@epam/ai-dial-ui-kit 0.5.0-rc.84 → 0.5.0-rc.85
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/dial-ui-kit.cjs.js +4 -4
- package/dist/dial-ui-kit.es.js +120 -116
- package/package.json +1 -1
package/dist/dial-ui-kit.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Z=require("classnames"),Se=require("@floating-ui/react"),g=require("react"),V=require("@tabler/icons-react"),on=require("react-dom");function pC(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const o=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(t,s,o.get?o:{enumerable:!0,get:()=>e[s]})}}return t.default=e,Object.freeze(t)}const pe=pC(g),Ps=({errorText:e})=>e&&C.jsx("span",{className:"text-error dial-tiny mt-1",children:e}),Ae=({icon:e,className:t})=>e?C.jsx("span",{className:Z("flex-shrink-0",t),children:e}):null,fC=7,mC=2,Lh=g.createContext(null),Oh=()=>{const e=g.useContext(Lh);if(e==null)throw new Error("Tooltip components must be wrapped in <Tooltip />");return e},CC=({initialOpen:e=!1,placement:t="bottom",isTriggerClickable:s=!1,open:o,onOpenChange:i}={})=>{const[n,r]=g.useState(e),a=g.useRef(null),l=o??n,c=i??r,d=Se.useFloating({placement:t,open:l,onOpenChange:c,whileElementsMounted:Se.autoUpdate,middleware:[Se.offset(fC+mC),Se.flip({crossAxis:t.includes("-"),fallbackAxisSideDirection:"start",padding:5}),Se.shift({padding:5}),Se.arrow({element:a})]}),u=Se.useHover(d.context,{move:!1,enabled:o==null,mouseOnly:s,delay:{open:500,close:0}}),h=Se.useFocus(d.context,{enabled:o==null}),p=Se.useDismiss(d.context),f=Se.useRole(d.context,{role:"tooltip"}),m=Se.useInteractions([u,h,p,f]);return g.useEffect(()=>{if(!l)return;const v=d.refs.reference.current;if(!(v instanceof Element))return;const w=new IntersectionObserver(([b])=>{b.isIntersecting||c(!1)},{root:null,threshold:0});return w.observe(v),()=>w.disconnect()},[l,d.refs.reference,c]),g.useMemo(()=>({open:l,setOpen:c,arrowRef:a,...m,...d}),[l,c,m,d])},Nh=({children:e,...t})=>{const s=CC(t);return C.jsx(Lh.Provider,{value:s,children:e})},Hh=({style:e,...t})=>{const s=Oh(),o=g.useRef(null),i=Se.useMergeRefs([s.refs.setFloating,o]);return s.open?C.jsx(Se.FloatingPortal,{id:"tooltip-portal",children:C.jsxs("div",{ref:i,style:{...s.floatingStyles,...e},...s.getFloatingProps(t),className:Z("z-[55] whitespace-pre-wrap break-words rounded border border-primary bg-layer-0 px-2 py-1 dial-tiny shadow max-w-[300px]",s.getFloatingProps(t).className),children:[t.children,C.jsx(Se.FloatingArrow,{ref:s.arrowRef,context:s.context,fill:"currentColor",strokeWidth:1,className:"border-primary w-2 text-[var(--bg-layer-0,_#000000)]"})]})}):null},Gh=({children:e,asChild:t=!1,...s})=>{const o=Oh(),i=t&&g.isValidElement(e),n=i?e.props?.ref:null,r=Se.useMergeRefs([o.refs.setReference,...n?[n]:[]]);return i?g.cloneElement(e,o.getReferenceProps({...e.props,...s,ref:r})):C.jsx("span",{ref:r,...o.getReferenceProps(s),className:s.className??"dial-tooltip-trigger text-left",children:e})},gs=({hideTooltip:e,tooltip:t,children:s,triggerClassName:o,contentClassName:i,...n})=>C.jsxs(Nh,{...n,children:[C.jsx(Gh,{className:Z(o,"truncate"),children:s}),C.jsx(Hh,{className:Z("text-primary",i,"max-w-[300px]",(e||!t)&&"hidden"),children:t})]}),fc="-",vC=e=>{const t=bC(e),{conflictingClassGroups:s,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:r=>{const a=r.split(fc);return a[0]===""&&a.length!==1&&a.shift(),Bh(a,t)||wC(r)},getConflictingClassGroupIds:(r,a)=>{const l=s[r]||[];return a&&o[r]?[...l,...o[r]]:l}}},Bh=(e,t)=>{if(e.length===0)return t.classGroupId;const s=e[0],o=t.nextPart.get(s),i=o?Bh(e.slice(1),o):void 0;if(i)return i;if(t.validators.length===0)return;const n=e.join(fc);return t.validators.find(({validator:r})=>r(n))?.classGroupId},Rd=/^\[(.+)\]$/,wC=e=>{if(Rd.test(e)){const t=Rd.exec(e)[1],s=t?.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},bC=e=>{const{theme:t,classGroups:s}=e,o={nextPart:new Map,validators:[]};for(const i in s)Fl(s[i],o,i,t);return o},Fl=(e,t,s,o)=>{e.forEach(i=>{if(typeof i=="string"){const n=i===""?t:Fd(t,i);n.classGroupId=s;return}if(typeof i=="function"){if(SC(i)){Fl(i(o),t,s,o);return}t.validators.push({validator:i,classGroupId:s});return}Object.entries(i).forEach(([n,r])=>{Fl(r,Fd(t,n),s,o)})})},Fd=(e,t)=>{let s=e;return t.split(fc).forEach(o=>{s.nextPart.has(o)||s.nextPart.set(o,{nextPart:new Map,validators:[]}),s=s.nextPart.get(o)}),s},SC=e=>e.isThemeGetter,yC=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,o=new Map;const i=(n,r)=>{s.set(n,r),t++,t>e&&(t=0,o=s,s=new Map)};return{get(n){let r=s.get(n);if(r!==void 0)return r;if((r=o.get(n))!==void 0)return i(n,r),r},set(n,r){s.has(n)?s.set(n,r):i(n,r)}}},El="!",Dl=":",xC=Dl.length,RC=e=>{const{prefix:t,experimentalParseClassName:s}=e;let o=i=>{const n=[];let r=0,a=0,l=0,c;for(let f=0;f<i.length;f++){let m=i[f];if(r===0&&a===0){if(m===Dl){n.push(i.slice(l,f)),l=f+xC;continue}if(m==="/"){c=f;continue}}m==="["?r++:m==="]"?r--:m==="("?a++:m===")"&&a--}const d=n.length===0?i:i.substring(l),u=FC(d),h=u!==d,p=c&&c>l?c-l:void 0;return{modifiers:n,hasImportantModifier:h,baseClassName:u,maybePostfixModifierPosition:p}};if(t){const i=t+Dl,n=o;o=r=>r.startsWith(i)?n(r.substring(i.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(s){const i=o;o=n=>s({className:n,parseClassName:i})}return o},FC=e=>e.endsWith(El)?e.substring(0,e.length-1):e.startsWith(El)?e.substring(1):e,EC=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(o=>[o,!0]));return o=>{if(o.length<=1)return o;const i=[];let n=[];return o.forEach(r=>{r[0]==="["||t[r]?(i.push(...n.sort(),r),n=[]):n.push(r)}),i.push(...n.sort()),i}},DC=e=>({cache:yC(e.cacheSize),parseClassName:RC(e),sortModifiers:EC(e),...vC(e)}),PC=/\s+/,MC=(e,t)=>{const{parseClassName:s,getClassGroupId:o,getConflictingClassGroupIds:i,sortModifiers:n}=t,r=[],a=e.trim().split(PC);let l="";for(let c=a.length-1;c>=0;c-=1){const d=a[c],{isExternal:u,modifiers:h,hasImportantModifier:p,baseClassName:f,maybePostfixModifierPosition:m}=s(d);if(u){l=d+(l.length>0?" "+l:l);continue}let v=!!m,w=o(v?f.substring(0,m):f);if(!w){if(!v){l=d+(l.length>0?" "+l:l);continue}if(w=o(f),!w){l=d+(l.length>0?" "+l:l);continue}v=!1}const b=n(h).join(":"),S=p?b+El:b,y=S+w;if(r.includes(y))continue;r.push(y);const x=i(w,v);for(let R=0;R<x.length;++R){const F=x[R];r.push(S+F)}l=d+(l.length>0?" "+l:l)}return l};function TC(){let e=0,t,s,o="";for(;e<arguments.length;)(t=arguments[e++])&&(s=Vh(t))&&(o&&(o+=" "),o+=s);return o}const Vh=e=>{if(typeof e=="string")return e;let t,s="";for(let o=0;o<e.length;o++)e[o]&&(t=Vh(e[o]))&&(s&&(s+=" "),s+=t);return s};function IC(e,...t){let s,o,i,n=r;function r(l){const c=t.reduce((d,u)=>u(d),e());return s=DC(c),o=s.cache.get,i=s.cache.set,n=a,a(l)}function a(l){const c=o(l);if(c)return c;const d=MC(l,s);return i(l,d),d}return function(){return n(TC.apply(null,arguments))}}const Ke=e=>{const t=s=>s[e]||[];return t.isThemeGetter=!0,t},zh=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Wh=/^\((?:(\w[\w-]*):)?(.+)\)$/i,kC=/^\d+\/\d+$/,AC=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,LC=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,OC=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,NC=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,HC=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,yo=e=>kC.test(e),we=e=>!!e&&!Number.isNaN(Number(e)),bs=e=>!!e&&Number.isInteger(Number(e)),Ma=e=>e.endsWith("%")&&we(e.slice(0,-1)),ts=e=>AC.test(e),GC=()=>!0,BC=e=>LC.test(e)&&!OC.test(e),_h=()=>!1,VC=e=>NC.test(e),zC=e=>HC.test(e),WC=e=>!oe(e)&&!ie(e),_C=e=>Jo(e,$h,_h),oe=e=>zh.test(e),Gs=e=>Jo(e,Kh,BC),Ta=e=>Jo(e,qC,we),Ed=e=>Jo(e,jh,_h),jC=e=>Jo(e,Uh,zC),Dn=e=>Jo(e,qh,VC),ie=e=>Wh.test(e),vi=e=>ei(e,Kh),UC=e=>ei(e,YC),Dd=e=>ei(e,jh),$C=e=>ei(e,$h),KC=e=>ei(e,Uh),Pn=e=>ei(e,qh,!0),Jo=(e,t,s)=>{const o=zh.exec(e);return o?o[1]?t(o[1]):s(o[2]):!1},ei=(e,t,s=!1)=>{const o=Wh.exec(e);return o?o[1]?t(o[1]):s:!1},jh=e=>e==="position"||e==="percentage",Uh=e=>e==="image"||e==="url",$h=e=>e==="length"||e==="size"||e==="bg-size",Kh=e=>e==="length",qC=e=>e==="number",YC=e=>e==="family-name",qh=e=>e==="shadow",ZC=()=>{const e=Ke("color"),t=Ke("font"),s=Ke("text"),o=Ke("font-weight"),i=Ke("tracking"),n=Ke("leading"),r=Ke("breakpoint"),a=Ke("container"),l=Ke("spacing"),c=Ke("radius"),d=Ke("shadow"),u=Ke("inset-shadow"),h=Ke("text-shadow"),p=Ke("drop-shadow"),f=Ke("blur"),m=Ke("perspective"),v=Ke("aspect"),w=Ke("ease"),b=Ke("animate"),S=()=>["auto","avoid","all","avoid-page","page","left","right","column"],y=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],x=()=>[...y(),ie,oe],R=()=>["auto","hidden","clip","visible","scroll"],F=()=>["auto","contain","none"],D=()=>[ie,oe,l],T=()=>[yo,"full","auto",...D()],k=()=>[bs,"none","subgrid",ie,oe],E=()=>["auto",{span:["full",bs,ie,oe]},bs,ie,oe],M=()=>[bs,"auto",ie,oe],O=()=>["auto","min","max","fr",ie,oe],B=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],H=()=>["start","end","center","stretch","center-safe","end-safe"],X=()=>["auto",...D()],se=()=>[yo,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...D()],L=()=>[e,ie,oe],te=()=>[...y(),Dd,Ed,{position:[ie,oe]}],_=()=>["no-repeat",{repeat:["","x","y","space","round"]}],j=()=>["auto","cover","contain",$C,_C,{size:[ie,oe]}],q=()=>[Ma,vi,Gs],Y=()=>["","none","full",c,ie,oe],$=()=>["",we,vi,Gs],J=()=>["solid","dashed","dotted","double"],N=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],P=()=>[we,Ma,Dd,Ed],W=()=>["","none",f,ie,oe],re=()=>["none",we,ie,oe],ee=()=>["none",we,ie,oe],ge=()=>[we,ie,oe],be=()=>[yo,"full",...D()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ts],breakpoint:[ts],color:[GC],container:[ts],"drop-shadow":[ts],ease:["in","out","in-out"],font:[WC],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ts],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ts],shadow:[ts],spacing:["px",we],text:[ts],"text-shadow":[ts],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",yo,oe,ie,v]}],container:["container"],columns:[{columns:[we,oe,ie,a]}],"break-after":[{"break-after":S()}],"break-before":[{"break-before":S()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:x()}],overflow:[{overflow:R()}],"overflow-x":[{"overflow-x":R()}],"overflow-y":[{"overflow-y":R()}],overscroll:[{overscroll:F()}],"overscroll-x":[{"overscroll-x":F()}],"overscroll-y":[{"overscroll-y":F()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{start:T()}],end:[{end:T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:["visible","invisible","collapse"],z:[{z:[bs,"auto",ie,oe]}],basis:[{basis:[yo,"full","auto",a,...D()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[we,yo,"auto","initial","none",oe]}],grow:[{grow:["",we,ie,oe]}],shrink:[{shrink:["",we,ie,oe]}],order:[{order:[bs,"first","last","none",ie,oe]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:E()}],"col-start":[{"col-start":M()}],"col-end":[{"col-end":M()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:E()}],"row-start":[{"row-start":M()}],"row-end":[{"row-end":M()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":O()}],"auto-rows":[{"auto-rows":O()}],gap:[{gap:D()}],"gap-x":[{"gap-x":D()}],"gap-y":[{"gap-y":D()}],"justify-content":[{justify:[...B(),"normal"]}],"justify-items":[{"justify-items":[...H(),"normal"]}],"justify-self":[{"justify-self":["auto",...H()]}],"align-content":[{content:["normal",...B()]}],"align-items":[{items:[...H(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...H(),{baseline:["","last"]}]}],"place-content":[{"place-content":B()}],"place-items":[{"place-items":[...H(),"baseline"]}],"place-self":[{"place-self":["auto",...H()]}],p:[{p:D()}],px:[{px:D()}],py:[{py:D()}],ps:[{ps:D()}],pe:[{pe:D()}],pt:[{pt:D()}],pr:[{pr:D()}],pb:[{pb:D()}],pl:[{pl:D()}],m:[{m:X()}],mx:[{mx:X()}],my:[{my:X()}],ms:[{ms:X()}],me:[{me:X()}],mt:[{mt:X()}],mr:[{mr:X()}],mb:[{mb:X()}],ml:[{ml:X()}],"space-x":[{"space-x":D()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":D()}],"space-y-reverse":["space-y-reverse"],size:[{size:se()}],w:[{w:[a,"screen",...se()]}],"min-w":[{"min-w":[a,"screen","none",...se()]}],"max-w":[{"max-w":[a,"screen","none","prose",{screen:[r]},...se()]}],h:[{h:["screen","lh",...se()]}],"min-h":[{"min-h":["screen","lh","none",...se()]}],"max-h":[{"max-h":["screen","lh",...se()]}],"font-size":[{text:["base",s,vi,Gs]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,ie,Ta]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Ma,oe]}],"font-family":[{font:[UC,oe,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[i,ie,oe]}],"line-clamp":[{"line-clamp":[we,"none",ie,Ta]}],leading:[{leading:[n,...D()]}],"list-image":[{"list-image":["none",ie,oe]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ie,oe]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:L()}],"text-color":[{text:L()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...J(),"wavy"]}],"text-decoration-thickness":[{decoration:[we,"from-font","auto",ie,Gs]}],"text-decoration-color":[{decoration:L()}],"underline-offset":[{"underline-offset":[we,"auto",ie,oe]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:D()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ie,oe]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ie,oe]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:te()}],"bg-repeat":[{bg:_()}],"bg-size":[{bg:j()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},bs,ie,oe],radial:["",ie,oe],conic:[bs,ie,oe]},KC,jC]}],"bg-color":[{bg:L()}],"gradient-from-pos":[{from:q()}],"gradient-via-pos":[{via:q()}],"gradient-to-pos":[{to:q()}],"gradient-from":[{from:L()}],"gradient-via":[{via:L()}],"gradient-to":[{to:L()}],rounded:[{rounded:Y()}],"rounded-s":[{"rounded-s":Y()}],"rounded-e":[{"rounded-e":Y()}],"rounded-t":[{"rounded-t":Y()}],"rounded-r":[{"rounded-r":Y()}],"rounded-b":[{"rounded-b":Y()}],"rounded-l":[{"rounded-l":Y()}],"rounded-ss":[{"rounded-ss":Y()}],"rounded-se":[{"rounded-se":Y()}],"rounded-ee":[{"rounded-ee":Y()}],"rounded-es":[{"rounded-es":Y()}],"rounded-tl":[{"rounded-tl":Y()}],"rounded-tr":[{"rounded-tr":Y()}],"rounded-br":[{"rounded-br":Y()}],"rounded-bl":[{"rounded-bl":Y()}],"border-w":[{border:$()}],"border-w-x":[{"border-x":$()}],"border-w-y":[{"border-y":$()}],"border-w-s":[{"border-s":$()}],"border-w-e":[{"border-e":$()}],"border-w-t":[{"border-t":$()}],"border-w-r":[{"border-r":$()}],"border-w-b":[{"border-b":$()}],"border-w-l":[{"border-l":$()}],"divide-x":[{"divide-x":$()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":$()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...J(),"hidden","none"]}],"divide-style":[{divide:[...J(),"hidden","none"]}],"border-color":[{border:L()}],"border-color-x":[{"border-x":L()}],"border-color-y":[{"border-y":L()}],"border-color-s":[{"border-s":L()}],"border-color-e":[{"border-e":L()}],"border-color-t":[{"border-t":L()}],"border-color-r":[{"border-r":L()}],"border-color-b":[{"border-b":L()}],"border-color-l":[{"border-l":L()}],"divide-color":[{divide:L()}],"outline-style":[{outline:[...J(),"none","hidden"]}],"outline-offset":[{"outline-offset":[we,ie,oe]}],"outline-w":[{outline:["",we,vi,Gs]}],"outline-color":[{outline:L()}],shadow:[{shadow:["","none",d,Pn,Dn]}],"shadow-color":[{shadow:L()}],"inset-shadow":[{"inset-shadow":["none",u,Pn,Dn]}],"inset-shadow-color":[{"inset-shadow":L()}],"ring-w":[{ring:$()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:L()}],"ring-offset-w":[{"ring-offset":[we,Gs]}],"ring-offset-color":[{"ring-offset":L()}],"inset-ring-w":[{"inset-ring":$()}],"inset-ring-color":[{"inset-ring":L()}],"text-shadow":[{"text-shadow":["none",h,Pn,Dn]}],"text-shadow-color":[{"text-shadow":L()}],opacity:[{opacity:[we,ie,oe]}],"mix-blend":[{"mix-blend":[...N(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":N()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[we]}],"mask-image-linear-from-pos":[{"mask-linear-from":P()}],"mask-image-linear-to-pos":[{"mask-linear-to":P()}],"mask-image-linear-from-color":[{"mask-linear-from":L()}],"mask-image-linear-to-color":[{"mask-linear-to":L()}],"mask-image-t-from-pos":[{"mask-t-from":P()}],"mask-image-t-to-pos":[{"mask-t-to":P()}],"mask-image-t-from-color":[{"mask-t-from":L()}],"mask-image-t-to-color":[{"mask-t-to":L()}],"mask-image-r-from-pos":[{"mask-r-from":P()}],"mask-image-r-to-pos":[{"mask-r-to":P()}],"mask-image-r-from-color":[{"mask-r-from":L()}],"mask-image-r-to-color":[{"mask-r-to":L()}],"mask-image-b-from-pos":[{"mask-b-from":P()}],"mask-image-b-to-pos":[{"mask-b-to":P()}],"mask-image-b-from-color":[{"mask-b-from":L()}],"mask-image-b-to-color":[{"mask-b-to":L()}],"mask-image-l-from-pos":[{"mask-l-from":P()}],"mask-image-l-to-pos":[{"mask-l-to":P()}],"mask-image-l-from-color":[{"mask-l-from":L()}],"mask-image-l-to-color":[{"mask-l-to":L()}],"mask-image-x-from-pos":[{"mask-x-from":P()}],"mask-image-x-to-pos":[{"mask-x-to":P()}],"mask-image-x-from-color":[{"mask-x-from":L()}],"mask-image-x-to-color":[{"mask-x-to":L()}],"mask-image-y-from-pos":[{"mask-y-from":P()}],"mask-image-y-to-pos":[{"mask-y-to":P()}],"mask-image-y-from-color":[{"mask-y-from":L()}],"mask-image-y-to-color":[{"mask-y-to":L()}],"mask-image-radial":[{"mask-radial":[ie,oe]}],"mask-image-radial-from-pos":[{"mask-radial-from":P()}],"mask-image-radial-to-pos":[{"mask-radial-to":P()}],"mask-image-radial-from-color":[{"mask-radial-from":L()}],"mask-image-radial-to-color":[{"mask-radial-to":L()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":y()}],"mask-image-conic-pos":[{"mask-conic":[we]}],"mask-image-conic-from-pos":[{"mask-conic-from":P()}],"mask-image-conic-to-pos":[{"mask-conic-to":P()}],"mask-image-conic-from-color":[{"mask-conic-from":L()}],"mask-image-conic-to-color":[{"mask-conic-to":L()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:te()}],"mask-repeat":[{mask:_()}],"mask-size":[{mask:j()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ie,oe]}],filter:[{filter:["","none",ie,oe]}],blur:[{blur:W()}],brightness:[{brightness:[we,ie,oe]}],contrast:[{contrast:[we,ie,oe]}],"drop-shadow":[{"drop-shadow":["","none",p,Pn,Dn]}],"drop-shadow-color":[{"drop-shadow":L()}],grayscale:[{grayscale:["",we,ie,oe]}],"hue-rotate":[{"hue-rotate":[we,ie,oe]}],invert:[{invert:["",we,ie,oe]}],saturate:[{saturate:[we,ie,oe]}],sepia:[{sepia:["",we,ie,oe]}],"backdrop-filter":[{"backdrop-filter":["","none",ie,oe]}],"backdrop-blur":[{"backdrop-blur":W()}],"backdrop-brightness":[{"backdrop-brightness":[we,ie,oe]}],"backdrop-contrast":[{"backdrop-contrast":[we,ie,oe]}],"backdrop-grayscale":[{"backdrop-grayscale":["",we,ie,oe]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[we,ie,oe]}],"backdrop-invert":[{"backdrop-invert":["",we,ie,oe]}],"backdrop-opacity":[{"backdrop-opacity":[we,ie,oe]}],"backdrop-saturate":[{"backdrop-saturate":[we,ie,oe]}],"backdrop-sepia":[{"backdrop-sepia":["",we,ie,oe]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":D()}],"border-spacing-x":[{"border-spacing-x":D()}],"border-spacing-y":[{"border-spacing-y":D()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ie,oe]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[we,"initial",ie,oe]}],ease:[{ease:["linear","initial",w,ie,oe]}],delay:[{delay:[we,ie,oe]}],animate:[{animate:["none",b,ie,oe]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[m,ie,oe]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ee()}],"scale-x":[{"scale-x":ee()}],"scale-y":[{"scale-y":ee()}],"scale-z":[{"scale-z":ee()}],"scale-3d":["scale-3d"],skew:[{skew:ge()}],"skew-x":[{"skew-x":ge()}],"skew-y":[{"skew-y":ge()}],transform:[{transform:[ie,oe,"","none","gpu","cpu"]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:be()}],"translate-x":[{"translate-x":be()}],"translate-y":[{"translate-y":be()}],"translate-z":[{"translate-z":be()}],"translate-none":["translate-none"],accent:[{accent:L()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:L()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ie,oe]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":D()}],"scroll-mx":[{"scroll-mx":D()}],"scroll-my":[{"scroll-my":D()}],"scroll-ms":[{"scroll-ms":D()}],"scroll-me":[{"scroll-me":D()}],"scroll-mt":[{"scroll-mt":D()}],"scroll-mr":[{"scroll-mr":D()}],"scroll-mb":[{"scroll-mb":D()}],"scroll-ml":[{"scroll-ml":D()}],"scroll-p":[{"scroll-p":D()}],"scroll-px":[{"scroll-px":D()}],"scroll-py":[{"scroll-py":D()}],"scroll-ps":[{"scroll-ps":D()}],"scroll-pe":[{"scroll-pe":D()}],"scroll-pt":[{"scroll-pt":D()}],"scroll-pr":[{"scroll-pr":D()}],"scroll-pb":[{"scroll-pb":D()}],"scroll-pl":[{"scroll-pl":D()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ie,oe]}],fill:[{fill:["none",...L()]}],"stroke-w":[{stroke:[we,vi,Gs,Ta]}],stroke:[{stroke:["none",...L()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},XC=IC(ZC);function ue(...e){return XC(Z(e))}const ho=({fieldTitle:e,optional:t,optionalText:s,className:o,description:i,...n})=>e?C.jsxs("label",{...n,className:ue("dial-tiny text-secondary flex gap-1",o,!o?.includes("mb")&&"mb-2"),children:[typeof e=="string"?C.jsx("span",{className:"min-h-4",children:e}):e,t&&C.jsx("span",{children:s??"(Optional)"}),i&&C.jsx(gs,{tooltip:i,children:C.jsx(Ae,{icon:C.jsx(V.IconInfoCircle,{size:14,className:"text-secondary"})})})]}):null;var Ie=(e=>(e.Primary="primary",e.Secondary="secondary",e.Tertiary="tertiary",e.Danger="danger",e))(Ie||{});const QC={[Ie.Primary]:"dial-primary-button",[Ie.Secondary]:"dial-secondary-button",[Ie.Tertiary]:"dial-tertiary-button",[Ie.Danger]:"dial-danger-button"},Ee=({label:e,variant:t,className:s,textClassName:o,iconAfter:i,iconBefore:n,hideTitleOnMobile:r,type:a="button",...l})=>{const c=Z("dial-small-semi",i?"mr-2":"",n?"ml-2":"",r?"hidden sm:inline":"inline",o),d=Z(t&&QC[t],"disabled:cursor-not-allowed focus-visible:outline outline-offset-0",s);return C.jsxs("button",{...l,type:a,className:d,"aria-label":e||l["aria-label"],children:[C.jsx(Ae,{icon:n}),e&&C.jsx("span",{className:c,children:e}),C.jsx(Ae,{icon:i})]})};var Ws=(e=>(e.Info="info",e.Success="success",e.Warning="warning",e.Error="error",e))(Ws||{});const JC=e=>({info:C.jsx(V.IconInfoCircle,{...e}),error:C.jsx(V.IconAlertCircle,{...e}),warning:C.jsx(V.IconAlertTriangle,{...e}),success:C.jsx(V.IconCircleCheck,{...e})}),ev={[Ws.Info]:"bg-info border-info text-info",[Ws.Success]:"bg-success border-success text-success",[Ws.Warning]:"bg-warning border-warning text-warning",[Ws.Error]:"bg-error border-error text-error"},tv="items-center justify-between gap-2 p-3 border border-solid dial-small-150 rounded flex",sv=({variant:e=Ws.Info,message:t,className:s,iconSize:o=24,iconStroke:i=2,closable:n=!1,onClose:r})=>{const a=g.useMemo(()=>JC({size:o,stroke:i})[e],[e,o,i]);return C.jsxs("div",{role:"alert",className:ue(tv,ev[e],s),children:[C.jsxs("div",{className:"flex items-center gap-2",children:[C.jsx(Ae,{icon:a}),C.jsx("div",{className:"text-primary",children:t})]}),n&&C.jsx(Ee,{className:"ml-2 text-secondary hover:text-primary","aria-label":"Close alert",iconBefore:C.jsx(V.IconX,{size:16}),onClick:r})]})},ov="flex items-center justify-center text-secondary",iv="shrink-0 grow-0 basis-auto animate-spin-steps",nv=e=>pe.createElement("svg",{viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M24 39V46.5",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.4,d:"M9 24H1.5",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.5,d:"M8.0918 8.0918L13.3994 13.3994",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.6,d:"M24 1.5V9",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.7,d:"M39.9121 8.08594L37.2607 10.7373L34.6094 13.3887",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.8,d:"M46.5 24H39",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.9,d:"M34.6055 34.6055L39.9082 39.9082",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.3,d:"M13.3936 34.6055L8.08594 39.9131",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"})),nn=({size:e=18,className:t,iconClassName:s,fullWidth:o=!0,ariaLabel:i="Loading"})=>C.jsx("div",{role:"status",className:Z({[ov]:!0,"w-full h-full":o,[t||""]:!!t}),children:C.jsx(Ae,{icon:C.jsx(nv,{width:e,height:e,className:Z(iv,s),role:"img","aria-label":i})})}),ns=18,le={size:ns,stroke:2},rv="text-primary",Bt=({text:e,className:t,contentClassName:s,hideTooltip:o,...i})=>{const n=g.useRef(null),[r,a]=g.useState(!1),[l,c]=g.useState(""),d=g.useRef(null),u=()=>{const m=n.current;if(!m)return;c(m.textContent??"");const v=m.clientWidth,w=m.scrollWidth,b=Math.ceil(m.getBoundingClientRect().width);a(w>v||w>b)},h=g.useCallback(()=>{d.current&&cancelAnimationFrame(d.current),d.current=requestAnimationFrame(u)},[]);g.useEffect(()=>{h();const m=()=>h();window.addEventListener("resize",m);let v=null;return"ResizeObserver"in window&&n.current&&(v=new ResizeObserver(()=>h()),v.observe(n.current)),()=>{window.removeEventListener("resize",m),v&&v.disconnect(),d.current&&cancelAnimationFrame(d.current)}},[e,h]);const p=g.useMemo(()=>typeof e=="string"?e:l,[l,e]),f=g.useMemo(()=>o?"":r?p:"",[p,o,r]);return C.jsxs(Nh,{...i,children:[C.jsx(Gh,{asChild:!0,onMouseEnter:h,onFocusCapture:h,children:C.jsx("span",{className:ue("block truncate flex-1 min-w-0 max-w-full text-left",t),"aria-label":r?p:void 0,onMouseEnter:h,onFocus:h,ref:n,children:e})}),C.jsx(Hh,{className:ue(rv,s,!f&&"hidden"),children:f})]})},Bi=({label:e,id:t,checked:s,indeterminate:o,disabled:i,ariaLabel:n,onChange:r,className:a})=>{const l=g.useCallback(h=>{r?.(h.target.checked,t)},[r,t]),c=Z("flex flex-row items-center cursor-pointer text-accent-primary small-medium min-w-0",`${s||o?"":'before:content-[""] before:inline-block before:w-[18px] before:h-[18px] before:border before:border-hover before:rounded'}`,i?"pointer-events-none text-secondary before:border-icon-secondary before:bg-layer-4":"",a),d=Z("border rounded",i?"bg-layer-4 border-icon-secondary":""),u=()=>o?C.jsx(V.IconMinus,{className:d,...le}):s?C.jsx(V.IconCheck,{className:d,...le}):null;return C.jsxs("label",{className:c,htmlFor:t,children:[u(),e&&(typeof e=="string"?C.jsx(Bt,{text:e,className:"ml-2 text-primary"}):e),C.jsx("input",{type:"checkbox",role:"checkbox",name:t,onChange:l,id:t,checked:s,"aria-checked":o?"mixed":s,"aria-disabled":i||void 0,"aria-label":e?void 0:n,className:"invisible w-0 h-0"})]})};var vt=(e=>(e.VALID="valid",e.ERROR="error",e))(vt||{});const av=(e,t)=>{if(t===e.id)switch(e.status){case vt.VALID:return"border-accent-secondary text-primary";case vt.ERROR:return"border-red-900 text-primary";default:return"border-accent-primary text-primary"}switch(e.status){case vt.VALID:return"border-primary text-primary";case vt.ERROR:return"border-red-900 text-error";default:return"border-primary text-secondary"}},lv=(e,t)=>{if(t===e.id)switch(e.status){case vt.VALID:return"bg-accent-secondary";case vt.ERROR:return"bg-red-400";default:return"bg-accent-primary"}switch(e.status){case vt.VALID:return"bg-accent-secondary";case vt.ERROR:return"bg-red-400";default:return"bg-layer-4"}},cv=({step:e,index:t,currentStep:s,onChangeStep:o})=>{const i="h-[32px] flex flex-1 min-w-[180px] items-center dial-tiny cursor-pointer dial-step",n="w-[22px] h-[22px] flex justify-center items-center mr-2 rounded-full text-white",r=()=>s===e.id&&e.status===vt.ERROR?C.jsx(V.IconExclamationCircle,{stroke:2,size:16}):s!==e.id&&e.status===vt.VALID?C.jsx(V.IconCheck,{stroke:2,size:16}):t+1;return C.jsxs("button",{className:Z(i,av(e,s)),onClick:()=>o(e.id),children:[C.jsx("span",{className:Z(n,lv(e,s)),children:r()}),C.jsx("span",{children:e.name})]})},dv=({steps:e,currentStep:t,onChangeStep:s})=>{const o=i=>{const n=e.findIndex(a=>a.id===t),r=e.findIndex(a=>a.id===i);(i!==t&&e[n].status===vt.VALID||r<n)&&s(i)};return C.jsx("div",{id:"steps",className:"flex gap-x-3",children:e.map((i,n)=>C.jsx(cv,{currentStep:t,onChangeStep:o,step:i,index:n},i.id))})},Yh=({name:e,value:t,title:s,description:o,checked:i=!1,inputId:n,className:r,labelClassName:a,disabled:l,onChange:c,descriptionClassName:d})=>{const u=`${n}-desc`,h=Z("dial-small cursor-pointer",l?"text-secondary":"text-primary",a),p=Z("cursor-pointer dial-input-radio",s&&"mr-2",r),f=Z("flex flex-col",!!o&&"mb-2"),m=Z("dial-tiny mt-2 ml-[26px] text-secondary",d),v=w=>{l||w.target.checked&&c?.(t)};return C.jsxs("div",{className:f,children:[C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx("input",{type:"radio",id:n,name:e,value:t,checked:i,disabled:l,"aria-describedby":i&&o?u:void 0,className:p,onChange:v}),s?C.jsx("label",{className:h,htmlFor:n,children:s}):null]}),i&&o&&C.jsx("div",{id:u,className:m,children:o})]})};var Vi=(e=>(e.Vertical="vertical",e.Horizontal="horizontal",e))(Vi||{});const uv="w-full flex",hv={[Vi.Vertical]:"flex-col",[Vi.Horizontal]:"flex-row items-end"},zr=({elementId:e,label:t,optional:s,optionalText:o,description:i,error:n,orientation:r=Vi.Vertical,labelVisuallyHidden:a=!1,className:l,labelClassName:c,errorClassName:d,childrenClassName:u,captionDescription:h,readonly:p,value:f,defaultEmptyText:m,children:v})=>{const w=`${e}-label`,b=i?`${e}-desc`:void 0,S=n?`${e}-err`:void 0,y=`${e}-caption-desc`,x=[b,S].filter(Boolean).join(" ")||void 0,R=g.useCallback(()=>typeof n=="boolean"?null:typeof n=="string"||typeof n>"u"?n?C.jsx("div",{id:S,role:"alert","aria-live":"polite",className:d,children:C.jsx(Ps,{errorText:n})}):null:C.jsx("div",{id:S,role:"alert","aria-live":"polite",className:d,children:n}),[n,d,S]),F=g.useCallback(()=>f?typeof f=="string"||typeof f=="number"?C.jsx("span",{"aria-readonly":"true",children:f}):f:C.jsx("span",{className:"flex min-h-4","aria-readonly":"true",children:m??"None"}),[f,m]);return C.jsxs("div",{role:"group","aria-labelledby":t?w:void 0,"aria-describedby":x,className:ue(uv,hv[r],l),children:[t&&C.jsx("div",{id:w,className:ue(r==="horizontal"&&"shrink-0"),children:C.jsx(ho,{htmlFor:e,fieldTitle:t,optional:s,optionalText:o,className:ue(a&&"sr-only",c),description:i})}),C.jsxs("div",{className:ue("min-w-0 w-full",u),children:[p?C.jsx("div",{className:"dial-input px-3 py-2",children:F()}):v,h&&C.jsx("div",{id:y,className:ue({"dial-tiny text-secondary mt-1":!0,"text-error":!!n}),children:h}),R()]})]})};var eo=(e=>(e.Row="Row",e.Column="Column",e))(eo||{});const gv="flex",pv="pb-1 mt-2",fv={[eo.Column]:"flex-col gap-y-3",[eo.Row]:"flex-row gap-x-6"},cr=({fieldTitle:e,radioClassName:t,containerClassName:s,selectedItemClassName:o,selectedLabelClassName:i,radioGroupClassName:n,inputContainerClassName:r,selectedInputContainerClassName:a,groupLabelClassName:l,formItemChildrenClassName:c,labelClassName:d,disabled:u,elementId:h,radioButtons:p,activeRadioButton:f,orientation:m,onChange:v})=>C.jsx(zr,{elementId:h,label:e,labelClassName:l||d,className:s,childrenClassName:c,children:C.jsx("div",{role:"radiogroup","aria-label":e,"aria-disabled":u||void 0,className:ue(gv,fv[m],n),children:p.map(w=>C.jsxs("div",{className:ue("flex flex-col",r,w.id===f&&a),children:[C.jsx(Yh,{name:h,value:w.id,inputId:w.id,disabled:u,className:t,labelClassName:ue(d,w.id===f&&i),title:w.name,checked:w.id===f,onChange:()=>v(w.id)}),w.id===f&&w.content?C.jsx("div",{className:ue(pv,o),children:w.content}):null]},w.id))})}),Wr=({icon:e,title:t,description:s,containerClassName:o,titleClassName:i,descriptionClassName:n})=>C.jsxs("div",{className:ue("h-full w-full flex flex-col items-center justify-center text-secondary",o),children:[e||C.jsx(V.IconClipboardX,{width:60,height:60}),C.jsx("span",{className:ue("dial-small mt-2 text-primary",i),children:t}),s&&C.jsx("span",{className:ue("mt-1 text-primary",n),children:s})]}),Ia=48,Zh=({containerClassName:e,children:t,width:s=280,title:o,iconSize:i=24,iconStroke:n=1.5,titleClassName:r,additionalButtons:a,isOpened:l,onToggle:c})=>{const[d,u]=g.useState(s),[h,p]=g.useState(!0),f=g.useMemo(()=>typeof l=="boolean",[l]),m=f?l:h;g.useEffect(()=>{f&&u(l?s:Ia)},[f,l,s]);const v=Z(["transform rotate-180 [writing-mode:tb-rl] py-4 px-3",m&&"hidden",r]),w=Z(["flex flex-row gap-2 cursor-pointer text-secondary p-2 px-4",m?"justify-end":"justify-center"]),b=S=>{const y=!m;if(f){u(y?s:Ia),c?.(y,S);return}u(y?s:Ia),p(y)};return C.jsxs("div",{className:Z(["rounded flex flex-col justify-between overflow-y-auto flex-shrink-0",e]),style:{width:`${d}px`},children:[C.jsx("div",{className:Z(["flex-1 p-4 min-h-0 overflow-auto",!m&&"hidden"]),children:t}),C.jsx("div",{className:v,children:o}),C.jsxs("div",{className:ue("border-t border-primary h-12",w),children:[m&&a,C.jsx(Ee,{className:"hover:text-accent-primary p-1",onClick:b,iconBefore:m?C.jsx(V.IconChevronsLeft,{size:i,stroke:n}):C.jsx(V.IconChevronsRight,{size:i,stroke:n})})]})]})},mv=({label:e,text:t,children:s,postfix:o})=>C.jsxs("div",{className:Z("flex flex-col",s?"":"max-w-[200px]"),children:[C.jsx("label",{className:"dial-tiny mb-2 text-secondary",children:e}),s||C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx(gs,{triggerClassName:"text-primary",tooltip:t,children:t}),o||null]})]});var _r=(e=>(e.Default="default",e))(_r||{});const Cv={[_r.Default]:"border-icon-secondary bg-layer-3"},jr=({tag:e,className:t,remove:s,variant:o=_r.Default,iconBefore:i,bordered:n=!0})=>{const r=Cv[o],a=ue("flex items-center gap-1 dial-tiny rounded p-1 h-[22px] text-primary",r,n?"border":"border-transparent",t);return C.jsxs("div",{className:a,children:[C.jsx(Ae,{icon:i}),C.jsx(Bt,{text:e}),s&&C.jsx(Ee,{iconAfter:C.jsx(V.IconX,{size:16}),onClick:l=>s(l)})]},e)},Xh=g.createContext({dragDropManager:void 0});function xt(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Pd=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Md=function(){return Math.random().toString(36).substring(7).split("").join(".")},Td={INIT:"@@redux/INIT"+Md(),REPLACE:"@@redux/REPLACE"+Md()};function vv(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function wv(e){if(e===void 0)return"undefined";if(e===null)return"null";var t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(yv(e))return"date";if(Sv(e))return"error";var s=bv(e);switch(s){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return s}return t.slice(8,-1).toLowerCase().replace(/\s/g,"")}function bv(e){return typeof e.constructor=="function"?e.constructor.name:null}function Sv(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function yv(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function xo(e){var t=typeof e;return process.env.NODE_ENV!=="production"&&(t=wv(e)),t}function Qh(e,t,s){var o;if(typeof t=="function"&&typeof s=="function"||typeof s=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?xt(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof t=="function"&&typeof s>"u"&&(s=t,t=void 0),typeof s<"u"){if(typeof s!="function")throw new Error(process.env.NODE_ENV==="production"?xt(1):"Expected the enhancer to be a function. Instead, received: '"+xo(s)+"'");return s(Qh)(e,t)}if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?xt(2):"Expected the root reducer to be a function. Instead, received: '"+xo(e)+"'");var i=e,n=t,r=[],a=r,l=!1;function c(){a===r&&(a=r.slice())}function d(){if(l)throw new Error(process.env.NODE_ENV==="production"?xt(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return n}function u(m){if(typeof m!="function")throw new Error(process.env.NODE_ENV==="production"?xt(4):"Expected the listener to be a function. Instead, received: '"+xo(m)+"'");if(l)throw new Error(process.env.NODE_ENV==="production"?xt(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var v=!0;return c(),a.push(m),function(){if(v){if(l)throw new Error(process.env.NODE_ENV==="production"?xt(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");v=!1,c();var b=a.indexOf(m);a.splice(b,1),r=null}}}function h(m){if(!vv(m))throw new Error(process.env.NODE_ENV==="production"?xt(7):"Actions must be plain objects. Instead, the actual type was: '"+xo(m)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(typeof m.type>"u")throw new Error(process.env.NODE_ENV==="production"?xt(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(l)throw new Error(process.env.NODE_ENV==="production"?xt(9):"Reducers may not dispatch actions.");try{l=!0,n=i(n,m)}finally{l=!1}for(var v=r=a,w=0;w<v.length;w++){var b=v[w];b()}return m}function p(m){if(typeof m!="function")throw new Error(process.env.NODE_ENV==="production"?xt(10):"Expected the nextReducer to be a function. Instead, received: '"+xo(m));i=m,h({type:Td.REPLACE})}function f(){var m,v=u;return m={subscribe:function(b){if(typeof b!="object"||b===null)throw new Error(process.env.NODE_ENV==="production"?xt(11):"Expected the observer to be an object. Instead, received: '"+xo(b)+"'");function S(){b.next&&b.next(d())}S();var y=v(S);return{unsubscribe:y}}},m[Pd]=function(){return this},m}return h({type:Td.INIT}),o={dispatch:h,subscribe:u,getState:d,replaceReducer:p},o[Pd]=f,o}function ve(e,t,...s){if(xv()&&t===void 0)throw new Error("invariant requires an error message argument");if(!e){let o;if(t===void 0)o=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;o=new Error(t.replace(/%s/g,function(){return s[i++]})),o.name="Invariant Violation"}throw o.framesToPop=1,o}}function xv(){return typeof process<"u"&&process.env.NODE_ENV==="production"}function Rv(e,t,s){return t.split(".").reduce((o,i)=>o&&o[i]?o[i]:s||null,e)}function Fv(e,t){return e.filter(s=>s!==t)}function Jh(e){return typeof e=="object"}function Ev(e,t){const s=new Map,o=n=>{s.set(n,s.has(n)?s.get(n)+1:1)};e.forEach(o),t.forEach(o);const i=[];return s.forEach((n,r)=>{n===1&&i.push(r)}),i}function Dv(e,t){return e.filter(s=>t.indexOf(s)>-1)}const mc="dnd-core/INIT_COORDS",Ur="dnd-core/BEGIN_DRAG",Cc="dnd-core/PUBLISH_DRAG_SOURCE",$r="dnd-core/HOVER",Kr="dnd-core/DROP",qr="dnd-core/END_DRAG";function Id(e,t){return{type:mc,payload:{sourceClientOffset:t||null,clientOffset:e||null}}}const Pv={type:mc,payload:{clientOffset:null,sourceClientOffset:null}};function Mv(e){return function(s=[],o={publishSource:!0}){const{publishSource:i=!0,clientOffset:n,getSourceClientOffset:r}=o,a=e.getMonitor(),l=e.getRegistry();e.dispatch(Id(n)),Tv(s,a,l);const c=Av(s,a);if(c==null){e.dispatch(Pv);return}let d=null;if(n){if(!r)throw new Error("getSourceClientOffset must be defined");Iv(r),d=r(c)}e.dispatch(Id(n,d));const h=l.getSource(c).beginDrag(a,c);if(h==null)return;kv(h),l.pinSource(c);const p=l.getSourceType(c);return{type:Ur,payload:{itemType:p,item:h,sourceId:c,clientOffset:n||null,sourceClientOffset:d||null,isSourcePublic:!!i}}}}function Tv(e,t,s){ve(!t.isDragging(),"Cannot call beginDrag while dragging."),e.forEach(function(o){ve(s.getSource(o),"Expected sourceIds to be registered.")})}function Iv(e){ve(typeof e=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function kv(e){ve(Jh(e),"Item must be an object.")}function Av(e,t){let s=null;for(let o=e.length-1;o>=0;o--)if(t.canDragSource(e[o])){s=e[o];break}return s}function Lv(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ov(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Lv(e,i,s[i])})}return e}function Nv(e){return function(s={}){const o=e.getMonitor(),i=e.getRegistry();Hv(o),Vv(o).forEach((r,a)=>{const l=Gv(r,a,i,o),c={type:Kr,payload:{dropResult:Ov({},s,l)}};e.dispatch(c)})}}function Hv(e){ve(e.isDragging(),"Cannot call drop while not dragging."),ve(!e.didDrop(),"Cannot call drop twice during one drag operation.")}function Gv(e,t,s,o){const i=s.getTarget(e);let n=i?i.drop(o,e):void 0;return Bv(n),typeof n>"u"&&(n=t===0?{}:o.getDropResult()),n}function Bv(e){ve(typeof e>"u"||Jh(e),"Drop result must either be an object or undefined.")}function Vv(e){const t=e.getTargetIds().filter(e.canDropOnTarget,e);return t.reverse(),t}function zv(e){return function(){const s=e.getMonitor(),o=e.getRegistry();Wv(s);const i=s.getSourceId();return i!=null&&(o.getSource(i,!0).endDrag(s,i),o.unpinSource()),{type:qr}}}function Wv(e){ve(e.isDragging(),"Cannot call endDrag while not dragging.")}function Pl(e,t){return t===null?e===null:Array.isArray(e)?e.some(s=>s===t):e===t}function _v(e){return function(s,{clientOffset:o}={}){jv(s);const i=s.slice(0),n=e.getMonitor(),r=e.getRegistry(),a=n.getItemType();return $v(i,r,a),Uv(i,n,r),Kv(i,n,r),{type:$r,payload:{targetIds:i,clientOffset:o||null}}}}function jv(e){ve(Array.isArray(e),"Expected targetIds to be an array.")}function Uv(e,t,s){ve(t.isDragging(),"Cannot call hover while not dragging."),ve(!t.didDrop(),"Cannot call hover after drop.");for(let o=0;o<e.length;o++){const i=e[o];ve(e.lastIndexOf(i)===o,"Expected targetIds to be unique in the passed array.");const n=s.getTarget(i);ve(n,"Expected targetIds to be registered.")}}function $v(e,t,s){for(let o=e.length-1;o>=0;o--){const i=e[o],n=t.getTargetType(i);Pl(n,s)||e.splice(o,1)}}function Kv(e,t,s){e.forEach(function(o){s.getTarget(o).hover(t,o)})}function qv(e){return function(){if(e.getMonitor().isDragging())return{type:Cc}}}function Yv(e){return{beginDrag:Mv(e),publishDragSource:qv(e),hover:_v(e),drop:Nv(e),endDrag:zv(e)}}class Zv{receiveBackend(t){this.backend=t}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const t=this,{dispatch:s}=this.store;function o(n){return(...r)=>{const a=n.apply(t,r);typeof a<"u"&&s(a)}}const i=Yv(this);return Object.keys(i).reduce((n,r)=>{const a=i[r];return n[r]=o(a),n},{})}dispatch(t){this.store.dispatch(t)}constructor(t,s){this.isSetUp=!1,this.handleRefCountChange=()=>{const o=this.store.getState().refCount>0;this.backend&&(o&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!o&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=t,this.monitor=s,t.subscribe(this.handleRefCountChange)}}function Xv(e,t){return{x:e.x+t.x,y:e.y+t.y}}function eg(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Qv(e){const{clientOffset:t,initialClientOffset:s,initialSourceClientOffset:o}=e;return!t||!s||!o?null:eg(Xv(t,o),s)}function Jv(e){const{clientOffset:t,initialClientOffset:s}=e;return!t||!s?null:eg(t,s)}const Pi=[],vc=[];Pi.__IS_NONE__=!0;vc.__IS_ALL__=!0;function ew(e,t){return e===Pi?!1:e===vc||typeof t>"u"?!0:Dv(t,e).length>0}class tw{subscribeToStateChange(t,s={}){const{handlerIds:o}=s;ve(typeof t=="function","listener must be a function."),ve(typeof o>"u"||Array.isArray(o),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const n=()=>{const r=this.store.getState(),a=r.stateId;try{a===i||a===i+1&&!ew(r.dirtyHandlerIds,o)||t()}finally{i=a}};return this.store.subscribe(n)}subscribeToOffsetChange(t){ve(typeof t=="function","listener must be a function.");let s=this.store.getState().dragOffset;const o=()=>{const i=this.store.getState().dragOffset;i!==s&&(s=i,t())};return this.store.subscribe(o)}canDragSource(t){if(!t)return!1;const s=this.registry.getSource(t);return ve(s,`Expected to find a valid source. sourceId=${t}`),this.isDragging()?!1:s.canDrag(this,t)}canDropOnTarget(t){if(!t)return!1;const s=this.registry.getTarget(t);if(ve(s,`Expected to find a valid target. targetId=${t}`),!this.isDragging()||this.didDrop())return!1;const o=this.registry.getTargetType(t),i=this.getItemType();return Pl(o,i)&&s.canDrop(this,t)}isDragging(){return!!this.getItemType()}isDraggingSource(t){if(!t)return!1;const s=this.registry.getSource(t,!0);if(ve(s,`Expected to find a valid source. sourceId=${t}`),!this.isDragging()||!this.isSourcePublic())return!1;const o=this.registry.getSourceType(t),i=this.getItemType();return o!==i?!1:s.isDragging(this,t)}isOverTarget(t,s={shallow:!1}){if(!t)return!1;const{shallow:o}=s;if(!this.isDragging())return!1;const i=this.registry.getTargetType(t),n=this.getItemType();if(n&&!Pl(i,n))return!1;const r=this.getTargetIds();if(!r.length)return!1;const a=r.indexOf(t);return o?a===r.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 Qv(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return Jv(this.store.getState().dragOffset)}constructor(t,s){this.store=t,this.registry=s}}const kd=typeof global<"u"?global:self,tg=kd.MutationObserver||kd.WebKitMutationObserver;function sg(e){return function(){const s=setTimeout(i,0),o=setInterval(i,50);function i(){clearTimeout(s),clearInterval(o),e()}}}function sw(e){let t=1;const s=new tg(e),o=document.createTextNode("");return s.observe(o,{characterData:!0}),function(){t=-t,o.data=t}}const ow=typeof tg=="function"?sw:sg;class iw{enqueueTask(t){const{queue:s,requestFlush:o}=this;s.length||(o(),this.flushing=!0),s[s.length]=t}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:t}=this;for(;this.index<t.length;){const s=this.index;if(this.index++,t[s].call(),this.index>this.capacity){for(let o=0,i=t.length-this.index;o<i;o++)t[o]=t[o+this.index];t.length-=this.index,this.index=0}}t.length=0,this.index=0,this.flushing=!1},this.registerPendingError=t=>{this.pendingErrors.push(t),this.requestErrorThrow()},this.requestFlush=ow(this.flush),this.requestErrorThrow=sg(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class nw{call(){try{this.task&&this.task()}catch(t){this.onError(t)}finally{this.task=null,this.release(this)}}constructor(t,s){this.onError=t,this.release=s,this.task=null}}class rw{create(t){const s=this.freeTasks,o=s.length?s.pop():new nw(this.onError,i=>s[s.length]=i);return o.task=t,o}constructor(t){this.onError=t,this.freeTasks=[]}}const og=new iw,aw=new rw(og.registerPendingError);function lw(e){og.enqueueTask(aw.create(e))}const wc="dnd-core/ADD_SOURCE",bc="dnd-core/ADD_TARGET",Sc="dnd-core/REMOVE_SOURCE",Yr="dnd-core/REMOVE_TARGET";function cw(e){return{type:wc,payload:{sourceId:e}}}function dw(e){return{type:bc,payload:{targetId:e}}}function uw(e){return{type:Sc,payload:{sourceId:e}}}function hw(e){return{type:Yr,payload:{targetId:e}}}function gw(e){ve(typeof e.canDrag=="function","Expected canDrag to be a function."),ve(typeof e.beginDrag=="function","Expected beginDrag to be a function."),ve(typeof e.endDrag=="function","Expected endDrag to be a function.")}function pw(e){ve(typeof e.canDrop=="function","Expected canDrop to be a function."),ve(typeof e.hover=="function","Expected hover to be a function."),ve(typeof e.drop=="function","Expected beginDrag to be a function.")}function Ml(e,t){if(t&&Array.isArray(e)){e.forEach(s=>Ml(s,!1));return}ve(typeof e=="string"||typeof e=="symbol",t?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var Pt;(function(e){e.SOURCE="SOURCE",e.TARGET="TARGET"})(Pt||(Pt={}));let fw=0;function mw(){return fw++}function Cw(e){const t=mw().toString();switch(e){case Pt.SOURCE:return`S${t}`;case Pt.TARGET:return`T${t}`;default:throw new Error(`Unknown Handler Role: ${e}`)}}function Ad(e){switch(e[0]){case"S":return Pt.SOURCE;case"T":return Pt.TARGET;default:throw new Error(`Cannot parse handler ID: ${e}`)}}function Ld(e,t){const s=e.entries();let o=!1;do{const{done:i,value:[,n]}=s.next();if(n===t)return!0;o=!!i}while(!o);return!1}class vw{addSource(t,s){Ml(t),gw(s);const o=this.addHandler(Pt.SOURCE,t,s);return this.store.dispatch(cw(o)),o}addTarget(t,s){Ml(t,!0),pw(s);const o=this.addHandler(Pt.TARGET,t,s);return this.store.dispatch(dw(o)),o}containsHandler(t){return Ld(this.dragSources,t)||Ld(this.dropTargets,t)}getSource(t,s=!1){return ve(this.isSourceId(t),"Expected a valid source ID."),s&&t===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(t)}getTarget(t){return ve(this.isTargetId(t),"Expected a valid target ID."),this.dropTargets.get(t)}getSourceType(t){return ve(this.isSourceId(t),"Expected a valid source ID."),this.types.get(t)}getTargetType(t){return ve(this.isTargetId(t),"Expected a valid target ID."),this.types.get(t)}isSourceId(t){return Ad(t)===Pt.SOURCE}isTargetId(t){return Ad(t)===Pt.TARGET}removeSource(t){ve(this.getSource(t),"Expected an existing source."),this.store.dispatch(uw(t)),lw(()=>{this.dragSources.delete(t),this.types.delete(t)})}removeTarget(t){ve(this.getTarget(t),"Expected an existing target."),this.store.dispatch(hw(t)),this.dropTargets.delete(t),this.types.delete(t)}pinSource(t){const s=this.getSource(t);ve(s,"Expected an existing source."),this.pinnedSourceId=t,this.pinnedSource=s}unpinSource(){ve(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(t,s,o){const i=Cw(t);return this.types.set(i,s),t===Pt.SOURCE?this.dragSources.set(i,o):t===Pt.TARGET&&this.dropTargets.set(i,o),i}constructor(t){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=t}}const ww=(e,t)=>e===t;function bw(e,t){return!e&&!t?!0:!e||!t?!1:e.x===t.x&&e.y===t.y}function Sw(e,t,s=ww){if(e.length!==t.length)return!1;for(let o=0;o<e.length;++o)if(!s(e[o],t[o]))return!1;return!0}function yw(e=Pi,t){switch(t.type){case $r:break;case wc:case bc:case Yr:case Sc:return Pi;case Ur:case Cc:case qr:case Kr:default:return vc}const{targetIds:s=[],prevTargetIds:o=[]}=t.payload,i=Ev(s,o);if(!(i.length>0||!Sw(s,o)))return Pi;const r=o[o.length-1],a=s[s.length-1];return r!==a&&(r&&i.push(r),a&&i.push(a)),i}function xw(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Rw(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){xw(e,i,s[i])})}return e}const Od={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function Fw(e=Od,t){const{payload:s}=t;switch(t.type){case mc:case Ur:return{initialSourceClientOffset:s.sourceClientOffset,initialClientOffset:s.clientOffset,clientOffset:s.clientOffset};case $r:return bw(e.clientOffset,s.clientOffset)?e:Rw({},e,{clientOffset:s.clientOffset});case qr:case Kr:return Od;default:return e}}function Ew(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ro(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Ew(e,i,s[i])})}return e}const Dw={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function Pw(e=Dw,t){const{payload:s}=t;switch(t.type){case Ur:return Ro({},e,{itemType:s.itemType,item:s.item,sourceId:s.sourceId,isSourcePublic:s.isSourcePublic,dropResult:null,didDrop:!1});case Cc:return Ro({},e,{isSourcePublic:!0});case $r:return Ro({},e,{targetIds:s.targetIds});case Yr:return e.targetIds.indexOf(s.targetId)===-1?e:Ro({},e,{targetIds:Fv(e.targetIds,s.targetId)});case Kr:return Ro({},e,{dropResult:s.dropResult,didDrop:!0,targetIds:[]});case qr:return Ro({},e,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return e}}function Mw(e=0,t){switch(t.type){case wc:case bc:return e+1;case Sc:case Yr:return e-1;default:return e}}function Tw(e=0){return e+1}function Iw(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function kw(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Iw(e,i,s[i])})}return e}function Aw(e={},t){return{dirtyHandlerIds:yw(e.dirtyHandlerIds,{type:t.type,payload:kw({},t.payload,{prevTargetIds:Rv(e,"dragOperation.targetIds",[])})}),dragOffset:Fw(e.dragOffset,t),refCount:Mw(e.refCount,t),dragOperation:Pw(e.dragOperation,t),stateId:Tw(e.stateId)}}function Lw(e,t=void 0,s={},o=!1){const i=Ow(o),n=new tw(i,new vw(i)),r=new Zv(i,n),a=e(r,t,s);return r.receiveBackend(a),r}function Ow(e){const t=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return Qh(Aw,e&&t&&t({name:"dnd-core",instanceId:"dnd-core"}))}function Nw(e,t){if(e==null)return{};var s=Hw(e,t),o,i;if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(i=0;i<n.length;i++)o=n[i],!(t.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(e,o)&&(s[o]=e[o])}return s}function Hw(e,t){if(e==null)return{};var s={},o=Object.keys(e),i,n;for(n=0;n<o.length;n++)i=o[n],!(t.indexOf(i)>=0)&&(s[i]=e[i]);return s}let Nd=0;const $n=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var Gw=g.memo(function(t){var{children:s}=t,o=Nw(t,["children"]);const[i,n]=Bw(o);return g.useEffect(()=>{if(n){const r=ig();return++Nd,()=>{--Nd===0&&(r[$n]=null)}}},[]),C.jsx(Xh.Provider,{value:i,children:s})});function Bw(e){if("manager"in e)return[{dragDropManager:e.manager},!1];const t=Vw(e.backend,e.context,e.options,e.debugMode),s=!e.context;return[t,s]}function Vw(e,t=ig(),s,o){const i=t;return i[$n]||(i[$n]={dragDropManager:Lw(e,t,s,o)}),i[$n]}function ig(){return typeof global<"u"?global:window}function zw(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ka,Hd;function Ww(){return Hd||(Hd=1,ka=function e(t,s){if(t===s)return!0;if(t&&s&&typeof t=="object"&&typeof s=="object"){if(t.constructor!==s.constructor)return!1;var o,i,n;if(Array.isArray(t)){if(o=t.length,o!=s.length)return!1;for(i=o;i--!==0;)if(!e(t[i],s[i]))return!1;return!0}if(t.constructor===RegExp)return t.source===s.source&&t.flags===s.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===s.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===s.toString();if(n=Object.keys(t),o=n.length,o!==Object.keys(s).length)return!1;for(i=o;i--!==0;)if(!Object.prototype.hasOwnProperty.call(s,n[i]))return!1;for(i=o;i--!==0;){var r=n[i];if(!e(t[r],s[r]))return!1}return!0}return t!==t&&s!==s}),ka}var _w=Ww();const jw=zw(_w),to=typeof window<"u"?g.useLayoutEffect:g.useEffect;function Uw(e,t,s){const[o,i]=g.useState(()=>t(e)),n=g.useCallback(()=>{const r=t(e);jw(o,r)||(i(r),s&&s())},[o,e,s]);return to(n),[o,n]}function $w(e,t,s){const[o,i]=Uw(e,t,s);return to(function(){const r=e.getHandlerId();if(r!=null)return e.subscribeToStateChange(i,{handlerIds:[r]})},[e,i]),o}function ng(e,t,s){return $w(t,e||(()=>({})),()=>s.reconnect())}function rg(e,t){const s=[...t||[]];return t==null&&typeof e!="function"&&s.push(e),g.useMemo(()=>typeof e=="function"?e():e,s)}function Kw(e){return g.useMemo(()=>e.hooks.dragSource(),[e])}function qw(e){return g.useMemo(()=>e.hooks.dragPreview(),[e])}let Aa=!1,La=!1;class Yw{receiveHandlerId(t){this.sourceId=t}getHandlerId(){return this.sourceId}canDrag(){ve(!Aa,"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 Aa=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Aa=!1}}isDragging(){if(!this.sourceId)return!1;ve(!La,"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 La=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{La=!1}}subscribeToStateChange(t,s){return this.internalMonitor.subscribeToStateChange(t,s)}isDraggingSource(t){return this.internalMonitor.isDraggingSource(t)}isOverTarget(t,s){return this.internalMonitor.isOverTarget(t,s)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(t){return this.internalMonitor.subscribeToOffsetChange(t)}canDragSource(t){return this.internalMonitor.canDragSource(t)}canDropOnTarget(t){return this.internalMonitor.canDropOnTarget(t)}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(t){this.sourceId=null,this.internalMonitor=t.getMonitor()}}let Oa=!1;class Zw{receiveHandlerId(t){this.targetId=t}getHandlerId(){return this.targetId}subscribeToStateChange(t,s){return this.internalMonitor.subscribeToStateChange(t,s)}canDrop(){if(!this.targetId)return!1;ve(!Oa,"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 Oa=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Oa=!1}}isOver(t){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,t):!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(t){this.targetId=null,this.internalMonitor=t.getMonitor()}}function Xw(e,t,s){const o=s.getRegistry(),i=o.addTarget(e,t);return[i,()=>o.removeTarget(i)]}function Qw(e,t,s){const o=s.getRegistry(),i=o.addSource(e,t);return[i,()=>o.removeSource(i)]}function Tl(e,t,s,o){let i;if(i!==void 0)return!!i;if(e===t)return!0;if(typeof e!="object"||!e||typeof t!="object"||!t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;const a=Object.prototype.hasOwnProperty.bind(t);for(let l=0;l<n.length;l++){const c=n[l];if(!a(c))return!1;const d=e[c],u=t[c];if(i=void 0,i===!1||i===void 0&&d!==u)return!1}return!0}function Il(e){return e!==null&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function Jw(e){if(typeof e.type=="string")return;const t=e.type.displayName||e.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${t} into a <div>, or turn it into a drag source or a drop target itself.`)}function e1(e){return(t=null,s=null)=>{if(!g.isValidElement(t)){const n=t;return e(n,s),n}const o=t;return Jw(o),t1(o,s?n=>e(n,s):e)}}function ag(e){const t={};return Object.keys(e).forEach(s=>{const o=e[s];if(s.endsWith("Ref"))t[s]=e[s];else{const i=e1(o);t[s]=()=>i}}),t}function Gd(e,t){typeof e=="function"?e(t):e.current=t}function t1(e,t){const s=e.ref;return ve(typeof s!="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"),s?g.cloneElement(e,{ref:o=>{Gd(s,o),Gd(t,o)}}):g.cloneElement(e,{ref:t})}class s1{receiveHandlerId(t){this.handlerId!==t&&(this.handlerId=t,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(t){this.dragSourceOptionsInternal=t}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(t){this.dragPreviewOptionsInternal=t}reconnect(){const t=this.reconnectDragSource();this.reconnectDragPreview(t)}reconnectDragSource(){const t=this.dragSource,s=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return s&&this.disconnectDragSource(),this.handlerId?t?(s&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=t,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,t,this.dragSourceOptions)),s):(this.lastConnectedDragSource=t,s):s}reconnectDragPreview(t=!1){const s=this.dragPreview,o=t||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(o&&this.disconnectDragPreview(),!!this.handlerId){if(!s){this.lastConnectedDragPreview=s;return}o&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=s,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,s,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!Tl(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!Tl(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(t){this.hooks=ag({dragSource:(s,o)=>{this.clearDragSource(),this.dragSourceOptions=o||null,Il(s)?this.dragSourceRef=s:this.dragSourceNode=s,this.reconnectDragSource()},dragPreview:(s,o)=>{this.clearDragPreview(),this.dragPreviewOptions=o||null,Il(s)?this.dragPreviewRef=s:this.dragPreviewNode=s,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=t}}class o1{get connectTarget(){return this.dropTarget}reconnect(){const t=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();t&&this.disconnectDropTarget();const s=this.dropTarget;if(this.handlerId){if(!s){this.lastConnectedDropTarget=s;return}t&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=s,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,s,this.dropTargetOptions))}}receiveHandlerId(t){t!==this.handlerId&&(this.handlerId=t,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(t){this.dropTargetOptionsInternal=t}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!Tl(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(t){this.hooks=ag({dropTarget:(s,o)=>{this.clearDropTarget(),this.dropTargetOptions=o,Il(s)?this.dropTargetRef=s:this.dropTargetNode=s,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=t}}function ti(){const{dragDropManager:e}=g.useContext(Xh);return ve(e!=null,"Expected drag drop context"),e}function i1(e,t){const s=ti(),o=g.useMemo(()=>new s1(s.getBackend()),[s]);return to(()=>(o.dragSourceOptions=e||null,o.reconnect(),()=>o.disconnectDragSource()),[o,e]),to(()=>(o.dragPreviewOptions=t||null,o.reconnect(),()=>o.disconnectDragPreview()),[o,t]),o}function n1(){const e=ti();return g.useMemo(()=>new Yw(e),[e])}class r1{beginDrag(){const t=this.spec,s=this.monitor;let o=null;return typeof t.item=="object"?o=t.item:typeof t.item=="function"?o=t.item(s):o={},o??null}canDrag(){const t=this.spec,s=this.monitor;return typeof t.canDrag=="boolean"?t.canDrag:typeof t.canDrag=="function"?t.canDrag(s):!0}isDragging(t,s){const o=this.spec,i=this.monitor,{isDragging:n}=o;return n?n(i):s===t.getSourceId()}endDrag(){const t=this.spec,s=this.monitor,o=this.connector,{end:i}=t;i&&i(s.getItem(),s),o.reconnect()}constructor(t,s,o){this.spec=t,this.monitor=s,this.connector=o}}function a1(e,t,s){const o=g.useMemo(()=>new r1(e,t,s),[t,s]);return g.useEffect(()=>{o.spec=e},[e]),o}function l1(e){return g.useMemo(()=>{const t=e.type;return ve(t!=null,"spec.type must be defined"),t},[e])}function c1(e,t,s){const o=ti(),i=a1(e,t,s),n=l1(e);to(function(){if(n!=null){const[a,l]=Qw(n,i,o);return t.receiveHandlerId(a),s.receiveHandlerId(a),l}},[o,t,s,i,n])}function d1(e,t){const s=rg(e,t);ve(!s.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 o=n1(),i=i1(s.options,s.previewOptions);return c1(s,o,i),[ng(s.collect,o,i),Kw(i),qw(i)]}function u1(e){return g.useMemo(()=>e.hooks.dropTarget(),[e])}function h1(e){const t=ti(),s=g.useMemo(()=>new o1(t.getBackend()),[t]);return to(()=>(s.dropTargetOptions=e||null,s.reconnect(),()=>s.disconnectDropTarget()),[e]),s}function g1(){const e=ti();return g.useMemo(()=>new Zw(e),[e])}function p1(e){const{accept:t}=e;return g.useMemo(()=>(ve(e.accept!=null,"accept must be defined"),Array.isArray(t)?t:[t]),[t])}class f1{canDrop(){const t=this.spec,s=this.monitor;return t.canDrop?t.canDrop(s.getItem(),s):!0}hover(){const t=this.spec,s=this.monitor;t.hover&&t.hover(s.getItem(),s)}drop(){const t=this.spec,s=this.monitor;if(t.drop)return t.drop(s.getItem(),s)}constructor(t,s){this.spec=t,this.monitor=s}}function m1(e,t){const s=g.useMemo(()=>new f1(e,t),[t]);return g.useEffect(()=>{s.spec=e},[e]),s}function C1(e,t,s){const o=ti(),i=m1(e,t),n=p1(e);to(function(){const[a,l]=Xw(n,i,o);return t.receiveHandlerId(a),s.receiveHandlerId(a),l},[o,t,i,s,n.map(r=>r.toString()).join("|")])}function lg(e,t){const s=rg(e,t),o=g1(),i=h1(s.options);return C1(s,o,i),[ng(s.collect,o,i),u1(i)]}const Bd="column",v1="flex items-center",w1="mr-3 cursor-move text-secondary",b1=({id:e,children:t,className:s,onFind:o,onMove:i,ariaLabel:n="Drag item"})=>{const r=g.useRef(null),a=g.useRef(null),l=typeof o=="function"?o(e):-1,[{isDragging:c},d,u]=d1(()=>({type:Bd,item:{id:e,originalIndex:l},collect:p=>{const f=p.getItem();return{isDragging:p.isDragging()&&f?.id===e}},end:(p,f)=>{if(!p)return;!f.didDrop()&&typeof i=="function"&&p.originalIndex>-1&&i(p.id,p.originalIndex)}}),[e,l,i]),[,h]=lg(()=>({accept:Bd,hover:p=>{if(!(!p||p.id===e)&&typeof o=="function"&&typeof i=="function"){const f=o(e);i(p.id,f)}}}),[o,i,e]);return u(h(a)),d(r),C.jsxs("div",{ref:a,className:ue(v1,s),style:{opacity:c?0:1},"aria-roledescription":"Draggable item",children:[C.jsx("div",{ref:r,className:w1,"aria-label":n,children:C.jsx(V.IconGripVertical,{...le})}),t]})},S1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.68628 10.3945C3.91003 10.408 4.10927 10.4422 4.2832 10.4978L4.28394 10.4971C4.5167 10.5698 4.71621 10.6662 4.87939 10.7871C4.9994 10.876 5.10332 10.974 5.18994 11.0815L5.27051 11.1929L5.27197 11.1943L5.34009 11.3079C5.38301 11.3838 5.42067 11.4597 5.45288 11.5356L5.49683 11.6492L5.49756 11.6514L5.53198 11.7649C5.56274 11.877 5.5838 11.9867 5.59497 12.0938C5.61194 12.23 5.62059 12.3501 5.62061 12.4534C5.62061 12.6166 5.57231 12.7639 5.47559 12.8906C5.41544 12.9694 5.325 13.0198 5.21997 13.0503C5.11455 13.0809 4.98537 13.0942 4.83691 13.0942C4.73711 13.0942 4.62608 13.0838 4.50439 13.0635C4.37577 13.0415 4.26002 12.9966 4.16089 12.9272L4.15869 12.9258C4.04118 12.8396 3.98657 12.7121 3.98657 12.5625C3.98655 12.2721 3.94576 12.0552 3.87231 11.9033L3.87158 11.9011C3.81572 11.7798 3.69406 11.7026 3.45337 11.7026C3.33114 11.7027 3.25307 11.7292 3.20435 11.7671C3.14221 11.8149 3.10061 11.864 3.07617 11.9128C3.04149 11.985 3.02355 12.0599 3.02124 12.1384V14.7905L3.02637 14.8652C3.03466 14.9384 3.05266 15.0073 3.07983 15.0725L3.10254 15.1201C3.12874 15.1672 3.16488 15.2124 3.21167 15.2556C3.2602 15.2978 3.33572 15.3259 3.45337 15.3259C3.56813 15.3259 3.65533 15.3041 3.71997 15.2673C3.78314 15.2313 3.83208 15.1772 3.86646 15.0996C3.94535 14.9186 3.98655 14.7002 3.98657 14.4412C3.98657 14.3004 4.04381 14.1839 4.1499 14.0991L4.19824 14.0647C4.33673 13.9762 4.55866 13.9431 4.83691 13.9431C5.09384 13.9431 5.30559 13.9858 5.43604 14.1013C5.55182 14.204 5.62061 14.3293 5.62061 14.4749C5.62057 14.7549 5.57953 15.0125 5.49536 15.2461L5.45654 15.3442C5.36294 15.5677 5.23261 15.7627 5.06543 15.928L4.99146 15.9968C4.58057 16.3629 4.03856 16.541 3.37793 16.541L3.12671 16.5278C3.00679 16.5188 2.87303 16.495 2.72607 16.4575C2.61505 16.4287 2.50136 16.3894 2.38696 16.3396L2.27197 16.2861C2.1155 16.2094 1.9705 16.0983 1.83691 15.9558L1.83618 15.9551C1.70598 15.8128 1.59909 15.6391 1.51392 15.4365L1.51318 15.4351C1.42797 15.2251 1.38722 14.9736 1.38721 14.6843V12.345C1.38721 12.1069 1.41644 11.892 1.47656 11.7026C1.52068 11.5616 1.57629 11.4337 1.64355 11.3196L1.7146 11.2097C1.81013 11.07 1.92167 10.9524 2.04932 10.8582C2.17206 10.7676 2.29884 10.6909 2.42871 10.6289L2.54297 10.5798C2.81231 10.4716 3.11394 10.4081 3.44678 10.3879L3.45337 10.3872L3.68628 10.3945Z",fill:"currentColor"}),pe.createElement("path",{d:"M8.10791 11.7371C8.33261 11.7371 8.5218 11.8023 8.61255 11.9758C8.68772 12.1131 8.72383 12.2741 8.72388 12.4534V12.7522H9.03003C9.21461 12.7522 9.37781 12.7845 9.5127 12.8562C9.68704 12.9456 9.7463 13.149 9.74634 13.3843C9.74634 13.612 9.68105 13.8034 9.50537 13.894L9.5061 13.8948C9.36923 13.9665 9.20861 14.0002 9.03003 14.0002H8.72388V14.3064C8.72388 14.4941 8.68994 14.6588 8.61768 14.7942L8.61841 14.7949C8.5293 14.9647 8.334 15.0226 8.10791 15.0227C7.87257 15.0227 7.66761 14.9685 7.5769 14.8L7.57617 14.7993C7.50612 14.6659 7.47583 14.4988 7.47583 14.3064V14.0002H7.18579C6.99507 14.0002 6.82804 13.9669 6.69214 13.894C6.52182 13.8026 6.46069 13.6102 6.46069 13.3843C6.46073 13.1491 6.51509 12.944 6.68335 12.8533L6.68481 12.8525L6.79102 12.8079C6.90305 12.7697 7.03293 12.7522 7.177 12.7522H7.47583V12.4534C7.47587 12.2683 7.50712 12.1056 7.57617 11.9707L7.5769 11.9685L7.61646 11.9092C7.72038 11.7825 7.90134 11.7371 8.10791 11.7371Z",fill:"currentColor"}),pe.createElement("path",{d:"M12.728 11.7371C12.9527 11.7371 13.1419 11.8023 13.2327 11.9758C13.3078 12.1131 13.3439 12.2741 13.344 12.4534V12.7522H13.6501C13.8347 12.7522 13.9979 12.7845 14.1328 12.8562C14.3072 12.9456 14.3664 13.149 14.3665 13.3843C14.3665 13.612 14.3012 13.8034 14.1255 13.894L14.1262 13.8948C13.9894 13.9665 13.8287 14.0002 13.6501 14.0002H13.344V14.3064C13.344 14.4941 13.3101 14.6588 13.2378 14.7942L13.2385 14.7949C13.1494 14.9647 12.9541 15.0226 12.728 15.0227C12.4927 15.0227 12.2877 14.9685 12.197 14.8L12.1963 14.7993C12.1262 14.6659 12.0959 14.4988 12.0959 14.3064V14.0002H11.8059C11.6152 14.0002 11.4482 13.9669 11.3123 13.894C11.1419 13.8026 11.0808 13.6102 11.0808 13.3843C11.0808 13.1491 11.1352 12.944 11.3035 12.8533L11.3049 12.8525L11.4111 12.8079C11.5232 12.7697 11.653 12.7522 11.7971 12.7522H12.0959V12.4534C12.096 12.2683 12.1272 12.1056 12.1963 11.9707L12.197 11.9685L12.2366 11.9092C12.3405 11.7825 12.5215 11.7371 12.728 11.7371Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V9C15 9.41421 14.6642 9.75 14.25 9.75C13.8358 9.75 13.5 9.41421 13.5 9V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),y1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M4.29639 10.3945C4.50665 10.4083 4.69413 10.4433 4.85815 10.5L4.85889 10.4993C5.07789 10.5733 5.26574 10.6715 5.41919 10.7944C5.53204 10.8849 5.62958 10.9843 5.71069 11.0933L5.78613 11.2053L5.78687 11.2068L5.85059 11.3218C5.89058 11.3983 5.92606 11.4746 5.95605 11.551L5.99707 11.666L5.9978 11.6682L6.05566 11.8945C6.0708 11.9689 6.08168 12.0422 6.08862 12.1143C6.10449 12.252 6.11279 12.3734 6.11279 12.4775C6.11276 12.6403 6.06824 12.7876 5.97803 12.9155C5.92155 12.9956 5.83545 13.0472 5.73486 13.0789C5.63441 13.1104 5.51212 13.1243 5.37231 13.1243C5.32505 13.1243 5.27524 13.1215 5.2229 13.1162L5.05811 13.0928C4.93553 13.0701 4.82533 13.024 4.73145 12.9529L4.72998 12.9514C4.61882 12.8632 4.56958 12.7352 4.56958 12.5874C4.56955 12.2926 4.5312 12.0715 4.46191 11.9165L4.46045 11.9143C4.4319 11.8474 4.38931 11.8003 4.33154 11.7686C4.27185 11.7358 4.18944 11.7158 4.07812 11.7158C3.96626 11.7158 3.89622 11.7421 3.85254 11.7788C3.79519 11.8265 3.75637 11.8759 3.73315 11.926C3.70026 11.9999 3.68262 12.0771 3.68042 12.1582V14.8425L3.68555 14.9187C3.69337 14.9937 3.71038 15.0643 3.73608 15.1311L3.75732 15.1802C3.78176 15.2276 3.81496 15.2727 3.85767 15.3157L3.89575 15.3442C3.93843 15.3699 3.99697 15.386 4.07812 15.386C4.18296 15.386 4.26146 15.3647 4.31982 15.3289C4.37727 15.2935 4.4233 15.2389 4.45605 15.1589C4.53037 14.9746 4.56957 14.7522 4.56958 14.4888C4.56958 14.3307 4.63662 14.2007 4.7666 14.1116L4.82007 14.0801C4.95284 14.0119 5.14337 13.9856 5.37231 13.9856C5.61445 13.9856 5.81633 14.0298 5.94067 14.1489C6.04986 14.2536 6.11274 14.379 6.11279 14.5225C6.11279 14.8453 6.06245 15.1386 5.95972 15.3999C5.85998 15.6574 5.71501 15.8781 5.52466 16.0598L5.52393 16.0591C5.13817 16.4307 4.62871 16.6128 4.00708 16.6128C3.95774 16.6128 3.87811 16.6081 3.77124 16.5996C3.65793 16.5904 3.53127 16.5659 3.39331 16.5278C3.28866 16.4984 3.18149 16.4584 3.07397 16.4077L2.96631 16.3535C2.81858 16.2752 2.68196 16.1624 2.55688 16.0181L2.55615 16.0166C2.43435 15.8725 2.33453 15.6972 2.25513 15.4929L2.25439 15.4915C2.17508 15.28 2.13721 15.0267 2.13721 14.7349V12.3669C2.13721 12.1269 2.16476 11.9109 2.2207 11.7202L2.26538 11.5825C2.3136 11.4491 2.37234 11.3289 2.44263 11.2229C2.53187 11.0816 2.63607 10.9621 2.7561 10.8662C2.87117 10.7743 2.98996 10.6964 3.11206 10.6333L3.11353 10.6326L3.22046 10.5828C3.47384 10.4727 3.75793 10.4085 4.0708 10.3879L4.07812 10.3872L4.29639 10.3945Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H8.625C8.21079 16.5 7.875 16.1642 7.875 15.75C7.875 15.3358 8.21079 15 8.625 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),x1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.62109 10.571C3.83849 10.5842 4.03206 10.618 4.20117 10.6721L4.2019 10.6714C4.42776 10.742 4.62121 10.8352 4.77979 10.9526C4.89663 11.0392 4.99793 11.135 5.08228 11.2397L5.16064 11.3474L5.16211 11.3489L5.22803 11.4595C5.26973 11.5332 5.30659 11.6069 5.33789 11.6807L5.38037 11.7905L5.3811 11.7935L5.44116 12.0117C5.45675 12.0826 5.46834 12.1524 5.47559 12.2212L5.49463 12.4087C5.49888 12.4674 5.50049 12.5222 5.50049 12.5728C5.50045 12.7317 5.45415 12.8755 5.35986 12.999C5.30088 13.0762 5.2117 13.1246 5.10938 13.1543C5.0067 13.1841 4.88146 13.1975 4.7373 13.1975C4.64029 13.1975 4.53244 13.1872 4.41431 13.1675C4.28898 13.1461 4.17557 13.1026 4.07886 13.0349L4.07739 13.0334C3.96236 12.9491 3.90894 12.8243 3.90894 12.6782C3.90893 12.3968 3.86925 12.187 3.79834 12.0403L3.79761 12.0381C3.74418 11.922 3.62816 11.847 3.39551 11.8469C3.27715 11.8469 3.20179 11.873 3.15527 11.9092C3.09597 11.9548 3.05572 12.0012 3.03223 12.0476L3.03296 12.0483C2.99919 12.1182 2.98102 12.1906 2.97876 12.2666V14.8396L2.98389 14.9114C2.99188 14.9821 3.00888 15.049 3.03516 15.1121L3.05786 15.1582C3.08304 15.2033 3.11768 15.2464 3.1626 15.2878C3.2089 15.3285 3.28115 15.356 3.39551 15.356C3.50633 15.3559 3.58982 15.3349 3.65186 15.2996C3.71249 15.2651 3.75936 15.2131 3.79248 15.1384L3.84302 15.0007C3.88665 14.8554 3.90893 14.6891 3.90894 14.5005C3.90894 14.363 3.96502 14.2494 4.0686 14.1665L4.11621 14.1328C4.25147 14.0465 4.46739 14.0134 4.7373 14.0134C4.98658 14.0134 5.19278 14.0552 5.32031 14.168C5.43323 14.268 5.5004 14.3903 5.50049 14.5327C5.50049 14.8049 5.46077 15.0556 5.37891 15.2827L5.34155 15.3779C5.23762 15.6261 5.08621 15.8373 4.88892 16.0115L4.88965 16.0122C4.49029 16.3681 3.96383 16.541 3.32227 16.541C3.27168 16.541 3.18935 16.5367 3.07837 16.5286C3.02014 16.5242 2.95789 16.5158 2.89307 16.5044L2.68799 16.4597C2.5801 16.4317 2.47025 16.3938 2.35913 16.3455L2.2478 16.2935C2.09553 16.2188 1.95433 16.1112 1.82446 15.9727L1.82373 15.9712C1.69712 15.8328 1.593 15.6642 1.51025 15.4673L1.50952 15.4658C1.42669 15.2616 1.38721 15.0172 1.38721 14.7363V12.4666C1.38723 12.2355 1.41597 12.0273 1.47437 11.8433C1.53119 11.6615 1.60684 11.502 1.70361 11.3665L1.77686 11.2676C1.85263 11.1732 1.9374 11.0913 2.03101 11.0222C2.15024 10.9342 2.27322 10.8598 2.39941 10.7996L2.40015 10.7988L2.51074 10.7512C2.77229 10.6462 3.0652 10.5848 3.38818 10.5652L3.39551 10.5645L3.62109 10.571Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.36914 11.28C9.50263 11.28 9.62352 11.3063 9.72583 11.3643L9.7251 11.365C9.85906 11.4379 9.90454 11.5838 9.90454 11.7429C9.9045 11.7567 9.90157 11.7778 9.89941 11.7935C9.89658 11.814 9.89242 11.8422 9.88696 11.8777C9.87611 11.9455 9.8639 12.0222 9.85034 12.1062C9.84553 12.136 9.84018 12.1643 9.83569 12.1912H10.0525C10.1919 12.1912 10.3171 12.2148 10.4216 12.2688L10.4209 12.2695C10.5686 12.3412 10.6128 12.5089 10.6128 12.6863C10.6128 12.8587 10.5617 13.0123 10.4194 13.0898L10.4187 13.0906C10.3122 13.1472 10.1885 13.1726 10.0525 13.1726H9.67529L9.55225 13.8589H9.75952C9.89706 13.8589 10.0206 13.8819 10.1243 13.9343C10.2748 14.005 10.3198 14.1752 10.3198 14.354C10.3198 14.5291 10.2702 14.6875 10.1243 14.7627L10.1235 14.7634C10.0176 14.8164 9.89461 14.8403 9.75952 14.8403H9.38452L9.33398 15.1677L9.33325 15.1714C9.30492 15.3271 9.26297 15.4669 9.20728 15.5903L9.20801 15.5911C9.17656 15.6626 9.13001 15.7228 9.06592 15.7646C9.00162 15.8065 8.92683 15.8247 8.84839 15.8247C8.72 15.8247 8.60307 15.8041 8.50122 15.7581L8.49976 15.7573C8.35755 15.6908 8.31299 15.5386 8.31299 15.3787C8.31299 15.3406 8.31787 15.2939 8.32617 15.241L8.35913 15.0242C8.36863 14.9624 8.37948 14.9012 8.38989 14.8403H7.92847L7.87793 15.1677L7.8772 15.1714C7.84887 15.3271 7.80691 15.4669 7.75122 15.5903L7.75195 15.5911C7.72046 15.6627 7.6734 15.7228 7.60913 15.7646C7.54487 15.8064 7.47071 15.8247 7.39233 15.8247C7.26394 15.8247 7.14702 15.8041 7.04517 15.7581L7.0437 15.7573C6.90149 15.6908 6.85693 15.5387 6.85693 15.3787C6.85694 15.3406 6.86181 15.2939 6.87012 15.241L6.90308 15.0242C6.91257 14.9624 6.92342 14.9012 6.93384 14.8403H6.6687C6.52906 14.8403 6.40313 14.8167 6.29663 14.7634L6.29297 14.762C6.15355 14.6853 6.10844 14.5261 6.1084 14.354C6.1084 14.1782 6.1487 14.0079 6.29297 13.9358C6.39784 13.882 6.52535 13.8589 6.6687 13.8589H7.09497L7.21802 13.1726H6.95361C6.81311 13.1726 6.68646 13.1475 6.57935 13.0906L6.57788 13.0898C6.43874 13.0135 6.39332 12.8568 6.39331 12.6863C6.39331 12.5105 6.43361 12.3402 6.57788 12.2681C6.68271 12.2144 6.81036 12.1912 6.95361 12.1912H7.38721L7.46045 11.7561C7.47174 11.6625 7.50842 11.5673 7.56372 11.4712C7.63824 11.3418 7.76255 11.2801 7.91309 11.28C8.04657 11.28 8.16746 11.3063 8.26978 11.3643L8.26904 11.365C8.403 11.4379 8.44849 11.5838 8.44849 11.7429C8.44844 11.7567 8.44552 11.7778 8.44336 11.7935C8.44053 11.814 8.43636 11.8422 8.43091 11.8777C8.42006 11.9455 8.40784 12.0222 8.39429 12.1062C8.38947 12.136 8.38413 12.1643 8.37964 12.1912H8.84326L8.9165 11.7561C8.92779 11.6625 8.96448 11.5673 9.01978 11.4712C9.0943 11.3418 9.21861 11.2801 9.36914 11.28ZM8.09619 13.8589H8.55103L8.67407 13.1726H8.21924L8.09619 13.8589Z",fill:"currentColor"})),R1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M4.43188 10.4409C4.65285 10.4409 4.85471 10.4869 4.99951 10.6152L4.99878 10.6159C5.13097 10.7305 5.21409 10.881 5.25146 11.0576C5.28474 11.2148 5.30052 11.3869 5.30054 11.5724V15.4323C5.30054 15.6193 5.28417 15.7927 5.25146 15.9516L5.2522 15.9523C5.21779 16.1313 5.13551 16.2842 4.99951 16.3976L4.99878 16.3969C4.85386 16.52 4.65269 16.5646 4.43188 16.5646C4.21337 16.5646 4.01411 16.5195 3.86792 16.3976L3.86353 16.394C3.73466 16.2798 3.65263 16.1299 3.6123 15.9553L3.61157 15.9516C3.57826 15.7941 3.5625 15.6205 3.5625 15.4323V11.5724C3.56252 11.3869 3.5783 11.2148 3.61157 11.0576C3.64882 10.8815 3.72996 10.7302 3.85986 10.6152L3.86133 10.6137C4.00804 10.4875 4.2103 10.4409 4.43188 10.4409Z",fill:"currentColor"}),pe.createElement("path",{d:"M8.07129 10.4474C8.18434 10.4599 8.28945 10.4924 8.3811 10.55L8.38184 10.5493C8.45754 10.5942 8.52569 10.6451 8.58472 10.7016L8.64111 10.7602L8.64331 10.7631L8.69385 10.8298C8.72596 10.8768 8.75504 10.9284 8.78101 10.9836L8.81763 11.0685L8.81909 11.0729L9.85986 13.8928V11.2692C9.85986 11.0565 9.89522 10.8654 9.98291 10.7119L9.98364 10.7104L10.0349 10.6393C10.1656 10.4886 10.3781 10.4409 10.5974 10.4409C10.8635 10.4409 11.125 10.4947 11.2529 10.6965C11.3535 10.8508 11.3928 11.0487 11.3928 11.2692V15.4323C11.3928 15.6163 11.3809 15.7863 11.3577 15.9413L11.3584 15.9421C11.3349 16.1167 11.2678 16.2708 11.1467 16.3881C11.0102 16.5202 10.8106 16.5646 10.5974 16.5646H10.0554C9.86994 16.5646 9.69972 16.5199 9.56104 16.416C9.44129 16.3261 9.3452 16.215 9.27466 16.0842C9.21353 15.9706 9.16292 15.8593 9.12378 15.7509L8.14893 13.1091V15.7363C8.14893 15.9493 8.11322 16.1406 8.02661 16.2958L8.02588 16.2973C7.90706 16.5052 7.66112 16.5646 7.41138 16.5646C7.14233 16.5646 6.88122 16.5106 6.75 16.312C6.64812 16.1572 6.60791 15.9581 6.60791 15.7363V11.5724C6.60792 11.3882 6.61818 11.2193 6.63867 11.0671V11.0641L6.66724 10.9367C6.7042 10.8142 6.76699 10.706 6.85986 10.6188C6.9982 10.4862 7.19704 10.4409 7.41138 10.4409H7.95337L8.07129 10.4474Z",fill:"currentColor"}),pe.createElement("path",{d:"M13.5688 10.4409C13.7898 10.4409 13.9917 10.4869 14.1365 10.6152L14.1357 10.6159C14.2679 10.7305 14.3511 10.881 14.3884 11.0576C14.4217 11.2148 14.4375 11.3869 14.4375 11.5724V15.4323C14.4375 15.6193 14.4211 15.7927 14.3884 15.9516L14.3892 15.9523C14.3548 16.1313 14.2725 16.2842 14.1365 16.3976L14.1357 16.3969C13.9908 16.52 13.7897 16.5646 13.5688 16.5646C13.3503 16.5646 13.1511 16.5195 13.0049 16.3976L13.0005 16.394C12.8716 16.2798 12.7896 16.1299 12.7493 15.9553L12.7485 15.9516C12.7152 15.7941 12.6995 15.6205 12.6995 15.4323V11.5724C12.6995 11.3869 12.7153 11.2148 12.7485 11.0576C12.7858 10.8815 12.8669 10.7302 12.9968 10.6152L12.9983 10.6137C13.145 10.4875 13.3473 10.4409 13.5688 10.4409Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50385C10.7457 1.52087 10.9072 1.59681 11.0303 1.71991L14.7803 5.46991C14.9208 5.61054 15 5.80136 15 6.00018V9.00018C14.9998 9.41423 14.6641 9.75018 14.25 9.75018C13.8359 9.75018 13.5002 9.41423 13.5 9.00018V6.75018H11.25C10.8523 6.75018 10.4707 6.59192 10.1895 6.31073C9.90824 6.02951 9.7501 5.64788 9.75 5.25018V3.00018H5.25C5.05109 3.00018 4.86038 3.07926 4.71973 3.21991C4.57919 3.36054 4.5 3.55136 4.5 3.75018V9.00018C4.4998 9.41423 4.16409 9.75018 3.75 9.75018C3.33591 9.75018 3.0002 9.41423 3 9.00018V3.75018C3 3.15353 3.23734 2.5813 3.65918 2.15936C4.08114 1.73741 4.65326 1.50018 5.25 1.50018H10.5L10.574 1.50385ZM11.25 5.25018H12.4395L11.25 4.06073V5.25018Z",fill:"currentColor"})),F1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M6.76831 10.8267C6.93291 10.8267 7.08404 10.8408 7.22021 10.8691L7.35205 10.9021L7.35278 10.9028L7.46851 10.9431C7.57872 10.986 7.67614 11.038 7.75928 11.0991C7.84245 11.1591 7.91481 11.2265 7.97388 11.3005L8.02881 11.3767L8.02954 11.3774L8.11011 11.5254C8.13317 11.5747 8.15233 11.6249 8.16797 11.6755C8.19815 11.7711 8.21863 11.8631 8.22656 11.9502C8.23376 12.0294 8.23755 12.096 8.23755 12.1479C8.23753 12.318 8.17338 12.4626 8.04639 12.572C7.92503 12.676 7.77653 12.7265 7.60913 12.7266C7.4711 12.7266 7.34146 12.6749 7.22241 12.583C7.1027 12.4905 7.02328 12.3741 7.02319 12.2329C7.02319 12.0468 6.98759 11.9498 6.94775 11.907L6.94629 11.9055C6.90561 11.8606 6.83878 11.8294 6.72583 11.8293C6.58234 11.8293 6.48534 11.856 6.42334 11.896C6.4086 11.9056 6.38747 11.9281 6.37061 11.981C6.35372 12.0341 6.34351 12.1099 6.34351 12.2117C6.34581 12.2878 6.36799 12.3546 6.40869 12.4153C6.45761 12.4821 6.52298 12.549 6.60718 12.6138L6.73608 12.7053C6.78632 12.7386 6.84449 12.7751 6.9104 12.8145C7.04454 12.8945 7.16167 12.9644 7.2605 13.0232L7.44507 13.1426C7.50565 13.1844 7.56597 13.2284 7.62524 13.2744C7.74715 13.3666 7.8562 13.4715 7.95337 13.5886C8.05276 13.7085 8.13297 13.8432 8.1936 13.9922C8.25599 14.1456 8.28891 14.3172 8.29395 14.5049V14.5364C8.29395 14.7339 8.26896 14.9141 8.21777 15.0754V15.0776C8.11696 15.3776 7.94914 15.6082 7.7124 15.761L7.71313 15.7617C7.62701 15.8179 7.53944 15.8644 7.45166 15.9016L7.36304 15.936C7.30225 15.9571 7.24075 15.9753 7.1792 15.9902L6.99243 16.0261C6.87331 16.0431 6.75886 16.0529 6.65039 16.0554H6.61304C6.41017 16.0554 6.22414 16.0345 6.05786 15.9917C5.89914 15.9495 5.75823 15.8922 5.63892 15.8196L5.63745 15.8188C5.52025 15.7449 5.42093 15.6589 5.34155 15.561C5.26338 15.4674 5.20001 15.3681 5.15332 15.2644C5.10802 15.1659 5.07431 15.0659 5.05371 14.9656C5.03361 14.8676 5.02297 14.7738 5.02295 14.6851C5.02295 14.5014 5.0798 14.3447 5.20898 14.2375L5.20972 14.2368L5.30493 14.1731C5.40409 14.1186 5.51594 14.0918 5.63745 14.0918C5.79553 14.0919 5.94175 14.1407 6.07251 14.2354L6.12451 14.2764C6.2216 14.3622 6.27861 14.4745 6.2959 14.6067L6.30103 14.6741L6.31055 14.7847C6.32502 14.8796 6.35383 14.9312 6.38306 14.9568C6.43071 14.9963 6.50789 15.0238 6.63135 15.0242C6.76743 15.0198 6.85874 14.9863 6.91772 14.9355L6.91846 14.9341L6.95361 14.8938C6.98575 14.8434 7.00924 14.7604 7.00928 14.6287C7.00928 14.4903 6.96843 14.3706 6.8877 14.2661L6.88696 14.2646C6.80068 14.1504 6.68858 14.0439 6.55078 13.946L6.55005 13.9453C6.40626 13.841 6.25592 13.7396 6.10034 13.6421C5.93262 13.5343 5.77326 13.4207 5.62427 13.303L5.62354 13.3022C5.46846 13.1772 5.34021 13.0351 5.24121 12.8752C5.13746 12.7076 5.0852 12.514 5.08008 12.2988V12.2388L5.0874 12.0505C5.10126 11.869 5.13388 11.7086 5.18628 11.5708V11.5693L5.2478 11.4382C5.31532 11.3136 5.40255 11.2077 5.51074 11.1233L5.62207 11.0464C5.73813 10.9764 5.87099 10.9263 6.01831 10.894C6.21201 10.8494 6.43196 10.8267 6.67603 10.8267H6.76831Z",fill:"currentColor"}),pe.createElement("path",{d:"M14.2266 10.8062C14.3565 10.8062 14.4736 10.8329 14.5693 10.8933L14.5701 10.8926L14.5715 10.894L14.5737 10.8948L14.573 10.8955C14.6342 10.9321 14.6895 10.9722 14.7363 11.0171L14.781 11.064L14.7825 11.0662L14.8235 11.1204C14.8363 11.1392 14.8492 11.159 14.8608 11.1797L14.9246 11.3159L14.9253 11.3181L15.9163 14.0024V11.4705C15.9163 11.2922 15.9461 11.1369 16.0159 11.0149L16.054 10.9607C16.1527 10.8467 16.3175 10.8062 16.5022 10.8062C16.7284 10.8062 16.9271 10.8532 17.0229 11.0017C17.1032 11.1237 17.1379 11.2847 17.1379 11.4705V15.0535C17.1379 15.21 17.1275 15.3541 17.1079 15.4849L17.1086 15.4856C17.0896 15.6273 17.0355 15.7491 16.9409 15.8408C16.837 15.9414 16.6806 15.9784 16.5022 15.9785H16.0356C15.8837 15.9785 15.7483 15.9422 15.6394 15.8606C15.5419 15.7874 15.4638 15.6974 15.4065 15.5911C15.3549 15.4953 15.3125 15.4018 15.2798 15.3113L14.3459 12.7815V15.3149C14.3459 15.4932 14.316 15.6489 14.2471 15.7727L14.2463 15.7734C14.158 15.9281 13.9711 15.9784 13.76 15.9785C13.53 15.9785 13.3292 15.9315 13.2312 15.783C13.151 15.6609 13.1169 15.5006 13.1169 15.3149V11.7319C13.117 11.575 13.126 11.4319 13.1433 11.3035V11.3013L13.166 11.1987C13.1955 11.1009 13.2454 11.0157 13.3176 10.9475L13.3594 10.9124C13.4627 10.8363 13.6027 10.8062 13.76 10.8062H14.2266Z",fill:"currentColor"}),pe.createElement("path",{d:"M3.62183 10.73C3.8058 10.73 3.96571 10.7696 4.07959 10.8677C4.185 10.9586 4.25306 11.0796 4.28613 11.2229C4.31675 11.3557 4.33154 11.5018 4.33154 11.6602V14.3606C4.33154 14.617 4.29481 14.8413 4.21655 15.0293C4.15993 15.1652 4.09098 15.286 4.00928 15.3896L3.92285 15.4878C3.80762 15.6056 3.67869 15.6971 3.5376 15.7625L3.53833 15.7632C3.40115 15.8269 3.27011 15.872 3.14722 15.8979L3.14795 15.8987C3.09669 15.9112 3.04501 15.9213 2.99414 15.9294L2.8418 15.9478C2.74998 15.9548 2.68156 15.9587 2.64111 15.9587C2.3706 15.9587 2.13396 15.928 1.93506 15.8643C1.73937 15.8022 1.56914 15.7204 1.42749 15.6174C1.28776 15.5158 1.17335 15.3984 1.08691 15.2651L1.02686 15.1685C0.970789 15.0715 0.926873 14.9732 0.895752 14.874L0.896484 14.8733C0.852315 14.745 0.821564 14.6203 0.806396 14.499L0.805664 14.4968C0.793555 14.3806 0.786621 14.2779 0.786621 14.1899C0.786659 14.0481 0.829716 13.9196 0.914062 13.8091C0.968035 13.7386 1.04873 13.6949 1.13965 13.6685C1.231 13.642 1.34202 13.6297 1.46851 13.6296C1.55651 13.6297 1.65224 13.6393 1.75415 13.6567C1.8653 13.6758 1.96539 13.7157 2.05151 13.7783C2.15785 13.853 2.20677 13.9666 2.20679 14.0977C2.20679 14.3421 2.24112 14.5246 2.302 14.6528L2.32178 14.6865C2.37332 14.7613 2.46833 14.8095 2.64111 14.8096C2.74386 14.8095 2.80532 14.7883 2.8396 14.762L2.84106 14.7605L2.90552 14.7019C2.92253 14.6822 2.9356 14.6623 2.94507 14.6426L2.97803 14.5518C2.98565 14.5209 2.98953 14.4889 2.99048 14.4565V11.9641H2.17236C2.0293 11.9641 1.8922 11.9536 1.76221 11.9312L1.76001 11.9304C1.62252 11.9035 1.50268 11.8482 1.40698 11.7612L1.40625 11.7598C1.30008 11.6602 1.25688 11.5177 1.25684 11.3547C1.25684 11.1882 1.29936 11.0419 1.40625 10.9417C1.49986 10.8517 1.6187 10.7951 1.75635 10.7681L1.9585 10.7395C2.02775 10.7333 2.09935 10.73 2.17236 10.73H3.62183Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0061 10.8398C11.1058 10.8474 11.2146 10.8676 11.3313 10.8984L11.332 10.8977C11.4562 10.9275 11.5817 10.9747 11.7078 11.0376L11.803 11.0896C11.8653 11.1277 11.926 11.1727 11.9839 11.2244L12.0688 11.3071L12.0696 11.3079L12.1472 11.4001C12.2197 11.4965 12.2807 11.608 12.3303 11.7327L12.3772 11.8674C12.417 12.0081 12.4358 12.1667 12.4358 12.3406V14.4111C12.4358 14.649 12.4035 14.8579 12.3347 15.0337L12.334 15.0352C12.2654 15.204 12.1782 15.349 12.071 15.4666C11.9653 15.5823 11.8439 15.6747 11.7085 15.7412L11.7078 15.7405C11.5864 15.8034 11.4622 15.8534 11.335 15.8877C11.2172 15.9189 11.1066 15.9387 11.0061 15.9463C10.9136 15.9532 10.8413 15.9573 10.793 15.9573H10.675L10.4626 15.9463C10.362 15.9387 10.2518 15.919 10.1338 15.8877C10.0122 15.8554 9.8873 15.8055 9.75952 15.7405C9.62706 15.6742 9.50578 15.5832 9.39624 15.4688L9.39551 15.468C9.28579 15.3506 9.19561 15.2056 9.12451 15.0366L9.12378 15.0352C9.05226 14.8589 9.01835 14.6495 9.01831 14.4111V12.3406C9.01831 12.105 9.05259 11.8998 9.12451 11.7297C9.19368 11.5618 9.28389 11.4184 9.39697 11.3027C9.50677 11.1905 9.62826 11.1014 9.76099 11.0376C9.82393 11.0062 9.88688 10.9792 9.94849 10.957L9.94922 10.9563L10.1323 10.8992L10.1345 10.8984L10.3066 10.8604C10.3612 10.8506 10.4136 10.8436 10.4626 10.8398L10.675 10.8289H10.793C10.8413 10.8289 10.9136 10.8329 11.0061 10.8398ZM10.738 11.9473C10.6399 11.9473 10.5796 11.9688 10.5439 11.9963L10.5432 11.9971C10.4934 12.0354 10.4596 12.0746 10.4385 12.1135L10.4377 12.1143C10.4103 12.1641 10.3949 12.222 10.3931 12.2886V14.5393L10.4062 14.6309L10.4385 14.7151L10.4392 14.7158L10.481 14.7766C10.4976 14.7958 10.5181 14.8147 10.5417 14.833L10.5732 14.8521C10.6101 14.8689 10.6637 14.8806 10.738 14.8806C10.8345 14.8805 10.8925 14.8598 10.9255 14.8345C10.9743 14.7969 11.0075 14.7565 11.0288 14.7158C11.054 14.6605 11.0699 14.5993 11.0757 14.5327V12.2944L11.0588 12.197C11.051 12.167 11.0406 12.138 11.0281 12.1106C11.0069 12.0728 10.9738 12.0343 10.9255 11.9971L10.9233 11.9949C10.8905 11.9684 10.8335 11.9474 10.738 11.9473Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V9C15 9.41421 14.6642 9.75 14.25 9.75C13.8358 9.75 13.5 9.41421 13.5 9V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),E1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"}),pe.createElement("path",{d:"M2.39355 10.5C2.53545 10.5 2.6592 10.5122 2.75757 10.5417C2.88987 10.5815 2.99161 10.6954 3.07251 10.8289L3.15747 10.9885L3.25195 11.2031L3.25269 11.2046L3.35229 11.4683C3.38786 11.5664 3.42601 11.6752 3.46655 11.7942L3.76318 12.6665L3.76392 12.6687L3.76904 12.6848L3.79907 12.5911L3.94849 12.1348C3.99515 11.9948 4.03674 11.8689 4.073 11.7576L4.07373 11.7561L4.1814 11.4434C4.21489 11.3495 4.24596 11.265 4.27515 11.1907L4.36084 10.9849C4.38855 10.9239 4.41584 10.8705 4.44214 10.8252C4.51581 10.6953 4.61188 10.5823 4.74243 10.5417H4.7439L4.82153 10.5227C4.90321 10.5069 4.99686 10.5 5.09985 10.5H5.67041C5.87137 10.5 6.05265 10.5425 6.17505 10.6619L6.17944 10.6655C6.29073 10.7714 6.35329 10.9108 6.375 11.072C6.39695 11.2133 6.40721 11.3701 6.40723 11.5415V15.5149C6.4072 15.7232 6.3696 15.9065 6.27686 16.0474C6.16065 16.2235 5.92578 16.2751 5.67041 16.2751C5.43573 16.2751 5.21924 16.2184 5.11157 16.0378L5.10938 16.0342C5.03005 15.8921 4.9966 15.7149 4.99658 15.5149V12.8335L4.4436 14.4456L4.44141 14.4521C4.39239 14.576 4.32667 14.6919 4.24658 14.8008L4.24731 14.8015C4.14341 14.9438 3.9882 15.008 3.80933 15.0081H3.73096C3.55351 15.008 3.40015 14.9437 3.29004 14.8081L3.28857 14.8066C3.20076 14.6954 3.13356 14.575 3.08862 14.4463L2.53564 12.8496V15.5149C2.53562 15.7149 2.50218 15.8921 2.42285 16.0342L2.42212 16.0356C2.31692 16.2193 2.09741 16.2751 1.86182 16.2751C1.60639 16.2751 1.37154 16.2236 1.25537 16.0474C1.16263 15.9065 1.12502 15.7232 1.125 15.5149V11.5415C1.12501 11.3697 1.13426 11.2129 1.15356 11.072L1.1543 11.0691L1.17993 10.9526C1.21308 10.8409 1.26884 10.7425 1.35059 10.6633L1.39966 10.6223C1.52082 10.5332 1.68333 10.5 1.86182 10.5H2.39355Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.1106 10.5C9.62746 10.5 10.0624 10.6251 10.4026 10.8875L10.5256 10.9944C10.6405 11.1071 10.7342 11.238 10.8062 11.3862C10.9039 11.5876 10.9497 11.8187 10.9497 12.074V14.4983C10.9497 14.7119 10.927 14.9051 10.8779 15.0754C10.8306 15.2398 10.7676 15.3875 10.689 15.5156L10.6875 15.5186C10.6079 15.6408 10.5165 15.7481 10.4143 15.8386C10.3155 15.9261 10.2132 15.9989 10.1074 16.0547L10.1067 16.054C9.86566 16.1854 9.58987 16.2585 9.28271 16.2751H7.97681C7.77408 16.2751 7.59145 16.2335 7.46704 16.1169C7.35471 16.0115 7.2898 15.8714 7.26489 15.7097C7.24266 15.5651 7.23194 15.4033 7.23193 15.2256V11.5415C7.23195 11.3663 7.2426 11.2069 7.26489 11.0647C7.28985 10.9032 7.35482 10.7635 7.46704 10.6582C7.59145 10.5416 7.77403 10.5 7.97681 10.5H9.1106ZM8.72095 15.0447H9.07544C9.15931 15.0426 9.23737 15.0225 9.31055 14.9839L9.31348 14.9817L9.35815 14.9553C9.40066 14.926 9.43743 14.8876 9.46802 14.8381L9.46875 14.8367L9.49438 14.7861C9.51748 14.7305 9.53172 14.6593 9.53174 14.5686V12.2615C9.53174 12.1256 9.50631 12.0248 9.46509 11.9517L9.46362 11.9495C9.42061 11.8696 9.36785 11.8162 9.30762 11.7825C9.25706 11.7542 9.19978 11.7342 9.1355 11.7231L9.06885 11.7151H8.72095V15.0447Z",fill:"currentColor"})),D1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6416 10.3784C3.95675 10.4068 4.24355 10.4808 4.49927 10.6033L4.68896 10.7058C4.75102 10.7437 4.81209 10.7853 4.87207 10.8303C4.99897 10.9227 5.10899 11.0375 5.20459 11.1724C5.30765 11.311 5.38613 11.4733 5.44116 11.6558L5.47998 11.8008C5.51306 11.9504 5.52903 12.1125 5.52905 12.2856C5.52905 12.6011 5.47828 12.8867 5.37305 13.1382L5.37378 13.1389C5.28434 13.3557 5.15787 13.5441 4.99512 13.7014L4.92334 13.7666C4.52343 14.1103 3.97203 14.269 3.2959 14.269H2.95166V15.4292C2.95165 15.614 2.93964 15.7845 2.91577 15.9397C2.8883 16.1182 2.81511 16.2739 2.68652 16.3909L2.68579 16.3901C2.54556 16.5202 2.34254 16.5645 2.12329 16.5645C1.90696 16.5644 1.70685 16.5194 1.56738 16.3887L1.56519 16.3865C1.44288 16.2679 1.37145 16.1152 1.34399 15.9404L1.34326 15.936C1.32257 15.7822 1.31251 15.613 1.3125 15.4292V11.5042C1.31251 11.3204 1.3225 11.1524 1.34326 11.001L1.34399 10.9973L1.37256 10.8691C1.40991 10.7455 1.47366 10.6362 1.56738 10.5483C1.70673 10.4148 1.90677 10.3689 2.12329 10.3689H3.50464L3.6416 10.3784ZM2.95166 12.9053H3.31787C3.43267 12.8984 3.53116 12.8714 3.61597 12.8269C3.69435 12.7857 3.75967 12.7244 3.81226 12.6387L3.84448 12.5728C3.8728 12.5 3.88989 12.4058 3.88989 12.2856C3.88984 12.1374 3.85971 12.0411 3.81812 11.9795L3.81519 11.9744C3.76419 11.8937 3.70357 11.8366 3.63428 11.7979C3.56584 11.7635 3.47692 11.7377 3.36328 11.7253H2.95166V12.9053Z",fill:"currentColor"}),pe.createElement("path",{d:"M9.85181 10.3689C9.96017 10.369 10.0701 10.3945 10.1792 10.4392L10.2876 10.4897L10.2935 10.4927L10.2993 10.4963C10.4209 10.5712 10.5226 10.6619 10.5879 10.7725C10.6503 10.8716 10.6882 10.9809 10.6882 11.0969C10.6882 11.1892 10.6526 11.2993 10.6077 11.4089L10.6069 11.4082C10.5828 11.4685 10.5524 11.5379 10.5154 11.6147C10.4774 11.6937 10.4326 11.7792 10.3813 11.8704L9.1582 14.0391V15.4373C9.1582 15.6164 9.14303 15.7853 9.11279 15.9426C9.07918 16.1138 9.00547 16.2635 8.88647 16.3799L8.88721 16.3806C8.75142 16.5164 8.5562 16.5644 8.34668 16.5645C8.13595 16.5644 7.94219 16.5154 7.80249 16.3843L7.80103 16.3828C7.68055 16.2661 7.60635 16.1157 7.57251 15.9434C7.54226 15.786 7.52783 15.6164 7.52783 15.4373V14.0398L6.12085 11.5283L6.11938 11.5261C6.0459 11.3891 6.00587 11.2453 6.00586 11.0969C6.00589 10.986 6.03681 10.8798 6.09155 10.7812L6.09302 10.7791L6.15015 10.6963C6.21492 10.6176 6.30071 10.5509 6.39771 10.4941L6.4043 10.4905L6.5127 10.4392C6.6213 10.3943 6.73162 10.369 6.84155 10.3689C7.06446 10.369 7.25232 10.4649 7.39307 10.6399L7.48096 10.752C7.5635 10.8656 7.6337 10.9873 7.69263 11.116L8.34668 12.4878L9.00073 11.116C9.07902 10.945 9.177 10.7867 9.29443 10.6421L9.29517 10.6414L9.35083 10.5791C9.48615 10.443 9.65571 10.3689 9.85181 10.3689Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),Oe=(e,t)=>C.jsx(e,{size:t.size??le.size,stroke:t.stroke??le.stroke,className:t.className}),Bs=(e,t)=>C.jsx(e,{width:Number(t.size??le.size),height:Number(t.size??le.size),className:t.className}),Vd={".bmp":e=>Oe(V.IconFileTypeBmp,e),".cpp":e=>Bs(S1,e),".c":e=>Bs(y1,e),".cs":e=>Bs(x1,e),".css":e=>Oe(V.IconFileTypeCss,e),".csv":e=>Oe(V.IconFileTypeCsv,e),".doc":e=>Oe(V.IconFileTypeDoc,e),".docx":e=>Oe(V.IconFileTypeDocx,e),".html":e=>Oe(V.IconFileTypeHtml,e),".ini":e=>Bs(R1,e),".jpg":e=>Oe(V.IconFileTypeJpg,e),".js":e=>Oe(V.IconFileTypeJs,e),".json":e=>Bs(F1,e),".jsx":e=>Oe(V.IconFileTypeJsx,e),".md":e=>Bs(E1,e),".pdf":e=>Oe(V.IconFileTypePdf,e),".php":e=>Oe(V.IconFileTypePhp,e),".png":e=>Oe(V.IconFileTypePng,e),".ppt":e=>Oe(V.IconFileTypePpt,e),".py":e=>Bs(D1,e),".rs":e=>Oe(V.IconFileTypeRs,e),".sql":e=>Oe(V.IconFileTypeSql,e),".svg":e=>Oe(V.IconFileTypeSvg,e),".ts":e=>Oe(V.IconFileTypeTs,e),".tsx":e=>Oe(V.IconFileTypeTsx,e),".txt":e=>Oe(V.IconFileTypeTxt,e),".vue":e=>Oe(V.IconFileTypeVue,e),".xls":e=>Oe(V.IconFileTypeXls,e),".xml":e=>Oe(V.IconFileTypeXml,e),".zip":e=>Oe(V.IconFileTypeZip,e),default:e=>Oe(V.IconFile,e)},yc=({extension:e,size:t=le.size,stroke:s=le.stroke,className:o,decorative:i=!1,label:n,indicator:r})=>{const a=(()=>{const u=e.trim().toLowerCase();return u.startsWith(".")?u:`.${u}`})(),c=(Vd[a]??Vd.default)({size:t,stroke:s}),d=n??`${a.slice(1).toUpperCase()} file icon`;return C.jsxs("span",{className:Z("inline-flex relative",o),...i?{"aria-hidden":!0}:{role:"img","aria-label":d},children:[C.jsx(Ae,{icon:c,className:"inline-block align-middle"}),r&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:r})]})},zi=({label:e="Shared entity",size:t=10,className:s,stroke:o=2})=>C.jsx(Ae,{className:ue("text-accent-primary",s),icon:C.jsx(V.IconArrowUpRight,{size:t,stroke:o,"aria-label":e,className:"bg-layer-3",role:"img"})}),Zr=({name:e,className:t,shared:s=!1,iconSize:o=ns,details:i})=>{const n=e.includes(".")?e.split(".").pop():null;return C.jsxs("div",{className:ue("flex items-center gap-2 w-full",t),children:[n&&C.jsx(yc,{extension:n,size:o,className:"text-secondary",indicator:s?C.jsx(zi,{}):null,label:"File type icon"}),C.jsxs("div",{className:Z(["w-full flex min-w-0",i&&"flex-col gap-1"]),children:[C.jsx(Bt,{className:"text-primary dial-small flex-1 min-w-0",text:e}),i]})]})},Xr=({name:e,className:t,shared:s=!1,loading:o=!1,iconSize:i=ns})=>{const n=()=>o?C.jsx(nn,{size:i}):C.jsx(Ae,{icon:C.jsx(V.IconFolder,{...le,size:i}),className:"inline-block align-middle"});return C.jsxs("div",{className:ue("flex items-center gap-2 w-full",t),children:[C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[n(),s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(zi,{})})]}),C.jsx(Bt,{className:"text-primary dial-small flex-1 min-w-0",text:e})]})};var Wi=(e=>(e.Left="left",e.Right="right",e))(Wi||{}),je=function(){return je=Object.assign||function(e){for(var t,s=1,o=arguments.length;s<o;s++){t=arguments[s];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},je.apply(this,arguments)},zd={width:"100%",height:"10px",top:"0px",left:"0px",cursor:"row-resize"},Wd={width:"10px",height:"100%",top:"0px",left:"0px",cursor:"col-resize"},Mn={width:"20px",height:"20px",position:"absolute",zIndex:1},P1={top:je(je({},zd),{top:"-5px"}),right:je(je({},Wd),{left:void 0,right:"-5px"}),bottom:je(je({},zd),{top:void 0,bottom:"-5px"}),left:je(je({},Wd),{left:"-5px"}),topRight:je(je({},Mn),{right:"-10px",top:"-10px",cursor:"ne-resize"}),bottomRight:je(je({},Mn),{right:"-10px",bottom:"-10px",cursor:"se-resize"}),bottomLeft:je(je({},Mn),{left:"-10px",bottom:"-10px",cursor:"sw-resize"}),topLeft:je(je({},Mn),{left:"-10px",top:"-10px",cursor:"nw-resize"})},M1=g.memo(function(e){var t=e.onResizeStart,s=e.direction,o=e.children,i=e.replaceStyles,n=e.className,r=g.useCallback(function(c){t(c,s)},[t,s]),a=g.useCallback(function(c){t(c,s)},[t,s]),l=g.useMemo(function(){return je(je({position:"absolute",userSelect:"none"},P1[s]),i??{})},[i,s]);return C.jsx("div",{className:n||void 0,style:l,onMouseDown:r,onTouchStart:a,children:o})}),T1=(function(){var e=function(t,s){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,i){o.__proto__=i}||function(o,i){for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(o[n]=i[n])},e(t,s)};return function(t,s){if(typeof s!="function"&&s!==null)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");e(t,s);function o(){this.constructor=t}t.prototype=s===null?Object.create(s):(o.prototype=s.prototype,new o)}})(),Ut=function(){return Ut=Object.assign||function(e){for(var t,s=1,o=arguments.length;s<o;s++){t=arguments[s];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},Ut.apply(this,arguments)},I1={width:"auto",height:"auto"},Tn=function(e,t,s){return Math.max(Math.min(e,s),t)},_d=function(e,t,s){var o=Math.round(e/t);return o*t+s*(o-1)},Fo=function(e,t){return new RegExp(e,"i").test(t)},In=function(e){return!!(e.touches&&e.touches.length)},k1=function(e){return!!((e.clientX||e.clientX===0)&&(e.clientY||e.clientY===0))},jd=function(e,t,s){s===void 0&&(s=0);var o=t.reduce(function(n,r,a){return Math.abs(r-e)<Math.abs(t[n]-e)?a:n},0),i=Math.abs(t[o]-e);return s===0||i<s?t[o]:e},Na=function(e){return e=e.toString(),e==="auto"||e.endsWith("px")||e.endsWith("%")||e.endsWith("vh")||e.endsWith("vw")||e.endsWith("vmax")||e.endsWith("vmin")?e:"".concat(e,"px")},kn=function(e,t,s,o){if(e&&typeof e=="string"){if(e.endsWith("px"))return Number(e.replace("px",""));if(e.endsWith("%")){var i=Number(e.replace("%",""))/100;return t*i}if(e.endsWith("vw")){var i=Number(e.replace("vw",""))/100;return s*i}if(e.endsWith("vh")){var i=Number(e.replace("vh",""))/100;return o*i}}return e},A1=function(e,t,s,o,i,n,r){return o=kn(o,e.width,t,s),i=kn(i,e.height,t,s),n=kn(n,e.width,t,s),r=kn(r,e.height,t,s),{maxWidth:typeof o>"u"?void 0:Number(o),maxHeight:typeof i>"u"?void 0:Number(i),minWidth:typeof n>"u"?void 0:Number(n),minHeight:typeof r>"u"?void 0:Number(r)}},L1=function(e){return Array.isArray(e)?e:[e,e]},O1=["as","ref","style","className","grid","gridGap","snap","bounds","boundsByDirection","size","defaultSize","minWidth","minHeight","maxWidth","maxHeight","lockAspectRatio","lockAspectRatioExtraWidth","lockAspectRatioExtraHeight","enable","handleStyles","handleClasses","handleWrapperStyle","handleWrapperClass","children","onResizeStart","onResize","onResizeStop","handleComponent","scale","resizeRatio","snapGap"],Ud="__resizable_base__",N1=(function(e){T1(t,e);function t(s){var o,i,n,r,a=e.call(this,s)||this;return a.ratio=1,a.resizable=null,a.parentLeft=0,a.parentTop=0,a.resizableLeft=0,a.resizableRight=0,a.resizableTop=0,a.resizableBottom=0,a.targetLeft=0,a.targetTop=0,a.delta={width:0,height:0},a.appendBase=function(){if(!a.resizable||!a.window)return null;var l=a.parentNode;if(!l)return null;var c=a.window.document.createElement("div");return c.style.width="100%",c.style.height="100%",c.style.position="absolute",c.style.transform="scale(0, 0)",c.style.left="0",c.style.flex="0 0 100%",c.classList?c.classList.add(Ud):c.className+=Ud,l.appendChild(c),c},a.removeBase=function(l){var c=a.parentNode;c&&c.removeChild(l)},a.state={isResizing:!1,width:(i=(o=a.propsSize)===null||o===void 0?void 0:o.width)!==null&&i!==void 0?i:"auto",height:(r=(n=a.propsSize)===null||n===void 0?void 0:n.height)!==null&&r!==void 0?r:"auto",direction:"right",original:{x:0,y:0,width:0,height:0},backgroundStyle:{height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0)",cursor:"auto",opacity:0,position:"fixed",zIndex:9999,top:"0",left:"0",bottom:"0",right:"0"},flexBasis:void 0},a.onResizeStart=a.onResizeStart.bind(a),a.onMouseMove=a.onMouseMove.bind(a),a.onMouseUp=a.onMouseUp.bind(a),a}return Object.defineProperty(t.prototype,"parentNode",{get:function(){return this.resizable?this.resizable.parentNode:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"window",{get:function(){return!this.resizable||!this.resizable.ownerDocument?null:this.resizable.ownerDocument.defaultView},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"propsSize",{get:function(){return this.props.size||this.props.defaultSize||I1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"size",{get:function(){var s=0,o=0;if(this.resizable&&this.window){var i=this.resizable.offsetWidth,n=this.resizable.offsetHeight,r=this.resizable.style.position;r!=="relative"&&(this.resizable.style.position="relative"),s=this.resizable.style.width!=="auto"?this.resizable.offsetWidth:i,o=this.resizable.style.height!=="auto"?this.resizable.offsetHeight:n,this.resizable.style.position=r}return{width:s,height:o}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sizeStyle",{get:function(){var s=this,o=this.props.size,i=function(a){var l;if(typeof s.state[a]>"u"||s.state[a]==="auto")return"auto";if(s.propsSize&&s.propsSize[a]&&(!((l=s.propsSize[a])===null||l===void 0)&&l.toString().endsWith("%"))){if(s.state[a].toString().endsWith("%"))return s.state[a].toString();var c=s.getParentSize(),d=Number(s.state[a].toString().replace("px","")),u=d/c[a]*100;return"".concat(u,"%")}return Na(s.state[a])},n=o&&typeof o.width<"u"&&!this.state.isResizing?Na(o.width):i("width"),r=o&&typeof o.height<"u"&&!this.state.isResizing?Na(o.height):i("height");return{width:n,height:r}},enumerable:!1,configurable:!0}),t.prototype.getParentSize=function(){if(!this.parentNode)return this.window?{width:this.window.innerWidth,height:this.window.innerHeight}:{width:0,height:0};var s=this.appendBase();if(!s)return{width:0,height:0};var o=!1,i=this.parentNode.style.flexWrap;i!=="wrap"&&(o=!0,this.parentNode.style.flexWrap="wrap"),s.style.position="relative",s.style.minWidth="100%",s.style.minHeight="100%";var n={width:s.offsetWidth,height:s.offsetHeight};return o&&(this.parentNode.style.flexWrap=i),this.removeBase(s),n},t.prototype.bindEvents=function(){this.window&&(this.window.addEventListener("mouseup",this.onMouseUp),this.window.addEventListener("mousemove",this.onMouseMove),this.window.addEventListener("mouseleave",this.onMouseUp),this.window.addEventListener("touchmove",this.onMouseMove,{capture:!0,passive:!1}),this.window.addEventListener("touchend",this.onMouseUp))},t.prototype.unbindEvents=function(){this.window&&(this.window.removeEventListener("mouseup",this.onMouseUp),this.window.removeEventListener("mousemove",this.onMouseMove),this.window.removeEventListener("mouseleave",this.onMouseUp),this.window.removeEventListener("touchmove",this.onMouseMove,!0),this.window.removeEventListener("touchend",this.onMouseUp))},t.prototype.componentDidMount=function(){if(!(!this.resizable||!this.window)){var s=this.window.getComputedStyle(this.resizable);this.setState({width:this.state.width||this.size.width,height:this.state.height||this.size.height,flexBasis:s.flexBasis!=="auto"?s.flexBasis:void 0})}},t.prototype.componentWillUnmount=function(){this.window&&this.unbindEvents()},t.prototype.createSizeForCssProperty=function(s,o){var i=this.propsSize&&this.propsSize[o];return this.state[o]==="auto"&&this.state.original[o]===s&&(typeof i>"u"||i==="auto")?"auto":s},t.prototype.calculateNewMaxFromBoundary=function(s,o){var i=this.props.boundsByDirection,n=this.state.direction,r=i&&Fo("left",n),a=i&&Fo("top",n),l,c;if(this.props.bounds==="parent"){var d=this.parentNode;d&&(l=r?this.resizableRight-this.parentLeft:d.offsetWidth+(this.parentLeft-this.resizableLeft),c=a?this.resizableBottom-this.parentTop:d.offsetHeight+(this.parentTop-this.resizableTop))}else this.props.bounds==="window"?this.window&&(l=r?this.resizableRight:this.window.innerWidth-this.resizableLeft,c=a?this.resizableBottom:this.window.innerHeight-this.resizableTop):this.props.bounds&&(l=r?this.resizableRight-this.targetLeft:this.props.bounds.offsetWidth+(this.targetLeft-this.resizableLeft),c=a?this.resizableBottom-this.targetTop:this.props.bounds.offsetHeight+(this.targetTop-this.resizableTop));return l&&Number.isFinite(l)&&(s=s&&s<l?s:l),c&&Number.isFinite(c)&&(o=o&&o<c?o:c),{maxWidth:s,maxHeight:o}},t.prototype.calculateNewSizeFromDirection=function(s,o){var i=this.props.scale||1,n=L1(this.props.resizeRatio||1),r=n[0],a=n[1],l=this.state,c=l.direction,d=l.original,u=this.props,h=u.lockAspectRatio,p=u.lockAspectRatioExtraHeight,f=u.lockAspectRatioExtraWidth,m=d.width,v=d.height,w=p||0,b=f||0;return Fo("right",c)&&(m=d.width+(s-d.x)*r/i,h&&(v=(m-b)/this.ratio+w)),Fo("left",c)&&(m=d.width-(s-d.x)*r/i,h&&(v=(m-b)/this.ratio+w)),Fo("bottom",c)&&(v=d.height+(o-d.y)*a/i,h&&(m=(v-w)*this.ratio+b)),Fo("top",c)&&(v=d.height-(o-d.y)*a/i,h&&(m=(v-w)*this.ratio+b)),{newWidth:m,newHeight:v}},t.prototype.calculateNewSizeFromAspectRatio=function(s,o,i,n){var r=this.props,a=r.lockAspectRatio,l=r.lockAspectRatioExtraHeight,c=r.lockAspectRatioExtraWidth,d=typeof n.width>"u"?10:n.width,u=typeof i.width>"u"||i.width<0?s:i.width,h=typeof n.height>"u"?10:n.height,p=typeof i.height>"u"||i.height<0?o:i.height,f=l||0,m=c||0;if(a){var v=(h-f)*this.ratio+m,w=(p-f)*this.ratio+m,b=(d-m)/this.ratio+f,S=(u-m)/this.ratio+f,y=Math.max(d,v),x=Math.min(u,w),R=Math.max(h,b),F=Math.min(p,S);s=Tn(s,y,x),o=Tn(o,R,F)}else s=Tn(s,d,u),o=Tn(o,h,p);return{newWidth:s,newHeight:o}},t.prototype.setBoundingClientRect=function(){var s=1/(this.props.scale||1);if(this.props.bounds==="parent"){var o=this.parentNode;if(o){var i=o.getBoundingClientRect();this.parentLeft=i.left*s,this.parentTop=i.top*s}}if(this.props.bounds&&typeof this.props.bounds!="string"){var n=this.props.bounds.getBoundingClientRect();this.targetLeft=n.left*s,this.targetTop=n.top*s}if(this.resizable){var r=this.resizable.getBoundingClientRect(),a=r.left,l=r.top,c=r.right,d=r.bottom;this.resizableLeft=a*s,this.resizableRight=c*s,this.resizableTop=l*s,this.resizableBottom=d*s}},t.prototype.onResizeStart=function(s,o){if(!(!this.resizable||!this.window)){var i=0,n=0;if(s.nativeEvent&&k1(s.nativeEvent)?(i=s.nativeEvent.clientX,n=s.nativeEvent.clientY):s.nativeEvent&&In(s.nativeEvent)&&(i=s.nativeEvent.touches[0].clientX,n=s.nativeEvent.touches[0].clientY),this.props.onResizeStart&&this.resizable){var r=this.props.onResizeStart(s,o,this.resizable);if(r===!1)return}this.props.size&&(typeof this.props.size.height<"u"&&this.props.size.height!==this.state.height&&this.setState({height:this.props.size.height}),typeof this.props.size.width<"u"&&this.props.size.width!==this.state.width&&this.setState({width:this.props.size.width})),this.ratio=typeof this.props.lockAspectRatio=="number"?this.props.lockAspectRatio:this.size.width/this.size.height;var a,l=this.window.getComputedStyle(this.resizable);if(l.flexBasis!=="auto"){var c=this.parentNode;if(c){var d=this.window.getComputedStyle(c).flexDirection;this.flexDir=d.startsWith("row")?"row":"column",a=l.flexBasis}}this.setBoundingClientRect(),this.bindEvents();var u={original:{x:i,y:n,width:this.size.width,height:this.size.height},isResizing:!0,backgroundStyle:Ut(Ut({},this.state.backgroundStyle),{cursor:this.window.getComputedStyle(s.target).cursor||"auto"}),direction:o,flexBasis:a};this.setState(u)}},t.prototype.onMouseMove=function(s){var o=this;if(!(!this.state.isResizing||!this.resizable||!this.window)){if(this.window.TouchEvent&&In(s))try{s.preventDefault(),s.stopPropagation()}catch{}var i=this.props,n=i.maxWidth,r=i.maxHeight,a=i.minWidth,l=i.minHeight,c=In(s)?s.touches[0].clientX:s.clientX,d=In(s)?s.touches[0].clientY:s.clientY,u=this.state,h=u.direction,p=u.original,f=u.width,m=u.height,v=this.getParentSize(),w=A1(v,this.window.innerWidth,this.window.innerHeight,n,r,a,l);n=w.maxWidth,r=w.maxHeight,a=w.minWidth,l=w.minHeight;var b=this.calculateNewSizeFromDirection(c,d),S=b.newHeight,y=b.newWidth,x=this.calculateNewMaxFromBoundary(n,r);this.props.snap&&this.props.snap.x&&(y=jd(y,this.props.snap.x,this.props.snapGap)),this.props.snap&&this.props.snap.y&&(S=jd(S,this.props.snap.y,this.props.snapGap));var R=this.calculateNewSizeFromAspectRatio(y,S,{width:x.maxWidth,height:x.maxHeight},{width:a,height:l});if(y=R.newWidth,S=R.newHeight,this.props.grid){var F=_d(y,this.props.grid[0],this.props.gridGap?this.props.gridGap[0]:0),D=_d(S,this.props.grid[1],this.props.gridGap?this.props.gridGap[1]:0),T=this.props.snapGap||0,k=T===0||Math.abs(F-y)<=T?F:y,E=T===0||Math.abs(D-S)<=T?D:S;y=k,S=E}var M={width:y-p.width,height:S-p.height};if(this.delta=M,f&&typeof f=="string"){if(f.endsWith("%")){var O=y/v.width*100;y="".concat(O,"%")}else if(f.endsWith("vw")){var B=y/this.window.innerWidth*100;y="".concat(B,"vw")}else if(f.endsWith("vh")){var H=y/this.window.innerHeight*100;y="".concat(H,"vh")}}if(m&&typeof m=="string"){if(m.endsWith("%")){var O=S/v.height*100;S="".concat(O,"%")}else if(m.endsWith("vw")){var B=S/this.window.innerWidth*100;S="".concat(B,"vw")}else if(m.endsWith("vh")){var H=S/this.window.innerHeight*100;S="".concat(H,"vh")}}var X={width:this.createSizeForCssProperty(y,"width"),height:this.createSizeForCssProperty(S,"height")};this.flexDir==="row"?X.flexBasis=X.width:this.flexDir==="column"&&(X.flexBasis=X.height);var se=this.state.width!==X.width,L=this.state.height!==X.height,te=this.state.flexBasis!==X.flexBasis,_=se||L||te;_&&on.flushSync(function(){o.setState(X)}),this.props.onResize&&_&&this.props.onResize(s,h,this.resizable,M)}},t.prototype.onMouseUp=function(s){var o,i,n=this.state,r=n.isResizing,a=n.direction;n.original,!(!r||!this.resizable)&&(this.props.onResizeStop&&this.props.onResizeStop(s,a,this.resizable,this.delta),this.props.size&&this.setState({width:(o=this.props.size.width)!==null&&o!==void 0?o:"auto",height:(i=this.props.size.height)!==null&&i!==void 0?i:"auto"}),this.unbindEvents(),this.setState({isResizing:!1,backgroundStyle:Ut(Ut({},this.state.backgroundStyle),{cursor:"auto"})}))},t.prototype.updateSize=function(s){var o,i;this.setState({width:(o=s.width)!==null&&o!==void 0?o:"auto",height:(i=s.height)!==null&&i!==void 0?i:"auto"})},t.prototype.renderResizer=function(){var s=this,o=this.props,i=o.enable,n=o.handleStyles,r=o.handleClasses,a=o.handleWrapperStyle,l=o.handleWrapperClass,c=o.handleComponent;if(!i)return null;var d=Object.keys(i).map(function(u){return i[u]!==!1?C.jsx(M1,{direction:u,onResizeStart:s.onResizeStart,replaceStyles:n&&n[u],className:r&&r[u],children:c&&c[u]?c[u]:null},u):null});return C.jsx("div",{className:l,style:a,children:d})},t.prototype.render=function(){var s=this,o=Object.keys(this.props).reduce(function(r,a){return O1.indexOf(a)!==-1||(r[a]=s.props[a]),r},{}),i=Ut(Ut(Ut({position:"relative",userSelect:this.state.isResizing?"none":"auto"},this.props.style),this.sizeStyle),{maxWidth:this.props.maxWidth,maxHeight:this.props.maxHeight,minWidth:this.props.minWidth,minHeight:this.props.minHeight,boxSizing:"border-box",flexShrink:0});this.state.flexBasis&&(i.flexBasis=this.state.flexBasis);var n=this.props.as||"div";return C.jsxs(n,Ut({style:i,className:this.props.className},o,{ref:function(r){r&&(s.resizable=r)},children:[this.state.isResizing&&C.jsx("div",{style:this.state.backgroundStyle}),this.props.children,this.renderResizer()]}))},t.defaultProps={as:"div",onResizeStart:function(){},onResize:function(){},onResizeStop:function(){},enable:{top:!0,right:!0,bottom:!0,left:!0,topRight:!0,bottomRight:!0,bottomLeft:!0,topLeft:!0},style:{},grid:[1,1],gridGap:[0,0],lockAspectRatio:!1,lockAspectRatioExtraWidth:0,lockAspectRatioExtraHeight:0,scale:1,resizeRatio:1,snapGap:0},t})(g.PureComponent);const H1=({side:e,className:t})=>{const s=e===Wi.Left,o=s?V.IconChevronLeft:V.IconChevronRight;return C.jsx("div",{className:t,children:C.jsx(o,{className:Z("h-full",s&&"-ml-6")})})},G1=({side:e,isResizing:t,customHandler:s,handlerClassName:o})=>{const i=ue("invisible h-full w-0.5 group-hover:visible bg-accent-primary text-accent-primary cursor-col-resize transition-opacity",t&&"visible",o),n=C.jsx(H1,{side:e,className:i});return s?C.jsx("div",{className:i,children:s}):n},cg=({children:e,minWidth:t,maxWidth:s,width:o,defaultWidth:i,onResizeStop:n,onResize:r,side:a=Wi.Right,resizeHandlerClassName:l,resizeHandler:c})=>{const[d,u]=g.useState(!1),[h,p]=g.useState(i),f=o!==void 0,m=f?o:h,v=g.useRef(null),w=g.useCallback(()=>{u(!0)},[]),b=g.useCallback(()=>{u(!1);const y=v.current?.resizable?.getBoundingClientRect(),x=y?Math.round(y.width):t;f||p(x),n?.(x)},[n,f,t]),S=g.useMemo(()=>{const y=a===Wi.Left,x=C.jsx(G1,{side:a,isResizing:d,customHandler:c,handlerClassName:l});return{size:f?{width:m,height:"100%"}:void 0,defaultSize:f?void 0:{width:m,height:"100%"},minWidth:t,maxWidth:s,enable:{left:y,right:!y},handleClasses:{right:"group",left:"group"},handleStyles:{right:{right:"-8px",zIndex:10},left:{left:0,zIndex:10}},handleComponent:{left:y?x:void 0,right:y?void 0:x},onResizeStart:w,onResize:(R,F,D)=>{const T=Math.round(D.offsetWidth);r?.(T)},onResizeStop:b}},[a,f,m,t,s,c,l,d,w,b,r]);return C.jsx(N1,{ref:v,...S,children:C.jsx("div",{className:"group flex size-full flex-col bg-layer-3 divide-y divide-tertiary transition-all",children:e})})},dg=({enabled:e=!0,children:t,...s})=>e?C.jsx(cg,{...s,children:t}):t;var so=class{constructor(){this.allSyncListeners=new Map,this.allAsyncListeners=new Map,this.globalSyncListeners=new Set,this.globalAsyncListeners=new Set,this.asyncFunctionsQueue=[],this.scheduled=!1,this.firedEvents={}}setFrameworkOverrides(e){this.frameworkOverrides=e}getListeners(e,t,s){const o=t?this.allAsyncListeners:this.allSyncListeners;let i=o.get(e);return!i&&s&&(i=new Set,o.set(e,i)),i}noRegisteredListenersExist(){return this.allSyncListeners.size===0&&this.allAsyncListeners.size===0&&this.globalSyncListeners.size===0&&this.globalAsyncListeners.size===0}addEventListener(e,t,s=!1){this.getListeners(e,s,!0).add(t)}removeEventListener(e,t,s=!1){const o=this.getListeners(e,s,!1);o&&(o.delete(t),o.size===0&&(s?this.allAsyncListeners:this.allSyncListeners).delete(e))}addGlobalListener(e,t=!1){this.getGlobalListeners(t).add(e)}removeGlobalListener(e,t=!1){this.getGlobalListeners(t).delete(e)}dispatchEvent(e){this.dispatchToListeners(e,!0),this.dispatchToListeners(e,!1),this.firedEvents[e.type]=!0}dispatchEventOnce(e){this.firedEvents[e.type]||this.dispatchEvent(e)}dispatchToListeners(e,t){const s=e.type;if(t&&"event"in e){const a=e.event;a instanceof Event&&(e.eventPath=a.composedPath())}const{frameworkOverrides:o}=this,i=a=>{const l=o?()=>o.wrapIncoming(a):a;t?this.dispatchAsync(l):l()},n=this.getListeners(s,t,!1);if((n?.size??0)>0){const a=new Set(n);for(const l of a)n?.has(l)&&i(()=>l(e))}const r=this.getGlobalListeners(t);if(r.size>0){const a=new Set(r);for(const l of a)i(()=>l(s,e))}}getGlobalListeners(e){return e?this.globalAsyncListeners:this.globalSyncListeners}dispatchAsync(e){if(this.asyncFunctionsQueue.push(e),!this.scheduled){const t=()=>{window.setTimeout(this.flushAsyncQueue.bind(this),0)};this.frameworkOverrides?this.frameworkOverrides.wrapIncoming(t):t(),this.scheduled=!0}}flushAsyncQueue(){this.scheduled=!1;const e=this.asyncFunctionsQueue.slice();this.asyncFunctionsQueue=[];for(const t of e)t()}};function ls(e){return e==null||e===""?null:e}function K(e){return e!=null&&e!==""}function He(e){return!K(e)}function kl(e){return e!=null&&typeof e.toString=="function"?e.toString():null}function _i(e,t){const s=e?JSON.stringify(e):null,o=t?JSON.stringify(t):null;return s===o}function B1(e,t,s=!1){const o=e==null,i=t==null;if(e?.toNumber&&(e=e.toNumber()),t?.toNumber&&(t=t.toNumber()),o&&i)return 0;if(o)return-1;if(i)return 1;function n(r,a){return r>a?1:r<a?-1:0}if(typeof e!="string"||!s)return n(e,t);try{return e.localeCompare(t)}catch{return n(e,t)}}var V1=/[&<>"']/g,z1={"&":"&","<":"<",">":">",'"':""","'":"'"};function si(e){return e?.toString().toString()??null}function Mi(e){return si(e)?.replace(V1,t=>z1[t])??null}function $t(e){return e.eRootDiv.getRootNode()}function Be(e){return $t(e).activeElement}function Xe(e){const{gos:t,eRootDiv:s}=e;let o=null;const i=t.get("getDocument");return i&&K(i)?o=i():s&&(o=s.ownerDocument),o&&K(o)?o:document}function ug(e){const t=Be(e);return t===null||t===Xe(e).body}function hg(e){return Xe(e).defaultView||window}function xc(e){let t=null,s=null;try{t=Xe(e).fullscreenElement}catch{}finally{t||(t=$t(e));const o=t.querySelector("body");o?s=o:t instanceof ShadowRoot?s=t:t instanceof Document?s=t?.documentElement:s=t}return s}function W1(e){return xc(e)?.clientWidth??(window.innerWidth||-1)}function _1(e){return xc(e)?.clientHeight??(window.innerHeight||-1)}function zt(e,t,s){s==null||typeof s=="string"&&s==""?gg(e,t):Wt(e,t,s)}function Wt(e,t,s){e.setAttribute(pg(t),s.toString())}function gg(e,t){e.removeAttribute(pg(t))}function pg(e){return`aria-${e}`}function oo(e,t){t?e.setAttribute("role",t):e.removeAttribute("role")}function j1(e){let t;return e==="asc"?t="ascending":e==="desc"?t="descending":e==="mixed"?t="other":t="none",t}function U1(e){return e.getAttribute("aria-label")}function $o(e,t){zt(e,"label",t)}function ji(e,t){zt(e,"labelledby",t)}function fg(e,t){zt(e,"live",t)}function $1(e,t){zt(e,"atomic",t)}function K1(e,t){zt(e,"relevant",t)}function q1(e,t){zt(e,"invalid",t)}function Y1(e,t){zt(e,"disabled",t)}function mg(e,t){zt(e,"hidden",t)}function Al(e,t){Wt(e,"expanded",t)}function Z1(e,t){Wt(e,"setsize",t)}function X1(e,t){Wt(e,"posinset",t)}function Q1(e,t){Wt(e,"rowcount",t)}function Cg(e,t){Wt(e,"rowindex",t)}function J1(e,t){Wt(e,"rowspan",t)}function eb(e,t){Wt(e,"colcount",t)}function vg(e,t){Wt(e,"colindex",t)}function tb(e,t){Wt(e,"colspan",t)}function sb(e,t){Wt(e,"sort",t)}function ob(e){gg(e,"sort")}function wg(e,t){zt(e,"selected",t)}function ib(e,t){zt(e,"controls",t)}function nb(e,t){ib(e,t.id),ji(t,e.id)}function $d(e,t){zt(e,"owns",t)}function Qr(e,t){return t===void 0?e("ariaIndeterminate","indeterminate"):t===!0?e("ariaChecked","checked"):e("ariaUnchecked","unchecked")}var rb="[tabindex], input, select, button, textarea, [href]",bg="[disabled], .ag-disabled:not(.ag-button), .ag-disabled *";function Ti(e){return!e||!e.matches("input, select, button, textarea")||!e.matches(bg)?!1:ps(e)}function Ge(e,t,s={}){const{skipAriaHidden:o}=s;e.classList.toggle("ag-hidden",!t),o||mg(e,!t)}function ab(e,t,s={}){const{skipAriaHidden:o}=s;e.classList.toggle("ag-invisible",!t),o||mg(e,!t)}function Ui(e,t){const s="disabled",o=t?n=>n.setAttribute(s,""):n=>n.removeAttribute(s);o(e);const i=e.querySelectorAll("input")??[];for(const n of i)o(n)}function Ks(e,t,s){let o=0;for(;e;){if(e.classList.contains(t))return!0;if(e=e.parentElement,typeof s=="number"){if(++o>s)break}else if(e===s)break}return!1}function go(e){const{height:t,width:s,borderTopWidth:o,borderRightWidth:i,borderBottomWidth:n,borderLeftWidth:r,paddingTop:a,paddingRight:l,paddingBottom:c,paddingLeft:d,marginTop:u,marginRight:h,marginBottom:p,marginLeft:f,boxSizing:m}=window.getComputedStyle(e),v=Number.parseFloat;return{height:v(t||"0"),width:v(s||"0"),borderTopWidth:v(o||"0"),borderRightWidth:v(i||"0"),borderBottomWidth:v(n||"0"),borderLeftWidth:v(r||"0"),paddingTop:v(a||"0"),paddingRight:v(l||"0"),paddingBottom:v(c||"0"),paddingLeft:v(d||"0"),marginTop:v(u||"0"),marginRight:v(h||"0"),marginBottom:v(p||"0"),marginLeft:v(f||"0"),boxSizing:m}}function Rc(e){const t=go(e);return t.boxSizing==="border-box"?t.height-t.paddingTop-t.paddingBottom-t.borderTopWidth-t.borderBottomWidth:t.height}function $i(e){const t=go(e);return t.boxSizing==="border-box"?t.width-t.paddingLeft-t.paddingRight-t.borderLeftWidth-t.borderRightWidth:t.width}function Sg(e){const{height:t,marginBottom:s,marginTop:o}=go(e);return Math.floor(t+s+o)}function dr(e){const{width:t,marginLeft:s,marginRight:o}=go(e);return Math.floor(t+s+o)}function yg(e){const t=e.getBoundingClientRect(),{borderTopWidth:s,borderLeftWidth:o,borderRightWidth:i,borderBottomWidth:n}=go(e);return{top:t.top+(s||0),left:t.left+(o||0),right:t.right+(i||0),bottom:t.bottom+(n||0)}}function ur(e,t){let s=e.scrollLeft;return t&&(s=Math.abs(s)),s}function hr(e,t,s){s&&(t*=-1),e.scrollLeft=t}function gt(e){for(;e?.firstChild;)e.firstChild.remove()}function Ms(e){e?.parentNode&&e.remove()}function xg(e){return!!e.offsetParent}function ps(e){return e.checkVisibility?e.checkVisibility({checkVisibilityCSS:!0}):!(!xg(e)||window.getComputedStyle(e).visibility!=="visible")}function Fc(e){const t=document.createElement("div");return t.innerHTML=(e||"").trim(),t.firstChild}function Kn(e){return()=>{const t=e();return t?Ec(t)||Rg(t):!0}}function Ec(e){return e.clientWidth<e.scrollWidth}function Rg(e){return e.clientHeight<e.scrollHeight}function gr(e,t){t==="flex"?(e.style.removeProperty("width"),e.style.removeProperty("minWidth"),e.style.removeProperty("maxWidth"),e.style.flex="1 1 auto"):Xt(e,t)}function Xt(e,t){t=Dc(t),e.style.width=t,e.style.maxWidth=t,e.style.minWidth=t}function Ii(e,t){t=Dc(t),e.style.height=t,e.style.maxHeight=t,e.style.minHeight=t}function Dc(e){return typeof e=="number"?`${e}px`:e}function Pc(e){return e instanceof Node||e instanceof HTMLElement}function wt(e,t,s){s==null||s===""?e.removeAttribute(t):e.setAttribute(t,s.toString())}function fs(e,t,s){const i=hg(e).ResizeObserver,n=i?new i(s):null;return n?.observe(t),()=>n?.disconnect()}function ms(e,t){const s=hg(e);s.requestAnimationFrame?s.requestAnimationFrame(t):s.webkitRequestAnimationFrame?s.webkitRequestAnimationFrame(t):s.setTimeout(t,0)}var Fg="data-ref",Ha;function Kd(){return Ha??(Ha=document.createTextNode(" ")),Ha.cloneNode()}function rn(e){const{attrs:t,children:s,cls:o,ref:i,role:n,tag:r}=e,a=document.createElement(r);if(o&&(a.className=o),i&&a.setAttribute(Fg,i),n&&a.setAttribute("role",n),t)for(const l of Object.keys(t))a.setAttribute(l,t[l]);if(s)if(typeof s=="string")a.textContent=s;else{let l=!0;for(const c of s)c&&(typeof c=="string"?(a.appendChild(document.createTextNode(c)),l=!1):typeof c=="function"?a.appendChild(c()):(l&&(a.appendChild(Kd()),l=!1),a.append(rn(c)),a.appendChild(Kd())))}return a}var lb=["touchstart","touchend","touchmove","touchcancel","scroll"],cb=["wheel"],Ga={},Eg=(()=>{const e={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return s=>{if(typeof Ga[s]=="boolean")return Ga[s];const o=document.createElement(e[s]||"div");return s="on"+s,Ga[s]=s in o}})();function db(e,t){return!t||!e?!1:hb(t).indexOf(e)>=0}function ub(e){const t=[];let s=e.target;for(;s;)t.push(s),s=s.parentElement;return t}function hb(e){const t=e;return t.path?t.path:t.composedPath?t.composedPath():ub(t)}function gb(e,t,s){const o=pb(t);let i;o!=null&&(i={passive:o}),e.addEventListener(t,s,i)}var pb=e=>{const t=lb.includes(e),s=cb.includes(e);if(t)return!0;if(s)return!1};function Dg(e,t,s){if(s===0)return!1;const o=Math.abs(e.clientX-t.clientX),i=Math.abs(e.clientY-t.clientY);return Math.max(o,i)<=s}var ki=(e,t)=>{const s=e.identifier;for(let o=0,i=t.length;o<i;++o){const n=t[o];if(n.identifier===s)return n}return null};function Ki(e,t){return e.gos.isElementInThisInstance(t.target)}function fb(e,t,s){const i=e.getBoundingClientRect().height,n=W1(s)-2,r=_1(s)-2;if(!e.offsetParent)return;const l=yg(e.offsetParent),{clientY:c,clientX:d}=t;let u=c-l.top-i/2,h=d-l.left-10;const p=Xe(s),f=p.defaultView||window,m=f.pageYOffset||p.documentElement.scrollTop,v=f.pageXOffset||p.documentElement.scrollLeft;n>0&&h+e.clientWidth>n+v&&(h=n+v-e.clientWidth),h<0&&(h=0),r>0&&u+e.clientHeight>r+m&&(u=r+m-e.clientHeight),u<0&&(u=0),e.style.left=`${h}px`,e.style.top=`${u}px`}var qn=(e,...t)=>{for(const s of t){const[o,i,n,r]=s;o.addEventListener(i,n,r),e.push(s)}},Mc=e=>{if(e){for(const[t,s,o,i]of e)t.removeEventListener(s,o,i);e.length=0}},Rs=e=>{e.cancelable&&e.preventDefault()};function mb(e,t){return t}function Pg(e){return e?.getLocaleTextFunc()??mb}function Cb(e,t,s,o){const i=t[s];return e.getLocaleTextFunc()(s,typeof i=="function"?i(o):i,o)}function vb(e){return(t,s,o)=>e({key:t,defaultValue:s,variableValues:o})}function wb(e){return(t,s,o)=>{let i=e?.[t];if(i&&o?.length){let n=0;for(;!(n>=o.length||i.indexOf("${variable}")===-1);)i=i.replace("${variable}",o[n++])}return i??s}}var es=class{constructor(){this.destroyFunctions=[],this.destroyed=!1,this.__v_skip=!0,this.propertyListenerId=0,this.lastChangeSetIdLookup={},this.isAlive=()=>!this.destroyed}preWireBeans(e){this.beans=e,this.stubContext=e.context,this.eventSvc=e.eventSvc,this.gos=e.gos}destroy(){const{destroyFunctions:e}=this;for(let t=0;t<e.length;t++)e[t]();e.length=0,this.destroyed=!0,this.dispatchLocalEvent({type:"destroyed"})}addEventListener(e,t,s){this.localEventService||(this.localEventService=new so),this.localEventService.addEventListener(e,t,s)}removeEventListener(e,t,s){this.localEventService?.removeEventListener(e,t,s)}dispatchLocalEvent(e){this.localEventService?.dispatchEvent(e)}addManagedElementListeners(e,t){return this._setupListeners(e,t)}addManagedEventListeners(e){return this._setupListeners(this.eventSvc,e)}addManagedListeners(e,t){return this._setupListeners(e,t)}_setupListeners(e,t){const s=[];for(const o of Object.keys(t)){const i=t[o];i&&s.push(this._setupListener(e,o,i))}return s}_setupListener(e,t,s){if(this.destroyed)return()=>null;let o;if(bb(e))e.__addEventListener(t,s),o=()=>(e.__removeEventListener(t,s),null);else{const i=Sb(e);e instanceof HTMLElement?gb(e,t,s):i?e.addListener(t,s):e.addEventListener(t,s),o=i?()=>(e.removeListener(t,s),null):()=>(e.removeEventListener(t,s),null)}return this.destroyFunctions.push(o),()=>(o(),this.destroyFunctions=this.destroyFunctions.filter(i=>i!==o),null)}setupPropertyListener(e,t){const{gos:s}=this;s.addPropertyEventListener(e,t);const o=()=>(s.removePropertyEventListener(e,t),null);return this.destroyFunctions.push(o),()=>(o(),this.destroyFunctions=this.destroyFunctions.filter(i=>i!==o),null)}addManagedPropertyListener(e,t){return this.destroyed?()=>null:this.setupPropertyListener(e,t)}addManagedPropertyListeners(e,t){if(this.destroyed)return;const s=e.join("-")+this.propertyListenerId++,o=i=>{if(i.changeSet){if(i.changeSet&&i.changeSet.id===this.lastChangeSetIdLookup[s])return;this.lastChangeSetIdLookup[s]=i.changeSet.id}const n={type:"propertyChanged",changeSet:i.changeSet,source:i.source};t(n)};for(const i of e)this.setupPropertyListener(i,o)}getLocaleTextFunc(){return Pg(this.beans.localeSvc)}addDestroyFunc(e){this.isAlive()?this.destroyFunctions.push(e):e()}createOptionalManagedBean(e,t){return e?this.createManagedBean(e,t):void 0}createManagedBean(e,t){const s=this.createBean(e,t);return this.addDestroyFunc(this.destroyBean.bind(this,e,t)),s}createBean(e,t,s){return(t||this.stubContext).createBean(e,s)}destroyBean(e,t){return(t||this.stubContext).destroyBean(e)}destroyBeans(e,t){return(t||this.stubContext).destroyBeans(e)}};function bb(e){return e.__addEventListener!==void 0}function Sb(e){return e.eventServiceType==="global"}var A=class extends es{},qd={};function Tc(e,t){qd[t]||(e(),qd[t]=!0)}var yb={pending:!1,funcs:[]},xb={pending:!1,funcs:[]};function Ll(e,t="setTimeout",s){const o=t==="raf"?xb:yb;if(o.funcs.push(e),o.pending)return;o.pending=!0;const i=()=>{const n=o.funcs.slice();o.funcs.length=0,o.pending=!1;for(const r of n)r()};t==="raf"?ms(s,i):window.setTimeout(i,0)}function tt(e,t,s){let o;return function(...i){const n=this;window.clearTimeout(o),o=window.setTimeout(function(){e.isAlive()&&t.apply(n,i)},s)}}function Yd(e,t){let s=0;return function(...o){const i=this,n=Date.now();n-s<t||(s=n,e.apply(i,o))}}function Rb(e,t,s,o=100){const i=Date.now();let n=null,r=!1;const a=()=>{n!=null&&(window.clearInterval(n),n=null)};e.addDestroyFunc(a);const l=()=>{const c=Date.now()-i>o;(t()||c)&&(s(),r=!0,a())};l(),r||(n=window.setInterval(l,10))}var Mg=new Set(["__proto__","constructor","prototype"]);function Fb(e,t){if(e!=null){if(Array.isArray(e)){for(let s=0;s<e.length;s++)t(s.toString(),e[s]);return}for(const s of Object.keys(e).filter(o=>!Mg.has(o)))t(s,e[s])}}function ct(e,t,s=!0,o=!1){K(t)&&Fb(t,(i,n)=>{let r=e[i];r!==n&&(o&&r==null&&n!=null&&typeof n=="object"&&n.constructor===Object&&(r={},e[i]=r),Zd(n)&&Zd(r)&&!Array.isArray(r)?ct(r,n,s,o):(s||n!==void 0)&&(e[i]=n))})}function Zd(e){return typeof e=="object"&&e!==null}var Ic=class os{static applyGlobalGridOptions(t){if(!os.gridOptions)return{...t};let s={};return ct(s,os.gridOptions,!0,!0),os.mergeStrategy==="deep"?ct(s,t,!0,!0):s={...s,...t},os.gridOptions.context&&(s.context=os.gridOptions.context),t.context&&(os.mergeStrategy==="deep"&&s.context&&ct(t.context,s.context,!0,!0),s.context=t.context),s}static applyGlobalGridOption(t,s){if(os.mergeStrategy==="deep"){const o=Tg(t);if(o&&typeof o=="object"&&typeof s=="object")return os.applyGlobalGridOptions({[t]:s})[t]}return s}};Ic.gridOptions=void 0;Ic.mergeStrategy="shallow";var kc=Ic;function Tg(e){return kc.gridOptions?.[e]}var Ig={suppressContextMenu:!1,preventDefaultOnContextMenu:!1,allowContextMenuWithControlKey:!1,suppressMenuHide:!0,enableBrowserTooltips:!1,tooltipTrigger:"hover",tooltipShowDelay:2e3,tooltipHideDelay:1e4,tooltipMouseTrack:!1,tooltipShowMode:"standard",tooltipInteraction:!1,copyHeadersToClipboard:!1,copyGroupHeadersToClipboard:!1,clipboardDelimiter:" ",suppressCopyRowsToClipboard:!1,suppressCopySingleCellRanges:!1,suppressLastEmptyLineOnPaste:!1,suppressClipboardPaste:!1,suppressClipboardApi:!1,suppressCutToClipboard:!1,maintainColumnOrder:!1,enableStrictPivotColumnOrder:!1,suppressFieldDotNotation:!1,allowDragFromColumnsToolPanel:!1,suppressMovableColumns:!1,suppressColumnMoveAnimation:!1,suppressMoveWhenColumnDragging:!1,suppressDragLeaveHidesColumns:!1,suppressRowGroupHidesColumns:!1,suppressAutoSize:!1,autoSizePadding:20,skipHeaderOnAutoSize:!1,singleClickEdit:!1,suppressClickEdit:!1,readOnlyEdit:!1,stopEditingWhenCellsLoseFocus:!1,enterNavigatesVertically:!1,enterNavigatesVerticallyAfterEdit:!1,enableCellEditingOnBackspace:!1,undoRedoCellEditing:!1,undoRedoCellEditingLimit:10,suppressCsvExport:!1,suppressExcelExport:!1,cacheQuickFilter:!1,includeHiddenColumnsInQuickFilter:!1,excludeChildrenWhenTreeDataFiltering:!1,enableAdvancedFilter:!1,includeHiddenColumnsInAdvancedFilter:!1,enableCharts:!1,masterDetail:!1,keepDetailRows:!1,keepDetailRowsCount:10,detailRowAutoHeight:!1,tabIndex:0,rowBuffer:10,valueCache:!1,valueCacheNeverExpires:!1,enableCellExpressions:!1,suppressTouch:!1,suppressFocusAfterRefresh:!1,suppressBrowserResizeObserver:!1,suppressPropertyNamesCheck:!1,suppressChangeDetection:!1,debug:!1,suppressLoadingOverlay:!1,suppressNoRowsOverlay:!1,pagination:!1,paginationPageSize:100,paginationPageSizeSelector:!0,paginationAutoPageSize:!1,paginateChildRows:!1,suppressPaginationPanel:!1,pivotMode:!1,pivotPanelShow:"never",pivotDefaultExpanded:0,pivotSuppressAutoColumn:!1,suppressExpandablePivotGroups:!1,functionsReadOnly:!1,suppressAggFuncInHeader:!1,alwaysAggregateAtRootLevel:!1,aggregateOnlyChangedColumns:!1,suppressAggFilteredOnly:!1,removePivotHeaderRowWhenSingleValueColumn:!1,animateRows:!0,cellFlashDuration:500,cellFadeDuration:1e3,allowShowChangeAfterFilter:!1,domLayout:"normal",ensureDomOrder:!1,enableRtl:!1,suppressColumnVirtualisation:!1,suppressMaxRenderedRowRestriction:!1,suppressRowVirtualisation:!1,rowDragManaged:!1,rowDragInsertDelay:500,suppressRowDrag:!1,suppressMoveWhenRowDragging:!1,rowDragEntireRow:!1,rowDragMultiRow:!1,embedFullWidthRows:!1,groupDisplayType:"singleColumn",groupDefaultExpanded:0,groupMaintainOrder:!1,groupSelectsChildren:!1,groupSuppressBlankHeader:!1,groupSelectsFiltered:!1,showOpenedGroup:!1,groupRemoveSingleChildren:!1,groupRemoveLowestSingleChildren:!1,groupHideOpenParents:!1,groupAllowUnbalanced:!1,rowGroupPanelShow:"never",suppressMakeColumnVisibleAfterUnGroup:!1,treeData:!1,rowGroupPanelSuppressSort:!1,suppressGroupRowsSticky:!1,rowModelType:"clientSide",asyncTransactionWaitMillis:50,suppressModelUpdateAfterUpdateTransaction:!1,cacheOverflowSize:1,infiniteInitialRowCount:1,serverSideInitialRowCount:1,cacheBlockSize:100,maxBlocksInCache:-1,maxConcurrentDatasourceRequests:2,blockLoadDebounceMillis:0,purgeClosedRowNodes:!1,serverSideSortAllLevels:!1,serverSideOnlyRefreshFilteredGroups:!1,serverSidePivotResultFieldSeparator:"_",viewportRowModelPageSize:5,viewportRowModelBufferSize:5,alwaysShowHorizontalScroll:!1,alwaysShowVerticalScroll:!1,debounceVerticalScrollbar:!1,suppressHorizontalScroll:!1,suppressScrollOnNewData:!1,suppressScrollWhenPopupsAreOpen:!1,suppressAnimationFrame:!1,suppressMiddleClickScrolls:!1,suppressPreventDefaultOnMouseWheel:!1,rowMultiSelectWithClick:!1,suppressRowDeselection:!1,suppressRowClickSelection:!1,suppressCellFocus:!1,suppressHeaderFocus:!1,suppressMultiRangeSelection:!1,enableCellTextSelection:!1,enableRangeSelection:!1,enableRangeHandle:!1,enableFillHandle:!1,fillHandleDirection:"xy",suppressClearOnFillReduction:!1,accentedSort:!1,unSortIcon:!1,suppressMultiSort:!1,alwaysMultiSort:!1,suppressMaintainUnsortedOrder:!1,suppressRowHoverHighlight:!1,suppressRowTransform:!1,columnHoverHighlight:!1,deltaSort:!1,enableGroupEdit:!1,groupLockGroupColumns:0,serverSideEnableClientSideSort:!1,suppressServerSideFullWidthLoadingRow:!1,pivotMaxGeneratedColumns:-1,columnMenu:"new",reactiveCustomComponents:!0,suppressSetFilterByDefault:!1,rowNumbers:!1,enableFilterHandlers:!1},kg="https://www.ag-grid.com";function io(e,t,...s){e.get("debug")&&console.log("AG Grid: "+t,...s)}function Ai(e,...t){Tc(()=>console.warn("AG Grid: "+e,...t),e+t?.join(""))}function Lo(e,...t){Tc(()=>console.error("AG Grid: "+e,...t),e+t?.join(""))}var Ag=new Set,pr={},qs={},Yn,Lg=!1,Og=!1,Eb=!1;function Db(e){const[t,s]=e.version.split(".")||[],[o,i]=Yn.split(".")||[];return t===o&&s===i}function Pb(e){Yn||(Yn=e.version);const t=o=>`You are using incompatible versions of AG Grid modules. Major and minor versions should always match across modules. ${o} Please update all modules to the same version.`;e.version?Db(e)||Lo(t(`'${e.moduleName}' is version ${e.version} but the other modules are version ${Yn}.`)):Lo(t(`'${e.moduleName}' is incompatible.`));const s=e.validate?.();s&&!s.isValid&&Lo(`${s.message}`)}function qi(e,t,s=!1){s||(Lg=!0),Pb(e);const o=e.rowModels??["all"];Ag.add(e);let i;t!==void 0?(Og=!0,qs[t]===void 0&&(qs[t]={}),i=qs[t]):i=pr;for(const n of o)i[n]===void 0&&(i[n]={}),i[n][e.moduleName]=e;if(e.dependsOn)for(const n of e.dependsOn)qi(n,t,s)}function Mb(e){delete qs[e]}function Ol(e,t,s){const o=i=>!!pr[i]?.[e]||!!qs[t]?.[i]?.[e];return o(s)||o("all")}function Ac(){return Og}function Tb(e,t){const s=qs[e]??{};return[...Object.values(pr.all??{}),...Object.values(s.all??{}),...Object.values(pr[t]??{}),...Object.values(s[t]??{})]}function Ib(){return new Set(Ag)}function kb(e,t){const s=qs[e]??{};return[...Object.values(s.all??{}),...Object.values(s[t]??{})]}function Ab(){return Lg}function Lb(){return Eb}var Ob=class{static register(e){qi(e,void 0)}static registerModules(e){for(const t of e)qi(t,void 0)}},U="34.3.0",Xd=2e3,Qd=100,Ng="_version_",Hg=null,Oo=`${kg}/javascript-data-grid`;function Nb(e){Hg=e}function Hb(e){Oo=e}function Gg(e,t,s){return Hg?.(e,t)??[zb(e,t,s)]}function Lc(e,t,s,o,i){e(`${o?"warning":"error"} #${t}`,...Gg(t,s,i))}function Gb(e){if(!e)return String(e);const t={};for(const s of Object.keys(e))typeof e[s]!="object"&&typeof e[s]!="function"&&(t[s]=e[s]);return JSON.stringify(t)}function Bb(e){let t=e;return e instanceof Error?t=e.toString():typeof e=="object"&&(t=Gb(e)),t}function fr(e){return e===void 0?"undefined":e===null?"null":e}function Nl(e,t){return`${e}?${t.toString()}`}function Vb(e,t,s){const o=Array.from(t.entries()).sort((n,r)=>r[1].length-n[1].length);let i=Nl(e,t);for(const[n,r]of o){if(n===Ng)continue;const a=i.length-s;if(a<=0)break;const l="...",c=a+l.length,d=r.length-c>Qd?r.slice(0,r.length-c)+l:r.slice(0,Qd)+l;t.set(n,d),i=Nl(e,t)}return i}function Bg(e,t){const s=new URLSearchParams;if(s.append(Ng,U),t)for(const n of Object.keys(t))s.append(n,Bb(t[n]));const o=`${Oo}/errors/${e}`,i=Nl(o,s);return i.length<=Xd?i:Vb(o,s,Xd)}var zb=(e,t,s)=>{const o=Bg(e,t);return`${`${s?s+`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Z=require("classnames"),Se=require("@floating-ui/react"),g=require("react"),V=require("@tabler/icons-react"),on=require("react-dom");function pC(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const o=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(t,s,o.get?o:{enumerable:!0,get:()=>e[s]})}}return t.default=e,Object.freeze(t)}const pe=pC(g),Ps=({errorText:e})=>e&&C.jsx("span",{className:"text-error dial-tiny mt-1",children:e}),Ae=({icon:e,className:t})=>e?C.jsx("span",{className:Z("flex-shrink-0",t),children:e}):null,fC=7,mC=2,Lh=g.createContext(null),Oh=()=>{const e=g.useContext(Lh);if(e==null)throw new Error("Tooltip components must be wrapped in <Tooltip />");return e},CC=({initialOpen:e=!1,placement:t="bottom",isTriggerClickable:s=!1,open:o,onOpenChange:i}={})=>{const[n,r]=g.useState(e),a=g.useRef(null),l=o??n,c=i??r,d=Se.useFloating({placement:t,open:l,onOpenChange:c,whileElementsMounted:Se.autoUpdate,middleware:[Se.offset(fC+mC),Se.flip({crossAxis:t.includes("-"),fallbackAxisSideDirection:"start",padding:5}),Se.shift({padding:5}),Se.arrow({element:a})]}),u=Se.useHover(d.context,{move:!1,enabled:o==null,mouseOnly:s,delay:{open:500,close:0}}),h=Se.useFocus(d.context,{enabled:o==null}),p=Se.useDismiss(d.context),f=Se.useRole(d.context,{role:"tooltip"}),m=Se.useInteractions([u,h,p,f]);return g.useEffect(()=>{if(!l)return;const v=d.refs.reference.current;if(!(v instanceof Element))return;const w=new IntersectionObserver(([b])=>{b.isIntersecting||c(!1)},{root:null,threshold:0});return w.observe(v),()=>w.disconnect()},[l,d.refs.reference,c]),g.useMemo(()=>({open:l,setOpen:c,arrowRef:a,...m,...d}),[l,c,m,d])},Nh=({children:e,...t})=>{const s=CC(t);return C.jsx(Lh.Provider,{value:s,children:e})},Hh=({style:e,...t})=>{const s=Oh(),o=g.useRef(null),i=Se.useMergeRefs([s.refs.setFloating,o]);return s.open?C.jsx(Se.FloatingPortal,{id:"tooltip-portal",children:C.jsxs("div",{ref:i,style:{...s.floatingStyles,...e},...s.getFloatingProps(t),className:Z("z-[55] whitespace-pre-wrap break-words rounded border border-primary bg-layer-0 px-2 py-1 dial-tiny shadow max-w-[300px]",s.getFloatingProps(t).className),children:[t.children,C.jsx(Se.FloatingArrow,{ref:s.arrowRef,context:s.context,fill:"currentColor",strokeWidth:1,className:"border-primary w-2 text-[var(--bg-layer-0,_#000000)]"})]})}):null},Gh=({children:e,asChild:t=!1,...s})=>{const o=Oh(),i=t&&g.isValidElement(e),n=i?e.props?.ref:null,r=Se.useMergeRefs([o.refs.setReference,...n?[n]:[]]);return i?g.cloneElement(e,o.getReferenceProps({...e.props,...s,ref:r})):C.jsx("span",{ref:r,...o.getReferenceProps(s),className:s.className??"dial-tooltip-trigger text-left",children:e})},gs=({hideTooltip:e,tooltip:t,children:s,triggerClassName:o,contentClassName:i,...n})=>C.jsxs(Nh,{...n,children:[C.jsx(Gh,{className:Z(o,"truncate"),children:s}),C.jsx(Hh,{className:Z("text-primary",i,"max-w-[300px]",(e||!t)&&"hidden"),children:t})]}),fc="-",vC=e=>{const t=bC(e),{conflictingClassGroups:s,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:r=>{const a=r.split(fc);return a[0]===""&&a.length!==1&&a.shift(),Bh(a,t)||wC(r)},getConflictingClassGroupIds:(r,a)=>{const l=s[r]||[];return a&&o[r]?[...l,...o[r]]:l}}},Bh=(e,t)=>{if(e.length===0)return t.classGroupId;const s=e[0],o=t.nextPart.get(s),i=o?Bh(e.slice(1),o):void 0;if(i)return i;if(t.validators.length===0)return;const n=e.join(fc);return t.validators.find(({validator:r})=>r(n))?.classGroupId},Rd=/^\[(.+)\]$/,wC=e=>{if(Rd.test(e)){const t=Rd.exec(e)[1],s=t?.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},bC=e=>{const{theme:t,classGroups:s}=e,o={nextPart:new Map,validators:[]};for(const i in s)Fl(s[i],o,i,t);return o},Fl=(e,t,s,o)=>{e.forEach(i=>{if(typeof i=="string"){const n=i===""?t:Fd(t,i);n.classGroupId=s;return}if(typeof i=="function"){if(SC(i)){Fl(i(o),t,s,o);return}t.validators.push({validator:i,classGroupId:s});return}Object.entries(i).forEach(([n,r])=>{Fl(r,Fd(t,n),s,o)})})},Fd=(e,t)=>{let s=e;return t.split(fc).forEach(o=>{s.nextPart.has(o)||s.nextPart.set(o,{nextPart:new Map,validators:[]}),s=s.nextPart.get(o)}),s},SC=e=>e.isThemeGetter,yC=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,o=new Map;const i=(n,r)=>{s.set(n,r),t++,t>e&&(t=0,o=s,s=new Map)};return{get(n){let r=s.get(n);if(r!==void 0)return r;if((r=o.get(n))!==void 0)return i(n,r),r},set(n,r){s.has(n)?s.set(n,r):i(n,r)}}},El="!",Dl=":",xC=Dl.length,RC=e=>{const{prefix:t,experimentalParseClassName:s}=e;let o=i=>{const n=[];let r=0,a=0,l=0,c;for(let f=0;f<i.length;f++){let m=i[f];if(r===0&&a===0){if(m===Dl){n.push(i.slice(l,f)),l=f+xC;continue}if(m==="/"){c=f;continue}}m==="["?r++:m==="]"?r--:m==="("?a++:m===")"&&a--}const d=n.length===0?i:i.substring(l),u=FC(d),h=u!==d,p=c&&c>l?c-l:void 0;return{modifiers:n,hasImportantModifier:h,baseClassName:u,maybePostfixModifierPosition:p}};if(t){const i=t+Dl,n=o;o=r=>r.startsWith(i)?n(r.substring(i.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(s){const i=o;o=n=>s({className:n,parseClassName:i})}return o},FC=e=>e.endsWith(El)?e.substring(0,e.length-1):e.startsWith(El)?e.substring(1):e,EC=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(o=>[o,!0]));return o=>{if(o.length<=1)return o;const i=[];let n=[];return o.forEach(r=>{r[0]==="["||t[r]?(i.push(...n.sort(),r),n=[]):n.push(r)}),i.push(...n.sort()),i}},DC=e=>({cache:yC(e.cacheSize),parseClassName:RC(e),sortModifiers:EC(e),...vC(e)}),PC=/\s+/,MC=(e,t)=>{const{parseClassName:s,getClassGroupId:o,getConflictingClassGroupIds:i,sortModifiers:n}=t,r=[],a=e.trim().split(PC);let l="";for(let c=a.length-1;c>=0;c-=1){const d=a[c],{isExternal:u,modifiers:h,hasImportantModifier:p,baseClassName:f,maybePostfixModifierPosition:m}=s(d);if(u){l=d+(l.length>0?" "+l:l);continue}let v=!!m,w=o(v?f.substring(0,m):f);if(!w){if(!v){l=d+(l.length>0?" "+l:l);continue}if(w=o(f),!w){l=d+(l.length>0?" "+l:l);continue}v=!1}const b=n(h).join(":"),S=p?b+El:b,y=S+w;if(r.includes(y))continue;r.push(y);const x=i(w,v);for(let R=0;R<x.length;++R){const F=x[R];r.push(S+F)}l=d+(l.length>0?" "+l:l)}return l};function TC(){let e=0,t,s,o="";for(;e<arguments.length;)(t=arguments[e++])&&(s=Vh(t))&&(o&&(o+=" "),o+=s);return o}const Vh=e=>{if(typeof e=="string")return e;let t,s="";for(let o=0;o<e.length;o++)e[o]&&(t=Vh(e[o]))&&(s&&(s+=" "),s+=t);return s};function IC(e,...t){let s,o,i,n=r;function r(l){const c=t.reduce((d,u)=>u(d),e());return s=DC(c),o=s.cache.get,i=s.cache.set,n=a,a(l)}function a(l){const c=o(l);if(c)return c;const d=MC(l,s);return i(l,d),d}return function(){return n(TC.apply(null,arguments))}}const Ke=e=>{const t=s=>s[e]||[];return t.isThemeGetter=!0,t},zh=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Wh=/^\((?:(\w[\w-]*):)?(.+)\)$/i,kC=/^\d+\/\d+$/,AC=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,LC=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,OC=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,NC=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,HC=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,yo=e=>kC.test(e),we=e=>!!e&&!Number.isNaN(Number(e)),bs=e=>!!e&&Number.isInteger(Number(e)),Ma=e=>e.endsWith("%")&&we(e.slice(0,-1)),ts=e=>AC.test(e),GC=()=>!0,BC=e=>LC.test(e)&&!OC.test(e),_h=()=>!1,VC=e=>NC.test(e),zC=e=>HC.test(e),WC=e=>!oe(e)&&!ie(e),_C=e=>Jo(e,$h,_h),oe=e=>zh.test(e),Gs=e=>Jo(e,Kh,BC),Ta=e=>Jo(e,qC,we),Ed=e=>Jo(e,jh,_h),jC=e=>Jo(e,Uh,zC),Dn=e=>Jo(e,qh,VC),ie=e=>Wh.test(e),vi=e=>ei(e,Kh),UC=e=>ei(e,YC),Dd=e=>ei(e,jh),$C=e=>ei(e,$h),KC=e=>ei(e,Uh),Pn=e=>ei(e,qh,!0),Jo=(e,t,s)=>{const o=zh.exec(e);return o?o[1]?t(o[1]):s(o[2]):!1},ei=(e,t,s=!1)=>{const o=Wh.exec(e);return o?o[1]?t(o[1]):s:!1},jh=e=>e==="position"||e==="percentage",Uh=e=>e==="image"||e==="url",$h=e=>e==="length"||e==="size"||e==="bg-size",Kh=e=>e==="length",qC=e=>e==="number",YC=e=>e==="family-name",qh=e=>e==="shadow",ZC=()=>{const e=Ke("color"),t=Ke("font"),s=Ke("text"),o=Ke("font-weight"),i=Ke("tracking"),n=Ke("leading"),r=Ke("breakpoint"),a=Ke("container"),l=Ke("spacing"),c=Ke("radius"),d=Ke("shadow"),u=Ke("inset-shadow"),h=Ke("text-shadow"),p=Ke("drop-shadow"),f=Ke("blur"),m=Ke("perspective"),v=Ke("aspect"),w=Ke("ease"),b=Ke("animate"),S=()=>["auto","avoid","all","avoid-page","page","left","right","column"],y=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],x=()=>[...y(),ie,oe],R=()=>["auto","hidden","clip","visible","scroll"],F=()=>["auto","contain","none"],D=()=>[ie,oe,l],T=()=>[yo,"full","auto",...D()],k=()=>[bs,"none","subgrid",ie,oe],E=()=>["auto",{span:["full",bs,ie,oe]},bs,ie,oe],M=()=>[bs,"auto",ie,oe],O=()=>["auto","min","max","fr",ie,oe],B=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],H=()=>["start","end","center","stretch","center-safe","end-safe"],Q=()=>["auto",...D()],se=()=>[yo,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...D()],L=()=>[e,ie,oe],te=()=>[...y(),Dd,Ed,{position:[ie,oe]}],_=()=>["no-repeat",{repeat:["","x","y","space","round"]}],j=()=>["auto","cover","contain",$C,_C,{size:[ie,oe]}],q=()=>[Ma,vi,Gs],Y=()=>["","none","full",c,ie,oe],$=()=>["",we,vi,Gs],J=()=>["solid","dashed","dotted","double"],N=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],P=()=>[we,Ma,Dd,Ed],W=()=>["","none",f,ie,oe],re=()=>["none",we,ie,oe],ee=()=>["none",we,ie,oe],ge=()=>[we,ie,oe],be=()=>[yo,"full",...D()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ts],breakpoint:[ts],color:[GC],container:[ts],"drop-shadow":[ts],ease:["in","out","in-out"],font:[WC],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ts],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ts],shadow:[ts],spacing:["px",we],text:[ts],"text-shadow":[ts],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",yo,oe,ie,v]}],container:["container"],columns:[{columns:[we,oe,ie,a]}],"break-after":[{"break-after":S()}],"break-before":[{"break-before":S()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:x()}],overflow:[{overflow:R()}],"overflow-x":[{"overflow-x":R()}],"overflow-y":[{"overflow-y":R()}],overscroll:[{overscroll:F()}],"overscroll-x":[{"overscroll-x":F()}],"overscroll-y":[{"overscroll-y":F()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{start:T()}],end:[{end:T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:["visible","invisible","collapse"],z:[{z:[bs,"auto",ie,oe]}],basis:[{basis:[yo,"full","auto",a,...D()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[we,yo,"auto","initial","none",oe]}],grow:[{grow:["",we,ie,oe]}],shrink:[{shrink:["",we,ie,oe]}],order:[{order:[bs,"first","last","none",ie,oe]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:E()}],"col-start":[{"col-start":M()}],"col-end":[{"col-end":M()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:E()}],"row-start":[{"row-start":M()}],"row-end":[{"row-end":M()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":O()}],"auto-rows":[{"auto-rows":O()}],gap:[{gap:D()}],"gap-x":[{"gap-x":D()}],"gap-y":[{"gap-y":D()}],"justify-content":[{justify:[...B(),"normal"]}],"justify-items":[{"justify-items":[...H(),"normal"]}],"justify-self":[{"justify-self":["auto",...H()]}],"align-content":[{content:["normal",...B()]}],"align-items":[{items:[...H(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...H(),{baseline:["","last"]}]}],"place-content":[{"place-content":B()}],"place-items":[{"place-items":[...H(),"baseline"]}],"place-self":[{"place-self":["auto",...H()]}],p:[{p:D()}],px:[{px:D()}],py:[{py:D()}],ps:[{ps:D()}],pe:[{pe:D()}],pt:[{pt:D()}],pr:[{pr:D()}],pb:[{pb:D()}],pl:[{pl:D()}],m:[{m:Q()}],mx:[{mx:Q()}],my:[{my:Q()}],ms:[{ms:Q()}],me:[{me:Q()}],mt:[{mt:Q()}],mr:[{mr:Q()}],mb:[{mb:Q()}],ml:[{ml:Q()}],"space-x":[{"space-x":D()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":D()}],"space-y-reverse":["space-y-reverse"],size:[{size:se()}],w:[{w:[a,"screen",...se()]}],"min-w":[{"min-w":[a,"screen","none",...se()]}],"max-w":[{"max-w":[a,"screen","none","prose",{screen:[r]},...se()]}],h:[{h:["screen","lh",...se()]}],"min-h":[{"min-h":["screen","lh","none",...se()]}],"max-h":[{"max-h":["screen","lh",...se()]}],"font-size":[{text:["base",s,vi,Gs]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,ie,Ta]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Ma,oe]}],"font-family":[{font:[UC,oe,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[i,ie,oe]}],"line-clamp":[{"line-clamp":[we,"none",ie,Ta]}],leading:[{leading:[n,...D()]}],"list-image":[{"list-image":["none",ie,oe]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ie,oe]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:L()}],"text-color":[{text:L()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...J(),"wavy"]}],"text-decoration-thickness":[{decoration:[we,"from-font","auto",ie,Gs]}],"text-decoration-color":[{decoration:L()}],"underline-offset":[{"underline-offset":[we,"auto",ie,oe]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:D()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ie,oe]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ie,oe]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:te()}],"bg-repeat":[{bg:_()}],"bg-size":[{bg:j()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},bs,ie,oe],radial:["",ie,oe],conic:[bs,ie,oe]},KC,jC]}],"bg-color":[{bg:L()}],"gradient-from-pos":[{from:q()}],"gradient-via-pos":[{via:q()}],"gradient-to-pos":[{to:q()}],"gradient-from":[{from:L()}],"gradient-via":[{via:L()}],"gradient-to":[{to:L()}],rounded:[{rounded:Y()}],"rounded-s":[{"rounded-s":Y()}],"rounded-e":[{"rounded-e":Y()}],"rounded-t":[{"rounded-t":Y()}],"rounded-r":[{"rounded-r":Y()}],"rounded-b":[{"rounded-b":Y()}],"rounded-l":[{"rounded-l":Y()}],"rounded-ss":[{"rounded-ss":Y()}],"rounded-se":[{"rounded-se":Y()}],"rounded-ee":[{"rounded-ee":Y()}],"rounded-es":[{"rounded-es":Y()}],"rounded-tl":[{"rounded-tl":Y()}],"rounded-tr":[{"rounded-tr":Y()}],"rounded-br":[{"rounded-br":Y()}],"rounded-bl":[{"rounded-bl":Y()}],"border-w":[{border:$()}],"border-w-x":[{"border-x":$()}],"border-w-y":[{"border-y":$()}],"border-w-s":[{"border-s":$()}],"border-w-e":[{"border-e":$()}],"border-w-t":[{"border-t":$()}],"border-w-r":[{"border-r":$()}],"border-w-b":[{"border-b":$()}],"border-w-l":[{"border-l":$()}],"divide-x":[{"divide-x":$()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":$()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...J(),"hidden","none"]}],"divide-style":[{divide:[...J(),"hidden","none"]}],"border-color":[{border:L()}],"border-color-x":[{"border-x":L()}],"border-color-y":[{"border-y":L()}],"border-color-s":[{"border-s":L()}],"border-color-e":[{"border-e":L()}],"border-color-t":[{"border-t":L()}],"border-color-r":[{"border-r":L()}],"border-color-b":[{"border-b":L()}],"border-color-l":[{"border-l":L()}],"divide-color":[{divide:L()}],"outline-style":[{outline:[...J(),"none","hidden"]}],"outline-offset":[{"outline-offset":[we,ie,oe]}],"outline-w":[{outline:["",we,vi,Gs]}],"outline-color":[{outline:L()}],shadow:[{shadow:["","none",d,Pn,Dn]}],"shadow-color":[{shadow:L()}],"inset-shadow":[{"inset-shadow":["none",u,Pn,Dn]}],"inset-shadow-color":[{"inset-shadow":L()}],"ring-w":[{ring:$()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:L()}],"ring-offset-w":[{"ring-offset":[we,Gs]}],"ring-offset-color":[{"ring-offset":L()}],"inset-ring-w":[{"inset-ring":$()}],"inset-ring-color":[{"inset-ring":L()}],"text-shadow":[{"text-shadow":["none",h,Pn,Dn]}],"text-shadow-color":[{"text-shadow":L()}],opacity:[{opacity:[we,ie,oe]}],"mix-blend":[{"mix-blend":[...N(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":N()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[we]}],"mask-image-linear-from-pos":[{"mask-linear-from":P()}],"mask-image-linear-to-pos":[{"mask-linear-to":P()}],"mask-image-linear-from-color":[{"mask-linear-from":L()}],"mask-image-linear-to-color":[{"mask-linear-to":L()}],"mask-image-t-from-pos":[{"mask-t-from":P()}],"mask-image-t-to-pos":[{"mask-t-to":P()}],"mask-image-t-from-color":[{"mask-t-from":L()}],"mask-image-t-to-color":[{"mask-t-to":L()}],"mask-image-r-from-pos":[{"mask-r-from":P()}],"mask-image-r-to-pos":[{"mask-r-to":P()}],"mask-image-r-from-color":[{"mask-r-from":L()}],"mask-image-r-to-color":[{"mask-r-to":L()}],"mask-image-b-from-pos":[{"mask-b-from":P()}],"mask-image-b-to-pos":[{"mask-b-to":P()}],"mask-image-b-from-color":[{"mask-b-from":L()}],"mask-image-b-to-color":[{"mask-b-to":L()}],"mask-image-l-from-pos":[{"mask-l-from":P()}],"mask-image-l-to-pos":[{"mask-l-to":P()}],"mask-image-l-from-color":[{"mask-l-from":L()}],"mask-image-l-to-color":[{"mask-l-to":L()}],"mask-image-x-from-pos":[{"mask-x-from":P()}],"mask-image-x-to-pos":[{"mask-x-to":P()}],"mask-image-x-from-color":[{"mask-x-from":L()}],"mask-image-x-to-color":[{"mask-x-to":L()}],"mask-image-y-from-pos":[{"mask-y-from":P()}],"mask-image-y-to-pos":[{"mask-y-to":P()}],"mask-image-y-from-color":[{"mask-y-from":L()}],"mask-image-y-to-color":[{"mask-y-to":L()}],"mask-image-radial":[{"mask-radial":[ie,oe]}],"mask-image-radial-from-pos":[{"mask-radial-from":P()}],"mask-image-radial-to-pos":[{"mask-radial-to":P()}],"mask-image-radial-from-color":[{"mask-radial-from":L()}],"mask-image-radial-to-color":[{"mask-radial-to":L()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":y()}],"mask-image-conic-pos":[{"mask-conic":[we]}],"mask-image-conic-from-pos":[{"mask-conic-from":P()}],"mask-image-conic-to-pos":[{"mask-conic-to":P()}],"mask-image-conic-from-color":[{"mask-conic-from":L()}],"mask-image-conic-to-color":[{"mask-conic-to":L()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:te()}],"mask-repeat":[{mask:_()}],"mask-size":[{mask:j()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ie,oe]}],filter:[{filter:["","none",ie,oe]}],blur:[{blur:W()}],brightness:[{brightness:[we,ie,oe]}],contrast:[{contrast:[we,ie,oe]}],"drop-shadow":[{"drop-shadow":["","none",p,Pn,Dn]}],"drop-shadow-color":[{"drop-shadow":L()}],grayscale:[{grayscale:["",we,ie,oe]}],"hue-rotate":[{"hue-rotate":[we,ie,oe]}],invert:[{invert:["",we,ie,oe]}],saturate:[{saturate:[we,ie,oe]}],sepia:[{sepia:["",we,ie,oe]}],"backdrop-filter":[{"backdrop-filter":["","none",ie,oe]}],"backdrop-blur":[{"backdrop-blur":W()}],"backdrop-brightness":[{"backdrop-brightness":[we,ie,oe]}],"backdrop-contrast":[{"backdrop-contrast":[we,ie,oe]}],"backdrop-grayscale":[{"backdrop-grayscale":["",we,ie,oe]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[we,ie,oe]}],"backdrop-invert":[{"backdrop-invert":["",we,ie,oe]}],"backdrop-opacity":[{"backdrop-opacity":[we,ie,oe]}],"backdrop-saturate":[{"backdrop-saturate":[we,ie,oe]}],"backdrop-sepia":[{"backdrop-sepia":["",we,ie,oe]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":D()}],"border-spacing-x":[{"border-spacing-x":D()}],"border-spacing-y":[{"border-spacing-y":D()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ie,oe]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[we,"initial",ie,oe]}],ease:[{ease:["linear","initial",w,ie,oe]}],delay:[{delay:[we,ie,oe]}],animate:[{animate:["none",b,ie,oe]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[m,ie,oe]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ee()}],"scale-x":[{"scale-x":ee()}],"scale-y":[{"scale-y":ee()}],"scale-z":[{"scale-z":ee()}],"scale-3d":["scale-3d"],skew:[{skew:ge()}],"skew-x":[{"skew-x":ge()}],"skew-y":[{"skew-y":ge()}],transform:[{transform:[ie,oe,"","none","gpu","cpu"]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:be()}],"translate-x":[{"translate-x":be()}],"translate-y":[{"translate-y":be()}],"translate-z":[{"translate-z":be()}],"translate-none":["translate-none"],accent:[{accent:L()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:L()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ie,oe]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":D()}],"scroll-mx":[{"scroll-mx":D()}],"scroll-my":[{"scroll-my":D()}],"scroll-ms":[{"scroll-ms":D()}],"scroll-me":[{"scroll-me":D()}],"scroll-mt":[{"scroll-mt":D()}],"scroll-mr":[{"scroll-mr":D()}],"scroll-mb":[{"scroll-mb":D()}],"scroll-ml":[{"scroll-ml":D()}],"scroll-p":[{"scroll-p":D()}],"scroll-px":[{"scroll-px":D()}],"scroll-py":[{"scroll-py":D()}],"scroll-ps":[{"scroll-ps":D()}],"scroll-pe":[{"scroll-pe":D()}],"scroll-pt":[{"scroll-pt":D()}],"scroll-pr":[{"scroll-pr":D()}],"scroll-pb":[{"scroll-pb":D()}],"scroll-pl":[{"scroll-pl":D()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ie,oe]}],fill:[{fill:["none",...L()]}],"stroke-w":[{stroke:[we,vi,Gs,Ta]}],stroke:[{stroke:["none",...L()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},XC=IC(ZC);function ue(...e){return XC(Z(e))}const ho=({fieldTitle:e,optional:t,optionalText:s,className:o,description:i,...n})=>e?C.jsxs("label",{...n,className:ue("dial-tiny text-secondary flex gap-1",o,!o?.includes("mb")&&"mb-2"),children:[typeof e=="string"?C.jsx("span",{className:"min-h-4",children:e}):e,t&&C.jsx("span",{children:s??"(Optional)"}),i&&C.jsx(gs,{tooltip:i,children:C.jsx(Ae,{icon:C.jsx(V.IconInfoCircle,{size:14,className:"text-secondary"})})})]}):null;var Ie=(e=>(e.Primary="primary",e.Secondary="secondary",e.Tertiary="tertiary",e.Danger="danger",e))(Ie||{});const QC={[Ie.Primary]:"dial-primary-button",[Ie.Secondary]:"dial-secondary-button",[Ie.Tertiary]:"dial-tertiary-button",[Ie.Danger]:"dial-danger-button"},Ee=({label:e,variant:t,className:s,textClassName:o,iconAfter:i,iconBefore:n,hideTitleOnMobile:r,type:a="button",...l})=>{const c=Z("dial-small-semi",i?"mr-2":"",n?"ml-2":"",r?"hidden sm:inline":"inline",o),d=Z(t&&QC[t],"disabled:cursor-not-allowed focus-visible:outline outline-offset-0",s);return C.jsxs("button",{...l,type:a,className:d,"aria-label":e||l["aria-label"],children:[C.jsx(Ae,{icon:n}),e&&C.jsx("span",{className:c,children:e}),C.jsx(Ae,{icon:i})]})};var Ws=(e=>(e.Info="info",e.Success="success",e.Warning="warning",e.Error="error",e))(Ws||{});const JC=e=>({info:C.jsx(V.IconInfoCircle,{...e}),error:C.jsx(V.IconAlertCircle,{...e}),warning:C.jsx(V.IconAlertTriangle,{...e}),success:C.jsx(V.IconCircleCheck,{...e})}),ev={[Ws.Info]:"bg-info border-info text-info",[Ws.Success]:"bg-success border-success text-success",[Ws.Warning]:"bg-warning border-warning text-warning",[Ws.Error]:"bg-error border-error text-error"},tv="items-center justify-between gap-2 p-3 border border-solid dial-small-150 rounded flex",sv=({variant:e=Ws.Info,message:t,className:s,iconSize:o=24,iconStroke:i=2,closable:n=!1,onClose:r})=>{const a=g.useMemo(()=>JC({size:o,stroke:i})[e],[e,o,i]);return C.jsxs("div",{role:"alert",className:ue(tv,ev[e],s),children:[C.jsxs("div",{className:"flex items-center gap-2",children:[C.jsx(Ae,{icon:a}),C.jsx("div",{className:"text-primary",children:t})]}),n&&C.jsx(Ee,{className:"ml-2 text-secondary hover:text-primary","aria-label":"Close alert",iconBefore:C.jsx(V.IconX,{size:16}),onClick:r})]})},ov="flex items-center justify-center text-secondary",iv="shrink-0 grow-0 basis-auto animate-spin-steps",nv=e=>pe.createElement("svg",{viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M24 39V46.5",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.4,d:"M9 24H1.5",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.5,d:"M8.0918 8.0918L13.3994 13.3994",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.6,d:"M24 1.5V9",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.7,d:"M39.9121 8.08594L37.2607 10.7373L34.6094 13.3887",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.8,d:"M46.5 24H39",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.9,d:"M34.6055 34.6055L39.9082 39.9082",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),pe.createElement("path",{opacity:.3,d:"M13.3936 34.6055L8.08594 39.9131",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"})),nn=({size:e=18,className:t,iconClassName:s,fullWidth:o=!0,ariaLabel:i="Loading"})=>C.jsx("div",{role:"status",className:Z({[ov]:!0,"w-full h-full":o,[t||""]:!!t}),children:C.jsx(Ae,{icon:C.jsx(nv,{width:e,height:e,className:Z(iv,s),role:"img","aria-label":i})})}),ns=18,le={size:ns,stroke:2},rv="text-primary",Bt=({text:e,className:t,contentClassName:s,hideTooltip:o,...i})=>{const n=g.useRef(null),[r,a]=g.useState(!1),[l,c]=g.useState(""),d=g.useRef(null),u=()=>{const m=n.current;if(!m)return;c(m.textContent??"");const v=m.clientWidth,w=m.scrollWidth,b=Math.ceil(m.getBoundingClientRect().width);a(w>v||w>b)},h=g.useCallback(()=>{d.current&&cancelAnimationFrame(d.current),d.current=requestAnimationFrame(u)},[]);g.useEffect(()=>{h();const m=()=>h();window.addEventListener("resize",m);let v=null;return"ResizeObserver"in window&&n.current&&(v=new ResizeObserver(()=>h()),v.observe(n.current)),()=>{window.removeEventListener("resize",m),v&&v.disconnect(),d.current&&cancelAnimationFrame(d.current)}},[e,h]);const p=g.useMemo(()=>typeof e=="string"?e:l,[l,e]),f=g.useMemo(()=>o?"":r?p:"",[p,o,r]);return C.jsxs(Nh,{...i,children:[C.jsx(Gh,{asChild:!0,onMouseEnter:h,onFocusCapture:h,children:C.jsx("span",{className:ue("block truncate flex-1 min-w-0 max-w-full text-left",t),"aria-label":r?p:void 0,onMouseEnter:h,onFocus:h,ref:n,children:e})}),C.jsx(Hh,{className:ue(rv,s,!f&&"hidden"),children:f})]})},Bi=({label:e,id:t,checked:s,indeterminate:o,disabled:i,ariaLabel:n,onChange:r,className:a})=>{const l=g.useCallback(h=>{r?.(h.target.checked,t)},[r,t]),c=Z("flex flex-row items-center cursor-pointer text-accent-primary small-medium min-w-0",`${s||o?"":'before:content-[""] before:inline-block before:w-[18px] before:h-[18px] before:border before:border-hover before:rounded'}`,i?"pointer-events-none text-secondary before:border-icon-secondary before:bg-layer-4":"",a),d=Z("border rounded",i?"bg-layer-4 border-icon-secondary":""),u=()=>o?C.jsx(V.IconMinus,{className:d,...le}):s?C.jsx(V.IconCheck,{className:d,...le}):null;return C.jsxs("label",{className:c,htmlFor:t,children:[u(),e&&(typeof e=="string"?C.jsx(Bt,{text:e,className:"ml-2 text-primary"}):e),C.jsx("input",{type:"checkbox",role:"checkbox",name:t,onChange:l,id:t,checked:s,"aria-checked":o?"mixed":s,"aria-disabled":i||void 0,"aria-label":e?void 0:n,className:"invisible w-0 h-0"})]})};var vt=(e=>(e.VALID="valid",e.ERROR="error",e))(vt||{});const av=(e,t)=>{if(t===e.id)switch(e.status){case vt.VALID:return"border-accent-secondary text-primary";case vt.ERROR:return"border-red-900 text-primary";default:return"border-accent-primary text-primary"}switch(e.status){case vt.VALID:return"border-primary text-primary";case vt.ERROR:return"border-red-900 text-error";default:return"border-primary text-secondary"}},lv=(e,t)=>{if(t===e.id)switch(e.status){case vt.VALID:return"bg-accent-secondary";case vt.ERROR:return"bg-red-400";default:return"bg-accent-primary"}switch(e.status){case vt.VALID:return"bg-accent-secondary";case vt.ERROR:return"bg-red-400";default:return"bg-layer-4"}},cv=({step:e,index:t,currentStep:s,onChangeStep:o})=>{const i="h-[32px] flex flex-1 min-w-[180px] items-center dial-tiny cursor-pointer dial-step",n="w-[22px] h-[22px] flex justify-center items-center mr-2 rounded-full text-white",r=()=>s===e.id&&e.status===vt.ERROR?C.jsx(V.IconExclamationCircle,{stroke:2,size:16}):s!==e.id&&e.status===vt.VALID?C.jsx(V.IconCheck,{stroke:2,size:16}):t+1;return C.jsxs("button",{className:Z(i,av(e,s)),onClick:()=>o(e.id),children:[C.jsx("span",{className:Z(n,lv(e,s)),children:r()}),C.jsx("span",{children:e.name})]})},dv=({steps:e,currentStep:t,onChangeStep:s})=>{const o=i=>{const n=e.findIndex(a=>a.id===t),r=e.findIndex(a=>a.id===i);(i!==t&&e[n].status===vt.VALID||r<n)&&s(i)};return C.jsx("div",{id:"steps",className:"flex gap-x-3",children:e.map((i,n)=>C.jsx(cv,{currentStep:t,onChangeStep:o,step:i,index:n},i.id))})},Yh=({name:e,value:t,title:s,description:o,checked:i=!1,inputId:n,className:r,labelClassName:a,disabled:l,onChange:c,descriptionClassName:d})=>{const u=`${n}-desc`,h=Z("dial-small cursor-pointer",l?"text-secondary":"text-primary",a),p=Z("cursor-pointer dial-input-radio",s&&"mr-2",r),f=Z("flex flex-col",!!o&&"mb-2"),m=Z("dial-tiny mt-2 ml-[26px] text-secondary",d),v=w=>{l||w.target.checked&&c?.(t)};return C.jsxs("div",{className:f,children:[C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx("input",{type:"radio",id:n,name:e,value:t,checked:i,disabled:l,"aria-describedby":i&&o?u:void 0,className:p,onChange:v}),s?C.jsx("label",{className:h,htmlFor:n,children:s}):null]}),i&&o&&C.jsx("div",{id:u,className:m,children:o})]})};var Vi=(e=>(e.Vertical="vertical",e.Horizontal="horizontal",e))(Vi||{});const uv="w-full flex",hv={[Vi.Vertical]:"flex-col",[Vi.Horizontal]:"flex-row items-end"},zr=({elementId:e,label:t,optional:s,optionalText:o,description:i,error:n,orientation:r=Vi.Vertical,labelVisuallyHidden:a=!1,className:l,labelClassName:c,errorClassName:d,childrenClassName:u,captionDescription:h,readonly:p,value:f,defaultEmptyText:m,children:v})=>{const w=`${e}-label`,b=i?`${e}-desc`:void 0,S=n?`${e}-err`:void 0,y=`${e}-caption-desc`,x=[b,S].filter(Boolean).join(" ")||void 0,R=g.useCallback(()=>typeof n=="boolean"?null:typeof n=="string"||typeof n>"u"?n?C.jsx("div",{id:S,role:"alert","aria-live":"polite",className:d,children:C.jsx(Ps,{errorText:n})}):null:C.jsx("div",{id:S,role:"alert","aria-live":"polite",className:d,children:n}),[n,d,S]),F=g.useCallback(()=>f?typeof f=="string"||typeof f=="number"?C.jsx("span",{"aria-readonly":"true",children:f}):f:C.jsx("span",{className:"flex min-h-4","aria-readonly":"true",children:m??"None"}),[f,m]);return C.jsxs("div",{role:"group","aria-labelledby":t?w:void 0,"aria-describedby":x,className:ue(uv,hv[r],l),children:[t&&C.jsx("div",{id:w,className:ue(r==="horizontal"&&"shrink-0"),children:C.jsx(ho,{htmlFor:e,fieldTitle:t,optional:s,optionalText:o,className:ue(a&&"sr-only",c),description:i})}),C.jsxs("div",{className:ue("min-w-0 w-full",u),children:[p?C.jsx("div",{className:"dial-input px-3 py-2",children:F()}):v,h&&C.jsx("div",{id:y,className:ue({"dial-tiny text-secondary mt-1":!0,"text-error":!!n}),children:h}),R()]})]})};var eo=(e=>(e.Row="Row",e.Column="Column",e))(eo||{});const gv="flex",pv="pb-1 mt-2",fv={[eo.Column]:"flex-col gap-y-3",[eo.Row]:"flex-row gap-x-6"},cr=({fieldTitle:e,radioClassName:t,containerClassName:s,selectedItemClassName:o,selectedLabelClassName:i,radioGroupClassName:n,inputContainerClassName:r,selectedInputContainerClassName:a,groupLabelClassName:l,formItemChildrenClassName:c,labelClassName:d,disabled:u,elementId:h,radioButtons:p,activeRadioButton:f,orientation:m,onChange:v})=>C.jsx(zr,{elementId:h,label:e,labelClassName:l||d,className:s,childrenClassName:c,children:C.jsx("div",{role:"radiogroup","aria-label":e,"aria-disabled":u||void 0,className:ue(gv,fv[m],n),children:p.map(w=>C.jsxs("div",{className:ue("flex flex-col",r,w.id===f&&a),children:[C.jsx(Yh,{name:h,value:w.id,inputId:w.id,disabled:u,className:t,labelClassName:ue(d,w.id===f&&i),title:w.name,checked:w.id===f,onChange:()=>v(w.id)}),w.id===f&&w.content?C.jsx("div",{className:ue(pv,o),children:w.content}):null]},w.id))})}),Wr=({icon:e,title:t,description:s,containerClassName:o,titleClassName:i,descriptionClassName:n})=>C.jsxs("div",{className:ue("h-full w-full flex flex-col items-center justify-center text-secondary",o),children:[e||C.jsx(V.IconClipboardX,{width:60,height:60}),C.jsx("span",{className:ue("dial-small mt-2 text-primary",i),children:t}),s&&C.jsx("span",{className:ue("mt-1 text-primary",n),children:s})]}),Ia=48,Zh=({containerClassName:e,children:t,width:s=280,title:o,iconSize:i=24,iconStroke:n=1.5,titleClassName:r,additionalButtons:a,isOpened:l,onToggle:c})=>{const[d,u]=g.useState(s),[h,p]=g.useState(!0),f=g.useMemo(()=>typeof l=="boolean",[l]),m=f?l:h;g.useEffect(()=>{f&&u(l?s:Ia)},[f,l,s]);const v=Z(["transform rotate-180 [writing-mode:tb-rl] py-4 px-3",m&&"hidden",r]),w=Z(["flex flex-row gap-2 cursor-pointer text-secondary p-2 px-4",m?"justify-end":"justify-center"]),b=S=>{const y=!m;if(f){u(y?s:Ia),c?.(y,S);return}u(y?s:Ia),p(y)};return C.jsxs("div",{className:Z(["rounded flex flex-col justify-between overflow-y-auto flex-shrink-0",e]),style:{width:`${d}px`},children:[C.jsx("div",{className:Z(["flex-1 p-4 min-h-0 overflow-auto",!m&&"hidden"]),children:t}),C.jsx("div",{className:v,children:o}),C.jsxs("div",{className:ue("border-t border-primary h-12",w),children:[m&&a,C.jsx(Ee,{className:"hover:text-accent-primary p-1",onClick:b,iconBefore:m?C.jsx(V.IconChevronsLeft,{size:i,stroke:n}):C.jsx(V.IconChevronsRight,{size:i,stroke:n})})]})]})},mv=({label:e,text:t,children:s,postfix:o})=>C.jsxs("div",{className:Z("flex flex-col",s?"":"max-w-[200px]"),children:[C.jsx("label",{className:"dial-tiny mb-2 text-secondary",children:e}),s||C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx(gs,{triggerClassName:"text-primary",tooltip:t,children:t}),o||null]})]});var _r=(e=>(e.Default="default",e))(_r||{});const Cv={[_r.Default]:"border-icon-secondary bg-layer-3"},jr=({tag:e,className:t,remove:s,variant:o=_r.Default,iconBefore:i,bordered:n=!0})=>{const r=Cv[o],a=ue("flex items-center gap-1 dial-tiny rounded p-1 h-[22px] text-primary",r,n?"border":"border-transparent",t);return C.jsxs("div",{className:a,children:[C.jsx(Ae,{icon:i}),C.jsx(Bt,{text:e}),s&&C.jsx(Ee,{iconAfter:C.jsx(V.IconX,{size:16}),onClick:l=>s(l)})]},e)},Xh=g.createContext({dragDropManager:void 0});function xt(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Pd=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Md=function(){return Math.random().toString(36).substring(7).split("").join(".")},Td={INIT:"@@redux/INIT"+Md(),REPLACE:"@@redux/REPLACE"+Md()};function vv(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function wv(e){if(e===void 0)return"undefined";if(e===null)return"null";var t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(yv(e))return"date";if(Sv(e))return"error";var s=bv(e);switch(s){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return s}return t.slice(8,-1).toLowerCase().replace(/\s/g,"")}function bv(e){return typeof e.constructor=="function"?e.constructor.name:null}function Sv(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function yv(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function xo(e){var t=typeof e;return process.env.NODE_ENV!=="production"&&(t=wv(e)),t}function Qh(e,t,s){var o;if(typeof t=="function"&&typeof s=="function"||typeof s=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?xt(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof t=="function"&&typeof s>"u"&&(s=t,t=void 0),typeof s<"u"){if(typeof s!="function")throw new Error(process.env.NODE_ENV==="production"?xt(1):"Expected the enhancer to be a function. Instead, received: '"+xo(s)+"'");return s(Qh)(e,t)}if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?xt(2):"Expected the root reducer to be a function. Instead, received: '"+xo(e)+"'");var i=e,n=t,r=[],a=r,l=!1;function c(){a===r&&(a=r.slice())}function d(){if(l)throw new Error(process.env.NODE_ENV==="production"?xt(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return n}function u(m){if(typeof m!="function")throw new Error(process.env.NODE_ENV==="production"?xt(4):"Expected the listener to be a function. Instead, received: '"+xo(m)+"'");if(l)throw new Error(process.env.NODE_ENV==="production"?xt(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var v=!0;return c(),a.push(m),function(){if(v){if(l)throw new Error(process.env.NODE_ENV==="production"?xt(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");v=!1,c();var b=a.indexOf(m);a.splice(b,1),r=null}}}function h(m){if(!vv(m))throw new Error(process.env.NODE_ENV==="production"?xt(7):"Actions must be plain objects. Instead, the actual type was: '"+xo(m)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(typeof m.type>"u")throw new Error(process.env.NODE_ENV==="production"?xt(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(l)throw new Error(process.env.NODE_ENV==="production"?xt(9):"Reducers may not dispatch actions.");try{l=!0,n=i(n,m)}finally{l=!1}for(var v=r=a,w=0;w<v.length;w++){var b=v[w];b()}return m}function p(m){if(typeof m!="function")throw new Error(process.env.NODE_ENV==="production"?xt(10):"Expected the nextReducer to be a function. Instead, received: '"+xo(m));i=m,h({type:Td.REPLACE})}function f(){var m,v=u;return m={subscribe:function(b){if(typeof b!="object"||b===null)throw new Error(process.env.NODE_ENV==="production"?xt(11):"Expected the observer to be an object. Instead, received: '"+xo(b)+"'");function S(){b.next&&b.next(d())}S();var y=v(S);return{unsubscribe:y}}},m[Pd]=function(){return this},m}return h({type:Td.INIT}),o={dispatch:h,subscribe:u,getState:d,replaceReducer:p},o[Pd]=f,o}function ve(e,t,...s){if(xv()&&t===void 0)throw new Error("invariant requires an error message argument");if(!e){let o;if(t===void 0)o=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;o=new Error(t.replace(/%s/g,function(){return s[i++]})),o.name="Invariant Violation"}throw o.framesToPop=1,o}}function xv(){return typeof process<"u"&&process.env.NODE_ENV==="production"}function Rv(e,t,s){return t.split(".").reduce((o,i)=>o&&o[i]?o[i]:s||null,e)}function Fv(e,t){return e.filter(s=>s!==t)}function Jh(e){return typeof e=="object"}function Ev(e,t){const s=new Map,o=n=>{s.set(n,s.has(n)?s.get(n)+1:1)};e.forEach(o),t.forEach(o);const i=[];return s.forEach((n,r)=>{n===1&&i.push(r)}),i}function Dv(e,t){return e.filter(s=>t.indexOf(s)>-1)}const mc="dnd-core/INIT_COORDS",Ur="dnd-core/BEGIN_DRAG",Cc="dnd-core/PUBLISH_DRAG_SOURCE",$r="dnd-core/HOVER",Kr="dnd-core/DROP",qr="dnd-core/END_DRAG";function Id(e,t){return{type:mc,payload:{sourceClientOffset:t||null,clientOffset:e||null}}}const Pv={type:mc,payload:{clientOffset:null,sourceClientOffset:null}};function Mv(e){return function(s=[],o={publishSource:!0}){const{publishSource:i=!0,clientOffset:n,getSourceClientOffset:r}=o,a=e.getMonitor(),l=e.getRegistry();e.dispatch(Id(n)),Tv(s,a,l);const c=Av(s,a);if(c==null){e.dispatch(Pv);return}let d=null;if(n){if(!r)throw new Error("getSourceClientOffset must be defined");Iv(r),d=r(c)}e.dispatch(Id(n,d));const h=l.getSource(c).beginDrag(a,c);if(h==null)return;kv(h),l.pinSource(c);const p=l.getSourceType(c);return{type:Ur,payload:{itemType:p,item:h,sourceId:c,clientOffset:n||null,sourceClientOffset:d||null,isSourcePublic:!!i}}}}function Tv(e,t,s){ve(!t.isDragging(),"Cannot call beginDrag while dragging."),e.forEach(function(o){ve(s.getSource(o),"Expected sourceIds to be registered.")})}function Iv(e){ve(typeof e=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function kv(e){ve(Jh(e),"Item must be an object.")}function Av(e,t){let s=null;for(let o=e.length-1;o>=0;o--)if(t.canDragSource(e[o])){s=e[o];break}return s}function Lv(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ov(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Lv(e,i,s[i])})}return e}function Nv(e){return function(s={}){const o=e.getMonitor(),i=e.getRegistry();Hv(o),Vv(o).forEach((r,a)=>{const l=Gv(r,a,i,o),c={type:Kr,payload:{dropResult:Ov({},s,l)}};e.dispatch(c)})}}function Hv(e){ve(e.isDragging(),"Cannot call drop while not dragging."),ve(!e.didDrop(),"Cannot call drop twice during one drag operation.")}function Gv(e,t,s,o){const i=s.getTarget(e);let n=i?i.drop(o,e):void 0;return Bv(n),typeof n>"u"&&(n=t===0?{}:o.getDropResult()),n}function Bv(e){ve(typeof e>"u"||Jh(e),"Drop result must either be an object or undefined.")}function Vv(e){const t=e.getTargetIds().filter(e.canDropOnTarget,e);return t.reverse(),t}function zv(e){return function(){const s=e.getMonitor(),o=e.getRegistry();Wv(s);const i=s.getSourceId();return i!=null&&(o.getSource(i,!0).endDrag(s,i),o.unpinSource()),{type:qr}}}function Wv(e){ve(e.isDragging(),"Cannot call endDrag while not dragging.")}function Pl(e,t){return t===null?e===null:Array.isArray(e)?e.some(s=>s===t):e===t}function _v(e){return function(s,{clientOffset:o}={}){jv(s);const i=s.slice(0),n=e.getMonitor(),r=e.getRegistry(),a=n.getItemType();return $v(i,r,a),Uv(i,n,r),Kv(i,n,r),{type:$r,payload:{targetIds:i,clientOffset:o||null}}}}function jv(e){ve(Array.isArray(e),"Expected targetIds to be an array.")}function Uv(e,t,s){ve(t.isDragging(),"Cannot call hover while not dragging."),ve(!t.didDrop(),"Cannot call hover after drop.");for(let o=0;o<e.length;o++){const i=e[o];ve(e.lastIndexOf(i)===o,"Expected targetIds to be unique in the passed array.");const n=s.getTarget(i);ve(n,"Expected targetIds to be registered.")}}function $v(e,t,s){for(let o=e.length-1;o>=0;o--){const i=e[o],n=t.getTargetType(i);Pl(n,s)||e.splice(o,1)}}function Kv(e,t,s){e.forEach(function(o){s.getTarget(o).hover(t,o)})}function qv(e){return function(){if(e.getMonitor().isDragging())return{type:Cc}}}function Yv(e){return{beginDrag:Mv(e),publishDragSource:qv(e),hover:_v(e),drop:Nv(e),endDrag:zv(e)}}class Zv{receiveBackend(t){this.backend=t}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const t=this,{dispatch:s}=this.store;function o(n){return(...r)=>{const a=n.apply(t,r);typeof a<"u"&&s(a)}}const i=Yv(this);return Object.keys(i).reduce((n,r)=>{const a=i[r];return n[r]=o(a),n},{})}dispatch(t){this.store.dispatch(t)}constructor(t,s){this.isSetUp=!1,this.handleRefCountChange=()=>{const o=this.store.getState().refCount>0;this.backend&&(o&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!o&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=t,this.monitor=s,t.subscribe(this.handleRefCountChange)}}function Xv(e,t){return{x:e.x+t.x,y:e.y+t.y}}function eg(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Qv(e){const{clientOffset:t,initialClientOffset:s,initialSourceClientOffset:o}=e;return!t||!s||!o?null:eg(Xv(t,o),s)}function Jv(e){const{clientOffset:t,initialClientOffset:s}=e;return!t||!s?null:eg(t,s)}const Pi=[],vc=[];Pi.__IS_NONE__=!0;vc.__IS_ALL__=!0;function ew(e,t){return e===Pi?!1:e===vc||typeof t>"u"?!0:Dv(t,e).length>0}class tw{subscribeToStateChange(t,s={}){const{handlerIds:o}=s;ve(typeof t=="function","listener must be a function."),ve(typeof o>"u"||Array.isArray(o),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const n=()=>{const r=this.store.getState(),a=r.stateId;try{a===i||a===i+1&&!ew(r.dirtyHandlerIds,o)||t()}finally{i=a}};return this.store.subscribe(n)}subscribeToOffsetChange(t){ve(typeof t=="function","listener must be a function.");let s=this.store.getState().dragOffset;const o=()=>{const i=this.store.getState().dragOffset;i!==s&&(s=i,t())};return this.store.subscribe(o)}canDragSource(t){if(!t)return!1;const s=this.registry.getSource(t);return ve(s,`Expected to find a valid source. sourceId=${t}`),this.isDragging()?!1:s.canDrag(this,t)}canDropOnTarget(t){if(!t)return!1;const s=this.registry.getTarget(t);if(ve(s,`Expected to find a valid target. targetId=${t}`),!this.isDragging()||this.didDrop())return!1;const o=this.registry.getTargetType(t),i=this.getItemType();return Pl(o,i)&&s.canDrop(this,t)}isDragging(){return!!this.getItemType()}isDraggingSource(t){if(!t)return!1;const s=this.registry.getSource(t,!0);if(ve(s,`Expected to find a valid source. sourceId=${t}`),!this.isDragging()||!this.isSourcePublic())return!1;const o=this.registry.getSourceType(t),i=this.getItemType();return o!==i?!1:s.isDragging(this,t)}isOverTarget(t,s={shallow:!1}){if(!t)return!1;const{shallow:o}=s;if(!this.isDragging())return!1;const i=this.registry.getTargetType(t),n=this.getItemType();if(n&&!Pl(i,n))return!1;const r=this.getTargetIds();if(!r.length)return!1;const a=r.indexOf(t);return o?a===r.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 Qv(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return Jv(this.store.getState().dragOffset)}constructor(t,s){this.store=t,this.registry=s}}const kd=typeof global<"u"?global:self,tg=kd.MutationObserver||kd.WebKitMutationObserver;function sg(e){return function(){const s=setTimeout(i,0),o=setInterval(i,50);function i(){clearTimeout(s),clearInterval(o),e()}}}function sw(e){let t=1;const s=new tg(e),o=document.createTextNode("");return s.observe(o,{characterData:!0}),function(){t=-t,o.data=t}}const ow=typeof tg=="function"?sw:sg;class iw{enqueueTask(t){const{queue:s,requestFlush:o}=this;s.length||(o(),this.flushing=!0),s[s.length]=t}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:t}=this;for(;this.index<t.length;){const s=this.index;if(this.index++,t[s].call(),this.index>this.capacity){for(let o=0,i=t.length-this.index;o<i;o++)t[o]=t[o+this.index];t.length-=this.index,this.index=0}}t.length=0,this.index=0,this.flushing=!1},this.registerPendingError=t=>{this.pendingErrors.push(t),this.requestErrorThrow()},this.requestFlush=ow(this.flush),this.requestErrorThrow=sg(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class nw{call(){try{this.task&&this.task()}catch(t){this.onError(t)}finally{this.task=null,this.release(this)}}constructor(t,s){this.onError=t,this.release=s,this.task=null}}class rw{create(t){const s=this.freeTasks,o=s.length?s.pop():new nw(this.onError,i=>s[s.length]=i);return o.task=t,o}constructor(t){this.onError=t,this.freeTasks=[]}}const og=new iw,aw=new rw(og.registerPendingError);function lw(e){og.enqueueTask(aw.create(e))}const wc="dnd-core/ADD_SOURCE",bc="dnd-core/ADD_TARGET",Sc="dnd-core/REMOVE_SOURCE",Yr="dnd-core/REMOVE_TARGET";function cw(e){return{type:wc,payload:{sourceId:e}}}function dw(e){return{type:bc,payload:{targetId:e}}}function uw(e){return{type:Sc,payload:{sourceId:e}}}function hw(e){return{type:Yr,payload:{targetId:e}}}function gw(e){ve(typeof e.canDrag=="function","Expected canDrag to be a function."),ve(typeof e.beginDrag=="function","Expected beginDrag to be a function."),ve(typeof e.endDrag=="function","Expected endDrag to be a function.")}function pw(e){ve(typeof e.canDrop=="function","Expected canDrop to be a function."),ve(typeof e.hover=="function","Expected hover to be a function."),ve(typeof e.drop=="function","Expected beginDrag to be a function.")}function Ml(e,t){if(t&&Array.isArray(e)){e.forEach(s=>Ml(s,!1));return}ve(typeof e=="string"||typeof e=="symbol",t?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var Pt;(function(e){e.SOURCE="SOURCE",e.TARGET="TARGET"})(Pt||(Pt={}));let fw=0;function mw(){return fw++}function Cw(e){const t=mw().toString();switch(e){case Pt.SOURCE:return`S${t}`;case Pt.TARGET:return`T${t}`;default:throw new Error(`Unknown Handler Role: ${e}`)}}function Ad(e){switch(e[0]){case"S":return Pt.SOURCE;case"T":return Pt.TARGET;default:throw new Error(`Cannot parse handler ID: ${e}`)}}function Ld(e,t){const s=e.entries();let o=!1;do{const{done:i,value:[,n]}=s.next();if(n===t)return!0;o=!!i}while(!o);return!1}class vw{addSource(t,s){Ml(t),gw(s);const o=this.addHandler(Pt.SOURCE,t,s);return this.store.dispatch(cw(o)),o}addTarget(t,s){Ml(t,!0),pw(s);const o=this.addHandler(Pt.TARGET,t,s);return this.store.dispatch(dw(o)),o}containsHandler(t){return Ld(this.dragSources,t)||Ld(this.dropTargets,t)}getSource(t,s=!1){return ve(this.isSourceId(t),"Expected a valid source ID."),s&&t===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(t)}getTarget(t){return ve(this.isTargetId(t),"Expected a valid target ID."),this.dropTargets.get(t)}getSourceType(t){return ve(this.isSourceId(t),"Expected a valid source ID."),this.types.get(t)}getTargetType(t){return ve(this.isTargetId(t),"Expected a valid target ID."),this.types.get(t)}isSourceId(t){return Ad(t)===Pt.SOURCE}isTargetId(t){return Ad(t)===Pt.TARGET}removeSource(t){ve(this.getSource(t),"Expected an existing source."),this.store.dispatch(uw(t)),lw(()=>{this.dragSources.delete(t),this.types.delete(t)})}removeTarget(t){ve(this.getTarget(t),"Expected an existing target."),this.store.dispatch(hw(t)),this.dropTargets.delete(t),this.types.delete(t)}pinSource(t){const s=this.getSource(t);ve(s,"Expected an existing source."),this.pinnedSourceId=t,this.pinnedSource=s}unpinSource(){ve(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(t,s,o){const i=Cw(t);return this.types.set(i,s),t===Pt.SOURCE?this.dragSources.set(i,o):t===Pt.TARGET&&this.dropTargets.set(i,o),i}constructor(t){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=t}}const ww=(e,t)=>e===t;function bw(e,t){return!e&&!t?!0:!e||!t?!1:e.x===t.x&&e.y===t.y}function Sw(e,t,s=ww){if(e.length!==t.length)return!1;for(let o=0;o<e.length;++o)if(!s(e[o],t[o]))return!1;return!0}function yw(e=Pi,t){switch(t.type){case $r:break;case wc:case bc:case Yr:case Sc:return Pi;case Ur:case Cc:case qr:case Kr:default:return vc}const{targetIds:s=[],prevTargetIds:o=[]}=t.payload,i=Ev(s,o);if(!(i.length>0||!Sw(s,o)))return Pi;const r=o[o.length-1],a=s[s.length-1];return r!==a&&(r&&i.push(r),a&&i.push(a)),i}function xw(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Rw(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){xw(e,i,s[i])})}return e}const Od={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function Fw(e=Od,t){const{payload:s}=t;switch(t.type){case mc:case Ur:return{initialSourceClientOffset:s.sourceClientOffset,initialClientOffset:s.clientOffset,clientOffset:s.clientOffset};case $r:return bw(e.clientOffset,s.clientOffset)?e:Rw({},e,{clientOffset:s.clientOffset});case qr:case Kr:return Od;default:return e}}function Ew(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ro(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Ew(e,i,s[i])})}return e}const Dw={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function Pw(e=Dw,t){const{payload:s}=t;switch(t.type){case Ur:return Ro({},e,{itemType:s.itemType,item:s.item,sourceId:s.sourceId,isSourcePublic:s.isSourcePublic,dropResult:null,didDrop:!1});case Cc:return Ro({},e,{isSourcePublic:!0});case $r:return Ro({},e,{targetIds:s.targetIds});case Yr:return e.targetIds.indexOf(s.targetId)===-1?e:Ro({},e,{targetIds:Fv(e.targetIds,s.targetId)});case Kr:return Ro({},e,{dropResult:s.dropResult,didDrop:!0,targetIds:[]});case qr:return Ro({},e,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return e}}function Mw(e=0,t){switch(t.type){case wc:case bc:return e+1;case Sc:case Yr:return e-1;default:return e}}function Tw(e=0){return e+1}function Iw(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function kw(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Iw(e,i,s[i])})}return e}function Aw(e={},t){return{dirtyHandlerIds:yw(e.dirtyHandlerIds,{type:t.type,payload:kw({},t.payload,{prevTargetIds:Rv(e,"dragOperation.targetIds",[])})}),dragOffset:Fw(e.dragOffset,t),refCount:Mw(e.refCount,t),dragOperation:Pw(e.dragOperation,t),stateId:Tw(e.stateId)}}function Lw(e,t=void 0,s={},o=!1){const i=Ow(o),n=new tw(i,new vw(i)),r=new Zv(i,n),a=e(r,t,s);return r.receiveBackend(a),r}function Ow(e){const t=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return Qh(Aw,e&&t&&t({name:"dnd-core",instanceId:"dnd-core"}))}function Nw(e,t){if(e==null)return{};var s=Hw(e,t),o,i;if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(i=0;i<n.length;i++)o=n[i],!(t.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(e,o)&&(s[o]=e[o])}return s}function Hw(e,t){if(e==null)return{};var s={},o=Object.keys(e),i,n;for(n=0;n<o.length;n++)i=o[n],!(t.indexOf(i)>=0)&&(s[i]=e[i]);return s}let Nd=0;const $n=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var Gw=g.memo(function(t){var{children:s}=t,o=Nw(t,["children"]);const[i,n]=Bw(o);return g.useEffect(()=>{if(n){const r=ig();return++Nd,()=>{--Nd===0&&(r[$n]=null)}}},[]),C.jsx(Xh.Provider,{value:i,children:s})});function Bw(e){if("manager"in e)return[{dragDropManager:e.manager},!1];const t=Vw(e.backend,e.context,e.options,e.debugMode),s=!e.context;return[t,s]}function Vw(e,t=ig(),s,o){const i=t;return i[$n]||(i[$n]={dragDropManager:Lw(e,t,s,o)}),i[$n]}function ig(){return typeof global<"u"?global:window}function zw(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ka,Hd;function Ww(){return Hd||(Hd=1,ka=function e(t,s){if(t===s)return!0;if(t&&s&&typeof t=="object"&&typeof s=="object"){if(t.constructor!==s.constructor)return!1;var o,i,n;if(Array.isArray(t)){if(o=t.length,o!=s.length)return!1;for(i=o;i--!==0;)if(!e(t[i],s[i]))return!1;return!0}if(t.constructor===RegExp)return t.source===s.source&&t.flags===s.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===s.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===s.toString();if(n=Object.keys(t),o=n.length,o!==Object.keys(s).length)return!1;for(i=o;i--!==0;)if(!Object.prototype.hasOwnProperty.call(s,n[i]))return!1;for(i=o;i--!==0;){var r=n[i];if(!e(t[r],s[r]))return!1}return!0}return t!==t&&s!==s}),ka}var _w=Ww();const jw=zw(_w),to=typeof window<"u"?g.useLayoutEffect:g.useEffect;function Uw(e,t,s){const[o,i]=g.useState(()=>t(e)),n=g.useCallback(()=>{const r=t(e);jw(o,r)||(i(r),s&&s())},[o,e,s]);return to(n),[o,n]}function $w(e,t,s){const[o,i]=Uw(e,t,s);return to(function(){const r=e.getHandlerId();if(r!=null)return e.subscribeToStateChange(i,{handlerIds:[r]})},[e,i]),o}function ng(e,t,s){return $w(t,e||(()=>({})),()=>s.reconnect())}function rg(e,t){const s=[...t||[]];return t==null&&typeof e!="function"&&s.push(e),g.useMemo(()=>typeof e=="function"?e():e,s)}function Kw(e){return g.useMemo(()=>e.hooks.dragSource(),[e])}function qw(e){return g.useMemo(()=>e.hooks.dragPreview(),[e])}let Aa=!1,La=!1;class Yw{receiveHandlerId(t){this.sourceId=t}getHandlerId(){return this.sourceId}canDrag(){ve(!Aa,"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 Aa=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Aa=!1}}isDragging(){if(!this.sourceId)return!1;ve(!La,"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 La=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{La=!1}}subscribeToStateChange(t,s){return this.internalMonitor.subscribeToStateChange(t,s)}isDraggingSource(t){return this.internalMonitor.isDraggingSource(t)}isOverTarget(t,s){return this.internalMonitor.isOverTarget(t,s)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(t){return this.internalMonitor.subscribeToOffsetChange(t)}canDragSource(t){return this.internalMonitor.canDragSource(t)}canDropOnTarget(t){return this.internalMonitor.canDropOnTarget(t)}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(t){this.sourceId=null,this.internalMonitor=t.getMonitor()}}let Oa=!1;class Zw{receiveHandlerId(t){this.targetId=t}getHandlerId(){return this.targetId}subscribeToStateChange(t,s){return this.internalMonitor.subscribeToStateChange(t,s)}canDrop(){if(!this.targetId)return!1;ve(!Oa,"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 Oa=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Oa=!1}}isOver(t){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,t):!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(t){this.targetId=null,this.internalMonitor=t.getMonitor()}}function Xw(e,t,s){const o=s.getRegistry(),i=o.addTarget(e,t);return[i,()=>o.removeTarget(i)]}function Qw(e,t,s){const o=s.getRegistry(),i=o.addSource(e,t);return[i,()=>o.removeSource(i)]}function Tl(e,t,s,o){let i;if(i!==void 0)return!!i;if(e===t)return!0;if(typeof e!="object"||!e||typeof t!="object"||!t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;const a=Object.prototype.hasOwnProperty.bind(t);for(let l=0;l<n.length;l++){const c=n[l];if(!a(c))return!1;const d=e[c],u=t[c];if(i=void 0,i===!1||i===void 0&&d!==u)return!1}return!0}function Il(e){return e!==null&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function Jw(e){if(typeof e.type=="string")return;const t=e.type.displayName||e.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${t} into a <div>, or turn it into a drag source or a drop target itself.`)}function e1(e){return(t=null,s=null)=>{if(!g.isValidElement(t)){const n=t;return e(n,s),n}const o=t;return Jw(o),t1(o,s?n=>e(n,s):e)}}function ag(e){const t={};return Object.keys(e).forEach(s=>{const o=e[s];if(s.endsWith("Ref"))t[s]=e[s];else{const i=e1(o);t[s]=()=>i}}),t}function Gd(e,t){typeof e=="function"?e(t):e.current=t}function t1(e,t){const s=e.ref;return ve(typeof s!="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"),s?g.cloneElement(e,{ref:o=>{Gd(s,o),Gd(t,o)}}):g.cloneElement(e,{ref:t})}class s1{receiveHandlerId(t){this.handlerId!==t&&(this.handlerId=t,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(t){this.dragSourceOptionsInternal=t}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(t){this.dragPreviewOptionsInternal=t}reconnect(){const t=this.reconnectDragSource();this.reconnectDragPreview(t)}reconnectDragSource(){const t=this.dragSource,s=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return s&&this.disconnectDragSource(),this.handlerId?t?(s&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=t,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,t,this.dragSourceOptions)),s):(this.lastConnectedDragSource=t,s):s}reconnectDragPreview(t=!1){const s=this.dragPreview,o=t||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(o&&this.disconnectDragPreview(),!!this.handlerId){if(!s){this.lastConnectedDragPreview=s;return}o&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=s,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,s,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!Tl(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!Tl(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(t){this.hooks=ag({dragSource:(s,o)=>{this.clearDragSource(),this.dragSourceOptions=o||null,Il(s)?this.dragSourceRef=s:this.dragSourceNode=s,this.reconnectDragSource()},dragPreview:(s,o)=>{this.clearDragPreview(),this.dragPreviewOptions=o||null,Il(s)?this.dragPreviewRef=s:this.dragPreviewNode=s,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=t}}class o1{get connectTarget(){return this.dropTarget}reconnect(){const t=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();t&&this.disconnectDropTarget();const s=this.dropTarget;if(this.handlerId){if(!s){this.lastConnectedDropTarget=s;return}t&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=s,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,s,this.dropTargetOptions))}}receiveHandlerId(t){t!==this.handlerId&&(this.handlerId=t,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(t){this.dropTargetOptionsInternal=t}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!Tl(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(t){this.hooks=ag({dropTarget:(s,o)=>{this.clearDropTarget(),this.dropTargetOptions=o,Il(s)?this.dropTargetRef=s:this.dropTargetNode=s,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=t}}function ti(){const{dragDropManager:e}=g.useContext(Xh);return ve(e!=null,"Expected drag drop context"),e}function i1(e,t){const s=ti(),o=g.useMemo(()=>new s1(s.getBackend()),[s]);return to(()=>(o.dragSourceOptions=e||null,o.reconnect(),()=>o.disconnectDragSource()),[o,e]),to(()=>(o.dragPreviewOptions=t||null,o.reconnect(),()=>o.disconnectDragPreview()),[o,t]),o}function n1(){const e=ti();return g.useMemo(()=>new Yw(e),[e])}class r1{beginDrag(){const t=this.spec,s=this.monitor;let o=null;return typeof t.item=="object"?o=t.item:typeof t.item=="function"?o=t.item(s):o={},o??null}canDrag(){const t=this.spec,s=this.monitor;return typeof t.canDrag=="boolean"?t.canDrag:typeof t.canDrag=="function"?t.canDrag(s):!0}isDragging(t,s){const o=this.spec,i=this.monitor,{isDragging:n}=o;return n?n(i):s===t.getSourceId()}endDrag(){const t=this.spec,s=this.monitor,o=this.connector,{end:i}=t;i&&i(s.getItem(),s),o.reconnect()}constructor(t,s,o){this.spec=t,this.monitor=s,this.connector=o}}function a1(e,t,s){const o=g.useMemo(()=>new r1(e,t,s),[t,s]);return g.useEffect(()=>{o.spec=e},[e]),o}function l1(e){return g.useMemo(()=>{const t=e.type;return ve(t!=null,"spec.type must be defined"),t},[e])}function c1(e,t,s){const o=ti(),i=a1(e,t,s),n=l1(e);to(function(){if(n!=null){const[a,l]=Qw(n,i,o);return t.receiveHandlerId(a),s.receiveHandlerId(a),l}},[o,t,s,i,n])}function d1(e,t){const s=rg(e,t);ve(!s.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 o=n1(),i=i1(s.options,s.previewOptions);return c1(s,o,i),[ng(s.collect,o,i),Kw(i),qw(i)]}function u1(e){return g.useMemo(()=>e.hooks.dropTarget(),[e])}function h1(e){const t=ti(),s=g.useMemo(()=>new o1(t.getBackend()),[t]);return to(()=>(s.dropTargetOptions=e||null,s.reconnect(),()=>s.disconnectDropTarget()),[e]),s}function g1(){const e=ti();return g.useMemo(()=>new Zw(e),[e])}function p1(e){const{accept:t}=e;return g.useMemo(()=>(ve(e.accept!=null,"accept must be defined"),Array.isArray(t)?t:[t]),[t])}class f1{canDrop(){const t=this.spec,s=this.monitor;return t.canDrop?t.canDrop(s.getItem(),s):!0}hover(){const t=this.spec,s=this.monitor;t.hover&&t.hover(s.getItem(),s)}drop(){const t=this.spec,s=this.monitor;if(t.drop)return t.drop(s.getItem(),s)}constructor(t,s){this.spec=t,this.monitor=s}}function m1(e,t){const s=g.useMemo(()=>new f1(e,t),[t]);return g.useEffect(()=>{s.spec=e},[e]),s}function C1(e,t,s){const o=ti(),i=m1(e,t),n=p1(e);to(function(){const[a,l]=Xw(n,i,o);return t.receiveHandlerId(a),s.receiveHandlerId(a),l},[o,t,i,s,n.map(r=>r.toString()).join("|")])}function lg(e,t){const s=rg(e,t),o=g1(),i=h1(s.options);return C1(s,o,i),[ng(s.collect,o,i),u1(i)]}const Bd="column",v1="flex items-center",w1="mr-3 cursor-move text-secondary",b1=({id:e,children:t,className:s,onFind:o,onMove:i,ariaLabel:n="Drag item"})=>{const r=g.useRef(null),a=g.useRef(null),l=typeof o=="function"?o(e):-1,[{isDragging:c},d,u]=d1(()=>({type:Bd,item:{id:e,originalIndex:l},collect:p=>{const f=p.getItem();return{isDragging:p.isDragging()&&f?.id===e}},end:(p,f)=>{if(!p)return;!f.didDrop()&&typeof i=="function"&&p.originalIndex>-1&&i(p.id,p.originalIndex)}}),[e,l,i]),[,h]=lg(()=>({accept:Bd,hover:p=>{if(!(!p||p.id===e)&&typeof o=="function"&&typeof i=="function"){const f=o(e);i(p.id,f)}}}),[o,i,e]);return u(h(a)),d(r),C.jsxs("div",{ref:a,className:ue(v1,s),style:{opacity:c?0:1},"aria-roledescription":"Draggable item",children:[C.jsx("div",{ref:r,className:w1,"aria-label":n,children:C.jsx(V.IconGripVertical,{...le})}),t]})},S1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.68628 10.3945C3.91003 10.408 4.10927 10.4422 4.2832 10.4978L4.28394 10.4971C4.5167 10.5698 4.71621 10.6662 4.87939 10.7871C4.9994 10.876 5.10332 10.974 5.18994 11.0815L5.27051 11.1929L5.27197 11.1943L5.34009 11.3079C5.38301 11.3838 5.42067 11.4597 5.45288 11.5356L5.49683 11.6492L5.49756 11.6514L5.53198 11.7649C5.56274 11.877 5.5838 11.9867 5.59497 12.0938C5.61194 12.23 5.62059 12.3501 5.62061 12.4534C5.62061 12.6166 5.57231 12.7639 5.47559 12.8906C5.41544 12.9694 5.325 13.0198 5.21997 13.0503C5.11455 13.0809 4.98537 13.0942 4.83691 13.0942C4.73711 13.0942 4.62608 13.0838 4.50439 13.0635C4.37577 13.0415 4.26002 12.9966 4.16089 12.9272L4.15869 12.9258C4.04118 12.8396 3.98657 12.7121 3.98657 12.5625C3.98655 12.2721 3.94576 12.0552 3.87231 11.9033L3.87158 11.9011C3.81572 11.7798 3.69406 11.7026 3.45337 11.7026C3.33114 11.7027 3.25307 11.7292 3.20435 11.7671C3.14221 11.8149 3.10061 11.864 3.07617 11.9128C3.04149 11.985 3.02355 12.0599 3.02124 12.1384V14.7905L3.02637 14.8652C3.03466 14.9384 3.05266 15.0073 3.07983 15.0725L3.10254 15.1201C3.12874 15.1672 3.16488 15.2124 3.21167 15.2556C3.2602 15.2978 3.33572 15.3259 3.45337 15.3259C3.56813 15.3259 3.65533 15.3041 3.71997 15.2673C3.78314 15.2313 3.83208 15.1772 3.86646 15.0996C3.94535 14.9186 3.98655 14.7002 3.98657 14.4412C3.98657 14.3004 4.04381 14.1839 4.1499 14.0991L4.19824 14.0647C4.33673 13.9762 4.55866 13.9431 4.83691 13.9431C5.09384 13.9431 5.30559 13.9858 5.43604 14.1013C5.55182 14.204 5.62061 14.3293 5.62061 14.4749C5.62057 14.7549 5.57953 15.0125 5.49536 15.2461L5.45654 15.3442C5.36294 15.5677 5.23261 15.7627 5.06543 15.928L4.99146 15.9968C4.58057 16.3629 4.03856 16.541 3.37793 16.541L3.12671 16.5278C3.00679 16.5188 2.87303 16.495 2.72607 16.4575C2.61505 16.4287 2.50136 16.3894 2.38696 16.3396L2.27197 16.2861C2.1155 16.2094 1.9705 16.0983 1.83691 15.9558L1.83618 15.9551C1.70598 15.8128 1.59909 15.6391 1.51392 15.4365L1.51318 15.4351C1.42797 15.2251 1.38722 14.9736 1.38721 14.6843V12.345C1.38721 12.1069 1.41644 11.892 1.47656 11.7026C1.52068 11.5616 1.57629 11.4337 1.64355 11.3196L1.7146 11.2097C1.81013 11.07 1.92167 10.9524 2.04932 10.8582C2.17206 10.7676 2.29884 10.6909 2.42871 10.6289L2.54297 10.5798C2.81231 10.4716 3.11394 10.4081 3.44678 10.3879L3.45337 10.3872L3.68628 10.3945Z",fill:"currentColor"}),pe.createElement("path",{d:"M8.10791 11.7371C8.33261 11.7371 8.5218 11.8023 8.61255 11.9758C8.68772 12.1131 8.72383 12.2741 8.72388 12.4534V12.7522H9.03003C9.21461 12.7522 9.37781 12.7845 9.5127 12.8562C9.68704 12.9456 9.7463 13.149 9.74634 13.3843C9.74634 13.612 9.68105 13.8034 9.50537 13.894L9.5061 13.8948C9.36923 13.9665 9.20861 14.0002 9.03003 14.0002H8.72388V14.3064C8.72388 14.4941 8.68994 14.6588 8.61768 14.7942L8.61841 14.7949C8.5293 14.9647 8.334 15.0226 8.10791 15.0227C7.87257 15.0227 7.66761 14.9685 7.5769 14.8L7.57617 14.7993C7.50612 14.6659 7.47583 14.4988 7.47583 14.3064V14.0002H7.18579C6.99507 14.0002 6.82804 13.9669 6.69214 13.894C6.52182 13.8026 6.46069 13.6102 6.46069 13.3843C6.46073 13.1491 6.51509 12.944 6.68335 12.8533L6.68481 12.8525L6.79102 12.8079C6.90305 12.7697 7.03293 12.7522 7.177 12.7522H7.47583V12.4534C7.47587 12.2683 7.50712 12.1056 7.57617 11.9707L7.5769 11.9685L7.61646 11.9092C7.72038 11.7825 7.90134 11.7371 8.10791 11.7371Z",fill:"currentColor"}),pe.createElement("path",{d:"M12.728 11.7371C12.9527 11.7371 13.1419 11.8023 13.2327 11.9758C13.3078 12.1131 13.3439 12.2741 13.344 12.4534V12.7522H13.6501C13.8347 12.7522 13.9979 12.7845 14.1328 12.8562C14.3072 12.9456 14.3664 13.149 14.3665 13.3843C14.3665 13.612 14.3012 13.8034 14.1255 13.894L14.1262 13.8948C13.9894 13.9665 13.8287 14.0002 13.6501 14.0002H13.344V14.3064C13.344 14.4941 13.3101 14.6588 13.2378 14.7942L13.2385 14.7949C13.1494 14.9647 12.9541 15.0226 12.728 15.0227C12.4927 15.0227 12.2877 14.9685 12.197 14.8L12.1963 14.7993C12.1262 14.6659 12.0959 14.4988 12.0959 14.3064V14.0002H11.8059C11.6152 14.0002 11.4482 13.9669 11.3123 13.894C11.1419 13.8026 11.0808 13.6102 11.0808 13.3843C11.0808 13.1491 11.1352 12.944 11.3035 12.8533L11.3049 12.8525L11.4111 12.8079C11.5232 12.7697 11.653 12.7522 11.7971 12.7522H12.0959V12.4534C12.096 12.2683 12.1272 12.1056 12.1963 11.9707L12.197 11.9685L12.2366 11.9092C12.3405 11.7825 12.5215 11.7371 12.728 11.7371Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V9C15 9.41421 14.6642 9.75 14.25 9.75C13.8358 9.75 13.5 9.41421 13.5 9V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),y1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M4.29639 10.3945C4.50665 10.4083 4.69413 10.4433 4.85815 10.5L4.85889 10.4993C5.07789 10.5733 5.26574 10.6715 5.41919 10.7944C5.53204 10.8849 5.62958 10.9843 5.71069 11.0933L5.78613 11.2053L5.78687 11.2068L5.85059 11.3218C5.89058 11.3983 5.92606 11.4746 5.95605 11.551L5.99707 11.666L5.9978 11.6682L6.05566 11.8945C6.0708 11.9689 6.08168 12.0422 6.08862 12.1143C6.10449 12.252 6.11279 12.3734 6.11279 12.4775C6.11276 12.6403 6.06824 12.7876 5.97803 12.9155C5.92155 12.9956 5.83545 13.0472 5.73486 13.0789C5.63441 13.1104 5.51212 13.1243 5.37231 13.1243C5.32505 13.1243 5.27524 13.1215 5.2229 13.1162L5.05811 13.0928C4.93553 13.0701 4.82533 13.024 4.73145 12.9529L4.72998 12.9514C4.61882 12.8632 4.56958 12.7352 4.56958 12.5874C4.56955 12.2926 4.5312 12.0715 4.46191 11.9165L4.46045 11.9143C4.4319 11.8474 4.38931 11.8003 4.33154 11.7686C4.27185 11.7358 4.18944 11.7158 4.07812 11.7158C3.96626 11.7158 3.89622 11.7421 3.85254 11.7788C3.79519 11.8265 3.75637 11.8759 3.73315 11.926C3.70026 11.9999 3.68262 12.0771 3.68042 12.1582V14.8425L3.68555 14.9187C3.69337 14.9937 3.71038 15.0643 3.73608 15.1311L3.75732 15.1802C3.78176 15.2276 3.81496 15.2727 3.85767 15.3157L3.89575 15.3442C3.93843 15.3699 3.99697 15.386 4.07812 15.386C4.18296 15.386 4.26146 15.3647 4.31982 15.3289C4.37727 15.2935 4.4233 15.2389 4.45605 15.1589C4.53037 14.9746 4.56957 14.7522 4.56958 14.4888C4.56958 14.3307 4.63662 14.2007 4.7666 14.1116L4.82007 14.0801C4.95284 14.0119 5.14337 13.9856 5.37231 13.9856C5.61445 13.9856 5.81633 14.0298 5.94067 14.1489C6.04986 14.2536 6.11274 14.379 6.11279 14.5225C6.11279 14.8453 6.06245 15.1386 5.95972 15.3999C5.85998 15.6574 5.71501 15.8781 5.52466 16.0598L5.52393 16.0591C5.13817 16.4307 4.62871 16.6128 4.00708 16.6128C3.95774 16.6128 3.87811 16.6081 3.77124 16.5996C3.65793 16.5904 3.53127 16.5659 3.39331 16.5278C3.28866 16.4984 3.18149 16.4584 3.07397 16.4077L2.96631 16.3535C2.81858 16.2752 2.68196 16.1624 2.55688 16.0181L2.55615 16.0166C2.43435 15.8725 2.33453 15.6972 2.25513 15.4929L2.25439 15.4915C2.17508 15.28 2.13721 15.0267 2.13721 14.7349V12.3669C2.13721 12.1269 2.16476 11.9109 2.2207 11.7202L2.26538 11.5825C2.3136 11.4491 2.37234 11.3289 2.44263 11.2229C2.53187 11.0816 2.63607 10.9621 2.7561 10.8662C2.87117 10.7743 2.98996 10.6964 3.11206 10.6333L3.11353 10.6326L3.22046 10.5828C3.47384 10.4727 3.75793 10.4085 4.0708 10.3879L4.07812 10.3872L4.29639 10.3945Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H8.625C8.21079 16.5 7.875 16.1642 7.875 15.75C7.875 15.3358 8.21079 15 8.625 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),x1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.62109 10.571C3.83849 10.5842 4.03206 10.618 4.20117 10.6721L4.2019 10.6714C4.42776 10.742 4.62121 10.8352 4.77979 10.9526C4.89663 11.0392 4.99793 11.135 5.08228 11.2397L5.16064 11.3474L5.16211 11.3489L5.22803 11.4595C5.26973 11.5332 5.30659 11.6069 5.33789 11.6807L5.38037 11.7905L5.3811 11.7935L5.44116 12.0117C5.45675 12.0826 5.46834 12.1524 5.47559 12.2212L5.49463 12.4087C5.49888 12.4674 5.50049 12.5222 5.50049 12.5728C5.50045 12.7317 5.45415 12.8755 5.35986 12.999C5.30088 13.0762 5.2117 13.1246 5.10938 13.1543C5.0067 13.1841 4.88146 13.1975 4.7373 13.1975C4.64029 13.1975 4.53244 13.1872 4.41431 13.1675C4.28898 13.1461 4.17557 13.1026 4.07886 13.0349L4.07739 13.0334C3.96236 12.9491 3.90894 12.8243 3.90894 12.6782C3.90893 12.3968 3.86925 12.187 3.79834 12.0403L3.79761 12.0381C3.74418 11.922 3.62816 11.847 3.39551 11.8469C3.27715 11.8469 3.20179 11.873 3.15527 11.9092C3.09597 11.9548 3.05572 12.0012 3.03223 12.0476L3.03296 12.0483C2.99919 12.1182 2.98102 12.1906 2.97876 12.2666V14.8396L2.98389 14.9114C2.99188 14.9821 3.00888 15.049 3.03516 15.1121L3.05786 15.1582C3.08304 15.2033 3.11768 15.2464 3.1626 15.2878C3.2089 15.3285 3.28115 15.356 3.39551 15.356C3.50633 15.3559 3.58982 15.3349 3.65186 15.2996C3.71249 15.2651 3.75936 15.2131 3.79248 15.1384L3.84302 15.0007C3.88665 14.8554 3.90893 14.6891 3.90894 14.5005C3.90894 14.363 3.96502 14.2494 4.0686 14.1665L4.11621 14.1328C4.25147 14.0465 4.46739 14.0134 4.7373 14.0134C4.98658 14.0134 5.19278 14.0552 5.32031 14.168C5.43323 14.268 5.5004 14.3903 5.50049 14.5327C5.50049 14.8049 5.46077 15.0556 5.37891 15.2827L5.34155 15.3779C5.23762 15.6261 5.08621 15.8373 4.88892 16.0115L4.88965 16.0122C4.49029 16.3681 3.96383 16.541 3.32227 16.541C3.27168 16.541 3.18935 16.5367 3.07837 16.5286C3.02014 16.5242 2.95789 16.5158 2.89307 16.5044L2.68799 16.4597C2.5801 16.4317 2.47025 16.3938 2.35913 16.3455L2.2478 16.2935C2.09553 16.2188 1.95433 16.1112 1.82446 15.9727L1.82373 15.9712C1.69712 15.8328 1.593 15.6642 1.51025 15.4673L1.50952 15.4658C1.42669 15.2616 1.38721 15.0172 1.38721 14.7363V12.4666C1.38723 12.2355 1.41597 12.0273 1.47437 11.8433C1.53119 11.6615 1.60684 11.502 1.70361 11.3665L1.77686 11.2676C1.85263 11.1732 1.9374 11.0913 2.03101 11.0222C2.15024 10.9342 2.27322 10.8598 2.39941 10.7996L2.40015 10.7988L2.51074 10.7512C2.77229 10.6462 3.0652 10.5848 3.38818 10.5652L3.39551 10.5645L3.62109 10.571Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.36914 11.28C9.50263 11.28 9.62352 11.3063 9.72583 11.3643L9.7251 11.365C9.85906 11.4379 9.90454 11.5838 9.90454 11.7429C9.9045 11.7567 9.90157 11.7778 9.89941 11.7935C9.89658 11.814 9.89242 11.8422 9.88696 11.8777C9.87611 11.9455 9.8639 12.0222 9.85034 12.1062C9.84553 12.136 9.84018 12.1643 9.83569 12.1912H10.0525C10.1919 12.1912 10.3171 12.2148 10.4216 12.2688L10.4209 12.2695C10.5686 12.3412 10.6128 12.5089 10.6128 12.6863C10.6128 12.8587 10.5617 13.0123 10.4194 13.0898L10.4187 13.0906C10.3122 13.1472 10.1885 13.1726 10.0525 13.1726H9.67529L9.55225 13.8589H9.75952C9.89706 13.8589 10.0206 13.8819 10.1243 13.9343C10.2748 14.005 10.3198 14.1752 10.3198 14.354C10.3198 14.5291 10.2702 14.6875 10.1243 14.7627L10.1235 14.7634C10.0176 14.8164 9.89461 14.8403 9.75952 14.8403H9.38452L9.33398 15.1677L9.33325 15.1714C9.30492 15.3271 9.26297 15.4669 9.20728 15.5903L9.20801 15.5911C9.17656 15.6626 9.13001 15.7228 9.06592 15.7646C9.00162 15.8065 8.92683 15.8247 8.84839 15.8247C8.72 15.8247 8.60307 15.8041 8.50122 15.7581L8.49976 15.7573C8.35755 15.6908 8.31299 15.5386 8.31299 15.3787C8.31299 15.3406 8.31787 15.2939 8.32617 15.241L8.35913 15.0242C8.36863 14.9624 8.37948 14.9012 8.38989 14.8403H7.92847L7.87793 15.1677L7.8772 15.1714C7.84887 15.3271 7.80691 15.4669 7.75122 15.5903L7.75195 15.5911C7.72046 15.6627 7.6734 15.7228 7.60913 15.7646C7.54487 15.8064 7.47071 15.8247 7.39233 15.8247C7.26394 15.8247 7.14702 15.8041 7.04517 15.7581L7.0437 15.7573C6.90149 15.6908 6.85693 15.5387 6.85693 15.3787C6.85694 15.3406 6.86181 15.2939 6.87012 15.241L6.90308 15.0242C6.91257 14.9624 6.92342 14.9012 6.93384 14.8403H6.6687C6.52906 14.8403 6.40313 14.8167 6.29663 14.7634L6.29297 14.762C6.15355 14.6853 6.10844 14.5261 6.1084 14.354C6.1084 14.1782 6.1487 14.0079 6.29297 13.9358C6.39784 13.882 6.52535 13.8589 6.6687 13.8589H7.09497L7.21802 13.1726H6.95361C6.81311 13.1726 6.68646 13.1475 6.57935 13.0906L6.57788 13.0898C6.43874 13.0135 6.39332 12.8568 6.39331 12.6863C6.39331 12.5105 6.43361 12.3402 6.57788 12.2681C6.68271 12.2144 6.81036 12.1912 6.95361 12.1912H7.38721L7.46045 11.7561C7.47174 11.6625 7.50842 11.5673 7.56372 11.4712C7.63824 11.3418 7.76255 11.2801 7.91309 11.28C8.04657 11.28 8.16746 11.3063 8.26978 11.3643L8.26904 11.365C8.403 11.4379 8.44849 11.5838 8.44849 11.7429C8.44844 11.7567 8.44552 11.7778 8.44336 11.7935C8.44053 11.814 8.43636 11.8422 8.43091 11.8777C8.42006 11.9455 8.40784 12.0222 8.39429 12.1062C8.38947 12.136 8.38413 12.1643 8.37964 12.1912H8.84326L8.9165 11.7561C8.92779 11.6625 8.96448 11.5673 9.01978 11.4712C9.0943 11.3418 9.21861 11.2801 9.36914 11.28ZM8.09619 13.8589H8.55103L8.67407 13.1726H8.21924L8.09619 13.8589Z",fill:"currentColor"})),R1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M4.43188 10.4409C4.65285 10.4409 4.85471 10.4869 4.99951 10.6152L4.99878 10.6159C5.13097 10.7305 5.21409 10.881 5.25146 11.0576C5.28474 11.2148 5.30052 11.3869 5.30054 11.5724V15.4323C5.30054 15.6193 5.28417 15.7927 5.25146 15.9516L5.2522 15.9523C5.21779 16.1313 5.13551 16.2842 4.99951 16.3976L4.99878 16.3969C4.85386 16.52 4.65269 16.5646 4.43188 16.5646C4.21337 16.5646 4.01411 16.5195 3.86792 16.3976L3.86353 16.394C3.73466 16.2798 3.65263 16.1299 3.6123 15.9553L3.61157 15.9516C3.57826 15.7941 3.5625 15.6205 3.5625 15.4323V11.5724C3.56252 11.3869 3.5783 11.2148 3.61157 11.0576C3.64882 10.8815 3.72996 10.7302 3.85986 10.6152L3.86133 10.6137C4.00804 10.4875 4.2103 10.4409 4.43188 10.4409Z",fill:"currentColor"}),pe.createElement("path",{d:"M8.07129 10.4474C8.18434 10.4599 8.28945 10.4924 8.3811 10.55L8.38184 10.5493C8.45754 10.5942 8.52569 10.6451 8.58472 10.7016L8.64111 10.7602L8.64331 10.7631L8.69385 10.8298C8.72596 10.8768 8.75504 10.9284 8.78101 10.9836L8.81763 11.0685L8.81909 11.0729L9.85986 13.8928V11.2692C9.85986 11.0565 9.89522 10.8654 9.98291 10.7119L9.98364 10.7104L10.0349 10.6393C10.1656 10.4886 10.3781 10.4409 10.5974 10.4409C10.8635 10.4409 11.125 10.4947 11.2529 10.6965C11.3535 10.8508 11.3928 11.0487 11.3928 11.2692V15.4323C11.3928 15.6163 11.3809 15.7863 11.3577 15.9413L11.3584 15.9421C11.3349 16.1167 11.2678 16.2708 11.1467 16.3881C11.0102 16.5202 10.8106 16.5646 10.5974 16.5646H10.0554C9.86994 16.5646 9.69972 16.5199 9.56104 16.416C9.44129 16.3261 9.3452 16.215 9.27466 16.0842C9.21353 15.9706 9.16292 15.8593 9.12378 15.7509L8.14893 13.1091V15.7363C8.14893 15.9493 8.11322 16.1406 8.02661 16.2958L8.02588 16.2973C7.90706 16.5052 7.66112 16.5646 7.41138 16.5646C7.14233 16.5646 6.88122 16.5106 6.75 16.312C6.64812 16.1572 6.60791 15.9581 6.60791 15.7363V11.5724C6.60792 11.3882 6.61818 11.2193 6.63867 11.0671V11.0641L6.66724 10.9367C6.7042 10.8142 6.76699 10.706 6.85986 10.6188C6.9982 10.4862 7.19704 10.4409 7.41138 10.4409H7.95337L8.07129 10.4474Z",fill:"currentColor"}),pe.createElement("path",{d:"M13.5688 10.4409C13.7898 10.4409 13.9917 10.4869 14.1365 10.6152L14.1357 10.6159C14.2679 10.7305 14.3511 10.881 14.3884 11.0576C14.4217 11.2148 14.4375 11.3869 14.4375 11.5724V15.4323C14.4375 15.6193 14.4211 15.7927 14.3884 15.9516L14.3892 15.9523C14.3548 16.1313 14.2725 16.2842 14.1365 16.3976L14.1357 16.3969C13.9908 16.52 13.7897 16.5646 13.5688 16.5646C13.3503 16.5646 13.1511 16.5195 13.0049 16.3976L13.0005 16.394C12.8716 16.2798 12.7896 16.1299 12.7493 15.9553L12.7485 15.9516C12.7152 15.7941 12.6995 15.6205 12.6995 15.4323V11.5724C12.6995 11.3869 12.7153 11.2148 12.7485 11.0576C12.7858 10.8815 12.8669 10.7302 12.9968 10.6152L12.9983 10.6137C13.145 10.4875 13.3473 10.4409 13.5688 10.4409Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50385C10.7457 1.52087 10.9072 1.59681 11.0303 1.71991L14.7803 5.46991C14.9208 5.61054 15 5.80136 15 6.00018V9.00018C14.9998 9.41423 14.6641 9.75018 14.25 9.75018C13.8359 9.75018 13.5002 9.41423 13.5 9.00018V6.75018H11.25C10.8523 6.75018 10.4707 6.59192 10.1895 6.31073C9.90824 6.02951 9.7501 5.64788 9.75 5.25018V3.00018H5.25C5.05109 3.00018 4.86038 3.07926 4.71973 3.21991C4.57919 3.36054 4.5 3.55136 4.5 3.75018V9.00018C4.4998 9.41423 4.16409 9.75018 3.75 9.75018C3.33591 9.75018 3.0002 9.41423 3 9.00018V3.75018C3 3.15353 3.23734 2.5813 3.65918 2.15936C4.08114 1.73741 4.65326 1.50018 5.25 1.50018H10.5L10.574 1.50385ZM11.25 5.25018H12.4395L11.25 4.06073V5.25018Z",fill:"currentColor"})),F1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M6.76831 10.8267C6.93291 10.8267 7.08404 10.8408 7.22021 10.8691L7.35205 10.9021L7.35278 10.9028L7.46851 10.9431C7.57872 10.986 7.67614 11.038 7.75928 11.0991C7.84245 11.1591 7.91481 11.2265 7.97388 11.3005L8.02881 11.3767L8.02954 11.3774L8.11011 11.5254C8.13317 11.5747 8.15233 11.6249 8.16797 11.6755C8.19815 11.7711 8.21863 11.8631 8.22656 11.9502C8.23376 12.0294 8.23755 12.096 8.23755 12.1479C8.23753 12.318 8.17338 12.4626 8.04639 12.572C7.92503 12.676 7.77653 12.7265 7.60913 12.7266C7.4711 12.7266 7.34146 12.6749 7.22241 12.583C7.1027 12.4905 7.02328 12.3741 7.02319 12.2329C7.02319 12.0468 6.98759 11.9498 6.94775 11.907L6.94629 11.9055C6.90561 11.8606 6.83878 11.8294 6.72583 11.8293C6.58234 11.8293 6.48534 11.856 6.42334 11.896C6.4086 11.9056 6.38747 11.9281 6.37061 11.981C6.35372 12.0341 6.34351 12.1099 6.34351 12.2117C6.34581 12.2878 6.36799 12.3546 6.40869 12.4153C6.45761 12.4821 6.52298 12.549 6.60718 12.6138L6.73608 12.7053C6.78632 12.7386 6.84449 12.7751 6.9104 12.8145C7.04454 12.8945 7.16167 12.9644 7.2605 13.0232L7.44507 13.1426C7.50565 13.1844 7.56597 13.2284 7.62524 13.2744C7.74715 13.3666 7.8562 13.4715 7.95337 13.5886C8.05276 13.7085 8.13297 13.8432 8.1936 13.9922C8.25599 14.1456 8.28891 14.3172 8.29395 14.5049V14.5364C8.29395 14.7339 8.26896 14.9141 8.21777 15.0754V15.0776C8.11696 15.3776 7.94914 15.6082 7.7124 15.761L7.71313 15.7617C7.62701 15.8179 7.53944 15.8644 7.45166 15.9016L7.36304 15.936C7.30225 15.9571 7.24075 15.9753 7.1792 15.9902L6.99243 16.0261C6.87331 16.0431 6.75886 16.0529 6.65039 16.0554H6.61304C6.41017 16.0554 6.22414 16.0345 6.05786 15.9917C5.89914 15.9495 5.75823 15.8922 5.63892 15.8196L5.63745 15.8188C5.52025 15.7449 5.42093 15.6589 5.34155 15.561C5.26338 15.4674 5.20001 15.3681 5.15332 15.2644C5.10802 15.1659 5.07431 15.0659 5.05371 14.9656C5.03361 14.8676 5.02297 14.7738 5.02295 14.6851C5.02295 14.5014 5.0798 14.3447 5.20898 14.2375L5.20972 14.2368L5.30493 14.1731C5.40409 14.1186 5.51594 14.0918 5.63745 14.0918C5.79553 14.0919 5.94175 14.1407 6.07251 14.2354L6.12451 14.2764C6.2216 14.3622 6.27861 14.4745 6.2959 14.6067L6.30103 14.6741L6.31055 14.7847C6.32502 14.8796 6.35383 14.9312 6.38306 14.9568C6.43071 14.9963 6.50789 15.0238 6.63135 15.0242C6.76743 15.0198 6.85874 14.9863 6.91772 14.9355L6.91846 14.9341L6.95361 14.8938C6.98575 14.8434 7.00924 14.7604 7.00928 14.6287C7.00928 14.4903 6.96843 14.3706 6.8877 14.2661L6.88696 14.2646C6.80068 14.1504 6.68858 14.0439 6.55078 13.946L6.55005 13.9453C6.40626 13.841 6.25592 13.7396 6.10034 13.6421C5.93262 13.5343 5.77326 13.4207 5.62427 13.303L5.62354 13.3022C5.46846 13.1772 5.34021 13.0351 5.24121 12.8752C5.13746 12.7076 5.0852 12.514 5.08008 12.2988V12.2388L5.0874 12.0505C5.10126 11.869 5.13388 11.7086 5.18628 11.5708V11.5693L5.2478 11.4382C5.31532 11.3136 5.40255 11.2077 5.51074 11.1233L5.62207 11.0464C5.73813 10.9764 5.87099 10.9263 6.01831 10.894C6.21201 10.8494 6.43196 10.8267 6.67603 10.8267H6.76831Z",fill:"currentColor"}),pe.createElement("path",{d:"M14.2266 10.8062C14.3565 10.8062 14.4736 10.8329 14.5693 10.8933L14.5701 10.8926L14.5715 10.894L14.5737 10.8948L14.573 10.8955C14.6342 10.9321 14.6895 10.9722 14.7363 11.0171L14.781 11.064L14.7825 11.0662L14.8235 11.1204C14.8363 11.1392 14.8492 11.159 14.8608 11.1797L14.9246 11.3159L14.9253 11.3181L15.9163 14.0024V11.4705C15.9163 11.2922 15.9461 11.1369 16.0159 11.0149L16.054 10.9607C16.1527 10.8467 16.3175 10.8062 16.5022 10.8062C16.7284 10.8062 16.9271 10.8532 17.0229 11.0017C17.1032 11.1237 17.1379 11.2847 17.1379 11.4705V15.0535C17.1379 15.21 17.1275 15.3541 17.1079 15.4849L17.1086 15.4856C17.0896 15.6273 17.0355 15.7491 16.9409 15.8408C16.837 15.9414 16.6806 15.9784 16.5022 15.9785H16.0356C15.8837 15.9785 15.7483 15.9422 15.6394 15.8606C15.5419 15.7874 15.4638 15.6974 15.4065 15.5911C15.3549 15.4953 15.3125 15.4018 15.2798 15.3113L14.3459 12.7815V15.3149C14.3459 15.4932 14.316 15.6489 14.2471 15.7727L14.2463 15.7734C14.158 15.9281 13.9711 15.9784 13.76 15.9785C13.53 15.9785 13.3292 15.9315 13.2312 15.783C13.151 15.6609 13.1169 15.5006 13.1169 15.3149V11.7319C13.117 11.575 13.126 11.4319 13.1433 11.3035V11.3013L13.166 11.1987C13.1955 11.1009 13.2454 11.0157 13.3176 10.9475L13.3594 10.9124C13.4627 10.8363 13.6027 10.8062 13.76 10.8062H14.2266Z",fill:"currentColor"}),pe.createElement("path",{d:"M3.62183 10.73C3.8058 10.73 3.96571 10.7696 4.07959 10.8677C4.185 10.9586 4.25306 11.0796 4.28613 11.2229C4.31675 11.3557 4.33154 11.5018 4.33154 11.6602V14.3606C4.33154 14.617 4.29481 14.8413 4.21655 15.0293C4.15993 15.1652 4.09098 15.286 4.00928 15.3896L3.92285 15.4878C3.80762 15.6056 3.67869 15.6971 3.5376 15.7625L3.53833 15.7632C3.40115 15.8269 3.27011 15.872 3.14722 15.8979L3.14795 15.8987C3.09669 15.9112 3.04501 15.9213 2.99414 15.9294L2.8418 15.9478C2.74998 15.9548 2.68156 15.9587 2.64111 15.9587C2.3706 15.9587 2.13396 15.928 1.93506 15.8643C1.73937 15.8022 1.56914 15.7204 1.42749 15.6174C1.28776 15.5158 1.17335 15.3984 1.08691 15.2651L1.02686 15.1685C0.970789 15.0715 0.926873 14.9732 0.895752 14.874L0.896484 14.8733C0.852315 14.745 0.821564 14.6203 0.806396 14.499L0.805664 14.4968C0.793555 14.3806 0.786621 14.2779 0.786621 14.1899C0.786659 14.0481 0.829716 13.9196 0.914062 13.8091C0.968035 13.7386 1.04873 13.6949 1.13965 13.6685C1.231 13.642 1.34202 13.6297 1.46851 13.6296C1.55651 13.6297 1.65224 13.6393 1.75415 13.6567C1.8653 13.6758 1.96539 13.7157 2.05151 13.7783C2.15785 13.853 2.20677 13.9666 2.20679 14.0977C2.20679 14.3421 2.24112 14.5246 2.302 14.6528L2.32178 14.6865C2.37332 14.7613 2.46833 14.8095 2.64111 14.8096C2.74386 14.8095 2.80532 14.7883 2.8396 14.762L2.84106 14.7605L2.90552 14.7019C2.92253 14.6822 2.9356 14.6623 2.94507 14.6426L2.97803 14.5518C2.98565 14.5209 2.98953 14.4889 2.99048 14.4565V11.9641H2.17236C2.0293 11.9641 1.8922 11.9536 1.76221 11.9312L1.76001 11.9304C1.62252 11.9035 1.50268 11.8482 1.40698 11.7612L1.40625 11.7598C1.30008 11.6602 1.25688 11.5177 1.25684 11.3547C1.25684 11.1882 1.29936 11.0419 1.40625 10.9417C1.49986 10.8517 1.6187 10.7951 1.75635 10.7681L1.9585 10.7395C2.02775 10.7333 2.09935 10.73 2.17236 10.73H3.62183Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0061 10.8398C11.1058 10.8474 11.2146 10.8676 11.3313 10.8984L11.332 10.8977C11.4562 10.9275 11.5817 10.9747 11.7078 11.0376L11.803 11.0896C11.8653 11.1277 11.926 11.1727 11.9839 11.2244L12.0688 11.3071L12.0696 11.3079L12.1472 11.4001C12.2197 11.4965 12.2807 11.608 12.3303 11.7327L12.3772 11.8674C12.417 12.0081 12.4358 12.1667 12.4358 12.3406V14.4111C12.4358 14.649 12.4035 14.8579 12.3347 15.0337L12.334 15.0352C12.2654 15.204 12.1782 15.349 12.071 15.4666C11.9653 15.5823 11.8439 15.6747 11.7085 15.7412L11.7078 15.7405C11.5864 15.8034 11.4622 15.8534 11.335 15.8877C11.2172 15.9189 11.1066 15.9387 11.0061 15.9463C10.9136 15.9532 10.8413 15.9573 10.793 15.9573H10.675L10.4626 15.9463C10.362 15.9387 10.2518 15.919 10.1338 15.8877C10.0122 15.8554 9.8873 15.8055 9.75952 15.7405C9.62706 15.6742 9.50578 15.5832 9.39624 15.4688L9.39551 15.468C9.28579 15.3506 9.19561 15.2056 9.12451 15.0366L9.12378 15.0352C9.05226 14.8589 9.01835 14.6495 9.01831 14.4111V12.3406C9.01831 12.105 9.05259 11.8998 9.12451 11.7297C9.19368 11.5618 9.28389 11.4184 9.39697 11.3027C9.50677 11.1905 9.62826 11.1014 9.76099 11.0376C9.82393 11.0062 9.88688 10.9792 9.94849 10.957L9.94922 10.9563L10.1323 10.8992L10.1345 10.8984L10.3066 10.8604C10.3612 10.8506 10.4136 10.8436 10.4626 10.8398L10.675 10.8289H10.793C10.8413 10.8289 10.9136 10.8329 11.0061 10.8398ZM10.738 11.9473C10.6399 11.9473 10.5796 11.9688 10.5439 11.9963L10.5432 11.9971C10.4934 12.0354 10.4596 12.0746 10.4385 12.1135L10.4377 12.1143C10.4103 12.1641 10.3949 12.222 10.3931 12.2886V14.5393L10.4062 14.6309L10.4385 14.7151L10.4392 14.7158L10.481 14.7766C10.4976 14.7958 10.5181 14.8147 10.5417 14.833L10.5732 14.8521C10.6101 14.8689 10.6637 14.8806 10.738 14.8806C10.8345 14.8805 10.8925 14.8598 10.9255 14.8345C10.9743 14.7969 11.0075 14.7565 11.0288 14.7158C11.054 14.6605 11.0699 14.5993 11.0757 14.5327V12.2944L11.0588 12.197C11.051 12.167 11.0406 12.138 11.0281 12.1106C11.0069 12.0728 10.9738 12.0343 10.9255 11.9971L10.9233 11.9949C10.8905 11.9684 10.8335 11.9474 10.738 11.9473Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V9C15 9.41421 14.6642 9.75 14.25 9.75C13.8358 9.75 13.5 9.41421 13.5 9V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),E1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"}),pe.createElement("path",{d:"M2.39355 10.5C2.53545 10.5 2.6592 10.5122 2.75757 10.5417C2.88987 10.5815 2.99161 10.6954 3.07251 10.8289L3.15747 10.9885L3.25195 11.2031L3.25269 11.2046L3.35229 11.4683C3.38786 11.5664 3.42601 11.6752 3.46655 11.7942L3.76318 12.6665L3.76392 12.6687L3.76904 12.6848L3.79907 12.5911L3.94849 12.1348C3.99515 11.9948 4.03674 11.8689 4.073 11.7576L4.07373 11.7561L4.1814 11.4434C4.21489 11.3495 4.24596 11.265 4.27515 11.1907L4.36084 10.9849C4.38855 10.9239 4.41584 10.8705 4.44214 10.8252C4.51581 10.6953 4.61188 10.5823 4.74243 10.5417H4.7439L4.82153 10.5227C4.90321 10.5069 4.99686 10.5 5.09985 10.5H5.67041C5.87137 10.5 6.05265 10.5425 6.17505 10.6619L6.17944 10.6655C6.29073 10.7714 6.35329 10.9108 6.375 11.072C6.39695 11.2133 6.40721 11.3701 6.40723 11.5415V15.5149C6.4072 15.7232 6.3696 15.9065 6.27686 16.0474C6.16065 16.2235 5.92578 16.2751 5.67041 16.2751C5.43573 16.2751 5.21924 16.2184 5.11157 16.0378L5.10938 16.0342C5.03005 15.8921 4.9966 15.7149 4.99658 15.5149V12.8335L4.4436 14.4456L4.44141 14.4521C4.39239 14.576 4.32667 14.6919 4.24658 14.8008L4.24731 14.8015C4.14341 14.9438 3.9882 15.008 3.80933 15.0081H3.73096C3.55351 15.008 3.40015 14.9437 3.29004 14.8081L3.28857 14.8066C3.20076 14.6954 3.13356 14.575 3.08862 14.4463L2.53564 12.8496V15.5149C2.53562 15.7149 2.50218 15.8921 2.42285 16.0342L2.42212 16.0356C2.31692 16.2193 2.09741 16.2751 1.86182 16.2751C1.60639 16.2751 1.37154 16.2236 1.25537 16.0474C1.16263 15.9065 1.12502 15.7232 1.125 15.5149V11.5415C1.12501 11.3697 1.13426 11.2129 1.15356 11.072L1.1543 11.0691L1.17993 10.9526C1.21308 10.8409 1.26884 10.7425 1.35059 10.6633L1.39966 10.6223C1.52082 10.5332 1.68333 10.5 1.86182 10.5H2.39355Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.1106 10.5C9.62746 10.5 10.0624 10.6251 10.4026 10.8875L10.5256 10.9944C10.6405 11.1071 10.7342 11.238 10.8062 11.3862C10.9039 11.5876 10.9497 11.8187 10.9497 12.074V14.4983C10.9497 14.7119 10.927 14.9051 10.8779 15.0754C10.8306 15.2398 10.7676 15.3875 10.689 15.5156L10.6875 15.5186C10.6079 15.6408 10.5165 15.7481 10.4143 15.8386C10.3155 15.9261 10.2132 15.9989 10.1074 16.0547L10.1067 16.054C9.86566 16.1854 9.58987 16.2585 9.28271 16.2751H7.97681C7.77408 16.2751 7.59145 16.2335 7.46704 16.1169C7.35471 16.0115 7.2898 15.8714 7.26489 15.7097C7.24266 15.5651 7.23194 15.4033 7.23193 15.2256V11.5415C7.23195 11.3663 7.2426 11.2069 7.26489 11.0647C7.28985 10.9032 7.35482 10.7635 7.46704 10.6582C7.59145 10.5416 7.77403 10.5 7.97681 10.5H9.1106ZM8.72095 15.0447H9.07544C9.15931 15.0426 9.23737 15.0225 9.31055 14.9839L9.31348 14.9817L9.35815 14.9553C9.40066 14.926 9.43743 14.8876 9.46802 14.8381L9.46875 14.8367L9.49438 14.7861C9.51748 14.7305 9.53172 14.6593 9.53174 14.5686V12.2615C9.53174 12.1256 9.50631 12.0248 9.46509 11.9517L9.46362 11.9495C9.42061 11.8696 9.36785 11.8162 9.30762 11.7825C9.25706 11.7542 9.19978 11.7342 9.1355 11.7231L9.06885 11.7151H8.72095V15.0447Z",fill:"currentColor"})),D1=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6416 10.3784C3.95675 10.4068 4.24355 10.4808 4.49927 10.6033L4.68896 10.7058C4.75102 10.7437 4.81209 10.7853 4.87207 10.8303C4.99897 10.9227 5.10899 11.0375 5.20459 11.1724C5.30765 11.311 5.38613 11.4733 5.44116 11.6558L5.47998 11.8008C5.51306 11.9504 5.52903 12.1125 5.52905 12.2856C5.52905 12.6011 5.47828 12.8867 5.37305 13.1382L5.37378 13.1389C5.28434 13.3557 5.15787 13.5441 4.99512 13.7014L4.92334 13.7666C4.52343 14.1103 3.97203 14.269 3.2959 14.269H2.95166V15.4292C2.95165 15.614 2.93964 15.7845 2.91577 15.9397C2.8883 16.1182 2.81511 16.2739 2.68652 16.3909L2.68579 16.3901C2.54556 16.5202 2.34254 16.5645 2.12329 16.5645C1.90696 16.5644 1.70685 16.5194 1.56738 16.3887L1.56519 16.3865C1.44288 16.2679 1.37145 16.1152 1.34399 15.9404L1.34326 15.936C1.32257 15.7822 1.31251 15.613 1.3125 15.4292V11.5042C1.31251 11.3204 1.3225 11.1524 1.34326 11.001L1.34399 10.9973L1.37256 10.8691C1.40991 10.7455 1.47366 10.6362 1.56738 10.5483C1.70673 10.4148 1.90677 10.3689 2.12329 10.3689H3.50464L3.6416 10.3784ZM2.95166 12.9053H3.31787C3.43267 12.8984 3.53116 12.8714 3.61597 12.8269C3.69435 12.7857 3.75967 12.7244 3.81226 12.6387L3.84448 12.5728C3.8728 12.5 3.88989 12.4058 3.88989 12.2856C3.88984 12.1374 3.85971 12.0411 3.81812 11.9795L3.81519 11.9744C3.76419 11.8937 3.70357 11.8366 3.63428 11.7979C3.56584 11.7635 3.47692 11.7377 3.36328 11.7253H2.95166V12.9053Z",fill:"currentColor"}),pe.createElement("path",{d:"M9.85181 10.3689C9.96017 10.369 10.0701 10.3945 10.1792 10.4392L10.2876 10.4897L10.2935 10.4927L10.2993 10.4963C10.4209 10.5712 10.5226 10.6619 10.5879 10.7725C10.6503 10.8716 10.6882 10.9809 10.6882 11.0969C10.6882 11.1892 10.6526 11.2993 10.6077 11.4089L10.6069 11.4082C10.5828 11.4685 10.5524 11.5379 10.5154 11.6147C10.4774 11.6937 10.4326 11.7792 10.3813 11.8704L9.1582 14.0391V15.4373C9.1582 15.6164 9.14303 15.7853 9.11279 15.9426C9.07918 16.1138 9.00547 16.2635 8.88647 16.3799L8.88721 16.3806C8.75142 16.5164 8.5562 16.5644 8.34668 16.5645C8.13595 16.5644 7.94219 16.5154 7.80249 16.3843L7.80103 16.3828C7.68055 16.2661 7.60635 16.1157 7.57251 15.9434C7.54226 15.786 7.52783 15.6164 7.52783 15.4373V14.0398L6.12085 11.5283L6.11938 11.5261C6.0459 11.3891 6.00587 11.2453 6.00586 11.0969C6.00589 10.986 6.03681 10.8798 6.09155 10.7812L6.09302 10.7791L6.15015 10.6963C6.21492 10.6176 6.30071 10.5509 6.39771 10.4941L6.4043 10.4905L6.5127 10.4392C6.6213 10.3943 6.73162 10.369 6.84155 10.3689C7.06446 10.369 7.25232 10.4649 7.39307 10.6399L7.48096 10.752C7.5635 10.8656 7.6337 10.9873 7.69263 11.116L8.34668 12.4878L9.00073 11.116C9.07902 10.945 9.177 10.7867 9.29443 10.6421L9.29517 10.6414L9.35083 10.5791C9.48615 10.443 9.65571 10.3689 9.85181 10.3689Z",fill:"currentColor"}),pe.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.574 1.50366C10.7457 1.52068 10.9072 1.59662 11.0303 1.71973L14.7803 5.46973C14.9209 5.61038 15 5.80109 15 6V14.25C15 14.8467 14.7628 15.4189 14.3408 15.8408C13.9189 16.2628 13.3467 16.5 12.75 16.5H12C11.5858 16.5 11.25 16.1642 11.25 15.75C11.25 15.3358 11.5858 15 12 15H12.75C12.9489 15 13.1396 14.9209 13.2803 14.7803C13.4209 14.6396 13.5 14.4489 13.5 14.25V6.75H11.25C10.8522 6.75 10.4708 6.59185 10.1895 6.31055C9.90815 6.02924 9.75 5.64783 9.75 5.25V3H5.25C5.05109 3 4.86038 3.07907 4.71973 3.21973C4.57907 3.36038 4.5 3.55109 4.5 3.75V9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9V3.75C3 3.15326 3.23722 2.58114 3.65918 2.15918C4.08114 1.73722 4.65326 1.5 5.25 1.5H10.5L10.574 1.50366ZM11.25 5.25H12.4395L11.25 4.06055V5.25Z",fill:"currentColor"})),Oe=(e,t)=>C.jsx(e,{size:t.size??le.size,stroke:t.stroke??le.stroke,className:t.className}),Bs=(e,t)=>C.jsx(e,{width:Number(t.size??le.size),height:Number(t.size??le.size),className:t.className}),Vd={".bmp":e=>Oe(V.IconFileTypeBmp,e),".cpp":e=>Bs(S1,e),".c":e=>Bs(y1,e),".cs":e=>Bs(x1,e),".css":e=>Oe(V.IconFileTypeCss,e),".csv":e=>Oe(V.IconFileTypeCsv,e),".doc":e=>Oe(V.IconFileTypeDoc,e),".docx":e=>Oe(V.IconFileTypeDocx,e),".html":e=>Oe(V.IconFileTypeHtml,e),".ini":e=>Bs(R1,e),".jpg":e=>Oe(V.IconFileTypeJpg,e),".js":e=>Oe(V.IconFileTypeJs,e),".json":e=>Bs(F1,e),".jsx":e=>Oe(V.IconFileTypeJsx,e),".md":e=>Bs(E1,e),".pdf":e=>Oe(V.IconFileTypePdf,e),".php":e=>Oe(V.IconFileTypePhp,e),".png":e=>Oe(V.IconFileTypePng,e),".ppt":e=>Oe(V.IconFileTypePpt,e),".py":e=>Bs(D1,e),".rs":e=>Oe(V.IconFileTypeRs,e),".sql":e=>Oe(V.IconFileTypeSql,e),".svg":e=>Oe(V.IconFileTypeSvg,e),".ts":e=>Oe(V.IconFileTypeTs,e),".tsx":e=>Oe(V.IconFileTypeTsx,e),".txt":e=>Oe(V.IconFileTypeTxt,e),".vue":e=>Oe(V.IconFileTypeVue,e),".xls":e=>Oe(V.IconFileTypeXls,e),".xml":e=>Oe(V.IconFileTypeXml,e),".zip":e=>Oe(V.IconFileTypeZip,e),default:e=>Oe(V.IconFile,e)},yc=({extension:e,size:t=le.size,stroke:s=le.stroke,className:o,decorative:i=!1,label:n,indicator:r})=>{const a=(()=>{const u=e.trim().toLowerCase();return u.startsWith(".")?u:`.${u}`})(),c=(Vd[a]??Vd.default)({size:t,stroke:s}),d=n??`${a.slice(1).toUpperCase()} file icon`;return C.jsxs("span",{className:Z("inline-flex relative",o),...i?{"aria-hidden":!0}:{role:"img","aria-label":d},children:[C.jsx(Ae,{icon:c,className:"inline-block align-middle"}),r&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:r})]})},zi=({label:e="Shared entity",size:t=10,className:s,stroke:o=2})=>C.jsx(Ae,{className:ue("text-accent-primary",s),icon:C.jsx(V.IconArrowUpRight,{size:t,stroke:o,"aria-label":e,className:"bg-layer-3",role:"img"})}),Zr=({name:e,className:t,shared:s=!1,iconSize:o=ns,details:i})=>{const n=e.includes(".")?e.split(".").pop():null;return C.jsxs("div",{className:ue("flex items-center gap-2 w-full",t),children:[n&&C.jsx(yc,{extension:n,size:o,className:"text-secondary",indicator:s?C.jsx(zi,{}):null,label:"File type icon"}),C.jsxs("div",{className:Z(["w-full flex min-w-0",i&&"flex-col gap-1"]),children:[C.jsx(Bt,{className:"text-primary dial-small flex-1 min-w-0",text:e}),i]})]})},Xr=({name:e,className:t,shared:s=!1,loading:o=!1,iconSize:i=ns})=>{const n=()=>o?C.jsx(nn,{size:i}):C.jsx(Ae,{icon:C.jsx(V.IconFolder,{...le,size:i}),className:"inline-block align-middle"});return C.jsxs("div",{className:ue("flex items-center gap-2 w-full",t),children:[C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[n(),s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(zi,{})})]}),C.jsx(Bt,{className:"text-primary dial-small flex-1 min-w-0",text:e})]})};var Wi=(e=>(e.Left="left",e.Right="right",e))(Wi||{}),je=function(){return je=Object.assign||function(e){for(var t,s=1,o=arguments.length;s<o;s++){t=arguments[s];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},je.apply(this,arguments)},zd={width:"100%",height:"10px",top:"0px",left:"0px",cursor:"row-resize"},Wd={width:"10px",height:"100%",top:"0px",left:"0px",cursor:"col-resize"},Mn={width:"20px",height:"20px",position:"absolute",zIndex:1},P1={top:je(je({},zd),{top:"-5px"}),right:je(je({},Wd),{left:void 0,right:"-5px"}),bottom:je(je({},zd),{top:void 0,bottom:"-5px"}),left:je(je({},Wd),{left:"-5px"}),topRight:je(je({},Mn),{right:"-10px",top:"-10px",cursor:"ne-resize"}),bottomRight:je(je({},Mn),{right:"-10px",bottom:"-10px",cursor:"se-resize"}),bottomLeft:je(je({},Mn),{left:"-10px",bottom:"-10px",cursor:"sw-resize"}),topLeft:je(je({},Mn),{left:"-10px",top:"-10px",cursor:"nw-resize"})},M1=g.memo(function(e){var t=e.onResizeStart,s=e.direction,o=e.children,i=e.replaceStyles,n=e.className,r=g.useCallback(function(c){t(c,s)},[t,s]),a=g.useCallback(function(c){t(c,s)},[t,s]),l=g.useMemo(function(){return je(je({position:"absolute",userSelect:"none"},P1[s]),i??{})},[i,s]);return C.jsx("div",{className:n||void 0,style:l,onMouseDown:r,onTouchStart:a,children:o})}),T1=(function(){var e=function(t,s){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,i){o.__proto__=i}||function(o,i){for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(o[n]=i[n])},e(t,s)};return function(t,s){if(typeof s!="function"&&s!==null)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");e(t,s);function o(){this.constructor=t}t.prototype=s===null?Object.create(s):(o.prototype=s.prototype,new o)}})(),Ut=function(){return Ut=Object.assign||function(e){for(var t,s=1,o=arguments.length;s<o;s++){t=arguments[s];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},Ut.apply(this,arguments)},I1={width:"auto",height:"auto"},Tn=function(e,t,s){return Math.max(Math.min(e,s),t)},_d=function(e,t,s){var o=Math.round(e/t);return o*t+s*(o-1)},Fo=function(e,t){return new RegExp(e,"i").test(t)},In=function(e){return!!(e.touches&&e.touches.length)},k1=function(e){return!!((e.clientX||e.clientX===0)&&(e.clientY||e.clientY===0))},jd=function(e,t,s){s===void 0&&(s=0);var o=t.reduce(function(n,r,a){return Math.abs(r-e)<Math.abs(t[n]-e)?a:n},0),i=Math.abs(t[o]-e);return s===0||i<s?t[o]:e},Na=function(e){return e=e.toString(),e==="auto"||e.endsWith("px")||e.endsWith("%")||e.endsWith("vh")||e.endsWith("vw")||e.endsWith("vmax")||e.endsWith("vmin")?e:"".concat(e,"px")},kn=function(e,t,s,o){if(e&&typeof e=="string"){if(e.endsWith("px"))return Number(e.replace("px",""));if(e.endsWith("%")){var i=Number(e.replace("%",""))/100;return t*i}if(e.endsWith("vw")){var i=Number(e.replace("vw",""))/100;return s*i}if(e.endsWith("vh")){var i=Number(e.replace("vh",""))/100;return o*i}}return e},A1=function(e,t,s,o,i,n,r){return o=kn(o,e.width,t,s),i=kn(i,e.height,t,s),n=kn(n,e.width,t,s),r=kn(r,e.height,t,s),{maxWidth:typeof o>"u"?void 0:Number(o),maxHeight:typeof i>"u"?void 0:Number(i),minWidth:typeof n>"u"?void 0:Number(n),minHeight:typeof r>"u"?void 0:Number(r)}},L1=function(e){return Array.isArray(e)?e:[e,e]},O1=["as","ref","style","className","grid","gridGap","snap","bounds","boundsByDirection","size","defaultSize","minWidth","minHeight","maxWidth","maxHeight","lockAspectRatio","lockAspectRatioExtraWidth","lockAspectRatioExtraHeight","enable","handleStyles","handleClasses","handleWrapperStyle","handleWrapperClass","children","onResizeStart","onResize","onResizeStop","handleComponent","scale","resizeRatio","snapGap"],Ud="__resizable_base__",N1=(function(e){T1(t,e);function t(s){var o,i,n,r,a=e.call(this,s)||this;return a.ratio=1,a.resizable=null,a.parentLeft=0,a.parentTop=0,a.resizableLeft=0,a.resizableRight=0,a.resizableTop=0,a.resizableBottom=0,a.targetLeft=0,a.targetTop=0,a.delta={width:0,height:0},a.appendBase=function(){if(!a.resizable||!a.window)return null;var l=a.parentNode;if(!l)return null;var c=a.window.document.createElement("div");return c.style.width="100%",c.style.height="100%",c.style.position="absolute",c.style.transform="scale(0, 0)",c.style.left="0",c.style.flex="0 0 100%",c.classList?c.classList.add(Ud):c.className+=Ud,l.appendChild(c),c},a.removeBase=function(l){var c=a.parentNode;c&&c.removeChild(l)},a.state={isResizing:!1,width:(i=(o=a.propsSize)===null||o===void 0?void 0:o.width)!==null&&i!==void 0?i:"auto",height:(r=(n=a.propsSize)===null||n===void 0?void 0:n.height)!==null&&r!==void 0?r:"auto",direction:"right",original:{x:0,y:0,width:0,height:0},backgroundStyle:{height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0)",cursor:"auto",opacity:0,position:"fixed",zIndex:9999,top:"0",left:"0",bottom:"0",right:"0"},flexBasis:void 0},a.onResizeStart=a.onResizeStart.bind(a),a.onMouseMove=a.onMouseMove.bind(a),a.onMouseUp=a.onMouseUp.bind(a),a}return Object.defineProperty(t.prototype,"parentNode",{get:function(){return this.resizable?this.resizable.parentNode:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"window",{get:function(){return!this.resizable||!this.resizable.ownerDocument?null:this.resizable.ownerDocument.defaultView},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"propsSize",{get:function(){return this.props.size||this.props.defaultSize||I1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"size",{get:function(){var s=0,o=0;if(this.resizable&&this.window){var i=this.resizable.offsetWidth,n=this.resizable.offsetHeight,r=this.resizable.style.position;r!=="relative"&&(this.resizable.style.position="relative"),s=this.resizable.style.width!=="auto"?this.resizable.offsetWidth:i,o=this.resizable.style.height!=="auto"?this.resizable.offsetHeight:n,this.resizable.style.position=r}return{width:s,height:o}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sizeStyle",{get:function(){var s=this,o=this.props.size,i=function(a){var l;if(typeof s.state[a]>"u"||s.state[a]==="auto")return"auto";if(s.propsSize&&s.propsSize[a]&&(!((l=s.propsSize[a])===null||l===void 0)&&l.toString().endsWith("%"))){if(s.state[a].toString().endsWith("%"))return s.state[a].toString();var c=s.getParentSize(),d=Number(s.state[a].toString().replace("px","")),u=d/c[a]*100;return"".concat(u,"%")}return Na(s.state[a])},n=o&&typeof o.width<"u"&&!this.state.isResizing?Na(o.width):i("width"),r=o&&typeof o.height<"u"&&!this.state.isResizing?Na(o.height):i("height");return{width:n,height:r}},enumerable:!1,configurable:!0}),t.prototype.getParentSize=function(){if(!this.parentNode)return this.window?{width:this.window.innerWidth,height:this.window.innerHeight}:{width:0,height:0};var s=this.appendBase();if(!s)return{width:0,height:0};var o=!1,i=this.parentNode.style.flexWrap;i!=="wrap"&&(o=!0,this.parentNode.style.flexWrap="wrap"),s.style.position="relative",s.style.minWidth="100%",s.style.minHeight="100%";var n={width:s.offsetWidth,height:s.offsetHeight};return o&&(this.parentNode.style.flexWrap=i),this.removeBase(s),n},t.prototype.bindEvents=function(){this.window&&(this.window.addEventListener("mouseup",this.onMouseUp),this.window.addEventListener("mousemove",this.onMouseMove),this.window.addEventListener("mouseleave",this.onMouseUp),this.window.addEventListener("touchmove",this.onMouseMove,{capture:!0,passive:!1}),this.window.addEventListener("touchend",this.onMouseUp))},t.prototype.unbindEvents=function(){this.window&&(this.window.removeEventListener("mouseup",this.onMouseUp),this.window.removeEventListener("mousemove",this.onMouseMove),this.window.removeEventListener("mouseleave",this.onMouseUp),this.window.removeEventListener("touchmove",this.onMouseMove,!0),this.window.removeEventListener("touchend",this.onMouseUp))},t.prototype.componentDidMount=function(){if(!(!this.resizable||!this.window)){var s=this.window.getComputedStyle(this.resizable);this.setState({width:this.state.width||this.size.width,height:this.state.height||this.size.height,flexBasis:s.flexBasis!=="auto"?s.flexBasis:void 0})}},t.prototype.componentWillUnmount=function(){this.window&&this.unbindEvents()},t.prototype.createSizeForCssProperty=function(s,o){var i=this.propsSize&&this.propsSize[o];return this.state[o]==="auto"&&this.state.original[o]===s&&(typeof i>"u"||i==="auto")?"auto":s},t.prototype.calculateNewMaxFromBoundary=function(s,o){var i=this.props.boundsByDirection,n=this.state.direction,r=i&&Fo("left",n),a=i&&Fo("top",n),l,c;if(this.props.bounds==="parent"){var d=this.parentNode;d&&(l=r?this.resizableRight-this.parentLeft:d.offsetWidth+(this.parentLeft-this.resizableLeft),c=a?this.resizableBottom-this.parentTop:d.offsetHeight+(this.parentTop-this.resizableTop))}else this.props.bounds==="window"?this.window&&(l=r?this.resizableRight:this.window.innerWidth-this.resizableLeft,c=a?this.resizableBottom:this.window.innerHeight-this.resizableTop):this.props.bounds&&(l=r?this.resizableRight-this.targetLeft:this.props.bounds.offsetWidth+(this.targetLeft-this.resizableLeft),c=a?this.resizableBottom-this.targetTop:this.props.bounds.offsetHeight+(this.targetTop-this.resizableTop));return l&&Number.isFinite(l)&&(s=s&&s<l?s:l),c&&Number.isFinite(c)&&(o=o&&o<c?o:c),{maxWidth:s,maxHeight:o}},t.prototype.calculateNewSizeFromDirection=function(s,o){var i=this.props.scale||1,n=L1(this.props.resizeRatio||1),r=n[0],a=n[1],l=this.state,c=l.direction,d=l.original,u=this.props,h=u.lockAspectRatio,p=u.lockAspectRatioExtraHeight,f=u.lockAspectRatioExtraWidth,m=d.width,v=d.height,w=p||0,b=f||0;return Fo("right",c)&&(m=d.width+(s-d.x)*r/i,h&&(v=(m-b)/this.ratio+w)),Fo("left",c)&&(m=d.width-(s-d.x)*r/i,h&&(v=(m-b)/this.ratio+w)),Fo("bottom",c)&&(v=d.height+(o-d.y)*a/i,h&&(m=(v-w)*this.ratio+b)),Fo("top",c)&&(v=d.height-(o-d.y)*a/i,h&&(m=(v-w)*this.ratio+b)),{newWidth:m,newHeight:v}},t.prototype.calculateNewSizeFromAspectRatio=function(s,o,i,n){var r=this.props,a=r.lockAspectRatio,l=r.lockAspectRatioExtraHeight,c=r.lockAspectRatioExtraWidth,d=typeof n.width>"u"?10:n.width,u=typeof i.width>"u"||i.width<0?s:i.width,h=typeof n.height>"u"?10:n.height,p=typeof i.height>"u"||i.height<0?o:i.height,f=l||0,m=c||0;if(a){var v=(h-f)*this.ratio+m,w=(p-f)*this.ratio+m,b=(d-m)/this.ratio+f,S=(u-m)/this.ratio+f,y=Math.max(d,v),x=Math.min(u,w),R=Math.max(h,b),F=Math.min(p,S);s=Tn(s,y,x),o=Tn(o,R,F)}else s=Tn(s,d,u),o=Tn(o,h,p);return{newWidth:s,newHeight:o}},t.prototype.setBoundingClientRect=function(){var s=1/(this.props.scale||1);if(this.props.bounds==="parent"){var o=this.parentNode;if(o){var i=o.getBoundingClientRect();this.parentLeft=i.left*s,this.parentTop=i.top*s}}if(this.props.bounds&&typeof this.props.bounds!="string"){var n=this.props.bounds.getBoundingClientRect();this.targetLeft=n.left*s,this.targetTop=n.top*s}if(this.resizable){var r=this.resizable.getBoundingClientRect(),a=r.left,l=r.top,c=r.right,d=r.bottom;this.resizableLeft=a*s,this.resizableRight=c*s,this.resizableTop=l*s,this.resizableBottom=d*s}},t.prototype.onResizeStart=function(s,o){if(!(!this.resizable||!this.window)){var i=0,n=0;if(s.nativeEvent&&k1(s.nativeEvent)?(i=s.nativeEvent.clientX,n=s.nativeEvent.clientY):s.nativeEvent&&In(s.nativeEvent)&&(i=s.nativeEvent.touches[0].clientX,n=s.nativeEvent.touches[0].clientY),this.props.onResizeStart&&this.resizable){var r=this.props.onResizeStart(s,o,this.resizable);if(r===!1)return}this.props.size&&(typeof this.props.size.height<"u"&&this.props.size.height!==this.state.height&&this.setState({height:this.props.size.height}),typeof this.props.size.width<"u"&&this.props.size.width!==this.state.width&&this.setState({width:this.props.size.width})),this.ratio=typeof this.props.lockAspectRatio=="number"?this.props.lockAspectRatio:this.size.width/this.size.height;var a,l=this.window.getComputedStyle(this.resizable);if(l.flexBasis!=="auto"){var c=this.parentNode;if(c){var d=this.window.getComputedStyle(c).flexDirection;this.flexDir=d.startsWith("row")?"row":"column",a=l.flexBasis}}this.setBoundingClientRect(),this.bindEvents();var u={original:{x:i,y:n,width:this.size.width,height:this.size.height},isResizing:!0,backgroundStyle:Ut(Ut({},this.state.backgroundStyle),{cursor:this.window.getComputedStyle(s.target).cursor||"auto"}),direction:o,flexBasis:a};this.setState(u)}},t.prototype.onMouseMove=function(s){var o=this;if(!(!this.state.isResizing||!this.resizable||!this.window)){if(this.window.TouchEvent&&In(s))try{s.preventDefault(),s.stopPropagation()}catch{}var i=this.props,n=i.maxWidth,r=i.maxHeight,a=i.minWidth,l=i.minHeight,c=In(s)?s.touches[0].clientX:s.clientX,d=In(s)?s.touches[0].clientY:s.clientY,u=this.state,h=u.direction,p=u.original,f=u.width,m=u.height,v=this.getParentSize(),w=A1(v,this.window.innerWidth,this.window.innerHeight,n,r,a,l);n=w.maxWidth,r=w.maxHeight,a=w.minWidth,l=w.minHeight;var b=this.calculateNewSizeFromDirection(c,d),S=b.newHeight,y=b.newWidth,x=this.calculateNewMaxFromBoundary(n,r);this.props.snap&&this.props.snap.x&&(y=jd(y,this.props.snap.x,this.props.snapGap)),this.props.snap&&this.props.snap.y&&(S=jd(S,this.props.snap.y,this.props.snapGap));var R=this.calculateNewSizeFromAspectRatio(y,S,{width:x.maxWidth,height:x.maxHeight},{width:a,height:l});if(y=R.newWidth,S=R.newHeight,this.props.grid){var F=_d(y,this.props.grid[0],this.props.gridGap?this.props.gridGap[0]:0),D=_d(S,this.props.grid[1],this.props.gridGap?this.props.gridGap[1]:0),T=this.props.snapGap||0,k=T===0||Math.abs(F-y)<=T?F:y,E=T===0||Math.abs(D-S)<=T?D:S;y=k,S=E}var M={width:y-p.width,height:S-p.height};if(this.delta=M,f&&typeof f=="string"){if(f.endsWith("%")){var O=y/v.width*100;y="".concat(O,"%")}else if(f.endsWith("vw")){var B=y/this.window.innerWidth*100;y="".concat(B,"vw")}else if(f.endsWith("vh")){var H=y/this.window.innerHeight*100;y="".concat(H,"vh")}}if(m&&typeof m=="string"){if(m.endsWith("%")){var O=S/v.height*100;S="".concat(O,"%")}else if(m.endsWith("vw")){var B=S/this.window.innerWidth*100;S="".concat(B,"vw")}else if(m.endsWith("vh")){var H=S/this.window.innerHeight*100;S="".concat(H,"vh")}}var Q={width:this.createSizeForCssProperty(y,"width"),height:this.createSizeForCssProperty(S,"height")};this.flexDir==="row"?Q.flexBasis=Q.width:this.flexDir==="column"&&(Q.flexBasis=Q.height);var se=this.state.width!==Q.width,L=this.state.height!==Q.height,te=this.state.flexBasis!==Q.flexBasis,_=se||L||te;_&&on.flushSync(function(){o.setState(Q)}),this.props.onResize&&_&&this.props.onResize(s,h,this.resizable,M)}},t.prototype.onMouseUp=function(s){var o,i,n=this.state,r=n.isResizing,a=n.direction;n.original,!(!r||!this.resizable)&&(this.props.onResizeStop&&this.props.onResizeStop(s,a,this.resizable,this.delta),this.props.size&&this.setState({width:(o=this.props.size.width)!==null&&o!==void 0?o:"auto",height:(i=this.props.size.height)!==null&&i!==void 0?i:"auto"}),this.unbindEvents(),this.setState({isResizing:!1,backgroundStyle:Ut(Ut({},this.state.backgroundStyle),{cursor:"auto"})}))},t.prototype.updateSize=function(s){var o,i;this.setState({width:(o=s.width)!==null&&o!==void 0?o:"auto",height:(i=s.height)!==null&&i!==void 0?i:"auto"})},t.prototype.renderResizer=function(){var s=this,o=this.props,i=o.enable,n=o.handleStyles,r=o.handleClasses,a=o.handleWrapperStyle,l=o.handleWrapperClass,c=o.handleComponent;if(!i)return null;var d=Object.keys(i).map(function(u){return i[u]!==!1?C.jsx(M1,{direction:u,onResizeStart:s.onResizeStart,replaceStyles:n&&n[u],className:r&&r[u],children:c&&c[u]?c[u]:null},u):null});return C.jsx("div",{className:l,style:a,children:d})},t.prototype.render=function(){var s=this,o=Object.keys(this.props).reduce(function(r,a){return O1.indexOf(a)!==-1||(r[a]=s.props[a]),r},{}),i=Ut(Ut(Ut({position:"relative",userSelect:this.state.isResizing?"none":"auto"},this.props.style),this.sizeStyle),{maxWidth:this.props.maxWidth,maxHeight:this.props.maxHeight,minWidth:this.props.minWidth,minHeight:this.props.minHeight,boxSizing:"border-box",flexShrink:0});this.state.flexBasis&&(i.flexBasis=this.state.flexBasis);var n=this.props.as||"div";return C.jsxs(n,Ut({style:i,className:this.props.className},o,{ref:function(r){r&&(s.resizable=r)},children:[this.state.isResizing&&C.jsx("div",{style:this.state.backgroundStyle}),this.props.children,this.renderResizer()]}))},t.defaultProps={as:"div",onResizeStart:function(){},onResize:function(){},onResizeStop:function(){},enable:{top:!0,right:!0,bottom:!0,left:!0,topRight:!0,bottomRight:!0,bottomLeft:!0,topLeft:!0},style:{},grid:[1,1],gridGap:[0,0],lockAspectRatio:!1,lockAspectRatioExtraWidth:0,lockAspectRatioExtraHeight:0,scale:1,resizeRatio:1,snapGap:0},t})(g.PureComponent);const H1=({side:e,className:t})=>{const s=e===Wi.Left,o=s?V.IconChevronLeft:V.IconChevronRight;return C.jsx("div",{className:t,children:C.jsx(o,{className:Z("h-full",s&&"-ml-6")})})},G1=({side:e,isResizing:t,customHandler:s,handlerClassName:o})=>{const i=ue("invisible h-full w-0.5 group-hover:visible bg-accent-primary text-accent-primary cursor-col-resize transition-opacity",t&&"visible",o),n=C.jsx(H1,{side:e,className:i});return s?C.jsx("div",{className:i,children:s}):n},cg=({children:e,minWidth:t,maxWidth:s,width:o,defaultWidth:i,onResizeStop:n,onResize:r,side:a=Wi.Right,resizeHandlerClassName:l,resizeHandler:c})=>{const[d,u]=g.useState(!1),[h,p]=g.useState(i),f=o!==void 0,m=f?o:h,v=g.useRef(null),w=g.useCallback(()=>{u(!0)},[]),b=g.useCallback(()=>{u(!1);const y=v.current?.resizable?.getBoundingClientRect(),x=y?Math.round(y.width):t;f||p(x),n?.(x)},[n,f,t]),S=g.useMemo(()=>{const y=a===Wi.Left,x=C.jsx(G1,{side:a,isResizing:d,customHandler:c,handlerClassName:l});return{size:f?{width:m,height:"100%"}:void 0,defaultSize:f?void 0:{width:m,height:"100%"},minWidth:t,maxWidth:s,enable:{left:y,right:!y},handleClasses:{right:"group",left:"group"},handleStyles:{right:{right:"-8px",zIndex:10},left:{left:0,zIndex:10}},handleComponent:{left:y?x:void 0,right:y?void 0:x},onResizeStart:w,onResize:(R,F,D)=>{const T=Math.round(D.offsetWidth);r?.(T)},onResizeStop:b}},[a,f,m,t,s,c,l,d,w,b,r]);return C.jsx(N1,{ref:v,...S,children:C.jsx("div",{className:"group flex size-full flex-col bg-layer-3 divide-y divide-tertiary transition-all",children:e})})},dg=({enabled:e=!0,children:t,...s})=>e?C.jsx(cg,{...s,children:t}):t;var so=class{constructor(){this.allSyncListeners=new Map,this.allAsyncListeners=new Map,this.globalSyncListeners=new Set,this.globalAsyncListeners=new Set,this.asyncFunctionsQueue=[],this.scheduled=!1,this.firedEvents={}}setFrameworkOverrides(e){this.frameworkOverrides=e}getListeners(e,t,s){const o=t?this.allAsyncListeners:this.allSyncListeners;let i=o.get(e);return!i&&s&&(i=new Set,o.set(e,i)),i}noRegisteredListenersExist(){return this.allSyncListeners.size===0&&this.allAsyncListeners.size===0&&this.globalSyncListeners.size===0&&this.globalAsyncListeners.size===0}addEventListener(e,t,s=!1){this.getListeners(e,s,!0).add(t)}removeEventListener(e,t,s=!1){const o=this.getListeners(e,s,!1);o&&(o.delete(t),o.size===0&&(s?this.allAsyncListeners:this.allSyncListeners).delete(e))}addGlobalListener(e,t=!1){this.getGlobalListeners(t).add(e)}removeGlobalListener(e,t=!1){this.getGlobalListeners(t).delete(e)}dispatchEvent(e){this.dispatchToListeners(e,!0),this.dispatchToListeners(e,!1),this.firedEvents[e.type]=!0}dispatchEventOnce(e){this.firedEvents[e.type]||this.dispatchEvent(e)}dispatchToListeners(e,t){const s=e.type;if(t&&"event"in e){const a=e.event;a instanceof Event&&(e.eventPath=a.composedPath())}const{frameworkOverrides:o}=this,i=a=>{const l=o?()=>o.wrapIncoming(a):a;t?this.dispatchAsync(l):l()},n=this.getListeners(s,t,!1);if((n?.size??0)>0){const a=new Set(n);for(const l of a)n?.has(l)&&i(()=>l(e))}const r=this.getGlobalListeners(t);if(r.size>0){const a=new Set(r);for(const l of a)i(()=>l(s,e))}}getGlobalListeners(e){return e?this.globalAsyncListeners:this.globalSyncListeners}dispatchAsync(e){if(this.asyncFunctionsQueue.push(e),!this.scheduled){const t=()=>{window.setTimeout(this.flushAsyncQueue.bind(this),0)};this.frameworkOverrides?this.frameworkOverrides.wrapIncoming(t):t(),this.scheduled=!0}}flushAsyncQueue(){this.scheduled=!1;const e=this.asyncFunctionsQueue.slice();this.asyncFunctionsQueue=[];for(const t of e)t()}};function ls(e){return e==null||e===""?null:e}function K(e){return e!=null&&e!==""}function He(e){return!K(e)}function kl(e){return e!=null&&typeof e.toString=="function"?e.toString():null}function _i(e,t){const s=e?JSON.stringify(e):null,o=t?JSON.stringify(t):null;return s===o}function B1(e,t,s=!1){const o=e==null,i=t==null;if(e?.toNumber&&(e=e.toNumber()),t?.toNumber&&(t=t.toNumber()),o&&i)return 0;if(o)return-1;if(i)return 1;function n(r,a){return r>a?1:r<a?-1:0}if(typeof e!="string"||!s)return n(e,t);try{return e.localeCompare(t)}catch{return n(e,t)}}var V1=/[&<>"']/g,z1={"&":"&","<":"<",">":">",'"':""","'":"'"};function si(e){return e?.toString().toString()??null}function Mi(e){return si(e)?.replace(V1,t=>z1[t])??null}function $t(e){return e.eRootDiv.getRootNode()}function Be(e){return $t(e).activeElement}function Xe(e){const{gos:t,eRootDiv:s}=e;let o=null;const i=t.get("getDocument");return i&&K(i)?o=i():s&&(o=s.ownerDocument),o&&K(o)?o:document}function ug(e){const t=Be(e);return t===null||t===Xe(e).body}function hg(e){return Xe(e).defaultView||window}function xc(e){let t=null,s=null;try{t=Xe(e).fullscreenElement}catch{}finally{t||(t=$t(e));const o=t.querySelector("body");o?s=o:t instanceof ShadowRoot?s=t:t instanceof Document?s=t?.documentElement:s=t}return s}function W1(e){return xc(e)?.clientWidth??(window.innerWidth||-1)}function _1(e){return xc(e)?.clientHeight??(window.innerHeight||-1)}function zt(e,t,s){s==null||typeof s=="string"&&s==""?gg(e,t):Wt(e,t,s)}function Wt(e,t,s){e.setAttribute(pg(t),s.toString())}function gg(e,t){e.removeAttribute(pg(t))}function pg(e){return`aria-${e}`}function oo(e,t){t?e.setAttribute("role",t):e.removeAttribute("role")}function j1(e){let t;return e==="asc"?t="ascending":e==="desc"?t="descending":e==="mixed"?t="other":t="none",t}function U1(e){return e.getAttribute("aria-label")}function $o(e,t){zt(e,"label",t)}function ji(e,t){zt(e,"labelledby",t)}function fg(e,t){zt(e,"live",t)}function $1(e,t){zt(e,"atomic",t)}function K1(e,t){zt(e,"relevant",t)}function q1(e,t){zt(e,"invalid",t)}function Y1(e,t){zt(e,"disabled",t)}function mg(e,t){zt(e,"hidden",t)}function Al(e,t){Wt(e,"expanded",t)}function Z1(e,t){Wt(e,"setsize",t)}function X1(e,t){Wt(e,"posinset",t)}function Q1(e,t){Wt(e,"rowcount",t)}function Cg(e,t){Wt(e,"rowindex",t)}function J1(e,t){Wt(e,"rowspan",t)}function eb(e,t){Wt(e,"colcount",t)}function vg(e,t){Wt(e,"colindex",t)}function tb(e,t){Wt(e,"colspan",t)}function sb(e,t){Wt(e,"sort",t)}function ob(e){gg(e,"sort")}function wg(e,t){zt(e,"selected",t)}function ib(e,t){zt(e,"controls",t)}function nb(e,t){ib(e,t.id),ji(t,e.id)}function $d(e,t){zt(e,"owns",t)}function Qr(e,t){return t===void 0?e("ariaIndeterminate","indeterminate"):t===!0?e("ariaChecked","checked"):e("ariaUnchecked","unchecked")}var rb="[tabindex], input, select, button, textarea, [href]",bg="[disabled], .ag-disabled:not(.ag-button), .ag-disabled *";function Ti(e){return!e||!e.matches("input, select, button, textarea")||!e.matches(bg)?!1:ps(e)}function Ge(e,t,s={}){const{skipAriaHidden:o}=s;e.classList.toggle("ag-hidden",!t),o||mg(e,!t)}function ab(e,t,s={}){const{skipAriaHidden:o}=s;e.classList.toggle("ag-invisible",!t),o||mg(e,!t)}function Ui(e,t){const s="disabled",o=t?n=>n.setAttribute(s,""):n=>n.removeAttribute(s);o(e);const i=e.querySelectorAll("input")??[];for(const n of i)o(n)}function Ks(e,t,s){let o=0;for(;e;){if(e.classList.contains(t))return!0;if(e=e.parentElement,typeof s=="number"){if(++o>s)break}else if(e===s)break}return!1}function go(e){const{height:t,width:s,borderTopWidth:o,borderRightWidth:i,borderBottomWidth:n,borderLeftWidth:r,paddingTop:a,paddingRight:l,paddingBottom:c,paddingLeft:d,marginTop:u,marginRight:h,marginBottom:p,marginLeft:f,boxSizing:m}=window.getComputedStyle(e),v=Number.parseFloat;return{height:v(t||"0"),width:v(s||"0"),borderTopWidth:v(o||"0"),borderRightWidth:v(i||"0"),borderBottomWidth:v(n||"0"),borderLeftWidth:v(r||"0"),paddingTop:v(a||"0"),paddingRight:v(l||"0"),paddingBottom:v(c||"0"),paddingLeft:v(d||"0"),marginTop:v(u||"0"),marginRight:v(h||"0"),marginBottom:v(p||"0"),marginLeft:v(f||"0"),boxSizing:m}}function Rc(e){const t=go(e);return t.boxSizing==="border-box"?t.height-t.paddingTop-t.paddingBottom-t.borderTopWidth-t.borderBottomWidth:t.height}function $i(e){const t=go(e);return t.boxSizing==="border-box"?t.width-t.paddingLeft-t.paddingRight-t.borderLeftWidth-t.borderRightWidth:t.width}function Sg(e){const{height:t,marginBottom:s,marginTop:o}=go(e);return Math.floor(t+s+o)}function dr(e){const{width:t,marginLeft:s,marginRight:o}=go(e);return Math.floor(t+s+o)}function yg(e){const t=e.getBoundingClientRect(),{borderTopWidth:s,borderLeftWidth:o,borderRightWidth:i,borderBottomWidth:n}=go(e);return{top:t.top+(s||0),left:t.left+(o||0),right:t.right+(i||0),bottom:t.bottom+(n||0)}}function ur(e,t){let s=e.scrollLeft;return t&&(s=Math.abs(s)),s}function hr(e,t,s){s&&(t*=-1),e.scrollLeft=t}function gt(e){for(;e?.firstChild;)e.firstChild.remove()}function Ms(e){e?.parentNode&&e.remove()}function xg(e){return!!e.offsetParent}function ps(e){return e.checkVisibility?e.checkVisibility({checkVisibilityCSS:!0}):!(!xg(e)||window.getComputedStyle(e).visibility!=="visible")}function Fc(e){const t=document.createElement("div");return t.innerHTML=(e||"").trim(),t.firstChild}function Kn(e){return()=>{const t=e();return t?Ec(t)||Rg(t):!0}}function Ec(e){return e.clientWidth<e.scrollWidth}function Rg(e){return e.clientHeight<e.scrollHeight}function gr(e,t){t==="flex"?(e.style.removeProperty("width"),e.style.removeProperty("minWidth"),e.style.removeProperty("maxWidth"),e.style.flex="1 1 auto"):Xt(e,t)}function Xt(e,t){t=Dc(t),e.style.width=t,e.style.maxWidth=t,e.style.minWidth=t}function Ii(e,t){t=Dc(t),e.style.height=t,e.style.maxHeight=t,e.style.minHeight=t}function Dc(e){return typeof e=="number"?`${e}px`:e}function Pc(e){return e instanceof Node||e instanceof HTMLElement}function wt(e,t,s){s==null||s===""?e.removeAttribute(t):e.setAttribute(t,s.toString())}function fs(e,t,s){const i=hg(e).ResizeObserver,n=i?new i(s):null;return n?.observe(t),()=>n?.disconnect()}function ms(e,t){const s=hg(e);s.requestAnimationFrame?s.requestAnimationFrame(t):s.webkitRequestAnimationFrame?s.webkitRequestAnimationFrame(t):s.setTimeout(t,0)}var Fg="data-ref",Ha;function Kd(){return Ha??(Ha=document.createTextNode(" ")),Ha.cloneNode()}function rn(e){const{attrs:t,children:s,cls:o,ref:i,role:n,tag:r}=e,a=document.createElement(r);if(o&&(a.className=o),i&&a.setAttribute(Fg,i),n&&a.setAttribute("role",n),t)for(const l of Object.keys(t))a.setAttribute(l,t[l]);if(s)if(typeof s=="string")a.textContent=s;else{let l=!0;for(const c of s)c&&(typeof c=="string"?(a.appendChild(document.createTextNode(c)),l=!1):typeof c=="function"?a.appendChild(c()):(l&&(a.appendChild(Kd()),l=!1),a.append(rn(c)),a.appendChild(Kd())))}return a}var lb=["touchstart","touchend","touchmove","touchcancel","scroll"],cb=["wheel"],Ga={},Eg=(()=>{const e={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return s=>{if(typeof Ga[s]=="boolean")return Ga[s];const o=document.createElement(e[s]||"div");return s="on"+s,Ga[s]=s in o}})();function db(e,t){return!t||!e?!1:hb(t).indexOf(e)>=0}function ub(e){const t=[];let s=e.target;for(;s;)t.push(s),s=s.parentElement;return t}function hb(e){const t=e;return t.path?t.path:t.composedPath?t.composedPath():ub(t)}function gb(e,t,s){const o=pb(t);let i;o!=null&&(i={passive:o}),e.addEventListener(t,s,i)}var pb=e=>{const t=lb.includes(e),s=cb.includes(e);if(t)return!0;if(s)return!1};function Dg(e,t,s){if(s===0)return!1;const o=Math.abs(e.clientX-t.clientX),i=Math.abs(e.clientY-t.clientY);return Math.max(o,i)<=s}var ki=(e,t)=>{const s=e.identifier;for(let o=0,i=t.length;o<i;++o){const n=t[o];if(n.identifier===s)return n}return null};function Ki(e,t){return e.gos.isElementInThisInstance(t.target)}function fb(e,t,s){const i=e.getBoundingClientRect().height,n=W1(s)-2,r=_1(s)-2;if(!e.offsetParent)return;const l=yg(e.offsetParent),{clientY:c,clientX:d}=t;let u=c-l.top-i/2,h=d-l.left-10;const p=Xe(s),f=p.defaultView||window,m=f.pageYOffset||p.documentElement.scrollTop,v=f.pageXOffset||p.documentElement.scrollLeft;n>0&&h+e.clientWidth>n+v&&(h=n+v-e.clientWidth),h<0&&(h=0),r>0&&u+e.clientHeight>r+m&&(u=r+m-e.clientHeight),u<0&&(u=0),e.style.left=`${h}px`,e.style.top=`${u}px`}var qn=(e,...t)=>{for(const s of t){const[o,i,n,r]=s;o.addEventListener(i,n,r),e.push(s)}},Mc=e=>{if(e){for(const[t,s,o,i]of e)t.removeEventListener(s,o,i);e.length=0}},Rs=e=>{e.cancelable&&e.preventDefault()};function mb(e,t){return t}function Pg(e){return e?.getLocaleTextFunc()??mb}function Cb(e,t,s,o){const i=t[s];return e.getLocaleTextFunc()(s,typeof i=="function"?i(o):i,o)}function vb(e){return(t,s,o)=>e({key:t,defaultValue:s,variableValues:o})}function wb(e){return(t,s,o)=>{let i=e?.[t];if(i&&o?.length){let n=0;for(;!(n>=o.length||i.indexOf("${variable}")===-1);)i=i.replace("${variable}",o[n++])}return i??s}}var es=class{constructor(){this.destroyFunctions=[],this.destroyed=!1,this.__v_skip=!0,this.propertyListenerId=0,this.lastChangeSetIdLookup={},this.isAlive=()=>!this.destroyed}preWireBeans(e){this.beans=e,this.stubContext=e.context,this.eventSvc=e.eventSvc,this.gos=e.gos}destroy(){const{destroyFunctions:e}=this;for(let t=0;t<e.length;t++)e[t]();e.length=0,this.destroyed=!0,this.dispatchLocalEvent({type:"destroyed"})}addEventListener(e,t,s){this.localEventService||(this.localEventService=new so),this.localEventService.addEventListener(e,t,s)}removeEventListener(e,t,s){this.localEventService?.removeEventListener(e,t,s)}dispatchLocalEvent(e){this.localEventService?.dispatchEvent(e)}addManagedElementListeners(e,t){return this._setupListeners(e,t)}addManagedEventListeners(e){return this._setupListeners(this.eventSvc,e)}addManagedListeners(e,t){return this._setupListeners(e,t)}_setupListeners(e,t){const s=[];for(const o of Object.keys(t)){const i=t[o];i&&s.push(this._setupListener(e,o,i))}return s}_setupListener(e,t,s){if(this.destroyed)return()=>null;let o;if(bb(e))e.__addEventListener(t,s),o=()=>(e.__removeEventListener(t,s),null);else{const i=Sb(e);e instanceof HTMLElement?gb(e,t,s):i?e.addListener(t,s):e.addEventListener(t,s),o=i?()=>(e.removeListener(t,s),null):()=>(e.removeEventListener(t,s),null)}return this.destroyFunctions.push(o),()=>(o(),this.destroyFunctions=this.destroyFunctions.filter(i=>i!==o),null)}setupPropertyListener(e,t){const{gos:s}=this;s.addPropertyEventListener(e,t);const o=()=>(s.removePropertyEventListener(e,t),null);return this.destroyFunctions.push(o),()=>(o(),this.destroyFunctions=this.destroyFunctions.filter(i=>i!==o),null)}addManagedPropertyListener(e,t){return this.destroyed?()=>null:this.setupPropertyListener(e,t)}addManagedPropertyListeners(e,t){if(this.destroyed)return;const s=e.join("-")+this.propertyListenerId++,o=i=>{if(i.changeSet){if(i.changeSet&&i.changeSet.id===this.lastChangeSetIdLookup[s])return;this.lastChangeSetIdLookup[s]=i.changeSet.id}const n={type:"propertyChanged",changeSet:i.changeSet,source:i.source};t(n)};for(const i of e)this.setupPropertyListener(i,o)}getLocaleTextFunc(){return Pg(this.beans.localeSvc)}addDestroyFunc(e){this.isAlive()?this.destroyFunctions.push(e):e()}createOptionalManagedBean(e,t){return e?this.createManagedBean(e,t):void 0}createManagedBean(e,t){const s=this.createBean(e,t);return this.addDestroyFunc(this.destroyBean.bind(this,e,t)),s}createBean(e,t,s){return(t||this.stubContext).createBean(e,s)}destroyBean(e,t){return(t||this.stubContext).destroyBean(e)}destroyBeans(e,t){return(t||this.stubContext).destroyBeans(e)}};function bb(e){return e.__addEventListener!==void 0}function Sb(e){return e.eventServiceType==="global"}var A=class extends es{},qd={};function Tc(e,t){qd[t]||(e(),qd[t]=!0)}var yb={pending:!1,funcs:[]},xb={pending:!1,funcs:[]};function Ll(e,t="setTimeout",s){const o=t==="raf"?xb:yb;if(o.funcs.push(e),o.pending)return;o.pending=!0;const i=()=>{const n=o.funcs.slice();o.funcs.length=0,o.pending=!1;for(const r of n)r()};t==="raf"?ms(s,i):window.setTimeout(i,0)}function tt(e,t,s){let o;return function(...i){const n=this;window.clearTimeout(o),o=window.setTimeout(function(){e.isAlive()&&t.apply(n,i)},s)}}function Yd(e,t){let s=0;return function(...o){const i=this,n=Date.now();n-s<t||(s=n,e.apply(i,o))}}function Rb(e,t,s,o=100){const i=Date.now();let n=null,r=!1;const a=()=>{n!=null&&(window.clearInterval(n),n=null)};e.addDestroyFunc(a);const l=()=>{const c=Date.now()-i>o;(t()||c)&&(s(),r=!0,a())};l(),r||(n=window.setInterval(l,10))}var Mg=new Set(["__proto__","constructor","prototype"]);function Fb(e,t){if(e!=null){if(Array.isArray(e)){for(let s=0;s<e.length;s++)t(s.toString(),e[s]);return}for(const s of Object.keys(e).filter(o=>!Mg.has(o)))t(s,e[s])}}function ct(e,t,s=!0,o=!1){K(t)&&Fb(t,(i,n)=>{let r=e[i];r!==n&&(o&&r==null&&n!=null&&typeof n=="object"&&n.constructor===Object&&(r={},e[i]=r),Zd(n)&&Zd(r)&&!Array.isArray(r)?ct(r,n,s,o):(s||n!==void 0)&&(e[i]=n))})}function Zd(e){return typeof e=="object"&&e!==null}var Ic=class os{static applyGlobalGridOptions(t){if(!os.gridOptions)return{...t};let s={};return ct(s,os.gridOptions,!0,!0),os.mergeStrategy==="deep"?ct(s,t,!0,!0):s={...s,...t},os.gridOptions.context&&(s.context=os.gridOptions.context),t.context&&(os.mergeStrategy==="deep"&&s.context&&ct(t.context,s.context,!0,!0),s.context=t.context),s}static applyGlobalGridOption(t,s){if(os.mergeStrategy==="deep"){const o=Tg(t);if(o&&typeof o=="object"&&typeof s=="object")return os.applyGlobalGridOptions({[t]:s})[t]}return s}};Ic.gridOptions=void 0;Ic.mergeStrategy="shallow";var kc=Ic;function Tg(e){return kc.gridOptions?.[e]}var Ig={suppressContextMenu:!1,preventDefaultOnContextMenu:!1,allowContextMenuWithControlKey:!1,suppressMenuHide:!0,enableBrowserTooltips:!1,tooltipTrigger:"hover",tooltipShowDelay:2e3,tooltipHideDelay:1e4,tooltipMouseTrack:!1,tooltipShowMode:"standard",tooltipInteraction:!1,copyHeadersToClipboard:!1,copyGroupHeadersToClipboard:!1,clipboardDelimiter:" ",suppressCopyRowsToClipboard:!1,suppressCopySingleCellRanges:!1,suppressLastEmptyLineOnPaste:!1,suppressClipboardPaste:!1,suppressClipboardApi:!1,suppressCutToClipboard:!1,maintainColumnOrder:!1,enableStrictPivotColumnOrder:!1,suppressFieldDotNotation:!1,allowDragFromColumnsToolPanel:!1,suppressMovableColumns:!1,suppressColumnMoveAnimation:!1,suppressMoveWhenColumnDragging:!1,suppressDragLeaveHidesColumns:!1,suppressRowGroupHidesColumns:!1,suppressAutoSize:!1,autoSizePadding:20,skipHeaderOnAutoSize:!1,singleClickEdit:!1,suppressClickEdit:!1,readOnlyEdit:!1,stopEditingWhenCellsLoseFocus:!1,enterNavigatesVertically:!1,enterNavigatesVerticallyAfterEdit:!1,enableCellEditingOnBackspace:!1,undoRedoCellEditing:!1,undoRedoCellEditingLimit:10,suppressCsvExport:!1,suppressExcelExport:!1,cacheQuickFilter:!1,includeHiddenColumnsInQuickFilter:!1,excludeChildrenWhenTreeDataFiltering:!1,enableAdvancedFilter:!1,includeHiddenColumnsInAdvancedFilter:!1,enableCharts:!1,masterDetail:!1,keepDetailRows:!1,keepDetailRowsCount:10,detailRowAutoHeight:!1,tabIndex:0,rowBuffer:10,valueCache:!1,valueCacheNeverExpires:!1,enableCellExpressions:!1,suppressTouch:!1,suppressFocusAfterRefresh:!1,suppressBrowserResizeObserver:!1,suppressPropertyNamesCheck:!1,suppressChangeDetection:!1,debug:!1,suppressLoadingOverlay:!1,suppressNoRowsOverlay:!1,pagination:!1,paginationPageSize:100,paginationPageSizeSelector:!0,paginationAutoPageSize:!1,paginateChildRows:!1,suppressPaginationPanel:!1,pivotMode:!1,pivotPanelShow:"never",pivotDefaultExpanded:0,pivotSuppressAutoColumn:!1,suppressExpandablePivotGroups:!1,functionsReadOnly:!1,suppressAggFuncInHeader:!1,alwaysAggregateAtRootLevel:!1,aggregateOnlyChangedColumns:!1,suppressAggFilteredOnly:!1,removePivotHeaderRowWhenSingleValueColumn:!1,animateRows:!0,cellFlashDuration:500,cellFadeDuration:1e3,allowShowChangeAfterFilter:!1,domLayout:"normal",ensureDomOrder:!1,enableRtl:!1,suppressColumnVirtualisation:!1,suppressMaxRenderedRowRestriction:!1,suppressRowVirtualisation:!1,rowDragManaged:!1,rowDragInsertDelay:500,suppressRowDrag:!1,suppressMoveWhenRowDragging:!1,rowDragEntireRow:!1,rowDragMultiRow:!1,embedFullWidthRows:!1,groupDisplayType:"singleColumn",groupDefaultExpanded:0,groupMaintainOrder:!1,groupSelectsChildren:!1,groupSuppressBlankHeader:!1,groupSelectsFiltered:!1,showOpenedGroup:!1,groupRemoveSingleChildren:!1,groupRemoveLowestSingleChildren:!1,groupHideOpenParents:!1,groupAllowUnbalanced:!1,rowGroupPanelShow:"never",suppressMakeColumnVisibleAfterUnGroup:!1,treeData:!1,rowGroupPanelSuppressSort:!1,suppressGroupRowsSticky:!1,rowModelType:"clientSide",asyncTransactionWaitMillis:50,suppressModelUpdateAfterUpdateTransaction:!1,cacheOverflowSize:1,infiniteInitialRowCount:1,serverSideInitialRowCount:1,cacheBlockSize:100,maxBlocksInCache:-1,maxConcurrentDatasourceRequests:2,blockLoadDebounceMillis:0,purgeClosedRowNodes:!1,serverSideSortAllLevels:!1,serverSideOnlyRefreshFilteredGroups:!1,serverSidePivotResultFieldSeparator:"_",viewportRowModelPageSize:5,viewportRowModelBufferSize:5,alwaysShowHorizontalScroll:!1,alwaysShowVerticalScroll:!1,debounceVerticalScrollbar:!1,suppressHorizontalScroll:!1,suppressScrollOnNewData:!1,suppressScrollWhenPopupsAreOpen:!1,suppressAnimationFrame:!1,suppressMiddleClickScrolls:!1,suppressPreventDefaultOnMouseWheel:!1,rowMultiSelectWithClick:!1,suppressRowDeselection:!1,suppressRowClickSelection:!1,suppressCellFocus:!1,suppressHeaderFocus:!1,suppressMultiRangeSelection:!1,enableCellTextSelection:!1,enableRangeSelection:!1,enableRangeHandle:!1,enableFillHandle:!1,fillHandleDirection:"xy",suppressClearOnFillReduction:!1,accentedSort:!1,unSortIcon:!1,suppressMultiSort:!1,alwaysMultiSort:!1,suppressMaintainUnsortedOrder:!1,suppressRowHoverHighlight:!1,suppressRowTransform:!1,columnHoverHighlight:!1,deltaSort:!1,enableGroupEdit:!1,groupLockGroupColumns:0,serverSideEnableClientSideSort:!1,suppressServerSideFullWidthLoadingRow:!1,pivotMaxGeneratedColumns:-1,columnMenu:"new",reactiveCustomComponents:!0,suppressSetFilterByDefault:!1,rowNumbers:!1,enableFilterHandlers:!1},kg="https://www.ag-grid.com";function io(e,t,...s){e.get("debug")&&console.log("AG Grid: "+t,...s)}function Ai(e,...t){Tc(()=>console.warn("AG Grid: "+e,...t),e+t?.join(""))}function Lo(e,...t){Tc(()=>console.error("AG Grid: "+e,...t),e+t?.join(""))}var Ag=new Set,pr={},qs={},Yn,Lg=!1,Og=!1,Eb=!1;function Db(e){const[t,s]=e.version.split(".")||[],[o,i]=Yn.split(".")||[];return t===o&&s===i}function Pb(e){Yn||(Yn=e.version);const t=o=>`You are using incompatible versions of AG Grid modules. Major and minor versions should always match across modules. ${o} Please update all modules to the same version.`;e.version?Db(e)||Lo(t(`'${e.moduleName}' is version ${e.version} but the other modules are version ${Yn}.`)):Lo(t(`'${e.moduleName}' is incompatible.`));const s=e.validate?.();s&&!s.isValid&&Lo(`${s.message}`)}function qi(e,t,s=!1){s||(Lg=!0),Pb(e);const o=e.rowModels??["all"];Ag.add(e);let i;t!==void 0?(Og=!0,qs[t]===void 0&&(qs[t]={}),i=qs[t]):i=pr;for(const n of o)i[n]===void 0&&(i[n]={}),i[n][e.moduleName]=e;if(e.dependsOn)for(const n of e.dependsOn)qi(n,t,s)}function Mb(e){delete qs[e]}function Ol(e,t,s){const o=i=>!!pr[i]?.[e]||!!qs[t]?.[i]?.[e];return o(s)||o("all")}function Ac(){return Og}function Tb(e,t){const s=qs[e]??{};return[...Object.values(pr.all??{}),...Object.values(s.all??{}),...Object.values(pr[t]??{}),...Object.values(s[t]??{})]}function Ib(){return new Set(Ag)}function kb(e,t){const s=qs[e]??{};return[...Object.values(s.all??{}),...Object.values(s[t]??{})]}function Ab(){return Lg}function Lb(){return Eb}var Ob=class{static register(e){qi(e,void 0)}static registerModules(e){for(const t of e)qi(t,void 0)}},U="34.3.0",Xd=2e3,Qd=100,Ng="_version_",Hg=null,Oo=`${kg}/javascript-data-grid`;function Nb(e){Hg=e}function Hb(e){Oo=e}function Gg(e,t,s){return Hg?.(e,t)??[zb(e,t,s)]}function Lc(e,t,s,o,i){e(`${o?"warning":"error"} #${t}`,...Gg(t,s,i))}function Gb(e){if(!e)return String(e);const t={};for(const s of Object.keys(e))typeof e[s]!="object"&&typeof e[s]!="function"&&(t[s]=e[s]);return JSON.stringify(t)}function Bb(e){let t=e;return e instanceof Error?t=e.toString():typeof e=="object"&&(t=Gb(e)),t}function fr(e){return e===void 0?"undefined":e===null?"null":e}function Nl(e,t){return`${e}?${t.toString()}`}function Vb(e,t,s){const o=Array.from(t.entries()).sort((n,r)=>r[1].length-n[1].length);let i=Nl(e,t);for(const[n,r]of o){if(n===Ng)continue;const a=i.length-s;if(a<=0)break;const l="...",c=a+l.length,d=r.length-c>Qd?r.slice(0,r.length-c)+l:r.slice(0,Qd)+l;t.set(n,d),i=Nl(e,t)}return i}function Bg(e,t){const s=new URLSearchParams;if(s.append(Ng,U),t)for(const n of Object.keys(t))s.append(n,Bb(t[n]));const o=`${Oo}/errors/${e}`,i=Nl(o,s);return i.length<=Xd?i:Vb(o,s,Xd)}var zb=(e,t,s)=>{const o=Bg(e,t);return`${`${s?s+`
|
|
2
2
|
`:""}Visit ${o}`}${s?"":`
|
|
3
|
-
Alternatively register the ValidationModule to see the full message in the console.`}`};function G(...e){Lc(Ai,e[0],e[1],!0)}function Pe(...e){Lc(Lo,e[0],e[1],!1)}function Fi(e,t,s){Lc(Lo,e,t,!1,s)}function Wb(e,t){const s=t[0];return`error #${s} `+Gg(s,t[1],e).join(" ")}function Qt(...e){return Wb(void 0,e)}function Vg(e,t){return e.get("rowModelType")===t}function We(e,t){return Vg(e,"clientSide")}function po(e,t){return Vg(e,"serverSide")}function st(e,t){return e.get("domLayout")===t}function Ys(e){return Cr(e)!==void 0}function zg(e){return typeof e.get("getRowHeight")=="function"}function _b(e,t){return t?!e.get("enableStrictPivotColumnOrder"):e.get("maintainColumnOrder")}function Ts(e,t,s=!1,o){const{gos:i,environment:n}=e;if(o==null&&(o=n.getDefaultRowHeight()),zg(i)){if(s)return{height:o,estimated:!0};const l={node:t,data:t.data},c=i.getCallback("getRowHeight")(l);if(Hl(c))return c===0&&G(23),{height:Math.max(1,c),estimated:!1}}if(t.detail&&i.get("masterDetail"))return jb(i);const r=i.get("rowHeight");return{height:r&&Hl(r)?r:o,estimated:!1}}function jb(e){if(e.get("detailRowAutoHeight"))return{height:1,estimated:!1};const t=e.get("detailRowHeight");return Hl(t)?{height:t,estimated:!1}:{height:300,estimated:!1}}function Zs(e){const{environment:t,gos:s}=e,o=s.get("rowHeight");if(!o||He(o))return t.getDefaultRowHeight();const i=t.refreshRowHeightVariable();return i!==-1?i:(G(24),t.getDefaultRowHeight())}function Hl(e){return!isNaN(e)&&typeof e=="number"&&isFinite(e)}function Wg(e,t,s){const o=t[e.getDomDataKey()];return o?o[s]:void 0}function no(e,t,s,o){const i=e.getDomDataKey();let n=t[i];He(n)&&(n={},t[i]=n),n[s]=o}function No(e){return e.get("ensureDomOrder")?!1:e.get("animateRows")}function _g(e){return!(e.get("paginateChildRows")||e.get("groupHideOpenParents")||st(e,"print"))}function qt(e){return!e.get("autoGroupColumnDef")?.comparator&&!e.get("treeData")}function Gl(e){const t=e.get("groupAggFiltering");if(typeof t=="function")return e.getCallback("groupAggFiltering");if(t===!0)return()=>!0}function jg(e){return e.get("grandTotalRow")}function Ug(e,t){return t?!1:e.get("groupDisplayType")==="groupRows"}function $g(e,t,s){return!!t.group&&!t.footer&&Ug(e,s)}function Ko(e){const t=e.getCallback("getRowId");return t===void 0?t:s=>{let o=t(s);return typeof o!="string"&&(Tc(()=>G(25,{id:o}),"getRowIdString"),o=String(o)),o}}function Ub(e,t){const s=e.get("groupHideParentOfSingleChild");return!!(s===!0||s==="leafGroupsOnly"&&t.leafGroup||e.get("groupRemoveSingleChildren")||e.get("groupRemoveLowestSingleChildren")&&t.leafGroup)}function $b(e){const t=e.get("maxConcurrentDatasourceRequests");return t>0?t:void 0}function Ho(e){return e?.checkboxes??!0}function Zn(e){return e?.mode==="multiRow"&&(e.headerCheckbox??!0)}function mr(e){if(typeof e=="object")return e.checkboxLocation??"selectionColumn"}function Ba(e){return e?.hideDisabledCheckboxes??!1}function Kb(e){return typeof e.get("rowSelection")!="string"}function Is(e){const t=e.get("cellSelection");return t!==void 0?!!t:e.get("enableRangeSelection")}function Kg(e){const t=e.get("rowSelection")??"single";if(typeof t=="string"){const s=e.get("suppressRowClickSelection"),o=e.get("suppressRowDeselection");return s&&o?!1:s?"enableDeselection":o?"enableSelection":!0}return t.mode==="singleRow"||t.mode==="multiRow"?t.enableClickSelection??!1:!1}function qb(e){const t=Kg(e);return t===!0||t==="enableSelection"}function Yb(e){const t=Kg(e);return t===!0||t==="enableDeselection"}function Bl(e){const t=e.get("rowSelection");return typeof t=="string"?e.get("isRowSelectable"):t?.isRowSelectable}function Cr(e){const t="beanName"in e&&e.beanName==="gos"?e.get("rowSelection"):e.rowSelection;if(typeof t=="string")switch(t){case"multiple":return"multiRow";case"single":return"singleRow";default:return}switch(t?.mode){case"multiRow":case"singleRow":return t.mode;default:return}}function vr(e){return Cr(e)==="multiRow"}function Zb(e){const t=e.get("rowSelection");return typeof t=="string"?e.get("rowMultiSelectWithClick"):t?.enableSelectionWithoutKeys??!1}function wr(e){const t=e.get("rowSelection");if(typeof t=="string"){const s=e.get("groupSelectsChildren"),o=e.get("groupSelectsFiltered");return s&&o?"filteredDescendants":s?"descendants":"self"}return t?.mode==="multiRow"?t.groupSelects:void 0}function qg(e,t=!0){const s=e.get("rowSelection");return typeof s!="object"?t?"all":void 0:s.mode==="multiRow"?s.selectAll:"all"}function Xb(e){const t=e.get("rowSelection");return typeof t=="string"?!1:t?.mode==="multiRow"?t.ctrlASelectsRows??!1:!1}function Yi(e){const t=wr(e);return t==="descendants"||t==="filteredDescendants"}function Jd(e){const t=e.get("rowSelection");return typeof t=="object"&&t.masterSelects||"self"}function Qb(e){return e.isModuleRegistered("SetFilter")&&!e.get("suppressSetFilterByDefault")}function bt(e){return e.get("columnMenu")==="legacy"}function Jb(e){return!bt(e)}function e0(e){return!e||e.length<2?e:"on"+e[0].toUpperCase()+e.substring(1)}function t0(e,t,s){typeof e!="object"&&(e={});const o={...e};for(const i of s){const n=t[i];typeof n<"u"&&(o[i]=n)}return o}function s0(e,t){if(!e)return;const s={};let o=!1;for(const r of Object.keys(e))s[r]=e[r],o=!0;if(!o)return;const i={type:"gridOptionsChanged",options:s};t.dispatchEvent(i);const n={type:"componentStateChanged",...s};t.dispatchEvent(n)}function ae(e,t){return e.addCommon(t)}function Xn(e,t){return e[t]??e.gridOptions?.[t]??Tg(t)??Ig[t]}function eu({gos:e},t){return t.button===2||t.ctrlKey&&e.get("allowContextMenuWithControlKey")}var o0={resizable:!0,sortable:!0},i0=0;function Yg(){return i0++}function ks(e){return e instanceof fo}var fo=class extends A{constructor(e,t,s,o){super(),this.colDef=e,this.userProvidedColDef=t,this.colId=s,this.primary=o,this.isColumn=!0,this.instanceId=Yg(),this.autoHeaderHeight=null,this.moving=!1,this.resizing=!1,this.menuVisible=!1,this.lastLeftPinned=!1,this.firstRightPinned=!1,this.filterActive=!1,this.colEventSvc=new so,this.tooltipEnabled=!1,this.rowGroupActive=!1,this.pivotActive=!1,this.aggregationActive=!1,this.flex=null,this.colIdSanitised=Mi(s)}destroy(){super.destroy(),this.beans.rowSpanSvc?.deregister(this)}getInstanceId(){return this.instanceId}setState(){const{colDef:e,beans:{sortSvc:t,pinnedCols:s,colFlex:o}}=this;t?.initCol(this);const i=e.hide;i!==void 0?this.visible=!i:this.visible=!e.initialHide,s?.initCol(this),o?.initCol(this)}setColDef(e,t,s){const o=e.spanRows!==this.colDef.spanRows;this.colDef=e,this.userProvidedColDef=t,this.initMinAndMaxWidths(),this.initDotNotation(),this.initTooltip(),o&&(this.beans.rowSpanSvc?.deregister(this),this.initRowSpan()),this.dispatchColEvent("colDefChanged",s)}getUserProvidedColDef(){return this.userProvidedColDef}getParent(){return this.parent}getOriginalParent(){return this.originalParent}postConstruct(){this.setState(),this.initMinAndMaxWidths(),this.resetActualWidth("gridInitializing"),this.initDotNotation(),this.initTooltip(),this.initRowSpan(),this.addPivotListener()}initDotNotation(){const{gos:e,colDef:{field:t,tooltipField:s}}=this,o=e.get("suppressFieldDotNotation");this.fieldContainsDots=K(t)&&t.includes(".")&&!o,this.tooltipFieldContainsDots=K(s)&&s.includes(".")&&!o}initMinAndMaxWidths(){const e=this.colDef;this.minWidth=e.minWidth??this.beans.environment.getDefaultColumnMinWidth(),this.maxWidth=e.maxWidth??Number.MAX_SAFE_INTEGER}initTooltip(){this.beans.tooltipSvc?.initCol(this)}initRowSpan(){this.colDef.spanRows&&this.beans.rowSpanSvc?.register(this)}addPivotListener(){const e=this.beans.pivotColDefSvc,t=this.colDef.pivotValueColumn;!e||!t||this.addManagedListeners(t,{colDefChanged:s=>{const o=e.recreateColDef(this.colDef);this.setColDef(o,o,s.source)}})}resetActualWidth(e){const t=this.calculateColInitialWidth(this.colDef);this.setActualWidth(t,e,!0)}calculateColInitialWidth(e){let t;const s=e.width,o=e.initialWidth;return s!=null?t=s:o!=null?t=o:t=200,Math.max(Math.min(t,this.maxWidth),this.minWidth)}isEmptyGroup(){return!1}isRowGroupDisplayed(e){return this.beans.showRowGroupCols?.isRowGroupDisplayed(this,e)??!1}isPrimary(){return this.primary}isFilterAllowed(){return!!this.colDef.filter}isFieldContainsDots(){return this.fieldContainsDots}isTooltipEnabled(){return this.tooltipEnabled}isTooltipFieldContainsDots(){return this.tooltipFieldContainsDots}getHighlighted(){return this.highlighted}__addEventListener(e,t){this.colEventSvc.addEventListener(e,t)}__removeEventListener(e,t){this.colEventSvc.removeEventListener(e,t)}addEventListener(e,t){this.frameworkEventListenerService=this.beans.frameworkOverrides.createLocalEventListenerWrapper?.(this.frameworkEventListenerService,this.colEventSvc);const s=this.frameworkEventListenerService?.wrap(e,t)??t;this.colEventSvc.addEventListener(e,s)}removeEventListener(e,t){const s=this.frameworkEventListenerService?.unwrap(e,t)??t;this.colEventSvc.removeEventListener(e,s)}createColumnFunctionCallbackParams(e){return ae(this.gos,{node:e,data:e.data,column:this,colDef:this.colDef})}isSuppressNavigable(e){return this.beans.cellNavigation?.isSuppressNavigable(this,e)??!1}isCellEditable(e){return this.beans.editSvc?.isCellEditable({rowNode:e,column:this})??!1}isSuppressFillHandle(){return!!this.colDef.suppressFillHandle}isAutoHeight(){return!!this.colDef.autoHeight}isAutoHeaderHeight(){return!!this.colDef.autoHeaderHeight}isRowDrag(e){return this.isColumnFunc(e,this.colDef.rowDrag)}isDndSource(e){return this.isColumnFunc(e,this.colDef.dndSource)}isCellCheckboxSelection(e){return this.beans.selectionSvc?.isCellCheckboxSelection(this,e)??!1}isSuppressPaste(e){return this.isColumnFunc(e,this.colDef?.suppressPaste??null)}isResizable(){return!!this.getColDefValue("resizable")}getColDefValue(e){return this.colDef[e]??o0[e]}isColumnFunc(e,t){if(typeof t=="boolean")return t;if(typeof t=="function"){const s=this.createColumnFunctionCallbackParams(e);return t(s)}return!1}createColumnEvent(e,t){return ae(this.gos,{type:e,column:this,columns:[this],source:t})}isMoving(){return this.moving}getSort(){return this.sort}isSortable(){return!!this.getColDefValue("sortable")}isSortAscending(){return this.sort==="asc"}isSortDescending(){return this.sort==="desc"}isSortNone(){return He(this.sort)}isSorting(){return K(this.sort)}getSortIndex(){return this.sortIndex}isMenuVisible(){return this.menuVisible}getAggFunc(){return this.aggFunc}getLeft(){return this.left}getOldLeft(){return this.oldLeft}getRight(){return this.left+this.actualWidth}setLeft(e,t){this.oldLeft=this.left,this.left!==e&&(this.left=e,this.dispatchColEvent("leftChanged",t))}isFilterActive(){return this.filterActive}isHovered(){return G(261),!!this.beans.colHover?.isHovered(this)}setFirstRightPinned(e,t){this.firstRightPinned!==e&&(this.firstRightPinned=e,this.dispatchColEvent("firstRightPinnedChanged",t))}setLastLeftPinned(e,t){this.lastLeftPinned!==e&&(this.lastLeftPinned=e,this.dispatchColEvent("lastLeftPinnedChanged",t))}isFirstRightPinned(){return this.firstRightPinned}isLastLeftPinned(){return this.lastLeftPinned}isPinned(){return this.pinned==="left"||this.pinned==="right"}isPinnedLeft(){return this.pinned==="left"}isPinnedRight(){return this.pinned==="right"}getPinned(){return this.pinned}setVisible(e,t){const s=e===!0;this.visible!==s&&(this.visible=s,this.dispatchColEvent("visibleChanged",t)),this.dispatchStateUpdatedEvent("hide")}isVisible(){return this.visible}isSpanHeaderHeight(){return!this.getColDef().suppressSpanHeaderHeight}getFirstRealParent(){let e=this.getOriginalParent();for(;e?.isPadding();)e=e.getOriginalParent();return e}getColumnGroupPaddingInfo(){let e=this.getParent();if(!e?.isPadding())return{numberOfParents:0,isSpanningTotal:!1};const t=e.getPaddingLevel()+1;let s=!0;for(;e;){if(!e.isPadding()){s=!1;break}e=e.getParent()}return{numberOfParents:t,isSpanningTotal:s}}getColDef(){return this.colDef}getDefinition(){return this.colDef}getColumnGroupShow(){return this.colDef.columnGroupShow}getColId(){return this.colId}getId(){return this.colId}getUniqueId(){return this.colId}getActualWidth(){return this.actualWidth}getAutoHeaderHeight(){return this.autoHeaderHeight}setAutoHeaderHeight(e){const t=e!==this.autoHeaderHeight;return this.autoHeaderHeight=e,t}createBaseColDefParams(e){return ae(this.gos,{node:e,data:e.data,colDef:this.colDef,column:this})}getColSpan(e){if(He(this.colDef.colSpan))return 1;const t=this.createBaseColDefParams(e),s=this.colDef.colSpan(t);return Math.max(s,1)}getRowSpan(e){if(He(this.colDef.rowSpan))return 1;const t=this.createBaseColDefParams(e),s=this.colDef.rowSpan(t);return Math.max(s,1)}setActualWidth(e,t,s=!1){e=Math.max(e,this.minWidth),e=Math.min(e,this.maxWidth),this.actualWidth!==e&&(this.actualWidth=e,this.flex!=null&&t!=="flex"&&t!=="gridInitializing"&&(this.flex=null),s||this.fireColumnWidthChangedEvent(t)),this.dispatchStateUpdatedEvent("width")}fireColumnWidthChangedEvent(e){this.dispatchColEvent("widthChanged",e)}isGreaterThanMax(e){return e>this.maxWidth}getMinWidth(){return this.minWidth}getMaxWidth(){return this.maxWidth}getFlex(){return this.flex}isRowGroupActive(){return this.rowGroupActive}isPivotActive(){return this.pivotActive}isAnyFunctionActive(){return this.isPivotActive()||this.isRowGroupActive()||this.isValueActive()}isAnyFunctionAllowed(){return this.isAllowPivot()||this.isAllowRowGroup()||this.isAllowValue()}isValueActive(){return this.aggregationActive}isAllowPivot(){return this.colDef.enablePivot===!0}isAllowValue(){return this.colDef.enableValue===!0}isAllowRowGroup(){return this.colDef.enableRowGroup===!0}dispatchColEvent(e,t,s){const o=this.createColumnEvent(e,t);s&&ct(o,s),this.colEventSvc.dispatchEvent(o)}dispatchStateUpdatedEvent(e){this.colEventSvc.dispatchEvent({type:"columnStateUpdated",key:e})}};function rt(e){return e instanceof Qn}var Qn=class extends A{constructor(e,t,s,o){super(),this.colGroupDef=e,this.groupId=t,this.padding=s,this.level=o,this.isColumn=!1,this.expandable=!1,this.instanceId=Yg(),this.expandableListenerRemoveCallback=null,this.expanded=!!e?.openByDefault}destroy(){this.expandableListenerRemoveCallback&&this.reset(null,void 0),super.destroy()}reset(e,t){this.colGroupDef=e,this.level=t,this.originalParent=null,this.expandableListenerRemoveCallback&&this.expandableListenerRemoveCallback(),this.children=void 0,this.expandable=void 0}getInstanceId(){return this.instanceId}getOriginalParent(){return this.originalParent}getLevel(){return this.level}isVisible(){return this.children?this.children.some(e=>e.isVisible()):!1}isPadding(){return this.padding}setExpanded(e){this.expanded=e===void 0?!1:e,this.dispatchLocalEvent({type:"expandedChanged"})}isExpandable(){return this.expandable}isExpanded(){return this.expanded}getGroupId(){return this.groupId}getId(){return this.getGroupId()}setChildren(e){this.children=e}getChildren(){return this.children}getColGroupDef(){return this.colGroupDef}getLeafColumns(){const e=[];return this.addLeafColumns(e),e}forEachLeafColumn(e){if(this.children)for(const t of this.children)ks(t)?e(t):rt(t)&&t.forEachLeafColumn(e)}addLeafColumns(e){if(this.children)for(const t of this.children)ks(t)?e.push(t):rt(t)&&t.addLeafColumns(e)}getColumnGroupShow(){const e=this.colGroupDef;if(e)return e.columnGroupShow}setupExpandable(){this.setExpandable(),this.expandableListenerRemoveCallback&&this.expandableListenerRemoveCallback();const e=this.onColumnVisibilityChanged.bind(this);for(const t of this.getLeafColumns())t.__addEventListener("visibleChanged",e);this.expandableListenerRemoveCallback=()=>{for(const t of this.getLeafColumns())t.__removeEventListener("visibleChanged",e);this.expandableListenerRemoveCallback=null}}setExpandable(){if(this.isPadding())return;let e=!1,t=!1,s=!1;const o=this.findChildrenRemovingPadding();for(let n=0,r=o.length;n<r;n++){const a=o[n];if(!a.isVisible())continue;const l=a.getColumnGroupShow();l==="open"?(e=!0,s=!0):l==="closed"?(t=!0,s=!0):(e=!0,t=!0)}const i=e&&t&&s;this.expandable!==i&&(this.expandable=i,this.dispatchLocalEvent({type:"expandableChanged"}))}findChildrenRemovingPadding(){const e=[],t=s=>{for(const o of s)rt(o)&&o.isPadding()?t(o.children):e.push(o)};return t(this.children),e}onColumnVisibilityChanged(){this.setExpandable()}},n0={numericColumn:{headerClass:"ag-right-aligned-header",cellClass:"ag-right-aligned-cell"},rightAligned:{headerClass:"ag-right-aligned-header",cellClass:"ag-right-aligned-cell"}};function tu(e,t,s){const o={},i=e.gos;return Object.assign(o,i.get("defaultColGroupDef")),Object.assign(o,t),i.validateColDef(o,s),o}var r0=class{constructor(){this.existingKeys={}}addExistingKeys(e){for(let t=0;t<e.length;t++)this.existingKeys[e[t]]=!0}getUniqueKey(e,t){e=kl(e);let s=0;for(;;){let o=e??t;if(o?s!==0&&(o+="_"+s):o=s,!this.existingKeys[o]){const i=String(o);return e&&s>0&&G(273,{providedId:e,usedId:i}),this.existingKeys[i]=!0,i}s++}}};function Te(e){if(e?.length)return e[e.length-1]}function Ls(e,t,s){if(e===t)return!0;if(!e||!t)return e==null&&t==null;const o=e.length;if(o!==t.length)return!1;for(let i=0;i<o;i++)if(e[i]!==t[i]&&!s?.(e[i],t[i]))return!1;return!0}function wi(e,t){if(e)for(const s of e)t(s)}function Vt(e,t){const s=e.indexOf(t);s>=0&&e.splice(s,1)}function su(e,t,s){for(let o=0;o<t.length;o++)Vt(e,t[o]);for(let o=t.length-1;o>=0;o--)e.splice(s,0,t[o])}var Jr="ag-Grid-AutoColumn",Zg="ag-Grid-SelectionColumn",Xg="ag-Grid-RowNumbersColumn";function Qg(e){const t=[],s=o=>{for(let i=0;i<o.length;i++){const n=o[i];ks(n)?t.push(n):rt(n)&&s(n.getChildren())}};return s(e),t}function is(e){return e.reduce((t,s)=>t+s.getActualWidth(),0)}function br(e,t,s){const o={};if(!t)return;ds(null,t,n=>{o[n.getInstanceId()]=n}),s&&ds(null,s,n=>{o[n.getInstanceId()]=null});const i=Object.values(o).filter(n=>n!=null);e.context.destroyBeans(i)}function Oc(e){return e.getId().startsWith(Jr)}function Cs(e){return(typeof e=="string"?e:"getColId"in e?e.getColId():e.colId)?.startsWith(Zg)??!1}function cs(e){return(typeof e=="string"?e:"getColId"in e?e.getColId():e.colId)?.startsWith(Xg)??!1}function a0(e){return Cs(e)||cs(e)}function Sr(e){let t=[];return e instanceof Array?t=e:typeof e=="string"&&(t=e.split(",")),t}function l0(e,t){return Ls(e,t,(s,o)=>s.getColId()===o.getColId())}function c0(e){e.map={};for(const t of e.list)e.map[t.getId()]=t}function Go(e){return e==="optionsUpdated"?"gridOptionsChanged":e}function Li(e,t){const s=e===t,o=e.getColDef()===t,i=e.getColId()==t;return s||o||i}var d0=(e,t)=>(s,o)=>{const i={value1:void 0,value2:void 0};let n=!1;return e&&(e[s]!==void 0&&(i.value1=e[s],n=!0),K(o)&&e[o]!==void 0&&(i.value2=e[o],n=!0)),!n&&t&&(t[s]!==void 0&&(i.value1=t[s]),K(o)&&t[o]!==void 0&&(i.value2=t[o])),i},u0=(e,t)=>{rt(e)&&e.setupExpandable(),e.originalParent=t};function h0(e,t=null,s,o,i){const n=new r0,{existingCols:r,existingGroups:a,existingColKeys:l}=g0(o);n.addExistingKeys(l);const c=Jg(e,t,0,s,r,n,a,i),{colGroupSvc:d}=e,u=d?.findMaxDepth(c,0)??0,h=d?d.balanceColumnTree(c,0,u,n):c;return ds(null,h,u0),{columnTree:h,treeDepth:u}}function g0(e){const t=[],s=[],o=[];return e&&ds(null,e,i=>{if(rt(i)){const n=i;s.push(n)}else{const n=i;o.push(n.getId()),t.push(n)}}),{existingCols:t,existingGroups:s,existingColKeys:o}}function Jg(e,t,s,o,i,n,r,a){if(!t)return[];const{colGroupSvc:l}=e,c=new Array(t.length);for(let d=0;d<c.length;d++){const u=t[d];l&&w0(u)?c[d]=l.createProvidedColumnGroup(o,u,s,i,n,r,a):c[d]=p0(e,o,u,i,n,a)}return c}function p0(e,t,s,o,i,n){const r=m0(s,o);r&&o?.splice(r.idx,1);let a=r?.column;if(a){const l=Vl(e,s,a.getColId());a.setColDef(l,s,n),f0(e,a,l,n)}else{const l=i.getUniqueKey(s.colId,s.field),c=Vl(e,s,l);a=new fo(c,s,l,t),e.context.createBean(a)}return e.dataTypeSvc?.addColumnListeners(a),a}function ep(e,t,s,o,i,n,r,a){const{sortSvc:l,pinnedCols:c,colFlex:d}=e;s!==void 0&&t.setVisible(!s,a),l&&(l.updateColSort(t,o,a),i!==void 0&&l.setColSortIndex(t,i)),n!==void 0&&c?.setColPinned(t,n),r!==void 0&&d?.setColFlex(t,r)}function f0(e,t,s,o){ep(e,t,s.hide,s.sort,s.sortIndex,s.pinned,s.flex,o);const i=t.getFlex();if(!(i!=null&&i>0))if(s.width!=null)t.setActualWidth(s.width,o);else{const n=t.getActualWidth();t.setActualWidth(n,o)}}function m0(e,t){if(t)for(let s=0;s<t.length;s++){const o=t[s].getUserProvidedColDef();if(!o)continue;if(e.colId!=null){if(t[s].getId()===e.colId)return{idx:s,column:t[s]};continue}if(e.field!=null){if(o.field===e.field)return{idx:s,column:t[s]};continue}if(o===e)return{idx:s,column:t[s]}}}function Vl(e,t,s,o){const{gos:i,dataTypeSvc:n}=e,r={},a=i.get("defaultColDef");ct(r,a,!1,!0);const l=C0(e,r,t,s);l&&v0(e,l,r);const c=r.cellDataType;ct(r,t,!1,!0),c!==void 0&&(r.cellDataType=c);const d=i.get("autoGroupColumnDef"),u=qt(i);return t.rowGroup&&d&&u&&ct(r,{sort:d.sort,initialSort:d.initialSort},!1,!0),n&&(n.postProcess(r),n.validateColDef(r)),i.validateColDef(r,s,o),r}function C0(e,t,s,o){const i=e.dataTypeSvc?.updateColDefAndGetColumnType(t,s,o),n=s.type??i??t.type;return t.type=n,n?Sr(n):void 0}function v0(e,t,s){if(!t.length)return;const o=Object.assign({},n0),i=e.gos.get("columnTypes")||{};for(const n of Object.keys(i)){const r=i[n];n in o?G(34,{key:n}):(r.type&&G(35),o[n]=r)}for(const n of t){const r=o[n.trim()];r?ct(s,r,!1,!0):G(36,{t:n})}}function w0(e){return e.children!==void 0}function ds(e,t,s){if(t)for(let o=0;o<t.length;o++){const i=t[o];rt(i)&&ds(i,i.getChildren(),s),s(i,e)}}function tp(e,t){const s=[],o=[],i=[];return e.forEach(r=>{const a=r.getColDef().lockPosition;a==="right"?i.push(r):a==="left"||a===!0?s.push(r):o.push(r)}),t.get("enableRtl")?[...i,...o,...s]:[...s,...o,...i]}function sp(e,t){let s=!0;return ds(null,t,o=>{if(!rt(o))return;const i=o;if(!i.getColGroupDef()?.marryChildren)return;const a=[];for(const h of i.getLeafColumns()){const p=e.indexOf(h);a.push(p)}const l=Math.max.apply(Math,a),c=Math.min.apply(Math,a),d=l-c,u=i.getLeafColumns().length-1;d>u&&(s=!1)}),s}function op(e,t){if(!e||e.length==0)return;const s=t(e[0]);for(let o=1;o<e.length;o++)if(s!==t(e[o]))return;return s}function ip(e,t,s){if(!t.length)return;const o=t.length===1?t[0]:null,i=op(t,n=>n.getPinned());e.dispatchEvent({type:"columnPinned",pinned:i??null,columns:t,column:o,source:s})}function b0(e,t,s){if(!t.length)return;const o=t.length===1?t[0]:null,i=op(t,n=>n.isVisible());e.dispatchEvent({type:"columnVisible",visible:i,columns:t,column:o,source:s})}function S0(e,t,s,o){e.dispatchEvent({type:t,columns:s,column:s&&s.length==1?s[0]:null,source:o})}function qo(e,t,s,o,i=null){t?.length&&e.dispatchEvent({type:"columnResized",columns:t,column:t.length===1?t[0]:null,flexColumns:i,finished:s,source:o})}function Ht(e,t,s){const{colModel:o,rowGroupColsSvc:i,pivotColsSvc:n,autoColSvc:r,selectionColSvc:a,colAnimation:l,visibleCols:c,pivotResultCols:d,environment:u,valueColsSvc:h,eventSvc:p,gos:f}=e,m=o.getColDefCols()??[],v=a?.getColumns();if(!m.length&&!v?.length)return!1;if(t?.state&&!t.state.forEach)return G(32),!1;const w=(x,R,F,D,T)=>{if(!x)return;const k=d0(R,t.defaultState),E=k("flex").value1;if(ep(e,x,k("hide").value1,k("sort").value1,k("sortIndex").value1,k("pinned").value1,E,s),E==null){const M=k("width").value1;if(M!=null){const O=x.getColDef().minWidth??u.getDefaultColumnMinWidth();O!=null&&M>=O&&x.setActualWidth(M,s)}}T||!x.isPrimary()||(h?.syncColumnWithState(x,s,k),i?.syncColumnWithState(x,s,k,F),n?.syncColumnWithState(x,s,k,D))},b=(x,R,F)=>{const D=np(e,s),T=R.slice(),k={},E={},M=[],O=[],B=[];let H=0;const X=i?.columns.slice()??[],se=n?.columns.slice()??[];for(const _ of x){const j=_.colId;if(j.startsWith(Jr)){M.push(_),B.push(_);continue}if(Cs(j)){O.push(_),B.push(_);continue}const Y=F(j);Y?(w(Y,_,k,E,!1),Vt(T,Y)):(B.push(_),H+=1)}const L=_=>w(_,null,k,E,!1);T.forEach(L),i?.sortColumns(ou.bind(i,k,X)),n?.sortColumns(ou.bind(n,E,se)),o.refreshCols(!1,s);const te=(_,j,q=[])=>{for(const Y of j){const $=_(Y.colId);Vt(q,$),w($,Y,null,null,!0)}q.forEach(L)};return te(_=>r?.getColumn(_)??null,M,r?.getColumns()?.slice()),te(_=>a?.getColumn(_)??null,O,a?.getColumns()?.slice()),x0(t,o,f),c.refresh(s),p.dispatchEvent({type:"columnEverythingChanged",source:s}),D(),{unmatchedAndAutoStates:B,unmatchedCount:H}};l?.start();let{unmatchedAndAutoStates:S,unmatchedCount:y}=b(t.state||[],m,x=>o.getColDefCol(x));if(S.length>0||K(t.defaultState)){const x=d?.getPivotResultCols()?.list??[];y=b(S,x,R=>d?.getPivotResultCol(R)??null).unmatchedCount}return l?.finish(),y===0}function y0(e,t){const{colModel:s,autoColSvc:o,selectionColSvc:i,eventSvc:n,gos:r}=e,a=s.getColDefCols();if(!a?.length)return;const l=s.getColDefColTree(),c=Qg(l),d=[];let u=1e3,h=1e3;const p=b=>{const S=rp(b);He(S.rowGroupIndex)&&S.rowGroup&&(S.rowGroupIndex=u++),He(S.pivotIndex)&&S.pivot&&(S.pivotIndex=h++),d.push(S)};o?.getColumns()?.forEach(p),i?.getColumns()?.forEach(p),c?.forEach(p),Ht(e,{state:d},t);const f=o?.getColumns()??[],w=[...i?.getColumns()??[],...f,...a].map(b=>({colId:b.colId}));Ht(e,{state:w,applyOrder:!0},t),n.dispatchEvent(ae(r,{type:"columnsReset",source:t}))}function np(e,t){const{rowGroupColsSvc:s,pivotColsSvc:o,valueColsSvc:i,colModel:n,sortSvc:r,eventSvc:a}=e,l={rowGroupColumns:s?.columns.slice()??[],pivotColumns:o?.columns.slice()??[],valueColumns:i?.columns.slice()??[]},c=yr(e),d={};for(const u of c)d[u.colId]=u;return()=>{const u=(R,F,D,T)=>{const k=F.map(T),E=D.map(T);if(Ls(k,E))return;const O=new Set(F);for(const H of D)O.delete(H)||O.add(H);const B=[...O];a.dispatchEvent({type:R,columns:B,column:B.length===1?B[0]:null,source:t})},h=R=>{const F=[];return n.forAllCols(D=>{const T=d[D.getColId()];T&&R(T,D)&&F.push(D)}),F},p=R=>R.getColId();u("columnRowGroupChanged",l.rowGroupColumns,s?.columns??[],p),u("columnPivotChanged",l.pivotColumns,o?.columns??[],p);const m=h((R,F)=>{const D=R.aggFunc!=null,T=D!=F.isValueActive(),k=D&&R.aggFunc!=F.getAggFunc();return T||k});m.length>0&&S0(a,"columnValueChanged",m,t),qo(a,h((R,F)=>R.width!=F.getActualWidth()),!0,t),ip(a,h((R,F)=>R.pinned!=F.getPinned()),t),b0(a,h((R,F)=>R.hide==F.isVisible()),t);const y=h((R,F)=>R.sort!=F.getSort()||R.sortIndex!=F.getSortIndex());y.length>0&&r?.dispatchSortChangedEvents(t,y);const x=yr(e);F0(c,x,t,n,a)}}function yr(e){const{colModel:t,rowGroupColsSvc:s,pivotColsSvc:o}=e,i=t.getColDefCols();if(He(i)||!t.isAlive())return[];const n=s?.columns,r=o?.columns,a=[],l=d=>{const u=d.isRowGroupActive()&&n?n.indexOf(d):null,h=d.isPivotActive()&&r?r.indexOf(d):null,p=d.isValueActive()?d.getAggFunc():null,f=d.getSort()!=null?d.getSort():null,m=d.getSortIndex()!=null?d.getSortIndex():null;a.push({colId:d.getColId(),width:d.getActualWidth(),hide:!d.isVisible(),pinned:d.getPinned(),sort:f,sortIndex:m,aggFunc:p,rowGroup:d.isRowGroupActive(),rowGroupIndex:u,pivot:d.isPivotActive(),pivotIndex:h,flex:d.getFlex()??null})};t.forAllCols(d=>l(d));const c=new Map(t.getCols().map((d,u)=>[d.getColId(),u]));return a.sort((d,u)=>{const h=c.has(d.colId)?c.get(d.colId):-1,p=c.has(u.colId)?c.get(u.colId):-1;return h-p}),a}function rp(e){const t=(f,m)=>f??m??null,s=e.getColDef(),o=t(s.sort,s.initialSort),i=t(s.sortIndex,s.initialSortIndex),n=t(s.hide,s.initialHide),r=t(s.pinned,s.initialPinned),a=t(s.width,s.initialWidth),l=t(s.flex,s.initialFlex);let c=t(s.rowGroupIndex,s.initialRowGroupIndex),d=t(s.rowGroup,s.initialRowGroup);c==null&&!d&&(c=null,d=null);let u=t(s.pivotIndex,s.initialPivotIndex),h=t(s.pivot,s.initialPivot);u==null&&!h&&(u=null,h=null);const p=t(s.aggFunc,s.initialAggFunc);return{colId:e.getColId(),sort:o,sortIndex:i,hide:n,pinned:r,width:a,flex:l,rowGroup:d,rowGroupIndex:c,pivot:h,pivotIndex:u,aggFunc:p}}function x0(e,t,s){if(!e.applyOrder||!e.state)return;const o=[];for(const i of e.state)i.colId!=null&&o.push(i.colId);R0(t.cols,o,t,s)}function R0(e,t,s,o){if(e==null)return;let i=[];const n={};for(const a of t){if(n[a])continue;const l=e.map[a];l&&(i.push(l),n[a]=!0)}let r=0;for(const a of e.list){const l=a.getColId();if(n[l]!=null)continue;l.startsWith(Jr)?i.splice(r++,0,a):i.push(a)}if(i=tp(i,o),!sp(i,s.getColTree())){G(39);return}e.list=i}function F0(e,t,s,o,i){const n={};for(const d of t)n[d.colId]=d;const r={};for(const d of e)n[d.colId]&&(r[d.colId]=!0);const a=e.filter(d=>r[d.colId]),l=t.filter(d=>r[d.colId]),c=[];l.forEach((d,u)=>{const h=a?.[u];if(h&&h.colId!==d.colId){const p=o.getCol(h.colId);p&&c.push(p)}}),c.length&&i.dispatchEvent({type:"columnMoved",columns:c,column:c.length===1?c[0]:null,finished:!0,source:s})}var ou=(e,t,s,o)=>{const i=e[s.getId()],n=e[o.getId()],r=i!=null,a=n!=null;if(r&&a)return i-n;if(r)return-1;if(a)return 1;const l=t.indexOf(s),c=t.indexOf(o),d=l>=0,u=c>=0;return d&&u?l-c:d?-1:1},E0=class extends A{constructor(){super(...arguments),this.beanName="colModel",this.pivotMode=!1,this.ready=!1,this.changeEventsDispatching=!1}postConstruct(){this.pivotMode=this.gos.get("pivotMode"),this.addManagedPropertyListeners(["groupDisplayType","treeData","treeDataDisplayType","groupHideOpenParents","rowNumbers","hidePaddedHeaderRows"],e=>this.refreshAll(Go(e.source))),this.addManagedPropertyListeners(["defaultColDef","defaultColGroupDef","columnTypes","suppressFieldDotNotation"],this.recreateColumnDefs.bind(this)),this.addManagedPropertyListener("pivotMode",e=>this.setPivotMode(this.gos.get("pivotMode"),Go(e.source)))}createColsFromColDefs(e){const{beans:t}=this,{valueCache:s,colAutosize:o,rowGroupColsSvc:i,pivotColsSvc:n,valueColsSvc:r,visibleCols:a,eventSvc:l,groupHierarchyColSvc:c}=t,d=this.colDefs?np(t,e):void 0;s?.expire();const u=this.colDefCols?.list,h=this.colDefCols?.tree,p=h0(t,this.colDefs,!0,h,e);br(t,this.colDefCols?.tree,p.columnTree);const f=p.columnTree,m=p.treeDepth,v=Qg(f),w={};for(const b of v)w[b.getId()]=b;this.colDefCols={tree:f,treeDepth:m,list:v,map:w},this.createColumnsForService([c],this.colDefCols,e),i?.extractCols(e,u),n?.extractCols(e,u),r?.extractCols(e,u),this.ready=!0,this.refreshCols(!0,e),a.refresh(e),l.dispatchEvent({type:"columnEverythingChanged",source:e}),d&&(this.changeEventsDispatching=!0,d(),this.changeEventsDispatching=!1),l.dispatchEvent({type:"newColumnsLoaded",source:e}),e==="gridInitializing"&&o?.applyAutosizeStrategy()}refreshCols(e,t){if(!this.colDefCols)return;const s=this.cols?.tree;this.saveColOrder();const{autoColSvc:o,selectionColSvc:i,rowNumbersSvc:n,quickFilter:r,pivotResultCols:a,showRowGroupCols:l,rowAutoHeight:c,visibleCols:d,colViewport:u,eventSvc:h}=this.beans,p=this.selectCols(a,this.colDefCols);this.createColumnsForService([o,i,n],p,t);const f=_b(this.gos,this.showingPivotResult);(!e||f)&&this.restoreColOrder(p),this.positionLockedCols(p),l?.refresh(),r?.refreshCols(),this.setColSpanActive(),c?.setAutoHeightActive(p),d.clear(),u.clear(),!Ls(s,this.cols.tree)&&h.dispatchEvent({type:"gridColumnsChanged"})}createColumnsForService(e,t,s){for(const o of e)o&&(o.createColumns(t,i=>{this.lastOrder=i(this.lastOrder),this.lastPivotOrder=i(this.lastPivotOrder)},s),o.addColumns(t))}selectCols(e,t){const s=e?.getPivotResultCols()??null;this.showingPivotResult=s!=null;const{map:o,list:i,tree:n,treeDepth:r}=s??t;return this.cols={list:i.slice(),map:{...o},tree:n.slice(),treeDepth:r},s&&(s.list.some(l=>this.cols?.map[l.getColId()]!==void 0)||(this.lastPivotOrder=null)),this.cols}getColsToShow(){if(!this.cols)return[];const{valueColsSvc:e,selectionColSvc:t,gos:s}=this.beans,o=this.isPivotMode()&&!this.showingPivotResult,i=t?.isSelectionColumnEnabled(),n=s.get("rowNumbers"),r=e?.columns;return this.cols.list.filter(l=>{const c=Oc(l);if(o){const d=r?.includes(l);return c||d||i&&Cs(l)||n&&cs(l)}else return c||l.isVisible()})}refreshAll(e){this.ready&&(this.refreshCols(!1,e),this.beans.visibleCols.refresh(e))}setColsVisible(e,t=!1,s){Ht(this.beans,{state:e.map(o=>({colId:typeof o=="string"?o:o.getColId(),hide:!t}))},s)}restoreColOrder(e){const t=this.showingPivotResult?this.lastPivotOrder:this.lastOrder;if(!t)return;const s=t.filter(u=>e.map[u.getId()]!=null);if(s.length===0)return;if(s.length===e.list.length){e.list=s;return}const o=u=>{const h=u.getOriginalParent();return h?h.getChildren().length>1?!0:o(h):!1};if(!s.some(u=>o(u))){const u=new Set(s);for(const h of e.list)u.has(h)||s.push(h);e.list=s;return}const i=new Map;for(let u=0;u<s.length;u++){const h=s[u];i.set(h,u)}const n=e.list.filter(u=>!i.has(u));if(n.length===0){e.list=s;return}const r=(u,h)=>{const p=h?h.getOriginalParent():u.getOriginalParent();if(!p)return null;let f=null,m=null;for(const v of p.getChildren())if(!(v===h||v===u)){if(v instanceof fo){const w=i.get(v);if(w==null)continue;(f==null||f<w)&&(f=w,m=v);continue}v.forEachLeafColumn(w=>{const b=i.get(w);b!=null&&(f==null||f<b)&&(f=b,m=w)})}return m??r(u,p)},a=[],l=new Map;for(const u of n){const h=r(u,null);if(h==null){a.push(u);continue}const p=l.get(h);p===void 0?l.set(h,u):Array.isArray(p)?p.push(u):l.set(h,[p,u])}const c=new Array(e.list.length);let d=c.length-1;for(let u=a.length-1;u>=0;u--)c[d--]=a[u];for(let u=s.length-1;u>=0;u--){const h=s[u],p=l.get(h);if(p)if(Array.isArray(p))for(let f=p.length-1;f>=0;f--){const m=p[f];c[d--]=m}else c[d--]=p;c[d--]=h}e.list=c}positionLockedCols(e){e.list=tp(e.list,this.gos)}saveColOrder(){this.showingPivotResult?this.lastPivotOrder=this.cols?.list??null:this.lastOrder=this.cols?.list??null}getColumnDefs(e){return this.colDefCols&&this.beans.colDefFactory?.getColumnDefs(this.colDefCols.list,this.showingPivotResult,this.lastOrder,this.cols?.list??[],e)}setColSpanActive(){this.colSpanActive=!!this.cols?.list.some(e=>e.getColDef().colSpan!=null)}isPivotMode(){return this.pivotMode}setPivotMode(e,t){if(e===this.pivotMode||(this.pivotMode=e,!this.ready))return;this.refreshCols(!1,t);const{visibleCols:s,eventSvc:o}=this.beans;s.refresh(t),o.dispatchEvent({type:"columnPivotModeChanged"})}isPivotActive(){const e=this.beans.pivotColsSvc?.columns;return this.pivotMode&&!!e?.length}recreateColumnDefs(e){if(!this.cols)return;this.beans.autoColSvc?.updateColumns(e);const t=Go(e.source);this.createColsFromColDefs(t)}setColumnDefs(e,t){this.colDefs=e,this.createColsFromColDefs(t)}destroy(){br(this.beans,this.colDefCols?.tree),super.destroy()}getColTree(){return this.cols?.tree??[]}getColDefColTree(){return this.colDefCols?.tree??[]}getColDefCols(){return this.colDefCols?.list??null}getCols(){return this.cols?.list??[]}forAllCols(e){const{pivotResultCols:t,autoColSvc:s,selectionColSvc:o,groupHierarchyColSvc:i}=this.beans;wi(this.colDefCols?.list,e),wi(s?.columns?.list,e),wi(o?.columns?.list,e),wi(i?.columns?.list,e),wi(t?.getPivotResultCols()?.list,e)}getColsForKeys(e){return e?e.map(t=>this.getCol(t)).filter(t=>t!=null):[]}getColDefCol(e){return this.colDefCols?.list?this.getColFromCollection(e,this.colDefCols):null}getCol(e){return e==null?null:this.getColFromCollection(e,this.cols)}getColById(e){return this.cols?.map[e]??null}getColFromCollection(e,t){if(t==null)return null;const{map:s,list:o}=t;if(typeof e=="string"&&s[e])return s[e];for(let a=0;a<o.length;a++)if(Li(o[a],e))return o[a];const{autoColSvc:i,selectionColSvc:n,groupHierarchyColSvc:r}=this.beans;return i?.getColumn(e)??n?.getColumn(e)??r?.getColumn(e)??null}},ap=class{constructor(){this.existingIds={}}getInstanceIdForKey(e){const t=this.existingIds[e];let s;return typeof t!="number"?s=0:s=t+1,this.existingIds[e]=s,s}},oi=class extends A{};function an(e,t,s){return s&&e.addDestroyFunc(()=>t.destroyBean(s)),s??e}var ne=null;function iu(e){return typeof e?.getGui=="function"}var ln=class{constructor(e){this.cssClassStates={},this.getGui=e}toggleCss(e,t){if(!e)return;if(e.indexOf(" ")>=0){const o=(e||"").split(" ");if(o.length>1){for(const i of o)this.toggleCss(i,t);return}}this.cssClassStates[e]!==t&&e.length&&(this.getGui()?.classList.toggle(e,t),this.cssClassStates[e]=t)}},D0=0,cn=class extends es{constructor(e,t){super(),this.suppressDataRefValidation=!1,this.displayed=!0,this.visible=!0,this.compId=D0++,this.cssManager=new ln(()=>this.eGui),this.componentSelectors=new Map((t??[]).map(s=>[s.selector,s])),e&&this.setTemplate(e)}preConstruct(){this.wireTemplate(this.getGui());const e="component-"+Object.getPrototypeOf(this)?.constructor?.name;for(const t of this.css??[])this.beans.environment.addGlobalCSS(t,e)}wireTemplate(e,t){e&&this.gos&&(this.applyElementsToComponent(e),this.createChildComponentsFromTags(e,t))}getCompId(){return this.compId}getDataRefAttribute(e){return e.getAttribute?e.getAttribute(Fg):null}applyElementsToComponent(e,t,s,o=null){if(t===void 0&&(t=this.getDataRefAttribute(e)),t){const i=this[t];if(i===ne)this[t]=o??e;else{const n=s?.[t];if(!this.suppressDataRefValidation&&!n)throw new Error(`data-ref: ${t} on ${this.constructor.name} with ${i}`)}}}createChildComponentsFromTags(e,t){const s=[];for(const o of e.childNodes??[])s.push(o);for(const o of s){if(!(o instanceof HTMLElement))continue;const i=this.createComponentFromElement(o,n=>{const r=n.getGui();if(r)for(const a of o.attributes??[])r.setAttribute(a.name,a.value)},t);if(i){if(i.addItems&&o.children.length){this.createChildComponentsFromTags(o,t);const n=Array.prototype.slice.call(o.children);i.addItems(n)}this.swapComponentForNode(i,e,o)}else o.childNodes&&this.createChildComponentsFromTags(o,t)}}createComponentFromElement(e,t,s){const o=e.nodeName,i=this.getDataRefAttribute(e),n=o.indexOf("AG-")===0,r=n?this.componentSelectors.get(o):null;let a=null;if(r){const l=s&&i?s[i]:void 0;a=new r.component(l),a.setParentComponent(this),this.createBean(a,null,t)}else if(n)throw new Error(`selector: ${o}`);return this.applyElementsToComponent(e,i,s,a),a}swapComponentForNode(e,t,s){const o=e.getGui();t.replaceChild(o,s),t.insertBefore(document.createComment(s.nodeName),o),this.addDestroyFunc(this.destroyBean.bind(this,e))}activateTabIndex(e){const t=this.gos.get("tabIndex");e||(e=[]),e.length||e.push(this.getGui());for(const s of e)s.setAttribute("tabindex",t.toString())}setTemplate(e,t,s){let o;typeof e=="string"||e==null?o=Fc(e):o=rn(e),this.setTemplateFromElement(o,t,s)}setTemplateFromElement(e,t,s,o=!1){if(this.eGui=e,this.suppressDataRefValidation=o,t)for(let i=0;i<t.length;i++){const n=t[i];this.componentSelectors.set(n.selector,n)}this.wireTemplate(e,s)}getGui(){return this.eGui}getFocusableElement(){return this.eGui}getAriaElement(){return this.getFocusableElement()}setParentComponent(e){this.parentComponent=e}getParentComponent(){return this.parentComponent}setGui(e){this.eGui=e}queryForHtmlElement(e){return this.eGui.querySelector(e)}getContainerAndElement(e,t){let s=t;return e==null?null:(s||(s=this.eGui),Pc(e)?{element:e,parent:s}:{element:e.getGui(),parent:s})}prependChild(e,t){const{element:s,parent:o}=this.getContainerAndElement(e,t)||{};!s||!o||o.insertAdjacentElement("afterbegin",s)}appendChild(e,t){const{element:s,parent:o}=this.getContainerAndElement(e,t)||{};!s||!o||o.appendChild(s)}isDisplayed(){return this.displayed}setVisible(e,t={}){if(e!==this.visible){this.visible=e;const{skipAriaHidden:s}=t;ab(this.eGui,e,{skipAriaHidden:s})}}setDisplayed(e,t={}){if(e!==this.displayed){this.displayed=e;const{skipAriaHidden:s}=t;Ge(this.eGui,e,{skipAriaHidden:s});const o={type:"displayChanged",visible:this.displayed};this.dispatchLocalEvent(o)}}destroy(){this.parentComponent&&(this.parentComponent=void 0),super.destroy()}addGuiEventListener(e,t,s){this.eGui.addEventListener(e,t,s),this.addDestroyFunc(()=>this.eGui.removeEventListener(e,t))}addCss(e){this.cssManager.toggleCss(e,!0)}removeCss(e){this.cssManager.toggleCss(e,!1)}toggleCss(e,t){this.cssManager.toggleCss(e,t)}registerCSS(e){this.css||(this.css=[]),this.css.push(e)}},Ve=class extends cn{};function lp(e){return typeof e=="object"&&!!e.component}function P0(e,t){return new Re(s=>{s(window.setInterval(e,t))})}var Re=class Ei{constructor(t){this.status=0,this.resolution=null,this.waiters=[],t(s=>this.onDone(s),s=>this.onReject(s))}static all(t){return t.length?new Ei(s=>{let o=t.length;const i=new Array(o);t.forEach((n,r)=>{n.then(a=>{i[r]=a,o--,o===0&&s(i)})})}):Ei.resolve()}static resolve(t=null){return new Ei(s=>s(t))}then(t){return new Ei(s=>{this.status===1?s(t(this.resolution)):this.waiters.push(o=>s(t(o)))})}onDone(t){this.status=1,this.resolution=t;for(const s of this.waiters)s(t)}onReject(t){}};function M0(e){return e?e.prototype&&"getGui"in e.prototype:!1}function cp(e,t,s,o){const{name:i}=s;let n,r,a,l,c,d;if(t){const u=t,h=u[i+"Selector"],p=h?h(o):null,f=m=>{typeof m=="string"?n=m:m!=null&&m!==!0&&(e.isFrameworkComponent(m)?a=m:r=m)};p?(f(p.component),l=p.params,c=p.popup,d=p.popupPosition):f(u[i])}return{compName:n,jsComp:r,fwComp:a,paramsFromSelector:l,popupFromSelector:c,popupPositionFromSelector:d}}var T0=class extends A{constructor(){super(...arguments),this.beanName="userCompFactory"}wireBeans(e){this.agCompUtils=e.agCompUtils,this.registry=e.registry,this.frameworkCompWrapper=e.frameworkCompWrapper,this.gridOptions=e.gridOptions}getCompDetailsFromGridOptions(e,t,s,o=!1){return this.getCompDetails(this.gridOptions,e,t,s,o)}getCompDetails(e,t,s,o,i=!1){const{name:n,cellRenderer:r}=t;let{compName:a,jsComp:l,fwComp:c,paramsFromSelector:d,popupFromSelector:u,popupPositionFromSelector:h}=cp(this.beans.frameworkOverrides,e,t,o),p,f;const m=S=>{const y=this.registry.getUserComponent(n,S);y&&(l=y.componentFromFramework?void 0:y.component,c=y.componentFromFramework?y.component:void 0,p=y.params,f=y.processParams)};if(a!=null&&m(a),l==null&&c==null&&s!=null&&m(s),l&&r&&!M0(l)&&(l=this.agCompUtils?.adaptFunction(t,l)),!l&&!c){const{validation:S}=this.beans;i&&(a!==s||!s)?a?S?.isProvidedUserComp(a)||Pe(50,{compName:a}):s?S||Pe(260,{...this.gos.getModuleErrorParams(),propName:n,compName:s}):Pe(216,{name:n}):s&&!S&&Pe(146,{comp:s});return}const v=this.mergeParams(e,t,o,d,p,f),w=l==null,b=l??c;return{componentFromFramework:w,componentClass:b,params:v,type:t,popupFromSelector:u,popupPositionFromSelector:h,newAgStackInstance:()=>this.newAgStackInstance(b,w,v,t)}}newAgStackInstance(e,t,s,o){const i=!t;let n;i?n=new e:n=this.frameworkCompWrapper.wrap(e,o.mandatoryMethods,o.optionalMethods,o),this.createBean(n);const r=n.init?.(s);return r==null?Re.resolve(n):r.then(()=>n)}mergeParams(e,t,s,o=null,i,n){const r={...s,...i},l=e?.[t.name+"Params"];if(typeof l=="function"){const c=l(s);ct(r,c)}else typeof l=="object"&&ct(r,l);return ct(r,o),n?n(r):r}},I0={name:"dateComponent",mandatoryMethods:["getDate","setDate"],optionalMethods:["afterGuiAttached","setInputPlaceholder","setInputAriaLabel","setDisabled","refresh"]},k0={name:"dragAndDropImageComponent",mandatoryMethods:["setIcon","setLabel"]},A0={name:"headerComponent",optionalMethods:["refresh"]},L0={name:"innerHeaderComponent"},O0={name:"innerHeaderGroupComponent"},N0={name:"headerGroupComponent"},H0={name:"cellRenderer",optionalMethods:["refresh","afterGuiAttached"],cellRenderer:!0},G0={name:"loadingCellRenderer",cellRenderer:!0},B0={name:"cellEditor",mandatoryMethods:["getValue"],optionalMethods:["isPopup","isCancelBeforeStart","isCancelAfterEnd","getPopupPosition","focusIn","focusOut","afterGuiAttached","refresh"]},V0={name:"loadingOverlayComponent",optionalMethods:["refresh"]},z0={name:"noRowsOverlayComponent",optionalMethods:["refresh"]},W0={name:"tooltipComponent"},Nc={name:"filter",mandatoryMethods:["isFilterActive","doesFilterPass","getModel","setModel"],optionalMethods:["afterGuiAttached","afterGuiDetached","onNewRowsLoaded","getModelAsString","onFloatingFilterChanged","onAnyFilterChanged","refresh"]},_0={name:"floatingFilterComponent",mandatoryMethods:["onParentModelChanged"],optionalMethods:["afterGuiAttached","refresh"]},j0={name:"fullWidthCellRenderer",optionalMethods:["refresh","afterGuiAttached"],cellRenderer:!0},U0={name:"loadingCellRenderer",cellRenderer:!0},$0={name:"groupRowRenderer",optionalMethods:["afterGuiAttached"],cellRenderer:!0},K0={name:"detailCellRenderer",optionalMethods:["refresh"],cellRenderer:!0};function q0(e,t){return e.getCompDetailsFromGridOptions(k0,"agDragAndDropImage",t,!0)}function Y0(e,t,s){return e.getCompDetails(t,A0,"agColumnHeader",s)}function Z0(e,t,s){return e.getCompDetails(t,L0,void 0,s)}function X0(e,t){const s=t.columnGroup.getColGroupDef();return e.getCompDetails(s,N0,"agColumnGroupHeader",t)}function Q0(e,t,s){return e.getCompDetails(t,O0,void 0,s)}function J0(e,t){return e.getCompDetailsFromGridOptions(j0,void 0,t,!0)}function eS(e,t){return e.getCompDetailsFromGridOptions(U0,"agLoadingCellRenderer",t,!0)}function tS(e,t){return e.getCompDetailsFromGridOptions($0,"agGroupRowRenderer",t,!0)}function sS(e,t){return e.getCompDetailsFromGridOptions(K0,"agDetailCellRenderer",t,!0)}function nu(e,t,s){return e.getCompDetails(t,H0,void 0,s)}function ru(e,t,s){return e.getCompDetails(t,G0,"agSkeletonCellRenderer",s,!0)}function dp(e,t,s){return e.getCompDetails(t,B0,"agCellEditor",s,!0)}function oS(e,t,s,o){const i=t.filter;return lp(i)&&(t={filter:i.component,filterParams:t.filterParams}),e.getCompDetails(t,Nc,o,s,!0)}function iS(e,t,s){return e.getCompDetails(t,I0,"agDateInput",s,!0)}function nS(e,t){return e.getCompDetailsFromGridOptions(V0,"agLoadingOverlay",t,!0)}function rS(e,t){return e.getCompDetailsFromGridOptions(z0,"agNoRowsOverlay",t,!0)}function aS(e,t){return e.getCompDetails(t.colDef,W0,"agTooltipComponent",t,!0)}function lS(e,t,s,o){return e.getCompDetails(t,_0,o,s)}function up(e,t){return cp(e,t,Nc)}function Va(e,t,s){return e.mergeParams(t,Nc,s)}function Zi(e){const t=e;return t?.getFrameworkComponentInstance!=null?t.getFrameworkComponentInstance():e}function cS(e){return typeof e=="object"&&!!e.getComp}var I={BACKSPACE:"Backspace",TAB:"Tab",ENTER:"Enter",ESCAPE:"Escape",SPACE:" ",LEFT:"ArrowLeft",UP:"ArrowUp",RIGHT:"ArrowRight",DOWN:"ArrowDown",DELETE:"Delete",F2:"F2",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",PAGE_HOME:"Home",PAGE_END:"End",A:"KeyA",C:"KeyC",D:"KeyD",V:"KeyV",X:"KeyX",Y:"KeyY",Z:"KeyZ"},Hc=class extends cn{isPopup(){return!0}setParentComponent(e){e.addCss("ag-has-popup"),super.setParentComponent(e)}destroy(){const e=this.parentComponent;e?.isAlive()&&e.getGui().classList.remove("ag-has-popup"),super.destroy()}},za,Wa,_a,ja,zl,Wl,Ua;function Os(){return za===void 0&&(za=/^((?!chrome|android).)*safari/i.test(navigator.userAgent)),za}function hp(){return Wa===void 0&&(Wa=/(firefox)/i.test(navigator.userAgent)),Wa}function gp(){return _a===void 0&&(_a=/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)),_a}function Xs(){return ja===void 0&&(ja=/iPad|iPhone|iPod/.test(navigator.platform)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1),ja}function _l(e){if(!e)return null;const t=e.tabIndex,s=e.getAttribute("tabIndex");return t===-1&&(s===null||s===""&&!hp())?null:t.toString()}function dS(){if(Ua!==void 0)return Ua;if(!document.body)return-1;let e=1e6;const t=hp()?6e6:1e9,s=document.createElement("div");for(document.body.appendChild(s);;){const o=e*2;if(s.style.height=o+"px",o>t||s.clientHeight!==o)break;e=o}return s.remove(),Ua=e,e}function uS(){return Wl==null&&pp(),Wl}function pp(){const e=document.body,t=document.createElement("div");t.style.width=t.style.height="100px",t.style.opacity="0",t.style.overflow="scroll",t.style.msOverflowStyle="scrollbar",t.style.position="absolute",e.appendChild(t);let s=t.offsetWidth-t.clientWidth;s===0&&t.clientWidth===0&&(s=null),t.parentNode&&t.remove(),s!=null&&(Wl=s,zl=s===0)}function fp(){return zl==null&&pp(),zl}var Gc="T",hS=new RegExp(`[${Gc} ]`),gS=new RegExp(`^\\d{4}-\\d{2}-\\d{2}(${Gc}\\d{2}:\\d{2}:\\d{2}\\D?)?`);function Yt(e,t){return e.toString().padStart(t,"0")}function St(e,t=!0,s=Gc){if(!e)return null;let o=[e.getFullYear(),e.getMonth()+1,e.getDate()].map(i=>Yt(i,2)).join("-");return t&&(o+=s+[e.getHours(),e.getMinutes(),e.getSeconds()].map(i=>Yt(i,2)).join(":")),o}function An(e,t=!0){return e?t?[String(e.getFullYear()),String(e.getMonth()+1),Yt(e.getDate(),2),Yt(e.getHours(),2),`:${Yt(e.getMinutes(),2)}`,`:${Yt(e.getSeconds(),2)}`]:[e.getFullYear(),e.getMonth()+1,Yt(e.getDate(),2)].map(String):null}var $a=e=>{if(e>3&&e<21)return"th";switch(e%10){case 1:return"st";case 2:return"nd";case 3:return"rd"}return"th"},au=["January","February","March","April","May","June","July","August","September","October","November","December"],Ka=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function jl(e,t){if(t==null)return St(e,!1);const s=Yt(e.getFullYear(),4),o={YYYY:()=>s.slice(s.length-4,s.length),YY:()=>s.slice(s.length-2,s.length),Y:()=>`${e.getFullYear()}`,MMMM:()=>au[e.getMonth()],MMM:()=>au[e.getMonth()].slice(0,3),MM:()=>Yt(e.getMonth()+1,2),Mo:()=>`${e.getMonth()+1}${$a(e.getMonth()+1)}`,M:()=>`${e.getMonth()+1}`,Do:()=>`${e.getDate()}${$a(e.getDate())}`,DD:()=>Yt(e.getDate(),2),D:()=>`${e.getDate()}`,dddd:()=>Ka[e.getDay()],ddd:()=>Ka[e.getDay()].slice(0,3),dd:()=>Ka[e.getDay()].slice(0,2),do:()=>`${e.getDay()}${$a(e.getDay())}`,d:()=>`${e.getDay()}`},i=new RegExp(Object.keys(o).join("|"),"g");return t.replace(i,n=>n in o?o[n]():n)}function Jn(e,t=!1){return!!pt(e,t)}function pS(e){return Jn(e,!0)}function pt(e,t=!1,s){if(!e||!s&&!gS.test(e))return null;const[o,i]=e.split(hS);if(!o)return null;const n=o.split("-").map(p=>Number.parseInt(p,10));if(n.filter(p=>!isNaN(p)).length!==3)return null;const[r,a,l]=n,c=new Date(r,a-1,l);if(c.getFullYear()!==r||c.getMonth()!==a-1||c.getDate()!==l||!i&&t)return null;if(!i||i==="00:00:00")return c;const[d,u,h]=i.split(":").map(p=>Number.parseInt(p,10));if(d>=0&&d<24)c.setHours(d);else if(t)return null;if(u>=0&&u<60)c.setMinutes(u);else if(t)return null;if(h>=0&&h<60)c.setSeconds(h);else if(t)return null;return c}function Ul(e){const{inputValue:t,allSuggestions:s,hideIrrelevant:o,filterByPercentageOfBestMatch:i}=e;let n=(s??[]).map((l,c)=>({value:l,relevance:fS(t,l),idx:c}));if(n.sort((l,c)=>l.relevance-c.relevance),o&&(n=n.filter(l=>l.relevance<Math.max(l.value.length,t.length))),n.length>0&&i&&i>0){const c=n[0].relevance*i;n=n.filter(d=>c-d.relevance<0)}const r=[],a=[];for(const l of n)r.push(l.value),a.push(l.idx);return{values:r,indices:a}}function fS(e,t){e.length<t.length&&([e,t]=[t,e]);let s=[],o=[];const i=e.length,n=t.length;for(let a=0;a<=n;a++)s[a]=a;let r=0;for(let a=1;a<=i;a++){o[0]=a;for(let l=1;l<=n;l++){const c=e[a-1],d=t[l-1];if(c.toLocaleLowerCase()===d.toLocaleLowerCase())++r,c===d&&++r,a>1&&l>1&&e[a-2].toLocaleLowerCase()===t[l-2].toLocaleLowerCase()&&(++r,e[a-2]===t[l-2]&&++r),a<i/2-10&&++r,o[l]=s[l-1];else{const u=o[l-1],h=s[l],p=s[l-1];o[l]=1+Math.min(u,h,p)}}[s,o]=[o,s]}return s[n]/(r+1)}function mp(e){return e.altKey||e.ctrlKey||e.metaKey?!1:e.key?.length===1}var $l=!1,xr=0;function mS(e){xr>0||(e.addEventListener("keydown",Rr),e.addEventListener("mousedown",Rr))}function CS(e){xr>0||(e.removeEventListener("keydown",Rr),e.removeEventListener("mousedown",Rr))}function Rr(e){const t=$l,s=e.type==="keydown";s&&(e.ctrlKey||e.metaKey||e.altKey)||t!==s&&($l=s)}function vS(e){const t=Xe(e);return mS(t),xr++,()=>{xr--,CS(t)}}function wS(){return $l}function Bo(e,t,s=!1){const o=rb;let i=bg;t&&(i+=", "+t),s&&(i+=', [tabindex="-1"]');const n=Array.prototype.slice.apply(e.querySelectorAll(o)).filter(l=>ps(l)),r=Array.prototype.slice.apply(e.querySelectorAll(i));return r.length?((l,c)=>l.filter(d=>c.indexOf(d)===-1))(n,r):n}function ro(e,t=!1,s=!1,o=!1){const i=Bo(e,o?".ag-tab-guard":null,s),n=t?Te(i):i[0];return n?(n.focus({preventScroll:!0}),!0):!1}function mo(e,t,s,o){const i=Bo(t,s?':not([tabindex="-1"])':null),n=Be(e);let r;s?r=i.findIndex(l=>l.contains(n)):r=i.indexOf(n);const a=r+(o?-1:1);return a<0||a>=i.length?null:i[a]}function Cp(e,t=5){let s=0;for(;e&&_l(e)===null&&++s<=t;)e=e.parentElement;return _l(e)===null?null:e}var bS=".ag-label{white-space:nowrap}:where(.ag-ltr) .ag-label{margin-right:var(--ag-spacing)}:where(.ag-rtl) .ag-label{margin-left:var(--ag-spacing)}:where(.ag-label-align-right) .ag-label{order:1}:where(.ag-ltr) :where(.ag-label-align-right) .ag-label{margin-left:var(--ag-spacing)}:where(.ag-rtl) :where(.ag-label-align-right) .ag-label{margin-right:var(--ag-spacing)}.ag-label-align-right>*{flex:none}.ag-label-align-top{align-items:flex-start;flex-direction:column;>*{align-self:stretch}}.ag-label-ellipsis{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.ag-label-align-top) .ag-label{margin-bottom:calc(var(--ag-spacing)*.5)}",SS=class extends cn{constructor(e,t,s){super(t,s),this.labelSeparator="",this.labelAlignment="left",this.disabled=!1,this.label="",this.config=e||{},this.registerCSS(bS)}postConstruct(){this.addCss("ag-labeled"),this.eLabel.classList.add("ag-label");const{labelSeparator:e,label:t,labelWidth:s,labelAlignment:o,disabled:i}=this.config;i!=null&&this.setDisabled(i),e!=null&&this.setLabelSeparator(e),t!=null&&this.setLabel(t),s!=null&&this.setLabelWidth(s),this.setLabelAlignment(o||this.labelAlignment),this.refreshLabel()}refreshLabel(){const{label:e,eLabel:t}=this;gt(t),typeof e=="string"?t.innerText=e+this.labelSeparator:e&&t.appendChild(e),e===""?(Ge(t,!1),oo(t,"presentation")):(Ge(t,!0),oo(t,null))}setLabelSeparator(e){return this.labelSeparator===e?this:(this.labelSeparator=e,this.label!=null&&this.refreshLabel(),this)}getLabelId(){const e=this.eLabel;return e.id=e.id||`ag-${this.getCompId()}-label`,e.id}getLabel(){return this.label}setLabel(e){return this.label===e?this:(this.label=e,this.refreshLabel(),this)}setLabelAlignment(e){const s=this.getGui().classList;return s.toggle("ag-label-align-left",e==="left"),s.toggle("ag-label-align-right",e==="right"),s.toggle("ag-label-align-top",e==="top"),this}setLabelEllipsis(e){return this.eLabel.classList.toggle("ag-label-ellipsis",e),this}setLabelWidth(e){return this.label==null?this:(gr(this.eLabel,e),this)}setDisabled(e){e=!!e;const t=this.getGui();return Ui(t,e),t.classList.toggle("ag-disabled",e),this.disabled=e,this}isDisabled(){return!!this.disabled}},vp=class extends SS{constructor(e,t,s,o){super(e,t,s),this.className=o}postConstruct(){super.postConstruct();const{width:e,value:t,onValueChange:s}=this.config;e!=null&&this.setWidth(e),t!=null&&this.setValue(t),s!=null&&this.onValueChange(s),this.className&&this.addCss(this.className),this.refreshAriaLabelledBy()}setLabel(e){return super.setLabel(e),this.refreshAriaLabelledBy(),this}refreshAriaLabelledBy(){const e=this.getAriaElement(),t=this.getLabelId(),s=this.getLabel();s==null||s==""||U1(e)!==null?ji(e,""):ji(e,t??"")}setAriaLabel(e){return $o(this.getAriaElement(),e),this.refreshAriaLabelledBy(),this}onValueChange(e){return this.addManagedListeners(this,{fieldValueChanged:()=>e(this.getValue())}),this}getWidth(){return this.getGui().clientWidth}setWidth(e){return Xt(this.getGui(),e),this}getPreviousValue(){return this.previousValue}getValue(){return this.value}setValue(e,t){return this.value===e?this:(this.previousValue=this.value,this.value=e,t||this.dispatchLocalEvent({type:"fieldValueChanged"}),this)}};function yS(e){return{tag:"div",role:"presentation",children:[{tag:"div",ref:"eLabel",cls:"ag-input-field-label"},{tag:"div",ref:"eWrapper",cls:"ag-wrapper ag-input-wrapper",role:"presentation",children:[{tag:e,ref:"eInput",cls:"ag-input-field-input"}]}]}}var _s=class extends vp{constructor(e,t,s="text",o="input"){super(e,e?.template??yS(o),[],t),this.inputType=s,this.displayFieldTag=o,this.eLabel=ne,this.eWrapper=ne,this.eInput=ne}postConstruct(){super.postConstruct(),this.setInputType(this.inputType);const{eLabel:e,eWrapper:t,eInput:s,className:o}=this;e.classList.add(`${o}-label`),t.classList.add(`${o}-input-wrapper`),s.classList.add(`${o}-input`),this.addCss("ag-input-field"),s.id=s.id||`ag-${this.getCompId()}-input`;const{inputName:i,inputWidth:n}=this.config;i!=null&&this.setInputName(i),n!=null&&this.setInputWidth(n),this.addInputListeners(),this.activateTabIndex([s])}addInputListeners(){this.addManagedElementListeners(this.eInput,{input:e=>this.setValue(e.target.value)})}setInputType(e){this.displayFieldTag==="input"&&(this.inputType=e,wt(this.eInput,"type",e))}getInputElement(){return this.eInput}setInputWidth(e){return gr(this.eWrapper,e),this}setInputName(e){return this.getInputElement().setAttribute("name",e),this}getFocusableElement(){return this.eInput}setMaxLength(e){const t=this.eInput;return t.maxLength=e,this}setInputPlaceholder(e){return wt(this.eInput,"placeholder",e),this}setInputAriaLabel(e){return $o(this.eInput,e),this.refreshAriaLabelledBy(),this}setDisabled(e){return Ui(this.eInput,e),super.setDisabled(e)}setAutoComplete(e){if(e===!0)wt(this.eInput,"autocomplete",null);else{const t=typeof e=="string"?e:"off";wt(this.eInput,"autocomplete",t)}return this}},Bc=class extends _s{constructor(e,t="ag-checkbox",s="checkbox"){super(e,t,s),this.labelAlignment="right",this.selected=!1,this.readOnly=!1,this.passive=!1}postConstruct(){super.postConstruct();const{readOnly:e,passive:t}=this.config;typeof e=="boolean"&&this.setReadOnly(e),typeof t=="boolean"&&this.setPassive(t)}addInputListeners(){this.addManagedElementListeners(this.eInput,{click:this.onCheckboxClick.bind(this)}),this.addManagedElementListeners(this.eLabel,{click:this.toggle.bind(this)})}getNextValue(){return this.selected===void 0?!0:!this.selected}setPassive(e){this.passive=e}isReadOnly(){return this.readOnly}setReadOnly(e){this.eWrapper.classList.toggle("ag-disabled",e),this.eInput.disabled=e,this.readOnly=e}setDisabled(e){return this.eWrapper.classList.toggle("ag-disabled",e),super.setDisabled(e)}toggle(){if(this.eInput.disabled)return;const e=this.isSelected(),t=this.getNextValue();this.passive?this.dispatchChange(t,e):this.setValue(t)}getValue(){return this.isSelected()}setValue(e,t){return this.refreshSelectedClass(e),this.setSelected(e,t),this}setName(e){const t=this.getInputElement();return t.name=e,this}isSelected(){return this.selected}setSelected(e,t){if(this.isSelected()===e)return;this.previousValue=this.isSelected(),e=this.selected=typeof e=="boolean"?e:void 0;const s=this.eInput;s.checked=e,s.indeterminate=e===void 0,t||this.dispatchChange(this.selected,this.previousValue)}dispatchChange(e,t,s){this.dispatchLocalEvent({type:"fieldValueChanged",selected:e,previousValue:t,event:s});const o=this.getInputElement();this.eventSvc.dispatchEvent({type:"checkboxChanged",id:o.id,name:o.name,selected:e,previousValue:t})}onCheckboxClick(e){if(this.passive||this.eInput.disabled)return;const t=this.isSelected(),s=this.selected=e.target.checked;this.refreshSelectedClass(s),this.dispatchChange(s,t,e)}refreshSelectedClass(e){const t=this.eWrapper.classList;t.toggle("ag-checked",e===!0),t.toggle("ag-indeterminate",e==null)}},Vc={selector:"AG-CHECKBOX",component:Bc},xS=class extends Bc{constructor(e){super(e,"ag-radio-button","radio")}isSelected(){return this.eInput.checked}toggle(){this.eInput.disabled||this.isSelected()||this.setValue(!0)}addInputListeners(){super.addInputListeners(),this.addManagedEventListeners({checkboxChanged:this.onChange.bind(this)})}onChange(e){const t=this.eInput;e.selected&&e.name&&t.name&&t.name===e.name&&e.id&&t.id!==e.id&&this.setValue(!1,!0)}},Co=class extends _s{constructor(e,t="ag-text-field",s="text"){super(e,t,s)}postConstruct(){super.postConstruct(),this.config.allowedCharPattern&&this.preventDisallowedCharacters()}setValue(e,t){const s=this.eInput;return s.value!==e&&(s.value=K(e)?e:""),super.setValue(e,t)}setStartValue(e){this.setValue(e,!0)}preventDisallowedCharacters(){const e=new RegExp(`[${this.config.allowedCharPattern}]`),t=s=>{mp(s)&&s.key&&!e.test(s.key)&&s.preventDefault()};this.addManagedListeners(this.eInput,{keydown:t,paste:s=>{s.clipboardData?.getData("text")?.split("").some(i=>!e.test(i))&&s.preventDefault()}})}},ea={selector:"AG-INPUT-TEXT-FIELD",component:Co},RS=class extends _s{constructor(e){super(e,"ag-text-area",null,"textarea")}setValue(e,t){const s=super.setValue(e,t);return this.eInput.value=e,s}setCols(e){return this.eInput.cols=e,this}setRows(e){return this.eInput.rows=e,this}},FS={selector:"AG-INPUT-TEXT-AREA",component:RS},zc=class extends Co{constructor(e){super(e,"ag-number-field","number")}postConstruct(){super.postConstruct();const e=this.eInput;this.addManagedListeners(e,{blur:()=>{const n=Number.parseFloat(e.value),r=isNaN(n)?"":this.normalizeValue(n.toString());this.value!==r&&this.setValue(r)},wheel:this.onWheel.bind(this)}),e.step="any";const{precision:t,min:s,max:o,step:i}=this.config;typeof t=="number"&&this.setPrecision(t),typeof s=="number"&&this.setMin(s),typeof o=="number"&&this.setMax(o),typeof i=="number"&&this.setStep(i)}onWheel(e){Be(this.beans)===this.eInput&&e.preventDefault()}normalizeValue(e){return e===""?"":(this.precision!=null&&(e=this.adjustPrecision(e)),e)}adjustPrecision(e,t){const s=this.precision;if(s==null)return e;if(t){const i=Number.parseFloat(e).toFixed(s);return Number.parseFloat(i).toString()}const o=String(e).split(".");if(o.length>1){if(o[1].length<=s)return e;if(s>0)return`${o[0]}.${o[1].slice(0,s)}`}return o[0]}setMin(e){return this.min===e?this:(this.min=e,wt(this.eInput,"min",e),this)}setMax(e){return this.max===e?this:(this.max=e,wt(this.eInput,"max",e),this)}setPrecision(e){return this.precision=e,this}setStep(e){return this.step===e?this:(this.step=e,wt(this.eInput,"step",e),this)}setValue(e,t){return this.setValueOrInputValue(s=>super.setValue(s,t),()=>this,e)}setStartValue(e){return this.setValueOrInputValue(t=>super.setValue(t,!0),t=>{this.eInput.value=t},e)}setValueOrInputValue(e,t,s){if(K(s)){let o=this.isScientificNotation(s);if(o&&this.eInput.validity.valid)return e(s);if(!o){s=this.adjustPrecision(s);const i=this.normalizeValue(s);o=s!=i}if(o)return t(s)}return e(s)}getValue(){const e=this.eInput;if(!e.validity.valid)return;const t=e.value;return this.isScientificNotation(t)?this.adjustPrecision(t,!0):super.getValue()}isScientificNotation(e){return typeof e=="string"&&e.includes("e")}},ES={selector:"AG-INPUT-NUMBER-FIELD",component:zc},DS=class extends Co{constructor(e){super(e,"ag-date-field","date")}postConstruct(){super.postConstruct();const e=Os();this.addManagedListeners(this.eInput,{wheel:this.onWheel.bind(this),mousedown:()=>{this.isDisabled()||e||this.eInput.focus()}}),this.eInput.step="any"}onWheel(e){Be(this.beans)===this.eInput&&e.preventDefault()}setMin(e){const t=e instanceof Date?St(e??null,!!this.includeTime)??void 0:e;return this.min===t?this:(this.min=t,wt(this.eInput,"min",t),this)}setMax(e){const t=e instanceof Date?St(e??null,!!this.includeTime)??void 0:e;return this.max===t?this:(this.max=t,wt(this.eInput,"max",t),this)}setStep(e){return this.step===e?this:(this.step=e,wt(this.eInput,"step",e),this)}setIncludeTime(e){return this.includeTime===e?this:(this.includeTime=e,super.setInputType(e?"datetime-local":"date"),e&&this.setStep(1),this)}getDate(){if(this.eInput.validity.valid)return pt(this.getValue())??void 0}setDate(e,t){this.setValue(St(e??null,this.includeTime),t)}},wp={selector:"AG-INPUT-DATE-FIELD",component:DS},PS=".ag-list-item{align-items:center;display:flex;height:var(--ag-list-item-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;&.ag-active-item{background-color:var(--ag-row-hover-color)}}",MS="ag-active-item",TS=(e,t)=>({tag:"div",cls:`ag-list-item ag-${e}-list-item`,attrs:{role:"option"},children:[{tag:"span",ref:"eText",children:t}]}),IS=class extends cn{constructor(e,t,s){super(TS(e,t)),this.label=t,this.value=s,this.eText=ne}postConstruct(){this.createTooltip(),this.addEventListeners()}setHighlighted(e){const t=this.getGui();t.classList.toggle(MS,e),wg(t,e),this.dispatchLocalEvent({type:"itemHighlighted",highlighted:e})}getHeight(){return this.getGui().clientHeight}setIndex(e,t){const s=this.getGui();X1(s,e),Z1(s,t)}createTooltip(){const e={getTooltipValue:()=>this.label,getGui:()=>this.getGui(),getLocation:()=>"UNKNOWN",shouldDisplayTooltip:()=>Ec(this.eText)},t=this.createOptionalManagedBean(this.beans.registry.createDynamicBean("highlightTooltipFeature",!1,e,this));t&&(this.tooltipFeature=t)}addEventListeners(){const e=this.getParentComponent();e&&(this.addGuiEventListener("mouseover",()=>{e.highlightItem(this)}),this.addGuiEventListener("mousedown",t=>{t.preventDefault(),t.stopPropagation(),e.setValue(this.value)}))}},kS=class extends cn{constructor(e="default"){super({tag:"div",cls:`ag-list ag-${e}-list`}),this.cssIdentifier=e,this.options=[],this.listItems=[],this.highlightedItem=null,this.registerCSS(PS)}postConstruct(){const e=this.getGui();this.addManagedElementListeners(e,{mouseleave:()=>this.clearHighlighted()})}handleKeyDown(e){const t=e.key;switch(t){case I.ENTER:if(!this.highlightedItem)this.setValue(this.getValue());else{const s=this.listItems.indexOf(this.highlightedItem);this.setValueByIndex(s)}break;case I.DOWN:case I.UP:e.preventDefault(),this.navigate(t);break;case I.PAGE_DOWN:case I.PAGE_UP:case I.PAGE_HOME:case I.PAGE_END:e.preventDefault(),this.navigateToPage(t);break}}addOptions(e){for(const t of e)this.addOption(t);return this}addOption(e){const{value:t,text:s}=e,o=s??t;return this.options.push({value:t,text:o}),this.renderOption(t,o),this.updateIndices(),this}clearOptions(){this.options=[],this.reset(!0);for(const e of this.listItems)e.destroy();gt(this.getGui()),this.listItems=[],this.refreshAriaRole()}setValue(e,t){if(this.value===e)return this.fireItemSelected(),this;if(e==null)return this.reset(t),this;const s=this.options.findIndex(o=>o.value===e);if(s!==-1){const o=this.options[s];this.value=o.value,this.displayValue=o.text,this.highlightItem(this.listItems[s]),t||this.fireChangeEvent()}return this}setValueByIndex(e){return this.setValue(this.options[e].value)}getValue(){return this.value}getDisplayValue(){return this.displayValue}refreshHighlighted(){this.clearHighlighted();const e=this.options.findIndex(t=>t.value===this.value);e!==-1&&this.highlightItem(this.listItems[e])}highlightItem(e){const t=e.getGui();if(!ps(t))return;this.clearHighlighted(),e.setHighlighted(!0),this.highlightedItem=e;const s=this.getGui(),{scrollTop:o,clientHeight:i}=s,{offsetTop:n,offsetHeight:r}=t;(n+r>o+i||n<o)&&t.scrollIntoView({block:"nearest"})}hideItemTooltip(){this.highlightedItem?.tooltipFeature?.attemptToHideTooltip()}destroy(){this.hideItemTooltip(),super.destroy()}reset(e){this.value=null,this.displayValue=null,this.clearHighlighted(),e||this.fireChangeEvent()}clearHighlighted(){this.highlightedItem?.setHighlighted(!1),this.highlightedItem=null}renderOption(e,t){const s=new IS(this.cssIdentifier,t,e);s.setParentComponent(this);const o=this.createManagedBean(s);this.listItems.push(o),this.getGui().appendChild(o.getGui())}navigate(e){const t=e===I.DOWN;let s;const{listItems:o,highlightedItem:i}=this;if(!i)s=t?o[0]:Te(o);else{let r=o.indexOf(i)+(t?1:-1);r=Math.min(Math.max(r,0),o.length-1),s=o[r]}this.highlightItem(s)}navigateToPage(e){const{listItems:t,highlightedItem:s}=this;if(!s||t.length===0)return;const o=t.indexOf(s),i=this.options.length-1,n=t[0].getHeight(),r=Math.floor(this.getGui().clientHeight/n);let a=-1;e===I.PAGE_HOME?a=0:e===I.PAGE_END?a=i:e===I.PAGE_DOWN?a=Math.min(o+r,i):e===I.PAGE_UP&&(a=Math.max(o-r,0)),a!==-1&&this.highlightItem(t[a])}refreshAriaRole(){oo(this.getGui(),this.options.length===0?"presentation":"listbox")}updateIndices(){this.refreshAriaRole();const e=this.listItems,t=e.length;e.forEach((s,o)=>{s.setIndex(o+1,t)})}fireChangeEvent(){this.dispatchLocalEvent({type:"fieldValueChanged"}),this.fireItemSelected()}fireItemSelected(){this.dispatchLocalEvent({type:"selectedItem"})}},AS=".ag-picker-field-display{flex:1 1 auto}.ag-picker-field{align-items:center;display:flex}.ag-picker-field-icon{border:0;cursor:pointer;display:flex;margin:0;padding:0}.ag-picker-field-wrapper{background-color:var(--ag-picker-button-background-color);border:var(--ag-picker-button-border);border-radius:5px;min-height:max(var(--ag-list-item-height),calc(var(--ag-spacing)*4));overflow:hidden;&:where(.ag-picker-has-focus),&:where(:focus-within){background-color:var(--ag-picker-button-focus-background-color);border:var(--ag-picker-button-focus-border);box-shadow:var(--ag-focus-shadow);&:where(.invalid){box-shadow:var(--ag-focus-error-shadow)}}&:where(.invalid){background-color:var(--ag-input-invalid-background-color);border:var(--ag-input-invalid-border);color:var(--ag-input-invalid-text-color)}&:disabled{opacity:.5}}",LS={tag:"div",cls:"ag-picker-field",role:"presentation",children:[{tag:"div",ref:"eLabel"},{tag:"div",ref:"eWrapper",cls:"ag-wrapper ag-picker-field-wrapper ag-picker-collapsed",children:[{tag:"div",ref:"eDisplayField",cls:"ag-picker-field-display"},{tag:"div",ref:"eIcon",cls:"ag-picker-field-icon",attrs:{"aria-hidden":"true"}}]}]},OS=class extends vp{constructor(e){if(super(e,e?.template||LS,e?.agComponents||[],e?.className),this.isPickerDisplayed=!1,this.skipClick=!1,this.pickerGap=4,this.hideCurrentPicker=null,this.eLabel=ne,this.eWrapper=ne,this.eDisplayField=ne,this.eIcon=ne,this.registerCSS(AS),this.ariaRole=e?.ariaRole,this.onPickerFocusIn=this.onPickerFocusIn.bind(this),this.onPickerFocusOut=this.onPickerFocusOut.bind(this),!e)return;const{pickerGap:t,maxPickerHeight:s,variableWidth:o,minPickerWidth:i,maxPickerWidth:n}=e;t!=null&&(this.pickerGap=t),this.variableWidth=!!o,s!=null&&this.setPickerMaxHeight(s),i!=null&&this.setPickerMinWidth(i),n!=null&&this.setPickerMaxWidth(n)}postConstruct(){super.postConstruct(),this.setupAria();const e=`ag-${this.getCompId()}-display`;this.eDisplayField.setAttribute("id",e);const t=this.getAriaElement();this.addManagedElementListeners(t,{keydown:this.onKeyDown.bind(this)}),this.addManagedElementListeners(this.eLabel,{mousedown:this.onLabelOrWrapperMouseDown.bind(this)}),this.addManagedElementListeners(this.eWrapper,{mousedown:this.onLabelOrWrapperMouseDown.bind(this)});const{pickerIcon:s,inputWidth:o}=this.config;if(s){const i=this.beans.iconSvc.createIconNoSpan(s);i&&this.eIcon.appendChild(i)}o!=null&&this.setInputWidth(o)}setupAria(){const e=this.getAriaElement();e.setAttribute("tabindex",this.gos.get("tabIndex").toString()),Al(e,!1),this.ariaRole&&oo(e,this.ariaRole)}onLabelOrWrapperMouseDown(e){if(e){const t=this.getFocusableElement();if(t!==this.eWrapper&&e?.target===t)return;e.preventDefault(),this.getFocusableElement().focus()}if(this.skipClick){this.skipClick=!1;return}this.isDisabled()||(this.isPickerDisplayed?this.hidePicker():this.showPicker())}onKeyDown(e){switch(e.key){case I.UP:case I.DOWN:case I.ENTER:case I.SPACE:e.preventDefault(),this.onLabelOrWrapperMouseDown();break;case I.ESCAPE:this.isPickerDisplayed&&(e.preventDefault(),e.stopPropagation(),this.hideCurrentPicker&&this.hideCurrentPicker());break}}showPicker(){this.isPickerDisplayed=!0,this.pickerComponent||(this.pickerComponent=this.createPickerComponent());const e=this.pickerComponent.getGui();e.addEventListener("focusin",this.onPickerFocusIn),e.addEventListener("focusout",this.onPickerFocusOut),this.hideCurrentPicker=this.renderAndPositionPicker(),this.toggleExpandedStyles(!0)}renderAndPositionPicker(){const e=this.pickerComponent.getGui();this.gos.get("suppressScrollWhenPopupsAreOpen")||([this.destroyMouseWheelFunc]=this.addManagedEventListeners({bodyScroll:()=>{this.hidePicker()}}));const t=this.getLocaleTextFunc(),{config:{pickerAriaLabelKey:s,pickerAriaLabelValue:o,modalPicker:i=!0},maxPickerHeight:n,minPickerWidth:r,maxPickerWidth:a,variableWidth:l,beans:c,eWrapper:d}=this,u={modal:i,eChild:e,closeOnEsc:!0,closedCallback:()=>{const m=ug(c);this.beforeHidePicker(),m&&this.isAlive()&&this.getFocusableElement().focus()},ariaLabel:t(s,o),anchorToElement:d};e.style.position="absolute";const h=c.popupSvc,p=h.addPopup(u);l?(r&&(e.style.minWidth=r),e.style.width=Dc(dr(d)),a&&(e.style.maxWidth=a)):gr(e,a??dr(d));const f=n??`${Rc(h.getPopupParent())}px`;return e.style.setProperty("max-height",f),this.alignPickerToComponent(),p.hideFunc}alignPickerToComponent(){if(!this.pickerComponent)return;const{pickerGap:e,config:{pickerType:t},beans:{popupSvc:s,gos:o},eWrapper:i,pickerComponent:n}=this,r=o.get("enableRtl")?"right":"left";s.positionPopupByComponent({type:t,eventSource:i,ePopup:n.getGui(),position:"under",alignSide:r,keepWithinBounds:!0,nudgeY:e})}beforeHidePicker(){this.destroyMouseWheelFunc&&(this.destroyMouseWheelFunc(),this.destroyMouseWheelFunc=void 0),this.toggleExpandedStyles(!1);const e=this.pickerComponent.getGui();e.removeEventListener("focusin",this.onPickerFocusIn),e.removeEventListener("focusout",this.onPickerFocusOut),this.isPickerDisplayed=!1,this.pickerComponent=void 0,this.hideCurrentPicker=null}toggleExpandedStyles(e){if(!this.isAlive())return;const t=this.getAriaElement();Al(t,e);const s=this.eWrapper.classList;s.toggle("ag-picker-expanded",e),s.toggle("ag-picker-collapsed",!e)}onPickerFocusIn(){this.togglePickerHasFocus(!0)}onPickerFocusOut(e){this.pickerComponent?.getGui().contains(e.relatedTarget)||this.togglePickerHasFocus(!1)}togglePickerHasFocus(e){this.pickerComponent&&this.eWrapper.classList.toggle("ag-picker-has-focus",e)}hidePicker(){this.hideCurrentPicker&&(this.hideCurrentPicker(),this.dispatchLocalEvent({type:"pickerHidden"}))}setInputWidth(e){return gr(this.eWrapper,e),this}getFocusableElement(){return this.eWrapper}setPickerGap(e){return this.pickerGap=e,this}setPickerMinWidth(e){return typeof e=="number"&&(e=`${e}px`),this.minPickerWidth=e??void 0,this}setPickerMaxWidth(e){return typeof e=="number"&&(e=`${e}px`),this.maxPickerWidth=e??void 0,this}setPickerMaxHeight(e){return typeof e=="number"&&(e=`${e}px`),this.maxPickerHeight=e??void 0,this}destroy(){this.hidePicker(),super.destroy()}},NS=".ag-select{align-items:center;display:flex;&.ag-disabled{opacity:.5}}:where(.ag-select){.ag-picker-field-wrapper{cursor:default}&.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}&:not(.ag-cell-editor,.ag-label-align-top){min-height:var(--ag-list-item-height)}.ag-picker-field-display{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-picker-field-icon{align-items:center;display:flex}}:where(.ag-ltr) :where(.ag-select){.ag-picker-field-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding)/2);padding-right:var(--ag-spacing)}}:where(.ag-rtl) :where(.ag-select){.ag-picker-field-wrapper{padding-left:var(--ag-spacing);padding-right:calc(var(--ag-cell-horizontal-padding)/2)}}.ag-select-list{background-color:var(--ag-picker-list-background-color);border:var(--ag-picker-list-border);border-radius:var(--ag-border-radius);box-shadow:var(--ag-dropdown-shadow);overflow:hidden auto}.ag-select-list-item{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;:where(span){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}:where(.ag-ltr) .ag-select-list-item{padding-left:calc(var(--ag-cell-horizontal-padding)/2)}:where(.ag-rtl) .ag-select-list-item{padding-right:calc(var(--ag-cell-horizontal-padding)/2)}",Wc=class extends OS{constructor(e){super({pickerAriaLabelKey:"ariaLabelSelectField",pickerAriaLabelValue:"Select Field",pickerType:"ag-list",className:"ag-select",pickerIcon:"selectOpen",ariaRole:"combobox",...e}),this.registerCSS(NS)}postConstruct(){this.tooltipFeature=this.createOptionalManagedBean(this.beans.registry.createDynamicBean("tooltipFeature",!1,{shouldDisplayTooltip:Kn(()=>this.eDisplayField),getGui:()=>this.getGui()})),super.postConstruct(),this.createListComponent(),this.eWrapper.tabIndex=this.gos.get("tabIndex");const{options:e,value:t,placeholder:s}=this.config;e!=null&&this.addOptions(e),t!=null&&this.setValue(t,!0),s&&t==null&&(this.eDisplayField.textContent=s),this.addManagedElementListeners(this.eWrapper,{focusout:this.onWrapperFocusOut.bind(this)})}onWrapperFocusOut(e){this.eWrapper.contains(e.relatedTarget)||this.hidePicker()}createListComponent(){const e=this.createBean(new kS("select"));this.listComponent=e,e.setParentComponent(this);const t=e.getAriaElement(),s=`ag-select-list-${e.getCompId()}`;t.setAttribute("id",s),nb(this.getAriaElement(),t),e.addManagedElementListeners(e.getGui(),{mousedown:o=>{o?.preventDefault()}}),e.addManagedListeners(e,{selectedItem:()=>{this.hidePicker(),this.dispatchLocalEvent({type:"selectedItem"})},fieldValueChanged:()=>{this.listComponent&&(this.setValue(this.listComponent.getValue(),!1,!0),this.hidePicker())}})}createPickerComponent(){return this.listComponent}beforeHidePicker(){this.listComponent?.hideItemTooltip(),super.beforeHidePicker()}onKeyDown(e){const{key:t}=e;switch(t===I.TAB&&this.hidePicker(),t){case I.ENTER:case I.UP:case I.DOWN:case I.PAGE_UP:case I.PAGE_DOWN:case I.PAGE_HOME:case I.PAGE_END:e.preventDefault(),this.isPickerDisplayed?this.listComponent?.handleKeyDown(e):super.onKeyDown(e);break;case I.ESCAPE:super.onKeyDown(e);break;case I.SPACE:this.isPickerDisplayed?e.preventDefault():super.onKeyDown(e);break}}showPicker(){const e=this.listComponent;e&&(super.showPicker(),e.refreshHighlighted())}addOptions(e){for(const t of e)this.addOption(t);return this}addOption(e){return this.listComponent.addOption(e),this}clearOptions(){return this.listComponent?.clearOptions(),this.setValue(void 0,!0),this}setValue(e,t,s){const{listComponent:o,config:{placeholder:i},eDisplayField:n,tooltipFeature:r}=this;if(this.value===e||!o)return this;if(s||o.setValue(e,!0),o.getValue()===this.getValue())return this;let l=o.getDisplayValue();return l==null&&i&&(l=i),n.textContent=l,r?.setTooltipAndRefresh(l??null),super.setValue(e,t)}destroy(){this.listComponent=this.destroyBean(this.listComponent),super.destroy()}},HS={selector:"AG-SELECT",component:Wc},GS=':where(.ag-root-wrapper,.ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart),:where(.ag-root-wrapper,.ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart) :where([class^=ag-]){box-sizing:border-box;&:after,&:before{box-sizing:border-box}&:where(div,span,label):focus-visible{box-shadow:inset var(--ag-focus-shadow);outline:none;&:where(.invalid){box-shadow:inset var(--ag-focus-error-shadow)}}&:where(button){color:inherit}}:where(.ag-root-wrapper,ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart) :where([class^=ag-]) ::-ms-clear{display:none}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-popup-child{top:0;z-index:5;&:where(:not(.ag-tooltip-custom)){box-shadow:var(--ag-popup-shadow)}}.ag-input-wrapper,.ag-picker-field-wrapper{align-items:center;display:flex;flex:1 1 auto;line-height:normal;position:relative}.ag-input-field{align-items:center;display:flex;flex-direction:row}.ag-input-field-input:where(:not([type=checkbox],[type=radio])){flex:1 1 auto;min-width:0;width:100%}.ag-chart,.ag-dnd-ghost,.ag-external,.ag-popup,.ag-root-wrapper{cursor:default;line-height:normal;white-space:normal;-webkit-font-smoothing:antialiased;background-color:var(--ag-background-color);color:var(--ag-text-color);color-scheme:var(--ag-browser-color-scheme);font-family:var(--ag-font-family);font-size:var(--ag-font-size);--ag-indentation-level:0}:where(.ag-icon):before{align-items:center;background-color:currentcolor;color:inherit;content:"";display:flex;font-family:inherit;font-size:var(--ag-icon-size);font-style:normal;font-variant:normal;height:var(--ag-icon-size);justify-content:center;line-height:var(--ag-icon-size);-webkit-mask-size:contain;mask-size:contain;text-transform:none;width:var(--ag-icon-size)}.ag-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--ag-icon-color);display:block;height:var(--ag-icon-size);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--ag-icon-size)}.ag-disabled,[disabled]{.ag-icon{opacity:.5}&.ag-icon-grip{opacity:.35}}.ag-resizer{pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}:where(.ag-resizer){&.ag-resizer-topLeft{cursor:nwse-resize;height:5px;left:0;top:0;width:5px}&.ag-resizer-top{cursor:ns-resize;height:5px;left:5px;right:5px;top:0}&.ag-resizer-topRight{cursor:nesw-resize;height:5px;right:0;top:0;width:5px}&.ag-resizer-right{bottom:5px;cursor:ew-resize;right:0;top:5px;width:5px}&.ag-resizer-bottomRight{bottom:0;cursor:nwse-resize;height:5px;right:0;width:5px}&.ag-resizer-bottom{bottom:0;cursor:ns-resize;height:5px;left:5px;right:5px}&.ag-resizer-bottomLeft{bottom:0;cursor:nesw-resize;height:5px;left:0;width:5px}&.ag-resizer-left{bottom:5px;cursor:ew-resize;left:0;top:5px;width:5px}}',_c=typeof window!="object"||!window?.document?.fonts?.forEach,Yo=(e,t,s,o,i,n)=>{if(_c)return;o&&(e=`@layer ${CSS.escape(o)} { ${e} }`);let r=Vo.map.get(t);if(r||(r=[],Vo.map.set(t,r)),r.some(d=>d.css===e))return;const a=document.createElement("style");n&&a.setAttribute("nonce",n),a.dataset.agGlobalCss=s,a.textContent=e;const l={css:e,el:a,priority:i};let c;for(const d of r){if(d.priority>i)break;c=d}if(c){c.el.insertAdjacentElement("afterend",a);const d=r.indexOf(c);r.splice(d+1,0,l)}else t.insertBefore(a,t.querySelector(":not(title, meta)")),r.push(l)},bp=(e,t,s,o)=>{Yo(GS,e,"shared",t,0,s),o?.forEach((i,n)=>i.forEach(r=>Yo(r,e,n,t,0,s)))},BS=e=>{Vo.grids.add(e)},VS=e=>{if(Vo.grids.delete(e),Vo.grids.size===0){Vo.map=new WeakMap;for(const t of document.head.querySelectorAll("style[data-ag-global-css]"))t.remove()}},lu,Vo=(lu=typeof window=="object"?window:{}).agStyleInjectionState??(lu.agStyleInjectionState={map:new WeakMap,grids:new Set}),dt=e=>new Sp(e),Fs="$default",zS=0,Sp=class{constructor({feature:e,params:t,modeParams:s={},css:o,cssImports:i}){this.feature=e,this.css=o,this.cssImports=i,this.modeParams={[Fs]:{...s[Fs]??{},...t??{}},...s}}use(e,t,s){let o=this._inject;if(o==null){let{css:i}=this;if(i){const n=`ag-theme-${this.feature??"part"}-${++zS}`;typeof i=="function"&&(i=i()),i=`:where(.${n}) {
|
|
3
|
+
Alternatively register the ValidationModule to see the full message in the console.`}`};function G(...e){Lc(Ai,e[0],e[1],!0)}function Pe(...e){Lc(Lo,e[0],e[1],!1)}function Fi(e,t,s){Lc(Lo,e,t,!1,s)}function Wb(e,t){const s=t[0];return`error #${s} `+Gg(s,t[1],e).join(" ")}function Qt(...e){return Wb(void 0,e)}function Vg(e,t){return e.get("rowModelType")===t}function We(e,t){return Vg(e,"clientSide")}function po(e,t){return Vg(e,"serverSide")}function st(e,t){return e.get("domLayout")===t}function Ys(e){return Cr(e)!==void 0}function zg(e){return typeof e.get("getRowHeight")=="function"}function _b(e,t){return t?!e.get("enableStrictPivotColumnOrder"):e.get("maintainColumnOrder")}function Ts(e,t,s=!1,o){const{gos:i,environment:n}=e;if(o==null&&(o=n.getDefaultRowHeight()),zg(i)){if(s)return{height:o,estimated:!0};const l={node:t,data:t.data},c=i.getCallback("getRowHeight")(l);if(Hl(c))return c===0&&G(23),{height:Math.max(1,c),estimated:!1}}if(t.detail&&i.get("masterDetail"))return jb(i);const r=i.get("rowHeight");return{height:r&&Hl(r)?r:o,estimated:!1}}function jb(e){if(e.get("detailRowAutoHeight"))return{height:1,estimated:!1};const t=e.get("detailRowHeight");return Hl(t)?{height:t,estimated:!1}:{height:300,estimated:!1}}function Zs(e){const{environment:t,gos:s}=e,o=s.get("rowHeight");if(!o||He(o))return t.getDefaultRowHeight();const i=t.refreshRowHeightVariable();return i!==-1?i:(G(24),t.getDefaultRowHeight())}function Hl(e){return!isNaN(e)&&typeof e=="number"&&isFinite(e)}function Wg(e,t,s){const o=t[e.getDomDataKey()];return o?o[s]:void 0}function no(e,t,s,o){const i=e.getDomDataKey();let n=t[i];He(n)&&(n={},t[i]=n),n[s]=o}function No(e){return e.get("ensureDomOrder")?!1:e.get("animateRows")}function _g(e){return!(e.get("paginateChildRows")||e.get("groupHideOpenParents")||st(e,"print"))}function qt(e){return!e.get("autoGroupColumnDef")?.comparator&&!e.get("treeData")}function Gl(e){const t=e.get("groupAggFiltering");if(typeof t=="function")return e.getCallback("groupAggFiltering");if(t===!0)return()=>!0}function jg(e){return e.get("grandTotalRow")}function Ug(e,t){return t?!1:e.get("groupDisplayType")==="groupRows"}function $g(e,t,s){return!!t.group&&!t.footer&&Ug(e,s)}function Ko(e){const t=e.getCallback("getRowId");return t===void 0?t:s=>{let o=t(s);return typeof o!="string"&&(Tc(()=>G(25,{id:o}),"getRowIdString"),o=String(o)),o}}function Ub(e,t){const s=e.get("groupHideParentOfSingleChild");return!!(s===!0||s==="leafGroupsOnly"&&t.leafGroup||e.get("groupRemoveSingleChildren")||e.get("groupRemoveLowestSingleChildren")&&t.leafGroup)}function $b(e){const t=e.get("maxConcurrentDatasourceRequests");return t>0?t:void 0}function Ho(e){return e?.checkboxes??!0}function Zn(e){return e?.mode==="multiRow"&&(e.headerCheckbox??!0)}function mr(e){if(typeof e=="object")return e.checkboxLocation??"selectionColumn"}function Ba(e){return e?.hideDisabledCheckboxes??!1}function Kb(e){return typeof e.get("rowSelection")!="string"}function Is(e){const t=e.get("cellSelection");return t!==void 0?!!t:e.get("enableRangeSelection")}function Kg(e){const t=e.get("rowSelection")??"single";if(typeof t=="string"){const s=e.get("suppressRowClickSelection"),o=e.get("suppressRowDeselection");return s&&o?!1:s?"enableDeselection":o?"enableSelection":!0}return t.mode==="singleRow"||t.mode==="multiRow"?t.enableClickSelection??!1:!1}function qb(e){const t=Kg(e);return t===!0||t==="enableSelection"}function Yb(e){const t=Kg(e);return t===!0||t==="enableDeselection"}function Bl(e){const t=e.get("rowSelection");return typeof t=="string"?e.get("isRowSelectable"):t?.isRowSelectable}function Cr(e){const t="beanName"in e&&e.beanName==="gos"?e.get("rowSelection"):e.rowSelection;if(typeof t=="string")switch(t){case"multiple":return"multiRow";case"single":return"singleRow";default:return}switch(t?.mode){case"multiRow":case"singleRow":return t.mode;default:return}}function vr(e){return Cr(e)==="multiRow"}function Zb(e){const t=e.get("rowSelection");return typeof t=="string"?e.get("rowMultiSelectWithClick"):t?.enableSelectionWithoutKeys??!1}function wr(e){const t=e.get("rowSelection");if(typeof t=="string"){const s=e.get("groupSelectsChildren"),o=e.get("groupSelectsFiltered");return s&&o?"filteredDescendants":s?"descendants":"self"}return t?.mode==="multiRow"?t.groupSelects:void 0}function qg(e,t=!0){const s=e.get("rowSelection");return typeof s!="object"?t?"all":void 0:s.mode==="multiRow"?s.selectAll:"all"}function Xb(e){const t=e.get("rowSelection");return typeof t=="string"?!1:t?.mode==="multiRow"?t.ctrlASelectsRows??!1:!1}function Yi(e){const t=wr(e);return t==="descendants"||t==="filteredDescendants"}function Jd(e){const t=e.get("rowSelection");return typeof t=="object"&&t.masterSelects||"self"}function Qb(e){return e.isModuleRegistered("SetFilter")&&!e.get("suppressSetFilterByDefault")}function bt(e){return e.get("columnMenu")==="legacy"}function Jb(e){return!bt(e)}function e0(e){return!e||e.length<2?e:"on"+e[0].toUpperCase()+e.substring(1)}function t0(e,t,s){typeof e!="object"&&(e={});const o={...e};for(const i of s){const n=t[i];typeof n<"u"&&(o[i]=n)}return o}function s0(e,t){if(!e)return;const s={};let o=!1;for(const r of Object.keys(e))s[r]=e[r],o=!0;if(!o)return;const i={type:"gridOptionsChanged",options:s};t.dispatchEvent(i);const n={type:"componentStateChanged",...s};t.dispatchEvent(n)}function ae(e,t){return e.addCommon(t)}function Xn(e,t){return e[t]??e.gridOptions?.[t]??Tg(t)??Ig[t]}function eu({gos:e},t){return t.button===2||t.ctrlKey&&e.get("allowContextMenuWithControlKey")}var o0={resizable:!0,sortable:!0},i0=0;function Yg(){return i0++}function ks(e){return e instanceof fo}var fo=class extends A{constructor(e,t,s,o){super(),this.colDef=e,this.userProvidedColDef=t,this.colId=s,this.primary=o,this.isColumn=!0,this.instanceId=Yg(),this.autoHeaderHeight=null,this.moving=!1,this.resizing=!1,this.menuVisible=!1,this.lastLeftPinned=!1,this.firstRightPinned=!1,this.filterActive=!1,this.colEventSvc=new so,this.tooltipEnabled=!1,this.rowGroupActive=!1,this.pivotActive=!1,this.aggregationActive=!1,this.flex=null,this.colIdSanitised=Mi(s)}destroy(){super.destroy(),this.beans.rowSpanSvc?.deregister(this)}getInstanceId(){return this.instanceId}setState(){const{colDef:e,beans:{sortSvc:t,pinnedCols:s,colFlex:o}}=this;t?.initCol(this);const i=e.hide;i!==void 0?this.visible=!i:this.visible=!e.initialHide,s?.initCol(this),o?.initCol(this)}setColDef(e,t,s){const o=e.spanRows!==this.colDef.spanRows;this.colDef=e,this.userProvidedColDef=t,this.initMinAndMaxWidths(),this.initDotNotation(),this.initTooltip(),o&&(this.beans.rowSpanSvc?.deregister(this),this.initRowSpan()),this.dispatchColEvent("colDefChanged",s)}getUserProvidedColDef(){return this.userProvidedColDef}getParent(){return this.parent}getOriginalParent(){return this.originalParent}postConstruct(){this.setState(),this.initMinAndMaxWidths(),this.resetActualWidth("gridInitializing"),this.initDotNotation(),this.initTooltip(),this.initRowSpan(),this.addPivotListener()}initDotNotation(){const{gos:e,colDef:{field:t,tooltipField:s}}=this,o=e.get("suppressFieldDotNotation");this.fieldContainsDots=K(t)&&t.includes(".")&&!o,this.tooltipFieldContainsDots=K(s)&&s.includes(".")&&!o}initMinAndMaxWidths(){const e=this.colDef;this.minWidth=e.minWidth??this.beans.environment.getDefaultColumnMinWidth(),this.maxWidth=e.maxWidth??Number.MAX_SAFE_INTEGER}initTooltip(){this.beans.tooltipSvc?.initCol(this)}initRowSpan(){this.colDef.spanRows&&this.beans.rowSpanSvc?.register(this)}addPivotListener(){const e=this.beans.pivotColDefSvc,t=this.colDef.pivotValueColumn;!e||!t||this.addManagedListeners(t,{colDefChanged:s=>{const o=e.recreateColDef(this.colDef);this.setColDef(o,o,s.source)}})}resetActualWidth(e){const t=this.calculateColInitialWidth(this.colDef);this.setActualWidth(t,e,!0)}calculateColInitialWidth(e){let t;const s=e.width,o=e.initialWidth;return s!=null?t=s:o!=null?t=o:t=200,Math.max(Math.min(t,this.maxWidth),this.minWidth)}isEmptyGroup(){return!1}isRowGroupDisplayed(e){return this.beans.showRowGroupCols?.isRowGroupDisplayed(this,e)??!1}isPrimary(){return this.primary}isFilterAllowed(){return!!this.colDef.filter}isFieldContainsDots(){return this.fieldContainsDots}isTooltipEnabled(){return this.tooltipEnabled}isTooltipFieldContainsDots(){return this.tooltipFieldContainsDots}getHighlighted(){return this.highlighted}__addEventListener(e,t){this.colEventSvc.addEventListener(e,t)}__removeEventListener(e,t){this.colEventSvc.removeEventListener(e,t)}addEventListener(e,t){this.frameworkEventListenerService=this.beans.frameworkOverrides.createLocalEventListenerWrapper?.(this.frameworkEventListenerService,this.colEventSvc);const s=this.frameworkEventListenerService?.wrap(e,t)??t;this.colEventSvc.addEventListener(e,s)}removeEventListener(e,t){const s=this.frameworkEventListenerService?.unwrap(e,t)??t;this.colEventSvc.removeEventListener(e,s)}createColumnFunctionCallbackParams(e){return ae(this.gos,{node:e,data:e.data,column:this,colDef:this.colDef})}isSuppressNavigable(e){return this.beans.cellNavigation?.isSuppressNavigable(this,e)??!1}isCellEditable(e){return this.beans.editSvc?.isCellEditable({rowNode:e,column:this})??!1}isSuppressFillHandle(){return!!this.colDef.suppressFillHandle}isAutoHeight(){return!!this.colDef.autoHeight}isAutoHeaderHeight(){return!!this.colDef.autoHeaderHeight}isRowDrag(e){return this.isColumnFunc(e,this.colDef.rowDrag)}isDndSource(e){return this.isColumnFunc(e,this.colDef.dndSource)}isCellCheckboxSelection(e){return this.beans.selectionSvc?.isCellCheckboxSelection(this,e)??!1}isSuppressPaste(e){return this.isColumnFunc(e,this.colDef?.suppressPaste??null)}isResizable(){return!!this.getColDefValue("resizable")}getColDefValue(e){return this.colDef[e]??o0[e]}isColumnFunc(e,t){if(typeof t=="boolean")return t;if(typeof t=="function"){const s=this.createColumnFunctionCallbackParams(e);return t(s)}return!1}createColumnEvent(e,t){return ae(this.gos,{type:e,column:this,columns:[this],source:t})}isMoving(){return this.moving}getSort(){return this.sort}isSortable(){return!!this.getColDefValue("sortable")}isSortAscending(){return this.sort==="asc"}isSortDescending(){return this.sort==="desc"}isSortNone(){return He(this.sort)}isSorting(){return K(this.sort)}getSortIndex(){return this.sortIndex}isMenuVisible(){return this.menuVisible}getAggFunc(){return this.aggFunc}getLeft(){return this.left}getOldLeft(){return this.oldLeft}getRight(){return this.left+this.actualWidth}setLeft(e,t){this.oldLeft=this.left,this.left!==e&&(this.left=e,this.dispatchColEvent("leftChanged",t))}isFilterActive(){return this.filterActive}isHovered(){return G(261),!!this.beans.colHover?.isHovered(this)}setFirstRightPinned(e,t){this.firstRightPinned!==e&&(this.firstRightPinned=e,this.dispatchColEvent("firstRightPinnedChanged",t))}setLastLeftPinned(e,t){this.lastLeftPinned!==e&&(this.lastLeftPinned=e,this.dispatchColEvent("lastLeftPinnedChanged",t))}isFirstRightPinned(){return this.firstRightPinned}isLastLeftPinned(){return this.lastLeftPinned}isPinned(){return this.pinned==="left"||this.pinned==="right"}isPinnedLeft(){return this.pinned==="left"}isPinnedRight(){return this.pinned==="right"}getPinned(){return this.pinned}setVisible(e,t){const s=e===!0;this.visible!==s&&(this.visible=s,this.dispatchColEvent("visibleChanged",t)),this.dispatchStateUpdatedEvent("hide")}isVisible(){return this.visible}isSpanHeaderHeight(){return!this.getColDef().suppressSpanHeaderHeight}getFirstRealParent(){let e=this.getOriginalParent();for(;e?.isPadding();)e=e.getOriginalParent();return e}getColumnGroupPaddingInfo(){let e=this.getParent();if(!e?.isPadding())return{numberOfParents:0,isSpanningTotal:!1};const t=e.getPaddingLevel()+1;let s=!0;for(;e;){if(!e.isPadding()){s=!1;break}e=e.getParent()}return{numberOfParents:t,isSpanningTotal:s}}getColDef(){return this.colDef}getDefinition(){return this.colDef}getColumnGroupShow(){return this.colDef.columnGroupShow}getColId(){return this.colId}getId(){return this.colId}getUniqueId(){return this.colId}getActualWidth(){return this.actualWidth}getAutoHeaderHeight(){return this.autoHeaderHeight}setAutoHeaderHeight(e){const t=e!==this.autoHeaderHeight;return this.autoHeaderHeight=e,t}createBaseColDefParams(e){return ae(this.gos,{node:e,data:e.data,colDef:this.colDef,column:this})}getColSpan(e){if(He(this.colDef.colSpan))return 1;const t=this.createBaseColDefParams(e),s=this.colDef.colSpan(t);return Math.max(s,1)}getRowSpan(e){if(He(this.colDef.rowSpan))return 1;const t=this.createBaseColDefParams(e),s=this.colDef.rowSpan(t);return Math.max(s,1)}setActualWidth(e,t,s=!1){e=Math.max(e,this.minWidth),e=Math.min(e,this.maxWidth),this.actualWidth!==e&&(this.actualWidth=e,this.flex!=null&&t!=="flex"&&t!=="gridInitializing"&&(this.flex=null),s||this.fireColumnWidthChangedEvent(t)),this.dispatchStateUpdatedEvent("width")}fireColumnWidthChangedEvent(e){this.dispatchColEvent("widthChanged",e)}isGreaterThanMax(e){return e>this.maxWidth}getMinWidth(){return this.minWidth}getMaxWidth(){return this.maxWidth}getFlex(){return this.flex}isRowGroupActive(){return this.rowGroupActive}isPivotActive(){return this.pivotActive}isAnyFunctionActive(){return this.isPivotActive()||this.isRowGroupActive()||this.isValueActive()}isAnyFunctionAllowed(){return this.isAllowPivot()||this.isAllowRowGroup()||this.isAllowValue()}isValueActive(){return this.aggregationActive}isAllowPivot(){return this.colDef.enablePivot===!0}isAllowValue(){return this.colDef.enableValue===!0}isAllowRowGroup(){return this.colDef.enableRowGroup===!0}dispatchColEvent(e,t,s){const o=this.createColumnEvent(e,t);s&&ct(o,s),this.colEventSvc.dispatchEvent(o)}dispatchStateUpdatedEvent(e){this.colEventSvc.dispatchEvent({type:"columnStateUpdated",key:e})}};function rt(e){return e instanceof Qn}var Qn=class extends A{constructor(e,t,s,o){super(),this.colGroupDef=e,this.groupId=t,this.padding=s,this.level=o,this.isColumn=!1,this.expandable=!1,this.instanceId=Yg(),this.expandableListenerRemoveCallback=null,this.expanded=!!e?.openByDefault}destroy(){this.expandableListenerRemoveCallback&&this.reset(null,void 0),super.destroy()}reset(e,t){this.colGroupDef=e,this.level=t,this.originalParent=null,this.expandableListenerRemoveCallback&&this.expandableListenerRemoveCallback(),this.children=void 0,this.expandable=void 0}getInstanceId(){return this.instanceId}getOriginalParent(){return this.originalParent}getLevel(){return this.level}isVisible(){return this.children?this.children.some(e=>e.isVisible()):!1}isPadding(){return this.padding}setExpanded(e){this.expanded=e===void 0?!1:e,this.dispatchLocalEvent({type:"expandedChanged"})}isExpandable(){return this.expandable}isExpanded(){return this.expanded}getGroupId(){return this.groupId}getId(){return this.getGroupId()}setChildren(e){this.children=e}getChildren(){return this.children}getColGroupDef(){return this.colGroupDef}getLeafColumns(){const e=[];return this.addLeafColumns(e),e}forEachLeafColumn(e){if(this.children)for(const t of this.children)ks(t)?e(t):rt(t)&&t.forEachLeafColumn(e)}addLeafColumns(e){if(this.children)for(const t of this.children)ks(t)?e.push(t):rt(t)&&t.addLeafColumns(e)}getColumnGroupShow(){const e=this.colGroupDef;if(e)return e.columnGroupShow}setupExpandable(){this.setExpandable(),this.expandableListenerRemoveCallback&&this.expandableListenerRemoveCallback();const e=this.onColumnVisibilityChanged.bind(this);for(const t of this.getLeafColumns())t.__addEventListener("visibleChanged",e);this.expandableListenerRemoveCallback=()=>{for(const t of this.getLeafColumns())t.__removeEventListener("visibleChanged",e);this.expandableListenerRemoveCallback=null}}setExpandable(){if(this.isPadding())return;let e=!1,t=!1,s=!1;const o=this.findChildrenRemovingPadding();for(let n=0,r=o.length;n<r;n++){const a=o[n];if(!a.isVisible())continue;const l=a.getColumnGroupShow();l==="open"?(e=!0,s=!0):l==="closed"?(t=!0,s=!0):(e=!0,t=!0)}const i=e&&t&&s;this.expandable!==i&&(this.expandable=i,this.dispatchLocalEvent({type:"expandableChanged"}))}findChildrenRemovingPadding(){const e=[],t=s=>{for(const o of s)rt(o)&&o.isPadding()?t(o.children):e.push(o)};return t(this.children),e}onColumnVisibilityChanged(){this.setExpandable()}},n0={numericColumn:{headerClass:"ag-right-aligned-header",cellClass:"ag-right-aligned-cell"},rightAligned:{headerClass:"ag-right-aligned-header",cellClass:"ag-right-aligned-cell"}};function tu(e,t,s){const o={},i=e.gos;return Object.assign(o,i.get("defaultColGroupDef")),Object.assign(o,t),i.validateColDef(o,s),o}var r0=class{constructor(){this.existingKeys={}}addExistingKeys(e){for(let t=0;t<e.length;t++)this.existingKeys[e[t]]=!0}getUniqueKey(e,t){e=kl(e);let s=0;for(;;){let o=e??t;if(o?s!==0&&(o+="_"+s):o=s,!this.existingKeys[o]){const i=String(o);return e&&s>0&&G(273,{providedId:e,usedId:i}),this.existingKeys[i]=!0,i}s++}}};function Te(e){if(e?.length)return e[e.length-1]}function Ls(e,t,s){if(e===t)return!0;if(!e||!t)return e==null&&t==null;const o=e.length;if(o!==t.length)return!1;for(let i=0;i<o;i++)if(e[i]!==t[i]&&!s?.(e[i],t[i]))return!1;return!0}function wi(e,t){if(e)for(const s of e)t(s)}function Vt(e,t){const s=e.indexOf(t);s>=0&&e.splice(s,1)}function su(e,t,s){for(let o=0;o<t.length;o++)Vt(e,t[o]);for(let o=t.length-1;o>=0;o--)e.splice(s,0,t[o])}var Jr="ag-Grid-AutoColumn",Zg="ag-Grid-SelectionColumn",Xg="ag-Grid-RowNumbersColumn";function Qg(e){const t=[],s=o=>{for(let i=0;i<o.length;i++){const n=o[i];ks(n)?t.push(n):rt(n)&&s(n.getChildren())}};return s(e),t}function is(e){return e.reduce((t,s)=>t+s.getActualWidth(),0)}function br(e,t,s){const o={};if(!t)return;ds(null,t,n=>{o[n.getInstanceId()]=n}),s&&ds(null,s,n=>{o[n.getInstanceId()]=null});const i=Object.values(o).filter(n=>n!=null);e.context.destroyBeans(i)}function Oc(e){return e.getId().startsWith(Jr)}function Cs(e){return(typeof e=="string"?e:"getColId"in e?e.getColId():e.colId)?.startsWith(Zg)??!1}function cs(e){return(typeof e=="string"?e:"getColId"in e?e.getColId():e.colId)?.startsWith(Xg)??!1}function a0(e){return Cs(e)||cs(e)}function Sr(e){let t=[];return e instanceof Array?t=e:typeof e=="string"&&(t=e.split(",")),t}function l0(e,t){return Ls(e,t,(s,o)=>s.getColId()===o.getColId())}function c0(e){e.map={};for(const t of e.list)e.map[t.getId()]=t}function Go(e){return e==="optionsUpdated"?"gridOptionsChanged":e}function Li(e,t){const s=e===t,o=e.getColDef()===t,i=e.getColId()==t;return s||o||i}var d0=(e,t)=>(s,o)=>{const i={value1:void 0,value2:void 0};let n=!1;return e&&(e[s]!==void 0&&(i.value1=e[s],n=!0),K(o)&&e[o]!==void 0&&(i.value2=e[o],n=!0)),!n&&t&&(t[s]!==void 0&&(i.value1=t[s]),K(o)&&t[o]!==void 0&&(i.value2=t[o])),i},u0=(e,t)=>{rt(e)&&e.setupExpandable(),e.originalParent=t};function h0(e,t=null,s,o,i){const n=new r0,{existingCols:r,existingGroups:a,existingColKeys:l}=g0(o);n.addExistingKeys(l);const c=Jg(e,t,0,s,r,n,a,i),{colGroupSvc:d}=e,u=d?.findMaxDepth(c,0)??0,h=d?d.balanceColumnTree(c,0,u,n):c;return ds(null,h,u0),{columnTree:h,treeDepth:u}}function g0(e){const t=[],s=[],o=[];return e&&ds(null,e,i=>{if(rt(i)){const n=i;s.push(n)}else{const n=i;o.push(n.getId()),t.push(n)}}),{existingCols:t,existingGroups:s,existingColKeys:o}}function Jg(e,t,s,o,i,n,r,a){if(!t)return[];const{colGroupSvc:l}=e,c=new Array(t.length);for(let d=0;d<c.length;d++){const u=t[d];l&&w0(u)?c[d]=l.createProvidedColumnGroup(o,u,s,i,n,r,a):c[d]=p0(e,o,u,i,n,a)}return c}function p0(e,t,s,o,i,n){const r=m0(s,o);r&&o?.splice(r.idx,1);let a=r?.column;if(a){const l=Vl(e,s,a.getColId());a.setColDef(l,s,n),f0(e,a,l,n)}else{const l=i.getUniqueKey(s.colId,s.field),c=Vl(e,s,l);a=new fo(c,s,l,t),e.context.createBean(a)}return e.dataTypeSvc?.addColumnListeners(a),a}function ep(e,t,s,o,i,n,r,a){const{sortSvc:l,pinnedCols:c,colFlex:d}=e;s!==void 0&&t.setVisible(!s,a),l&&(l.updateColSort(t,o,a),i!==void 0&&l.setColSortIndex(t,i)),n!==void 0&&c?.setColPinned(t,n),r!==void 0&&d?.setColFlex(t,r)}function f0(e,t,s,o){ep(e,t,s.hide,s.sort,s.sortIndex,s.pinned,s.flex,o);const i=t.getFlex();if(!(i!=null&&i>0))if(s.width!=null)t.setActualWidth(s.width,o);else{const n=t.getActualWidth();t.setActualWidth(n,o)}}function m0(e,t){if(t)for(let s=0;s<t.length;s++){const o=t[s].getUserProvidedColDef();if(!o)continue;if(e.colId!=null){if(t[s].getId()===e.colId)return{idx:s,column:t[s]};continue}if(e.field!=null){if(o.field===e.field)return{idx:s,column:t[s]};continue}if(o===e)return{idx:s,column:t[s]}}}function Vl(e,t,s,o){const{gos:i,dataTypeSvc:n}=e,r={},a=i.get("defaultColDef");ct(r,a,!1,!0);const l=C0(e,r,t,s);l&&v0(e,l,r);const c=r.cellDataType;ct(r,t,!1,!0),c!==void 0&&(r.cellDataType=c);const d=i.get("autoGroupColumnDef"),u=qt(i);return t.rowGroup&&d&&u&&ct(r,{sort:d.sort,initialSort:d.initialSort},!1,!0),n&&(n.postProcess(r),n.validateColDef(r)),i.validateColDef(r,s,o),r}function C0(e,t,s,o){const i=e.dataTypeSvc?.updateColDefAndGetColumnType(t,s,o),n=s.type??i??t.type;return t.type=n,n?Sr(n):void 0}function v0(e,t,s){if(!t.length)return;const o=Object.assign({},n0),i=e.gos.get("columnTypes")||{};for(const n of Object.keys(i)){const r=i[n];n in o?G(34,{key:n}):(r.type&&G(35),o[n]=r)}for(const n of t){const r=o[n.trim()];r?ct(s,r,!1,!0):G(36,{t:n})}}function w0(e){return e.children!==void 0}function ds(e,t,s){if(t)for(let o=0;o<t.length;o++){const i=t[o];rt(i)&&ds(i,i.getChildren(),s),s(i,e)}}function tp(e,t){const s=[],o=[],i=[];return e.forEach(r=>{const a=r.getColDef().lockPosition;a==="right"?i.push(r):a==="left"||a===!0?s.push(r):o.push(r)}),t.get("enableRtl")?[...i,...o,...s]:[...s,...o,...i]}function sp(e,t){let s=!0;return ds(null,t,o=>{if(!rt(o))return;const i=o;if(!i.getColGroupDef()?.marryChildren)return;const a=[];for(const h of i.getLeafColumns()){const p=e.indexOf(h);a.push(p)}const l=Math.max.apply(Math,a),c=Math.min.apply(Math,a),d=l-c,u=i.getLeafColumns().length-1;d>u&&(s=!1)}),s}function op(e,t){if(!e||e.length==0)return;const s=t(e[0]);for(let o=1;o<e.length;o++)if(s!==t(e[o]))return;return s}function ip(e,t,s){if(!t.length)return;const o=t.length===1?t[0]:null,i=op(t,n=>n.getPinned());e.dispatchEvent({type:"columnPinned",pinned:i??null,columns:t,column:o,source:s})}function b0(e,t,s){if(!t.length)return;const o=t.length===1?t[0]:null,i=op(t,n=>n.isVisible());e.dispatchEvent({type:"columnVisible",visible:i,columns:t,column:o,source:s})}function S0(e,t,s,o){e.dispatchEvent({type:t,columns:s,column:s&&s.length==1?s[0]:null,source:o})}function qo(e,t,s,o,i=null){t?.length&&e.dispatchEvent({type:"columnResized",columns:t,column:t.length===1?t[0]:null,flexColumns:i,finished:s,source:o})}function Ht(e,t,s){const{colModel:o,rowGroupColsSvc:i,pivotColsSvc:n,autoColSvc:r,selectionColSvc:a,colAnimation:l,visibleCols:c,pivotResultCols:d,environment:u,valueColsSvc:h,eventSvc:p,gos:f}=e,m=o.getColDefCols()??[],v=a?.getColumns();if(!m.length&&!v?.length)return!1;if(t?.state&&!t.state.forEach)return G(32),!1;const w=(x,R,F,D,T)=>{if(!x)return;const k=d0(R,t.defaultState),E=k("flex").value1;if(ep(e,x,k("hide").value1,k("sort").value1,k("sortIndex").value1,k("pinned").value1,E,s),E==null){const M=k("width").value1;if(M!=null){const O=x.getColDef().minWidth??u.getDefaultColumnMinWidth();O!=null&&M>=O&&x.setActualWidth(M,s)}}T||!x.isPrimary()||(h?.syncColumnWithState(x,s,k),i?.syncColumnWithState(x,s,k,F),n?.syncColumnWithState(x,s,k,D))},b=(x,R,F)=>{const D=np(e,s),T=R.slice(),k={},E={},M=[],O=[],B=[];let H=0;const Q=i?.columns.slice()??[],se=n?.columns.slice()??[];for(const _ of x){const j=_.colId;if(j.startsWith(Jr)){M.push(_),B.push(_);continue}if(Cs(j)){O.push(_),B.push(_);continue}const Y=F(j);Y?(w(Y,_,k,E,!1),Vt(T,Y)):(B.push(_),H+=1)}const L=_=>w(_,null,k,E,!1);T.forEach(L),i?.sortColumns(ou.bind(i,k,Q)),n?.sortColumns(ou.bind(n,E,se)),o.refreshCols(!1,s);const te=(_,j,q=[])=>{for(const Y of j){const $=_(Y.colId);Vt(q,$),w($,Y,null,null,!0)}q.forEach(L)};return te(_=>r?.getColumn(_)??null,M,r?.getColumns()?.slice()),te(_=>a?.getColumn(_)??null,O,a?.getColumns()?.slice()),x0(t,o,f),c.refresh(s),p.dispatchEvent({type:"columnEverythingChanged",source:s}),D(),{unmatchedAndAutoStates:B,unmatchedCount:H}};l?.start();let{unmatchedAndAutoStates:S,unmatchedCount:y}=b(t.state||[],m,x=>o.getColDefCol(x));if(S.length>0||K(t.defaultState)){const x=d?.getPivotResultCols()?.list??[];y=b(S,x,R=>d?.getPivotResultCol(R)??null).unmatchedCount}return l?.finish(),y===0}function y0(e,t){const{colModel:s,autoColSvc:o,selectionColSvc:i,eventSvc:n,gos:r}=e,a=s.getColDefCols();if(!a?.length)return;const l=s.getColDefColTree(),c=Qg(l),d=[];let u=1e3,h=1e3;const p=b=>{const S=rp(b);He(S.rowGroupIndex)&&S.rowGroup&&(S.rowGroupIndex=u++),He(S.pivotIndex)&&S.pivot&&(S.pivotIndex=h++),d.push(S)};o?.getColumns()?.forEach(p),i?.getColumns()?.forEach(p),c?.forEach(p),Ht(e,{state:d},t);const f=o?.getColumns()??[],w=[...i?.getColumns()??[],...f,...a].map(b=>({colId:b.colId}));Ht(e,{state:w,applyOrder:!0},t),n.dispatchEvent(ae(r,{type:"columnsReset",source:t}))}function np(e,t){const{rowGroupColsSvc:s,pivotColsSvc:o,valueColsSvc:i,colModel:n,sortSvc:r,eventSvc:a}=e,l={rowGroupColumns:s?.columns.slice()??[],pivotColumns:o?.columns.slice()??[],valueColumns:i?.columns.slice()??[]},c=yr(e),d={};for(const u of c)d[u.colId]=u;return()=>{const u=(R,F,D,T)=>{const k=F.map(T),E=D.map(T);if(Ls(k,E))return;const O=new Set(F);for(const H of D)O.delete(H)||O.add(H);const B=[...O];a.dispatchEvent({type:R,columns:B,column:B.length===1?B[0]:null,source:t})},h=R=>{const F=[];return n.forAllCols(D=>{const T=d[D.getColId()];T&&R(T,D)&&F.push(D)}),F},p=R=>R.getColId();u("columnRowGroupChanged",l.rowGroupColumns,s?.columns??[],p),u("columnPivotChanged",l.pivotColumns,o?.columns??[],p);const m=h((R,F)=>{const D=R.aggFunc!=null,T=D!=F.isValueActive(),k=D&&R.aggFunc!=F.getAggFunc();return T||k});m.length>0&&S0(a,"columnValueChanged",m,t),qo(a,h((R,F)=>R.width!=F.getActualWidth()),!0,t),ip(a,h((R,F)=>R.pinned!=F.getPinned()),t),b0(a,h((R,F)=>R.hide==F.isVisible()),t);const y=h((R,F)=>R.sort!=F.getSort()||R.sortIndex!=F.getSortIndex());y.length>0&&r?.dispatchSortChangedEvents(t,y);const x=yr(e);F0(c,x,t,n,a)}}function yr(e){const{colModel:t,rowGroupColsSvc:s,pivotColsSvc:o}=e,i=t.getColDefCols();if(He(i)||!t.isAlive())return[];const n=s?.columns,r=o?.columns,a=[],l=d=>{const u=d.isRowGroupActive()&&n?n.indexOf(d):null,h=d.isPivotActive()&&r?r.indexOf(d):null,p=d.isValueActive()?d.getAggFunc():null,f=d.getSort()!=null?d.getSort():null,m=d.getSortIndex()!=null?d.getSortIndex():null;a.push({colId:d.getColId(),width:d.getActualWidth(),hide:!d.isVisible(),pinned:d.getPinned(),sort:f,sortIndex:m,aggFunc:p,rowGroup:d.isRowGroupActive(),rowGroupIndex:u,pivot:d.isPivotActive(),pivotIndex:h,flex:d.getFlex()??null})};t.forAllCols(d=>l(d));const c=new Map(t.getCols().map((d,u)=>[d.getColId(),u]));return a.sort((d,u)=>{const h=c.has(d.colId)?c.get(d.colId):-1,p=c.has(u.colId)?c.get(u.colId):-1;return h-p}),a}function rp(e){const t=(f,m)=>f??m??null,s=e.getColDef(),o=t(s.sort,s.initialSort),i=t(s.sortIndex,s.initialSortIndex),n=t(s.hide,s.initialHide),r=t(s.pinned,s.initialPinned),a=t(s.width,s.initialWidth),l=t(s.flex,s.initialFlex);let c=t(s.rowGroupIndex,s.initialRowGroupIndex),d=t(s.rowGroup,s.initialRowGroup);c==null&&!d&&(c=null,d=null);let u=t(s.pivotIndex,s.initialPivotIndex),h=t(s.pivot,s.initialPivot);u==null&&!h&&(u=null,h=null);const p=t(s.aggFunc,s.initialAggFunc);return{colId:e.getColId(),sort:o,sortIndex:i,hide:n,pinned:r,width:a,flex:l,rowGroup:d,rowGroupIndex:c,pivot:h,pivotIndex:u,aggFunc:p}}function x0(e,t,s){if(!e.applyOrder||!e.state)return;const o=[];for(const i of e.state)i.colId!=null&&o.push(i.colId);R0(t.cols,o,t,s)}function R0(e,t,s,o){if(e==null)return;let i=[];const n={};for(const a of t){if(n[a])continue;const l=e.map[a];l&&(i.push(l),n[a]=!0)}let r=0;for(const a of e.list){const l=a.getColId();if(n[l]!=null)continue;l.startsWith(Jr)?i.splice(r++,0,a):i.push(a)}if(i=tp(i,o),!sp(i,s.getColTree())){G(39);return}e.list=i}function F0(e,t,s,o,i){const n={};for(const d of t)n[d.colId]=d;const r={};for(const d of e)n[d.colId]&&(r[d.colId]=!0);const a=e.filter(d=>r[d.colId]),l=t.filter(d=>r[d.colId]),c=[];l.forEach((d,u)=>{const h=a?.[u];if(h&&h.colId!==d.colId){const p=o.getCol(h.colId);p&&c.push(p)}}),c.length&&i.dispatchEvent({type:"columnMoved",columns:c,column:c.length===1?c[0]:null,finished:!0,source:s})}var ou=(e,t,s,o)=>{const i=e[s.getId()],n=e[o.getId()],r=i!=null,a=n!=null;if(r&&a)return i-n;if(r)return-1;if(a)return 1;const l=t.indexOf(s),c=t.indexOf(o),d=l>=0,u=c>=0;return d&&u?l-c:d?-1:1},E0=class extends A{constructor(){super(...arguments),this.beanName="colModel",this.pivotMode=!1,this.ready=!1,this.changeEventsDispatching=!1}postConstruct(){this.pivotMode=this.gos.get("pivotMode"),this.addManagedPropertyListeners(["groupDisplayType","treeData","treeDataDisplayType","groupHideOpenParents","rowNumbers","hidePaddedHeaderRows"],e=>this.refreshAll(Go(e.source))),this.addManagedPropertyListeners(["defaultColDef","defaultColGroupDef","columnTypes","suppressFieldDotNotation"],this.recreateColumnDefs.bind(this)),this.addManagedPropertyListener("pivotMode",e=>this.setPivotMode(this.gos.get("pivotMode"),Go(e.source)))}createColsFromColDefs(e){const{beans:t}=this,{valueCache:s,colAutosize:o,rowGroupColsSvc:i,pivotColsSvc:n,valueColsSvc:r,visibleCols:a,eventSvc:l,groupHierarchyColSvc:c}=t,d=this.colDefs?np(t,e):void 0;s?.expire();const u=this.colDefCols?.list,h=this.colDefCols?.tree,p=h0(t,this.colDefs,!0,h,e);br(t,this.colDefCols?.tree,p.columnTree);const f=p.columnTree,m=p.treeDepth,v=Qg(f),w={};for(const b of v)w[b.getId()]=b;this.colDefCols={tree:f,treeDepth:m,list:v,map:w},this.createColumnsForService([c],this.colDefCols,e),i?.extractCols(e,u),n?.extractCols(e,u),r?.extractCols(e,u),this.ready=!0,this.refreshCols(!0,e),a.refresh(e),l.dispatchEvent({type:"columnEverythingChanged",source:e}),d&&(this.changeEventsDispatching=!0,d(),this.changeEventsDispatching=!1),l.dispatchEvent({type:"newColumnsLoaded",source:e}),e==="gridInitializing"&&o?.applyAutosizeStrategy()}refreshCols(e,t){if(!this.colDefCols)return;const s=this.cols?.tree;this.saveColOrder();const{autoColSvc:o,selectionColSvc:i,rowNumbersSvc:n,quickFilter:r,pivotResultCols:a,showRowGroupCols:l,rowAutoHeight:c,visibleCols:d,colViewport:u,eventSvc:h}=this.beans,p=this.selectCols(a,this.colDefCols);this.createColumnsForService([o,i,n],p,t);const f=_b(this.gos,this.showingPivotResult);(!e||f)&&this.restoreColOrder(p),this.positionLockedCols(p),l?.refresh(),r?.refreshCols(),this.setColSpanActive(),c?.setAutoHeightActive(p),d.clear(),u.clear(),!Ls(s,this.cols.tree)&&h.dispatchEvent({type:"gridColumnsChanged"})}createColumnsForService(e,t,s){for(const o of e)o&&(o.createColumns(t,i=>{this.lastOrder=i(this.lastOrder),this.lastPivotOrder=i(this.lastPivotOrder)},s),o.addColumns(t))}selectCols(e,t){const s=e?.getPivotResultCols()??null;this.showingPivotResult=s!=null;const{map:o,list:i,tree:n,treeDepth:r}=s??t;return this.cols={list:i.slice(),map:{...o},tree:n.slice(),treeDepth:r},s&&(s.list.some(l=>this.cols?.map[l.getColId()]!==void 0)||(this.lastPivotOrder=null)),this.cols}getColsToShow(){if(!this.cols)return[];const{valueColsSvc:e,selectionColSvc:t,gos:s}=this.beans,o=this.isPivotMode()&&!this.showingPivotResult,i=t?.isSelectionColumnEnabled(),n=s.get("rowNumbers"),r=e?.columns;return this.cols.list.filter(l=>{const c=Oc(l);if(o){const d=r?.includes(l);return c||d||i&&Cs(l)||n&&cs(l)}else return c||l.isVisible()})}refreshAll(e){this.ready&&(this.refreshCols(!1,e),this.beans.visibleCols.refresh(e))}setColsVisible(e,t=!1,s){Ht(this.beans,{state:e.map(o=>({colId:typeof o=="string"?o:o.getColId(),hide:!t}))},s)}restoreColOrder(e){const t=this.showingPivotResult?this.lastPivotOrder:this.lastOrder;if(!t)return;const s=t.filter(u=>e.map[u.getId()]!=null);if(s.length===0)return;if(s.length===e.list.length){e.list=s;return}const o=u=>{const h=u.getOriginalParent();return h?h.getChildren().length>1?!0:o(h):!1};if(!s.some(u=>o(u))){const u=new Set(s);for(const h of e.list)u.has(h)||s.push(h);e.list=s;return}const i=new Map;for(let u=0;u<s.length;u++){const h=s[u];i.set(h,u)}const n=e.list.filter(u=>!i.has(u));if(n.length===0){e.list=s;return}const r=(u,h)=>{const p=h?h.getOriginalParent():u.getOriginalParent();if(!p)return null;let f=null,m=null;for(const v of p.getChildren())if(!(v===h||v===u)){if(v instanceof fo){const w=i.get(v);if(w==null)continue;(f==null||f<w)&&(f=w,m=v);continue}v.forEachLeafColumn(w=>{const b=i.get(w);b!=null&&(f==null||f<b)&&(f=b,m=w)})}return m??r(u,p)},a=[],l=new Map;for(const u of n){const h=r(u,null);if(h==null){a.push(u);continue}const p=l.get(h);p===void 0?l.set(h,u):Array.isArray(p)?p.push(u):l.set(h,[p,u])}const c=new Array(e.list.length);let d=c.length-1;for(let u=a.length-1;u>=0;u--)c[d--]=a[u];for(let u=s.length-1;u>=0;u--){const h=s[u],p=l.get(h);if(p)if(Array.isArray(p))for(let f=p.length-1;f>=0;f--){const m=p[f];c[d--]=m}else c[d--]=p;c[d--]=h}e.list=c}positionLockedCols(e){e.list=tp(e.list,this.gos)}saveColOrder(){this.showingPivotResult?this.lastPivotOrder=this.cols?.list??null:this.lastOrder=this.cols?.list??null}getColumnDefs(e){return this.colDefCols&&this.beans.colDefFactory?.getColumnDefs(this.colDefCols.list,this.showingPivotResult,this.lastOrder,this.cols?.list??[],e)}setColSpanActive(){this.colSpanActive=!!this.cols?.list.some(e=>e.getColDef().colSpan!=null)}isPivotMode(){return this.pivotMode}setPivotMode(e,t){if(e===this.pivotMode||(this.pivotMode=e,!this.ready))return;this.refreshCols(!1,t);const{visibleCols:s,eventSvc:o}=this.beans;s.refresh(t),o.dispatchEvent({type:"columnPivotModeChanged"})}isPivotActive(){const e=this.beans.pivotColsSvc?.columns;return this.pivotMode&&!!e?.length}recreateColumnDefs(e){if(!this.cols)return;this.beans.autoColSvc?.updateColumns(e);const t=Go(e.source);this.createColsFromColDefs(t)}setColumnDefs(e,t){this.colDefs=e,this.createColsFromColDefs(t)}destroy(){br(this.beans,this.colDefCols?.tree),super.destroy()}getColTree(){return this.cols?.tree??[]}getColDefColTree(){return this.colDefCols?.tree??[]}getColDefCols(){return this.colDefCols?.list??null}getCols(){return this.cols?.list??[]}forAllCols(e){const{pivotResultCols:t,autoColSvc:s,selectionColSvc:o,groupHierarchyColSvc:i}=this.beans;wi(this.colDefCols?.list,e),wi(s?.columns?.list,e),wi(o?.columns?.list,e),wi(i?.columns?.list,e),wi(t?.getPivotResultCols()?.list,e)}getColsForKeys(e){return e?e.map(t=>this.getCol(t)).filter(t=>t!=null):[]}getColDefCol(e){return this.colDefCols?.list?this.getColFromCollection(e,this.colDefCols):null}getCol(e){return e==null?null:this.getColFromCollection(e,this.cols)}getColById(e){return this.cols?.map[e]??null}getColFromCollection(e,t){if(t==null)return null;const{map:s,list:o}=t;if(typeof e=="string"&&s[e])return s[e];for(let a=0;a<o.length;a++)if(Li(o[a],e))return o[a];const{autoColSvc:i,selectionColSvc:n,groupHierarchyColSvc:r}=this.beans;return i?.getColumn(e)??n?.getColumn(e)??r?.getColumn(e)??null}},ap=class{constructor(){this.existingIds={}}getInstanceIdForKey(e){const t=this.existingIds[e];let s;return typeof t!="number"?s=0:s=t+1,this.existingIds[e]=s,s}},oi=class extends A{};function an(e,t,s){return s&&e.addDestroyFunc(()=>t.destroyBean(s)),s??e}var ne=null;function iu(e){return typeof e?.getGui=="function"}var ln=class{constructor(e){this.cssClassStates={},this.getGui=e}toggleCss(e,t){if(!e)return;if(e.indexOf(" ")>=0){const o=(e||"").split(" ");if(o.length>1){for(const i of o)this.toggleCss(i,t);return}}this.cssClassStates[e]!==t&&e.length&&(this.getGui()?.classList.toggle(e,t),this.cssClassStates[e]=t)}},D0=0,cn=class extends es{constructor(e,t){super(),this.suppressDataRefValidation=!1,this.displayed=!0,this.visible=!0,this.compId=D0++,this.cssManager=new ln(()=>this.eGui),this.componentSelectors=new Map((t??[]).map(s=>[s.selector,s])),e&&this.setTemplate(e)}preConstruct(){this.wireTemplate(this.getGui());const e="component-"+Object.getPrototypeOf(this)?.constructor?.name;for(const t of this.css??[])this.beans.environment.addGlobalCSS(t,e)}wireTemplate(e,t){e&&this.gos&&(this.applyElementsToComponent(e),this.createChildComponentsFromTags(e,t))}getCompId(){return this.compId}getDataRefAttribute(e){return e.getAttribute?e.getAttribute(Fg):null}applyElementsToComponent(e,t,s,o=null){if(t===void 0&&(t=this.getDataRefAttribute(e)),t){const i=this[t];if(i===ne)this[t]=o??e;else{const n=s?.[t];if(!this.suppressDataRefValidation&&!n)throw new Error(`data-ref: ${t} on ${this.constructor.name} with ${i}`)}}}createChildComponentsFromTags(e,t){const s=[];for(const o of e.childNodes??[])s.push(o);for(const o of s){if(!(o instanceof HTMLElement))continue;const i=this.createComponentFromElement(o,n=>{const r=n.getGui();if(r)for(const a of o.attributes??[])r.setAttribute(a.name,a.value)},t);if(i){if(i.addItems&&o.children.length){this.createChildComponentsFromTags(o,t);const n=Array.prototype.slice.call(o.children);i.addItems(n)}this.swapComponentForNode(i,e,o)}else o.childNodes&&this.createChildComponentsFromTags(o,t)}}createComponentFromElement(e,t,s){const o=e.nodeName,i=this.getDataRefAttribute(e),n=o.indexOf("AG-")===0,r=n?this.componentSelectors.get(o):null;let a=null;if(r){const l=s&&i?s[i]:void 0;a=new r.component(l),a.setParentComponent(this),this.createBean(a,null,t)}else if(n)throw new Error(`selector: ${o}`);return this.applyElementsToComponent(e,i,s,a),a}swapComponentForNode(e,t,s){const o=e.getGui();t.replaceChild(o,s),t.insertBefore(document.createComment(s.nodeName),o),this.addDestroyFunc(this.destroyBean.bind(this,e))}activateTabIndex(e){const t=this.gos.get("tabIndex");e||(e=[]),e.length||e.push(this.getGui());for(const s of e)s.setAttribute("tabindex",t.toString())}setTemplate(e,t,s){let o;typeof e=="string"||e==null?o=Fc(e):o=rn(e),this.setTemplateFromElement(o,t,s)}setTemplateFromElement(e,t,s,o=!1){if(this.eGui=e,this.suppressDataRefValidation=o,t)for(let i=0;i<t.length;i++){const n=t[i];this.componentSelectors.set(n.selector,n)}this.wireTemplate(e,s)}getGui(){return this.eGui}getFocusableElement(){return this.eGui}getAriaElement(){return this.getFocusableElement()}setParentComponent(e){this.parentComponent=e}getParentComponent(){return this.parentComponent}setGui(e){this.eGui=e}queryForHtmlElement(e){return this.eGui.querySelector(e)}getContainerAndElement(e,t){let s=t;return e==null?null:(s||(s=this.eGui),Pc(e)?{element:e,parent:s}:{element:e.getGui(),parent:s})}prependChild(e,t){const{element:s,parent:o}=this.getContainerAndElement(e,t)||{};!s||!o||o.insertAdjacentElement("afterbegin",s)}appendChild(e,t){const{element:s,parent:o}=this.getContainerAndElement(e,t)||{};!s||!o||o.appendChild(s)}isDisplayed(){return this.displayed}setVisible(e,t={}){if(e!==this.visible){this.visible=e;const{skipAriaHidden:s}=t;ab(this.eGui,e,{skipAriaHidden:s})}}setDisplayed(e,t={}){if(e!==this.displayed){this.displayed=e;const{skipAriaHidden:s}=t;Ge(this.eGui,e,{skipAriaHidden:s});const o={type:"displayChanged",visible:this.displayed};this.dispatchLocalEvent(o)}}destroy(){this.parentComponent&&(this.parentComponent=void 0),super.destroy()}addGuiEventListener(e,t,s){this.eGui.addEventListener(e,t,s),this.addDestroyFunc(()=>this.eGui.removeEventListener(e,t))}addCss(e){this.cssManager.toggleCss(e,!0)}removeCss(e){this.cssManager.toggleCss(e,!1)}toggleCss(e,t){this.cssManager.toggleCss(e,t)}registerCSS(e){this.css||(this.css=[]),this.css.push(e)}},Ve=class extends cn{};function lp(e){return typeof e=="object"&&!!e.component}function P0(e,t){return new Re(s=>{s(window.setInterval(e,t))})}var Re=class Ei{constructor(t){this.status=0,this.resolution=null,this.waiters=[],t(s=>this.onDone(s),s=>this.onReject(s))}static all(t){return t.length?new Ei(s=>{let o=t.length;const i=new Array(o);t.forEach((n,r)=>{n.then(a=>{i[r]=a,o--,o===0&&s(i)})})}):Ei.resolve()}static resolve(t=null){return new Ei(s=>s(t))}then(t){return new Ei(s=>{this.status===1?s(t(this.resolution)):this.waiters.push(o=>s(t(o)))})}onDone(t){this.status=1,this.resolution=t;for(const s of this.waiters)s(t)}onReject(t){}};function M0(e){return e?e.prototype&&"getGui"in e.prototype:!1}function cp(e,t,s,o){const{name:i}=s;let n,r,a,l,c,d;if(t){const u=t,h=u[i+"Selector"],p=h?h(o):null,f=m=>{typeof m=="string"?n=m:m!=null&&m!==!0&&(e.isFrameworkComponent(m)?a=m:r=m)};p?(f(p.component),l=p.params,c=p.popup,d=p.popupPosition):f(u[i])}return{compName:n,jsComp:r,fwComp:a,paramsFromSelector:l,popupFromSelector:c,popupPositionFromSelector:d}}var T0=class extends A{constructor(){super(...arguments),this.beanName="userCompFactory"}wireBeans(e){this.agCompUtils=e.agCompUtils,this.registry=e.registry,this.frameworkCompWrapper=e.frameworkCompWrapper,this.gridOptions=e.gridOptions}getCompDetailsFromGridOptions(e,t,s,o=!1){return this.getCompDetails(this.gridOptions,e,t,s,o)}getCompDetails(e,t,s,o,i=!1){const{name:n,cellRenderer:r}=t;let{compName:a,jsComp:l,fwComp:c,paramsFromSelector:d,popupFromSelector:u,popupPositionFromSelector:h}=cp(this.beans.frameworkOverrides,e,t,o),p,f;const m=S=>{const y=this.registry.getUserComponent(n,S);y&&(l=y.componentFromFramework?void 0:y.component,c=y.componentFromFramework?y.component:void 0,p=y.params,f=y.processParams)};if(a!=null&&m(a),l==null&&c==null&&s!=null&&m(s),l&&r&&!M0(l)&&(l=this.agCompUtils?.adaptFunction(t,l)),!l&&!c){const{validation:S}=this.beans;i&&(a!==s||!s)?a?S?.isProvidedUserComp(a)||Pe(50,{compName:a}):s?S||Pe(260,{...this.gos.getModuleErrorParams(),propName:n,compName:s}):Pe(216,{name:n}):s&&!S&&Pe(146,{comp:s});return}const v=this.mergeParams(e,t,o,d,p,f),w=l==null,b=l??c;return{componentFromFramework:w,componentClass:b,params:v,type:t,popupFromSelector:u,popupPositionFromSelector:h,newAgStackInstance:()=>this.newAgStackInstance(b,w,v,t)}}newAgStackInstance(e,t,s,o){const i=!t;let n;i?n=new e:n=this.frameworkCompWrapper.wrap(e,o.mandatoryMethods,o.optionalMethods,o),this.createBean(n);const r=n.init?.(s);return r==null?Re.resolve(n):r.then(()=>n)}mergeParams(e,t,s,o=null,i,n){const r={...s,...i},l=e?.[t.name+"Params"];if(typeof l=="function"){const c=l(s);ct(r,c)}else typeof l=="object"&&ct(r,l);return ct(r,o),n?n(r):r}},I0={name:"dateComponent",mandatoryMethods:["getDate","setDate"],optionalMethods:["afterGuiAttached","setInputPlaceholder","setInputAriaLabel","setDisabled","refresh"]},k0={name:"dragAndDropImageComponent",mandatoryMethods:["setIcon","setLabel"]},A0={name:"headerComponent",optionalMethods:["refresh"]},L0={name:"innerHeaderComponent"},O0={name:"innerHeaderGroupComponent"},N0={name:"headerGroupComponent"},H0={name:"cellRenderer",optionalMethods:["refresh","afterGuiAttached"],cellRenderer:!0},G0={name:"loadingCellRenderer",cellRenderer:!0},B0={name:"cellEditor",mandatoryMethods:["getValue"],optionalMethods:["isPopup","isCancelBeforeStart","isCancelAfterEnd","getPopupPosition","focusIn","focusOut","afterGuiAttached","refresh"]},V0={name:"loadingOverlayComponent",optionalMethods:["refresh"]},z0={name:"noRowsOverlayComponent",optionalMethods:["refresh"]},W0={name:"tooltipComponent"},Nc={name:"filter",mandatoryMethods:["isFilterActive","doesFilterPass","getModel","setModel"],optionalMethods:["afterGuiAttached","afterGuiDetached","onNewRowsLoaded","getModelAsString","onFloatingFilterChanged","onAnyFilterChanged","refresh"]},_0={name:"floatingFilterComponent",mandatoryMethods:["onParentModelChanged"],optionalMethods:["afterGuiAttached","refresh"]},j0={name:"fullWidthCellRenderer",optionalMethods:["refresh","afterGuiAttached"],cellRenderer:!0},U0={name:"loadingCellRenderer",cellRenderer:!0},$0={name:"groupRowRenderer",optionalMethods:["afterGuiAttached"],cellRenderer:!0},K0={name:"detailCellRenderer",optionalMethods:["refresh"],cellRenderer:!0};function q0(e,t){return e.getCompDetailsFromGridOptions(k0,"agDragAndDropImage",t,!0)}function Y0(e,t,s){return e.getCompDetails(t,A0,"agColumnHeader",s)}function Z0(e,t,s){return e.getCompDetails(t,L0,void 0,s)}function X0(e,t){const s=t.columnGroup.getColGroupDef();return e.getCompDetails(s,N0,"agColumnGroupHeader",t)}function Q0(e,t,s){return e.getCompDetails(t,O0,void 0,s)}function J0(e,t){return e.getCompDetailsFromGridOptions(j0,void 0,t,!0)}function eS(e,t){return e.getCompDetailsFromGridOptions(U0,"agLoadingCellRenderer",t,!0)}function tS(e,t){return e.getCompDetailsFromGridOptions($0,"agGroupRowRenderer",t,!0)}function sS(e,t){return e.getCompDetailsFromGridOptions(K0,"agDetailCellRenderer",t,!0)}function nu(e,t,s){return e.getCompDetails(t,H0,void 0,s)}function ru(e,t,s){return e.getCompDetails(t,G0,"agSkeletonCellRenderer",s,!0)}function dp(e,t,s){return e.getCompDetails(t,B0,"agCellEditor",s,!0)}function oS(e,t,s,o){const i=t.filter;return lp(i)&&(t={filter:i.component,filterParams:t.filterParams}),e.getCompDetails(t,Nc,o,s,!0)}function iS(e,t,s){return e.getCompDetails(t,I0,"agDateInput",s,!0)}function nS(e,t){return e.getCompDetailsFromGridOptions(V0,"agLoadingOverlay",t,!0)}function rS(e,t){return e.getCompDetailsFromGridOptions(z0,"agNoRowsOverlay",t,!0)}function aS(e,t){return e.getCompDetails(t.colDef,W0,"agTooltipComponent",t,!0)}function lS(e,t,s,o){return e.getCompDetails(t,_0,o,s)}function up(e,t){return cp(e,t,Nc)}function Va(e,t,s){return e.mergeParams(t,Nc,s)}function Zi(e){const t=e;return t?.getFrameworkComponentInstance!=null?t.getFrameworkComponentInstance():e}function cS(e){return typeof e=="object"&&!!e.getComp}var I={BACKSPACE:"Backspace",TAB:"Tab",ENTER:"Enter",ESCAPE:"Escape",SPACE:" ",LEFT:"ArrowLeft",UP:"ArrowUp",RIGHT:"ArrowRight",DOWN:"ArrowDown",DELETE:"Delete",F2:"F2",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",PAGE_HOME:"Home",PAGE_END:"End",A:"KeyA",C:"KeyC",D:"KeyD",V:"KeyV",X:"KeyX",Y:"KeyY",Z:"KeyZ"},Hc=class extends cn{isPopup(){return!0}setParentComponent(e){e.addCss("ag-has-popup"),super.setParentComponent(e)}destroy(){const e=this.parentComponent;e?.isAlive()&&e.getGui().classList.remove("ag-has-popup"),super.destroy()}},za,Wa,_a,ja,zl,Wl,Ua;function Os(){return za===void 0&&(za=/^((?!chrome|android).)*safari/i.test(navigator.userAgent)),za}function hp(){return Wa===void 0&&(Wa=/(firefox)/i.test(navigator.userAgent)),Wa}function gp(){return _a===void 0&&(_a=/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)),_a}function Xs(){return ja===void 0&&(ja=/iPad|iPhone|iPod/.test(navigator.platform)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1),ja}function _l(e){if(!e)return null;const t=e.tabIndex,s=e.getAttribute("tabIndex");return t===-1&&(s===null||s===""&&!hp())?null:t.toString()}function dS(){if(Ua!==void 0)return Ua;if(!document.body)return-1;let e=1e6;const t=hp()?6e6:1e9,s=document.createElement("div");for(document.body.appendChild(s);;){const o=e*2;if(s.style.height=o+"px",o>t||s.clientHeight!==o)break;e=o}return s.remove(),Ua=e,e}function uS(){return Wl==null&&pp(),Wl}function pp(){const e=document.body,t=document.createElement("div");t.style.width=t.style.height="100px",t.style.opacity="0",t.style.overflow="scroll",t.style.msOverflowStyle="scrollbar",t.style.position="absolute",e.appendChild(t);let s=t.offsetWidth-t.clientWidth;s===0&&t.clientWidth===0&&(s=null),t.parentNode&&t.remove(),s!=null&&(Wl=s,zl=s===0)}function fp(){return zl==null&&pp(),zl}var Gc="T",hS=new RegExp(`[${Gc} ]`),gS=new RegExp(`^\\d{4}-\\d{2}-\\d{2}(${Gc}\\d{2}:\\d{2}:\\d{2}\\D?)?`);function Yt(e,t){return e.toString().padStart(t,"0")}function St(e,t=!0,s=Gc){if(!e)return null;let o=[e.getFullYear(),e.getMonth()+1,e.getDate()].map(i=>Yt(i,2)).join("-");return t&&(o+=s+[e.getHours(),e.getMinutes(),e.getSeconds()].map(i=>Yt(i,2)).join(":")),o}function An(e,t=!0){return e?t?[String(e.getFullYear()),String(e.getMonth()+1),Yt(e.getDate(),2),Yt(e.getHours(),2),`:${Yt(e.getMinutes(),2)}`,`:${Yt(e.getSeconds(),2)}`]:[e.getFullYear(),e.getMonth()+1,Yt(e.getDate(),2)].map(String):null}var $a=e=>{if(e>3&&e<21)return"th";switch(e%10){case 1:return"st";case 2:return"nd";case 3:return"rd"}return"th"},au=["January","February","March","April","May","June","July","August","September","October","November","December"],Ka=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function jl(e,t){if(t==null)return St(e,!1);const s=Yt(e.getFullYear(),4),o={YYYY:()=>s.slice(s.length-4,s.length),YY:()=>s.slice(s.length-2,s.length),Y:()=>`${e.getFullYear()}`,MMMM:()=>au[e.getMonth()],MMM:()=>au[e.getMonth()].slice(0,3),MM:()=>Yt(e.getMonth()+1,2),Mo:()=>`${e.getMonth()+1}${$a(e.getMonth()+1)}`,M:()=>`${e.getMonth()+1}`,Do:()=>`${e.getDate()}${$a(e.getDate())}`,DD:()=>Yt(e.getDate(),2),D:()=>`${e.getDate()}`,dddd:()=>Ka[e.getDay()],ddd:()=>Ka[e.getDay()].slice(0,3),dd:()=>Ka[e.getDay()].slice(0,2),do:()=>`${e.getDay()}${$a(e.getDay())}`,d:()=>`${e.getDay()}`},i=new RegExp(Object.keys(o).join("|"),"g");return t.replace(i,n=>n in o?o[n]():n)}function Jn(e,t=!1){return!!pt(e,t)}function pS(e){return Jn(e,!0)}function pt(e,t=!1,s){if(!e||!s&&!gS.test(e))return null;const[o,i]=e.split(hS);if(!o)return null;const n=o.split("-").map(p=>Number.parseInt(p,10));if(n.filter(p=>!isNaN(p)).length!==3)return null;const[r,a,l]=n,c=new Date(r,a-1,l);if(c.getFullYear()!==r||c.getMonth()!==a-1||c.getDate()!==l||!i&&t)return null;if(!i||i==="00:00:00")return c;const[d,u,h]=i.split(":").map(p=>Number.parseInt(p,10));if(d>=0&&d<24)c.setHours(d);else if(t)return null;if(u>=0&&u<60)c.setMinutes(u);else if(t)return null;if(h>=0&&h<60)c.setSeconds(h);else if(t)return null;return c}function Ul(e){const{inputValue:t,allSuggestions:s,hideIrrelevant:o,filterByPercentageOfBestMatch:i}=e;let n=(s??[]).map((l,c)=>({value:l,relevance:fS(t,l),idx:c}));if(n.sort((l,c)=>l.relevance-c.relevance),o&&(n=n.filter(l=>l.relevance<Math.max(l.value.length,t.length))),n.length>0&&i&&i>0){const c=n[0].relevance*i;n=n.filter(d=>c-d.relevance<0)}const r=[],a=[];for(const l of n)r.push(l.value),a.push(l.idx);return{values:r,indices:a}}function fS(e,t){e.length<t.length&&([e,t]=[t,e]);let s=[],o=[];const i=e.length,n=t.length;for(let a=0;a<=n;a++)s[a]=a;let r=0;for(let a=1;a<=i;a++){o[0]=a;for(let l=1;l<=n;l++){const c=e[a-1],d=t[l-1];if(c.toLocaleLowerCase()===d.toLocaleLowerCase())++r,c===d&&++r,a>1&&l>1&&e[a-2].toLocaleLowerCase()===t[l-2].toLocaleLowerCase()&&(++r,e[a-2]===t[l-2]&&++r),a<i/2-10&&++r,o[l]=s[l-1];else{const u=o[l-1],h=s[l],p=s[l-1];o[l]=1+Math.min(u,h,p)}}[s,o]=[o,s]}return s[n]/(r+1)}function mp(e){return e.altKey||e.ctrlKey||e.metaKey?!1:e.key?.length===1}var $l=!1,xr=0;function mS(e){xr>0||(e.addEventListener("keydown",Rr),e.addEventListener("mousedown",Rr))}function CS(e){xr>0||(e.removeEventListener("keydown",Rr),e.removeEventListener("mousedown",Rr))}function Rr(e){const t=$l,s=e.type==="keydown";s&&(e.ctrlKey||e.metaKey||e.altKey)||t!==s&&($l=s)}function vS(e){const t=Xe(e);return mS(t),xr++,()=>{xr--,CS(t)}}function wS(){return $l}function Bo(e,t,s=!1){const o=rb;let i=bg;t&&(i+=", "+t),s&&(i+=', [tabindex="-1"]');const n=Array.prototype.slice.apply(e.querySelectorAll(o)).filter(l=>ps(l)),r=Array.prototype.slice.apply(e.querySelectorAll(i));return r.length?((l,c)=>l.filter(d=>c.indexOf(d)===-1))(n,r):n}function ro(e,t=!1,s=!1,o=!1){const i=Bo(e,o?".ag-tab-guard":null,s),n=t?Te(i):i[0];return n?(n.focus({preventScroll:!0}),!0):!1}function mo(e,t,s,o){const i=Bo(t,s?':not([tabindex="-1"])':null),n=Be(e);let r;s?r=i.findIndex(l=>l.contains(n)):r=i.indexOf(n);const a=r+(o?-1:1);return a<0||a>=i.length?null:i[a]}function Cp(e,t=5){let s=0;for(;e&&_l(e)===null&&++s<=t;)e=e.parentElement;return _l(e)===null?null:e}var bS=".ag-label{white-space:nowrap}:where(.ag-ltr) .ag-label{margin-right:var(--ag-spacing)}:where(.ag-rtl) .ag-label{margin-left:var(--ag-spacing)}:where(.ag-label-align-right) .ag-label{order:1}:where(.ag-ltr) :where(.ag-label-align-right) .ag-label{margin-left:var(--ag-spacing)}:where(.ag-rtl) :where(.ag-label-align-right) .ag-label{margin-right:var(--ag-spacing)}.ag-label-align-right>*{flex:none}.ag-label-align-top{align-items:flex-start;flex-direction:column;>*{align-self:stretch}}.ag-label-ellipsis{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.ag-label-align-top) .ag-label{margin-bottom:calc(var(--ag-spacing)*.5)}",SS=class extends cn{constructor(e,t,s){super(t,s),this.labelSeparator="",this.labelAlignment="left",this.disabled=!1,this.label="",this.config=e||{},this.registerCSS(bS)}postConstruct(){this.addCss("ag-labeled"),this.eLabel.classList.add("ag-label");const{labelSeparator:e,label:t,labelWidth:s,labelAlignment:o,disabled:i}=this.config;i!=null&&this.setDisabled(i),e!=null&&this.setLabelSeparator(e),t!=null&&this.setLabel(t),s!=null&&this.setLabelWidth(s),this.setLabelAlignment(o||this.labelAlignment),this.refreshLabel()}refreshLabel(){const{label:e,eLabel:t}=this;gt(t),typeof e=="string"?t.innerText=e+this.labelSeparator:e&&t.appendChild(e),e===""?(Ge(t,!1),oo(t,"presentation")):(Ge(t,!0),oo(t,null))}setLabelSeparator(e){return this.labelSeparator===e?this:(this.labelSeparator=e,this.label!=null&&this.refreshLabel(),this)}getLabelId(){const e=this.eLabel;return e.id=e.id||`ag-${this.getCompId()}-label`,e.id}getLabel(){return this.label}setLabel(e){return this.label===e?this:(this.label=e,this.refreshLabel(),this)}setLabelAlignment(e){const s=this.getGui().classList;return s.toggle("ag-label-align-left",e==="left"),s.toggle("ag-label-align-right",e==="right"),s.toggle("ag-label-align-top",e==="top"),this}setLabelEllipsis(e){return this.eLabel.classList.toggle("ag-label-ellipsis",e),this}setLabelWidth(e){return this.label==null?this:(gr(this.eLabel,e),this)}setDisabled(e){e=!!e;const t=this.getGui();return Ui(t,e),t.classList.toggle("ag-disabled",e),this.disabled=e,this}isDisabled(){return!!this.disabled}},vp=class extends SS{constructor(e,t,s,o){super(e,t,s),this.className=o}postConstruct(){super.postConstruct();const{width:e,value:t,onValueChange:s}=this.config;e!=null&&this.setWidth(e),t!=null&&this.setValue(t),s!=null&&this.onValueChange(s),this.className&&this.addCss(this.className),this.refreshAriaLabelledBy()}setLabel(e){return super.setLabel(e),this.refreshAriaLabelledBy(),this}refreshAriaLabelledBy(){const e=this.getAriaElement(),t=this.getLabelId(),s=this.getLabel();s==null||s==""||U1(e)!==null?ji(e,""):ji(e,t??"")}setAriaLabel(e){return $o(this.getAriaElement(),e),this.refreshAriaLabelledBy(),this}onValueChange(e){return this.addManagedListeners(this,{fieldValueChanged:()=>e(this.getValue())}),this}getWidth(){return this.getGui().clientWidth}setWidth(e){return Xt(this.getGui(),e),this}getPreviousValue(){return this.previousValue}getValue(){return this.value}setValue(e,t){return this.value===e?this:(this.previousValue=this.value,this.value=e,t||this.dispatchLocalEvent({type:"fieldValueChanged"}),this)}};function yS(e){return{tag:"div",role:"presentation",children:[{tag:"div",ref:"eLabel",cls:"ag-input-field-label"},{tag:"div",ref:"eWrapper",cls:"ag-wrapper ag-input-wrapper",role:"presentation",children:[{tag:e,ref:"eInput",cls:"ag-input-field-input"}]}]}}var _s=class extends vp{constructor(e,t,s="text",o="input"){super(e,e?.template??yS(o),[],t),this.inputType=s,this.displayFieldTag=o,this.eLabel=ne,this.eWrapper=ne,this.eInput=ne}postConstruct(){super.postConstruct(),this.setInputType(this.inputType);const{eLabel:e,eWrapper:t,eInput:s,className:o}=this;e.classList.add(`${o}-label`),t.classList.add(`${o}-input-wrapper`),s.classList.add(`${o}-input`),this.addCss("ag-input-field"),s.id=s.id||`ag-${this.getCompId()}-input`;const{inputName:i,inputWidth:n}=this.config;i!=null&&this.setInputName(i),n!=null&&this.setInputWidth(n),this.addInputListeners(),this.activateTabIndex([s])}addInputListeners(){this.addManagedElementListeners(this.eInput,{input:e=>this.setValue(e.target.value)})}setInputType(e){this.displayFieldTag==="input"&&(this.inputType=e,wt(this.eInput,"type",e))}getInputElement(){return this.eInput}setInputWidth(e){return gr(this.eWrapper,e),this}setInputName(e){return this.getInputElement().setAttribute("name",e),this}getFocusableElement(){return this.eInput}setMaxLength(e){const t=this.eInput;return t.maxLength=e,this}setInputPlaceholder(e){return wt(this.eInput,"placeholder",e),this}setInputAriaLabel(e){return $o(this.eInput,e),this.refreshAriaLabelledBy(),this}setDisabled(e){return Ui(this.eInput,e),super.setDisabled(e)}setAutoComplete(e){if(e===!0)wt(this.eInput,"autocomplete",null);else{const t=typeof e=="string"?e:"off";wt(this.eInput,"autocomplete",t)}return this}},Bc=class extends _s{constructor(e,t="ag-checkbox",s="checkbox"){super(e,t,s),this.labelAlignment="right",this.selected=!1,this.readOnly=!1,this.passive=!1}postConstruct(){super.postConstruct();const{readOnly:e,passive:t}=this.config;typeof e=="boolean"&&this.setReadOnly(e),typeof t=="boolean"&&this.setPassive(t)}addInputListeners(){this.addManagedElementListeners(this.eInput,{click:this.onCheckboxClick.bind(this)}),this.addManagedElementListeners(this.eLabel,{click:this.toggle.bind(this)})}getNextValue(){return this.selected===void 0?!0:!this.selected}setPassive(e){this.passive=e}isReadOnly(){return this.readOnly}setReadOnly(e){this.eWrapper.classList.toggle("ag-disabled",e),this.eInput.disabled=e,this.readOnly=e}setDisabled(e){return this.eWrapper.classList.toggle("ag-disabled",e),super.setDisabled(e)}toggle(){if(this.eInput.disabled)return;const e=this.isSelected(),t=this.getNextValue();this.passive?this.dispatchChange(t,e):this.setValue(t)}getValue(){return this.isSelected()}setValue(e,t){return this.refreshSelectedClass(e),this.setSelected(e,t),this}setName(e){const t=this.getInputElement();return t.name=e,this}isSelected(){return this.selected}setSelected(e,t){if(this.isSelected()===e)return;this.previousValue=this.isSelected(),e=this.selected=typeof e=="boolean"?e:void 0;const s=this.eInput;s.checked=e,s.indeterminate=e===void 0,t||this.dispatchChange(this.selected,this.previousValue)}dispatchChange(e,t,s){this.dispatchLocalEvent({type:"fieldValueChanged",selected:e,previousValue:t,event:s});const o=this.getInputElement();this.eventSvc.dispatchEvent({type:"checkboxChanged",id:o.id,name:o.name,selected:e,previousValue:t})}onCheckboxClick(e){if(this.passive||this.eInput.disabled)return;const t=this.isSelected(),s=this.selected=e.target.checked;this.refreshSelectedClass(s),this.dispatchChange(s,t,e)}refreshSelectedClass(e){const t=this.eWrapper.classList;t.toggle("ag-checked",e===!0),t.toggle("ag-indeterminate",e==null)}},Vc={selector:"AG-CHECKBOX",component:Bc},xS=class extends Bc{constructor(e){super(e,"ag-radio-button","radio")}isSelected(){return this.eInput.checked}toggle(){this.eInput.disabled||this.isSelected()||this.setValue(!0)}addInputListeners(){super.addInputListeners(),this.addManagedEventListeners({checkboxChanged:this.onChange.bind(this)})}onChange(e){const t=this.eInput;e.selected&&e.name&&t.name&&t.name===e.name&&e.id&&t.id!==e.id&&this.setValue(!1,!0)}},Co=class extends _s{constructor(e,t="ag-text-field",s="text"){super(e,t,s)}postConstruct(){super.postConstruct(),this.config.allowedCharPattern&&this.preventDisallowedCharacters()}setValue(e,t){const s=this.eInput;return s.value!==e&&(s.value=K(e)?e:""),super.setValue(e,t)}setStartValue(e){this.setValue(e,!0)}preventDisallowedCharacters(){const e=new RegExp(`[${this.config.allowedCharPattern}]`),t=s=>{mp(s)&&s.key&&!e.test(s.key)&&s.preventDefault()};this.addManagedListeners(this.eInput,{keydown:t,paste:s=>{s.clipboardData?.getData("text")?.split("").some(i=>!e.test(i))&&s.preventDefault()}})}},ea={selector:"AG-INPUT-TEXT-FIELD",component:Co},RS=class extends _s{constructor(e){super(e,"ag-text-area",null,"textarea")}setValue(e,t){const s=super.setValue(e,t);return this.eInput.value=e,s}setCols(e){return this.eInput.cols=e,this}setRows(e){return this.eInput.rows=e,this}},FS={selector:"AG-INPUT-TEXT-AREA",component:RS},zc=class extends Co{constructor(e){super(e,"ag-number-field","number")}postConstruct(){super.postConstruct();const e=this.eInput;this.addManagedListeners(e,{blur:()=>{const n=Number.parseFloat(e.value),r=isNaN(n)?"":this.normalizeValue(n.toString());this.value!==r&&this.setValue(r)},wheel:this.onWheel.bind(this)}),e.step="any";const{precision:t,min:s,max:o,step:i}=this.config;typeof t=="number"&&this.setPrecision(t),typeof s=="number"&&this.setMin(s),typeof o=="number"&&this.setMax(o),typeof i=="number"&&this.setStep(i)}onWheel(e){Be(this.beans)===this.eInput&&e.preventDefault()}normalizeValue(e){return e===""?"":(this.precision!=null&&(e=this.adjustPrecision(e)),e)}adjustPrecision(e,t){const s=this.precision;if(s==null)return e;if(t){const i=Number.parseFloat(e).toFixed(s);return Number.parseFloat(i).toString()}const o=String(e).split(".");if(o.length>1){if(o[1].length<=s)return e;if(s>0)return`${o[0]}.${o[1].slice(0,s)}`}return o[0]}setMin(e){return this.min===e?this:(this.min=e,wt(this.eInput,"min",e),this)}setMax(e){return this.max===e?this:(this.max=e,wt(this.eInput,"max",e),this)}setPrecision(e){return this.precision=e,this}setStep(e){return this.step===e?this:(this.step=e,wt(this.eInput,"step",e),this)}setValue(e,t){return this.setValueOrInputValue(s=>super.setValue(s,t),()=>this,e)}setStartValue(e){return this.setValueOrInputValue(t=>super.setValue(t,!0),t=>{this.eInput.value=t},e)}setValueOrInputValue(e,t,s){if(K(s)){let o=this.isScientificNotation(s);if(o&&this.eInput.validity.valid)return e(s);if(!o){s=this.adjustPrecision(s);const i=this.normalizeValue(s);o=s!=i}if(o)return t(s)}return e(s)}getValue(){const e=this.eInput;if(!e.validity.valid)return;const t=e.value;return this.isScientificNotation(t)?this.adjustPrecision(t,!0):super.getValue()}isScientificNotation(e){return typeof e=="string"&&e.includes("e")}},ES={selector:"AG-INPUT-NUMBER-FIELD",component:zc},DS=class extends Co{constructor(e){super(e,"ag-date-field","date")}postConstruct(){super.postConstruct();const e=Os();this.addManagedListeners(this.eInput,{wheel:this.onWheel.bind(this),mousedown:()=>{this.isDisabled()||e||this.eInput.focus()}}),this.eInput.step="any"}onWheel(e){Be(this.beans)===this.eInput&&e.preventDefault()}setMin(e){const t=e instanceof Date?St(e??null,!!this.includeTime)??void 0:e;return this.min===t?this:(this.min=t,wt(this.eInput,"min",t),this)}setMax(e){const t=e instanceof Date?St(e??null,!!this.includeTime)??void 0:e;return this.max===t?this:(this.max=t,wt(this.eInput,"max",t),this)}setStep(e){return this.step===e?this:(this.step=e,wt(this.eInput,"step",e),this)}setIncludeTime(e){return this.includeTime===e?this:(this.includeTime=e,super.setInputType(e?"datetime-local":"date"),e&&this.setStep(1),this)}getDate(){if(this.eInput.validity.valid)return pt(this.getValue())??void 0}setDate(e,t){this.setValue(St(e??null,this.includeTime),t)}},wp={selector:"AG-INPUT-DATE-FIELD",component:DS},PS=".ag-list-item{align-items:center;display:flex;height:var(--ag-list-item-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;&.ag-active-item{background-color:var(--ag-row-hover-color)}}",MS="ag-active-item",TS=(e,t)=>({tag:"div",cls:`ag-list-item ag-${e}-list-item`,attrs:{role:"option"},children:[{tag:"span",ref:"eText",children:t}]}),IS=class extends cn{constructor(e,t,s){super(TS(e,t)),this.label=t,this.value=s,this.eText=ne}postConstruct(){this.createTooltip(),this.addEventListeners()}setHighlighted(e){const t=this.getGui();t.classList.toggle(MS,e),wg(t,e),this.dispatchLocalEvent({type:"itemHighlighted",highlighted:e})}getHeight(){return this.getGui().clientHeight}setIndex(e,t){const s=this.getGui();X1(s,e),Z1(s,t)}createTooltip(){const e={getTooltipValue:()=>this.label,getGui:()=>this.getGui(),getLocation:()=>"UNKNOWN",shouldDisplayTooltip:()=>Ec(this.eText)},t=this.createOptionalManagedBean(this.beans.registry.createDynamicBean("highlightTooltipFeature",!1,e,this));t&&(this.tooltipFeature=t)}addEventListeners(){const e=this.getParentComponent();e&&(this.addGuiEventListener("mouseover",()=>{e.highlightItem(this)}),this.addGuiEventListener("mousedown",t=>{t.preventDefault(),t.stopPropagation(),e.setValue(this.value)}))}},kS=class extends cn{constructor(e="default"){super({tag:"div",cls:`ag-list ag-${e}-list`}),this.cssIdentifier=e,this.options=[],this.listItems=[],this.highlightedItem=null,this.registerCSS(PS)}postConstruct(){const e=this.getGui();this.addManagedElementListeners(e,{mouseleave:()=>this.clearHighlighted()})}handleKeyDown(e){const t=e.key;switch(t){case I.ENTER:if(!this.highlightedItem)this.setValue(this.getValue());else{const s=this.listItems.indexOf(this.highlightedItem);this.setValueByIndex(s)}break;case I.DOWN:case I.UP:e.preventDefault(),this.navigate(t);break;case I.PAGE_DOWN:case I.PAGE_UP:case I.PAGE_HOME:case I.PAGE_END:e.preventDefault(),this.navigateToPage(t);break}}addOptions(e){for(const t of e)this.addOption(t);return this}addOption(e){const{value:t,text:s}=e,o=s??t;return this.options.push({value:t,text:o}),this.renderOption(t,o),this.updateIndices(),this}clearOptions(){this.options=[],this.reset(!0);for(const e of this.listItems)e.destroy();gt(this.getGui()),this.listItems=[],this.refreshAriaRole()}setValue(e,t){if(this.value===e)return this.fireItemSelected(),this;if(e==null)return this.reset(t),this;const s=this.options.findIndex(o=>o.value===e);if(s!==-1){const o=this.options[s];this.value=o.value,this.displayValue=o.text,this.highlightItem(this.listItems[s]),t||this.fireChangeEvent()}return this}setValueByIndex(e){return this.setValue(this.options[e].value)}getValue(){return this.value}getDisplayValue(){return this.displayValue}refreshHighlighted(){this.clearHighlighted();const e=this.options.findIndex(t=>t.value===this.value);e!==-1&&this.highlightItem(this.listItems[e])}highlightItem(e){const t=e.getGui();if(!ps(t))return;this.clearHighlighted(),e.setHighlighted(!0),this.highlightedItem=e;const s=this.getGui(),{scrollTop:o,clientHeight:i}=s,{offsetTop:n,offsetHeight:r}=t;(n+r>o+i||n<o)&&t.scrollIntoView({block:"nearest"})}hideItemTooltip(){this.highlightedItem?.tooltipFeature?.attemptToHideTooltip()}destroy(){this.hideItemTooltip(),super.destroy()}reset(e){this.value=null,this.displayValue=null,this.clearHighlighted(),e||this.fireChangeEvent()}clearHighlighted(){this.highlightedItem?.setHighlighted(!1),this.highlightedItem=null}renderOption(e,t){const s=new IS(this.cssIdentifier,t,e);s.setParentComponent(this);const o=this.createManagedBean(s);this.listItems.push(o),this.getGui().appendChild(o.getGui())}navigate(e){const t=e===I.DOWN;let s;const{listItems:o,highlightedItem:i}=this;if(!i)s=t?o[0]:Te(o);else{let r=o.indexOf(i)+(t?1:-1);r=Math.min(Math.max(r,0),o.length-1),s=o[r]}this.highlightItem(s)}navigateToPage(e){const{listItems:t,highlightedItem:s}=this;if(!s||t.length===0)return;const o=t.indexOf(s),i=this.options.length-1,n=t[0].getHeight(),r=Math.floor(this.getGui().clientHeight/n);let a=-1;e===I.PAGE_HOME?a=0:e===I.PAGE_END?a=i:e===I.PAGE_DOWN?a=Math.min(o+r,i):e===I.PAGE_UP&&(a=Math.max(o-r,0)),a!==-1&&this.highlightItem(t[a])}refreshAriaRole(){oo(this.getGui(),this.options.length===0?"presentation":"listbox")}updateIndices(){this.refreshAriaRole();const e=this.listItems,t=e.length;e.forEach((s,o)=>{s.setIndex(o+1,t)})}fireChangeEvent(){this.dispatchLocalEvent({type:"fieldValueChanged"}),this.fireItemSelected()}fireItemSelected(){this.dispatchLocalEvent({type:"selectedItem"})}},AS=".ag-picker-field-display{flex:1 1 auto}.ag-picker-field{align-items:center;display:flex}.ag-picker-field-icon{border:0;cursor:pointer;display:flex;margin:0;padding:0}.ag-picker-field-wrapper{background-color:var(--ag-picker-button-background-color);border:var(--ag-picker-button-border);border-radius:5px;min-height:max(var(--ag-list-item-height),calc(var(--ag-spacing)*4));overflow:hidden;&:where(.ag-picker-has-focus),&:where(:focus-within){background-color:var(--ag-picker-button-focus-background-color);border:var(--ag-picker-button-focus-border);box-shadow:var(--ag-focus-shadow);&:where(.invalid){box-shadow:var(--ag-focus-error-shadow)}}&:where(.invalid){background-color:var(--ag-input-invalid-background-color);border:var(--ag-input-invalid-border);color:var(--ag-input-invalid-text-color)}&:disabled{opacity:.5}}",LS={tag:"div",cls:"ag-picker-field",role:"presentation",children:[{tag:"div",ref:"eLabel"},{tag:"div",ref:"eWrapper",cls:"ag-wrapper ag-picker-field-wrapper ag-picker-collapsed",children:[{tag:"div",ref:"eDisplayField",cls:"ag-picker-field-display"},{tag:"div",ref:"eIcon",cls:"ag-picker-field-icon",attrs:{"aria-hidden":"true"}}]}]},OS=class extends vp{constructor(e){if(super(e,e?.template||LS,e?.agComponents||[],e?.className),this.isPickerDisplayed=!1,this.skipClick=!1,this.pickerGap=4,this.hideCurrentPicker=null,this.eLabel=ne,this.eWrapper=ne,this.eDisplayField=ne,this.eIcon=ne,this.registerCSS(AS),this.ariaRole=e?.ariaRole,this.onPickerFocusIn=this.onPickerFocusIn.bind(this),this.onPickerFocusOut=this.onPickerFocusOut.bind(this),!e)return;const{pickerGap:t,maxPickerHeight:s,variableWidth:o,minPickerWidth:i,maxPickerWidth:n}=e;t!=null&&(this.pickerGap=t),this.variableWidth=!!o,s!=null&&this.setPickerMaxHeight(s),i!=null&&this.setPickerMinWidth(i),n!=null&&this.setPickerMaxWidth(n)}postConstruct(){super.postConstruct(),this.setupAria();const e=`ag-${this.getCompId()}-display`;this.eDisplayField.setAttribute("id",e);const t=this.getAriaElement();this.addManagedElementListeners(t,{keydown:this.onKeyDown.bind(this)}),this.addManagedElementListeners(this.eLabel,{mousedown:this.onLabelOrWrapperMouseDown.bind(this)}),this.addManagedElementListeners(this.eWrapper,{mousedown:this.onLabelOrWrapperMouseDown.bind(this)});const{pickerIcon:s,inputWidth:o}=this.config;if(s){const i=this.beans.iconSvc.createIconNoSpan(s);i&&this.eIcon.appendChild(i)}o!=null&&this.setInputWidth(o)}setupAria(){const e=this.getAriaElement();e.setAttribute("tabindex",this.gos.get("tabIndex").toString()),Al(e,!1),this.ariaRole&&oo(e,this.ariaRole)}onLabelOrWrapperMouseDown(e){if(e){const t=this.getFocusableElement();if(t!==this.eWrapper&&e?.target===t)return;e.preventDefault(),this.getFocusableElement().focus()}if(this.skipClick){this.skipClick=!1;return}this.isDisabled()||(this.isPickerDisplayed?this.hidePicker():this.showPicker())}onKeyDown(e){switch(e.key){case I.UP:case I.DOWN:case I.ENTER:case I.SPACE:e.preventDefault(),this.onLabelOrWrapperMouseDown();break;case I.ESCAPE:this.isPickerDisplayed&&(e.preventDefault(),e.stopPropagation(),this.hideCurrentPicker&&this.hideCurrentPicker());break}}showPicker(){this.isPickerDisplayed=!0,this.pickerComponent||(this.pickerComponent=this.createPickerComponent());const e=this.pickerComponent.getGui();e.addEventListener("focusin",this.onPickerFocusIn),e.addEventListener("focusout",this.onPickerFocusOut),this.hideCurrentPicker=this.renderAndPositionPicker(),this.toggleExpandedStyles(!0)}renderAndPositionPicker(){const e=this.pickerComponent.getGui();this.gos.get("suppressScrollWhenPopupsAreOpen")||([this.destroyMouseWheelFunc]=this.addManagedEventListeners({bodyScroll:()=>{this.hidePicker()}}));const t=this.getLocaleTextFunc(),{config:{pickerAriaLabelKey:s,pickerAriaLabelValue:o,modalPicker:i=!0},maxPickerHeight:n,minPickerWidth:r,maxPickerWidth:a,variableWidth:l,beans:c,eWrapper:d}=this,u={modal:i,eChild:e,closeOnEsc:!0,closedCallback:()=>{const m=ug(c);this.beforeHidePicker(),m&&this.isAlive()&&this.getFocusableElement().focus()},ariaLabel:t(s,o),anchorToElement:d};e.style.position="absolute";const h=c.popupSvc,p=h.addPopup(u);l?(r&&(e.style.minWidth=r),e.style.width=Dc(dr(d)),a&&(e.style.maxWidth=a)):gr(e,a??dr(d));const f=n??`${Rc(h.getPopupParent())}px`;return e.style.setProperty("max-height",f),this.alignPickerToComponent(),p.hideFunc}alignPickerToComponent(){if(!this.pickerComponent)return;const{pickerGap:e,config:{pickerType:t},beans:{popupSvc:s,gos:o},eWrapper:i,pickerComponent:n}=this,r=o.get("enableRtl")?"right":"left";s.positionPopupByComponent({type:t,eventSource:i,ePopup:n.getGui(),position:"under",alignSide:r,keepWithinBounds:!0,nudgeY:e})}beforeHidePicker(){this.destroyMouseWheelFunc&&(this.destroyMouseWheelFunc(),this.destroyMouseWheelFunc=void 0),this.toggleExpandedStyles(!1);const e=this.pickerComponent.getGui();e.removeEventListener("focusin",this.onPickerFocusIn),e.removeEventListener("focusout",this.onPickerFocusOut),this.isPickerDisplayed=!1,this.pickerComponent=void 0,this.hideCurrentPicker=null}toggleExpandedStyles(e){if(!this.isAlive())return;const t=this.getAriaElement();Al(t,e);const s=this.eWrapper.classList;s.toggle("ag-picker-expanded",e),s.toggle("ag-picker-collapsed",!e)}onPickerFocusIn(){this.togglePickerHasFocus(!0)}onPickerFocusOut(e){this.pickerComponent?.getGui().contains(e.relatedTarget)||this.togglePickerHasFocus(!1)}togglePickerHasFocus(e){this.pickerComponent&&this.eWrapper.classList.toggle("ag-picker-has-focus",e)}hidePicker(){this.hideCurrentPicker&&(this.hideCurrentPicker(),this.dispatchLocalEvent({type:"pickerHidden"}))}setInputWidth(e){return gr(this.eWrapper,e),this}getFocusableElement(){return this.eWrapper}setPickerGap(e){return this.pickerGap=e,this}setPickerMinWidth(e){return typeof e=="number"&&(e=`${e}px`),this.minPickerWidth=e??void 0,this}setPickerMaxWidth(e){return typeof e=="number"&&(e=`${e}px`),this.maxPickerWidth=e??void 0,this}setPickerMaxHeight(e){return typeof e=="number"&&(e=`${e}px`),this.maxPickerHeight=e??void 0,this}destroy(){this.hidePicker(),super.destroy()}},NS=".ag-select{align-items:center;display:flex;&.ag-disabled{opacity:.5}}:where(.ag-select){.ag-picker-field-wrapper{cursor:default}&.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}&:not(.ag-cell-editor,.ag-label-align-top){min-height:var(--ag-list-item-height)}.ag-picker-field-display{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-picker-field-icon{align-items:center;display:flex}}:where(.ag-ltr) :where(.ag-select){.ag-picker-field-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding)/2);padding-right:var(--ag-spacing)}}:where(.ag-rtl) :where(.ag-select){.ag-picker-field-wrapper{padding-left:var(--ag-spacing);padding-right:calc(var(--ag-cell-horizontal-padding)/2)}}.ag-select-list{background-color:var(--ag-picker-list-background-color);border:var(--ag-picker-list-border);border-radius:var(--ag-border-radius);box-shadow:var(--ag-dropdown-shadow);overflow:hidden auto}.ag-select-list-item{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;:where(span){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}:where(.ag-ltr) .ag-select-list-item{padding-left:calc(var(--ag-cell-horizontal-padding)/2)}:where(.ag-rtl) .ag-select-list-item{padding-right:calc(var(--ag-cell-horizontal-padding)/2)}",Wc=class extends OS{constructor(e){super({pickerAriaLabelKey:"ariaLabelSelectField",pickerAriaLabelValue:"Select Field",pickerType:"ag-list",className:"ag-select",pickerIcon:"selectOpen",ariaRole:"combobox",...e}),this.registerCSS(NS)}postConstruct(){this.tooltipFeature=this.createOptionalManagedBean(this.beans.registry.createDynamicBean("tooltipFeature",!1,{shouldDisplayTooltip:Kn(()=>this.eDisplayField),getGui:()=>this.getGui()})),super.postConstruct(),this.createListComponent(),this.eWrapper.tabIndex=this.gos.get("tabIndex");const{options:e,value:t,placeholder:s}=this.config;e!=null&&this.addOptions(e),t!=null&&this.setValue(t,!0),s&&t==null&&(this.eDisplayField.textContent=s),this.addManagedElementListeners(this.eWrapper,{focusout:this.onWrapperFocusOut.bind(this)})}onWrapperFocusOut(e){this.eWrapper.contains(e.relatedTarget)||this.hidePicker()}createListComponent(){const e=this.createBean(new kS("select"));this.listComponent=e,e.setParentComponent(this);const t=e.getAriaElement(),s=`ag-select-list-${e.getCompId()}`;t.setAttribute("id",s),nb(this.getAriaElement(),t),e.addManagedElementListeners(e.getGui(),{mousedown:o=>{o?.preventDefault()}}),e.addManagedListeners(e,{selectedItem:()=>{this.hidePicker(),this.dispatchLocalEvent({type:"selectedItem"})},fieldValueChanged:()=>{this.listComponent&&(this.setValue(this.listComponent.getValue(),!1,!0),this.hidePicker())}})}createPickerComponent(){return this.listComponent}beforeHidePicker(){this.listComponent?.hideItemTooltip(),super.beforeHidePicker()}onKeyDown(e){const{key:t}=e;switch(t===I.TAB&&this.hidePicker(),t){case I.ENTER:case I.UP:case I.DOWN:case I.PAGE_UP:case I.PAGE_DOWN:case I.PAGE_HOME:case I.PAGE_END:e.preventDefault(),this.isPickerDisplayed?this.listComponent?.handleKeyDown(e):super.onKeyDown(e);break;case I.ESCAPE:super.onKeyDown(e);break;case I.SPACE:this.isPickerDisplayed?e.preventDefault():super.onKeyDown(e);break}}showPicker(){const e=this.listComponent;e&&(super.showPicker(),e.refreshHighlighted())}addOptions(e){for(const t of e)this.addOption(t);return this}addOption(e){return this.listComponent.addOption(e),this}clearOptions(){return this.listComponent?.clearOptions(),this.setValue(void 0,!0),this}setValue(e,t,s){const{listComponent:o,config:{placeholder:i},eDisplayField:n,tooltipFeature:r}=this;if(this.value===e||!o)return this;if(s||o.setValue(e,!0),o.getValue()===this.getValue())return this;let l=o.getDisplayValue();return l==null&&i&&(l=i),n.textContent=l,r?.setTooltipAndRefresh(l??null),super.setValue(e,t)}destroy(){this.listComponent=this.destroyBean(this.listComponent),super.destroy()}},HS={selector:"AG-SELECT",component:Wc},GS=':where(.ag-root-wrapper,.ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart),:where(.ag-root-wrapper,.ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart) :where([class^=ag-]){box-sizing:border-box;&:after,&:before{box-sizing:border-box}&:where(div,span,label):focus-visible{box-shadow:inset var(--ag-focus-shadow);outline:none;&:where(.invalid){box-shadow:inset var(--ag-focus-error-shadow)}}&:where(button){color:inherit}}:where(.ag-root-wrapper,ag-external,.ag-popup,.ag-dnd-ghost,.ag-chart) :where([class^=ag-]) ::-ms-clear{display:none}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-popup-child{top:0;z-index:5;&:where(:not(.ag-tooltip-custom)){box-shadow:var(--ag-popup-shadow)}}.ag-input-wrapper,.ag-picker-field-wrapper{align-items:center;display:flex;flex:1 1 auto;line-height:normal;position:relative}.ag-input-field{align-items:center;display:flex;flex-direction:row}.ag-input-field-input:where(:not([type=checkbox],[type=radio])){flex:1 1 auto;min-width:0;width:100%}.ag-chart,.ag-dnd-ghost,.ag-external,.ag-popup,.ag-root-wrapper{cursor:default;line-height:normal;white-space:normal;-webkit-font-smoothing:antialiased;background-color:var(--ag-background-color);color:var(--ag-text-color);color-scheme:var(--ag-browser-color-scheme);font-family:var(--ag-font-family);font-size:var(--ag-font-size);--ag-indentation-level:0}:where(.ag-icon):before{align-items:center;background-color:currentcolor;color:inherit;content:"";display:flex;font-family:inherit;font-size:var(--ag-icon-size);font-style:normal;font-variant:normal;height:var(--ag-icon-size);justify-content:center;line-height:var(--ag-icon-size);-webkit-mask-size:contain;mask-size:contain;text-transform:none;width:var(--ag-icon-size)}.ag-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;color:var(--ag-icon-color);display:block;height:var(--ag-icon-size);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--ag-icon-size)}.ag-disabled,[disabled]{.ag-icon{opacity:.5}&.ag-icon-grip{opacity:.35}}.ag-resizer{pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}:where(.ag-resizer){&.ag-resizer-topLeft{cursor:nwse-resize;height:5px;left:0;top:0;width:5px}&.ag-resizer-top{cursor:ns-resize;height:5px;left:5px;right:5px;top:0}&.ag-resizer-topRight{cursor:nesw-resize;height:5px;right:0;top:0;width:5px}&.ag-resizer-right{bottom:5px;cursor:ew-resize;right:0;top:5px;width:5px}&.ag-resizer-bottomRight{bottom:0;cursor:nwse-resize;height:5px;right:0;width:5px}&.ag-resizer-bottom{bottom:0;cursor:ns-resize;height:5px;left:5px;right:5px}&.ag-resizer-bottomLeft{bottom:0;cursor:nesw-resize;height:5px;left:0;width:5px}&.ag-resizer-left{bottom:5px;cursor:ew-resize;left:0;top:5px;width:5px}}',_c=typeof window!="object"||!window?.document?.fonts?.forEach,Yo=(e,t,s,o,i,n)=>{if(_c)return;o&&(e=`@layer ${CSS.escape(o)} { ${e} }`);let r=Vo.map.get(t);if(r||(r=[],Vo.map.set(t,r)),r.some(d=>d.css===e))return;const a=document.createElement("style");n&&a.setAttribute("nonce",n),a.dataset.agGlobalCss=s,a.textContent=e;const l={css:e,el:a,priority:i};let c;for(const d of r){if(d.priority>i)break;c=d}if(c){c.el.insertAdjacentElement("afterend",a);const d=r.indexOf(c);r.splice(d+1,0,l)}else t.insertBefore(a,t.querySelector(":not(title, meta)")),r.push(l)},bp=(e,t,s,o)=>{Yo(GS,e,"shared",t,0,s),o?.forEach((i,n)=>i.forEach(r=>Yo(r,e,n,t,0,s)))},BS=e=>{Vo.grids.add(e)},VS=e=>{if(Vo.grids.delete(e),Vo.grids.size===0){Vo.map=new WeakMap;for(const t of document.head.querySelectorAll("style[data-ag-global-css]"))t.remove()}},lu,Vo=(lu=typeof window=="object"?window:{}).agStyleInjectionState??(lu.agStyleInjectionState={map:new WeakMap,grids:new Set}),dt=e=>new Sp(e),Fs="$default",zS=0,Sp=class{constructor({feature:e,params:t,modeParams:s={},css:o,cssImports:i}){this.feature=e,this.css=o,this.cssImports=i,this.modeParams={[Fs]:{...s[Fs]??{},...t??{}},...s}}use(e,t,s){let o=this._inject;if(o==null){let{css:i}=this;if(i){const n=`ag-theme-${this.feature??"part"}-${++zS}`;typeof i=="function"&&(i=i()),i=`:where(.${n}) {
|
|
4
4
|
${i}
|
|
5
5
|
}
|
|
6
6
|
`;for(const r of this.cssImports??[])i=`@import url(${JSON.stringify(r)});
|
|
@@ -58,5 +58,5 @@ See ${Bg(e,t)}`;return Array.isArray(o)?o.concat(n):[o,n]}var Y3={1:"Charting Ag
|
|
|
58
58
|
`)}checkProperties(e,t,s,o,i){const n=["__ob__","__v_skip","__metadata__"],r=mP(Object.getOwnPropertyNames(e),[...n,...t,...s],s),a=Object.keys(r);for(const l of a){const c=r[l];let d=`invalid ${o} property '${l}' did you mean any of these: ${c.slice(0,8).join(", ")}.`;s.includes("context")&&(d+=`
|
|
59
59
|
If you are trying to annotate ${o} with application data, use the '${o}.context' property instead.`),Ai(d)}if(a.length>0&&i){const l=this.beans.frameworkOverrides.getDocLink(i);Ai(`to see all the valid ${o} properties please check: ${l}`)}}};function mP(e,t,s){const o={},i=e.filter(n=>!t.some(r=>r===n));if(i.length>0)for(const n of i)o[n]=Ul({inputValue:n,allSuggestions:s}).values;return o}var CP=new Set(["firstChildChanged","lastChildChanged","childIndexChanged"]),vP={moduleName:"Validation",version:U,beans:[fP]};function Vf(e){const t=e.sibling;t&&(t.childrenAfterFilter=e.childrenAfterFilter)}var wP=class extends A{constructor(){super(...arguments),this.beanName="filterStage",this.step="filter",this.refreshProps=["excludeChildrenWhenTreeDataFiltering"]}wireBeans(e){this.filterManager=e.filterManager}execute(e){const{changedPath:t}=e;this.filter(t)}filter(e){const t=!!this.filterManager?.isChildFilterPresent();this.filterNodes(t,e)}filterNodes(e,t){const s=(o,i)=>{o.hasChildren()&&e&&!i?o.childrenAfterFilter=o.childrenAfterGroup.filter(n=>{const r=n.childrenAfterFilter&&n.childrenAfterFilter.length>0,a=n.data&&this.filterManager.doesRowPassFilter({rowNode:n});return r||a}):o.childrenAfterFilter=o.childrenAfterGroup,Vf(o)};if(this.doingTreeDataFiltering()){const o=(n,r)=>{if(n.childrenAfterGroup)for(let a=0;a<n.childrenAfterGroup.length;a++){const l=n.childrenAfterGroup[a],c=r||this.filterManager.doesRowPassFilter({rowNode:l});l.childrenAfterGroup?o(n.childrenAfterGroup[a],c):s(l,c)}s(n,r)},i=n=>o(n,!1);t.executeFromRootNode(i)}else{const o=i=>s(i,!1);t.forEachChangedNodeDepthFirst(o,!0)}}doingTreeDataFiltering(){return this.gos.get("treeData")&&!this.gos.get("excludeChildrenWhenTreeDataFiltering")}},bP=class extends ed{constructor(){super(...arguments),this.iconCreated=!1}wireComp(e,t,s,o,i){this.comp=e;const n=an(this,this.beans.context,i);this.eButtonShowMainFilter=s,this.eFloatingFilterBody=o,this.setGui(t,n),this.setupActive(),this.refreshHeaderStyles(),this.setupWidth(n),this.setupLeft(n),this.setupHover(n),this.setupFocus(n),this.setupAria(),this.setupFilterButton(),this.setupUserComp(),this.setupSyncWithFilter(n),this.setupUi(),n.addManagedElementListeners(this.eButtonShowMainFilter,{click:this.showParentFilter.bind(this)}),this.setupFilterChangedListener(n);const r=()=>this.onColDefChanged(n);n.addManagedListeners(this.column,{colDefChanged:r}),n.addManagedEventListeners({filterSwitched:({column:a})=>{a===this.column&&r()}}),n.addDestroyFunc(()=>{this.eButtonShowMainFilter=null,this.eFloatingFilterBody=null,this.userCompDetails=null,this.clearComponent()})}resizeHeader(){}moveHeader(){}getHeaderClassParams(){const{column:e,beans:t}=this,s=e.colDef;return ae(t.gos,{colDef:s,column:e,floatingFilter:!0})}setupActive(){const e=this.column.getColDef(),t=!!e.filter,s=!!e.floatingFilter;this.active=t&&s}setupUi(){if(this.comp.setButtonWrapperDisplayed(!this.suppressFilterButton&&this.active),this.comp.addOrRemoveBodyCssClass("ag-floating-filter-full-body",this.suppressFilterButton),this.comp.addOrRemoveBodyCssClass("ag-floating-filter-body",!this.suppressFilterButton),!this.active||this.iconCreated)return;const e=Tt("filter",this.beans,this.column);e&&(this.iconCreated=!0,this.eButtonShowMainFilter.appendChild(e))}setupFocus(e){e.createManagedBean(new ii(this.eGui,{shouldStopEventPropagation:this.shouldStopEventPropagation.bind(this),onTabKeyDown:this.onTabKeyDown.bind(this),handleKeyDown:this.handleKeyDown.bind(this),onFocusIn:this.onFocusIn.bind(this)}))}setupAria(){const e=this.getLocaleTextFunc();$o(this.eButtonShowMainFilter,e("ariaFilterMenuOpen","Open Filter Menu"))}onTabKeyDown(e){const{beans:t}=this;if(Be(t)===this.eGui)return;const i=mo(t,this.eGui,null,e.shiftKey);if(i){t.headerNavigation?.scrollToColumn(this.column),e.preventDefault(),i.focus();return}const n=this.findNextColumnWithFloatingFilter(e.shiftKey);n&&t.focusSvc.focusHeaderPosition({headerPosition:{headerRowIndex:this.rowCtrl.rowIndex,column:n},event:e})&&e.preventDefault()}findNextColumnWithFloatingFilter(e){const t=this.beans.visibleCols;let s=this.column;do if(s=e?t.getColBefore(s):t.getColAfter(s),!s)break;while(!s.getColDef().filter||!s.getColDef().floatingFilter);return s}handleKeyDown(e){super.handleKeyDown(e);const t=this.getWrapperHasFocus();switch(e.key){case I.UP:case I.DOWN:case I.LEFT:case I.RIGHT:if(t)return;ao(e);case I.ENTER:t&&ro(this.eGui)&&e.preventDefault();break;case I.ESCAPE:t||this.eGui.focus()}}onFocusIn(e){if(this.eGui.contains(e.relatedTarget))return;const s=!!e.relatedTarget&&!e.relatedTarget.classList.contains("ag-floating-filter"),o=!!e.relatedTarget&&Ks(e.relatedTarget,"ag-floating-filter");if(s&&o&&e.target===this.eGui){const i=this.lastFocusEvent,n=!!(i&&i.key===I.TAB);if(i&&n){const r=i.shiftKey;ro(this.eGui,r)}}this.focusThis()}setupHover(e){this.beans.colHover?.addHeaderFilterColumnHoverListener(e,this.comp,this.column,this.eGui)}setupLeft(e){const t=new Jc(this.column,this.eGui,this.beans);e.createManagedBean(t)}setupFilterButton(){this.suppressFilterButton=!this.beans.menuSvc?.isFloatingFilterButtonEnabled(this.column),this.highlightFilterButtonWhenActive=!bt(this.gos)}setupUserComp(){if(!this.active)return;const e=this.beans.colFilter?.getFloatingFilterCompDetails(this.column,()=>this.showParentFilter());e&&this.setCompDetails(e)}setCompDetails(e){this.userCompDetails=e,this.comp.setCompDetails(e)}showParentFilter(){const e=this.suppressFilterButton?this.eFloatingFilterBody:this.eButtonShowMainFilter;this.beans.menuSvc?.showFilterMenu({column:this.column,buttonElement:e,containerType:"floatingFilter",positionBy:"button"})}setupSyncWithFilter(e){if(!this.active)return;const{beans:{colFilter:t},column:s,gos:o}=this,i=n=>{if(n?.source==="filterDestroyed"&&(!this.isAlive()||!t?.isAlive()))return;const r=this.comp.getFloatingFilterComp();r&&r.then(a=>{if(a){if(o.get("enableFilterHandlers")){const d=n;let u="filter";d?.afterFloatingFilter?u="ui":d?.afterDataChange?u="dataChanged":n?.source==="api"&&(u="api"),this.updateFloatingFilterParams(this.userCompDetails,u);return}const l=t?.getCurrentFloatingFilterParentModel(s),c=n?{...n,columns:n.columns??[],source:n.source==="api"?"api":"columnFilter"}:null;a.onParentModelChanged(l,c)}})};[this.destroySyncListener]=e.addManagedListeners(s,{filterChanged:i}),t?.isFilterActive(s)&&i(null)}setupWidth(e){const t=()=>{const s=`${this.column.getActualWidth()}px`;this.comp.setWidth(s)};e.addManagedListeners(this.column,{widthChanged:t}),t()}setupFilterChangedListener(e){this.active&&([this.destroyFilterChangedListener]=e.addManagedListeners(this.column,{filterChanged:this.updateFilterButton.bind(this)}),this.updateFilterButton())}updateFilterButton(){if(!this.suppressFilterButton&&this.comp){const e=!!this.beans.filterManager?.isFilterAllowed(this.column);this.comp.setButtonWrapperDisplayed(e),this.highlightFilterButtonWhenActive&&e&&this.eButtonShowMainFilter.classList.toggle("ag-filter-active",this.column.isFilterActive())}}onColDefChanged(e){const t=this.active;this.setupActive();const s=!t&&this.active;t&&!this.active&&(this.destroySyncListener(),this.destroyFilterChangedListener());const o=this.beans.colFilter,i=this.active?o?.getFloatingFilterCompDetails(this.column,()=>this.showParentFilter()):null,n=this.comp.getFloatingFilterComp();!n||!i?this.updateCompDetails(e,i,s):n.then(r=>{!r||o?.areFilterCompsDifferent(this.userCompDetails??null,i)?this.updateCompDetails(e,i,s):this.updateFloatingFilterParams(i,"colDef")})}updateCompDetails(e,t,s){this.isAlive()&&(this.setCompDetails(t),this.setupFilterButton(),this.setupUi(),s&&(this.setupSyncWithFilter(e),this.setupFilterChangedListener(e)))}updateFloatingFilterParams(e,t){if(!e)return;let s=e.params;this.comp.getFloatingFilterComp()?.then(o=>{typeof o?.refresh=="function"&&(this.gos.get("enableFilterHandlers")&&(s={...s,model:Ze(this.beans.colFilter?.model??{},this.column.getColId()),source:t}),o.refresh(s))})}addResizeAndMoveKeyboardListeners(){}destroy(){super.destroy(),this.destroySyncListener=null,this.destroyFilterChangedListener=null}};function SP(e,t){const s=e.colModel.getCol(t);if(!s){Pe(12,{colKey:t});return}e.menuSvc?.showColumnMenu({column:s,positionBy:"auto"})}function yP(e){e.menuSvc?.hidePopupMenu()}var xP={moduleName:"SharedMenu",version:U,beans:[_x],apiFunctions:{showColumnMenu:SP,hidePopupMenu:yP}},RP=class extends vy{postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.gridCtrl=e.gridCtrl}),this.addManagedEventListeners({gridStylesChanged:this.handleThemeChange.bind(this)})}getDefaultPopupParent(){return this.gridCtrl.getGui()}positionPopupForMenu(e){const{eventSource:t,ePopup:s,event:o}=e,i=t.getBoundingClientRect(),n=this.getParentRect();this.setAlignedTo(t,s);let r=!1;const a=()=>{const l=this.keepXYWithinBounds(s,i.top-n.top,0),c=s.clientWidth>0?s.clientWidth:200;r||(s.style.minWidth=`${c}px`,r=!0);const u=n.right-n.left-c;let h;return this.gos.get("enableRtl")?(h=f(),h<0&&(h=p(),this.setAlignedStyles(s,"left")),h>u&&(h=0,this.setAlignedStyles(s,"right"))):(h=p(),h>u&&(h=f(),this.setAlignedStyles(s,"right")),h<0&&(h=0,this.setAlignedStyles(s,"left"))),{x:h,y:l};function p(){return i.right-n.left-2}function f(){return i.left-n.left-c}};this.positionPopup({ePopup:s,keepWithinBounds:!0,updatePosition:a,postProcessCallback:()=>this.callPostProcessPopup(e,"subMenu",s,t,o instanceof MouseEvent?o:void 0)})}callPostProcessPopup(e,t,s,o,i){const n=this.gos.getCallback("postProcessPopup");if(n){const{column:r,rowNode:a}=e;n({column:r,rowNode:a,ePopup:s,type:t,eventSource:o,mouseEvent:i})}}getActivePopups(){return this.popupList.map(e=>e.element)}handleThemeChange(e){if(e.themeChanged){const t=this.beans.environment;for(const s of this.popupList)t.applyThemeClasses(s.wrapper)}}hasAnchoredPopup(){return this.popupList.some(e=>e.isAnchored)}isStopPropagation(e){return us(e)}},ra={moduleName:"Popup",version:U,beans:[RP]},FP=".ag-set-filter{--ag-indentation-level:0}.ag-set-filter-item{align-items:center;display:flex;height:100%}:where(.ag-ltr) .ag-set-filter-item{padding-left:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size))}:where(.ag-rtl) .ag-set-filter-item{padding-right:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size))}.ag-set-filter-item-checkbox{display:flex;height:100%;width:100%}.ag-set-filter-group-icons{display:block;>*{cursor:pointer}}:where(.ag-ltr) .ag-set-filter-group-icons{margin-right:var(--ag-widget-container-horizontal-padding)}:where(.ag-rtl) .ag-set-filter-group-icons{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-filter-body-wrapper{display:flex;flex-direction:column}:where(.ag-menu:not(.ag-tabs) .ag-filter) .ag-filter-body-wrapper,:where(.ag-menu:not(.ag-tabs) .ag-filter)>:not(.ag-filter-wrapper){min-width:180px}.ag-filter-filter{flex:1 1 0px}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{display:flex;flex:1 1 auto;height:100%;position:relative}.ag-floating-filter-full-body{align-items:center;display:flex;flex:1 1 auto;height:100%;overflow:hidden;width:100%}:where(.ag-floating-filter-full-body)>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%;>*{flex:1 1 auto}:where(.ag-input-field-input[type=date]),:where(.ag-input-field-input[type=datetime-local]){width:1px}}.ag-floating-filter-button{display:flex;flex:none}.ag-date-floating-filter-wrapper{display:flex}.ag-set-floating-filter-input :where(input)[disabled]{pointer-events:none}.ag-floating-filter-button-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:var(--ag-icon-size);width:var(--ag-icon-size)}.ag-filter-loading{align-items:unset;background-color:var(--ag-chrome-background-color);height:100%;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;width:100%;z-index:1;:where(.ag-menu) &{background-color:var(--ag-menu-background-color)}}.ag-filter-separator{border-top:solid var(--ag-border-width) var(--menu-separator-color)}:where(.ag-filter-select) .ag-picker-field-wrapper{width:0}.ag-filter-condition-operator{height:17px}:where(.ag-ltr) .ag-filter-condition-operator-or{margin-left:calc(var(--ag-spacing)*2)}:where(.ag-rtl) .ag-filter-condition-operator-or{margin-right:calc(var(--ag-spacing)*2)}.ag-set-filter-select-all{padding-top:var(--ag-widget-container-vertical-padding)}.ag-filter-no-matches,.ag-set-filter-list{height:calc(var(--ag-list-item-height)*6)}.ag-filter-no-matches{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-set-filter-tree-list{height:calc(var(--ag-list-item-height)*10)}.ag-set-filter-filter{margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding);margin-top:var(--ag-widget-container-vertical-padding)}.ag-filter-to{margin-top:var(--ag-widget-vertical-spacing)}.ag-mini-filter{margin:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}:where(.ag-ltr) .ag-set-filter-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}:where(.ag-rtl) .ag-set-filter-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}:where(.ag-filter-menu) .ag-set-filter-list{min-width:200px}.ag-filter-virtual-list-item:focus-visible{box-shadow:inset var(--ag-focus-shadow)}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden;padding:var(--ag-widget-vertical-spacing) var(--ag-widget-container-horizontal-padding) var(--ag-widget-container-vertical-padding)}.ag-filter-apply-panel-button{line-height:1.5}:where(.ag-ltr) .ag-filter-apply-panel-button{margin-left:calc(var(--ag-spacing)*2)}:where(.ag-rtl) .ag-filter-apply-panel-button{margin-right:calc(var(--ag-spacing)*2)}.ag-simple-filter-body-wrapper{display:flex;flex-direction:column;min-height:calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));overflow-y:auto;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));&>*{margin-bottom:var(--ag-widget-vertical-spacing)}:where(.ag-resizer-wrapper){margin:0}}.ag-multi-filter-menu-item{margin:var(--ag-spacing) 0}.ag-multi-filter-group-title-bar{background-color:transparent;color:var(--ag-header-text-color);font-weight:500;padding:calc(var(--ag-spacing)*1.5) var(--ag-spacing)}.ag-group-filter-field-select-wrapper{display:flex;flex-direction:column;gap:var(--ag-widget-vertical-spacing);padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}";function EP(e){const t=e.filterManager;return!!t?.isColumnFilterPresent()||!!t?.isAggregateFilterPresent()}function DP(e,t){return e.filterManager?.getColumnFilterInstance(t)??Promise.resolve(void 0)}function PP(e,t){const s=e.colModel.getColDefCol(t);if(s)return e.colFilter?.destroyFilter(s,"api")}function MP(e,t){e.frameworkOverrides.wrapIncoming(()=>e.filterManager?.setFilterModel(t))}function TP(e){return e.filterManager?.getFilterModel()??{}}function IP(e,t,s){const{gos:o,colModel:i,colFilter:n}=e;s&&!o.get("enableFilterHandlers")&&(G(288),s=!1);const r=i.getColDefCol(t);return r?n?.getModelForColumn(r,s)??null:null}function kP(e,t,s){return e.filterManager?.setColumnFilterModel(t,s)??Promise.resolve()}function AP(e,t){const s=e.colModel.getCol(t);if(!s){Pe(12,{colKey:t});return}e.menuSvc?.showFilterMenu({column:s,containerType:"columnFilter",positionBy:"auto"})}function LP(e){e.menuSvc?.hideFilterMenu()}function OP(e,t){const s=e.colModel.getCol(t);if(!s){Pe(12,{colKey:t});return}return e.colFilter?.getHandler(s,!0)}function NP(e,t){const{colModel:s,colFilter:o,gos:i}=e;if(!i.get("enableFilterHandlers")){G(287);return}const{colId:n,action:r}=t;if(n){const a=s.getColById(n);a&&o?.updateModel(a,r)}else o?.updateAllModels(r)}var HP={filterHandler:()=>({doesFilterPass:()=>!0})},GP=class extends A{constructor(){super(...arguments),this.beanName="colFilter",this.allColumnFilters=new Map,this.allColumnListeners=new Map,this.activeAggregateFilters=[],this.activeColumnFilters=[],this.processingFilterChange=!1,this.modelUpdates=[],this.columnModelUpdates=[],this.state=new Map,this.handlerMap={...Ap},this.isGlobalButtons=!1,this.activeFilterComps=new Set}postConstruct(){this.addManagedEventListeners({gridColumnsChanged:this.onColumnsChanged.bind(this),dataTypesInferred:this.processFilterModelUpdateQueue.bind(this)});const e=this.gos,t={...e.get("initialState")?.filter?.filterModel??{}};this.initialModel=t,this.model={...t},e.get("enableFilterHandlers")||delete this.handlerMap.agMultiColumnFilter}refreshModel(){this.onNewRowsLoaded("rowDataUpdated")}setModel(e,t="api",s){const{colModel:o,dataTypeSvc:i,filterManager:n}=this.beans;if(i?.isPendingInference){this.modelUpdates.push({model:e,source:t});return}const r=[],a=this.getModel(!0);if(e){const l=new Set(Object.keys(e));this.allColumnFilters.forEach((c,d)=>{const u=e[d];r.push(this.setModelOnFilterWrapper(c,u)),l.delete(d)}),l.forEach(c=>{const d=o.getColDefCol(c)||o.getCol(c);if(!d){G(62,{colId:c});return}if(!d.isFilterAllowed()){G(63,{colId:c});return}const u=this.getOrCreateFilterWrapper(d,!0);if(!u){G(64,{colId:c});return}r.push(this.setModelOnFilterWrapper(u,e[c],!0))})}else this.model={},this.allColumnFilters.forEach(l=>{r.push(this.setModelOnFilterWrapper(l,null))});Re.all(r).then(()=>{const l=this.getModel(!0),c=[];this.allColumnFilters.forEach((d,u)=>{const h=a?a[u]:null,p=l?l[u]:null;_i(h,p)||c.push(d.column)}),c.length>0?n?.onFilterChanged({columns:c,source:t}):s&&this.updateActive("filterChanged")})}getModel(e){const t={},{allColumnFilters:s,initialModel:o,beans:{colModel:i}}=this;if(s.forEach((n,r)=>{const a=this.getModelFromFilterWrapper(n);K(a)&&(t[r]=a)}),!e)for(const n of Object.keys(o)){const r=o[n];K(r)&&!s.has(n)&&i.getCol(n)?.isFilterAllowed()&&(t[n]=r)}return t}setState(e,t,s="api"){if(this.state.clear(),t)for(const o of Object.keys(t)){const i=t[o];this.state.set(o,{model:Ze(this.model,o),state:i})}this.setModel(e,s,!0)}getState(){const e=this.state;if(!e.size)return;const t={};let s=!1;return e.forEach((o,i)=>{const n=o.state;n!=null&&(s=!0,t[i]=n)}),s?t:void 0}getModelFromFilterWrapper(e){const s=e.column.getColId();if(e.isHandler)return Ze(this.model,s);const o=e.filter;return o?typeof o.getModel!="function"?(G(66),null):o.getModel():Ze(this.initialModel,s)}isFilterPresent(){return this.activeColumnFilters.length>0}isAggFilterPresent(){return!!this.activeAggregateFilters.length}disableFilters(){this.initialModel={};const{allColumnFilters:e}=this;return e.size?(e.forEach(t=>this.disposeFilterWrapper(t,"advancedFilterEnabled")),!0):!1}updateActiveFilters(){const e=c=>c?c.isFilterActive?c.isFilterActive():(G(67),!1):!1,{colModel:t,gos:s}=this.beans,o=!!Gl(s),i=c=>{if(!c.isPrimary())return!0;const u=!t.isPivotActive();return!c.isValueActive()||!u?!1:t.isPivotMode()?!0:o},n=[],r=[],a=(c,d,u)=>{d&&(i(c)?n.push(u):r.push(u))},l=[];return this.allColumnFilters.forEach(c=>{const d=c.column,u=d.getColId();if(c.isHandler)l.push(Re.resolve().then(()=>{a(d,this.isHandlerActive(d),{colId:u,isHandler:!0,handler:c.handler,handlerParams:c.handlerParams})}));else{const h=Ss(c);h&&l.push(h.then(p=>{a(d,e(p),{colId:u,isHandler:!1,comp:p})}))}}),Re.all(l).then(()=>{this.activeAggregateFilters=n,this.activeColumnFilters=r})}updateFilterFlagInColumns(e,t){const s=[];return this.allColumnFilters.forEach(o=>{const i=o.column;if(o.isHandler)s.push(Re.resolve().then(()=>{this.setColFilterActive(i,this.isHandlerActive(i),e,t)}));else{const n=Ss(o);n&&s.push(n.then(r=>{this.setColFilterActive(i,r.isFilterActive(),e,t)}))}}),this.beans.groupFilter?.updateFilterFlags(e,t),Re.all(s)}doFiltersPass(e,t,s){const{data:o,aggData:i}=e,n=s?this.activeAggregateFilters:this.activeColumnFilters,r=s?i:o,a=this.model;for(let l=0;l<n.length;l++){const c=n[l],{colId:d,isHandler:u}=c;if(d!==t)if(u){const{handler:h,handlerParams:p}=c;if(!h.doesFilterPass({node:e,data:r,model:Ze(a,d),handlerParams:p}))return!1}else{const h=c.comp;if(typeof h.doesFilterPass!="function"){Pe(91);continue}if(!h.doesFilterPass({node:e,data:r}))return!1}}return!0}getHandlerParams(e){const t=this.allColumnFilters.get(e.getColId());return t?.isHandler?t.handlerParams:void 0}callOnFilterChangedOutsideRenderCycle(e){const{rowRenderer:t,filterManager:s}=this.beans,o=()=>{this.isAlive()&&s?.onFilterChanged(e)};t.isRefreshInProgress()?setTimeout(o,0):o()}updateBeforeFilterChanged(e={}){const{column:t,additionalEventAttributes:s}=e,o=t?.getColId();return this.updateActiveFilters().then(()=>this.updateFilterFlagInColumns("filterChanged",s).then(()=>{this.allColumnFilters.forEach(i=>{const{column:n,isHandler:r}=i;o!==n.getColId()&&(r&&i.handler.onAnyFilterChanged?.(),Ss(i,r)?.then(a=>{typeof a?.onAnyFilterChanged=="function"&&a.onAnyFilterChanged()}))}),this.processingFilterChange=!0}))}updateAfterFilterChanged(){this.processingFilterChange=!1}isSuppressFlashingCellsBecauseFiltering(){return!(this.gos.get("allowShowChangeAfterFilter")??!1)&&this.processingFilterChange}onNewRowsLoaded(e){const t=[];this.allColumnFilters.forEach(s=>{const o=s.isHandler;o&&s.handler.onNewRowsLoaded?.();const i=Ss(s,o);i&&t.push(i.then(n=>{n.onNewRowsLoaded?.()}))}),Re.all(t).then(()=>this.updateActive(e,{afterDataChange:!0}))}updateActive(e,t){this.updateFilterFlagInColumns(e,t).then(()=>this.updateActiveFilters())}createGetValue(e,t){const{filterValueSvc:s,colModel:o}=this.beans;return(i,n)=>{const r=n?o.getCol(n):e;return r?s.getValue(r,i,t):void 0}}isFilterActive(e){const t=this.cachedFilter(e);if(t?.isHandler)return this.isHandlerActive(e);const s=t?.filter;return s?s.isFilterActive():Ze(this.initialModel,e.getColId())!=null}isHandlerActive(e){const t=K(Ze(this.model,e.getColId()));if(t)return t;const s=this.beans.groupFilter;return s?.isGroupFilter(e)?s.isFilterActive(e):!1}getOrCreateFilterUi(e){const t=this.getOrCreateFilterWrapper(e,!0);return t?Ss(t):null}getFilterUiForDisplay(e){const t=this.getOrCreateFilterWrapper(e,!0);if(!t)return null;const s=Ss(t);return s?s.then(o=>({comp:o,params:t.filterUi.filterParams,isHandler:t.isHandler})):null}getHandler(e,t){const s=this.getOrCreateFilterWrapper(e,t);return s?.isHandler?s.handler:void 0}getOrCreateFilterWrapper(e,t){if(!e.isFilterAllowed())return;let s=this.cachedFilter(e);return!s&&t&&(s=this.createFilterWrapper(e),this.setColumnFilterWrapper(e,s)),s}cachedFilter(e){return this.allColumnFilters.get(e.getColId())}getDefaultFilter(e,t=!1){return this.getDefaultFilterFromDataType(()=>this.beans.dataTypeSvc?.getBaseDataType(e),t)}getDefaultFilterFromDataType(e,t=!1){return Qb(this.gos)?t?"agSetColumnFloatingFilter":"agSetColumnFilter":Wy(e(),t)}getDefaultFloatingFilter(e){return this.getDefaultFilter(e,!0)}createFilterComp(e,t,s,o,i,n){const r=()=>{const c=this.createFilterCompParams(e,i,n),d=o(c,i);return oS(this.beans.userCompFactory,t,d,s)},a=r();return a?{compDetails:a,createFilterUi:c=>(c?r():a).newAgStackInstance()}:null}createFilterInstance(e,t,s,o){const i=this.beans.selectableFilter;i?.isSelectable(t)&&(t=i.getFilterDef(e,t));const{handler:n,handlerParams:r,handlerGenerator:a}=this.createHandler(e,t,s)??{},l=this.createFilterComp(e,t,s,o,!!n,"init");if(!l)return{compDetails:null,createFilterUi:null,handler:n,handlerGenerator:a,handlerParams:r};const{compDetails:c,createFilterUi:d}=l;return this.isGlobalButtons&&(c.params?.buttons?.length||G(281,{colId:e.getColId()})),{compDetails:c,handler:n,handlerGenerator:a,handlerParams:r,createFilterUi:d}}createBaseFilterParams(e,t){const{filterManager:s,rowModel:o}=this.beans;return ae(this.gos,{column:e,colDef:e.getColDef(),getValue:this.createGetValue(e),doesRowPassOtherFilter:t?()=>!0:i=>s?.doesRowPassOtherFilters(e.getColId(),i)??!0,rowModel:o})}createFilterCompParams(e,t,s,o){const i=this.filterChangedCallbackFactory(e),n=this.createBaseFilterParams(e,o);if(n.filterChangedCallback=i,n.filterModifiedCallback=o?()=>{}:r=>this.filterModified(e,r),t){const r=n,a=e.getColId(),l=Ze(this.model,a);r.model=l,r.state=this.state.get(a)??{model:l},r.onModelChange=(c,d)=>{this.updateStoredModel(a,c),this.refreshHandlerAndUi(e,c,"ui",!1,d).then(()=>{i({...d,source:"columnFilter"})})},r.onStateChange=c=>{this.updateState(e,c),this.updateOrRefreshFilterUi(e)},r.onAction=(c,d,u)=>{this.updateModel(e,c,d),this.dispatchLocalEvent({type:"filterAction",column:e,action:c,event:u})},r.getHandler=()=>this.getHandler(e,!0),r.onUiChange=c=>this.filterUiChanged(e,c),r.source=s}return n}createFilterUiForHandler(e,t){return t?{created:!1,create:t,filterParams:e.params,compDetails:e}:null}createFilterUiLegacy(e,t,s){const o=t(),i={created:!0,create:t,filterParams:e.params,compDetails:e,promise:o};return o.then(s),i}createFilterWrapper(e){const{compDetails:t,handler:s,handlerGenerator:o,handlerParams:i,createFilterUi:n}=this.createFilterInstance(e,e.getColDef(),this.getDefaultFilter(e),a=>a),r=e.getColId();if(s)return delete this.initialModel[r],s.init?.({...i,source:"init",model:Ze(this.model,r)}),{column:e,isHandler:!0,handler:s,handlerGenerator:o,handlerParams:i,filterUi:this.createFilterUiForHandler(t,n)};if(n){const a={column:e,filterUi:null,isHandler:!1};return a.filterUi=this.createFilterUiLegacy(t,n,l=>{a.filter=l??void 0}),a}return{column:e,filterUi:null,isHandler:!1}}createHandlerFunc(e,t,s){const{gos:o,frameworkOverrides:i,registry:n}=this.beans;let r;const a=p=>{const f=p.filter;if(lp(f)){const m=f.handler;return m||(r=f.doesFilterPass,r?()=>({doesFilterPass:r}):void 0)}return typeof f=="string"?f:void 0},l=o.get("enableFilterHandlers"),c=l?a(t):void 0,d=p=>()=>this.createBean(n.createDynamicBean(p,!0));let u,h;if(typeof c=="string"){const p=o.get("filterHandlers")?.[c];p!=null?u=p:Ty.has(c)&&(u=d(c),h=c)}else u=c;if(!u){let p;const{compName:f,jsComp:m,fwComp:v}=up(i,t);f?p=f:m==null&&v==null&&t.filter===!0&&(p=s),h=this.handlerMap[p],h&&(u=d(h))}return u?{filterHandler:u,handlerNameOrCallback:r??h}:l?(We(o)&&G(277,{colId:e.getColId()}),HP):void 0}createHandler(e,t,s){const o=this.createHandlerFunc(e,t,s);if(!o)return;const i=Va(this.beans.userCompFactory,t,this.createFilterCompParams(e,!0,"init")),{handlerNameOrCallback:n,filterHandler:r}=o,{handler:a,handlerParams:l}=this.createHandlerFromFunc(e,r,i);return{handler:a,handlerParams:l,handlerGenerator:n??r}}createHandlerFromFunc(e,t,s){const o=e.getColDef(),i=t(ae(this.gos,{column:e,colDef:o})),n=this.createHandlerParams(e,s);return{handler:i,handlerParams:n}}createHandlerParams(e,t){const s=e.getColDef(),o=e.getColId(),i=this.filterChangedCallbackFactory(e);return ae(this.gos,{colDef:s,column:e,getValue:this.createGetValue(e),doesRowPassOtherFilter:n=>this.beans.filterManager?.doesRowPassOtherFilters(o,n)??!0,onModelChange:(n,r)=>{this.updateStoredModel(o,n),this.refreshHandlerAndUi(e,n,"handler",!1,r).then(()=>{i({...r,source:"columnFilter"})})},filterParams:t})}onColumnsChanged(){const e=[],{colModel:t,filterManager:s,groupFilter:o}=this.beans;this.allColumnFilters.forEach((n,r)=>{let a;n.column.isPrimary()?a=t.getColDefCol(r):a=t.getCol(r),!(a&&a===n.column)&&(e.push(n.column),this.disposeFilterWrapper(n,"columnChanged"),this.disposeColumnListener(r))});const i=o&&e.every(n=>o.isGroupFilter(n));e.length>0&&!i&&s?.onFilterChanged({columns:e,source:"api"})}isFilterAllowed(e){if(!e.isFilterAllowed())return!1;const s=this.beans.groupFilter;return s?.isGroupFilter(e)?s.isFilterAllowed(e):!0}getFloatingFilterCompDetails(e,t){const{userCompFactory:s,frameworkOverrides:o,selectableFilter:i}=this.beans,n=h=>{const p=this.getOrCreateFilterUi(e);p?.then(f=>{h(Zi(f))})},r=e.getColDef(),a=i?.isSelectable(r)?i.getFilterDef(e,r):r,l=Ky(o,a,()=>this.getDefaultFloatingFilter(e))??"agReadOnlyFloatingFilter",c=this.gos.get("enableFilterHandlers"),d=Va(s,a,this.createFilterCompParams(e,c,"init",!0)),u=ae(this.gos,{column:e,filterParams:d,currentParentModel:()=>this.getCurrentFloatingFilterParentModel(e),parentFilterInstance:n,showParentFilter:t});if(c){const h=u,p=e.getColId(),f=this.filterChangedCallbackFactory(e);h.onUiChange=m=>this.floatingFilterUiChanged(e,m),h.model=Ze(this.model,p),h.onModelChange=(m,v)=>{this.updateStoredModel(p,m),this.refreshHandlerAndUi(e,m,"floating",!0,v).then(()=>{f({...v,source:"columnFilter"})})},h.getHandler=()=>this.getHandler(e,!0),h.source="init"}return lS(s,r,u,l)}getCurrentFloatingFilterParentModel(e){return this.getModelFromFilterWrapper(this.cachedFilter(e)??{column:e})}destroyFilterUi(e,t,s,o){const i="paramsUpdated";if(e.isHandler){const n=t.getColId();delete this.initialModel[n],this.state.delete(n);const r=e.filterUi,a=this.createFilterUiForHandler(s,o);e.filterUi=a;const l=this.eventSvc;r?.created?r.promise.then(c=>{this.destroyBean(c),l.dispatchEvent({type:"filterDestroyed",source:i,column:t})}):l.dispatchEvent({type:"filterHandlerDestroyed",source:i,column:t})}else this.destroyFilter(t,i)}destroyFilter(e,t="api"){const s=e.getColId(),o=this.allColumnFilters.get(s);this.disposeColumnListener(s),delete this.initialModel[s],o&&this.disposeFilterWrapper(o,t).then(i=>{i&&this.isAlive()&&this.beans.filterManager?.onFilterChanged({columns:[e],source:"api"})})}disposeColumnListener(e){const t=this.allColumnListeners.get(e);t&&(this.allColumnListeners.delete(e),t())}disposeFilterWrapper(e,t){let s=!1;const{column:o,isHandler:i,filterUi:n}=e,r=o.getColId();i&&(s=this.isHandlerActive(o),this.destroyBean(e.handler),delete this.model[r],this.state.delete(r));const a=()=>{this.setColFilterActive(o,!1,"filterDestroyed"),this.allColumnFilters.delete(r),this.eventSvc.dispatchEvent({type:"filterDestroyed",source:t,column:o})};if(n){if(n.created)return n.promise.then(l=>(s=i?s:!!l?.isFilterActive(),this.destroyBean(l),a(),s));a()}return Re.resolve(s)}filterChangedCallbackFactory(e){return t=>{this.callOnFilterChangedOutsideRenderCycle({additionalEventAttributes:t,columns:[e],column:e,source:t?.source??"columnFilter"})}}filterParamsChanged(e,t="api"){const s=this.allColumnFilters.get(e);if(!s)return;const o=this.beans,i=s.column,n=i.getColDef(),r=i.isFilterAllowed(),a=this.getDefaultFilter(i),l=o.selectableFilter,c=l?.isSelectable(n)?l.getFilterDef(i,n):n,d=r?this.createHandlerFunc(i,c,this.getDefaultFilter(i)):void 0,u=!!d,h=s.isHandler;if(h!=u){this.destroyFilter(i,"paramsUpdated");return}const{compDetails:p,createFilterUi:f}=(r?this.createFilterComp(i,c,a,v=>v,u,"colDef"):null)??{compDetails:null,createFilterUi:null},m=p?.params??Va(o.userCompFactory,c,this.createFilterCompParams(i,u,"colDef"));if(h){const v=d?.handlerNameOrCallback??d?.filterHandler,w=Ze(this.model,e);if(s.handlerGenerator!=v){const b=s.handler,{handler:S,handlerParams:y}=this.createHandlerFromFunc(i,d.filterHandler,m);s.handler=S,s.handlerParams=y,s.handlerGenerator=v,delete this.model[e],S.init?.({...y,source:"init",model:null}),this.destroyBean(b),w!=null&&this.beans.filterManager?.onFilterChanged({columns:[i],source:t})}else{const b=this.createHandlerParams(i,p?.params);s.handlerParams=b,s.handler.refresh?.({...b,source:"colDef",model:w})}}if(this.areFilterCompsDifferent(s.filterUi?.compDetails??null,p)||!s.filterUi||!p){this.destroyFilterUi(s,i,p,f);return}s.filterUi.filterParams=m,Ss(s,h)?.then(v=>{(v?.refresh?v.refresh(m):!0)===!1?this.destroyFilterUi(s,i,p,f):this.dispatchLocalEvent({type:"filterParamsChanged",column:i,params:m})})}refreshHandlerAndUi(e,t,s,o,i){const n=this.cachedFilter(e);if(!n)return o&&this.getOrCreateFilterWrapper(e,!0),Re.resolve();if(!n.isHandler)return Re.resolve();const{filterUi:r,handler:a,handlerParams:l}=n;return Iy(()=>{if(r){const{created:c,filterParams:d}=r;if(c)return r.promise.then(u=>u?{filter:u,filterParams:d}:void 0);r.refreshed=!0}return Re.resolve(void 0)},a,l,t,this.state.get(e.getColId())??{model:t},s,i)}setColumnFilterWrapper(e,t){const s=e.getColId();this.allColumnFilters.set(s,t),this.allColumnListeners.set(s,this.addManagedListeners(e,{colDefChanged:()=>this.filterParamsChanged(s)})[0])}areFilterCompsDifferent(e,t){if(!t||!e)return!0;const{componentClass:s}=e,{componentClass:o}=t;return!(s===o||s?.render&&o?.render&&s.render===o.render)}hasFloatingFilters(){return this.beans.colModel.getCols().some(t=>t.getColDef().floatingFilter)}getFilterInstance(e){const t=this.beans.colModel.getColDefCol(e);if(!t)return Promise.resolve(void 0);const s=this.getOrCreateFilterUi(t);return s?new Promise(o=>{s.then(i=>{o(Zi(i))})}):Promise.resolve(null)}processFilterModelUpdateQueue(){this.modelUpdates.forEach(({model:e,source:t})=>this.setModel(e,t)),this.modelUpdates=[],this.columnModelUpdates.forEach(({key:e,model:t,resolve:s})=>{this.setModelForColumn(e,t).then(()=>s())}),this.columnModelUpdates=[]}getModelForColumn(e,t){if(t){const{state:o,model:i}=this,n=e.getColId(),r=o.get(n);return r?r.model??null:Ze(i,n)}const s=this.cachedFilter(e);return s?this.getModelFromFilterWrapper(s):null}setModelForColumn(e,t){if(this.beans.dataTypeSvc?.isPendingInference){let s=()=>{};const o=new Promise(i=>{s=i});return this.columnModelUpdates.push({key:e,model:t,resolve:s}),o}return new Promise(s=>{this.setModelForColumnLegacy(e,t).then(o=>s(o))})}getStateForColumn(e){return this.state.get(e)??{model:Ze(this.model,e)}}setModelForColumnLegacy(e,t){const s=this.beans.colModel.getColDefCol(e),o=s?this.getOrCreateFilterWrapper(s,!0):null;return o?this.setModelOnFilterWrapper(o,t):Re.resolve()}setColDefPropsForDataType(e,t,s){const o=e.filter,i=o===!0?this.getDefaultFilterFromDataType(()=>t.baseDataType):o;if(typeof i!="string")return;let n,r;const a=this.beans,{filterParams:l,filterValueGetter:c}=e;i==="agMultiColumnFilter"?{filterParams:n,filterValueGetter:r}=a.multiFilter?.getParamsForDataType(l,c,t,s)??{}:{filterParams:n,filterValueGetter:r}=By(i,l,c,t,s,a,this.getLocaleTextFunc()),e.filterParams=n,r&&(e.filterValueGetter=r)}setColFilterActive(e,t,s,o){e.filterActive!==t&&(e.filterActive=t,e.dispatchColEvent("filterActiveChanged",s)),e.dispatchColEvent("filterChanged",s,o)}setModelOnFilterWrapper(e,t,s){return new Re(o=>{if(e.isHandler){const n=e.column,r=n.getColId(),a=this.model[r];if(this.updateStoredModel(r,t),s&&t===a){o();return}this.refreshHandlerAndUi(n,t,"api").then(()=>o());return}const i=Ss(e);if(i){i.then(n=>{if(typeof n?.setModel!="function"){G(65),o();return}(n.setModel(t)||Re.resolve()).then(()=>o())});return}o()})}updateStoredModel(e,t){K(t)?this.model[e]=t:delete this.model[e];const s=this.state.get(e),o={model:t,state:s?.state};this.state.set(e,o)}filterModified(e,t){this.getOrCreateFilterUi(e)?.then(s=>{this.eventSvc.dispatchEvent({type:"filterModified",column:e,filterInstance:s,...t})})}filterUiChanged(e,t){this.gos.get("enableFilterHandlers")&&this.eventSvc.dispatchEvent({type:"filterUiChanged",column:e,...t})}floatingFilterUiChanged(e,t){this.gos.get("enableFilterHandlers")&&this.eventSvc.dispatchEvent({type:"floatingFilterUiChanged",column:e,...t})}updateModel(e,t,s){const o=e.getColId(),i=this.cachedFilter(e),n=()=>i?.filterUi;fu(t,n,()=>Ze(this.model,o),()=>this.state.get(o),r=>this.updateState(e,r),r=>n()?.filterParams?.onModelChange(r,s),i?.isHandler?i.handler.processModelToApply?.bind(i.handler):void 0)}updateAllModels(e,t){const s=[];this.allColumnFilters.forEach((o,i)=>{const n=this.beans.colModel.getColDefCol(i);n&&fu(e,()=>o.filterUi,()=>Ze(this.model,i),()=>this.state.get(i),r=>this.updateState(n,r),r=>{this.updateStoredModel(i,r),this.dispatchLocalEvent({type:"filterAction",column:n,action:e}),s.push(this.refreshHandlerAndUi(n,r,"ui"))},o?.isHandler?o.handler.processModelToApply?.bind(o.handler):void 0)}),s.length&&Re.all(s).then(()=>{this.callOnFilterChangedOutsideRenderCycle({source:"columnFilter",additionalEventAttributes:t,columns:[]})})}updateOrRefreshFilterUi(e){const t=e.getColId();Op(()=>this.cachedFilter(e)?.filterUi,()=>Ze(this.model,t),()=>this.state.get(t))}updateState(e,t){this.state.set(e.getColId(),t),this.dispatchLocalEvent({type:"filterStateChanged",column:e,state:t})}canApplyAll(){const{state:e,model:t,activeFilterComps:s}=this;for(const i of s)if(i.source==="COLUMN_MENU")return!1;let o=!1;for(const i of e.keys()){const n=e.get(i);if(n.valid===!1)return!1;(n.model??null)!==Ze(t,i)&&(o=!0)}return o}hasUnappliedModel(e){const{model:t,state:s}=this;return(s.get(e)?.model??null)!==Ze(t,e)}setGlobalButtons(e){this.isGlobalButtons=e,this.dispatchLocalEvent({type:"filterGlobalButtons",isGlobal:e})}shouldKeepStateOnDetach(e,t){if(t==="newFiltersToolPanel")return!0;const s=this.beans.filterPanelSvc;return s?.isActive?!!s.getState(e.getColId()):!1}destroy(){super.destroy(),this.allColumnFilters.forEach(e=>this.disposeFilterWrapper(e,"gridDestroyed")),this.allColumnListeners.clear(),this.state.clear(),this.activeFilterComps.clear()}};function BP(e){return!!e.filterManager?.isAnyFilterPresent()}function VP(e,t="api"){e.filterManager?.onFilterChanged({source:t})}var zP=class extends A{constructor(){super(...arguments),this.beanName="filterManager",this.advFilterModelUpdateQueue=[]}wireBeans(e){this.quickFilter=e.quickFilter,this.advancedFilter=e.advancedFilter,this.colFilter=e.colFilter}postConstruct(){const e=this.refreshFiltersForAggregations.bind(this),t=this.updateAdvFilterColumns.bind(this);this.addManagedEventListeners({columnValueChanged:e,columnPivotChanged:e,columnPivotModeChanged:e,newColumnsLoaded:t,columnVisible:t,advancedFilterEnabledChanged:({enabled:o})=>this.onAdvFilterEnabledChanged(o),dataTypesInferred:this.processFilterModelUpdateQueue.bind(this)}),this.externalFilterPresent=this.isExternalFilterPresentCallback(),this.addManagedPropertyListeners(["isExternalFilterPresent","doesExternalFilterPass"],()=>{this.onFilterChanged({source:"api"})}),this.updateAggFiltering(),this.addManagedPropertyListener("groupAggFiltering",()=>{this.updateAggFiltering(),this.onFilterChanged()}),this.quickFilter&&this.addManagedListeners(this.quickFilter,{quickFilterChanged:()=>this.onFilterChanged({source:"quickFilter"})});const{gos:s}=this;this.alwaysPassFilter=s.get("alwaysPassFilter"),this.addManagedPropertyListener("alwaysPassFilter",()=>{this.alwaysPassFilter=s.get("alwaysPassFilter"),this.onFilterChanged({source:"api"})})}isExternalFilterPresentCallback(){const e=this.gos.getCallback("isExternalFilterPresent");return typeof e=="function"&&e({})}doesExternalFilterPass(e){const t=this.gos.get("doesExternalFilterPass");return typeof t=="function"&&t(e)}setFilterState(e,t,s="api"){this.isAdvFilterEnabled()||this.colFilter?.setState(e,t,s)}setFilterModel(e,t="api",s){if(this.isAdvFilterEnabled()){s||this.warnAdvFilters();return}this.colFilter?.setModel(e,t)}getFilterModel(){return this.colFilter?.getModel()??{}}getFilterState(){return this.colFilter?.getState()}isColumnFilterPresent(){return!!this.colFilter?.isFilterPresent()}isAggregateFilterPresent(){return!!this.colFilter?.isAggFilterPresent()}isChildFilterPresent(){return this.isColumnFilterPresent()||this.isQuickFilterPresent()||this.externalFilterPresent||this.isAdvFilterPresent()}isAnyFilterPresent(){return this.isChildFilterPresent()||this.isAggregateFilterPresent()}isAdvFilterPresent(){return this.isAdvFilterEnabled()&&this.advancedFilter.isFilterPresent()}onAdvFilterEnabledChanged(e){e?this.colFilter?.disableFilters()&&this.onFilterChanged({source:"advancedFilter"}):this.advancedFilter?.isFilterPresent()&&(this.advancedFilter.setModel(null),this.onFilterChanged({source:"advancedFilter"}))}isAdvFilterEnabled(){return!!this.advancedFilter?.isEnabled()}isAdvFilterHeaderActive(){return this.isAdvFilterEnabled()&&this.advancedFilter.isHeaderActive()}refreshFiltersForAggregations(){Gl(this.gos)&&this.isAnyFilterPresent()&&this.onFilterChanged()}onFilterChanged(e={}){const{source:t,additionalEventAttributes:s,columns:o=[]}=e;this.externalFilterPresent=this.isExternalFilterPresentCallback(),(this.colFilter?this.colFilter.updateBeforeFilterChanged(e):Re.resolve()).then(()=>{const i={source:t,type:"filterChanged",columns:o};s&&ct(i,s),this.eventSvc.dispatchEvent(i),this.colFilter?.updateAfterFilterChanged()})}isSuppressFlashingCellsBecauseFiltering(){return!!this.colFilter?.isSuppressFlashingCellsBecauseFiltering()}isQuickFilterPresent(){return!!this.quickFilter?.isFilterPresent()}updateAggFiltering(){this.aggFiltering=!!Gl(this.gos)}isAggregateQuickFilterPresent(){return this.isQuickFilterPresent()&&this.shouldApplyQuickFilterAfterAgg()}isNonAggregateQuickFilterPresent(){return this.isQuickFilterPresent()&&!this.shouldApplyQuickFilterAfterAgg()}shouldApplyQuickFilterAfterAgg(){return(this.aggFiltering||this.beans.colModel.isPivotMode())&&!this.gos.get("applyQuickFilterBeforePivotOrAgg")}doesRowPassOtherFilters(e,t){return this.doesRowPassFilter({rowNode:t,colIdToSkip:e})}doesRowPassAggregateFilters(e){const{rowNode:t}=e;return this.alwaysPassFilter?.(t)?!0:!(this.isAggregateQuickFilterPresent()&&!this.quickFilter.doesRowPass(t)||this.isAggregateFilterPresent()&&!this.colFilter.doFiltersPass(t,e.colIdToSkip,!0))}doesRowPassFilter(e){const{rowNode:t}=e;return this.alwaysPassFilter?.(t)?!0:!(this.isNonAggregateQuickFilterPresent()&&!this.quickFilter.doesRowPass(t)||this.externalFilterPresent&&!this.doesExternalFilterPass(t)||this.isColumnFilterPresent()&&!this.colFilter.doFiltersPass(t,e.colIdToSkip)||this.isAdvFilterPresent()&&!this.advancedFilter.doesFilterPass(t))}isFilterAllowed(e){return this.isAdvFilterEnabled()?!1:!!this.colFilter?.isFilterAllowed(e)}getAdvFilterModel(){return this.isAdvFilterEnabled()?this.advancedFilter.getModel():null}setAdvFilterModel(e,t="api"){if(this.isAdvFilterEnabled()){if(this.beans.dataTypeSvc?.isPendingInference){this.advFilterModelUpdateQueue.push(e);return}this.advancedFilter.setModel(e??null),this.onFilterChanged({source:t})}}toggleAdvFilterBuilder(e,t){this.isAdvFilterEnabled()&&this.advancedFilter.getCtrl().toggleFilterBuilder({source:t,force:e})}updateAdvFilterColumns(){this.isAdvFilterEnabled()&&this.advancedFilter.updateValidity()&&this.onFilterChanged({source:"advancedFilter"})}hasFloatingFilters(){return this.isAdvFilterEnabled()?!1:!!this.colFilter?.hasFloatingFilters()}getColumnFilterInstance(e){return this.isAdvFilterEnabled()?(this.warnAdvFilters(),Promise.resolve(void 0)):this.colFilter?.getFilterInstance(e)??Promise.resolve(void 0)}warnAdvFilters(){G(68)}setupAdvFilterHeaderComp(e){this.advancedFilter?.getCtrl().setupHeaderComp(e)}getHeaderRowCount(){return this.isAdvFilterHeaderActive()?1:0}getHeaderHeight(){return this.isAdvFilterHeaderActive()?this.advancedFilter.getCtrl().getHeaderHeight():0}processFilterModelUpdateQueue(){for(const e of this.advFilterModelUpdateQueue)this.setAdvFilterModel(e);this.advFilterModelUpdateQueue=[]}setColumnFilterModel(e,t){return this.isAdvFilterEnabled()?(this.warnAdvFilters(),Promise.resolve()):this.colFilter?.setModelForColumn(e,t)??Promise.resolve()}},WP=class extends A{constructor(){super(...arguments),this.beanName="filterMenuFactory"}wireBeans(e){this.popupSvc=e.popupSvc}hideActiveMenu(){this.hidePopup?.()}showMenuAfterMouseEvent(e,t,s,o){e&&!e.isColumn||this.showPopup(e,i=>{this.popupSvc?.positionPopupUnderMouseEvent({column:e,type:s,mouseEvent:t,ePopup:i})},s,t.target,bt(this.gos),o)}showMenuAfterButtonClick(e,t,s,o){if(e&&!e.isColumn)return;let i=-1,n="left";const r=bt(this.gos);!r&&this.gos.get("enableRtl")&&(i=1,n="right");const a=r?void 0:4*i,l=r?void 0:4;this.showPopup(e,c=>{this.popupSvc?.positionPopupByComponent({type:s,eventSource:t,ePopup:c,nudgeX:a,nudgeY:l,alignSide:n,keepWithinBounds:!0,position:"under",column:e})},s,t,r,o)}showPopup(e,t,s,o,i,n){const r=e?this.createBean(new Hy(e,"COLUMN_MENU")):void 0;if(this.activeMenu=r,!r?.hasFilter()||!e){Pe(57);return}const a=ut({tag:"div",cls:`ag-menu${i?"":" ag-filter-menu"}`,role:"presentation"});[this.tabListener]=this.addManagedElementListeners(a,{keydown:m=>this.trapFocusWithin(m,a)}),a.appendChild(r?.getGui());let l;const c=()=>r?.afterGuiDetached(),d=Jb(this.gos)?o??this.beans.ctrlsSvc.getGridBodyCtrl().eGridBody:void 0,u=m=>{xu(e,!1,"contextMenu");const v=m instanceof KeyboardEvent;this.tabListener&&(this.tabListener=this.tabListener()),v&&o&&ps(o)&&Cp(o)?.focus({preventScroll:!0}),c(),this.destroyBean(this.activeMenu),this.dispatchVisibleChangedEvent(!1,s,e),n?.()},h=this.getLocaleTextFunc(),p=i&&s!=="columnFilter"?h("ariaLabelColumnMenu","Column Menu"):h("ariaLabelColumnFilter","Column Filter"),f=this.popupSvc?.addPopup({modal:!0,eChild:a,closeOnEsc:!0,closedCallback:u,positionCallback:()=>t(a),anchorToElement:d,ariaLabel:p});f&&(this.hidePopup=l=f.hideFunc),r.afterInit().then(()=>{t(a),r.afterGuiAttached({container:s,hidePopup:l})}),xu(e,!0,"contextMenu"),this.dispatchVisibleChangedEvent(!0,s,e)}trapFocusWithin(e,t){e.key!==I.TAB||e.defaultPrevented||mo(this.beans,t,!1,e.shiftKey)||(e.preventDefault(),ro(t,e.shiftKey))}dispatchVisibleChangedEvent(e,t,s){this.eventSvc.dispatchEvent({type:"columnMenuVisibleChanged",visible:e,switchingTab:!1,key:t,column:s??null,columnGroup:null})}isMenuEnabled(e){return e.isFilterAllowed()&&(e.getColDef().menuTabs??["filterMenuTab"]).includes("filterMenuTab")}showMenuAfterContextMenuEvent(){}destroy(){this.destroyBean(this.activeMenu),super.destroy()}},_P=class extends A{constructor(){super(...arguments),this.beanName="filterValueSvc"}getValue(e,t,s){if(!t)return;const o=e.getColDef(),{selectableFilter:i,valueSvc:n}=this.beans,r=s??i?.getFilterValueGetter(e.getColId())??o.filterValueGetter;return r?this.executeFilterValueGetter(r,t.data,e,t,o):n.getValue(e,t)}executeFilterValueGetter(e,t,s,o,i){const{expressionSvc:n,valueSvc:r}=this.beans,a=ae(this.gos,{data:t,node:o,column:s,colDef:i,getValue:r.getValueCallback.bind(r,o)});return typeof e=="function"?e(a):n?.evaluate(e,a)}},jP={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eFloatingFilterText"}]},UP=class extends Ve{constructor(){super(jP,[ea]),this.eFloatingFilterText=ne}init(e){this.params=e;const t=this.beans.colNames.getDisplayNameForColumn(e.column,"header",!0);if(this.eFloatingFilterText.setDisabled(!0).setInputAriaLabel(`${t} ${this.getLocaleTextFunc()("ariaFilterInput","Filter Input")}`),this.gos.get("enableFilterHandlers")){const s=e,o=s.getHandler();if(o.getModelAsString){const i=o.getModelAsString(s.model);this.eFloatingFilterText.setValue(i)}}}onParentModelChanged(e){if(e==null){this.eFloatingFilterText.setValue("");return}this.params.parentFilterInstance(t=>{if(t.getModelAsString){const s=t.getModelAsString(e);this.eFloatingFilterText.setValue(s)}})}refresh(e){this.init(e)}},ad=class{constructor(){this.customFilterOptions={}}init(e,t){this.filterOptions=e.filterOptions??t,this.mapCustomOptions(),this.defaultOption=this.getDefaultItem(e.defaultOption)}refresh(e,t){const s=e.filterOptions??t;this.filterOptions!==s&&(this.filterOptions=s,this.customFilterOptions={},this.mapCustomOptions()),this.defaultOption=this.getDefaultItem(e.defaultOption)}mapCustomOptions(){const{filterOptions:e}=this;if(e)for(const t of e){if(typeof t=="string")continue;const s=[["displayKey"],["displayName"],["predicate","test"]],o=i=>i.some(n=>t[n]!=null)?!0:(G(72,{keys:i}),!1);if(!s.every(o)){this.filterOptions=e.filter(i=>i===t)||[];continue}this.customFilterOptions[t.displayKey]=t}}getDefaultItem(e){const{filterOptions:t}=this;if(e)return e;if(t.length>=1){const s=t[0];if(typeof s=="string")return s;if(s.displayKey)return s.displayKey;G(73)}else G(74)}getCustomOption(e){return this.customFilterOptions[e]}};function Gi(e,t,s){return s==null?e.splice(t):e.splice(t,s)}function Ir(e){return e==null||typeof e=="string"&&e.trim().length===0}function $P(e){return e==="AND"||e==="OR"?e:"AND"}function KP(e,t,s){if(e==null)return;const{predicate:o}=e;if(o!=null&&!t.some(i=>i==null))return o(t,s)}function qP(e,t){let s=e.length;return s>t&&(e.splice(t),G(78),s=t),s}function en(e,t){const s=t.getCustomOption(e);if(s){const{numberOfInputs:i}=s;return i??1}return e&&["empty","notBlank","blank"].indexOf(e)>=0?0:e==="inRange"?2:1}var ld=class extends $y{constructor(e,t,s){super(e,"simple-filter"),this.mapValuesFromModel=t,this.defaultOptions=s,this.eTypes=[],this.eJoinPanels=[],this.eJoinAnds=[],this.eJoinOrs=[],this.eConditionBodies=[],this.listener=()=>this.onUiChanged(),this.lastUiCompletePosition=null,this.joinOperatorId=0}setParams(e){super.setParams(e);const t=new ad;this.optionsFactory=t,t.init(e,this.defaultOptions),this.commonUpdateSimpleParams(e),this.createOption(),this.createMissingConditionsAndOperators()}updateParams(e,t){this.optionsFactory.refresh(e,this.defaultOptions),super.updateParams(e,t),this.commonUpdateSimpleParams(e)}commonUpdateSimpleParams(e){this.setNumConditions(e),this.defaultJoinOperator=$P(e.defaultJoinOperator),this.filterPlaceholder=e.filterPlaceholder,this.createFilterListOptions();const t=this.getGui();this.isReadOnly()?t.setAttribute("tabindex","-1"):t.removeAttribute("tabindex")}onFloatingFilterChanged(e,t){this.setTypeFromFloatingFilter(e),this.setValueFromFloatingFilter(t),this.onUiChanged("immediately",!0)}setTypeFromFloatingFilter(e){this.eTypes.forEach((t,s)=>{const o=s===0?e:this.optionsFactory.defaultOption;t.setValue(o,!0)})}getModelFromUi(){const e=this.getUiCompleteConditions();return e.length===0?null:this.maxNumConditions>1&&e.length>1?{filterType:this.filterType,operator:this.getJoinOperator(),conditions:e}:e[0]}getConditionTypes(){return this.eTypes.map(e=>e.getValue())}getConditionType(e){return this.eTypes[e].getValue()}getJoinOperator(){const{eJoinOrs:e,defaultJoinOperator:t}=this;return e.length===0?t:e[0].getValue()===!0?"OR":"AND"}areNonNullModelsEqual(e,t){const s=!e.operator,o=!t.operator;if(!s&&o||s&&!o)return!1;let n;if(s){const r=e,a=t;n=this.areSimpleModelsEqual(r,a)}else{const r=e,a=t;n=r.operator===a.operator&&Ls(r.conditions,a.conditions,(l,c)=>this.areSimpleModelsEqual(l,c))}return n}setModelIntoUi(e,t){if(e==null)return this.resetUiToDefaults(t),Re.resolve();if(e.operator){const o=e;let i=o.conditions;i==null&&(i=[],G(77));const n=qP(i,this.maxNumConditions),r=this.getNumConditions();if(n<r)this.removeConditionsAndOperators(n);else if(n>r)for(let l=r;l<n;l++)this.createJoinOperatorPanel(),this.createOption();const a=o.operator==="OR";this.eJoinAnds.forEach(l=>l.setValue(!a,!0)),this.eJoinOrs.forEach(l=>l.setValue(a,!0)),i.forEach((l,c)=>{this.eTypes[c].setValue(l.type,!0),this.setConditionIntoUi(l,c)})}else{const o=e;this.getNumConditions()>1&&this.removeConditionsAndOperators(1),this.eTypes[0].setValue(o.type,!0),this.setConditionIntoUi(o,0)}return this.lastUiCompletePosition=this.getNumConditions()-1,this.createMissingConditionsAndOperators(),this.updateUiVisibility(),t||this.params.onUiChange(this.getUiChangeEventParams()),Re.resolve()}setNumConditions(e){let t=e.maxNumConditions??2;t<1&&(G(79),t=1),this.maxNumConditions=t;let s=e.numAlwaysVisibleConditions??1;s<1&&(G(80),s=1),s>t&&(G(81),s=t),this.numAlwaysVisibleConditions=s}createOption(){const e=this.getGui(),t=this.createManagedBean(new Wc);this.eTypes.push(t),t.addCss("ag-filter-select"),e.appendChild(t.getGui());const s=this.createEValue();this.eConditionBodies.push(s),e.appendChild(s),this.putOptionsIntoDropdown(t),this.resetType(t);const o=this.getNumConditions()-1;this.forEachPositionInput(o,i=>this.resetInput(i)),this.addChangedListeners(t,o)}createJoinOperatorPanel(){const e=ut({tag:"div",cls:"ag-filter-condition"});this.eJoinPanels.push(e);const t=this.createJoinOperator(this.eJoinAnds,e,"and"),s=this.createJoinOperator(this.eJoinOrs,e,"or");this.getGui().appendChild(e);const o=this.eJoinPanels.length-1,i=this.joinOperatorId++;this.resetJoinOperatorAnd(t,o,i),this.resetJoinOperatorOr(s,o,i),this.isReadOnly()||(t.onValueChange(this.listener),s.onValueChange(this.listener))}createJoinOperator(e,t,s){const o=this.createManagedBean(new xS);e.push(o);const i="ag-filter-condition-operator";return o.addCss(i),o.addCss(`${i}-${s}`),t.appendChild(o.getGui()),o}createFilterListOptions(){this.filterListOptions=this.optionsFactory.filterOptions.map(e=>typeof e=="string"?this.createBoilerplateListOption(e):this.createCustomListOption(e))}putOptionsIntoDropdown(e){const{filterListOptions:t}=this;for(const s of t)e.addOption(s);e.setDisabled(t.length<=1)}createBoilerplateListOption(e){return{value:e,text:this.translate(e)}}createCustomListOption(e){const{displayKey:t}=e,s=this.optionsFactory.getCustomOption(e.displayKey);return{value:t,text:s?this.getLocaleTextFunc()(s.displayKey,s.displayName):this.translate(t)}}createBodyTemplate(){return null}getAgComponents(){return[]}updateUiVisibility(){const e=this.getJoinOperator();this.updateNumConditions(),this.updateConditionStatusesAndValues(this.lastUiCompletePosition,e)}updateNumConditions(){let e=-1,t=!0;for(let s=0;s<this.getNumConditions();s++)this.isConditionUiComplete(s)?e=s:t=!1;if(this.shouldAddNewConditionAtEnd(t))this.createJoinOperatorPanel(),this.createOption();else{const s=this.lastUiCompletePosition??this.getNumConditions()-2;if(e<s){this.removeConditionsAndOperators(s+1);const o=e+1,i=s-o;i>0&&this.removeConditionsAndOperators(o,i),this.createMissingConditionsAndOperators()}}this.lastUiCompletePosition=e}updateConditionStatusesAndValues(e,t){this.eTypes.forEach((o,i)=>{const n=this.isConditionDisabled(i,e);o.setDisabled(n||this.filterListOptions.length<=1),i===1&&(Ui(this.eJoinPanels[0],n),this.eJoinAnds[0].setDisabled(n),this.eJoinOrs[0].setDisabled(n))}),this.eConditionBodies.forEach((o,i)=>{Ge(o,this.isConditionBodyVisible(i))});const s=(t??this.getJoinOperator())==="OR";for(const o of this.eJoinAnds)o.setValue(!s,!0);for(const o of this.eJoinOrs)o.setValue(s,!0);this.forEachInput((o,i,n,r)=>{this.setElementDisplayed(o,i<r),this.setElementDisabled(o,this.isConditionDisabled(n,e))}),this.resetPlaceholder()}shouldAddNewConditionAtEnd(e){return e&&this.getNumConditions()<this.maxNumConditions&&!this.isReadOnly()}removeConditionsAndOperators(e,t){if(e>=this.getNumConditions())return;const{eTypes:s,eConditionBodies:o,eJoinPanels:i,eJoinAnds:n,eJoinOrs:r}=this;this.removeComponents(s,e,t),this.removeElements(o,e,t),this.removeEValues(e,t);const a=Math.max(e-1,0);this.removeElements(i,a,t),this.removeComponents(n,a,t),this.removeComponents(r,a,t)}removeElements(e,t,s){const o=Gi(e,t,s);for(const i of o)Ms(i)}removeComponents(e,t,s){const o=Gi(e,t,s);for(const i of o)Ms(i.getGui()),this.destroyBean(i)}afterGuiAttached(e){if(super.afterGuiAttached(e),this.resetPlaceholder(),!e?.suppressFocus){let t;if(!this.isReadOnly()){const s=this.getInputs(0)[0];s instanceof _s&&this.isConditionBodyVisible(0)?t=s.getInputElement():t=this.eTypes[0]?.getFocusableElement()}(t??this.getGui()).focus({preventScroll:!0})}}afterGuiDetached(){super.afterGuiDetached();const e=this.params;if(this.beans.colFilter?.shouldKeepStateOnDetach(e.column))return;e.onStateChange({model:e.model});let t=-1,s=-1,o=!1;const i=this.getJoinOperator();for(let r=this.getNumConditions()-1;r>=0;r--)if(this.isConditionUiComplete(r))t===-1&&(t=r,s=r);else{const a=r>=this.numAlwaysVisibleConditions&&!this.isConditionUiComplete(r-1),l=r<t;(a||l)&&(this.removeConditionsAndOperators(r,1),o=!0,l&&s--)}let n=!1;this.getNumConditions()<this.numAlwaysVisibleConditions&&(this.createMissingConditionsAndOperators(),n=!0),this.shouldAddNewConditionAtEnd(s===this.getNumConditions()-1)&&(this.createJoinOperatorPanel(),this.createOption(),n=!0),n&&this.updateConditionStatusesAndValues(s,i),o&&this.updateJoinOperatorsDisabled(),this.lastUiCompletePosition=s}getModelAsString(e){return this.params.getHandler()?.getModelAsString?.(e)??""}getPlaceholderText(e,t){let s=this.translate(e);if(typeof this.filterPlaceholder=="function"){const o=this.eTypes[t].getValue(),i=this.translate(o);s=this.filterPlaceholder({filterOptionKey:o,filterOption:i,placeholder:s})}else typeof this.filterPlaceholder=="string"&&(s=this.filterPlaceholder);return s}resetPlaceholder(){const e=this.getLocaleTextFunc();this.forEachInput((t,s,o,i)=>{if(!(t instanceof _s))return;const n=s===0&&i>1?"inRangeStart":s===0?"filterOoo":"inRangeEnd",r=s===0&&i>1?e("ariaFilterFromValue","Filter from value"):s===0?e("ariaFilterValue","Filter Value"):e("ariaFilterToValue","Filter to Value");t.setInputPlaceholder(this.getPlaceholderText(n,o)),t.setInputAriaLabel(r)})}setElementValue(e,t,s){e instanceof _s&&e.setValue(t!=null?String(t):null,!0)}setElementDisplayed(e,t){iu(e)&&Ge(e.getGui(),t)}setElementDisabled(e,t){iu(e)&&Ui(e.getGui(),t)}attachElementOnChange(e,t){e instanceof _s&&e.onValueChange(t)}forEachInput(e){this.getConditionTypes().forEach((t,s)=>{this.forEachPositionTypeInput(s,t,e)})}forEachPositionInput(e,t){const s=this.getConditionType(e);this.forEachPositionTypeInput(e,s,t)}forEachPositionTypeInput(e,t,s){const o=en(t,this.optionsFactory),i=this.getInputs(e);for(let n=0;n<i.length;n++){const r=i[n];r!=null&&s(r,n,e,o)}}isConditionDisabled(e,t){return this.isReadOnly()?!0:e===0?!1:e>t+1}isConditionBodyVisible(e){const t=this.getConditionType(e);return en(t,this.optionsFactory)>0}isConditionUiComplete(e){return!(e>=this.getNumConditions()||this.getConditionType(e)==="empty"||this.getValues(e).some(s=>s==null))}getNumConditions(){return this.eTypes.length}getUiCompleteConditions(){const e=[];for(let t=0;t<this.getNumConditions();t++)this.isConditionUiComplete(t)&&e.push(this.createCondition(t));return e}createMissingConditionsAndOperators(){if(!this.isReadOnly())for(let e=this.getNumConditions();e<this.numAlwaysVisibleConditions;e++)this.createJoinOperatorPanel(),this.createOption()}resetUiToDefaults(e){this.removeConditionsAndOperators(this.isReadOnly()?1:this.numAlwaysVisibleConditions),this.eTypes.forEach(t=>this.resetType(t)),this.eJoinAnds.forEach((t,s)=>this.resetJoinOperatorAnd(t,s,this.joinOperatorId+s)),this.eJoinOrs.forEach((t,s)=>this.resetJoinOperatorOr(t,s,this.joinOperatorId+s)),this.joinOperatorId++,this.forEachInput(t=>this.resetInput(t)),this.resetPlaceholder(),this.createMissingConditionsAndOperators(),this.lastUiCompletePosition=null,this.updateUiVisibility(),e||this.params.onUiChange(this.getUiChangeEventParams())}resetType(e){const s=this.getLocaleTextFunc()("ariaFilteringOperator","Filtering operator");e.setValue(this.optionsFactory.defaultOption,!0).setAriaLabel(s).setDisabled(this.isReadOnly()||this.filterListOptions.length<=1)}resetJoinOperatorAnd(e,t,s){this.resetJoinOperator(e,t,this.defaultJoinOperator==="AND",this.translate("andCondition"),s)}resetJoinOperatorOr(e,t,s){this.resetJoinOperator(e,t,this.defaultJoinOperator==="OR",this.translate("orCondition"),s)}resetJoinOperator(e,t,s,o,i){this.updateJoinOperatorDisabled(e.setValue(s,!0).setName(`ag-simple-filter-and-or-${this.getCompId()}-${i}`).setLabel(o),t)}updateJoinOperatorsDisabled(){const e=(t,s)=>this.updateJoinOperatorDisabled(t,s);this.eJoinAnds.forEach(e),this.eJoinOrs.forEach(e)}updateJoinOperatorDisabled(e,t){e.setDisabled(this.isReadOnly()||t>0)}resetInput(e){this.setElementValue(e,null),this.setElementDisabled(e,this.isReadOnly())}setConditionIntoUi(e,t){const s=this.mapValuesFromModel(e,this.optionsFactory);this.forEachInput((o,i,n)=>{n===t&&this.setElementValue(o,s[i]!=null?s[i]:null)})}setValueFromFloatingFilter(e){this.forEachInput((t,s,o)=>{this.setElementValue(t,s===0&&o===0?e:null,!0)})}addChangedListeners(e,t){this.isReadOnly()||(e.onValueChange(this.listener),this.forEachPositionInput(t,s=>{this.attachElementOnChange(s,this.listener)}))}hasInvalidInputs(){return!1}isReadOnly(){return!!this.params.readOnly}},zf=class{constructor(e,t,s,o,i,n){this.alive=!0,this.context=e,this.eParent=i;const r=iS(t,s,o);r&&r.newAgStackInstance().then(a=>{if(!this.alive){e.destroyBean(a);return}if(this.dateComp=a,!a)return;i.appendChild(a.getGui()),a?.afterGuiAttached?.();const{tempValue:l,disabled:c}=this;l&&a.setDate(l),c!=null&&a.setDisabled?.(c),n?.(this)})}destroy(){this.alive=!1,this.dateComp=this.context.destroyBean(this.dateComp)}getDate(){return this.dateComp?this.dateComp.getDate():this.tempValue}setDate(e){const t=this.dateComp;t?t.setDate(e):this.tempValue=e}setDisabled(e){const t=this.dateComp;t?t.setDisabled?.(e):this.disabled=e}setDisplayed(e){Ge(this.eParent,e)}setInputPlaceholder(e){this.dateComp?.setInputPlaceholder?.(e)}setInputAriaLabel(e){this.dateComp?.setInputAriaLabel?.(e)}afterGuiAttached(e){this.dateComp?.afterGuiAttached?.(e)}updateParams(e){this.dateComp?.refresh?.(e)}},cd=["equals","notEqual","lessThan","greaterThan","inRange","blank","notBlank"];function Wf(e,t){const{dateFrom:s,dateTo:o,type:i}=e||{};return[s&&pt(s,void 0,!0)||null,o&&pt(o,void 0,!0)||null].slice(0,en(i,t))}var ih=1e3,nh=1/0,YP=class extends ld{constructor(){super("dateFilter",Wf,cd),this.eConditionPanelsFrom=[],this.eConditionPanelsTo=[],this.dateConditionFromComps=[],this.dateConditionToComps=[],this.minValidYear=ih,this.maxValidYear=nh,this.minValidDate=null,this.maxValidDate=null,this.filterType="date"}afterGuiAttached(e){super.afterGuiAttached(e),this.dateConditionFromComps[0].afterGuiAttached(e)}commonUpdateSimpleParams(e){super.commonUpdateSimpleParams(e);const t=(l,c)=>{const d=e[l];if(d!=null)if(isNaN(d))G(82,{param:l});else return d==null?c:Number(d);return c},s=t("minValidYear",ih),o=t("maxValidYear",nh);this.minValidYear=s,this.maxValidYear=o,s>o&&G(83);const{minValidDate:i,maxValidDate:n}=e,r=i instanceof Date?i:pt(i);this.minValidDate=r;const a=n instanceof Date?n:pt(n);this.maxValidDate=a,r&&a&&r>a&&G(84)}createDateCompWrapper(e){const{beans:{userCompFactory:t,context:s,gos:o},params:i}=this,n=new zf(s,t,i.colDef,ae(o,{onDateChanged:()=>this.onUiChanged(),filterParams:i,location:"filter"}),e);return this.addDestroyFunc(()=>n.destroy()),n}setElementValue(e,t){e.setDate(t)}setElementDisplayed(e,t){e.setDisplayed(t)}setElementDisabled(e,t){e.setDisabled(t)}createEValue(){const e=ut({tag:"div",cls:"ag-filter-body"});return this.createFromToElement(e,this.eConditionPanelsFrom,this.dateConditionFromComps,"from"),this.createFromToElement(e,this.eConditionPanelsTo,this.dateConditionToComps,"to"),e}createFromToElement(e,t,s,o){const i=ut({tag:"div",cls:`ag-filter-${o} ag-filter-date-${o}`});t.push(i),e.appendChild(i),s.push(this.createDateCompWrapper(i))}removeEValues(e,t){this.removeDateComps(this.dateConditionFromComps,e,t),this.removeDateComps(this.dateConditionToComps,e,t),Gi(this.eConditionPanelsFrom,e,t),Gi(this.eConditionPanelsTo,e,t)}removeDateComps(e,t,s){const o=Gi(e,t,s);for(const i of o)i.destroy()}isValidDateValue(e){if(e===null)return!1;const{minValidDate:t,maxValidDate:s,minValidYear:o,maxValidYear:i}=this;if(t){if(e<t)return!1}else if(e.getUTCFullYear()<o)return!1;if(s){if(e>s)return!1}else if(e.getUTCFullYear()>i)return!1;return!0}isConditionUiComplete(e){if(!super.isConditionUiComplete(e))return!1;let t=!0;return this.forEachInput((s,o,i,n)=>{i!==e||!t||o>=n||(t=t&&this.isValidDateValue(s.getDate()))}),t}areSimpleModelsEqual(e,t){return e.dateFrom===t.dateFrom&&e.dateTo===t.dateTo&&e.type===t.type}createCondition(e){const t=this.getConditionType(e),s={},o=this.getValues(e),i=this.params.useIsoSeparator?"T":" ";return o.length>0&&(s.dateFrom=St(o[0],!0,i)),o.length>1&&(s.dateTo=St(o[1],!0,i)),{dateFrom:null,dateTo:null,filterType:this.filterType,type:t,...s}}resetPlaceholder(){const e=this.getLocaleTextFunc(),t=this.translate("dateFormatOoo"),s=e("ariaFilterValue","Filter Value");this.forEachInput(o=>{o.setInputPlaceholder(t),o.setInputAriaLabel(s)})}getInputs(e){const{dateConditionFromComps:t,dateConditionToComps:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(s.getDate())}),t}translate(e){return e==="lessThan"?super.translate("before"):e==="greaterThan"?super.translate("after"):super.translate(e)}},_f=class extends A{constructor(e,t){super(),this.mapValuesFromModel=e,this.defaultOptions=t}init(e){const t=e.filterParams,s=new ad;this.optionsFactory=s,s.init(t,this.defaultOptions),this.filterModelFormatter=this.createManagedBean(new this.FilterModelFormatterClass(s,t)),this.updateParams(e),this.validateModel(e)}refresh(e){if(e.source==="colDef"){const t=e.filterParams,s=this.optionsFactory;s.refresh(t,this.defaultOptions),this.filterModelFormatter.updateParams({optionsFactory:s,filterParams:t}),this.updateParams(e)}this.validateModel(e)}updateParams(e){this.params=e}doesFilterPass(e){const t=e.model;if(t==null)return!0;const{operator:s}=t,o=[];if(s){const r=t;o.push(...r.conditions??[])}else o.push(t);const i=s&&s==="OR"?"some":"every",n=this.params.getValue(e.node);return o[i](r=>this.individualConditionPasses(e,r,n))}getModelAsString(e,t){return this.filterModelFormatter.getModelAsString(e,t)??""}validateModel(e){const{model:t,filterParams:{filterOptions:s,maxNumConditions:o}}=e;if(t==null)return;let n=Gp(t)?t.conditions:[t];const r=s?.map(d=>typeof d=="string"?d:d.displayKey)??this.defaultOptions;if(!(!n||n.every(d=>r.find(u=>u===d.type)!==void 0))){this.params={...e,model:null},e.onModelChange(null);return}let l=!1;const c=this.filterType;if((n&&!n.every(d=>d.filterType===c)||t.filterType!==c)&&(n=n.map(d=>({...d,filterType:c})),l=!0),typeof o=="number"&&n&&n.length>o&&(n=n.slice(0,o),l=!0),l){const d=n.length>1?{...t,filterType:c,conditions:n}:{...n[0],filterType:c};this.params={...e,model:d},e.onModelChange(d)}}individualConditionPasses(e,t,s){const o=this.optionsFactory,i=this.mapValuesFromModel(t,o),n=o.getCustomOption(t.type),r=KP(n,i,s);return r??(s==null?this.evaluateNullValue(t.type):this.evaluateNonNullValue(i,s,t,e))}},jf=class extends _f{evaluateNullValue(e){const{includeBlanksInEquals:t,includeBlanksInNotEqual:s,includeBlanksInGreaterThan:o,includeBlanksInLessThan:i,includeBlanksInRange:n}=this.params.filterParams;switch(e){case"equals":if(t)return!0;break;case"notEqual":if(s)return!0;break;case"greaterThan":case"greaterThanOrEqual":if(o)return!0;break;case"lessThan":case"lessThanOrEqual":if(i)return!0;break;case"inRange":if(n)return!0;break;case"blank":return!0;case"notBlank":return!1}return!1}evaluateNonNullValue(e,t,s){const o=s.type;if(!this.isValid(t))return o==="notEqual"||o==="notBlank";const i=this.comparator(),n=e[0]!=null?i(e[0],t):0;switch(o){case"equals":return n===0;case"notEqual":return n!==0;case"greaterThan":return n>0;case"greaterThanOrEqual":return n>=0;case"lessThan":return n<0;case"lessThanOrEqual":return n<=0;case"inRange":{const r=i(e[1],t);return this.params.filterParams.inRangeInclusive?n>=0&&r<=0:n>0&&r<0}case"blank":return Ir(t);case"notBlank":return!Ir(t);default:return G(76,{filterModelType:o}),!0}}},Uf={equals:"Equals",notEqual:"NotEqual",greaterThan:"GreaterThan",greaterThanOrEqual:"GreaterThanOrEqual",lessThan:"LessThan",lessThanOrEqual:"LessThanOrEqual",inRange:"InRange"},ZP={contains:"Contains",notContains:"NotContains",equals:"TextEquals",notEqual:"TextNotEqual",startsWith:"StartsWith",endsWith:"EndsWith",inRange:"InRange"},dd=class extends A{constructor(e,t,s){super(),this.optionsFactory=e,this.filterParams=t,this.valueFormatter=s}getModelAsString(e,t){const s=this.getLocaleTextFunc(),o=t==="filterToolPanel";if(!e)return o?Es(this,"filterSummaryInactive"):null;if(e.operator!=null){const n=e,a=(n.conditions??[]).map(c=>this.getModelAsString(c,t)),l=n.operator==="AND"?"andCondition":"orCondition";return a.join(` ${Es(this,l)} `)}else{if(e.type==="blank"||e.type==="notBlank")return o?Es(this,e.type==="blank"?"filterSummaryBlank":"filterSummaryNotBlank"):s(e.type,e.type);{const n=e,r=this.optionsFactory.getCustomOption(n.type),{displayKey:a,displayName:l,numberOfInputs:c}=r||{};return a&&l&&c===0?s(a,l):this.conditionToString(n,o,n.type==="inRange"||c===2,a,l)}}}updateParams(e){const{optionsFactory:t,filterParams:s}=e;this.optionsFactory=t,this.filterParams=s}conditionForToolPanel(e,t,s,o,i,n){let r;const a=this.getTypeKey(e);return a&&(r=Es(this,a)),i&&n&&(r=this.getLocaleTextFunc()(i,n)),r!=null?t?`${r} ${Es(this,"filterSummaryInRangeValues",[s(),o()])}`:`${r} ${s()}`:null}getTypeKey(e){const t=this.filterTypeKeys[e];return t?`filterSummary${t}`:null}formatValue(e){const t=this.valueFormatter;return t?t(e??null)??"":String(e)}},$f=class extends dd{constructor(e,t){super(e,t,s=>{const{dataTypeSvc:o,valueSvc:i}=this.beans,n=t.column,r=o?.getDateFormatterFunction(n),a=r?r(s??void 0):s;return i.formatValue(n,null,a)}),this.filterTypeKeys=Uf}conditionToString(e,t,s,o,i){const{type:n}=e,r=pt(e.dateFrom),a=pt(e.dateTo),l=this.filterParams.inRangeFloatingFilterDateFormat,c=t?this.formatValue.bind(this):h=>jl(h,l),d=()=>r!==null?c(r):"null",u=()=>a!==null?c(a):"null";if(t){const h=this.conditionForToolPanel(n,s,d,u,o,i);if(h!=null)return h}return s?`${d()}-${u()}`:r!=null?c(r):`${n}`}};function XP(e,t){const s=t;return s<e?-1:s>e?1:0}var QP=class extends jf{constructor(){super(Wf,cd),this.filterType="date",this.FilterModelFormatterClass=$f}comparator(){return this.params.filterParams.comparator??XP}isValid(e){const t=this.params.filterParams.isValidDate;return!t||t(e)}},Kf=class extends Ve{constructor(){super(...arguments),this.defaultDebounceMs=0}setLastTypeFromModel(e){if(!e){this.lastType=this.optionsFactory.defaultOption;return}const t=e.operator;let s;t?s=e.conditions[0]:s=e,this.lastType=s.type}canWeEditAfterModelFromParentFilter(e){if(!e)return this.isTypeEditable(this.lastType);if(e.operator)return!1;const s=e;return this.isTypeEditable(s.type)}init(e){this.params=e;const t=this.gos.get("enableFilterHandlers");if(this.reactive=t,this.setParams(e),t){const s=e;this.onModelUpdated(s.model)}}setParams(e){const t=new ad;this.optionsFactory=t,t.init(e.filterParams,this.defaultOptions),this.filterModelFormatter=this.createManagedBean(new this.FilterModelFormatterClass(t,e.filterParams)),this.setSimpleParams(e,!1)}setSimpleParams(e,t=!0){const s=this.optionsFactory.defaultOption;t||(this.lastType=s),this.readOnly=!!e.filterParams.readOnly;const o=this.isTypeEditable(s);this.setEditable(o)}refresh(e){this.params=e;const t=e,s=this.reactive;if((!s||t.source==="colDef")&&this.updateParams(e),s){const{source:o,model:i}=t;if(o==="dataChanged"||o==="ui")return;this.onModelUpdated(i)}}updateParams(e){const t=this.optionsFactory;t.refresh(e.filterParams,this.defaultOptions),this.setSimpleParams(e),this.filterModelFormatter.updateParams({optionsFactory:t,filterParams:e.filterParams})}onParentModelChanged(e,t){t?.afterFloatingFilter||t?.afterDataChange||this.onModelUpdated(e)}hasSingleInput(e){const t=this.optionsFactory.getCustomOption(e)?.numberOfInputs;return t==null||t==1}isTypeEditable(e){const t=["inRange","empty","blank","notBlank"];return!!e&&!this.readOnly&&this.hasSingleInput(e)&&t.indexOf(e)<0}getAriaLabel(e){return`${this.beans.colNames.getDisplayNameForColumn(e.column,"header",!0)} ${this.getLocaleTextFunc()("ariaFilterInput","Filter Input")}`}},JP={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eReadOnlyText"},{tag:"div",ref:"eDateWrapper",cls:"ag-date-floating-filter-wrapper"}]},e5=class extends Kf{constructor(){super(JP,[ea]),this.eReadOnlyText=ne,this.eDateWrapper=ne,this.FilterModelFormatterClass=$f,this.filterType="date",this.defaultOptions=cd}setParams(e){super.setParams(e),this.createDateComponent();const t=this.getLocaleTextFunc();this.eReadOnlyText.setDisabled(!0).setInputAriaLabel(t("ariaDateFilterInput","Date Filter Input"))}updateParams(e){super.updateParams(e),this.dateComp.updateParams(this.getDateComponentParams()),this.updateCompOnModelChange(e.currentParentModel())}updateCompOnModelChange(e){const t=!this.readOnly&&this.canWeEditAfterModelFromParentFilter(e);if(this.setEditable(t),t){const s=e?pt(e.dateFrom):null;this.dateComp.setDate(s),this.eReadOnlyText.setValue("")}else this.eReadOnlyText.setValue(this.filterModelFormatter.getModelAsString(e)),this.dateComp.setDate(null)}setEditable(e){Ge(this.eDateWrapper,e),Ge(this.eReadOnlyText.getGui(),!e)}onModelUpdated(e){super.setLastTypeFromModel(e),this.updateCompOnModelChange(e)}onDateChanged(){const e=this.dateComp.getDate();if(this.reactive){const t=this.params;t.onUiChange();const s=t.model,o=St(e),i=o==null?null:{...s??{filterType:this.filterType,type:this.lastType??this.optionsFactory.defaultOption},dateFrom:o};t.onModelChange(i,{afterFloatingFilter:!0})}else this.params.parentFilterInstance(t=>{t?.onFloatingFilterChanged(this.lastType||null,e)})}getDateComponentParams(){const{filterParams:e}=this.params,t=Kc(e,this.defaultDebounceMs);return ae(this.gos,{onDateChanged:tt(this,this.onDateChanged.bind(this),t),filterParams:e,location:"floatingFilter"})}createDateComponent(){const{beans:{context:e,userCompFactory:t},eDateWrapper:s,params:o}=this;this.dateComp=new zf(e,t,o.column.getColDef(),this.getDateComponentParams(),s,i=>{i.setInputAriaLabel(this.getAriaLabel(o))}),this.addDestroyFunc(()=>this.dateComp.destroy())}},t5={tag:"div",cls:"ag-filter-filter",children:[{tag:"ag-input-text-field",ref:"eDateInput",cls:"ag-date-filter"}]},s5=class extends Ve{constructor(){super(t5,[ea]),this.eDateInput=ne,this.isApply=!1,this.applyOnFocusOut=!1}init(e){this.params=e,this.setParams(e);const t=this.eDateInput.getInputElement();this.addManagedListeners(t,{mouseDown:()=>{this.eDateInput.isDisabled()||this.usingSafariDatePicker||t.focus({preventScroll:!0})},input:this.handleInput.bind(this,!1),change:this.handleInput.bind(this,!0),focusout:this.handleFocusOut.bind(this)})}handleInput(e){if(!this.eDateInput.isDisabled()){if(this.isApply){this.applyOnFocusOut=!e,e&&this.params.onDateChanged();return}e||this.params.onDateChanged()}}handleFocusOut(){this.applyOnFocusOut&&(this.applyOnFocusOut=!1,this.params.onDateChanged())}setParams(e){const t=this.eDateInput.getInputElement(),s=this.shouldUseBrowserDatePicker(e);this.usingSafariDatePicker=s&&Os();const{minValidYear:o,maxValidYear:i,minValidDate:n,maxValidDate:r,buttons:a,includeTime:l,colDef:c}=e.filterParams||{},d=this.beans.dataTypeSvc,u=l??d?.getDateIncludesTimeFlag?.(c.cellDataType)??!1;if(s?u?(t.type="datetime-local",t.step="1"):t.type="date":t.type="text",n&&o&&G(85),r&&i&&G(86),n&&r){const[h,p]=[n,r].map(f=>f instanceof Date?f:pt(f));h&&p&&h.getTime()>p.getTime()&&G(87)}n?n instanceof Date?t.min=jl(n):t.min=n:o&&(t.min=`${o}-01-01`),r?r instanceof Date?t.max=jl(r):t.max=r:i&&(t.max=`${i}-12-31`),this.isApply=e.location==="floatingFilter"&&!!a?.includes("apply")}refresh(e){this.params=e,this.setParams(e)}getDate(){return pt(this.eDateInput.getValue())}setDate(e){const t=this.params.filterParams.colDef.cellDataType,s=this.beans.dataTypeSvc?.getDateIncludesTimeFlag(t)??!1;this.eDateInput.setValue(St(e,s))}setInputPlaceholder(e){this.eDateInput.setInputPlaceholder(e)}setInputAriaLabel(e){this.eDateInput.setAriaLabel(e)}setDisabled(e){this.eDateInput.setDisabled(e)}afterGuiAttached(e){e?.suppressFocus||this.eDateInput.getInputElement().focus({preventScroll:!0})}shouldUseBrowserDatePicker(e){return e?.filterParams?.browserDatePicker??!0}},ud=["equals","notEqual","greaterThan","greaterThanOrEqual","lessThan","lessThanOrEqual","inRange","blank","notBlank"];function lc(e){const{allowedCharPattern:t}=e??{};return t??null}function cc(e){return e==null||isNaN(e)?null:e}function qf(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[cc(s),cc(o)].slice(0,en(i,t))}var o5=class extends ld{constructor(){super("numberFilter",qf,ud),this.eValuesFrom=[],this.eValuesTo=[],this.filterType="number",this.defaultDebounceMs=500}setElementValue(e,t,s){const{numberFormatter:o}=this.params,i=!s&&o?o(t??null):t;super.setElementValue(e,i)}createEValue(){const e=lc(this.params),t=ut({tag:"div",cls:"ag-filter-body",role:"presentation"});return this.createFromToElement(t,this.eValuesFrom,"from",e),this.createFromToElement(t,this.eValuesTo,"to",e),t}createFromToElement(e,t,s,o){const i=this.createManagedBean(o?new Co({allowedCharPattern:o}):new zc);i.addCss(`ag-filter-${s}`),i.addCss("ag-filter-filter"),t.push(i),e.appendChild(i.getGui())}removeEValues(e,t){const s=o=>this.removeComponents(o,e,t);s(this.eValuesFrom),s(this.eValuesTo)}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(cc(this.stringToFloat(s.getValue())))}),t}areSimpleModelsEqual(e,t){return e.filter===t.filter&&e.filterTo===t.filterTo&&e.type===t.type}stringToFloat(e){if(typeof e=="number")return e;let t=ls(e);t!=null&&t.trim()===""&&(t=null);const s=this.params.numberParser;return s?s(t):t==null||t.trim()==="-"?null:Number.parseFloat(t)}createCondition(e){const t=this.getConditionType(e),s={filterType:this.filterType,type:t},o=this.getValues(e);return o.length>0&&(s.filter=o[0]),o.length>1&&(s.filterTo=o[1]),s}getInputs(e){const{eValuesFrom:t,eValuesTo:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}hasInvalidInputs(){let e=!1;return this.forEachInput(t=>{t.getInputElement().validity.valid||(e=!0)}),e}},Yf=class extends dd{constructor(e,t){super(e,t,t.numberFormatter),this.filterTypeKeys=Uf}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e,l=this.formatValue.bind(this);if(t){const c=this.conditionForToolPanel(a,s,()=>l(n),()=>l(r),o,i);if(c!=null)return c}return s?`${l(n)}-${l(r)}`:n!=null?l(n):`${a}`}},i5=class extends jf{constructor(){super(qf,ud),this.filterType="number",this.FilterModelFormatterClass=Yf}comparator(){return(e,t)=>e===t?0:e<t?1:-1}isValid(e){return!isNaN(e)}},Zf=class extends A{constructor(e){super(),this.params=e,this.eInput=ne,this.onValueChanged=()=>{}}setupGui(e){this.eInput=this.createManagedBean(new Co(this.params?.config));const t=this.eInput.getGui();e.appendChild(t);const s=o=>this.onValueChanged(o);this.addManagedListeners(t,{input:s,keydown:s})}setEditable(e){this.eInput.setDisabled(!e)}getValue(){return this.eInput.getValue()}setValue(e,t){this.eInput.setValue(e,t)}setValueChangedListener(e){this.onValueChanged=e}setParams({ariaLabel:e,autoComplete:t}){const{eInput:s}=this;s.setInputAriaLabel(e),t!==void 0&&s.setAutoComplete(t)}};function dc(e){const t=e?.trim();return t===""?e:t}function Xf(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[s||null,o||null].slice(0,en(i,t))}var n5={tag:"div",ref:"eFloatingFilterInputContainer",cls:"ag-floating-filter-input",role:"presentation"},Qf=class extends Kf{constructor(){super(...arguments),this.eFloatingFilterInputContainer=ne,this.defaultDebounceMs=500}postConstruct(){this.setTemplate(n5)}onModelUpdated(e){this.setLastTypeFromModel(e),this.setEditable(this.canWeEditAfterModelFromParentFilter(e)),this.inputSvc.setValue(this.filterModelFormatter.getModelAsString(e))}setParams(e){this.setupFloatingFilterInputService(e),super.setParams(e),this.setTextInputParams(e)}setupFloatingFilterInputService(e){this.inputSvc=this.createFloatingFilterInputService(e),this.inputSvc.setupGui(this.eFloatingFilterInputContainer)}setTextInputParams(e){const t=e.browserAutoComplete??!1,{inputSvc:s,defaultDebounceMs:o,readOnly:i}=this;if(s.setParams({ariaLabel:this.getAriaLabel(e),autoComplete:t}),this.applyActive=sa(e.filterParams),!i){const n=Kc(e.filterParams,o),r=tt(this,this.syncUpWithParentFilter.bind(this),n);s.setValueChangedListener(r)}}updateParams(e){super.updateParams(e),this.setTextInputParams(e)}recreateFloatingFilterInputService(e){const{inputSvc:t}=this,s=t.getValue();gt(this.eFloatingFilterInputContainer),this.destroyBean(t),this.setupFloatingFilterInputService(e),t.setValue(s,!0)}syncUpWithParentFilter(e){const t=e.key===I.ENTER,s=this.reactive;if(s&&this.params.onUiChange(),this.applyActive&&!t)return;const{inputSvc:o,params:i,lastType:n}=this;let r=o.getValue();if(i.filterParams.trimInput&&(r=dc(r),o.setValue(r,!0)),s){const a=i,l=a.model,c=this.convertValue(r),d=c==null?null:{...l??{filterType:this.filterType,type:n??this.optionsFactory.defaultOption},filter:c};a.onModelChange(d,{afterFloatingFilter:!0})}else i.parentFilterInstance(a=>{a?.onFloatingFilterChanged(n||null,r||null)})}convertValue(e){return e||null}setEditable(e){this.inputSvc.setEditable(e)}},r5=class extends A{constructor(){super(...arguments),this.onValueChanged=()=>{},this.numberInputActive=!0}setupGui(e){this.eNumberInput=this.createManagedBean(new zc),this.eTextInput=this.createManagedBean(new Co),this.eTextInput.setDisabled(!0);const t=this.eNumberInput.getGui(),s=this.eTextInput.getGui();e.appendChild(t),e.appendChild(s),this.setupListeners(t,o=>this.onValueChanged(o)),this.setupListeners(s,o=>this.onValueChanged(o))}setEditable(e){this.numberInputActive=e,this.eNumberInput.setDisplayed(this.numberInputActive),this.eTextInput.setDisplayed(!this.numberInputActive)}setAutoComplete(e){this.eNumberInput.setAutoComplete(e),this.eTextInput.setAutoComplete(e)}getValue(){return this.getActiveInputElement().getValue()}setValue(e,t){this.getActiveInputElement().setValue(e,t)}getActiveInputElement(){return this.numberInputActive?this.eNumberInput:this.eTextInput}setValueChangedListener(e){this.onValueChanged=e}setupListeners(e,t){this.addManagedListeners(e,{input:t,keydown:t})}setParams(e){this.setAriaLabel(e.ariaLabel),e.autoComplete!==void 0&&this.setAutoComplete(e.autoComplete)}setAriaLabel(e){this.eNumberInput.setInputAriaLabel(e),this.eTextInput.setInputAriaLabel(e)}},a5=class extends Qf{constructor(){super(...arguments),this.FilterModelFormatterClass=Yf,this.filterType="number",this.defaultOptions=ud}updateParams(e){lc(e.filterParams)!==this.allowedCharPattern&&this.recreateFloatingFilterInputService(e),super.updateParams(e)}createFloatingFilterInputService(e){return this.allowedCharPattern=lc(e.filterParams),this.allowedCharPattern?this.createManagedBean(new Zf({config:{allowedCharPattern:this.allowedCharPattern}})):this.createManagedBean(new r5)}convertValue(e){return e?Number(e):null}},hd=["contains","notContains","equals","notEqual","startsWith","endsWith","blank","notBlank"],l5=class extends ld{constructor(){super("textFilter",Xf,hd),this.filterType="text",this.eValuesFrom=[],this.eValuesTo=[],this.defaultDebounceMs=500}createCondition(e){const t=this.getConditionType(e),s={filterType:this.filterType,type:t},o=this.getValues(e);return o.length>0&&(s.filter=o[0]),o.length>1&&(s.filterTo=o[1]),s}areSimpleModelsEqual(e,t){return e.filter===t.filter&&e.filterTo===t.filterTo&&e.type===t.type}getInputs(e){const{eValuesFrom:t,eValuesTo:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(ls(s.getValue()))}),t}createEValue(){const e=ut({tag:"div",cls:"ag-filter-body",role:"presentation"}),{eValuesFrom:t,eValuesTo:s}=this;return this.createFromToElement(e,t,"from"),this.createFromToElement(e,s,"to"),e}createFromToElement(e,t,s){const o=this.createManagedBean(new Co);o.addCss(`ag-filter-${s}`),o.addCss("ag-filter-filter"),t.push(o),e.appendChild(o.getGui())}removeEValues(e,t){const s=n=>this.removeComponents(n,e,t),{eValuesFrom:o,eValuesTo:i}=this;s(o),s(i)}},Jf=class extends dd{constructor(){super(...arguments),this.filterTypeKeys=ZP}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e;if(t){const l=d=>()=>Es(this,"filterSummaryTextQuote",[d]),c=this.conditionForToolPanel(a,s,l(n),l(r),o,i);if(c!=null)return c}return s?`${n}-${r}`:n!=null?`${n}`:`${a}`}},c5=({filterOption:e,value:t,filterText:s})=>{if(s==null)return!1;switch(e){case"contains":return t.includes(s);case"notContains":return!t.includes(s);case"equals":return t===s;case"notEqual":return t!=s;case"startsWith":return t.indexOf(s)===0;case"endsWith":{const o=t.lastIndexOf(s);return o>=0&&o===t.length-s.length}default:return!1}},d5=e=>e,u5=e=>e==null?null:e.toString().toLowerCase(),h5=class extends _f{constructor(){super(Xf,hd),this.filterType="text",this.FilterModelFormatterClass=Jf}updateParams(e){super.updateParams(e);const t=e.filterParams;this.matcher=t.textMatcher??c5,this.formatter=t.textFormatter??(t.caseSensitive?d5:u5)}evaluateNullValue(e){return e?["notEqual","notContains","blank"].indexOf(e)>=0:!1}evaluateNonNullValue(e,t,s,o){const i=e.map(h=>this.formatter(h))||[],n=this.formatter(t),{api:r,colDef:a,column:l,context:c,filterParams:{textFormatter:d}}=this.params;if(s.type==="blank")return Ir(t);if(s.type==="notBlank")return!Ir(t);const u={api:r,colDef:a,column:l,context:c,node:o.node,data:o.data,filterOption:s.type,value:n,textFormatter:d};return i.some(h=>this.matcher({...u,filterText:h}))}processModelToApply(e){if(e&&this.params.filterParams.trimInput){const t=s=>{const o={...s},{filter:i,filterTo:n}=s;return i&&(o.filter=dc(i)??null),n&&(o.filterTo=dc(n)??null),o};return Gp(e)?{...e,conditions:e.conditions.map(t)}:t(e)}return e}},g5=class extends Qf{constructor(){super(...arguments),this.FilterModelFormatterClass=Jf,this.filterType="text",this.defaultOptions=hd}createFloatingFilterInputService(){return this.createManagedBean(new Zf)}};function p5(e){return!!e.quickFilter?.isFilterPresent()}function f5(e){return e.quickFilter?.getText()}function m5(e){e.quickFilter?.resetCache()}var C5=class extends A{constructor(){super(...arguments),this.beanName="quickFilter",this.quickFilter=null,this.quickFilterParts=null}postConstruct(){const e=this.resetCache.bind(this),t=this.gos;this.addManagedEventListeners({columnPivotModeChanged:e,newColumnsLoaded:e,columnRowGroupChanged:e,columnVisible:()=>{t.get("includeHiddenColumnsInQuickFilter")||this.resetCache()}}),this.addManagedPropertyListener("quickFilterText",s=>this.setFilter(s.currentValue)),this.addManagedPropertyListeners(["includeHiddenColumnsInQuickFilter","applyQuickFilterBeforePivotOrAgg"],()=>this.onColumnConfigChanged()),this.quickFilter=this.parseFilter(t.get("quickFilterText")),this.parser=t.get("quickFilterParser"),this.matcher=t.get("quickFilterMatcher"),this.setFilterParts(),this.addManagedPropertyListeners(["quickFilterMatcher","quickFilterParser"],()=>this.setParserAndMatcher())}refreshCols(){const{autoColSvc:e,colModel:t,gos:s,pivotResultCols:o}=this.beans,i=t.isPivotMode(),n=e?.getColumns(),r=t.getColDefCols();let a=(i&&!s.get("applyQuickFilterBeforePivotOrAgg")?o?.getPivotResultCols()?.list:r)??[];n&&(a=a.concat(n)),this.colsToUse=s.get("includeHiddenColumnsInQuickFilter")?a:a.filter(l=>l.isVisible()||l.isRowGroupActive())}isFilterPresent(){return this.quickFilter!==null}doesRowPass(e){const t=this.gos.get("cacheQuickFilter");return this.matcher?this.doesRowPassMatcher(t,e):this.quickFilterParts.every(s=>t?this.doesRowPassCache(e,s):this.doesRowPassNoCache(e,s))}resetCache(){this.beans.rowModel.forEachNode(e=>e.quickFilterAggregateText=null)}getText(){return this.gos.get("quickFilterText")}setFilterParts(){const{quickFilter:e,parser:t}=this;e?this.quickFilterParts=t?t(e):e.split(" "):this.quickFilterParts=null}parseFilter(e){return K(e)?e.toUpperCase():null}setFilter(e){if(e!=null&&typeof e!="string"){G(70,{newFilter:e});return}const t=this.parseFilter(e);this.quickFilter!==t&&(this.quickFilter=t,this.setFilterParts(),this.dispatchLocalEvent({type:"quickFilterChanged"}))}setParserAndMatcher(){const e=this.gos.get("quickFilterParser"),t=this.gos.get("quickFilterMatcher"),s=e!==this.parser||t!==this.matcher;this.parser=e,this.matcher=t,s&&(this.setFilterParts(),this.dispatchLocalEvent({type:"quickFilterChanged"}))}onColumnConfigChanged(){this.refreshCols(),this.resetCache(),this.isFilterPresent()&&this.dispatchLocalEvent({type:"quickFilterChanged"})}doesRowPassNoCache(e,t){return this.colsToUse.some(s=>{const o=this.getTextForColumn(s,e);return K(o)&&o.includes(t)})}doesRowPassCache(e,t){return this.checkGenerateAggText(e),e.quickFilterAggregateText.includes(t)}doesRowPassMatcher(e,t){let s;e?(this.checkGenerateAggText(t),s=t.quickFilterAggregateText):s=this.getAggText(t);const{quickFilterParts:o,matcher:i}=this;return i(o,s)}checkGenerateAggText(e){e.quickFilterAggregateText||(e.quickFilterAggregateText=this.getAggText(e))}getTextForColumn(e,t){let s=this.beans.filterValueSvc.getValue(e,t);const o=e.getColDef();if(o.getQuickFilterText){const i=ae(this.gos,{value:s,node:t,data:t.data,column:e,colDef:o});s=o.getQuickFilterText(i)}return K(s)?s.toString().toUpperCase():null}getAggText(e){const t=[];for(const s of this.colsToUse){const o=this.getTextForColumn(s,e);K(o)&&t.push(o)}return t.join(`
|
|
60
60
|
`)}},v5={moduleName:"ClientSideRowModelFilter",version:U,rowModels:["clientSide"],beans:[wP]},gd={moduleName:"FilterCore",version:U,beans:[zP],apiFunctions:{isAnyFilterPresent:BP,onFilterChanged:VP},css:[FP],dependsOn:[v5]},em={moduleName:"FilterValue",version:U,beans:[_P]},aa={moduleName:"ColumnFilter",version:U,beans:[GP,WP],dynamicBeans:{headerFilterCellCtrl:bP},icons:{filter:"filter",filterActive:"filter"},apiFunctions:{isColumnFilterPresent:EP,getColumnFilterInstance:DP,destroyFilter:PP,setFilterModel:MP,getFilterModel:TP,getColumnFilterModel:IP,setColumnFilterModel:kP,showColumnFilter:AP,hideColumnFilter:LP,getColumnFilterHandler:OP,doFilterAction:NP},dependsOn:[gd,ra,em,xP]},w5={moduleName:"CustomFilter",version:U,userComponents:{agReadOnlyFloatingFilter:UP},dependsOn:[aa]},b5={moduleName:"TextFilter",version:U,dependsOn:[aa],userComponents:{agTextColumnFilter:{classImp:l5,params:{useForm:!0}},agTextColumnFloatingFilter:g5},dynamicBeans:{agTextColumnFilterHandler:h5}},S5={moduleName:"NumberFilter",version:U,dependsOn:[aa],userComponents:{agNumberColumnFilter:{classImp:o5,params:{useForm:!0}},agNumberColumnFloatingFilter:a5},dynamicBeans:{agNumberColumnFilterHandler:i5}},y5={moduleName:"DateFilter",version:U,dependsOn:[aa],userComponents:{agDateColumnFilter:{classImp:YP,params:{useForm:!0}},agDateInput:s5,agDateColumnFloatingFilter:e5},dynamicBeans:{agDateColumnFilterHandler:QP}},x5={moduleName:"QuickFilterCore",version:U,rowModels:["clientSide"],beans:[C5],dependsOn:[gd,em]},R5={moduleName:"QuickFilter",version:U,apiFunctions:{isQuickFilterPresent:p5,getQuickFilter:f5,resetQuickFilter:m5},dependsOn:[x5]},F5={moduleName:"ExternalFilter",version:U,dependsOn:[gd]},E5=".ag-tooltip{background-color:var(--ag-tooltip-background-color);border:var(--ag-tooltip-border);border-radius:var(--ag-border-radius);color:var(--ag-tooltip-text-color);padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;white-space:normal;z-index:99999;&:where(.ag-cell-editor-tooltip){background-color:var(--ag-tooltip-error-background-color);border:var(--ag-tooltip-error-border);color:var(--ag-tooltip-error-text-color);font-weight:500}}.ag-tooltip-custom{position:absolute;z-index:99999}.ag-tooltip-custom:where(:not(.ag-tooltip-interactive)),.ag-tooltip:where(:not(.ag-tooltip-interactive)){pointer-events:none}.ag-tooltip-animate{transition:opacity 1s;&:where(.ag-tooltip-hiding){opacity:0}}",pl=(e,t,s)=>{const{editModelSvc:o}=e,i=o?.getCellValidationModel()?.getCellValidation(t)?.errorMessages,n=o?.getRowValidationModel().getRowValidation(t)?.errorMessages,r=i||n;return r?.length?r.join(s("tooltipValidationErrorSeparator",". ")):void 0},D5=class extends A{constructor(){super(...arguments),this.beanName="tooltipSvc"}setupHeaderTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=gl(i),{column:r,eGui:a}=t,l=r.getColDef();!o&&n&&!l.headerComponent&&(o=Kn(()=>a.querySelector(".ag-header-cell-text")));const c="header",u=this.beans.colNames.getDisplayNameForColumn(r,"header",!0),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(ae(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>({column:r,colDef:r.getColDef()})};let f=this.createTooltipFeature(p);return f&&(f=t.createBean(f),t.setRefreshFunction("tooltip",()=>f.refreshTooltip())),f}setupHeaderGroupTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=gl(i),{column:r,eGui:a}=t,l=r.getColGroupDef();!o&&n&&!l?.headerGroupComponent&&(o=Kn(()=>a.querySelector(".ag-header-group-text")));const c="headerGroup",u=this.beans.colNames.getDisplayNameForColumnGroup(r,"header"),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(ae(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>{const m={column:r};return l&&(m.colDef=l),m}},f=this.createTooltipFeature(p);return f&&t.createBean(f)}enableCellTooltipFeature(e,t,s){const{beans:o}=this,{gos:i,editSvc:n}=o,{column:r,rowNode:a}=e;let l="cell";const c=()=>{const p=!!!n?.isEditing(e)&&pl(o,e,this.getLocaleTextFunc());if(p)return l="cellEditor",p;l="cell";const f=r.getColDef(),m=a.data;if(f.tooltipField&&K(m))return Ni(m,f.tooltipField,r.isTooltipFieldContainsDots());const v=f.tooltipValueGetter;return v?v(ae(i,{location:"cell",colDef:r.getColDef(),column:r,rowIndex:e.cellPosition.rowIndex,node:a,data:a.data,value:e.value,valueFormatted:e.valueFormatted})):null},d=gl(i);s||(d&&!e.isCellRenderer()?s=()=>{const h=!!n?.isEditing(e);if(!h&&pl(o,e,this.getLocaleTextFunc()))return!0;if(!r.isTooltipEnabled())return!1;const m=Kn(()=>{const v=e.eGui;return v.children.length===0?v:v.querySelector(".ag-cell-value")});return!h&&m()}:s=()=>!n?.isEditing(e));const u={getGui:()=>e.eGui,getLocation:()=>l,getTooltipValue:t!=null?()=>t:c,shouldDisplayTooltip:s,getAdditionalParams:()=>({column:r,colDef:r.getColDef(),rowIndex:e.cellPosition.rowIndex,node:a,data:a.data,valueFormatted:e.valueFormatted})};return this.createTooltipFeature(u,o)}setupFullWidthRowTooltip(e,t,s,o){const i={getGui:()=>t.getFullWidthElement(),getTooltipValue:()=>s,getLocation:()=>"fullWidthRow",shouldDisplayTooltip:o},n=this.beans,r=n.context;e&&t.destroyBean(e,r);const a=this.createTooltipFeature(i,n);if(a)return t.createBean(a,r)}setupCellEditorTooltip(e,t){const{beans:s}=this,{context:o}=s,i=t.getValidationElement?.(!0)||!t.isPopup?.()&&e.eGui;if(!i)return;const n={getGui:()=>i,getTooltipValue:()=>pl(s,e,this.getLocaleTextFunc()),getLocation:()=>"cellEditor",shouldDisplayTooltip:()=>{const{editModelSvc:a}=s,l=a?.getRowValidationModel()?.getRowValidationMap(),c=a?.getCellValidationModel()?.getCellValidationMap(),d=!!l&&l.size>0,u=!!c&&c.size>0;return d||u}},r=this.createTooltipFeature(n,s);if(r)return e.createBean(r,o)}initCol(e){const{colDef:t}=e;e.tooltipEnabled=K(t.tooltipField)||K(t.tooltipValueGetter)||K(t.tooltipComponent)}createTooltipFeature(e,t){return this.beans.registry.createDynamicBean("tooltipFeature",!1,e,t)}},P5=class extends fy{createTooltipComp(e,t){aS(this.beans.userCompFactory,e)?.newAgStackInstance().then(t)}setEventHandlers(e){[this.onColumnMovedEventCallback]=this.addManagedEventListeners({columnMoved:e})}clearEventHandlers(){this.onColumnMovedEventCallback?.(),this.onColumnMovedEventCallback=void 0}},tm={moduleName:"Tooltip",version:U,beans:[D5],dynamicBeans:{tooltipFeature:Pp,highlightTooltipFeature:my,tooltipStateManager:P5},userComponents:{agTooltipComponent:wy},dependsOn:[ra],css:[E5]},To=class{constructor(e){this.cellValueChanges=e}},fl=class extends To{constructor(e,t,s,o){super(e),this.initialRange=t,this.finalRange=s,this.ranges=o}},M5=10,rh=class{constructor(e){this.actionStack=[],this.maxStackSize=e||M5,this.actionStack=new Array(this.maxStackSize)}pop(){return this.actionStack.pop()}push(e){e.cellValueChanges&&e.cellValueChanges.length>0&&(this.actionStack.length===this.maxStackSize&&this.actionStack.shift(),this.actionStack.push(e))}clear(){this.actionStack=[]}getCurrentStackSize(){return this.actionStack.length}},T5=class extends A{constructor(){super(...arguments),this.beanName="undoRedo",this.cellValueChanges=[],this.activeCellEdit=null,this.activeRowEdit=null,this.isPasting=!1,this.isRangeInAction=!1,this.batchEditing=!1,this.bulkEditing=!1,this.onCellValueChanged=e=>{const t={column:e.column,rowIndex:e.rowIndex,rowPinned:e.rowPinned},s=this.activeCellEdit!==null&&nf(this.activeCellEdit,t),o=this.activeRowEdit!==null&&$R(this.activeRowEdit,t);if(!(s||o||this.isPasting||this.isRangeInAction))return;const{rowPinned:n,rowIndex:r,column:a,oldValue:l,value:c}=e,d={rowPinned:n,rowIndex:r,columnId:a.getColId(),newValue:c,oldValue:l};this.cellValueChanges.push(d)},this.clearStacks=()=>{this.undoStack.clear(),this.redoStack.clear()}}postConstruct(){const{gos:e,ctrlsSvc:t}=this.beans;if(!e.get("undoRedoCellEditing"))return;const s=e.get("undoRedoCellEditingLimit");if(s<=0)return;this.undoStack=new rh(s),this.redoStack=new rh(s),this.addListeners();const o=this.clearStacks.bind(this);this.addManagedEventListeners({cellValueChanged:this.onCellValueChanged.bind(this),modelUpdated:i=>{i.keepUndoRedoStack||this.clearStacks()},columnPivotModeChanged:o,newColumnsLoaded:o,columnGroupOpened:o,columnRowGroupChanged:o,columnMoved:o,columnPinned:o,columnVisible:o,rowDragEnd:o}),t.whenReady(this,i=>{this.gridBodyCtrl=i.gridBodyCtrl})}getCurrentUndoStackSize(){return this.undoStack?.getCurrentStackSize()??0}getCurrentRedoStackSize(){return this.redoStack?.getCurrentStackSize()??0}undo(e){const{eventSvc:t,undoStack:s,redoStack:o}=this;t.dispatchEvent({type:"undoStarted",source:e});const i=this.undoRedo(s,o,"initialRange","oldValue","undo");t.dispatchEvent({type:"undoEnded",source:e,operationPerformed:i})}redo(e){const{eventSvc:t,undoStack:s,redoStack:o}=this;t.dispatchEvent({type:"redoStarted",source:e});const i=this.undoRedo(o,s,"finalRange","newValue","redo");t.dispatchEvent({type:"redoEnded",source:e,operationPerformed:i})}undoRedo(e,t,s,o,i){if(!e)return!1;const n=e.pop();return n?.cellValueChanges?(this.processAction(n,r=>r[o],i),n instanceof fl?this.processRange(n.ranges||[n[s]]):this.processCell(n.cellValueChanges),t.push(n),!0):!1}processAction(e,t,s){for(const o of e.cellValueChanges){const{rowIndex:i,rowPinned:n,columnId:r}=o,a={rowIndex:i,rowPinned:n},l=hs(this.beans,a);l.displayed&&l.setDataValue(r,t(o),s)}}processRange(e){let t;const s=this.beans.rangeSvc;s.removeAllCellRanges(!0),e.forEach((o,i)=>{if(!o)return;const n=o.startRow,r=o.endRow;i===e.length-1&&(t={rowPinned:n.rowPinned,rowIndex:n.rowIndex,columnId:o.startColumn.getColId()},this.setLastFocusedCell(t));const a={rowStartIndex:n.rowIndex,rowStartPinned:n.rowPinned,rowEndIndex:r.rowIndex,rowEndPinned:r.rowPinned,columnStart:o.startColumn,columns:o.columns};s.addCellRange(a)})}processCell(e){const t=e[0],{rowIndex:s,rowPinned:o}=t,i={rowIndex:s,rowPinned:o},n=hs(this.beans,i),r={rowPinned:t.rowPinned,rowIndex:n.rowIndex,columnId:t.columnId};this.setLastFocusedCell(r)}setLastFocusedCell(e){const{rowIndex:t,columnId:s,rowPinned:o}=e,{colModel:i,focusSvc:n,rangeSvc:r}=this.beans,a=i.getCol(s);if(!a)return;const{scrollFeature:l}=this.gridBodyCtrl;l.ensureIndexVisible(t),l.ensureColumnVisible(a);const c={rowIndex:t,column:a,rowPinned:o};n.setFocusedCell({...c,forceBrowserFocus:!0}),r?.setRangeToCell(c)}addListeners(){this.addManagedEventListeners({rowEditingStarted:e=>{this.activeRowEdit={rowIndex:e.rowIndex,rowPinned:e.rowPinned}},rowEditingStopped:()=>{const e=new To(this.cellValueChanges);this.pushActionsToUndoStack(e),this.activeRowEdit=null},cellEditingStarted:e=>{this.activeCellEdit={column:e.column,rowIndex:e.rowIndex,rowPinned:e.rowPinned}},cellEditingStopped:e=>{if(this.activeCellEdit=null,e.valueChanged&&!this.activeRowEdit&&!this.isPasting&&!this.isRangeInAction){const s=new To(this.cellValueChanges);this.pushActionsToUndoStack(s)}},pasteStart:()=>{this.isPasting=!0},pasteEnd:()=>{const e=new To(this.cellValueChanges);this.pushActionsToUndoStack(e),this.isPasting=!1},fillStart:()=>{this.isRangeInAction=!0},fillEnd:e=>{const t=new fl(this.cellValueChanges,e.initialRange,e.finalRange);this.pushActionsToUndoStack(t),this.isRangeInAction=!1},keyShortcutChangedCellStart:()=>{this.isRangeInAction=!0},keyShortcutChangedCellEnd:()=>{let e;const{rangeSvc:t,gos:s}=this.beans;t&&Is(s)?e=new fl(this.cellValueChanges,void 0,void 0,[...t.getCellRanges()]):e=new To(this.cellValueChanges),this.pushActionsToUndoStack(e),this.isRangeInAction=!1},batchEditingStarted:()=>this.startBigChange("batchEditing"),batchEditingStopped:({changes:e})=>this.stopBigChange("batchEditing",e),bulkEditingStarted:()=>this.startBigChange("bulkEditing"),bulkEditingStopped:({changes:e})=>this.stopBigChange("bulkEditing",e)})}startBigChange(e){this.updateBigChange(e,!0)}updateBigChange(e,t){e==="bulkEditing"?this.bulkEditing=t:this.batchEditing=t}stopBigChange(e,t){if(e==="bulkEditing"&&!this.bulkEditing||e==="batchEditing"&&!this.batchEditing||(this.updateBigChange(e,!1),t?.length===0))return;const s=new To(t??[]);this.pushActionsToUndoStack(s),this.cellValueChanges=[]}pushActionsToUndoStack(e){this.undoStack.push(e),this.cellValueChanges=[],this.redoStack.clear()}},I5=".ag-cell-inline-editing{border:var(--ag-cell-editing-border)!important;border-radius:var(--ag-border-radius);box-shadow:var(--ag-cell-editing-shadow);padding:0;z-index:1;.ag-cell-edit-wrapper,.ag-cell-editor,.ag-cell-wrapper,:where(.ag-cell-editor) .ag-input-field-input,:where(.ag-cell-editor) .ag-wrapper{height:100%;line-height:normal;min-height:100%;width:100%}&.ag-cell-editing-error{border-color:var(--ag-invalid-color)!important}}:where(.ag-popup-editor) .ag-large-text{background-color:var(--ag-background-color);border-radius:var(--ag-border-radius);box-shadow:var(--ag-dropdown-shadow);padding:0}.ag-large-text-input{display:block;height:auto;padding:var(--ag-cell-horizontal-padding)}:where(.ag-rtl .ag-large-text-input) textarea{resize:none}:where(.ag-ltr) .ag-checkbox-edit{padding-left:var(--ag-cell-horizontal-padding)}:where(.ag-rtl) .ag-checkbox-edit{padding-right:var(--ag-cell-horizontal-padding)}:where(.ag-row.ag-row-editing-invalid .ag-cell-inline-editing){opacity:.8}.ag-popup-editor{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}",k5={tag:"div",cls:"ag-cell-wrapper ag-cell-edit-wrapper ag-checkbox-edit",children:[{tag:"ag-checkbox",ref:"eEditor",role:"presentation"}]},A5=class extends ia{constructor(){super(k5,[Vc]),this.eEditor=ne}initialiseEditor(e){const t=e.value??void 0,s=this.eEditor;s.setValue(t),s.getInputElement().setAttribute("tabindex","-1"),this.setAriaLabel(t),this.addManagedListeners(s,{fieldValueChanged:i=>this.setAriaLabel(i.selected)})}getValue(){return this.eEditor.getValue()}focusIn(){this.eEditor.getFocusableElement().focus()}afterGuiAttached(){this.params.cellStartedEdit&&this.focusIn()}isPopup(){return!1}setAriaLabel(e){const t=this.getLocaleTextFunc(),s=Qr(t,e),o=t("ariaToggleCellValue","Press SPACE to toggle cell value");this.eEditor.setInputAriaLabel(`${o} (${s})`)}getValidationElement(e){return e?this.params.eGridCell:this.eEditor.getInputElement()}getValidationErrors(){const{params:e}=this,{getValidationErrors:t}=e,s=this.getValue();return t?t({value:s,internalErrors:null,cellEditorParams:e}):null}},la=class extends ia{constructor(e){super(),this.cellEditorInput=e,this.eEditor=ne}initialiseEditor(e){const{cellEditorInput:t}=this;this.setTemplate({tag:"div",cls:"ag-cell-edit-wrapper",children:[t.getTemplate()]},t.getAgComponents());const{eEditor:s}=this,{cellStartedEdit:o,eventKey:i,suppressPreventDefault:n}=e;s.getInputElement().setAttribute("title",""),t.init(s,e);let r,a=!0;o?(this.focusAfterAttached=!0,i===I.BACKSPACE||i===I.DELETE?r="":i&&i.length===1?n?a=!1:r=i:(r=t.getStartValue(),i!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,r=t.getStartValue()),a&&r!=null&&s.setStartValue(r),this.addGuiEventListener("keydown",l=>{const{key:c}=l;(c===I.PAGE_UP||c===I.PAGE_DOWN)&&l.preventDefault()})}afterGuiAttached(){const e=this.getLocaleTextFunc(),t=this.eEditor;if(t.setInputAriaLabel(e("ariaInputEditor","Input Editor")),!this.focusAfterAttached)return;Os()||t.getFocusableElement().focus();const s=t.getInputElement();this.highlightAllOnFocus?s.select():this.cellEditorInput.setCaret?.()}focusIn(){const{eEditor:e}=this,t=e.getFocusableElement(),s=e.getInputElement();t.focus(),s.select()}getValue(){return this.cellEditorInput.getValue()}isPopup(){return!1}getValidationElement(){return this.eEditor.getInputElement()}getValidationErrors(){return this.cellEditorInput.getValidationErrors()}},L5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},O5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return L5}getAgComponents(){return[wp]}init(e,t){this.eEditor=e,this.params=t;const{min:s,max:o,step:i,colDef:n}=t;s!=null&&e.setMin(s),o!=null&&e.setMax(o),i!=null&&e.setStep(i),this.includeTime=t.includeTime??this.getDataTypeService()?.getDateIncludesTimeFlag?.(n.cellDataType),this.includeTime!=null&&e.setIncludeTime(this.includeTime)}getValidationErrors(){const t=this.eEditor.getInputElement().valueAsDate,{params:s}=this,{min:o,max:i,getValidationErrors:n}=s;let r=[];const a=this.getLocaleTextFunc();if(t instanceof Date&&!isNaN(t.getTime())){if(o){const l=o instanceof Date?o:new Date(o);if(t<l){const c=l.toLocaleDateString();r.push(a("minDateValidation",`Date must be after ${c}`,[c]))}}if(i){const l=i instanceof Date?i:new Date(i);if(t>l){const c=l.toLocaleDateString();r.push(a("maxDateValidation",`Date must be before ${c}`,[c]))}}}return r.length||(r=null),n?n({value:t,cellEditorParams:s,internalErrors:r}):r}getValue(){const{eEditor:e,params:t}=this,s=e.getDate();return!K(s)&&!K(t.value)?t.value:s??null}getStartValue(){const{value:e}=this.params;if(e instanceof Date)return St(e,this.includeTime??!1)}},N5=class extends la{constructor(){super(new O5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},H5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},G5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return H5}getAgComponents(){return[wp]}init(e,t){this.eEditor=e,this.params=t;const{min:s,max:o,step:i,colDef:n}=t;s!=null&&e.setMin(s),o!=null&&e.setMax(o),i!=null&&e.setStep(i),this.includeTime=t.includeTime??this.getDataTypeService()?.getDateIncludesTimeFlag?.(n.cellDataType),this.includeTime!=null&&e.setIncludeTime(this.includeTime)}getValidationErrors(){const{eEditor:e,params:t}=this,s=e.getInputElement().value,o=this.formatDate(this.parseDate(s??void 0)),{min:i,max:n,getValidationErrors:r}=t;let a=[];if(o){const l=new Date(o),c=this.getLocaleTextFunc();if(i){const d=new Date(i);if(l<d){const u=d.toLocaleDateString();a.push(c("minDateValidation",`Date must be after ${u}`,[u]))}}if(n){const d=new Date(n);if(l>d){const u=d.toLocaleDateString();a.push(c("maxDateValidation",`Date must be before ${u}`,[u]))}}}return a.length||(a=null),r?r({value:this.getValue(),cellEditorParams:t,internalErrors:a}):a}getValue(){const{params:e,eEditor:t}=this,s=this.formatDate(t.getDate());return!K(s)&&!K(e.value)?e.value:e.parseValue(s??"")}getStartValue(){return St(this.parseDate(this.params.value??void 0)??null,this.includeTime??!1)}parseDate(e){const t=this.getDataTypeService();return t?t.getDateParserFunction(this.params.column)(e):pt(e)??void 0}formatDate(e){const t=this.getDataTypeService();return t?t.getDateFormatterFunction(this.params.column)(e):St(e??null,this.includeTime??!1)??void 0}},B5=class extends la{constructor(){super(new G5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},V5={tag:"div",cls:"ag-large-text",children:[{tag:"ag-input-text-area",ref:"eEditor",cls:"ag-large-text-input"}]},z5=class extends ia{constructor(){super(V5,[FS]),this.eEditor=ne}initialiseEditor(e){const{eEditor:t}=this,{cellStartedEdit:s,eventKey:o,maxLength:i,cols:n,rows:r}=e;this.focusAfterAttached=s,t.getInputElement().setAttribute("title",""),t.setMaxLength(i||200).setCols(n||60).setRows(r||10);let a;s?(this.focusAfterAttached=!0,o===I.BACKSPACE||o===I.DELETE?a="":o&&o.length===1?a=o:(a=this.getStartValue(e),o!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,a=this.getStartValue(e)),a!=null&&t.setValue(a,!0),this.addGuiEventListener("keydown",this.onKeyDown.bind(this)),this.activateTabIndex()}getStartValue(e){const{value:t}=e;return t?.toString()??t}onKeyDown(e){const t=e.key;(t===I.LEFT||t===I.UP||t===I.RIGHT||t===I.DOWN||e.shiftKey&&t===I.ENTER)&&e.stopPropagation()}afterGuiAttached(){const{eEditor:e,focusAfterAttached:t,highlightAllOnFocus:s}=this,o=this.getLocaleTextFunc();e.setInputAriaLabel(o("ariaInputEditor","Input Editor")),t&&(e.getFocusableElement().focus(),s&&e.getInputElement().select())}getValue(){const{eEditor:e,params:t}=this,{value:s}=t,o=e.getValue();return!K(o)&&!K(s)?s:t.parseValue(o)}getValidationElement(){return this.eEditor.getInputElement()}getValidationErrors(){const{params:e}=this,{maxLength:t,getValidationErrors:s}=e,o=this.getLocaleTextFunc(),i=this.getValue();let n=[];return typeof i=="string"&&t!=null&&i.length>t&&n.push(o("maxLengthValidation",`Must be ${t} characters or fewer.`,[String(t)])),n.length||(n=null),s?s({value:i,internalErrors:n,cellEditorParams:e}):n}},W5={tag:"ag-input-number-field",ref:"eEditor",cls:"ag-cell-editor"},_5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return W5}getAgComponents(){return[ES]}init(e,t){this.eEditor=e,this.params=t;const{max:s,min:o,precision:i,step:n}=t;s!=null&&e.setMax(s),o!=null&&e.setMin(o),i!=null&&e.setPrecision(i),n!=null&&e.setStep(n);const r=e.getInputElement();t.preventStepping?e.addManagedElementListeners(r,{keydown:this.preventStepping}):t.showStepperButtons&&r.classList.add("ag-number-field-input-stepper")}getValidationErrors(){const{params:e}=this,{min:t,max:s,getValidationErrors:o}=e,n=this.eEditor.getInputElement().valueAsNumber,r=this.getLocaleTextFunc();let a=[];return typeof n=="number"&&(t!=null&&n<t&&a.push(r("minValueValidation",`Must be greater than or equal to ${t}.`,[String(t)])),s!=null&&n>s&&a.push(r("maxValueValidation",`Must be less than or equal to ${s}.`,[String(s)]))),a.length||(a=null),o?o({value:n,cellEditorParams:e,internalErrors:a}):a}preventStepping(e){(e.key===I.UP||e.key===I.DOWN)&&e.preventDefault()}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();if(!K(s)&&!K(t.value))return t.value;let o=t.parseValue(s);if(o==null)return o;if(typeof o=="string"){if(o==="")return null;o=Number(o)}return isNaN(o)?null:o}getStartValue(){return this.params.value}setCaret(){Os()&&this.eEditor.getInputElement().focus({preventScroll:!0})}},j5=class extends la{constructor(){super(new _5(()=>this.getLocaleTextFunc()))}},U5={tag:"div",cls:"ag-cell-edit-wrapper",children:[{tag:"ag-select",ref:"eEditor",cls:"ag-cell-editor"}]},$5=class extends ia{constructor(){super(U5,[HS]),this.eEditor=ne,this.startedByEnter=!1}wireBeans(e){this.valueSvc=e.valueSvc}initialiseEditor(e){this.focusAfterAttached=e.cellStartedEdit;const{eEditor:t,valueSvc:s,gos:o}=this,{values:i,value:n,eventKey:r}=e;if(He(i)){G(58);return}this.startedByEnter=r!=null?r===I.ENTER:!1;let a=!1;i.forEach(u=>{const h={value:u},p=s.formatValue(e.column,null,u),f=p!=null;h.text=f?p:u,t.addOption(h),a=a||n===u}),a?t.setValue(e.value,!0):e.values.length&&t.setValue(e.values[0],!0);const{valueListGap:l,valueListMaxWidth:c,valueListMaxHeight:d}=e;l!=null&&t.setPickerGap(l),d!=null&&t.setPickerMaxHeight(d),c!=null&&t.setPickerMaxWidth(c),o.get("editType")!=="fullRow"&&this.addManagedListeners(this.eEditor,{selectedItem:()=>e.stopEditing()})}afterGuiAttached(){this.focusAfterAttached&&this.eEditor.getFocusableElement().focus(),this.startedByEnter&&setTimeout(()=>{this.isAlive()&&this.eEditor.showPicker()})}focusIn(){this.eEditor.getFocusableElement().focus()}getValue(){return this.eEditor.getValue()}isPopup(){return!1}getValidationElement(){return this.eEditor.getAriaElement()}getValidationErrors(){const{params:e}=this,{values:t,getValidationErrors:s}=e,o=this.getValue();let i=[];if(t&&!t.includes(o)){const n=this.getLocaleTextFunc();i.push(n("invalidSelectionValidation","Invalid selection."))}else i=null;return s?s({value:o,internalErrors:i,cellEditorParams:e}):i}},K5={tag:"ag-input-text-field",ref:"eEditor",cls:"ag-cell-editor"},q5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return K5}getAgComponents(){return[ea]}init(e,t){this.eEditor=e,this.params=t;const s=t.maxLength;s!=null&&e.setMaxLength(s)}getValidationErrors(){const{params:e}=this,{maxLength:t,getValidationErrors:s}=e,o=this.getValue(),i=this.getLocaleTextFunc();let n=[];return t!=null&&typeof o=="string"&&o.length>t&&n.push(i("maxLengthValidation",`Must be ${t} characters or fewer.`,[String(t)])),n.length||(n=null),s?s({value:o,cellEditorParams:e,internalErrors:n}):n}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();return!K(s)&&!K(t.value)?t.value:t.parseValue(s)}getStartValue(){const e=this.params;return e.useFormatter||e.column.getColDef().refData?e.formatValue(e.value):e.value}setCaret(){Os()&&this.eEditor.getInputElement().focus({preventScroll:!0});const e=this.eEditor,t=e.getValue(),s=K(t)&&t.length||0;s&&e.getInputElement().setSelectionRange(s,s)}},ah=class extends la{constructor(){super(new q5(()=>this.getLocaleTextFunc()))}};function Y5(e){return e.ctrlsSvc.getScrollFeature().getVScrollPosition()}function Z5(e){return e.ctrlsSvc.getScrollFeature().getHScrollPosition()}function sm(e,t,s="auto"){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureColumnVisible(t,s),"ensureVisible")}function om(e,t,s){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureIndexVisible(t,s),"ensureVisible")}function X5(e,t,s=null){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureNodeVisible(t,s),"ensureVisible")}function Q5(e){e.undoRedo?.undo("api")}function J5(e){e.undoRedo?.redo("api")}function e4(e,t){return e.editModelSvc?.getEditRowDataValue(t,{checkSiblings:!0})}function t4(e){const t=e.editModelSvc?.getEditMap(),s=[];return t?.forEach((o,i)=>{const{rowIndex:n,rowPinned:r}=i;o.forEach((a,l)=>{const{editorValue:c,pendingValue:d,sourceValue:u,state:h}=a,p=as(a);let f=c??d;f===At&&(f=void 0);const m={newValue:f,oldValue:u,state:h,column:l,colId:l.getColId(),colKey:l.getColId(),rowIndex:n,rowPinned:r};(h==="editing"||h==="changed"&&p)&&s.push(m)})}),s}function s4(e,t=!1){const{editSvc:s}=e;if(s?.isBatchEditing()){if(t)for(const o of e.editModelSvc?.getEditPositions()??[])o.state==="editing"&&s.revertSingleCellEdit(o);else js(e,{persist:!0});_o(e,void 0,{cancel:t})}else s?.stopEditing(void 0,{cancel:t,source:"edit",forceStop:!t,forceCancel:t})}function o4(e,t){const s=Ne(e,t);return e.editSvc?.isEditing(s)??!1}function i4(e,t){const{key:s,colKey:o,rowIndex:i,rowPinned:n}=t,{editSvc:r,colModel:a}=e,l=a.getCol(o);if(!l){G(12,{colKey:o});return}const d=hs(e,{rowIndex:i,rowPinned:n||null});if(!d){G(290,{rowIndex:i,rowPinned:n});return}if(!l.isCellEditable(d))return;n==null&&om(e,i),sm(e,o),r?.startEditing({rowNode:d,column:l},{event:s?new KeyboardEvent("keydown",{key:s}):void 0,source:"api"})}function n4(e){return e.editSvc?.validateEdit()||null}function r4(e){return e.undoRedo?.getCurrentUndoStackSize()??0}function a4(e){return e.undoRedo?.getCurrentRedoStackSize()??0}var l4={tag:"div",cls:"ag-popup-editor",attrs:{tabindex:"-1"}},c4=class extends Hc{constructor(e){super(l4),this.params=e}postConstruct(){no(this.gos,this.getGui(),"popupEditorWrapper",!0),this.addKeyDownListener()}addKeyDownListener(){const e=this.getGui(),t=this.params,s=o=>{Xl(this.gos,o,t.node,t.column,!0)||t.onKeyDown(o)};this.addManagedElementListeners(e,{keydown:s})}};function d4(e,{column:t},s,o,i="ui"){if(s instanceof KeyboardEvent&&(s.key===I.TAB||s.key===I.ENTER||s.key===I.F2||s.key===I.BACKSPACE&&o))return!0;if(s?.shiftKey&&e.rangeSvc?.getCellRanges().length!=0)return!1;const r=t?.getColDef(),a=u4(e.gos,r),l=s?.type;return l==="click"&&s?.detail===1&&a===1||l==="dblclick"&&s?.detail===2&&a===2?!0:i==="api"?o??!1:!1}function u4(e,t){return e.get("suppressClickEdit")===!0?0:e.get("singleClickEdit")===!0||t?.singleClickEdit?1:2}function uc(e,{rowNode:t,column:s},o="ui"){const i=s.getColDef().editable,n=e.editModelSvc;return s.isColumnFunc(t,i)||!!n&&n.hasEdits({rowNode:t,column:s},{withOpenEditor:!0})}function h4(e,t,s="ui"){const o=uc(e,t,s);return o===!0||s==="ui"?o:e.colModel.getCols().some(n=>uc(e,{rowNode:t.rowNode,column:n},s))}var kr=(e,t=!1)=>{if(e!==void 0)return as(e)||t&&e.state==="editing"};function im(e,t,s=!1){return kr(e.editModelSvc?.getEdit(t),s)}var nm=(e,t,s)=>{if(e)for(let o=0,i=e.length;o<i;++o){const n=e[o];if(n.data&&(kr(t?.getEdit({rowNode:n,column:s}))||kr(t?.getEdit({rowNode:n.pinnedSibling,column:s})))||nm(n.childrenAfterGroup,t,s))return!0}};function rm(e,t){const{column:s,rowNode:o}=t;return e.gos.get("groupTotalRow")&&!o?.footer?!1:nm(o?.childrenAfterGroup,e.editModelSvc,s)}function am(e,{rowNode:t,column:s}){if(t=t.pinnedSibling,!!t)return kr(e.editModelSvc?.getEdit({rowNode:t,column:s}))}var g4=class extends A{constructor(e,t){super(),this.cellCtrl=e,this.beans=t,this.editSvc=t.editSvc,this.editModelSvc=t.editModelSvc}setComp(e){this.cellComp=e,this.applyCellStyles()}applyCellStyles(){const{cellCtrl:e,editSvc:t,beans:s}=this;if(t?.isBatchEditing()&&t.isEditing()){const i=im(s,e)||rm(s,e)||am(s,e);this.applyBatchingStyle(i)}else this.applyBatchingStyle(!1);const o=!!this.editModelSvc?.getCellValidationModel().hasCellValidation(this.cellCtrl);this.cellComp.toggleCss("ag-cell-editing-error",o)}applyBatchingStyle(e){this.cellComp.toggleCss("ag-cell-editing",e??!1),this.cellComp.toggleCss("ag-cell-batch-edit",(e&&this.editSvc?.isBatchEditing())??!1)}},p4=class extends A{constructor(e,t){super(),this.rowCtrl=e,this.beans=t,this.gos=t.gos,this.editSvc=t.editSvc,this.editModelSvc=t.editModelSvc}applyRowStyles(){const{rowCtrl:e,editModelSvc:t,beans:s}=this;let o=e.rowNode,i=t?.getEditRow(o);const n=this.editModelSvc?.getRowValidationModel().hasRowValidation({rowNode:o});if(!i&&o.pinnedSibling&&(o=o.pinnedSibling,i=t?.getEditRow(o)),i){const r=Array.from(i.keys()).some(a=>{const l={rowNode:o,column:a};return im(s,l,!0)||rm(s,l)||am(s,l)});this.applyStyle(n,r);return}this.applyStyle(n)}applyStyle(e=!1,t=!1){const s=this.editSvc?.isBatchEditing()??!1,o=this.gos.get("editType")==="fullRow";this.rowCtrl?.forEachGui(void 0,({rowComp:i})=>{i.toggleCss("ag-row-editing",o&&t),i.toggleCss("ag-row-batch-edit",o&&t&&s),i.toggleCss("ag-row-inline-editing",t),i.toggleCss("ag-row-not-inline-editing",!t),i.toggleCss("ag-row-editing-invalid",o&&t&&e)})}},f4=({rowModel:e,pinnedRowModel:t,editModelSvc:s},o)=>{const i=new Set;e.forEachNode(n=>o.has(n)&&i.add(n)),t?.forEachPinnedRow("top",n=>o.has(n)&&i.add(n)),t?.forEachPinnedRow("bottom",n=>o.has(n)&&i.add(n));for(const n of o)i.has(n)||s.removeEdits({rowNode:n});return i},m4=({editModelSvc:e},t,s)=>{for(const o of t)e?.getEditRow(o)?.forEach((i,n)=>!s.has(n)&&e.removeEdits({rowNode:o,column:n}))},C4=e=>()=>{const t=new Set(e.colModel.getCols()),s=e.editModelSvc.getEditMap(!0),o=new Set(s.keys());m4(e,f4(e,o),t)},v4=new Set(["undo","redo","paste","bulk","rangeSvc"]),w4=new Set(["ui","api"]),lm={paste:"api",rangeSvc:"api",fillHandle:"api",cellClear:"api",bulk:"api"},b4=new Set(Object.keys(lm)),S4=new Set(["paste","rangeSvc","renderer","cellClear","redo","undo"]),_n={cancel:!0,source:"api"},y4={cancel:!1,source:"api"},Po={checkSiblings:!0},yi={force:!0,suppressFlash:!0},x4=class extends A{constructor(){super(...arguments),this.beanName="editSvc",this.batch=!1,this.stopping=!1,this.committing=!1}postConstruct(){const{beans:e}=this;this.model=e.editModelSvc,this.valueSvc=e.valueSvc,this.rangeSvc=e.rangeSvc,this.addManagedPropertyListener("editType",({currentValue:o})=>{this.stopEditing(void 0,_n),this.createStrategy(o)});const t=C4(e),s=()=>{const o=this.model.getCellValidationModel().getCellValidationMap().size>0,i=this.model.getRowValidationModel().getRowValidationMap().size>0;return o||i?this.stopEditing(void 0,_n):this.isEditing()&&(this.isBatchEditing()?_o(e,this.model.getEditPositions()):this.stopEditing(void 0,y4)),!1};this.addManagedEventListeners({columnPinned:t,columnVisible:t,columnRowGroupChanged:t,rowExpansionStateChanged:t,pinnedRowsChanged:t,displayedRowsChanged:t,sortChanged:s,filterChanged:s,cellFocused:this.onCellFocused.bind(this)})}isBatchEditing(){return this.batch}setBatchEditing(e){e?(this.batch=!0,this.stopEditing(void 0,_n)):(this.stopEditing(void 0,_n),this.batch=!1)}createStrategy(e){const{beans:t,gos:s,strategy:o}=this,i=lh(s,e);if(o){if(o.beanName===i)return o;this.destroyStrategy()}return this.strategy=this.createOptionalManagedBean(t.registry.createDynamicBean(i,!0))}destroyStrategy(){this.strategy&&(this.strategy.destroy(),this.strategy=this.destroyBean(this.strategy))}shouldStartEditing(e,t,s,o="ui"){const i=d4(this.beans,e,t,s,o);return i&&(this.strategy??(this.strategy=this.createStrategy())),i}shouldStopEditing(e,t,s="ui"){return this.strategy?.shouldStop(e,t,s)??null}shouldCancelEditing(e,t,s="ui"){return this.strategy?.shouldCancel(e,t,s)??null}validateEdit(){return GD(this.beans)}isEditing(e,t){return this.model.hasEdits(e,t??Po)}isRowEditing(e,t){return(e&&this.model.hasRowEdits(e,t))??!1}startEditing(e,t){const{startedEdit:s=!0,event:o=null,source:i="ui",ignoreEventKey:n=!1,silent:r}=t;if(this.strategy??(this.strategy=this.createStrategy()),!this.isCellEditable(e,"api"))return;const a=Ne(this.beans,e);if(a&&!a.comp){a.onCompAttachedFuncs.push(()=>this.startEditing(e,t));return}const l=this.shouldStartEditing(e,o,s,i);if(l===!1&&i!=="api"){this.isEditing(e)&&this.stopEditing();return}!this.batch&&this.shouldStopEditing(e,void 0,i)&&!t.continueEditing&&this.stopEditing(void 0,{source:i}),l&&this.isBatchEditing()&&this.dispatchBatchEvent("batchEditingStarted",new Map),this.strategy.start({position:e,event:o,source:i,ignoreEventKey:n,startedEdit:s,silent:r})}stopEditing(e,t){const{event:s,cancel:o,source:i="ui",forceCancel:n,forceStop:r}=t||{},{beans:a,model:l}=this;if(b4.has(i)&&this.isBatchEditing())return this.bulkRefresh(e),!1;const c=this.committing?lm[i]:i;if(!(this.committing||this.isEditing(e)||this.isBatchEditing()&&l.hasEdits(e,Po))||!this.strategy||this.stopping)return!1;this.stopping=!0;const u=Ne(a,e);u&&(u.onEditorAttachedFuncs=[]);let h=l.getEditMap(!0),p=!1;const f=!o&&(!!this.shouldStopEditing(e,s,c)||this.committing&&!this.batch)||(r??!1),m=o&&!!this.shouldCancelEditing(e,s,c)||(n??!1);if(f||m){js(a,{persist:!0,isCancelling:m||o,isStopping:f});const v=l.getEditMap(),w=this.processEdits(v,o,i);this.strategy?.stop(o,s);for(const b of w)l.clearEditValue(b);this.bulkRefresh(void 0,h);for(const b of l.getEditPositions(v)){const S=Ne(a,b),y=as(b);S?.refreshCell({force:!0,suppressFlash:!y})}h=v,p||(p=f)}else if(s instanceof KeyboardEvent&&this.batch&&this.strategy?.midBatchInputsAllowed(e)&&this.isEditing(e,{withOpenEditor:!0})){const{key:v}=s,w=v===I.ENTER,b=v===I.ESCAPE,S=v===I.TAB;(w||S||b)&&(w||S?js(a,{persist:!0}):b&&this.revertSingleCellEdit(u),this.isBatchEditing()?this.strategy?.cleanupEditors():_o(a,l.getEditPositions(),{event:s,cancel:b}),s.preventDefault(),this.bulkRefresh(e,h,{suppressFlash:!0}),h=l.getEditMap())}else js(a,{persist:!0}),h=l.getEditMap();return p&&e&&this.model.removeEdits(e),this.navigateAfterEdit(t,u?.cellPosition),nc(a),this.model.hasEdits()||(this.model.getCellValidationModel().clearCellValidationMap(),this.model.getRowValidationModel().clearRowValidationMap()),this.bulkRefresh(),m&&this.beans.rowRenderer.refreshRows({rowNodes:Array.from(h.keys())}),this.isBatchEditing()&&(this.beans.rowRenderer.refreshRows({suppressFlash:!0,force:!0}),p&&f&&this.dispatchBatchEvent("batchEditingStopped",h)),this.stopping=!1,p}navigateAfterEdit(e,t){if(!e||!t)return;const{event:s,suppressNavigateAfterEdit:o}=e;if(!(s instanceof KeyboardEvent)||o)return;const{key:n,shiftKey:r}=s,a=this.gos.get("enterNavigatesVerticallyAfterEdit");if(n!==I.ENTER||!a)return;const l=r?I.UP:I.DOWN;this.beans.navigation?.navigateToNextCell(null,l,t,!1)}processEdits(e,t=!1,s){const o=Array.from(e.keys()),i=this.model.getCellValidationModel().getCellValidationMap().size>0||this.model.getRowValidationModel().getRowValidationMap().size>0,n=[];for(const r of o){const a=e.get(r);for(const l of a.keys()){const c=a.get(l),d={rowNode:r,column:l},u=as(c);!t&&u&&!i&&(this.setNodeDataValue(r,l,c.pendingValue,void 0,s)||n.push(d))}}return n}setNodeDataValue(e,t,s,o,i="edit"){const{beans:n}=this,r=Ne(n,{rowNode:e,column:t}),a=w4.has(i)?"edit":i;r&&(r.suppressRefreshCell=!0),this.commitNextEdit();const l=e.setDataValue(t,s,a);return r&&(r.suppressRefreshCell=!1),o&&r?.refreshCell(yi),l}setEditMap(e,t){this.strategy??(this.strategy=this.createStrategy()),this.strategy?.setEditMap(e,t),this.bulkRefresh();let s=yi;t?.forceRefreshOfEditCellsOnly&&(s={...R4(e),...yi}),this.beans.rowRenderer.refreshCells(s)}dispatchEditValuesChanged({rowNode:e,column:t},s={}){if(!e||!t||!s)return;const{pendingValue:o,sourceValue:i}=s,{rowIndex:n,rowPinned:r,data:a}=e;this.beans.eventSvc.dispatchEvent({type:"cellEditValuesChanged",node:e,rowIndex:n,rowPinned:r,column:t,source:"api",data:a,newValue:o,oldValue:i,value:o,colDef:t.getColDef()})}bulkRefresh(e={},t,s={}){const{beans:o,gos:i}=this,{editModelSvc:n,rowModel:r}=o;We(i)&&(e.rowNode&&e.column?this.refCell(e,this.model.getEdit(e),s):t&&n?.getEditMap(!1)?.forEach((a,l)=>{for(const c of a.keys())this.refCell({rowNode:l,column:c},a.get(c),s)}))}refCell({rowNode:e,column:t},s,o={}){const{beans:i,gos:n}=this,r=new Set([e]),a=new Set,l=e.pinnedSibling;l&&r.add(l);const c=e.sibling;c&&a.add(c);let d=e.parent;for(;d;)d.sibling?.footer&&n.get("groupTotalRow")||!d.parent&&d.sibling&&n.get("grandTotalRow")?a.add(d.sibling):a.add(d),d=d.parent;for(const u of r)this.dispatchEditValuesChanged({rowNode:u,column:t},s);for(const u of r)Ne(i,{rowNode:u,column:t})?.refreshCell(o);for(const u of a)Ne(i,{rowNode:u,column:t})?.refreshCell(o)}stopAllEditing(e=!1,t="ui"){this.isEditing()&&this.stopEditing(void 0,{cancel:e,source:t})}isCellEditable(e,t="ui"){const{rowNode:s}=e,{gos:o,beans:i}=this;if(s.group){if(o.get("treeData")){if(!s.data&&!o.get("enableGroupEdit"))return!1}else if(!o.get("enableGroupEdit"))return!1}const n=lh(o)==="fullRow"?h4(i,e,t):uc(i,e,t);return n&&(this.strategy??(this.strategy=this.createStrategy())),n}cellEditingInvalidCommitBlocks(){return this.gos.get("invalidEditValueMode")==="block"}checkNavWithValidation(e,t,s=!0){if(this.hasValidationErrors(e)){const o=Ne(this.beans,e);return this.cellEditingInvalidCommitBlocks()?(t?.preventDefault?.(),s&&(!o?.hasBrowserFocus()&&o?.focusCell(),o?.comp?.getCellEditor()?.focusIn?.()),"block-stop"):(o&&this.revertSingleCellEdit(o),"revert-continue")}return"continue"}revertSingleCellEdit(e,t=!1){const s=Ne(this.beans,e);s?.comp?.getCellEditor()&&(_o(this.beans,[e],{silent:!0}),this.model.clearEditValue(e),Xo(this.beans,e,{silent:!0}),lo(this.beans),s?.refreshCell(yi),t&&(s?.focusCell(),s?.comp?.getCellEditor()?.focusIn?.()))}hasValidationErrors(e){lo(this.beans);const t=Ne(this.beans,e);t&&(t.refreshCell(yi),t.rowCtrl.rowEditStyleFeature?.applyRowStyles());let s=!1;return e?.rowNode?(s||(s=this.model.getRowValidationModel().hasRowValidation({rowNode:e.rowNode})),e.column&&(s||(s=this.model.getCellValidationModel().hasCellValidation({rowNode:e.rowNode,column:e.column})))):(s||(s=this.model.getCellValidationModel().getCellValidationMap().size>0),s||(s=this.model.getRowValidationModel().getRowValidationMap().size>0)),s}moveToNextCell(e,t,s,o="ui"){let i;const n=this.isEditing(),r=n&&this.checkNavWithValidation(void 0,s)==="block-stop";return e instanceof jo&&n&&(i=this.strategy?.moveToNextEditingCell(e,t,s,o,r)),i===null||(i=i||!!this.beans.focusSvc.focusedHeader,i===!1&&!r&&this.stopEditing()),i}getCellDataValue({rowNode:e,column:t},s=!0){if(!e||!t)return;let o=this.model.getEdit({rowNode:e,column:t});const i=e.pinnedSibling;if(i){const r=this.model.getEdit({rowNode:i,column:t});r&&(o=r)}const n=s?o?.editorValue??o?.pendingValue:o?.pendingValue;return n===At||!o?o?.sourceValue??this.valueSvc.getValue(t,e,!1,"api"):n}addStopEditingWhenGridLosesFocus(e){kD(this,this.beans,e)}createPopupEditorWrapper(e){return new c4(e)}commitNextEdit(){this.committing=!0}setDataValue(e,t,s){try{if((!this.isEditing()||this.committing)&&!S4.has(s))return;const{beans:o}=this;this.strategy??(this.strategy=this.createStrategy());const i=this.isBatchEditing()?"ui":this.committing?s??"api":"api";if(!s||v4.has(s))return rr(o,e,t,s,void 0,{persist:!0}),this.setNodeDataValue(e.rowNode,e.column,t,!0,s);const n=this.model.getEdit(e);if(n){if(n.pendingValue===t)return!1;if(n.sourceValue!==t)return rr(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0;if(n.sourceValue===t)return o.editModelSvc?.removeEdits(e),this.dispatchEditValuesChanged(e,{...n,pendingValue:t}),!0}return rr(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0}finally{this.committing=!1}}handleColDefChanged(e){OD(this.beans,e)}destroy(){this.model.clear(),this.destroyStrategy(),super.destroy()}prepDetailsDuringBatch(e,t){if(!this.batch||!this.model.hasRowEdits(e.rowNode,Po))return;const{rowNode:o,column:i}=e,{compDetails:n,valueToDisplay:r}=t;if(n){const{params:l}=n;return l.data=this.model.getEditRowDataValue(o,Po),{compDetails:n}}const a=this.model.getEditRow(e.rowNode,Po);if(r!==void 0&&a?.has(i))return{valueToDisplay:this.valueSvc.getValue(i,o)}}cleanupEditors(){this.strategy?.cleanupEditors()}dispatchCellEvent(e,t,s,o){this.strategy?.dispatchCellEvent(e,t,s,o)}dispatchBatchEvent(e,t){this.eventSvc.dispatchEvent(this.createBatchEditEvent(e,t))}createBatchEditEvent(e,t){return ae(this.gos,{type:e,...e==="batchEditingStopped"?{changes:this.toEventChangeList(t)}:{}})}toEventChangeList(e){return this.model.getEditPositions(e).map(t=>({rowIndex:t.rowNode.rowIndex,rowPinned:t.rowNode.rowPinned,columnId:t.column.getColId(),newValue:t.pendingValue,oldValue:t.sourceValue}))}applyBulkEdit({rowNode:e,column:t},s){if(!s||s.length===0)return;const{beans:o,rangeSvc:i,valueSvc:n}=this;js(o,{persist:!0});const r=this.model.getEditMap(!0),a=r.get(e)?.get(t)?.pendingValue;this.batch||this.eventSvc.dispatchEvent({type:"bulkEditingStarted"}),s.forEach(c=>{if(i?.forEachRowInRange(c,d=>{const u=hs(o,d);if(u===void 0)return;const h=r.get(u)??new Map;for(const p of c.columns)if(p&&this.isCellEditable({rowNode:u,column:p},"api")){const f=n.getValue(p,u,!0,"api");let m=n.parseValue(p,u??null,a,f);Number.isNaN(m)&&(m=null),h.set(p,{editorValue:void 0,pendingValue:m,sourceValue:f,state:"changed",editorState:{isCancelAfterEnd:void 0,isCancelBeforeStart:void 0}})}h.size>0&&r.set(u,h)}),this.setEditMap(r),this.batch){this.cleanupEditors(),nc(o),this.bulkRefresh();return}this.commitNextEdit(),this.stopEditing(void 0,{source:"bulk"}),this.eventSvc.dispatchEvent({type:"bulkEditingStopped",changes:this.toEventChangeList(r)})}),this.bulkRefresh();const l=Ne(o,{rowNode:e,column:t});l&&l.focusCell(!0)}createCellStyleFeature(e,t){return new g4(e,t)}createRowStyleFeature(e,t){return new p4(e,t)}setEditingCells(e,t){const{beans:s}=this,{colModel:o,valueSvc:i}=s,n=new Map;for(let{colId:r,column:a,colKey:l,rowIndex:c,rowPinned:d,newValue:u,state:h}of e){const p=r?o.getCol(r):l?o.getCol(l):a;if(!p)continue;const f=hs(s,{rowIndex:c,rowPinned:d});if(!f)continue;const m=i.getValue(p,f,!0,"api");if(!t?.forceRefreshOfEditCellsOnly&&!as({pendingValue:u,sourceValue:m})&&h!=="editing")continue;let v=n.get(f);v||(v=new Map,n.set(f,v)),u===void 0&&(u=At),v.set(p,{editorValue:void 0,pendingValue:u,sourceValue:m,state:h??"changed",editorState:{isCancelAfterEnd:void 0,isCancelBeforeStart:void 0}})}this.setEditMap(n,t)}onCellFocused(e){const t=Ne(this.beans,e);if(!t||!this.isEditing(t,Po))return;const s=this.model.getEdit(t);if(!s||!as(s))return;const i=this.getLocaleTextFunc()("ariaPendingChange","Pending Change");this.beans.ariaAnnounce?.announceValue(i,"pendingChange")}allowedFocusTargetOnValidation(e){return Ne(this.beans,e)}};function R4(e){return{rowNodes:e?Array.from(e.keys()):void 0,columns:e?[...new Set(Array.from(e.values()).flatMap(t=>Array.from(t.keys())))]:void 0}}function lh(e,t){return t??e.get("editType")??"singleCell"}var cm=class extends A{postConstruct(){this.model=this.beans.editModelSvc,this.editSvc=this.beans.editSvc,this.addManagedEventListeners({cellFocused:this.onCellFocusChanged?.bind(this),cellFocusCleared:this.onCellFocusChanged?.bind(this)})}clearEdits(e){this.model.clearEditValue(e)}onCellFocusChanged(e){let t;const s=e.previousParams,{editSvc:o,beans:i}=this,n=e.type==="cellFocused"?e.sourceEvent:null;s&&(t=Ne(i,s));const{gos:r,editModelSvc:a}=i,l=e.type==="cellFocusCleared";if(o.isEditing(void 0,{withOpenEditor:!0})){const{column:c,rowIndex:d,rowPinned:u}=e,h={column:c,rowNode:hs(i,{rowIndex:d,rowPinned:u})},p=r.get("invalidEditValueMode")==="block";if(p)return;const f=!p,m=!!a?.getCellValidationModel().hasCellValidation(h),v=f&&m;(s||l?o.stopEditing(void 0,{cancel:v,source:l&&f?"api":void 0,event:n}):!0)||(o.isBatchEditing()?o.cleanupEditors():o.stopEditing(void 0,{source:"api"}))}t?.refreshCell({suppressFlash:!0,force:!0})}stop(e,t){const s=this.model.getEditPositions(),o={all:[],pass:[],fail:[]};for(const i of s){if(o.all.push(i),(this.model.getCellValidationModel().getCellValidation(i)?.errorMessages?.length??0)>0){o.fail.push(i);continue}o.pass.push(i)}if(e)for(const i of s)Mr(this.beans,i,{cancel:e}),this.model.stop(i);else{const i=this.processValidationResults(o);if(i.destroy.length>0)for(const n of i.destroy)Mr(this.beans,n,{event:t,cancel:e}),this.model.stop(n);if(i.keep.length>0)for(const n of i.keep){const r=Ne(this.beans,n);this.editSvc?.cellEditingInvalidCommitBlocks()||r&&this.editSvc.revertSingleCellEdit(r)}}return!0}cleanupEditors({rowNode:e}={},t){js(this.beans,{persist:!1});const s=this.model.getEditPositions(),o=[];if(e)for(const i of s)i.rowNode!==e&&o.push(i);else for(const i of s)o.push(i);_o(this.beans,o),nc(this.beans,t)}setFocusOutOnEditor(e){e.comp?.getCellEditor()?.focusOut?.()}setFocusInOnEditor(e){const t=e.comp,s=t?.getCellEditor();if(s?.focusIn)s.focusIn();else{const o=this.beans.gos.get("editType")==="fullRow";e.focusCell(o),e.onEditorAttachedFuncs.push(()=>t?.getCellEditor()?.focusIn?.())}}setupEditors(e){const{event:t,ignoreEventKey:s=!1,startedEdit:o,position:i,cells:n=this.model.getEditPositions()}=e,r=t instanceof KeyboardEvent&&!s&&t.key||void 0;LD(this.beans,n,i,r,t,o)}dispatchCellEvent(e,t,s,o){const i=Ne(this.beans,e);i&&this.eventSvc.dispatchEvent({...i.createEvent(t??null,s),...o})}dispatchRowEvent(e,t,s){if(s)return;const o=id(this.beans,e);o&&this.eventSvc.dispatchEvent(o.createRowEvent(t))}shouldStop(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return o&&s==="api"?!0:o&&(s==="ui"||s==="edit")?!1:s==="api"?!0:t instanceof KeyboardEvent&&!o?t.key===I.ENTER:null}shouldCancel(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return!!(t instanceof KeyboardEvent&&!o&&t.key===I.ESCAPE||o&&s==="api"||s==="api")}setEditMap(e,t){t?.update||this.editSvc.stopEditing(void 0,{cancel:!0,source:"api"});const s=[];if(e.forEach((o,i)=>{o.forEach((n,r)=>{n.state==="editing"&&s.push({...n,rowNode:i,column:r})})}),t?.update&&(e=new Map([...this.model.getEditMap(),...e])),this.model?.setEditMap(e),s.length>0){const o=s.at(-1),i=o.pendingValue===At?void 0:o.pendingValue;this.start({position:o,event:new KeyboardEvent("keydown",{key:i}),source:"api"});const n=Ne(this.beans,o);n&&this.setFocusInOnEditor(n)}}destroy(){this.cleanupEditors(),super.destroy()}},F4=class extends cm{constructor(){super(...arguments),this.beanName="fullRow",this.startedRows=[]}shouldStop(e,t,s="ui"){const{rowNode:o}=e||{};if(!id(this.beans,{rowNode:this.rowNode}))return!0;const n=super.shouldStop({rowNode:this.rowNode},t,s);return n!==null?n:this.rowNode?o!==this.rowNode:!1}midBatchInputsAllowed({rowNode:e}){return e?this.model.hasEdits({rowNode:e}):!1}clearEdits(e){this.model.clearEditValue(e)}start(e){const{position:t,silent:s,startedEdit:o,event:i,ignoreEventKey:n}=e,{rowNode:r}=t;this.rowNode!==r&&super.cleanupEditors(t),this.dispatchRowEvent({rowNode:r},"rowEditingStarted",s),this.startedRows.push(r);const a=this.beans.visibleCols.allCols,l=[];for(const c of a){if(!c.isCellEditable(r))continue;const d={rowNode:r,column:c};l.push(d),this.model.hasEdits(d)||this.model.start(d)}this.rowNode=r,this.setupEditors({cells:l,position:t,startedEdit:o,event:i,ignoreEventKey:n})}processValidationResults(e){return e.fail.length>0&&this.editSvc.cellEditingInvalidCommitBlocks()?{destroy:[],keep:e.all}:{destroy:e.all,keep:[]}}stop(e,t){const{rowNode:s}=this;if(s&&!this.model.hasRowEdits(s))return!1;const o=[];if(e||this.model.getEditMap().forEach((i,n)=>{if(!(!i||i.size===0)){for(const r of i.values())if(as(r)){o.push(n);break}}}),lo(this.beans),!e&&this.editSvc?.checkNavWithValidation({rowNode:s})==="block-stop")return!1;super.stop(e,t);for(const i of o)this.dispatchRowEvent({rowNode:i},"rowValueChanged");return this.cleanupEditors({rowNode:s},!0),this.rowNode=void 0,!0}onCellFocusChanged(e){const{rowIndex:t}=e,s=e.previousParams;if(s?.rowIndex===t||e.sourceEvent instanceof KeyboardEvent)return;const o=Ne(this.beans,s);this.gos.get("invalidEditValueMode")==="block"&&o&&(this.model.getCellValidationModel().getCellValidation(o)||this.model.getRowValidationModel().getRowValidation(o))||super.onCellFocusChanged(e)}cleanupEditors(e={},t){super.cleanupEditors(e,t);for(const s of this.startedRows)this.dispatchRowEvent({rowNode:s},"rowEditingStopped");this.startedRows.length=0}moveToNextEditingCell(e,t,s,o="ui",i=!1){const n=e.cellPosition;let r;this.model.suspend(!0);try{r=this.beans.navigation?.findNextCellToFocusOn(n,{backwards:t,startEditing:!0,skipToNextEditableCell:!1})}finally{this.model.suspend(!1)}if(r===!1)return null;if(r==null)return!1;const a=r.cellPosition,l=e.isCellEditable(),c=r.isCellEditable(),d=a&&n.rowIndex===a.rowIndex&&n.rowPinned===a.rowPinned;l&&this.setFocusOutOnEditor(e),this.restoreEditors();const u=this.gos.get("suppressStartEditOnTab");return c&&!i?u?r.focusCell(!0,s):(r.comp?.getCellEditor()||Xo(this.beans,r,{event:s,cellStartedEdit:!0}),this.setFocusInOnEditor(r),r.focusCell(!1,s)):(c&&i&&this.setFocusInOnEditor(r),r.focusCell(!0,s)),!d&&!i&&(this.editSvc?.stopEditing({rowNode:e.rowNode},{event:s}),this.cleanupEditors(r,!0),u?r.focusCell(!0,s):this.editSvc.startEditing(r,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),e.rowCtrl?.refreshRow({suppressFlash:!0,force:!0}),!0}restoreEditors(){this.model.getEditMap().forEach((e,t)=>e.forEach(({state:s},o)=>{if(s!=="editing")return;const i=Ne(this.beans,{rowNode:t,column:o});i&&!i.comp?.getCellEditor()&&Xo(this.beans,i,{silent:!0})}))}destroy(){super.destroy(),this.rowNode=void 0,this.startedRows.length=0}},E4=class extends cm{constructor(){super(...arguments),this.beanName="singleCell"}shouldStop(e,t,s="ui"){const o=super.shouldStop(e,t,s);if(o!==null)return o;const{rowNode:i,column:n}=e||{};return(!this.rowNode||!this.column)&&i&&n?null:this.rowNode!==i||this.column!==n}midBatchInputsAllowed(e){return this.model.hasEdits(e)}start(e){const{position:t,startedEdit:s,event:o,ignoreEventKey:i}=e;(this.rowNode!==t.rowNode||this.column!==t.column)&&super.cleanupEditors(),this.rowNode=t.rowNode,this.column=t.column,this.model.start(t),this.setupEditors({cells:[t],position:t,startedEdit:s,event:o,ignoreEventKey:i})}dispatchRowEvent(e,t,s){}processValidationResults(e){return e.fail.length>0&&this.editSvc.cellEditingInvalidCommitBlocks()?{destroy:[],keep:e.all}:{destroy:e.all,keep:[]}}stop(e,t){return super.stop(e,t),this.rowNode=void 0,this.column=void 0,!0}onCellFocusChanged(e){const{colModel:t,editSvc:s}=this.beans,{rowIndex:o,column:i,rowPinned:n}=e,r=hs(this.beans,{rowIndex:o,rowPinned:n}),a=ic(i),l=t.getCol(a),c=e.previousParams;if(c){const d=ic(c.column);if(c?.rowIndex===o&&d===a&&c?.rowPinned===n)return}s?.isEditing({rowNode:r,column:l},{withOpenEditor:!0})&&e.type==="cellFocused"||super.onCellFocusChanged(e)}moveToNextEditingCell(e,t,s,o="ui",i=!1){const n=this.beans.focusSvc.getFocusedCell();n&&(e=Ao(this.beans,n)??e);const r=e.cellPosition;let a;const l=this.beans.gos.get("editType")==="fullRow";l&&this.model.suspend(!0),i||(e.eGui.focus(),this.editSvc?.stopEditing(e,{source:this.editSvc?.isBatchEditing()?"ui":"api",event:s}));try{a=this.beans.navigation?.findNextCellToFocusOn(r,{backwards:t,startEditing:!0})}finally{l&&this.model.suspend(!1)}if(a===!1)return null;if(a==null)return!1;const c=a.cellPosition,d=e.isCellEditable(),u=a.isCellEditable(),h=c&&r.rowIndex===c.rowIndex&&r.rowPinned===c.rowPinned;d&&!i&&this.setFocusOutOnEditor(e);const p=this.gos.get("suppressStartEditOnTab");if(!h&&!i&&(super.cleanupEditors(a,!0),p?a.focusCell(!0,s):this.editSvc.startEditing(a,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),u&&!i){if(a.focusCell(!1,s),p)a.focusCell(!0,s);else if(!a.comp?.getCellEditor()){const f=this.editSvc?.isEditing(a,{withOpenEditor:!0});Xo(this.beans,a,{event:s,cellStartedEdit:!0,silent:f}),this.setFocusInOnEditor(a),this.cleanupEditors(a)}}else u&&i&&this.setFocusInOnEditor(a),a.focusCell(!0,s);return e.rowCtrl?.refreshRow({suppressFlash:!0,force:!0}),!0}destroy(){super.destroy(),this.rowNode=void 0,this.column=void 0}},Hs={moduleName:"EditCore",version:U,beans:[ID,x4],apiFunctions:{getEditingCells:t4,getEditRowValues:e4,getCellEditorInstances:AD,startEditingCell:i4,stopEditing:s4,isEditing:o4,validateEdit:n4},dynamicBeans:{singleCell:E4,fullRow:F4},dependsOn:[ra,tm],css:[I5]},D4={moduleName:"UndoRedoEdit",version:U,beans:[T5],apiFunctions:{undoCellEditing:Q5,redoCellEditing:J5,getCurrentUndoSize:r4,getCurrentRedoSize:a4},dependsOn:[Hs]},P4={moduleName:"TextEditor",version:U,userComponents:{agCellEditor:ah,agTextCellEditor:ah},dependsOn:[Hs]},M4={moduleName:"NumberEditor",version:U,userComponents:{agNumberCellEditor:{classImp:j5}},dependsOn:[Hs]},T4={moduleName:"DateEditor",version:U,userComponents:{agDateCellEditor:N5,agDateStringCellEditor:B5},dependsOn:[Hs]},I4={moduleName:"CheckboxEditor",version:U,userComponents:{agCheckboxCellEditor:A5},dependsOn:[Hs]},k4={moduleName:"SelectEditor",version:U,userComponents:{agSelectCellEditor:$5},dependsOn:[Hs]},A4={moduleName:"LargeTextEditor",version:U,userComponents:{agLargeTextCellEditor:z5},dependsOn:[Hs]},L4={moduleName:"CustomEditor",version:U,dependsOn:[Hs]},O4=class extends A{constructor(){super(...arguments),this.beanName="selectionColSvc"}postConstruct(){this.addManagedPropertyListener("rowSelection",e=>{this.onSelectionOptionsChanged(e.currentValue,e.previousValue,Go(e.source))}),this.addManagedPropertyListener("selectionColumnDef",this.updateColumns.bind(this))}addColumns(e){const t=this.columns;t!=null&&(e.list=t.list.concat(e.list),e.tree=t.tree.concat(e.tree),c0(e))}createColumns(e,t){const s=()=>{br(this.beans,this.columns?.tree),this.columns=null},o=e.treeDepth,n=(this.columns?.treeDepth??-1)==o,r=this.generateSelectionCols();if(l0(r,this.columns?.list??[])&&n)return;s();const{colGroupSvc:l}=this.beans,c=l?.findDepth(e.tree)??0,d=l?.balanceTreeForAutoCols(r,c)??[];this.columns={list:r,tree:d,treeDepth:c,map:{}},t(h=>{if(!h)return null;const p=h.filter(f=>!Cs(f));return[...r,...p]})}updateColumns(e){const t=Go(e.source);for(const s of this.columns?.list??[]){const o=this.createSelectionColDef(e.currentValue);s.setColDef(o,null,t),Ht(this.beans,{state:[{...o,colId:s.getColId()}]},t)}}getColumn(e){return this.columns?.list.find(t=>Li(t,e))??null}getColumns(){return this.columns?.list??null}isSelectionColumnEnabled(){const{gos:e,beans:t}=this,s=e.get("rowSelection");if(typeof s!="object"||!Ys(e))return!1;const o=(t.autoColSvc?.getColumns()?.length??0)>0;if(s.checkboxLocation==="autoGroupColumn"&&o)return!1;const i=!!Ho(s),n=Zn(s);return i||n}createSelectionColDef(e){const{gos:t}=this,s=e??t.get("selectionColumnDef"),o=t.get("enableRtl"),{rowSpan:i,spanRows:n,...r}=s??{};return{width:50,resizable:!1,suppressHeaderMenuButton:!0,sortable:!1,suppressMovable:!0,lockPosition:o?"right":"left",comparator(a,l,c,d){const u=c.isSelected(),h=d.isSelected();return u===h?0:u?1:-1},editable:!1,suppressFillHandle:!0,pinned:null,...r,colId:Zg,chartDataType:"excluded"}}generateSelectionCols(){if(!this.isSelectionColumnEnabled())return[];const e=this.createSelectionColDef(),t=e.colId;this.gos.validateColDef(e,t,!0);const s=new fo(e,null,t,!1);return this.createBean(s),[s]}onSelectionOptionsChanged(e,t,s){const o=t&&typeof t!="string"?Ho(t):void 0,i=e&&typeof e!="string"?Ho(e):void 0,n=o!==i,r=t&&typeof t!="string"?Zn(t):void 0,a=e&&typeof e!="string"?Zn(e):void 0,l=r!==a,c=mr(e),d=mr(t);(n||l||c!==d)&&this.beans.colModel.refreshAll(s)}destroy(){br(this.beans,this.columns?.tree),super.destroy()}refreshVisibility(e,t,s){if(!this.columns?.list.length)return;const o=e.length+t.length+s.length;if(o===0)return;const i=this.columns.list[0];if(!i.isVisible())return;const n=()=>{let l;switch(i.pinned){case"left":case!0:l=e;break;case"right":l=s;break;default:l=t}l&&Vt(l,i)};(this.beans.rowNumbersSvc?.getColumn(Xg)?2:1)===o&&n()}};function N4(e,t){if(!t.nodes.every(r=>r.rowPinned&&!hn(r)?(G(59),!1):r.id===void 0?(G(60),!1):!0))return;const{nodes:o,source:i,newValue:n}=t;e.selectionSvc?.setNodesSelected({nodes:o,source:i??"api",newValue:n})}function H4(e,t,s="apiSelectAll"){e.selectionSvc?.selectAllRowNodes({source:s,selectAll:t})}function G4(e,t,s="apiSelectAll"){e.selectionSvc?.deselectAllRowNodes({source:s,selectAll:t})}function B4(e,t="apiSelectAllFiltered"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"filtered"})}function V4(e,t="apiSelectAllFiltered"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"filtered"})}function z4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"currentPage"})}function W4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"currentPage"})}function _4(e){return e.selectionSvc?.getSelectedNodes()??[]}function j4(e){return e.selectionSvc?.getSelectedRows()??[]}var U4=class extends gR{constructor(){super(...arguments),this.beanName="selectionSvc",this.selectedNodes=new Map,this.detailSelection=new Map,this.masterSelectsDetail=!1}postConstruct(){super.postConstruct();const{gos:e}=this;this.mode=Cr(e),this.groupSelectsDescendants=Yi(e),this.groupSelectsFiltered=wr(e)==="filteredDescendants",this.masterSelectsDetail=Jd(e)==="detail",this.addManagedPropertyListeners(["groupSelectsChildren","groupSelectsFiltered","rowSelection"],()=>{const t=Yi(e),s=Cr(e),o=wr(e)==="filteredDescendants";this.masterSelectsDetail=Jd(e)==="detail",(t!==this.groupSelectsDescendants||o!==this.groupSelectsFiltered||s!==this.mode)&&(this.deselectAllRowNodes({source:"api"}),this.groupSelectsDescendants=t,this.groupSelectsFiltered=o,this.mode=s)}),this.addManagedEventListeners({rowSelected:this.onRowSelected.bind(this)})}destroy(){super.destroy(),this.resetNodes()}handleSelectionEvent(e,t,s){if(this.isRowSelectionBlocked(t))return 0;const o=this.inferNodeSelections(t,e.shiftKey,e.metaKey||e.ctrlKey,s);if(o==null)return 0;if(this.selectionCtx.selectAll=!1,"select"in o)return o.reset?this.resetNodes():this.selectRange(o.deselect,!1,s),this.selectRange(o.select,!0,s);{const i=o.checkFilteredNodes?um(o.node):o.newValue;return this.setNodesSelected({nodes:[o.node],newValue:i,clearSelection:o.clearSelection,keepDescendants:o.keepDescendants,event:e,source:s})}}setNodesSelected({newValue:e,clearSelection:t,suppressFinishActions:s,nodes:o,event:i,source:n,keepDescendants:r=!1}){if(o.length===0)return 0;const{gos:a}=this;if(!Ys(a)&&e)return G(132),0;if(o.length>1&&!this.isMultiSelect())return G(130),0;let l=0;for(let c=0;c<o.length;c++){const d=o[c],u=Mo(d);if(u.rowPinned&&!hn(u)){G(59);continue}if(u.id===void 0){G(60);continue}this.groupSelectsFiltered&&u.group&&!a.get("treeData")||this.selectRowNode(u,e,i,n)&&(this.detailSelection.delete(u.id),l++),this.groupSelectsDescendants&&u.childrenAfterGroup?.length&&(l+=this.selectChildren(u,e,n))}return s||(o.length===1&&n==="api"&&this.selectionCtx.setRoot(Mo(o[0])),e&&(t||!this.isMultiSelect())&&(l+=this.clearOtherNodes(Mo(o[0]),r,n)),l>0&&(this.updateGroupsFromChildrenSelections(n),this.dispatchSelectionChanged(n))),l}selectRange(e,t,s){let o=0;return e.forEach(i=>{const n=Mo(i);if(n.group&&this.groupSelectsDescendants)return;this.selectRowNode(n,t,void 0,s)&&o++}),o>0&&(this.updateGroupsFromChildrenSelections(s),this.dispatchSelectionChanged(s)),o}selectChildren(e,t,s){const o=this.groupSelectsFiltered?e.childrenAfterAggFilter:e.childrenAfterGroup;return o?this.setNodesSelected({newValue:t,clearSelection:!1,suppressFinishActions:!0,source:s,nodes:o}):0}getSelectedNodes(){return Array.from(this.selectedNodes.values())}getSelectedRows(){const e=[];return this.selectedNodes.forEach(t=>t.data&&e.push(t.data)),e}getSelectionCount(){return this.selectedNodes.size}filterFromSelection(e){const t=new Map;this.selectedNodes.forEach((s,o)=>{e(s)&&t.set(o,s)}),this.selectedNodes=t}updateGroupsFromChildrenSelections(e,t){if(!this.groupSelectsDescendants)return!1;const{gos:s,rowModel:o}=this.beans;if(!We(s))return!1;const i=o.rootNode;if(!i)return!1;t||(t=new Qi(!0,i),t.active=!1);let n=!1;return t.forEachChangedNodeDepthFirst(r=>{if(r!==i){const a=this.calculateSelectedFromChildren(r);n=this.selectRowNode(r,a===null?!1:a,void 0,e)||n}}),n}clearOtherNodes(e,t,s){const o=new Map;let i=0;return this.selectedNodes.forEach(n=>{const r=n.id==e.id;if((t?!K4(e,n):!0)&&!r){const l=this.selectedNodes.get(n.id);i+=this.setNodesSelected({nodes:[l],newValue:!1,clearSelection:!1,suppressFinishActions:!0,source:s}),this.groupSelectsDescendants&&n.parent&&o.set(n.parent.id,n.parent)}}),o.forEach(n=>{const r=this.calculateSelectedFromChildren(n);this.selectRowNode(n,r===null?!1:r,void 0,s)}),i}onRowSelected(e){const t=e.node;this.groupSelectsDescendants&&t.group||(t.isSelected()?this.selectedNodes.set(t.id,t):this.selectedNodes.delete(t.id))}syncInRowNode(e,t){this.syncInOldRowNode(e,t),this.syncInNewRowNode(e)}createDaemonNode(e){if(!e.id)return;const t=new As(this.beans);return t.id=e.id,t.data=e.data,t.__selected=e.__selected,t.level=e.level,t}syncInOldRowNode(e,t){t&&e.id!==t.id&&this.selectedNodes.get(t.id)==e&&this.selectedNodes.set(t.id,t)}syncInNewRowNode(e){this.selectedNodes.has(e.id)?(e.__selected=!0,this.selectedNodes.set(e.id,e)):e.__selected=!1}reset(e){const t=this.getSelectionCount();this.resetNodes(),t&&this.dispatchSelectionChanged(e)}resetNodes(){this.selectedNodes.forEach(e=>{this.selectRowNode(e,!1)}),this.selectedNodes.clear()}getBestCostNodeSelection(){const{gos:e,rowModel:t}=this.beans;if(!We(e))return;const s=t.getTopLevelNodes();if(s===null)return;const o=[];function i(n){for(let r=0,a=n.length;r<a;r++){const l=n[r];l.isSelected()?o.push(l):l.group&&l.childrenAfterGroup&&i(l.childrenAfterGroup)}}return i(s),o}isEmpty(){return this.getSelectionCount()===0}deselectAllRowNodes({source:e,selectAll:t}){const s=We(this.gos);let o=!1;const i=n=>{const r=this.selectRowNode(Mo(n),!1,void 0,e);o||(o=r)};if(t==="currentPage"||t==="filtered"){if(!s){Pe(102);return}this.getNodesToSelect(t).forEach(i)}else this.selectedNodes.forEach(i),this.reset(e);if(this.selectionCtx.selectAll=!1,s&&this.groupSelectsDescendants){const n=this.updateGroupsFromChildrenSelections(e);o||(o=n)}o&&this.dispatchSelectionChanged(e)}getSelectedCounts(e){let t=0,s=0;return this.getNodesToSelect(e).forEach(o=>{this.groupSelectsDescendants&&o.group||(o.isSelected()?t++:o.selectable&&s++)}),{selectedCount:t,notSelectedCount:s}}getSelectAllState(e){const{selectedCount:t,notSelectedCount:s}=this.getSelectedCounts(e);return dm(t,s)??null}hasNodesToSelect(e){return this.getNodesToSelect(e).filter(t=>t.selectable).length>0}getNodesToSelect(e){if(!this.canSelectAll())return[];const t=[],s=i=>t.push(i);if(e==="currentPage")return this.forEachNodeOnPage(i=>{if(!i.group){s(i);return}if(!i.expanded&&!i.footer){const n=r=>{s(r),r.childrenAfterFilter?.forEach(n)};n(i);return}this.groupSelectsDescendants||s(i)}),t;const o=this.beans.rowModel;return e==="filtered"?(o.forEachNodeAfterFilter(s),t):(o.forEachNode(s),t)}forEachNodeOnPage(e){const{pageBounds:t,rowModel:s}=this.beans,o=t.getFirstRow(),i=t.getLastRow();for(let n=o;n<=i;n++){const r=s.getRow(n);r&&e(r)}}selectAllRowNodes(e){const{gos:t,selectionCtx:s}=this;if(!Ys(t)){G(132);return}if(Kb(t)&&!vr(t)){G(130);return}if(!this.canSelectAll())return;const{source:o,selectAll:i}=e;let n=!1;if(this.getNodesToSelect(i).forEach(r=>{const a=this.selectRowNode(Mo(r),!0,void 0,o);n||(n=a)}),s.selectAll=!0,We(t)&&this.groupSelectsDescendants){const r=this.updateGroupsFromChildrenSelections(o);n||(n=r)}n&&this.dispatchSelectionChanged(o)}getSelectionState(){return this.isEmpty()?null:Array.from(this.selectedNodes.keys())}setSelectionState(e,t,s){if(e||(e=[]),!Array.isArray(e)){Pe(103);return}const o=new Set(e),i=[];this.beans.rowModel.forEachNode(n=>{o.has(n.id)&&i.push(n)}),s&&this.resetNodes(),this.setNodesSelected({newValue:!0,nodes:i,source:t})}canSelectAll(){return We(this.beans.gos)}updateSelectable(e){const{gos:t,rowModel:s}=this.beans;if(!Ys(t))return;const o="selectableChanged",i=e!==void 0,n=We(t)&&this.groupSelectsDescendants,r=[],a=l=>{if(i&&!l.group)return;if(n&&l.group){const d=l.childrenAfterGroup?.some(u=>u.selectable)??!1;this.setRowSelectable(l,d,!0);return}!this.updateRowSelectable(l,!0)&&l.isSelected()&&r.push(l)};if(n){if(e===void 0){const l=s.rootNode;e=l?new Qi(!1,l):void 0}e?.forEachChangedNodeDepthFirst(a,!i,!i)}else s.forEachNode(a);r.length&&this.setNodesSelected({nodes:r,newValue:!1,source:o}),!i&&n&&this.updateGroupsFromChildrenSelections?.(o)}updateSelectableAfterGrouping(e){this.updateSelectable(e),this.groupSelectsDescendants&&this.updateGroupsFromChildrenSelections?.("rowGroupChanged",e)&&this.dispatchSelectionChanged("rowGroupChanged")}refreshMasterNodeState(e,t){if(!this.masterSelectsDetail)return;const s=e.detailNode?.detailGridInfo?.api;if(!s)return;const o=$4(s);if(e.isSelected()!==o&&this.selectRowNode(e,o,t,"masterDetail")&&this.dispatchSelectionChanged("masterDetail"),!o){const n=this.detailSelection.get(e.id)??new Set;for(const r of s.getSelectedNodes())n.add(r.id);this.detailSelection.set(e.id,n)}}setDetailSelectionState(e,t,s){if(this.masterSelectsDetail){if(!vr(t)){G(269);return}switch(e.isSelected()){case!0:{s.selectAll();break}case!1:{s.deselectAll();break}case void 0:{const o=this.detailSelection.get(e.id);if(o){const i=[];for(const n of o){const r=s.getRowNode(n);r&&i.push(r)}s.setNodesSelected({nodes:i,newValue:!0,source:"masterDetail"})}break}}}}dispatchSelectionChanged(e){this.eventSvc.dispatchEvent({type:"selectionChanged",source:e,selectedNodes:this.getSelectedNodes(),serverSideState:null})}};function Mo(e){return hn(e)?e.pinnedSibling:e.footer?e.sibling:e}function $4(e){let t=0,s=0;return e.forEachNode(o=>{o.isSelected()?t++:o.selectable&&s++}),dm(t,s)}function dm(e,t){if(e===0&&t===0)return!1;if(!(e>0&&t>0))return e>0}function K4(e,t){let s=t.parent;for(;s;){if(s===e)return!0;s=s.parent}return!1}function um(e){const t=e.isSelected()===!1,s=e.childrenAfterFilter?.some(um)??!1;return t||s}var q4={moduleName:"SharedRowSelection",version:U,beans:[O4],apiFunctions:{setNodesSelected:N4,selectAll:H4,deselectAll:G4,selectAllFiltered:B4,deselectAllFiltered:V4,selectAllOnCurrentPage:z4,deselectAllOnCurrentPage:W4,getSelectedNodes:_4,getSelectedRows:j4}},Y4={moduleName:"RowSelection",version:U,rowModels:["clientSide","infinite","viewport"],beans:[U4],dependsOn:[q4]};function Z4(e){e.expansionSvc?.expandAll(!0)}function X4(e){e.expansionSvc?.expandAll(!1)}function hm(e){e.rowModel?.onRowHeightChanged()}function gm(e){if(e.rowAutoHeight?.active){G(3);return}e.rowModel?.resetRowHeights()}function Q4(e,t,s){const o=Q3(e);if(o){if(e.rowGroupColsSvc?.columns.length===0){if(t<0){Pe(238);return}o.setRowCount(t,s);return}Pe(28);return}na(e)?.setRowCount(t,s)}function J4(e){return po(e.gos)?e.rowModel.getBlockStates():e.rowNodeBlockLoader?.getBlockState()??{}}function eM(e){return e.rowModel.isLastRowIndexKnown()}var tM={moduleName:"CsrmSsrmSharedApi",version:U,apiFunctions:{expandAll:Z4,collapseAll:X4}},sM={moduleName:"RowModelSharedApi",version:U,apiFunctions:{onRowHeightChanged:hm,resetRowHeights:gm}},oM={moduleName:"SsrmInfiniteSharedApi",version:U,apiFunctions:{setRowCount:Q4,getCacheBlockState:J4,isLastRowIndexKnown:eM}},iM=class extends A{constructor(){super(...arguments),this.beanName="alignedGridsSvc",this.consuming=!1}getAlignedGridApis(){let e=this.gos.get("alignedGrids")??[];const t=typeof e=="function";return typeof e=="function"&&(e=e()),e.map(o=>{if(!o){Pe(18),t||Pe(20);return}if(this.isGridApi(o))return o;const i=o;return"current"in i?i.current?.api:(i.api||Pe(19),i.api)}).filter(o=>!!o&&!o.isDestroyed())}isGridApi(e){return!!e&&!!e.dispatchEvent}postConstruct(){const e=this.fireColumnEvent.bind(this);this.addManagedEventListeners({columnMoved:e,columnVisible:e,columnPinned:e,columnGroupOpened:e,columnResized:e,bodyScroll:this.fireScrollEvent.bind(this),alignedGridColumn:({event:t})=>this.onColumnEvent(t),alignedGridScroll:({event:t})=>this.onScrollEvent(t)})}fireEvent(e){if(!this.consuming)for(const t of this.getAlignedGridApis())t.isDestroyed()||t.dispatchEvent(e)}onEvent(e){this.consuming=!0,e(),this.consuming=!1}fireColumnEvent(e){this.fireEvent({type:"alignedGridColumn",event:e})}fireScrollEvent(e){e.direction==="horizontal"&&this.fireEvent({type:"alignedGridScroll",event:e})}onScrollEvent(e){this.onEvent(()=>{this.beans.ctrlsSvc.getScrollFeature().setHorizontalScrollPosition(e.left,!0)})}extractDataFromEvent(e,t){const s=[];return e.columns?e.columns.forEach(o=>{s.push(t(o))}):e.column&&s.push(t(e.column)),s}getMasterColumns(e){return this.extractDataFromEvent(e,t=>t)}getColumnIds(e){return this.extractDataFromEvent(e,t=>t.getColId())}onColumnEvent(e){this.onEvent(()=>{switch(e.type){case"columnMoved":case"columnVisible":case"columnPinned":case"columnResized":{this.processColumnEvent(e);break}case"columnGroupOpened":{this.processGroupOpenedEvent(e);break}case"columnPivotChanged":G(21);break}})}processGroupOpenedEvent(e){const{colGroupSvc:t}=this.beans;if(t)for(const s of e.columnGroups){let o=null;s&&(o=t.getProvidedColGroup(s.getGroupId())),!(s&&!o)&&t.setColumnGroupOpened(o,s.isExpanded(),"alignedGridChanged")}}processColumnEvent(e){const t=e.column;let s=null;const o=this.beans,{colResize:i,ctrlsSvc:n,colModel:r}=o;if(t&&(s=r.getColDefCol(t.getColId())),t&&!s)return;const a=this.getMasterColumns(e);switch(e.type){case"columnMoved":{const u=e.api.getColumnState().map(h=>({colId:h.colId}));Ht(o,{state:u,applyOrder:!0},"alignedGridChanged")}break;case"columnVisible":{const u=e.api.getColumnState().map(h=>({colId:h.colId,hide:h.hide}));Ht(o,{state:u},"alignedGridChanged")}break;case"columnPinned":{const u=e.api.getColumnState().map(h=>({colId:h.colId,pinned:h.pinned}));Ht(o,{state:u},"alignedGridChanged")}break;case"columnResized":{const d=e,u={};for(const h of a)u[h.getId()]={key:h.getColId(),newWidth:h.getActualWidth()};for(const h of d.flexColumns??[])u[h.getId()]&&delete u[h.getId()];i?.setColumnWidths(Object.values(u),!1,d.finished,"alignedGridChanged");break}}const c=n.getGridBodyCtrl().isVerticalScrollShowing();for(const d of this.getAlignedGridApis())d.setGridOption("alwaysShowVerticalScroll",c)}},nM={moduleName:"AlignedGrids",version:U,beans:[iM],dependsOn:[hf]},rM=class extends A{constructor(e){super(),this.rootNode=e,this.nextId=0,this.allNodesMap={},ch(e)}getRowNode(e){return this.allNodesMap[e]}setNewRowData(e){const{selectionSvc:t,pinnedRowModel:s,groupStage:o}=this.beans;t?.reset("rowDataChanged"),s?.isManual()&&s.reset(),this.dispatchRowDataUpdateStarted(e),this.allNodesMap=Object.create(null),this.nextId=0;const i=ch(this.rootNode),n=new Array(e.length);i._leafs=n;let r=0;const a=o?.getNestedDataGetter(),l=a?new Set:null,c=(d,u)=>{const h=d.level+1;for(let p=0,f=u.length;p<f;++p){const m=u[p];if(!m)continue;const v=this.createRowNode(m,h);if(v.sourceRowIndex=r,n[r++]=v,l&&!l.has(m)){l.add(m),v.treeParent=d;const w=a(m);w&&c(v,w)}}};c(i,e),n.length=r}setImmutableRowData(e,t){const{rootNode:s,gos:o}=this;this.dispatchRowDataUpdateStarted(t);const i=Ko(o),n=e.changedRowNodes,{adds:r,updates:a}=n,l=new Set,c=[],d=this.beans.groupStage?.getNestedDataGetter();let u=o.get("suppressMaintainUnsortedOrder")?void 0:!1,h=-1,p=!1;const f=(w,b)=>{if(!u&&u!==void 0){const S=w.sourceRowIndex;u=S<=h,h=S}w.data!==b&&(w.updateData(b),r.has(w)||a.add(w),!w.selectable&&w.isSelected()&&c.push(w))},m=(w,b,S)=>{for(let y=0,x=b.length;y<x;++y){const R=b[y];if(!R)continue;let F=this.getRowNode(i({data:R,level:S}));if(F?(f(F,R),p||(p=!!d&&F.treeParent!==w)):(F=this.createRowNode(R,S),r.add(F)),!d||l.has(F)){l.add(F);continue}l.add(F),F.treeParent=w;const D=d(R);D&&m(F,D,S+1)}};m(s,t,0);const v=this.deleteUnusedNodes(l,n,c)||u||r.size>0;if(v){const w=s._leafs??(s._leafs=[]);u===void 0?uM(w,l,n):dM(w,l)&&(n.reordered=!0)}(v||p||a.size)&&(e.rowDataUpdated=!0,this.deselect(c))}deleteUnusedNodes(e,{removals:t},s){const o=this.rootNode._leafs;for(let i=0,n=o.length;i<n;i++){const r=o[i];e.has(r)||(t.add(r),r.isSelected()&&s.push(r),this.deleteNode(r))}return t.size>0}updateRowData(e,t){if(this.dispatchRowDataUpdateStarted(e.add),this.beans.groupStage?.getNestedDataGetter())return G(268),{remove:[],update:[],add:[]};const s=[],o=Ko(this.gos),i=this.executeRemove(o,e,t,s),n=this.executeUpdate(o,e,t,s),r=this.executeAdd(e,t);return this.deselect(s),{remove:i,update:n,add:r}}executeRemove(e,{remove:t},{adds:s,updates:o,removals:i},n){const r=this.rootNode._leafs,a=r?.length,l=t?.length;if(!l||!a)return[];let c=0,d=a,u=0,h;const p=new Array(l);for(let f=0;f<l;++f){const m=this.lookupNode(e,t[f]);if(!m)continue;const v=m.sourceRowIndex;v<d&&(d=v),v>u&&(u=v),m.isSelected()&&n.push(m),this.deleteNode(m),s.delete(m)?(h??(h=new Set),h.add(m)):(o.delete(m),i.add(m)),p[c++]=m}return p.length=c,c&&cM(r,d,u,i,h),p}executeUpdate(e,{update:t},{adds:s,updates:o},i){const n=t?.length;if(!n)return[];const r=new Array(n);let a=0;for(let l=0;l<n;l++){const c=t[l],d=this.lookupNode(e,c);d&&(d.updateData(c),!d.selectable&&d.isSelected()&&i.push(d),r[a++]=d,s.has(d)||o.add(d))}return r.length=a,r}executeAdd(e,t){var s;const o=(s=this.rootNode)._leafs??(s._leafs=[]),i=o.length,n=e.add,r=n?.length;if(!r)return[];const a=i+r;let l=this.sanitizeAddIndex(o,e.addIndex);if(l<i){for(let u=i-1,h=a-1;u>=l;--u){const p=o[u];p.sourceRowIndex=h,o[h--]=p}t.reordered=!0}o.length=a;const c=new Array(r),d=t.adds;for(let u=0;u<r;u++){const h=this.createRowNode(n[u],0);d.add(h),h.sourceRowIndex=l,o[l]=h,c[u]=h,l++}return c}dispatchRowDataUpdateStarted(e){this.eventSvc.dispatchEvent({type:"rowDataUpdateStarted",firstRowData:e?.length?e[0]:null})}deselect(e){const t="rowDataChanged",s=this.beans.selectionSvc;e.length&&s?.setNodesSelected({newValue:!1,nodes:e,suppressFinishActions:!0,source:t}),s?.updateGroupsFromChildrenSelections?.(t),e.length&&this.eventSvc.dispatchEvent({type:"selectionChanged",source:t,selectedNodes:s?.getSelectedNodes()??null,serverSideState:null})}createRowNode(e,t){const s=new As(this.beans);s.parent=this.rootNode,s.level=t,s.group=!1,s.expanded=!1,s.setDataAndId(e,String(this.nextId++));const o=s.id,i=this.allNodesMap;return i[o]&&G(2,{nodeId:o}),i[o]=s,s}deleteNode(e){e.clearRowTopAndRowIndex();const t=e.id,s=this.allNodesMap;s[t]===e&&delete s[t];const o=e.pinnedSibling;o&&this.beans.pinnedRowModel?.pinRow(o,null)}lookupNode(e,t){if(!e)return lM(this.rootNode._leafs,t);const s=e({data:t,level:0}),o=this.allNodesMap[s];return o||(Pe(4,{id:s}),null)}sanitizeAddIndex(e,t){const s=e.length;if(typeof t!="number"||t<0||t>=s||Number.isNaN(t))return s;t=Math.ceil(t);const o=this.gos;return t>0&&o.get("treeData")&&o.get("getDataPath")&&(t=aM(e,t)),t}},aM=(e,t)=>{for(let s=0,o=e.length;s<o;s++)if(e[s]?.rowIndex==t-1)return s+1;return t},ch=e=>{e.group=!0,e.level=-1,e.id="ROOT_NODE_ID",e._leafs?.length!==0&&(e._leafs=[]);const t=[],s=[],o=[],i=[];e.childrenAfterGroup=t,e.childrenAfterSort=s,e.childrenAfterAggFilter=o,e.childrenAfterFilter=i;const n=e.sibling;return n&&(n.childrenAfterGroup=t,n.childrenAfterSort=s,n.childrenAfterAggFilter=o,n.childrenAfterFilter=i,n.childrenMapped=e.childrenMapped),e.updateHasChildren(),e},lM=(e,t)=>{if(e)for(let s=0,o=e.length;s<o;s++){const i=e[s];if(i.data===t)return i}return Pe(5,{data:t}),null},cM=(e,t,s,o,i)=>{t=Math.max(0,t);for(let n=t,r=e.length;n<r;++n){const a=e[n];n<=s&&(o.has(a)||i?.has(a))||(a.sourceRowIndex=t,e[t++]=a)}e.length=t},dM=(e,t)=>{const s=t.size;e.length=s;let o=0,i=!1,n=!1;for(const r of t){const a=r.sourceRowIndex;a===o?n||(n=i):(a>=0?n=!0:i=!0,r.sourceRowIndex=o,e[o]=r),++o}return n},uM=(e,t,{removals:s,adds:o})=>{const i=e.length;e.length=t.size;let n=0;for(let r=0;r<i;++r){const a=e[r];s.has(a)||(n!==r&&(a.sourceRowIndex=n,e[n]=a),++n)}for(const r of o)r.sourceRowIndex<0&&(r.sourceRowIndex=n,e[n++]=r);e.length=n},pm=e=>{const t=e.childrenAfterSort,s=e.sibling;if(s&&(s.childrenAfterSort=t),!!t)for(let o=0,i=t.length-1;o<=i;o++){const n=t[o],r=o===0,a=o===i;n.firstChild!==r&&(n.firstChild=r,n.dispatchRowEvent("firstChildChanged")),n.lastChild!==a&&(n.lastChild=a,n.dispatchRowEvent("lastChildChanged")),n.childIndex!==o&&(n.childIndex=o,n.dispatchRowEvent("childIndexChanged"))}},hM=class extends A{constructor(){super(...arguments),this.beanName="sortStage",this.step="sort",this.refreshProps=["postSortRows","groupDisplayType","accentedSort"]}execute(e){const t=this.beans.sortSvc.getSortOptions(),s=t.length>0&&!!e.changedRowNodes&&this.gos.get("deltaSort");this.sort(t,s,e.changedRowNodes,e.changedPath)}sort(e,t,s,o){const{gos:i,colModel:n,rowGroupColsSvc:r,rowNodeSorter:a,rowRenderer:l,showRowGroupCols:c}=this.beans,d=i.get("groupMaintainOrder"),u=n.getCols().some(b=>b.isRowGroupActive()),h=r?.columns,p=n.isPivotMode(),f=i.getCallback("postSortRows");let m=!1,v;const w=b=>{const S=p&&b.leafGroup;let y=d&&u&&!b.leafGroup;y&&(v??(v=this.shouldSortContainsGroupCols(e)),y&&(y=!v));let x=null;if(y){let R=!1;if(h){const F=b.level+1;F<h.length&&(R=h[F].getSort()===null)}R||(x=fM(b))}else!e.length||S||(t&&s?x=gM(a,b,s,o,e):x=a.doFullSort(b.childrenAfterAggFilter,e));if(x||(x=b.childrenAfterAggFilter?.slice(0)??[]),m||(m=b.childrenAfterSort?.[0]!==x[0]),b.childrenAfterSort=x,pm(b),f){const R={nodes:b.childrenAfterSort};f(R)}};if(o?.forEachChangedNodeDepthFirst(w),m&&i.get("groupHideOpenParents")){const b=c?.getShowRowGroupCols();b?.length&&l.refreshCells({columns:b,force:!0})}}shouldSortContainsGroupCols(e){const t=e.length;if(!t)return!1;if(qt(this.gos)){for(let s=0;s<t;++s){const o=e[s].column;if(o.isPrimary()&&o.isRowGroupActive())return!0}return!1}for(let s=0;s<t;++s)if(e[s].column.getColDef().showRowGroup)return!0;return!1}},gM=(e,t,s,o,i)=>{const n=t.childrenAfterAggFilter,r=t.childrenAfterSort;if(!r)return e.doFullSort(n,i);const a=new Set,l=[],{updates:c,adds:d}=s;for(let h=0,p=n.length;h<p;++h){const f=n[h];c.has(f)||d.has(f)||o&&!o.canSkip(f)?l.push({currentPos:l.length,rowNode:f}):a.add(f)}const u=r.filter(h=>a.has(h)).map((h,p)=>({currentPos:p,rowNode:h}));return l.sort((h,p)=>e.compareRowNodes(i,h,p)),pM(e,i,l,u)},pM=(e,t,s,o)=>{let i=0,n=0;const r=s.length,a=o.length,l=new Array(r+a);let c=0;for(;i<r&&n<a;){const d=s[i],u=o[n];e.compareRowNodes(t,d,u)<0?(l[c++]=d.rowNode,++i):(l[c++]=u.rowNode,++n)}for(;i<r;)l[c++]=s[i++].rowNode;for(;n<a;)l[c++]=o[n++].rowNode;return l},fM=e=>{const t=e.childrenAfterSort,s=e.childrenAfterAggFilter,o=t?.length,i=s?.length;if(!o||!i)return null;const n=new Array(i),r=new Set;for(let l=0;l<i;++l)r.add(s[l]);let a=0;for(let l=0;l<o;++l){const c=t[l];r.delete(c)&&(n[a++]=c)}if(r.size===0&&a===o)return t;for(const l of r)n[a++]=l;return n.length=a,n},mM=class extends A{constructor(){super(...arguments),this.beanName="rowModel",this.rootNode=null,this.rowCountReady=!1,this.nodeManager=void 0,this.rowsToDisplay=[],this.rowDataUpdatedPending=!1,this.asyncTransactions=null,this.asyncTransactionsTimer=0,this.started=!1,this.refreshingModel=!1,this.rowNodesCountReady=!1,this.stages=[],this.stagesRefreshProps=new Map,this.onRowHeightChanged_debounced=tt(this,this.onRowHeightChanged.bind(this),100)}postConstruct(){const e=this.beans,t=new As(e);this.rootNode=t,this.nodeManager=this.createBean(new rM(t));const s=this.refreshModel.bind(this,{step:"group"}),o=this.refreshModel.bind(this,{step:"group",afterColumnsChanged:!0,keepRenderedRows:!0,animate:!this.gos.get("suppressAnimationFrame")});this.addManagedEventListeners({newColumnsLoaded:o,columnRowGroupChanged:s,columnValueChanged:this.onValueChanged.bind(this),columnPivotChanged:this.refreshModel.bind(this,{step:"pivot"}),filterChanged:this.onFilterChanged.bind(this),sortChanged:this.onSortChanged.bind(this),columnPivotModeChanged:s,gridStylesChanged:this.onGridStylesChanges.bind(this),gridReady:this.onGridReady.bind(this),rowExpansionStateChanged:this.onRowGroupOpened.bind(this)}),this.addPropertyListeners()}addPropertyListeners(){const{beans:e,stagesRefreshProps:t}=this,s=[e.groupStage,e.filterStage,e.pivotStage,e.aggStage,e.sortStage,e.filterAggStage,e.flattenStage].filter(o=>!!o);this.stages=s;for(let o=s.length-1;o>=0;--o)for(const i of s[o].refreshProps)t.set(i,o);this.addManagedPropertyListeners([...t.keys()],o=>{const i=o.changeSet?.properties;i&&this.onPropChange(i)}),this.addManagedPropertyListener("rowData",()=>this.onPropChange(["rowData"])),this.addManagedPropertyListener("rowHeight",()=>this.resetRowHeights())}start(){this.started=!0,this.rowNodesCountReady?this.refreshModel({step:"group",rowDataUpdated:!0,newData:!0}):this.setInitialData()}setInitialData(){this.gos.get("rowData")&&this.onPropChange(["rowData"])}ensureRowHeightsValid(e,t,s,o){let i,n=!1;do{i=!1;const r=this.getRowIndexAtPixel(e),a=this.getRowIndexAtPixel(t),l=Math.max(r,s),c=Math.min(a,o);for(let d=l;d<=c;d++){const u=this.getRow(d);if(u.rowHeightEstimated){const h=Ts(this.beans,u);u.setRowHeight(h.height),i=!0,n=!0}}i&&this.setRowTopAndRowIndex()}while(i);return n}onPropChange(e){const{nodeManager:t,gos:s,beans:o}=this,i=o.groupStage;if(!t)return;const n=new Set(e),r=i?.onPropChange(n);let a;n.has("rowData")?a=s.get("rowData"):r&&(a=i?.extractData()),a&&!Array.isArray(a)&&(a=null,G(1));const l={step:"nothing",changedProps:n};a&&(!r&&!this.isEmpty()&&a.length>0&&s.exists("getRowId")&&!s.get("resetRowDataOnUpdate")?(l.keepRenderedRows=!0,l.animate=!s.get("suppressAnimationFrame"),l.changedRowNodes=new or,t.setImmutableRowData(l,a)):(l.rowDataUpdated=!0,l.newData=!0,t.setNewRowData(a),this.rowNodesCountReady=!0));const c=l.rowDataUpdated?"group":this.getRefreshedStage(e);c&&(l.step=c,this.refreshModel(l))}getRefreshedStage(e){const{stages:t,stagesRefreshProps:s}=this,o=t.length;let i=o;for(let n=0,r=e.length;n<r&&i;++n)i=Math.min(i,s.get(e[n])??i);return i<o?t[i].step:null}setRowTopAndRowIndex(e){const{beans:t,rowsToDisplay:s}=this,o=t.environment.getDefaultRowHeight();let i=0;const n=st(this.gos,"normal");for(let r=0,a=s.length;r<a;++r){const l=s[r],c=l.id;if(c!=null&&e?.add(c),l.rowHeight==null){const d=Ts(t,l,n,o);l.setRowHeight(d.height,d.estimated)}l.setRowTop(i),l.setRowIndex(r),i+=l.rowHeight}}clearRowTopAndRowIndex(e,t){const s=e.active,o=r=>{r?.id!=null&&!t.has(r.id)&&r.clearRowTopAndRowIndex()},i=r=>{o(r),o(r.detailNode),o(r.sibling);const a=r.childrenAfterGroup;if(!r.hasChildren()||!a)return;const l=r.level==-1;if(!(s&&!l&&!r.expanded))for(let d=0,u=a.length;d<u;++d)i(a[d])},n=this.rootNode;n&&i(n)}isLastRowIndexKnown(){return!0}getRowCount(){return this.rowsToDisplay.length}getTopLevelRowCount(){const{rootNode:e,rowsToDisplay:t}=this;if(!e||!t.length)return 0;if(t[0]===e)return 1;const o=e.sibling?.displayed?1:0;return(e.childrenAfterSort?.length??0)+o}getTopLevelRowDisplayedIndex(e){const{beans:t,rootNode:s,rowsToDisplay:o}=this;if(!s||!o.length||o[0]===s)return e;const n=s.childrenAfterSort,r=l=>{let c=n[l];if(this.gos.get("groupHideOpenParents"))for(;c.expanded&&c.childrenAfterSort&&c.childrenAfterSort.length>0;)c=c.childrenAfterSort[0];return c.rowIndex},a=t.footerSvc;return a?a?.getTopDisplayIndex(o,e,n,r):r(e)}getTopLevelIndexFromDisplayedIndex(e){const{rootNode:t,rowsToDisplay:s}=this;if(!t||!s.length||s[0]===t)return e;let i=this.getRow(e);i.footer&&(i=i.sibling);let n=i.parent;for(;n&&n!==t;)i=n,n=i.parent;const r=t.childrenAfterSort?.indexOf(i)??-1;return r>=0?r:e}getRowBounds(e){const t=this.rowsToDisplay[e];return t?{rowTop:t.rowTop,rowHeight:t.rowHeight}:null}onRowGroupOpened(){this.refreshModel({step:"map",keepRenderedRows:!0,animate:No(this.gos)})}onFilterChanged({afterDataChange:e,columns:t}){if(!e){const o=t.length===0||t.some(i=>i.isPrimary())?"filter":"filter_aggregates";this.refreshModel({step:o,keepRenderedRows:!0,animate:No(this.gos)})}}onSortChanged(){this.refreshModel({step:"sort",keepRenderedRows:!0,animate:No(this.gos)})}getType(){return"clientSide"}onValueChanged(){this.refreshModel({step:this.beans.colModel.isPivotActive()?"pivot":"aggregate"})}createChangePath(e){const t=new Qi(!1,this.rootNode);return t.active=e,t}isSuppressModelUpdateAfterUpdateTransaction(e){if(!this.gos.get("suppressModelUpdateAfterUpdateTransaction"))return!1;const{changedRowNodes:t,newData:s,rowDataUpdated:o}=e;return!(!t||s||!o||t.removals.size||t.adds.size)}refreshModel(e){const{nodeManager:t,beans:s,eventSvc:o,started:i,refreshingModel:n}=this;if(!t)return;const r=!!e.rowDataUpdated,a=e.changedPath??(e.changedPath=this.createChangePath(!e.newData&&r));if(i&&r&&o.dispatchEvent({type:"rowDataUpdated"}),!i||n||s.colModel.changeEventsDispatching||this.isSuppressModelUpdateAfterUpdateTransaction(e)){this.rowDataUpdatedPending||(this.rowDataUpdatedPending=r);return}switch(this.rowDataUpdatedPending&&(this.rowDataUpdatedPending=!1,e.step="group"),this.refreshingModel=!0,s.masterDetailSvc?.refreshModel(e),r&&e.step!=="group"&&s.colFilter?.refreshModel(),e.step){case"group":this.doGrouping(e);case"filter":this.doFilter(a);case"pivot":this.doPivot(a);case"aggregate":this.doAggregate(a);case"filter_aggregates":this.doFilterAggregates(a);case"sort":this.doSort(e.changedRowNodes,a);case"map":this.doRowsToDisplay()}const l=new Set;this.setRowTopAndRowIndex(l),this.clearRowTopAndRowIndex(a,l),this.refreshingModel=!1,o.dispatchEvent({type:"modelUpdated",animate:e.animate,keepRenderedRows:e.keepRenderedRows,newData:e.newData,newPage:!1,keepUndoRedoStack:e.keepUndoRedoStack})}isEmpty(){return!this.rootNode?._leafs?.length||!this.beans.colModel?.ready}isRowsToRender(){return this.rowsToDisplay.length>0}getNodesInRangeForSelection(e,t){let s=!1,o=!1;const i=[],n=Yi(this.gos);return this.forEachNodeAfterFilterAndSort(r=>{if(o)return;if(s&&(r===t||r===e)&&(o=!0,n&&r.group)){fm(i,r);return}if(!s){if(r!==t&&r!==e)return;s=!0,t===e&&(o=!0)}(!r.group||!n)&&i.push(r)}),i}getTopLevelNodes(){return this.rootNode?.childrenAfterGroup??null}getRow(e){return this.rowsToDisplay[e]}isRowPresent(e){return this.rowsToDisplay.indexOf(e)>=0}getRowIndexAtPixel(e){const t=this.rowsToDisplay,s=t.length;if(this.isEmpty()||s===0)return-1;let o=0,i=s-1;if(e<=0)return 0;if(t[i].rowTop<=e)return i;let r=-1,a=-1;for(;;){const l=Math.floor((o+i)/2),c=t[l];if(this.isRowInPixel(c,e)||(c.rowTop<e?o=l+1:c.rowTop>e&&(i=l-1),r===o&&a===i))return l;r=o,a=i}}isRowInPixel(e,t){const s=e.rowTop,o=s+e.rowHeight;return s<=t&&o>t}forEachLeafNode(e){const t=this.rootNode?._leafs;if(t)for(let s=0,o=t.length;s<o;++s)e(t[s],s)}forEachNode(e,t=!1){this.depthFirstSearchRowNodes(e,t)}forEachDisplayedNode(e){const t=this.rowsToDisplay;for(let s=0,o=t.length;s<o;++s)e(t[s],s)}forEachNodeAfterFilter(e,t=!1){this.depthFirstSearchRowNodes(e,t,s=>s.childrenAfterAggFilter)}forEachNodeAfterFilterAndSort(e,t=!1){this.depthFirstSearchRowNodes(e,t,s=>s.childrenAfterSort)}forEachPivotNode(e,t,s){const{colModel:o,rowGroupColsSvc:i}=this.beans;if(!o.isPivotMode())return;if(!i?.columns.length){e(this.rootNode,0);return}const n=s?"childrenAfterSort":"childrenAfterGroup";this.depthFirstSearchRowNodes(e,t,r=>r.leafGroup?null:r[n])}depthFirstSearchRowNodes(e,t=!1,s=n=>n.childrenAfterGroup,o=this.rootNode,i=0){let n=i;if(!o)return n;const r=o===this.rootNode;if(r||e(o,n++),o.hasChildren()&&!o.footer){const a=s(o);if(a){const l=this.beans.footerSvc;n=l?.addTotalRows(n,o,e,t,r,"top")??n;for(const c of a)n=this.depthFirstSearchRowNodes(e,t,s,c,n);return l?.addTotalRows(n,o,e,t,r,"bottom")??n}}return n}doAggregate(e){const t=this.rootNode;t&&this.beans.aggStage?.execute({rowNode:t,changedPath:e})}doFilterAggregates(e){const t=this.rootNode,s=this.beans.filterAggStage;if(s){s.execute({rowNode:t,changedPath:e});return}t.childrenAfterAggFilter=t.childrenAfterFilter}doSort(e,t){const s=this.beans.sortStage;if(s){s.execute({rowNode:this.rootNode,changedRowNodes:e,changedPath:t});return}t.forEachChangedNodeDepthFirst(o=>{o.childrenAfterSort=o.childrenAfterAggFilter.slice(0),pm(o)})}doGrouping(e){const t=this.rootNode,o=this.beans.groupStage?.execute({rowNode:t,changedRowNodes:e.changedRowNodes,changedPath:e.changedPath,afterColumnsChanged:!!e.afterColumnsChanged});if(o===void 0){const i=t._leafs;t.childrenAfterGroup=i,t.updateHasChildren();const n=t.sibling;n&&(n.childrenAfterGroup=i)}(o||e.rowDataUpdated)&&this.beans.colFilter?.refreshModel(),!this.rowCountReady&&this.rowNodesCountReady&&(this.rowCountReady=!0,this.eventSvc.dispatchEventOnce({type:"rowCountReady"}))}doFilter(e){const t=this.beans.filterStage;if(t){t.execute({rowNode:this.rootNode,changedPath:e});return}e.forEachChangedNodeDepthFirst(s=>{s.childrenAfterFilter=s.childrenAfterGroup,Vf(s)},!0)}doPivot(e){this.beans.pivotStage?.execute({rowNode:this.rootNode,changedPath:e})}getRowNode(e){const t=this.nodeManager?.getRowNode(e);return typeof t=="object"?t:typeof e=="string"&&e.indexOf(ql)===0?this.beans.groupStage?.getNode(e):void 0}batchUpdateRowData(e,t){if(!this.asyncTransactionsTimer){this.asyncTransactions=[];const s=this.gos.get("asyncTransactionWaitMillis");this.asyncTransactionsTimer=setTimeout(()=>this.executeBatchUpdateRowData(),s)}this.asyncTransactions.push({rowDataTransaction:e,callback:t})}flushAsyncTransactions(){const e=this.asyncTransactionsTimer;e&&(clearTimeout(e),this.executeBatchUpdateRowData())}executeBatchUpdateRowData(){const{nodeManager:e,beans:t,eventSvc:s,asyncTransactions:o}=this;if(!e)return;t.valueCache?.onDataChanged();const i=[],n=[],r=new or;for(const{rowDataTransaction:a,callback:l}of o??[]){this.rowNodesCountReady=!0;const c=e.updateRowData(a,r);i.push(c),l&&n.push(l.bind(null,c))}this.commitTransactions(r),n.length>0&&setTimeout(()=>{for(let a=0,l=n.length;a<l;a++)n[a]()},0),i.length>0&&s.dispatchEvent({type:"asyncTransactionsFlushed",results:i}),this.asyncTransactionsTimer=0,this.asyncTransactions=null}updateRowData(e){const t=this.nodeManager;if(!t)return null;this.beans.valueCache?.onDataChanged(),this.rowNodesCountReady=!0;const s=new or,o=t.updateRowData(e,s);return this.commitTransactions(s),o}commitTransactions(e){this.refreshModel({step:"group",rowDataUpdated:!0,keepRenderedRows:!0,animate:!this.gos.get("suppressAnimationFrame"),changedRowNodes:e,changedPath:this.createChangePath(!0)})}doRowsToDisplay(){const{beans:e,rootNode:t}=this,s=e.flattenStage;if(s){this.rowsToDisplay=s.execute({rowNode:t});return}const o=this.rootNode.childrenAfterSort??[];for(const i of o)i.setUiLevel(0);this.rowsToDisplay=o}onRowHeightChanged(){this.refreshModel({step:"map",keepRenderedRows:!0,keepUndoRedoStack:!0})}resetRowHeights(){const e=this.rootNode;if(!e)return;const t=this.resetRowHeightsForAllRowNodes();e.setRowHeight(e.rowHeight,!0);const s=e.sibling;s?.setRowHeight(s.rowHeight,!0),t&&this.onRowHeightChanged()}resetRowHeightsForAllRowNodes(){let e=!1;return this.forEachNode(t=>{t.setRowHeight(t.rowHeight,!0);const s=t.detailNode;s?.setRowHeight(s.rowHeight,!0);const o=t.sibling;o?.setRowHeight(o.rowHeight,!0),e=!0}),e}onGridStylesChanges(e){e.rowHeightChanged&&!this.beans.rowAutoHeight?.active&&this.resetRowHeights()}onGridReady(){this.started||this.setInitialData()}destroy(){super.destroy(),this.nodeManager=this.destroyBean(this.nodeManager),this.started=!1,this.rootNode=null,this.rowsToDisplay=[],this.asyncTransactions=null,clearTimeout(this.asyncTransactionsTimer)}onRowHeightChangedDebounced(){this.onRowHeightChanged_debounced()}},fm=(e,t)=>{const s=t.childrenAfterGroup;if(s)for(let o=0,i=s.length;o<i;++o){const n=s[o];n.data&&e.push(n),n.group&&fm(e,n)}};function CM(e){e.expansionSvc?.onGroupExpandedOrCollapsed()}function vM(e,t){const s=Ns(e);s&&((!t||t==="everything")&&(t="group"),s.refreshModel({step:t,keepRenderedRows:!0,animate:!e.gos.get("suppressAnimationFrame")}))}function wM(e){return Ns(e)?.isEmpty()??!0}function bM(e,t){Ns(e)?.forEachLeafNode(t)}function SM(e,t){Ns(e)?.forEachNodeAfterFilter(t)}function yM(e,t){Ns(e)?.forEachNodeAfterFilterAndSort(t)}function xM(e,t){return e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.updateRowData(t))}function RM(e,t,s){e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.batchUpdateRowData(t,s))}function FM(e){e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.flushAsyncTransactions())}function EM(e){return e.selectionSvc?.getBestCostNodeSelection()}var DM={moduleName:"ClientSideRowModel",version:U,rowModels:["clientSide"],beans:[mM,hM],dependsOn:[Nf]},PM={moduleName:"ClientSideRowModelApi",version:U,apiFunctions:{onGroupExpandedOrCollapsed:CM,refreshClientSideRowModel:vM,isRowDataEmpty:wM,forEachLeafNode:bM,forEachNodeAfterFilter:SM,forEachNodeAfterFilterAndSort:yM,applyTransaction:xM,applyTransactionAsync:RM,flushAsyncTransactions:FM,getBestCostNodeSelection:EM,resetRowHeights:gm,onRowHeightChanged:hm},dependsOn:[tM,sM]},MM=class extends A{constructor(){super(...arguments),this.beanName="gridSerializer"}wireBeans(e){this.visibleCols=e.visibleCols,this.colModel=e.colModel,this.rowModel=e.rowModel,this.pinnedRowModel=e.pinnedRowModel}serialize(e,t={}){const{allColumns:s,columnKeys:o,skipRowGroups:i,exportRowNumbers:n}=t,r=this.getColumnsToExport({allColumns:s,skipRowGroups:i,columnKeys:o,exportRowNumbers:n});return[this.prepareSession(r),this.prependContent(t),this.exportColumnGroups(t,r),this.exportHeaders(t,r),this.processPinnedTopRows(t,r),this.processRows(t,r),this.processPinnedBottomRows(t,r),this.appendContent(t)].reduce((a,l)=>l(a),e).parse()}processRow(e,t,s,o){const i=t.shouldRowBeSkipped||(()=>!1),r=t.rowPositions!=null||!!t.onlySelected,a=this.gos.get("groupHideOpenParents")&&!r,l=this.colModel.isPivotMode()?o.leafGroup:!o.group,c=!!o.footer,d=o.allChildrenCount===1&&o.childrenAfterGroup?.length===1&&Ub(this.gos,o);if(!l&&!c&&(t.skipRowGroups||d||a)||t.onlySelected&&!o.isSelected()||t.skipPinnedTop&&o.rowPinned==="top"||t.skipPinnedBottom&&o.rowPinned==="bottom"||o.stub||o.level===-1&&!l&&!c||i(ae(this.gos,{node:o})))return;const p=e.onNewBodyRow(o);if(s.forEach((f,m)=>{p.onColumn(f,m,o)}),t.getCustomContentBelowRow){const f=t.getCustomContentBelowRow(ae(this.gos,{node:o}));f&&e.addCustomContent(f)}}appendContent(e){return t=>{const s=e.appendContent;return s&&t.addCustomContent(s),t}}prependContent(e){return t=>{const s=e.prependContent;return s&&t.addCustomContent(s),t}}prepareSession(e){return t=>(t.prepare(e),t)}exportColumnGroups(e,t){return s=>{if(!e.skipColumnGroupHeaders){const o=new ap,{colGroupSvc:i}=this.beans,n=i?i.createColumnGroups({columns:t,idCreator:o,pinned:null,isStandaloneStructure:!0}):t;this.recursivelyAddHeaderGroups(n,s,e.processGroupHeaderCallback)}return s}}exportHeaders(e,t){return s=>{if(!e.skipColumnHeaders){const o=s.onNewHeaderRow();t.forEach((i,n)=>{o.onColumn(i,n,void 0)})}return s}}processPinnedTopRows(e,t){return s=>{const o=this.processRow.bind(this,s,e,t);return e.rowPositions?e.rowPositions.filter(i=>i.rowPinned==="top").sort((i,n)=>i.rowIndex-n.rowIndex).map(i=>this.pinnedRowModel?.getPinnedTopRow(i.rowIndex)).forEach(o):this.pinnedRowModel?.isManual()||this.pinnedRowModel?.forEachPinnedRow("top",o),s}}processRows(e,t){return s=>{const o=this.rowModel,i=We(this.gos),n=po(this.gos),r=!i&&e.onlySelected,a=this.processRow.bind(this,s,e,t),{exportedRows:l="filteredAndSorted"}=e;if(e.rowPositions)e.rowPositions.filter(c=>c.rowPinned==null).sort((c,d)=>c.rowIndex-d.rowIndex).map(c=>o.getRow(c.rowIndex)).forEach(a);else if(this.colModel.isPivotMode())i?o.forEachPivotNode(a,!0,l==="filteredAndSorted"):n?o.forEachNodeAfterFilterAndSort(a,!0):o.forEachNode(a);else if(e.onlySelectedAllPages||r){const c=this.beans.selectionSvc?.getSelectedNodes()??[];this.replicateSortedOrder(c),c.forEach(a)}else l==="all"?o.forEachNode(a):i||n?o.forEachNodeAfterFilterAndSort(a,!0):o.forEachNode(a);return s}}replicateSortedOrder(e){const{sortSvc:t,rowNodeSorter:s}=this.beans;if(!t||!s)return;const o=t.getSortOptions(),i=(n,r)=>n.rowIndex!=null&&r.rowIndex!=null?n.rowIndex-r.rowIndex:n.level===r.level?n.parent?.id===r.parent?.id?s.compareRowNodes(o,{rowNode:n,currentPos:n.rowIndex??-1},{rowNode:r,currentPos:r.rowIndex??-1}):i(n.parent,r.parent):n.level>r.level?i(n.parent,r):i(n,r.parent);e.sort(i)}processPinnedBottomRows(e,t){return s=>{const o=this.processRow.bind(this,s,e,t);return e.rowPositions?e.rowPositions.filter(i=>i.rowPinned==="bottom").sort((i,n)=>i.rowIndex-n.rowIndex).map(i=>this.pinnedRowModel?.getPinnedBottomRow(i.rowIndex)).forEach(o):this.pinnedRowModel?.isManual()||this.pinnedRowModel?.forEachPinnedRow("bottom",o),s}}getColumnsToExport(e){const{allColumns:t=!1,skipRowGroups:s=!1,exportRowNumbers:o=!1,columnKeys:i}=e,{colModel:n,gos:r,visibleCols:a}=this,l=n.isPivotMode(),c=h=>Cs(h)?!1:!cs(h)||o;if(i?.length)return n.getColsForKeys(i).filter(c);const d=r.get("treeData");let u=[];return t&&!l?u=n.getCols():u=a.allCols,u=u.filter(h=>c(h)&&(s&&!d?!Oc(h):!0)),u}recursivelyAddHeaderGroups(e,t,s){const o=[];for(const i of e){const n=i;if(n.getChildren)for(const r of n.getChildren()??[])o.push(r)}e.length>0&&_e(e[0])&&this.doAddHeaderHeader(t,e,s),o&&o.length>0&&this.recursivelyAddHeaderGroups(o,t,s)}doAddHeaderHeader(e,t,s){const o=e.onNewHeaderGroupingRow();let i=0;for(const n of t){const r=n;let a;s?a=s(ae(this.gos,{columnGroup:r})):a=this.beans.colNames.getDisplayNameForColumnGroup(r,"header");const c=(r.isExpandable()?r.getLeafColumns():[]).reduce((d,u,h,p)=>{let f=Te(d);return u.getColumnGroupShow()==="open"?(!f||f[1]!=null)&&(f=[h],d.push(f)):f&&f[1]==null&&(f[1]=h-1),h===p.length-1&&f&&f[1]==null&&(f[1]=h),d},[]);o.onColumn(r,a||"",i++,r.getLeafColumns().length-1,c)}}},TM={moduleName:"SharedExport",version:U,beans:[MM]},dh=`\r
|
|
61
|
-
`,IM=class extends nP{constructor(e){super(e),this.config=e,this.isFirstLine=!0,this.result="";const{suppressQuotes:t,columnSeparator:s}=e;this.suppressQuotes=t,this.columnSeparator=s}addCustomContent(e){e&&(typeof e=="string"?(/^\s*\n/.test(e)||this.beginNewLine(),e=e.replace(/\r?\n/g,dh),this.result+=e):e.forEach(t=>{this.beginNewLine(),t.forEach((s,o)=>{o!==0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(s.data.value||""),s.mergeAcross&&this.appendEmptyCells(s.mergeAcross)})}))}onNewHeaderGroupingRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderGroupingRowColumn.bind(this)}}onNewHeaderGroupingRowColumn(e,t,s,o){s!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(t),this.appendEmptyCells(o)}appendEmptyCells(e){for(let t=1;t<=e;t++)this.result+=this.columnSeparator+this.putInQuotes("")}onNewHeaderRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderRowColumn.bind(this)}}onNewHeaderRowColumn(e,t){t!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(this.extractHeaderValue(e))}onNewBodyRow(){return this.beginNewLine(),{onColumn:this.onNewBodyRowColumn.bind(this)}}onNewBodyRowColumn(e,t,s){t!=0&&(this.result+=this.columnSeparator);const o=this.extractRowCellValue(e,t,t,"csv",s);this.result+=this.putInQuotes(o.valueFormatted??o.value)}putInQuotes(e){if(this.suppressQuotes)return e;if(e==null)return'""';let t;return typeof e=="string"?t=e:typeof e.toString=="function"?t=e.toString():(G(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=dh),this.isFirstLine=!1}},kM=class extends iP{constructor(){super(...arguments),this.beanName="csvCreator"}wireBeans(e){this.colModel=e.colModel,this.colNames=e.colNames,this.rowGroupColsSvc=e.rowGroupColsSvc,this.valueSvc=e.valueSvc}getMergedParams(e){const t=this.gos.get("defaultCsvExportParams");return Object.assign({},t,e)}export(e){if(this.isExportSuppressed()){G(51);return}const t=this.getMergedParams(e),s=this.getData(t),o=new Blob(["\uFEFF",s],{type:"text/plain"}),i=typeof t.fileName=="function"?t.fileName(ae(this.gos,{})):t.fileName;rP(this.getFileName(i),o)}exportDataAsCsv(e){this.export(e)}getDataAsCsv(e,t=!1){const s=t?Object.assign({},e):this.getMergedParams(e);return this.getData(s)}getDefaultFileExtension(){return"csv"}createSerializingSession(e){const{colModel:t,colNames:s,rowGroupColsSvc:o,valueSvc:i,gos:n}=this,{processCellCallback:r,processHeaderCallback:a,processGroupHeaderCallback:l,processRowGroupCallback:c,suppressQuotes:d,columnSeparator:u}=e;return new IM({colModel:t,colNames:s,valueSvc:i,gos:n,processCellCallback:r||void 0,processHeaderCallback:a||void 0,processGroupHeaderCallback:l||void 0,processRowGroupCallback:c||void 0,suppressQuotes:d||!1,columnSeparator:u||",",rowGroupColsSvc:o})}isExportSuppressed(){return this.gos.get("suppressCsvExport")}};function AM(e,t){return e.csvCreator?.getDataAsCsv(t)}function LM(e,t){e.csvCreator?.exportDataAsCsv(t)}var OM={moduleName:"CsvExport",version:U,beans:[kM],apiFunctions:{getDataAsCsv:AM,exportDataAsCsv:LM},dependsOn:[TM]},NM=class extends A{constructor(e,t,s){super(),this.id=e,this.parentCache=t,this.params=s,this.state="needsLoading",this.version=0,this.startRow=e*s.blockSize,this.endRow=this.startRow+s.blockSize}load(){this.state="loading",this.loadFromDatasource()}setStateWaitingToLoad(){this.version++,this.state="needsLoading"}pageLoadFailed(e){this.isRequestMostRecentAndLive(e)&&(this.state="failed"),this.dispatchLocalEvent({type:"loadComplete"})}pageLoaded(e,t,s){this.successCommon(e,{rowData:t,rowCount:s})}isRequestMostRecentAndLive(e){const t=e===this.version,s=this.isAlive();return t&&s}successCommon(e,t){this.dispatchLocalEvent({type:"loadComplete"}),this.isRequestMostRecentAndLive(e)&&(this.state="loaded",this.processServerResult(t))}postConstruct(){this.rowNodes=[];const{params:{blockSize:e,rowHeight:t},startRow:s,beans:o,rowNodes:i}=this;for(let n=0;n<e;n++){const r=s+n,a=new As(o);a.setRowHeight(t),a.uiLevel=0,a.setRowIndex(r),a.setRowTop(t*r),i.push(a)}}getBlockStateJson(){const{id:e,startRow:t,endRow:s,state:o}=this;return{id:""+e,state:{blockNumber:e,startRow:t,endRow:s,pageStatus:o}}}setDataAndId(e,t,s){K(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(He(this.params.datasource.getRows)){G(90);return}window.setTimeout(()=>{this.params.datasource.getRows(e)},0)}createLoadParams(){const{startRow:e,endRow:t,version:s,params:{sortModel:o,filterModel:i},gos:n}=this;return{startRow:e,endRow:t,successCallback:this.pageLoaded.bind(this,s),failCallback:this.pageLoadFailed.bind(this,s),sortModel:o,filterModel:i,context:ae(n,{}).context}}forEachNode(e,t,s){this.rowNodes.forEach((o,i)=>{this.startRow+i<s&&e(o,t.value++)})}getRow(e,t=!1){t||(this.lastAccessed=this.params.lastAccessedSequence.value++);const s=e-this.startRow;return this.rowNodes[s]}processServerResult(e){const{rowNodes:t,beans:s}=this;t.forEach((i,n)=>{const r=e.rowData?e.rowData[n]:void 0;!i.id&&i.alreadyRendered&&r&&(t[n]=new As(s),t[n].setRowIndex(i.rowIndex),t[n].setRowTop(i.rowTop),t[n].setRowHeight(i.rowHeight),i.clearRowTopAndRowIndex()),this.setDataAndId(t[n],r,this.startRow+n)});const o=e.rowCount!=null&&e.rowCount>=0?e.rowCount:void 0;this.parentCache.pageLoaded(this,o)}destroy(){for(const e of this.rowNodes)e.clearRowTopAndRowIndex();super.destroy()}},HM=2,GM=class extends A{constructor(e){super(),this.params=e,this.lastRowIndexKnown=!1,this.blocks={},this.blockCount=0,this.rowCount=e.initialRowCount}getRow(e,t=!1){const s=Math.floor(e/this.params.blockSize);let o=this.blocks[s];if(!o){if(t)return;o=this.createBlock(s)}return o.getRow(e)}createBlock(e){const t=this.params,s=this.createBean(new NM(e,this,t));return this.blocks[s.id]=s,this.blockCount++,this.purgeBlocksIfNeeded(s),t.rowNodeBlockLoader.addBlock(s),s}refreshCache(){if(this.blockCount==0){this.purgeCache();return}for(const t of this.getBlocksInOrder())t.setStateWaitingToLoad();this.params.rowNodeBlockLoader.checkBlockToLoad()}destroy(){for(const e of this.getBlocksInOrder())this.destroyBlock(e);super.destroy()}getRowCount(){return this.rowCount}isLastRowIndexKnown(){return this.lastRowIndexKnown}pageLoaded(e,t){this.isAlive()&&(io(this.gos,`InfiniteCache - onPageLoaded: page = ${e.id}, lastRow = ${t}`),this.checkRowCount(e,t),this.onCacheUpdated())}purgeBlocksIfNeeded(e){const t=this.getBlocksInOrder().filter(r=>r!=e),s=(r,a)=>a.lastAccessed-r.lastAccessed;t.sort(s);const o=this.params.maxBlocksInCache>0,i=o?this.params.maxBlocksInCache-1:null,n=HM-1;t.forEach((r,a)=>{const l=r.state==="needsLoading"&&a>=n,c=o?a>=i:!1;if(l||c){if(this.isBlockCurrentlyDisplayed(r)||this.isBlockFocused(r))return;this.removeBlockFromCache(r)}})}isBlockFocused(e){const t=this.beans.focusSvc.getFocusCellToUseAfterRefresh();if(!t||t.rowPinned!=null)return!1;const{startRow:s,endRow:o}=e;return t.rowIndex>=s&&t.rowIndex<o}isBlockCurrentlyDisplayed(e){const{startRow:t,endRow:s}=e;return this.beans.rowRenderer.isRangeInRenderedViewport(t,s-1)}removeBlockFromCache(e){e&&this.destroyBlock(e)}checkRowCount(e,t){if(typeof t=="number"&&t>=0)this.rowCount=t,this.lastRowIndexKnown=!0;else if(!this.lastRowIndexKnown){const{blockSize:s,overflowSize:o}=this.params,n=(e.id+1)*s+o;this.rowCount<n&&(this.rowCount=n)}}setRowCount(e,t){this.rowCount=e,K(t)&&(this.lastRowIndexKnown=t),this.lastRowIndexKnown||this.rowCount%this.params.blockSize===0&&this.rowCount++,this.onCacheUpdated()}forEachNodeDeep(e){const t={value:0};for(const s of this.getBlocksInOrder())s.forEachNode(e,t,this.rowCount)}getBlocksInOrder(){const e=(s,o)=>s.id-o.id;return Object.values(this.blocks).sort(e)}destroyBlock(e){delete this.blocks[e.id],this.destroyBean(e),this.blockCount--,this.params.rowNodeBlockLoader.removeBlock(e)}onCacheUpdated(){this.isAlive()&&(this.destroyAllBlocksPastVirtualRowCount(),this.eventSvc.dispatchEvent({type:"storeUpdated"}))}destroyAllBlocksPastVirtualRowCount(){const e=[];for(const t of this.getBlocksInOrder())t.id*this.params.blockSize>=this.rowCount&&e.push(t);if(e.length>0)for(const t of e)this.destroyBlock(t)}purgeCache(){for(const e of this.getBlocksInOrder())this.removeBlockFromCache(e);this.lastRowIndexKnown=!1,this.rowCount===0&&(this.rowCount=this.params.initialRowCount),this.onCacheUpdated()}getRowNodesInRange(e,t){const s=[];let o=-1,i=!1;const n={value:0};let r=!1;for(const l of this.getBlocksInOrder())if(!r){if(i&&o+1!==l.id){r=!0;continue}o=l.id,l.forEachNode(c=>{const d=c===e||c===t;(i||d)&&s.push(c),d&&(i=!i)},n,this.rowCount)}return r||i?[]:s}},BM=class extends A{constructor(){super(...arguments),this.beanName="rowModel",this.rootNode=null}getRowBounds(e){return{rowHeight:this.rowHeight,rowTop:this.rowHeight*e}}ensureRowHeightsValid(){return!1}postConstruct(){if(this.gos.get("rowModelType")!=="infinite")return;const e=this.beans,t=new As(e);this.rootNode=t,t.level=-1,this.rowHeight=Zs(e),this.addEventListeners(),this.addDestroyFunc(()=>this.destroyCache())}start(){this.setDatasource(this.gos.get("datasource"))}destroy(){this.destroyDatasource(),super.destroy(),this.rootNode=null}destroyDatasource(){this.datasource&&(this.destroyBean(this.datasource),this.beans.rowRenderer.datasourceChanged(),this.datasource=null)}addEventListeners(){this.addManagedEventListeners({filterChanged:this.reset.bind(this),sortChanged:this.reset.bind(this),newColumnsLoaded:this.onColumnEverything.bind(this),storeUpdated:this.dispatchModelUpdatedEvent.bind(this)}),this.addManagedPropertyListener("datasource",()=>this.setDatasource(this.gos.get("datasource"))),this.addManagedPropertyListener("cacheBlockSize",()=>this.resetCache()),this.addManagedPropertyListener("rowHeight",()=>{this.rowHeight=Zs(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!_i(this.cacheParams.sortModel,this.beans.sortSvc?.getSortModel()??[]):e=!0,e&&this.reset()}getType(){return"infinite"}setDatasource(e){this.destroyDatasource(),this.datasource=e,e&&this.reset()}isEmpty(){return!this.infiniteCache}isRowsToRender(){return!!this.infiniteCache}getNodesInRangeForSelection(e,t){return this.infiniteCache?.getRowNodesInRange(e,t)??[]}reset(){if(!this.datasource)return;Ko(this.gos)!=null||this.beans.selectionSvc?.reset("rowDataChanged"),this.resetCache()}dispatchModelUpdatedEvent(){this.eventSvc.dispatchEvent({type:"modelUpdated",newPage:!1,newPageSize:!1,newData:!1,keepRenderedRows:!0,animate:!1})}resetCache(){this.destroyCache();const e=this.beans,{filterManager:t,sortSvc:s,rowNodeBlockLoader:o,eventSvc:i,gos:n}=e;this.cacheParams={datasource:this.datasource,filterModel:t?.getFilterModel()??{},sortModel:s?.getSortModel()??[],rowNodeBlockLoader:o,initialRowCount:n.get("infiniteInitialRowCount"),maxBlocksInCache:n.get("maxBlocksInCache"),rowHeight:Zs(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new GM(this.cacheParams)),i.dispatchEventOnce({type:"rowCountReady"}),this.dispatchModelUpdatedEvent()}updateRowHeights(){this.forEachNode(e=>{e.setRowHeight(this.rowHeight),e.setRowTop(this.rowHeight*e.rowIndex)}),this.dispatchModelUpdatedEvent()}destroyCache(){this.infiniteCache=this.destroyBean(this.infiniteCache)}getRow(e){const t=this.infiniteCache;if(t&&!(e>=t.getRowCount()))return t.getRow(e)}getRowNode(e){let t;return this.forEachNode(s=>{s.id===e&&(t=s)}),t}forEachNode(e){this.infiniteCache?.forEachNodeDeep(e)}getTopLevelRowCount(){return this.getRowCount()}getTopLevelRowDisplayedIndex(e){return e}getRowIndexAtPixel(e){if(this.rowHeight!==0){const t=Math.floor(e/this.rowHeight),s=this.getRowCount()-1;return t>s?s:t}return 0}getRowCount(){return this.infiniteCache?this.infiniteCache.getRowCount():0}isRowPresent(e){return!!this.getRowNode(e.id)}refreshCache(){this.infiniteCache?.refreshCache()}purgeCache(){this.infiniteCache?.purgeCache()}isLastRowIndexKnown(){return this.infiniteCache?.isLastRowIndexKnown()??!1}setRowCount(e,t){this.infiniteCache?.setRowCount(e,t)}resetRowHeights(){}onRowHeightChanged(){}};function VM(e){na(e)?.refreshCache()}function zM(e){na(e)?.purgeCache()}function WM(e){return na(e)?.getRowCount()}var _M=class extends A{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=$b(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=tt(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Vt(this.blocks,e)}destroy(){super.destroy(),this.active=!1}loadComplete(){this.activeBlockLoadsCount--,this.checkBlockToLoad()}checkBlockToLoad(){this.checkBlockToLoadDebounce?this.checkBlockToLoadDebounce():this.performCheckBlocksToLoad()}performCheckBlocksToLoad(){if(!this.active)return;if(this.printCacheStatus(),this.maxConcurrentRequests!=null&&this.activeBlockLoadsCount>=this.maxConcurrentRequests){io(this.gos,"RowNodeBlockLoader - checkBlockToLoad: max loads exceeded");return}const e=this.maxConcurrentRequests!=null?this.maxConcurrentRequests-this.activeBlockLoadsCount:1,t=this.blocks.filter(s=>s.state==="needsLoading").slice(0,e);this.activeBlockLoadsCount+=t.length;for(const s of t)s.load();this.printCacheStatus()}getBlockState(){const e={};return this.blocks.forEach(t=>{const{id:s,state:o}=t.getBlockStateJson();e[s]=o}),e}printCacheStatus(){io(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},jM={moduleName:"InfiniteRowModelCore",version:U,rowModels:["infinite"],beans:[BM,_M]},UM={moduleName:"InfiniteRowModel",version:U,apiFunctions:{refreshInfiniteCache:VM,purgeInfiniteCache:zM,getInfiniteRowCount:WM},dependsOn:[jM,oM]},$M="↑",KM="↓",qM={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},YM=class extends Ve{constructor(){super(qM),this.eValue=ne,this.eDelta=ne,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=K(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=$M+i:r.textContent=KM+i,r.classList.toggle("ag-value-change-delta-up",n),r.classList.toggle("ag-value-change-delta-down",!n)}setTimerToRemoveDelta(){this.refreshCount++;const e=this.refreshCount;this.beans.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.hideDeltaValue()},2e3)})}hideDeltaValue(){this.eValue.classList.remove("ag-value-change-value-highlight"),gt(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(K(o)?i.textContent=o:K(s)?i.textContent=s:gt(i),r.filterManager?.isSuppressFlashingCellsBecauseFiltering()))return!1;const a=s&&typeof s=="object"&&"toNumber"in s?s.toNumber():s,l=n&&typeof n=="object"&&"toNumber"in n?n.toNumber():n;if(a===l)return!1;if(typeof a=="number"&&typeof l=="number"){const c=a-l;this.showDelta(e,c)}return n&&i.classList.add("ag-value-change-value-highlight"),t||this.setTimerToRemoveDelta(),this.lastValue=s,!0}},ZM=".ag-value-slide-out{opacity:1}:where(.ag-ltr) .ag-value-slide-out{margin-right:5px;transition:opacity 3s,margin-right 3s}:where(.ag-rtl) .ag-value-slide-out{margin-left:5px;transition:opacity 3s,margin-left 3s}:where(.ag-ltr,.ag-rtl) .ag-value-slide-out{transition-timing-function:linear}.ag-value-slide-out-end{opacity:0}:where(.ag-ltr) .ag-value-slide-out-end{margin-right:10px}:where(.ag-rtl) .ag-value-slide-out-end{margin-left:10px}",XM={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},QM=class extends Ve{constructor(){super(XM),this.eCurrent=ne,this.refreshCount=0,this.registerCSS(ZM)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=ut({tag:"span",cls:"ag-value-slide-previous ag-value-slide-out"});this.ePrevious=o,o.textContent=s.textContent,this.getGui().insertBefore(o,s),t.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.ePrevious.classList.add("ag-value-slide-out-end")},50),window.setTimeout(()=>{e===this.refreshCount&&(this.ePrevious?.remove(),this.ePrevious=null)},3e3)})}refresh(e,t=!1){let s=e.value;if(He(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return K(e.valueFormatted)?o.textContent=e.valueFormatted:K(e.value)?o.textContent=s:gt(o),!0}},JM=class extends A{constructor(){super(...arguments),this.beanName="cellFlashSvc",this.nextAnimationTime=null,this.nextAnimationCycle=null,this.animations={highlight:new Map,"data-changed":new Map}}animateCell(e,t,s=this.beans.gos.get("cellFlashDuration"),o=this.beans.gos.get("cellFadeDuration")){const i=this.animations[t];i.delete(e);const n=Date.now(),r=n+s,a=n+s+o,l={phase:"flash",flashEndTime:r,fadeEndTime:a};i.set(e,l);const c=`ag-cell-${t}`,d=`${c}-animation`,{comp:u,eGui:{style:h}}=e;u.toggleCss(c,!0),u.toggleCss(d,!1),h.removeProperty("transition"),h.removeProperty("transition-delay"),this.nextAnimationTime&&r+15<this.nextAnimationTime&&(clearTimeout(this.nextAnimationCycle),this.nextAnimationCycle=null,this.nextAnimationTime=null),this.nextAnimationCycle||(this.beans.frameworkOverrides.wrapIncoming(()=>{this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),s)}),this.nextAnimationTime=r)}advanceAnimations(){const e=Date.now();let t=null;for(const s of Object.keys(this.animations)){const o=this.animations[s],i=`ag-cell-${s}`,n=`${i}-animation`;for(const[r,a]of o){if(!r.isAlive()||!r.comp){o.delete(r);continue}const{phase:l,flashEndTime:c,fadeEndTime:d}=a,u=l==="flash"?c:d;if(!(e+15>=u)){t=Math.min(u,t??1/0);continue}const{comp:p,eGui:{style:f}}=r;switch(l){case"flash":p.toggleCss(i,!1),p.toggleCss(n,!0),f.transition=`background-color ${d-c}ms`,f.transitionDelay=`${c-e}ms`,t=Math.min(d,t??1/0),a.phase="fade";break;case"fade":p.toggleCss(i,!1),p.toggleCss(n,!1),f.removeProperty("transition"),f.removeProperty("transition-delay"),o.delete(r);break}}}t==null?(this.nextAnimationTime=null,this.nextAnimationCycle=null):t&&(this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),t-e),this.nextAnimationTime=t)}onFlashCells(e,t){if(!e.comp)return;const s=jR(e.cellPosition);t.cells[s]&&this.animateCell(e,"highlight")}flashCell(e,t){this.animateCell(e,"data-changed",t?.flashDuration,t?.fadeDuration)}destroy(){for(const e of Object.keys(this.animations))this.animations[e].clear()}};function eT(e,t={}){const{cellFlashSvc:s}=e;s&&e.frameworkOverrides.wrapIncoming(()=>{for(const o of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns))s.flashCell(o,t)})}var tT={moduleName:"HighlightChanges",version:U,beans:[JM],userComponents:{agAnimateShowChangeCellRenderer:YM,agAnimateSlideCellRenderer:QM},apiFunctions:{flashCells:eT}};function sT(e){return e.stateSvc?.getState()??{}}function oT(e,t,s){return e.stateSvc?.setState(t,s)}function uh(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=iT(e)),e.version=U,e}function iT(e){return e.cellSelection=nT(e,"rangeSelection"),e}function nT(e,t){if(e&&typeof e=="object")return e[t]}var rT=class extends A{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=tt(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=tt(this,()=>{this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(this.updateCachedState("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("rowGroupExpansion",void 0)):(this.updateCachedState("rowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("ssrmRowGroupExpansion",void 0))},0),this.onRowSelectedDebounced=tt(this,()=>{this.staleStateKeys.delete("rowSelection"),this.updateCachedState("rowSelection",this.getRowSelectionState())},0),this.staleStateKeys=new Set}postConstruct(){const{gos:e,ctrlsSvc:t,colDelayRenderSvc:s}=this.beans;this.isClientSideRowModel=We(e);const o=uh(e.get("initialState")??{}),i=o.partialColumnState;delete o.partialColumnState,this.cachedState=o;const n=this.suppressEventsAndDispatchInitEvent.bind(this);t.whenReady(this,()=>n(()=>this.setupStateOnGridReady(o))),(o.columnOrder||o.columnVisibility||o.columnSizing||o.columnPinning||o.columnGroup)&&s?.hideColumns("columnState");const[r,a,l]=this.addManagedEventListeners({newColumnsLoaded:({source:c})=>{c==="gridInitializing"&&(r(),n(()=>{this.setupStateOnColumnsInitialised(o,!!i),s?.revealColumns("columnState")}))},rowCountReady:()=>{a?.(),n(()=>this.setupStateOnRowCountReady(o))},firstDataRendered:()=>{l?.(),n(()=>this.setupStateOnFirstDataRendered(o))}})}destroy(){super.destroy(),clearTimeout(this.updateRowGroupExpansionStateTimer),this.queuedUpdateSources.clear()}getState(){return this.staleStateKeys.size&&this.refreshStaleState(),this.cachedState}setState(e,t){const s=uh(e);delete s.partialColumnState,this.cachedState=s,this.startSuppressEvents();const o="api",i=t?new Set(t):void 0;this.setGridReadyState(s,o,i),this.setColumnsInitialisedState(s,o,!!i,i),this.setRowCountState(s,o,i),setTimeout(()=>{this.isAlive()&&this.setFirstDataRenderedState(s,o,i),this.stopSuppressEvents(o)})}setGridReadyState(e,t,s){t==="api"&&!s?.has("sideBar")&&this.beans.sideBar?.comp?.setState(e.sideBar),this.updateCachedState("sideBar",this.getSideBarState())}setupStateOnGridReady(e){this.setGridReadyState(e,"gridInitializing");const t=()=>this.updateCachedState("sideBar",this.getSideBarState());this.addManagedEventListeners({toolPanelVisibleChanged:t,sideBarUpdated:t})}updateColumnAndGroupState(){this.updateColumnState(["aggregation","columnOrder","columnPinning","columnSizing","columnVisibility","pivot","rowGroup","sort"]),this.updateCachedState("columnGroup",this.getColumnGroupState())}setColumnsInitialisedState(e,t,s,o){this.setColumnState(e,t,s,o),this.setColumnGroupState(e,t,o),this.updateColumnAndGroupState()}setupStateOnColumnsInitialised(e,t){this.setColumnsInitialisedState(e,"gridInitializing",t);const s=o=>()=>this.updateColumnState([o]);this.addManagedEventListeners({columnValueChanged:s("aggregation"),columnMoved:s("columnOrder"),columnPinned:s("columnPinning"),columnResized:s("columnSizing"),columnVisible:s("columnVisibility"),columnPivotChanged:s("pivot"),columnPivotModeChanged:s("pivot"),columnRowGroupChanged:s("rowGroup"),sortChanged:s("sort"),newColumnsLoaded:this.updateColumnAndGroupState.bind(this),columnGroupOpened:()=>this.updateCachedState("columnGroup",this.getColumnGroupState())})}setRowCountState(e,t,s){const{filter:o,rowGroupExpansion:i,ssrmRowGroupExpansion:n,rowSelection:r,pagination:a}=e,l=(d,u)=>!s?.has(d)&&(u||t==="api");l("filter",o)&&this.setFilterState(o),l("rowGroupExpansion",i)&&this.setRowGroupExpansionState(n,i,t),l("rowSelection",r)&&this.setRowSelectionState(r,t),l("pagination",a)&&this.setPaginationState(a,t);const c=this.updateCachedState.bind(this);c("filter",this.getFilterState()),this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(c("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),c("rowGroupExpansion",void 0)):(c("rowGroupExpansion",this.getRowGroupExpansionState()),c("ssrmRowGroupExpansion",void 0)),c("rowSelection",this.getRowSelectionState()),c("pagination",this.getPaginationState())}setupStateOnRowCountReady(e){this.setRowCountState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>{this.updateRowGroupExpansionStateTimer=0,this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(t("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),t("rowGroupExpansion",void 0)):(t("rowGroupExpansion",this.getRowGroupExpansionState()),t("ssrmRowGroupExpansion",void 0))},o=()=>t("filter",this.getFilterState()),{gos:i,colFilter:n}=this.beans;this.addManagedEventListeners({filterChanged:o,rowExpansionStateChanged:this.onRowGroupOpenedDebounced,expandOrCollapseAll:s,columnRowGroupChanged:s,rowDataUpdated:()=>{(i.get("groupDefaultExpanded")!==0||i.get("isGroupOpenByDefault"))&&(this.updateRowGroupExpansionStateTimer||(this.updateRowGroupExpansionStateTimer=setTimeout(s)))},selectionChanged:()=>{this.staleStateKeys.add("rowSelection"),this.onRowSelectedDebounced()},paginationChanged:r=>{(r.newPage||r.newPageSize)&&t("pagination",this.getPaginationState())}}),n&&this.addManagedListeners(n,{filterStateChanged:o})}setFirstDataRenderedState(e,t,s){const{scroll:o,cellSelection:i,focusedCell:n,columnOrder:r,rowPinning:a}=e,l=(u,h)=>!s?.has(u)&&(h||t==="api");l("focusedCell",n)&&this.setFocusedCellState(n),l("cellSelection",i)&&this.setCellSelectionState(i),l("scroll",o)&&this.setScrollState(o),l("rowPinning",a)&&this.setRowPinningState(a),this.setColumnPivotState(!!r?.orderedColIds,t);const c=this.updateCachedState.bind(this);c("sideBar",this.getSideBarState()),c("focusedCell",this.getFocusedCellState());const d=this.getRangeSelectionState();c("rangeSelection",d),c("cellSelection",d),c("scroll",this.getScrollState())}setupStateOnFirstDataRendered(e){this.setFirstDataRenderedState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>t("focusedCell",this.getFocusedCellState());this.addManagedEventListeners({cellFocused:s,cellFocusCleared:s,cellSelectionChanged:o=>{if(o.finished){const i=this.getRangeSelectionState();t("rangeSelection",i),t("cellSelection",i)}},bodyScrollEnd:()=>t("scroll",this.getScrollState()),pinnedRowsChanged:()=>t("rowPinning",this.getRowPinningState())})}getColumnState(){const e=this.beans;return eP(yr(e),e.colModel.isPivotMode())}setColumnState(e,t,s,o){const{sort:i,rowGroup:n,aggregation:r,pivot:a,columnPinning:l,columnVisibility:c,columnSizing:d,columnOrder:u}=e;let h=!1;const p=(E,M)=>{const O=!o?.has(E)&&!!(M||t==="api");return h||(h=O),O},f={},m=E=>{let M=f[E];return M||(M={colId:E},f[E]=M,M)},v={},w=p("sort",i);w&&i?.sortModel.forEach(({colId:E,sort:M},O)=>{const B=m(E);B.sort=M,B.sortIndex=O}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=p("rowGroup",n);b&&n?.groupColIds.forEach((E,M)=>{const O=m(E);O.rowGroup=!0,O.rowGroupIndex=M}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=p("aggregation",r);S&&r?.aggregationModel.forEach(({colId:E,aggFunc:M})=>{m(E).aggFunc=M}),(S||!s)&&(v.aggFunc=null);const y=p("pivot",a);y&&(a?.pivotColIds.forEach((E,M)=>{const O=m(E);O.pivot=!0,O.pivotIndex=M}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(y||!s)&&(v.pivot=null,v.pivotIndex=null);const x=p("columnPinning",l);if(x){for(const E of l?.leftColIds??[])m(E).pinned="left";for(const E of l?.rightColIds??[])m(E).pinned="right"}(x||!s)&&(v.pinned=null);const R=p("columnVisibility",c);if(R)for(const E of c?.hiddenColIds??[])m(E).hide=!0;(R||!s)&&(v.hide=null);const F=p("columnSizing",d);if(F)for(const{colId:E,flex:M,width:O}of d?.columnSizingModel??[]){const B=m(E);B.flex=M??null,B.width=O}(F||!s)&&(v.flex=null);const D=u?.orderedColIds,T=!!D?.length&&!o?.has("columnOrder"),k=T?D.map(E=>m(E)):Object.values(f);(k.length||h)&&(this.columnStates=k,Ht(this.beans,{state:k,applyOrder:T,defaultState:v},t))}setColumnPivotState(e,t){const s=this.columnStates;this.columnStates=void 0;const o=this.columnGroupStates;this.columnGroupStates=void 0;const i=this.beans,{pivotResultCols:n,colGroupSvc:r}=i;if(n?.isPivotResultColsPresent()){if(s){const a=[];for(const l of s)n.getPivotResultCol(l.colId)&&a.push(l);Ht(i,{state:a,applyOrder:e},t)}o&&r?.setColumnGroupState(o,t)}}getColumnGroupState(){const e=this.beans.colGroupSvc;if(!e)return;const t=e.getColumnGroupState();return tP(t)}setColumnGroupState(e,t,s){const o=this.beans.colGroupSvc;if(!o||s?.has("columnGroup")||t!=="api"&&!Object.prototype.hasOwnProperty.call(e,"columnGroup"))return;const i=new Set(e.columnGroup?.openColumnGroupIds),r=o.getColumnGroupState().map(({groupId:a})=>{const l=i.has(a);return l&&i.delete(a),{groupId:a,open:l}});for(const a of i)r.push({groupId:a,open:!0});r.length&&(this.columnGroupStates=r),o.setColumnGroupState(r,t)}getFilterState(){const e=this.beans.filterManager;let t=e?.getFilterModel();t&&Object.keys(t).length===0&&(t=void 0);const s=e?.getFilterState(),o=e?.getAdvFilterModel()??void 0;return t||o||s?{filterModel:t,columnFilterState:s,advancedFilterModel:o}:void 0}setFilterState(e){const t=this.beans.filterManager,{filterModel:s,columnFilterState:o,advancedFilterModel:i}=e??{filterModel:null,columnFilterState:null,advancedFilterModel:null};(s!==void 0||o!==void 0)&&t?.setFilterState(s??null,o??null,"columnFilter"),i!==void 0&&t?.setAdvFilterModel(i??null,"advancedFilter")}getRangeSelectionState(){const e=this.beans.rangeSvc?.getCellRanges().map(t=>{const{id:s,type:o,startRow:i,endRow:n,columns:r,startColumn:a}=t;return{id:s,type:o,startRow:i,endRow:n,colIds:r.map(l=>l.getColId()),startColId:a.getColId()}});return e?.length?{cellRanges:e}:void 0}setCellSelectionState(e){const{gos:t,rangeSvc:s,colModel:o,visibleCols:i}=this.beans;if(!Is(t)||!s)return;const n=[];for(const r of e?.cellRanges??[]){const a=[];for(const c of r.colIds){const d=o.getCol(c);d&&a.push(d)}if(!a.length)continue;let l=o.getCol(r.startColId);if(!l){const c=i.allCols,d=new Set(a);l=c.find(u=>d.has(u))}n.push({...r,columns:a,startColumn:l})}s.setCellRanges(n)}getScrollState(){if(!this.isClientSideRowModel)return;const e=this.beans.ctrlsSvc.getScrollFeature(),{left:t}=e?.getHScrollPosition()??{left:0},{top:s}=e?.getVScrollPosition()??{top:0};return s||t?{top:s,left:t}:void 0}setScrollState(e){if(!this.isClientSideRowModel)return;const{top:t,left:s}=e??{top:0,left:0},{frameworkOverrides:o,rowRenderer:i,animationFrameSvc:n,ctrlsSvc:r}=this.beans;o.wrapIncoming(()=>{r.get("center").setCenterViewportScrollLeft(s),r.getScrollFeature()?.setVerticalScrollPosition(t),i.redraw({afterScroll:!0}),n?.flushAllFrames()})}getSideBarState(){return this.beans.sideBar?.comp?.getState()}getFocusedCellState(){if(!this.isClientSideRowModel)return;const e=this.beans.focusSvc.getFocusedCell();if(e){const{column:t,rowIndex:s,rowPinned:o}=e;return{colId:t.getColId(),rowIndex:s,rowPinned:o}}}setFocusedCellState(e){if(!this.isClientSideRowModel)return;const{focusSvc:t,colModel:s}=this.beans;if(!e){t.clearFocusedCell();return}const{colId:o,rowIndex:i,rowPinned:n}=e;t.setFocusedCell({column:s.getCol(o),rowIndex:i,rowPinned:n,forceBrowserFocus:!0,preventScrollOnBrowserFocus:!0})}getPaginationState(){const{pagination:e,gos:t}=this.beans;if(!e)return;const s=e.getCurrentPage(),o=t.get("paginationAutoPageSize")?void 0:e.getPageSize();if(!(!s&&!o))return{page:s,pageSize:o}}setPaginationState(e,t){const{pagination:s,gos:o}=this.beans;if(!s)return;const{pageSize:i,page:n}=e??{page:0,pageSize:o.get("paginationPageSize")},r=t==="gridInitializing";i&&!o.get("paginationAutoPageSize")&&s.setPageSize(i,r?"initialState":"pageSizeSelector"),typeof n=="number"&&(r?s.setPage(n):s.goToPage(n))}getRowSelectionState(){const e=this.beans.selectionSvc;if(!e)return;const t=e.getSelectionState();return!t||!Array.isArray(t)&&(t.selectAll===!1||t.selectAllChildren===!1)&&!t?.toggledNodes?.length?void 0:t}setRowSelectionState(e,t){this.beans.selectionSvc?.setSelectionState(e,t,t==="api")}getRowGroupExpansionState(){const{expansionSvc:e}=this.beans;if(e)return e.getExpansionState()}getRowPinningState(){return this.beans.pinnedRowModel?.getPinnedState()}setRowPinningState(e){const t=this.beans.pinnedRowModel;e?t?.setPinnedState(e):t?.reset()}setRowGroupExpansionState(e,t,s){const o=this.beans.expansionSvc;if(!o)return;const i=t??{expandedRowGroupIds:[],collapsedRowGroupIds:[]};o.setExpansionState(i,s)}updateColumnState(e){const t=this.getColumnState();let s=!1;const o=this.cachedState;for(const i of Object.keys(t)){const n=t[i];_i(n,o[i])||(s=!0)}this.cachedState={...o,...t},s&&this.dispatchStateUpdateEvent(e)}updateCachedState(e,t){const s=this.cachedState[e];this.setCachedStateValue(e,t),_i(t,s)||this.dispatchStateUpdateEvent([e])}setCachedStateValue(e,t){this.cachedState={...this.cachedState,[e]:t}}refreshStaleState(){const e=this.staleStateKeys;for(const t of e)t==="rowSelection"&&this.setCachedStateValue(t,this.getRowSelectionState());e.clear()}dispatchStateUpdateEvent(e){if(!this.suppressEvents){for(const t of e)this.queuedUpdateSources.add(t);this.dispatchStateUpdateEventDebounced()}}dispatchQueuedStateUpdateEvents(){const e=this.queuedUpdateSources,t=Array.from(e);e.clear(),this.eventSvc.dispatchEvent({type:"stateUpdated",sources:t,state:this.cachedState})}startSuppressEvents(){this.suppressEvents=!0,this.beans.colAnimation?.setSuppressAnimation(!0)}stopSuppressEvents(e){setTimeout(()=>{this.suppressEvents=!1,this.queuedUpdateSources.clear(),this.isAlive()&&(this.beans.colAnimation?.setSuppressAnimation(!1),this.dispatchStateUpdateEvent([e]))})}suppressEventsAndDispatchInitEvent(e){this.startSuppressEvents(),e(),this.stopSuppressEvents("gridInitializing")}},aT={moduleName:"GridState",version:U,beans:[rT],apiFunctions:{getState:sT,setState:oT}};function lT(e){return e.rowModel.isLastRowIndexKnown()}function cT(e){return e.pagination?.getPageSize()??100}function dT(e){return e.pagination?.getCurrentPage()??0}function uT(e){return e.pagination?.getTotalPages()??1}function hT(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function gT(e){e.pagination?.goToNextPage()}function pT(e){e.pagination?.goToPreviousPage()}function fT(e){e.pagination?.goToFirstPage()}function mT(e){e.pagination?.goToLastPage()}function CT(e,t){e.pagination?.goToPage(t)}var vT=class extends A{constructor(){super(...arguments),this.beanName="paginationAutoPageSizeSvc"}postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.centerRowsCtrl=e.center;const t=this.checkPageSize.bind(this);this.addManagedEventListeners({bodyHeightChanged:t,scrollVisibilityChanged:t}),this.addManagedPropertyListener("paginationAutoPageSize",this.onPaginationAutoSizeChanged.bind(this)),this.checkPageSize()})}notActive(){return!this.gos.get("paginationAutoPageSize")||this.centerRowsCtrl==null}onPaginationAutoSizeChanged(){this.notActive()?this.beans.pagination.unsetAutoCalculatedPageSize():this.checkPageSize()}checkPageSize(){if(this.notActive())return;const e=this.centerRowsCtrl.viewportSizeFeature.getBodyHeight();if(e>0){const t=this.beans,s=()=>{const o=Math.max(Zs(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?tt(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},xi="paginationPageSizeSelector",wT={tag:"span",cls:"ag-paging-page-size"},bT=class extends Ve{constructor(){super(wT),this.hasEmptyOption=!1,this.handlePageSizeItemSelected=()=>{if(!this.selectPageSizeComp)return;const e=this.selectPageSizeComp.getValue();if(!e)return;const t=Number(e);isNaN(t)||t<1||t===this.pagination.getPageSize()||(this.pagination.setPageSize(t,"pageSizeSelector"),this.hasEmptyOption&&this.toggleSelectDisplay(!0),this.selectPageSizeComp.getFocusableElement().focus())}}wireBeans(e){this.pagination=e.pagination}postConstruct(){this.addManagedPropertyListener(xi,()=>{this.onPageSizeSelectorValuesChange()}),this.addManagedEventListeners({paginationChanged:e=>this.handlePaginationChanged(e)})}handlePaginationChanged(e){if(!this.selectPageSizeComp||!e?.newPageSize)return;const t=this.pagination.getPageSize();this.getPageSizeSelectorValues().includes(t)?this.selectPageSizeComp.setValue(t.toString()):this.hasEmptyOption?this.selectPageSizeComp.setValue(""):this.toggleSelectDisplay(!0)}toggleSelectDisplay(e){this.selectPageSizeComp&&!e&&this.reset(),e&&(this.reloadPageSizesSelector(),this.selectPageSizeComp)}reset(){gt(this.getGui()),this.selectPageSizeComp&&(this.selectPageSizeComp=this.destroyBean(this.selectPageSizeComp))}onPageSizeSelectorValuesChange(){this.selectPageSizeComp&&this.shouldShowPageSizeSelector()&&this.reloadPageSizesSelector()}shouldShowPageSizeSelector(){return this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel")&&!this.gos.get("paginationAutoPageSize")&&this.gos.get(xi)!==!1}reloadPageSizesSelector(){const e=this.getPageSizeSelectorValues(),t=this.pagination.getPageSize(),s=!t||!e.includes(t);if(s){const i=this.gos.exists("paginationPageSize"),n=this.gos.get(xi)!==!0;G(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||G(95,{paginationPageSizeOption:t,paginationPageSizeSelector:xi}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(Ls(this.pageSizeOptions,e)||(this.selectPageSizeComp.clearOptions().addOptions(this.createPageSizeSelectOptions(e)),this.pageSizeOptions=e),this.selectPageSizeComp.setValue(o,!0)):this.createPageSizeSelectorComp(e,o),this.hasEmptyOption=s}createPageSizeSelectOptions(e){return e.map(t=>({value:String(t)}))}createPageSizeSelectorComp(e,t){const s=this.getLocaleTextFunc(),o=s("pageSizeSelectorLabel","Page Size:"),i=s("ariaPageSizeSelectorLabel","Page Size");this.selectPageSizeComp=this.createManagedBean(new Wc).addOptions(this.createPageSizeSelectOptions(e)).setValue(t).setAriaLabel(i).setLabel(o).onValueChange(()=>this.handlePageSizeItemSelected()),this.appendChild(this.selectPageSizeComp)}getPageSizeSelectorValues(){const e=[20,50,100],t=this.gos.get(xi);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},ST={selector:"AG-PAGE-SIZE-SELECTOR",component:bT},yT=".ag-paging-panel{align-items:center;border-top:var(--ag-footer-row-border);display:flex;gap:calc(var(--ag-spacing)*4);height:var(--ag-pagination-panel-height);justify-content:flex-end;padding:0 var(--ag-cell-horizontal-padding)}:where(.ag-paging-page-size) .ag-wrapper{min-width:50px}.ag-paging-page-summary-panel{align-items:center;display:flex;gap:var(--ag-cell-widget-spacing);.ag-disabled &{pointer-events:none}}.ag-paging-button{cursor:pointer;position:relative;&.ag-disabled{cursor:default;opacity:.5}}.ag-paging-number,.ag-paging-row-summary-panel-number{font-weight:500}",xT=class extends fR{constructor(){super(),this.btFirst=ne,this.btPrevious=ne,this.btNext=ne,this.btLast=ne,this.lbRecordCount=ne,this.lbFirstRowOnPage=ne,this.lbLastRowOnPage=ne,this.lbCurrent=ne,this.lbTotal=ne,this.pageSizeComp=ne,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(yT)}wireBeans(e){this.rowModel=e.rowModel,this.pagination=e.pagination,this.ariaAnnounce=e.ariaAnnounce}postConstruct(){const e=this.gos.get("enableRtl");this.setTemplate(this.getTemplate(),[ST]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",Tt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",Tt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",Tt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",Tt(e?"first":"last",this.beans)),this.addManagedPropertyListener("pagination",this.onPaginationChanged.bind(this)),this.addManagedPropertyListener("suppressPaginationPanel",this.onPaginationChanged.bind(this)),this.addManagedPropertyListeners(["paginationPageSizeSelector","paginationAutoPageSize","suppressPaginationPanel"],()=>this.onPageSizeRelatedOptionsChange()),this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector()),this.initialiseTabGuard({onTabKeyDown:()=>{},focusInnerElement:n=>this.allowFocusInnerElement?this.tabGuardFeature.getTabGuardCtrl().focusInnerElement(n):Ax(this.beans,n),forceFocusOutWhenTabGuardsAreEmpty:!0}),this.onPaginationChanged()}setAllowFocus(e){this.allowFocusInnerElement=e}onPaginationChanged(){const t=this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel");this.setDisplayed(t),t&&(this.setupListeners(),this.enableOrDisableButtons(),this.updateLabels(),this.onPageSizeRelatedOptionsChange())}onPageSizeRelatedOptionsChange(){this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector())}setupListeners(){if(!this.areListenersSetup){this.addManagedEventListeners({paginationChanged:this.onPaginationChanged.bind(this)});for(const e of[{el:this.btFirst,fn:this.onBtFirst.bind(this)},{el:this.btPrevious,fn:this.onBtPrevious.bind(this)},{el:this.btNext,fn:this.onBtNext.bind(this)},{el:this.btLast,fn:this.onBtLast.bind(this)}]){const{el:t,fn:s}=e;this.addManagedListeners(t,{click:s,keydown:o=>{(o.key===I.ENTER||o.key===I.SPACE)&&(o.preventDefault(),s())}})}kx(this.beans,this,this.getGui()),this.areListenersSetup=!0}}onBtFirst(){this.previousAndFirstButtonsDisabled||this.pagination.goToFirstPage()}formatNumber(e){const t=this.gos.getCallback("paginationNumberFormatter");return t?t({value:e}):oP(e,this.getLocaleTextFunc.bind(this))}getTemplate(){const e=this.getLocaleTextFunc(),t=`ag-${this.getCompId()}`;return{tag:"div",cls:"ag-paging-panel ag-unselectable",attrs:{id:`${t}`},children:[{tag:"ag-page-size-selector",ref:"pageSizeComp"},{tag:"span",cls:"ag-paging-row-summary-panel",children:[{tag:"span",ref:"lbFirstRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-first-row`}},{tag:"span",attrs:{id:`${t}-to`},children:e("to","to")},{tag:"span",ref:"lbLastRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-last-row`}},{tag:"span",attrs:{id:`${t}-of`},children:e("of","of")},{tag:"span",ref:"lbRecordCount",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-row-count`}}]},{tag:"span",cls:"ag-paging-page-summary-panel",role:"presentation",children:[{tag:"div",ref:"btFirst",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("firstPage","First Page")}},{tag:"div",ref:"btPrevious",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("previousPage","Previous Page")}},{tag:"span",cls:"ag-paging-description",children:[{tag:"span",attrs:{id:`${t}-start-page`},children:e("page","Page")},{tag:"span",ref:"lbCurrent",cls:"ag-paging-number",attrs:{id:`${t}-start-page-number`}},{tag:"span",attrs:{id:`${t}-of-page`},children:e("of","of")},{tag:"span",ref:"lbTotal",cls:"ag-paging-number",attrs:{id:`${t}-of-page-number`}}]},{tag:"div",ref:"btNext",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("nextPage","Next Page")}},{tag:"div",ref:"btLast",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("lastPage","Last Page")}}]}]}}onBtNext(){this.nextButtonDisabled||this.pagination.goToNextPage()}onBtPrevious(){this.previousAndFirstButtonsDisabled||this.pagination.goToPreviousPage()}onBtLast(){this.lastButtonDisabled||this.pagination.goToLastPage()}enableOrDisableButtons(){const e=this.pagination.getCurrentPage(),t=this.rowModel.isLastRowIndexKnown(),s=this.pagination.getTotalPages();this.previousAndFirstButtonsDisabled=e===0,this.toggleButtonDisabled(this.btFirst,this.previousAndFirstButtonsDisabled),this.toggleButtonDisabled(this.btPrevious,this.previousAndFirstButtonsDisabled);const o=this.isZeroPagesToDisplay(),i=e===s-1;this.nextButtonDisabled=i||o,this.lastButtonDisabled=!t||o||e===s-1,this.toggleButtonDisabled(this.btNext,this.nextButtonDisabled),this.toggleButtonDisabled(this.btLast,this.lastButtonDisabled)}toggleButtonDisabled(e,t){Y1(e,t),e.classList.toggle("ag-disabled",t)}isZeroPagesToDisplay(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages();return e&&t===0}updateLabels(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages(),s=this.pagination.getMasterRowCount(),o=e?s:null,i=this.pagination.getCurrentPage(),n=this.pagination.getPageSize();let r,a;this.isZeroPagesToDisplay()?r=a=0:(r=n*i+1,a=r+n-1,e&&a>o&&(a=o));const l=r+n-1,c=!e&&s<l,d=this.formatNumber(r);this.lbFirstRowOnPage.textContent=d;let u;const h=this.getLocaleTextFunc();c?u=h("pageLastRowUnknown","?"):u=this.formatNumber(a),this.lbLastRowOnPage.textContent=u;const f=t>0?i+1:0,m=this.formatNumber(f);this.lbCurrent.textContent=m;let v,w;if(e)v=this.formatNumber(t),w=this.formatNumber(o);else{const b=h("more","more");v=b,w=b}this.lbTotal.textContent=v,this.lbRecordCount.textContent=w,this.announceAriaStatus(d,u,w,m,v)}announceAriaStatus(e,t,s,o,i){const n=this.getLocaleTextFunc(),r=n("page","Page"),a=n("to","to"),l=n("of","of"),c=`${e} ${a} ${t} ${l} ${s}`,d=`${r} ${o} ${l} ${i}`;c!==this.ariaRowStatus&&(this.ariaRowStatus=c,this.ariaAnnounce?.announceValue(c,"paginationRow")),d!==this.ariaPageStatus&&(this.ariaPageStatus=d,this.ariaAnnounce?.announceValue(d,"paginationPage"))}},RT={selector:"AG-PAGINATION",component:xT},FT=class extends A{constructor(){super(...arguments),this.beanName="pagination",this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=0,this.masterRowCount=0}postConstruct(){const e=this.gos;this.active=e.get("pagination"),this.pageSizeFromGridOptions=e.get("paginationPageSize"),this.paginateChildRows=this.isPaginateChildRows(),this.addManagedPropertyListener("pagination",this.onPaginationGridOptionChanged.bind(this)),this.addManagedPropertyListener("paginationPageSize",this.onPageSizeGridOptionChanged.bind(this))}getPaginationSelector(){return RT}isPaginateChildRows(){const e=this.gos;return e.get("groupHideParentOfSingleChild")||e.get("groupRemoveSingleChildren")||e.get("groupRemoveLowestSingleChildren")?!0:e.get("paginateChildRows")}onPaginationGridOptionChanged(){this.active=this.gos.get("pagination"),this.calculatePages(),this.dispatchPaginationChangedEvent({keepRenderedRows:!0})}onPageSizeGridOptionChanged(){this.setPageSize(this.gos.get("paginationPageSize"),"gridOptions")}goToPage(e){const t=this.currentPage;if(!this.active||t===e||typeof t!="number")return;const{editSvc:s}=this.beans;s?.isEditing()&&(s.isBatchEditing()?s.cleanupEditors():s.stopEditing(void 0,{source:"api"})),this.currentPage=e,this.calculatePages(),this.dispatchPaginationChangedEvent({newPage:!0})}goToPageWithIndex(e){if(!this.active)return;let t=e;this.paginateChildRows||(t=this.beans.rowModel.getTopLevelIndexFromDisplayedIndex?.(e)??e),this.goToPage(Math.floor(t/this.pageSize))}isRowInPage(e){return this.active?e>=this.topDisplayedRowIndex&&e<=this.bottomDisplayedRowIndex:!0}getCurrentPage(){return this.currentPage}goToNextPage(){this.goToPage(this.currentPage+1)}goToPreviousPage(){this.goToPage(this.currentPage-1)}goToFirstPage(){this.goToPage(0)}goToLastPage(){const e=this.beans.rowModel.getRowCount(),t=Math.floor(e/this.pageSize);this.goToPage(t)}getPageSize(){return this.pageSize}getTotalPages(){return this.totalPages}setPage(e){this.currentPage=e}get pageSize(){return K(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:K(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:K(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:K(this.pageSizeFromGridOptions)?this.pageSizeFromGridOptions:this.defaultPageSize}calculatePages(){this.active?this.paginateChildRows?this.calculatePagesAllRows():this.calculatePagesMasterRowsOnly():this.calculatedPagesNotActive(),this.beans.pageBounds.calculateBounds(this.topDisplayedRowIndex,this.bottomDisplayedRowIndex)}unsetAutoCalculatedPageSize(){if(this.pageSizeAutoCalculated===void 0)return;const e=this.pageSizeAutoCalculated;this.pageSizeAutoCalculated=void 0,this.pageSize!==e&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0}))}setPageSize(e,t){const s=this.pageSize;switch(t){case"autoCalculated":this.pageSizeAutoCalculated=e;break;case"pageSizeSelector":this.pageSizeFromPageSizeSelector=e,this.currentPage!==0&&this.goToFirstPage();break;case"initialState":this.pageSizeFromInitialState=e;break;case"gridOptions":this.pageSizeFromGridOptions=e,this.pageSizeFromInitialState=void 0,this.pageSizeFromPageSizeSelector=void 0,this.currentPage!==0&&this.goToFirstPage();break}s!==this.pageSize&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0,keepRenderedRows:!0}))}setZeroRows(){this.masterRowCount=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=-1,this.currentPage=0,this.totalPages=0}adjustCurrentPageIfInvalid(){const e=this.totalPages;this.currentPage>=e&&(this.currentPage=e-1);const t=this.currentPage;(!isFinite(t)||isNaN(t)||t<0)&&(this.currentPage=0)}calculatePagesMasterRowsOnly(){const e=this.beans.rowModel,t=e.getTopLevelRowCount();if(this.masterRowCount=t,t<=0){this.setZeroRows();return}const s=this.pageSize,o=t-1;this.totalPages=Math.floor(o/s)+1,this.adjustCurrentPageIfInvalid();const i=this.currentPage,n=s*i;let r=s*(i+1)-1;if(r>o&&(r=o),this.topDisplayedRowIndex=e.getTopLevelRowDisplayedIndex(n),r===o)this.bottomDisplayedRowIndex=e.getRowCount()-1;else{const a=e.getTopLevelRowDisplayedIndex(r+1);this.bottomDisplayedRowIndex=a-1}}getMasterRowCount(){return this.masterRowCount}calculatePagesAllRows(){const e=this.beans.rowModel.getRowCount();if(this.masterRowCount=e,e===0){this.setZeroRows();return}const{pageSize:t,currentPage:s}=this,o=e-1;this.totalPages=Math.floor(o/t)+1,this.adjustCurrentPageIfInvalid(),this.topDisplayedRowIndex=t*s,this.bottomDisplayedRowIndex=t*(s+1)-1,this.bottomDisplayedRowIndex>o&&(this.bottomDisplayedRowIndex=o)}calculatedPagesNotActive(){this.setPageSize(void 0,"autoCalculated"),this.totalPages=1,this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=this.beans.rowModel.getRowCount()-1}dispatchPaginationChangedEvent(e){const{keepRenderedRows:t=!1,newPage:s=!1,newPageSize:o=!1}=e;this.eventSvc.dispatchEvent({type:"paginationChanged",animate:!1,newData:!1,newPage:s,newPageSize:o,keepRenderedRows:t})}},ET={moduleName:"Pagination",version:U,beans:[FT,vT],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:lT,paginationGetPageSize:cT,paginationGetCurrentPage:dT,paginationGetTotalPages:uT,paginationGetRowCount:hT,paginationGoToNextPage:gT,paginationGoToPreviousPage:pT,paginationGoToFirstPage:fT,paginationGoToLastPage:mT,paginationGoToPage:CT},dependsOn:[ra]};function DT(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function mm(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&mm(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function PT(e,t){return e.rowModel.getRowNode(t)}function MT(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function TT(e){return e.rowRenderer.getRenderedNodes()}function IT(e,t,s){e.rowModel.forEachNode(t,s)}function kT(e){return e.rowRenderer.firstRenderedRow}function AT(e){return e.rowRenderer.lastRenderedRow}function LT(e,t){return e.rowModel.getRow(t)}function OT(e){return e.rowModel.getRowCount()}var NT={moduleName:"RowApi",version:U,apiFunctions:{redrawRows:DT,setRowNodeExpanded:mm,getRowNode:PT,addRenderedRowListener:MT,getRenderedNodes:TT,forEachNode:IT,getFirstDisplayedRowIndex:kT,getLastDisplayedRowIndex:AT,getDisplayedRowAtIndex:LT,getDisplayedRowCount:OT}},HT={moduleName:"ScrollApi",version:U,apiFunctions:{getVerticalPixelRange:Y5,getHorizontalPixelRange:Z5,ensureColumnVisible:sm,ensureIndexVisible:om,ensureNodeVisible:X5}};function GT(e,t,s){if(!t)return;const o=e.ctrlsSvc.getGridBodyCtrl().eGridBody,i=`aria-${t}`;s===null?o.removeAttribute(i):o.setAttribute(i,s)}function BT(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function VT(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function zT(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function WT(e){e.animationFrameSvc?.flushAllFrames()}function _T(e){return{rowHeight:Zs(e),headerHeight:un(e)}}function jT(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(Zi(r))}if(t.columns?.length)return s;const o=[],i=rc(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!ac(n.rowNode,i)||!n.isFullWidth())continue;const r=n.getFullWidthCellRenderers();for(let a=0;a<r.length;a++){const l=r[a];l!=null&&o.push(Zi(l))}}return[...o,...s]}var UT={moduleName:"RenderApi",version:U,apiFunctions:{setGridAriaProperty:GT,refreshCells:BT,refreshHeader:VT,isAnimationFrameQueueEmpty:zT,flushAllAnimationFrames:WT,getSizesForCurrentTheme:_T,getCellRendererInstances:jT}};function $T(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function Cm({colAutosize:e,visibleCols:t},s,o){Array.isArray(s)?e?.autoSizeCols({colKeys:s,skipHeader:o,source:"api"}):e?.autoSizeCols({...s,colKeys:s.colIds??t.allCols,source:"api"})}function KT(e,t){t&&typeof t=="object"?Cm(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var qT=class extends A{constructor(){super(...arguments),this.beanName="colAutosize",this.timesDelayed=0,this.shouldQueueResizeOperations=!1,this.resizeOperationQueue=[]}postConstruct(){const{gos:e}=this,t=e.get("autoSizeStrategy");if(t){let s=!1;const o=t.type;if(o==="fitGridWidth"||o==="fitProvidedWidth")s=!0;else if(o==="fitCellContents"){this.addManagedEventListeners({firstDataRendered:()=>this.onFirstDataRendered(t)});const i=e.get("rowData");s=i!=null&&i.length>0&&We(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>qo(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=hh(this.beans),r=c=>s.leftCols.some(d=>Li(d,c)),a=c=>s.rightCols.some(d=>Li(d,c)),l=e.colKeys.filter(c=>!Cs(c)&&!cs(c)&&!r(c)&&!a(c));this.sizeColumnsToFit(n,e.source,!0,{defaultMaxWidth:e.defaultMaxWidth,defaultMinWidth:e.defaultMinWidth,columnLimits:e.columnLimits?.map(c=>({...c,key:c.colId})),colKeys:l,onlyScaleUp:!0}),i(o)})}innerAutoSizeCols(e){return new Promise((t,s)=>{if(this.shouldQueueResizeOperations)return this.pushResizeOperation(()=>this.innerAutoSizeCols(e).then(t,s));const{colKeys:o,skipHeader:i,skipHeaderGroups:n,stopAtGroup:r,defaultMaxWidth:a,defaultMinWidth:l,columnLimits:c=[],source:d="api"}=e,{animationFrameSvc:u,renderStatus:h,colModel:p,autoWidthCalc:f,visibleCols:m}=this.beans;if(u?.flushAllFrames(),this.timesDelayed<5&&h&&(!h.areHeaderCellsRendered()||!h.areCellsRendered())){this.timesDelayed++,setTimeout(()=>{this.isAlive()&&this.innerAutoSizeCols(e).then(t,s)});return}this.timesDelayed=0;const v=new Set;let w=-1;const b=Object.fromEntries(c.map(({colId:x,...R})=>[x,R])),S=i??this.gos.get("skipHeaderOnAutoSize"),y=n??S;for(;w!==0;){w=0;const x=[];for(const R of o){if(!R||a0(R))continue;const F=p.getCol(R);if(!F||v.has(F))continue;const D=f.getPreferredWidthForColumn(F,S);if(D>0){const T=b[F.colId]??{};T.minWidth??(T.minWidth=l),T.maxWidth??(T.maxWidth=a);const k=YT(F,D,T);F.setActualWidth(k,d),v.add(F),w++}x.push(F)}x.length&&m.refresh(d)}y||this.autoSizeColumnGroupsByColumns(o,d,r),t(v)})}autoSizeColumn(e,t,s){this.autoSizeCols({colKeys:[e],skipHeader:s,skipHeaderGroups:!0,source:t})}autoSizeColumnGroupsByColumns(e,t,s){const{colModel:o,ctrlsSvc:i}=this.beans,n=new Set,r=o.getColsForKeys(e);for(const l of r){let c=l.getParent();for(;c&&c!=s;)c.isPadding()||n.add(c),c=c.getParent()}let a;for(const l of n){for(const c of i.getHeaderRowContainerCtrls())if(a=c.getHeaderCtrlForColumn(l),a)break;a?.resizeLeafColumnsToFit(t)}}autoSizeAllColumns(e){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.autoSizeAllColumns(e));return}this.autoSizeCols({colKeys:this.beans.visibleCols.allCols,...e})}addColumnAutosizeListeners(e,t){const s=this.gos.get("skipHeaderOnAutoSize"),o=()=>{this.autoSizeColumn(t,"uiColumnResized",s)};e.addEventListener("dblclick",o);const i=new Vs(e);return i.addEventListener("doubleTap",o),()=>{e.removeEventListener("dblclick",o),i.destroy()}}addColumnGroupResize(e,t,s){const o=this.gos.get("skipHeaderOnAutoSize"),i=()=>{const n=[],r=t.getDisplayedLeafColumns();for(const a of r)a.getColDef().suppressAutoSize||n.push(a.getColId());n.length>0&&this.autoSizeCols({colKeys:n,skipHeader:o,stopAtGroup:t,source:"uiColumnResized"}),s()};return e.addEventListener("dblclick",i),()=>e.removeEventListener("dblclick",i)}sizeColumnsToFitGridBody(e,t){if(!this.isAlive())return;const s=hh(this.beans);if(s>0){this.sizeColumnsToFit(s,"sizeColumnsToFit",!1,e);return}t===void 0?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,100)},0):t===100?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,500)},100):t===500?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,-1)},500):G(29)}sizeColumnsToFit(e,t="sizeColumnsToFit",s,o){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.sizeColumnsToFit(e,t,s,o));return}const i={};for(const{key:f,...m}of o?.columnLimits??[])i[typeof f=="string"?f:f.getColId()]=m;const n=this.beans.visibleCols.allCols;if(e<=0||!n.length)return;const r=is(n);if(o?.onlyScaleUp&&r>e||e===r&&n.every(m=>{if(m.colDef.suppressSizeToFit)return!0;const v=i?.[m.getId()],w=v?.minWidth??o?.defaultMinWidth,b=v?.maxWidth??o?.defaultMaxWidth,S=m.getActualWidth();return(w==null||S>=w)&&(b==null||S<=b)}))return;const l=[],c=[];for(const f of n){const m=o?.colKeys?.some(v=>Li(f,v))??!0;f.getColDef().suppressSizeToFit||!m?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Vt(l,f),c.push(f)};for(const f of l){f.resetActualWidth(t);const m=i?.[f.getId()],v=m?.minWidth??o?.defaultMinWidth,w=m?.maxWidth??o?.defaultMaxWidth,b=f.getActualWidth();typeof v=="number"&&b<v?f.setActualWidth(v,t,!0):typeof w=="number"&&b>w&&f.setActualWidth(w,t,!0)}for(;!u;){u=!0;const f=e-is(c);if(f<=0)for(const m of l){const v=i?.[m.getId()]?.minWidth??o?.defaultMinWidth??m.minWidth;m.setActualWidth(v,t,!0)}else{const m=f/is(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],y=S?.minWidth??o?.defaultMinWidth,x=S?.maxWidth??o?.defaultMaxWidth,R=b.getMinWidth(),F=b.getMaxWidth(),D=typeof y=="number"&&y>R?y:R,T=typeof x=="number"&&x<F?x:F;let k=Math.round(b.getActualWidth()*m);k<D?(k=D,h(b),u=!1):k>T?(k=T,h(b),u=!1):w===0&&(k=v),b.setActualWidth(k,t,!0),v-=k}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const p=this.beans.visibleCols;p.setLeftValues(t),p.updateBodyWidths(),!s&&qo(this.eventSvc,d,!0,t)}applyAutosizeStrategy(){const{gos:e,colDelayRenderSvc:t}=this.beans,s=e.get("autoSizeStrategy");s?.type!=="fitGridWidth"&&s?.type!=="fitProvidedWidth"||setTimeout(()=>{if(!this.isAlive())return;const o=s.type;if(o==="fitGridWidth"){const{columnLimits:i,defaultMinWidth:n,defaultMaxWidth:r}=s,a=i?.map(({colId:l,minWidth:c,maxWidth:d})=>({key:l,minWidth:c,maxWidth:d}));this.sizeColumnsToFitGridBody({defaultMinWidth:n,defaultMaxWidth:r,columnLimits:a})}else o==="fitProvidedWidth"&&this.sizeColumnsToFit(s.width,"sizeColumnsToFit");t?.revealColumns(o)})}onFirstDataRendered({colIds:e,...t}){setTimeout(()=>{if(!this.isAlive())return;const s="autosizeColumns";e?this.autoSizeCols({...t,source:s,colKeys:e}):this.autoSizeAllColumns({...t,source:s}),this.beans.colDelayRenderSvc?.revealColumns(t.type)})}processResizeOperations(){this.shouldQueueResizeOperations=!1;for(const e of this.resizeOperationQueue)e();this.resizeOperationQueue=[]}pushResizeOperation(e){this.resizeOperationQueue.push(e)}destroy(){this.resizeOperationQueue.length=0,super.destroy()}};function YT(e,t,s={}){const o=s.minWidth??e.getMinWidth();t<o&&(t=o);const i=s.maxWidth??e.getMaxWidth();return t>i&&(t=i),t}function hh({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return $i(s.eGridBody)-i}var ZT={moduleName:"ColumnAutoSize",version:U,beans:[qT],apiFunctions:{sizeColumnsToFit:$T,autoSizeColumns:Cm,autoSizeAllColumns:KT},dependsOn:[uf]},XT=".ag-row-pinned-source{background-color:var(--ag-pinned-source-row-background-color);color:var(--ag-pinned-source-row-text-color);font-weight:var(--ag-pinned-source-row-font-weight)}.ag-row-pinned-manual{background-color:var(--ag-pinned-row-background-color);color:var(--ag-pinned-row-text-color);font-weight:var(--ag-pinned-row-font-weight)}";function QT(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function JT(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function e6(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function t6(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function s6(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var o6={moduleName:"PinnedRow",version:U,beans:[lR],css:[XT],apiFunctions:{getPinnedTopRowCount:QT,getPinnedBottomRowCount:JT,getPinnedTopRow:e6,getPinnedBottomRow:t6,forEachPinnedRow:s6},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},i6=class{constructor(e,t){this.col=e,this.firstNode=t,this.cellSpan=!0,this.spannedNodes=new Set,this.addSpannedNode(t)}reset(){this.spannedNodes.clear(),this.addSpannedNode(this.firstNode)}addSpannedNode(e){this.spannedNodes.add(e),this.lastNode=e}getLastNode(){return this.lastNode}getCellHeight(){return this.lastNode.rowTop+this.lastNode.rowHeight-this.firstNode.rowTop-1}doesSpanContain(e){return e.column!==this.col||e.rowPinned!=this.firstNode.rowPinned?!1:this.firstNode.rowIndex<=e.rowIndex&&e.rowIndex<=this.lastNode.rowIndex}getLastNodeAutoHeight(){const e=this.firstNode.__autoHeights?.[this.col.getColId()];if(e==null)return;let t=0;for(const s of this.spannedNodes)s!==this.lastNode&&(t+=s.rowHeight);return e-t}},n6=class extends A{constructor(e){super(),this.column=e}buildCache(e){const{column:t,beans:{gos:s,pinnedRowModel:o,rowModel:i,valueSvc:n,pagination:r}}=this,{colDef:a}=t,l=this.getNodeMap(e),c=new Map,d=s.getCallback("isFullWidthRow"),u=a.equals,h=a.spanRows,p=typeof h=="function";let f=null,m=null,v;const w=(S,y)=>{f=S,m=null,v=y},b=S=>{const y=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!y){w(null,null);return}if(f==null||S.level!==f.level||S.footer||m&&S.rowIndex-1!==m?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const x=n.getValue(t,S);if(p){const R=ae(s,{valueA:v,nodeA:f,valueB:x,nodeB:S,column:t,colDef:a});if(!h(R)){w(S,x);return}}else if(u?!u(v,x):v!==x){w(S,x);return}if(!m){const R=l?.get(f);R?.firstNode===f?(R.reset(),m=R):m=new i6(t,f),c.set(f,m)}m.addSpannedNode(S),c.set(S,m)};switch(e){case"center":i.forEachDisplayedNode?.(S=>{(!r||r.isRowInPage(S.rowIndex))&&b(S)}),this.centerValueNodeMap=c;break;case"top":o?.forEachPinnedRow("top",b),this.topValueNodeMap=c;break;case"bottom":o?.forEachPinnedRow("bottom",b),this.bottomValueNodeMap=c;break}}isCellSpanning(e){return!!this.getCellSpan(e)}getCellSpan(e){return this.getNodeMap(e.rowPinned).get(e)}getNodeMap(e){switch(e){case"top":return this.topValueNodeMap;case"bottom":return this.bottomValueNodeMap;default:return this.centerValueNodeMap}}},r6=class extends A{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=tt(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=tt(this,this.dispatchCellsUpdatedEvent.bind(this,!1),0),this.pinnedTimeout=null,this.modelTimeout=null}postConstruct(){const e=this.onRowDataUpdated.bind(this),t=this.buildPinnedCaches.bind(this);this.addManagedEventListeners({paginationChanged:this.buildModelCaches.bind(this),pinnedRowDataChanged:t,pinnedRowsChanged:t,rowNodeDataChanged:e,cellValueChanged:e})}register(e){const{gos:t}=this.beans;if(!t.get("enableCellSpan")||this.spanningColumns.has(e))return;const s=this.createManagedBean(new n6(e));this.spanningColumns.set(e,s),s.buildCache("top"),s.buildCache("bottom"),s.buildCache("center"),this.debouncePinnedEvent(),this.debounceModelEvent()}dispatchCellsUpdatedEvent(e){this.dispatchLocalEvent({type:"spannedCellsUpdated",pinned:e})}deregister(e){this.spanningColumns.delete(e)}onRowDataUpdated({node:e}){const{spannedRowRenderer:t}=this.beans;if(e.rowPinned){if(this.pinnedTimeout!=null)return;this.pinnedTimeout=window.setTimeout(()=>{this.pinnedTimeout=null,this.buildPinnedCaches(),t?.createCtrls("top"),t?.createCtrls("bottom")},0);return}this.modelTimeout==null&&(this.modelTimeout=window.setTimeout(()=>{this.modelTimeout=null,this.buildModelCaches(),t?.createCtrls("center")},0))}buildModelCaches(){this.modelTimeout!=null&&clearTimeout(this.modelTimeout),this.spanningColumns.forEach(e=>e.buildCache("center")),this.debounceModelEvent()}buildPinnedCaches(){this.pinnedTimeout!=null&&clearTimeout(this.pinnedTimeout),this.spanningColumns.forEach(e=>{e.buildCache("top"),e.buildCache("bottom")}),this.debouncePinnedEvent()}isCellSpanning(e,t){const s=this.spanningColumns.get(e);return s?s.isCellSpanning(t):!1}getCellSpanByPosition(e){const{pinnedRowModel:t,rowModel:s}=this.beans,o=e.column,i=e.rowIndex,n=this.spanningColumns.get(o);if(!n)return;let r;switch(e.rowPinned){case"top":r=t?.getPinnedTopRow(i);break;case"bottom":r=t?.getPinnedBottomRow(i);break;default:r=s.getRow(i)}if(r)return n.getCellSpan(r)}getCellStart(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.firstNode.rowIndex}:e}getCellEnd(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.getLastNode().rowIndex}:e}getCellSpan(e,t){const s=this.spanningColumns.get(e);if(s)return s.getCellSpan(t)}forEachSpannedColumn(e,t){for(const[s,o]of this.spanningColumns)if(o.isCellSpanning(e)){const i=o.getCellSpan(e);t(s,i)}}destroy(){super.destroy(),this.spanningColumns.clear()}},a6=class extends jo{constructor(e,t,s){super(e.col,e.firstNode,s,t),this.cellSpan=e,this.SPANNED_CELL_CSS_CLASS="ag-spanned-cell"}setComp(e,t,s,o,i,n,r){this.eWrapper=s,super.setComp(e,t,s,o,i,n,r),this.setAriaRowSpan(),this.refreshAriaRowIndex()}isCellSpanning(){return!0}getCellSpan(){return this.cellSpan}refreshAriaRowIndex(){const{eGui:e,rowNode:t}=this;!e||t.rowIndex==null||Cg(e,t.rowIndex)}setAriaRowSpan(){J1(this.eGui,this.cellSpan.spannedNodes.size)}setFocusedCellPosition(e){this.focusedCellPosition=e}getFocusedCellPosition(){return this.focusedCellPosition??this.cellPosition}checkCellFocused(){const e=this.beans.focusSvc.getFocusedCell();return!!e&&this.cellSpan.doesSpanContain(e)}applyStaticCssClasses(){super.applyStaticCssClasses(),this.comp.toggleCss(this.SPANNED_CELL_CSS_CLASS,!0)}onCellFocused(e){const{beans:t}=this;if(oa(t)){this.focusedCellPosition=void 0;return}const s=this.isCellFocused();s||(this.focusedCellPosition=void 0),e&&s&&(this.focusedCellPosition={rowIndex:e.rowIndex,rowPinned:e.rowPinned,column:e.column}),super.onCellFocused(e)}getRootElement(){return this.eWrapper}},l6=class extends Tr{onRowIndexChanged(){super.onRowIndexChanged();for(const e of this.getAllCellCtrls())e.refreshAriaRowIndex()}getInitialRowClasses(e){return["ag-spanned-row"]}getNewCellCtrl(e){const t=this.beans.rowSpanSvc?.getCellSpan(e,this.rowNode);if(!(!t||t.firstNode!==this.rowNode))return new a6(t,this,this.beans)}isCorrectCtrlForSpan(e){const t=this.beans.rowSpanSvc?.getCellSpan(e.column,this.rowNode);return!t||t.firstNode!==this.rowNode?!1:e.getCellSpan()===t}onRowHeightChanged(){}refreshFirstAndLastRowStyles(){}addHoverFunctionality(){}resetHoveredStatus(){}},c6=class extends A{constructor(){super(...arguments),this.beanName="spannedRowRenderer",this.topCtrls=new Map,this.bottomCtrls=new Map,this.centerCtrls=new Map}postConstruct(){this.addManagedEventListeners({displayedRowsChanged:this.createAllCtrls.bind(this)})}createAllCtrls(){this.createCtrls("top"),this.createCtrls("bottom"),this.createCtrls("center")}createCtrls(e){const{rowSpanSvc:t}=this.beans,s=this.getCtrlsMap(e),o=s.size,i=this.getAllRelevantRowControls(e),n=new Map;let r=!1;for(const l of i)l.isAlive()&&t?.forEachSpannedColumn(l.rowNode,(c,d)=>{if(n.has(d.firstNode))return;const u=s.get(d.firstNode);if(u){n.set(d.firstNode,u),s.delete(d.firstNode);return}r=!0;const h=new l6(d.firstNode,this.beans,!1,!1,!1);n.set(d.firstNode,h)});this.setCtrlsMap(e,n);const a=n.size===o;if(!(!r&&a)){for(const l of s.values())l.destroyFirstPass(!0),l.destroySecondPass();this.dispatchLocalEvent({type:"spannedRowsUpdated",ctrlsKey:e})}}getAllRelevantRowControls(e){const{rowRenderer:t}=this.beans;switch(e){case"top":return t.topRowCtrls;case"bottom":return t.bottomRowCtrls;case"center":return t.allRowCtrls}}getCellByPosition(e){const{rowSpanSvc:t}=this.beans,s=t?.getCellSpanByPosition(e);if(!s)return;const o=this.getCtrlsMap(e.rowPinned).get(s.firstNode);if(o)return o.getAllCellCtrls().find(i=>i.column===e.column)}getCtrls(e){return[...this.getCtrlsMap(e).values()]}destroyRowCtrls(e){for(const t of this.getCtrlsMap(e).values())t.destroyFirstPass(!0),t.destroySecondPass();this.setCtrlsMap(e,new Map)}getCtrlsMap(e){switch(e){case"top":return this.topCtrls;case"bottom":return this.bottomCtrls;default:return this.centerCtrls}}setCtrlsMap(e,t){switch(e){case"top":this.topCtrls=t;break;case"bottom":this.bottomCtrls=t;break;default:this.centerCtrls=t;break}}destroy(){super.destroy(),this.destroyRowCtrls("top"),this.destroyRowCtrls("bottom"),this.destroyRowCtrls("center")}},d6={moduleName:"CellSpan",version:U,beans:[r6,c6]},u6=class extends A{constructor(e,t){super(),this.cellCtrl=e,this.staticClasses=[],this.beans=t,this.column=e.column}setComp(e){this.cellComp=e,this.applyUserStyles(),this.applyCellClassRules(),this.applyClassesFromColDef()}applyCellClassRules(){const{column:e,cellComp:t}=this,s=e.colDef,o=s.cellClassRules,i=this.getCellClassParams(e,s);rd(this.beans.expressionSvc,o===this.cellClassRules?void 0:this.cellClassRules,o,i,n=>t.toggleCss(n,!0),n=>t.toggleCss(n,!1)),this.cellClassRules=o}applyUserStyles(){const e=this.column,t=e.colDef,s=t.cellStyle;if(!s)return;let o;if(typeof s=="function"){const i=this.getCellClassParams(e,t);o=s(i)}else o=s;o&&this.cellComp.setUserStyles(o)}applyClassesFromColDef(){const{column:e,cellComp:t}=this,s=e.colDef,o=this.getCellClassParams(e,s);for(const n of this.staticClasses)t.toggleCss(n,!1);const i=this.beans.cellStyles.getStaticCellClasses(s,o);this.staticClasses=i;for(const n of i)t.toggleCss(n,!0)}getCellClassParams(e,t){const{value:s,rowNode:o}=this.cellCtrl;return ae(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},h6=class extends A{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){rd(this.beans.expressionSvc,void 0,e.cellClassRules,t,s,o),this.processStaticCellClasses(e,t,s)}getStaticCellClasses(e,t){const{cellClass:s}=e;if(!s)return[];let o;return typeof s=="function"?o=s(t):o=s,typeof o=="string"&&(o=[o]),o||[]}createCellCustomStyleFeature(e,t){return new u6(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},g6={moduleName:"CellStyle",version:U,beans:[h6]},p6={moduleName:"RowStyle",version:U,beans:[JD]};function f6(e,t){return!!e.colHover?.isHovered(t)}var m6=class extends A{constructor(e,t){super(),this.columns=e,this.element=t,this.destroyManagedListeners=[],this.enableFeature=s=>{const{beans:o,gos:i,element:n,columns:r}=this,a=o.colHover;if(s??!!i.get("columnHoverHighlight"))this.destroyManagedListeners=this.addManagedElementListeners(n,{mouseover:a.setMouseOver.bind(a,r),mouseout:a.clearMouseOver.bind(a)});else{for(const c of this.destroyManagedListeners)c();this.destroyManagedListeners=[]}}}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{this.enableFeature(e)}),this.enableFeature()}destroy(){super.destroy(),this.destroyManagedListeners=null}},C6="ag-column-hover",v6=class extends A{constructor(){super(...arguments),this.beanName="colHover"}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{e||this.clearMouseOver()})}setMouseOver(e){this.updateState(e)}clearMouseOver(){this.updateState(null)}isHovered(e){if(!this.gos.get("columnHoverHighlight"))return!1;const t=this.selectedColumns;return!!t&&t.indexOf(e)>=0}addHeaderColumnHoverListener(e,t,s){const o=()=>{const i=this.isHovered(s);t.toggleCss("ag-column-hover",i)};e.addManagedEventListeners({columnHoverChanged:o}),o()}onCellColumnHover(e,t){if(!t)return;const s=this.isHovered(e);t.toggleCss(C6,s)}addHeaderFilterColumnHoverListener(e,t,s,o){this.createHoverFeature(e,[s],o);const i=()=>{const n=this.isHovered(s);t.toggleCss("ag-column-hover",n)};e.addManagedEventListeners({columnHoverChanged:i}),i()}createHoverFeature(e,t,s){e.createManagedBean(new m6(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},w6={moduleName:"ColumnHover",version:U,beans:[v6],apiFunctions:{isColumnHovered:f6}},b6=class extends A{constructor(){super(...arguments),this.beanName="apiEventSvc",this.syncListeners=new Map,this.asyncListeners=new Map,this.syncGlobalListeners=new Set,this.globalListenerPairs=new Map}postConstruct(){this.wrapSvc=this.beans.frameworkOverrides.createGlobalEventListenerWrapper?.()}addListener(e,t){const s=this.wrapSvc?.wrap(e,t)??t,o=!nr.has(e),i=o?this.asyncListeners:this.syncListeners;i.has(e)||i.set(e,new Set),i.get(e).add(s),this.eventSvc.addListener(e,s,o)}removeListener(e,t){const s=this.wrapSvc?.unwrap(e,t)??t,i=!!this.asyncListeners.get(e)?.delete(s);i||this.syncListeners.get(e)?.delete(s),this.eventSvc.removeListener(e,s,i)}addGlobalListener(e){const t=this.wrapSvc?.wrapGlobal(e)??e,s=(n,r)=>{nr.has(n)&&t(n,r)},o=(n,r)=>{nr.has(n)||t(n,r)};this.globalListenerPairs.set(e,{syncListener:s,asyncListener:o});const i=this.eventSvc;i.addGlobalListener(s,!1),i.addGlobalListener(o,!0)}removeGlobalListener(e){const{eventSvc:t,wrapSvc:s,globalListenerPairs:o}=this,i=s?.unwrapGlobal(e)??e;if(o.has(i)){const{syncListener:r,asyncListener:a}=o.get(i);t.removeGlobalListener(r,!1),t.removeGlobalListener(a,!0),o.delete(e)}else this.syncGlobalListeners.delete(i),t.removeGlobalListener(i,!1)}destroyEventListeners(e,t){e.forEach((s,o)=>{s.forEach(i=>this.eventSvc.removeListener(o,i,t)),s.clear()}),e.clear()}destroyGlobalListeners(e,t){for(const s of e)this.eventSvc.removeGlobalListener(s,t);e.clear()}destroy(){super.destroy(),this.destroyEventListeners(this.syncListeners,!1),this.destroyEventListeners(this.asyncListeners,!0),this.destroyGlobalListeners(this.syncGlobalListeners,!1);const{globalListenerPairs:e,eventSvc:t}=this;e.forEach(({syncListener:s,asyncListener:o})=>{t.removeGlobalListener(s,!1),t.removeGlobalListener(o,!0)}),e.clear()}};function S6(e,t,s){e.apiEventSvc?.addListener(t,s)}function y6(e,t,s){e.apiEventSvc?.removeListener(t,s)}function x6(e,t){e.apiEventSvc?.addGlobalListener(t)}function R6(e,t){e.apiEventSvc?.removeGlobalListener(t)}var F6={moduleName:"EventApi",version:U,apiFunctions:{addEventListener:S6,addGlobalListener:x6,removeEventListener:y6,removeGlobalListener:R6},beans:[b6]},E6={moduleName:"Locale",version:U,beans:[J3]},D6=class extends A{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=tt(this,this.calculateRowHeights.bind(this),1)}requestCheckAutoHeight(){this.wasEverActive&&this._debouncedCalculateRowHeights()}calculateRowHeights(){const{visibleCols:e,rowModel:t,rowSpanSvc:s,pinnedRowModel:o}=this.beans,i=e.autoHeightCols;let n=!1;const r=a=>{const l=a.__autoHeights;let c=Ts(this.beans,a).height;for(const d of i){let u=l?.[d.getColId()];const h=s?.getCellSpan(d,a);if(h){if(h.getLastNode()!==a)continue;if(u=s?.getCellSpan(d,a)?.getLastNodeAutoHeight(),!u)return}if(u==null){if(this.colSpanSkipCell(d,a))continue;return}c=Math.max(u,c)}c!==a.rowHeight&&(a.setRowHeight(c),n=!0)};o?.forEachPinnedRow?.("top",r),o?.forEachPinnedRow?.("bottom",r),t.forEachDisplayedNode?.(r),n&&t.onRowHeightChanged?.()}setRowAutoHeight(e,t,s){if(e.__autoHeights??(e.__autoHeights={}),t==null){delete e.__autoHeights[s.getId()];return}const o=e.__autoHeights[s.getId()];e.__autoHeights[s.getId()]=t,o!==t&&this.requestCheckAutoHeight()}colSpanSkipCell(e,t){const{colModel:s,colViewport:o,visibleCols:i}=this.beans;if(!s.colSpanActive)return!1;let n=[];switch(e.getPinned()){case"left":n=i.getLeftColsForRow(t);break;case"right":n=i.getRightColsForRow(t);break;case null:n=o.getColsWithinViewport(t);break}return!n.includes(e)}setupCellAutoHeight(e,t,s){if(!e.column.isAutoHeight()||!t)return!1;this.wasEverActive=!0;const o=t.parentElement,{rowNode:i,column:n}=e,r=this.beans,a=d=>{if(this.beans.editSvc?.isEditing(e)||!e.isAlive()||!s.isAlive())return;const{paddingTop:u,paddingBottom:h,borderBottomWidth:p,borderTopWidth:f}=go(o),m=u+h+p+f,w=t.offsetHeight+m;if(d<5){const S=!Xe(r)?.contains(t),y=w==0;if(S||y){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=fs(r,t,l);return s.addDestroyFunc(()=>{c(),this.setRowAutoHeight(i,void 0,n)}),!0}setAutoHeightActive(e){this.active=e.list.some(t=>t.isVisible()&&t.isAutoHeight())}areRowsMeasured(){if(!this.active)return!0;const e=this.beans.rowRenderer.getAllRowCtrls();let t=null;for(const{rowNode:s}of e)if((!t||this.beans.colModel.colSpanActive)&&(t=this.beans.colViewport.getColsWithinViewport(s).filter(i=>i.isAutoHeight())),t.length!==0){if(!s.__autoHeights)return!1;for(const o of t){const i=s.__autoHeights[o.getColId()];if(!i||s.rowHeight<i)return!1}}return!0}},P6={moduleName:"RowAutoHeight",version:U,beans:[D6]},M6={moduleName:"AllCommunity",version:U,dependsOn:[DM,OM,UM,vP,P4,M4,T4,I4,k4,A4,L4,D4,b5,S5,y5,w5,R5,F5,aT,nM,ET,hf,NT,HT,UT,ZT,r2,o6,Y4,O3,g6,w6,p6,F6,G3,tT,tm,E6,P6,n2,PM,d6]},at=g.createContext({}),vm=g.createContext("default"),gn=(e,t,s,o)=>{if(!e||e.componentFromFramework||t.isDestroyed())return;const n=e.newAgStackInstance();let r,a,l=!1;return n.then(c=>{if(l){t.destroyBean(c);return}r=c,a=r.getGui(),s.appendChild(a),gh(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&gh(o,void 0))}},gh=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Dt=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),It=class wm{constructor(...t){this.classesMap={};for(const s of t)this.classesMap[s]=!0}setClass(t,s){if(!!this.classesMap[t]==s)return this;const i=new wm;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},ni=e=>{const t=()=>typeof Symbol=="function"&&Symbol.for,s=()=>t()?Symbol.for("react.memo"):60115;return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===s()},hc=g.version?.split(".")[0],bm=hc==="16"||hc==="17";function T6(){return hc==="19"}var ar=!1;function I6(e){return ar||setTimeout(()=>ar=!1,0),ar=!0,e()}var tn=(e,t)=>{!bm&&e&&!ar?on.flushSync(t):t()},k6=e=>{bm?e():g.startTransition(e)};function A6(e,t,s){return g.useSyncExternalStore?g.useSyncExternalStore(e,t):s}function Ar(e,t,s){if(t==null||e==null)return t;if(e===t||t.length===0&&e.length===0)return e;if(s||e.length===0&&t.length>0||e.length>0&&t.length===0)return t;const o=[],i=[],n=new Map,r=new Map;for(let a=0;a<t.length;a++){const l=t[a];r.set(l.instanceId,l)}for(let a=0;a<e.length;a++){const l=e[a];n.set(l.instanceId,l),r.has(l.instanceId)&&o.push(l)}for(let a=0;a<t.length;a++){const l=t[a],c=l.instanceId;n.has(c)||i.push(l)}return o.length===e.length&&i.length===0?e:o.length===0&&i.length===t.length?t:o.length===0?i:i.length===0?o:[...o,...i]}var Sm=g.forwardRef((e,t)=>{const{registry:s,context:o}=g.useContext(at),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(),[d,u]=g.useState(),[h,p]=g.useState(),[f,m]=g.useState(),[v,w]=g.useState(()=>new It),[b,S]=g.useState(()=>new It("ag-hidden")),[y,x]=g.useState(()=>new It("ag-hidden")),[R,F]=g.useState(()=>new It("ag-invisible"));g.useImperativeHandle(t,()=>({refresh(){return!1}})),g.useLayoutEffect(()=>gn(d,o,n.current),[d]);const D=g.useCallback(se=>{if(i.current=se,!se||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const L={setInnerRenderer:(_,j)=>{u(_),m(j)},setChildCount:_=>p(_),toggleCss:(_,j)=>w(q=>q.setClass(_,j)),setContractedDisplayed:_=>x(j=>j.setClass("ag-hidden",!_)),setExpandedDisplayed:_=>S(j=>j.setClass("ag-hidden",!_)),setCheckboxVisible:_=>F(j=>j.setClass("ag-invisible",!_)),setCheckboxSpacing:_=>F(j=>j.setClass("ag-group-checkbox-spacing",_))},te=s.createDynamicBean("groupCellRendererCtrl",!0);te&&(c.current=o.createBean(te),c.current.init(L,se,r.current,a.current,l.current,Sm,e))},[]),T=g.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),k=g.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),E=g.useMemo(()=>`ag-group-contracted ${y.toString()}`,[y]),M=g.useMemo(()=>`ag-group-checkbox ${R.toString()}`,[R]),O=d?.componentFromFramework,B=O?d.componentClass:void 0,H=d==null&&f!=null,X=si(f);return g.createElement("span",{className:T,ref:D,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},g.createElement("span",{className:k,ref:a}),g.createElement("span",{className:E,ref:l}),g.createElement("span",{className:M,ref:r}),g.createElement("span",{className:"ag-group-value",ref:n},H?X:O?g.createElement(B,{...d.params}):null),g.createElement("span",{className:"ag-group-child-count"},h))}),ph=Sm,pd=g.createContext({setMethods:()=>{}}),L6=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=g.useState(t);return g.useEffect(()=>{s(l=>a(l))},[]),g.createElement(pd.Provider,{value:{setMethods:i}},g.createElement(o,{key:n,...r}))},O6=g.memo(L6),N6=0;function fh(){return`agPortalKey_${++N6}`}var ym=class{constructor(e,t,s,o){this.portal=null,this.oldPortal=null,this.reactComponent=e,this.portalManager=t,this.componentType=s,this.suppressFallbackMethods=!!o,this.statelessComponent=this.isStateless(this.reactComponent),this.key=fh(),this.portalKey=fh(),this.instanceCreated=this.isStatelessComponent()?Re.resolve(!1):new Re(i=>{this.resolveInstanceCreated=i})}getGui(){return this.eParentElement}getRootElement(){return this.eParentElement.firstChild}destroy(){this.componentInstance&&typeof this.componentInstance.destroy=="function"&&this.componentInstance.destroy();const e=this.portal;e&&this.portalManager.destroyPortal(e)}createParentElement(e){const t=this.portalManager.getComponentWrappingElement(),s=document.createElement(t||"div");return s.classList.add("ag-react-container"),e.reactContainer=s,s}statelessComponentRendered(){return this.eParentElement.childElementCount>0||this.eParentElement.childNodes.length>0}getFrameworkComponentInstance(){return this.componentInstance}isStatelessComponent(){return this.statelessComponent}getReactComponentName(){return this.reactComponent.name}getMemoType(){return this.hasSymbol()?Symbol.for("react.memo"):60115}hasSymbol(){return typeof Symbol=="function"&&Symbol.for}isStateless(e){return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===this.getMemoType()}hasMethod(e){const t=this.getFrameworkComponentInstance();return!!t&&t[e]!=null||this.fallbackMethodAvailable(e)}callMethod(e,t){const s=this.getFrameworkComponentInstance();if(this.isStatelessComponent())return this.fallbackMethod(e,t&&t[0]?t[0]:{});if(!s){setTimeout(()=>this.callMethod(e,t));return}const o=s[e];if(o)return o.apply(s,t);if(this.fallbackMethodAvailable(e))return this.fallbackMethod(e,t&&t[0]?t[0]:{})}addMethod(e,t){this[e]=t}init(e){return this.eParentElement=this.createParentElement(e),this.createOrUpdatePortal(e),new Re(t=>this.createReactComponent(t))}createOrUpdatePortal(e){this.isStatelessComponent()||(this.ref=t=>{this.componentInstance=t,this.resolveInstanceCreated?.(!0),this.resolveInstanceCreated=void 0},e.ref=this.ref),this.reactElement=this.createElement(this.reactComponent,{...e,key:this.key}),this.portal=on.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return g.createElement(e,t)}createReactComponent(e){this.portalManager.mountReactPortal(this.portal,this,e)}rendered(){return this.isStatelessComponent()&&this.statelessComponentRendered()||!!(!this.isStatelessComponent()&&this.getFrameworkComponentInstance())}refreshComponent(e){this.oldPortal=this.portal,this.createOrUpdatePortal(e),this.portalManager.updateReactPortal(this.oldPortal,this.portal)}fallbackMethod(e,t){const s=this[`${e}Component`];if(!this.suppressFallbackMethods&&s)return s.bind(this)(t)}fallbackMethodAvailable(e){return this.suppressFallbackMethods?!1:!!this[`${e}Component`]}};function ca(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var yt=class extends ym{constructor(){super(...arguments),this.awaitUpdateCallback=new Re(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=O6}init(e){return this.sourceParams=e,super.init(this.getProps())}addMethod(){}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}getFrameworkComponentInstance(){return this}createElement(e,t){return super.createElement(this.wrapperComponent,{initialProps:t,CustomComponentClass:e,setMethods:s=>this.setMethods(s),addUpdateCallback:s=>{this.updateCallback=()=>(s(this.getProps()),new Re(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,ca(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new Re(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},H6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},G6=class extends yt{constructor(){super(...arguments),this.date=null,this.onDateChange=e=>this.updateDate(e)}getDate(){return this.date}setDate(e){this.date=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached","setInputPlaceholder","setInputAriaLabel","setDisabled"]}updateDate(e){this.setDate(e),this.sourceParams.onDateChanged()}getProps(){const e=super.getProps();return e.date=this.date,e.onDateChange=this.onDateChange,delete e.onDateChanged,e}},B6=class extends yt{constructor(){super(...arguments),this.label="",this.icon=null,this.shake=!1}setIcon(e,t){this.icon=e,this.shake=t,this.refreshProps()}setLabel(e){this.label=e,this.refreshProps()}getProps(){const e=super.getProps(),{label:t,icon:s,shake:o}=this;return e.label=t,e.icon=s,e.shake=o,e}},V6=class extends yt{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e),this.onUiChange=()=>this.sourceParams.filterModifiedCallback(),this.expectingNewMethods=!0,this.hasBeenActive=!1,this.awaitSetMethodsCallback=new Re(e=>{this.resolveSetMethodsCallback=e})}isFilterActive(){return this.model!=null}doesFilterPass(e){return this.providedMethods.doesFilterPass(e)}getModel(){return this.model}setModel(e){return this.expectingNewMethods=!0,this.model=e,this.hasBeenActive||(this.hasBeenActive=this.isFilterActive()),this.refreshProps()}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","getModelAsString","onAnyFilterChanged"]}setMethods(e){this.expectingNewMethods===!1&&this.hasBeenActive&&this.providedMethods?.doesFilterPass!==e?.doesFilterPass&&setTimeout(()=>{this.sourceParams.filterChangedCallback()}),this.expectingNewMethods=!1,super.setMethods(e),this.resolveSetMethodsCallback(),this.resolveFilterPassCallback?.(),this.resolveFilterPassCallback=void 0}updateModel(e){this.resolveFilterPassCallback?.();const t=new Re(s=>{this.resolveFilterPassCallback=s});this.setModel(e).then(()=>{t.then(()=>{this.sourceParams.filterChangedCallback()})})}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e.onUiChange=this.onUiChange,delete e.filterChangedCallback,e}},z6=class extends yt{constructor(){super(...arguments),this.awaitSetMethodsCallback=new Re(e=>{this.resolveSetMethodsCallback=e})}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","onAnyFilterChanged"]}setMethods(e){super.setMethods(e),this.resolveSetMethodsCallback()}};function xm(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||Re.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var W6=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t,this.model=null,this.onModelChange=s=>this.updateModel(s)}getProps(){return{...this.floatingFilterParams,model:this.model,onModelChange:this.onModelChange}}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xm(this.floatingFilterParams,e)}},_6=class extends yt{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e)}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xm(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},j6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},U6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},$6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},K6=class extends yt{constructor(){super(...arguments),this.active=!1,this.expanded=!1,this.onActiveChange=e=>this.updateActive(e)}setActive(e){this.awaitSetActive(e)}setExpanded(e){this.expanded=e,this.refreshProps()}getOptionalMethods(){return["select","configureDefaults"]}awaitSetActive(e){return this.active=e,this.refreshProps()}updateActive(e){const t=this.awaitSetActive(e);e&&t.then(()=>this.sourceParams.onItemActivated())}getProps(){const e=super.getProps();return e.active=this.active,e.expanded=this.expanded,e.onActiveChange=this.onActiveChange,delete e.onItemActivated,e}},q6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},Y6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},Z6=class extends yt{constructor(){super(...arguments),this.onStateChange=e=>this.updateState(e)}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}getState(){return this.state}updateState(e){this.state=e,this.refreshProps(),this.sourceParams.onStateUpdated()}getProps(){const e=super.getProps();return e.state=this.state,e.onStateChange=this.onStateChange,e}};function fd(){G(231)}var X6=1e3,Q6=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||X6}getPortals(){return this.portals}destroy(){this.destroyed=!0}destroyPortal(e){this.portals=this.portals.filter(t=>t!==e),this.batchUpdate()}getComponentWrappingElement(){return this.wrappingElement}mountReactPortal(e,t,s){this.portals=[...this.portals,e],this.waitForInstance(t,s),this.batchUpdate()}updateReactPortal(e,t){this.portals[this.portals.indexOf(e)]=t,this.batchUpdate()}batchUpdate(){this.hasPendingPortalUpdate||(setTimeout(()=>{this.destroyed||(this.refresher(),this.hasPendingPortalUpdate=!1)}),this.hasPendingPortalUpdate=!0)}waitForInstance(e,t,s=Date.now()){if(this.destroyed){t(null);return}if(e.rendered())t(e);else{if(Date.now()-s>=this.maxComponentCreationTimeMs&&!this.hasPendingPortalUpdate){tn(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},J6=({ctrl:e})=>{const t=e.isAlive(),{context:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(),a=g.useRef(),l=g.useRef(null),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=g.useRef();t&&!h.current&&(h.current=new ln(()=>l.current));const p=g.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new oi);const b=()=>{const y=e.getSelectAllGui();y&&(c.current?.insertAdjacentElement("afterend",y),a.current.addDestroyFunc(()=>y.remove()))},S={setWidth:y=>{l.current&&(l.current.style.width=y)},toggleCss:(y,x)=>h.current.toggleCss(y,x),setUserStyles:y=>r(y),setAriaSort:y=>{l.current&&(y?sb(l.current,y):ob(l.current))},setUserCompDetails:y=>i(y),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);g.useLayoutEffect(()=>gn(o,s,d.current,u),[o]),g.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=g.useMemo(()=>!!(o?.componentFromFramework&&ni(o.componentClass)),[o]),m=o?.componentFromFramework,v=o?.componentClass;return g.createElement("div",{ref:p,style:n,className:"ag-header-cell",role:"columnheader"},g.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),g.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},m?f?g.createElement(v,{...o.params}):g.createElement(v,{...o.params,ref:u}):null))},eI=g.memo(J6),tI=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},sI=({ctrl:e})=>{const{context:t,gos:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(()=>new It("ag-header-cell","ag-floating-filter")),[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It("ag-floating-filter-button","ag-hidden")),[u,h]=g.useState("false"),[p,f]=g.useState(),[,m]=g.useState(1),v=g.useRef(),w=g.useRef(null),b=g.useRef(null),S=g.useRef(null),y=g.useRef(null),x=g.useRef(),R=g.useRef(),F=_=>{_!=null&&x.current&&x.current(_)},D=g.useCallback(_=>{if(w.current=_,!_||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new oi),R.current=new Re(q=>{x.current=q});const j={toggleCss:(q,Y)=>r($=>$.setClass(q,Y)),setUserStyles:q=>i(q),addOrRemoveBodyCssClass:(q,Y)=>l($=>$.setClass(q,Y)),setButtonWrapperDisplayed:q=>{d(Y=>Y.setClass("ag-hidden",!q)),h(q?"false":"true")},setWidth:q=>{w.current&&(w.current.style.width=q)},setCompDetails:q=>f(q),getFloatingFilterComp:()=>R.current?R.current:null,setMenuIcon:q=>y.current?.appendChild(q)};e.setComp(j,_,y.current,b.current,v.current)},[]);g.useLayoutEffect(()=>gn(p,t,b.current,F),[p]);const T=g.useMemo(()=>n.toString(),[n]),k=g.useMemo(()=>a.toString(),[a]),E=g.useMemo(()=>c.toString(),[c]),M=g.useMemo(()=>!!(p&&p.componentFromFramework&&ni(p.componentClass)),[p]),O=g.useMemo(()=>s.get("reactiveCustomComponents"),[]),B=g.useMemo(()=>s.get("enableFilterHandlers"),[]),[H,X]=g.useState();g.useEffect(()=>{if(p?.componentFromFramework)if(O){const _=B?tI:W6,j=new _(p.params,()=>m(q=>q+1));F(j),X(j)}else fd()},[p]);const se=H?.getProps(),L=p?.componentFromFramework,te=p?.componentClass;return g.createElement("div",{ref:D,style:o,className:T,role:"gridcell"},g.createElement("div",{ref:b,className:k,role:"presentation"},L?O?se&&g.createElement(pd.Provider,{value:{setMethods:_=>H.setMethods(_)}},g.createElement(te,{...se})):g.createElement(te,{...p.params,ref:M?()=>{}:F}):null),g.createElement("div",{ref:S,"aria-hidden":u,className:E,role:"presentation"},g.createElement("button",{ref:y,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},oI=g.memo(sI),iI=({ctrl:e})=>{const{context:t}=g.useContext(at),[s,o]=g.useState(),[i,n]=g.useState(()=>new It),[r,a]=g.useState(()=>new It),[l,c]=g.useState("false"),[d,u]=g.useState(),[h,p]=g.useState(),f=g.useRef(),m=g.useRef(null),v=g.useRef(null),w=g.useRef(null),b=g.useRef(),S=g.useCallback(T=>{if(m.current=T,!T||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new oi);const k={setWidth:E=>{m.current&&(m.current.style.width=E)},toggleCss:(E,M)=>n(O=>O.setClass(E,M)),setUserStyles:E=>o(E),setHeaderWrapperHidden:E=>{const M=w.current;M&&(E?M.style.setProperty("display","none"):M.style.removeProperty("display"))},setHeaderWrapperMaxHeight:E=>{const M=w.current;M&&(E!=null?M.style.setProperty("max-height",`${E}px`):M.style.removeProperty("max-height"),M.classList.toggle("ag-header-cell-comp-wrapper-limited-height",E!=null))},setUserCompDetails:E=>p(E),setResizableDisplayed:E=>{a(M=>M.setClass("ag-hidden",!E)),c(E?"false":"true")},setAriaExpanded:E=>u(E),getUserCompInstance:()=>b.current||void 0};e.setComp(k,T,v.current,w.current,f.current)},[]);g.useLayoutEffect(()=>gn(h,t,w.current),[h]),g.useEffect(()=>{m.current&&e.setDragSource(m.current)},[h]);const y=g.useMemo(()=>!!(h?.componentFromFramework&&ni(h.componentClass)),[h]),x=g.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),R=g.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),F=h?.componentFromFramework,D=h?.componentClass;return g.createElement("div",{ref:S,style:s,className:x,role:"columnheader","aria-expanded":d},g.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},F?y?g.createElement(D,{...h.params}):g.createElement(D,{...h.params,ref:b}):null),g.createElement("div",{ref:v,"aria-hidden":l,className:R}))},nI=g.memo(iI),rI=({ctrl:e})=>{const{gos:t,context:s}=g.useContext(at),{topOffset:o,rowHeight:i}=g.useMemo(()=>e.getTopAndHeight(),[]),n=g.useMemo(()=>t.get("tabIndex"),[]),[r,a]=g.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=g.useState(()=>i+"px"),[u,h]=g.useState(()=>o+"px"),p=g.useRef(null),[f,m]=g.useState(()=>e.getUpdatedHeaderCtrls()),v=g.useRef(),w=g.useRef(null),b=g.useCallback(x=>{if(w.current=x,!x||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new oi);const R={setHeight:F=>d(F),setTop:F=>h(F),setHeaderCtrls:(F,D,T)=>{const k=p.current,E=Ar(k,F,D);E!==k&&(p.current=E,tn(T,()=>m(E)))},setWidth:F=>{w.current&&(w.current.style.width=F)},setRowIndex:F=>{a(F)}};e.setComp(R,v.current,!1)},[]),S=g.useMemo(()=>({height:c,top:u}),[c,u]),y=g.useCallback(x=>{switch(e.type){case"group":return g.createElement(nI,{ctrl:x,key:x.instanceId});case"filter":return g.createElement(oI,{ctrl:x,key:x.instanceId});default:return g.createElement(eI,{ctrl:x,key:x.instanceId})}},[]);return g.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(y))},aI=g.memo(rI),lI=({pinned:e})=>{const[t,s]=g.useState(!0),[o,i]=g.useState([]),{context:n}=g.useContext(at),r=g.useRef(null),a=g.useRef(null),l=g.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=g.useCallback(m=>{if(r.current=m,!m||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new Wx(e));const v={setDisplayed:s,setCtrls:w=>i(w),setCenterWidth:w=>{a.current&&(a.current.style.width=w)},setViewportScrollLeft:w=>{r.current&&(r.current.scrollLeft=w)},setPinnedContainerWidth:w=>{r.current&&(r.current.style.width=w,r.current.style.minWidth=w,r.current.style.maxWidth=w)}};l.current.setComp(v,r.current)},[]),p=t?"":"ag-hidden",f=()=>o.map(m=>g.createElement(aI,{ctrl:m,key:m.instanceId}));return c?g.createElement("div",{ref:h,className:"ag-pinned-left-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):d?g.createElement("div",{ref:h,className:"ag-pinned-right-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):u?g.createElement("div",{ref:h,className:"ag-header-viewport "+p,role:"rowgroup",tabIndex:-1},g.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},ml=g.memo(lI),cI=()=>{const[e,t]=g.useState(()=>new It),[s,o]=g.useState(),{context:i}=g.useContext(at),n=g.useRef(null),r=g.useRef(),a=g.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new Gx);const u={toggleCss:(h,p)=>t(f=>f.setClass(h,p)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=g.useMemo(()=>"ag-header "+e.toString(),[e]),c=g.useMemo(()=>({height:s,minHeight:s}),[s]);return g.createElement("div",{ref:a,className:l,style:c,role:"presentation"},g.createElement(ml,{pinned:"left"}),g.createElement(ml,{pinned:null}),g.createElement(ml,{pinned:"right"}))},dI=g.memo(cI),uI=(e,t)=>{g.useEffect(()=>{const s=t.current;if(s){const o=s.parentElement;if(o){const i=document.createComment(e);return o.insertBefore(i,s),()=>{i.remove()}}}},[e])},zs=uI,hI=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new Re(s=>{this.resolveInstanceCreated=s}),this.onValueChange=s=>this.updateValue(s),this.value=e.value}getProps(){return{...this.cellEditorParams,initialValue:this.cellEditorParams.value,value:this.value,onValueChange:this.onValueChange}}getValue(){return this.value}refresh(e){this.cellEditorParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}setRef(e){this.componentInstance=e,this.resolveInstanceCreated?.(),this.resolveInstanceCreated=void 0}getOptionalMethods(){return["isCancelBeforeStart","isCancelAfterEnd","focusIn","focusOut","afterGuiAttached","getValidationErrors","getValidationElement"]}updateValue(e){this.value=e,this.refreshProps()}},gI=e=>{const t=g.useRef(e),s=g.useRef(),o=g.useRef(!1),i=g.useRef(!1),[,n]=g.useState(0);o.current&&(i.current=!0),g.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},pI=e=>{const[t,s]=g.useState(),o=g.useContext(at),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return gI(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let p,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const m=f.getGui();if(e.jsChildComp){const x=e.jsChildComp.getGui();x&&m.appendChild(x)}const{column:v,rowNode:w}=c,b={column:v,rowNode:w,type:"popupCellEditor",eventSource:d,ePopup:m,position:l.popupPosition,keepWithinBounds:!0},S=n?.positionPopupByComponent.bind(n,b),y=n?.addPopup({modal:h,eChild:m,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});p=y?y.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{p?.(),i.destroyBean(f)}}),g.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(Be(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?on.createPortal(e.wrappedContent,t.getGui()):null},mh=g.memo(pI),fI=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=ni(t);return g.createElement(pd.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?g.createElement(t,{...i}):g.createElement(t,{...i,ref:r=>o.setRef(r)}))},Ch=(e,t,s)=>e.compProxy?fI(e,t,s):g.createElement(t,{...e.compDetails.params,ref:s}),mI=(e,t,s,o,i)=>{const n=e.compDetails,r=n.componentClass,a=n.componentFromFramework&&!e.popup,l=n.componentFromFramework&&e.popup,c=!n.componentFromFramework&&e.popup;return a?Ch(e,r,t):l?g.createElement(mh,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:Ch(e,r,t)}):c&&i?g.createElement(mh,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},CI=(e,t,s,o,i,n)=>{const{context:r}=g.useContext(at),a=g.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);g.useEffect(()=>{const l=e!=null,c=e?.compDetails&&!e.compDetails.componentFromFramework,d=t&&s==null;if(!(l&&c&&!d)){a();return}const h=e.compDetails;if(i.current){const f=i.current,v=f.refresh!=null&&e.force==!1?f.refresh(h.params):!1;if(v===!0||v===void 0)return;a()}h.newAgStackInstance().then(f=>{if(!f)return;const m=f.getGui();if(!m)return;(t?s:n.current).appendChild(m),i.current=f})},[e,t,o]),g.useEffect(()=>a,[])},Rm=CI,vI=({cellCtrl:e,parent:t})=>{const s=g.useRef(),o=g.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(Rm(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return g.createElement(i,{...o.compDetails.params})}return g.createElement(g.Fragment,null)},wI=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=g.useContext(at),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=g.useRef(),[l,c]=g.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=g.useState(),[h,p]=g.useState(1),[f,m]=g.useState(),[v,w]=g.useState(!1),[b,S]=g.useState(!1),[y,x]=g.useState(!1),[R,F]=g.useState(),D=g.useMemo(()=>e.isForceWrapper(),[e]),T=g.useMemo(()=>e.getCellAriaRole(),[e]),k=g.useRef(null),E=g.useRef(null),M=g.useRef(null),O=g.useRef(),B=g.useRef(),H=g.useRef(),X=g.useRef([]),se=g.useRef(),L=g.useRef(),[te,_]=g.useState(0),j=g.useCallback(fe=>{L.current=fe,_(xe=>xe+1)},[]),q=l!=null&&(v||y||b)&&(d==null||!!d.popup),Y=D||q,$=g.useMemo(()=>e.getCellValueClass(),[e]),J=g.useCallback(fe=>{if(B.current=fe,fe){const xe=fe.isCancelBeforeStart&&fe.isCancelBeforeStart();setTimeout(()=>{xe?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(fe))})}},[e]),N=g.useRef();N.current||(N.current=new ln(()=>k.current)),Rm(l,Y,L.current,te,O,k);const P=g.useRef();g.useLayoutEffect(()=>{const fe=P.current,xe=l;if(P.current=l,fe==null||fe.compDetails==null||xe==null||xe.compDetails==null)return;se.current?.refreshVisibility();const z=fe.compDetails,Ce=xe.compDetails;if(z.componentClass!=Ce.componentClass||M.current?.refresh==null)return;M.current.refresh(Ce.params)!=!0&&p(me=>me+1)},[l]),g.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const xe=d.compDetails,z=d.popup===!0,Ce=xe.newAgStackInstance();return Ce.then(ce=>{if(!ce)return;const me=ce.getGui();J(ce),z||((D?H:k).current?.appendChild(me),ce.afterGuiAttached?.()),F(ce)}),()=>{Ce.then(ce=>{const me=ce.getGui();e.disableEditorTooltipFeature(),i.destroyBean(ce),J(void 0),F(void 0),me?.remove()})}},[d]);const W=g.useCallback(fe=>{if(H.current=fe,!fe||i.isDestroyed()||!e.isAlive()){const Ce=X.current;X.current=[];for(const ce of Ce)ce();return}let xe;const z=Ce=>{Ce&&(fe.insertAdjacentElement("afterbegin",Ce.getGui()),X.current.push(()=>{Ms(Ce.getGui()),i.destroyBean(Ce),se.current===xe&&(se.current=void 0)}))};v&&z(e.createSelectionCheckbox()),y&&z(e.createDndSource()),b&&(xe=e.createRowDragComp(),se.current=xe,xe&&(z(xe),xe.refreshVisibility()))},[e,i,y,b,v]),re=g.useCallback(()=>{const fe=!e.isCellSpanning()||E.current,xe=k.current;if(!xe||!fe||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new oi);const z={toggleCss:(ce,me)=>N.current.toggleCss(ce,me),setUserStyles:ce=>m(ce),getFocusableElement:()=>k.current,setIncludeSelection:ce=>w(ce),setIncludeRowDrag:ce=>S(ce),setIncludeDndSource:ce=>x(ce),getCellEditor:()=>B.current??null,getCellRenderer:()=>M.current??O.current,getParentOfValue:()=>L.current??H.current??k.current,setRenderDetails:(ce,me,$e)=>{const mt=()=>{c(ze=>ze?.compDetails!==ce||ze?.value!==me||ze?.force!==$e?{value:me,compDetails:ce,force:$e}:ze)};if(ce?.params?.deferRender&&!e.rowNode.group){const{loadingComp:ze,onReady:Lt}=e.getDeferLoadingCellRenderer();if(ze){c({value:void 0,compDetails:ze,force:!1}),Lt.then(()=>k6(mt));return}}mt()},setEditDetails:(ce,me,$e,mt)=>{if(ce){let ze;ce.componentFromFramework&&(mt?ze=new hI(ce.params,()=>p(Lt=>Lt+1)):fd()),u({compDetails:ce,popup:me,popupPosition:$e,compProxy:ze}),me||c(void 0)}else e.hasBrowserFocus()&&z.getFocusableElement().focus({preventScroll:!0}),B.current=void 0,u(void 0)},refreshEditStyles:(ce,me)=>{if(!k.current)return;const{current:$e}=N;$e.toggleCss("ag-cell-value",!Y),$e.toggleCss("ag-cell-inline-editing",!!ce&&!me),$e.toggleCss("ag-cell-popup-editing",!!ce&&!!me),$e.toggleCss("ag-cell-not-inline-editing",!ce||!!me)}},Ce=H.current||void 0;e.setComp(z,xe,E.current??void 0,Ce,t,s,a.current)},[]),ee=g.useCallback(fe=>{k.current=fe,re()},[]),ge=g.useCallback(fe=>{E.current=fe,re()},[]),be=g.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&ni(l.compDetails.componentClass)),[l]);g.useLayoutEffect(()=>{if(!k.current)return;const{current:fe}=N;fe.toggleCss("ag-cell-value",!Y),fe.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),fe.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),fe.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const ye=()=>{const{compDetails:fe,value:xe}=l;if(!fe)return xe?.toString?.()??xe;if(fe.componentFromFramework){const z=fe.componentClass;return g.createElement(g.Suspense,{fallback:g.createElement(vI,{cellCtrl:e,parent:k})},be?g.createElement(z,{...fe.params,key:h}):g.createElement(z,{...fe.params,key:h,ref:M}))}},De=()=>{const fe=()=>l==null?null:Y?g.createElement("span",{role:"presentation",id:`cell-${r}`,className:$,ref:j},ye()):ye(),xe=z=>mI(z,J,k.current,e,R);return d!=null?d.popup?g.createElement(g.Fragment,null,fe(),xe(d)):xe(d):fe()},ot=()=>g.createElement("div",{ref:ee,style:f,role:T,"col-id":n},Y?g.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:W},De()):De());return e.isCellSpanning()?g.createElement("div",{ref:ge,className:"ag-spanned-cell-wrapper",role:"presentation"},ot()):ot()},bI=g.memo(wI),SI=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=g.useContext(at),n=g.useContext(vm)==="default",r=g.useRef(),a=g.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=g.useState(()=>c?e.rowNode.getRowIndexString():null),[h,p]=g.useState(()=>e.rowId),[f,m]=g.useState(()=>e.businessKey),[v,w]=g.useState(()=>e.rowStyles),b=g.useRef(null),[S,y]=g.useState(()=>null),[x,R]=g.useState(),[F,D]=g.useState(()=>c?e.getInitialRowTop(t):void 0),[T,k]=g.useState(()=>c?e.getInitialTransform(t):void 0),E=g.useRef(null),M=g.useRef(),O=g.useRef(),B=g.useRef(!1),[H,X]=g.useState(0);g.useEffect(()=>{if(B.current||!x||H>10)return;const ee=E.current?.firstChild;ee?(e.setupDetailRowAutoHeight(ee),B.current=!0):X(ge=>ge+1)},[x,H]);const se=g.useRef();se.current||(se.current=new ln(()=>E.current));const L=g.useRef(()=>{}),te=g.useCallback(ee=>(L.current=ee,()=>{L.current=()=>{}}),[]),_=A6(te,()=>b.current,[]),j=n?_:S,q=g.useCallback(ee=>{if(E.current=ee,r.current=ee?s.createBean(new oi):s.destroyBean(r.current),!ee){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const ge={setTop:D,setTransform:k,toggleCss:(be,ye)=>se.current.toggleCss(be,ye),setDomOrder:be=>a.current=be,setRowIndex:u,setRowId:p,setRowBusinessKey:m,setUserStyles:w,setCellCtrls:(be,ye)=>{const De=b.current,ot=Ar(De,be,a.current);ot!==De&&(b.current=ot,n?L.current():tn(ye,()=>y(ot)))},showFullWidth:be=>{O.current=be.params,R(be)},getFullWidthCellRenderer:()=>M.current,getFullWidthCellRendererParams:()=>O.current,refreshFullWidth:be=>{const ye=be();return O.current=ye,P.current?(R(De=>({...De,params:ye})),!0):!M.current||!M.current.refresh?!1:M.current.refresh(ye)}};e.setComp(ge,ee,t,r.current)},[]);g.useLayoutEffect(()=>gn(x,s,E.current,M),[x]);const Y=g.useMemo(()=>{const ee={top:F,transform:T};return Object.assign(ee,v),ee},[F,T,v]),$=l&&x?.componentFromFramework,J=!l&&j!=null,N=g.useMemo(()=>!!(x?.componentFromFramework&&ni(x.componentClass)),[x]),P=g.useRef(!1);g.useEffect(()=>{P.current=N&&!!x&&!!o.get("reactiveCustomComponents")},[N,x]);const W=()=>j?.map(ee=>g.createElement(bI,{cellCtrl:ee,editingCell:i?.isEditing(ee,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:ee.instanceId})),re=()=>{const ee=x.componentClass;return N?g.createElement(ee,{...x.params}):g.createElement(ee,{...x.params,ref:M})};return g.createElement("div",{ref:q,role:"row",style:Y,"row-index":d,"row-id":h,"row-business-key":f},J?W():$?re():null)},vh=g.memo(SI),yI=({name:e})=>{const{context:t,gos:s}=g.useContext(at),o=g.useMemo(()=>dn(e),[e]),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef([]),l=g.useRef([]),[c,d]=g.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=g.useRef([]),p=g.useRef([]),[f,m]=g.useState(()=>[]),v=g.useRef(!1),w=g.useRef(),b=g.useMemo(()=>Dt("ag-viewport",Wp(e)),[e]),S=g.useMemo(()=>Dt(sr(e)),[e]),y=g.useMemo(()=>Dt("ag-spanning-container",lx(e)),[e]),x=o.type==="center"||u,R=x?i:n;zs(" AG Row Container "+e+" ",R);const F=g.useCallback(()=>{const H=!x||i.current!=null,X=n.current!=null,se=!u||r.current!=null;return H&&X&&se},[]),D=g.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),T=g.useCallback(()=>{if(D()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&F()){const H=L=>{const te=Ar(l.current,a.current,v.current);te!==l.current&&(l.current=te,tn(L,()=>d(te)))},X=L=>{const te=Ar(p.current,h.current,v.current);te!==p.current&&(p.current=te,tn(L,()=>m(te)))},se={setHorizontalScroll:L=>{i.current&&(i.current.scrollLeft=L)},setViewportHeight:L=>{i.current&&(i.current.style.height=L)},setRowCtrls:({rowCtrls:L,useFlushSync:te})=>{const _=!!te&&a.current.length>0&&L.length>0;a.current=L,H(_)},setSpannedRowCtrls:(L,te)=>{const _=!!te&&h.current.length>0&&L.length>0;h.current=L,X(_)},setDomOrder:L=>{v.current!=L&&(v.current=L,H(!1))},setContainerWidth:L=>{n.current&&(n.current.style.width=L)},setOffsetTop:L=>{n.current&&(n.current.style.transform=`translateY(${L})`)}};w.current=t.createBean(new vx(e)),w.current.setComp(se,n.current,r.current??void 0,i.current)}},[F,D]),k=g.useCallback(H=>{n.current=H,T()},[T]),E=g.useCallback(H=>{r.current=H,T()},[T]),M=g.useCallback(H=>{i.current=H,T()},[T]),O=()=>g.createElement("div",{className:S,ref:k,role:x?"presentation":"rowgroup"},c.map(H=>g.createElement(vh,{rowCtrl:H,containerType:o.type,key:H.instanceId})));if(!x)return O();const B=()=>g.createElement("div",{className:y,ref:E,role:"presentation"},f.map(H=>g.createElement(vh,{rowCtrl:H,containerType:o.type,key:H.instanceId})));return g.createElement("div",{className:b,ref:M,role:"rowgroup"},O(),u?B():null)},xI=g.memo(yI),RI=()=>{const e=g.useContext(at),{context:t,overlays:s}=e,[o,i]=g.useState(""),[n,r]=g.useState(0),[a,l]=g.useState(0),[c,d]=g.useState("0px"),[u,h]=g.useState("0px"),[p,f]=g.useState("100%"),[m,v]=g.useState("0px"),[w,b]=g.useState("0px"),[S,y]=g.useState("100%"),[x,R]=g.useState(!0),[F,D]=g.useState(!0),[T,k]=g.useState(null),[E,M]=g.useState(""),[O,B]=g.useState(null),[H,X]=g.useState("ag-layout-normal"),se=g.useRef();se.current||(se.current=new ln(()=>L.current));const L=g.useRef(null),te=g.useRef(null),_=g.useRef(null),j=g.useRef(null),q=g.useRef(null),Y=g.useRef(null),$=g.useRef(null),J=g.useRef([]),N=g.useRef([]);zs(" AG Grid Body ",L),zs(" AG Pinned Top ",te),zs(" AG Sticky Top ",_),zs(" AG Middle ",Y),zs(" AG Pinned Bottom ",$);const P=g.useCallback(me=>{if(L.current=me,!me||t.isDestroyed()){J.current=t.destroyBeans(J.current);for(const ke of N.current)ke();N.current=[];return}const $e=(ke,Qe)=>{ke.appendChild(Qe),N.current.push(()=>Qe.remove())},mt=ke=>{const Qe=t.createBean(new ke);return J.current.push(Qe),Qe},ze=(ke,Qe,ai)=>{$e(ke,document.createComment(ai)),$e(ke,mt(Qe).getGui())};ze(me,Fx," AG Fake Horizontal Scroll ");const Lt=s?.getOverlayWrapperCompClass();Lt&&ze(me,Lt," AG Overlay Wrapper "),q.current&&ze(q.current,Dx," AG Fake Vertical Scroll ");const vo={setRowAnimationCssOnBodyViewport:i,setColumnCount:ke=>{L.current&&eb(L.current,ke)},setRowCount:ke=>{L.current&&Q1(L.current,ke)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:R,setBottomInvisible:D,setColumnMovingCss:(ke,Qe)=>se.current.toggleCss(ke,Qe),updateLayoutClasses:X,setAlwaysVerticalScrollClass:k,setPinnedTopBottomOverflowY:M,setCellSelectableCss:(ke,Qe)=>B(Qe?ke:null),setBodyViewportWidth:ke=>{Y.current&&(Y.current.style.width=ke)},registerBodyViewportResizeListener:ke=>{if(Y.current){const Qe=fs(e,Y.current,ke);N.current.push(()=>Qe())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:y,setGridRootRole:ke=>me.setAttribute("role",ke)},Ot=t.createBean(new yx);J.current.push(Ot),Ot.setComp(vo,me,Y.current,te.current,$.current,_.current,j.current)},[]),W=g.useMemo(()=>Dt("ag-root","ag-unselectable",H),[H]),re=g.useMemo(()=>Dt("ag-body-viewport",o,H,T,O),[o,H,T,O]),ee=g.useMemo(()=>Dt("ag-body",H),[H]),ge=g.useMemo(()=>Dt("ag-floating-top",x?"ag-invisible":null,O),[O,x]),be=g.useMemo(()=>Dt("ag-sticky-top",O),[O]),ye=g.useMemo(()=>Dt("ag-sticky-bottom",m==="0px"?"ag-invisible":null,O),[O,m]),De=g.useMemo(()=>Dt("ag-floating-bottom",F?"ag-invisible":null,O),[O,F]),ot=g.useMemo(()=>({height:n,minHeight:n,overflowY:E}),[n,E]),fe=g.useMemo(()=>({height:c,top:u,width:p}),[c,u,p]),xe=g.useMemo(()=>({height:m,bottom:w,width:S}),[m,w,S]),z=g.useMemo(()=>({height:a,minHeight:a,overflowY:E}),[a,E]),Ce=me=>g.createElement(xI,{name:me,key:`${me}-container`}),ce=({section:me,children:$e,className:mt,style:ze})=>g.createElement("div",{ref:me,className:mt,role:"presentation",style:ze},$e.map(Ce));return g.createElement("div",{ref:P,className:W},g.createElement(dI,null),ce({section:te,className:ge,style:ot,children:["topLeft","topCenter","topRight","topFullWidth"]}),g.createElement("div",{className:ee,ref:q,role:"presentation"},ce({section:Y,className:re,children:["left","center","right","fullWidth"]})),ce({section:_,className:be,style:fe,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),ce({section:j,className:ye,style:xe,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),ce({section:$,className:De,style:z,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},FI=g.memo(RI),EI=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=g.useContext(at),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=w=>{const b=w==null?void 0:parseInt(w,10).toString();for(const S of[c,d])b===void 0?S.current?.removeAttribute("tabindex"):S.current?.setAttribute("tabindex",b)};g.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const p=g.useCallback(()=>{const w=c.current,b=d.current;if(!w&&!b||l.isDestroyed()){u.current=l.destroyBean(u.current);return}if(w&&b){const S={setTabIndex:h};u.current=l.createBean(new ef({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:y=>n.focusInnerElement(y),isEmpty:a}))}},[]),f=g.useCallback(w=>{c.current=w,p()},[p]),m=g.useCallback(w=>{d.current=w,p()},[p]),v=w=>{const b=w==="top"?zo.TAB_GUARD_TOP:zo.TAB_GUARD_BOTTOM;return g.createElement("div",{className:`${zo.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:m})};return g.createElement(g.Fragment,null,v("top"),s,v("bottom"))},DI=g.forwardRef(EI),PI=g.memo(DI),MI=({context:e})=>{const[t,s]=g.useState(""),[o,i]=g.useState(""),[n,r]=g.useState(null),[a,l]=g.useState(null),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(),f=g.useRef(null),m=g.useRef(),[v,w]=g.useState(null),b=g.useRef(()=>{}),S=g.useRef(),y=g.useRef([]),x=g.useCallback(()=>{},[]);zs(" AG Grid ",f);const R=g.useCallback(M=>{if(f.current=M,p.current=M?e.createBean(new RR):e.destroyBean(p.current),!M||e.isDestroyed())return;const O=p.current;b.current=O.focusInnerElement.bind(O);const B={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:H=>{if(!H&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(H);return}m.current?.forceFocusOutOfContainer(H)},updateLayoutClasses:i,getFocusableContainers:()=>{const H=[],X=f.current?.querySelector(".ag-root");X&&H.push({getGui:()=>X});for(const se of y.current)se.isDisplayed()&&H.push(se);return H},setCursor:r,setUserSelect:l};O.setComp(B,M,M),d(!0)},[]);g.useEffect(()=>{const M=p.current,O=f.current;if(!u||!M||!v||!O||e.isDestroyed())return;const B=[],{watermarkSelector:H,paginationSelector:X,sideBarSelector:se,statusBarSelector:L,gridHeaderDropZonesSelector:te}=M.getOptionalSelectors(),_=[];if(te){const q=e.createBean(new te.component),Y=q.getGui();O.insertAdjacentElement("afterbegin",Y),_.push(Y),B.push(q)}if(se){const q=e.createBean(new se.component),Y=q.getGui(),$=v.querySelector(".ag-tab-guard-bottom");$&&($.insertAdjacentElement("beforebegin",Y),_.push(Y)),B.push(q),y.current.push(q)}const j=q=>{const Y=e.createBean(new q),$=Y.getGui();return O.insertAdjacentElement("beforeend",$),_.push($),B.push(Y),Y};if(L&&j(L.component),X){const q=j(X.component);S.current=q,y.current.push(q)}return H&&j(H.component),()=>{e.destroyBeans(B);for(const q of _)q.remove()}},[u,v,e]);const F=g.useMemo(()=>Dt("ag-root-wrapper",t,o),[t,o]),D=g.useMemo(()=>Dt("ag-root-wrapper-body","ag-focus-managed",o),[o]),T=g.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),k=g.useCallback(M=>{m.current=M,h(M!==null)},[]),E=g.useCallback(()=>!p.current?.isFocusable(),[]);return g.createElement("div",{ref:R,className:F,style:T,role:"presentation"},g.createElement("div",{className:D,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&g.createElement(at.Provider,{value:e.getBeans()},g.createElement(PI,{ref:k,eFocusableElement:v,onTabKeyDown:x,gridCtrl:p.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:E},g.createElement(FI,null)))))},TI=g.memo(MI),II=class extends A{postConstruct(){if(this.beans.colAutosize){const e=this.queueResizeOperationsForTick.bind(this);this.addManagedEventListeners({rowExpansionStateChanged:e,expandOrCollapseAll:e,cellValueChanged:e,rowNodeDataChanged:e,rowDataUpdated:e})}}queueResizeOperationsForTick(){const e=this.beans.colAutosize;e.shouldQueueResizeOperations=!0,setTimeout(()=>{e.processResizeOperations()},0)}areHeaderCellsRendered(){return this.beans.ctrlsSvc.getHeaderRowContainerCtrls().every(e=>e.getAllCtrls().every(t=>t.areCellsRendered()))}areCellsRendered(){return this.beans.rowRenderer.getAllRowCtrls().every(e=>e.isRowRendered()&&e.getAllCellCtrls().every(t=>!!t.eGui))}},Fm={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},kI={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...Fm},Em=new Set(Object.keys(kI)),AI=new Set(Object.keys(Fm)),Dm=e=>{const t=g.useRef(),s=g.useRef(null),o=g.useRef(null),i=g.useRef([]),n=g.useRef([]),r=g.useRef(e),a=g.useRef(),l=g.useRef(),c=g.useRef(!1),[d,u]=g.useState(void 0),[,h]=g.useState(0),p=g.useCallback(w=>{if(s.current=w,!w){for(const E of i.current)E();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new Q6(()=>h(E=>E+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=t0(e.gridOptions,e,Object.keys(e).filter(E=>!Em.has(E))),y=()=>{if(c.current){const E=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let M=E();for(;M;)M(),M=E()}},x=new HI(y);a.current=x;const R=new II,F={providedBeanInstances:{frameworkCompWrapper:new OI(o.current,S),renderStatus:R},modules:b,frameworkOverrides:x,setThemeOnGridDiv:!0},D=E=>{u(E),E.createBean(R),i.current.push(()=>{E.destroy()}),E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{if(E.isDestroyed())return;const M=t.current;M&&e.passGridApi?.(M)})},T=E=>{E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{for(const M of n.current)M();n.current.length=0,c.current=!0})},k=new X3;S.gridId??(S.gridId=l.current),t.current=k.create(w,S,D,T,F),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=g.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),m=g.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);g.useEffect(()=>{const w=LI(r.current,e);r.current=e,m(()=>{t.current&&s0(w,t.current)})},[e]);const v=!g.useSyncExternalStore||Xn(e,"renderingMode")==="legacy"?"legacy":"default";return g.createElement("div",{style:f,className:e.className,ref:p},g.createElement(vm.Provider,{value:v},d&&!d.isDestroyed()?g.createElement(TI,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function LI(e,t){const s={};for(const o of Object.keys(t)){if(Em.has(o)){AI.has(o)&&G(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var OI=class extends sP{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(Xn(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return Xn(s,"enableFilterHandlers")?z6:V6;case"floatingFilterComponent":return Xn(s,"enableFilterHandlers")?j6:_6;case"dateComponent":return G6;case"dragAndDropImageComponent":return B6;case"loadingOverlayComponent":return $6;case"noRowsOverlayComponent":return q6;case"statusPanel":return Y6;case"toolPanel":return Z6;case"menuItem":return K6;case"cellRenderer":return H6;case"innerHeaderComponent":return U6}})(t.name);if(r)return new r(e,this.parent,t)}else switch(t.name){case"filter":case"floatingFilterComponent":case"dateComponent":case"dragAndDropImageComponent":case"loadingOverlayComponent":case"noRowsOverlayComponent":case"statusPanel":case"toolPanel":case"menuItem":case"cellRenderer":fd();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new ym(e,this.parent,t,i)}},NI=g.forwardRef((e,t)=>{const s=g.useContext(at),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It),[u,h]=g.useState(),[p,f]=g.useState(),m=g.useRef(),v=g.useRef(null),w=g.useRef(),b=g.useMemo(()=>kb(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=g.useMemo(()=>a.toString()+" ag-details-row",[a]),y=g.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&g.useImperativeHandle(t,()=>({refresh(){return m.current?.refresh()??!1}})),e.template&&G(230);const x=g.useCallback(F=>{if(v.current=F,!F||i.isDestroyed()){m.current=i.destroyBean(m.current),w.current?.();return}const D={toggleCss:(k,E)=>l(M=>M.setClass(k,E)),toggleDetailGridCss:(k,E)=>d(M=>M.setClass(k,E)),setDetailGrid:k=>h(k),setRowData:k=>f(k),getGui:()=>v.current},T=o.createDynamicBean("detailCellRendererCtrl",!0);if(T&&(i.createBean(T),T.init(D,e),m.current=T,n.get("detailRowAutoHeight"))){const k=()=>{if(v.current==null)return;const E=v.current.clientHeight;E!=null&&E>0&&setTimeout(()=>{e.node.setRowHeight(E),(We(n)||po(n))&&r.onRowHeightChanged()},0)};w.current=fs(s,F,k),k()}},[]),R=g.useCallback(F=>{m.current?.registerDetailWithMaster(F)},[]);return g.createElement("div",{className:S,ref:x},u&&g.createElement(Dm,{className:y,...u,modules:b,rowData:p,passGridApi:R}))}),HI=class extends tf{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:ph,agGroupRowRenderer:ph,agDetailCellRenderer:NI},this.wrapIncoming=(t,s)=>s==="ensureVisible"?I6(t):t()}frameworkComponent(e){return this.frameworkComponents[e]}isFrameworkComponent(e){if(!e)return!1;const t=e.prototype;return!(t&&"getGui"in t)}getLockOnRefresh(){this.queueUpdates=!0}releaseLockOnRefresh(){this.queueUpdates=!1,this.processQueuedUpdates()}shouldQueueUpdates(){return this.queueUpdates}runWhenReadyAsync(){return T6()}},GI=class extends g.Component{constructor(){super(...arguments),this.apiListeners=[],this.setGridApi=e=>{this.api=e;for(const t of this.apiListeners)t(e)}}registerApiListener(e){this.apiListeners.push(e)}componentWillUnmount(){this.apiListeners.length=0}render(){return g.createElement(Dm,{...this.props,passGridApi:this.setGridApi})}},Pm=(e=>(e.Dropdown="dropdown",e.Menu="menu",e))(Pm||{}),Ct=(e=>(e.Click="click",e.Hover="hover",e.ContextMenu="contextMenu",e))(Ct||{}),Lr=(e=>(e.Item="item",e.Divider="divider",e.PlainText="plainText",e))(Lr||{});const BI=Z("flex items-center gap-2 align-middle","h-auto px-0 bg-transparent border-0"),VI=Z("z-[53] overflow-auto rounded bg-layer-0 text-primary shadow focus-visible:outline-none","w-max"),zI=Z("flex w-full cursor-pointer items-center gap-3","focus-visible:border-none focus-visible:outline-none","hover:bg-accent-primary-alpha px-3","dial-small h-[34px] rounded text-primary"),WI="opacity-75 !cursor-not-allowed",_I="text-error",jI="my-1 border-t border-hover border-secondary",Ri=4,md=({ariaLabel:e,className:t,size:s=24,onClose:o,...i})=>C.jsx(Ee,{"aria-label":e,className:ue("text-secondary hover:enabled:text-accent-primary",t),onClick:o,iconBefore:C.jsx(V.IconX,{size:s}),...i}),ft=({children:e,menu:t,renderOverlay:s,trigger:o=[Ct.Click],placement:i,disabled:n=!1,open:r,defaultOpen:a=!1,onOpenChange:l,closable:c=!1,onClose:d,className:u,listClassName:h,outsidePressIgnoreRef:p,outsideClosable:f=!0,allowedPlacements:m,anchorToMouse:v=!1,matchReferenceWidth:w=!0,maxDropdownHeight:b})=>{const[S,y]=g.useState(a),x=r!==void 0,R=x?!!r:S,F=g.useRef(null),D=g.useCallback(P=>{x||y(P),l?.(P)},[x,l]),T=g.useId(),k=i===void 0,E=P=>"clientWidth"in P?P.clientWidth:P.getBoundingClientRect?.()?.width??0,{refs:M,floatingStyles:O,context:B}=Se.useFloating({placement:i,open:R,onOpenChange:D,whileElementsMounted:Se.autoUpdate,middleware:[Se.offset({mainAxis:Ri,crossAxis:0}),k?Se.autoPlacement({alignment:"start",crossAxis:!0,padding:Ri,allowedPlacements:m}):Se.flip({padding:Ri}),Se.shift({padding:Ri}),Se.size({padding:Ri,apply({availableWidth:P,availableHeight:W,elements:re}){const ee=re.floating,ge=E(re.reference);ee.style.setProperty("--fui-available-height",`${Math.floor(W)}px`),ee.style.setProperty("--reference-width",w?`${Math.round(ge)}px`:"0px"),w?ee.style.minWidth=`${Math.round(ge)}px`:ee.style.removeProperty("min-width"),ee.style.maxWidth=`${Math.floor(P)}px`;const be=Math.floor(W);ee.style.maxHeight=`${b?Math.min(be,b):be}px`}})]}),H=Se.useClick(B,{enabled:o.includes(Ct.Click)&&!n}),X=Se.useHover(B,{enabled:o.includes(Ct.Hover)&&!n,move:!1,restMs:40,delay:{open:80,close:80}}),se=Se.useDismiss(B,{bubbles:!0,referencePress:!1,outsidePress:P=>{if(!f)return!1;const W=P.target;return!(p?.current&&W instanceof Node&&p.current.contains(W))}}),L=Se.useRole(B,{role:"menu"}),{getReferenceProps:te,getFloatingProps:_}=Se.useInteractions([H,X,se,L]),j=g.useCallback((P,W)=>{M.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:P,y:W,top:W,left:P,right:P,bottom:W})})},[M]),q=g.useCallback(P=>{!o.includes(Ct.ContextMenu)||n||(P.preventDefault(),v&&(j(P.clientX,P.clientY),F.current=document.elementFromPoint(P.clientX,P.clientY)),D(!0))},[v,n,D,j,o]),Y=g.useCallback(P=>{!v||n||(o.includes(Ct.ContextMenu)&&R&&D(!1),j(P.clientX,P.clientY),F.current=document.elementFromPoint(P.clientX,P.clientY))},[v,n,j,R,o,D]);g.useEffect(()=>{n&&R&&D(!1)},[n,R,D]);const $=g.useCallback(P=>W=>{P.disabled||(P.onClick?.({key:P.key,domEvent:W}),t?.onClick?.({key:P.key,domEvent:W}),D(!1))},[t,D]),J=g.useMemo(()=>s?s():t?C.jsxs(C.Fragment,{children:[t.header&&C.jsx(C.Fragment,{children:typeof t.header=="function"?t.header():t.header}),C.jsx("div",{role:"none",className:"py-1",children:t.items.map(P=>P.type===Lr.Divider?C.jsx("div",{role:"separator",className:jI},P.key):P.type===Lr.PlainText?C.jsx("div",{className:ue("px-3 py-2 text-secondary dial-caption",P.className),children:P.label},P.key):C.jsxs("button",{role:"menuitem",type:"button","aria-disabled":!!P.disabled,className:Z(zI,P.disabled&&WI,P.danger&&_I,P.className),disabled:P.disabled,onClick:$(P),children:[P.icon&&C.jsx("span",{className:Z(P.danger&&"text-error",P.disabled&&"text-secondary"),children:C.jsx(Ae,{icon:P.icon})}),C.jsx("span",{className:Z("flex-1 truncate text-left",P.danger&&"text-error",P.disabled&&"text-secondary"),children:P.label})]},P.key))}),t.footer&&C.jsx(C.Fragment,{children:typeof t.footer=="function"?t.footer():t.footer})]}):null,[$,t,s]),N=te({onContextMenu:q,onMouseDown:Y});return g.useEffect(()=>{if(!R)return;const P=M.reference.current;let W=null;if(P instanceof Element?W=P:F.current instanceof Element&&(W=F.current),!W)return;const re=new IntersectionObserver(([ee])=>{ee.isIntersecting||D(!1)},{root:null,threshold:0});return re.observe(W),()=>re.disconnect()},[R,M.reference,D]),C.jsxs(C.Fragment,{children:[C.jsx("span",{ref:M.setReference,className:Z(BI,n&&"!cursor-not-allowed opacity-75",u),"aria-haspopup":"menu","aria-expanded":R,"aria-controls":T,...N,children:e}),R&&C.jsx(Se.FloatingPortal,{children:C.jsx(Se.FloatingFocusManager,{context:B,modal:!1,initialFocus:-1,returnFocus:!0,children:C.jsxs("div",{id:T,ref:M.setFloating,style:O,className:Z(VI,!w&&"w-max",h),..._(),children:[c&&C.jsx("div",{className:"flex items-center justify-between px-2 pt-2",children:C.jsx(md,{ariaLabel:"Close dropdown",onClose:P=>{d?.(P),D(!1)}})}),J]})})})]})},UI="h-full",Cl={accentColor:"var(--controls-bg-accent, #5C8DEA)",backgroundColor:"var(--bg-layer-2, #141A23)",oddRowBackgroundColor:"var(--bg-layer-3, #222932)",borderColor:"var(--bg-layer-4, #333942)",rowBorder:"1px solid var(--stroke-tertiary, #090D13)",borderRadius:3,browserColorScheme:"dark",chromeBackgroundColor:"var(--bg-layer-1, #090D13)",foregroundColor:"var(--text-primary, #F3F4F6)",headerFontSize:14,headerFontWeight:600,headerTextColor:"var(--text-secondary, #7F8792)",spacing:4,wrapperBorderRadius:3,fontSize:14,fontFamily:{googleFont:"var(--theme-font, var(--font-inter))"},cellStyle:{textAlign:"center"}},vl=40,$I=(e,t,s,o,i)=>{const n=typeof e=="string"?e.toLowerCase():e,r=typeof t=="string"?t.toLowerCase():t;return n===r?0:n?r?n>r?1:-1:i?1:-1:i?-1:1},KI=({selectedRowIds:e,selectedRows:t,onSelectionChange:s,onSelectionChangeWithMap:o,rowData:i=[],getRowId:n})=>{const[r,a]=g.useState(new Map),l=t??r,c=g.useMemo(()=>new Set(l.keys()),[l]),d=e!==void 0||t!==void 0;g.useEffect(()=>{if(e!==void 0&&!t){const f=new Map;i.forEach(v=>{const w=n(v);e.has(w)&&f.set(w,v)}),(f.size!==r.size||Array.from(f.keys()).some(v=>!r.has(v)))&&a(f)}},[e,t,i,n,r]);const u=g.useCallback((f,m)=>{const v=n(f),w=new Map(l);if(m?w.set(v,f):w.delete(v),d||a(w),o&&o(w),s){const b=new Set(w.keys()),S=Array.from(w.values());s(b,S)}},[l,n,d,s,o]),h=g.useMemo(()=>{if(!i.length)return"unchecked";const f=i.every(v=>c.has(n(v))),m=i.some(v=>c.has(n(v)));return f?"checked":m?"indeterminate":"unchecked"},[i,c,n]),p=g.useCallback(f=>{const m=new Map;if(f&&i.forEach(v=>{const w=n(v);m.set(w,v)}),d||a(m),o&&o(m),s){const v=new Set(m.keys()),w=Array.from(m.values());s(v,w)}},[i,n,d,s,o]);return{currentSelectedIds:c,currentSelectedRows:l,handleSelectionToggle:u,headerCheckboxState:h,handleHeaderCheckboxChange:p}};Ob.registerModules([M6]);const Cd=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,className:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,selectedRowIds:l,selectedRows:c,selectionOnHover:d=!0,onSelectionChange:u,onSelectionChangeWithMap:h,getRowId:p=R=>String(R.id||JSON.stringify(R)),alternateOddRowColors:f=!1,filterPlaceholder:m="Enter value",emptyStateIcon:v,emptyStateTitle:w="No results found",emptyStateDescription:b="Sorry, we couldn't find any results for your search.",loading:S=!1,wrapperBorder:y=!0,withoutHeaderBorders:x=!1})=>{const[R,F]=g.useState(vl),[D,T]=g.useState(),k=g.useId(),{currentSelectedIds:E,handleSelectionToggle:M,headerCheckboxState:O,handleHeaderCheckboxChange:B}=KI({selectedRowIds:l,selectedRows:c,onSelectionChange:u,onSelectionChangeWithMap:h,rowData:t,getRowId:p}),H=g.useMemo(()=>({...Cl,oddRowBackgroundColor:f?Cl.oddRowBackgroundColor:Cl.backgroundColor,wrapperBorder:y}),[f,y]),X=g.useCallback(P=>{P.api.sizeColumnsToFit(),F(vl)},[]),se=g.useCallback(P=>{if(P.data){const W=p(P.data);return E.has(W)?"ag-row-selected":""}},[E,p]),L=g.useCallback(()=>{const P=O==="checked",W=O==="indeterminate";return C.jsx("div",{className:"flex items-center justify-center h-full header-checkbox-container",children:C.jsx(Bi,{id:"header-select-all",ariaLabel:"Select all rows",checked:P,indeterminate:W,className:Z(`dial-header-select ${O}`,!d&&"dial-header-select-visible"),onChange:B})})},[O,B,d]),te=g.useCallback(P=>{if(P.data){const W=o?.(P.data)??[],re=P.value==null?"":String(P.value);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:W},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full",children:C.jsx("span",{className:"block min-w-0 h-full max-w-full",children:C.jsx(Bt,{text:re,className:"max-w-full h-full"})})})}},[o]),_=g.useCallback(P=>{if(!P.data)return null;const W=p(P.data),re=E.has(W),ee=`row-select-${W}`;return C.jsx("div",{className:"flex items-center justify-center size-full",children:C.jsx(Bi,{id:ee,ariaLabel:"Select row",checked:re,className:Z(["dial-row-select",!d&&"dial-row-select-visible"]),onChange:ge=>{P.data&&M(P.data,!!ge)}},`${W}-${re}`)})},[E,p,M,d]),j=g.useCallback(P=>{const W=typeof a=="function"?a(P):!!a;if(!P.cellRenderer)return{...P,cellRenderer:te};if(!W)return P;const re=P.cellRenderer;return{...P,cellRenderer:ge=>{const be=ge.data?o?.(ge.data)??[]:[];let ye=null;if(typeof re=="function"){const De=re;ye=C.jsx(De,{...ge})}else ye=te(ge);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:be},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full h-full",children:C.jsx("span",{className:"block min-w-0 max-w-full flex-1",children:ye})})}}},[o,te,a]),q=g.useMemo(()=>({colId:"__select",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:_,headerComponent:L}),[_,L]),Y=g.useMemo(()=>{const P=(e??[]).map(j);return r?[q,...P]:P},[e,q,r,j]),$=g.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:m,buttons:["reset"]},comparator:$I.bind(void 0)}),[m]),J=P=>{const W=Y.map(re=>({...re,sort:void 0}));P.api.updateGridOptions({columnDefs:W,rowData:t}),P.api.sizeColumnsToFit(),T(P.api),s?.onGridReady?.(P)};g.useEffect(()=>{D&&D.redrawRows()},[D,E]);const N=g.useCallback(()=>C.jsx(Wr,{title:w,description:b,containerClassName:"gap-3",titleClassName:"mt-2 !text-lg",icon:v||C.jsx(V.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[w,b,v]);return C.jsx("div",{className:Z(UI,i,r&&"with-selection-column",x&&"dial-without-header-borders"),"aria-label":n,role:"region","aria-busy":S,children:C.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":k,children:C.jsx(GI,{rowModelType:"clientSide",headerHeight:vl,rowHeight:R,cellSelection:!1,getRowClass:se,theme:PE.withPart(aE).withParams({...H}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:Y,defaultColDef:$,onGridSizeChanged:X,onGridReady:J,loading:S,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:N,rowData:t,...s})})})};var Or=(e=>(e.Horizontal="horizontal",e.Vertical="vertical",e))(Or||{}),Nr=(e=>(e.Mobile="mobile",e.Tablet="tablet",e))(Nr||{});const jn=({tab:e,active:t,invalid:s,className:o,horizontal:i,onClick:n})=>{const r=ue("rounded h-[38px] items-center flex flex-row border-transparent cursor-pointer dial-small leading-4 hover:text-accent-primary",{"border-b-2 px-4":i,"border-l-2 px-3":!i}),a=ue(r,{"bg-layer-4":i,"bg-layer-1 text-secondary pointer-events-none":e.disabled,"bg-accent-primary-alpha text-primary":t&&!e.disabled,"text-primary":!t&&!e.disabled,"border-b-accent-primary":t&&i&&!e.disabled,"border-l-accent-primary":t&&!i&&!e.disabled},o);return C.jsxs("button",{role:"tab",className:a,onClick:()=>n(e.id),disabled:e.disabled,children:[C.jsx(Bt,{text:e.label,contentClassName:"max-w-[200px]",className:"max-w-[200px]"}),(s||e.invalid)&&C.jsx("div",{className:"text-error pl-1",children:C.jsx(V.IconExclamationCircle,{...le})})]})},wh=12;var Us=(e=>(e.Undefined="undefined",e.Mobile="mobile",e.Tablet="tablet",e.Desktop="desktop",e))(Us||{});const bh=()=>typeof window<"u"&&window.innerWidth<640,Sh=()=>{if(typeof window>"u")return Us.Undefined;const e=window.innerWidth;return e>=1024?Us.Desktop:e<640?Us.Mobile:Us.Tablet},qI=()=>{const[e,t]=g.useState(Sh());return g.useEffect(()=>{const s=()=>t(Sh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},Mm=({tabs:e,activeTab:t,onClick:s,orientation:o=Or.Horizontal,screenThreshold:i=Nr.Tablet,smallScreenContainerClassName:n,smallScreenDropdownItemClassName:r})=>{const[a,l]=g.useState(!1),[c,d]=g.useState(!1),[u,h]=g.useState(!1),p=qI(),f=p===Us.Mobile||i===Nr.Tablet&&p===Us.Tablet,m=o===Or.Horizontal,v=g.useRef(null),w=g.useRef(null),b=g.useRef(null),S=e.find(R=>R.id===t),y=g.useMemo(()=>Z("flex gap-2",m?"flex-row flex-nowrap overflow-x-auto":"flex-col flex-wrap w-full"),[m]),x=g.useCallback(()=>{const R=w.current;R&&h(R.scrollWidth>R.clientWidth)},[]);return g.useEffect(()=>{x();const R=new ResizeObserver(()=>x()),F=w.current;return F&&R.observe(F),()=>R.disconnect()},[e,x]),g.useEffect(()=>{const R=b.current,F=w.current;if(!R||!F)return;const D=R.offsetLeft,T=D+R.offsetWidth,k=F.scrollLeft,E=k+F.clientWidth;D<k?F.scrollTo({left:D-wh,behavior:"smooth"}):T>E&&F.scrollTo({left:T-F.clientWidth+wh,behavior:"smooth"})},[t]),f?C.jsx("div",{role:"tablist",className:ue("h-11 flex items-center bg-layer-3 px-4",n),children:C.jsx(ft,{trigger:[Ct.Click],open:a,onOpenChange:l,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],renderOverlay:()=>e.map(R=>C.jsx(jn,{tab:R,active:R.id===t,onClick:F=>{s(F),l(!1)},className:ue("w-full rounded-none h-11 items-center px-6",r)},R.id)),children:C.jsxs("div",{className:"flex gap-2 items-center h-11 cursor-pointer",children:[C.jsx(jn,{tab:S,active:!0,onClick:s,className:"rounded-none bg-transparent border-l-0 border-b-0 h-full items-center px-0"},t),C.jsx(Ae,{icon:C.jsx(V.IconChevronDown,{size:16}),className:Z("text-primary transition-transform",a&&"rotate-180")})]})})}):C.jsxs("div",{ref:v,className:"flex w-full items-start",children:[C.jsx("div",{ref:w,role:"tablist",className:y,children:e.map(R=>C.jsx("div",{ref:t===R.id?b:void 0,className:"w-full",children:C.jsx(jn,{tab:R,active:t===R.id,onClick:s,horizontal:m,className:"w-full"})},R.id))}),u&&C.jsx("div",{className:"flex items-center ml-2",children:C.jsx(ft,{trigger:[Ct.Click],open:c,onOpenChange:d,placement:"bottom-end",renderOverlay:()=>e.map(R=>C.jsx(jn,{tab:R,active:R.id===t,onClick:F=>{s(F),d(!1)},className:"w-full rounded-none h-[32px] items-center px-3 py-2"},R.id)),children:C.jsx(Ee,{iconBefore:C.jsx(V.IconDotsVertical,{size:18}),className:Z("w-8 h-8 flex items-center justify-center rounded border",c?"bg-layer-4 border-transparent":"border-primary")})})})]})},YI="w-full overflow-hidden",ZI="flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap",Tm="flex items-center gap-2 min-w-0 shrink-0 dial-small",XI="max-w-[20%] basis-[20%] flex-none",QI="flex-1 min-w-0",yh="inline-flex items-center gap-1 min-w-0 transition-colors",JI="text-secondary hover:text-accent-primary",ek="text-primary cursor-default",Im="flex-none inline-flex items-center leading-none text-secondary",tk="items-center gap-1 min-w-0 transition-colors text-secondary hover:text-accent-primary",km=C.jsx(V.IconChevronRight,{size:16,"aria-hidden":"true"}),Di=({title:e,href:t,onClick:s,disabled:o,isLast:i,separator:n=km,className:r,iconBefore:a,titleClassName:l})=>{const c=ue(Tm,i?QI:XI,r),d=(!!t||!!s)&&!i&&!o,u=d?ue(yh,JI):ue(yh,ek,o?"pointer-events-none opacity-75":""),h=typeof e=="string"?C.jsx(Bt,{className:l,text:e}):C.jsx("span",{className:ue("flex-1 min-w-0 max-w-full truncate",l),children:e});return C.jsxs("li",{className:c,children:[d?C.jsxs("a",{href:t,onClick:s,className:u,children:[a,h]}):C.jsxs("span",{className:u,"aria-current":i?"page":void 0,"aria-disabled":o?"true":void 0,children:[a,h]}),!i&&C.jsx("span",{className:Im,children:n})]})},Am=({pathItems:e,separator:t=km,ariaLabel:s="Breadcrumb",className:o,children:i,titleClassName:n})=>{const r=g.useMemo(()=>e?.length?e:g.Children.toArray(i).filter(g.isValidElement).map(c=>{const d=c.props,{titleClassName:u,isLast:h,separator:p,...f}=d;return f}),[e,i]),a=g.useCallback(c=>{const d=parseInt(c.key,10),u=r[d];u.onClick?u.onClick(c.domEvent):u.href&&(window.location.href=u.href)},[r]),l=g.useMemo(()=>{if(r.length===0)return null;if(r.length<=3)return r.map((f,m)=>g.createElement(Di,{...f,key:`item-${m}`,isLast:m===r.length-1,separator:t,titleClassName:n}));const c=r.at(0),d=r.slice(1,-2),u=r.at(-2),h=r.at(-1);if(!c||!u||!h)return null;const p=d.map((f,m)=>({key:String(m+1),label:typeof f.title=="string"?f.title:`Item ${m+1}`,disabled:f.disabled}));return C.jsxs(C.Fragment,{children:[g.createElement(Di,{...c,key:"item-0",separator:t,titleClassName:n}),C.jsxs("li",{className:ue(Tm),children:[C.jsx(ft,{menu:{items:p,onClick:a},placement:"bottom-start",matchReferenceWidth:!1,children:C.jsx("button",{type:"button","aria-label":"More breadcrumbs",className:tk,children:C.jsx(V.IconDots,{size:16})})}),C.jsx("span",{className:Im,children:t})]}),g.createElement(Di,{...u,key:`item-${r.length-2}`,separator:t,titleClassName:n}),g.createElement(Di,{...h,key:`item-${r.length-1}`,isLast:!0,separator:t,titleClassName:n})]})},[r,t,n,a]);return C.jsx("nav",{"aria-label":s,className:ue(YI,o),children:C.jsx("ol",{className:ZI,children:l})})},Lm=({iconClassName:e,...t})=>C.jsx(Ee,{...t,iconBefore:C.jsx(V.IconTrashX,{...le,className:e||""})}),Om=({value:e,textareaId:t,placeholder:s,className:o="",containerClassName:i="",disabled:n,invalid:r,readonly:a,disableTooltip:l,onChange:c})=>C.jsx(gs,{tooltip:l?null:e,triggerClassName:ue("flex",i),children:C.jsx("textarea",{id:t,placeholder:s,value:e||"",disabled:n,className:Z("dial-textarea dial-input px-3 py-2",r?"dial-input-error":"",n&&"dial-input-disable",a&&"dial-input-readonly",o),onChange:d=>!a&&c?.(d.currentTarget.value)})}),sk=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Backspace","Delete","Tab","Enter","Escape","Home","End","Insert"],ok=(e,t,s,o)=>{if((t==="number"||s!==void 0||o!==void 0)&&!sk.includes(e.key)&&!(e.ctrlKey||e.metaKey)&&!(e.key==="-"&&(e.currentTarget.selectionStart??0)===0&&!e.currentTarget.value.includes("-"))&&!(e.key==="."&&t==="number"&&!e.currentTarget.value.includes("."))){if(!/^[0-9]$/.test(e.key)){e.preventDefault();return}if(s!==void 0||o!==void 0){const n=e.currentTarget.value,r=e.currentTarget.selectionStart||0,a=n.slice(0,r)+e.key+n.slice(r),l=parseFloat(a);if(!isNaN(l)){if(s!==void 0&&l<s){e.preventDefault();return}if(o!==void 0&&l>o){e.preventDefault();return}}}}},co=({iconBefore:e,iconAfter:t,hideBorder:s,value:o,elementId:i,placeholder:n="",className:r="",containerClassName:a,tooltipTriggerClassName:l,type:c="text",disabled:d,readonly:u,invalid:h,onChange:p,min:f,max:m,prefix:v,suffix:w,textBeforeInput:b,textAfterInput:S,onBlur:y,defaultValue:x,tooltipText:R,hideTooltip:F=!1,inputRef:D})=>{const T=g.useRef(null),k=Se.useMergeRefs([D,T]);g.useEffect(()=>{const B=T.current;if(!B)return;const H=X=>{X.preventDefault()};return B.addEventListener("wheel",H,{passive:!1}),()=>{B.removeEventListener("wheel",H)}},[]);const E=c==="number"||f!==void 0||m!==void 0,M=B=>{ok(B,c,f,m)},O=B=>{const H=B.currentTarget.value;if(E&&H!==""){const X=parseFloat(H);if(isNaN(X)&&H!=="-"&&H!=="."||!isNaN(X)&&(f!==void 0&&X<f||m!==void 0&&X>m))return}p?.(H||void 0)};return C.jsxs("div",{className:Z("dial-input-field flex flex-row items-center justify-between py-2",s?"dial-input-no-border":"dial-input",h&&"dial-input-error",d&&"dial-input-disable",u&&"dial-input-readonly",!b&&"pl-3",!S&&"pr-3",a),children:[b&&C.jsx("div",{className:"mr-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-r-none border-r-0",className:"overflow-hidden overflow-ellipsis dial-small",value:b,disabled:!0,elementId:b+"textBefore"})}),v&&C.jsxs("p",{className:"text-secondary dial-small mr-2",children:[" ",v]}),C.jsx(Ae,{icon:e,className:Z(!!e&&"mr-2")}),C.jsx(gs,{tooltip:F?void 0:R||o,triggerClassName:Z(l,"flex-1"),children:C.jsx("input",{ref:k,type:c,autoComplete:"off",id:i,placeholder:n,value:x?void 0:o??"",disabled:d,className:Z("border-0 bg-transparent w-full truncate",r),onChange:B=>!u&&O?.(B),onKeyDown:M,onBlur:y,min:f,max:m,defaultValue:x})}),C.jsx(Ae,{icon:t,className:Z(!!t&&"ml-2")}),w&&C.jsxs("p",{className:"text-secondary dial-small ml-2",children:[" ",w]}),S&&C.jsx("div",{className:"ml-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-l-none border-l-0",value:S,disabled:!0,elementId:S+"textAfter"})})]})},ik=/^0+\.(\d+)?$/,nk=/^0+/,Nm=({label:e,optional:t,optionalText:s,description:o,error:i,captionDescription:n,readonly:r,orientation:a,elementId:l,fieldTitle:c,errorText:d,elementClassName:u,elementContainerClassName:h,containerClassName:p,defaultEmptyText:f,...m})=>C.jsx(zr,{label:e??c,error:i??d,optionalText:s,optional:t,description:o,captionDescription:n,readonly:r,orientation:a,elementId:l,className:p,defaultEmptyText:f,value:m.value,children:C.jsx(co,{elementId:l,className:u,containerClassName:h,invalid:d!=null,...m})}),rk=({onChange:e,...t})=>{const s=o=>!o||o==="-"?o:String(o)?.match(ik)?String(o)?.replace(nk,"0"):Number(o);return C.jsx(Nm,{type:"number",onChange:o=>e?.(s(o)),...t})},ak=({onChange:e,...t})=>C.jsx(Nm,{type:"text",onChange:s=>e?.(s),...t}),lk=({fieldTitle:e,optional:t,elementId:s,elementClassName:o,containerClassName:i,elementContainerClassName:n,errorText:r,...a})=>C.jsxs("div",{className:ue("flex flex-col",i),children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:s}),C.jsx(Om,{textareaId:s,className:o,containerClassName:n,...a}),C.jsx(Ps,{errorText:r})]}),vd=({title:e,switchId:t,isOn:s=!1,disabled:o,onChange:i})=>{const n=Z("flex w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",s?"flex-row-reverse":"flex-row",o?"pointer-events-none":"",o?s?"bg-controls-disable":"bg-layer-4":s?"bg-accent-primary":"bg-layer-4"),r=g.useCallback(a=>{a.stopPropagation(),i?.(!s)},[i,s]);return C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx("input",{type:"checkbox",onChange:r,id:t,disabled:o,className:"invisible w-0 h-0",checked:s}),C.jsx("label",{htmlFor:t,className:n,children:C.jsx("span",{className:Z("size-3 rounded-full",o?s?"bg-layer-4":"bg-controls-disable":"bg-controls-enable-primary")})}),e&&C.jsx("span",{className:"pl-2 dial-small text-primary",children:e})]})};var Gt=(e=>(e.Sm="sm",e.Md="md",e.Lg="lg",e))(Gt||{});const ck="z-[52] flex items-center justify-center bg-blackout md:p-4",dk="divide-tertiary divide-y",uk="flex flex-row justify-between py-4 px-6 items-center",hk={[Gt.Sm]:"dial-sm-popup",[Gt.Md]:"dial-md-popup",[Gt.Lg]:"dial-lg-popup"},ri=({open:e=!1,title:t,portalId:s,className:o,overlayClassName:i,headingClassName:n,dividers:r=!0,children:a,footer:l,onClose:c,size:d=Gt.Md})=>{const{refs:u,context:h}=Se.useFloating({open:e,onOpenChange:b=>{b||c?.(null)}}),p=Se.useRole(h,{role:"dialog"}),f=Se.useDismiss(h,{outsidePress:!0}),{getFloatingProps:m}=Se.useInteractions([p,f]);if(!e)return null;const v=typeof t=="string"?"dial-popup-heading":void 0,w=b=>b?typeof b=="string"?C.jsx("h3",{id:v,className:Z("flex-1 min-w-0 mr-3 truncate dial-h3 text-primary",n),children:C.jsx(gs,{tooltip:b,children:b})}):b:C.jsx("span",{});return C.jsx(Se.FloatingPortal,{id:s,children:C.jsx(Se.FloatingOverlay,{className:Z(ck,i),children:C.jsx(Se.FloatingFocusManager,{context:h,children:C.jsxs("div",{ref:u.setFloating,...m(),role:"dialog","aria-modal":"true","aria-labelledby":v,className:Z("dial-popup",hk[d],r&&dk,o),children:[C.jsxs("div",{className:uk,children:[w(t),C.jsx(md,{ariaLabel:"Close dialog",onClose:b=>c?.(b)})]}),C.jsx("div",{className:"flex-grow overflow-auto",children:a}),l]})})})})};var Qo=(e=>(e.Info="info",e.Danger="danger",e))(Qo||{});const gk="flex justify-end gap-2 px-6 py-4",pk="text-secondary dial-small-150 px-6 py-4",fk="Cancel",mk="Ok",xh={[Qo.Info]:{confirmVariant:Ie.Primary,cancelVariant:Ie.Secondary},[Qo.Danger]:{container:"dial-danger-popup",confirmVariant:Ie.Danger,cancelVariant:Ie.Secondary}},Hm=({title:e,description:t,descriptionClassName:s,open:o=!1,confirmLabel:i=mk,cancelLabel:n=fk,isLoading:r=!1,disableConfirmButton:a=!1,className:l,confirmClassName:c,onClose:d,onConfirm:u,onCancel:h,children:p,dividers:f=!1,variant:m=Qo.Info,size:v=Gt.Sm,footer:w})=>{const b=r?null:C.jsxs("div",{className:gk,children:[C.jsx(Ee,{variant:Ie.Secondary,label:n,onClick:()=>h?h():d?.()}),C.jsx(Ee,{variant:xh[m].confirmVariant,className:c,label:i,disabled:a,onClick:()=>u()})]}),S=g.useCallback(()=>r?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(nn,{size:50})}):p??(t?C.jsx("div",{className:Z(pk,s),children:t}):null),[p,t,r,s]);return C.jsx(ri,{open:o,title:e,className:Z(xh[m].container,l),dividers:f,onClose:()=>d?.(),footer:w??b,size:v,children:S()})},wd=({selectedItems:e,listClassName:t,listElementClassName:s,placeholder:o})=>e?.length?C.jsx("ul",{className:Z("flex-row items-center truncate flex-wrap","flex gap-x-2 gap-y-1",t),children:e?.map(i=>C.jsx("li",{children:C.jsx(gs,{tooltip:i,children:C.jsx(jr,{tag:i,className:Z([s])})})},i))}):o?C.jsx("span",{className:"text-secondary",children:o}):null,Rh=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z",fill:"currentColor"})),Gm=({children:e,open:t,disabled:s=!1,selectedValue:o,valueClassName:i,inputClassName:n,onOpen:r,elementId:a,errorText:l,invalid:c,emptyValueText:d,placeholder:u})=>{const h=Array.isArray(o)&&o.length>0,p=typeof o=="string"&&!!o.trim(),f=h||p?o:u?void 0:d,m=s?void 0:r,v=()=>C.jsxs(C.Fragment,{children:[C.jsx("button",{type:"button",className:"w-full",onClick:m,"aria-label":"open-popup",id:a,children:C.jsxs("div",{className:Z("dial-input px-3 py-2 dial-input-field flex flex-row items-center w-full justify-between",n,s&&"dial-input-disable",(l||c)&&"dial-input-error"),children:[C.jsx(gs,{tooltip:f==null?void 0:String(f),children:f||!u?C.jsx("span",{className:i,children:f}):C.jsx("span",{className:"text-secondary",children:u})}),!s&&C.jsx("div",{className:"flex-shrink-0",children:C.jsx(Ae,{icon:C.jsx(Rh,{role:"img",width:ns,height:ns})})})]})}),l&&C.jsx(Ps,{errorText:l})]}),w=()=>C.jsx("div",{className:"w-full",onClick:m,children:C.jsxs("div",{className:Z("dial-input px-3 py-2 flex flex-row items-center w-full justify-between",s&&"dial-input-disable"),children:[C.jsx(wd,{placeholder:u,selectedItems:f}),!s&&C.jsx("div",{className:"ml-1",children:C.jsx(Ae,{icon:C.jsx(Rh,{role:"img",width:ns,height:ns})})})]})});return C.jsxs(C.Fragment,{children:[h?w():v(),t&&on.createPortal(e,document.body)]})},Ck=({fieldTitle:e,htmlFor:t,disabled:s,selectedValue:o,radioButtons:i,customInputValue:n,valueClassName:r,inputClassName:a,emptyValueText:l,onClose:c,title:d,portalId:u,onApply:h,cancelButtonTitle:p="Cancel",applyButtonTitle:f="Apply",isValid:m,selectedRadioValue:v,onChangeRadioField:w,id:b,size:S=Gt.Md})=>{const[y,x]=g.useState(!1),R=g.useCallback(()=>{s||x(!0)},[s]),F=g.useCallback(()=>{x(!1),c?.()},[c]),D=g.useCallback(()=>{h(),F()},[h,F]);return C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,htmlFor:t}),C.jsx(Gm,{disabled:s,open:y,selectedValue:n??i.find(T=>T.id===o)?.name,valueClassName:r,inputClassName:Z(a,"py-2","px-3"),emptyValueText:l,onOpen:R,children:C.jsx(ri,{open:y,onClose:F,title:d,portalId:u,size:S,footer:C.jsxs("div",{className:"flex flex-row items-center justify-end gap-2 px-6 py-4",children:[C.jsx(Ee,{variant:Ie.Secondary,label:p,onClick:F}),C.jsx(Ee,{variant:Ie.Primary,label:f,onClick:D,disabled:!m})]}),children:C.jsx("div",{className:"px-6 py-4",children:C.jsx(cr,{radioButtons:i,labelClassName:"dial-small",activeRadioButton:v,onChange:w,elementId:b,orientation:eo.Column})})})})]})},vk="Create",wk="Cancel",bk="flex items-center justify-end gap-2 px-6 py-3",Sk=({title:e,open:t=!1,submitLabel:s=vk,cancelLabel:o=wk,isLoading:i=!1,disableSubmitButton:n=!1,className:r,submitClassName:a,onClose:l,onSubmit:c,onCancel:d,children:u,dividers:h=!0,size:p=Gt.Md,footer:f})=>{const m=i?null:C.jsxs("div",{className:bk,children:[C.jsx(Ee,{variant:Ie.Secondary,label:o,onClick:()=>d?d():l?.()}),C.jsx(Ee,{variant:Ie.Primary,className:a,label:s,disabled:n,onClick:()=>c()})]}),v=g.useCallback(()=>i?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(nn,{size:50})}):u??null,[u,i]);return C.jsx(ri,{open:t,title:e,className:r,dividers:h,onClose:()=>l?.(),footer:f??m,size:p,children:v()})},yk=({onClick:e})=>C.jsx(V.IconEyeOff,{...le,className:"text-primary",onClick:e,role:"button","aria-label":"hide"}),xk=({onClick:e})=>C.jsx(V.IconEye,{...le,className:"text-primary",onClick:e,role:"button","aria-label":"show"}),Bm=({...e})=>{const[t,s]=g.useState(!1),o=g.useCallback(i=>{s(i)},[]);return C.jsx(co,{type:t?"text":"password",...e,hideTooltip:!t,iconAfter:t?C.jsx(yk,{onClick:()=>o(!1)}):C.jsx(xk,{onClick:()=>o(!0)})})},Rk=({fieldTitle:e,optional:t,elementClassName:s,elementId:o,errorText:i,...n})=>C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:o}),C.jsx(Bm,{className:s,elementId:o,invalid:!!i,...n}),C.jsx(Ps,{errorText:i})]});var sn=(e=>(e.Small="small",e.Base="base",e))(sn||{});const Fk={[sn.Small]:{textClassName:"text-xs px-1",containerClassName:"px-[6px] py-1 h-[22px]",iconSize:10,iconStroke:1},[sn.Base]:{textClassName:"text-sm px-2",containerClassName:"px-3 py-2 h-[38px]",iconSize:18,iconStroke:1.5}},bd=({elementId:e,value:t,placeholder:s="Search...",disabled:o,readonly:i,invalid:n,className:r,containerClassName:a,onChange:l,size:c=sn.Base,allowClear:d=!0})=>{const[u,h]=g.useState(t||"");g.useEffect(()=>{h(t||"")},[t]);const p=g.useCallback(v=>{h(v),l?.(v)},[l]),f=Fk[c],m=g.useCallback(()=>{p("")},[p]);return C.jsxs("div",{className:ue("dial-input flex flex-row items-center justify-between",n&&"dial-input-error",o&&"dial-input-disable",i&&"dial-input-readonly",f.containerClassName,a),children:[C.jsx(Ae,{className:Z(o?"text-secondary":"text-primary"),icon:C.jsx(V.IconSearch,{size:f.iconSize,stroke:f.iconStroke})}),C.jsx("input",{id:e,type:"text",autoComplete:"off",placeholder:s,value:u??"",disabled:o,readOnly:i,className:Z("border-0 bg-transparent w-full",r,f.textClassName),onChange:v=>!i&&p(v.currentTarget.value)}),u&&!i&&!o&&d&&C.jsx(Ae,{className:"text-primary cursor-pointer",icon:C.jsx(V.IconX,{size:f.iconSize,stroke:f.iconStroke,onClick:m,"aria-label":"Clear search",role:"button"})})]})},Ek=({placeholder:e="",selectedItems:t=[],updateSelected:s,listClassName:o,listElementClassName:i,containerClassName:n,inputClassName:r})=>{const[a,l]=g.useState(""),c=g.useCallback(u=>{u.key==="Enter"&&(s([...t,u.currentTarget.value]),l("")),(u.key==="Backspace"||u.key==="Delete")&&t.length&&!a&&s(t.slice(0,-1))},[t,s,a]),d=g.useCallback(u=>{l(u.target.value)},[l]);return C.jsxs("div",{className:Z(["dial-input px-3 py-2 flex flex-row items-center flex-wrap w-fit gap-2",n]),children:[C.jsx(wd,{selectedItems:t,listClassName:o,listElementClassName:i}),C.jsx("input",{type:"text",value:a,className:Z(["border-0 bg-transparent p-0",r]),placeholder:t?.length?"":e,onKeyDown:c,onChange:d})]})},Dk=({initialTags:e=[],fieldTitle:t,optional:s,elementId:o,placeholder:i,errorText:n,invalid:r,disabled:a,onChange:l})=>{const c=g.useRef(null),[d,u]=g.useState(e),[h,p]=g.useState(""),[f,m]=g.useState(!1),v=S=>{const y=S.trim().replace(/,$/,"");if(y&&!d.includes(y)){const x=[y,...d];u(x),l?.(x)}},w=S=>{(S.key===","||S.key==="Enter")&&(S.preventDefault(),v(h),p(""))},b=S=>{const y=d.filter((x,R)=>R!==S);u(y),l?.(y)};return g.useEffect(()=>{const S=new ResizeObserver(()=>{if(c.current){const y=c.current.scrollHeight>c.current.clientHeight+10;m(y)}});return c.current&&S.observe(c.current),()=>S.disconnect()},[d]),C.jsxs("div",{className:Z("flex flex-col w-full"),children:[C.jsx(ho,{fieldTitle:t,optional:s,htmlFor:o}),C.jsx("div",{className:Z("dial-input min-h-[38px] p-[6px]",r&&"dial-input-error",a&&"dial-input-disable"),children:C.jsxs("div",{ref:c,className:Z("flex flex-wrap gap-2 items-center",f?"flex-col-reverse":"flex-row"),children:[d.map((S,y)=>C.jsx(jr,{tag:S,remove:a?void 0:()=>b(y)},S+y)),C.jsx("input",{type:"text",value:h,onChange:S=>p(S.target.value),onKeyDown:w,className:Z("dial-input-no-border outline-none border-none w-full min-w-[100px] flex-1 p-1"),placeholder:i,disabled:a})]})}),C.jsx(Ps,{errorText:n})]})},Pk="dial-input flex w-full items-center justify-between gap-2 dial-small",Mk="w-full rounded flex flex-col",wl="flex w-full items-center justify-between gap-2 px-3 h-[34px] dial-small text-primary truncate hover:bg-accent-primary-alpha focus:bg-accent-primary-alpha focus:outline-none",Tk="bg-accent-primary-alpha",Ik="bg-accent-primary-alpha border-l border-accent-primary border-1",Fh="opacity-75",kk=352,Ak=C.jsx(V.IconChevronDown,{size:16}),Vm=({options:e,selectedValues:t,handleRemoveTag:s})=>C.jsx("div",{className:"flex flex-wrap w-full items-center gap-1",children:t.map(o=>{const i=e.find(r=>r.value===o)?.label??o,n=e.find(r=>r.value===o)?.icon;return C.jsx(jr,{tag:i,remove:r=>s?.(r,o),iconBefore:n?C.jsx(Ae,{icon:n}):null,className:"max-w-full"},o)})});var Hr=(e=>(e.Sm="sm",e.Md="md",e))(Hr||{}),Gr=(e=>(e.Primary="Primary",e.Secondary="Secondary",e))(Gr||{});const zm=({options:e,multiple:t=!1,elementId:s,value:o,defaultValue:i,variant:n=Gr.Primary,size:r=Hr.Md,prefix:a,customSelectedValue:l,placeholder:c="Select...",searchable:d=!1,searchPlaceholder:u,selectAll:h=!1,selectAllLabel:p="Select all",emptyStateTitle:f="No options available",emptyStateDescription:m,emptyStateIcon:v,disabled:w=!1,className:b,closable:S=!1,header:y,footer:x,onClose:R,onChange:F,inlineSearch:D=!1,dismissRef:T,onFooterClick:k})=>{const E=g.useId(),[M,O]=g.useState(!1),[B,H]=g.useState(D&&l||""),X=g.useRef(null),se=o!==void 0,[L,te]=g.useState(i),_=se?o:L,j=g.useMemo(()=>t?Array.isArray(_)?_:[]:typeof _=="string"?[_]:[],[_,t]),q=g.useMemo(()=>{const z=B.trim().toLowerCase();return z?e.filter(Ce=>Ce.label.toLowerCase().includes(z)):e},[e,B]);g.useEffect(()=>{!M&&!D&&H("")},[D,M]),g.useEffect(()=>{D&&H(l||"")},[l,D]);const Y=g.useCallback(z=>{se||te(z),F?.(z)},[se,F]),$=z=>{if(t){const Ce=new Set(j);Ce.has(z)?Ce.delete(z):Ce.add(z),Y(Array.from(Ce))}else Y(z),O(!1)},J=g.useCallback((z,Ce)=>{if(z.stopPropagation(),!t){Y("");return}const ce=j.filter(me=>me!==Ce);Y(ce)},[t,j,Y]),N=g.useMemo(()=>q.filter(z=>!z.disabled),[q]),P=g.useMemo(()=>N.filter(z=>j.includes(z.value)).length,[N,j]),W=z=>{D&&!t&&!z&&$(B),O(z)},re=N.length>0&&P===N.length,ee=P>0&&!re,ge=()=>{if(!(!t||N.length===0))if(re){const z=new Set(N.map(ce=>ce.value)),Ce=j.filter(ce=>!z.has(ce));Y(Ce)}else{const z=new Set(j);N.forEach(Ce=>z.add(Ce.value)),Y(Array.from(z))}},be=j.length>0;g.useEffect(()=>{M&&D&&!t&&!w&&requestAnimationFrame(()=>{const z=X.current;if(!z)return;z.focus();const Ce=z.value?.length??0;z.setSelectionRange?.(Ce,Ce)})},[M,D,t,w]);const ye=!t&&be?j[0]:void 0,De=g.useMemo(()=>ye?e.find(z=>z.value===ye):void 0,[e,ye]),ot=g.useCallback(()=>!t||j.length===0?null:C.jsx(Vm,{options:e,selectedValues:j,handleRemoveTag:J}),[t,e,j,J]),fe=g.useCallback(()=>t?be?ot():C.jsx("span",{className:"text-secondary truncate",children:c}):De?C.jsxs(C.Fragment,{children:[De.icon&&C.jsx(Ae,{icon:De.icon}),C.jsx(Bt,{text:a?`${a} ${De.label}`:De.label}),De?.description&&C.jsx("div",{className:"text-secondary dial-small",children:De.description})]}):l&&o?l:C.jsx("span",{className:"text-secondary truncate",children:c}),[be,t,l,a,o,c,ot,De]);g.useImperativeHandle(T,()=>({dismiss:()=>{O(!1)}}));const xe=()=>{H(j.length===1?De?.label??B:"")};return C.jsx(ft,{open:M,onOpenChange:W,disabled:w,closable:S,onClose:R,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],maxDropdownHeight:d?null:kk,renderOverlay:()=>C.jsxs("div",{id:`list-${s||E}`,role:"listbox","aria-multiselectable":t||void 0,className:Mk,children:[y&&C.jsx(C.Fragment,{children:typeof y=="function"?y():y}),(d||S)&&e.length>8&&C.jsxs("div",{className:"flex items-center gap-2 px-2 pt-2",children:[d&&C.jsx(bd,{placeholder:u,onChange:H,value:B,elementId:`search-${s||E}`}),S&&C.jsx(Ee,{"aria-label":"Close select",className:"shrink-0",iconBefore:C.jsx(V.IconX,{size:16}),onClick:z=>{R?.(z),O(!1)}})]}),t&&h&&N.length>0&&C.jsx("div",{className:Z(wl,"mt-2"),children:C.jsx(Bi,{id:`${s||E}-selectAll`,label:p,checked:re,indeterminate:ee,onChange:ge,ariaLabel:p})}),C.jsx("div",{className:Z("overflow-y-auto max-h-[352px]",D&&q.length===0?"":"py-1"),children:q.length===0?!D&&C.jsx("div",{className:"px-2 py-3",children:C.jsx(Wr,{icon:v??C.jsx(V.IconClipboardX,{size:24}),title:f,description:m})}):q.map(z=>{const Ce=j.includes(z.value);return t?C.jsxs("div",{role:"option","aria-selected":Ce,"aria-disabled":!!z.disabled,className:Z(wl,Ce&&Tk,z.disabled&&Fh,"w-full"),children:[C.jsx(Bi,{id:`${s||E}-${z.value}`,label:C.jsxs("span",{className:"flex w-full flex-1 min-w-0 items-center gap-2 text-primary",children:[z.icon&&C.jsx(Ae,{icon:z.icon}),C.jsx("span",{className:"truncate",children:z.label})]}),checked:Ce,disabled:z.disabled,onChange:()=>!z.disabled&&$(z.value),ariaLabel:z.label}),z.description&&C.jsx("div",{className:"text-secondary dial-small",children:z.description})]},z.value):C.jsx("button",{role:"option",type:"button","aria-selected":Ce,"aria-disabled":!!z.disabled,disabled:z.disabled,className:Z(wl,Ce&&Ik,z.disabled&&Fh),onClick:()=>!z.disabled&&$(z.value),children:C.jsxs("div",{className:"flex items-center gap-2 w-full",children:[z.icon&&C.jsx(Ae,{icon:z.icon}),C.jsx(Bt,{text:z.label}),z.description&&C.jsx("div",{className:"text-secondary dial-small",children:z.description})]})},z.value)})}),x&&C.jsx("div",{onClick:z=>{k?.(z),k&&O(!1)},children:typeof x=="function"?x():x})]}),children:C.jsxs("button",{type:"button","aria-haspopup":"listbox","aria-expanded":M,"aria-controls":`list-${s||E}`,className:ue(Pk,w&&"opacity-75 !cursor-not-allowed",r===Hr.Sm?"min-h-[25px] px-1.5 py-1":"min-h-[38px] px-3 py-2",n===Gr.Secondary?"!bg-layer-4":"",b),onMouseDown:z=>{w||D&&!t&&(xe(),z.preventDefault())},onClick:()=>{w||(O(z=>!z),D&&!t&&(xe(),X.current?.focus()))},children:[D&&!t?C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary flex-1",children:C.jsx("input",{id:`inline-${s||E}`,type:"text",placeholder:u??c,value:B||"",onChange:z=>H(z.currentTarget.value),onFocus:()=>!w&&O(!0),onMouseDown:z=>{xe(),z.stopPropagation()},onClick:z=>{z.stopPropagation()},className:"bg-transparent outline-none w-full dial-small",ref:X,disabled:w,"aria-disabled":w})}):C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary",children:fe()}),!D&&C.jsx(Ae,{icon:Ak,className:Z("text-primary",M&&"rotate-180")})]})})},Lk=({fieldTitle:e,optional:t,captionDescription:s,containerClassName:o,selectClassName:i,error:n,elementId:r,description:a,readonly:l,value:c,defaultEmptyText:d,...u})=>{const h=g.useCallback(()=>{if(!c||Array.isArray(c)&&c.length===0)return d??"None";if(Array.isArray(c))return C.jsx(Vm,{options:u.options,selectedValues:c});{const p=u.options?.find(f=>f.value===c);return C.jsx("span",{"aria-readonly":!0,className:"text-primary",children:p?.label||c})}},[c,u.options,d]);return C.jsx(zr,{elementId:r,label:e,optional:t,description:a,error:n,captionDescription:s,className:o,readonly:l,value:h(),defaultEmptyText:d,children:C.jsx(zm,{className:i,value:c,elementId:r,...u})})};function Wm(e){let t=null;return()=>(t==null&&(t=e()),t)}function Ok(e,t){return e.filter(s=>s!==t)}function Nk(e,t){const s=new Set,o=n=>s.add(n);e.forEach(o),t.forEach(o);const i=[];return s.forEach(n=>i.push(n)),i}class Hk{enter(t){const s=this.entered.length,o=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(t));return this.entered=Nk(this.entered.filter(o),[t]),s===0&&this.entered.length>0}leave(t){const s=this.entered.length;return this.entered=Ok(this.entered.filter(this.isNodeInDocument),t),s>0&&this.entered.length===0}reset(){this.entered=[]}constructor(t){this.entered=[],this.isNodeInDocument=t}}class Gk{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(t=>{Object.defineProperty(this.item,t,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${t}" until the drop event.`),null}})})}loadDataTransfer(t){if(t){const s={};Object.keys(this.config.exposeProperties).forEach(o=>{const i=this.config.exposeProperties[o];i!=null&&(s[o]={value:i(t,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,s)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(t,s){return s===t.getSourceId()}endDrag(){}constructor(t){this.config=t,this.item={},this.initializeExposedProperties()}}const Sd="__NATIVE_FILE__",_m="__NATIVE_URL__",jm="__NATIVE_TEXT__",Um="__NATIVE_HTML__",Eh=Object.freeze(Object.defineProperty({__proto__:null,FILE:Sd,HTML:Um,TEXT:jm,URL:_m},Symbol.toStringTag,{value:"Module"}));function bl(e,t,s){const o=t.reduce((i,n)=>i||e.getData(n),"");return o??s}const gc={[Sd]:{exposeProperties:{files:e=>Array.prototype.slice.call(e.files),items:e=>e.items,dataTransfer:e=>e},matchesTypes:["Files"]},[Um]:{exposeProperties:{html:(e,t)=>bl(e,t,""),dataTransfer:e=>e},matchesTypes:["Html","text/html"]},[_m]:{exposeProperties:{urls:(e,t)=>bl(e,t,"").split(`
|
|
62
|
-
`),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[jm]:{exposeProperties:{text:(e,t)=>bl(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function Bk(e,t){const s=gc[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new Gk(s);return o.loadDataTransfer(t),o}function Sl(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(gc).filter(s=>{const o=gc[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const Vk=Wm(()=>/firefox/i.test(navigator.userAgent)),$m=Wm(()=>!!window.safari);class Dh{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],m=r[p+1];if(f*m<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/m))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],m=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*m),u.push(v*m*m)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const zk=1;function Km(e){const t=e.nodeType===zk?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function Un(e){return{x:e.clientX,y:e.clientY}}function Wk(e){var t;return e.nodeName==="IMG"&&(Vk()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function _k(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return $m()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function jk(e,t,s,o,i){const n=Wk(t),a=Km(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=_k(n,t,c,d),m=()=>{let R=new Dh([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return $m()&&n&&(R+=(window.devicePixelRatio-1)*f),R},v=()=>new Dh([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:m()}}class Uk{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function $k(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ph(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){$k(e,i,s[i])})}return e}class Kk{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return Ph({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return Ph({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(Eh).some(s=>Eh[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=Bk(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){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 n=this.sourceNodes.get(i);return n&&Km(n)||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:n}=this;this.dragStartSourceIds=null;const r=Un(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=Sl(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:m,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=jk(u,h,r,{anchorX:p,anchorY:f},{offsetX:m,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{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 n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=Sl(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:Un(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=Un(i),this.scheduleHover(n),(n||[]).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 n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else Sl(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:Un(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new Uk(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new Hk(this.isNodeInDocument)}}const qk=function(t,s,o){return new Kk(t,s,o)},Yk=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,m]=g.useState(!1),v=g.useCallback(E=>{const M=E.target.files;if(M&&M.length>0){const O=Array.from(M);c?.(O)?m(!0):e(O)}},[c,e]),w=g.useCallback(E=>n&&E?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),m(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},R]=lg(()=>({accept:[Sd],drop(E){const M=E.files;!c?.(M)&&!w(M)&&e(M),S()},collect:E=>({isOver:E.isOver(),canDrop:E.canDrop()})}),[v]),F=E=>{(E.key==="Enter"||E.key==="Space")&&(E.preventDefault(),u.current?.click())},D=E=>{E?.preventDefault();const M=Array.from(E.dataTransfer?.items??[]);m(!!c?.(M)),p(M)},T=E=>{E.target===E.currentTarget&&S()},k=Z("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return R(d),C.jsxs(C.Fragment,{children:[C.jsxs("div",{className:k,ref:d,onDragOver:D,onDragLeave:T,children:[C.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:F,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&C.jsx("p",{className:"mb-1",children:t}),s&&C.jsx("p",{className:"mb-0.5",children:s}),o&&C.jsx(Ee,{variant:Ie.Tertiary,label:o,onClick:()=>u.current?.click()})]}),C.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),C.jsx(C.Fragment,{children:f?C.jsx(Ps,{errorText:a}):w(h)&&C.jsx(Ps,{errorText:l})})]})},Zk=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>C.jsx("div",{className:"mr-2",children:i?C.jsx(V.IconExclamationCircle,{...le,className:"text-error"}):e});return C.jsx(co,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:Z(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},Xk=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>C.jsx(Lm,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?C.jsx(Gw,{backend:qk,children:C.jsx(Yk,{...e,onChange:d})}):C.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&C.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>C.jsx(Zk,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},Qk=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},m=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);m(S)||e([...o||[],...S])}},[e,o,m]);return C.jsxs("div",{className:"h-full flex flex-col",children:[C.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[C.jsx(ho,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&C.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[C.jsx(Ee,{variant:Ie.Tertiary,className:"!text-error",iconBefore:C.jsx(V.IconTrashX,{...le}),label:c,onClick:f}),(i?i>o?.length:!0)&&C.jsx(Ee,{variant:Ie.Tertiary,iconBefore:C.jsx(V.IconPlus,{...le}),label:d,onClick:p})]})]}),o&&o.length>0&&C.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),C.jsx(Xk,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:m,...u})]})},Jk=C.jsx(V.IconChevronDown,{size:16}),eA=C.jsx(V.IconChevronUp,{size:16}),pc=e=>{const[t,s]=g.useState(!1),o=g.useMemo(()=>t?eA:Jk,[t]);return C.jsx("div",{children:C.jsx(ft,{menu:{items:e.items},onOpenChange:i=>s(i),children:C.jsx(Ee,{...e,iconAfter:o})})})},tA="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2",Mh="w-full text-secondary flex items-center gap-2",sA="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",oA="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",iA="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",nA="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",rA=280,aA="Files",Ds=20,lA="Files",yl=".dial_folder",cA=280,dA=460,xl=44,uA=56,hA=800;var Le=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Le||{}),qm=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(qm||{}),Ym=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Ym||{});const uo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=uo(s.items,t);if(o)return o}},Th=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=uo(e,t);if(s&&s.nodeType===Le.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return uo(e,i)??e[0]},lr=e=>(e??"").toLowerCase(),gA=e=>lr(e).replace(/^\./,""),pA=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Le.FOLDER&&s(n)};return s(e),t},Zm=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),fA={size:10,stroke:2},mA=26;var kt=(e=>(e.File="file",e.Folder="folder",e))(kt||{});const CA=({name:e,type:t,shared:s=!1,loading:o=!1,...i})=>{const n=r=>C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[r,s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(zi,{})})]});if(o)return n(C.jsx(nn,{}));if(t===kt.File){const r=e.includes(".")?e.split(".").pop():null;return C.jsx(yc,{...i,extension:r??"",className:"text-secondary",indicator:s?C.jsx(zi,{}):null,label:"File type icon"})}return t===kt.Folder?n(C.jsx(Ae,{icon:C.jsx(V.IconFolder,{className:i.className,size:i.size??le.size,stroke:i.stroke??le.stroke}),className:"inline-block align-middle"})):null},vA=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:m})=>{const v=()=>d?C.jsx(gs,{tooltip:u,children:p||C.jsx(V.IconAlertCircleFilled,{...le,className:"text-error","aria-label":"alert"})}):null;return C.jsxs("div",{className:"flex gap-2 items-center",children:[C.jsx(CA,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i}),C.jsx(co,{containerClassName:ue("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:m,invalid:d,iconAfter:v(),inputRef:f})]})};function Xm({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),m=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:m,invalid:l,invalidMessage:d}}const Br=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ns,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,...u})=>{const{value:h,invalid:p,invalidMessage:f,onChange:m,inputRef:v}=Xm({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?C.jsx(vA,{type:t,name:h,elementId:s,inputInvalid:p,inputInvalidMessage:f,inputRef:v,onChange:m,iconSize:r,inputContainerClassName:d}):t===kt.Folder?C.jsx(Xr,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate"}):C.jsx(Zr,{className:"max-w-[428px]",...u,name:e,shared:n,iconSize:r})},Qm=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]),n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},wA=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,selectedPath:n,emptyStateTitle:r="No Folders",emptyStateDescription:a,emptyStateIcon:l,areHiddenFilesVisible:c=!1,renamedPath:d,rootItemLabel:u,rootItemPath:h,onItemClick:p,getContextMenuItems:f,onRenameSave:m,onRenameCancel:v,onRenameValidate:w,onExpandedPathsChange:b})=>{const{expandedPaths:S,togglePath:y}=Qm({expandedPaths:s??new Set,onExpandedPathsChange:b}),x=F=>{p?.(F),y(F.path)},R=(F,D)=>F.map(T=>{const{path:k,nodeType:E,name:M,items:O}=T,B=E===Le.FOLDER;if(!c&&Zm(T))return null;if(!B&&!t)return;const H=Array.isArray(O)&&O.length>0&&O.some(J=>J.nodeType===Le.FOLDER||t),X=S.has(k),se=n===k,L=o.has(k),te=d===k,_=i.has(k),j=h&&u&&k===h&&B,q=w&&(J=>w(J,T)),Y=se?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",$=j?[]:f?.(T)??[];return C.jsx("div",{className:"cursor-pointer text-secondary",children:C.jsxs("div",{className:"flex flex-col w-full",children:[C.jsx(ft,{trigger:[Ct.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:$},children:C.jsxs("div",{style:{paddingLeft:`${D*mA}px`},className:ue("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",Y),children:[!te&&C.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>x(T)}),C.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!te&&x(T),children:C.jsxs(C.Fragment,{children:[B&&C.jsx(V.IconCaretRightFilled,{...fA,className:Z("flex-shrink-0",X&&"rotate-90 transition-all",_&&!H&&"text-transparent")}),C.jsx(Br,{elementId:`${k}-tree-item`,name:j?u:M,type:B?kt.Folder:kt.File,loading:L,iconSize:Ds,...!j&&{editing:te,onSave:m,onCancel:v,validate:q}})]})}),$.length>0&&!te&&!j&&C.jsx("div",{className:"flex-1 flex justify-end",children:C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:$},className:"sticky right-0",children:C.jsx(Ae,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(V.IconDotsVertical,{...le})})})})]})}),X&&O&&R(O,D+1)]})},`${k}-children`)});return C.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto",children:e.length>0?R(e,0):C.jsx(Wr,{title:r,description:a,icon:l})})},bA="w-full h-[12] flex items-center justify-between gap-4",SA="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",yA="w-[260px]",xA=({ariaLabel:e="Breadcrumb",titleClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,className:a,breadcrumbClassName:l,searchable:c=!0,value:d,elementId:u="fm-search",disabled:h,readonly:p,invalid:f,onSearchChange:m,searchClassName:v,searchContainerClassName:w,isCompactView:b=!1})=>{const S=g.useMemo(()=>{if(!o)return;const D=o.split("/").map(k=>k.trim()).filter(Boolean);if(!D.length)return[{title:"/"}];const T=D.map((k,E)=>{const M=D.slice(0,E+1),O=typeof i=="function"?i(M,E):void 0;return{title:k,href:O,onClick:s?B=>{B.preventDefault(),s(O)}:void 0}});if(n&&r){const k=n.split("/").filter(Boolean),E=o.split("/").filter(Boolean);if(k.every((O,B)=>E[B]===O)&&T.length>0){const O=T.slice(k.length);return[{title:r,href:n,onClick:s?B=>{B.preventDefault(),s(n)}:void 0},...O]}}return T},[o,i,s,n,r]),[y,x]=g.useState(!1),R=g.useCallback(()=>{if(!y){x(!0);const D=document.getElementById(u);D&&D.focus()}},[u,y]),F=g.useCallback(()=>b&&y?C.jsx(Ee,{className:"!p-[9px]",variant:Ie.Secondary,iconBefore:C.jsx(V.IconArrowLeft,{...le}),onClick:()=>{x(!1),m?.("")}}):C.jsx("div",{className:SA,children:C.jsx(Am,{pathItems:S,ariaLabel:e,titleClassName:t,className:l})}),[e,l,S,y,b,t,m]);return C.jsxs("div",{className:ue(bA,{"gap-3":b},a),children:[F(),c&&C.jsx("div",{className:ue(yA,{"w-[38px]":b&&!y,"w-full":b&&y}),role:"search","aria-label":"Search",onClick:R,children:C.jsx(bd,{elementId:u,value:d??"",onChange:m,disabled:h,readonly:p,invalid:f,className:v,containerClassName:ue(w,{"p-[10px]":b})})})]})};var Vr=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Vr||{}),de=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(de||{}),nt=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(nt||{}),Rt=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Rt||{}),qe=(e=>(e.Copy="copy",e.Move="move",e))(qe||{}),Uo=(e=>(e.Tree="tree",e.Grid="grid",e))(Uo||{}),Et=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Actions="__actions",e))(Et||{});const Jm=()=>{const[e,t]=g.useState(bh());return g.useEffect(()=>{const s=()=>t(bh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},RA=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,newButtonVariant:r=Ie.Secondary,newButtonDropdownItems:a=[],newButtonLabel:l="New",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=Jm(),p=g.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(V.IconEyeOff,{...le,className:"text-secondary"}):C.jsx(V.IconEye,{...le,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(Mm,{tabs:e,activeTab:t,onClick:w=>s(w),screenThreshold:Nr.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(vd,{switchId:"hidden-files-switch",title:c,isOn:o,onChange:i}),n&&C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"h-6 border-l border-primary"}),C.jsx(pc,{label:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(ft,{menu:{items:p},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Ee,{className:"h-[38px]",iconBefore:C.jsx(V.IconDotsVertical,{...le,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(pc,{label:l,variant:r,items:a}):null]});return C.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[C.jsx("div",{className:"flex-1 min-w-0",children:f()}),C.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:h?v():m()})]})},FA=12,EA=8;var $s=(e=>(e.Normal="normal",e.Reverse="reverse",e))($s||{});function DA({actions:e,direction:t=$s.Normal,moreButtonWidth:s=ns,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,F=b.getBoundingClientRect().width-x-s-o*2-i*2,D=d.current;let T=0,k=0;if(t===$s.Reverse)for(let E=D.length-1;E>=0&&(T+=D[E]+o,!(T>F));E--)k++;else for(const E of D){if(T+=E+o,T>F)break;k++}h(k)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const p=t===$s.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===$s.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const PA=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=Jm(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=DA({actions:s,direction:$s.Reverse,dependencies:[i],actionsGap:FA,containerPadding:EA}),d=e(o);return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>C.jsx(Ee,{iconBefore:h,label:p,variant:Ie.Secondary,hideTitleOnMobile:!0},u))}),C.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:r,children:C.jsx(Ee,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",variant:Ie.Tertiary,iconBefore:C.jsx(V.IconX,{...le,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&C.jsx(ft,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Ee,{className:"h-[38px]",iconBefore:C.jsx(V.IconDotsVertical,{...le,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:m})=>C.jsx(Ee,{className:"!p-[9px]",iconBefore:h,label:p,variant:Ie.Secondary,hideTitleOnMobile:!0,disabled:m,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},yd=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.009 12.5527C2.77901 12.4216 2.5877 12.2321 2.45443 12.0034C2.32116 11.7746 2.25064 11.5147 2.25 11.25V3.75C2.25 2.925 2.925 2.25 3.75 2.25H11.25C11.8125 2.25 12.1185 2.53875 12.375 3M10.5 15.75H7.25025C6.98757 15.75 6.72747 15.6983 6.48479 15.5977C6.24211 15.4972 6.0216 15.3499 5.83586 15.1641C5.65012 14.9784 5.50278 14.7579 5.40226 14.5152C5.30174 14.2725 5.25 14.0124 5.25 13.7498V7.25025C5.25 6.71975 5.46074 6.21098 5.83586 5.83586C6.21098 5.46074 6.71975 5.25 7.25025 5.25H13.7498C14.0124 5.25 14.2725 5.30174 14.5152 5.40226C14.7579 5.50278 14.9784 5.65012 15.1641 5.83586C15.3499 6.0216 15.4972 6.24211 15.5977 6.48479C15.6983 6.72747 15.75 6.98757 15.75 7.25025V10.5M12.75 16.5L16.5 12.75M16.5 12.75V16.125M16.5 12.75H13.125",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),xd=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M9.75 14.25H3.75C3.35218 14.25 2.97064 14.092 2.68934 13.8107C2.40804 13.5294 2.25 13.1478 2.25 12.75V4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3H6.75L9 5.25H14.25C14.6478 5.25 15.0294 5.40804 15.3107 5.68934C15.592 5.97064 15.75 6.35218 15.75 6.75V9.75M12 16.5L15.75 12.75M15.75 12.75V16.125M15.75 12.75H12.375",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),MA=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},TA=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},Ih=(e,t)=>{if(!t.has(e))return e;const s=e.lastIndexOf("."),o=s>0,i=o?e.substring(0,s):e,n=o?e.substring(s):"";let r=1,a;do a=`${i} (${r})${n}`,r++;while(t.has(a));return a},Rl=e=>e.name,eC=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(Rl)),R=S.filter(F=>x.has(F.name));return{hasConflicts:R.length>0,conflicts:R}},[e]),h=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(Rl));return S.map(D=>{const T=D.name,k=F.has(T),E=y&&k?T:Ih(T,F);return(!y||!k)&&F.add(E),{sourceUrl:D.path,destinationUrl:`${b}/${E}`,overwrite:y&&k,nodeType:D.nodeType??Le.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(Rl));return S.filter(T=>y.get(T.path)!==nt.Cancel).map(T=>{const k=y.get(T.path),E=F.has(T.name),M=k===nt.Replace&&E,O=M?T.name:Ih(T.name,F);return M||F.add(O),{sourceUrl:T.path,destinationUrl:`${b}/${O}`,overwrite:M,nodeType:T.nodeType??Le.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),m=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,R=new Map(b.map(D=>[D.file.path,D.action])),F=p(y,S,R,x);t?.(F,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:m,handleDuplicateAll:v,handleDecideForEach:w}},IA=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,m]=g.useState(qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:R,closeConflictResolution:F,openConflictResolution:D,handleReplaceAll:T,handleDuplicateAll:k,handleDecideForEach:E}=eC({getDestinationFiles:e,onResolve:(J,N)=>{v?.type===qe.Copy?(t?.(J,N),o?.()):v?.type===qe.Move&&v.sourceFolder&&(s?.(J,v.sourceFolder,N),i?.())}}),M=g.useCallback(()=>{u([]),p([]),w(null)},[]),O=g.useCallback(J=>{const N=x(J,d,{type:qe.Copy});if(w({type:qe.Copy}),!N.hasConflicts){const P=R(J,d,!1);t?.(P,J),o?.(),M()}},[d,x,R,t,o,M]),B=g.useCallback((J,N)=>{const P=x(J,h,{type:qe.Move,sourceFolder:N});if(w({type:qe.Move,sourceFolder:N}),!P.hasConflicts){const W=R(J,h,!0);s?.(W,N,J),i?.(),M()}},[h,x,R,s,i,M]),H=g.useCallback(()=>{T(),M()},[T,M]),X=g.useCallback(()=>{k(),M()},[k,M]),se=g.useCallback(J=>{E(J),M()},[E,M]),L=g.useCallback(J=>{const N=J.at(0)?.parentPath??"/",P=R(N,J,!1);t?.(P,N),n?.()},[t,n,R]),te=g.useCallback(J=>{m(J),c(!0)},[]),_=g.useCallback(()=>{c(!1),y.current||M()},[M,y]),[j,q]=g.useState(),Y=g.useCallback(J=>{u(J),r&&J.length>0?q(r(J.length,J[0]?.name)):q(void 0)},[r]),$=g.useCallback(J=>{p(J),a&&J.length>0?q(a(J.length,J[0]?.name)):q(void 0)},[a]);return{handleDuplicate:L,handleCloseDestinationFolderPopup:_,handleOpenDestinationFolderPopup:te,handleCopyTo:O,handleMoveTo:B,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:j,handleSetCopiedFiles:Y,handleSetMovedFiles:$,clearState:M,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:D,closeConflictResolution:F,handleConflictReplace:H,handleConflictDuplicate:X,handleConflictDecideForEach:se}},kA=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=g.useState(e);g.useEffect(()=>{i(e),s?.()},[e,s]);const n=g.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},AA=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},LA=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),OA=e=>"dataTransfer"in e&&e.dataTransfer!==null,NA=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,validationMessages:o={},onUploadArchive:i}={})=>{const[n,r]=g.useState(!1),[a,l]=g.useState(!1),[c,d]=g.useState(),u=g.useRef(null),h=g.useRef(""),p=g.useRef([]),[f,m]=g.useState(new Map),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,closeConflictResolution:R,openConflictResolution:F,handleReplaceAll:D,handleDuplicateAll:T,handleDecideForEach:k}=eC({getDestinationFiles:()=>p.current,onResolve:(N,P)=>{if(!v)return;const W=N.map(re=>{const ee=f.get(re.sourceUrl);if(!ee)return;const ge=re.destinationUrl.split("/").pop();return{fileContent:ee.fileContent,name:ge}}).filter(Boolean);W.length>0&&e?.(W,P),E()}}),E=g.useCallback(()=>{m(new Map),w(null)},[]);g.useEffect(()=>{let N=0;const P=ge=>{OA(ge)&&ge.dataTransfer.types.includes(lA)&&(N++,l(!0))},W=()=>{N--,N===0&&l(!1)},re=()=>{N=0,l(!1)},ee=ge=>{ge.preventDefault()};return window.addEventListener("dragenter",P),window.addEventListener("dragleave",W),window.addEventListener("drop",re),window.addEventListener("dragover",ee),()=>{window.removeEventListener("dragenter",P),window.removeEventListener("dragleave",W),window.removeEventListener("drop",re),window.removeEventListener("dragover",ee)}},[]);const M=g.useCallback(N=>s?N.filter(P=>P.fileContent.size>s).map(P=>P.name):[],[s]),O=g.useCallback((N,P)=>N.map(W=>({id:W.name,name:W.name,folderId:P,path:W.name,nodeType:Le.ITEM,parentPath:P,contentLength:W.fileContent.size})),[]),B=g.useCallback(async(N,P,W)=>{d(void 0),p.current=W;const re=M(N);if(re.length>0){const ye=s?(s/1048576).toFixed(2):0,De=o.oversizedFiles||`Files exceed maximum size (${ye}MB): ${re.join(", ")}`;return d(De),!1}if(t)try{const ye=await t(N,W,P);if(!ye.valid)return d(ye.message||o.validationFailed||"Validation failed"),!1}catch{return d(o.validationError||"Validation error occurred"),!1}const ee=new Map(N.map(ye=>[ye.name,ye]));m(ee);const ge=O(N,P);return w({destinationFolder:P}),x(P,ge,{destinationFolder:P}).hasConflicts?!1:(e?.(N,P),E(),!0)},[e,t,M,s,o,O,x,E]),H=g.useCallback(()=>{D(),E()},[D,E]),X=g.useCallback(()=>{T(),E()},[T,E]),se=g.useCallback(N=>{k(N),E()},[k,E]),L=g.useCallback(()=>{R(),y.current||E()},[R,y,E]),te=g.useCallback(N=>{N.preventDefault(),N.stopPropagation(),N.dataTransfer.types.includes("Files")&&r(!0)},[]),_=g.useCallback(N=>{N.preventDefault(),N.stopPropagation();const P=N.currentTarget.getBoundingClientRect(),W=N.clientX,re=N.clientY;(W<=P.left||W>=P.right||re<=P.top||re>=P.bottom)&&r(!1)},[]),j=g.useCallback(N=>{N.preventDefault(),N.stopPropagation(),N.dataTransfer.types.includes("Files")&&(N.dataTransfer.dropEffect="copy")},[]),q=g.useCallback(async(N,P,W)=>{if(N.preventDefault(),N.stopPropagation(),r(!1),!N.dataTransfer.types.includes("Files"))return;const re=Array.from(N.dataTransfer.files);if(re.length>0){const ee=re.map(ge=>({fileContent:ge,name:ge.name}));await B(ee,P,W)}},[B]);g.useEffect(()=>{let N=u.current;N||(N=document.createElement("input"),N.type="file",N.multiple=!0,N.style.display="none",document.body.appendChild(N),u.current=N);const P=async()=>{if(!N?.files?.length)return;const re=Array.from(N.files).map(ee=>({fileContent:ee,name:ee.name}));await B(re,h.current,p.current),N.value=""};return N.addEventListener("change",P),()=>{N&&(N.removeEventListener("change",P),u.current===N&&(document.body.removeChild(N),u.current=null))}},[B]);const Y=g.useCallback((N,P)=>{h.current=N,p.current=P,u.current&&u.current.click()},[]),$=g.useCallback((N,P)=>{if(!i)return;const W=document.createElement("input");W.type="file",W.accept=".zip,application/zip",W.multiple=!1,W.style.display="none";const re=()=>{const ee=W.files?.[0];if(!ee){document.body.removeChild(W);return}const ge=ee.name.replace(/\.zip$/i,"");if(P.some(ye=>ye.nodeType===Le.FOLDER&&ye.name.toLowerCase()===ge.toLowerCase())){d(o.validationFailed||`Folder with name "${ge}" already exists`),document.body.removeChild(W);return}try{i(ee,ge,N)}finally{document.body.removeChild(W)}};W.addEventListener("change",re),document.body.appendChild(W),W.click()},[i,o]),J=g.useCallback(()=>{d(void 0)},[]);return{isDragging:n,isDraggingOverWindow:a,uploadError:c,handleDragEnter:te,handleDragLeave:_,handleDragOver:j,handleDrop:q,clearError:J,handleUpload:B,openFileDialog:Y,openArchiveDialog:$,fileInputRef:u,uploadConflictingFiles:b,uploadConflictResolutionOpen:S,hasActiveUploadConflictRef:y,openUploadConflictResolution:F,closeUploadConflictResolution:L,handleUploadConflictReplace:H,handleUploadConflictDuplicate:X,handleUploadConflictDecideForEach:se}},tC=g.createContext(void 0),HA={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function GA(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}function BA(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function kh(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const VA=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...HA,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=uo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Le.ITEM;let m=p.trim();if(f){const S=kh(i.name);S&&!m.endsWith(S)&&(m=m+S)}if(m===i.name){n(void 0);return}const v=GA(i.path,m),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const m=p.trim();if(!m)return r.emptyName;const v=f.nodeType===Le.ITEM;let w=m;if(v){const S=kh(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=uo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Le.ITEM?BA(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},zA=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:C.jsx(V.IconFolder,{...le,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:C.jsx(V.IconFile,{...le,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:C.jsx(V.IconFileZip,{...le,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},WA={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},_A=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...WA,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const m=f.trim();if(!m)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Le.FOLDER).map(w=>w.name.toLowerCase())).has(m.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(m,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const m=f.trim();if(!m)return;const w=`${e?.path??"/"}/${m}`,b=`${w}/${yl}`,y={fileContent:new File([],yl,{type:"text/plain"}),name:yl};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},jA=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ue(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return C.jsxs(C.Fragment,{children:[e,C.jsx(Ee,{disabled:o,className:n,onClick:s,iconBefore:C.jsx(V.IconCopyMinus,{size:24,stroke:1.5})})]})},[e,o,s])}},UA=e=>{if(!e||e<=0)return"";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},sC=({children:e,className:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,destinationFolderPopupOptions:f,conflictResolutionPopupOptions:m,onPathChange:v,onTableFileClick:w,onCopyFiles:b,onMoveToFiles:S,onDeleteFiles:y,onDownloadFiles:x,onRenameValidate:R,renameValidationMessages:F,onUploadFiles:D,onValidateUpload:T,maxFileSize:k,onUploadArchive:E,onCreateFolder:M,onCreateFolderValidate:O,folderCreationValidationMessages:B})=>{const[H,X]=g.useState(new Map),se=g.useMemo(()=>new Set(H.keys()),[H]),L=g.useCallback(()=>X(new Map),[]),{currentPath:te,setCurrentPath:_,handlePathChange:j}=kA({path:i,onPathChange:v,onSelectionClear:L}),[q,Y]=g.useState(),$=f?.destinationFolderPath??q,J=g.useCallback(Me=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(Me):Y(Me)},[f]),{areHiddenFilesVisible:N,toggleHiddenFilesVisibility:P}=MA({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:W,toggleTreeCollapse:re,setIsTreeCollapsed:ee}=TA({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:ge,renamedItem:be,renameHandler:ye,renameSaveHandler:De,renameCancelHandler:ot,renameValidateHandler:fe,getDisplayName:xe}=VA({items:s,onRenameValidate:R,validationMessages:F,onMoveToFiles:S}),[z,Ce]=g.useState("");g.useEffect(()=>{const Me=c?.value;Me!=null&&Ce(String(Me))},[c?.value]);const ce=String(c?.value??z??"").trim(),me=g.useMemo(()=>Th(s,te)??s[0],[s,te]),{handleCopyTo:$e,handleMoveTo:mt,handleDuplicate:ze,handleOpenDestinationFolderPopup:Lt,handleCloseDestinationFolderPopup:vo,openDestinationFolderPopup:Ot,handleSetCopiedFiles:ke,handleSetMovedFiles:Qe,destinationFolderMode:ai,destinationFolderTitle:da,conflictingFiles:ua,conflictResolutionOpen:ha,closeConflictResolution:ga,handleConflictReplace:pa,handleConflictDuplicate:fa,handleConflictDecideForEach:ma}=IA({getDestinationFiles:Me=>Th(s,Me)?.items??[],onCopyFiles:b,onMoveToFiles:S,onCopySuccess:L,onMoveSuccess:L,onDuplicateSuccess:L,getCopyHeader:f?.getCopyHeader,getMoveHeader:f?.getMoveHeader});g.useEffect(()=>{Ot&&!$&&J(te??o?.path??"/")},[Ot,$,te,o?.path,J]),g.useEffect(()=>{Ot||J(void 0)},[Ot,J]);const{deleteConfirmationOpen:Ca,itemsToDelete:va,openDeleteConfirmation:wa,closeDeleteConfirmation:ba,confirmDelete:pn}=AA({onDeleteFiles:y,onDeleteSuccess:L}),{handleDownloadFiles:fn}=LA({onDownloadFiles:x,onDownloadSuccess:L}),{isDragging:mn,isDraggingOverWindow:Cn,uploadError:wo,handleDragEnter:vn,handleDragLeave:bo,handleDragOver:Sa,handleDrop:li,clearError:ci,openFileDialog:wn,fileInputRef:di,openArchiveDialog:ui,uploadConflictingFiles:hi,uploadConflictResolutionOpen:gi,closeUploadConflictResolution:bn,handleUploadConflictReplace:Sn,handleUploadConflictDuplicate:ya,handleUploadConflictDecideForEach:Je}=NA({onUploadFiles:D,onValidateUpload:T,maxFileSize:k,onUploadArchive:E}),xa=g.useCallback(Me=>{const Nt=te??"",Ci=me?.items??[];li(Me,Nt,Ci)},[te,me,li]),pi=g.useCallback(()=>{const Me=te??"",Nt=me?.items??[];wn(Me,Nt)},[te,me,wn]),Ra=g.useCallback(()=>{const Me=te??"",Nt=me?.items??[];ui(Me,Nt)},[te,me,ui]),{isCreatingFolder:fi,newFolderTempId:vs,startFolderCreation:yn,cancelFolderCreation:Fa,saveFolderCreation:xn,validateFolderName:Rn}=_A({currentFolder:me,onCreateFolder:M,onValidateFolderName:O,validationMessages:B}),{newActions:mi,isNewButtonVisible:Fn}=zA({newActionLabels:h?.newActionLabels,onUploadFiles:pi,onUploadArchive:Ra,onCreateFolder:yn}),En=g.useMemo(()=>{const Me=lr(ce).trim(),Nt=me?.items??[];let Ci=Me?pA(me):Nt;N||(Ci=Ci.filter(Ye=>!Zm(Ye)));const Da=Ci.map(Ye=>({id:Ye.id??Ye.path,name:Ye.name??Ye.path.split("/").pop()??"",updatedAt:Ye.updatedAt,size:Ye.nodeType===Le.ITEM?UA(Ye.contentLength):"",author:Ye.author,path:Ye.path,nodeType:Ye.nodeType,extension:Ye.extension,isTemporary:!1}));if(fi&&vs&&!Me&&Da.unshift({id:vs,name:"",updatedAt:void 0,size:"",author:void 0,path:vs,nodeType:Le.FOLDER,extension:void 0,isTemporary:!0}),!Me)return Da;const dC=Me.split(/\s+/).filter(Boolean);return Da.filter(Ye=>{if(Ye.isTemporary)return!0;const uC=lr(Ye.name),hC=lr(Ye.author),gC=gA(Ye.extension);return dC.every(Pa=>uC.includes(Pa)||hC.includes(Pa)||gC.includes(Pa))})},[me,ce,N,fi,vs]),Ea=g.useCallback(Me=>{j(Me.path)},[j]),Q=g.useCallback(Me=>{j(Me)},[j]),Fe=g.useCallback(Me=>{const Nt=String(Me??"");Ce(Nt),c?.onSearchChange?.(Nt)},[c]),So=g.useCallback(Me=>{Me.nodeType===Le.FOLDER?j(Me.path):w?.(Me)},[j,w]),{expandedPaths:_t,setExpandedPaths:ws,collapseAll:aC}=Qm({expandedPaths:l?.expandedPaths,onExpandedPathsChange:l?.onExpandedPathsChange}),{additionalButtons:lC}=jA({collapseAll:aC,expandedPathsLength:_t.size,additionalButtons:l?.additionalButtons}),cC={className:t,items:s,rootItem:o,filesLoading:n,treeOptions:{...l,expandedPaths:_t,onExpandedPathsChange:ws,additionalButtons:lC},navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,deleteConfirmationOptions:d,destinationFolderPopupOptions:{...f,destinationFolderPath:$,setDestinationFolderPath:J,title:da},currentPath:te,setCurrentPath:_,searchValue:z,effectiveSearchValue:ce,setSearchValue:Ce,areHiddenFilesVisible:N,toggleHiddenFilesVisibility:P,isTreeCollapsed:W,toggleTreeCollapse:re,setIsTreeCollapsed:ee,selectedIds:se,selectedFiles:H,setSelectedFiles:X,clearSelection:L,currentFolder:me,gridRows:En,handleCopyTo:$e,handleMoveTo:mt,handleDuplicate:ze,handleSetCopiedFiles:ke,handleSetMovedFiles:Qe,openDestinationFolderPopup:Ot,handleCloseDestinationFolderPopup:vo,handleOpenDestinationFolderPopup:Lt,destinationFolderMode:ai,handleDownloadFiles:fn,renamedPath:ge,renamedItem:be,onRename:ye,onRenameSave:De,onRenameCancel:ot,onRenameValidate:fe,getDisplayName:xe,openDeleteConfirmation:wa,closeDeleteConfirmation:ba,confirmDelete:pn,deleteConfirmationOpen:Ca,itemsToDelete:va,handlePathChange:j,handleTreeItemClick:Ea,handleBreadcrumbItemClick:Q,handleSearchChange:Fe,handleTableRowClick:So,onTableFileClick:w,isDragging:mn,uploadError:wo,handleDragEnter:vn,handleDragLeave:bo,handleDragOver:Sa,handleDrop:xa,clearUploadError:ci,onUploadFiles:D,onValidateUpload:T,maxFileSize:k,isDraggingOverWindow:Cn,openFileDialog:pi,fileInputRef:di,newActions:mi,isNewButtonVisible:Fn,isCreatingFolder:fi,newFolderTempId:vs,startFolderCreation:yn,cancelFolderCreation:Fa,saveFolderCreation:xn,validateFolderName:Rn,conflictResolutionPopupOptions:m,conflictingFiles:ua,conflictResolutionOpen:ha,closeConflictResolution:ga,handleConflictReplace:pa,handleConflictDuplicate:fa,handleConflictDecideForEach:ma,uploadConflictingFiles:hi,uploadConflictResolutionOpen:gi,closeUploadConflictResolution:bn,handleUploadConflictReplace:Sn,handleUploadConflictDuplicate:ya,handleUploadConflictDecideForEach:Je};return C.jsx(tC.Provider,{value:cC,children:e})},oC=()=>{const e=g.useContext(tC);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},$A="en-US",KA={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},qA="text-primary";function iC(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return iC(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const nC=({value:e,locale:t=$A,options:s=KA,emptyPlaceholder:o,className:i})=>{const n=iC(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return C.jsx(Bt,{text:a?C.jsx("time",{dateTime:a,children:r}):C.jsx("span",{children:r}),className:Z(qA,i),hideTooltip:!1})},YA=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=C.jsxs("div",{className:"px-6 py-3 dial-small",children:[C.jsx("p",{className:"text-secondary mb-3",children:t.length===1?C.jsxs(C.Fragment,{children:["Do you want to delete file or folder"," ",C.jsxs("span",{className:"text-primary break-all",children:['"',t[0].name,'"']}),"?"]}):C.jsxs(C.Fragment,{children:["Do you want to delete the following"," ",C.jsx("span",{className:"text-primary",children:t.length})," item",t.length!==1?"s":"","?"]})}),t.length>1&&C.jsx(C.Fragment,{children:t.length<=10?C.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}):C.jsxs(C.Fragment,{children:[C.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Hm,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Qo.Danger,onClose:s,onConfirm:o,children:h})},ZA=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,title:u,...h})=>{const[p,f]=g.useState(!1),m=g.useCallback(w=>{f(w)},[]),v=r===qe.Copy?"Copy to":"Move to";return C.jsx(ri,{open:s,onClose:()=>{e()},size:Gt.Lg,className:"md:!h-[800px]",footer:C.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Ee,{label:n,variant:Ie.Tertiary,iconBefore:C.jsx(V.IconFolderPlus,{...le})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:w=>{w.stopPropagation(),m(!p)},children:C.jsx(vd,{title:a,isOn:p,onChange:m,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Ee,{onClick:e,label:"Cancel",variant:Ie.Secondary}),C.jsx(Ee,{onClick:t,label:r==="copy"?o:i,variant:Ie.Primary})]})]}),title:u??v,children:C.jsx(rC,{...h,showHiddenFiles:p,onShowHiddenFilesChange:m,treeOptions:{...h.treeOptions,collapsed:!0,expandedPaths:new Set([h.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...h.gridOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},XA=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onDelete:r,getCurrentFolderPath:a})=>g.useMemo(()=>{const l=[],c=Array.from(e.values());return!c.length||!t||(t[de.Move]&&l.push({key:de.Move,label:t[de.Move],title:t[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>i(c)}),t[de.Copy]&&l.push({key:de.Copy,label:t[de.Copy],title:t[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>o(c)}),t[de.Duplicate]&&l.push({key:de.Duplicate,label:t[de.Duplicate],title:t[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>s(c)}),t[de.Delete]&&l.push({key:de.Delete,label:t[de.Delete],title:t[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>{const d=a();r(c,d)}}),t[de.Download]&&l.push({key:de.Download,label:t[de.Download],title:t[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>n(c)})),l},[e,t,s,o,i,n,r,a]),QA=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r})=>g.useMemo(()=>a=>{const l=[];return e&&(e[de.Duplicate]&&l.push({key:de.Duplicate,label:e[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>t(a)}),e[de.Copy]&&l.push({key:de.Copy,label:e[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>s(a)}),e[de.Move]&&l.push({key:de.Move,label:e[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>o(a)}),e[de.Download]&&l.push({key:de.Download,label:e[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>i(a)}),e[de.Delete]&&l.push({key:de.Delete,label:e[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>r(a,a.parentPath??"")}),e[de.Rename]&&l.push({key:de.Rename,label:e[de.Rename],icon:C.jsx(V.IconPencilMinus,{...le,className:"text-secondary"}),onClick:()=>n(a.path)})),l},[e,t,s,o,i,n,r]),Ah=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const m=n.length===1,v=m?n[0]?.name:"",w=c?.[nt.Replace]??"Replace",b=c?.[nt.Duplicate]??"Duplicate",S=c?.[nt.Cancel]??"Cancel",y=d?.[Rt.ReplaceAll]??"Replace all",x=d?.[Rt.DuplicateAll]??"Duplicate all",R=d?.[Rt.DecideForEach]??"Decide for each",[F,D]=g.useState(nt.Replace),[T,k]=g.useState(Rt.ReplaceAll),[E,M]=g.useState(new Map(n.map($=>[$.path,nt.Replace]))),[O,B]=g.useState(void 0),H=m?r:a,X=C.jsxs(C.Fragment,{children:["Item with the name ",C.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),se=`${n.length} items with the same names already exist in this destination.`,L=l??(m?X:se),te=g.useMemo(()=>[{id:nt.Replace,name:w},{id:nt.Duplicate,name:b}],[w,b]),_=g.useMemo(()=>n.map($=>({id:$.path,name:$.name,path:$.path,nodeType:$.nodeType??Le.ITEM,action:E.get($.path)||nt.Replace})),[n,E]),j=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:$=>$.data?.nodeType===Le.FOLDER?C.jsx(Xr,{name:$.data.name,iconSize:Ds}):C.jsx(Zr,{name:$.data.name,iconSize:Ds})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:$=>{if(!$.data)return null;const J=[{key:nt.Replace,label:w,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:nt.Duplicate,label:b,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:nt.Cancel,label:S,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-error"})}],N=J.find(W=>W.key===$.data.action),P=O===$.data.path;return C.jsx("div",{className:"flex items-center h-full",children:C.jsx(ft,{trigger:[Ct.Click],open:P,menu:{items:J,onClick:({key:W})=>{M(re=>{const ee=new Map(re);return ee.set($.data.path,W),ee}),B(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:W=>{B(W?$.data.path:void 0)},children:C.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[C.jsxs("span",{className:"flex items-center gap-2",children:[N?.icon,N?.label??w]}),C.jsx(V.IconChevronDown,{size:16,className:Z("text-secondary transition-transform",P&&"rotate-180")})]})})})}}],[p,f,w,b,S,O]),q=g.useMemo(()=>[{id:Rt.ReplaceAll,name:y},{id:Rt.DuplicateAll,name:x},{id:Rt.DecideForEach,name:R,content:T===Rt.DecideForEach?C.jsx("div",{className:"mt-4",children:C.jsx(Cd,{columnDefs:j,rowData:_,getRowId:$=>$.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,R,T,j,_]),Y=g.useCallback(()=>{if(m)F===nt.Replace?s():o();else if(T===Rt.ReplaceAll)s();else if(T===Rt.DuplicateAll)o();else if(T===Rt.DecideForEach&&i){const $=n.map(J=>({file:J,action:E.get(J.path)||nt.Replace}));i($)}},[m,F,T,E,n,s,o,i]);return C.jsx(ri,{open:e,onClose:t,size:Gt.Md,title:H,dividers:!1,footer:C.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6",children:[C.jsx(Ee,{onClick:t,label:h,variant:Ie.Secondary}),C.jsx(Ee,{onClick:Y,label:u,variant:Ie.Primary})]}),children:C.jsxs("div",{className:"px-6 py-4",children:[C.jsx("p",{className:"text-secondary mb-4",children:L}),m?C.jsx(cr,{elementId:"single-file-conflict",radioButtons:te,activeRadioButton:F,orientation:eo.Column,onChange:$=>D($)}):C.jsx(cr,{elementId:"multiple-files-conflict",radioButtons:q,activeRadioButton:T,orientation:eo.Column,onChange:$=>k($),formItemChildrenClassName:"gap-3"})]})})},JA=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r})=>C.jsx("div",{className:"flex",children:C.jsx("div",{className:"flex flex-1 min-w-0",children:C.jsx(Br,{type:s===Le.FOLDER?kt.Folder:kt.File,name:t,elementId:e,iconSize:Ds,details:C.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[C.jsx("span",{children:o}),i&&o&&C.jsx(V.IconCircleFilled,{size:2,className:"text-secondary"}),i?C.jsx("span",{children:C.jsx(nC,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})}):null]})})})});function e8(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const t8=({getContextMenuItems:e})=>{const t=g.useCallback(o=>{if(!o.data)return null;const i=o.data?e?.(o.data)??[]:[];return i.length?C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:i},className:"sticky right-0",children:C.jsx(Ae,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(V.IconDotsVertical,{...le})})}):null},[e]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:t}),[t])}},s8=({onRename:e})=>{const[t,s]=g.useState(Uo.Grid),o=g.useCallback(n=>{e(n),s(Uo.Grid)},[e]),i=g.useCallback(n=>{e(n),s(Uo.Tree)},[e]);return{renameTriggerView:t,onGridRename:o,onTreeRename:i}},rC=e=>C.jsx(sC,{...e,children:C.jsx(o8,{})}),o8=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=hA,areHiddenFilesVisible:p,toggleHiddenFilesVisibility:f,isTreeCollapsed:m,toggleTreeCollapse:v,currentPath:w,gridRows:b,selectedIds:S,selectedFiles:y,setSelectedFiles:x,clearSelection:R,effectiveSearchValue:F,handleBreadcrumbItemClick:D,handleSearchChange:T,handleTreeItemClick:k,handleTableRowClick:E,handleOpenDestinationFolderPopup:M,handleCloseDestinationFolderPopup:O,openDestinationFolderPopup:B,destinationFolderMode:H,handleSetCopiedFiles:X,handleSetMovedFiles:se,handleDuplicate:L,handleCopyTo:te,handleMoveTo:_,handleDownloadFiles:j,openDeleteConfirmation:q,closeDeleteConfirmation:Y,confirmDelete:$,deleteConfirmationOpen:J,itemsToDelete:N,renamedPath:P,renamedItem:W,onRename:re,onRenameSave:ee,onRenameCancel:ge,onRenameValidate:be,getDisplayName:ye,isDragging:De,isDraggingOverWindow:ot,handleDragEnter:fe,handleDragLeave:xe,handleDragOver:z,handleDrop:Ce,onUploadFiles:ce,onValidateUpload:me,maxFileSize:$e,newActions:mt,isNewButtonVisible:ze,newFolderTempId:Lt,cancelFolderCreation:vo,saveFolderCreation:Ot,validateFolderName:ke,conflictingFiles:Qe,conflictResolutionOpen:ai,closeConflictResolution:da,handleConflictReplace:ua,handleConflictDuplicate:ha,handleConflictDecideForEach:ga,uploadConflictingFiles:pa,uploadConflictResolutionOpen:fa,closeUploadConflictResolution:ma,handleUploadConflictReplace:Ca,handleUploadConflictDuplicate:va,handleUploadConflictDecideForEach:wa}=oC(),{width:ba=rA,title:pn=aA,containerClassName:fn=iA,additionalButtons:mn,...Cn}=i??{},[wo,vn]=g.useState(ba),{renameTriggerView:bo,onGridRename:Sa,onTreeRename:li}=s8({onRename:re}),ci=g.useRef(null),wn=Q=>{ci.current===null&&(ci.current=requestAnimationFrame(()=>{vn(Q),ci.current=null}))},{columnDefs:di,filterable:ui=!0,dateLocale:hi,dateOptions:gi,visibleColumns:bn=[Et.Name,Et.UpdatedAt,Et.Size,Et.Author,Et.Actions],...Sn}=r??{},{containerRef:ya,isBelowBreakpoint:Je}=e8(h),xa=g.useMemo(()=>[{colId:Et.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:Q=>{const Fe=Q.data.nodeType;if(Q.data?.isTemporary&&Q.data.id===Lt)return C.jsx(Br,{name:"",type:kt.Folder,elementId:`new-folder-${Q.data.id}`,editing:!0,iconSize:Ds,validate:ke,onSave:Ot,onCancel:vo,inputContainerClassName:ue(["!h-9",Je&&Fe===Le.ITEM&&"!h-10"])});if(bo===Uo.Grid&&P===Q.data?.path&&W&&Q.data){const _t=ye(W);return C.jsx(Br,{name:_t,type:Fe===Le.FOLDER?kt.Folder:kt.File,elementId:`rename-${Q.data.id}`,editing:!0,iconSize:Ds,validate:ws=>be(ws,W),onSave:ee,onCancel:ge,inputContainerClassName:ue(["!h-9",Je&&Fe===Le.ITEM&&"!h-10"])})}return Je?C.jsx(JA,{id:Q.data.id,name:Q.data.name,nodeType:Fe,size:Q.data.size,updatedAt:Q.data.updatedAt,dateLocale:hi,dateOptions:gi}):Fe===Le.FOLDER?C.jsx(Xr,{name:Q.data.name,iconSize:Ds}):C.jsx(Zr,{name:Q.data.name,iconSize:Ds})}},{colId:Et.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:nC,cellRendererParams:{locale:hi,options:gi}},{colId:Et.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:Et.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:Q=>Q.data.author}],[hi,gi,Lt,Je,Ot,vo,ke,P,W,bo,be,ee,ge,ye]),pi=g.useCallback(Q=>{const Fe=[];return i?.actionLabels&&(i.actionLabels[de.Duplicate]&&Fe.push({key:"duplicate",label:i.actionLabels[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>L([Q])}),i.actionLabels[de.Copy]&&Fe.push({key:qe.Copy,label:i.actionLabels[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>{X([Q]),M(qe.Copy)}}),i.actionLabels[de.Move]&&Fe.push({key:qe.Move,label:i.actionLabels[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>{se([Q]),M(qe.Move)}}),i.actionLabels[de.Download]&&Fe.push({key:"download",label:i.actionLabels[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>j([Q])}),i.actionLabels[de.Rename]&&Fe.push({key:"rename",label:i.actionLabels[de.Rename],icon:C.jsx(V.IconPencilMinus,{...le,className:"text-secondary"}),onClick:()=>li(Q.path)}),i.actionLabels[de.Delete]&&Fe.push({key:"delete",label:i.actionLabels[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>q([Q],Q.parentPath??"")})),Fe},[j,L,M,X,se,li,q,i]),Ra=g.useMemo(()=>{const Q=new Map;return y.forEach((Fe,So)=>{const _t=b.find(ws=>ws.path===So);_t&&Q.set(So,_t)}),Q},[y,b]),fi=g.useCallback(Q=>{const Fe=new Map;Q.forEach((So,_t)=>{const ws=uo(t,_t);ws&&Fe.set(_t,ws)}),x(Fe)},[t,x]),vs=XA({selectedFiles:y,actionLabels:l?.actionLabels,onDuplicate:L,onCopy:Q=>{X(Q),M(qe.Copy)},onMove:Q=>{se(Q),M(qe.Move)},onDownload:j,onDelete:q,getCurrentFolderPath:()=>w??"/"}),yn=g.useCallback(()=>a&&S.size===0?C.jsx("div",{className:Mh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(RA,{...a,areHiddenFilesVisible:p,onToggleHiddenFiles:f,isNewButtonVisible:ze,newButtonDropdownItems:mt})}):S.size>0&&l?C.jsx("div",{className:Mh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(PA,{...l,selectedCount:S.size,onClearSelection:R,actions:vs})}):C.jsx("div",{}),[l,S,R,vs,p,f,a,ze,mt]),Fa=g.useCallback(()=>Je?null:C.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:C.jsx(dg,{defaultWidth:wo,width:wo,onResizeStop:vn,onResize:wn,minWidth:cA,maxWidth:dA,enabled:m,children:C.jsx(Zh,{width:wo,title:pn,containerClassName:fn,additionalButtons:mn,isOpened:m,onToggle:v,children:C.jsx(wA,{...Cn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:w,onItemClick:k,areHiddenFilesVisible:p,getContextMenuItems:pi,renamedPath:bo===Uo.Tree?P:void 0,onRenameSave:ee,onRenameCancel:ge,onRenameValidate:be})})})}),[mn,p,fn,w,Cn,pi,k,Je,m,t,s,ge,ee,be,bo,P,wo,pn,v]),xn=QA({actionLabels:r?.actionLabels,onDuplicate:Q=>L([Q]),onCopy:Q=>{X([Q]),M(qe.Copy)},onMove:Q=>{se([Q]),M(qe.Move)},onDownload:Q=>j([Q]),onRename:Sa,onDelete:(Q,Fe)=>q([Q],Fe)}),Rn=g.useCallback(Q=>{const Fe=uo(t,Q.path);return Fe?xn(Fe):[]},[t,xn]),{actionsColumnDef:mi}=t8({getContextMenuItems:Rn}),Fn=di??xa,En=g.useMemo(()=>{let Q=Fn;return di||(Q=Q.filter(Fe=>Fe.colId&&bn.includes(Fe.colId))),Je&&(Q=Q.slice(0,1)),Q.push(mi),ui?Q:Q.map(Fe=>({...Fe,filter:!1,floatingFilter:!1}))},[Fn,ui,Je,mi,di,bn]),Ea=g.useCallback(Q=>{Q.colDef.colId==="__select"||Q.colDef.colId===Et.Actions||P&&Q.data?.path===P||Q.data?.isTemporary||Q.data&&E(Q.data)},[P,E]);return C.jsxs("section",{ref:ya,className:ue(tA,{"gap-3 pt-4":l&&S.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&S.size>0},e),children:[yn(),C.jsxs("div",{className:sA,children:[Fa(),C.jsxs("div",{className:ue(oA,{"gap-3":Je}),children:[C.jsx(xA,{...n??{},makeHref:Q=>Q.join("/"),path:w,onItemClick:D,rootItemPath:s?.path,rootItemLabel:s?.label,value:F,onSearchChange:T,isCompactView:Je}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ue(nA),onDragEnter:fe,onDragLeave:xe,onDragOver:z,onDrop:Ce,children:C.jsx(Cd,{columnDefs:En,rowData:b,getRowId:Q=>Q.path,loading:o,getContextMenuItems:Rn,withoutHeaderBorders:Je,selectionOnHover:!Je,className:Z(De?"border border-dashed border-accent-primary":"",ot&&!De?"border border-dashed border-primary":""),...Sn,additionalGridOptions:{...Sn.additionalGridOptions,onCellClicked:Ea,headerHeight:xl,rowHeight:xl,...Je?{getRowHeight:Q=>Q.data?.nodeType===Le.FOLDER?xl:uA}:{}},selectedRows:Ra,onSelectionChangeWithMap:fi,wrapperBorder:!De&&!ot})})]})]}),C.jsx(YA,{open:J,itemsToDelete:N,onClose:Y,onConfirm:$,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(ZA,{...d,open:B,onClose:O,onConfirm:()=>{const Q=d?.destinationFolderPath??"/";H===qe.Copy?te(Q):_(Q,w??"/"),O()},mode:H,items:t,rootItem:s,gridOptions:{columnDefs:En,loading:o},onUploadFiles:ce,onValidateUpload:me,maxFileSize:$e}),C.jsx(Ah,{...u,open:ai,onClose:da,onReplace:ua,onDuplicate:ha,onDecideForEach:ga,conflictingFiles:Qe}),C.jsx(Ah,{...u,open:fa,onClose:ma,onReplace:Ca,onDuplicate:va,onDecideForEach:wa,conflictingFiles:pa})]})},i8=e=>{const[t,s]=g.useState(Vr.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(Vr).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Ws;exports.ButtonVariant=Ie;exports.ConfirmationPopupVariant=Qo;exports.DialAlert=sv;exports.DialAutocompleteInput=Ek;exports.DialAutocompleteInputValue=wd;exports.DialBreadcrumb=Am;exports.DialBreadcrumbItem=Di;exports.DialButton=Ee;exports.DialButtonDropdown=pc;exports.DialCheckbox=Bi;exports.DialCloseButton=md;exports.DialCollapsibleSidebar=Zh;exports.DialConditionalResizableContainer=dg;exports.DialConfirmationPopup=Hm;exports.DialDraggableItem=b1;exports.DialDropdown=ft;exports.DialEllipsisTooltip=Bt;exports.DialErrorText=Ps;exports.DialFieldLabel=ho;exports.DialFileIcon=yc;exports.DialFileManager=rC;exports.DialFileManagerActions=de;exports.DialFileManagerTabs=Vr;exports.DialFileName=Zr;exports.DialFileNodeType=Le;exports.DialFilePermission=Ym;exports.DialFileResourceType=qm;exports.DialFolderName=Xr;exports.DialFormItem=zr;exports.DialFormPopup=Sk;exports.DialGrid=Cd;exports.DialIcon=Ae;exports.DialInput=co;exports.DialInputPopup=Gm;exports.DialItemType=kt;exports.DialLabelledText=mv;exports.DialLoadFileAreaField=Qk;exports.DialLoader=nn;exports.DialNoDataContent=Wr;exports.DialNumberInputField=rk;exports.DialPasswordInput=Bm;exports.DialPasswordInputField=Rk;exports.DialPopup=ri;exports.DialRadioButton=Yh;exports.DialRadioGroup=cr;exports.DialRadioGroupPopupField=Ck;exports.DialRemoveButton=Lm;exports.DialResizableContainer=cg;exports.DialSearch=bd;exports.DialSelect=zm;exports.DialSelectField=Lk;exports.DialSharedEntityIndicator=zi;exports.DialSteps=dv;exports.DialSwitch=vd;exports.DialTabs=Mm;exports.DialTag=jr;exports.DialTagInput=Dk;exports.DialTextAreaField=lk;exports.DialTextInputField=ak;exports.DialTextarea=Om;exports.DialTooltip=gs;exports.DropdownItemType=Lr;exports.DropdownTrigger=Ct;exports.DropdownType=Pm;exports.FileManagerColumnKey=Et;exports.FileManagerProvider=sC;exports.FlexibleActionsDirection=$s;exports.FormItemOrientation=Vi;exports.PopupSize=Gt;exports.RadioGroupOrientation=eo;exports.ResizableContainerSide=Wi;exports.SearchSize=sn;exports.SelectSize=Hr;exports.SelectVariant=Gr;exports.StepStatus=vt;exports.TabOrientation=Or;exports.TagVariant=_r;exports.mergeClasses=ue;exports.useDialFileManagerTabs=i8;exports.useEditableItem=Xm;exports.useFileManagerContext=oC;
|
|
61
|
+
`,IM=class extends nP{constructor(e){super(e),this.config=e,this.isFirstLine=!0,this.result="";const{suppressQuotes:t,columnSeparator:s}=e;this.suppressQuotes=t,this.columnSeparator=s}addCustomContent(e){e&&(typeof e=="string"?(/^\s*\n/.test(e)||this.beginNewLine(),e=e.replace(/\r?\n/g,dh),this.result+=e):e.forEach(t=>{this.beginNewLine(),t.forEach((s,o)=>{o!==0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(s.data.value||""),s.mergeAcross&&this.appendEmptyCells(s.mergeAcross)})}))}onNewHeaderGroupingRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderGroupingRowColumn.bind(this)}}onNewHeaderGroupingRowColumn(e,t,s,o){s!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(t),this.appendEmptyCells(o)}appendEmptyCells(e){for(let t=1;t<=e;t++)this.result+=this.columnSeparator+this.putInQuotes("")}onNewHeaderRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderRowColumn.bind(this)}}onNewHeaderRowColumn(e,t){t!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(this.extractHeaderValue(e))}onNewBodyRow(){return this.beginNewLine(),{onColumn:this.onNewBodyRowColumn.bind(this)}}onNewBodyRowColumn(e,t,s){t!=0&&(this.result+=this.columnSeparator);const o=this.extractRowCellValue(e,t,t,"csv",s);this.result+=this.putInQuotes(o.valueFormatted??o.value)}putInQuotes(e){if(this.suppressQuotes)return e;if(e==null)return'""';let t;return typeof e=="string"?t=e:typeof e.toString=="function"?t=e.toString():(G(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=dh),this.isFirstLine=!1}},kM=class extends iP{constructor(){super(...arguments),this.beanName="csvCreator"}wireBeans(e){this.colModel=e.colModel,this.colNames=e.colNames,this.rowGroupColsSvc=e.rowGroupColsSvc,this.valueSvc=e.valueSvc}getMergedParams(e){const t=this.gos.get("defaultCsvExportParams");return Object.assign({},t,e)}export(e){if(this.isExportSuppressed()){G(51);return}const t=this.getMergedParams(e),s=this.getData(t),o=new Blob(["\uFEFF",s],{type:"text/plain"}),i=typeof t.fileName=="function"?t.fileName(ae(this.gos,{})):t.fileName;rP(this.getFileName(i),o)}exportDataAsCsv(e){this.export(e)}getDataAsCsv(e,t=!1){const s=t?Object.assign({},e):this.getMergedParams(e);return this.getData(s)}getDefaultFileExtension(){return"csv"}createSerializingSession(e){const{colModel:t,colNames:s,rowGroupColsSvc:o,valueSvc:i,gos:n}=this,{processCellCallback:r,processHeaderCallback:a,processGroupHeaderCallback:l,processRowGroupCallback:c,suppressQuotes:d,columnSeparator:u}=e;return new IM({colModel:t,colNames:s,valueSvc:i,gos:n,processCellCallback:r||void 0,processHeaderCallback:a||void 0,processGroupHeaderCallback:l||void 0,processRowGroupCallback:c||void 0,suppressQuotes:d||!1,columnSeparator:u||",",rowGroupColsSvc:o})}isExportSuppressed(){return this.gos.get("suppressCsvExport")}};function AM(e,t){return e.csvCreator?.getDataAsCsv(t)}function LM(e,t){e.csvCreator?.exportDataAsCsv(t)}var OM={moduleName:"CsvExport",version:U,beans:[kM],apiFunctions:{getDataAsCsv:AM,exportDataAsCsv:LM},dependsOn:[TM]},NM=class extends A{constructor(e,t,s){super(),this.id=e,this.parentCache=t,this.params=s,this.state="needsLoading",this.version=0,this.startRow=e*s.blockSize,this.endRow=this.startRow+s.blockSize}load(){this.state="loading",this.loadFromDatasource()}setStateWaitingToLoad(){this.version++,this.state="needsLoading"}pageLoadFailed(e){this.isRequestMostRecentAndLive(e)&&(this.state="failed"),this.dispatchLocalEvent({type:"loadComplete"})}pageLoaded(e,t,s){this.successCommon(e,{rowData:t,rowCount:s})}isRequestMostRecentAndLive(e){const t=e===this.version,s=this.isAlive();return t&&s}successCommon(e,t){this.dispatchLocalEvent({type:"loadComplete"}),this.isRequestMostRecentAndLive(e)&&(this.state="loaded",this.processServerResult(t))}postConstruct(){this.rowNodes=[];const{params:{blockSize:e,rowHeight:t},startRow:s,beans:o,rowNodes:i}=this;for(let n=0;n<e;n++){const r=s+n,a=new As(o);a.setRowHeight(t),a.uiLevel=0,a.setRowIndex(r),a.setRowTop(t*r),i.push(a)}}getBlockStateJson(){const{id:e,startRow:t,endRow:s,state:o}=this;return{id:""+e,state:{blockNumber:e,startRow:t,endRow:s,pageStatus:o}}}setDataAndId(e,t,s){K(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(He(this.params.datasource.getRows)){G(90);return}window.setTimeout(()=>{this.params.datasource.getRows(e)},0)}createLoadParams(){const{startRow:e,endRow:t,version:s,params:{sortModel:o,filterModel:i},gos:n}=this;return{startRow:e,endRow:t,successCallback:this.pageLoaded.bind(this,s),failCallback:this.pageLoadFailed.bind(this,s),sortModel:o,filterModel:i,context:ae(n,{}).context}}forEachNode(e,t,s){this.rowNodes.forEach((o,i)=>{this.startRow+i<s&&e(o,t.value++)})}getRow(e,t=!1){t||(this.lastAccessed=this.params.lastAccessedSequence.value++);const s=e-this.startRow;return this.rowNodes[s]}processServerResult(e){const{rowNodes:t,beans:s}=this;t.forEach((i,n)=>{const r=e.rowData?e.rowData[n]:void 0;!i.id&&i.alreadyRendered&&r&&(t[n]=new As(s),t[n].setRowIndex(i.rowIndex),t[n].setRowTop(i.rowTop),t[n].setRowHeight(i.rowHeight),i.clearRowTopAndRowIndex()),this.setDataAndId(t[n],r,this.startRow+n)});const o=e.rowCount!=null&&e.rowCount>=0?e.rowCount:void 0;this.parentCache.pageLoaded(this,o)}destroy(){for(const e of this.rowNodes)e.clearRowTopAndRowIndex();super.destroy()}},HM=2,GM=class extends A{constructor(e){super(),this.params=e,this.lastRowIndexKnown=!1,this.blocks={},this.blockCount=0,this.rowCount=e.initialRowCount}getRow(e,t=!1){const s=Math.floor(e/this.params.blockSize);let o=this.blocks[s];if(!o){if(t)return;o=this.createBlock(s)}return o.getRow(e)}createBlock(e){const t=this.params,s=this.createBean(new NM(e,this,t));return this.blocks[s.id]=s,this.blockCount++,this.purgeBlocksIfNeeded(s),t.rowNodeBlockLoader.addBlock(s),s}refreshCache(){if(this.blockCount==0){this.purgeCache();return}for(const t of this.getBlocksInOrder())t.setStateWaitingToLoad();this.params.rowNodeBlockLoader.checkBlockToLoad()}destroy(){for(const e of this.getBlocksInOrder())this.destroyBlock(e);super.destroy()}getRowCount(){return this.rowCount}isLastRowIndexKnown(){return this.lastRowIndexKnown}pageLoaded(e,t){this.isAlive()&&(io(this.gos,`InfiniteCache - onPageLoaded: page = ${e.id}, lastRow = ${t}`),this.checkRowCount(e,t),this.onCacheUpdated())}purgeBlocksIfNeeded(e){const t=this.getBlocksInOrder().filter(r=>r!=e),s=(r,a)=>a.lastAccessed-r.lastAccessed;t.sort(s);const o=this.params.maxBlocksInCache>0,i=o?this.params.maxBlocksInCache-1:null,n=HM-1;t.forEach((r,a)=>{const l=r.state==="needsLoading"&&a>=n,c=o?a>=i:!1;if(l||c){if(this.isBlockCurrentlyDisplayed(r)||this.isBlockFocused(r))return;this.removeBlockFromCache(r)}})}isBlockFocused(e){const t=this.beans.focusSvc.getFocusCellToUseAfterRefresh();if(!t||t.rowPinned!=null)return!1;const{startRow:s,endRow:o}=e;return t.rowIndex>=s&&t.rowIndex<o}isBlockCurrentlyDisplayed(e){const{startRow:t,endRow:s}=e;return this.beans.rowRenderer.isRangeInRenderedViewport(t,s-1)}removeBlockFromCache(e){e&&this.destroyBlock(e)}checkRowCount(e,t){if(typeof t=="number"&&t>=0)this.rowCount=t,this.lastRowIndexKnown=!0;else if(!this.lastRowIndexKnown){const{blockSize:s,overflowSize:o}=this.params,n=(e.id+1)*s+o;this.rowCount<n&&(this.rowCount=n)}}setRowCount(e,t){this.rowCount=e,K(t)&&(this.lastRowIndexKnown=t),this.lastRowIndexKnown||this.rowCount%this.params.blockSize===0&&this.rowCount++,this.onCacheUpdated()}forEachNodeDeep(e){const t={value:0};for(const s of this.getBlocksInOrder())s.forEachNode(e,t,this.rowCount)}getBlocksInOrder(){const e=(s,o)=>s.id-o.id;return Object.values(this.blocks).sort(e)}destroyBlock(e){delete this.blocks[e.id],this.destroyBean(e),this.blockCount--,this.params.rowNodeBlockLoader.removeBlock(e)}onCacheUpdated(){this.isAlive()&&(this.destroyAllBlocksPastVirtualRowCount(),this.eventSvc.dispatchEvent({type:"storeUpdated"}))}destroyAllBlocksPastVirtualRowCount(){const e=[];for(const t of this.getBlocksInOrder())t.id*this.params.blockSize>=this.rowCount&&e.push(t);if(e.length>0)for(const t of e)this.destroyBlock(t)}purgeCache(){for(const e of this.getBlocksInOrder())this.removeBlockFromCache(e);this.lastRowIndexKnown=!1,this.rowCount===0&&(this.rowCount=this.params.initialRowCount),this.onCacheUpdated()}getRowNodesInRange(e,t){const s=[];let o=-1,i=!1;const n={value:0};let r=!1;for(const l of this.getBlocksInOrder())if(!r){if(i&&o+1!==l.id){r=!0;continue}o=l.id,l.forEachNode(c=>{const d=c===e||c===t;(i||d)&&s.push(c),d&&(i=!i)},n,this.rowCount)}return r||i?[]:s}},BM=class extends A{constructor(){super(...arguments),this.beanName="rowModel",this.rootNode=null}getRowBounds(e){return{rowHeight:this.rowHeight,rowTop:this.rowHeight*e}}ensureRowHeightsValid(){return!1}postConstruct(){if(this.gos.get("rowModelType")!=="infinite")return;const e=this.beans,t=new As(e);this.rootNode=t,t.level=-1,this.rowHeight=Zs(e),this.addEventListeners(),this.addDestroyFunc(()=>this.destroyCache())}start(){this.setDatasource(this.gos.get("datasource"))}destroy(){this.destroyDatasource(),super.destroy(),this.rootNode=null}destroyDatasource(){this.datasource&&(this.destroyBean(this.datasource),this.beans.rowRenderer.datasourceChanged(),this.datasource=null)}addEventListeners(){this.addManagedEventListeners({filterChanged:this.reset.bind(this),sortChanged:this.reset.bind(this),newColumnsLoaded:this.onColumnEverything.bind(this),storeUpdated:this.dispatchModelUpdatedEvent.bind(this)}),this.addManagedPropertyListener("datasource",()=>this.setDatasource(this.gos.get("datasource"))),this.addManagedPropertyListener("cacheBlockSize",()=>this.resetCache()),this.addManagedPropertyListener("rowHeight",()=>{this.rowHeight=Zs(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!_i(this.cacheParams.sortModel,this.beans.sortSvc?.getSortModel()??[]):e=!0,e&&this.reset()}getType(){return"infinite"}setDatasource(e){this.destroyDatasource(),this.datasource=e,e&&this.reset()}isEmpty(){return!this.infiniteCache}isRowsToRender(){return!!this.infiniteCache}getNodesInRangeForSelection(e,t){return this.infiniteCache?.getRowNodesInRange(e,t)??[]}reset(){if(!this.datasource)return;Ko(this.gos)!=null||this.beans.selectionSvc?.reset("rowDataChanged"),this.resetCache()}dispatchModelUpdatedEvent(){this.eventSvc.dispatchEvent({type:"modelUpdated",newPage:!1,newPageSize:!1,newData:!1,keepRenderedRows:!0,animate:!1})}resetCache(){this.destroyCache();const e=this.beans,{filterManager:t,sortSvc:s,rowNodeBlockLoader:o,eventSvc:i,gos:n}=e;this.cacheParams={datasource:this.datasource,filterModel:t?.getFilterModel()??{},sortModel:s?.getSortModel()??[],rowNodeBlockLoader:o,initialRowCount:n.get("infiniteInitialRowCount"),maxBlocksInCache:n.get("maxBlocksInCache"),rowHeight:Zs(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new GM(this.cacheParams)),i.dispatchEventOnce({type:"rowCountReady"}),this.dispatchModelUpdatedEvent()}updateRowHeights(){this.forEachNode(e=>{e.setRowHeight(this.rowHeight),e.setRowTop(this.rowHeight*e.rowIndex)}),this.dispatchModelUpdatedEvent()}destroyCache(){this.infiniteCache=this.destroyBean(this.infiniteCache)}getRow(e){const t=this.infiniteCache;if(t&&!(e>=t.getRowCount()))return t.getRow(e)}getRowNode(e){let t;return this.forEachNode(s=>{s.id===e&&(t=s)}),t}forEachNode(e){this.infiniteCache?.forEachNodeDeep(e)}getTopLevelRowCount(){return this.getRowCount()}getTopLevelRowDisplayedIndex(e){return e}getRowIndexAtPixel(e){if(this.rowHeight!==0){const t=Math.floor(e/this.rowHeight),s=this.getRowCount()-1;return t>s?s:t}return 0}getRowCount(){return this.infiniteCache?this.infiniteCache.getRowCount():0}isRowPresent(e){return!!this.getRowNode(e.id)}refreshCache(){this.infiniteCache?.refreshCache()}purgeCache(){this.infiniteCache?.purgeCache()}isLastRowIndexKnown(){return this.infiniteCache?.isLastRowIndexKnown()??!1}setRowCount(e,t){this.infiniteCache?.setRowCount(e,t)}resetRowHeights(){}onRowHeightChanged(){}};function VM(e){na(e)?.refreshCache()}function zM(e){na(e)?.purgeCache()}function WM(e){return na(e)?.getRowCount()}var _M=class extends A{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=$b(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=tt(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Vt(this.blocks,e)}destroy(){super.destroy(),this.active=!1}loadComplete(){this.activeBlockLoadsCount--,this.checkBlockToLoad()}checkBlockToLoad(){this.checkBlockToLoadDebounce?this.checkBlockToLoadDebounce():this.performCheckBlocksToLoad()}performCheckBlocksToLoad(){if(!this.active)return;if(this.printCacheStatus(),this.maxConcurrentRequests!=null&&this.activeBlockLoadsCount>=this.maxConcurrentRequests){io(this.gos,"RowNodeBlockLoader - checkBlockToLoad: max loads exceeded");return}const e=this.maxConcurrentRequests!=null?this.maxConcurrentRequests-this.activeBlockLoadsCount:1,t=this.blocks.filter(s=>s.state==="needsLoading").slice(0,e);this.activeBlockLoadsCount+=t.length;for(const s of t)s.load();this.printCacheStatus()}getBlockState(){const e={};return this.blocks.forEach(t=>{const{id:s,state:o}=t.getBlockStateJson();e[s]=o}),e}printCacheStatus(){io(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},jM={moduleName:"InfiniteRowModelCore",version:U,rowModels:["infinite"],beans:[BM,_M]},UM={moduleName:"InfiniteRowModel",version:U,apiFunctions:{refreshInfiniteCache:VM,purgeInfiniteCache:zM,getInfiniteRowCount:WM},dependsOn:[jM,oM]},$M="↑",KM="↓",qM={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},YM=class extends Ve{constructor(){super(qM),this.eValue=ne,this.eDelta=ne,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=K(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=$M+i:r.textContent=KM+i,r.classList.toggle("ag-value-change-delta-up",n),r.classList.toggle("ag-value-change-delta-down",!n)}setTimerToRemoveDelta(){this.refreshCount++;const e=this.refreshCount;this.beans.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.hideDeltaValue()},2e3)})}hideDeltaValue(){this.eValue.classList.remove("ag-value-change-value-highlight"),gt(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(K(o)?i.textContent=o:K(s)?i.textContent=s:gt(i),r.filterManager?.isSuppressFlashingCellsBecauseFiltering()))return!1;const a=s&&typeof s=="object"&&"toNumber"in s?s.toNumber():s,l=n&&typeof n=="object"&&"toNumber"in n?n.toNumber():n;if(a===l)return!1;if(typeof a=="number"&&typeof l=="number"){const c=a-l;this.showDelta(e,c)}return n&&i.classList.add("ag-value-change-value-highlight"),t||this.setTimerToRemoveDelta(),this.lastValue=s,!0}},ZM=".ag-value-slide-out{opacity:1}:where(.ag-ltr) .ag-value-slide-out{margin-right:5px;transition:opacity 3s,margin-right 3s}:where(.ag-rtl) .ag-value-slide-out{margin-left:5px;transition:opacity 3s,margin-left 3s}:where(.ag-ltr,.ag-rtl) .ag-value-slide-out{transition-timing-function:linear}.ag-value-slide-out-end{opacity:0}:where(.ag-ltr) .ag-value-slide-out-end{margin-right:10px}:where(.ag-rtl) .ag-value-slide-out-end{margin-left:10px}",XM={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},QM=class extends Ve{constructor(){super(XM),this.eCurrent=ne,this.refreshCount=0,this.registerCSS(ZM)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=ut({tag:"span",cls:"ag-value-slide-previous ag-value-slide-out"});this.ePrevious=o,o.textContent=s.textContent,this.getGui().insertBefore(o,s),t.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.ePrevious.classList.add("ag-value-slide-out-end")},50),window.setTimeout(()=>{e===this.refreshCount&&(this.ePrevious?.remove(),this.ePrevious=null)},3e3)})}refresh(e,t=!1){let s=e.value;if(He(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return K(e.valueFormatted)?o.textContent=e.valueFormatted:K(e.value)?o.textContent=s:gt(o),!0}},JM=class extends A{constructor(){super(...arguments),this.beanName="cellFlashSvc",this.nextAnimationTime=null,this.nextAnimationCycle=null,this.animations={highlight:new Map,"data-changed":new Map}}animateCell(e,t,s=this.beans.gos.get("cellFlashDuration"),o=this.beans.gos.get("cellFadeDuration")){const i=this.animations[t];i.delete(e);const n=Date.now(),r=n+s,a=n+s+o,l={phase:"flash",flashEndTime:r,fadeEndTime:a};i.set(e,l);const c=`ag-cell-${t}`,d=`${c}-animation`,{comp:u,eGui:{style:h}}=e;u.toggleCss(c,!0),u.toggleCss(d,!1),h.removeProperty("transition"),h.removeProperty("transition-delay"),this.nextAnimationTime&&r+15<this.nextAnimationTime&&(clearTimeout(this.nextAnimationCycle),this.nextAnimationCycle=null,this.nextAnimationTime=null),this.nextAnimationCycle||(this.beans.frameworkOverrides.wrapIncoming(()=>{this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),s)}),this.nextAnimationTime=r)}advanceAnimations(){const e=Date.now();let t=null;for(const s of Object.keys(this.animations)){const o=this.animations[s],i=`ag-cell-${s}`,n=`${i}-animation`;for(const[r,a]of o){if(!r.isAlive()||!r.comp){o.delete(r);continue}const{phase:l,flashEndTime:c,fadeEndTime:d}=a,u=l==="flash"?c:d;if(!(e+15>=u)){t=Math.min(u,t??1/0);continue}const{comp:p,eGui:{style:f}}=r;switch(l){case"flash":p.toggleCss(i,!1),p.toggleCss(n,!0),f.transition=`background-color ${d-c}ms`,f.transitionDelay=`${c-e}ms`,t=Math.min(d,t??1/0),a.phase="fade";break;case"fade":p.toggleCss(i,!1),p.toggleCss(n,!1),f.removeProperty("transition"),f.removeProperty("transition-delay"),o.delete(r);break}}}t==null?(this.nextAnimationTime=null,this.nextAnimationCycle=null):t&&(this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),t-e),this.nextAnimationTime=t)}onFlashCells(e,t){if(!e.comp)return;const s=jR(e.cellPosition);t.cells[s]&&this.animateCell(e,"highlight")}flashCell(e,t){this.animateCell(e,"data-changed",t?.flashDuration,t?.fadeDuration)}destroy(){for(const e of Object.keys(this.animations))this.animations[e].clear()}};function eT(e,t={}){const{cellFlashSvc:s}=e;s&&e.frameworkOverrides.wrapIncoming(()=>{for(const o of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns))s.flashCell(o,t)})}var tT={moduleName:"HighlightChanges",version:U,beans:[JM],userComponents:{agAnimateShowChangeCellRenderer:YM,agAnimateSlideCellRenderer:QM},apiFunctions:{flashCells:eT}};function sT(e){return e.stateSvc?.getState()??{}}function oT(e,t,s){return e.stateSvc?.setState(t,s)}function uh(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=iT(e)),e.version=U,e}function iT(e){return e.cellSelection=nT(e,"rangeSelection"),e}function nT(e,t){if(e&&typeof e=="object")return e[t]}var rT=class extends A{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=tt(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=tt(this,()=>{this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(this.updateCachedState("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("rowGroupExpansion",void 0)):(this.updateCachedState("rowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("ssrmRowGroupExpansion",void 0))},0),this.onRowSelectedDebounced=tt(this,()=>{this.staleStateKeys.delete("rowSelection"),this.updateCachedState("rowSelection",this.getRowSelectionState())},0),this.staleStateKeys=new Set}postConstruct(){const{gos:e,ctrlsSvc:t,colDelayRenderSvc:s}=this.beans;this.isClientSideRowModel=We(e);const o=uh(e.get("initialState")??{}),i=o.partialColumnState;delete o.partialColumnState,this.cachedState=o;const n=this.suppressEventsAndDispatchInitEvent.bind(this);t.whenReady(this,()=>n(()=>this.setupStateOnGridReady(o))),(o.columnOrder||o.columnVisibility||o.columnSizing||o.columnPinning||o.columnGroup)&&s?.hideColumns("columnState");const[r,a,l]=this.addManagedEventListeners({newColumnsLoaded:({source:c})=>{c==="gridInitializing"&&(r(),n(()=>{this.setupStateOnColumnsInitialised(o,!!i),s?.revealColumns("columnState")}))},rowCountReady:()=>{a?.(),n(()=>this.setupStateOnRowCountReady(o))},firstDataRendered:()=>{l?.(),n(()=>this.setupStateOnFirstDataRendered(o))}})}destroy(){super.destroy(),clearTimeout(this.updateRowGroupExpansionStateTimer),this.queuedUpdateSources.clear()}getState(){return this.staleStateKeys.size&&this.refreshStaleState(),this.cachedState}setState(e,t){const s=uh(e);delete s.partialColumnState,this.cachedState=s,this.startSuppressEvents();const o="api",i=t?new Set(t):void 0;this.setGridReadyState(s,o,i),this.setColumnsInitialisedState(s,o,!!i,i),this.setRowCountState(s,o,i),setTimeout(()=>{this.isAlive()&&this.setFirstDataRenderedState(s,o,i),this.stopSuppressEvents(o)})}setGridReadyState(e,t,s){t==="api"&&!s?.has("sideBar")&&this.beans.sideBar?.comp?.setState(e.sideBar),this.updateCachedState("sideBar",this.getSideBarState())}setupStateOnGridReady(e){this.setGridReadyState(e,"gridInitializing");const t=()=>this.updateCachedState("sideBar",this.getSideBarState());this.addManagedEventListeners({toolPanelVisibleChanged:t,sideBarUpdated:t})}updateColumnAndGroupState(){this.updateColumnState(["aggregation","columnOrder","columnPinning","columnSizing","columnVisibility","pivot","rowGroup","sort"]),this.updateCachedState("columnGroup",this.getColumnGroupState())}setColumnsInitialisedState(e,t,s,o){this.setColumnState(e,t,s,o),this.setColumnGroupState(e,t,o),this.updateColumnAndGroupState()}setupStateOnColumnsInitialised(e,t){this.setColumnsInitialisedState(e,"gridInitializing",t);const s=o=>()=>this.updateColumnState([o]);this.addManagedEventListeners({columnValueChanged:s("aggregation"),columnMoved:s("columnOrder"),columnPinned:s("columnPinning"),columnResized:s("columnSizing"),columnVisible:s("columnVisibility"),columnPivotChanged:s("pivot"),columnPivotModeChanged:s("pivot"),columnRowGroupChanged:s("rowGroup"),sortChanged:s("sort"),newColumnsLoaded:this.updateColumnAndGroupState.bind(this),columnGroupOpened:()=>this.updateCachedState("columnGroup",this.getColumnGroupState())})}setRowCountState(e,t,s){const{filter:o,rowGroupExpansion:i,ssrmRowGroupExpansion:n,rowSelection:r,pagination:a}=e,l=(d,u)=>!s?.has(d)&&(u||t==="api");l("filter",o)&&this.setFilterState(o),l("rowGroupExpansion",i)&&this.setRowGroupExpansionState(n,i,t),l("rowSelection",r)&&this.setRowSelectionState(r,t),l("pagination",a)&&this.setPaginationState(a,t);const c=this.updateCachedState.bind(this);c("filter",this.getFilterState()),this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(c("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),c("rowGroupExpansion",void 0)):(c("rowGroupExpansion",this.getRowGroupExpansionState()),c("ssrmRowGroupExpansion",void 0)),c("rowSelection",this.getRowSelectionState()),c("pagination",this.getPaginationState())}setupStateOnRowCountReady(e){this.setRowCountState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>{this.updateRowGroupExpansionStateTimer=0,this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(t("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),t("rowGroupExpansion",void 0)):(t("rowGroupExpansion",this.getRowGroupExpansionState()),t("ssrmRowGroupExpansion",void 0))},o=()=>t("filter",this.getFilterState()),{gos:i,colFilter:n}=this.beans;this.addManagedEventListeners({filterChanged:o,rowExpansionStateChanged:this.onRowGroupOpenedDebounced,expandOrCollapseAll:s,columnRowGroupChanged:s,rowDataUpdated:()=>{(i.get("groupDefaultExpanded")!==0||i.get("isGroupOpenByDefault"))&&(this.updateRowGroupExpansionStateTimer||(this.updateRowGroupExpansionStateTimer=setTimeout(s)))},selectionChanged:()=>{this.staleStateKeys.add("rowSelection"),this.onRowSelectedDebounced()},paginationChanged:r=>{(r.newPage||r.newPageSize)&&t("pagination",this.getPaginationState())}}),n&&this.addManagedListeners(n,{filterStateChanged:o})}setFirstDataRenderedState(e,t,s){const{scroll:o,cellSelection:i,focusedCell:n,columnOrder:r,rowPinning:a}=e,l=(u,h)=>!s?.has(u)&&(h||t==="api");l("focusedCell",n)&&this.setFocusedCellState(n),l("cellSelection",i)&&this.setCellSelectionState(i),l("scroll",o)&&this.setScrollState(o),l("rowPinning",a)&&this.setRowPinningState(a),this.setColumnPivotState(!!r?.orderedColIds,t);const c=this.updateCachedState.bind(this);c("sideBar",this.getSideBarState()),c("focusedCell",this.getFocusedCellState());const d=this.getRangeSelectionState();c("rangeSelection",d),c("cellSelection",d),c("scroll",this.getScrollState())}setupStateOnFirstDataRendered(e){this.setFirstDataRenderedState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>t("focusedCell",this.getFocusedCellState());this.addManagedEventListeners({cellFocused:s,cellFocusCleared:s,cellSelectionChanged:o=>{if(o.finished){const i=this.getRangeSelectionState();t("rangeSelection",i),t("cellSelection",i)}},bodyScrollEnd:()=>t("scroll",this.getScrollState()),pinnedRowsChanged:()=>t("rowPinning",this.getRowPinningState())})}getColumnState(){const e=this.beans;return eP(yr(e),e.colModel.isPivotMode())}setColumnState(e,t,s,o){const{sort:i,rowGroup:n,aggregation:r,pivot:a,columnPinning:l,columnVisibility:c,columnSizing:d,columnOrder:u}=e;let h=!1;const p=(E,M)=>{const O=!o?.has(E)&&!!(M||t==="api");return h||(h=O),O},f={},m=E=>{let M=f[E];return M||(M={colId:E},f[E]=M,M)},v={},w=p("sort",i);w&&i?.sortModel.forEach(({colId:E,sort:M},O)=>{const B=m(E);B.sort=M,B.sortIndex=O}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=p("rowGroup",n);b&&n?.groupColIds.forEach((E,M)=>{const O=m(E);O.rowGroup=!0,O.rowGroupIndex=M}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=p("aggregation",r);S&&r?.aggregationModel.forEach(({colId:E,aggFunc:M})=>{m(E).aggFunc=M}),(S||!s)&&(v.aggFunc=null);const y=p("pivot",a);y&&(a?.pivotColIds.forEach((E,M)=>{const O=m(E);O.pivot=!0,O.pivotIndex=M}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(y||!s)&&(v.pivot=null,v.pivotIndex=null);const x=p("columnPinning",l);if(x){for(const E of l?.leftColIds??[])m(E).pinned="left";for(const E of l?.rightColIds??[])m(E).pinned="right"}(x||!s)&&(v.pinned=null);const R=p("columnVisibility",c);if(R)for(const E of c?.hiddenColIds??[])m(E).hide=!0;(R||!s)&&(v.hide=null);const F=p("columnSizing",d);if(F)for(const{colId:E,flex:M,width:O}of d?.columnSizingModel??[]){const B=m(E);B.flex=M??null,B.width=O}(F||!s)&&(v.flex=null);const D=u?.orderedColIds,T=!!D?.length&&!o?.has("columnOrder"),k=T?D.map(E=>m(E)):Object.values(f);(k.length||h)&&(this.columnStates=k,Ht(this.beans,{state:k,applyOrder:T,defaultState:v},t))}setColumnPivotState(e,t){const s=this.columnStates;this.columnStates=void 0;const o=this.columnGroupStates;this.columnGroupStates=void 0;const i=this.beans,{pivotResultCols:n,colGroupSvc:r}=i;if(n?.isPivotResultColsPresent()){if(s){const a=[];for(const l of s)n.getPivotResultCol(l.colId)&&a.push(l);Ht(i,{state:a,applyOrder:e},t)}o&&r?.setColumnGroupState(o,t)}}getColumnGroupState(){const e=this.beans.colGroupSvc;if(!e)return;const t=e.getColumnGroupState();return tP(t)}setColumnGroupState(e,t,s){const o=this.beans.colGroupSvc;if(!o||s?.has("columnGroup")||t!=="api"&&!Object.prototype.hasOwnProperty.call(e,"columnGroup"))return;const i=new Set(e.columnGroup?.openColumnGroupIds),r=o.getColumnGroupState().map(({groupId:a})=>{const l=i.has(a);return l&&i.delete(a),{groupId:a,open:l}});for(const a of i)r.push({groupId:a,open:!0});r.length&&(this.columnGroupStates=r),o.setColumnGroupState(r,t)}getFilterState(){const e=this.beans.filterManager;let t=e?.getFilterModel();t&&Object.keys(t).length===0&&(t=void 0);const s=e?.getFilterState(),o=e?.getAdvFilterModel()??void 0;return t||o||s?{filterModel:t,columnFilterState:s,advancedFilterModel:o}:void 0}setFilterState(e){const t=this.beans.filterManager,{filterModel:s,columnFilterState:o,advancedFilterModel:i}=e??{filterModel:null,columnFilterState:null,advancedFilterModel:null};(s!==void 0||o!==void 0)&&t?.setFilterState(s??null,o??null,"columnFilter"),i!==void 0&&t?.setAdvFilterModel(i??null,"advancedFilter")}getRangeSelectionState(){const e=this.beans.rangeSvc?.getCellRanges().map(t=>{const{id:s,type:o,startRow:i,endRow:n,columns:r,startColumn:a}=t;return{id:s,type:o,startRow:i,endRow:n,colIds:r.map(l=>l.getColId()),startColId:a.getColId()}});return e?.length?{cellRanges:e}:void 0}setCellSelectionState(e){const{gos:t,rangeSvc:s,colModel:o,visibleCols:i}=this.beans;if(!Is(t)||!s)return;const n=[];for(const r of e?.cellRanges??[]){const a=[];for(const c of r.colIds){const d=o.getCol(c);d&&a.push(d)}if(!a.length)continue;let l=o.getCol(r.startColId);if(!l){const c=i.allCols,d=new Set(a);l=c.find(u=>d.has(u))}n.push({...r,columns:a,startColumn:l})}s.setCellRanges(n)}getScrollState(){if(!this.isClientSideRowModel)return;const e=this.beans.ctrlsSvc.getScrollFeature(),{left:t}=e?.getHScrollPosition()??{left:0},{top:s}=e?.getVScrollPosition()??{top:0};return s||t?{top:s,left:t}:void 0}setScrollState(e){if(!this.isClientSideRowModel)return;const{top:t,left:s}=e??{top:0,left:0},{frameworkOverrides:o,rowRenderer:i,animationFrameSvc:n,ctrlsSvc:r}=this.beans;o.wrapIncoming(()=>{r.get("center").setCenterViewportScrollLeft(s),r.getScrollFeature()?.setVerticalScrollPosition(t),i.redraw({afterScroll:!0}),n?.flushAllFrames()})}getSideBarState(){return this.beans.sideBar?.comp?.getState()}getFocusedCellState(){if(!this.isClientSideRowModel)return;const e=this.beans.focusSvc.getFocusedCell();if(e){const{column:t,rowIndex:s,rowPinned:o}=e;return{colId:t.getColId(),rowIndex:s,rowPinned:o}}}setFocusedCellState(e){if(!this.isClientSideRowModel)return;const{focusSvc:t,colModel:s}=this.beans;if(!e){t.clearFocusedCell();return}const{colId:o,rowIndex:i,rowPinned:n}=e;t.setFocusedCell({column:s.getCol(o),rowIndex:i,rowPinned:n,forceBrowserFocus:!0,preventScrollOnBrowserFocus:!0})}getPaginationState(){const{pagination:e,gos:t}=this.beans;if(!e)return;const s=e.getCurrentPage(),o=t.get("paginationAutoPageSize")?void 0:e.getPageSize();if(!(!s&&!o))return{page:s,pageSize:o}}setPaginationState(e,t){const{pagination:s,gos:o}=this.beans;if(!s)return;const{pageSize:i,page:n}=e??{page:0,pageSize:o.get("paginationPageSize")},r=t==="gridInitializing";i&&!o.get("paginationAutoPageSize")&&s.setPageSize(i,r?"initialState":"pageSizeSelector"),typeof n=="number"&&(r?s.setPage(n):s.goToPage(n))}getRowSelectionState(){const e=this.beans.selectionSvc;if(!e)return;const t=e.getSelectionState();return!t||!Array.isArray(t)&&(t.selectAll===!1||t.selectAllChildren===!1)&&!t?.toggledNodes?.length?void 0:t}setRowSelectionState(e,t){this.beans.selectionSvc?.setSelectionState(e,t,t==="api")}getRowGroupExpansionState(){const{expansionSvc:e}=this.beans;if(e)return e.getExpansionState()}getRowPinningState(){return this.beans.pinnedRowModel?.getPinnedState()}setRowPinningState(e){const t=this.beans.pinnedRowModel;e?t?.setPinnedState(e):t?.reset()}setRowGroupExpansionState(e,t,s){const o=this.beans.expansionSvc;if(!o)return;const i=t??{expandedRowGroupIds:[],collapsedRowGroupIds:[]};o.setExpansionState(i,s)}updateColumnState(e){const t=this.getColumnState();let s=!1;const o=this.cachedState;for(const i of Object.keys(t)){const n=t[i];_i(n,o[i])||(s=!0)}this.cachedState={...o,...t},s&&this.dispatchStateUpdateEvent(e)}updateCachedState(e,t){const s=this.cachedState[e];this.setCachedStateValue(e,t),_i(t,s)||this.dispatchStateUpdateEvent([e])}setCachedStateValue(e,t){this.cachedState={...this.cachedState,[e]:t}}refreshStaleState(){const e=this.staleStateKeys;for(const t of e)t==="rowSelection"&&this.setCachedStateValue(t,this.getRowSelectionState());e.clear()}dispatchStateUpdateEvent(e){if(!this.suppressEvents){for(const t of e)this.queuedUpdateSources.add(t);this.dispatchStateUpdateEventDebounced()}}dispatchQueuedStateUpdateEvents(){const e=this.queuedUpdateSources,t=Array.from(e);e.clear(),this.eventSvc.dispatchEvent({type:"stateUpdated",sources:t,state:this.cachedState})}startSuppressEvents(){this.suppressEvents=!0,this.beans.colAnimation?.setSuppressAnimation(!0)}stopSuppressEvents(e){setTimeout(()=>{this.suppressEvents=!1,this.queuedUpdateSources.clear(),this.isAlive()&&(this.beans.colAnimation?.setSuppressAnimation(!1),this.dispatchStateUpdateEvent([e]))})}suppressEventsAndDispatchInitEvent(e){this.startSuppressEvents(),e(),this.stopSuppressEvents("gridInitializing")}},aT={moduleName:"GridState",version:U,beans:[rT],apiFunctions:{getState:sT,setState:oT}};function lT(e){return e.rowModel.isLastRowIndexKnown()}function cT(e){return e.pagination?.getPageSize()??100}function dT(e){return e.pagination?.getCurrentPage()??0}function uT(e){return e.pagination?.getTotalPages()??1}function hT(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function gT(e){e.pagination?.goToNextPage()}function pT(e){e.pagination?.goToPreviousPage()}function fT(e){e.pagination?.goToFirstPage()}function mT(e){e.pagination?.goToLastPage()}function CT(e,t){e.pagination?.goToPage(t)}var vT=class extends A{constructor(){super(...arguments),this.beanName="paginationAutoPageSizeSvc"}postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.centerRowsCtrl=e.center;const t=this.checkPageSize.bind(this);this.addManagedEventListeners({bodyHeightChanged:t,scrollVisibilityChanged:t}),this.addManagedPropertyListener("paginationAutoPageSize",this.onPaginationAutoSizeChanged.bind(this)),this.checkPageSize()})}notActive(){return!this.gos.get("paginationAutoPageSize")||this.centerRowsCtrl==null}onPaginationAutoSizeChanged(){this.notActive()?this.beans.pagination.unsetAutoCalculatedPageSize():this.checkPageSize()}checkPageSize(){if(this.notActive())return;const e=this.centerRowsCtrl.viewportSizeFeature.getBodyHeight();if(e>0){const t=this.beans,s=()=>{const o=Math.max(Zs(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?tt(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},xi="paginationPageSizeSelector",wT={tag:"span",cls:"ag-paging-page-size"},bT=class extends Ve{constructor(){super(wT),this.hasEmptyOption=!1,this.handlePageSizeItemSelected=()=>{if(!this.selectPageSizeComp)return;const e=this.selectPageSizeComp.getValue();if(!e)return;const t=Number(e);isNaN(t)||t<1||t===this.pagination.getPageSize()||(this.pagination.setPageSize(t,"pageSizeSelector"),this.hasEmptyOption&&this.toggleSelectDisplay(!0),this.selectPageSizeComp.getFocusableElement().focus())}}wireBeans(e){this.pagination=e.pagination}postConstruct(){this.addManagedPropertyListener(xi,()=>{this.onPageSizeSelectorValuesChange()}),this.addManagedEventListeners({paginationChanged:e=>this.handlePaginationChanged(e)})}handlePaginationChanged(e){if(!this.selectPageSizeComp||!e?.newPageSize)return;const t=this.pagination.getPageSize();this.getPageSizeSelectorValues().includes(t)?this.selectPageSizeComp.setValue(t.toString()):this.hasEmptyOption?this.selectPageSizeComp.setValue(""):this.toggleSelectDisplay(!0)}toggleSelectDisplay(e){this.selectPageSizeComp&&!e&&this.reset(),e&&(this.reloadPageSizesSelector(),this.selectPageSizeComp)}reset(){gt(this.getGui()),this.selectPageSizeComp&&(this.selectPageSizeComp=this.destroyBean(this.selectPageSizeComp))}onPageSizeSelectorValuesChange(){this.selectPageSizeComp&&this.shouldShowPageSizeSelector()&&this.reloadPageSizesSelector()}shouldShowPageSizeSelector(){return this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel")&&!this.gos.get("paginationAutoPageSize")&&this.gos.get(xi)!==!1}reloadPageSizesSelector(){const e=this.getPageSizeSelectorValues(),t=this.pagination.getPageSize(),s=!t||!e.includes(t);if(s){const i=this.gos.exists("paginationPageSize"),n=this.gos.get(xi)!==!0;G(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||G(95,{paginationPageSizeOption:t,paginationPageSizeSelector:xi}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(Ls(this.pageSizeOptions,e)||(this.selectPageSizeComp.clearOptions().addOptions(this.createPageSizeSelectOptions(e)),this.pageSizeOptions=e),this.selectPageSizeComp.setValue(o,!0)):this.createPageSizeSelectorComp(e,o),this.hasEmptyOption=s}createPageSizeSelectOptions(e){return e.map(t=>({value:String(t)}))}createPageSizeSelectorComp(e,t){const s=this.getLocaleTextFunc(),o=s("pageSizeSelectorLabel","Page Size:"),i=s("ariaPageSizeSelectorLabel","Page Size");this.selectPageSizeComp=this.createManagedBean(new Wc).addOptions(this.createPageSizeSelectOptions(e)).setValue(t).setAriaLabel(i).setLabel(o).onValueChange(()=>this.handlePageSizeItemSelected()),this.appendChild(this.selectPageSizeComp)}getPageSizeSelectorValues(){const e=[20,50,100],t=this.gos.get(xi);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},ST={selector:"AG-PAGE-SIZE-SELECTOR",component:bT},yT=".ag-paging-panel{align-items:center;border-top:var(--ag-footer-row-border);display:flex;gap:calc(var(--ag-spacing)*4);height:var(--ag-pagination-panel-height);justify-content:flex-end;padding:0 var(--ag-cell-horizontal-padding)}:where(.ag-paging-page-size) .ag-wrapper{min-width:50px}.ag-paging-page-summary-panel{align-items:center;display:flex;gap:var(--ag-cell-widget-spacing);.ag-disabled &{pointer-events:none}}.ag-paging-button{cursor:pointer;position:relative;&.ag-disabled{cursor:default;opacity:.5}}.ag-paging-number,.ag-paging-row-summary-panel-number{font-weight:500}",xT=class extends fR{constructor(){super(),this.btFirst=ne,this.btPrevious=ne,this.btNext=ne,this.btLast=ne,this.lbRecordCount=ne,this.lbFirstRowOnPage=ne,this.lbLastRowOnPage=ne,this.lbCurrent=ne,this.lbTotal=ne,this.pageSizeComp=ne,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(yT)}wireBeans(e){this.rowModel=e.rowModel,this.pagination=e.pagination,this.ariaAnnounce=e.ariaAnnounce}postConstruct(){const e=this.gos.get("enableRtl");this.setTemplate(this.getTemplate(),[ST]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",Tt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",Tt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",Tt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",Tt(e?"first":"last",this.beans)),this.addManagedPropertyListener("pagination",this.onPaginationChanged.bind(this)),this.addManagedPropertyListener("suppressPaginationPanel",this.onPaginationChanged.bind(this)),this.addManagedPropertyListeners(["paginationPageSizeSelector","paginationAutoPageSize","suppressPaginationPanel"],()=>this.onPageSizeRelatedOptionsChange()),this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector()),this.initialiseTabGuard({onTabKeyDown:()=>{},focusInnerElement:n=>this.allowFocusInnerElement?this.tabGuardFeature.getTabGuardCtrl().focusInnerElement(n):Ax(this.beans,n),forceFocusOutWhenTabGuardsAreEmpty:!0}),this.onPaginationChanged()}setAllowFocus(e){this.allowFocusInnerElement=e}onPaginationChanged(){const t=this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel");this.setDisplayed(t),t&&(this.setupListeners(),this.enableOrDisableButtons(),this.updateLabels(),this.onPageSizeRelatedOptionsChange())}onPageSizeRelatedOptionsChange(){this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector())}setupListeners(){if(!this.areListenersSetup){this.addManagedEventListeners({paginationChanged:this.onPaginationChanged.bind(this)});for(const e of[{el:this.btFirst,fn:this.onBtFirst.bind(this)},{el:this.btPrevious,fn:this.onBtPrevious.bind(this)},{el:this.btNext,fn:this.onBtNext.bind(this)},{el:this.btLast,fn:this.onBtLast.bind(this)}]){const{el:t,fn:s}=e;this.addManagedListeners(t,{click:s,keydown:o=>{(o.key===I.ENTER||o.key===I.SPACE)&&(o.preventDefault(),s())}})}kx(this.beans,this,this.getGui()),this.areListenersSetup=!0}}onBtFirst(){this.previousAndFirstButtonsDisabled||this.pagination.goToFirstPage()}formatNumber(e){const t=this.gos.getCallback("paginationNumberFormatter");return t?t({value:e}):oP(e,this.getLocaleTextFunc.bind(this))}getTemplate(){const e=this.getLocaleTextFunc(),t=`ag-${this.getCompId()}`;return{tag:"div",cls:"ag-paging-panel ag-unselectable",attrs:{id:`${t}`},children:[{tag:"ag-page-size-selector",ref:"pageSizeComp"},{tag:"span",cls:"ag-paging-row-summary-panel",children:[{tag:"span",ref:"lbFirstRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-first-row`}},{tag:"span",attrs:{id:`${t}-to`},children:e("to","to")},{tag:"span",ref:"lbLastRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-last-row`}},{tag:"span",attrs:{id:`${t}-of`},children:e("of","of")},{tag:"span",ref:"lbRecordCount",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-row-count`}}]},{tag:"span",cls:"ag-paging-page-summary-panel",role:"presentation",children:[{tag:"div",ref:"btFirst",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("firstPage","First Page")}},{tag:"div",ref:"btPrevious",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("previousPage","Previous Page")}},{tag:"span",cls:"ag-paging-description",children:[{tag:"span",attrs:{id:`${t}-start-page`},children:e("page","Page")},{tag:"span",ref:"lbCurrent",cls:"ag-paging-number",attrs:{id:`${t}-start-page-number`}},{tag:"span",attrs:{id:`${t}-of-page`},children:e("of","of")},{tag:"span",ref:"lbTotal",cls:"ag-paging-number",attrs:{id:`${t}-of-page-number`}}]},{tag:"div",ref:"btNext",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("nextPage","Next Page")}},{tag:"div",ref:"btLast",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("lastPage","Last Page")}}]}]}}onBtNext(){this.nextButtonDisabled||this.pagination.goToNextPage()}onBtPrevious(){this.previousAndFirstButtonsDisabled||this.pagination.goToPreviousPage()}onBtLast(){this.lastButtonDisabled||this.pagination.goToLastPage()}enableOrDisableButtons(){const e=this.pagination.getCurrentPage(),t=this.rowModel.isLastRowIndexKnown(),s=this.pagination.getTotalPages();this.previousAndFirstButtonsDisabled=e===0,this.toggleButtonDisabled(this.btFirst,this.previousAndFirstButtonsDisabled),this.toggleButtonDisabled(this.btPrevious,this.previousAndFirstButtonsDisabled);const o=this.isZeroPagesToDisplay(),i=e===s-1;this.nextButtonDisabled=i||o,this.lastButtonDisabled=!t||o||e===s-1,this.toggleButtonDisabled(this.btNext,this.nextButtonDisabled),this.toggleButtonDisabled(this.btLast,this.lastButtonDisabled)}toggleButtonDisabled(e,t){Y1(e,t),e.classList.toggle("ag-disabled",t)}isZeroPagesToDisplay(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages();return e&&t===0}updateLabels(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages(),s=this.pagination.getMasterRowCount(),o=e?s:null,i=this.pagination.getCurrentPage(),n=this.pagination.getPageSize();let r,a;this.isZeroPagesToDisplay()?r=a=0:(r=n*i+1,a=r+n-1,e&&a>o&&(a=o));const l=r+n-1,c=!e&&s<l,d=this.formatNumber(r);this.lbFirstRowOnPage.textContent=d;let u;const h=this.getLocaleTextFunc();c?u=h("pageLastRowUnknown","?"):u=this.formatNumber(a),this.lbLastRowOnPage.textContent=u;const f=t>0?i+1:0,m=this.formatNumber(f);this.lbCurrent.textContent=m;let v,w;if(e)v=this.formatNumber(t),w=this.formatNumber(o);else{const b=h("more","more");v=b,w=b}this.lbTotal.textContent=v,this.lbRecordCount.textContent=w,this.announceAriaStatus(d,u,w,m,v)}announceAriaStatus(e,t,s,o,i){const n=this.getLocaleTextFunc(),r=n("page","Page"),a=n("to","to"),l=n("of","of"),c=`${e} ${a} ${t} ${l} ${s}`,d=`${r} ${o} ${l} ${i}`;c!==this.ariaRowStatus&&(this.ariaRowStatus=c,this.ariaAnnounce?.announceValue(c,"paginationRow")),d!==this.ariaPageStatus&&(this.ariaPageStatus=d,this.ariaAnnounce?.announceValue(d,"paginationPage"))}},RT={selector:"AG-PAGINATION",component:xT},FT=class extends A{constructor(){super(...arguments),this.beanName="pagination",this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=0,this.masterRowCount=0}postConstruct(){const e=this.gos;this.active=e.get("pagination"),this.pageSizeFromGridOptions=e.get("paginationPageSize"),this.paginateChildRows=this.isPaginateChildRows(),this.addManagedPropertyListener("pagination",this.onPaginationGridOptionChanged.bind(this)),this.addManagedPropertyListener("paginationPageSize",this.onPageSizeGridOptionChanged.bind(this))}getPaginationSelector(){return RT}isPaginateChildRows(){const e=this.gos;return e.get("groupHideParentOfSingleChild")||e.get("groupRemoveSingleChildren")||e.get("groupRemoveLowestSingleChildren")?!0:e.get("paginateChildRows")}onPaginationGridOptionChanged(){this.active=this.gos.get("pagination"),this.calculatePages(),this.dispatchPaginationChangedEvent({keepRenderedRows:!0})}onPageSizeGridOptionChanged(){this.setPageSize(this.gos.get("paginationPageSize"),"gridOptions")}goToPage(e){const t=this.currentPage;if(!this.active||t===e||typeof t!="number")return;const{editSvc:s}=this.beans;s?.isEditing()&&(s.isBatchEditing()?s.cleanupEditors():s.stopEditing(void 0,{source:"api"})),this.currentPage=e,this.calculatePages(),this.dispatchPaginationChangedEvent({newPage:!0})}goToPageWithIndex(e){if(!this.active)return;let t=e;this.paginateChildRows||(t=this.beans.rowModel.getTopLevelIndexFromDisplayedIndex?.(e)??e),this.goToPage(Math.floor(t/this.pageSize))}isRowInPage(e){return this.active?e>=this.topDisplayedRowIndex&&e<=this.bottomDisplayedRowIndex:!0}getCurrentPage(){return this.currentPage}goToNextPage(){this.goToPage(this.currentPage+1)}goToPreviousPage(){this.goToPage(this.currentPage-1)}goToFirstPage(){this.goToPage(0)}goToLastPage(){const e=this.beans.rowModel.getRowCount(),t=Math.floor(e/this.pageSize);this.goToPage(t)}getPageSize(){return this.pageSize}getTotalPages(){return this.totalPages}setPage(e){this.currentPage=e}get pageSize(){return K(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:K(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:K(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:K(this.pageSizeFromGridOptions)?this.pageSizeFromGridOptions:this.defaultPageSize}calculatePages(){this.active?this.paginateChildRows?this.calculatePagesAllRows():this.calculatePagesMasterRowsOnly():this.calculatedPagesNotActive(),this.beans.pageBounds.calculateBounds(this.topDisplayedRowIndex,this.bottomDisplayedRowIndex)}unsetAutoCalculatedPageSize(){if(this.pageSizeAutoCalculated===void 0)return;const e=this.pageSizeAutoCalculated;this.pageSizeAutoCalculated=void 0,this.pageSize!==e&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0}))}setPageSize(e,t){const s=this.pageSize;switch(t){case"autoCalculated":this.pageSizeAutoCalculated=e;break;case"pageSizeSelector":this.pageSizeFromPageSizeSelector=e,this.currentPage!==0&&this.goToFirstPage();break;case"initialState":this.pageSizeFromInitialState=e;break;case"gridOptions":this.pageSizeFromGridOptions=e,this.pageSizeFromInitialState=void 0,this.pageSizeFromPageSizeSelector=void 0,this.currentPage!==0&&this.goToFirstPage();break}s!==this.pageSize&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0,keepRenderedRows:!0}))}setZeroRows(){this.masterRowCount=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=-1,this.currentPage=0,this.totalPages=0}adjustCurrentPageIfInvalid(){const e=this.totalPages;this.currentPage>=e&&(this.currentPage=e-1);const t=this.currentPage;(!isFinite(t)||isNaN(t)||t<0)&&(this.currentPage=0)}calculatePagesMasterRowsOnly(){const e=this.beans.rowModel,t=e.getTopLevelRowCount();if(this.masterRowCount=t,t<=0){this.setZeroRows();return}const s=this.pageSize,o=t-1;this.totalPages=Math.floor(o/s)+1,this.adjustCurrentPageIfInvalid();const i=this.currentPage,n=s*i;let r=s*(i+1)-1;if(r>o&&(r=o),this.topDisplayedRowIndex=e.getTopLevelRowDisplayedIndex(n),r===o)this.bottomDisplayedRowIndex=e.getRowCount()-1;else{const a=e.getTopLevelRowDisplayedIndex(r+1);this.bottomDisplayedRowIndex=a-1}}getMasterRowCount(){return this.masterRowCount}calculatePagesAllRows(){const e=this.beans.rowModel.getRowCount();if(this.masterRowCount=e,e===0){this.setZeroRows();return}const{pageSize:t,currentPage:s}=this,o=e-1;this.totalPages=Math.floor(o/t)+1,this.adjustCurrentPageIfInvalid(),this.topDisplayedRowIndex=t*s,this.bottomDisplayedRowIndex=t*(s+1)-1,this.bottomDisplayedRowIndex>o&&(this.bottomDisplayedRowIndex=o)}calculatedPagesNotActive(){this.setPageSize(void 0,"autoCalculated"),this.totalPages=1,this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=this.beans.rowModel.getRowCount()-1}dispatchPaginationChangedEvent(e){const{keepRenderedRows:t=!1,newPage:s=!1,newPageSize:o=!1}=e;this.eventSvc.dispatchEvent({type:"paginationChanged",animate:!1,newData:!1,newPage:s,newPageSize:o,keepRenderedRows:t})}},ET={moduleName:"Pagination",version:U,beans:[FT,vT],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:lT,paginationGetPageSize:cT,paginationGetCurrentPage:dT,paginationGetTotalPages:uT,paginationGetRowCount:hT,paginationGoToNextPage:gT,paginationGoToPreviousPage:pT,paginationGoToFirstPage:fT,paginationGoToLastPage:mT,paginationGoToPage:CT},dependsOn:[ra]};function DT(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function mm(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&mm(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function PT(e,t){return e.rowModel.getRowNode(t)}function MT(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function TT(e){return e.rowRenderer.getRenderedNodes()}function IT(e,t,s){e.rowModel.forEachNode(t,s)}function kT(e){return e.rowRenderer.firstRenderedRow}function AT(e){return e.rowRenderer.lastRenderedRow}function LT(e,t){return e.rowModel.getRow(t)}function OT(e){return e.rowModel.getRowCount()}var NT={moduleName:"RowApi",version:U,apiFunctions:{redrawRows:DT,setRowNodeExpanded:mm,getRowNode:PT,addRenderedRowListener:MT,getRenderedNodes:TT,forEachNode:IT,getFirstDisplayedRowIndex:kT,getLastDisplayedRowIndex:AT,getDisplayedRowAtIndex:LT,getDisplayedRowCount:OT}},HT={moduleName:"ScrollApi",version:U,apiFunctions:{getVerticalPixelRange:Y5,getHorizontalPixelRange:Z5,ensureColumnVisible:sm,ensureIndexVisible:om,ensureNodeVisible:X5}};function GT(e,t,s){if(!t)return;const o=e.ctrlsSvc.getGridBodyCtrl().eGridBody,i=`aria-${t}`;s===null?o.removeAttribute(i):o.setAttribute(i,s)}function BT(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function VT(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function zT(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function WT(e){e.animationFrameSvc?.flushAllFrames()}function _T(e){return{rowHeight:Zs(e),headerHeight:un(e)}}function jT(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(Zi(r))}if(t.columns?.length)return s;const o=[],i=rc(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!ac(n.rowNode,i)||!n.isFullWidth())continue;const r=n.getFullWidthCellRenderers();for(let a=0;a<r.length;a++){const l=r[a];l!=null&&o.push(Zi(l))}}return[...o,...s]}var UT={moduleName:"RenderApi",version:U,apiFunctions:{setGridAriaProperty:GT,refreshCells:BT,refreshHeader:VT,isAnimationFrameQueueEmpty:zT,flushAllAnimationFrames:WT,getSizesForCurrentTheme:_T,getCellRendererInstances:jT}};function $T(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function Cm({colAutosize:e,visibleCols:t},s,o){Array.isArray(s)?e?.autoSizeCols({colKeys:s,skipHeader:o,source:"api"}):e?.autoSizeCols({...s,colKeys:s.colIds??t.allCols,source:"api"})}function KT(e,t){t&&typeof t=="object"?Cm(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var qT=class extends A{constructor(){super(...arguments),this.beanName="colAutosize",this.timesDelayed=0,this.shouldQueueResizeOperations=!1,this.resizeOperationQueue=[]}postConstruct(){const{gos:e}=this,t=e.get("autoSizeStrategy");if(t){let s=!1;const o=t.type;if(o==="fitGridWidth"||o==="fitProvidedWidth")s=!0;else if(o==="fitCellContents"){this.addManagedEventListeners({firstDataRendered:()=>this.onFirstDataRendered(t)});const i=e.get("rowData");s=i!=null&&i.length>0&&We(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>qo(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=hh(this.beans),r=c=>s.leftCols.some(d=>Li(d,c)),a=c=>s.rightCols.some(d=>Li(d,c)),l=e.colKeys.filter(c=>!Cs(c)&&!cs(c)&&!r(c)&&!a(c));this.sizeColumnsToFit(n,e.source,!0,{defaultMaxWidth:e.defaultMaxWidth,defaultMinWidth:e.defaultMinWidth,columnLimits:e.columnLimits?.map(c=>({...c,key:c.colId})),colKeys:l,onlyScaleUp:!0}),i(o)})}innerAutoSizeCols(e){return new Promise((t,s)=>{if(this.shouldQueueResizeOperations)return this.pushResizeOperation(()=>this.innerAutoSizeCols(e).then(t,s));const{colKeys:o,skipHeader:i,skipHeaderGroups:n,stopAtGroup:r,defaultMaxWidth:a,defaultMinWidth:l,columnLimits:c=[],source:d="api"}=e,{animationFrameSvc:u,renderStatus:h,colModel:p,autoWidthCalc:f,visibleCols:m}=this.beans;if(u?.flushAllFrames(),this.timesDelayed<5&&h&&(!h.areHeaderCellsRendered()||!h.areCellsRendered())){this.timesDelayed++,setTimeout(()=>{this.isAlive()&&this.innerAutoSizeCols(e).then(t,s)});return}this.timesDelayed=0;const v=new Set;let w=-1;const b=Object.fromEntries(c.map(({colId:x,...R})=>[x,R])),S=i??this.gos.get("skipHeaderOnAutoSize"),y=n??S;for(;w!==0;){w=0;const x=[];for(const R of o){if(!R||a0(R))continue;const F=p.getCol(R);if(!F||v.has(F))continue;const D=f.getPreferredWidthForColumn(F,S);if(D>0){const T=b[F.colId]??{};T.minWidth??(T.minWidth=l),T.maxWidth??(T.maxWidth=a);const k=YT(F,D,T);F.setActualWidth(k,d),v.add(F),w++}x.push(F)}x.length&&m.refresh(d)}y||this.autoSizeColumnGroupsByColumns(o,d,r),t(v)})}autoSizeColumn(e,t,s){this.autoSizeCols({colKeys:[e],skipHeader:s,skipHeaderGroups:!0,source:t})}autoSizeColumnGroupsByColumns(e,t,s){const{colModel:o,ctrlsSvc:i}=this.beans,n=new Set,r=o.getColsForKeys(e);for(const l of r){let c=l.getParent();for(;c&&c!=s;)c.isPadding()||n.add(c),c=c.getParent()}let a;for(const l of n){for(const c of i.getHeaderRowContainerCtrls())if(a=c.getHeaderCtrlForColumn(l),a)break;a?.resizeLeafColumnsToFit(t)}}autoSizeAllColumns(e){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.autoSizeAllColumns(e));return}this.autoSizeCols({colKeys:this.beans.visibleCols.allCols,...e})}addColumnAutosizeListeners(e,t){const s=this.gos.get("skipHeaderOnAutoSize"),o=()=>{this.autoSizeColumn(t,"uiColumnResized",s)};e.addEventListener("dblclick",o);const i=new Vs(e);return i.addEventListener("doubleTap",o),()=>{e.removeEventListener("dblclick",o),i.destroy()}}addColumnGroupResize(e,t,s){const o=this.gos.get("skipHeaderOnAutoSize"),i=()=>{const n=[],r=t.getDisplayedLeafColumns();for(const a of r)a.getColDef().suppressAutoSize||n.push(a.getColId());n.length>0&&this.autoSizeCols({colKeys:n,skipHeader:o,stopAtGroup:t,source:"uiColumnResized"}),s()};return e.addEventListener("dblclick",i),()=>e.removeEventListener("dblclick",i)}sizeColumnsToFitGridBody(e,t){if(!this.isAlive())return;const s=hh(this.beans);if(s>0){this.sizeColumnsToFit(s,"sizeColumnsToFit",!1,e);return}t===void 0?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,100)},0):t===100?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,500)},100):t===500?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,-1)},500):G(29)}sizeColumnsToFit(e,t="sizeColumnsToFit",s,o){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.sizeColumnsToFit(e,t,s,o));return}const i={};for(const{key:f,...m}of o?.columnLimits??[])i[typeof f=="string"?f:f.getColId()]=m;const n=this.beans.visibleCols.allCols;if(e<=0||!n.length)return;const r=is(n);if(o?.onlyScaleUp&&r>e||e===r&&n.every(m=>{if(m.colDef.suppressSizeToFit)return!0;const v=i?.[m.getId()],w=v?.minWidth??o?.defaultMinWidth,b=v?.maxWidth??o?.defaultMaxWidth,S=m.getActualWidth();return(w==null||S>=w)&&(b==null||S<=b)}))return;const l=[],c=[];for(const f of n){const m=o?.colKeys?.some(v=>Li(f,v))??!0;f.getColDef().suppressSizeToFit||!m?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Vt(l,f),c.push(f)};for(const f of l){f.resetActualWidth(t);const m=i?.[f.getId()],v=m?.minWidth??o?.defaultMinWidth,w=m?.maxWidth??o?.defaultMaxWidth,b=f.getActualWidth();typeof v=="number"&&b<v?f.setActualWidth(v,t,!0):typeof w=="number"&&b>w&&f.setActualWidth(w,t,!0)}for(;!u;){u=!0;const f=e-is(c);if(f<=0)for(const m of l){const v=i?.[m.getId()]?.minWidth??o?.defaultMinWidth??m.minWidth;m.setActualWidth(v,t,!0)}else{const m=f/is(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],y=S?.minWidth??o?.defaultMinWidth,x=S?.maxWidth??o?.defaultMaxWidth,R=b.getMinWidth(),F=b.getMaxWidth(),D=typeof y=="number"&&y>R?y:R,T=typeof x=="number"&&x<F?x:F;let k=Math.round(b.getActualWidth()*m);k<D?(k=D,h(b),u=!1):k>T?(k=T,h(b),u=!1):w===0&&(k=v),b.setActualWidth(k,t,!0),v-=k}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const p=this.beans.visibleCols;p.setLeftValues(t),p.updateBodyWidths(),!s&&qo(this.eventSvc,d,!0,t)}applyAutosizeStrategy(){const{gos:e,colDelayRenderSvc:t}=this.beans,s=e.get("autoSizeStrategy");s?.type!=="fitGridWidth"&&s?.type!=="fitProvidedWidth"||setTimeout(()=>{if(!this.isAlive())return;const o=s.type;if(o==="fitGridWidth"){const{columnLimits:i,defaultMinWidth:n,defaultMaxWidth:r}=s,a=i?.map(({colId:l,minWidth:c,maxWidth:d})=>({key:l,minWidth:c,maxWidth:d}));this.sizeColumnsToFitGridBody({defaultMinWidth:n,defaultMaxWidth:r,columnLimits:a})}else o==="fitProvidedWidth"&&this.sizeColumnsToFit(s.width,"sizeColumnsToFit");t?.revealColumns(o)})}onFirstDataRendered({colIds:e,...t}){setTimeout(()=>{if(!this.isAlive())return;const s="autosizeColumns";e?this.autoSizeCols({...t,source:s,colKeys:e}):this.autoSizeAllColumns({...t,source:s}),this.beans.colDelayRenderSvc?.revealColumns(t.type)})}processResizeOperations(){this.shouldQueueResizeOperations=!1;for(const e of this.resizeOperationQueue)e();this.resizeOperationQueue=[]}pushResizeOperation(e){this.resizeOperationQueue.push(e)}destroy(){this.resizeOperationQueue.length=0,super.destroy()}};function YT(e,t,s={}){const o=s.minWidth??e.getMinWidth();t<o&&(t=o);const i=s.maxWidth??e.getMaxWidth();return t>i&&(t=i),t}function hh({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return $i(s.eGridBody)-i}var ZT={moduleName:"ColumnAutoSize",version:U,beans:[qT],apiFunctions:{sizeColumnsToFit:$T,autoSizeColumns:Cm,autoSizeAllColumns:KT},dependsOn:[uf]},XT=".ag-row-pinned-source{background-color:var(--ag-pinned-source-row-background-color);color:var(--ag-pinned-source-row-text-color);font-weight:var(--ag-pinned-source-row-font-weight)}.ag-row-pinned-manual{background-color:var(--ag-pinned-row-background-color);color:var(--ag-pinned-row-text-color);font-weight:var(--ag-pinned-row-font-weight)}";function QT(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function JT(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function e6(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function t6(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function s6(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var o6={moduleName:"PinnedRow",version:U,beans:[lR],css:[XT],apiFunctions:{getPinnedTopRowCount:QT,getPinnedBottomRowCount:JT,getPinnedTopRow:e6,getPinnedBottomRow:t6,forEachPinnedRow:s6},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},i6=class{constructor(e,t){this.col=e,this.firstNode=t,this.cellSpan=!0,this.spannedNodes=new Set,this.addSpannedNode(t)}reset(){this.spannedNodes.clear(),this.addSpannedNode(this.firstNode)}addSpannedNode(e){this.spannedNodes.add(e),this.lastNode=e}getLastNode(){return this.lastNode}getCellHeight(){return this.lastNode.rowTop+this.lastNode.rowHeight-this.firstNode.rowTop-1}doesSpanContain(e){return e.column!==this.col||e.rowPinned!=this.firstNode.rowPinned?!1:this.firstNode.rowIndex<=e.rowIndex&&e.rowIndex<=this.lastNode.rowIndex}getLastNodeAutoHeight(){const e=this.firstNode.__autoHeights?.[this.col.getColId()];if(e==null)return;let t=0;for(const s of this.spannedNodes)s!==this.lastNode&&(t+=s.rowHeight);return e-t}},n6=class extends A{constructor(e){super(),this.column=e}buildCache(e){const{column:t,beans:{gos:s,pinnedRowModel:o,rowModel:i,valueSvc:n,pagination:r}}=this,{colDef:a}=t,l=this.getNodeMap(e),c=new Map,d=s.getCallback("isFullWidthRow"),u=a.equals,h=a.spanRows,p=typeof h=="function";let f=null,m=null,v;const w=(S,y)=>{f=S,m=null,v=y},b=S=>{const y=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!y){w(null,null);return}if(f==null||S.level!==f.level||S.footer||m&&S.rowIndex-1!==m?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const x=n.getValue(t,S);if(p){const R=ae(s,{valueA:v,nodeA:f,valueB:x,nodeB:S,column:t,colDef:a});if(!h(R)){w(S,x);return}}else if(u?!u(v,x):v!==x){w(S,x);return}if(!m){const R=l?.get(f);R?.firstNode===f?(R.reset(),m=R):m=new i6(t,f),c.set(f,m)}m.addSpannedNode(S),c.set(S,m)};switch(e){case"center":i.forEachDisplayedNode?.(S=>{(!r||r.isRowInPage(S.rowIndex))&&b(S)}),this.centerValueNodeMap=c;break;case"top":o?.forEachPinnedRow("top",b),this.topValueNodeMap=c;break;case"bottom":o?.forEachPinnedRow("bottom",b),this.bottomValueNodeMap=c;break}}isCellSpanning(e){return!!this.getCellSpan(e)}getCellSpan(e){return this.getNodeMap(e.rowPinned).get(e)}getNodeMap(e){switch(e){case"top":return this.topValueNodeMap;case"bottom":return this.bottomValueNodeMap;default:return this.centerValueNodeMap}}},r6=class extends A{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=tt(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=tt(this,this.dispatchCellsUpdatedEvent.bind(this,!1),0),this.pinnedTimeout=null,this.modelTimeout=null}postConstruct(){const e=this.onRowDataUpdated.bind(this),t=this.buildPinnedCaches.bind(this);this.addManagedEventListeners({paginationChanged:this.buildModelCaches.bind(this),pinnedRowDataChanged:t,pinnedRowsChanged:t,rowNodeDataChanged:e,cellValueChanged:e})}register(e){const{gos:t}=this.beans;if(!t.get("enableCellSpan")||this.spanningColumns.has(e))return;const s=this.createManagedBean(new n6(e));this.spanningColumns.set(e,s),s.buildCache("top"),s.buildCache("bottom"),s.buildCache("center"),this.debouncePinnedEvent(),this.debounceModelEvent()}dispatchCellsUpdatedEvent(e){this.dispatchLocalEvent({type:"spannedCellsUpdated",pinned:e})}deregister(e){this.spanningColumns.delete(e)}onRowDataUpdated({node:e}){const{spannedRowRenderer:t}=this.beans;if(e.rowPinned){if(this.pinnedTimeout!=null)return;this.pinnedTimeout=window.setTimeout(()=>{this.pinnedTimeout=null,this.buildPinnedCaches(),t?.createCtrls("top"),t?.createCtrls("bottom")},0);return}this.modelTimeout==null&&(this.modelTimeout=window.setTimeout(()=>{this.modelTimeout=null,this.buildModelCaches(),t?.createCtrls("center")},0))}buildModelCaches(){this.modelTimeout!=null&&clearTimeout(this.modelTimeout),this.spanningColumns.forEach(e=>e.buildCache("center")),this.debounceModelEvent()}buildPinnedCaches(){this.pinnedTimeout!=null&&clearTimeout(this.pinnedTimeout),this.spanningColumns.forEach(e=>{e.buildCache("top"),e.buildCache("bottom")}),this.debouncePinnedEvent()}isCellSpanning(e,t){const s=this.spanningColumns.get(e);return s?s.isCellSpanning(t):!1}getCellSpanByPosition(e){const{pinnedRowModel:t,rowModel:s}=this.beans,o=e.column,i=e.rowIndex,n=this.spanningColumns.get(o);if(!n)return;let r;switch(e.rowPinned){case"top":r=t?.getPinnedTopRow(i);break;case"bottom":r=t?.getPinnedBottomRow(i);break;default:r=s.getRow(i)}if(r)return n.getCellSpan(r)}getCellStart(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.firstNode.rowIndex}:e}getCellEnd(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.getLastNode().rowIndex}:e}getCellSpan(e,t){const s=this.spanningColumns.get(e);if(s)return s.getCellSpan(t)}forEachSpannedColumn(e,t){for(const[s,o]of this.spanningColumns)if(o.isCellSpanning(e)){const i=o.getCellSpan(e);t(s,i)}}destroy(){super.destroy(),this.spanningColumns.clear()}},a6=class extends jo{constructor(e,t,s){super(e.col,e.firstNode,s,t),this.cellSpan=e,this.SPANNED_CELL_CSS_CLASS="ag-spanned-cell"}setComp(e,t,s,o,i,n,r){this.eWrapper=s,super.setComp(e,t,s,o,i,n,r),this.setAriaRowSpan(),this.refreshAriaRowIndex()}isCellSpanning(){return!0}getCellSpan(){return this.cellSpan}refreshAriaRowIndex(){const{eGui:e,rowNode:t}=this;!e||t.rowIndex==null||Cg(e,t.rowIndex)}setAriaRowSpan(){J1(this.eGui,this.cellSpan.spannedNodes.size)}setFocusedCellPosition(e){this.focusedCellPosition=e}getFocusedCellPosition(){return this.focusedCellPosition??this.cellPosition}checkCellFocused(){const e=this.beans.focusSvc.getFocusedCell();return!!e&&this.cellSpan.doesSpanContain(e)}applyStaticCssClasses(){super.applyStaticCssClasses(),this.comp.toggleCss(this.SPANNED_CELL_CSS_CLASS,!0)}onCellFocused(e){const{beans:t}=this;if(oa(t)){this.focusedCellPosition=void 0;return}const s=this.isCellFocused();s||(this.focusedCellPosition=void 0),e&&s&&(this.focusedCellPosition={rowIndex:e.rowIndex,rowPinned:e.rowPinned,column:e.column}),super.onCellFocused(e)}getRootElement(){return this.eWrapper}},l6=class extends Tr{onRowIndexChanged(){super.onRowIndexChanged();for(const e of this.getAllCellCtrls())e.refreshAriaRowIndex()}getInitialRowClasses(e){return["ag-spanned-row"]}getNewCellCtrl(e){const t=this.beans.rowSpanSvc?.getCellSpan(e,this.rowNode);if(!(!t||t.firstNode!==this.rowNode))return new a6(t,this,this.beans)}isCorrectCtrlForSpan(e){const t=this.beans.rowSpanSvc?.getCellSpan(e.column,this.rowNode);return!t||t.firstNode!==this.rowNode?!1:e.getCellSpan()===t}onRowHeightChanged(){}refreshFirstAndLastRowStyles(){}addHoverFunctionality(){}resetHoveredStatus(){}},c6=class extends A{constructor(){super(...arguments),this.beanName="spannedRowRenderer",this.topCtrls=new Map,this.bottomCtrls=new Map,this.centerCtrls=new Map}postConstruct(){this.addManagedEventListeners({displayedRowsChanged:this.createAllCtrls.bind(this)})}createAllCtrls(){this.createCtrls("top"),this.createCtrls("bottom"),this.createCtrls("center")}createCtrls(e){const{rowSpanSvc:t}=this.beans,s=this.getCtrlsMap(e),o=s.size,i=this.getAllRelevantRowControls(e),n=new Map;let r=!1;for(const l of i)l.isAlive()&&t?.forEachSpannedColumn(l.rowNode,(c,d)=>{if(n.has(d.firstNode))return;const u=s.get(d.firstNode);if(u){n.set(d.firstNode,u),s.delete(d.firstNode);return}r=!0;const h=new l6(d.firstNode,this.beans,!1,!1,!1);n.set(d.firstNode,h)});this.setCtrlsMap(e,n);const a=n.size===o;if(!(!r&&a)){for(const l of s.values())l.destroyFirstPass(!0),l.destroySecondPass();this.dispatchLocalEvent({type:"spannedRowsUpdated",ctrlsKey:e})}}getAllRelevantRowControls(e){const{rowRenderer:t}=this.beans;switch(e){case"top":return t.topRowCtrls;case"bottom":return t.bottomRowCtrls;case"center":return t.allRowCtrls}}getCellByPosition(e){const{rowSpanSvc:t}=this.beans,s=t?.getCellSpanByPosition(e);if(!s)return;const o=this.getCtrlsMap(e.rowPinned).get(s.firstNode);if(o)return o.getAllCellCtrls().find(i=>i.column===e.column)}getCtrls(e){return[...this.getCtrlsMap(e).values()]}destroyRowCtrls(e){for(const t of this.getCtrlsMap(e).values())t.destroyFirstPass(!0),t.destroySecondPass();this.setCtrlsMap(e,new Map)}getCtrlsMap(e){switch(e){case"top":return this.topCtrls;case"bottom":return this.bottomCtrls;default:return this.centerCtrls}}setCtrlsMap(e,t){switch(e){case"top":this.topCtrls=t;break;case"bottom":this.bottomCtrls=t;break;default:this.centerCtrls=t;break}}destroy(){super.destroy(),this.destroyRowCtrls("top"),this.destroyRowCtrls("bottom"),this.destroyRowCtrls("center")}},d6={moduleName:"CellSpan",version:U,beans:[r6,c6]},u6=class extends A{constructor(e,t){super(),this.cellCtrl=e,this.staticClasses=[],this.beans=t,this.column=e.column}setComp(e){this.cellComp=e,this.applyUserStyles(),this.applyCellClassRules(),this.applyClassesFromColDef()}applyCellClassRules(){const{column:e,cellComp:t}=this,s=e.colDef,o=s.cellClassRules,i=this.getCellClassParams(e,s);rd(this.beans.expressionSvc,o===this.cellClassRules?void 0:this.cellClassRules,o,i,n=>t.toggleCss(n,!0),n=>t.toggleCss(n,!1)),this.cellClassRules=o}applyUserStyles(){const e=this.column,t=e.colDef,s=t.cellStyle;if(!s)return;let o;if(typeof s=="function"){const i=this.getCellClassParams(e,t);o=s(i)}else o=s;o&&this.cellComp.setUserStyles(o)}applyClassesFromColDef(){const{column:e,cellComp:t}=this,s=e.colDef,o=this.getCellClassParams(e,s);for(const n of this.staticClasses)t.toggleCss(n,!1);const i=this.beans.cellStyles.getStaticCellClasses(s,o);this.staticClasses=i;for(const n of i)t.toggleCss(n,!0)}getCellClassParams(e,t){const{value:s,rowNode:o}=this.cellCtrl;return ae(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},h6=class extends A{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){rd(this.beans.expressionSvc,void 0,e.cellClassRules,t,s,o),this.processStaticCellClasses(e,t,s)}getStaticCellClasses(e,t){const{cellClass:s}=e;if(!s)return[];let o;return typeof s=="function"?o=s(t):o=s,typeof o=="string"&&(o=[o]),o||[]}createCellCustomStyleFeature(e,t){return new u6(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},g6={moduleName:"CellStyle",version:U,beans:[h6]},p6={moduleName:"RowStyle",version:U,beans:[JD]};function f6(e,t){return!!e.colHover?.isHovered(t)}var m6=class extends A{constructor(e,t){super(),this.columns=e,this.element=t,this.destroyManagedListeners=[],this.enableFeature=s=>{const{beans:o,gos:i,element:n,columns:r}=this,a=o.colHover;if(s??!!i.get("columnHoverHighlight"))this.destroyManagedListeners=this.addManagedElementListeners(n,{mouseover:a.setMouseOver.bind(a,r),mouseout:a.clearMouseOver.bind(a)});else{for(const c of this.destroyManagedListeners)c();this.destroyManagedListeners=[]}}}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{this.enableFeature(e)}),this.enableFeature()}destroy(){super.destroy(),this.destroyManagedListeners=null}},C6="ag-column-hover",v6=class extends A{constructor(){super(...arguments),this.beanName="colHover"}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{e||this.clearMouseOver()})}setMouseOver(e){this.updateState(e)}clearMouseOver(){this.updateState(null)}isHovered(e){if(!this.gos.get("columnHoverHighlight"))return!1;const t=this.selectedColumns;return!!t&&t.indexOf(e)>=0}addHeaderColumnHoverListener(e,t,s){const o=()=>{const i=this.isHovered(s);t.toggleCss("ag-column-hover",i)};e.addManagedEventListeners({columnHoverChanged:o}),o()}onCellColumnHover(e,t){if(!t)return;const s=this.isHovered(e);t.toggleCss(C6,s)}addHeaderFilterColumnHoverListener(e,t,s,o){this.createHoverFeature(e,[s],o);const i=()=>{const n=this.isHovered(s);t.toggleCss("ag-column-hover",n)};e.addManagedEventListeners({columnHoverChanged:i}),i()}createHoverFeature(e,t,s){e.createManagedBean(new m6(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},w6={moduleName:"ColumnHover",version:U,beans:[v6],apiFunctions:{isColumnHovered:f6}},b6=class extends A{constructor(){super(...arguments),this.beanName="apiEventSvc",this.syncListeners=new Map,this.asyncListeners=new Map,this.syncGlobalListeners=new Set,this.globalListenerPairs=new Map}postConstruct(){this.wrapSvc=this.beans.frameworkOverrides.createGlobalEventListenerWrapper?.()}addListener(e,t){const s=this.wrapSvc?.wrap(e,t)??t,o=!nr.has(e),i=o?this.asyncListeners:this.syncListeners;i.has(e)||i.set(e,new Set),i.get(e).add(s),this.eventSvc.addListener(e,s,o)}removeListener(e,t){const s=this.wrapSvc?.unwrap(e,t)??t,i=!!this.asyncListeners.get(e)?.delete(s);i||this.syncListeners.get(e)?.delete(s),this.eventSvc.removeListener(e,s,i)}addGlobalListener(e){const t=this.wrapSvc?.wrapGlobal(e)??e,s=(n,r)=>{nr.has(n)&&t(n,r)},o=(n,r)=>{nr.has(n)||t(n,r)};this.globalListenerPairs.set(e,{syncListener:s,asyncListener:o});const i=this.eventSvc;i.addGlobalListener(s,!1),i.addGlobalListener(o,!0)}removeGlobalListener(e){const{eventSvc:t,wrapSvc:s,globalListenerPairs:o}=this,i=s?.unwrapGlobal(e)??e;if(o.has(i)){const{syncListener:r,asyncListener:a}=o.get(i);t.removeGlobalListener(r,!1),t.removeGlobalListener(a,!0),o.delete(e)}else this.syncGlobalListeners.delete(i),t.removeGlobalListener(i,!1)}destroyEventListeners(e,t){e.forEach((s,o)=>{s.forEach(i=>this.eventSvc.removeListener(o,i,t)),s.clear()}),e.clear()}destroyGlobalListeners(e,t){for(const s of e)this.eventSvc.removeGlobalListener(s,t);e.clear()}destroy(){super.destroy(),this.destroyEventListeners(this.syncListeners,!1),this.destroyEventListeners(this.asyncListeners,!0),this.destroyGlobalListeners(this.syncGlobalListeners,!1);const{globalListenerPairs:e,eventSvc:t}=this;e.forEach(({syncListener:s,asyncListener:o})=>{t.removeGlobalListener(s,!1),t.removeGlobalListener(o,!0)}),e.clear()}};function S6(e,t,s){e.apiEventSvc?.addListener(t,s)}function y6(e,t,s){e.apiEventSvc?.removeListener(t,s)}function x6(e,t){e.apiEventSvc?.addGlobalListener(t)}function R6(e,t){e.apiEventSvc?.removeGlobalListener(t)}var F6={moduleName:"EventApi",version:U,apiFunctions:{addEventListener:S6,addGlobalListener:x6,removeEventListener:y6,removeGlobalListener:R6},beans:[b6]},E6={moduleName:"Locale",version:U,beans:[J3]},D6=class extends A{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=tt(this,this.calculateRowHeights.bind(this),1)}requestCheckAutoHeight(){this.wasEverActive&&this._debouncedCalculateRowHeights()}calculateRowHeights(){const{visibleCols:e,rowModel:t,rowSpanSvc:s,pinnedRowModel:o}=this.beans,i=e.autoHeightCols;let n=!1;const r=a=>{const l=a.__autoHeights;let c=Ts(this.beans,a).height;for(const d of i){let u=l?.[d.getColId()];const h=s?.getCellSpan(d,a);if(h){if(h.getLastNode()!==a)continue;if(u=s?.getCellSpan(d,a)?.getLastNodeAutoHeight(),!u)return}if(u==null){if(this.colSpanSkipCell(d,a))continue;return}c=Math.max(u,c)}c!==a.rowHeight&&(a.setRowHeight(c),n=!0)};o?.forEachPinnedRow?.("top",r),o?.forEachPinnedRow?.("bottom",r),t.forEachDisplayedNode?.(r),n&&t.onRowHeightChanged?.()}setRowAutoHeight(e,t,s){if(e.__autoHeights??(e.__autoHeights={}),t==null){delete e.__autoHeights[s.getId()];return}const o=e.__autoHeights[s.getId()];e.__autoHeights[s.getId()]=t,o!==t&&this.requestCheckAutoHeight()}colSpanSkipCell(e,t){const{colModel:s,colViewport:o,visibleCols:i}=this.beans;if(!s.colSpanActive)return!1;let n=[];switch(e.getPinned()){case"left":n=i.getLeftColsForRow(t);break;case"right":n=i.getRightColsForRow(t);break;case null:n=o.getColsWithinViewport(t);break}return!n.includes(e)}setupCellAutoHeight(e,t,s){if(!e.column.isAutoHeight()||!t)return!1;this.wasEverActive=!0;const o=t.parentElement,{rowNode:i,column:n}=e,r=this.beans,a=d=>{if(this.beans.editSvc?.isEditing(e)||!e.isAlive()||!s.isAlive())return;const{paddingTop:u,paddingBottom:h,borderBottomWidth:p,borderTopWidth:f}=go(o),m=u+h+p+f,w=t.offsetHeight+m;if(d<5){const S=!Xe(r)?.contains(t),y=w==0;if(S||y){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=fs(r,t,l);return s.addDestroyFunc(()=>{c(),this.setRowAutoHeight(i,void 0,n)}),!0}setAutoHeightActive(e){this.active=e.list.some(t=>t.isVisible()&&t.isAutoHeight())}areRowsMeasured(){if(!this.active)return!0;const e=this.beans.rowRenderer.getAllRowCtrls();let t=null;for(const{rowNode:s}of e)if((!t||this.beans.colModel.colSpanActive)&&(t=this.beans.colViewport.getColsWithinViewport(s).filter(i=>i.isAutoHeight())),t.length!==0){if(!s.__autoHeights)return!1;for(const o of t){const i=s.__autoHeights[o.getColId()];if(!i||s.rowHeight<i)return!1}}return!0}},P6={moduleName:"RowAutoHeight",version:U,beans:[D6]},M6={moduleName:"AllCommunity",version:U,dependsOn:[DM,OM,UM,vP,P4,M4,T4,I4,k4,A4,L4,D4,b5,S5,y5,w5,R5,F5,aT,nM,ET,hf,NT,HT,UT,ZT,r2,o6,Y4,O3,g6,w6,p6,F6,G3,tT,tm,E6,P6,n2,PM,d6]},at=g.createContext({}),vm=g.createContext("default"),gn=(e,t,s,o)=>{if(!e||e.componentFromFramework||t.isDestroyed())return;const n=e.newAgStackInstance();let r,a,l=!1;return n.then(c=>{if(l){t.destroyBean(c);return}r=c,a=r.getGui(),s.appendChild(a),gh(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&gh(o,void 0))}},gh=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Dt=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),It=class wm{constructor(...t){this.classesMap={};for(const s of t)this.classesMap[s]=!0}setClass(t,s){if(!!this.classesMap[t]==s)return this;const i=new wm;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},ni=e=>{const t=()=>typeof Symbol=="function"&&Symbol.for,s=()=>t()?Symbol.for("react.memo"):60115;return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===s()},hc=g.version?.split(".")[0],bm=hc==="16"||hc==="17";function T6(){return hc==="19"}var ar=!1;function I6(e){return ar||setTimeout(()=>ar=!1,0),ar=!0,e()}var tn=(e,t)=>{!bm&&e&&!ar?on.flushSync(t):t()},k6=e=>{bm?e():g.startTransition(e)};function A6(e,t,s){return g.useSyncExternalStore?g.useSyncExternalStore(e,t):s}function Ar(e,t,s){if(t==null||e==null)return t;if(e===t||t.length===0&&e.length===0)return e;if(s||e.length===0&&t.length>0||e.length>0&&t.length===0)return t;const o=[],i=[],n=new Map,r=new Map;for(let a=0;a<t.length;a++){const l=t[a];r.set(l.instanceId,l)}for(let a=0;a<e.length;a++){const l=e[a];n.set(l.instanceId,l),r.has(l.instanceId)&&o.push(l)}for(let a=0;a<t.length;a++){const l=t[a],c=l.instanceId;n.has(c)||i.push(l)}return o.length===e.length&&i.length===0?e:o.length===0&&i.length===t.length?t:o.length===0?i:i.length===0?o:[...o,...i]}var Sm=g.forwardRef((e,t)=>{const{registry:s,context:o}=g.useContext(at),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(),[d,u]=g.useState(),[h,p]=g.useState(),[f,m]=g.useState(),[v,w]=g.useState(()=>new It),[b,S]=g.useState(()=>new It("ag-hidden")),[y,x]=g.useState(()=>new It("ag-hidden")),[R,F]=g.useState(()=>new It("ag-invisible"));g.useImperativeHandle(t,()=>({refresh(){return!1}})),g.useLayoutEffect(()=>gn(d,o,n.current),[d]);const D=g.useCallback(se=>{if(i.current=se,!se||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const L={setInnerRenderer:(_,j)=>{u(_),m(j)},setChildCount:_=>p(_),toggleCss:(_,j)=>w(q=>q.setClass(_,j)),setContractedDisplayed:_=>x(j=>j.setClass("ag-hidden",!_)),setExpandedDisplayed:_=>S(j=>j.setClass("ag-hidden",!_)),setCheckboxVisible:_=>F(j=>j.setClass("ag-invisible",!_)),setCheckboxSpacing:_=>F(j=>j.setClass("ag-group-checkbox-spacing",_))},te=s.createDynamicBean("groupCellRendererCtrl",!0);te&&(c.current=o.createBean(te),c.current.init(L,se,r.current,a.current,l.current,Sm,e))},[]),T=g.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),k=g.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),E=g.useMemo(()=>`ag-group-contracted ${y.toString()}`,[y]),M=g.useMemo(()=>`ag-group-checkbox ${R.toString()}`,[R]),O=d?.componentFromFramework,B=O?d.componentClass:void 0,H=d==null&&f!=null,Q=si(f);return g.createElement("span",{className:T,ref:D,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},g.createElement("span",{className:k,ref:a}),g.createElement("span",{className:E,ref:l}),g.createElement("span",{className:M,ref:r}),g.createElement("span",{className:"ag-group-value",ref:n},H?Q:O?g.createElement(B,{...d.params}):null),g.createElement("span",{className:"ag-group-child-count"},h))}),ph=Sm,pd=g.createContext({setMethods:()=>{}}),L6=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=g.useState(t);return g.useEffect(()=>{s(l=>a(l))},[]),g.createElement(pd.Provider,{value:{setMethods:i}},g.createElement(o,{key:n,...r}))},O6=g.memo(L6),N6=0;function fh(){return`agPortalKey_${++N6}`}var ym=class{constructor(e,t,s,o){this.portal=null,this.oldPortal=null,this.reactComponent=e,this.portalManager=t,this.componentType=s,this.suppressFallbackMethods=!!o,this.statelessComponent=this.isStateless(this.reactComponent),this.key=fh(),this.portalKey=fh(),this.instanceCreated=this.isStatelessComponent()?Re.resolve(!1):new Re(i=>{this.resolveInstanceCreated=i})}getGui(){return this.eParentElement}getRootElement(){return this.eParentElement.firstChild}destroy(){this.componentInstance&&typeof this.componentInstance.destroy=="function"&&this.componentInstance.destroy();const e=this.portal;e&&this.portalManager.destroyPortal(e)}createParentElement(e){const t=this.portalManager.getComponentWrappingElement(),s=document.createElement(t||"div");return s.classList.add("ag-react-container"),e.reactContainer=s,s}statelessComponentRendered(){return this.eParentElement.childElementCount>0||this.eParentElement.childNodes.length>0}getFrameworkComponentInstance(){return this.componentInstance}isStatelessComponent(){return this.statelessComponent}getReactComponentName(){return this.reactComponent.name}getMemoType(){return this.hasSymbol()?Symbol.for("react.memo"):60115}hasSymbol(){return typeof Symbol=="function"&&Symbol.for}isStateless(e){return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===this.getMemoType()}hasMethod(e){const t=this.getFrameworkComponentInstance();return!!t&&t[e]!=null||this.fallbackMethodAvailable(e)}callMethod(e,t){const s=this.getFrameworkComponentInstance();if(this.isStatelessComponent())return this.fallbackMethod(e,t&&t[0]?t[0]:{});if(!s){setTimeout(()=>this.callMethod(e,t));return}const o=s[e];if(o)return o.apply(s,t);if(this.fallbackMethodAvailable(e))return this.fallbackMethod(e,t&&t[0]?t[0]:{})}addMethod(e,t){this[e]=t}init(e){return this.eParentElement=this.createParentElement(e),this.createOrUpdatePortal(e),new Re(t=>this.createReactComponent(t))}createOrUpdatePortal(e){this.isStatelessComponent()||(this.ref=t=>{this.componentInstance=t,this.resolveInstanceCreated?.(!0),this.resolveInstanceCreated=void 0},e.ref=this.ref),this.reactElement=this.createElement(this.reactComponent,{...e,key:this.key}),this.portal=on.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return g.createElement(e,t)}createReactComponent(e){this.portalManager.mountReactPortal(this.portal,this,e)}rendered(){return this.isStatelessComponent()&&this.statelessComponentRendered()||!!(!this.isStatelessComponent()&&this.getFrameworkComponentInstance())}refreshComponent(e){this.oldPortal=this.portal,this.createOrUpdatePortal(e),this.portalManager.updateReactPortal(this.oldPortal,this.portal)}fallbackMethod(e,t){const s=this[`${e}Component`];if(!this.suppressFallbackMethods&&s)return s.bind(this)(t)}fallbackMethodAvailable(e){return this.suppressFallbackMethods?!1:!!this[`${e}Component`]}};function ca(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var yt=class extends ym{constructor(){super(...arguments),this.awaitUpdateCallback=new Re(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=O6}init(e){return this.sourceParams=e,super.init(this.getProps())}addMethod(){}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}getFrameworkComponentInstance(){return this}createElement(e,t){return super.createElement(this.wrapperComponent,{initialProps:t,CustomComponentClass:e,setMethods:s=>this.setMethods(s),addUpdateCallback:s=>{this.updateCallback=()=>(s(this.getProps()),new Re(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,ca(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new Re(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},H6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},G6=class extends yt{constructor(){super(...arguments),this.date=null,this.onDateChange=e=>this.updateDate(e)}getDate(){return this.date}setDate(e){this.date=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached","setInputPlaceholder","setInputAriaLabel","setDisabled"]}updateDate(e){this.setDate(e),this.sourceParams.onDateChanged()}getProps(){const e=super.getProps();return e.date=this.date,e.onDateChange=this.onDateChange,delete e.onDateChanged,e}},B6=class extends yt{constructor(){super(...arguments),this.label="",this.icon=null,this.shake=!1}setIcon(e,t){this.icon=e,this.shake=t,this.refreshProps()}setLabel(e){this.label=e,this.refreshProps()}getProps(){const e=super.getProps(),{label:t,icon:s,shake:o}=this;return e.label=t,e.icon=s,e.shake=o,e}},V6=class extends yt{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e),this.onUiChange=()=>this.sourceParams.filterModifiedCallback(),this.expectingNewMethods=!0,this.hasBeenActive=!1,this.awaitSetMethodsCallback=new Re(e=>{this.resolveSetMethodsCallback=e})}isFilterActive(){return this.model!=null}doesFilterPass(e){return this.providedMethods.doesFilterPass(e)}getModel(){return this.model}setModel(e){return this.expectingNewMethods=!0,this.model=e,this.hasBeenActive||(this.hasBeenActive=this.isFilterActive()),this.refreshProps()}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","getModelAsString","onAnyFilterChanged"]}setMethods(e){this.expectingNewMethods===!1&&this.hasBeenActive&&this.providedMethods?.doesFilterPass!==e?.doesFilterPass&&setTimeout(()=>{this.sourceParams.filterChangedCallback()}),this.expectingNewMethods=!1,super.setMethods(e),this.resolveSetMethodsCallback(),this.resolveFilterPassCallback?.(),this.resolveFilterPassCallback=void 0}updateModel(e){this.resolveFilterPassCallback?.();const t=new Re(s=>{this.resolveFilterPassCallback=s});this.setModel(e).then(()=>{t.then(()=>{this.sourceParams.filterChangedCallback()})})}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e.onUiChange=this.onUiChange,delete e.filterChangedCallback,e}},z6=class extends yt{constructor(){super(...arguments),this.awaitSetMethodsCallback=new Re(e=>{this.resolveSetMethodsCallback=e})}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","onAnyFilterChanged"]}setMethods(e){super.setMethods(e),this.resolveSetMethodsCallback()}};function xm(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||Re.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var W6=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t,this.model=null,this.onModelChange=s=>this.updateModel(s)}getProps(){return{...this.floatingFilterParams,model:this.model,onModelChange:this.onModelChange}}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xm(this.floatingFilterParams,e)}},_6=class extends yt{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e)}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xm(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},j6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},U6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},$6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},K6=class extends yt{constructor(){super(...arguments),this.active=!1,this.expanded=!1,this.onActiveChange=e=>this.updateActive(e)}setActive(e){this.awaitSetActive(e)}setExpanded(e){this.expanded=e,this.refreshProps()}getOptionalMethods(){return["select","configureDefaults"]}awaitSetActive(e){return this.active=e,this.refreshProps()}updateActive(e){const t=this.awaitSetActive(e);e&&t.then(()=>this.sourceParams.onItemActivated())}getProps(){const e=super.getProps();return e.active=this.active,e.expanded=this.expanded,e.onActiveChange=this.onActiveChange,delete e.onItemActivated,e}},q6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},Y6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},Z6=class extends yt{constructor(){super(...arguments),this.onStateChange=e=>this.updateState(e)}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}getState(){return this.state}updateState(e){this.state=e,this.refreshProps(),this.sourceParams.onStateUpdated()}getProps(){const e=super.getProps();return e.state=this.state,e.onStateChange=this.onStateChange,e}};function fd(){G(231)}var X6=1e3,Q6=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||X6}getPortals(){return this.portals}destroy(){this.destroyed=!0}destroyPortal(e){this.portals=this.portals.filter(t=>t!==e),this.batchUpdate()}getComponentWrappingElement(){return this.wrappingElement}mountReactPortal(e,t,s){this.portals=[...this.portals,e],this.waitForInstance(t,s),this.batchUpdate()}updateReactPortal(e,t){this.portals[this.portals.indexOf(e)]=t,this.batchUpdate()}batchUpdate(){this.hasPendingPortalUpdate||(setTimeout(()=>{this.destroyed||(this.refresher(),this.hasPendingPortalUpdate=!1)}),this.hasPendingPortalUpdate=!0)}waitForInstance(e,t,s=Date.now()){if(this.destroyed){t(null);return}if(e.rendered())t(e);else{if(Date.now()-s>=this.maxComponentCreationTimeMs&&!this.hasPendingPortalUpdate){tn(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},J6=({ctrl:e})=>{const t=e.isAlive(),{context:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(),a=g.useRef(),l=g.useRef(null),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=g.useRef();t&&!h.current&&(h.current=new ln(()=>l.current));const p=g.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new oi);const b=()=>{const y=e.getSelectAllGui();y&&(c.current?.insertAdjacentElement("afterend",y),a.current.addDestroyFunc(()=>y.remove()))},S={setWidth:y=>{l.current&&(l.current.style.width=y)},toggleCss:(y,x)=>h.current.toggleCss(y,x),setUserStyles:y=>r(y),setAriaSort:y=>{l.current&&(y?sb(l.current,y):ob(l.current))},setUserCompDetails:y=>i(y),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);g.useLayoutEffect(()=>gn(o,s,d.current,u),[o]),g.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=g.useMemo(()=>!!(o?.componentFromFramework&&ni(o.componentClass)),[o]),m=o?.componentFromFramework,v=o?.componentClass;return g.createElement("div",{ref:p,style:n,className:"ag-header-cell",role:"columnheader"},g.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),g.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},m?f?g.createElement(v,{...o.params}):g.createElement(v,{...o.params,ref:u}):null))},eI=g.memo(J6),tI=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},sI=({ctrl:e})=>{const{context:t,gos:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(()=>new It("ag-header-cell","ag-floating-filter")),[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It("ag-floating-filter-button","ag-hidden")),[u,h]=g.useState("false"),[p,f]=g.useState(),[,m]=g.useState(1),v=g.useRef(),w=g.useRef(null),b=g.useRef(null),S=g.useRef(null),y=g.useRef(null),x=g.useRef(),R=g.useRef(),F=_=>{_!=null&&x.current&&x.current(_)},D=g.useCallback(_=>{if(w.current=_,!_||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new oi),R.current=new Re(q=>{x.current=q});const j={toggleCss:(q,Y)=>r($=>$.setClass(q,Y)),setUserStyles:q=>i(q),addOrRemoveBodyCssClass:(q,Y)=>l($=>$.setClass(q,Y)),setButtonWrapperDisplayed:q=>{d(Y=>Y.setClass("ag-hidden",!q)),h(q?"false":"true")},setWidth:q=>{w.current&&(w.current.style.width=q)},setCompDetails:q=>f(q),getFloatingFilterComp:()=>R.current?R.current:null,setMenuIcon:q=>y.current?.appendChild(q)};e.setComp(j,_,y.current,b.current,v.current)},[]);g.useLayoutEffect(()=>gn(p,t,b.current,F),[p]);const T=g.useMemo(()=>n.toString(),[n]),k=g.useMemo(()=>a.toString(),[a]),E=g.useMemo(()=>c.toString(),[c]),M=g.useMemo(()=>!!(p&&p.componentFromFramework&&ni(p.componentClass)),[p]),O=g.useMemo(()=>s.get("reactiveCustomComponents"),[]),B=g.useMemo(()=>s.get("enableFilterHandlers"),[]),[H,Q]=g.useState();g.useEffect(()=>{if(p?.componentFromFramework)if(O){const _=B?tI:W6,j=new _(p.params,()=>m(q=>q+1));F(j),Q(j)}else fd()},[p]);const se=H?.getProps(),L=p?.componentFromFramework,te=p?.componentClass;return g.createElement("div",{ref:D,style:o,className:T,role:"gridcell"},g.createElement("div",{ref:b,className:k,role:"presentation"},L?O?se&&g.createElement(pd.Provider,{value:{setMethods:_=>H.setMethods(_)}},g.createElement(te,{...se})):g.createElement(te,{...p.params,ref:M?()=>{}:F}):null),g.createElement("div",{ref:S,"aria-hidden":u,className:E,role:"presentation"},g.createElement("button",{ref:y,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},oI=g.memo(sI),iI=({ctrl:e})=>{const{context:t}=g.useContext(at),[s,o]=g.useState(),[i,n]=g.useState(()=>new It),[r,a]=g.useState(()=>new It),[l,c]=g.useState("false"),[d,u]=g.useState(),[h,p]=g.useState(),f=g.useRef(),m=g.useRef(null),v=g.useRef(null),w=g.useRef(null),b=g.useRef(),S=g.useCallback(T=>{if(m.current=T,!T||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new oi);const k={setWidth:E=>{m.current&&(m.current.style.width=E)},toggleCss:(E,M)=>n(O=>O.setClass(E,M)),setUserStyles:E=>o(E),setHeaderWrapperHidden:E=>{const M=w.current;M&&(E?M.style.setProperty("display","none"):M.style.removeProperty("display"))},setHeaderWrapperMaxHeight:E=>{const M=w.current;M&&(E!=null?M.style.setProperty("max-height",`${E}px`):M.style.removeProperty("max-height"),M.classList.toggle("ag-header-cell-comp-wrapper-limited-height",E!=null))},setUserCompDetails:E=>p(E),setResizableDisplayed:E=>{a(M=>M.setClass("ag-hidden",!E)),c(E?"false":"true")},setAriaExpanded:E=>u(E),getUserCompInstance:()=>b.current||void 0};e.setComp(k,T,v.current,w.current,f.current)},[]);g.useLayoutEffect(()=>gn(h,t,w.current),[h]),g.useEffect(()=>{m.current&&e.setDragSource(m.current)},[h]);const y=g.useMemo(()=>!!(h?.componentFromFramework&&ni(h.componentClass)),[h]),x=g.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),R=g.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),F=h?.componentFromFramework,D=h?.componentClass;return g.createElement("div",{ref:S,style:s,className:x,role:"columnheader","aria-expanded":d},g.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},F?y?g.createElement(D,{...h.params}):g.createElement(D,{...h.params,ref:b}):null),g.createElement("div",{ref:v,"aria-hidden":l,className:R}))},nI=g.memo(iI),rI=({ctrl:e})=>{const{gos:t,context:s}=g.useContext(at),{topOffset:o,rowHeight:i}=g.useMemo(()=>e.getTopAndHeight(),[]),n=g.useMemo(()=>t.get("tabIndex"),[]),[r,a]=g.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=g.useState(()=>i+"px"),[u,h]=g.useState(()=>o+"px"),p=g.useRef(null),[f,m]=g.useState(()=>e.getUpdatedHeaderCtrls()),v=g.useRef(),w=g.useRef(null),b=g.useCallback(x=>{if(w.current=x,!x||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new oi);const R={setHeight:F=>d(F),setTop:F=>h(F),setHeaderCtrls:(F,D,T)=>{const k=p.current,E=Ar(k,F,D);E!==k&&(p.current=E,tn(T,()=>m(E)))},setWidth:F=>{w.current&&(w.current.style.width=F)},setRowIndex:F=>{a(F)}};e.setComp(R,v.current,!1)},[]),S=g.useMemo(()=>({height:c,top:u}),[c,u]),y=g.useCallback(x=>{switch(e.type){case"group":return g.createElement(nI,{ctrl:x,key:x.instanceId});case"filter":return g.createElement(oI,{ctrl:x,key:x.instanceId});default:return g.createElement(eI,{ctrl:x,key:x.instanceId})}},[]);return g.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(y))},aI=g.memo(rI),lI=({pinned:e})=>{const[t,s]=g.useState(!0),[o,i]=g.useState([]),{context:n}=g.useContext(at),r=g.useRef(null),a=g.useRef(null),l=g.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=g.useCallback(m=>{if(r.current=m,!m||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new Wx(e));const v={setDisplayed:s,setCtrls:w=>i(w),setCenterWidth:w=>{a.current&&(a.current.style.width=w)},setViewportScrollLeft:w=>{r.current&&(r.current.scrollLeft=w)},setPinnedContainerWidth:w=>{r.current&&(r.current.style.width=w,r.current.style.minWidth=w,r.current.style.maxWidth=w)}};l.current.setComp(v,r.current)},[]),p=t?"":"ag-hidden",f=()=>o.map(m=>g.createElement(aI,{ctrl:m,key:m.instanceId}));return c?g.createElement("div",{ref:h,className:"ag-pinned-left-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):d?g.createElement("div",{ref:h,className:"ag-pinned-right-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):u?g.createElement("div",{ref:h,className:"ag-header-viewport "+p,role:"rowgroup",tabIndex:-1},g.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},ml=g.memo(lI),cI=()=>{const[e,t]=g.useState(()=>new It),[s,o]=g.useState(),{context:i}=g.useContext(at),n=g.useRef(null),r=g.useRef(),a=g.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new Gx);const u={toggleCss:(h,p)=>t(f=>f.setClass(h,p)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=g.useMemo(()=>"ag-header "+e.toString(),[e]),c=g.useMemo(()=>({height:s,minHeight:s}),[s]);return g.createElement("div",{ref:a,className:l,style:c,role:"presentation"},g.createElement(ml,{pinned:"left"}),g.createElement(ml,{pinned:null}),g.createElement(ml,{pinned:"right"}))},dI=g.memo(cI),uI=(e,t)=>{g.useEffect(()=>{const s=t.current;if(s){const o=s.parentElement;if(o){const i=document.createComment(e);return o.insertBefore(i,s),()=>{i.remove()}}}},[e])},zs=uI,hI=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new Re(s=>{this.resolveInstanceCreated=s}),this.onValueChange=s=>this.updateValue(s),this.value=e.value}getProps(){return{...this.cellEditorParams,initialValue:this.cellEditorParams.value,value:this.value,onValueChange:this.onValueChange}}getValue(){return this.value}refresh(e){this.cellEditorParams=e,this.refreshProps()}setMethods(e){ca(this.getOptionalMethods(),e,this)}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}setRef(e){this.componentInstance=e,this.resolveInstanceCreated?.(),this.resolveInstanceCreated=void 0}getOptionalMethods(){return["isCancelBeforeStart","isCancelAfterEnd","focusIn","focusOut","afterGuiAttached","getValidationErrors","getValidationElement"]}updateValue(e){this.value=e,this.refreshProps()}},gI=e=>{const t=g.useRef(e),s=g.useRef(),o=g.useRef(!1),i=g.useRef(!1),[,n]=g.useState(0);o.current&&(i.current=!0),g.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},pI=e=>{const[t,s]=g.useState(),o=g.useContext(at),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return gI(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let p,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const m=f.getGui();if(e.jsChildComp){const x=e.jsChildComp.getGui();x&&m.appendChild(x)}const{column:v,rowNode:w}=c,b={column:v,rowNode:w,type:"popupCellEditor",eventSource:d,ePopup:m,position:l.popupPosition,keepWithinBounds:!0},S=n?.positionPopupByComponent.bind(n,b),y=n?.addPopup({modal:h,eChild:m,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});p=y?y.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{p?.(),i.destroyBean(f)}}),g.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(Be(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?on.createPortal(e.wrappedContent,t.getGui()):null},mh=g.memo(pI),fI=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=ni(t);return g.createElement(pd.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?g.createElement(t,{...i}):g.createElement(t,{...i,ref:r=>o.setRef(r)}))},Ch=(e,t,s)=>e.compProxy?fI(e,t,s):g.createElement(t,{...e.compDetails.params,ref:s}),mI=(e,t,s,o,i)=>{const n=e.compDetails,r=n.componentClass,a=n.componentFromFramework&&!e.popup,l=n.componentFromFramework&&e.popup,c=!n.componentFromFramework&&e.popup;return a?Ch(e,r,t):l?g.createElement(mh,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:Ch(e,r,t)}):c&&i?g.createElement(mh,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},CI=(e,t,s,o,i,n)=>{const{context:r}=g.useContext(at),a=g.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);g.useEffect(()=>{const l=e!=null,c=e?.compDetails&&!e.compDetails.componentFromFramework,d=t&&s==null;if(!(l&&c&&!d)){a();return}const h=e.compDetails;if(i.current){const f=i.current,v=f.refresh!=null&&e.force==!1?f.refresh(h.params):!1;if(v===!0||v===void 0)return;a()}h.newAgStackInstance().then(f=>{if(!f)return;const m=f.getGui();if(!m)return;(t?s:n.current).appendChild(m),i.current=f})},[e,t,o]),g.useEffect(()=>a,[])},Rm=CI,vI=({cellCtrl:e,parent:t})=>{const s=g.useRef(),o=g.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(Rm(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return g.createElement(i,{...o.compDetails.params})}return g.createElement(g.Fragment,null)},wI=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=g.useContext(at),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=g.useRef(),[l,c]=g.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=g.useState(),[h,p]=g.useState(1),[f,m]=g.useState(),[v,w]=g.useState(!1),[b,S]=g.useState(!1),[y,x]=g.useState(!1),[R,F]=g.useState(),D=g.useMemo(()=>e.isForceWrapper(),[e]),T=g.useMemo(()=>e.getCellAriaRole(),[e]),k=g.useRef(null),E=g.useRef(null),M=g.useRef(null),O=g.useRef(),B=g.useRef(),H=g.useRef(),Q=g.useRef([]),se=g.useRef(),L=g.useRef(),[te,_]=g.useState(0),j=g.useCallback(fe=>{L.current=fe,_(xe=>xe+1)},[]),q=l!=null&&(v||y||b)&&(d==null||!!d.popup),Y=D||q,$=g.useMemo(()=>e.getCellValueClass(),[e]),J=g.useCallback(fe=>{if(B.current=fe,fe){const xe=fe.isCancelBeforeStart&&fe.isCancelBeforeStart();setTimeout(()=>{xe?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(fe))})}},[e]),N=g.useRef();N.current||(N.current=new ln(()=>k.current)),Rm(l,Y,L.current,te,O,k);const P=g.useRef();g.useLayoutEffect(()=>{const fe=P.current,xe=l;if(P.current=l,fe==null||fe.compDetails==null||xe==null||xe.compDetails==null)return;se.current?.refreshVisibility();const z=fe.compDetails,Ce=xe.compDetails;if(z.componentClass!=Ce.componentClass||M.current?.refresh==null)return;M.current.refresh(Ce.params)!=!0&&p(me=>me+1)},[l]),g.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const xe=d.compDetails,z=d.popup===!0,Ce=xe.newAgStackInstance();return Ce.then(ce=>{if(!ce)return;const me=ce.getGui();J(ce),z||((D?H:k).current?.appendChild(me),ce.afterGuiAttached?.()),F(ce)}),()=>{Ce.then(ce=>{const me=ce.getGui();e.disableEditorTooltipFeature(),i.destroyBean(ce),J(void 0),F(void 0),me?.remove()})}},[d]);const W=g.useCallback(fe=>{if(H.current=fe,!fe||i.isDestroyed()||!e.isAlive()){const Ce=Q.current;Q.current=[];for(const ce of Ce)ce();return}let xe;const z=Ce=>{Ce&&(fe.insertAdjacentElement("afterbegin",Ce.getGui()),Q.current.push(()=>{Ms(Ce.getGui()),i.destroyBean(Ce),se.current===xe&&(se.current=void 0)}))};v&&z(e.createSelectionCheckbox()),y&&z(e.createDndSource()),b&&(xe=e.createRowDragComp(),se.current=xe,xe&&(z(xe),xe.refreshVisibility()))},[e,i,y,b,v]),re=g.useCallback(()=>{const fe=!e.isCellSpanning()||E.current,xe=k.current;if(!xe||!fe||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new oi);const z={toggleCss:(ce,me)=>N.current.toggleCss(ce,me),setUserStyles:ce=>m(ce),getFocusableElement:()=>k.current,setIncludeSelection:ce=>w(ce),setIncludeRowDrag:ce=>S(ce),setIncludeDndSource:ce=>x(ce),getCellEditor:()=>B.current??null,getCellRenderer:()=>M.current??O.current,getParentOfValue:()=>L.current??H.current??k.current,setRenderDetails:(ce,me,$e)=>{const mt=()=>{c(ze=>ze?.compDetails!==ce||ze?.value!==me||ze?.force!==$e?{value:me,compDetails:ce,force:$e}:ze)};if(ce?.params?.deferRender&&!e.rowNode.group){const{loadingComp:ze,onReady:Lt}=e.getDeferLoadingCellRenderer();if(ze){c({value:void 0,compDetails:ze,force:!1}),Lt.then(()=>k6(mt));return}}mt()},setEditDetails:(ce,me,$e,mt)=>{if(ce){let ze;ce.componentFromFramework&&(mt?ze=new hI(ce.params,()=>p(Lt=>Lt+1)):fd()),u({compDetails:ce,popup:me,popupPosition:$e,compProxy:ze}),me||c(void 0)}else e.hasBrowserFocus()&&z.getFocusableElement().focus({preventScroll:!0}),B.current=void 0,u(void 0)},refreshEditStyles:(ce,me)=>{if(!k.current)return;const{current:$e}=N;$e.toggleCss("ag-cell-value",!Y),$e.toggleCss("ag-cell-inline-editing",!!ce&&!me),$e.toggleCss("ag-cell-popup-editing",!!ce&&!!me),$e.toggleCss("ag-cell-not-inline-editing",!ce||!!me)}},Ce=H.current||void 0;e.setComp(z,xe,E.current??void 0,Ce,t,s,a.current)},[]),ee=g.useCallback(fe=>{k.current=fe,re()},[]),ge=g.useCallback(fe=>{E.current=fe,re()},[]),be=g.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&ni(l.compDetails.componentClass)),[l]);g.useLayoutEffect(()=>{if(!k.current)return;const{current:fe}=N;fe.toggleCss("ag-cell-value",!Y),fe.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),fe.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),fe.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const ye=()=>{const{compDetails:fe,value:xe}=l;if(!fe)return xe?.toString?.()??xe;if(fe.componentFromFramework){const z=fe.componentClass;return g.createElement(g.Suspense,{fallback:g.createElement(vI,{cellCtrl:e,parent:k})},be?g.createElement(z,{...fe.params,key:h}):g.createElement(z,{...fe.params,key:h,ref:M}))}},De=()=>{const fe=()=>l==null?null:Y?g.createElement("span",{role:"presentation",id:`cell-${r}`,className:$,ref:j},ye()):ye(),xe=z=>mI(z,J,k.current,e,R);return d!=null?d.popup?g.createElement(g.Fragment,null,fe(),xe(d)):xe(d):fe()},ot=()=>g.createElement("div",{ref:ee,style:f,role:T,"col-id":n},Y?g.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:W},De()):De());return e.isCellSpanning()?g.createElement("div",{ref:ge,className:"ag-spanned-cell-wrapper",role:"presentation"},ot()):ot()},bI=g.memo(wI),SI=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=g.useContext(at),n=g.useContext(vm)==="default",r=g.useRef(),a=g.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=g.useState(()=>c?e.rowNode.getRowIndexString():null),[h,p]=g.useState(()=>e.rowId),[f,m]=g.useState(()=>e.businessKey),[v,w]=g.useState(()=>e.rowStyles),b=g.useRef(null),[S,y]=g.useState(()=>null),[x,R]=g.useState(),[F,D]=g.useState(()=>c?e.getInitialRowTop(t):void 0),[T,k]=g.useState(()=>c?e.getInitialTransform(t):void 0),E=g.useRef(null),M=g.useRef(),O=g.useRef(),B=g.useRef(!1),[H,Q]=g.useState(0);g.useEffect(()=>{if(B.current||!x||H>10)return;const ee=E.current?.firstChild;ee?(e.setupDetailRowAutoHeight(ee),B.current=!0):Q(ge=>ge+1)},[x,H]);const se=g.useRef();se.current||(se.current=new ln(()=>E.current));const L=g.useRef(()=>{}),te=g.useCallback(ee=>(L.current=ee,()=>{L.current=()=>{}}),[]),_=A6(te,()=>b.current,[]),j=n?_:S,q=g.useCallback(ee=>{if(E.current=ee,r.current=ee?s.createBean(new oi):s.destroyBean(r.current),!ee){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const ge={setTop:D,setTransform:k,toggleCss:(be,ye)=>se.current.toggleCss(be,ye),setDomOrder:be=>a.current=be,setRowIndex:u,setRowId:p,setRowBusinessKey:m,setUserStyles:w,setCellCtrls:(be,ye)=>{const De=b.current,ot=Ar(De,be,a.current);ot!==De&&(b.current=ot,n?L.current():tn(ye,()=>y(ot)))},showFullWidth:be=>{O.current=be.params,R(be)},getFullWidthCellRenderer:()=>M.current,getFullWidthCellRendererParams:()=>O.current,refreshFullWidth:be=>{const ye=be();return O.current=ye,P.current?(R(De=>({...De,params:ye})),!0):!M.current||!M.current.refresh?!1:M.current.refresh(ye)}};e.setComp(ge,ee,t,r.current)},[]);g.useLayoutEffect(()=>gn(x,s,E.current,M),[x]);const Y=g.useMemo(()=>{const ee={top:F,transform:T};return Object.assign(ee,v),ee},[F,T,v]),$=l&&x?.componentFromFramework,J=!l&&j!=null,N=g.useMemo(()=>!!(x?.componentFromFramework&&ni(x.componentClass)),[x]),P=g.useRef(!1);g.useEffect(()=>{P.current=N&&!!x&&!!o.get("reactiveCustomComponents")},[N,x]);const W=()=>j?.map(ee=>g.createElement(bI,{cellCtrl:ee,editingCell:i?.isEditing(ee,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:ee.instanceId})),re=()=>{const ee=x.componentClass;return N?g.createElement(ee,{...x.params}):g.createElement(ee,{...x.params,ref:M})};return g.createElement("div",{ref:q,role:"row",style:Y,"row-index":d,"row-id":h,"row-business-key":f},J?W():$?re():null)},vh=g.memo(SI),yI=({name:e})=>{const{context:t,gos:s}=g.useContext(at),o=g.useMemo(()=>dn(e),[e]),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef([]),l=g.useRef([]),[c,d]=g.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=g.useRef([]),p=g.useRef([]),[f,m]=g.useState(()=>[]),v=g.useRef(!1),w=g.useRef(),b=g.useMemo(()=>Dt("ag-viewport",Wp(e)),[e]),S=g.useMemo(()=>Dt(sr(e)),[e]),y=g.useMemo(()=>Dt("ag-spanning-container",lx(e)),[e]),x=o.type==="center"||u,R=x?i:n;zs(" AG Row Container "+e+" ",R);const F=g.useCallback(()=>{const H=!x||i.current!=null,Q=n.current!=null,se=!u||r.current!=null;return H&&Q&&se},[]),D=g.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),T=g.useCallback(()=>{if(D()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&F()){const H=L=>{const te=Ar(l.current,a.current,v.current);te!==l.current&&(l.current=te,tn(L,()=>d(te)))},Q=L=>{const te=Ar(p.current,h.current,v.current);te!==p.current&&(p.current=te,tn(L,()=>m(te)))},se={setHorizontalScroll:L=>{i.current&&(i.current.scrollLeft=L)},setViewportHeight:L=>{i.current&&(i.current.style.height=L)},setRowCtrls:({rowCtrls:L,useFlushSync:te})=>{const _=!!te&&a.current.length>0&&L.length>0;a.current=L,H(_)},setSpannedRowCtrls:(L,te)=>{const _=!!te&&h.current.length>0&&L.length>0;h.current=L,Q(_)},setDomOrder:L=>{v.current!=L&&(v.current=L,H(!1))},setContainerWidth:L=>{n.current&&(n.current.style.width=L)},setOffsetTop:L=>{n.current&&(n.current.style.transform=`translateY(${L})`)}};w.current=t.createBean(new vx(e)),w.current.setComp(se,n.current,r.current??void 0,i.current)}},[F,D]),k=g.useCallback(H=>{n.current=H,T()},[T]),E=g.useCallback(H=>{r.current=H,T()},[T]),M=g.useCallback(H=>{i.current=H,T()},[T]),O=()=>g.createElement("div",{className:S,ref:k,role:x?"presentation":"rowgroup"},c.map(H=>g.createElement(vh,{rowCtrl:H,containerType:o.type,key:H.instanceId})));if(!x)return O();const B=()=>g.createElement("div",{className:y,ref:E,role:"presentation"},f.map(H=>g.createElement(vh,{rowCtrl:H,containerType:o.type,key:H.instanceId})));return g.createElement("div",{className:b,ref:M,role:"rowgroup"},O(),u?B():null)},xI=g.memo(yI),RI=()=>{const e=g.useContext(at),{context:t,overlays:s}=e,[o,i]=g.useState(""),[n,r]=g.useState(0),[a,l]=g.useState(0),[c,d]=g.useState("0px"),[u,h]=g.useState("0px"),[p,f]=g.useState("100%"),[m,v]=g.useState("0px"),[w,b]=g.useState("0px"),[S,y]=g.useState("100%"),[x,R]=g.useState(!0),[F,D]=g.useState(!0),[T,k]=g.useState(null),[E,M]=g.useState(""),[O,B]=g.useState(null),[H,Q]=g.useState("ag-layout-normal"),se=g.useRef();se.current||(se.current=new ln(()=>L.current));const L=g.useRef(null),te=g.useRef(null),_=g.useRef(null),j=g.useRef(null),q=g.useRef(null),Y=g.useRef(null),$=g.useRef(null),J=g.useRef([]),N=g.useRef([]);zs(" AG Grid Body ",L),zs(" AG Pinned Top ",te),zs(" AG Sticky Top ",_),zs(" AG Middle ",Y),zs(" AG Pinned Bottom ",$);const P=g.useCallback(me=>{if(L.current=me,!me||t.isDestroyed()){J.current=t.destroyBeans(J.current);for(const ke of N.current)ke();N.current=[];return}const $e=(ke,Qe)=>{ke.appendChild(Qe),N.current.push(()=>Qe.remove())},mt=ke=>{const Qe=t.createBean(new ke);return J.current.push(Qe),Qe},ze=(ke,Qe,ai)=>{$e(ke,document.createComment(ai)),$e(ke,mt(Qe).getGui())};ze(me,Fx," AG Fake Horizontal Scroll ");const Lt=s?.getOverlayWrapperCompClass();Lt&&ze(me,Lt," AG Overlay Wrapper "),q.current&&ze(q.current,Dx," AG Fake Vertical Scroll ");const vo={setRowAnimationCssOnBodyViewport:i,setColumnCount:ke=>{L.current&&eb(L.current,ke)},setRowCount:ke=>{L.current&&Q1(L.current,ke)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:R,setBottomInvisible:D,setColumnMovingCss:(ke,Qe)=>se.current.toggleCss(ke,Qe),updateLayoutClasses:Q,setAlwaysVerticalScrollClass:k,setPinnedTopBottomOverflowY:M,setCellSelectableCss:(ke,Qe)=>B(Qe?ke:null),setBodyViewportWidth:ke=>{Y.current&&(Y.current.style.width=ke)},registerBodyViewportResizeListener:ke=>{if(Y.current){const Qe=fs(e,Y.current,ke);N.current.push(()=>Qe())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:y,setGridRootRole:ke=>me.setAttribute("role",ke)},Ot=t.createBean(new yx);J.current.push(Ot),Ot.setComp(vo,me,Y.current,te.current,$.current,_.current,j.current)},[]),W=g.useMemo(()=>Dt("ag-root","ag-unselectable",H),[H]),re=g.useMemo(()=>Dt("ag-body-viewport",o,H,T,O),[o,H,T,O]),ee=g.useMemo(()=>Dt("ag-body",H),[H]),ge=g.useMemo(()=>Dt("ag-floating-top",x?"ag-invisible":null,O),[O,x]),be=g.useMemo(()=>Dt("ag-sticky-top",O),[O]),ye=g.useMemo(()=>Dt("ag-sticky-bottom",m==="0px"?"ag-invisible":null,O),[O,m]),De=g.useMemo(()=>Dt("ag-floating-bottom",F?"ag-invisible":null,O),[O,F]),ot=g.useMemo(()=>({height:n,minHeight:n,overflowY:E}),[n,E]),fe=g.useMemo(()=>({height:c,top:u,width:p}),[c,u,p]),xe=g.useMemo(()=>({height:m,bottom:w,width:S}),[m,w,S]),z=g.useMemo(()=>({height:a,minHeight:a,overflowY:E}),[a,E]),Ce=me=>g.createElement(xI,{name:me,key:`${me}-container`}),ce=({section:me,children:$e,className:mt,style:ze})=>g.createElement("div",{ref:me,className:mt,role:"presentation",style:ze},$e.map(Ce));return g.createElement("div",{ref:P,className:W},g.createElement(dI,null),ce({section:te,className:ge,style:ot,children:["topLeft","topCenter","topRight","topFullWidth"]}),g.createElement("div",{className:ee,ref:q,role:"presentation"},ce({section:Y,className:re,children:["left","center","right","fullWidth"]})),ce({section:_,className:be,style:fe,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),ce({section:j,className:ye,style:xe,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),ce({section:$,className:De,style:z,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},FI=g.memo(RI),EI=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=g.useContext(at),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=w=>{const b=w==null?void 0:parseInt(w,10).toString();for(const S of[c,d])b===void 0?S.current?.removeAttribute("tabindex"):S.current?.setAttribute("tabindex",b)};g.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const p=g.useCallback(()=>{const w=c.current,b=d.current;if(!w&&!b||l.isDestroyed()){u.current=l.destroyBean(u.current);return}if(w&&b){const S={setTabIndex:h};u.current=l.createBean(new ef({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:y=>n.focusInnerElement(y),isEmpty:a}))}},[]),f=g.useCallback(w=>{c.current=w,p()},[p]),m=g.useCallback(w=>{d.current=w,p()},[p]),v=w=>{const b=w==="top"?zo.TAB_GUARD_TOP:zo.TAB_GUARD_BOTTOM;return g.createElement("div",{className:`${zo.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:m})};return g.createElement(g.Fragment,null,v("top"),s,v("bottom"))},DI=g.forwardRef(EI),PI=g.memo(DI),MI=({context:e})=>{const[t,s]=g.useState(""),[o,i]=g.useState(""),[n,r]=g.useState(null),[a,l]=g.useState(null),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(),f=g.useRef(null),m=g.useRef(),[v,w]=g.useState(null),b=g.useRef(()=>{}),S=g.useRef(),y=g.useRef([]),x=g.useCallback(()=>{},[]);zs(" AG Grid ",f);const R=g.useCallback(M=>{if(f.current=M,p.current=M?e.createBean(new RR):e.destroyBean(p.current),!M||e.isDestroyed())return;const O=p.current;b.current=O.focusInnerElement.bind(O);const B={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:H=>{if(!H&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(H);return}m.current?.forceFocusOutOfContainer(H)},updateLayoutClasses:i,getFocusableContainers:()=>{const H=[],Q=f.current?.querySelector(".ag-root");Q&&H.push({getGui:()=>Q});for(const se of y.current)se.isDisplayed()&&H.push(se);return H},setCursor:r,setUserSelect:l};O.setComp(B,M,M),d(!0)},[]);g.useEffect(()=>{const M=p.current,O=f.current;if(!u||!M||!v||!O||e.isDestroyed())return;const B=[],{watermarkSelector:H,paginationSelector:Q,sideBarSelector:se,statusBarSelector:L,gridHeaderDropZonesSelector:te}=M.getOptionalSelectors(),_=[];if(te){const q=e.createBean(new te.component),Y=q.getGui();O.insertAdjacentElement("afterbegin",Y),_.push(Y),B.push(q)}if(se){const q=e.createBean(new se.component),Y=q.getGui(),$=v.querySelector(".ag-tab-guard-bottom");$&&($.insertAdjacentElement("beforebegin",Y),_.push(Y)),B.push(q),y.current.push(q)}const j=q=>{const Y=e.createBean(new q),$=Y.getGui();return O.insertAdjacentElement("beforeend",$),_.push($),B.push(Y),Y};if(L&&j(L.component),Q){const q=j(Q.component);S.current=q,y.current.push(q)}return H&&j(H.component),()=>{e.destroyBeans(B);for(const q of _)q.remove()}},[u,v,e]);const F=g.useMemo(()=>Dt("ag-root-wrapper",t,o),[t,o]),D=g.useMemo(()=>Dt("ag-root-wrapper-body","ag-focus-managed",o),[o]),T=g.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),k=g.useCallback(M=>{m.current=M,h(M!==null)},[]),E=g.useCallback(()=>!p.current?.isFocusable(),[]);return g.createElement("div",{ref:R,className:F,style:T,role:"presentation"},g.createElement("div",{className:D,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&g.createElement(at.Provider,{value:e.getBeans()},g.createElement(PI,{ref:k,eFocusableElement:v,onTabKeyDown:x,gridCtrl:p.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:E},g.createElement(FI,null)))))},TI=g.memo(MI),II=class extends A{postConstruct(){if(this.beans.colAutosize){const e=this.queueResizeOperationsForTick.bind(this);this.addManagedEventListeners({rowExpansionStateChanged:e,expandOrCollapseAll:e,cellValueChanged:e,rowNodeDataChanged:e,rowDataUpdated:e})}}queueResizeOperationsForTick(){const e=this.beans.colAutosize;e.shouldQueueResizeOperations=!0,setTimeout(()=>{e.processResizeOperations()},0)}areHeaderCellsRendered(){return this.beans.ctrlsSvc.getHeaderRowContainerCtrls().every(e=>e.getAllCtrls().every(t=>t.areCellsRendered()))}areCellsRendered(){return this.beans.rowRenderer.getAllRowCtrls().every(e=>e.isRowRendered()&&e.getAllCellCtrls().every(t=>!!t.eGui))}},Fm={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},kI={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...Fm},Em=new Set(Object.keys(kI)),AI=new Set(Object.keys(Fm)),Dm=e=>{const t=g.useRef(),s=g.useRef(null),o=g.useRef(null),i=g.useRef([]),n=g.useRef([]),r=g.useRef(e),a=g.useRef(),l=g.useRef(),c=g.useRef(!1),[d,u]=g.useState(void 0),[,h]=g.useState(0),p=g.useCallback(w=>{if(s.current=w,!w){for(const E of i.current)E();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new Q6(()=>h(E=>E+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=t0(e.gridOptions,e,Object.keys(e).filter(E=>!Em.has(E))),y=()=>{if(c.current){const E=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let M=E();for(;M;)M(),M=E()}},x=new HI(y);a.current=x;const R=new II,F={providedBeanInstances:{frameworkCompWrapper:new OI(o.current,S),renderStatus:R},modules:b,frameworkOverrides:x,setThemeOnGridDiv:!0},D=E=>{u(E),E.createBean(R),i.current.push(()=>{E.destroy()}),E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{if(E.isDestroyed())return;const M=t.current;M&&e.passGridApi?.(M)})},T=E=>{E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{for(const M of n.current)M();n.current.length=0,c.current=!0})},k=new X3;S.gridId??(S.gridId=l.current),t.current=k.create(w,S,D,T,F),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=g.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),m=g.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);g.useEffect(()=>{const w=LI(r.current,e);r.current=e,m(()=>{t.current&&s0(w,t.current)})},[e]);const v=!g.useSyncExternalStore||Xn(e,"renderingMode")==="legacy"?"legacy":"default";return g.createElement("div",{style:f,className:e.className,ref:p},g.createElement(vm.Provider,{value:v},d&&!d.isDestroyed()?g.createElement(TI,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function LI(e,t){const s={};for(const o of Object.keys(t)){if(Em.has(o)){AI.has(o)&&G(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var OI=class extends sP{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(Xn(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return Xn(s,"enableFilterHandlers")?z6:V6;case"floatingFilterComponent":return Xn(s,"enableFilterHandlers")?j6:_6;case"dateComponent":return G6;case"dragAndDropImageComponent":return B6;case"loadingOverlayComponent":return $6;case"noRowsOverlayComponent":return q6;case"statusPanel":return Y6;case"toolPanel":return Z6;case"menuItem":return K6;case"cellRenderer":return H6;case"innerHeaderComponent":return U6}})(t.name);if(r)return new r(e,this.parent,t)}else switch(t.name){case"filter":case"floatingFilterComponent":case"dateComponent":case"dragAndDropImageComponent":case"loadingOverlayComponent":case"noRowsOverlayComponent":case"statusPanel":case"toolPanel":case"menuItem":case"cellRenderer":fd();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new ym(e,this.parent,t,i)}},NI=g.forwardRef((e,t)=>{const s=g.useContext(at),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It),[u,h]=g.useState(),[p,f]=g.useState(),m=g.useRef(),v=g.useRef(null),w=g.useRef(),b=g.useMemo(()=>kb(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=g.useMemo(()=>a.toString()+" ag-details-row",[a]),y=g.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&g.useImperativeHandle(t,()=>({refresh(){return m.current?.refresh()??!1}})),e.template&&G(230);const x=g.useCallback(F=>{if(v.current=F,!F||i.isDestroyed()){m.current=i.destroyBean(m.current),w.current?.();return}const D={toggleCss:(k,E)=>l(M=>M.setClass(k,E)),toggleDetailGridCss:(k,E)=>d(M=>M.setClass(k,E)),setDetailGrid:k=>h(k),setRowData:k=>f(k),getGui:()=>v.current},T=o.createDynamicBean("detailCellRendererCtrl",!0);if(T&&(i.createBean(T),T.init(D,e),m.current=T,n.get("detailRowAutoHeight"))){const k=()=>{if(v.current==null)return;const E=v.current.clientHeight;E!=null&&E>0&&setTimeout(()=>{e.node.setRowHeight(E),(We(n)||po(n))&&r.onRowHeightChanged()},0)};w.current=fs(s,F,k),k()}},[]),R=g.useCallback(F=>{m.current?.registerDetailWithMaster(F)},[]);return g.createElement("div",{className:S,ref:x},u&&g.createElement(Dm,{className:y,...u,modules:b,rowData:p,passGridApi:R}))}),HI=class extends tf{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:ph,agGroupRowRenderer:ph,agDetailCellRenderer:NI},this.wrapIncoming=(t,s)=>s==="ensureVisible"?I6(t):t()}frameworkComponent(e){return this.frameworkComponents[e]}isFrameworkComponent(e){if(!e)return!1;const t=e.prototype;return!(t&&"getGui"in t)}getLockOnRefresh(){this.queueUpdates=!0}releaseLockOnRefresh(){this.queueUpdates=!1,this.processQueuedUpdates()}shouldQueueUpdates(){return this.queueUpdates}runWhenReadyAsync(){return T6()}},GI=class extends g.Component{constructor(){super(...arguments),this.apiListeners=[],this.setGridApi=e=>{this.api=e;for(const t of this.apiListeners)t(e)}}registerApiListener(e){this.apiListeners.push(e)}componentWillUnmount(){this.apiListeners.length=0}render(){return g.createElement(Dm,{...this.props,passGridApi:this.setGridApi})}},Pm=(e=>(e.Dropdown="dropdown",e.Menu="menu",e))(Pm||{}),Ct=(e=>(e.Click="click",e.Hover="hover",e.ContextMenu="contextMenu",e))(Ct||{}),Lr=(e=>(e.Item="item",e.Divider="divider",e.PlainText="plainText",e))(Lr||{});const BI=Z("flex items-center gap-2 align-middle","h-auto px-0 bg-transparent border-0"),VI=Z("z-[53] overflow-auto rounded bg-layer-0 text-primary shadow focus-visible:outline-none","w-max"),zI=Z("flex w-full cursor-pointer items-center gap-3","focus-visible:border-none focus-visible:outline-none","hover:bg-accent-primary-alpha px-3","dial-small h-[34px] rounded text-primary"),WI="opacity-75 !cursor-not-allowed",_I="text-error",jI="my-1 border-t border-hover border-secondary",Ri=4,md=({ariaLabel:e,className:t,size:s=24,onClose:o,...i})=>C.jsx(Ee,{"aria-label":e,className:ue("text-secondary hover:enabled:text-accent-primary",t),onClick:o,iconBefore:C.jsx(V.IconX,{size:s}),...i}),ft=({children:e,menu:t,renderOverlay:s,trigger:o=[Ct.Click],placement:i,disabled:n=!1,open:r,defaultOpen:a=!1,onOpenChange:l,closable:c=!1,onClose:d,className:u,listClassName:h,outsidePressIgnoreRef:p,outsideClosable:f=!0,allowedPlacements:m,anchorToMouse:v=!1,matchReferenceWidth:w=!0,maxDropdownHeight:b})=>{const[S,y]=g.useState(a),x=r!==void 0,R=x?!!r:S,F=g.useRef(null),D=g.useCallback(P=>{x||y(P),l?.(P)},[x,l]),T=g.useId(),k=i===void 0,E=P=>"clientWidth"in P?P.clientWidth:P.getBoundingClientRect?.()?.width??0,{refs:M,floatingStyles:O,context:B}=Se.useFloating({placement:i,open:R,onOpenChange:D,whileElementsMounted:Se.autoUpdate,middleware:[Se.offset({mainAxis:Ri,crossAxis:0}),k?Se.autoPlacement({alignment:"start",crossAxis:!0,padding:Ri,allowedPlacements:m}):Se.flip({padding:Ri}),Se.shift({padding:Ri}),Se.size({padding:Ri,apply({availableWidth:P,availableHeight:W,elements:re}){const ee=re.floating,ge=E(re.reference);ee.style.setProperty("--fui-available-height",`${Math.floor(W)}px`),ee.style.setProperty("--reference-width",w?`${Math.round(ge)}px`:"0px"),w?ee.style.minWidth=`${Math.round(ge)}px`:ee.style.removeProperty("min-width"),ee.style.maxWidth=`${Math.floor(P)}px`;const be=Math.floor(W);ee.style.maxHeight=`${b?Math.min(be,b):be}px`}})]}),H=Se.useClick(B,{enabled:o.includes(Ct.Click)&&!n}),Q=Se.useHover(B,{enabled:o.includes(Ct.Hover)&&!n,move:!1,restMs:40,delay:{open:80,close:80}}),se=Se.useDismiss(B,{bubbles:!0,referencePress:!1,outsidePress:P=>{if(!f)return!1;const W=P.target;return!(p?.current&&W instanceof Node&&p.current.contains(W))}}),L=Se.useRole(B,{role:"menu"}),{getReferenceProps:te,getFloatingProps:_}=Se.useInteractions([H,Q,se,L]),j=g.useCallback((P,W)=>{M.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:P,y:W,top:W,left:P,right:P,bottom:W})})},[M]),q=g.useCallback(P=>{!o.includes(Ct.ContextMenu)||n||(P.preventDefault(),v&&(j(P.clientX,P.clientY),F.current=document.elementFromPoint(P.clientX,P.clientY)),D(!0))},[v,n,D,j,o]),Y=g.useCallback(P=>{!v||n||(o.includes(Ct.ContextMenu)&&R&&D(!1),j(P.clientX,P.clientY),F.current=document.elementFromPoint(P.clientX,P.clientY))},[v,n,j,R,o,D]);g.useEffect(()=>{n&&R&&D(!1)},[n,R,D]);const $=g.useCallback(P=>W=>{P.disabled||(P.onClick?.({key:P.key,domEvent:W}),t?.onClick?.({key:P.key,domEvent:W}),D(!1))},[t,D]),J=g.useMemo(()=>s?s():t?C.jsxs(C.Fragment,{children:[t.header&&C.jsx(C.Fragment,{children:typeof t.header=="function"?t.header():t.header}),C.jsx("div",{role:"none",className:"py-1",children:t.items.map(P=>P.type===Lr.Divider?C.jsx("div",{role:"separator",className:jI},P.key):P.type===Lr.PlainText?C.jsx("div",{className:ue("px-3 py-2 text-secondary dial-caption",P.className),children:P.label},P.key):C.jsxs("button",{role:"menuitem",type:"button","aria-disabled":!!P.disabled,className:Z(zI,P.disabled&&WI,P.danger&&_I,P.className),disabled:P.disabled,onClick:$(P),children:[P.icon&&C.jsx("span",{className:Z(P.danger&&"text-error",P.disabled&&"text-secondary"),children:C.jsx(Ae,{icon:P.icon})}),C.jsx("span",{className:Z("flex-1 truncate text-left",P.danger&&"text-error",P.disabled&&"text-secondary"),children:P.label})]},P.key))}),t.footer&&C.jsx(C.Fragment,{children:typeof t.footer=="function"?t.footer():t.footer})]}):null,[$,t,s]),N=te({onContextMenu:q,onMouseDown:Y});return g.useEffect(()=>{if(!R)return;const P=M.reference.current;let W=null;if(P instanceof Element?W=P:F.current instanceof Element&&(W=F.current),!W)return;const re=new IntersectionObserver(([ee])=>{ee.isIntersecting||D(!1)},{root:null,threshold:0});return re.observe(W),()=>re.disconnect()},[R,M.reference,D]),C.jsxs(C.Fragment,{children:[C.jsx("span",{ref:M.setReference,className:Z(BI,n&&"!cursor-not-allowed opacity-75",u),"aria-haspopup":"menu","aria-expanded":R,"aria-controls":T,...N,children:e}),R&&C.jsx(Se.FloatingPortal,{children:C.jsx(Se.FloatingFocusManager,{context:B,modal:!1,initialFocus:-1,returnFocus:!0,children:C.jsxs("div",{id:T,ref:M.setFloating,style:O,className:Z(VI,!w&&"w-max",h),..._(),children:[c&&C.jsx("div",{className:"flex items-center justify-between px-2 pt-2",children:C.jsx(md,{ariaLabel:"Close dropdown",onClose:P=>{d?.(P),D(!1)}})}),J]})})})]})},UI="h-full",Cl={accentColor:"var(--controls-bg-accent, #5C8DEA)",backgroundColor:"var(--bg-layer-2, #141A23)",oddRowBackgroundColor:"var(--bg-layer-3, #222932)",borderColor:"var(--bg-layer-4, #333942)",rowBorder:"1px solid var(--stroke-tertiary, #090D13)",borderRadius:3,browserColorScheme:"dark",chromeBackgroundColor:"var(--bg-layer-1, #090D13)",foregroundColor:"var(--text-primary, #F3F4F6)",headerFontSize:14,headerFontWeight:600,headerTextColor:"var(--text-secondary, #7F8792)",spacing:4,wrapperBorderRadius:3,fontSize:14,fontFamily:{googleFont:"var(--theme-font, var(--font-inter))"},cellStyle:{textAlign:"center"}},vl=40,$I=(e,t,s,o,i)=>{const n=typeof e=="string"?e.toLowerCase():e,r=typeof t=="string"?t.toLowerCase():t;return n===r?0:n?r?n>r?1:-1:i?1:-1:i?-1:1},KI=({selectedRowIds:e,selectedRows:t,onSelectionChange:s,onSelectionChangeWithMap:o,rowData:i=[],getRowId:n})=>{const[r,a]=g.useState(new Map),l=t??r,c=g.useMemo(()=>new Set(l.keys()),[l]),d=e!==void 0||t!==void 0;g.useEffect(()=>{if(e!==void 0&&!t){const f=new Map;i.forEach(v=>{const w=n(v);e.has(w)&&f.set(w,v)}),(f.size!==r.size||Array.from(f.keys()).some(v=>!r.has(v)))&&a(f)}},[e,t,i,n,r]);const u=g.useCallback((f,m)=>{const v=n(f),w=new Map(l);if(m?w.set(v,f):w.delete(v),d||a(w),o&&o(w),s){const b=new Set(w.keys()),S=Array.from(w.values());s(b,S)}},[l,n,d,s,o]),h=g.useMemo(()=>{if(!i.length)return"unchecked";const f=i.every(v=>c.has(n(v))),m=i.some(v=>c.has(n(v)));return f?"checked":m?"indeterminate":"unchecked"},[i,c,n]),p=g.useCallback(f=>{const m=new Map;if(f&&i.forEach(v=>{const w=n(v);m.set(w,v)}),d||a(m),o&&o(m),s){const v=new Set(m.keys()),w=Array.from(m.values());s(v,w)}},[i,n,d,s,o]);return{currentSelectedIds:c,currentSelectedRows:l,handleSelectionToggle:u,headerCheckboxState:h,handleHeaderCheckboxChange:p}};Ob.registerModules([M6]);const Cd=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,className:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,selectedRowIds:l,selectedRows:c,selectionOnHover:d=!0,onSelectionChange:u,onSelectionChangeWithMap:h,getRowId:p=R=>String(R.id||JSON.stringify(R)),alternateOddRowColors:f=!1,filterPlaceholder:m="Enter value",emptyStateIcon:v,emptyStateTitle:w="No results found",emptyStateDescription:b="Sorry, we couldn't find any results for your search.",loading:S=!1,wrapperBorder:y=!0,withoutHeaderBorders:x=!1})=>{const[R,F]=g.useState(vl),[D,T]=g.useState(),k=g.useId(),{currentSelectedIds:E,handleSelectionToggle:M,headerCheckboxState:O,handleHeaderCheckboxChange:B}=KI({selectedRowIds:l,selectedRows:c,onSelectionChange:u,onSelectionChangeWithMap:h,rowData:t,getRowId:p}),H=g.useMemo(()=>({...Cl,oddRowBackgroundColor:f?Cl.oddRowBackgroundColor:Cl.backgroundColor,wrapperBorder:y}),[f,y]),Q=g.useCallback(P=>{P.api.sizeColumnsToFit(),F(vl)},[]),se=g.useCallback(P=>{if(P.data){const W=p(P.data);return E.has(W)?"ag-row-selected":""}},[E,p]),L=g.useCallback(()=>{const P=O==="checked",W=O==="indeterminate";return C.jsx("div",{className:"flex items-center justify-center h-full header-checkbox-container",children:C.jsx(Bi,{id:"header-select-all",ariaLabel:"Select all rows",checked:P,indeterminate:W,className:Z(`dial-header-select ${O}`,!d&&"dial-header-select-visible"),onChange:B})})},[O,B,d]),te=g.useCallback(P=>{if(P.data){const W=o?.(P.data)??[],re=P.value==null?"":String(P.value);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:W},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full",children:C.jsx("span",{className:"block min-w-0 h-full max-w-full",children:C.jsx(Bt,{text:re,className:"max-w-full h-full"})})})}},[o]),_=g.useCallback(P=>{if(!P.data)return null;const W=p(P.data),re=E.has(W),ee=`row-select-${W}`;return C.jsx("div",{className:"flex items-center justify-center size-full",children:C.jsx(Bi,{id:ee,ariaLabel:"Select row",checked:re,className:Z(["dial-row-select",!d&&"dial-row-select-visible"]),onChange:ge=>{P.data&&M(P.data,!!ge)}},`${W}-${re}`)})},[E,p,M,d]),j=g.useCallback(P=>{const W=typeof a=="function"?a(P):!!a;if(!P.cellRenderer)return{...P,cellRenderer:te};if(!W)return P;const re=P.cellRenderer;return{...P,cellRenderer:ge=>{const be=ge.data?o?.(ge.data)??[]:[];let ye=null;if(typeof re=="function"){const De=re;ye=C.jsx(De,{...ge})}else ye=te(ge);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:be},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full h-full",children:C.jsx("span",{className:"block min-w-0 max-w-full flex-1",children:ye})})}}},[o,te,a]),q=g.useMemo(()=>({colId:"__select",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:_,headerComponent:L}),[_,L]),Y=g.useMemo(()=>{const P=(e??[]).map(j);return r?[q,...P]:P},[e,q,r,j]),$=g.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:m,buttons:["reset"]},comparator:$I.bind(void 0)}),[m]),J=P=>{const W=Y.map(re=>({...re,sort:void 0}));P.api.updateGridOptions({columnDefs:W,rowData:t}),P.api.sizeColumnsToFit(),T(P.api),s?.onGridReady?.(P)};g.useEffect(()=>{D&&D.redrawRows()},[D,E]);const N=g.useCallback(()=>C.jsx(Wr,{title:w,description:b,containerClassName:"gap-3",titleClassName:"mt-2 !text-lg",icon:v||C.jsx(V.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[w,b,v]);return C.jsx("div",{className:Z(UI,i,r&&"with-selection-column",x&&"dial-without-header-borders"),"aria-label":n,role:"region","aria-busy":S,children:C.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":k,children:C.jsx(GI,{rowModelType:"clientSide",headerHeight:vl,rowHeight:R,cellSelection:!1,getRowClass:se,theme:PE.withPart(aE).withParams({...H}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:Y,defaultColDef:$,onGridSizeChanged:Q,onGridReady:J,loading:S,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:N,rowData:t,...s})})})};var Or=(e=>(e.Horizontal="horizontal",e.Vertical="vertical",e))(Or||{}),Nr=(e=>(e.Mobile="mobile",e.Tablet="tablet",e))(Nr||{});const jn=({tab:e,active:t,invalid:s,className:o,horizontal:i,onClick:n})=>{const r=ue("rounded h-[38px] items-center flex flex-row border-transparent cursor-pointer dial-small leading-4 hover:text-accent-primary",{"border-b-2 px-4":i,"border-l-2 px-3":!i}),a=ue(r,{"bg-layer-4":i,"bg-layer-1 text-secondary pointer-events-none":e.disabled,"bg-accent-primary-alpha text-primary":t&&!e.disabled,"text-primary":!t&&!e.disabled,"border-b-accent-primary":t&&i&&!e.disabled,"border-l-accent-primary":t&&!i&&!e.disabled},o);return C.jsxs("button",{role:"tab",className:a,onClick:()=>n(e.id),disabled:e.disabled,children:[C.jsx(Bt,{text:e.label,contentClassName:"max-w-[200px]",className:"max-w-[200px]"}),(s||e.invalid)&&C.jsx("div",{className:"text-error pl-1",children:C.jsx(V.IconExclamationCircle,{...le})})]})},wh=12;var Us=(e=>(e.Undefined="undefined",e.Mobile="mobile",e.Tablet="tablet",e.Desktop="desktop",e))(Us||{});const bh=()=>typeof window<"u"&&window.innerWidth<640,Sh=()=>{if(typeof window>"u")return Us.Undefined;const e=window.innerWidth;return e>=1024?Us.Desktop:e<640?Us.Mobile:Us.Tablet},qI=()=>{const[e,t]=g.useState(Sh());return g.useEffect(()=>{const s=()=>t(Sh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},Mm=({tabs:e,activeTab:t,onClick:s,orientation:o=Or.Horizontal,screenThreshold:i=Nr.Tablet,smallScreenContainerClassName:n,smallScreenDropdownItemClassName:r})=>{const[a,l]=g.useState(!1),[c,d]=g.useState(!1),[u,h]=g.useState(!1),p=qI(),f=p===Us.Mobile||i===Nr.Tablet&&p===Us.Tablet,m=o===Or.Horizontal,v=g.useRef(null),w=g.useRef(null),b=g.useRef(null),S=e.find(R=>R.id===t),y=g.useMemo(()=>Z("flex gap-2",m?"flex-row flex-nowrap overflow-x-auto":"flex-col flex-wrap w-full"),[m]),x=g.useCallback(()=>{const R=w.current;R&&h(R.scrollWidth>R.clientWidth)},[]);return g.useEffect(()=>{x();const R=new ResizeObserver(()=>x()),F=w.current;return F&&R.observe(F),()=>R.disconnect()},[e,x]),g.useEffect(()=>{const R=b.current,F=w.current;if(!R||!F)return;const D=R.offsetLeft,T=D+R.offsetWidth,k=F.scrollLeft,E=k+F.clientWidth;D<k?F.scrollTo({left:D-wh,behavior:"smooth"}):T>E&&F.scrollTo({left:T-F.clientWidth+wh,behavior:"smooth"})},[t]),f?C.jsx("div",{role:"tablist",className:ue("h-11 flex items-center bg-layer-3 px-4",n),children:C.jsx(ft,{trigger:[Ct.Click],open:a,onOpenChange:l,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],renderOverlay:()=>e.map(R=>C.jsx(jn,{tab:R,active:R.id===t,onClick:F=>{s(F),l(!1)},className:ue("w-full rounded-none h-11 items-center px-6",r)},R.id)),children:C.jsxs("div",{className:"flex gap-2 items-center h-11 cursor-pointer",children:[C.jsx(jn,{tab:S,active:!0,onClick:s,className:"rounded-none bg-transparent border-l-0 border-b-0 h-full items-center px-0"},t),C.jsx(Ae,{icon:C.jsx(V.IconChevronDown,{size:16}),className:Z("text-primary transition-transform",a&&"rotate-180")})]})})}):C.jsxs("div",{ref:v,className:"flex w-full items-start",children:[C.jsx("div",{ref:w,role:"tablist",className:y,children:e.map(R=>C.jsx("div",{ref:t===R.id?b:void 0,className:"w-full",children:C.jsx(jn,{tab:R,active:t===R.id,onClick:s,horizontal:m,className:"w-full"})},R.id))}),u&&C.jsx("div",{className:"flex items-center ml-2",children:C.jsx(ft,{trigger:[Ct.Click],open:c,onOpenChange:d,placement:"bottom-end",renderOverlay:()=>e.map(R=>C.jsx(jn,{tab:R,active:R.id===t,onClick:F=>{s(F),d(!1)},className:"w-full rounded-none h-[32px] items-center px-3 py-2"},R.id)),children:C.jsx(Ee,{iconBefore:C.jsx(V.IconDotsVertical,{size:18}),className:Z("w-8 h-8 flex items-center justify-center rounded border",c?"bg-layer-4 border-transparent":"border-primary")})})})]})},YI="w-full overflow-hidden",ZI="flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap",Tm="flex items-center gap-2 min-w-0 shrink-0 dial-small",XI="max-w-[20%] basis-[20%] flex-none",QI="flex-1 min-w-0",yh="inline-flex items-center gap-1 min-w-0 transition-colors",JI="text-secondary hover:text-accent-primary",ek="text-primary cursor-default",Im="flex-none inline-flex items-center leading-none text-secondary",tk="items-center gap-1 min-w-0 transition-colors text-secondary hover:text-accent-primary",km=C.jsx(V.IconChevronRight,{size:16,"aria-hidden":"true"}),Di=({title:e,href:t,onClick:s,disabled:o,isLast:i,separator:n=km,className:r,iconBefore:a,titleClassName:l})=>{const c=ue(Tm,i?QI:XI,r),d=(!!t||!!s)&&!i&&!o,u=d?ue(yh,JI):ue(yh,ek,o?"pointer-events-none opacity-75":""),h=typeof e=="string"?C.jsx(Bt,{className:l,text:e}):C.jsx("span",{className:ue("flex-1 min-w-0 max-w-full truncate",l),children:e});return C.jsxs("li",{className:c,children:[d?C.jsxs("a",{href:t,onClick:s,className:u,children:[a,h]}):C.jsxs("span",{className:u,"aria-current":i?"page":void 0,"aria-disabled":o?"true":void 0,children:[a,h]}),!i&&C.jsx("span",{className:Im,children:n})]})},Am=({pathItems:e,separator:t=km,ariaLabel:s="Breadcrumb",className:o,children:i,titleClassName:n})=>{const r=g.useMemo(()=>e?.length?e:g.Children.toArray(i).filter(g.isValidElement).map(c=>{const d=c.props,{titleClassName:u,isLast:h,separator:p,...f}=d;return f}),[e,i]),a=g.useCallback(c=>{const d=parseInt(c.key,10),u=r[d];u.onClick?u.onClick(c.domEvent):u.href&&(window.location.href=u.href)},[r]),l=g.useMemo(()=>{if(r.length===0)return null;if(r.length<=3)return r.map((f,m)=>g.createElement(Di,{...f,key:`item-${m}`,isLast:m===r.length-1,separator:t,titleClassName:n}));const c=r.at(0),d=r.slice(1,-2),u=r.at(-2),h=r.at(-1);if(!c||!u||!h)return null;const p=d.map((f,m)=>({key:String(m+1),label:typeof f.title=="string"?f.title:`Item ${m+1}`,disabled:f.disabled}));return C.jsxs(C.Fragment,{children:[g.createElement(Di,{...c,key:"item-0",separator:t,titleClassName:n}),C.jsxs("li",{className:ue(Tm),children:[C.jsx(ft,{menu:{items:p,onClick:a},placement:"bottom-start",matchReferenceWidth:!1,children:C.jsx("button",{type:"button","aria-label":"More breadcrumbs",className:tk,children:C.jsx(V.IconDots,{size:16})})}),C.jsx("span",{className:Im,children:t})]}),g.createElement(Di,{...u,key:`item-${r.length-2}`,separator:t,titleClassName:n}),g.createElement(Di,{...h,key:`item-${r.length-1}`,isLast:!0,separator:t,titleClassName:n})]})},[r,t,n,a]);return C.jsx("nav",{"aria-label":s,className:ue(YI,o),children:C.jsx("ol",{className:ZI,children:l})})},Lm=({iconClassName:e,...t})=>C.jsx(Ee,{...t,iconBefore:C.jsx(V.IconTrashX,{...le,className:e||""})}),Om=({value:e,textareaId:t,placeholder:s,className:o="",containerClassName:i="",disabled:n,invalid:r,readonly:a,disableTooltip:l,onChange:c})=>C.jsx(gs,{tooltip:l?null:e,triggerClassName:ue("flex",i),children:C.jsx("textarea",{id:t,placeholder:s,value:e||"",disabled:n,className:Z("dial-textarea dial-input px-3 py-2",r?"dial-input-error":"",n&&"dial-input-disable",a&&"dial-input-readonly",o),onChange:d=>!a&&c?.(d.currentTarget.value)})}),sk=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Backspace","Delete","Tab","Enter","Escape","Home","End","Insert"],ok=(e,t,s,o)=>{if((t==="number"||s!==void 0||o!==void 0)&&!sk.includes(e.key)&&!(e.ctrlKey||e.metaKey)&&!(e.key==="-"&&(e.currentTarget.selectionStart??0)===0&&!e.currentTarget.value.includes("-"))&&!(e.key==="."&&t==="number"&&!e.currentTarget.value.includes("."))){if(!/^[0-9]$/.test(e.key)){e.preventDefault();return}if(s!==void 0||o!==void 0){const n=e.currentTarget.value,r=e.currentTarget.selectionStart||0,a=n.slice(0,r)+e.key+n.slice(r),l=parseFloat(a);if(!isNaN(l)){if(s!==void 0&&l<s){e.preventDefault();return}if(o!==void 0&&l>o){e.preventDefault();return}}}}},co=({iconBefore:e,iconAfter:t,hideBorder:s,value:o,elementId:i,placeholder:n="",className:r="",containerClassName:a,tooltipTriggerClassName:l,type:c="text",disabled:d,readonly:u,invalid:h,onChange:p,min:f,max:m,prefix:v,suffix:w,textBeforeInput:b,textAfterInput:S,onBlur:y,defaultValue:x,tooltipText:R,hideTooltip:F=!1,inputRef:D})=>{const T=g.useRef(null),k=Se.useMergeRefs([D,T]);g.useEffect(()=>{const B=T.current;if(!B)return;const H=Q=>{Q.preventDefault()};return B.addEventListener("wheel",H,{passive:!1}),()=>{B.removeEventListener("wheel",H)}},[]);const E=c==="number"||f!==void 0||m!==void 0,M=B=>{ok(B,c,f,m)},O=B=>{const H=B.currentTarget.value;if(E&&H!==""){const Q=parseFloat(H);if(isNaN(Q)&&H!=="-"&&H!=="."||!isNaN(Q)&&(f!==void 0&&Q<f||m!==void 0&&Q>m))return}p?.(H||void 0)};return C.jsxs("div",{className:Z("dial-input-field flex flex-row items-center justify-between py-2",s?"dial-input-no-border":"dial-input",h&&"dial-input-error",d&&"dial-input-disable",u&&"dial-input-readonly",!b&&"pl-3",!S&&"pr-3",a),children:[b&&C.jsx("div",{className:"mr-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-r-none border-r-0",className:"overflow-hidden overflow-ellipsis dial-small",value:b,disabled:!0,elementId:b+"textBefore"})}),v&&C.jsxs("p",{className:"text-secondary dial-small mr-2",children:[" ",v]}),C.jsx(Ae,{icon:e,className:Z(!!e&&"mr-2")}),C.jsx(gs,{tooltip:F?void 0:R||o,triggerClassName:Z(l,"flex-1"),children:C.jsx("input",{ref:k,type:c,autoComplete:"off",id:i,placeholder:n,value:x?void 0:o??"",disabled:d,className:Z("border-0 bg-transparent w-full truncate",r),onChange:B=>!u&&O?.(B),onKeyDown:M,onBlur:y,min:f,max:m,defaultValue:x})}),C.jsx(Ae,{icon:t,className:Z(!!t&&"ml-2")}),w&&C.jsxs("p",{className:"text-secondary dial-small ml-2",children:[" ",w]}),S&&C.jsx("div",{className:"ml-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-l-none border-l-0",value:S,disabled:!0,elementId:S+"textAfter"})})]})},ik=/^0+\.(\d+)?$/,nk=/^0+/,Nm=({label:e,optional:t,optionalText:s,description:o,error:i,captionDescription:n,readonly:r,orientation:a,elementId:l,fieldTitle:c,errorText:d,elementClassName:u,elementContainerClassName:h,containerClassName:p,defaultEmptyText:f,...m})=>C.jsx(zr,{label:e??c,error:i??d,optionalText:s,optional:t,description:o,captionDescription:n,readonly:r,orientation:a,elementId:l,className:p,defaultEmptyText:f,value:m.value,children:C.jsx(co,{elementId:l,className:u,containerClassName:h,invalid:d!=null,...m})}),rk=({onChange:e,...t})=>{const s=o=>!o||o==="-"?o:String(o)?.match(ik)?String(o)?.replace(nk,"0"):Number(o);return C.jsx(Nm,{type:"number",onChange:o=>e?.(s(o)),...t})},ak=({onChange:e,...t})=>C.jsx(Nm,{type:"text",onChange:s=>e?.(s),...t}),lk=({fieldTitle:e,optional:t,elementId:s,elementClassName:o,containerClassName:i,elementContainerClassName:n,errorText:r,...a})=>C.jsxs("div",{className:ue("flex flex-col",i),children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:s}),C.jsx(Om,{textareaId:s,className:o,containerClassName:n,...a}),C.jsx(Ps,{errorText:r})]}),vd=({title:e,switchId:t,isOn:s=!1,disabled:o,onChange:i})=>{const n=Z("flex w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",s?"flex-row-reverse":"flex-row",o?"pointer-events-none":"",o?s?"bg-controls-disable":"bg-layer-4":s?"bg-accent-primary":"bg-layer-4"),r=g.useCallback(a=>{a.stopPropagation(),i?.(!s)},[i,s]);return C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx("input",{type:"checkbox",onChange:r,id:t,disabled:o,className:"invisible w-0 h-0",checked:s}),C.jsx("label",{htmlFor:t,className:n,children:C.jsx("span",{className:Z("size-3 rounded-full",o?s?"bg-layer-4":"bg-controls-disable":"bg-controls-enable-primary")})}),e&&C.jsx("span",{className:"pl-2 dial-small text-primary",children:e})]})};var Gt=(e=>(e.Sm="sm",e.Md="md",e.Lg="lg",e))(Gt||{});const ck="z-[52] flex items-center justify-center bg-blackout md:p-4",dk="divide-tertiary divide-y",uk="flex flex-row justify-between py-4 px-6 items-center",hk={[Gt.Sm]:"dial-sm-popup",[Gt.Md]:"dial-md-popup",[Gt.Lg]:"dial-lg-popup"},ri=({open:e=!1,title:t,portalId:s,className:o,overlayClassName:i,headingClassName:n,dividers:r=!0,children:a,footer:l,onClose:c,size:d=Gt.Md})=>{const{refs:u,context:h}=Se.useFloating({open:e,onOpenChange:b=>{b||c?.(null)}}),p=Se.useRole(h,{role:"dialog"}),f=Se.useDismiss(h,{outsidePress:!0}),{getFloatingProps:m}=Se.useInteractions([p,f]);if(!e)return null;const v=typeof t=="string"?"dial-popup-heading":void 0,w=b=>b?typeof b=="string"?C.jsx("h3",{id:v,className:Z("flex-1 min-w-0 mr-3 truncate dial-h3 text-primary",n),children:C.jsx(gs,{tooltip:b,children:b})}):b:C.jsx("span",{});return C.jsx(Se.FloatingPortal,{id:s,children:C.jsx(Se.FloatingOverlay,{className:Z(ck,i),children:C.jsx(Se.FloatingFocusManager,{context:h,children:C.jsxs("div",{ref:u.setFloating,...m(),role:"dialog","aria-modal":"true","aria-labelledby":v,className:Z("dial-popup",hk[d],r&&dk,o),children:[C.jsxs("div",{className:uk,children:[w(t),C.jsx(md,{ariaLabel:"Close dialog",onClose:b=>c?.(b)})]}),C.jsx("div",{className:"flex-grow overflow-auto",children:a}),l]})})})})};var Qo=(e=>(e.Info="info",e.Danger="danger",e))(Qo||{});const gk="flex justify-end gap-2 px-6 py-4",pk="text-secondary dial-small-150 px-6 py-4",fk="Cancel",mk="Ok",xh={[Qo.Info]:{confirmVariant:Ie.Primary,cancelVariant:Ie.Secondary},[Qo.Danger]:{container:"dial-danger-popup",confirmVariant:Ie.Danger,cancelVariant:Ie.Secondary}},Hm=({title:e,description:t,descriptionClassName:s,open:o=!1,confirmLabel:i=mk,cancelLabel:n=fk,isLoading:r=!1,disableConfirmButton:a=!1,className:l,confirmClassName:c,onClose:d,onConfirm:u,onCancel:h,children:p,dividers:f=!1,variant:m=Qo.Info,size:v=Gt.Sm,footer:w})=>{const b=r?null:C.jsxs("div",{className:gk,children:[C.jsx(Ee,{variant:Ie.Secondary,label:n,onClick:()=>h?h():d?.()}),C.jsx(Ee,{variant:xh[m].confirmVariant,className:c,label:i,disabled:a,onClick:()=>u()})]}),S=g.useCallback(()=>r?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(nn,{size:50})}):p??(t?C.jsx("div",{className:Z(pk,s),children:t}):null),[p,t,r,s]);return C.jsx(ri,{open:o,title:e,className:Z(xh[m].container,l),dividers:f,onClose:()=>d?.(),footer:w??b,size:v,children:S()})},wd=({selectedItems:e,listClassName:t,listElementClassName:s,placeholder:o})=>e?.length?C.jsx("ul",{className:Z("flex-row items-center truncate flex-wrap","flex gap-x-2 gap-y-1",t),children:e?.map(i=>C.jsx("li",{children:C.jsx(gs,{tooltip:i,children:C.jsx(jr,{tag:i,className:Z([s])})})},i))}):o?C.jsx("span",{className:"text-secondary",children:o}):null,Rh=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z",fill:"currentColor"})),Gm=({children:e,open:t,disabled:s=!1,selectedValue:o,valueClassName:i,inputClassName:n,onOpen:r,elementId:a,errorText:l,invalid:c,emptyValueText:d,placeholder:u})=>{const h=Array.isArray(o)&&o.length>0,p=typeof o=="string"&&!!o.trim(),f=h||p?o:u?void 0:d,m=s?void 0:r,v=()=>C.jsxs(C.Fragment,{children:[C.jsx("button",{type:"button",className:"w-full",onClick:m,"aria-label":"open-popup",id:a,children:C.jsxs("div",{className:Z("dial-input px-3 py-2 dial-input-field flex flex-row items-center w-full justify-between",n,s&&"dial-input-disable",(l||c)&&"dial-input-error"),children:[C.jsx(gs,{tooltip:f==null?void 0:String(f),children:f||!u?C.jsx("span",{className:i,children:f}):C.jsx("span",{className:"text-secondary",children:u})}),!s&&C.jsx("div",{className:"flex-shrink-0",children:C.jsx(Ae,{icon:C.jsx(Rh,{role:"img",width:ns,height:ns})})})]})}),l&&C.jsx(Ps,{errorText:l})]}),w=()=>C.jsx("div",{className:"w-full",onClick:m,children:C.jsxs("div",{className:Z("dial-input px-3 py-2 flex flex-row items-center w-full justify-between",s&&"dial-input-disable"),children:[C.jsx(wd,{placeholder:u,selectedItems:f}),!s&&C.jsx("div",{className:"ml-1",children:C.jsx(Ae,{icon:C.jsx(Rh,{role:"img",width:ns,height:ns})})})]})});return C.jsxs(C.Fragment,{children:[h?w():v(),t&&on.createPortal(e,document.body)]})},Ck=({fieldTitle:e,htmlFor:t,disabled:s,selectedValue:o,radioButtons:i,customInputValue:n,valueClassName:r,inputClassName:a,emptyValueText:l,onClose:c,title:d,portalId:u,onApply:h,cancelButtonTitle:p="Cancel",applyButtonTitle:f="Apply",isValid:m,selectedRadioValue:v,onChangeRadioField:w,id:b,size:S=Gt.Md})=>{const[y,x]=g.useState(!1),R=g.useCallback(()=>{s||x(!0)},[s]),F=g.useCallback(()=>{x(!1),c?.()},[c]),D=g.useCallback(()=>{h(),F()},[h,F]);return C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,htmlFor:t}),C.jsx(Gm,{disabled:s,open:y,selectedValue:n??i.find(T=>T.id===o)?.name,valueClassName:r,inputClassName:Z(a,"py-2","px-3"),emptyValueText:l,onOpen:R,children:C.jsx(ri,{open:y,onClose:F,title:d,portalId:u,size:S,footer:C.jsxs("div",{className:"flex flex-row items-center justify-end gap-2 px-6 py-4",children:[C.jsx(Ee,{variant:Ie.Secondary,label:p,onClick:F}),C.jsx(Ee,{variant:Ie.Primary,label:f,onClick:D,disabled:!m})]}),children:C.jsx("div",{className:"px-6 py-4",children:C.jsx(cr,{radioButtons:i,labelClassName:"dial-small",activeRadioButton:v,onChange:w,elementId:b,orientation:eo.Column})})})})]})},vk="Create",wk="Cancel",bk="flex items-center justify-end gap-2 px-6 py-3",Sk=({title:e,open:t=!1,submitLabel:s=vk,cancelLabel:o=wk,isLoading:i=!1,disableSubmitButton:n=!1,className:r,submitClassName:a,onClose:l,onSubmit:c,onCancel:d,children:u,dividers:h=!0,size:p=Gt.Md,footer:f})=>{const m=i?null:C.jsxs("div",{className:bk,children:[C.jsx(Ee,{variant:Ie.Secondary,label:o,onClick:()=>d?d():l?.()}),C.jsx(Ee,{variant:Ie.Primary,className:a,label:s,disabled:n,onClick:()=>c()})]}),v=g.useCallback(()=>i?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(nn,{size:50})}):u??null,[u,i]);return C.jsx(ri,{open:t,title:e,className:r,dividers:h,onClose:()=>l?.(),footer:f??m,size:p,children:v()})},yk=({onClick:e})=>C.jsx(V.IconEyeOff,{...le,className:"text-primary",onClick:e,role:"button","aria-label":"hide"}),xk=({onClick:e})=>C.jsx(V.IconEye,{...le,className:"text-primary",onClick:e,role:"button","aria-label":"show"}),Bm=({...e})=>{const[t,s]=g.useState(!1),o=g.useCallback(i=>{s(i)},[]);return C.jsx(co,{type:t?"text":"password",...e,hideTooltip:!t,iconAfter:t?C.jsx(yk,{onClick:()=>o(!1)}):C.jsx(xk,{onClick:()=>o(!0)})})},Rk=({fieldTitle:e,optional:t,elementClassName:s,elementId:o,errorText:i,...n})=>C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:o}),C.jsx(Bm,{className:s,elementId:o,invalid:!!i,...n}),C.jsx(Ps,{errorText:i})]});var sn=(e=>(e.Small="small",e.Base="base",e))(sn||{});const Fk={[sn.Small]:{textClassName:"text-xs px-1",containerClassName:"px-[6px] py-1 h-[22px]",iconSize:10,iconStroke:1},[sn.Base]:{textClassName:"text-sm px-2",containerClassName:"px-3 py-2 h-[38px]",iconSize:18,iconStroke:1.5}},bd=({elementId:e,value:t,placeholder:s="Search...",disabled:o,readonly:i,invalid:n,className:r,containerClassName:a,onChange:l,size:c=sn.Base,allowClear:d=!0})=>{const[u,h]=g.useState(t||"");g.useEffect(()=>{h(t||"")},[t]);const p=g.useCallback(v=>{h(v),l?.(v)},[l]),f=Fk[c],m=g.useCallback(()=>{p("")},[p]);return C.jsxs("div",{className:ue("dial-input flex flex-row items-center justify-between",n&&"dial-input-error",o&&"dial-input-disable",i&&"dial-input-readonly",f.containerClassName,a),children:[C.jsx(Ae,{className:Z(o?"text-secondary":"text-primary"),icon:C.jsx(V.IconSearch,{size:f.iconSize,stroke:f.iconStroke})}),C.jsx("input",{id:e,type:"text",autoComplete:"off",placeholder:s,value:u??"",disabled:o,readOnly:i,className:Z("border-0 bg-transparent w-full",r,f.textClassName),onChange:v=>!i&&p(v.currentTarget.value)}),u&&!i&&!o&&d&&C.jsx(Ae,{className:"text-primary cursor-pointer",icon:C.jsx(V.IconX,{size:f.iconSize,stroke:f.iconStroke,onClick:m,"aria-label":"Clear search",role:"button"})})]})},Ek=({placeholder:e="",selectedItems:t=[],updateSelected:s,listClassName:o,listElementClassName:i,containerClassName:n,inputClassName:r})=>{const[a,l]=g.useState(""),c=g.useCallback(u=>{u.key==="Enter"&&(s([...t,u.currentTarget.value]),l("")),(u.key==="Backspace"||u.key==="Delete")&&t.length&&!a&&s(t.slice(0,-1))},[t,s,a]),d=g.useCallback(u=>{l(u.target.value)},[l]);return C.jsxs("div",{className:Z(["dial-input px-3 py-2 flex flex-row items-center flex-wrap w-fit gap-2",n]),children:[C.jsx(wd,{selectedItems:t,listClassName:o,listElementClassName:i}),C.jsx("input",{type:"text",value:a,className:Z(["border-0 bg-transparent p-0",r]),placeholder:t?.length?"":e,onKeyDown:c,onChange:d})]})},Dk=({initialTags:e=[],fieldTitle:t,optional:s,elementId:o,placeholder:i,errorText:n,invalid:r,disabled:a,onChange:l})=>{const c=g.useRef(null),[d,u]=g.useState(e),[h,p]=g.useState(""),[f,m]=g.useState(!1),v=S=>{const y=S.trim().replace(/,$/,"");if(y&&!d.includes(y)){const x=[y,...d];u(x),l?.(x)}},w=S=>{(S.key===","||S.key==="Enter")&&(S.preventDefault(),v(h),p(""))},b=S=>{const y=d.filter((x,R)=>R!==S);u(y),l?.(y)};return g.useEffect(()=>{const S=new ResizeObserver(()=>{if(c.current){const y=c.current.scrollHeight>c.current.clientHeight+10;m(y)}});return c.current&&S.observe(c.current),()=>S.disconnect()},[d]),C.jsxs("div",{className:Z("flex flex-col w-full"),children:[C.jsx(ho,{fieldTitle:t,optional:s,htmlFor:o}),C.jsx("div",{className:Z("dial-input min-h-[38px] p-[6px]",r&&"dial-input-error",a&&"dial-input-disable"),children:C.jsxs("div",{ref:c,className:Z("flex flex-wrap gap-2 items-center",f?"flex-col-reverse":"flex-row"),children:[d.map((S,y)=>C.jsx(jr,{tag:S,remove:a?void 0:()=>b(y)},S+y)),C.jsx("input",{type:"text",value:h,onChange:S=>p(S.target.value),onKeyDown:w,className:Z("dial-input-no-border outline-none border-none w-full min-w-[100px] flex-1 p-1"),placeholder:i,disabled:a})]})}),C.jsx(Ps,{errorText:n})]})},Pk="dial-input flex w-full items-center justify-between gap-2 dial-small",Mk="w-full rounded flex flex-col",wl="flex w-full items-center justify-between gap-2 px-3 h-[34px] dial-small text-primary truncate hover:bg-accent-primary-alpha focus:bg-accent-primary-alpha focus:outline-none",Tk="bg-accent-primary-alpha",Ik="bg-accent-primary-alpha border-l border-accent-primary border-1",Fh="opacity-75",kk=352,Ak=C.jsx(V.IconChevronDown,{size:16}),Vm=({options:e,selectedValues:t,handleRemoveTag:s})=>C.jsx("div",{className:"flex flex-wrap w-full items-center gap-1",children:t.map(o=>{const i=e.find(r=>r.value===o)?.label??o,n=e.find(r=>r.value===o)?.icon;return C.jsx(jr,{tag:i,remove:r=>s?.(r,o),iconBefore:n?C.jsx(Ae,{icon:n}):null,className:"max-w-full"},o)})});var Hr=(e=>(e.Sm="sm",e.Md="md",e))(Hr||{}),Gr=(e=>(e.Primary="Primary",e.Secondary="Secondary",e))(Gr||{});const zm=({options:e,multiple:t=!1,elementId:s,value:o,defaultValue:i,variant:n=Gr.Primary,size:r=Hr.Md,prefix:a,customSelectedValue:l,placeholder:c="Select...",searchable:d=!1,searchPlaceholder:u,selectAll:h=!1,selectAllLabel:p="Select all",emptyStateTitle:f="No options available",emptyStateDescription:m,emptyStateIcon:v,disabled:w=!1,className:b,closable:S=!1,header:y,footer:x,onClose:R,onChange:F,inlineSearch:D=!1,dismissRef:T,onFooterClick:k})=>{const E=g.useId(),[M,O]=g.useState(!1),[B,H]=g.useState(D&&l||""),Q=g.useRef(null),se=o!==void 0,[L,te]=g.useState(i),_=se?o:L,j=g.useMemo(()=>t?Array.isArray(_)?_:[]:typeof _=="string"?[_]:[],[_,t]),q=g.useMemo(()=>{const z=B.trim().toLowerCase();return z?e.filter(Ce=>Ce.label.toLowerCase().includes(z)):e},[e,B]);g.useEffect(()=>{!M&&!D&&H("")},[D,M]),g.useEffect(()=>{D&&H(l||"")},[l,D]);const Y=g.useCallback(z=>{se||te(z),F?.(z)},[se,F]),$=z=>{if(t){const Ce=new Set(j);Ce.has(z)?Ce.delete(z):Ce.add(z),Y(Array.from(Ce))}else Y(z),O(!1)},J=g.useCallback((z,Ce)=>{if(z.stopPropagation(),!t){Y("");return}const ce=j.filter(me=>me!==Ce);Y(ce)},[t,j,Y]),N=g.useMemo(()=>q.filter(z=>!z.disabled),[q]),P=g.useMemo(()=>N.filter(z=>j.includes(z.value)).length,[N,j]),W=z=>{D&&!t&&!z&&$(B),O(z)},re=N.length>0&&P===N.length,ee=P>0&&!re,ge=()=>{if(!(!t||N.length===0))if(re){const z=new Set(N.map(ce=>ce.value)),Ce=j.filter(ce=>!z.has(ce));Y(Ce)}else{const z=new Set(j);N.forEach(Ce=>z.add(Ce.value)),Y(Array.from(z))}},be=j.length>0;g.useEffect(()=>{M&&D&&!t&&!w&&requestAnimationFrame(()=>{const z=Q.current;if(!z)return;z.focus();const Ce=z.value?.length??0;z.setSelectionRange?.(Ce,Ce)})},[M,D,t,w]);const ye=!t&&be?j[0]:void 0,De=g.useMemo(()=>ye?e.find(z=>z.value===ye):void 0,[e,ye]),ot=g.useCallback(()=>!t||j.length===0?null:C.jsx(Vm,{options:e,selectedValues:j,handleRemoveTag:J}),[t,e,j,J]),fe=g.useCallback(()=>t?be?ot():C.jsx("span",{className:"text-secondary truncate",children:c}):De?C.jsxs(C.Fragment,{children:[De.icon&&C.jsx(Ae,{icon:De.icon}),C.jsx(Bt,{text:a?`${a} ${De.label}`:De.label}),De?.description&&C.jsx("div",{className:"text-secondary dial-small",children:De.description})]}):l&&o?l:C.jsx("span",{className:"text-secondary truncate",children:c}),[be,t,l,a,o,c,ot,De]);g.useImperativeHandle(T,()=>({dismiss:()=>{O(!1)}}));const xe=()=>{H(j.length===1?De?.label??B:"")};return C.jsx(ft,{open:M,onOpenChange:W,disabled:w,closable:S,onClose:R,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],maxDropdownHeight:d?null:kk,renderOverlay:()=>C.jsxs("div",{id:`list-${s||E}`,role:"listbox","aria-multiselectable":t||void 0,className:Mk,children:[y&&C.jsx(C.Fragment,{children:typeof y=="function"?y():y}),(d||S)&&e.length>8&&C.jsxs("div",{className:"flex items-center gap-2 px-2 pt-2",children:[d&&C.jsx(bd,{placeholder:u,onChange:H,value:B,elementId:`search-${s||E}`}),S&&C.jsx(Ee,{"aria-label":"Close select",className:"shrink-0",iconBefore:C.jsx(V.IconX,{size:16}),onClick:z=>{R?.(z),O(!1)}})]}),t&&h&&N.length>0&&C.jsx("div",{className:Z(wl,"mt-2"),children:C.jsx(Bi,{id:`${s||E}-selectAll`,label:p,checked:re,indeterminate:ee,onChange:ge,ariaLabel:p})}),C.jsx("div",{className:Z("overflow-y-auto max-h-[352px]",D&&q.length===0?"":"py-1"),children:q.length===0?!D&&C.jsx("div",{className:"px-2 py-3",children:C.jsx(Wr,{icon:v??C.jsx(V.IconClipboardX,{size:24}),title:f,description:m})}):q.map(z=>{const Ce=j.includes(z.value);return t?C.jsxs("div",{role:"option","aria-selected":Ce,"aria-disabled":!!z.disabled,className:Z(wl,Ce&&Tk,z.disabled&&Fh,"w-full"),children:[C.jsx(Bi,{id:`${s||E}-${z.value}`,label:C.jsxs("span",{className:"flex w-full flex-1 min-w-0 items-center gap-2 text-primary",children:[z.icon&&C.jsx(Ae,{icon:z.icon}),C.jsx("span",{className:"truncate",children:z.label})]}),checked:Ce,disabled:z.disabled,onChange:()=>!z.disabled&&$(z.value),ariaLabel:z.label}),z.description&&C.jsx("div",{className:"text-secondary dial-small",children:z.description})]},z.value):C.jsx("button",{role:"option",type:"button","aria-selected":Ce,"aria-disabled":!!z.disabled,disabled:z.disabled,className:Z(wl,Ce&&Ik,z.disabled&&Fh),onClick:()=>!z.disabled&&$(z.value),children:C.jsxs("div",{className:"flex items-center gap-2 w-full",children:[z.icon&&C.jsx(Ae,{icon:z.icon}),C.jsx(Bt,{text:z.label}),z.description&&C.jsx("div",{className:"text-secondary dial-small",children:z.description})]})},z.value)})}),x&&C.jsx("div",{onClick:z=>{k?.(z),k&&O(!1)},children:typeof x=="function"?x():x})]}),children:C.jsxs("button",{type:"button","aria-haspopup":"listbox","aria-expanded":M,"aria-controls":`list-${s||E}`,className:ue(Pk,w&&"opacity-75 !cursor-not-allowed",r===Hr.Sm?"min-h-[25px] px-1.5 py-1":"min-h-[38px] px-3 py-2",n===Gr.Secondary?"!bg-layer-4":"",b),onMouseDown:z=>{w||D&&!t&&(xe(),z.preventDefault())},onClick:()=>{w||(O(z=>!z),D&&!t&&(xe(),Q.current?.focus()))},children:[D&&!t?C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary flex-1",children:C.jsx("input",{id:`inline-${s||E}`,type:"text",placeholder:u??c,value:B||"",onChange:z=>H(z.currentTarget.value),onFocus:()=>!w&&O(!0),onMouseDown:z=>{xe(),z.stopPropagation()},onClick:z=>{z.stopPropagation()},className:"bg-transparent outline-none w-full dial-small",ref:Q,disabled:w,"aria-disabled":w})}):C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary",children:fe()}),!D&&C.jsx(Ae,{icon:Ak,className:Z("text-primary",M&&"rotate-180")})]})})},Lk=({fieldTitle:e,optional:t,captionDescription:s,containerClassName:o,selectClassName:i,error:n,elementId:r,description:a,readonly:l,value:c,defaultEmptyText:d,...u})=>{const h=g.useCallback(()=>{if(!c||Array.isArray(c)&&c.length===0)return d??"None";if(Array.isArray(c))return C.jsx(Vm,{options:u.options,selectedValues:c});{const p=u.options?.find(f=>f.value===c);return C.jsx("span",{"aria-readonly":!0,className:"text-primary",children:p?.label||c})}},[c,u.options,d]);return C.jsx(zr,{elementId:r,label:e,optional:t,description:a,error:n,captionDescription:s,className:o,readonly:l,value:h(),defaultEmptyText:d,children:C.jsx(zm,{className:i,value:c,elementId:r,...u})})};function Wm(e){let t=null;return()=>(t==null&&(t=e()),t)}function Ok(e,t){return e.filter(s=>s!==t)}function Nk(e,t){const s=new Set,o=n=>s.add(n);e.forEach(o),t.forEach(o);const i=[];return s.forEach(n=>i.push(n)),i}class Hk{enter(t){const s=this.entered.length,o=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(t));return this.entered=Nk(this.entered.filter(o),[t]),s===0&&this.entered.length>0}leave(t){const s=this.entered.length;return this.entered=Ok(this.entered.filter(this.isNodeInDocument),t),s>0&&this.entered.length===0}reset(){this.entered=[]}constructor(t){this.entered=[],this.isNodeInDocument=t}}class Gk{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(t=>{Object.defineProperty(this.item,t,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${t}" until the drop event.`),null}})})}loadDataTransfer(t){if(t){const s={};Object.keys(this.config.exposeProperties).forEach(o=>{const i=this.config.exposeProperties[o];i!=null&&(s[o]={value:i(t,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,s)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(t,s){return s===t.getSourceId()}endDrag(){}constructor(t){this.config=t,this.item={},this.initializeExposedProperties()}}const Sd="__NATIVE_FILE__",_m="__NATIVE_URL__",jm="__NATIVE_TEXT__",Um="__NATIVE_HTML__",Eh=Object.freeze(Object.defineProperty({__proto__:null,FILE:Sd,HTML:Um,TEXT:jm,URL:_m},Symbol.toStringTag,{value:"Module"}));function bl(e,t,s){const o=t.reduce((i,n)=>i||e.getData(n),"");return o??s}const gc={[Sd]:{exposeProperties:{files:e=>Array.prototype.slice.call(e.files),items:e=>e.items,dataTransfer:e=>e},matchesTypes:["Files"]},[Um]:{exposeProperties:{html:(e,t)=>bl(e,t,""),dataTransfer:e=>e},matchesTypes:["Html","text/html"]},[_m]:{exposeProperties:{urls:(e,t)=>bl(e,t,"").split(`
|
|
62
|
+
`),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[jm]:{exposeProperties:{text:(e,t)=>bl(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function Bk(e,t){const s=gc[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new Gk(s);return o.loadDataTransfer(t),o}function Sl(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(gc).filter(s=>{const o=gc[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const Vk=Wm(()=>/firefox/i.test(navigator.userAgent)),$m=Wm(()=>!!window.safari);class Dh{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],m=r[p+1];if(f*m<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/m))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],m=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*m),u.push(v*m*m)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const zk=1;function Km(e){const t=e.nodeType===zk?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function Un(e){return{x:e.clientX,y:e.clientY}}function Wk(e){var t;return e.nodeName==="IMG"&&(Vk()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function _k(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return $m()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function jk(e,t,s,o,i){const n=Wk(t),a=Km(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=_k(n,t,c,d),m=()=>{let R=new Dh([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return $m()&&n&&(R+=(window.devicePixelRatio-1)*f),R},v=()=>new Dh([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:m()}}class Uk{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function $k(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Ph(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){$k(e,i,s[i])})}return e}class Kk{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return Ph({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return Ph({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(Eh).some(s=>Eh[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=Bk(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){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 n=this.sourceNodes.get(i);return n&&Km(n)||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:n}=this;this.dragStartSourceIds=null;const r=Un(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=Sl(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:m,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=jk(u,h,r,{anchorX:p,anchorY:f},{offsetX:m,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{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 n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=Sl(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:Un(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=Un(i),this.scheduleHover(n),(n||[]).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 n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else Sl(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:Un(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new Uk(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new Hk(this.isNodeInDocument)}}const qk=function(t,s,o){return new Kk(t,s,o)},Yk=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,m]=g.useState(!1),v=g.useCallback(E=>{const M=E.target.files;if(M&&M.length>0){const O=Array.from(M);c?.(O)?m(!0):e(O)}},[c,e]),w=g.useCallback(E=>n&&E?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),m(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},R]=lg(()=>({accept:[Sd],drop(E){const M=E.files;!c?.(M)&&!w(M)&&e(M),S()},collect:E=>({isOver:E.isOver(),canDrop:E.canDrop()})}),[v]),F=E=>{(E.key==="Enter"||E.key==="Space")&&(E.preventDefault(),u.current?.click())},D=E=>{E?.preventDefault();const M=Array.from(E.dataTransfer?.items??[]);m(!!c?.(M)),p(M)},T=E=>{E.target===E.currentTarget&&S()},k=Z("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return R(d),C.jsxs(C.Fragment,{children:[C.jsxs("div",{className:k,ref:d,onDragOver:D,onDragLeave:T,children:[C.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:F,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&C.jsx("p",{className:"mb-1",children:t}),s&&C.jsx("p",{className:"mb-0.5",children:s}),o&&C.jsx(Ee,{variant:Ie.Tertiary,label:o,onClick:()=>u.current?.click()})]}),C.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),C.jsx(C.Fragment,{children:f?C.jsx(Ps,{errorText:a}):w(h)&&C.jsx(Ps,{errorText:l})})]})},Zk=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>C.jsx("div",{className:"mr-2",children:i?C.jsx(V.IconExclamationCircle,{...le,className:"text-error"}):e});return C.jsx(co,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:Z(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},Xk=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>C.jsx(Lm,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?C.jsx(Gw,{backend:qk,children:C.jsx(Yk,{...e,onChange:d})}):C.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&C.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>C.jsx(Zk,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},Qk=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},m=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);m(S)||e([...o||[],...S])}},[e,o,m]);return C.jsxs("div",{className:"h-full flex flex-col",children:[C.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[C.jsx(ho,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&C.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[C.jsx(Ee,{variant:Ie.Tertiary,className:"!text-error",iconBefore:C.jsx(V.IconTrashX,{...le}),label:c,onClick:f}),(i?i>o?.length:!0)&&C.jsx(Ee,{variant:Ie.Tertiary,iconBefore:C.jsx(V.IconPlus,{...le}),label:d,onClick:p})]})]}),o&&o.length>0&&C.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),C.jsx(Xk,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:m,...u})]})},Jk=C.jsx(V.IconChevronDown,{size:16}),eA=C.jsx(V.IconChevronUp,{size:16}),pc=e=>{const[t,s]=g.useState(!1),o=g.useMemo(()=>t?eA:Jk,[t]);return C.jsx("div",{children:C.jsx(ft,{menu:{items:e.items},onOpenChange:i=>s(i),children:C.jsx(Ee,{...e,iconAfter:o})})})},tA="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2",Mh="w-full text-secondary flex items-center gap-2",sA="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",oA="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",iA="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",nA="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",rA=280,aA="Files",Ds=20,lA="Files",yl=".dial_folder",cA=280,dA=460,xl=44,uA=56,hA=800;var Le=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Le||{}),qm=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(qm||{}),Ym=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Ym||{});const uo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=uo(s.items,t);if(o)return o}},Th=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=uo(e,t);if(s&&s.nodeType===Le.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return uo(e,i)??e[0]},lr=e=>(e??"").toLowerCase(),gA=e=>lr(e).replace(/^\./,""),pA=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Le.FOLDER&&s(n)};return s(e),t},Zm=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),fA={size:10,stroke:2},mA=26;var kt=(e=>(e.File="file",e.Folder="folder",e))(kt||{});const CA=({name:e,type:t,shared:s=!1,loading:o=!1,...i})=>{const n=r=>C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[r,s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(zi,{})})]});if(o)return n(C.jsx(nn,{}));if(t===kt.File){const r=e.includes(".")?e.split(".").pop():null;return C.jsx(yc,{...i,extension:r??"",className:"text-secondary",indicator:s?C.jsx(zi,{}):null,label:"File type icon"})}return t===kt.Folder?n(C.jsx(Ae,{icon:C.jsx(V.IconFolder,{className:i.className,size:i.size??le.size,stroke:i.stroke??le.stroke}),className:"inline-block align-middle"})):null},vA=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:m})=>{const v=()=>d?C.jsx(gs,{tooltip:u,children:p||C.jsx(V.IconAlertCircleFilled,{...le,className:"text-error","aria-label":"alert"})}):null;return C.jsxs("div",{className:"flex gap-2 items-center",children:[C.jsx(CA,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i}),C.jsx(co,{containerClassName:ue("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:m,invalid:d,iconAfter:v(),inputRef:f})]})};function Xm({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),m=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:m,invalid:l,invalidMessage:d}}const Br=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ns,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,...u})=>{const{value:h,invalid:p,invalidMessage:f,onChange:m,inputRef:v}=Xm({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?C.jsx(vA,{type:t,name:h,elementId:s,inputInvalid:p,inputInvalidMessage:f,inputRef:v,onChange:m,iconSize:r,inputContainerClassName:d}):t===kt.Folder?C.jsx(Xr,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate"}):C.jsx(Zr,{className:"max-w-[428px]",...u,name:e,shared:n,iconSize:r})},Qm=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]),n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},wA=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,selectedPath:n,emptyStateTitle:r="No Folders",emptyStateDescription:a,emptyStateIcon:l,areHiddenFilesVisible:c=!1,renamedPath:d,rootItemLabel:u,rootItemPath:h,onItemClick:p,getContextMenuItems:f,onRenameSave:m,onRenameCancel:v,onRenameValidate:w,onExpandedPathsChange:b})=>{const{expandedPaths:S,togglePath:y}=Qm({expandedPaths:s??new Set,onExpandedPathsChange:b}),x=F=>{p?.(F),y(F.path)},R=(F,D)=>F.map(T=>{const{path:k,nodeType:E,name:M,items:O}=T,B=E===Le.FOLDER;if(!c&&Zm(T))return null;if(!B&&!t)return;const H=Array.isArray(O)&&O.length>0&&O.some(J=>J.nodeType===Le.FOLDER||t),Q=S.has(k),se=n===k,L=o.has(k),te=d===k,_=i.has(k),j=h&&u&&k===h&&B,q=w&&(J=>w(J,T)),Y=se?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",$=j?[]:f?.(T)??[];return C.jsx("div",{className:"cursor-pointer text-secondary",children:C.jsxs("div",{className:"flex flex-col w-full",children:[C.jsx(ft,{trigger:[Ct.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:$},children:C.jsxs("div",{style:{paddingLeft:`${D*mA}px`},className:ue("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",Y),children:[!te&&C.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>x(T)}),C.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!te&&x(T),children:C.jsxs(C.Fragment,{children:[B&&C.jsx(V.IconCaretRightFilled,{...fA,className:Z("flex-shrink-0",Q&&"rotate-90 transition-all",_&&!H&&"text-transparent")}),C.jsx(Br,{elementId:`${k}-tree-item`,name:j?u:M,type:B?kt.Folder:kt.File,loading:L,iconSize:Ds,...!j&&{editing:te,onSave:m,onCancel:v,validate:q}})]})}),$.length>0&&!te&&!j&&C.jsx("div",{className:"flex-1 flex justify-end",children:C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:$},className:"sticky right-0",children:C.jsx(Ae,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(V.IconDotsVertical,{...le})})})})]})}),Q&&O&&R(O,D+1)]})},`${k}-children`)});return C.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto",children:e.length>0?R(e,0):C.jsx(Wr,{title:r,description:a,icon:l})})},bA="w-full h-[12] flex items-center justify-between gap-4",SA="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",yA="w-[260px]",xA=({ariaLabel:e="Breadcrumb",titleClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,className:a,breadcrumbClassName:l,searchable:c=!0,value:d,elementId:u="fm-search",disabled:h,readonly:p,invalid:f,onSearchChange:m,searchClassName:v,searchContainerClassName:w,isCompactView:b=!1})=>{const S=g.useMemo(()=>{if(!o)return;const D=o.split("/").map(k=>k.trim()).filter(Boolean);if(!D.length)return[{title:"/"}];const T=D.map((k,E)=>{const M=D.slice(0,E+1),O=typeof i=="function"?i(M,E):void 0;return{title:k,href:O,onClick:s?B=>{B.preventDefault(),s(O)}:void 0}});if(n&&r){const k=n.split("/").filter(Boolean),E=o.split("/").filter(Boolean);if(k.every((O,B)=>E[B]===O)&&T.length>0){const O=T.slice(k.length);return[{title:r,href:n,onClick:s?B=>{B.preventDefault(),s(n)}:void 0},...O]}}return T},[o,i,s,n,r]),[y,x]=g.useState(!1),R=g.useCallback(()=>{if(!y){x(!0);const D=document.getElementById(u);D&&D.focus()}},[u,y]),F=g.useCallback(()=>b&&y?C.jsx(Ee,{className:"!p-[9px]",variant:Ie.Secondary,iconBefore:C.jsx(V.IconArrowLeft,{...le}),onClick:()=>{x(!1),m?.("")}}):C.jsx("div",{className:SA,children:C.jsx(Am,{pathItems:S,ariaLabel:e,titleClassName:t,className:l})}),[e,l,S,y,b,t,m]);return C.jsxs("div",{className:ue(bA,{"gap-3":b},a),children:[F(),c&&C.jsx("div",{className:ue(yA,{"w-[38px]":b&&!y,"w-full":b&&y}),role:"search","aria-label":"Search",onClick:R,children:C.jsx(bd,{elementId:u,value:d??"",onChange:m,disabled:h,readonly:p,invalid:f,className:v,containerClassName:ue(w,{"p-[10px]":b})})})]})};var Vr=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Vr||{}),de=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(de||{}),nt=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(nt||{}),Rt=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Rt||{}),qe=(e=>(e.Copy="copy",e.Move="move",e))(qe||{}),Uo=(e=>(e.Tree="tree",e.Grid="grid",e))(Uo||{}),Et=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Actions="__actions",e))(Et||{});const Jm=()=>{const[e,t]=g.useState(bh());return g.useEffect(()=>{const s=()=>t(bh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},RA=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,newButtonVariant:r=Ie.Secondary,newButtonDropdownItems:a=[],newButtonLabel:l="New",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=Jm(),p=g.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(V.IconEyeOff,{...le,className:"text-secondary"}):C.jsx(V.IconEye,{...le,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(Mm,{tabs:e,activeTab:t,onClick:w=>s(w),screenThreshold:Nr.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(vd,{switchId:"hidden-files-switch",title:c,isOn:o,onChange:i}),n&&C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"h-6 border-l border-primary"}),C.jsx(pc,{label:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(ft,{menu:{items:p},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Ee,{className:"h-[38px]",iconBefore:C.jsx(V.IconDotsVertical,{...le,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(pc,{label:l,variant:r,items:a}):null]});return C.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[C.jsx("div",{className:"flex-1 min-w-0",children:f()}),C.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:h?v():m()})]})},FA=12,EA=8;var $s=(e=>(e.Normal="normal",e.Reverse="reverse",e))($s||{});function DA({actions:e,direction:t=$s.Normal,moreButtonWidth:s=ns,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,F=b.getBoundingClientRect().width-x-s-o*2-i*2,D=d.current;let T=0,k=0;if(t===$s.Reverse)for(let E=D.length-1;E>=0&&(T+=D[E]+o,!(T>F));E--)k++;else for(const E of D){if(T+=E+o,T>F)break;k++}h(k)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const p=t===$s.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===$s.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const PA=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=Jm(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=DA({actions:s,direction:$s.Reverse,dependencies:[i],actionsGap:FA,containerPadding:EA}),d=e(o);return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>C.jsx(Ee,{iconBefore:h,label:p,variant:Ie.Secondary,hideTitleOnMobile:!0},u))}),C.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:r,children:C.jsx(Ee,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",variant:Ie.Tertiary,iconBefore:C.jsx(V.IconX,{...le,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&C.jsx(ft,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Ee,{className:"h-[38px]",iconBefore:C.jsx(V.IconDotsVertical,{...le,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:m})=>C.jsx(Ee,{className:"!p-[9px]",iconBefore:h,label:p,variant:Ie.Secondary,hideTitleOnMobile:!0,disabled:m,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},yd=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M3.009 12.5527C2.77901 12.4216 2.5877 12.2321 2.45443 12.0034C2.32116 11.7746 2.25064 11.5147 2.25 11.25V3.75C2.25 2.925 2.925 2.25 3.75 2.25H11.25C11.8125 2.25 12.1185 2.53875 12.375 3M10.5 15.75H7.25025C6.98757 15.75 6.72747 15.6983 6.48479 15.5977C6.24211 15.4972 6.0216 15.3499 5.83586 15.1641C5.65012 14.9784 5.50278 14.7579 5.40226 14.5152C5.30174 14.2725 5.25 14.0124 5.25 13.7498V7.25025C5.25 6.71975 5.46074 6.21098 5.83586 5.83586C6.21098 5.46074 6.71975 5.25 7.25025 5.25H13.7498C14.0124 5.25 14.2725 5.30174 14.5152 5.40226C14.7579 5.50278 14.9784 5.65012 15.1641 5.83586C15.3499 6.0216 15.4972 6.24211 15.5977 6.48479C15.6983 6.72747 15.75 6.98757 15.75 7.25025V10.5M12.75 16.5L16.5 12.75M16.5 12.75V16.125M16.5 12.75H13.125",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),xd=e=>pe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},pe.createElement("path",{d:"M9.75 14.25H3.75C3.35218 14.25 2.97064 14.092 2.68934 13.8107C2.40804 13.5294 2.25 13.1478 2.25 12.75V4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3H6.75L9 5.25H14.25C14.6478 5.25 15.0294 5.40804 15.3107 5.68934C15.592 5.97064 15.75 6.35218 15.75 6.75V9.75M12 16.5L15.75 12.75M15.75 12.75V16.125M15.75 12.75H12.375",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),MA=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},TA=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},Ih=(e,t)=>{if(!t.has(e))return e;const s=e.lastIndexOf("."),o=s>0,i=o?e.substring(0,s):e,n=o?e.substring(s):"";let r=1,a;do a=`${i} (${r})${n}`,r++;while(t.has(a));return a},Rl=e=>e.name,eC=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(Rl)),R=S.filter(F=>x.has(F.name));return{hasConflicts:R.length>0,conflicts:R}},[e]),h=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(Rl));return S.map(D=>{const T=D.name,k=F.has(T),E=y&&k?T:Ih(T,F);return(!y||!k)&&F.add(E),{sourceUrl:D.path,destinationUrl:`${b}/${E}`,overwrite:y&&k,nodeType:D.nodeType??Le.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(Rl));return S.filter(T=>y.get(T.path)!==nt.Cancel).map(T=>{const k=y.get(T.path),E=F.has(T.name),M=k===nt.Replace&&E,O=M?T.name:Ih(T.name,F);return M||F.add(O),{sourceUrl:T.path,destinationUrl:`${b}/${O}`,overwrite:M,nodeType:T.nodeType??Le.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),m=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,R=new Map(b.map(D=>[D.file.path,D.action])),F=p(y,S,R,x);t?.(F,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:m,handleDuplicateAll:v,handleDecideForEach:w}},IA=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,m]=g.useState(qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:R,closeConflictResolution:F,openConflictResolution:D,handleReplaceAll:T,handleDuplicateAll:k,handleDecideForEach:E}=eC({getDestinationFiles:e,onResolve:(J,N)=>{v?.type===qe.Copy?(t?.(J,N),o?.()):v?.type===qe.Move&&v.sourceFolder&&(s?.(J,v.sourceFolder,N),i?.())}}),M=g.useCallback(()=>{u([]),p([]),w(null)},[]),O=g.useCallback(J=>{const N=x(J,d,{type:qe.Copy});if(w({type:qe.Copy}),!N.hasConflicts){const P=R(J,d,!1);t?.(P,J),o?.(),M()}},[d,x,R,t,o,M]),B=g.useCallback((J,N)=>{const P=x(J,h,{type:qe.Move,sourceFolder:N});if(w({type:qe.Move,sourceFolder:N}),!P.hasConflicts){const W=R(J,h,!0);s?.(W,N,J),i?.(),M()}},[h,x,R,s,i,M]),H=g.useCallback(()=>{T(),M()},[T,M]),Q=g.useCallback(()=>{k(),M()},[k,M]),se=g.useCallback(J=>{E(J),M()},[E,M]),L=g.useCallback(J=>{const N=J.at(0)?.parentPath??"/",P=R(N,J,!1);t?.(P,N),n?.()},[t,n,R]),te=g.useCallback(J=>{m(J),c(!0)},[]),_=g.useCallback(()=>{c(!1),y.current||M()},[M,y]),[j,q]=g.useState(),Y=g.useCallback(J=>{u(J),r&&J.length>0?q(r(J.length,J[0]?.name)):q(void 0)},[r]),$=g.useCallback(J=>{p(J),a&&J.length>0?q(a(J.length,J[0]?.name)):q(void 0)},[a]);return{handleDuplicate:L,handleCloseDestinationFolderPopup:_,handleOpenDestinationFolderPopup:te,handleCopyTo:O,handleMoveTo:B,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:j,handleSetCopiedFiles:Y,handleSetMovedFiles:$,clearState:M,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:D,closeConflictResolution:F,handleConflictReplace:H,handleConflictDuplicate:Q,handleConflictDecideForEach:se}},kA=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=g.useState(e);g.useEffect(()=>{i(e),s?.()},[e,s]);const n=g.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},AA=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},LA=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),OA=e=>"dataTransfer"in e&&e.dataTransfer!==null,NA=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,validationMessages:o={},onUploadArchive:i}={})=>{const[n,r]=g.useState(!1),[a,l]=g.useState(!1),[c,d]=g.useState(),u=g.useRef(null),h=g.useRef(""),p=g.useRef([]),[f,m]=g.useState(new Map),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,closeConflictResolution:R,openConflictResolution:F,handleReplaceAll:D,handleDuplicateAll:T,handleDecideForEach:k}=eC({getDestinationFiles:()=>p.current,onResolve:(N,P)=>{if(!v)return;const W=N.map(re=>{const ee=f.get(re.sourceUrl);if(!ee)return;const ge=re.destinationUrl.split("/").pop();return{fileContent:ee.fileContent,name:ge}}).filter(Boolean);W.length>0&&e?.(W,P),E()}}),E=g.useCallback(()=>{m(new Map),w(null)},[]);g.useEffect(()=>{let N=0;const P=ge=>{OA(ge)&&ge.dataTransfer.types.includes(lA)&&(N++,l(!0))},W=()=>{N--,N===0&&l(!1)},re=()=>{N=0,l(!1)},ee=ge=>{ge.preventDefault()};return window.addEventListener("dragenter",P),window.addEventListener("dragleave",W),window.addEventListener("drop",re),window.addEventListener("dragover",ee),()=>{window.removeEventListener("dragenter",P),window.removeEventListener("dragleave",W),window.removeEventListener("drop",re),window.removeEventListener("dragover",ee)}},[]);const M=g.useCallback(N=>s?N.filter(P=>P.fileContent.size>s).map(P=>P.name):[],[s]),O=g.useCallback((N,P)=>N.map(W=>({id:W.name,name:W.name,folderId:P,path:W.name,nodeType:Le.ITEM,parentPath:P,contentLength:W.fileContent.size})),[]),B=g.useCallback(async(N,P,W)=>{d(void 0),p.current=W;const re=M(N);if(re.length>0){const ye=s?(s/1048576).toFixed(2):0,De=o.oversizedFiles||`Files exceed maximum size (${ye}MB): ${re.join(", ")}`;return d(De),!1}if(t)try{const ye=await t(N,W,P);if(!ye.valid)return d(ye.message||o.validationFailed||"Validation failed"),!1}catch{return d(o.validationError||"Validation error occurred"),!1}const ee=new Map(N.map(ye=>[ye.name,ye]));m(ee);const ge=O(N,P);return w({destinationFolder:P}),x(P,ge,{destinationFolder:P}).hasConflicts?!1:(e?.(N,P),E(),!0)},[e,t,M,s,o,O,x,E]),H=g.useCallback(()=>{D(),E()},[D,E]),Q=g.useCallback(()=>{T(),E()},[T,E]),se=g.useCallback(N=>{k(N),E()},[k,E]),L=g.useCallback(()=>{R(),y.current||E()},[R,y,E]),te=g.useCallback(N=>{N.preventDefault(),N.stopPropagation(),N.dataTransfer.types.includes("Files")&&r(!0)},[]),_=g.useCallback(N=>{N.preventDefault(),N.stopPropagation();const P=N.currentTarget.getBoundingClientRect(),W=N.clientX,re=N.clientY;(W<=P.left||W>=P.right||re<=P.top||re>=P.bottom)&&r(!1)},[]),j=g.useCallback(N=>{N.preventDefault(),N.stopPropagation(),N.dataTransfer.types.includes("Files")&&(N.dataTransfer.dropEffect="copy")},[]),q=g.useCallback(async(N,P,W)=>{if(N.preventDefault(),N.stopPropagation(),r(!1),!N.dataTransfer.types.includes("Files"))return;const re=Array.from(N.dataTransfer.files);if(re.length>0){const ee=re.map(ge=>({fileContent:ge,name:ge.name}));await B(ee,P,W)}},[B]);g.useEffect(()=>{let N=u.current;N||(N=document.createElement("input"),N.type="file",N.multiple=!0,N.style.display="none",document.body.appendChild(N),u.current=N);const P=async()=>{if(!N?.files?.length)return;const re=Array.from(N.files).map(ee=>({fileContent:ee,name:ee.name}));await B(re,h.current,p.current),N.value=""};return N.addEventListener("change",P),()=>{N&&(N.removeEventListener("change",P),u.current===N&&(document.body.removeChild(N),u.current=null))}},[B]);const Y=g.useCallback((N,P)=>{h.current=N,p.current=P,u.current&&u.current.click()},[]),$=g.useCallback((N,P)=>{if(!i)return;const W=document.createElement("input");W.type="file",W.accept=".zip,application/zip",W.multiple=!1,W.style.display="none";const re=()=>{const ee=W.files?.[0];if(!ee){document.body.removeChild(W);return}const ge=ee.name.replace(/\.zip$/i,"");if(P.some(ye=>ye.nodeType===Le.FOLDER&&ye.name.toLowerCase()===ge.toLowerCase())){d(o.validationFailed||`Folder with name "${ge}" already exists`),document.body.removeChild(W);return}try{i(ee,ge,N)}finally{document.body.removeChild(W)}};W.addEventListener("change",re),document.body.appendChild(W),W.click()},[i,o]),J=g.useCallback(()=>{d(void 0)},[]);return{isDragging:n,isDraggingOverWindow:a,uploadError:c,handleDragEnter:te,handleDragLeave:_,handleDragOver:j,handleDrop:q,clearError:J,handleUpload:B,openFileDialog:Y,openArchiveDialog:$,fileInputRef:u,uploadConflictingFiles:b,uploadConflictResolutionOpen:S,hasActiveUploadConflictRef:y,openUploadConflictResolution:F,closeUploadConflictResolution:L,handleUploadConflictReplace:H,handleUploadConflictDuplicate:Q,handleUploadConflictDecideForEach:se}},tC=g.createContext(void 0),HA={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function GA(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}function BA(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function kh(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const VA=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...HA,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=uo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Le.ITEM;let m=p.trim();if(f){const S=kh(i.name);S&&!m.endsWith(S)&&(m=m+S)}if(m===i.name){n(void 0);return}const v=GA(i.path,m),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const m=p.trim();if(!m)return r.emptyName;const v=f.nodeType===Le.ITEM;let w=m;if(v){const S=kh(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=uo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Le.ITEM?BA(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},zA=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:C.jsx(V.IconFolder,{...le,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:C.jsx(V.IconFile,{...le,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:C.jsx(V.IconFileZip,{...le,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},WA={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},_A=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...WA,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const m=f.trim();if(!m)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Le.FOLDER).map(w=>w.name.toLowerCase())).has(m.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(m,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const m=f.trim();if(!m)return;const w=`${e?.path??"/"}/${m}`,b=`${w}/${yl}`,y={fileContent:new File([],yl,{type:"text/plain"}),name:yl};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},jA=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ue(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return C.jsxs(C.Fragment,{children:[e,C.jsx(Ee,{disabled:o,className:n,onClick:s,iconBefore:C.jsx(V.IconCopyMinus,{size:24,stroke:1.5})})]})},[e,o,s])}},UA=e=>{if(!e||e<=0)return"";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},sC=({children:e,className:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,destinationFolderPopupOptions:f,conflictResolutionPopupOptions:m,onPathChange:v,onTableFileClick:w,onCopyFiles:b,onMoveToFiles:S,onDeleteFiles:y,onDownloadFiles:x,onRenameValidate:R,renameValidationMessages:F,onUploadFiles:D,onValidateUpload:T,maxFileSize:k,onUploadArchive:E,onCreateFolder:M,onCreateFolderValidate:O,folderCreationValidationMessages:B})=>{const[H,Q]=g.useState(new Map),se=g.useMemo(()=>new Set(H.keys()),[H]),L=g.useCallback(()=>Q(new Map),[]),{currentPath:te,setCurrentPath:_,handlePathChange:j}=kA({path:i,onPathChange:v,onSelectionClear:L}),[q,Y]=g.useState(),$=f?.destinationFolderPath??q,J=g.useCallback(Me=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(Me):Y(Me)},[f]),{areHiddenFilesVisible:N,toggleHiddenFilesVisibility:P}=MA({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:W,toggleTreeCollapse:re,setIsTreeCollapsed:ee}=TA({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:ge,renamedItem:be,renameHandler:ye,renameSaveHandler:De,renameCancelHandler:ot,renameValidateHandler:fe,getDisplayName:xe}=VA({items:s,onRenameValidate:R,validationMessages:F,onMoveToFiles:S}),[z,Ce]=g.useState("");g.useEffect(()=>{const Me=c?.value;Me!=null&&Ce(String(Me))},[c?.value]);const ce=String(c?.value??z??"").trim(),me=g.useMemo(()=>Th(s,te)??s[0],[s,te]),{handleCopyTo:$e,handleMoveTo:mt,handleDuplicate:ze,handleOpenDestinationFolderPopup:Lt,handleCloseDestinationFolderPopup:vo,openDestinationFolderPopup:Ot,handleSetCopiedFiles:ke,handleSetMovedFiles:Qe,destinationFolderMode:ai,destinationFolderTitle:da,conflictingFiles:ua,conflictResolutionOpen:ha,closeConflictResolution:ga,handleConflictReplace:pa,handleConflictDuplicate:fa,handleConflictDecideForEach:ma}=IA({getDestinationFiles:Me=>Th(s,Me)?.items??[],onCopyFiles:b,onMoveToFiles:S,onCopySuccess:L,onMoveSuccess:L,onDuplicateSuccess:L,getCopyHeader:f?.getCopyHeader,getMoveHeader:f?.getMoveHeader});g.useEffect(()=>{Ot&&!$&&J(te??o?.path??"/")},[Ot,$,te,o?.path,J]),g.useEffect(()=>{Ot||J(void 0)},[Ot,J]);const{deleteConfirmationOpen:Ca,itemsToDelete:va,openDeleteConfirmation:wa,closeDeleteConfirmation:ba,confirmDelete:pn}=AA({onDeleteFiles:y,onDeleteSuccess:L}),{handleDownloadFiles:fn}=LA({onDownloadFiles:x,onDownloadSuccess:L}),{isDragging:mn,isDraggingOverWindow:Cn,uploadError:wo,handleDragEnter:vn,handleDragLeave:bo,handleDragOver:Sa,handleDrop:li,clearError:ci,openFileDialog:wn,fileInputRef:di,openArchiveDialog:ui,uploadConflictingFiles:hi,uploadConflictResolutionOpen:gi,closeUploadConflictResolution:bn,handleUploadConflictReplace:Sn,handleUploadConflictDuplicate:ya,handleUploadConflictDecideForEach:Je}=NA({onUploadFiles:D,onValidateUpload:T,maxFileSize:k,onUploadArchive:E}),xa=g.useCallback(Me=>{const Nt=te??"",Ci=me?.items??[];li(Me,Nt,Ci)},[te,me,li]),pi=g.useCallback(()=>{const Me=te??"",Nt=me?.items??[];wn(Me,Nt)},[te,me,wn]),Ra=g.useCallback(()=>{const Me=te??"",Nt=me?.items??[];ui(Me,Nt)},[te,me,ui]),{isCreatingFolder:fi,newFolderTempId:vs,startFolderCreation:yn,cancelFolderCreation:Fa,saveFolderCreation:xn,validateFolderName:Rn}=_A({currentFolder:me,onCreateFolder:M,onValidateFolderName:O,validationMessages:B}),{newActions:mi,isNewButtonVisible:Fn}=zA({newActionLabels:h?.newActionLabels,onUploadFiles:pi,onUploadArchive:Ra,onCreateFolder:yn}),En=g.useMemo(()=>{const Me=lr(ce).trim(),Nt=me?.items??[];let Ci=Me?pA(me):Nt;N||(Ci=Ci.filter(Ye=>!Zm(Ye)));const Da=Ci.map(Ye=>({id:Ye.id??Ye.path,name:Ye.name??Ye.path.split("/").pop()??"",updatedAt:Ye.updatedAt,size:Ye.nodeType===Le.ITEM?UA(Ye.contentLength):"",author:Ye.author,path:Ye.path,nodeType:Ye.nodeType,extension:Ye.extension,isTemporary:!1}));if(fi&&vs&&!Me&&Da.unshift({id:vs,name:"",updatedAt:void 0,size:"",author:void 0,path:vs,nodeType:Le.FOLDER,extension:void 0,isTemporary:!0}),!Me)return Da;const dC=Me.split(/\s+/).filter(Boolean);return Da.filter(Ye=>{if(Ye.isTemporary)return!0;const uC=lr(Ye.name),hC=lr(Ye.author),gC=gA(Ye.extension);return dC.every(Pa=>uC.includes(Pa)||hC.includes(Pa)||gC.includes(Pa))})},[me,ce,N,fi,vs]),Ea=g.useCallback(Me=>{j(Me.path)},[j]),X=g.useCallback(Me=>{j(Me)},[j]),Fe=g.useCallback(Me=>{const Nt=String(Me??"");Ce(Nt),c?.onSearchChange?.(Nt)},[c]),So=g.useCallback(Me=>{Me.nodeType===Le.FOLDER?j(Me.path):w?.(Me)},[j,w]),{expandedPaths:_t,setExpandedPaths:ws,collapseAll:aC}=Qm({expandedPaths:l?.expandedPaths,onExpandedPathsChange:l?.onExpandedPathsChange}),{additionalButtons:lC}=jA({collapseAll:aC,expandedPathsLength:_t.size,additionalButtons:l?.additionalButtons}),cC={className:t,items:s,rootItem:o,filesLoading:n,treeOptions:{...l,expandedPaths:_t,onExpandedPathsChange:ws,additionalButtons:lC},navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,deleteConfirmationOptions:d,destinationFolderPopupOptions:{...f,destinationFolderPath:$,setDestinationFolderPath:J,title:da},currentPath:te,setCurrentPath:_,searchValue:z,effectiveSearchValue:ce,setSearchValue:Ce,areHiddenFilesVisible:N,toggleHiddenFilesVisibility:P,isTreeCollapsed:W,toggleTreeCollapse:re,setIsTreeCollapsed:ee,selectedIds:se,selectedFiles:H,setSelectedFiles:Q,clearSelection:L,currentFolder:me,gridRows:En,handleCopyTo:$e,handleMoveTo:mt,handleDuplicate:ze,handleSetCopiedFiles:ke,handleSetMovedFiles:Qe,openDestinationFolderPopup:Ot,handleCloseDestinationFolderPopup:vo,handleOpenDestinationFolderPopup:Lt,destinationFolderMode:ai,handleDownloadFiles:fn,renamedPath:ge,renamedItem:be,onRename:ye,onRenameSave:De,onRenameCancel:ot,onRenameValidate:fe,getDisplayName:xe,openDeleteConfirmation:wa,closeDeleteConfirmation:ba,confirmDelete:pn,deleteConfirmationOpen:Ca,itemsToDelete:va,handlePathChange:j,handleTreeItemClick:Ea,handleBreadcrumbItemClick:X,handleSearchChange:Fe,handleTableRowClick:So,onTableFileClick:w,isDragging:mn,uploadError:wo,handleDragEnter:vn,handleDragLeave:bo,handleDragOver:Sa,handleDrop:xa,clearUploadError:ci,onUploadFiles:D,onValidateUpload:T,maxFileSize:k,isDraggingOverWindow:Cn,openFileDialog:pi,fileInputRef:di,newActions:mi,isNewButtonVisible:Fn,isCreatingFolder:fi,newFolderTempId:vs,startFolderCreation:yn,cancelFolderCreation:Fa,saveFolderCreation:xn,validateFolderName:Rn,conflictResolutionPopupOptions:m,conflictingFiles:ua,conflictResolutionOpen:ha,closeConflictResolution:ga,handleConflictReplace:pa,handleConflictDuplicate:fa,handleConflictDecideForEach:ma,uploadConflictingFiles:hi,uploadConflictResolutionOpen:gi,closeUploadConflictResolution:bn,handleUploadConflictReplace:Sn,handleUploadConflictDuplicate:ya,handleUploadConflictDecideForEach:Je};return C.jsx(tC.Provider,{value:cC,children:e})},oC=()=>{const e=g.useContext(tC);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},$A="en-US",KA={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},qA="text-primary";function iC(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return iC(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const nC=({value:e,locale:t=$A,options:s=KA,emptyPlaceholder:o,className:i})=>{const n=iC(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return C.jsx(Bt,{text:a?C.jsx("time",{dateTime:a,children:r}):C.jsx("span",{children:r}),className:Z(qA,i),hideTooltip:!1})},YA=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=C.jsxs("div",{className:"px-6 py-3 dial-small",children:[C.jsx("p",{className:"text-secondary mb-3",children:t.length===1?C.jsxs(C.Fragment,{children:["Do you want to delete file or folder"," ",C.jsxs("span",{className:"text-primary break-all",children:['"',t[0].name,'"']}),"?"]}):C.jsxs(C.Fragment,{children:["Do you want to delete the following"," ",C.jsx("span",{className:"text-primary",children:t.length})," item",t.length!==1?"s":"","?"]})}),t.length>1&&C.jsx(C.Fragment,{children:t.length<=10?C.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}):C.jsxs(C.Fragment,{children:[C.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Hm,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Qo.Danger,onClose:s,onConfirm:o,children:h})},ZA=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,title:u,...h})=>{const[p,f]=g.useState(!1),m=g.useCallback(w=>{f(w)},[]),v=r===qe.Copy?"Copy to":"Move to";return C.jsx(ri,{open:s,onClose:()=>{e()},size:Gt.Lg,className:"md:!h-[800px]",footer:C.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Ee,{label:n,variant:Ie.Tertiary,iconBefore:C.jsx(V.IconFolderPlus,{...le})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:w=>{w.stopPropagation(),m(!p)},children:C.jsx(vd,{title:a,isOn:p,onChange:m,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Ee,{onClick:e,label:"Cancel",variant:Ie.Secondary}),C.jsx(Ee,{onClick:t,label:r==="copy"?o:i,variant:Ie.Primary})]})]}),title:u??v,children:C.jsx(rC,{...h,showHiddenFiles:p,onShowHiddenFilesChange:m,treeOptions:{...h.treeOptions,collapsed:!0,expandedPaths:new Set([h.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...h.gridOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},XA=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onDelete:r,getCurrentFolderPath:a})=>g.useMemo(()=>{const l=[],c=Array.from(e.values());return!c.length||!t||(t[de.Move]&&l.push({key:de.Move,label:t[de.Move],title:t[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>i(c)}),t[de.Copy]&&l.push({key:de.Copy,label:t[de.Copy],title:t[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>o(c)}),t[de.Duplicate]&&l.push({key:de.Duplicate,label:t[de.Duplicate],title:t[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>s(c)}),t[de.Delete]&&l.push({key:de.Delete,label:t[de.Delete],title:t[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>{const d=a();r(c,d)}}),t[de.Download]&&l.push({key:de.Download,label:t[de.Download],title:t[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>n(c)})),l},[e,t,s,o,i,n,r,a]),QA=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r})=>g.useMemo(()=>a=>{const l=[];return e&&(e[de.Duplicate]&&l.push({key:de.Duplicate,label:e[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>t(a)}),e[de.Copy]&&l.push({key:de.Copy,label:e[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>s(a)}),e[de.Move]&&l.push({key:de.Move,label:e[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>o(a)}),e[de.Download]&&l.push({key:de.Download,label:e[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>i(a)}),e[de.Delete]&&l.push({key:de.Delete,label:e[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>r(a,a.parentPath??"")}),e[de.Rename]&&l.push({key:de.Rename,label:e[de.Rename],icon:C.jsx(V.IconPencilMinus,{...le,className:"text-secondary"}),onClick:()=>n(a.path)})),l},[e,t,s,o,i,n,r]),Ah=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const m=n.length===1,v=m?n[0]?.name:"",w=c?.[nt.Replace]??"Replace",b=c?.[nt.Duplicate]??"Duplicate",S=c?.[nt.Cancel]??"Cancel",y=d?.[Rt.ReplaceAll]??"Replace all",x=d?.[Rt.DuplicateAll]??"Duplicate all",R=d?.[Rt.DecideForEach]??"Decide for each",[F,D]=g.useState(nt.Replace),[T,k]=g.useState(Rt.ReplaceAll),[E,M]=g.useState(new Map(n.map($=>[$.path,nt.Replace]))),[O,B]=g.useState(void 0),H=m?r:a,Q=C.jsxs(C.Fragment,{children:["Item with the name ",C.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),se=`${n.length} items with the same names already exist in this destination.`,L=l??(m?Q:se),te=g.useMemo(()=>[{id:nt.Replace,name:w},{id:nt.Duplicate,name:b}],[w,b]),_=g.useMemo(()=>n.map($=>({id:$.path,name:$.name,path:$.path,nodeType:$.nodeType??Le.ITEM,action:E.get($.path)||nt.Replace})),[n,E]),j=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:$=>$.data?.nodeType===Le.FOLDER?C.jsx(Xr,{name:$.data.name,iconSize:Ds}):C.jsx(Zr,{name:$.data.name,iconSize:Ds})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:$=>{if(!$.data)return null;const J=[{key:nt.Replace,label:w,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:nt.Duplicate,label:b,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:nt.Cancel,label:S,icon:C.jsx(V.IconCircleFilled,{size:10,className:"text-error"})}],N=J.find(W=>W.key===$.data.action),P=O===$.data.path;return C.jsx("div",{className:"flex items-center h-full",children:C.jsx(ft,{trigger:[Ct.Click],open:P,menu:{items:J,onClick:({key:W})=>{M(re=>{const ee=new Map(re);return ee.set($.data.path,W),ee}),B(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:W=>{B(W?$.data.path:void 0)},children:C.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[C.jsxs("span",{className:"flex items-center gap-2",children:[N?.icon,N?.label??w]}),C.jsx(V.IconChevronDown,{size:16,className:Z("text-secondary transition-transform",P&&"rotate-180")})]})})})}}],[p,f,w,b,S,O]),q=g.useMemo(()=>[{id:Rt.ReplaceAll,name:y},{id:Rt.DuplicateAll,name:x},{id:Rt.DecideForEach,name:R,content:T===Rt.DecideForEach?C.jsx("div",{className:"mt-4",children:C.jsx(Cd,{columnDefs:j,rowData:_,getRowId:$=>$.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,R,T,j,_]),Y=g.useCallback(()=>{if(m)F===nt.Replace?s():o();else if(T===Rt.ReplaceAll)s();else if(T===Rt.DuplicateAll)o();else if(T===Rt.DecideForEach&&i){const $=n.map(J=>({file:J,action:E.get(J.path)||nt.Replace}));i($)}},[m,F,T,E,n,s,o,i]);return C.jsx(ri,{open:e,onClose:t,size:Gt.Md,title:H,dividers:!1,footer:C.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6",children:[C.jsx(Ee,{onClick:t,label:h,variant:Ie.Secondary}),C.jsx(Ee,{onClick:Y,label:u,variant:Ie.Primary})]}),children:C.jsxs("div",{className:"px-6 py-4",children:[C.jsx("p",{className:"text-secondary mb-4",children:L}),m?C.jsx(cr,{elementId:"single-file-conflict",radioButtons:te,activeRadioButton:F,orientation:eo.Column,onChange:$=>D($)}):C.jsx(cr,{elementId:"multiple-files-conflict",radioButtons:q,activeRadioButton:T,orientation:eo.Column,onChange:$=>k($),formItemChildrenClassName:"gap-3"})]})})},JA=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r})=>C.jsx("div",{className:"flex",children:C.jsx("div",{className:"flex flex-1 min-w-0",children:C.jsx(Br,{type:s===Le.FOLDER?kt.Folder:kt.File,name:t,elementId:e,iconSize:Ds,details:C.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[C.jsx("span",{children:o}),i&&o&&C.jsx(V.IconCircleFilled,{size:2,className:"text-secondary"}),i?C.jsx("span",{children:C.jsx(nC,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})}):null]})})})});function e8(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const t8=({getContextMenuItems:e})=>{const t=g.useCallback(o=>{if(!o.data)return null;const i=o.data?e?.(o.data)??[]:[];return i.length?C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:i},className:"sticky right-0",children:C.jsx(Ae,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(V.IconDotsVertical,{...le})})}):null},[e]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:t}),[t])}},s8=({onRename:e})=>{const[t,s]=g.useState(Uo.Grid),o=g.useCallback(n=>{e(n),s(Uo.Grid)},[e]),i=g.useCallback(n=>{e(n),s(Uo.Tree)},[e]);return{renameTriggerView:t,onGridRename:o,onTreeRename:i}},rC=e=>C.jsx(sC,{...e,children:C.jsx(o8,{})}),o8=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=hA,areHiddenFilesVisible:p,toggleHiddenFilesVisibility:f,isTreeCollapsed:m,toggleTreeCollapse:v,currentPath:w,gridRows:b,selectedIds:S,selectedFiles:y,setSelectedFiles:x,clearSelection:R,effectiveSearchValue:F,handleBreadcrumbItemClick:D,handleSearchChange:T,handleTreeItemClick:k,handleTableRowClick:E,handleOpenDestinationFolderPopup:M,handleCloseDestinationFolderPopup:O,openDestinationFolderPopup:B,destinationFolderMode:H,handleSetCopiedFiles:Q,handleSetMovedFiles:se,handleDuplicate:L,handleCopyTo:te,handleMoveTo:_,handleDownloadFiles:j,openDeleteConfirmation:q,closeDeleteConfirmation:Y,confirmDelete:$,deleteConfirmationOpen:J,itemsToDelete:N,renamedPath:P,renamedItem:W,onRename:re,onRenameSave:ee,onRenameCancel:ge,onRenameValidate:be,getDisplayName:ye,isDragging:De,isDraggingOverWindow:ot,handleDragEnter:fe,handleDragLeave:xe,handleDragOver:z,handleDrop:Ce,onUploadFiles:ce,onValidateUpload:me,maxFileSize:$e,newActions:mt,isNewButtonVisible:ze,newFolderTempId:Lt,cancelFolderCreation:vo,saveFolderCreation:Ot,validateFolderName:ke,conflictingFiles:Qe,conflictResolutionOpen:ai,closeConflictResolution:da,handleConflictReplace:ua,handleConflictDuplicate:ha,handleConflictDecideForEach:ga,uploadConflictingFiles:pa,uploadConflictResolutionOpen:fa,closeUploadConflictResolution:ma,handleUploadConflictReplace:Ca,handleUploadConflictDuplicate:va,handleUploadConflictDecideForEach:wa}=oC(),{width:ba=rA,title:pn=aA,containerClassName:fn=iA,additionalButtons:mn,...Cn}=i??{},[wo,vn]=g.useState(ba),{renameTriggerView:bo,onGridRename:Sa,onTreeRename:li}=s8({onRename:re}),ci=g.useRef(null),wn=X=>{ci.current===null&&(ci.current=requestAnimationFrame(()=>{vn(X),ci.current=null}))},{columnDefs:di,filterable:ui=!0,dateLocale:hi,dateOptions:gi,visibleColumns:bn=[Et.Name,Et.UpdatedAt,Et.Size,Et.Author,Et.Actions],...Sn}=r??{},{containerRef:ya,isBelowBreakpoint:Je}=e8(h),xa=g.useMemo(()=>[{colId:Et.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:X=>{const Fe=X.data.nodeType;if(X.data?.isTemporary&&X.data.id===Lt)return C.jsx(Br,{name:"",type:kt.Folder,elementId:`new-folder-${X.data.id}`,editing:!0,iconSize:Ds,validate:ke,onSave:Ot,onCancel:vo,inputContainerClassName:ue(["!h-9",Je&&Fe===Le.ITEM&&"!h-10"])});if(bo===Uo.Grid&&P===X.data?.path&&W&&X.data){const _t=ye(W);return C.jsx(Br,{name:_t,type:Fe===Le.FOLDER?kt.Folder:kt.File,elementId:`rename-${X.data.id}`,editing:!0,iconSize:Ds,validate:ws=>be(ws,W),onSave:ee,onCancel:ge,inputContainerClassName:ue(["!h-9",Je&&Fe===Le.ITEM&&"!h-10"])})}return Je?C.jsx(JA,{id:X.data.id,name:X.data.name,nodeType:Fe,size:X.data.size,updatedAt:X.data.updatedAt,dateLocale:hi,dateOptions:gi}):Fe===Le.FOLDER?C.jsx(Xr,{name:X.data.name,iconSize:Ds}):C.jsx(Zr,{name:X.data.name,iconSize:Ds})}},{colId:Et.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:nC,cellRendererParams:{locale:hi,options:gi}},{colId:Et.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:Et.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:X=>X.data.author}],[hi,gi,Lt,Je,Ot,vo,ke,P,W,bo,be,ee,ge,ye]),pi=g.useCallback(X=>{const Fe=[];return i?.actionLabels&&(i.actionLabels[de.Duplicate]&&Fe.push({key:"duplicate",label:i.actionLabels[de.Duplicate],icon:C.jsx(V.IconCopy,{...le,className:"text-secondary"}),onClick:()=>L([X])}),i.actionLabels[de.Copy]&&Fe.push({key:qe.Copy,label:i.actionLabels[de.Copy],icon:C.jsx(yd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>{Q([X]),M(qe.Copy)}}),i.actionLabels[de.Move]&&Fe.push({key:qe.Move,label:i.actionLabels[de.Move],icon:C.jsx(xd,{width:le.size,height:le.size,className:"text-secondary"}),onClick:()=>{se([X]),M(qe.Move)}}),i.actionLabels[de.Download]&&Fe.push({key:"download",label:i.actionLabels[de.Download],icon:C.jsx(V.IconDownload,{...le,className:"text-secondary"}),onClick:()=>j([X])}),i.actionLabels[de.Rename]&&Fe.push({key:"rename",label:i.actionLabels[de.Rename],icon:C.jsx(V.IconPencilMinus,{...le,className:"text-secondary"}),onClick:()=>li(X.path)}),i.actionLabels[de.Delete]&&Fe.push({key:"delete",label:i.actionLabels[de.Delete],icon:C.jsx(V.IconTrashX,{...le,className:"text-secondary"}),onClick:()=>q([X],X.parentPath??"")})),Fe},[j,L,M,Q,se,li,q,i]),Ra=g.useMemo(()=>{const X=new Map;return y.forEach((Fe,So)=>{const _t=b.find(ws=>ws.path===So);_t&&X.set(So,_t)}),X},[y,b]),fi=g.useCallback(X=>{const Fe=new Map;X.forEach((So,_t)=>{const ws=uo(t,_t);ws&&Fe.set(_t,ws)}),x(Fe)},[t,x]),vs=XA({selectedFiles:y,actionLabels:l?.actionLabels,onDuplicate:L,onCopy:X=>{Q(X),M(qe.Copy)},onMove:X=>{se(X),M(qe.Move)},onDownload:j,onDelete:q,getCurrentFolderPath:()=>w??"/"}),yn=g.useCallback(()=>a&&S.size===0?C.jsx("div",{className:Mh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(RA,{...a,areHiddenFilesVisible:p,onToggleHiddenFiles:f,isNewButtonVisible:ze,newButtonDropdownItems:mt})}):S.size>0&&l?C.jsx("div",{className:Mh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(PA,{...l,selectedCount:S.size,onClearSelection:R,actions:vs})}):C.jsx("div",{}),[l,S,R,vs,p,f,a,ze,mt]),Fa=g.useCallback(()=>Je?null:C.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:C.jsx(dg,{defaultWidth:wo,width:wo,onResizeStop:vn,onResize:wn,minWidth:cA,maxWidth:dA,enabled:m,children:C.jsx(Zh,{width:wo,title:pn,containerClassName:fn,additionalButtons:mn,isOpened:m,onToggle:v,children:C.jsx(wA,{...Cn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:w,onItemClick:k,areHiddenFilesVisible:p,getContextMenuItems:pi,renamedPath:bo===Uo.Tree?P:void 0,onRenameSave:ee,onRenameCancel:ge,onRenameValidate:be})})})}),[mn,p,fn,w,Cn,pi,k,Je,m,t,s,ge,ee,be,bo,P,wo,pn,v]),xn=QA({actionLabels:r?.actionLabels,onDuplicate:X=>L([X]),onCopy:X=>{Q([X]),M(qe.Copy)},onMove:X=>{se([X]),M(qe.Move)},onDownload:X=>j([X]),onRename:Sa,onDelete:(X,Fe)=>q([X],Fe)}),Rn=g.useCallback(X=>{const Fe=uo(t,X.path);return Fe?xn(Fe):[]},[t,xn]),{actionsColumnDef:mi}=t8({getContextMenuItems:Rn}),Fn=di??xa,En=g.useMemo(()=>{let X=Fn;return di||(X=X.filter(Fe=>Fe.colId&&bn.includes(Fe.colId))),Je&&(X=X.slice(0,1)),X.push(mi),ui?X:X.map(Fe=>({...Fe,filter:!1,floatingFilter:!1}))},[Fn,ui,Je,mi,di,bn]),Ea=g.useCallback(X=>{X.colDef.colId==="__select"||X.colDef.colId===Et.Actions||P&&X.data?.path===P||X.data?.isTemporary||X.data&&E(X.data)},[P,E]);return C.jsxs("section",{ref:ya,className:ue(tA,{"gap-3 pt-4":l&&S.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&S.size>0},e),children:[yn(),C.jsxs("div",{className:sA,children:[Fa(),C.jsxs("div",{className:ue(oA,{"gap-3":Je}),children:[C.jsx(xA,{...n??{},makeHref:X=>X.join("/"),path:w,onItemClick:D,rootItemPath:s?.path,rootItemLabel:s?.label,value:F,onSearchChange:T,isCompactView:Je}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ue(nA),onDragEnter:fe,onDragLeave:xe,onDragOver:z,onDrop:Ce,children:C.jsx(Cd,{columnDefs:En,rowData:b,getRowId:X=>X.path,loading:o,getContextMenuItems:Rn,withoutHeaderBorders:Je,selectionOnHover:!Je,className:Z(De?"border border-dashed border-accent-primary":"",ot&&!De?"border border-dashed border-primary":""),...Sn,additionalGridOptions:{...Sn.additionalGridOptions,onCellClicked:Ea,headerHeight:xl,rowHeight:xl,...Je?{getRowHeight:X=>X.data?.nodeType===Le.FOLDER?xl:uA}:{}},selectedRows:Ra,onSelectionChangeWithMap:fi,wrapperBorder:!De&&!ot})})]})]}),C.jsx(YA,{open:J,itemsToDelete:N,onClose:Y,onConfirm:$,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(ZA,{...d,open:B,onClose:O,onConfirm:()=>{const X=d?.destinationFolderPath??"/";H===qe.Copy?te(X):_(X,w??"/"),O()},mode:H,items:t,rootItem:s,gridOptions:{columnDefs:En,loading:o},onUploadFiles:ce,onValidateUpload:me,maxFileSize:$e,path:d?.destinationFolderPath||w,onPathChange:X=>{d?.setDestinationFolderPath?.(X)}}),C.jsx(Ah,{...u,open:ai,onClose:da,onReplace:ua,onDuplicate:ha,onDecideForEach:ga,conflictingFiles:Qe}),C.jsx(Ah,{...u,open:fa,onClose:ma,onReplace:Ca,onDuplicate:va,onDecideForEach:wa,conflictingFiles:pa})]})},i8=e=>{const[t,s]=g.useState(Vr.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(Vr).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Ws;exports.ButtonVariant=Ie;exports.ConfirmationPopupVariant=Qo;exports.DialAlert=sv;exports.DialAutocompleteInput=Ek;exports.DialAutocompleteInputValue=wd;exports.DialBreadcrumb=Am;exports.DialBreadcrumbItem=Di;exports.DialButton=Ee;exports.DialButtonDropdown=pc;exports.DialCheckbox=Bi;exports.DialCloseButton=md;exports.DialCollapsibleSidebar=Zh;exports.DialConditionalResizableContainer=dg;exports.DialConfirmationPopup=Hm;exports.DialDraggableItem=b1;exports.DialDropdown=ft;exports.DialEllipsisTooltip=Bt;exports.DialErrorText=Ps;exports.DialFieldLabel=ho;exports.DialFileIcon=yc;exports.DialFileManager=rC;exports.DialFileManagerActions=de;exports.DialFileManagerTabs=Vr;exports.DialFileName=Zr;exports.DialFileNodeType=Le;exports.DialFilePermission=Ym;exports.DialFileResourceType=qm;exports.DialFolderName=Xr;exports.DialFormItem=zr;exports.DialFormPopup=Sk;exports.DialGrid=Cd;exports.DialIcon=Ae;exports.DialInput=co;exports.DialInputPopup=Gm;exports.DialItemType=kt;exports.DialLabelledText=mv;exports.DialLoadFileAreaField=Qk;exports.DialLoader=nn;exports.DialNoDataContent=Wr;exports.DialNumberInputField=rk;exports.DialPasswordInput=Bm;exports.DialPasswordInputField=Rk;exports.DialPopup=ri;exports.DialRadioButton=Yh;exports.DialRadioGroup=cr;exports.DialRadioGroupPopupField=Ck;exports.DialRemoveButton=Lm;exports.DialResizableContainer=cg;exports.DialSearch=bd;exports.DialSelect=zm;exports.DialSelectField=Lk;exports.DialSharedEntityIndicator=zi;exports.DialSteps=dv;exports.DialSwitch=vd;exports.DialTabs=Mm;exports.DialTag=jr;exports.DialTagInput=Dk;exports.DialTextAreaField=lk;exports.DialTextInputField=ak;exports.DialTextarea=Om;exports.DialTooltip=gs;exports.DropdownItemType=Lr;exports.DropdownTrigger=Ct;exports.DropdownType=Pm;exports.FileManagerColumnKey=Et;exports.FileManagerProvider=sC;exports.FlexibleActionsDirection=$s;exports.FormItemOrientation=Vi;exports.PopupSize=Gt;exports.RadioGroupOrientation=eo;exports.ResizableContainerSide=Wi;exports.SearchSize=sn;exports.SelectSize=Hr;exports.SelectVariant=Gr;exports.StepStatus=vt;exports.TabOrientation=Or;exports.TagVariant=_r;exports.mergeClasses=ue;exports.useDialFileManagerTabs=i8;exports.useEditableItem=Xm;exports.useFileManagerContext=oC;
|