@luxalgo/vela 0.6.12 → 0.6.13

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.
@@ -1,6 +1,6 @@
1
- var Vela=(function(exports){'use strict';function ve(r){return r.kind!=="candle"&&r.kind!=="bar"&&r.kind!=="markers"}var bn=class{constructor(){this.handlers=new Map;}on(e,t){let n=this.handlers.get(e);n||(n=new Set,this.handlers.set(e,n));let i=n;return i.add(t),()=>{i.delete(t);}}off(e,t){this.handlers.get(e)?.delete(t);}hasListeners(e){return (this.handlers.get(e)?.size??0)>0}emit(e,t){let n=this.handlers.get(e);if(n)for(let i of n)try{i(t);}catch(o){console.error(`[vela] event handler error for "${String(e)}"`,o);}}clear(){this.handlers.clear();}};var Xo=class{constructor(){this.records=new Map;this.counter=0;}nextId(e="ind"){return this.counter+=1,`${e}-${this.counter}`}add(e){this.records.set(e.id,e);}get(e){return this.records.get(e)}remove(e){let t=this.records.get(e);return this.records.delete(e),t}all(){return [...this.records.values()]}};var ci=new Map;function ir(r){ci.set(r.type,r);}function Ch(r){ci.delete(r);}function di(r){return ci.get(r)}function Th(){return [...ci.keys()]}function jo(){return [...ci.values()]}var qo=class{constructor(e,t,n){this.feed=e;this.market=t;this.onBar=n;this.unsubscribe=null;}start(){this.unsubscribe||(this.unsubscribe=this.feed.subscribe(this.market,this.onBar));}stop(){this.unsubscribe?.(),this.unsubscribe=null;}};var or=class{constructor(e,t,n,i){this.controller=n;this.schema=[];this.propsSchema=[];this.visibleState=true;this.bus=new bn;this.id=e,this.title=t,i!==void 0&&(this.source=i);}get inputs(){return this.schema}get props(){return this.propsSchema}get visible(){return this.visibleState}inputValues(){return this.controller.inputValuesOf(this.id)}propValues(){return this.controller.propValuesOf(this.id)}setInput(e,t){this.controller.applyInputs(this.id,{[e]:t});}setInputs(e){this.controller.applyInputs(this.id,e);}setProp(e,t){this.controller.applyProps(this.id,{[e]:t});}setProps(e){this.controller.applyProps(this.id,e);}setVisible(e){this.controller.setVisible(this.id,e);}moveTo(e){this.controller.moveIndicator(this.id,e);}on(e,t){return this.bus.on(e,t)}context(e){return this.controller.getIndicatorContext(this.id,e)}remove(){this.controller.removeIndicator(this.id);}setSchema(e){this.schema=e;}setPropsSchema(e){this.propsSchema=e;}setVisibleState(e){this.visibleState=e;}emit(e,t){this.bus.emit(e,t);}};function Cw(r){let e={};for(let i of r.series)e[i.kind]=(e[i.kind]??0)+1;let t=i=>i?.filter(o=>o.overlay===true).length??0,n=t(r.series)+t(r.fills)+t(r.backgrounds)+t(r.lines)+t(r.boxes)+t(r.labels)+t(r.polylines)+t(r.linefills)+t(r.tables);return {id:r.id,title:r.title,overlay:r.overlay,paneId:r.paneId,native:!!r.native,nativeType:r.native?.type,series:e,fills:r.fills.length,backgrounds:r.backgrounds.length,priceLines:r.priceLines.length,lines:r.lines?.length??0,boxes:r.boxes?.length??0,labels:r.labels?.length??0,polylines:r.polylines?.length??0,linefills:r.linefills?.length??0,tables:r.tables?.length??0,barColors:r.barColors?.length??0,trades:r.trades?.length??0,inputs:r.inputs.length,forcedOverlay:n}}function Eh(r){let e=r.map(Cw),t=n=>e.reduce((i,o)=>i+n(o),0);return {indicators:e,totals:{panes:new Set(e.map(n=>n.paneId??"price")).size,series:t(n=>Object.values(n.series).reduce((i,o)=>i+o,0)),fills:t(n=>n.fills),backgrounds:t(n=>n.backgrounds),priceLines:t(n=>n.priceLines),lines:t(n=>n.lines),boxes:t(n=>n.boxes),labels:t(n=>n.labels),polylines:t(n=>n.polylines),linefills:t(n=>n.linefills),tables:t(n=>n.tables),barColors:t(n=>n.barColors),trades:t(n=>n.trades),forcedOverlay:t(n=>n.forcedOverlay)}}}var Tw={"1D":864e5,"1W":6048e5,"1M":2592e6,"3M":7776e6,"6M":15552e6,"1Y":31536e6,"5Y":15768e7};function Ph(r,e){if(e.length===0)return null;let t=e[0].time,n=e[e.length-1].time;if(r==="ALL")return {from:t,to:n};let i;return r==="YTD"?i=Date.UTC(new Date(n).getUTCFullYear(),0,1):i=n-Tw[r],{from:Math.max(t,i),to:n}}var Ee="#2962ff",sr="#38c0fd",q="#089981",X="#f23645",Pe="#787b86",Mh="#e0b400",vn="#ff9800",It="#5b9cf6",kh="#ff5d00",Zo="#0ecb81",Jo="#f6465d",vk="#f97316",yk="#0ea5e9",wk="#9ca3af",ui="#3b82f6",Ih="#9aa0ad",Ah="#1e293b",Qo="#475569",Rh=Ee,Dh=X,Oh="#d500f9",Lh=[Ee,q,X,vn,"#7e57c2","#26a69a",It,"#e573b5"];function xk(r){let e=0;for(let t=0;t<r.length;t++)e=e*31+r.charCodeAt(t)>>>0;return Lh[e%Lh.length]}var R=sr;function bc(){return {lineColor:R,lineWidth:2,lineStyle:"solid"}}function At(r=""){return {value:r,size:"normal",hAlign:"left",vAlign:"top"}}var es=class es{constructor(e){this.locked=false;this.visible=true;this.zIndex=0;this.id=e.id??`dw-${es.seq+=1}`,this.paneId=e.paneId,this.anchors=(e.anchors??[]).map(t=>({time:t.time,price:t.price})),this.style=e.style?{...e.style}:bc(),this.text=e.text?{...e.text}:void 0,this.locked=e.locked??false,this.visible=e.visible??true,this.zIndex=e.zIndex??0,this.createdAt=e.createdAt??Date.now(),e.props&&this.readProps(e.props);}isComplete(){return this.anchors.length>=this.anchorSchema().min}placementMode(){return "click"}onPlaced(e){}constrainHandleDrag(e){}translateBody(e,t,n){return n.map(i=>({time:i.time+e,price:i.price+t}))}timeExtent(){if(this.anchors.length===0)return null;let e=1/0,t=-1/0;for(let n of this.anchors)n.time<e&&(e=n.time),n.time>t&&(t=n.time);return {min:e,max:t}}editableLevels(){return null}applySettings(e){for(let[t,n]of Object.entries(e))t.startsWith("text.")&&!this.text&&(this.text=At()),Fh(this,t,n);}applyProps(e){this.readProps(e);}serialize(){return {id:this.id,type:this.type,paneId:this.paneId,anchors:this.anchors.map(e=>({time:e.time,price:e.price})),style:{...this.style},text:this.text?{...this.text}:void 0,locked:this.locked,visible:this.visible,zIndex:this.zIndex,createdAt:this.createdAt,props:this.writeProps()}}writeProps(){}readProps(e){}};es.seq=0;var _=es;function Fh(r,e,t){let n=e.split("."),i=r;for(let o=0;o<n.length-1;o+=1){let s=n[o],a=i[s];(a==null||typeof a!="object")&&(a={},i[s]=a),i=a;}i[n[n.length-1]]=t;}var vc=new Map;function D(r,e){vc.set(r,e);}function ts(r){return vc.get(r)??null}function W(r){return vc.get(r)??""}function ce(r,e){return W(r).replace("<svg ",`<svg width="${e}" height="${e}" `)}function Nh(r,e=""){return `<svg viewBox="0 0 16 16" width="1em" height="1em" ${e?e+" ":""}fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">${r}</svg>`}function A(r,e=""){return `<svg viewBox="0 0 24 24" width="1em" height="1em" ${e?e+" ":""}fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">${r}</svg>`}function yc(r){return `<svg viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" stroke="none">${r}</svg>`}var B=Nh;D("style-candles",B('<path d="M4.5 2v2M4.5 12v2M11.5 2v1.5M11.5 11v3"/><rect x="2.8" y="4" width="3.4" height="8" rx="0.6" fill="currentColor" fill-opacity="0.25"/><rect x="9.8" y="3.5" width="3.4" height="7.5" rx="0.6" fill="currentColor"/>'));D("style-bars",B('<path d="M4.5 2.5v11M2.5 5h2M4.5 11h2"/><path d="M11.5 2.5v11M9.5 4.5h2M11.5 10.5h2"/>'));D("style-line",B('<path d="M1.5 11.5 5.5 7l3 2.5 5-6"/>'));D("style-area",B('<path d="M1.5 11.5 5.5 7l3 2.5 5-6"/><path d="M1.5 11.5 5.5 7l3 2.5 5-6V13.5h-12z" fill="currentColor" fill-opacity="0.25" stroke="none"/>'));D("style-baseline",B('<path d="M1.5 8h13" stroke-dasharray="2 2"/><path d="M2.5 8 5.25 4.5 8 8h-5.5z" fill="currentColor" fill-opacity="0.25" stroke="none"/><path d="M2.5 8 5.25 4.5 8 8"/><path d="M8 8l2.75 3.5L13.5 8h-5.5z" fill="currentColor" fill-opacity="0.25" stroke="none"/><path d="M8 8l2.75 3.5L13.5 8"/>'));D("style-heikinashi",B('<path d="M4.5 12v2M11.5 2v2"/><rect x="2.8" y="5" width="3.4" height="7" rx="0.6" fill="currentColor" fill-opacity="0.25"/><rect x="9.8" y="4" width="3.4" height="7" rx="0.6" fill="currentColor"/>'));D("indicators",B('<path d="M1.5 12.5 5 7l2.5 3.5L11 4l3.5 5"/><circle cx="11" cy="4" r="1.4" fill="currentColor" stroke="none"/>'));D("undo",B('<path d="M6.2 9.5 2.7 6l3.5-3.5"/><path d="M2.7 6h6.8a3.65 3.65 0 0 1 0 7.3H7.5"/>'));D("redo",B('<path d="M9.8 9.5 13.3 6 9.8 2.5"/><path d="M13.3 6H6.5a3.65 3.65 0 0 0 0 7.3h2"/>'));D("objects",B('<path d="M8 1.8 14 5 8 8.2 2 5z"/><path d="M2 8l6 3.2L14 8" opacity="0.7"/><path d="M2 11l6 3.2 6-3.2" opacity="0.4"/>'));D("clock",B('<circle cx="8" cy="8" r="6.2"/><path d="M8 4.8V8l2.4 1.6"/>'));D("calendar",B('<rect x="2.2" y="3.2" width="11.6" height="10.6" rx="1.4"/><path d="M5.2 1.8v2.8M10.8 1.8v2.8M2.2 6.8h11.6"/>'));D("datawindow",B('<rect x="1.8" y="2.5" width="12.4" height="11" rx="1.5"/><path d="M4.5 5.5h4M4.5 8h7M4.5 10.5h5.5"/>'));D("camera",B('<path d="M5.5 4 6.5 2.5h3L10.5 4h3A1 1 0 0 1 14.5 5v7.5a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"/><circle cx="8" cy="8.5" r="2.6"/>'));D("gear",B('<path d="M6.55 1.4h2.9l.32 1.72c.48.14.92.38 1.3.7l1.66-.55 1.45 2.5-1.35 1.1c.08.34.12.7.12 1.07s-.04.73-.12 1.07l1.35 1.1-1.45 2.5-1.66-.55a4.3 4.3 0 0 1-1.3.7L9.45 14.6h-2.9l-.32-1.72a4.3 4.3 0 0 1-1.3-.7l-1.66.55-1.45-2.5 1.35-1.1A4.4 4.4 0 0 1 3.05 7.94c0-.37.04-.73.12-1.07l-1.35-1.1 1.45-2.5 1.66.55c.38-.32.82-.56 1.3-.7L6.55 1.4z"/><circle cx="8" cy="8" r="2.2"/>'));D("search",B('<circle cx="7" cy="7" r="4.5"/><path d="m10.5 10.5 3.5 3.5"/>'));D("bell",B('<path d="M8 2a4 4 0 0 0-4 4v2.5L2.5 11v1h11v-1L12 8.5V6a4 4 0 0 0-4-4z"/><path d="M6.5 13.5a1.5 1.5 0 0 0 3 0"/>'));D("market-open",A('<circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/>'));D("market-pre",A('<path d="M12 2v8"/><path d="m4.93 10.93 1.41 1.41"/><path d="M2 18h2"/><path d="M20 18h2"/><path d="m19.07 10.93-1.41 1.41"/><path d="M22 22H2"/><path d="m8 6 4-4 4 4"/><path d="M16 18a4 4 0 0 0-8 0"/>'));D("market-post",A('<path d="M12 10V2"/><path d="m4.93 10.93 1.41 1.41"/><path d="M2 18h2"/><path d="M20 18h2"/><path d="m19.07 10.93-1.41 1.41"/><path d="M22 22H2"/><path d="m16 14-4 4-4-4"/><path d="M16 6a4 4 0 0 0-8 0"/>'));D("market-closed",A('<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/>'));D("market-holiday",A('<path d="m10 20-1.25-2.5L6 16"/><path d="M10 4 8.75 6.5 6 8"/><path d="m14 20 1.25-2.5L18 16"/><path d="m14 4 1.25 2.5L18 8"/><path d="m17 10-5 5-5-5"/><path d="M4 12h16"/>'));D("chevron-right",B('<path d="m6 3.5 4.5 4.5L6 12.5"/>'));D("chevron-left",B('<path d="M10 3.5 5.5 8l4.5 4.5"/>'));D("chevron-down",B('<path d="M3.5 6 8 10.5 12.5 6"/>'));D("chevron-up",B('<path d="M3.5 10 8 5.5 12.5 10"/>'));D("chevrons-right",B('<path d="m4 3.5 4.5 4.5L4 12.5"/><path d="m8.5 3.5 4.5 4.5-4.5 4.5"/>'));D("chevrons-left",B('<path d="M12 3.5 7.5 8l4.5 4.5"/><path d="M7.5 3.5 3 8l4.5 4.5"/>'));D("check",B('<path d="m2.8 8.4 3.4 3.4 7-7.6"/>'));D("close",B('<path d="m3.8 3.8 8.4 8.4M12.2 3.8l-8.4 8.4"/>'));D("eye",B('<path d="M1.5 8s2.5-5.4 6.5-5.4S14.5 8 14.5 8 12 13.4 8 13.4 1.5 8 1.5 8z"/><circle cx="8" cy="8" r="1.8"/>'));D("eye-off",B('<path d="M1.5 8s2.5-5.4 6.5-5.4S14.5 8 14.5 8 12 13.4 8 13.4 1.5 8 1.5 8z" opacity="0.45"/><path d="m3 13 10-10"/>'));D("lock",B('<rect x="3.2" y="7" width="9.6" height="6.6" rx="1.2"/><path d="M5.6 7V5.2a2.4 2.4 0 0 1 4.8 0V7"/>'));D("unlock",B('<rect x="3.2" y="7" width="9.6" height="6.6" rx="1.2"/><path d="M5.6 7V5.2a2.4 2.4 0 0 1 4.7-.7"/>'));D("trash",B('<path d="M2.5 4.3h11M6.2 4.3V3.1a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1v1.2M4.2 4.3l.5 9.1a1.15 1.15 0 0 0 1.15 1.1h4.3a1.15 1.15 0 0 0 1.15-1.1l.5-9.1M6.5 7v4.5M9.5 7v4.5"/>'));D("group",B('<path d="M1.8 4.5V2.4a.6.6 0 0 1 .6-.6h2.1M11.5 1.8h2.1a.6.6 0 0 1 .6.6v2.1M14.2 11.5v2.1a.6.6 0 0 1-.6.6h-2.1M4.5 14.2H2.4a.6.6 0 0 1-.6-.6v-2.1"/><rect x="4" y="4" width="4.2" height="4.2" rx="0.7"/><rect x="7.8" y="7.8" width="4.2" height="4.2" rx="0.7"/>'));D("ungroup",B('<rect x="1.6" y="1.6" width="6.2" height="6.2" rx="0.9"/><rect x="8.2" y="8.2" width="6.2" height="6.2" rx="0.9" stroke-dasharray="2 1.5"/>'));D("clone",B('<rect x="5.5" y="5.5" width="9" height="9" rx="1.2"/><path d="M11 5.5v-3a1 1 0 0 0-1-1H2.5a1 1 0 0 0-1 1V10a1 1 0 0 0 1 1h3"/>'));D("arrow-up",B('<path d="M8 13.2V3M4.2 6.8 8 3l3.8 3.8"/>'));D("arrow-down",B('<path d="M8 2.8V13M4.2 9.2 8 13l3.8-3.8"/>'));D("move-vertical",B('<path d="M8 2.5v11M5 5.5 8 2.5l3 3M5 10.5l3 3 3-3"/>'));D("move",B('<path d="M8 1.8v12.4M1.8 8h12.4M5.6 4.2 8 1.8l2.4 2.4M5.6 11.8 8 14.2l2.4-2.4M4.2 5.6 1.8 8l2.4 2.4M11.8 5.6 14.2 8l-2.4 2.4"/>'));D("pen",B('<path d="m10.8 2.2 3 3-8 8-3.6.6.6-3.6z"/><path d="m9.2 3.8 3 3"/>'));D("wave",B('<path d="M1.5 10.4c1.6 0 1.9-4.8 3.4-4.8s1.8 4.8 3.4 4.8 1.8-4.8 3.4-4.8 1.6 4.8 2.8 4.8"/>'));D("folder-plus",B('<path d="M1.6 4.4a1 1 0 0 1 1-1h2.7l1.3 1.7h6.8a1 1 0 0 1 1 1v6.5a1 1 0 0 1-1 1h-10.8a1 1 0 0 1-1-1z"/><path d="M8 7.6v3.6M6.2 9.4h3.6"/>'));D("folder-minus",B('<path d="M1.6 4.4a1 1 0 0 1 1-1h2.7l1.3 1.7h6.8a1 1 0 0 1 1 1v6.5a1 1 0 0 1-1 1h-10.8a1 1 0 0 1-1-1z"/><path d="M6.2 9.4h3.6"/>'));D("collapse",B('<path d="M3 8h10"/>'));D("expand",B('<rect x="2.2" y="2.2" width="11.6" height="11.6" rx="1.4"/><path d="M8 5.4v5.2M5.4 8h5.2"/>'));D("plus",B('<path d="M8 2.8v10.4M2.8 8h10.4"/>'));D("minus",B('<path d="M2.8 8h10.4"/>'));D("maximize",B('<path d="M2.5 6V3a.5.5 0 0 1 .5-.5h3M10 2.5h3a.5.5 0 0 1 .5.5v3M13.5 10v3a.5.5 0 0 1-.5.5h-3M6 13.5H3a.5.5 0 0 1-.5-.5v-3"/>'));D("restore",B('<path d="M6.2 2.5v3.7H2.5M9.8 13.5V9.8h3.7M13.5 6.2H9.8V2.5M2.5 9.8h3.7v3.7"/>'));D("star",B('<path d="M8 2.2l1.75 3.55 3.9.55-2.8 2.75.65 3.9L8 11.1l-3.5 1.85.65-3.9-2.8-2.75 3.9-.55z"/>'));D("star-filled",B('<path d="M8 2.2l1.75 3.55 3.9.55-2.8 2.75.65 3.9L8 11.1l-3.5 1.85.65-3.9-2.8-2.75 3.9-.55z"/>','fill="currentColor"'));D("grip",B('<circle cx="6" cy="3.5" r="1"/><circle cx="10" cy="3.5" r="1"/><circle cx="6" cy="8" r="1"/><circle cx="10" cy="8" r="1"/><circle cx="6" cy="12.5" r="1"/><circle cx="10" cy="12.5" r="1"/>','fill="currentColor" stroke="none"'));D("kebab",B('<circle cx="8" cy="3.2" r="1.2"/><circle cx="8" cy="8" r="1.2"/><circle cx="8" cy="12.8" r="1.2"/>','fill="currentColor" stroke="none"'));D("burger",B('<path d="M2.5 4.5h11M2.5 8h11M2.5 11.5h11"/>'));D("reset",B('<path d="M2 8a6 6 0 1 0 6-6 6.5 6.5 0 0 0-4.5 1.83L2 5.33"/><path d="M2 2v3.33h3.33"/>'));D("pane-collapse",B('<path d="M2.6 9.4h4v4M13.4 6.6h-4v-4"/><path d="m9.4 6.6 4.2-4.2M2.4 13.6l4.2-4.2"/>'));D("pane-expand",B('<path d="M9.8 2.4h3.8v3.8M6.2 13.6H2.4V9.8"/><path d="m13.6 2.4-4.4 4.4M2.4 13.6l4.4-4.4"/>'));D("cursor",A('<path d="M5 3l6 16 2-6 6-2z"/>','fill="currentColor" stroke="none"'));D("ruler",A('<path d="M21.3 15.3 8.7 2.7a1 1 0 0 0-1.4 0L2.7 7.3a1 1 0 0 0 0 1.4l12.6 12.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4Z"/><path d="m7.5 10.5 2 2"/><path d="m10.5 7.5 2 2"/><path d="m13.5 4.5 2 2"/><path d="m4.5 13.5 2 2"/>'));D("magnet",A('<path d="m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15"/><path d="m5 8 4 4"/><path d="m12 15 4 4"/>'));D("eraser",A('<path d="m7 21-4.3-4.3a1 1 0 0 1 0-1.4L13 5a2 2 0 0 1 2.8 0l4.2 4.2a2 2 0 0 1 0 2.8L12 20"/><path d="M22 21H7"/><path d="m5 11 9 9"/>'));D("pen-lock",A('<path d="M13.8 4.2a2.1 2.1 0 0 1 3 3L8.5 15.5l-3.5 1 1-3.5Z"/><rect x="13" y="14.5" width="8" height="6" rx="1.2"/><path d="M15 14.5v-1.6a2 2 0 0 1 4 0v1.6"/>'));D("pen-sync",A('<path d="M13.8 4.2a2.1 2.1 0 0 1 3 3L8.5 15.5l-3.5 1 1-3.5Z"/><rect x="12.5" y="13.5" width="6" height="4.8" rx="1"/><path d="M15.5 18.3v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-2.8a1 1 0 0 0-1-1h-1"/>'));D("brush",A('<path d="M9.5 12 17 4.5a2.12 2.12 0 0 1 3 3L12.5 15"/><path d="M7 14a3 3 0 0 0-3 3c0 1.3-1.2 1.5-1.5 2 .8.9 2 1.5 3.5 1.5a3.5 3.5 0 0 0 3.5-3.5 3 3 0 0 0-2.5-3Z"/>'));D("bucket",A('<path d="m18.5 11.5-7-7L4 12a1.8 1.8 0 0 0 0 2.5l5 5a1.8 1.8 0 0 0 2.5 0Z"/><path d="m5 5 4 4"/><path d="M3.5 13.5h13"/><path d="M21 17.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1 1.2-1.7 2-3 .8 1.3 2 2 2 3Z"/>'));D("type",A('<path d="M5 6V4.5h14V6"/><path d="M12 4.5v15"/><path d="M9.5 19.5h5"/>'));D("bold",A('<path d="M7 5h6a3.5 3.5 0 0 1 0 7H7Z"/><path d="M7 12h7a3.5 3.5 0 0 1 0 7H7Z"/>','stroke-width="2.4"'));D("italic",A('<path d="M15 5h-5M14 19H9M14.5 5 10 19"/>','stroke-width="2.2"'));D("price-delta",A('<path d="M12 4v16"/><path d="M8 8l4-4 4 4"/><path d="M8 16l4 4 4-4"/>'));D("date-delta",A('<path d="M4 12h16"/><path d="M8 8l-4 4 4 4"/><path d="M16 8l4 4-4 4"/>'));D("bring-front",A('<rect x="8.5" y="8.5" width="7" height="7" rx="1.5"/><path d="M4.5 10.5V6a1.5 1.5 0 0 1 1.5-1.5h4.5"/><path d="M19.5 13.5V18a1.5 1.5 0 0 1-1.5 1.5h-4.5"/>'));D("send-back",A('<rect x="8.5" y="8.5" width="7" height="7" rx="1.5" fill="currentColor" stroke="none" opacity="0.35"/><path d="M4.5 10.5V6a1.5 1.5 0 0 1 1.5-1.5h4.5"/><path d="M19.5 13.5V18a1.5 1.5 0 0 1-1.5 1.5h-4.5"/><rect x="8.5" y="8.5" width="7" height="7" rx="1.5"/>'));D("r-squared",'<svg viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" stroke="none"><text x="2.5" y="17.5" font-size="14" font-family="serif">R\xB2</text></svg>');D("bands",A('<path d="M3 6h18"/><path d="M3 18h18"/><path d="M3 12h18" stroke-dasharray="3 3"/>'));D("dedekind",A('<path d="M2 20h20"/><path d="M4 20a8 8 0 0 1 16 0"/><path d="M8 20a4 4 0 0 1 8 0"/><path d="M12 4v16"/>'));D("sonic",A('<circle cx="15" cy="12" r="4"/><circle cx="12" cy="12" r="2.5"/><path d="M8 5v14"/>'));D("supersonic",A('<circle cx="16" cy="12" r="3.5"/><path d="M6 12 15 6M6 12 15 18"/>'));var Le=[{value:"solid",label:"Solid"},{value:"dashed",label:"Dashed"},{value:"dotted",label:"Dotted"}],F=[{path:"style.lineColor",label:"Line color",kind:"color",group:"line"},{path:"style.lineWidth",label:"Line width",kind:"number",min:1,max:10,step:1,group:"line"},{path:"style.lineStyle",label:"Line style",kind:"lineStyle",options:Le,group:"line"}],ee=[{path:"style.fillColor",label:"Fill color",kind:"color",group:"fill"}],Ze=[{value:"small",label:"Small"},{value:"normal",label:"Normal"},{value:"large",label:"Large"},{value:"huge",label:"Huge"}],N=[{path:"text.value",label:"Text",kind:"text",group:"text"},{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"},{path:"text.bold",label:"Bold",kind:"boolean",group:"text"},{path:"text.italic",label:"Italic",kind:"boolean",group:"text"}];function U(r,e,t,n,i,o){let s=i-t,a=o-n,l=s*s+a*a;if(l<=1e-9)return Math.hypot(r-t,e-n);let c=((r-t)*s+(e-n)*a)/l;return c=c<0?0:c>1?1:c,Math.hypot(r-(t+c*s),e-(n+c*a))}function ar(r,e,t){let n=1/0;for(let i=1;i<t.length;i+=1){let o=t[i-1],s=t[i],a=U(r,e,o[0],o[1],s[0],s[1]);a<n&&(n=a);}return n}function ye(r,e,t,n,i,o,s=0){let a=Math.min(t,i)-s,l=Math.max(t,i)+s,c=Math.min(n,o)-s,d=Math.max(n,o)+s;return r>=a&&r<=l&&e>=c&&e<=d}function ct(r,e,t){let n=false;for(let i=0,o=t.length-1;i<t.length;o=i,i+=1){let s=t[i],a=t[o];s[1]>e!=a[1]>e&&r<(a[0]-s[0])*(e-s[1])/(a[1]-s[1])+s[0]&&(n=!n);}return n}function wc(r,e,t,n,i,o,s,a){let l=t-r,c=n-e,d=s-i,u=a-o,h=d*c-u*l;if(Math.abs(h)<1e-9)return null;let p=((o-e)*l-(i-r)*c)/h;return p<0||p>1?null:[i+p*d,o+p*u]}function H(r,e,t,n=6){for(let i=0;i<t.length;i+=1){let o=t[i];if(Math.hypot(r-o[0],e-o[1])<=n)return i}return -1}function se(r,e,t,n,i,o,s){if(i==="none")return [r,e,t,n];let a=t-r,l=i==="left"||i==="both",c=i==="right"||i==="both";if(Math.abs(a)<1e-6){if(l&&c)return [r,0,t,s];let m=n>=e;return c?m?[r,e,t,s]:[r,e,t,0]:m?[r,0,t,n]:[r,s,t,n]}let d=(n-e)/a,u=m=>e+d*(m-r),h=l?-2:Math.min(r,t),p=c?o+2:Math.max(r,t);return [h,u(h),p,u(p)]}var ns=class extends _{constructor(){super(...arguments);this.type="trendline";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);return s!=null&&U(t,n,s[0],s[1],s[2],s[3])<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);if(!n)return null;let i=Math.min(n[0],n[2]),o=Math.min(n[1],n[3]);return {x:i,y:o,w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"style.arrowRight",label:"Arrow",kind:"boolean",group:"line"},...N]}}};var rs=class extends _{constructor(){super(...arguments);this.type="hline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"y"}]}}y(t){let n=this.anchors[0];return n?t.yOf(n.price,this.paneId):null}hitTest(t,n,i,o){let s=this.y(i);return s!=null&&Math.abs(n-s)<=o}handlePoints(t){let n=this.anchors[0],i=this.y(t);return !n||i==null?[]:[[t.xOf(n.time),i]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.y(t);return n==null?null:{x:0,y:n-1,w:t.width,h:2}}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){return null}schema(){return {fields:[...F,...N]}}};var is=class extends _{constructor(){super(...arguments);this.type="ray";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);if(!s)return false;let[a,l,c,d]=se(s[0],s[1],s[2],s[3],"right",i.width,i.height);return U(t,n,a,l,c,d)<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);return n?{x:Math.min(n[0],n[2]),y:Math.min(n[1],n[3]),w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...N]}}};var qt=class extends _{anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:[e.xOf(t.time),i,e.xOf(n.time),o]}hitTest(e,t,n,i){let o=this.pixels(n);return o!=null&&U(e,t,o[0],o[1],o[2],o[3])<=i}handlePoints(e){let t=this.pixels(e);return t?[[t[0],t[1]],[t[2],t[3]]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.pixels(e);return t?{x:Math.min(t[0],t[2]),y:Math.min(t[1],t[3]),w:Math.abs(t[2]-t[0]),h:Math.abs(t[3]-t[1])}:null}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[...F,...N]}}};var os=class extends qt{constructor(){super(...arguments);this.type="extendedline";}hitTest(t,n,i,o){let s=this.pixels(i);if(!s)return false;let[a,l,c,d]=se(s[0],s[1],s[2],s[3],"both",i.width,i.height);return U(t,n,a,l,c,d)<=o}timeExtent(){return null}};var ss=class extends _{constructor(){super(...arguments);this.type="vline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"x"}]}}x(t){let n=this.anchors[0];return n?t.xOf(n.time):null}hitTest(t,n,i,o){let s=this.x(i);return s!=null&&Math.abs(t-s)<=o}handlePoints(t){let n=this.anchors[0],i=this.x(t);if(!n||i==null)return [];let o=t.yOf(n.price,this.paneId);return o==null?[]:[[i,o]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.x(t);return n==null?null:{x:n-1,y:0,w:2,h:t.height}}priceRange(){return null}schema(){return {fields:[...F,...N]}}};var as=class extends _{constructor(){super(...arguments);this.type="hray";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}pt(t){let n=this.anchors[0];if(!n)return null;let i=t.yOf(n.price,this.paneId);return i==null?null:[t.xOf(n.time),i]}hitTest(t,n,i,o){let s=this.pt(i);return s!=null&&U(t,n,s[0],s[1],i.width,s[1])<=o}handlePoints(t){let n=this.pt(t);return n?[n]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pt(t);return n?{x:n[0],y:n[1]-1,w:Math.max(0,t.width-n[0]),h:2}:null}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){let t=this.anchors[0];return t?{min:t.time,max:Number.POSITIVE_INFINITY}:null}schema(){return {fields:[...F,...N]}}};var ls=class extends _{constructor(){super(...arguments);this.type="crossline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}pt(t){let n=this.anchors[0];if(!n)return null;let i=t.yOf(n.price,this.paneId);return i==null?null:[t.xOf(n.time),i]}hitTest(t,n,i,o){let s=this.pt(i);return s!=null&&(Math.abs(n-s[1])<=o||Math.abs(t-s[0])<=o)}handlePoints(t){let n=this.pt(t);return n?[n]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pt(t);return n?{x:n[0]-1,y:n[1]-1,w:2,h:2}:null}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){return null}schema(){return {fields:[...F,...N]}}};var cs=class extends qt{constructor(){super(...arguments);this.type="infoline";}};var ds=class extends qt{constructor(){super(...arguments);this.type="trendangle";}};var us=class extends _{constructor(){super(...arguments);this.type="box";}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}rect(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{x1:t.xOf(n.time),y1:o,x2:t.xOf(i.time),y2:s}}hitTest(t,n,i,o){let s=this.rect(i);return s?this.style.fillColor&&ye(t,n,s.x1,s.y1,s.x2,s.y2)?true:[[s.x1,s.y1,s.x2,s.y1],[s.x2,s.y1,s.x2,s.y2],[s.x2,s.y2,s.x1,s.y2],[s.x1,s.y2,s.x1,s.y1]].some(l=>U(t,n,l[0],l[1],l[2],l[3])<=o):false}handlePoints(t){let n=this.rect(t);return n?[[n.x1,n.y1],[n.x2,n.y2]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.rect(t);return n?{x:Math.min(n.x1,n.x2),y:Math.min(n.y1,n.y2),w:Math.abs(n.x2-n.x1),h:Math.abs(n.y2-n.y1)}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),{path:"style.fillColor",label:"Fill color",kind:"color",group:"fill"},...N]}}};var Ew={tiny:10,small:12,normal:14,large:18,huge:24,auto:14},Zt=class extends _{defaultLabel(){return "Text"}labelText(){return this.text?.value??this.defaultLabel()}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}box(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);if(n==null)return null;let i=Ew[this.text?.size??"normal"]??14,o=this.labelText().split(`
1
+ var Vela=(function(exports){'use strict';function ve(r){return r.kind!=="candle"&&r.kind!=="bar"&&r.kind!=="markers"}var bn=class{constructor(){this.handlers=new Map;}on(e,t){let n=this.handlers.get(e);n||(n=new Set,this.handlers.set(e,n));let i=n;return i.add(t),()=>{i.delete(t);}}off(e,t){this.handlers.get(e)?.delete(t);}hasListeners(e){return (this.handlers.get(e)?.size??0)>0}emit(e,t){let n=this.handlers.get(e);if(n)for(let i of n)try{i(t);}catch(o){console.error(`[vela] event handler error for "${String(e)}"`,o);}}clear(){this.handlers.clear();}};var Xo=class{constructor(){this.records=new Map;this.counter=0;}nextId(e="ind"){return this.counter+=1,`${e}-${this.counter}`}add(e){this.records.set(e.id,e);}get(e){return this.records.get(e)}remove(e){let t=this.records.get(e);return this.records.delete(e),t}all(){return [...this.records.values()]}};var ci=new Map;function ir(r){ci.set(r.type,r);}function Ch(r){ci.delete(r);}function di(r){return ci.get(r)}function Th(){return [...ci.keys()]}function jo(){return [...ci.values()]}var qo=class{constructor(e,t,n){this.feed=e;this.market=t;this.onBar=n;this.unsubscribe=null;}start(){this.unsubscribe||(this.unsubscribe=this.feed.subscribe(this.market,this.onBar));}stop(){this.unsubscribe?.(),this.unsubscribe=null;}};var or=class{constructor(e,t,n,i){this.controller=n;this.schema=[];this.propsSchema=[];this.visibleState=true;this.bus=new bn;this.id=e,this.title=t,i!==void 0&&(this.source=i);}get inputs(){return this.schema}get props(){return this.propsSchema}get visible(){return this.visibleState}inputValues(){return this.controller.inputValuesOf(this.id)}propValues(){return this.controller.propValuesOf(this.id)}setInput(e,t){this.controller.applyInputs(this.id,{[e]:t});}setInputs(e){this.controller.applyInputs(this.id,e);}setProp(e,t){this.controller.applyProps(this.id,{[e]:t});}setProps(e){this.controller.applyProps(this.id,e);}setVisible(e){this.controller.setVisible(this.id,e);}moveTo(e){this.controller.moveIndicator(this.id,e);}on(e,t){return this.bus.on(e,t)}context(e){return this.controller.getIndicatorContext(this.id,e)}remove(){this.controller.removeIndicator(this.id);}setSchema(e){this.schema=e;}setPropsSchema(e){this.propsSchema=e;}setVisibleState(e){this.visibleState=e;}emit(e,t){this.bus.emit(e,t);}};function Cw(r){let e={};for(let i of r.series)e[i.kind]=(e[i.kind]??0)+1;let t=i=>i?.filter(o=>o.overlay===true).length??0,n=t(r.series)+t(r.fills)+t(r.backgrounds)+t(r.lines)+t(r.boxes)+t(r.labels)+t(r.polylines)+t(r.linefills)+t(r.tables);return {id:r.id,title:r.title,overlay:r.overlay,paneId:r.paneId,native:!!r.native,nativeType:r.native?.type,series:e,fills:r.fills.length,backgrounds:r.backgrounds.length,priceLines:r.priceLines.length,lines:r.lines?.length??0,boxes:r.boxes?.length??0,labels:r.labels?.length??0,polylines:r.polylines?.length??0,linefills:r.linefills?.length??0,tables:r.tables?.length??0,barColors:r.barColors?.length??0,trades:r.trades?.length??0,inputs:r.inputs.length,forcedOverlay:n}}function Eh(r){let e=r.map(Cw),t=n=>e.reduce((i,o)=>i+n(o),0);return {indicators:e,totals:{panes:new Set(e.map(n=>n.paneId??"price")).size,series:t(n=>Object.values(n.series).reduce((i,o)=>i+o,0)),fills:t(n=>n.fills),backgrounds:t(n=>n.backgrounds),priceLines:t(n=>n.priceLines),lines:t(n=>n.lines),boxes:t(n=>n.boxes),labels:t(n=>n.labels),polylines:t(n=>n.polylines),linefills:t(n=>n.linefills),tables:t(n=>n.tables),barColors:t(n=>n.barColors),trades:t(n=>n.trades),forcedOverlay:t(n=>n.forcedOverlay)}}}var Tw={"1D":864e5,"1W":6048e5,"1M":2592e6,"3M":7776e6,"6M":15552e6,"1Y":31536e6,"5Y":15768e7};function Ph(r,e){if(e.length===0)return null;let t=e[0].time,n=e[e.length-1].time;if(r==="ALL")return {from:t,to:n};let i;return r==="YTD"?i=Date.UTC(new Date(n).getUTCFullYear(),0,1):i=n-Tw[r],{from:Math.max(t,i),to:n}}var Ee="#2962ff",sr="#38c0fd",q="#089981",X="#f23645",Pe="#787b86",Mh="#e0b400",vn="#ff9800",It="#5b9cf6",kh="#ff5d00",Zo="#0ecb81",Jo="#f6465d",bk="#f97316",vk="#0ea5e9",yk="#9ca3af",ui="#3b82f6",Ih="#9aa0ad",Ah="#1e293b",Qo="#475569",Rh=Ee,Dh=X,Oh="#d500f9",Lh=[Ee,q,X,vn,"#7e57c2","#26a69a",It,"#e573b5"];function wk(r){let e=0;for(let t=0;t<r.length;t++)e=e*31+r.charCodeAt(t)>>>0;return Lh[e%Lh.length]}var R=sr;function bc(){return {lineColor:R,lineWidth:2,lineStyle:"solid"}}function At(r=""){return {value:r,size:"normal",hAlign:"left",vAlign:"top"}}var es=class es{constructor(e){this.locked=false;this.visible=true;this.zIndex=0;this.id=e.id??`dw-${es.seq+=1}`,this.paneId=e.paneId,this.anchors=(e.anchors??[]).map(t=>({time:t.time,price:t.price})),this.style=e.style?{...e.style}:bc(),this.text=e.text?{...e.text}:void 0,this.locked=e.locked??false,this.visible=e.visible??true,this.zIndex=e.zIndex??0,this.createdAt=e.createdAt??Date.now(),e.props&&this.readProps(e.props);}isComplete(){return this.anchors.length>=this.anchorSchema().min}placementMode(){return "click"}onPlaced(e){}constrainHandleDrag(e){}translateBody(e,t,n){return n.map(i=>({time:i.time+e,price:i.price+t}))}timeExtent(){if(this.anchors.length===0)return null;let e=1/0,t=-1/0;for(let n of this.anchors)n.time<e&&(e=n.time),n.time>t&&(t=n.time);return {min:e,max:t}}editableLevels(){return null}applySettings(e){for(let[t,n]of Object.entries(e))t.startsWith("text.")&&!this.text&&(this.text=At()),Fh(this,t,n);}applyProps(e){this.readProps(e);}serialize(){return {id:this.id,type:this.type,paneId:this.paneId,anchors:this.anchors.map(e=>({time:e.time,price:e.price})),style:{...this.style},text:this.text?{...this.text}:void 0,locked:this.locked,visible:this.visible,zIndex:this.zIndex,createdAt:this.createdAt,props:this.writeProps()}}writeProps(){}readProps(e){}};es.seq=0;var _=es;function Fh(r,e,t){let n=e.split("."),i=r;for(let o=0;o<n.length-1;o+=1){let s=n[o],a=i[s];(a==null||typeof a!="object")&&(a={},i[s]=a),i=a;}i[n[n.length-1]]=t;}var vc=new Map;function D(r,e){vc.set(r,e);}function ts(r){return vc.get(r)??null}function W(r){return vc.get(r)??""}function ce(r,e){return W(r).replace("<svg ",`<svg width="${e}" height="${e}" `)}function Nh(r,e=""){return `<svg viewBox="0 0 16 16" width="1em" height="1em" ${e?e+" ":""}fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">${r}</svg>`}function A(r,e=""){return `<svg viewBox="0 0 24 24" width="1em" height="1em" ${e?e+" ":""}fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">${r}</svg>`}function yc(r){return `<svg viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" stroke="none">${r}</svg>`}var B=Nh;D("style-candles",B('<path d="M4.5 2v2M4.5 12v2M11.5 2v1.5M11.5 11v3"/><rect x="2.8" y="4" width="3.4" height="8" rx="0.6" fill="currentColor" fill-opacity="0.25"/><rect x="9.8" y="3.5" width="3.4" height="7.5" rx="0.6" fill="currentColor"/>'));D("style-bars",B('<path d="M4.5 2.5v11M2.5 5h2M4.5 11h2"/><path d="M11.5 2.5v11M9.5 4.5h2M11.5 10.5h2"/>'));D("style-line",B('<path d="M1.5 11.5 5.5 7l3 2.5 5-6"/>'));D("style-area",B('<path d="M1.5 11.5 5.5 7l3 2.5 5-6"/><path d="M1.5 11.5 5.5 7l3 2.5 5-6V13.5h-12z" fill="currentColor" fill-opacity="0.25" stroke="none"/>'));D("style-baseline",B('<path d="M1.5 8h13" stroke-dasharray="2 2"/><path d="M2.5 8 5.25 4.5 8 8h-5.5z" fill="currentColor" fill-opacity="0.25" stroke="none"/><path d="M2.5 8 5.25 4.5 8 8"/><path d="M8 8l2.75 3.5L13.5 8h-5.5z" fill="currentColor" fill-opacity="0.25" stroke="none"/><path d="M8 8l2.75 3.5L13.5 8"/>'));D("style-heikinashi",B('<path d="M4.5 12v2M11.5 2v2"/><rect x="2.8" y="5" width="3.4" height="7" rx="0.6" fill="currentColor" fill-opacity="0.25"/><rect x="9.8" y="4" width="3.4" height="7" rx="0.6" fill="currentColor"/>'));D("indicators",B('<path d="M1.5 12.5 5 7l2.5 3.5L11 4l3.5 5"/><circle cx="11" cy="4" r="1.4" fill="currentColor" stroke="none"/>'));D("undo",B('<path d="M6.2 9.5 2.7 6l3.5-3.5"/><path d="M2.7 6h6.8a3.65 3.65 0 0 1 0 7.3H7.5"/>'));D("redo",B('<path d="M9.8 9.5 13.3 6 9.8 2.5"/><path d="M13.3 6H6.5a3.65 3.65 0 0 0 0 7.3h2"/>'));D("objects",B('<path d="M8 1.8 14 5 8 8.2 2 5z"/><path d="M2 8l6 3.2L14 8" opacity="0.7"/><path d="M2 11l6 3.2 6-3.2" opacity="0.4"/>'));D("clock",B('<circle cx="8" cy="8" r="6.2"/><path d="M8 4.8V8l2.4 1.6"/>'));D("calendar",B('<rect x="2.2" y="3.2" width="11.6" height="10.6" rx="1.4"/><path d="M5.2 1.8v2.8M10.8 1.8v2.8M2.2 6.8h11.6"/>'));D("datawindow",B('<rect x="1.8" y="2.5" width="12.4" height="11" rx="1.5"/><path d="M4.5 5.5h4M4.5 8h7M4.5 10.5h5.5"/>'));D("camera",B('<path d="M5.5 4 6.5 2.5h3L10.5 4h3A1 1 0 0 1 14.5 5v7.5a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"/><circle cx="8" cy="8.5" r="2.6"/>'));D("gear",B('<path d="M6.55 1.4h2.9l.32 1.72c.48.14.92.38 1.3.7l1.66-.55 1.45 2.5-1.35 1.1c.08.34.12.7.12 1.07s-.04.73-.12 1.07l1.35 1.1-1.45 2.5-1.66-.55a4.3 4.3 0 0 1-1.3.7L9.45 14.6h-2.9l-.32-1.72a4.3 4.3 0 0 1-1.3-.7l-1.66.55-1.45-2.5 1.35-1.1A4.4 4.4 0 0 1 3.05 7.94c0-.37.04-.73.12-1.07l-1.35-1.1 1.45-2.5 1.66.55c.38-.32.82-.56 1.3-.7L6.55 1.4z"/><circle cx="8" cy="8" r="2.2"/>'));D("search",B('<circle cx="7" cy="7" r="4.5"/><path d="m10.5 10.5 3.5 3.5"/>'));D("bell",B('<path d="M8 2a4 4 0 0 0-4 4v2.5L2.5 11v1h11v-1L12 8.5V6a4 4 0 0 0-4-4z"/><path d="M6.5 13.5a1.5 1.5 0 0 0 3 0"/>'));D("market-open",A('<circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/>'));D("market-pre",A('<path d="M12 2v8"/><path d="m4.93 10.93 1.41 1.41"/><path d="M2 18h2"/><path d="M20 18h2"/><path d="m19.07 10.93-1.41 1.41"/><path d="M22 22H2"/><path d="m8 6 4-4 4 4"/><path d="M16 18a4 4 0 0 0-8 0"/>'));D("market-post",A('<path d="M12 10V2"/><path d="m4.93 10.93 1.41 1.41"/><path d="M2 18h2"/><path d="M20 18h2"/><path d="m19.07 10.93-1.41 1.41"/><path d="M22 22H2"/><path d="m16 14-4 4-4-4"/><path d="M16 6a4 4 0 0 0-8 0"/>'));D("market-closed",A('<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/>'));D("market-holiday",A('<path d="m10 20-1.25-2.5L6 16"/><path d="M10 4 8.75 6.5 6 8"/><path d="m14 20 1.25-2.5L18 16"/><path d="m14 4 1.25 2.5L18 8"/><path d="m17 10-5 5-5-5"/><path d="M4 12h16"/>'));D("chevron-right",B('<path d="m6 3.5 4.5 4.5L6 12.5"/>'));D("chevron-left",B('<path d="M10 3.5 5.5 8l4.5 4.5"/>'));D("chevron-down",B('<path d="M3.5 6 8 10.5 12.5 6"/>'));D("chevron-up",B('<path d="M3.5 10 8 5.5 12.5 10"/>'));D("chevrons-right",B('<path d="m4 3.5 4.5 4.5L4 12.5"/><path d="m8.5 3.5 4.5 4.5-4.5 4.5"/>'));D("chevrons-left",B('<path d="M12 3.5 7.5 8l4.5 4.5"/><path d="M7.5 3.5 3 8l4.5 4.5"/>'));D("check",B('<path d="m2.8 8.4 3.4 3.4 7-7.6"/>'));D("close",B('<path d="m3.8 3.8 8.4 8.4M12.2 3.8l-8.4 8.4"/>'));D("eye",B('<path d="M1.5 8s2.5-5.4 6.5-5.4S14.5 8 14.5 8 12 13.4 8 13.4 1.5 8 1.5 8z"/><circle cx="8" cy="8" r="1.8"/>'));D("eye-off",B('<path d="M1.5 8s2.5-5.4 6.5-5.4S14.5 8 14.5 8 12 13.4 8 13.4 1.5 8 1.5 8z" opacity="0.45"/><path d="m3 13 10-10"/>'));D("lock",B('<rect x="3.2" y="7" width="9.6" height="6.6" rx="1.2"/><path d="M5.6 7V5.2a2.4 2.4 0 0 1 4.8 0V7"/>'));D("unlock",B('<rect x="3.2" y="7" width="9.6" height="6.6" rx="1.2"/><path d="M5.6 7V5.2a2.4 2.4 0 0 1 4.7-.7"/>'));D("trash",B('<path d="M2.5 4.3h11M6.2 4.3V3.1a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1v1.2M4.2 4.3l.5 9.1a1.15 1.15 0 0 0 1.15 1.1h4.3a1.15 1.15 0 0 0 1.15-1.1l.5-9.1M6.5 7v4.5M9.5 7v4.5"/>'));D("group",B('<path d="M1.8 4.5V2.4a.6.6 0 0 1 .6-.6h2.1M11.5 1.8h2.1a.6.6 0 0 1 .6.6v2.1M14.2 11.5v2.1a.6.6 0 0 1-.6.6h-2.1M4.5 14.2H2.4a.6.6 0 0 1-.6-.6v-2.1"/><rect x="4" y="4" width="4.2" height="4.2" rx="0.7"/><rect x="7.8" y="7.8" width="4.2" height="4.2" rx="0.7"/>'));D("ungroup",B('<rect x="1.6" y="1.6" width="6.2" height="6.2" rx="0.9"/><rect x="8.2" y="8.2" width="6.2" height="6.2" rx="0.9" stroke-dasharray="2 1.5"/>'));D("clone",B('<rect x="5.5" y="5.5" width="9" height="9" rx="1.2"/><path d="M11 5.5v-3a1 1 0 0 0-1-1H2.5a1 1 0 0 0-1 1V10a1 1 0 0 0 1 1h3"/>'));D("arrow-up",B('<path d="M8 13.2V3M4.2 6.8 8 3l3.8 3.8"/>'));D("arrow-down",B('<path d="M8 2.8V13M4.2 9.2 8 13l3.8-3.8"/>'));D("move-vertical",B('<path d="M8 2.5v11M5 5.5 8 2.5l3 3M5 10.5l3 3 3-3"/>'));D("move",B('<path d="M8 1.8v12.4M1.8 8h12.4M5.6 4.2 8 1.8l2.4 2.4M5.6 11.8 8 14.2l2.4-2.4M4.2 5.6 1.8 8l2.4 2.4M11.8 5.6 14.2 8l-2.4 2.4"/>'));D("pen",B('<path d="m10.8 2.2 3 3-8 8-3.6.6.6-3.6z"/><path d="m9.2 3.8 3 3"/>'));D("wave",B('<path d="M1.5 10.4c1.6 0 1.9-4.8 3.4-4.8s1.8 4.8 3.4 4.8 1.8-4.8 3.4-4.8 1.6 4.8 2.8 4.8"/>'));D("folder-plus",B('<path d="M1.6 4.4a1 1 0 0 1 1-1h2.7l1.3 1.7h6.8a1 1 0 0 1 1 1v6.5a1 1 0 0 1-1 1h-10.8a1 1 0 0 1-1-1z"/><path d="M8 7.6v3.6M6.2 9.4h3.6"/>'));D("folder-minus",B('<path d="M1.6 4.4a1 1 0 0 1 1-1h2.7l1.3 1.7h6.8a1 1 0 0 1 1 1v6.5a1 1 0 0 1-1 1h-10.8a1 1 0 0 1-1-1z"/><path d="M6.2 9.4h3.6"/>'));D("collapse",B('<path d="M3 8h10"/>'));D("expand",B('<rect x="2.2" y="2.2" width="11.6" height="11.6" rx="1.4"/><path d="M8 5.4v5.2M5.4 8h5.2"/>'));D("plus",B('<path d="M8 2.8v10.4M2.8 8h10.4"/>'));D("minus",B('<path d="M2.8 8h10.4"/>'));D("maximize",B('<path d="M2.5 6V3a.5.5 0 0 1 .5-.5h3M10 2.5h3a.5.5 0 0 1 .5.5v3M13.5 10v3a.5.5 0 0 1-.5.5h-3M6 13.5H3a.5.5 0 0 1-.5-.5v-3"/>'));D("restore",B('<path d="M6.2 2.5v3.7H2.5M9.8 13.5V9.8h3.7M13.5 6.2H9.8V2.5M2.5 9.8h3.7v3.7"/>'));D("star",B('<path d="M8 2.2l1.75 3.55 3.9.55-2.8 2.75.65 3.9L8 11.1l-3.5 1.85.65-3.9-2.8-2.75 3.9-.55z"/>'));D("star-filled",B('<path d="M8 2.2l1.75 3.55 3.9.55-2.8 2.75.65 3.9L8 11.1l-3.5 1.85.65-3.9-2.8-2.75 3.9-.55z"/>','fill="currentColor"'));D("grip",B('<circle cx="6" cy="3.5" r="1"/><circle cx="10" cy="3.5" r="1"/><circle cx="6" cy="8" r="1"/><circle cx="10" cy="8" r="1"/><circle cx="6" cy="12.5" r="1"/><circle cx="10" cy="12.5" r="1"/>','fill="currentColor" stroke="none"'));D("kebab",B('<circle cx="8" cy="3.2" r="1.2"/><circle cx="8" cy="8" r="1.2"/><circle cx="8" cy="12.8" r="1.2"/>','fill="currentColor" stroke="none"'));D("burger",B('<path d="M2.5 4.5h11M2.5 8h11M2.5 11.5h11"/>'));D("reset",B('<path d="M2 8a6 6 0 1 0 6-6 6.5 6.5 0 0 0-4.5 1.83L2 5.33"/><path d="M2 2v3.33h3.33"/>'));D("pane-collapse",B('<path d="M2.6 9.4h4v4M13.4 6.6h-4v-4"/><path d="m9.4 6.6 4.2-4.2M2.4 13.6l4.2-4.2"/>'));D("pane-expand",B('<path d="M9.8 2.4h3.8v3.8M6.2 13.6H2.4V9.8"/><path d="m13.6 2.4-4.4 4.4M2.4 13.6l4.4-4.4"/>'));D("cursor",A('<path d="M5 3l6 16 2-6 6-2z"/>','fill="currentColor" stroke="none"'));D("ruler",A('<path d="M21.3 15.3 8.7 2.7a1 1 0 0 0-1.4 0L2.7 7.3a1 1 0 0 0 0 1.4l12.6 12.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4Z"/><path d="m7.5 10.5 2 2"/><path d="m10.5 7.5 2 2"/><path d="m13.5 4.5 2 2"/><path d="m4.5 13.5 2 2"/>'));D("magnet",A('<path d="m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15"/><path d="m5 8 4 4"/><path d="m12 15 4 4"/>'));D("eraser",A('<path d="m7 21-4.3-4.3a1 1 0 0 1 0-1.4L13 5a2 2 0 0 1 2.8 0l4.2 4.2a2 2 0 0 1 0 2.8L12 20"/><path d="M22 21H7"/><path d="m5 11 9 9"/>'));D("pen-lock",A('<path d="M13.8 4.2a2.1 2.1 0 0 1 3 3L8.5 15.5l-3.5 1 1-3.5Z"/><rect x="13" y="14.5" width="8" height="6" rx="1.2"/><path d="M15 14.5v-1.6a2 2 0 0 1 4 0v1.6"/>'));D("pen-sync",A('<path d="M13.8 4.2a2.1 2.1 0 0 1 3 3L8.5 15.5l-3.5 1 1-3.5Z"/><rect x="12.5" y="13.5" width="6" height="4.8" rx="1"/><path d="M15.5 18.3v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-2.8a1 1 0 0 0-1-1h-1"/>'));D("brush",A('<path d="M9.5 12 17 4.5a2.12 2.12 0 0 1 3 3L12.5 15"/><path d="M7 14a3 3 0 0 0-3 3c0 1.3-1.2 1.5-1.5 2 .8.9 2 1.5 3.5 1.5a3.5 3.5 0 0 0 3.5-3.5 3 3 0 0 0-2.5-3Z"/>'));D("bucket",A('<path d="m18.5 11.5-7-7L4 12a1.8 1.8 0 0 0 0 2.5l5 5a1.8 1.8 0 0 0 2.5 0Z"/><path d="m5 5 4 4"/><path d="M3.5 13.5h13"/><path d="M21 17.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1 1.2-1.7 2-3 .8 1.3 2 2 2 3Z"/>'));D("type",A('<path d="M5 6V4.5h14V6"/><path d="M12 4.5v15"/><path d="M9.5 19.5h5"/>'));D("bold",A('<path d="M7 5h6a3.5 3.5 0 0 1 0 7H7Z"/><path d="M7 12h7a3.5 3.5 0 0 1 0 7H7Z"/>','stroke-width="2.4"'));D("italic",A('<path d="M15 5h-5M14 19H9M14.5 5 10 19"/>','stroke-width="2.2"'));D("price-delta",A('<path d="M12 4v16"/><path d="M8 8l4-4 4 4"/><path d="M8 16l4 4 4-4"/>'));D("date-delta",A('<path d="M4 12h16"/><path d="M8 8l-4 4 4 4"/><path d="M16 8l4 4-4 4"/>'));D("bring-front",A('<rect x="8.5" y="8.5" width="7" height="7" rx="1.5"/><path d="M4.5 10.5V6a1.5 1.5 0 0 1 1.5-1.5h4.5"/><path d="M19.5 13.5V18a1.5 1.5 0 0 1-1.5 1.5h-4.5"/>'));D("send-back",A('<rect x="8.5" y="8.5" width="7" height="7" rx="1.5" fill="currentColor" stroke="none" opacity="0.35"/><path d="M4.5 10.5V6a1.5 1.5 0 0 1 1.5-1.5h4.5"/><path d="M19.5 13.5V18a1.5 1.5 0 0 1-1.5 1.5h-4.5"/><rect x="8.5" y="8.5" width="7" height="7" rx="1.5"/>'));D("r-squared",'<svg viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" stroke="none"><text x="2.5" y="17.5" font-size="14" font-family="serif">R\xB2</text></svg>');D("bands",A('<path d="M3 6h18"/><path d="M3 18h18"/><path d="M3 12h18" stroke-dasharray="3 3"/>'));D("dedekind",A('<path d="M2 20h20"/><path d="M4 20a8 8 0 0 1 16 0"/><path d="M8 20a4 4 0 0 1 8 0"/><path d="M12 4v16"/>'));D("sonic",A('<circle cx="15" cy="12" r="4"/><circle cx="12" cy="12" r="2.5"/><path d="M8 5v14"/>'));D("supersonic",A('<circle cx="16" cy="12" r="3.5"/><path d="M6 12 15 6M6 12 15 18"/>'));var Le=[{value:"solid",label:"Solid"},{value:"dashed",label:"Dashed"},{value:"dotted",label:"Dotted"}],F=[{path:"style.lineColor",label:"Line color",kind:"color",group:"line"},{path:"style.lineWidth",label:"Line width",kind:"number",min:1,max:10,step:1,group:"line"},{path:"style.lineStyle",label:"Line style",kind:"lineStyle",options:Le,group:"line"}],ee=[{path:"style.fillColor",label:"Fill color",kind:"color",group:"fill"}],Ze=[{value:"small",label:"Small"},{value:"normal",label:"Normal"},{value:"large",label:"Large"},{value:"huge",label:"Huge"}],N=[{path:"text.value",label:"Text",kind:"text",group:"text"},{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"},{path:"text.bold",label:"Bold",kind:"boolean",group:"text"},{path:"text.italic",label:"Italic",kind:"boolean",group:"text"}];function U(r,e,t,n,i,o){let s=i-t,a=o-n,l=s*s+a*a;if(l<=1e-9)return Math.hypot(r-t,e-n);let c=((r-t)*s+(e-n)*a)/l;return c=c<0?0:c>1?1:c,Math.hypot(r-(t+c*s),e-(n+c*a))}function ar(r,e,t){let n=1/0;for(let i=1;i<t.length;i+=1){let o=t[i-1],s=t[i],a=U(r,e,o[0],o[1],s[0],s[1]);a<n&&(n=a);}return n}function ye(r,e,t,n,i,o,s=0){let a=Math.min(t,i)-s,l=Math.max(t,i)+s,c=Math.min(n,o)-s,d=Math.max(n,o)+s;return r>=a&&r<=l&&e>=c&&e<=d}function ct(r,e,t){let n=false;for(let i=0,o=t.length-1;i<t.length;o=i,i+=1){let s=t[i],a=t[o];s[1]>e!=a[1]>e&&r<(a[0]-s[0])*(e-s[1])/(a[1]-s[1])+s[0]&&(n=!n);}return n}function wc(r,e,t,n,i,o,s,a){let l=t-r,c=n-e,d=s-i,u=a-o,h=d*c-u*l;if(Math.abs(h)<1e-9)return null;let p=((o-e)*l-(i-r)*c)/h;return p<0||p>1?null:[i+p*d,o+p*u]}function H(r,e,t,n=6){for(let i=0;i<t.length;i+=1){let o=t[i];if(Math.hypot(r-o[0],e-o[1])<=n)return i}return -1}function se(r,e,t,n,i,o,s){if(i==="none")return [r,e,t,n];let a=t-r,l=i==="left"||i==="both",c=i==="right"||i==="both";if(Math.abs(a)<1e-6){if(l&&c)return [r,0,t,s];let m=n>=e;return c?m?[r,e,t,s]:[r,e,t,0]:m?[r,0,t,n]:[r,s,t,n]}let d=(n-e)/a,u=m=>e+d*(m-r),h=l?-2:Math.min(r,t),p=c?o+2:Math.max(r,t);return [h,u(h),p,u(p)]}var ns=class extends _{constructor(){super(...arguments);this.type="trendline";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);return s!=null&&U(t,n,s[0],s[1],s[2],s[3])<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);if(!n)return null;let i=Math.min(n[0],n[2]),o=Math.min(n[1],n[3]);return {x:i,y:o,w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"style.arrowRight",label:"Arrow",kind:"boolean",group:"line"},...N]}}};var rs=class extends _{constructor(){super(...arguments);this.type="hline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"y"}]}}y(t){let n=this.anchors[0];return n?t.yOf(n.price,this.paneId):null}hitTest(t,n,i,o){let s=this.y(i);return s!=null&&Math.abs(n-s)<=o}handlePoints(t){let n=this.anchors[0],i=this.y(t);return !n||i==null?[]:[[t.xOf(n.time),i]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.y(t);return n==null?null:{x:0,y:n-1,w:t.width,h:2}}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){return null}schema(){return {fields:[...F,...N]}}};var is=class extends _{constructor(){super(...arguments);this.type="ray";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);if(!s)return false;let[a,l,c,d]=se(s[0],s[1],s[2],s[3],"right",i.width,i.height);return U(t,n,a,l,c,d)<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);return n?{x:Math.min(n[0],n[2]),y:Math.min(n[1],n[3]),w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...N]}}};var qt=class extends _{anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:[e.xOf(t.time),i,e.xOf(n.time),o]}hitTest(e,t,n,i){let o=this.pixels(n);return o!=null&&U(e,t,o[0],o[1],o[2],o[3])<=i}handlePoints(e){let t=this.pixels(e);return t?[[t[0],t[1]],[t[2],t[3]]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.pixels(e);return t?{x:Math.min(t[0],t[2]),y:Math.min(t[1],t[3]),w:Math.abs(t[2]-t[0]),h:Math.abs(t[3]-t[1])}:null}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[...F,...N]}}};var os=class extends qt{constructor(){super(...arguments);this.type="extendedline";}hitTest(t,n,i,o){let s=this.pixels(i);if(!s)return false;let[a,l,c,d]=se(s[0],s[1],s[2],s[3],"both",i.width,i.height);return U(t,n,a,l,c,d)<=o}timeExtent(){return null}};var ss=class extends _{constructor(){super(...arguments);this.type="vline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"x"}]}}x(t){let n=this.anchors[0];return n?t.xOf(n.time):null}hitTest(t,n,i,o){let s=this.x(i);return s!=null&&Math.abs(t-s)<=o}handlePoints(t){let n=this.anchors[0],i=this.x(t);if(!n||i==null)return [];let o=t.yOf(n.price,this.paneId);return o==null?[]:[[i,o]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.x(t);return n==null?null:{x:n-1,y:0,w:2,h:t.height}}priceRange(){return null}schema(){return {fields:[...F,...N]}}};var as=class extends _{constructor(){super(...arguments);this.type="hray";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}pt(t){let n=this.anchors[0];if(!n)return null;let i=t.yOf(n.price,this.paneId);return i==null?null:[t.xOf(n.time),i]}hitTest(t,n,i,o){let s=this.pt(i);return s!=null&&U(t,n,s[0],s[1],i.width,s[1])<=o}handlePoints(t){let n=this.pt(t);return n?[n]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pt(t);return n?{x:n[0],y:n[1]-1,w:Math.max(0,t.width-n[0]),h:2}:null}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){let t=this.anchors[0];return t?{min:t.time,max:Number.POSITIVE_INFINITY}:null}schema(){return {fields:[...F,...N]}}};var ls=class extends _{constructor(){super(...arguments);this.type="crossline";}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}pt(t){let n=this.anchors[0];if(!n)return null;let i=t.yOf(n.price,this.paneId);return i==null?null:[t.xOf(n.time),i]}hitTest(t,n,i,o){let s=this.pt(i);return s!=null&&(Math.abs(n-s[1])<=o||Math.abs(t-s[0])<=o)}handlePoints(t){let n=this.pt(t);return n?[n]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pt(t);return n?{x:n[0]-1,y:n[1]-1,w:2,h:2}:null}priceRange(){let t=this.anchors[0];return t?{min:t.price,max:t.price}:null}timeExtent(){return null}schema(){return {fields:[...F,...N]}}};var cs=class extends qt{constructor(){super(...arguments);this.type="infoline";}};var ds=class extends qt{constructor(){super(...arguments);this.type="trendangle";}};var us=class extends _{constructor(){super(...arguments);this.type="box";}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}rect(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{x1:t.xOf(n.time),y1:o,x2:t.xOf(i.time),y2:s}}hitTest(t,n,i,o){let s=this.rect(i);return s?this.style.fillColor&&ye(t,n,s.x1,s.y1,s.x2,s.y2)?true:[[s.x1,s.y1,s.x2,s.y1],[s.x2,s.y1,s.x2,s.y2],[s.x2,s.y2,s.x1,s.y2],[s.x1,s.y2,s.x1,s.y1]].some(l=>U(t,n,l[0],l[1],l[2],l[3])<=o):false}handlePoints(t){let n=this.rect(t);return n?[[n.x1,n.y1],[n.x2,n.y2]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.rect(t);return n?{x:Math.min(n.x1,n.x2),y:Math.min(n.y1,n.y2),w:Math.abs(n.x2-n.x1),h:Math.abs(n.y2-n.y1)}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),{path:"style.fillColor",label:"Fill color",kind:"color",group:"fill"},...N]}}};var Ew={tiny:10,small:12,normal:14,large:18,huge:24,auto:14},Zt=class extends _{defaultLabel(){return "Text"}labelText(){return this.text?.value??this.defaultLabel()}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}box(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);if(n==null)return null;let i=Ew[this.text?.size??"normal"]??14,o=this.labelText().split(`
2
2
  `),s=Math.max(1,...o.map(a=>a.length));return {x:e.xOf(t.time),y:n,w:Math.max(12,s*i*.6)+8,h:o.length*i*1.4+4}}hitTest(e,t,n,i){let o=this.box(n);return o!=null&&ye(e,t,o.x,o.y,o.x+o.w,o.y+o.h)}handlePoints(e){let t=this.anchors[0],n=t?e.yOf(t.price,this.paneId):null;return t&&n!=null?[[e.xOf(t.time),n]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){return this.box(e)}priceRange(){let e=this.anchors[0];return e?{min:e.price,max:e.price}:null}};var Rt=class extends Zt{constructor(t){super(t);this.type="text";this.text||(this.text={...At(),size:"large"});}schema(){return {fields:[...N],textIsContent:true}}};var yn=class extends Zt{constructor(t){super(t);this.type="note";this.text||(this.text=At("Note"));}defaultLabel(){return "Note"}schema(){return {fields:[...F,...ee,...N],textIsContent:true}}};var wn=class extends Zt{constructor(){super(...arguments);this.type="pricelabel";}labelText(){let t=this.anchors[0]?.price;return t==null?"0.00":t.toFixed(2)}schema(){return {fields:[...F,...ee,...N.filter(t=>t.path!=="text.value")]}}};var Pw={tiny:10,small:12,normal:14,large:18,huge:24,auto:14},$e=class extends _{constructor(e){super(e),this.text||(this.text=At(this.defaultLabel()));}defaultLabel(){return "Callout"}labelText(){return this.text?.value??this.defaultLabel()}anchorSchema(){return {min:2,max:2,slots:[{role:"target",free:"both"},{role:"box",free:"both"}]}}box(e){let t=this.anchors[1];if(!t)return null;let n=e.yOf(t.price,this.paneId);if(n==null)return null;let i=Pw[this.text?.size??"normal"]??14,o=this.labelText().split(`
3
- `),s=Math.max(1,...o.map(c=>c.length)),a=Math.max(20,s*i*.6)+16,l=o.length*i*1.4+12;return {x:e.xOf(t.time)-a/2,y:n-l/2,w:a,h:l}}points(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:[[e.xOf(t.time),i],[e.xOf(n.time),o]]}hitTest(e,t,n,i){let o=this.box(n);if(o&&ye(e,t,o.x,o.y,o.x+o.w,o.y+o.h,i))return true;let s=this.points(n);return s!=null&&U(e,t,s[0][0],s[0][1],s[1][0],s[1][1])<=i}handlePoints(e){let t=this.points(e);return t?[t[0]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}translateBody(e,t,n){let i=n[0],o=n[1];return !i||!o?n.map(s=>({time:s.time+e,price:s.price+t})):[{time:i.time,price:i.price},{time:o.time+e,price:o.price+t}]}bounds(e){return this.box(e)}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[...F,...ee,...N],textIsContent:true}}};var dt=class extends $e{constructor(){super(...arguments);this.type="callout";}};var xn=class extends $e{constructor(){super(...arguments);this.type="pricenote";}defaultLabel(){return ""}labelText(){let t=this.anchors[0]?.price;return t==null?"0.00":t.toFixed(2)}schema(){return {fields:[...F,...ee,...N.filter(t=>t.path!=="text.value")]}}};var Sn=class extends $e{constructor(){super(...arguments);this.type="comment";}defaultLabel(){return "Comment"}};var Cn=class extends $e{constructor(){super(...arguments);this.type="signpost";}defaultLabel(){return "Signpost"}};var te=class extends _{hitTest(e,t,n,i){let o=this.geometry(n);return o?this.style.fillColor&&o.fill&&ct(e,t,o.fill)?true:o.segments.some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i):false}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}};var hs=class extends te{constructor(){super(...arguments);this.type="parallelchannel";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"offset",free:"y"}]}}offset(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];return !t||!n||!i?0:i.price-(t.price+n.price)/2}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return [];let a=[[t.xOf(n.time),o],[t.xOf(i.time),s]],l=this.anchors[2];if(l){let c=t.yOf(l.price,this.paneId);c!=null&&a.push([t.xOf((n.time+i.time)/2),c]);}return a}timeExtent(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.time,n.time),max:Math.max(t.time,n.time)}}geometry(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=this.offset(),s=t.xOf(n.time),a=t.xOf(i.time),l=t.yOf(n.price,this.paneId),c=t.yOf(i.price,this.paneId),d=t.yOf(n.price+o,this.paneId),u=t.yOf(i.price+o,this.paneId);return l==null||c==null||d==null||u==null?null:{segments:[[s,l,a,c],[s,d,a,u]],fill:[[s,l],[a,c],[a,u],[s,d]]}}priceRange(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=this.offset(),o=[t.price,n.price,t.price+i,n.price+i],s=this.anchors[2];return s&&o.push(s.price),{min:Math.min(...o),max:Math.max(...o)}}schema(){return {fields:[...F,...ee,...N]}}};var ps=class extends te{constructor(){super(...arguments);this.type="disjointchannel";}anchorSchema(){return {min:4,max:4,slots:[{role:"top1",free:"both"},{role:"top2",free:"both"},{role:"bot1",free:"both"},{role:"bot2",free:"both"}]}}seg(t,n,i){let o=this.anchors[t],s=this.anchors[n];if(!o||!s)return null;let a=i.yOf(o.price,this.paneId),l=i.yOf(s.price,this.paneId);return a==null||l==null?null:[i.xOf(o.time),a,i.xOf(s.time),l]}geometry(t){let n=this.seg(0,1,t),i=this.seg(2,3,t),o=[n,i].filter(a=>a!=null);if(o.length===0)return null;let s=n&&i?[[n[0],n[1]],[n[2],n[3]],[i[2],i[3]],[i[0],i[1]]]:null;return {segments:o,fill:s}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var ms=class extends te{constructor(){super(...arguments);this.type="flattopbottom";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"flat",free:"y"}]}}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return [];let a=[[t.xOf(n.time),o],[t.xOf(i.time),s]],l=this.anchors[2];if(l){let c=t.yOf(l.price,this.paneId);c!=null&&a.push([t.xOf((n.time+i.time)/2),c]);}return a}timeExtent(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.time,n.time),max:Math.max(t.time,n.time)}}geometry(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.xOf(i.time),a=t.yOf(n.price,this.paneId),l=t.yOf(i.price,this.paneId);if(a==null||l==null)return null;let c=this.anchors[2];if(!c)return {segments:[[o,a,s,l]],fill:null};let d=t.yOf(c.price,this.paneId);return d==null?null:{segments:[[o,a,s,l],[o,d,s,d]],fill:[[o,a],[s,l],[s,d],[o,d]]}}priceRange(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=[t.price,n.price],o=this.anchors[2];return o&&i.push(o.price),{min:Math.min(...i),max:Math.max(...i)}}schema(){return {fields:[...F,...ee,...N]}}};var Lw=2;function Vh(){return {midColor:Pe,midStyle:"solid",upperColor:q,upperStyle:"solid",lowerColor:X,lowerStyle:"solid",upperFill:`${q}26`,lowerFill:`${X}26`,showR2:true}}function _h(r){let e=r.length;if(e<2)return null;let t=0,n=0,i=0,o=0,s=0;for(let m=0;m<e;m+=1){let f=r[m].close;t+=m,n+=f,i+=m*f,o+=m*m,s+=f*f;}let a=e*o-t*t,l=a===0?0:(e*i-t*n)/a,c=(n-l*t)/e,d=0;for(let m=0;m<e;m+=1){let f=r[m].close-(c+l*m);d+=f*f;}let u=Math.sqrt(d/e),h=Math.sqrt(a*(e*s-n*n)),p=h===0?0:(e*i-t*n)/h;return {t0:r[0].time,t1:r[e-1].time,mid0:c,mid1:c+l*(e-1),dev:Lw*u,r2:Math.max(0,Math.min(1,p*p)),n:e}}var Dt=class extends _{constructor(t){super(t);this.type="regressionchannel";this.cachedRange=null;this.reg||(this.reg=Vh());}anchorSchema(){return {min:2,max:2,slots:[{role:"start",free:"x"},{role:"end",free:"x"}]}}fit(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=Math.min(n.time,i.time),s=Math.max(n.time,i.time),a=t.barsInRange?.(o,s)??null,l=a?_h(a):null;return l&&(this.cachedRange={min:Math.min(l.mid0,l.mid1)-l.dev,max:Math.max(l.mid0,l.mid1)+l.dev}),l}layout(t){let n=this.fit(t);if(!n)return null;let i=t.yOf(n.mid0,this.paneId),o=t.yOf(n.mid1,this.paneId),s=t.yOf(n.mid0+n.dev,this.paneId),a=t.yOf(n.mid1+n.dev,this.paneId),l=t.yOf(n.mid0-n.dev,this.paneId),c=t.yOf(n.mid1-n.dev,this.paneId);return i==null||o==null||s==null||a==null||l==null||c==null?null:{x0:t.xOf(n.t0),x1:t.xOf(n.t1),midY0:i,midY1:o,upperY0:s,upperY1:a,lowerY0:l,lowerY1:c,r2:n.r2,showR2:this.reg.showR2}}band(t){let n=this.layout(t);return n?[[n.x0,n.upperY0],[n.x1,n.upperY1],[n.x1,n.lowerY1],[n.x0,n.lowerY0]]:null}hitTest(t,n,i,o){let s=this.layout(i);if(!s)return false;let a=[[s.x0,s.upperY0],[s.x1,s.upperY1],[s.x1,s.lowerY1],[s.x0,s.lowerY0]];return ct(t,n,a)?true:[[s.x0,s.midY0,s.x1,s.midY1],[s.x0,s.upperY0,s.x1,s.upperY1],[s.x0,s.lowerY0,s.x1,s.lowerY1]].some(c=>U(t,n,c[0],c[1],c[2],c[3])<=o)}handlePoints(t){let n=this.layout(t);if(n)return [[n.x0,n.midY0],[n.x1,n.midY1]];let i=[];for(let o of this.anchors){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.band(t);if(!n)return null;let i=n.map(l=>l[0]),o=n.map(l=>l[1]),s=Math.min(...i),a=Math.min(...o);return {x:s,y:a,w:Math.max(...i)-s,h:Math.max(...o)-a}}priceRange(){if(this.cachedRange)return this.cachedRange;let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"reg.midColor",label:"Midline color",kind:"color",group:"line"},{path:"reg.midStyle",label:"Midline style",kind:"lineStyle",group:"line"},{path:"reg.upperColor",label:"Upper line color",kind:"color",group:"line"},{path:"reg.upperStyle",label:"Upper line style",kind:"lineStyle",group:"line"},{path:"reg.lowerColor",label:"Lower line color",kind:"color",group:"line"},{path:"reg.lowerStyle",label:"Lower line style",kind:"lineStyle",group:"line"},{path:"reg.upperFill",label:"Upper fill",kind:"color",group:"fill"},{path:"reg.lowerFill",label:"Lower fill",kind:"color",group:"fill"},{path:"reg.showR2",label:"Show R\xB2",kind:"boolean",group:"behavior"}]}}writeProps(){return {...this.reg}}readProps(t){this.reg={...Vh(),...t};}};var Bh=`${It}00`;function Hh(){return {midColor:It,midStyle:"solid",multiplier:1,upperColor:Bh,upperStyle:"solid",lowerColor:Bh,lowerStyle:"solid",bandFill:`${It}33`}}function zh(r,e){let t=r.length;if(t<1)return null;let n=0;for(let c of r)n+=c.volume>0?c.volume:0;let i=n>0,o=0,s=0,a=0,l=[];for(let c=0;c<t;c+=1){let d=r[c],u=(d.high+d.low+d.close)/3,h=i?Math.max(0,d.volume):1;o+=h,s+=u*h,a+=u*u*h;let p=o>0?s/o:u,m=o>0?Math.max(0,a/o-p*p):0,f=Math.sqrt(m)*e;l.push({time:d.time,mid:p,upper:p+f,lower:p-f});}return l}var Tn=class extends _{constructor(t){super(t);this.type="anchoredvwap";this.cachedRange=null;this.cachedExtent=null;this.vwap||(this.vwap=Hh());}anchorSchema(){return {min:1,max:1,slots:[{role:"anchor",free:"x"}]}}series(t){let n=this.anchors[0];if(!n)return null;let i=t.barsInRange?.(n.time,Number.POSITIVE_INFINITY)??null;if(!i||i.length<1)return null;let o=zh(i.map(s=>({time:s.time,high:s.high,low:s.low,close:s.close,volume:s.volume??0})),this.vwap.multiplier);if(o&&o.length>0){let s=1/0,a=-1/0;for(let l of o)l.lower<s&&(s=l.lower),l.upper>a&&(a=l.upper);this.cachedRange={min:s,max:a},this.cachedExtent={min:o[0].time,max:o[o.length-1].time};}return o}layout(t){let n=this.series(t);if(!n)return null;let i=[],o=[],s=[];for(let a of n){let l=t.xOf(a.time),c=t.yOf(a.mid,this.paneId),d=t.yOf(a.upper,this.paneId),u=t.yOf(a.lower,this.paneId);c==null||d==null||u==null||(i.push([l,c]),o.push([l,d]),s.push([l,u]));}return i.length>0?{mid:i,upper:o,lower:s}:null}bandPolygon(t){return [...t.upper,...[...t.lower].reverse()]}hitTest(t,n,i,o){let s=this.layout(i);return s?ct(t,n,this.bandPolygon(s))?true:xc(t,n,s.mid,o)||xc(t,n,s.upper,o)||xc(t,n,s.lower,o):false}handlePoints(t){let n=this.layout(t);if(n&&n.mid.length>0)return [n.mid[0]];let i=this.anchors[0];if(!i)return [];let o=t.yOf(i.price,this.paneId);return o==null?[]:[[t.xOf(i.time),o]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.layout(t);if(!n)return null;let i=[...n.upper,...n.lower],o=i.map(c=>c[0]),s=i.map(c=>c[1]),a=Math.min(...o),l=Math.min(...s);return {x:a,y:l,w:Math.max(...o)-a,h:Math.max(...s)-l}}priceRange(){return this.cachedRange}timeExtent(){return this.cachedExtent}schema(){return {fields:[{path:"vwap.midColor",label:"VWAP color",kind:"color",group:"line"},{path:"vwap.midStyle",label:"VWAP style",kind:"lineStyle",group:"line"},{path:"vwap.multiplier",label:"Band multiplier",kind:"number",min:.5,max:5,step:.5,group:"behavior"},{path:"vwap.upperColor",label:"Upper band color",kind:"color",group:"line"},{path:"vwap.lowerColor",label:"Lower band color",kind:"color",group:"line"},{path:"vwap.bandFill",label:"Band fill",kind:"color",group:"fill"}]}}writeProps(){return {...this.vwap}}readProps(t){this.vwap={...Hh(),...t};}};function xc(r,e,t,n){for(let i=1;i<t.length;i+=1)if(U(r,e,t[i-1][0],t[i-1][1],t[i][0],t[i][1])<=n)return true;return false}var Mw=`${q}66`,kw=`${X}66`,Iw=`${q}BF`,Aw=`${X}BF`;function $h(){return {rows:24,valueAreaPct:70,widthPct:35,anchor:"left",upColor:Mw,downColor:kw,vaUpColor:Iw,vaDownColor:Aw,showVah:true,vahColor:Pe,vahStyle:"solid",showVal:true,valColor:Pe,valStyle:"solid",showPoc:true,pocColor:void 0,pocStyle:"solid",showDevelopingPoc:false,developingPocColor:Ee,developingPocStyle:"dotted",showDevelopingVa:false,developingVaColor:Ee,developingVaStyle:"dotted"}}function Rw(r,e){return r<0?0:r>=e?e-1:r}function Wh(r,e,t){let n=r.length,i=0,o=0;for(let d=0;d<n;d+=1){let u=r[d].up+r[d].down;i+=u,u>o&&(o=u);}let s=i*Math.min(1,Math.max(0,t)),a=e,l=e,c=o;for(;c<s&&(a>0||l<n-1);){let d=a>0?r[a-1].up+r[a-1].down:-1,u=l<n-1?r[l+1].up+r[l+1].down:-1;u>d?(l+=1,c+=u):(a-=1,c+=d);}return {vaFrom:a,vaTo:l}}function Gh(r,e,t,n){let i=n.volume;if(!(i>0))return;let o=r.length,s=n.close>=n.open?"up":"down",a=new Set;for(let l of [n.open,n.high,n.low,n.close])a.add(Rw(Math.floor((l-e)/t),o));for(let l of a)r[l][s]+=i;}function Uh(r){let e=0,t=0;for(let n=0;n<r.length;n+=1){let i=r[n].up+r[n].down;i>e&&(e=i,t=n);}return e>0?{poc:t,maxTotal:e}:null}function Yh(r,e,t){let n=1/0,i=-1/0;for(let p of r)p.volume>0&&(p.low<n&&(n=p.low),p.high>i&&(i=p.high));if(!Number.isFinite(n))return null;let o=i>n?Math.max(1,Math.round(e)):1,s=i>n?(i-n)/o:1,a=Array.from({length:o},(p,m)=>({price:n+m*s,up:0,down:0}));for(let p of r)Gh(a,n,s,p);let l=Uh(a);if(!l)return null;let{poc:c,maxTotal:d}=l,{vaFrom:u,vaTo:h}=Wh(a,c,t);return {rows:a,rowH:s,min:n,maxTotal:d,poc:c,vaFrom:u,vaTo:h}}function Kh(r,e,t,n){let i=Yh(r,e,t);if(!i)return null;if(!n||r.length<1)return {profile:i,developingPoc:[],developingVaHigh:[],developingVaLow:[]};let{min:o,rowH:s}=i,a=i.rows.length,l=Array.from({length:a},(h,p)=>({price:o+p*s,up:0,down:0})),c=[],d=[],u=[];for(let h of r){Gh(l,o,s,h);let p=Uh(l);if(!p)continue;let{poc:m}=p,{vaFrom:f,vaTo:g}=Wh(l,m,t);c.push({time:h.time,price:l[m].price+s/2}),d.push({time:h.time,price:l[g].price+s}),u.push({time:h.time,price:l[f].price});}return {profile:i,developingPoc:c,developingVaHigh:d,developingVaLow:u}}var Be=class extends _{constructor(t){super(t);this.type="fixedrangevp";this.cachedRange=null;this.frvp||(this.frvp=$h());}anchorSchema(){return {min:2,max:2,slots:[{role:"start",free:"x"},{role:"end",free:"x"}]}}barsInSpan(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=Math.min(n.time,i.time),s=Math.max(n.time,i.time),a=t.barsInRange?.(o,s)??null;return !a||a.length<1?null:a.map(l=>({time:l.time,open:l.open,high:l.high,low:l.low,close:l.close,volume:l.volume??0}))}compute(t){let n=this.barsInSpan(t);if(!n)return null;let i=this.frvp,o=i.showDevelopingPoc||i.showDevelopingVa,s=Kh(n,i.rows,i.valueAreaPct/100,o);if(s){let{profile:a}=s;this.cachedRange={min:a.min,max:a.min+a.rowH*a.rows.length};}return s}layout(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=this.compute(t);if(!o)return null;let{profile:s}=o,a=Math.min(n.time,i.time),l=Math.max(n.time,i.time),c=t.xOf(a),d=t.xOf(l),u=Math.abs(d-c),h=Math.max(1,Math.min(100,Math.max(0,this.frvp.widthPct))/100*u),p=this.frvp.anchor==="left",m=p?Math.min(c,d):Math.max(c,d),f=p?1:-1,g=[];for(let x=0;x<=s.rows.length;x+=1){let S=t.yOf(s.min+x*s.rowH,this.paneId);if(S==null)return null;g.push(S);}let b=x=>t.yOf(x,this.paneId),y=s.rows[s.vaTo].price+s.rowH,v=s.rows[s.vaFrom].price,w=s.rows[s.poc].price+s.rowH/2,E=x=>{let S=[];for(let P of x){let k=b(P.price);k!=null&&S.push([t.xOf(P.time),k]);}return S};return {x0:Math.min(c,d),x1:Math.max(c,d),anchorX:m,maxW:h,grow:f,profile:s,yEdges:g,vahY:b(y),valY:b(v),pocY:b(w),developingPoc:E(o.developingPoc),developingVaHigh:E(o.developingVaHigh),developingVaLow:E(o.developingVaLow)}}hitTest(t,n,i,o){let s=this.layout(i);if(!s)return false;let a=s.grow===1?s.anchorX:s.anchorX-s.maxW,l=s.grow===1?s.anchorX+s.maxW:s.anchorX,c=Math.min(s.yEdges[0],s.yEdges[s.yEdges.length-1]),d=Math.max(s.yEdges[0],s.yEdges[s.yEdges.length-1]);if(ct(t,n,[[a,c],[l,c],[l,d],[a,d]]))return true;let u=[[s.x0,s.vahY],[s.x0,s.valY],[s.x0,s.pocY]];for(let[,h]of u)if(h!=null&&U(t,n,s.x0,h,s.x1,h)<=o)return true;for(let h of [s.developingPoc,s.developingVaHigh,s.developingVaLow])for(let p=1;p<h.length;p+=1)if(U(t,n,h[p-1][0],h[p-1][1],h[p][0],h[p][1])<=o)return true;return false}handlePoints(t){let n=this.layout(t);if(n&&n.pocY!=null)return [[n.x0,n.pocY],[n.x1,n.pocY]];let i=[];for(let o of this.anchors){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.layout(t);if(!n)return null;let i=Math.min(n.x0,n.grow===1?n.anchorX:n.anchorX-n.maxW),o=Math.max(n.x1,n.grow===1?n.anchorX+n.maxW:n.anchorX),s=Math.min(n.yEdges[0],n.yEdges[n.yEdges.length-1]),a=Math.max(n.yEdges[0],n.yEdges[n.yEdges.length-1]);return {x:i,y:s,w:o-i,h:a-s}}priceRange(){if(this.cachedRange)return this.cachedRange;let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"frvp.rows",label:"Rows",kind:"number",min:1,max:500,step:1,group:"behavior"},{path:"frvp.valueAreaPct",label:"Value Area",kind:"number",min:0,max:100,step:1,group:"behavior"},{path:"frvp.widthPct",label:"Width %",kind:"number",min:0,max:100,step:1,group:"behavior"},{path:"frvp.anchor",label:"Anchor",kind:"select",options:[{value:"right",label:"Right"},{value:"left",label:"Left"}],group:"behavior"},{path:"frvp.upColor",label:"Up Volume",kind:"color",group:"fill"},{path:"frvp.downColor",label:"Down Volume",kind:"color",group:"fill"},{path:"frvp.vaUpColor",label:"Value Area Up",kind:"color",group:"fill"},{path:"frvp.vaDownColor",label:"Value Area Down",kind:"color",group:"fill"},{path:"frvp.showVah",label:"VAH",kind:"boolean",group:"line"},{path:"frvp.vahColor",label:"VAH color",kind:"color",group:"line"},{path:"frvp.vahStyle",label:"VAH style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showVal",label:"VAL",kind:"boolean",group:"line"},{path:"frvp.valColor",label:"VAL color",kind:"color",group:"line"},{path:"frvp.valStyle",label:"VAL style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showPoc",label:"POC",kind:"boolean",group:"line"},{path:"frvp.pocColor",label:"POC color",kind:"color",group:"line"},{path:"frvp.pocStyle",label:"POC style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showDevelopingPoc",label:"Developing POC",kind:"boolean",group:"line"},{path:"frvp.developingPocColor",label:"Developing POC color",kind:"color",group:"line"},{path:"frvp.developingPocStyle",label:"Developing POC style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showDevelopingVa",label:"Developing VA",kind:"boolean",group:"line"},{path:"frvp.developingVaColor",label:"Developing VA color",kind:"color",group:"line"},{path:"frvp.developingVaStyle",label:"Developing VA style",kind:"lineStyle",options:Le,group:"line"}]}}writeProps(){return {...this.frvp}}readProps(t){this.frvp={...$h(),...t};}};var fs=class extends te{constructor(){super(...arguments);this.type="pitchfork";}anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=g=>{let b=t.yOf(g.price,this.paneId);return b==null?null:[t.xOf(g.time),b]},a=s(n),l=s(i),c=s(o);if(!a||!l||!c)return null;let d=(l[0]+c[0])/2,u=(l[1]+c[1])/2,h=d-a[0],p=u-a[1],m=t.width,f=t.height;return {segments:[se(a[0],a[1],d,u,"right",m,f),se(l[0],l[1],l[0]+h,l[1]+p,"right",m,f),se(c[0],c[1],c[0]+h,c[1]+p,"right",m,f),[l[0],l[1],c[0],c[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...N]}}};var lr=class extends te{anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(e){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n||!i)return null;let o=f=>{let g=e.yOf(f.price,this.paneId);return g==null?null:[e.xOf(f.time),g]},s=o(this.medianStart(t,n,i)),a=o(n),l=o(i);if(!s||!a||!l)return null;let c=(a[0]+l[0])/2,d=(a[1]+l[1])/2,u=c-s[0],h=d-s[1],p=e.width,m=e.height;return {segments:[se(s[0],s[1],c,d,"right",p,m),se(a[0],a[1],a[0]+u,a[1]+h,"right",p,m),se(l[0],l[1],l[0]+u,l[1]+h,"right",p,m),[a[0],a[1],l[0],l[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}schema(){return {fields:[...F,...N]}}};var gs=class extends lr{constructor(){super(...arguments);this.type="schiffpitchfork";}medianStart(t,n){return {time:t.time,price:(t.price+n.price)/2}}};var bs=class extends lr{constructor(){super(...arguments);this.type="modifiedschiffpitchfork";}medianStart(t,n){return {time:(t.time+n.time)/2,price:(t.price+n.price)/2}}};var vs=class extends te{constructor(){super(...arguments);this.type="insidepitchfork";}anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=b=>{let y=t.yOf(b.price,this.paneId);return y==null?null:[t.xOf(b.time),y]},a=s({time:(n.time+i.time)/2,price:(n.price+i.price)/2}),l=s(n),c=s(i),d=s(o);if(!a||!l||!c||!d)return null;let u=(c[0]+d[0])/2,h=(c[1]+d[1])/2,p=d[0]-a[0],m=d[1]-a[1],f=t.width,g=t.height;return {segments:[se(u,h,u+p,h+m,"right",f,g),se(c[0],c[1],c[0]+p,c[1]+m,"right",f,g),se(d[0],d[1],d[0]+p,d[1]+m,"right",f,g),[c[0],c[1],d[0],d[1]],[a[0],a[1],d[0],d[1]],[l[0],l[1],c[0],c[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...N]}}};var ys=class extends _{constructor(){super(...arguments);this.type="arrow";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);return s!=null&&U(t,n,s[0],s[1],s[2],s[3])<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);return n?{x:Math.min(n[0],n[2]),y:Math.min(n[1],n[3]),w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"style.arrowRight",label:"Head (end)",kind:"boolean",group:"line"},{path:"style.arrowLeft",label:"Head (start)",kind:"boolean",group:"line"},...N]}}};var Xh=48,ws=class extends _{constructor(){super(...arguments);this.type="ellipse";}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}oval(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:(a+l)/2,cy:(o+s)/2,rx:Math.abs(l-a)/2,ry:Math.abs(s-o)/2}}perimeter(t){let n=[];for(let i=0;i<=Xh;i+=1){let o=i/Xh*Math.PI*2;n.push([t.cx+t.rx*Math.cos(o),t.cy+t.ry*Math.sin(o)]);}return n}hitTest(t,n,i,o){let s=this.oval(i);if(!s||s.rx<1||s.ry<1)return false;let a=((t-s.cx)/s.rx)**2+((n-s.cy)/s.ry)**2;return this.style.fillColor&&a<=1?true:ar(t,n,this.perimeter(s))<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.oval(t);return n?{x:n.cx-n.rx,y:n.cy-n.ry,w:n.rx*2,h:n.ry*2}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...ee,...N]}}};var xs=class extends te{constructor(){super(...arguments);this.type="triangle";}anchorSchema(){return {min:3,max:3,slots:[{role:"v1",free:"both"},{role:"v2",free:"both"},{role:"v3",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=d=>{let u=t.yOf(d.price,this.paneId);return u==null?null:[t.xOf(d.time),u]},a=s(n),l=s(i),c=s(o);return !a||!l||!c?null:{segments:[[a[0],a[1],l[0],l[1]],[l[0],l[1],c[0],c[1]],[c[0],c[1],a[0],a[1]]],fill:[a,l,c]}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var Dw=512,Jt=class extends te{anchorSchema(){return {min:2,max:Dw,slots:[]}}geometry(e){let t=[];for(let i of this.anchors){let o=e.yOf(i.price,this.paneId);if(o==null)return null;t.push([e.xOf(i.time),o]);}if(t.length<2)return null;let n=[];for(let i=1;i<t.length;i+=1)n.push([t[i-1][0],t[i-1][1],t[i][0],t[i][1]]);return {segments:n,fill:null}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}schema(){return {fields:[...F,...N]}}};var Ss=class extends Jt{constructor(){super(...arguments);this.type="polyline";}};var hi=class extends Jt{placementMode(){return "freehand"}handlePoints(e){return []}bounds(e){let t=[],n=[];for(let s of this.anchors){let a=e.yOf(s.price,this.paneId);a!=null&&(t.push(e.xOf(s.time)),n.push(a));}if(t.length===0)return null;let i=Math.min(...t),o=Math.min(...n);return {x:i,y:o,w:Math.max(...t)-i,h:Math.max(...n)-o}}},Cs=class extends hi{constructor(){super(...arguments);this.type="freehand";}};var Ow=[{path:"style.lineColor",label:"Color",kind:"color",group:"line"},{path:"style.lineWidth",label:"Width",kind:"number",min:4,max:60,step:1,group:"line"}],Ts=class extends hi{constructor(){super(...arguments);this.type="highlighter";}schema(){return {fields:Ow}}};var Es=class extends _{constructor(){super(...arguments);this.type="circle";}anchorSchema(){return {min:2,max:2,slots:[{role:"center",free:"both"},{role:"edge",free:"both"}]}}geom(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:a,cy:o,r:Math.hypot(l-a,s-o)}}hitTest(t,n,i,o){let s=this.geom(i);if(!s||s.r<1)return false;let a=Math.hypot(t-s.cx,n-s.cy);return this.style.fillColor&&a<=s.r?true:Math.abs(a-s.r)<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.geom(t);return n?{x:n.cx-n.r,y:n.cy-n.r,w:n.r*2,h:n.r*2}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...ee,...N]}}};var Ps=class extends te{constructor(){super(...arguments);this.type="rotatedrect";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"w",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.px(t,2);if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=i[0]-n[0],a=i[1]-n[1],l=Math.hypot(s,a);if(l<1e-6)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let c=-a/l,d=s/l,u=(o[0]-n[0])*c+(o[1]-n[1])*d,h=c*u,p=d*u,m=n,f=i,g=[i[0]+h,i[1]+p],b=[n[0]+h,n[1]+p];return {segments:[[m[0],m[1],f[0],f[1]],[f[0],f[1],g[0],g[1]],[g[0],g[1],b[0],b[1]],[b[0],b[1],m[0],m[1]]],fill:[m,f,g,b]}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),...ee,...N]}}};var Ls=class extends Jt{constructor(){super(...arguments);this.type="path";}};var jh=40,Ms=class extends te{constructor(){super(...arguments);this.type="arc";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"apex",free:"both"}]}}pinApex(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];t&&n&&i&&(i.time=(t.time+n.time)/2);}onPlaced(){this.pinApex();}constrainHandleDrag(){this.pinApex();}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.anchors[2];if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=t.yOf(o.price,this.paneId);if(s==null)return null;let a=(n[0]+i[0])/2,l=(n[1]+i[1])/2,c=(i[0]-n[0])/2,d=(i[1]-n[1])/2,u=Math.hypot(c,d);if(u<1e-6)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let h=-d/u,p=c/u,m=(s-l)*p;m<0&&(h=-h,p=-p);let f=Math.abs(m),g=[];for(let y=0;y<=jh;y+=1){let v=y/jh*Math.PI,w=Math.cos(v),E=Math.sin(v);g.push([a+w*c+E*f*h,l+w*d+E*f*p]);}let b=[];for(let y=1;y<g.length;y+=1)b.push([g[y-1][0],g[y-1][1],g[y][0],g[y][1]]);return b.push([g[g.length-1][0],g[g.length-1][1],g[0][0],g[0][1]]),{segments:b,fill:g}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),...ee,...N]}}};var qh=40,ks=class extends te{constructor(){super(...arguments);this.type="curve";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"control",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.px(t,2);if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=[];for(let l=0;l<=qh;l+=1){let c=l/qh,d=1-c;s.push([d*d*n[0]+2*d*c*o[0]+c*c*i[0],d*d*n[1]+2*d*c*o[1]+c*c*i[1]]);}let a=[];for(let l=1;l<s.length;l+=1)a.push([s[l-1][0],s[l-1][1],s[l][0],s[l][1]]);return {segments:a,fill:s}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var Fw={head:11,headW:9,stemW:3.5,len:22},En=class extends _{anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}glyphPoints(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);if(n==null)return null;let i=e.xOf(t.time),{head:o,headW:s,stemW:a,len:l}=Fw,c=[[0,0],[-s,o],[-a,o],[-a,l],[a,l],[a,o],[s,o]],d=this.dir(),u=([h,p])=>{switch(d){case "up":return [h,p];case "down":return [h,-p];case "left":return [p,h];default:return [-p,h]}};return c.map(h=>{let[p,m]=u(h);return [i+p,n+m]})}hitTest(e,t,n,i){let o=this.glyphPoints(n);return o!=null&&ct(e,t,o)}handlePoints(e){let t=this.anchors[0];if(!t)return [];let n=e.yOf(t.price,this.paneId);return n==null?[]:[[e.xOf(t.time),n]]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.glyphPoints(e);if(!t)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}priceRange(){let e=this.anchors[0];return e?{min:e.price,max:e.price}:null}schema(){return {fields:[{path:"style.lineColor",label:"Color",kind:"color",group:"line"},...N]}}},pi=class extends En{constructor(){super(...arguments);this.type="arrowmarkup";}dir(){return "up"}},mi=class extends En{constructor(){super(...arguments);this.type="arrowmarkdown";}dir(){return "down"}};var bi=["\u2605","\u2606","\u25CF","\u25C6","\u25B2","\u25BC","\u27A4","\u2691","\u271A","\u2715","\u2764","\u2666"],Is=["small","normal","large","huge"],Zh={small:16,normal:22,large:32,huge:44},Pn=class extends _{constructor(e){super(e),this.glyph||(this.glyph=this.defaultGlyph()),this.size||(this.size="normal");}sizePx(){return Zh[this.size]??Zh.normal}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}center(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);return n==null?null:[e.xOf(t.time),n]}hitTest(e,t,n,i){let o=this.center(n);if(!o)return false;let s=this.sizePx()/2+i;return Math.abs(e-o[0])<=s&&Math.abs(t-o[1])<=s}handlePoints(e){let t=this.center(e);return t?[t]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.center(e);if(!t)return null;let n=this.sizePx();return {x:t[0]-n/2,y:t[1]-n/2,w:n,h:n}}priceRange(){let e=this.anchors[0];return e?{min:e.price,max:e.price}:null}schema(){return {fields:[{path:"glyph",label:"Icon",kind:"select",options:bi.map(e=>({value:e,label:e})),group:"line"},{path:"size",label:"Size",kind:"select",options:Is.map(e=>({value:e,label:e})),group:"line"},{path:"style.lineColor",label:"Color",kind:"color",group:"line"},...N]}}writeProps(){return {glyph:this.glyph,size:this.size}}readProps(e){typeof e.glyph=="string"&&(this.glyph=e.glyph),typeof e.size=="string"&&(this.size=e.size);}},fi=class extends Pn{constructor(){super(...arguments);this.type="flagmark";}defaultGlyph(){return "\u2691"}},gi=class extends Pn{constructor(){super(...arguments);this.type="iconstamp";}defaultGlyph(){return "\u2605"}};var Jh=r=>r==="small"||r==="normal"||r==="large"||r==="huge";function Nw(r){if(!r||typeof r!="object")return null;let e=r;return typeof e.ratio!="number"||typeof e.color!="string"?null:{ratio:e.ratio,color:e.color,enabled:e.enabled!==false,...typeof e.label=="string"&&e.label?{label:e.label}:{}}}var re=class extends _{constructor(e){super(e),this.levels||(this.levels=this.defaultLevels().map(t=>({...t}))),this.numbersSize||(this.numbersSize="small"),this.labelsSize||(this.labelsSize="normal");}fillBands(e){return []}editableLevels(){return this.levels}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}hitTest(e,t,n,i){let o=this.entryLines(n);return o!=null&&o.some(s=>U(e,t,s.x1,s.y1,s.x2,s.y2)<=i)}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}schema(){return {fields:F.filter(e=>e.path!=="style.lineColor")}}writeProps(){return {levels:this.levels.map(e=>({...e})),numbersSize:this.numbersSize,labelsSize:this.labelsSize}}readProps(e){if(Array.isArray(e.levels)){let t=e.levels.map(Nw).filter(n=>n!=null);t.length&&(this.levels=t);}Jh(e.numbersSize)&&(this.numbersSize=e.numbersSize),Jh(e.labelsSize)&&(this.labelsSize=e.labelsSize);}};var cr=class extends re{levelLines(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.xOf(t.time),o=e.xOf(n.time),s=Math.min(i,o),a=Math.max(i,o),l=n.price-t.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.price+d.ratio*l,h=e.yOf(u,this.paneId);h!=null&&c.push({ratio:d.ratio,color:d.color,label:d.label,price:u,x1:s,x2:a,y:h});}return c}entryLines(e){let t=this.levelLines(e);return t?t.map(n=>({color:n.color,label:n.label,x1:n.x1,y1:n.y,x2:n.x2,y2:n.y,numberText:`${n.ratio} (${n.price.toFixed(2)})`,numberX:n.x1+4,numberY:n.y-7,numberAlign:"left",labelX:(n.x1+n.x2)/2,labelY:n.y-7})):null}fillBands(e){let t=this.levelLines(e);if(!t)return [];let n=[];for(let i=1;i<t.length;i+=1){let o=t[i-1],s=t[i];n.push({color:s.color,x:o.x1,y:Math.min(o.y,s.y),w:o.x2-o.x1,h:Math.abs(s.y-o.y)});}return n}priceRange(){let e=this.anchors[0],t=this.anchors[1];if(!e||!t)return null;let n=t.price-e.price,i=this.levels.filter(o=>o.enabled).map(o=>e.price+o.ratio*n);return i.length===0?null:{min:Math.min(...i),max:Math.max(...i)}}};var Ln=Pe,ut=X,ht=vn,Mn="#4caf50",Qt=q,Ot=It,kn="#9c27b0",Vw="#e91e63",Sc="#26a69a",_w="#ab47bc",Bw="#ef5350",Qh="#ffb74d",Hw="#38c0fd",As="#b2b5be",dr=[Hw,Ot,Qt,Mn,ht,ut,Vw,kn,Ln,Sc,_w,Bw];function ep(r){return dr[(r%dr.length+dr.length)%dr.length]}var zw=[[0,Ln],[.125,ut],[.236,ut],[.25,ut],[.382,ht],[.5,Mn],[.618,Qt],[.75,Ot],[.786,Ot],[1,Ln],[1.272,Ot],[1.382,ht],[1.618,ut],[2,Ln],[2.382,ht],[2.618,ht],[3,Ln],[4.236,Mn],[6.854,Qt],[11.09,Ot]];function $w(r,e=0){return zw.find(([t])=>t===r)?.[1]??ep(e)}function ne(r){return r.map((e,t)=>{let n=typeof e=="number"?{ratio:e}:e;return {ratio:n.ratio,color:n.color??$w(n.ratio,t),enabled:n.enabled!==false,...n.label?{label:n.label}:{}}})}function tp(r,e=r){return Array.from({length:r},(t,n)=>({ratio:n+1,color:ep(n),enabled:n<e,label:String(n+1)}))}var Ww=ne([0,.236,.382,.5,.618,.786,1]),Rs=class extends cr{constructor(){super(...arguments);this.type="fibretracement";}defaultLevels(){return Ww}};var Gw=ne([0,.382,.618,1,1.272,1.618,{ratio:2.618,color:kn}]),Ds=class extends cr{constructor(){super(...arguments);this.type="fibextension";}defaultLevels(){return Gw}};var Uw=ne([0,.382,.5,.618,1,1.618,{ratio:2.618,color:kn}]),Os=class extends re{constructor(){super(...arguments);this.type="fibextensiontrend";}anchorSchema(){return {min:3,max:3,slots:[{role:"a",free:"both"},{role:"b",free:"both"},{role:"c",free:"both"}]}}defaultLevels(){return Uw}entryLines(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=i.price-n.price,a=[t.xOf(n.time),t.xOf(i.time),t.xOf(o.time)],l=Math.min(...a),c=Math.max(...a),d=[];for(let u of this.levels){if(!u.enabled)continue;let h=o.price+u.ratio*s,p=t.yOf(h,this.paneId);p!=null&&d.push({color:u.color,label:u.label,x1:l,y1:p,x2:c,y2:p,numberText:`${u.ratio} (${h.toFixed(2)})`,numberX:l+4,numberY:p-7,numberAlign:"left",labelX:(l+c)/2,labelY:p-7});}return d}priceRange(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n||!i)return null;let o=n.price-t.price,s=this.levels.filter(a=>a.enabled).map(a=>i.price+a.ratio*o);return s.push(t.price,n.price,i.price),{min:Math.min(...s),max:Math.max(...s)}}};var Yw=ne([.236,.382,.5,.618,.786,1]),Fs=class extends re{constructor(){super(...arguments);this.type="fibfan";}defaultLevels(){return Yw}fanLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.yOf(n.price,this.paneId);if(s==null)return null;let a=t.xOf(i.time),l=i.price-n.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.yOf(n.price+d.ratio*l,this.paneId);if(u==null)continue;let[h,p,m,f]=se(o,s,a,u,"right",t.width,t.height);c.push({ratio:d.ratio,color:d.color,label:d.label,x1:h,y1:p,x2:m,y2:f,labelX:a+5,labelY:u});}return c}entryLines(t){let n=this.fanLines(t);return n?n.map(i=>({color:i.color,label:i.label,x1:i.x1,y1:i.y1,x2:i.x2,y2:i.y2,numberText:String(i.ratio),numberX:i.labelX,numberY:i.labelY,numberAlign:"left",labelX:i.labelX,labelY:i.labelY+13})):null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var Kw=[0,1,2,3,5,8,13,21,34].map(r=>({ratio:r,color:R,enabled:true})),Ns=class extends re{constructor(){super(...arguments);this.type="fibtimezones";}defaultLevels(){return Kw}zoneLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=i.time-n.time;if(Math.abs(o)<1e-9)return null;let s=[];for(let a of this.levels)a.enabled&&s.push({n:a.ratio,color:a.color,label:a.label,x:t.xOf(n.time+a.ratio*o)});return s}entryLines(t){let n=this.zoneLines(t);if(!n)return null;let i=t.height;return n.map(o=>({color:o.color,label:o.label,x1:o.x,y1:0,x2:o.x,y2:i,numberText:String(o.n),numberX:o.x,numberY:9,numberAlign:"center",labelX:o.x,labelY:24}))}priceRange(){return null}timeExtent(){return null}};var Xw=ne([0,.236,.382,.5,.618,.786,1,1.618,2.618]),Vs=class extends re{constructor(){super(...arguments);this.type="fibchannel";}defaultLevels(){return Xw}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"offset",free:"both"}]}}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time),c=0,d=0,u=this.anchors[2];if(u){let p=t.yOf(u.price,this.paneId);if(p==null)return null;c=t.xOf(u.time)-a,d=p-o;}let h=[];for(let p of this.levels){if(!p.enabled)continue;let m=p.ratio*c,f=p.ratio*d,g=l+m,b=s+f;h.push({color:p.color,label:p.label,x1:a+m,y1:o+f,x2:g,y2:b,numberText:String(p.ratio),numberX:g+5,numberY:b,numberAlign:"left",labelX:g+5,labelY:b+13});}return h}priceRange(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n)return null;let o=i?i.price-t.price:0,s=1/0,a=-1/0;for(let l of this.levels)if(l.enabled)for(let c of [t.price,n.price]){let d=c+l.ratio*o;d<s&&(s=d),d>a&&(a=d);}return s<=a?{min:s,max:a}:null}};var jw=ne([0,.236,.382,.5,.618,.786,1]),_s=class extends re{constructor(){super(...arguments);this.type="fibspeedfan";}defaultLevels(){return jw}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),c=t.xOf(i.time)-a,d=s-o,u=c>=0?"right":"left",h=t.width,p=t.height,m=[];for(let f of this.levels){if(!f.enabled)continue;let g=a+c,b=o+d*f.ratio,y=se(a,o,g,b,u,h,p);if(m.push({color:f.color,label:f.label,x1:y[0],y1:y[1],x2:y[2],y2:y[3],numberText:String(f.ratio),numberX:u==="right"?g+5:g-5,numberY:b,numberAlign:u==="right"?"left":"right",labelX:g,labelY:b}),f.ratio===1)continue;let v=a+c*f.ratio,w=o+d,E=se(a,o,v,w,u,h,p);m.push({color:f.color,label:f.label,x1:E[0],y1:E[1],x2:E[2],y2:E[3],numberText:String(f.ratio),numberX:v,numberY:w+(d>=0?12:-12),numberAlign:"center",labelX:v,labelY:w+12});}return m}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var qw=ne([0,.382,{ratio:.5,enabled:false},.618,1,1.382,1.618,2,2.382,2.618,3]),Bs=class extends re{constructor(){super(...arguments);this.type="trendfibtime";}defaultLevels(){return qw}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"p3",free:"both"}]}}entryLines(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=i.time-n.time;if(Math.abs(s)<1e-9)return null;let a=t.height,l=[];for(let c of this.levels){if(!c.enabled)continue;let d=t.xOf(o.time+c.ratio*s);l.push({color:c.color,label:c.label,x1:d,y1:0,x2:d,y2:a,numberText:String(c.ratio),numberX:d,numberY:9,numberAlign:"center",labelX:d,labelY:24});}return l}priceRange(){return null}timeExtent(){return null}};function Zw(r,e,t){if(t-e>=Math.PI*2-.001)return true;let n=r-e,i=Math.PI*2;for(;n<0;)n+=i;for(;n>=i;)n-=i;return n<=t-e+1e-6}var Je=class extends re{boundingLines(e){return []}entryLines(e){return []}hitTest(e,t,n,i){let o=this.radial(n);if(o){let s=Math.hypot(e-o.cx,t-o.cy),a=Math.atan2(t-o.cy,e-o.cx);if(Zw(a,o.a0,o.a1)){for(let l of this.levels)if(l.enabled&&Math.abs(s-o.R0*l.ratio)<=i)return true}}return this.boundingLines(n).some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i)}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}};var Jw=ne([.236,.382,.5,.618,.786,1,1.618,2.618]),Hs=class extends Je{constructor(){super(...arguments);this.type="fibcircles";}defaultLevels(){return Jw}radial(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:a,cy:o,R0:Math.hypot(l-a,s-o),a0:0,a1:Math.PI*2}}};var Qw=ne([.236,.382,.5,.618,.786,1,1.618,2.618]),zs=class extends Je{constructor(){super(...arguments);this.type="fibarcs";}defaultLevels(){return Qw}pts(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{cx:t.xOf(n.time),cy:o,ex:t.xOf(i.time),ey:s}}radial(t){let n=this.pts(t);if(!n)return null;let i=Math.hypot(n.ex-n.cx,n.ey-n.cy),o=Math.atan2(n.ey-n.cy,n.ex-n.cx);return {cx:n.cx,cy:n.cy,R0:i,a0:o-Math.PI/2,a1:o+Math.PI/2}}boundingLines(t){let n=this.pts(t);return n?[[n.cx,n.cy,n.ex,n.ey]]:[]}};var ex=ne([.236,.382,.5,.618,.786,1]),$s=class extends Je{constructor(){super(...arguments);this.type="fibwedge";}defaultLevels(){return ex}anchorSchema(){return {min:3,max:3,slots:[{role:"apex",free:"both"},{role:"radius",free:"both"},{role:"angle",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}radial(t){let n=this.px(t,0),i=this.px(t,1),o=this.px(t,2);if(!n||!i||!o)return null;let s=Math.hypot(i[0]-n[0],i[1]-n[1]);if(s<1)return null;let a=Math.atan2(i[1]-n[1],i[0]-n[0]),l=Math.atan2(o[1]-n[1],o[0]-n[0]),c=Math.min(a,l),d=Math.max(a,l);return d-c>Math.PI&&([c,d]=[d,c+Math.PI*2]),{cx:n[0],cy:n[1],R0:s,a0:c,a1:d}}boundingLines(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return [];let o=[[n[0],n[1],i[0],i[1]]],s=this.px(t,2);if(s){let a=Math.hypot(i[0]-n[0],i[1]-n[1]),l=Math.hypot(s[0]-n[0],s[1]-n[1]);l>1e-6&&o.push([n[0],n[1],n[0]+(s[0]-n[0])/l*a,n[1]+(s[1]-n[1])/l*a]);}return o}};var tx=1.6180339887,np=Math.log(tx)/(Math.PI/2),nx=Math.PI/64,rx=Math.PI,ix=.5,In=class extends _{constructor(){super(...arguments);this.type="fibspiral";}anchorSchema(){return {min:2,max:2,slots:[{role:"center",free:"both"},{role:"edge",free:"both"}]}}spiralPoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time),c=Math.hypot(l-a,s-o);if(c<1)return null;let d=Math.atan2(s-o,l-a),u=Math.max(Math.log(ix/c)/np,-8*Math.PI*2),h=[];for(let p=u;p<=rx;p+=nx){let m=c*Math.exp(np*p),f=d+p;h.push([a+m*Math.cos(f),o+m*Math.sin(f)]);}return h}hitTest(t,n,i,o){let s=this.spiralPoints(i);return s!=null&&s.length>=2&&ar(t,n,s)<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.handlePoints(t);if(n.length<2)return null;let i=n.map(l=>l[0]),o=n.map(l=>l[1]),s=Math.min(...i),a=Math.min(...o);return {x:s,y:a,w:Math.max(...i)-s,h:Math.max(...o)-a}}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...N]}}};var ox=ne([{ratio:.125,color:ut,label:"1/8"},{ratio:.25,color:ht,label:"1/4"},{ratio:.333,color:Qh,label:"1/3"},{ratio:.5,color:Mn,label:"1/2"},{ratio:1,color:As,label:"1/1"},{ratio:2,color:Qt,label:"2/1"},{ratio:3,color:Ot,label:"3/1"},{ratio:4,color:Sc,label:"4/1"},{ratio:8,color:kn,label:"8/1"}]),Ws=class extends re{constructor(){super(...arguments);this.type="gannfan";}defaultLevels(){return ox}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.yOf(n.price,this.paneId);if(s==null)return null;let a=t.xOf(i.time),l=i.price-n.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.yOf(n.price+l*d.ratio,this.paneId);if(u==null)continue;let[h,p,m,f]=se(o,s,a,u,"right",t.width,t.height);c.push({color:d.color,x1:h,y1:p,x2:m,y2:f,numberText:d.label??String(d.ratio),numberX:a+5,numberY:u,numberAlign:"left",labelX:a+5,labelY:u});}return c}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var sx=ne([0,.25,.382,.5,.618,.75,1].map(r=>({ratio:r,label:String(r)}))),Gs=class extends re{constructor(){super(...arguments);this.type="gannbox";}defaultLevels(){return sx}corners(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.xOf(i.time),a=t.yOf(n.price,this.paneId),l=t.yOf(i.price,this.paneId);return a==null||l==null?null:{c1:n,c2:i,left:Math.min(o,s),right:Math.max(o,s),top:Math.min(a,l),bot:Math.max(a,l)}}entryLines(t){let n=this.corners(t);if(!n)return null;let{c1:i,c2:o,left:s,right:a,top:l,bot:c}=n,d=[];for(let h of this.levels){if(!h.enabled)continue;let p=t.yOf(i.price+h.ratio*(o.price-i.price),this.paneId);p!=null&&d.push({color:h.color,x1:s,y1:p,x2:a,y2:p,numberText:h.label??String(h.ratio),numberX:s-5,numberY:p,numberAlign:"right",labelX:s,labelY:p});let m=t.xOf(i.time+h.ratio*(o.time-i.time));d.push({color:h.color,x1:m,y1:l,x2:m,y2:c,numberText:"",numberX:m,numberY:l,numberAlign:"center",labelX:m,labelY:l});}let u=this.levels.find(h=>h.ratio===1)?.color??Ln;return d.push({color:u,x1:s,y1:l,x2:a,y2:c,numberText:"",numberX:0,numberY:0,numberAlign:"left",labelX:0,labelY:0}),d.push({color:u,x1:s,y1:c,x2:a,y2:l,numberText:"",numberX:0,numberY:0,numberAlign:"left",labelX:0,labelY:0}),d}hitTest(t,n,i,o){let s=this.corners(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var ax=ne([0,.25,.382,.5,.618,.75,1].map(r=>({ratio:r,label:String(r)}))),lx=[{label:"3x1",x:3,y:1,color:ut},{label:"2x1",x:2,y:1,color:ht},{label:"1x1",x:1,y:1,color:As},{label:"1x2",x:1,y:2,color:Qt},{label:"1x3",x:1,y:3,color:Ot}],Cc=[{k:.25,color:ut},{k:.5,color:ht},{k:.75,color:Mn},{k:1,color:Qt}],An=class extends re{constructor(){super(...arguments);this.type="gannsquare";}defaultLevels(){return ax}box(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {ox:a,oy:o,bx:l-a,py:s-o,left:Math.min(a,l),top:Math.min(o,s),right:Math.max(a,l),bot:Math.max(o,s)}}arcGeom(t){let n=this.box(t);return n?{ox:n.ox,oy:n.oy,bx:n.bx,py:n.py}:null}entryLines(t){let n=this.box(t);if(!n)return null;let i=this.anchors[0],o=this.anchors[1],s=[];for(let a of this.levels){if(!a.enabled)continue;let l=t.yOf(i.price+a.ratio*(o.price-i.price),this.paneId);l!=null&&s.push({color:a.color,x1:n.left,y1:l,x2:n.right,y2:l,numberText:a.label??String(a.ratio),numberX:n.left-5,numberY:l,numberAlign:"right",labelX:n.left,labelY:l});let c=t.xOf(i.time+a.ratio*(o.time-i.time));s.push({color:a.color,x1:c,y1:n.top,x2:c,y2:n.bot,numberText:"",numberX:c,numberY:n.top,numberAlign:"center",labelX:c,labelY:n.top});}for(let a of lx){let l,c;a.x>a.y?(l=n.ox+n.bx,c=n.oy+a.y/a.x*n.py):(c=n.oy+n.py,l=n.ox+a.x/a.y*n.bx),s.push({color:a.color,x1:n.ox,y1:n.oy,x2:l,y2:c,numberText:a.label,numberX:l+4,numberY:c,numberAlign:"left",labelX:l+4,labelY:c});}return s}hitTest(t,n,i,o){let s=this.box(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var Tc=[4,8,12,16,24,32,48,64],cx=24,dx=.75;function rp(r,e){if(!Number.isInteger(r)||!Number.isInteger(e)||e<=0)return false;let t=r*r-1;return e%2===1?t%e===0:e%8===0?t%e!==0?false:t/e%2!==0:false}function ip(r){let e=[];for(let t=0;t<r;t+=1)rp(t,r)&&e.push(t);return e}var Rn=class extends _{constructor(t){super(t);this.type="dedekind";this.maxCurvature===void 0&&(this.maxCurvature=cx);}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}box(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=Math.min(t.xOf(n.time),t.xOf(i.time)),l=Math.max(t.xOf(n.time),t.xOf(i.time)),c=Math.min(o,s),d=Math.max(o,s),u=l-a,h=d-c;if(u<1||h<1)return null;let p=h,m=u/p;return {left:a,right:l,top:c,bot:d,unitPx:p,x0:0,realSpan:m}}geodesics(t){let n=this.box(t);if(!n)return null;let{left:i,top:o,bot:s,unitPx:a,x0:l,realSpan:c}=n,d=Math.max(1,Math.min(64,Math.round(this.maxCurvature))),u=l-1/d,h=l+c+1/d,p=i+c*a,m=[],f=Math.floor(u*2),g=Math.ceil(h*2);for(let b=f;b<=g;b+=1){if(b%2===0)continue;let y=i+(b/2-l)*a;y<i-.5||y>p+.5||m.push({kind:"vline",x:y,y0:s,y1:o});}for(let b=1;b<=d;b+=1){let y=1/b,v=y*a;if(v<dx)continue;let w=ip(b);if(w.length===0)continue;let E=Math.floor(u)-1,x=Math.ceil(h)+1;for(let S=E;S<=x;S+=1)for(let P of w){let k=P/b+S;if(k+y<u||k-y>h)continue;let T=i+(k-l)*a;T+v<i-1||T-v>p+1||m.push({kind:"arc",cx:T,cy:s,r:v});}}return m}hitTest(t,n,i,o){let s=this.box(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}handlePoints(t){let n=this.box(t);return n?[[n.left,n.top],[n.right,n.bot]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.box(t);return n?{x:n.left,y:n.top,w:n.right-n.left,h:n.bot-n.top}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"maxCurvature",label:"Max curvature",kind:"number",min:4,max:64,step:4,group:"behavior"},...N]}}writeProps(){return {maxCurvature:this.maxCurvature}}readProps(t){typeof t.maxCurvature=="number"&&Number.isFinite(t.maxCurvature)&&(this.maxCurvature=Math.max(1,Math.min(64,Math.round(t.maxCurvature))));}};var Ec=[3,4,5,6,8,10,12],Pc=[1.5,2,2.5,3,4,5],Us=6,ux=2;function Lc(r=Us){return [...tp(dr.length,r)]}function hx(r){if(!r||typeof r!="object")return null;let e=r;return typeof e.ratio!="number"||typeof e.color!="string"?null:{ratio:e.ratio,color:e.color,enabled:e.enabled!==false,...typeof e.label=="string"&&e.label?{label:e.label}:{}}}var ur={path:"showRatios",label:"Show ratios",kind:"boolean",group:"behavior"},De=class extends _{constructor(e){super(e),this.waveCount===void 0&&(this.waveCount=Us),this.showRatios===void 0&&(this.showRatios=true);let t=Array.isArray(e.props?.levels);this.levels||(this.levels=this.defaultLevels().map(n=>({...n}))),!t&&this.shouldSyncWaveCount()&&this.syncLevelsToWaveCount();}shouldSyncWaveCount(){return true}syncLevelsToWaveCount(){let e=Math.max(1,Math.min(this.levels.length,Math.round(this.waveCount)));this.waveCount=e;for(let t=0;t<this.levels.length;t+=1)this.levels[t].enabled=t<e;}editableLevels(){return this.levels}anchorSchema(){return {min:2,max:2,slots:[{role:"d1",free:"both"},{role:"d2",free:"both"}]}}geom(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);if(i==null||o==null)return null;let s=e.xOf(t.time),a=e.xOf(n.time),l=(s+a)/2,c=(i+o)/2,d=Math.hypot(a-s,o-i)/2;if(d<1)return null;let u=a-s,h=o-i,p=Math.hypot(u,h);p<1e-9?(u=1,h=0):(u/=p,h/=p);let m=this.levels.filter(x=>x.enabled&&x.ratio>0).slice().sort((x,S)=>x.ratio-S.ratio);if(m.length===0)return null;let f=Math.max(1,this.machNumber()),g=[];for(let x of m){let S=x.ratio*d;g.push({cx:l+f*(S-d)*u,cy:c+f*(S-d)*h,r:S,color:x.color,ratio:x.ratio});}let b=l-f*d*u,y=c-f*d*h,v=g[g.length-1].r,w=f*v+2*d,E=[];if(f<=1+1e-9){let x=-h,S=u;E.push([b-x*w,y-S*w,b+x*w,y+S*w]);}else {let x=Math.asin(1/f),S=Math.cos(x),P=Math.sin(x),k=(I,V,Y)=>[I*S-V*Y*P,I*Y*P+V*S],[T,M]=k(u,h,1),[L,C]=k(u,h,-1);E.push([b,y,b+T*w,y+M*w]),E.push([b,y,b+L*w,y+C*w]);}return {c0x:l,c0y:c,R:d,fx:u,fy:h,noseX:b,noseY:y,circles:g,rays:E}}hitTest(e,t,n,i){let o=this.geom(n);if(!o)return false;for(let s of o.circles)if(Math.abs(Math.hypot(e-s.cx,t-s.cy)-s.r)<=i)return true;return o.rays.some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i)}handlePoints(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return [];let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?[]:[[e.xOf(t.time),i],[e.xOf(n.time),o]]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.geom(e);if(!t)return null;let n=t.noseX,i=t.noseX,o=t.noseY,s=t.noseY;for(let a of t.circles)n=Math.min(n,a.cx-a.r),i=Math.max(i,a.cx+a.r),o=Math.min(o,a.cy-a.r),s=Math.max(s,a.cy+a.r);for(let a of t.rays)n=Math.min(n,a[0],a[2]),i=Math.max(i,a[0],a[2]),o=Math.min(o,a[1],a[3]),s=Math.max(s,a[1],a[3]);return {x:n,y:o,w:i-n,h:s-o}}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}applySettings(e){if(super.applySettings(e),Object.prototype.hasOwnProperty.call(e,"waveCount")&&typeof this.waveCount=="number"){let t=Math.max(1,Math.min(this.levels.length,Math.round(this.waveCount)));this.waveCount=t;for(let n=0;n<this.levels.length;n+=1)this.levels[n].enabled=n<t;}}schema(){return {fields:[...F,{path:"waveCount",label:"Waves",kind:"number",min:3,max:12,step:1,group:"behavior"},ur,...N]}}writeProps(){return {waveCount:this.waveCount,showRatios:this.showRatios,levels:this.levels.map(e=>({...e}))}}readProps(e){if(typeof e.waveCount=="number"&&Number.isFinite(e.waveCount)&&(this.waveCount=Math.max(2,Math.min(12,Math.round(e.waveCount)))),typeof e.showRatios=="boolean"&&(this.showRatios=e.showRatios),Array.isArray(e.levels)){let t=e.levels.map(hx).filter(n=>n!=null);t.length&&(this.levels=t);}}},vi=class extends De{constructor(){super(...arguments);this.type="sonic";}defaultLevels(){return Lc(Us)}machNumber(){return 1}},yi=class extends De{constructor(t){super(t);this.type="supersonic";this.mach===void 0&&(this.mach=ux);}defaultLevels(){return Lc(Us)}machNumber(){return Math.max(1.01,this.mach)}schema(){return {fields:[...F,{path:"mach",label:"Mach number",kind:"number",min:1.5,max:5,step:.5,group:"behavior"},{path:"waveCount",label:"Waves",kind:"number",min:3,max:12,step:1,group:"behavior"},ur,...N]}}writeProps(){return {...super.writeProps(),mach:this.mach}}readProps(t){super.readProps(t),typeof t.mach=="number"&&Number.isFinite(t.mach)&&(this.mach=Math.max(1.01,Math.min(20,t.mach)));}};var op=ne([.236,.382,.5,.618,.786,1,1.618,2.618,4.236,6.854,11.09]),px=2,Ys=class extends De{constructor(){super(...arguments);this.type="goldensonic";}shouldSyncWaveCount(){return false}defaultLevels(){return op}machNumber(){return 1}schema(){return {fields:[...F,ur,...N]}}},Ks=class extends De{constructor(t){super(t);this.type="goldensupersonic";this.mach===void 0&&(this.mach=px);}shouldSyncWaveCount(){return false}defaultLevels(){return op}machNumber(){return Math.max(1.01,this.mach)}schema(){return {fields:[...F,{path:"mach",label:"Mach number",kind:"number",min:1.5,max:5,step:.5,group:"behavior"},ur,...N]}}writeProps(){return {...super.writeProps(),mach:this.mach}}readProps(t){super.readProps(t),typeof t.mach=="number"&&Number.isFinite(t.mach)&&(this.mach=Math.max(1.01,Math.min(20,t.mach)));}};var be=class extends _{legRatios(){return false}fillTriangles(){return []}necklineIndices(){return null}anchorSchema(){let e=this.vertexLabels().length,t=[];for(let n=0;n<e;n+=1)t.push({role:`p${n}`,free:"both"});return {min:e,max:e,slots:t}}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitTest(e,t,n,i){let o=this.handlePoints(n);return o.length>=2&&ar(e,t,o)<=i}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}patternName(){return null}ratioOk(e){return null}valid(){return null}ratioAt(e){let t=this.anchors[e-2],n=this.anchors[e-1],i=this.anchors[e];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-n.price)/o}schema(){return {fields:[...F,...this.fillTriangles().length?ee:[]]}}};var Xs=class extends be{constructor(){super(...arguments);this.type="xabcd";}vertexLabels(){return ["X","A","B","C","D"]}legRatios(){return true}fillTriangles(){return [[0,1,2],[2,3,4]]}};var js=class extends be{constructor(){super(...arguments);this.type="abcd";}vertexLabels(){return ["A","B","C","D"]}legRatios(){return true}};var qs=class extends be{constructor(){super(...arguments);this.type="elliottimpulse";}vertexLabels(){return ["1","2","3","4","5"]}};var Zs=class extends be{constructor(){super(...arguments);this.type="elliottcorrection";}vertexLabels(){return ["A","B","C"]}};var Js=class extends be{constructor(){super(...arguments);this.type="headshoulders";}vertexLabels(){return ["","LS","","H","","RS",""]}necklineIndices(){return [2,4]}};var Oe=class extends be{vertexLabels(){return ["X","A","B","C","D"]}legRatios(){return true}fillTriangles(){return [[0,1,2],[2,3,4]]}legValue(e){let[t,n,i,o,s]=this.anchors;if(!t||!n||!i||!o||!s)return null;let a=(u,h)=>Math.abs(h.price-u.price),l=a(t,n),c=a(n,i),d=a(i,o);switch(e){case "ab":return l<1e-9?null:c/l;case "bc":return c<1e-9?null:d/c;case "cd":return d<1e-9?null:a(o,s)/d;default:return l<1e-9?null:a(n,s)/l}}inBand(e,t){return e!=null&&e>=t.min&&e<=t.max}ratioOk(e){let t=this.ranges();return e===2?this.inBand(this.legValue("ab"),t.ab):e===3?this.inBand(this.legValue("bc"),t.bc):e===4?this.inBand(this.legValue("cd"),t.cd):null}valid(){if(this.anchors.length<5)return null;let e=this.ranges();return this.inBand(this.legValue("ab"),e.ab)&&this.inBand(this.legValue("bc"),e.bc)&&this.inBand(this.legValue("cd"),e.cd)&&this.inBand(this.legValue("ad"),e.ad)}};var Qs=class extends Oe{constructor(){super(...arguments);this.type="gartley";}patternName(){return "Gartley"}ranges(){return {ab:{min:.55,max:.68},bc:{min:.382,max:.886},cd:{min:1.13,max:1.618},ad:{min:.74,max:.83}}}};var ea=class extends Oe{constructor(){super(...arguments);this.type="bat";}patternName(){return "Bat"}ranges(){return {ab:{min:.382,max:.5},bc:{min:.382,max:.886},cd:{min:1.618,max:2.618},ad:{min:.84,max:.92}}}};var ta=class extends Oe{constructor(){super(...arguments);this.type="butterfly";}patternName(){return "Butterfly"}ranges(){return {ab:{min:.74,max:.83},bc:{min:.382,max:.886},cd:{min:1.618,max:2.618},ad:{min:1.272,max:1.618}}}};var na=class extends Oe{constructor(){super(...arguments);this.type="crab";}patternName(){return "Crab"}ranges(){return {ab:{min:.382,max:.618},bc:{min:.382,max:.886},cd:{min:2.618,max:3.618},ad:{min:1.55,max:1.69}}}};var ra=class extends Oe{constructor(){super(...arguments);this.type="shark";}patternName(){return "Shark"}ranges(){return {ab:{min:.382,max:.618},bc:{min:1.13,max:1.618},cd:{min:1.618,max:2.24},ad:{min:.886,max:1.13}}}};var mx={min:1.272,max:1.414},fx={min:.74,max:.83},ia=class extends Oe{constructor(){super(...arguments);this.type="cypher";}patternName(){return "Cypher"}ranges(){return {ab:{min:.382,max:.618},bc:{min:0,max:1/0},cd:{min:0,max:1/0},ad:{min:0,max:1/0}}}xcOverXa(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[3];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-t.price)/o}cdOverXc(){let t=this.anchors[0],n=this.anchors[3],i=this.anchors[4];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-n.price)/o}ratioOk(t){return t===2?this.inBand(this.legValue("ab"),this.ranges().ab):null}valid(){return this.anchors.length<5?null:this.inBand(this.legValue("ab"),this.ranges().ab)&&this.inBand(this.xcOverXa(),mx)&&this.inBand(this.cdOverXc(),fx)}};function sp(r){return `${r>=0?"+":""}${r.toFixed(2)}`}function wi(r){let e=Math.abs(r),t=864e5,n=36e5,i=6e4;if(e>=t){let o=Math.floor(e/t),s=Math.round(e%t/n);return s?`${o}d ${s}h`:`${o}d`}if(e>=n){let o=Math.floor(e/n),s=Math.round(e%n/i);return s?`${o}h ${s}m`:`${o}h`}return e>=i?`${Math.round(e/i)}m`:`${Math.round(e/1e3)}s`}var Dn=class extends _{constructor(e){super(e),this.showPrice===void 0&&(this.showPrice=true),this.showDate===void 0&&(this.showDate=true);}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}measureLabel(e){let t=[];return this.showPrice&&t.push(this.priceLabel()),this.showDate&&t.push(this.timeLabel(e)),t}isUp(){let e=this.anchors[0],t=this.anchors[1];return e!=null&&t!=null&&t.price>=e.price}priceLabel(){let e=this.anchors[0],t=this.anchors[1];if(!e||!t)return "";let n=t.price-e.price,i=e.price!==0?n/e.price*100:0;return `${sp(n)} (${sp(i)}%)`}timeLabel(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return "";let i=wi(n.time-t.time),o=e.barsBetween?Math.round(e.barsBetween(t.time,n.time)):null;return o!=null?`${o} bars, ${i}`:i}rect(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:{x1:e.xOf(t.time),y1:i,x2:e.xOf(n.time),y2:o}}hitTest(e,t,n,i){let o=this.rect(n);return o!=null&&ye(e,t,o.x1,o.y1,o.x2,o.y2,i)}handlePoints(e){let t=this.rect(e);return t?[[t.x1,t.y1],[t.x2,t.y2]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.rect(e);return t?{x:Math.min(t.x1,t.x2),y:Math.min(t.y1,t.y2),w:Math.abs(t.x2-t.x1),h:Math.abs(t.y2-t.y1)}:null}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[{path:"showPrice",label:"Show price",kind:"boolean",group:"behavior"},{path:"showDate",label:"Show date",kind:"boolean",group:"behavior"},...F.filter(e=>e.path!=="style.lineColor"),{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"}]}}writeProps(){return {showPrice:this.showPrice,showDate:this.showDate}}readProps(e){typeof e.showPrice=="boolean"&&(this.showPrice=e.showPrice),typeof e.showDate=="boolean"&&(this.showDate=e.showDate);}};var oa=class extends Dn{constructor(){super(...arguments);this.type="datepricerange";}};var sa=[{value:"long",label:"Long"},{value:"short",label:"Short"}],de=class de extends _{constructor(t){super(t);this.type="position";this.riskPercent===void 0&&(this.riskPercent=de.DEFAULT_RISK_PERCENT),this.accountBalance===void 0&&(this.accountBalance=de.DEFAULT_ACCOUNT_BALANCE),this.showText===void 0&&(this.showText=true),this.showHeader===void 0&&(this.showHeader=true),this.showPrices===void 0&&(this.showPrices=false),this.showLossSize===void 0&&(this.showLossSize=true),this.showTargetLabel===void 0&&(this.showTargetLabel=true),this.showStopLabel===void 0&&(this.showStopLabel=true),this.profitColor===void 0&&(this.profitColor=de.DEFAULT_PROFIT_COLOR),this.lossColor===void 0&&(this.lossColor=de.DEFAULT_LOSS_COLOR);}directionLabel(){let t=this.prices();return t&&t.target>=t.entry?"LONG":"SHORT"}get direction(){return this.directionLabel()==="LONG"?"long":"short"}set direction(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];!n||!i||!o||(t==="long"||t==="short")&&t!==this.direction&&(i.price=2*n.price-i.price,o.price=2*n.price-o.price);}get quantity(){return this.positionSize()}set quantity(t){let n=this.prices();if(!n||!Number.isFinite(t)||t<0)return;let i=Math.abs(n.entry-n.stop);i<1e-9||this.accountBalance<=0||(this.riskPercent=t*i/this.accountBalance*100);}get entryPrice(){return this.anchors[0]?.price??0}set entryPrice(t){let n=this.anchors[0];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(0));}get stopPrice(){return this.anchors[1]?.price??0}set stopPrice(t){let n=this.anchors[1];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(1));}get targetPrice(){return this.anchors[2]?.price??0}set targetPrice(t){let n=this.anchors[2];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(2));}anchorSchema(){return {min:2,max:2,slots:[{role:"entry",free:"both"},{role:"stop",free:"both"},{role:"target",free:"both"}]}}onPlaced(t){let n=this.anchors[0];if(!n)return;let i=t.xOf(n.time),o=t.yOf(n.price,this.paneId);if(o==null)return;let s=this.anchors[1],a=s?t.yOf(s.price,this.paneId):null,l,c;s&&a!=null&&Math.abs(a-o)>=de.MIN_DRAG_PX?(l=a,c=i+Math.max(Math.abs(t.xOf(s.time)-i),de.MIN_WIDTH_PX)):(l=o-de.DEFAULT_RISK_PX*de.DEFAULT_RR,c=i+de.DEFAULT_WIDTH_PX);let d=o-(l-o)/de.DEFAULT_RR,u=t.pxToPoint(c,o,this.paneId).time;this.anchors=[{time:n.time,price:n.price},{time:u,price:t.pxToPoint(i,d,this.paneId).price},{time:u,price:t.pxToPoint(i,l,this.paneId).price}];}constrainHandleDrag(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return;let s=Math.sign(i.price-n.price),a=Math.sign(o.price-n.price);s===0||a===0||s!==a||(t===2?i.price=2*n.price-i.price:o.price=2*n.price-o.price);}resolved(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;if(this.anchors[2])return [t,n,this.anchors[2]];let i={time:n.time,price:t.price-(n.price-t.price)/de.DEFAULT_RR};return [t,i,n]}prices(){let t=this.resolved();return t?{entry:t[0].price,stop:t[1].price,target:t[2].price}:null}rr(){let t=this.prices();if(!t)return 0;let n=Math.abs(t.entry-t.stop);return n<1e-9?0:Math.abs(t.target-t.entry)/n}rewardPct(){let t=this.prices();return t&&t.entry!==0?Math.abs(t.target-t.entry)/t.entry*100:0}riskPct(){let t=this.prices();return t&&t.entry!==0?Math.abs(t.entry-t.stop)/t.entry*100:0}dollarLoss(){return Math.max(0,this.accountBalance)*(Math.max(0,this.riskPercent)/100)}positionSize(){let t=this.prices();if(!t)return 0;let n=Math.abs(t.entry-t.stop);return n<1e-9?0:this.dollarLoss()/n}headerLabel(){return `${this.directionLabel()} \xB7 R:R ${this.rr().toFixed(2)}`}lossSizeLabel(){return `Loss $${gx(this.dollarLoss())} \xB7 Size ${bx(this.positionSize())}`}targetLabel(){let t=this.prices(),n=this.showPrices&&t?` @ ${ap(t.target)}`:"";return `Target +${this.rewardPct().toFixed(2)}%${n}`}stopLabel(){let t=this.prices(),n=this.showPrices&&t?` @ ${ap(t.stop)}`:"";return `Stop \u2212${this.riskPct().toFixed(2)}%${n}`}levelDisplayValue(t,n){let i=this.prices();if(!i)return 0;let o=t==="stop"?i.stop:i.target;return lp(n==="price"?o:Math.abs(o-i.entry))}levelPriceFromDisplay(t,n,i){let o=this.prices();if(!o||n==="price")return i;let s=t==="stop"?o.stop:o.target,a=Math.sign(s-o.entry);return a===0&&(a=(t==="target"?1:-1)*(this.direction==="long"?1:-1)),o.entry+a*Math.abs(i)}box(t){let n=this.handlePoints(t);if(n.length<3)return null;let i=n.map(o=>o[0]);return {x1:Math.min(...i),x2:Math.max(...i),ey:n[0][1],sy:n[1][1],ty:n[2][1]}}layout(t){return this.box(t)}hitTest(t,n,i,o){let s=this.box(i);if(!s)return false;let a=Math.min(s.ey,s.sy,s.ty),l=Math.max(s.ey,s.sy,s.ty);return ye(t,n,s.x1,a,s.x2,l,o)}handlePoints(t){let n=this.resolved();if(!n)return [];let i=[];for(let o of n){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.box(t);if(!n)return null;let i=Math.min(n.ey,n.sy,n.ty);return {x:n.x1,y:i,w:n.x2-n.x1,h:Math.max(n.ey,n.sy,n.ty)-i}}priceRange(){let t=this.resolved();if(!t)return null;let n=t.map(i=>i.price);return {min:Math.min(...n),max:Math.max(...n)}}schema(){return {fields:[{path:"riskPercent",label:"Risk %",kind:"number",min:0,max:100,step:.1,group:"behavior"},{path:"accountBalance",label:"Account balance",kind:"number",min:0,max:1e12,step:1,group:"behavior"},{path:"quantity",label:"Position size",kind:"number",group:"behavior"},{path:"direction",label:"Direction",kind:"select",options:sa,group:"behavior"},{path:"entryPrice",label:"Entry price",kind:"number",group:"behavior"},{path:"stopPrice",label:"Stop price",kind:"number",group:"behavior"},{path:"targetPrice",label:"Target price",kind:"number",group:"behavior"},{path:"showText",label:"Show text",kind:"boolean",group:"behavior"},{path:"showHeader",label:"Show direction & ratio",kind:"boolean",group:"behavior"},{path:"showLossSize",label:"Show loss & size",kind:"boolean",group:"behavior"},{path:"showTargetLabel",label:"Show target label",kind:"boolean",group:"behavior"},{path:"showStopLabel",label:"Show stop label",kind:"boolean",group:"behavior"},{path:"showPrices",label:"Show level prices",kind:"boolean",group:"behavior"},{path:"profitColor",label:"Profit zone",kind:"color",group:"fill"},{path:"lossColor",label:"Loss zone",kind:"color",group:"fill"},...F.filter(t=>t.path!=="style.lineColor"),{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"}]}}writeProps(){return {riskPercent:this.riskPercent,accountBalance:this.accountBalance,showText:this.showText,showHeader:this.showHeader,showPrices:this.showPrices,showLossSize:this.showLossSize,showTargetLabel:this.showTargetLabel,showStopLabel:this.showStopLabel,profitColor:this.profitColor,lossColor:this.lossColor}}readProps(t){typeof t.riskPercent=="number"&&Number.isFinite(t.riskPercent)&&(this.riskPercent=t.riskPercent),typeof t.accountBalance=="number"&&Number.isFinite(t.accountBalance)&&(this.accountBalance=t.accountBalance),typeof t.showText=="boolean"&&(this.showText=t.showText),typeof t.showHeader=="boolean"&&(this.showHeader=t.showHeader),typeof t.showPrices=="boolean"&&(this.showPrices=t.showPrices),typeof t.showLossSize=="boolean"&&(this.showLossSize=t.showLossSize),typeof t.showTargetLabel=="boolean"&&(this.showTargetLabel=t.showTargetLabel),typeof t.showStopLabel=="boolean"&&(this.showStopLabel=t.showStopLabel),typeof t.profitColor=="string"&&(this.profitColor=t.profitColor),typeof t.lossColor=="string"&&(this.lossColor=t.lossColor);}};de.DEFAULT_RR=2,de.MIN_DRAG_PX=6,de.DEFAULT_RISK_PX=64,de.DEFAULT_WIDTH_PX=150,de.MIN_WIDTH_PX=48,de.DEFAULT_RISK_PERCENT=1,de.DEFAULT_ACCOUNT_BALANCE=1e4,de.DEFAULT_PROFIT_COLOR=Zo,de.DEFAULT_LOSS_COLOR=Jo;var We=de;function gx(r){if(!Number.isFinite(r))return "0";let e=Math.round(r*100)/100;return Number.isInteger(e)?String(e):e.toFixed(2)}function bx(r){return !Number.isFinite(r)||r===0?"0":r>=100?r.toFixed(2):r>=1?r.toFixed(4).replace(/\.?0+$/,""):r.toPrecision(4).replace(/\.?0+$/,"")}function ap(r){return Number.isFinite(r)?Math.abs(r)>=1?r.toFixed(2):r.toPrecision(4).replace(/\.?0+$/,""):"0"}function lp(r){return Math.round(r*1e8)/1e8}var On=[{value:"auto",label:"Auto",ms:0},{value:"1",label:"1m",ms:6e4},{value:"5",label:"5m",ms:3e5},{value:"15",label:"15m",ms:9e5},{value:"30",label:"30m",ms:18e5},{value:"60",label:"1h",ms:36e5},{value:"240",label:"4h",ms:144e5},{value:"D",label:"1D",ms:864e5}];function xi(r){let e=On.find(n=>n.value===r);if(e)return e.label;let t=Number(r);return Number.isFinite(t)&&t>0?t%1440===0?`${t/1440}D`:t%60===0?`${t/60}h`:`${t}m`:r}function cp(){return {timeframe:"auto",upColor:"",downColor:""}}var Fe=class extends _{constructor(t){super(t);this.type="magnifier";this.chipRect=null;this.magnifier||(this.magnifier=cp());}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}placementMode(){return "drag"}rect(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{x1:t.xOf(n.time),y1:o,x2:t.xOf(i.time),y2:s}}hitTest(t,n,i,o){let s=this.rect(i);return s?ye(t,n,s.x1,s.y1,s.x2,s.y2)?true:[[s.x1,s.y1,s.x2,s.y1],[s.x2,s.y1,s.x2,s.y2],[s.x2,s.y2,s.x1,s.y2],[s.x1,s.y2,s.x1,s.y1]].some(l=>U(t,n,l[0],l[1],l[2],l[3])<=o):false}handlePoints(t){let n=this.rect(t);return n?[[n.x1,n.y1],[n.x2,n.y2]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.rect(t);return n?{x:Math.min(n.x1,n.x2),y:Math.min(n.y1,n.y2),w:Math.abs(n.x2-n.x1),h:Math.abs(n.y2-n.y1)}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"magnifier.timeframe",label:"Timeframe",kind:"select",options:On,group:"behavior"},...F.map(t=>({...t,label:t.label.replace("Line","Border")})),{path:"magnifier.upColor",label:"Up candles",kind:"color",group:"fill"},{path:"magnifier.downColor",label:"Down candles",kind:"color",group:"fill"}]}}writeProps(){return {...this.magnifier}}readProps(t){this.magnifier={...cp(),...t};}};var Si=new Map;function O(r){Si.set(r.type,r);}function Qe(r){return Si.get(r)}function aa(){return [...Si.values()]}function en(r,e){let t=Si.get(r);if(!t)return null;let n={...t.defaultStyle,...e.style??{}};return t.create({...e,style:n})}function Mc(r){let e=en(r.type,{paneId:r.paneId});if(!e)return;r.style={...e.style};let t=r.text?.value;e.text?(r.text={...e.text},t!==void 0&&(r.text.value=t)):r.text=void 0;let n=e.serialize().props;n!==void 0&&r.applyProps(n);}function pt(r){let e=Si.get(r.type);return e?e.create(r):null}var vx=A('<line x1="4" y1="19" x2="20" y2="5"/>'),yx=A('<line x1="3" y1="12" x2="21" y2="12"/>');O({type:"trendline",group:"lines",label:"Trend Line",icon:vx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ns(r)});O({type:"hline",group:"lines",label:"Horizontal Line",icon:yx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"dashed"},create:r=>new rs(r)});var wx=A('<line x1="3" y1="20" x2="21" y2="6"/><circle cx="3" cy="20" r="1.6" fill="currentColor"/>'),xx=A('<rect x="4" y="6" width="16" height="12" rx="1"/>'),Sx=A('<path d="M5 6h14M12 6v13"/>');O({type:"ray",group:"lines",label:"Ray",icon:wx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new is(r)});var Cx=A('<path d="M5 19 19 5"/><path d="M5 19 8.5 19M5 19 5 15.5"/><path d="M19 5 15.5 5M19 5 19 8.5"/>'),Tx=A('<line x1="12" y1="3" x2="12" y2="21"/>'),Ex=A('<line x1="5" y1="12" x2="21" y2="12"/><circle cx="5" cy="12" r="1.6" fill="currentColor"/>'),Px=A('<line x1="3" y1="12" x2="21" y2="12"/><line x1="12" y1="3" x2="12" y2="21"/>'),Lx=A('<path d="M4 20 20 4"/><rect x="9" y="9" width="9" height="6" rx="1"/>'),Mx=A('<path d="M4 20 20 6"/><path d="M4 20 15 20"/><path d="M11 20a7 7 0 0 0-2-4.9"/>');O({type:"extendedline",group:"lines",label:"Extended Line",icon:Cx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new os(r)});O({type:"vline",group:"lines",label:"Vertical Line",icon:Tx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ss(r)});O({type:"hray",group:"lines",label:"Horizontal Ray",icon:Ex,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new as(r)});O({type:"crossline",group:"lines",label:"Cross Line",icon:Px,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new ls(r)});O({type:"infoline",group:"lines",label:"Info Line",icon:Lx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new cs(r)});O({type:"trendangle",group:"lines",label:"Trend Angle",icon:Mx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ds(r)});O({type:"box",group:"shapes",label:"Rectangle",icon:xx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}26`},create:r=>new us(r)});O({type:"text",group:"annotations",label:"Text",icon:Sx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rt(r)});var kx=A('<path d="M5 4h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-6l-5 5v-5H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"/>');O({type:"callout",group:"annotations",label:"Callout",icon:kx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new dt(r)});var Ix=A('<path d="M5 4h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-7l-4 4v-4H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z"/><path d="M8 8.5h8M8 12h5"/>'),Ax=A('<rect x="10" y="4.5" width="11" height="8" rx="1.5"/><path d="M10 8.5 4 16"/><circle cx="3.5" cy="16.5" r="1.6" fill="currentColor" stroke="none"/>'),Rx=A('<path d="M5 4.5h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-7l-4 4v-4H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Z"/>'),Dx=A('<path d="M3 12 7 8h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H7Z"/><path d="M10.5 12.5h6" stroke-width="1.4"/>'),Ox=A('<path d="M12 11.5V21"/><rect x="5" y="4" width="14" height="7" rx="1"/><path d="M9 7.5h6"/>');O({type:"note",group:"annotations",label:"Note",icon:Ix,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new yn(r)});O({type:"pricenote",group:"annotations",label:"Price Note",icon:Ax,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new xn(r)});O({type:"comment",group:"annotations",label:"Comment",icon:Rx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new Sn(r)});O({type:"pricelabel",group:"annotations",label:"Price Label",icon:Dx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new wn(r)});O({type:"signpost",group:"annotations",label:"Signpost",icon:Ox,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new Cn(r)});var Fx=A('<line x1="3" y1="16" x2="21" y2="8"/><line x1="3" y1="21" x2="21" y2="13"/>'),Nx=A('<line x1="3" y1="7" x2="21" y2="10"/><line x1="3" y1="18" x2="21" y2="14"/>'),Vx=A('<circle cx="4" cy="12" r="1.6" fill="currentColor"/><line x1="4" y1="12" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>');O({type:"parallelchannel",group:"channels",label:"Parallel Channel",icon:Fx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new hs(r)});O({type:"disjointchannel",group:"channels",label:"Disjoint Channel",icon:Nx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ps(r)});var _x=A('<line x1="3" y1="7" x2="21" y2="7"/><line x1="3" y1="18" x2="21" y2="11"/>');O({type:"flattopbottom",group:"channels",label:"Flat Top/Bottom",icon:_x,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ms(r)});var Bx=A('<line x1="3" y1="8" x2="21" y2="4"/><line x1="3" y1="16" x2="21" y2="12"/><line x1="3" y1="12" x2="21" y2="8" stroke-dasharray="3 3"/>');O({type:"regressionchannel",group:"channels",label:"Linear Regression",icon:Bx,defaultStyle:{lineColor:Pe,lineWidth:1,lineStyle:"solid"},create:r=>new Dt(r)});O({type:"pitchfork",group:"pitchforks",label:"Pitchfork",icon:Vx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new fs(r)});var Hx=A('<circle cx="4" cy="8" r="1.6" fill="currentColor"/><line x1="4" y1="8" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>'),zx=A('<circle cx="6" cy="9" r="1.6" fill="currentColor"/><line x1="6" y1="9" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>'),$x=A('<line x1="4" y1="12" x2="10" y2="12"/><line x1="10" y1="8" x2="10" y2="16"/><line x1="10" y1="8" x2="21" y2="8"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="16" x2="21" y2="16"/>');O({type:"schiffpitchfork",group:"pitchforks",label:"Schiff Pitchfork",icon:Hx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new gs(r)});O({type:"modifiedschiffpitchfork",group:"pitchforks",label:"Modified Schiff Pitchfork",icon:zx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new bs(r)});O({type:"insidepitchfork",group:"pitchforks",label:"Inside Pitchfork",icon:$x,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new vs(r)});var Wx=A('<path d="M7 7h10v10"/><path d="M7 17 17 7"/>'),Gx=A('<ellipse cx="12" cy="12" rx="9" ry="6"/>'),Ux=A('<path d="M12 4 20 19 4 19Z"/>');O({type:"arrow",group:"shapes",label:"Arrow",icon:Wx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",arrowRight:true},create:r=>new ys(r)});O({type:"ellipse",group:"shapes",label:"Ellipse",icon:Gx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ws(r)});O({type:"triangle",group:"shapes",label:"Triangle",icon:Ux,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new xs(r)});var Yx=A('<polyline points="3 17 9 10 13 14 21 5"/>'),Kx=A('<path d="M9.5 12 17 4.5a2.12 2.12 0 0 1 3 3L12.5 15"/><path d="M7 14a3 3 0 0 0-3 3c0 1.3-1.2 1.5-1.5 2 .8.9 2 1.5 3.5 1.5a3.5 3.5 0 0 0 3.5-3.5 3 3 0 0 0-2.5-3Z"/>'),Xx=A('<path d="M9 11 15 5l4 4-6 6H9Z"/><path d="M9 15l-2 2"/><path d="M4 21h6"/>');O({type:"polyline",group:"shapes",label:"Polyline",icon:Yx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Ss(r)});O({type:"freehand",group:"shapes",label:"Brush",icon:Kx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Cs(r)});O({type:"highlighter",group:"shapes",label:"Highlighter",icon:Xx,defaultStyle:{lineColor:`${kh}59`,lineWidth:14,lineStyle:"solid"},create:r=>new Ts(r)});var jx=A('<circle cx="12" cy="12" r="8"/>'),qx=A('<path d="M5 14 9.5 5 19 10 14.5 19 Z"/>'),Zx=A('<path d="M4 19 9 11 13 14 17 8 20 4"/><path d="M17.2 5.5 20 4 19.4 7.1"/>'),Jx=A('<path d="M4 17a8 8 0 0 1 16 0"/><path d="M4 17 20 17"/>'),Qx=A('<path d="M4 18Q12 1 20 14"/>'),eS=A('<path d="M12 5 12 19"/><path d="M6 11 12 5 18 11"/>'),tS=A('<path d="M12 5 12 19"/><path d="M6 13 12 19 18 13"/>');O({type:"circle",group:"shapes",label:"Circle",icon:jx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new Es(r)});O({type:"rotatedrect",group:"shapes",label:"Rotated Rectangle",icon:qx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}26`},create:r=>new Ps(r)});O({type:"path",group:"shapes",label:"Path",icon:Zx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Ls(r)});O({type:"arc",group:"shapes",label:"Arc",icon:Jx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}26`},create:r=>new Ms(r)});O({type:"curve",group:"shapes",label:"Curve",icon:Qx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ks(r)});O({type:"arrowmarkup",group:"shapes",label:"Arrow Mark Up",icon:eS,defaultStyle:{lineColor:q,lineWidth:1,lineStyle:"solid"},create:r=>new pi(r)});O({type:"arrowmarkdown",group:"shapes",label:"Arrow Mark Down",icon:tS,defaultStyle:{lineColor:X,lineWidth:1,lineStyle:"solid"},create:r=>new mi(r)});var nS=A('<path d="M6 21V4"/><path d="M6 5h11l-2.5 3.5L17 12H6" fill="currentColor" stroke="none"/>'),rS=A('<path d="m12 3 2.6 5.8 6.4.6-4.8 4.2 1.4 6.2L12 16.9 6.4 19.8 7.8 13.6 3 9.4l6.4-.6Z"/>');O({type:"flagmark",group:"stamps",label:"Flag",icon:nS,defaultStyle:{lineColor:Ee,lineWidth:1,lineStyle:"solid"},create:r=>new fi(r)});O({type:"iconstamp",group:"stamps",label:"Icon",icon:rS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new gi(r)});var iS=A('<line x1="3" y1="5" x2="21" y2="5"/><line x1="3" y1="10" x2="21" y2="10"/><line x1="3" y1="14" x2="21" y2="14"/><line x1="3" y1="19" x2="21" y2="19"/>'),oS=A('<line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="11" x2="21" y2="11"/><line x1="3" y1="15" x2="14" y2="15"/><line x1="3" y1="20" x2="14" y2="20"/>');O({type:"fibretracement",group:"fibonacci",label:"Fib Retracement",icon:iS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rs(r)});O({type:"fibextension",group:"fibonacci",label:"Fib Extension",icon:oS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ds(r)});var sS=A('<path d="M3 20 10 9l4 5"/><path d="M14 14h7M14 9h7M14 4h7"/>');O({type:"fibextensiontrend",group:"fibonacci",label:"Trend-Based Fib Extension",icon:sS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Os(r)});var aS=A('<path d="M4 20 20 5M4 20 21 11M4 20 21 17M4 20 20 20"/>'),lS=A('<path d="M3 5v14M6 5v14M11 5v14M19 5v14"/>');O({type:"fibfan",group:"fibonacci",label:"Fib Fan",icon:aS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Fs(r)});O({type:"fibtimezones",group:"fibonacci",label:"Fib Time Zones",icon:lS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"dashed"},create:r=>new Ns(r)});var cS=A('<path d="M3 18 18 9M5 21 20 12M6 13 21 4"/>'),dS=A('<path d="M4 4 20 20M4 4 20 12M4 4 12 20M4 4 20 4M4 4 4 20"/>'),uS=A('<path d="M3 19 9 8M9 8 12 5v14M14 5v14M18 5v14M21 5v14"/>');O({type:"fibchannel",group:"fibonacci",label:"Fib Channel",icon:cS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Vs(r)});O({type:"fibspeedfan",group:"fibonacci",label:"Fib Speed Resistance Fan",icon:dS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new _s(r)});O({type:"trendfibtime",group:"fibonacci",label:"Trend-Based Fib Time",icon:uS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"dashed"},create:r=>new Bs(r)});var hS=A('<circle cx="12" cy="12" r="3"/><circle cx="12" cy="12" r="6.5"/><circle cx="12" cy="12" r="10"/>'),pS=A('<path d="M8 20a4 4 0 0 1 8 0"/><path d="M4.5 20a7.5 7.5 0 0 1 15 0"/><circle cx="12" cy="20" r="1.4" fill="currentColor" stroke="none"/>'),mS=A('<path d="M4 20 20 16M4 20 14 4"/><path d="M11.8 18.1A8 8 0 0 0 8.2 13.2"/><path d="M16.6 16.9A13 13 0 0 0 10.9 9"/>'),fS=A('<path d="M13 12a2 2 0 1 1-2-2 4 4 0 0 1 4 4 6 6 0 0 1-9 5.2 9 9 0 0 1 .5-15"/>');O({type:"fibcircles",group:"fibonacci",label:"Fib Circles",icon:hS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Hs(r)});O({type:"fibarcs",group:"fibonacci",label:"Fib Speed Resistance Arcs",icon:pS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new zs(r)});O({type:"fibwedge",group:"fibonacci",label:"Fib Wedge",icon:mS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new $s(r)});O({type:"fibspiral",group:"fibonacci",label:"Fib Spiral",icon:fS,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new In(r)});var gS=A('<path d="M4 20 20 20M4 20 20 13M4 20 20 6M4 20 15 4M4 20 9 4M4 20 4 4"/>'),bS=A('<rect x="4" y="4" width="16" height="16" rx="1"/><path d="M4 12h16M12 4v16M4 4 20 20" opacity="0.6"/>');O({type:"gannfan",group:"fibonacci",label:"Gann Fan",icon:gS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ws(r)});O({type:"gannbox",group:"fibonacci",label:"Gann Box",icon:bS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Gs(r)});var vS=A('<rect x="4" y="4" width="16" height="16" rx="1"/><path d="M4 20 20 4M4 20 20 12M4 20 12 4" opacity="0.7"/><path d="M4 20a16 16 0 0 1 16-16" opacity="0.5"/>');O({type:"gannsquare",group:"fibonacci",label:"Gann Square",icon:vS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new An(r)});var yS=A('<path d="M2 20h20"/><path d="M4 20a8 8 0 0 1 16 0" opacity="0.9"/><path d="M6 20a4 4 0 0 1 8 0" opacity="0.75"/><path d="M10 20a2 2 0 0 1 4 0" opacity="0.6"/><path d="M8 20v-6M12 20v-9M16 20v-6" opacity="0.45"/>');O({type:"dedekind",group:"geometry",label:"Dedekind Tessellation",icon:yS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rn(r)});var wS=A('<circle cx="16" cy="12" r="5" opacity="0.55"/><circle cx="13" cy="12" r="3.5" opacity="0.75"/><circle cx="10.5" cy="12" r="2"/><path d="M8 4v16"/>'),xS=A('<circle cx="17" cy="12" r="4.5" opacity="0.45"/><circle cx="13" cy="12" r="3" opacity="0.7"/><circle cx="10" cy="12" r="1.6"/><path d="M6 12 16 5M6 12 16 19"/>');O({type:"sonic",group:"geometry",label:"Sonic",icon:wS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new vi(r)});O({type:"supersonic",group:"geometry",label:"Supersonic",icon:xS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new yi(r)});var SS=A('<circle cx="16" cy="12" r="5" opacity="0.4"/><circle cx="13" cy="12" r="3.2" opacity="0.65"/><circle cx="10.8" cy="12" r="1.8"/><path d="M8 4v16"/><path d="M15 8.5h2M12.5 10h2" opacity="0.5"/>'),CS=A('<circle cx="17" cy="12" r="4.5" opacity="0.4"/><circle cx="12.5" cy="12" r="2.8" opacity="0.65"/><circle cx="9.8" cy="12" r="1.4"/><path d="M6 12 16 5M6 12 16 19"/>');O({type:"goldensonic",group:"geometry",label:"Golden Sonic",icon:SS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ys(r)});O({type:"goldensupersonic",group:"geometry",label:"Golden Supersonic",icon:CS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ks(r)});var TS=A('<path d="M3 18 7 8 11 14 15 6 20 16"/>'),ES=A('<path d="M4 17 9 7 14 15 20 5"/>'),PS=A('<path d="M3 19 8 9 12 13 17 5 21 9"/>'),LS=A('<path d="M4 7 11 16 20 9"/>'),MS=A('<path d="M3 18 6 12 9 16 12 5 15 16 18 12 21 18"/>');O({type:"xabcd",group:"patterns",label:"XABCD Pattern",icon:TS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Xs(r)});O({type:"abcd",group:"patterns",label:"ABCD Pattern",icon:ES,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new js(r)});O({type:"elliottimpulse",group:"patterns",label:"Elliott Impulse Wave (1-5)",icon:PS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new qs(r)});O({type:"elliottcorrection",group:"patterns",label:"Elliott Correction Wave (ABC)",icon:LS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Zs(r)});O({type:"headshoulders",group:"patterns",label:"Head & Shoulders",icon:MS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Js(r)});var kS=A('<path d="M3 17 7 6 12 14 17 5 21 16"/><path d="M3 17 21 16" opacity="0.45"/>'),hr={group:"patterns",icon:kS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"}};O({type:"gartley",label:"Gartley",...hr,create:r=>new Qs(r)});O({type:"bat",label:"Bat",...hr,create:r=>new ea(r)});O({type:"butterfly",label:"Butterfly",...hr,create:r=>new ta(r)});O({type:"crab",label:"Crab",...hr,create:r=>new na(r)});O({type:"shark",label:"Shark",...hr,create:r=>new ra(r)});O({type:"cypher",label:"Cypher",...hr,create:r=>new ia(r)});var IS=A('<rect x="4" y="6" width="16" height="12" rx="1"/><path d="M4 18 20 6" opacity="0.5"/>');O({type:"datepricerange",group:"measure",label:"Date & Price Range",icon:IS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new oa(r)});var AS=A('<rect x="4.5" y="4.5" width="15" height="7.5" rx="1" fill="currentColor" fill-opacity="0.25"/><rect x="4.5" y="12" width="15" height="7.5" rx="1"/>');O({type:"position",group:"measure",label:"Long/Short Position",icon:AS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new We(r)});var RS=A('<circle cx="10.5" cy="10.5" r="6.5"/><path d="m15.3 15.3 5.2 5.2"/><path d="M8 12.5v-3M10.5 13.5v-5.5M13 12v-2"/>');O({type:"magnifier",group:"measure",label:"Magnifier",icon:RS,defaultStyle:{lineColor:"",lineWidth:1,lineStyle:"solid"},coversSeries:true,placementHint:"Drag an area on the chart to view it at a lower timeframe",create:r=>new Fe(r)});var DS=A('<line x1="5" y1="3" x2="5" y2="21"/><path d="M5 16c4 0 5-9 8-9s3 5 8 3"/>');O({type:"anchoredvwap",group:"measure",label:"Anchored VWAP",icon:DS,defaultStyle:{lineColor:It,lineWidth:2,lineStyle:"solid"},create:r=>new Tn(r)});var OS=A('<path d="M4 4v16"/><path d="M4 8h10"/><path d="M4 12h14"/><path d="M4 16h8"/><path d="M4 20h12"/>');O({type:"fixedrangevp",group:"measure",label:"Fixed Range Volume Profile",icon:OS,defaultStyle:{lineColor:q,lineWidth:1,lineStyle:"solid"},create:r=>new Be(r)});var FS=["fibretracement","fibextension","fibextensiontrend","fibfan","fibtimezones","fibchannel","fibspeedfan","trendfibtime","fibcircles","fibarcs","fibwedge","fibspiral"],NS=["gannfan","gannbox","gannsquare"],VS=["dedekind","sonic","supersonic","goldensonic","goldensupersonic"],_S=["xabcd","abcd","headshoulders"],BS=["elliottimpulse","elliottcorrection"],HS=["gartley","bat","butterfly","crab","shark","cypher"],zS=["position","datepricerange","magnifier"],$S=["anchoredvwap","fixedrangevp"],WS=["freehand","highlighter"],GS=["arrow","arrowmarkup","arrowmarkdown"],US=["box","ellipse","triangle","polyline","circle","rotatedrect","path","arc","curve"],YS=["text","callout","note","pricenote","comment","pricelabel","signpost"],KS=["flagmark","iconstamp"],XS=[{id:"lines-channels-pitchforks",label:"Lines",sections:[{label:"Lines",registryGroup:"lines"},{label:"Channels",registryGroup:"channels"},{label:"Pitchforks",registryGroup:"pitchforks"}]},{id:"fibonacci-gann",label:"Fibonacci",sections:[{label:"Fibonacci",types:FS},{label:"Gann",types:NS},{label:"Geometry",types:VS}]},{id:"patterns-waves-harmonics",label:"Patterns",sections:[{label:"Patterns",types:_S},{label:"Elliott Waves",types:BS},{label:"Harmonics",types:HS}]},{id:"measurements",label:"Measurements",sections:[{label:"Measurements",types:zS},{label:"Volume",types:$S}]},{id:"brushes-arrows-shapes",label:"Shapes",sections:[{label:"Brushes",types:WS},{label:"Arrows",types:GS},{label:"Shapes",types:US}]},{id:"text",label:"Text",sections:[{label:"Text",types:YS}]},{id:"icons",label:"Icons",sections:[{label:"Icons",types:KS}]}];function jS(r){let e=Qe(r);return e?{type:e.type,label:e.label,icon:e.icon}:null}function qS(r){let e=new Map;for(let t of aa()){if(r&&!r.has(t.type))continue;let n={type:t.type,label:t.label,icon:t.icon};e.has(t.group)||e.set(t.group,[]),e.get(t.group).push(n);}return e}function ZS(r,e,t){return "registryGroup"in r?e.get(r.registryGroup)??[]:r.types.map(n=>t.get(n)).filter(n=>n!=null)}function dp(r){let e=qS(r),t=new Map;for(let i of e.values())for(let o of i)t.set(o.type,o);let n=[];for(let i of XS){let o=[],s=[];for(let a of i.sections){let l=ZS(a,e,t);l.length!==0&&(o.push({label:a.label,tools:l}),s.push(...l));}s.length!==0&&n.push({id:i.id,label:i.label,tools:s,sections:o.length>0?o:void 0});}return {groups:n}}function JS(r){let e=new Set;for(let t of r)Qe(t)&&e.add(t);return dp(e)}function QS(r){let e=[];for(let t of r){let n=t.tools.map(jS).filter(i=>i!=null);n.length>0&&e.push({id:t.id,label:t.label,tools:n});}return {groups:e}}function Ci(){return dp()}function Ti(r){if(r===false)return {definition:Ci(),visible:false};if(r===void 0||r===true)return {definition:Ci(),visible:true};let e=r.toolbar??true;return r.groups?{definition:QS(r.groups),visible:e}:r.tools?{definition:JS(r.tools),visible:e}:{definition:Ci(),visible:e}}function mt(r){let e=globalThis.structuredClone;return e?e(r):JSON.parse(JSON.stringify(r))}function up(r){if(!r||typeof r!="object")return false;let e=r;return typeof e.id=="string"&&typeof e.type=="string"&&typeof e.paneId=="string"&&Array.isArray(e.anchors)&&e.anchors.every(t=>t&&typeof t.time=="number"&&typeof t.price=="number")&&!!e.style&&typeof e.style=="object"}function kc(r){let e=r;return !e||typeof e!="object"||e.version!==1||!Array.isArray(e.drawings)?{version:1,drawings:[]}:{version:1,drawings:e.drawings.filter(up)}}var pr=class{constructor(){this.byId=new Map;this.seq=0;this.zCounter=1;this.listeners=new Set;}nextId(){return this.seq+=1,`dw-${this.seq}`}add(e){return e.zIndex||(e.zIndex=this.zCounter),this.zCounter=Math.max(this.zCounter,Math.ceil(e.zIndex))+1,this.byId.set(e.id,e),this.emit(),e}remove(e){let t=this.byId.delete(e);return t&&this.emit(),t}get(e){return this.byId.get(e)}has(e){return this.byId.has(e)}update(e,t){let n=this.byId.get(e);return n?(t.anchors&&(n.anchors=t.anchors.map(i=>({time:i.time,price:i.price}))),t.style&&(n.style={...t.style}),t.text!==void 0&&(n.text=t.text?{...t.text}:void 0),t.paneId!==void 0&&(n.paneId=t.paneId),t.locked!==void 0&&(n.locked=t.locked),t.visible!==void 0&&(n.visible=t.visible),t.zIndex!==void 0&&(n.zIndex=t.zIndex),t.props!==void 0&&n.applyProps(t.props),this.emit(),n):null}all(){return [...this.byId.values()].sort((e,t)=>e.zIndex-t.zIndex)}byPane(e){return this.all().filter(t=>t.paneId===e)}bringToFront(e,t=0){let n=this.byId.get(e);n&&(n.zIndex=Math.max(this.zCounter,Math.floor(t)+1),this.zCounter=n.zIndex+1,this.emit());}sendToBack(e,t=1){let n=this.byId.get(e);if(!n)return;let i=Math.min(...[...this.byId.values()].map(o=>o.zIndex),Math.ceil(t));n.zIndex=i-1,this.emit();}setLocked(e,t){let n=this.byId.get(e);n&&(n.locked=t,this.emit());}setVisible(e,t){let n=this.byId.get(e);n&&(n.visible=t,this.emit());}clear(){this.byId.size!==0&&(this.byId.clear(),this.emit());}serialize(){return {version:1,drawings:this.all().map(e=>e.serialize())}}load(e){let t=kc(e);this.byId.clear(),this.seq=0,this.zCounter=1;for(let n of t.drawings){let i=pt(n);i&&(this.byId.set(i.id,i),this.zCounter=Math.max(this.zCounter,i.zIndex)+1,this.bumpSeqPast(i.id));}this.emit();}onChange(e){return this.listeners.add(e),()=>this.listeners.delete(e)}bumpSeqPast(e){let t=/^dw-(\d+)$/.exec(e);t&&(this.seq=Math.max(this.seq,Number(t[1])));}emit(){for(let e of this.listeners)e();}};var la=class{constructor(e=100){this.cap=e;this.undoStack=[];this.redoStack=[];this.pending=null;this.dirtied=false;this.depth=0;}begin(e){this.depth+=1,this.depth===1&&(this.pending=mt(e),this.dirtied=false);}markDirty(){this.depth===0||this.dirtied||!this.pending||(this.push(this.pending),this.dirtied=true);}commit(){this.depth!==0&&(this.depth-=1,this.depth===0&&(this.pending=null,this.dirtied=false));}abort(){this.commit();}record(e){if(this.depth>0){this.markDirty();return}this.push(mt(e));}undo(e){let t=this.undoStack.pop();return t?(this.redoStack.push(mt(e)),t):null}redo(e){let t=this.redoStack.pop();return t?(this.undoStack.push(mt(e)),t):null}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0}clear(){this.undoStack=[],this.redoStack=[],this.pending=null,this.dirtied=false,this.depth=0;}push(e){this.undoStack.push(e),this.undoStack.length>this.cap&&this.undoStack.shift(),this.redoStack=[];}};var ca=class{constructor(e,t,n,i){this.events=t;this.store=new pr;this.history=new la;this.activeTool=null;this.snapMode="off";this.stayInDrawingMode=false;this.mode=null;this.favs=new Set;this.selectedIds=[];this.clipboard=[];this.lastStyle=new Map;this.subs=[];if(this.enabled=!!e.capabilities.userDrawings&&!!e.userDrawingsPort,this.port=this.enabled?e.userDrawingsPort:null,this.port){let{definition:o,visible:s}=Ti(n);this.port.setToolbar(o),this.port.showToolbar(s),i&&this.port.setSeriesGateway?.(i),this.subs.push(this.port.onDrawingIntent(a=>this.onIntent(a))),this.subs.push(this.store.onChange(()=>this.sync()));}}get supported(){return this.enabled}setTool(e){if(!this.port)return;let t=e!==this.activeTool;this.activeTool=e,this.port.setActiveTool(e,e?this.lastStyle.get(e):void 0),t&&this.events.emit("drawing:tool",{type:e});}getTool(){return this.activeTool}getSnapMode(){return this.snapMode}setSnapMode(e){!this.port||e===this.snapMode||(this.snapMode=e,this.port.setSnapMode?.(e),this.events.emit("drawing:snap",{mode:e}));}getStayMode(){return this.stayInDrawingMode}setStayMode(e){!this.port||e===this.stayInDrawingMode||(this.stayInDrawingMode=e,this.port.setStayMode?.(e),this.events.emit("drawing:stay",{on:e}));}getMode(){return this.mode}setMode(e){!this.port||e===this.mode||(this.mode=e,this.port.setMode?.(e),this.events.emit("drawing:mode",{mode:e}));}showToolbar(e){this.port?.showToolbar(e);}favorites(){return [...this.favs]}isFavorite(e){return this.favs.has(e)}setFavorite(e,t){Qe(e)&&t!==this.favs.has(e)&&(t?this.favs.add(e):this.favs.delete(e),this.pushFavorites());}setFavorites(e){let t=e.filter(n=>Qe(n)!=null);t.length===this.favs.size&&t.every(n=>this.favs.has(n))||(this.favs=new Set(t),this.pushFavorites());}pushFavorites(){let e=[...this.favs];this.port?.setFavorites?.(e),this.events.emit("drawing:favorites",{favorites:e});}setToolbar(e){this.port?.setToolbar(Ti(e).definition);}setExternalGhost(e){this.port?.setExternalGhost?.(e);}setToolShortcuts(e){this.port?.setToolShortcuts?.(e);}add(e,t={}){if(!this.enabled)return null;let i={...this.lastStyle.get(e)??{},...t.style??{}},o=en(e,{id:this.store.nextId(),paneId:t.paneId??"price",anchors:t.anchors,style:i,text:t.text,props:t.props,zIndex:t.zIndex??this.startZ(e,t.paneId??"price")});return o?(this.history.record(this.store.serialize()),this.store.add(o),this.captureStyle(o.id),this.events.emit("drawing:created",{id:o.id}),o):null}remove(e){this.deleteMany([e]);}update(e,t){let n=this.store.serialize(),i=t.style?this.store.get(e):void 0,o=t.style&&i?{...t,style:{...i.style,...t.style}}:t;this.store.update(e,o)&&(this.history.record(n),this.captureStyle(e),this.events.emit("drawing:edited",{id:e}));}updateMany(e){this.history.begin(this.store.serialize());for(let{id:t,patch:n}of e)this.store.update(t,n)&&(this.history.markDirty(),this.events.emit("drawing:edited",{id:t}));this.history.commit();}removeMany(e){this.deleteMany(e);}setLocked(e,t){let n=this.store.serialize();this.history.record(n),this.store.setLocked(e,t),this.events.emit("drawing:edited",{id:e});}setVisible(e,t){let n=this.store.serialize();this.history.record(n),this.store.setVisible(e,t),this.events.emit("drawing:edited",{id:e});}bringToFront(e){let t=this.store.serialize();this.history.record(t),this.store.bringToFront(e,this.seriesTopZ(this.store.get(e)?.paneId)),this.events.emit("drawing:edited",{id:e});}sendToBack(e){let t=this.store.serialize();this.history.record(t),this.store.sendToBack(e,this.seriesBottomZ(this.store.get(e)?.paneId)),this.events.emit("drawing:edited",{id:e});}seriesTopZ(e){return e!==void 0?this.port?.stackRange?.(e)?.front??0:0}seriesBottomZ(e){return e!==void 0?this.port?.stackRange?.(e)?.back??1:1}startZ(e,t){let n=this.port?.stackRange?.(t);if(n)return Qe(e)?.coversSeries?n.front+.5:(n.price??n.front)-.5}select(e,t=false){this.setSelection(e,t);}openSettings(e){this.port?.openSettings(e);}undo(){let e=this.history.undo(this.store.serialize());e&&this.restoreSnapshot(e);}redo(){let e=this.history.redo(this.store.serialize());e&&this.restoreSnapshot(e);}canUndo(){return this.history.canUndo()}canRedo(){return this.history.canRedo()}duplicate(e){if(!this.enabled)return [];let t=this.resolve(e);return t.length===0?[]:this.insertClones(t.map(n=>n.serialize()))}clone(e){return this.duplicate([e])[0]??null}copy(e){let t=this.resolve(e).map(n=>mt(n.serialize()));t.length&&(this.clipboard=t);}paste(){return !this.enabled||this.clipboard.length===0?[]:this.insertClones(this.clipboard)}all(){return this.store.serialize().drawings}toJSON(){return this.store.serialize()}fromJSON(e){this.history.clear(),this.selectedIds=[],this.store.load(e);}destroy(){for(let e of this.subs)e();this.subs.length=0;}setSelection(e,t=false){let n;if(t){n=[...this.selectedIds];for(let i of e){let o=n.indexOf(i);o>=0?n.splice(o,1):n.push(i);}}else n=[...e];this.selectedIds=n.filter(i=>this.store.has(i)),this.port?.setSelection(this.selectedIds),this.events.emit("drawing:selected",{id:this.selectedIds[0]??null});}restoreSnapshot(e){this.store.load(e),this.selectedIds=this.selectedIds.filter(t=>this.store.has(t)),this.port?.setSelection(this.selectedIds),this.events.emit("drawing:selected",{id:this.selectedIds[0]??null});}deleteMany(e){this.history.begin(this.store.serialize());let t=[];for(let i of e)this.store.remove(i)&&t.push(i),this.history.markDirty();if(this.history.commit(),t.length===0)return;let n=this.selectedIds.filter(i=>this.store.has(i));n.length!==this.selectedIds.length&&this.setSelection(n);for(let i of t)this.events.emit("drawing:removed",{id:i});}insertClones(e){this.history.begin(this.store.serialize());let t=[];for(let n of e){let i=pt({...n,id:this.store.nextId()});i&&(this.store.add(i),this.history.markDirty(),t.push(i));}if(this.history.commit(),t.length){this.setSelection(t.map(n=>n.id));for(let n of t)this.events.emit("drawing:created",{id:n.id});}return t}resolve(e){return e.map(t=>this.store.get(t)).filter(t=>t!=null)}captureStyle(e){let t=this.store.get(e);t&&this.lastStyle.set(t.type,{...t.style});}sync(){this.port?.syncDrawings(this.store.serialize().drawings);}onIntent(e){switch(e.kind){case "arm":this.setTool(e.type);break;case "draft":this.events.emit("drawing:draft",{doc:e.doc});break;case "create":{let t=this.store.serialize(),n=this.lastStyle.get(e.doc.type),i=n?{...e.doc.style,...n}:e.doc.style,o=pt({...e.doc,id:this.store.nextId(),style:i});if(!o)return;o.zIndex||(o.zIndex=this.startZ(o.type,o.paneId)??0),this.history.record(t),this.store.add(o),this.captureStyle(o.id),this.events.emit("drawing:created",{id:o.id});break}case "edit":{let t=this.store.serialize();this.store.update(e.doc.id,e.doc)&&(this.history.record(t),this.captureStyle(e.doc.id),this.events.emit("drawing:edited",{id:e.doc.id}));break}case "edit-many":{this.history.begin(this.store.serialize());for(let t of e.docs)this.store.update(t.id,t)&&(this.history.markDirty(),this.events.emit("drawing:edited",{id:t.id}));this.history.commit();break}case "select":this.setSelection(e.ids,e.additive);break;case "delete":this.deleteMany(e.ids);break;case "reorder":e.to==="front"?this.bringToFront(e.id):this.sendToBack(e.id);break;case "settings":this.events.emit("drawing:settings",{id:e.id});break;case "favorite":this.setFavorite(e.type,e.on);break;case "snap-mode":e.mode!==this.snapMode&&(this.snapMode=e.mode,this.events.emit("drawing:snap",{mode:e.mode}));break;case "stay-mode":e.on!==this.stayInDrawingMode&&(this.stayInDrawingMode=e.on,this.events.emit("drawing:stay",{on:e.on}));break;case "mode":e.mode!==this.mode&&(this.mode=e.mode,this.events.emit("drawing:mode",{mode:e.mode}));break;case "tool-finished":!this.stayInDrawingMode&&e.type!=="freehand"&&e.type!=="highlighter"&&this.setTool(null);break;case "undo":this.undo();break;case "redo":this.redo();break;case "duplicate":this.duplicate(e.ids);break;case "copy":this.copy(e.ids);break;case "paste":this.paste();break}}};var pp={D:864e5,W:6048e5,M:2592e6};function et(r){let e=r.trim();if(pp[e])return pp[e];let t=/^(\d+)\s*(m|h|d|w)?$/i.exec(e);if(t){let n=parseInt(t[1],10),i=(t[2]??"m").toLowerCase();return n*(i==="m"?6e4:i==="h"?36e5:i==="d"?864e5:6048e5)}return 36e5}var e0=5e3,t0=.25,n0=16,r0=15e3,Ic=["240","60","30","15","5","1"],da=class{constructor(e){this.deps=e;this.cache=new Map;this.listeners=new Set;}seriesInRange(e,t,n){if(!this.deps.canFetch())return {state:"unavailable",reason:"no-source"};let i=this.resolveTimeframe(e);if(typeof i!="string")return {state:"unavailable",reason:i.reason};let o=et(i),s=Math.min(t,n),a=Math.max(t,n);if(!(a>s)||!(o>0))return {state:"unavailable",reason:"not-lower"};if((a-s)/o>e0)return {state:"unavailable",reason:"too-wide"};let l=`${this.deps.marketKey()}|${i}`,c=this.cache.get(l)??[],d=c.find(u=>u.from<=s&&u.to>=a);if(d){if(d.pending)return this.loading(c,i,o,s,a);if(d.failedAt>0){if(Date.now()-d.failedAt<r0)return this.loading(c,i,o,s,a);c.splice(c.indexOf(d),1);}else return this.maybeRefresh(l,d,i,o,a),{state:"ready",bars:this.slice(d.bars,s,a),timeframe:i,barMs:o}}return this.fetchWindow(l,c,i,s,a),this.loading(c,i,o,s,a)}onUpdate(e){return this.listeners.add(e),()=>this.listeners.delete(e)}resolveTimeframe(e){let t=et(this.deps.chartTimeframe()),n=Ic[Ic.length-1];if(et(n)>=t)return {reason:"none-lower"};let i=e.trim()||"auto";if(i==="auto"){for(let o of Ic)if(et(o)<=t/4)return o;return n}return et(i)<t?i:{reason:"not-lower"}}loading(e,t,n,i,o){let s=new Map;for(let l of e)if(!(l.pending||l.failedAt>0)&&!(l.to<i||l.from>o))for(let c of this.slice(l.bars,i,o))s.set(c.time,c);if(s.size===0)return {state:"loading",timeframe:t,barMs:n};let a=[...s.values()].sort((l,c)=>l.time-c.time);return {state:"loading",timeframe:t,barMs:n,bars:a}}fetchWindow(e,t,n,i,o){if(t.some(l=>l.pending&&l.to>=i&&l.from<=o))return;let s=(o-i)*t0,a={from:i-s,to:o+s,bars:[],fetchedAt:0,pending:true,failedAt:0};t.push(a),this.cache.set(e,t),this.evict(),this.deps.fetchBars(n,{from:a.from,to:a.to}).then(l=>{a.bars=l,a.fetchedAt=Date.now(),a.pending=false,this.absorbOverlaps(e,a),this.fire();}).catch(()=>{a.pending=false,a.failedAt=Date.now(),this.fire();});}maybeRefresh(e,t,n,i,o){if(t.pending)return;let s=t.bars.length>0?t.bars[t.bars.length-1].time:t.from;o<s||Date.now()-t.fetchedAt<i||(t.pending=true,this.deps.fetchBars(n,{from:t.from,to:t.to}).then(a=>{t.bars=a,t.fetchedAt=Date.now(),t.pending=false,this.fire();}).catch(()=>{t.pending=false,t.fetchedAt=Date.now();}));}absorbOverlaps(e,t){let n=this.cache.get(e);if(n)for(let i=n.length-1;i>=0;i-=1){let o=n[i];if(o===t||o.pending||o.failedAt>0||o.to<t.from||o.from>t.to)continue;let s=new Map;for(let a of o.bars)s.set(a.time,a);for(let a of t.bars)s.set(a.time,a);t.bars=[...s.values()].sort((a,l)=>a.time-l.time),t.from=Math.min(t.from,o.from),t.to=Math.max(t.to,o.to),t.fetchedAt=Math.min(t.fetchedAt,o.fetchedAt||t.fetchedAt),n.splice(i,1);}}evict(){let e=0;for(let t of this.cache.values())e+=t.length;for(;e>n0;){let t=null,n=-1,i=1/0;for(let[s,a]of this.cache)for(let l=0;l<a.length;l+=1){let c=a[l];if(c.pending)continue;let d=c.fetchedAt||c.failedAt;d<i&&(t=s,n=l,i=d);}if(t==null)return;let o=this.cache.get(t);o.splice(n,1),o.length===0&&this.cache.delete(t),e-=1;}}slice(e,t,n){let i=[];for(let o of e)if(!(o.time<t)){if(o.time>n)break;i.push(o);}return i}fire(){for(let e of [...this.listeners])e();}};function Ei(r){return r.group!=null&&r.ticker===r.group}function mp(r){return `${(r.prefix??r.provider??"").toLowerCase()}:${(r.group??"").toUpperCase()}`}function i0(r,e){let t=mp(e);return r.filter(n=>n.group!=null&&!Ei(n)&&mp(n)===t)}function fp(r,e){let t=i0(r,e),n=t.filter(i=>i.default);return (n.length===1?n[0]:t[0])??null}var ft=r=>r.trim().toLowerCase(),Ft=r=>r.trim().toUpperCase();function gt(r){let e=r.trim(),t=/^(?:([A-Za-z0-9_.]+):)?(.+)$/.exec(e);if(!t)return {provider:null,ticker:e};let n=t[1]?ft(t[1]):null,i=t[2],o=i.lastIndexOf("."),s=o>0?i.slice(o+1):void 0;return {provider:n,ticker:i,ext:s}}var ua=class{constructor(){this.entries=new Map;this.changeListeners=new Set;this.waits=new Set;this.unresolvedCbs=new Set;}register(e,t){let n=ft(e),i={name:n,provider:t,index:null,prefixIndex:null,byTicker:null,descriptors:[],settled:false,settle:Promise.resolve()};return this.entries.set(n,i),i.settle=this.buildIndex(i),queueMicrotask(()=>this.notify(false)),i.settle}async buildIndex(e){await Promise.resolve();try{if(e.provider.listSymbols){let t=await e.provider.listSymbols();e.descriptors=t,e.index=new Set(t.map(n=>Ft(n.ticker))),e.byTicker=new Map(t.map(n=>[Ft(n.ticker),n])),e.prefixIndex=new Map;for(let n of t)n.prefix&&e.prefixIndex.set(`${ft(n.prefix)}:${Ft(n.ticker)}`,n);}}catch{e.index=null;}finally{e.settled=true,this.notify(true);}}notify(e){for(let t of [...this.changeListeners])t(e);}onChange(e){return this.changeListeners.add(e),()=>this.changeListeners.delete(e)}unregister(e){this.entries.delete(ft(e)),this.notify(false);}has(e){return this.entries.has(ft(e))}get(e){return this.entries.get(ft(e))?.provider}names(){return [...this.entries.keys()]}parse(e){return gt(e)}resolve(e,t={}){let{provider:n,ticker:i}=this.parse(e);if(n){if(this.entries.has(n)){let a=this.entries.get(n).byTicker?.get(Ft(i));return {provider:n,ticker:a!=null&&Ei(a)?this.loadableTicker(n,a):i}}let s=`${n}:${Ft(i)}`;for(let a of this.candidateOrder(t.default)){let l=this.entries.get(a).prefixIndex?.get(s);if(l)return {provider:a,ticker:this.loadableTicker(a,l)}}return null}let o=Ft(i);for(let s of this.candidateOrder(t.default)){let a=this.entries.get(s);if(a.index?.has(o)){let l=a.byTicker?.get(o);return {provider:s,ticker:l!=null&&Ei(l)?this.loadableTicker(s,l):i}}}if(t.lenient&&this.entries.size===1){let s=this.names()[0],a=this.entries.get(s);if(a.settled&&a.index==null)return {provider:s,ticker:i}}return null}loadableTicker(e,t){return Ei(t)?fp(this.entries.get(e)?.descriptors??[],t)?.ticker??t.ticker:t.ticker}whenResolvable(e,t={}){let n=this.resolve(e,{...t,lenient:true});return n?Promise.resolve(n):new Promise(i=>{let o=this.onChange(a=>{let l=this.resolve(e,{...t,lenient:true});l?(s(),i(l)):a&&this.allSettled()&&this.reportUnresolved(e);}),s=()=>{o(),this.waits.delete(s);};this.waits.add(s);})}allSettled(){for(let e of this.entries.values())if(!e.settled)return false;return true}cancelWaits(){for(let e of [...this.waits])e();}onUnresolved(e){return this.unresolvedCbs.add(e),()=>this.unresolvedCbs.delete(e)}reportUnresolved(e){let t=this.names();console.warn(`[vela] symbol "${e}" not yet resolvable \u2014 registered providers: [${t.join(", ")||"none"}]. Register a provider that serves it.`);for(let n of this.unresolvedCbs)n({symbol:e,providers:t});}candidateOrder(e){let t=this.names();if(e){let n=ft(e);if(this.entries.has(n))return [n,...t.filter(i=>i!==n)]}return t}displayPrefixOf(e){return this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker))?.prefix??e.provider}canonicalSymbol(e){let t=this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker));return `${t?.prefix??e.provider}:${t?.ticker??e.ticker}`}symbolIconOf(e){let t=e.provider?ft(e.provider):[...this.entries.keys()][0],n=t!==void 0?this.entries.get(t):void 0;try{return n?.provider.resolveSymbolIcon?.(e)??void 0}catch{return}}symbolIcon(e){if(!e)return;let t=this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker));return this.symbolIconOf({...t??{ticker:e.ticker},provider:t?.provider??e.provider})}symbolsOf(e){return e!=null?this.entries.get(ft(e))?.descriptors??[]:[...this.entries.entries()].flatMap(([t,n])=>n.descriptors.map(i=>({...i,provider:t})))}infoOf(e){let t=ft(e),n=this.entries.get(t);if(!n)return {name:t,capabilities:{enumerate:false,stream:false,symbolInfo:false}};let i=n.provider;return i.info?.()??{name:n.name,capabilities:{enumerate:!!i.listSymbols,stream:!!i.subscribe,symbolInfo:!!i.getSymbolInfo}}}indexReady(){return Promise.all([...this.entries.values()].map(e=>e.settle)).then(()=>{})}};function mr(r){switch(r.kind){case "row":return {label:r.label,toggle:r.toggle,controls:r.controls,when:r.when};case "toggle":{let e=[];r.number&&e.push({kind:"number",...r.number});for(let t of r.colors??[])e.push({kind:"color",...t});return r.width&&e.push({kind:"width",...r.width}),{label:r.label,toggle:{key:r.key,defval:r.defval},controls:e,when:r.when}}case "number":return {label:r.label,controls:[{kind:"number",key:r.key,label:r.label,defval:r.defval,min:r.min,max:r.max,step:r.step}],when:r.when};case "color":return {label:r.label,controls:[{kind:"color",key:r.key,label:r.label,defval:r.defval}],when:r.when};case "select":return {label:r.label,controls:[{kind:"select",key:r.key,label:r.label,options:r.options,defval:r.defval}],when:r.when};case "range":return {label:r.label,controls:[{kind:"number",key:r.minKey,label:`${r.label} \u2014 min`,defval:r.defval,min:r.min,max:r.max,step:r.step,placeholder:r.placeholder},{kind:"hint",text:"\u2013"},{kind:"number",key:r.maxKey,label:`${r.label} \u2014 max`,defval:r.defval,min:r.min,max:r.max,step:r.step,placeholder:r.placeholder}],when:r.when}}}function Pi(r){if(r.kind==="heading"||r.kind==="header")return [];let e=mr(r),t=[];e.toggle&&t.push({key:e.toggle.key,type:"boolean",defval:e.toggle.defval});for(let n of e.controls)n.kind!=="hint"&&(n.kind==="color"||n.kind==="select"?t.push({key:n.key,type:"string",defval:n.defval}):t.push({key:n.key,type:"number",defval:n.defval}));return t}function Fn(r,e){return r?(Array.isArray(r)?r:[r]).every(n=>n.anyOf?n.anyOf.some(i=>i===e[n.key]):e[n.key]===n.equals):true}var Li=new Map;function Ac(r){Li.set(r.id,r);}function o0(r){Li.delete(r);}function Nt(r){return typeof r=="string"?Li.get(r):void 0}function tt(){return [...Li.values()]}function Rc(){return [...Li.values()].filter(r=>r.tickerModifier??r.barTransform!=null).map(r=>r.id)}function fr(r){return Nt(r)?.barTransform??null}function gp(r){let e=r.lastIndexOf(";");if(e<=0||e===r.length-1)return {symbol:r,modifier:null,transform:null};let t=r.slice(e+1).toLowerCase();return t!=="standard"&&!Rc().includes(t)?{symbol:r,modifier:null,transform:null}:{symbol:r.slice(0,e),modifier:t,transform:fr(t)}}var bt={background:"#151619",textColor:"#b2b5be",gridColor:"#20222c",borderColor:"#2a2b30",upColor:q,downColor:X,fontFamily:"sans-serif"},Mi={background:"#ffffff",textColor:"#1e293b",gridColor:"#cccccc",borderColor:"#d4dae3",upColor:q,downColor:X,fontFamily:"sans-serif"};function gr(r){return !r||r==="dark"?bt:r==="light"?Mi:r}var s0=150,a0=1e3,l0=300,c0=5e3,bp=1e4,d0=100,u0=1.5,vp=5e3,ha=class r{constructor(e,t,n,i,o,s){this.renderer=t;this.feed=n;this.config=o;this.dataControl=s;this.events=new bn;this.registry=new Xo;this.paneOrder=["price"];this.collapsedPanes=new Set;this.maximizedPaneId=null;this.paneActionUnsub=null;this.handles=new Map;this.engines=new Map;this.live=null;this.bars=[];this.rawBars=[];this.barTransform=null;this.typeEngines=new Map;this.typeSettings=new Map;this.activeEngineStyle=null;this.priceStyle="candles";this.unresolvedUnsub=null;this.visibleRange=null;this.viewportUnsub=null;this.viewportTimer=null;this.healing=false;this.healBuffer=[];this.lastHealAt=0;this.onVisible=null;this.barCause="tick";this.historyState="complete";this.generation=0;this.progressiveAbort=null;this.supersedeWaiters=[];this.historyCompleted=false;this.historyCompletePromise=new Promise(e=>{this.resolveHistoryComplete=e;});this.switchingMarket=false;this.loadingUp=false;this.volumeOptedOut=false;this.contextEmitAt=new Map;this.runEmitAt=new Map;for(let c of i)this.registerEngine(c.language,c);this.defaultLanguage=o.defaultLanguage,this.renderer.mount(e,o.theme),this.renderer.onInputChange(c=>c.kind==="prop"?this.applyProps(c.indicatorId,{[c.key]:c.value}):this.applyInputs(c.indicatorId,{[c.key]:c.value})),this.renderer.onRemoveIndicator(c=>this.removeIndicator(c)),this.renderer.onToggleIndicatorVisible?.((c,d)=>this.setVisible(c,d)),this.paneActionUnsub=this.renderer.onPaneAction?.(c=>this.handlePaneAction(c))??null,this.renderer.onChartTypeSettingsChange?.((c,d)=>{this.typeSettings.set(c,d),this.typeEngines.get(c)?.onSettings?.(d);}),this.renderer.onMoveIndicator?.((c,d)=>this.moveIndicator(c,d)),this.renderer.onThemeSelect?.(c=>this.setTheme(gr(c))),this.viewportUnsub=this.renderer.onViewportChange(c=>this.onViewportChange(c)),this.renderer.onPriceStyleChange?.(c=>this.syncPriceStyle(c));let a=this.renderer.readFeature("priceStyle");typeof a=="string"&&(this.priceStyle=a),this.barTransform=fr(a);let l=new da({fetchBars:(c,d)=>this.fetchSeries(this.config.market.symbol??"",c,d),canFetch:()=>!!this.feed.loadRange&&!this.config.market.data?.length&&!!this.config.market.symbol,chartTimeframe:()=>this.config.market.timeframe??"60",marketKey:()=>`${this.config.market.symbol??""}|${this.config.market.session??""}`});this.drawings=new ca(this.renderer,this.events,o.drawings,l),this.unresolvedUnsub=this.feed.onUnresolved?.(c=>{this.endLoad(),this.events.emit("data:unresolved",c);})??null,this.readyPromise=this.init(),Nt(a)?.dataEngine&&this.syncChartTypeEngine(a);}currentVisibleRange(){if(this.visibleRange)return this.visibleRange;let e=this.renderer.getVisibleRange();return e?{left:e.from,right:e.to}:void 0}engineFor(e){let t=e??this.defaultLanguage,n=this.engines.get(t);if(!n)throw new Error(`[vela] no scripting engine registered for language "${t}". Vela ships none \u2014 install one (Pine Script: @luxalgo/vela-pinets) and register it before addIndicator, e.g. chart.registerEngine('pine', new PineEngine()).`);return n}market(){return {symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",symbolInfo:this.feed.symbolInfo?.(this.config.market),chartStyle:this.priceStyle}}async fetchSeries(e,t,n){let i=gp(e),o={symbol:i.symbol,timeframe:t},s=await(this.feed.loadRange?this.feed.loadRange(o,n):this.feed.load({...o,bars:n.limit}));return i.transform?i.transform.full(s):s}onViewportChange(e){this.visibleRange={left:e.from,right:e.to},this.events.emit("viewport:changed",{from:e.from,to:e.to}),this.viewportTimer!=null&&clearTimeout(this.viewportTimer),this.viewportTimer=setTimeout(()=>{if(this.viewportTimer=null,this.switchingMarket)return;let t=this.visibleRange;if(t){for(let n of this.registry.all())!n.renderHandle||n.hidden||(n.session&&n.prepared?.reactsToViewport?(n.pendingCause="viewport",n.session.setVisibleRange(t)):n.native?.descriptor.reactsToViewport&&n.native.instance.onViewport({from:t.left,to:t.right}));this.activeEngineStyle&&this.typeEngines.get(this.activeEngineStyle)?.onViewport?.({from:t.left,to:t.right});}},s0);}async init(){let e=this.bumpGeneration();this.beginLoad(true),await this.loadMarket(e,{firstLoad:true}),this.generation===e&&(this.startLive(),this.events.emit("ready",void 0));}bumpGeneration(){let e=++this.generation;this.progressiveAbort?.abort(),this.progressiveAbort=null;for(let t of this.supersedeWaiters.splice(0))t();return e}beginLoad(e){if(this.loadingUp)return;this.loadingUp=true,this.renderer.setLoading?.(true);let t=this.config.market;this.events.emit("load:start",{symbol:t.symbol??"TEST",timeframe:t.timeframe??"60",firstLoad:e});}endLoad(){if(!this.loadingUp)return;this.loadingUp=false,this.renderer.setLoading?.(false);let e=this.config.market;this.events.emit("load:end",{symbol:e.symbol??"TEST",timeframe:e.timeframe??"60",bars:this.bars.length});}async loadMarket(e,t){try{await this.loadMarketInner(e,t);}finally{this.generation===e&&this.endLoad();}}async loadMarketInner(e,t){let n=this.config.market,i=n.bars??500,o=n.visibleRange,s=!n.data?.length&&o==null&&i>c0,a=false;if(!n.data?.length&&o==null&&this.feed.loadProgressive){let l=false,c=(u,h)=>{this.generation!==e||!h&&u.length===0||!l&&!h&&u.length<Math.min(i,d0)||(this.setBarSeries(u,l?{preserveView:true}:void 0),!l&&u.length>0&&(l=true,t.firstLoad&&this.activateBarLayers(),h||(this.historyState="backfill")));},d=new AbortController;this.progressiveAbort=d,a=await new Promise(u=>{let h=false,p=m=>{h||(h=true,u(m));};d.signal.addEventListener("abort",()=>p(true),{once:true}),this.feed.loadProgressive(n,m=>{c(m,false),l&&p(true);},{signal:d.signal}).then(m=>{if(this.progressiveAbort===d&&(this.progressiveAbort=null),m==null)return p(false);if(this.generation!==e)return p(true);c(m,true),this.completeHistory(m.length>=i?"depth":"genesis"),p(true);}).catch(()=>{this.progressiveAbort===d&&(this.progressiveAbort=null),this.generation===e&&this.completeHistory("aborted"),p(true);});});}if(!a)if(s&&this.feed.loadRange){let l=await this.feed.load({...n,bars:Math.min(i,bp)});if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers(),l.length>0&&i>l.length?(this.historyState="backfill",this.backfillHistory(e,i)):this.completeHistory("depth");}else if(s){let l=await this.feed.load({...n,bars:l0});if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers();let c=await this.feed.load(n);if(this.generation!==e)return;this.setBarSeries(c,{preserveView:true}),this.completeHistory("depth");}else {let l=await this.feed.load(n);if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers(),this.completeHistory("depth");}o!=null&&(typeof o=="string"?this.setVisibleRangePreset(o):this.renderer.setVisibleRange(o)),this.refreshPriceFormat(),this.ensurePriceFormat();}startLive(){this.config.live&&(this.live=new qo(this.feed,this.config.market,e=>this.onBar(e)),this.live.start(),typeof document<"u"&&(this.onVisible=()=>{if(document.visibilityState!=="visible")return;let e=this.bars[this.bars.length-1];!e||this.healing||!this.canHeal()||Date.now()-this.lastHealAt<=vp||this.healGap(e.time);},document.addEventListener("visibilitychange",this.onVisible)));}stopLive(){this.live?.stop(),this.live=null,this.onVisible&&typeof document<"u"&&document.removeEventListener("visibilitychange",this.onVisible),this.onVisible=null,this.healing=false,this.healBuffer=[],this.lastHealAt=0;}resetHistoryTracking(){this.resolveHistoryComplete(),this.historyCompleted=false,this.historyState="complete",this.historyCompletePromise=new Promise(e=>{this.resolveHistoryComplete=e;});}marketSnapshot(){let e=this.config.market;return {symbol:e.symbol,provider:gt(e.symbol??"").provider??void 0,timeframe:e.timeframe,bars:e.bars,session:e.session,offline:e.data!==void 0}}async setMarket(e){let t=this.config.market,n=e.symbol!==void 0&&e.symbol!==t.symbol||e.timeframe!==void 0&&e.timeframe!==t.timeframe||e.session!==void 0&&e.session!==t.session||e.data!==void 0,i=e.bars!==void 0&&e.bars!==t.bars,o=i&&!n&&this.rawBars.length>0&&!t.data?.length&&((e.bars??0)<=this.rawBars.length||typeof this.feed.loadRange=="function");if(!n&&!i){typeof e.visibleRange=="string"?this.setVisibleRangePreset(e.visibleRange):e.visibleRange&&this.renderer.setVisibleRange(e.visibleRange);return}let s={symbol:t.symbol??"TEST",timeframe:t.timeframe??"60"},l=n&&e.session!==void 0&&e.data===void 0&&(e.symbol===void 0||e.symbol===t.symbol)&&(e.timeframe===void 0||e.timeframe===t.timeframe)&&e.visibleRange===void 0?this.currentVisibleRange():void 0,c=l?this.rawBars.filter(u=>u.time>=l.left&&u.time<=l.right).length:0,d=this.bumpGeneration();this.switchingMarket=true;try{if(this.stopLive(),this.viewportTimer!=null&&(clearTimeout(this.viewportTimer),this.viewportTimer=null),this.visibleRange=null,this.resetHistoryTracking(),e.symbol!==void 0&&(t.symbol=e.symbol),e.timeframe!==void 0&&(t.timeframe=e.timeframe),e.bars!==void 0&&(t.bars=e.bars),e.session!==void 0&&(t.session=e.session),l){let u=Math.min(Math.ceil((Date.now()-l.left)/this.barIntervalMs())+50,5e3);u>(t.bars??500)&&(t.bars=u);}if(e.data!==void 0?t.data=e.data:e.symbol!==void 0&&delete t.data,t.visibleRange=e.visibleRange??(l?{from:l.left,to:l.right}:void 0),n&&(this.beginLoad(!1),this.setBarSeries([],{clearing:!0}),this.activeEngineStyle&&(this.typeEngines.get(this.activeEngineStyle)?.suspend(),this.renderer.setNativeData?.(this.activeEngineStyle,void 0),this.renderer.setNativeData?.(`${this.activeEngineStyle}-pending`,[]))),o?this.extendDepth(d,t.bars??500):await Promise.race([this.loadMarket(d,{firstLoad:!1}),new Promise(u=>this.supersedeWaiters.push(u))]),this.generation!==d)return}finally{this.generation===d&&(this.switchingMarket=false);}if(l&&c>=2&&this.rawBars.length>0){let u=this.rawBars,h=u.length-1;for(;h>0&&u[h].time>l.right;)h-=1;let p=u[Math.max(0,h-(c-1))].time;this.renderer.setVisibleRange({from:p,to:Math.max(l.right,u[h].time+1)});}o||(this.restartNativeIndicators(),this.restartChartTypeEngine(),this.reexecuteIndicators()),this.startLive(),n&&this.events.emit("market:changed",{symbol:t.symbol??"TEST",timeframe:t.timeframe??"60",prev:s});}restartNativeIndicators(){for(let e of this.registry.all())if(e.native)if(e.native.instance.stop(),e.native.instance=e.native.descriptor.create(),e.pendingStructural=true,e.hidden)e.native.stale=true;else {let t=this.handles.get(e.id);t&&this.startNativeIndicator(e.id,t);}}restartChartTypeEngine(){for(let e of this.typeEngines.values())e.stop();this.typeEngines.clear(),this.activeEngineStyle&&this.startChartTypeEngine(this.activeEngineStyle);}activateBarLayers(){this.maybeAutoAddVolume();}extendDepth(e,t){if(this.rawBars.length>t){this.setBarSeries(this.rawBars.slice(this.rawBars.length-t),{preserveView:true}),this.completeHistory("depth");return}if(this.rawBars.length===t){this.completeHistory("depth");return}this.historyState="backfill",this.backfillHistory(e,t);}async backfillHistory(e,t){try{for(;this.generation===e&&this.rawBars.length<t&&this.rawBars.length>0;){let n=t-this.rawBars.length,i=bp,o=await this.feed.loadRange(this.config.market,{to:this.rawBars[0].time,limit:Math.min(i,n)+1});if(this.generation!==e)return;let s=this.rawBars[0].time,a=o.filter(l=>l.time<s);if(a.length===0){this.completeHistory("genesis");return}for(let l=1;l<a.length;l+=1)if(a[l].time<=a[l-1].time){console.warn("[vela] non-monotonic history chunk \u2014 stopping the backfill"),this.completeHistory("aborted");return}this.setBarSeries([...a,...this.rawBars],{preserveView:!0}),this.notifySessionsBars("backfill"),this.events.emit("history:progress",{loaded:this.rawBars.length,target:t});}this.generation===e&&this.completeHistory("depth");}catch(n){console.warn(`[vela] history backfill failed \u2014 keeping ${this.rawBars.length} bars (${n instanceof Error?n.message:String(n)})`),this.generation===e&&this.completeHistory("aborted");}}completeHistory(e){this.historyCompleted||(this.historyCompleted=true,this.historyState="complete",this.notifySessionsBars("complete"),this.events.emit("history:complete",{reason:e,oldestTime:this.rawBars[0]?.time??0,barsLoaded:this.rawBars.length}),this.resolveHistoryComplete());}historyComplete(){return this.historyCompletePromise}qualifiedSymbol(){let e=this.config.market;return e.symbol?e.symbol:null}refreshPriceFormat(){if(!this.renderer.setPricePrecision)return;let e=this.feed.symbolInfo?.(this.config.market)?.mintick;this.renderer.setPricePrecision(typeof e=="number"&&e>0?e:void 0);}async ensurePriceFormat(){if(!this.renderer.setPricePrecision)return;let e=this.qualifiedSymbol();if(e)try{await this.dataControl.symbolInfo(e),this.refreshPriceFormat();}catch{}}maybeAutoAddVolume(){!this.config.volume||this.volumeOptedOut||!this.renderer.setNativeData||di("volume")&&this.addNativeIndicator("volume");}syncPriceStyle(e){typeof e=="string"&&(this.priceStyle=e),this.syncBarTransform(e),this.syncChartTypeEngine(e);}syncChartTypeEngine(e){let t=typeof e=="string"?e:null,i=Nt(t)?.dataEngine?t:null;i!==this.activeEngineStyle&&(this.activeEngineStyle&&this.typeEngines.get(this.activeEngineStyle)?.suspend(),this.activeEngineStyle=i,i&&this.startChartTypeEngine(i));}async startChartTypeEngine(e){if(!this.renderer.setNativeData||(await this.readyPromise,this.activeEngineStyle!==e))return;let t=this.typeEngines.get(e);if(t){t.resume();return}let n=Nt(e);if(!n?.dataEngine)return;let i=n.dataEngine();this.typeEngines.set(e,i);let o=this.typeSettings.get(e);o&&i.onSettings?.(o),i.start({symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",live:this.config.live??false,session:this.config.market.session,bars:()=>this.bars,data:this.dataControl,pushData:s=>this.renderer.setNativeData?.(e,s),pushPending:s=>this.renderer.setNativeData?.(`${e}-pending`,s)});}syncBarTransform(e){let t=fr(e);t!==this.barTransform&&(this.barTransform=t,this.rawBars.length!==0&&(this.bars=t?t.full(this.rawBars):this.rawBars,this.renderer.setBars(this.bars,{preserveView:true}),this.reexecuteIndicators()));}reexecuteIndicators(){for(let e of this.registry.all()){if(e.hidden||!e.session)continue;e.session.stop(),e.session=void 0,e.pendingStructural=true,e.pendingCause="market",this.setLoading(e,true);let t=this.handles.get(e.id);t&&this.executeIndicator(e.id,t);}}onBar(e){if(this.healing){this.healBuffer.push(e);return}let t=this.rawBars[this.rawBars.length-1];if(t&&this.canHeal()&&e.time>t.time+this.barIntervalMs()*u0&&Date.now()-this.lastHealAt>vp){this.healBuffer.push(e),this.healGap(t.time);return}this.applyBar(e);}setBarSeries(e,t){this.rawBars=e,this.bars=this.barTransform?this.barTransform.full(e):e,this.renderer.setBars(this.bars,{preserveView:t?.preserveView}),!t?.clearing&&this.bars.length>0&&this.endLoad();}applyBar(e,t=true){let n=this.rawBars[this.rawBars.length-1],i=e;if(n&&e.time===n.time)this.rawBars[this.rawBars.length-1]=e,this.barCause="tick",this.barTransform&&(i=this.barTransform.next(e,this.bars[this.bars.length-2]),this.bars[this.bars.length-1]=i);else if(!n||e.time>n.time)this.rawBars.push(e),this.barCause="bar",this.barTransform&&(i=this.barTransform.next(e,this.bars[this.bars.length-1]),this.bars.push(i));else return;this.renderer.updateBar(i),this.events.emit("bar",e),t&&this.notifySessionsBars(this.historyState==="backfill"?"backfill":void 0);}notifySessionsBars(e){if(this.switchingMarket)return;let t=e?"history":this.barCause;for(let n of this.registry.all())!n.renderHandle||n.hidden||(n.session?(n.pendingCause=t,n.session.notifyBars(e)):n.native&&n.native.instance.onBars());}canHeal(){return !!this.feed.loadRange&&!this.config.market.data?.length}barIntervalMs(){return et(this.config.market.timeframe??"60")}async healGap(e){let t=this.generation;this.healing=true,this.lastHealAt=Date.now();try{let n=await this.feed.loadRange(this.config.market,{from:e});if(this.generation!==t)return;for(let i of n)this.applyBar(i,!1);}catch{}finally{if(this.generation===t){this.healing=false;let n=this.healBuffer;this.healBuffer=[];for(let i of n)this.applyBar(i,false);this.notifySessionsBars(this.historyState==="backfill"?"backfill":void 0);}}}registerEngine(e,t){let n=this.engines.get(e);n&&n!==t&&console.warn(`[vela] re-registering scripting engine for language "${e}"; replacing ${n.constructor.name} with ${t.constructor.name}.`),this.engines.set(e,t);}addIndicator(e,t={}){let n=this.registry.nextId(),i=t.title??"Indicator",o=new or(n,i,this,e);return this.handles.set(n,o),this.registry.add({id:n,title:i,source:e,options:t,inputValues:{...t.inputs??{}},propValues:{...t.props??{}}}),this.startIndicator(n,e,t,o),o}addNativeIndicator(e,t={}){let n=this.registry.all().find(c=>c.native?.type===e);if(n)return this.handles.get(n.id)??new or(n.id,n.title,this);let i=di(e),o=this.registry.nextId("native"),s=i?.title??e,a=new or(o,s,this);if(this.handles.set(o,a),!i)return console.warn(`[vela] addNativeIndicator("${e}") \u2014 no native indicator registered for this type.`),a;let l={...i.defaultInputs(),...t.inputs??{}};return this.registry.add({id:o,title:s,source:e,inputValues:l,propValues:{},native:{type:e,instance:i.create(),descriptor:i}}),a.setSchema(i.inputsSchema()),this.startNativeIndicator(o,a),a}presentNativeIndicators(){return this.registry.all().map(e=>e.native?.type).filter(e=>!!e)}async availableNativeIndicators(){let e=this.qualifiedSymbol(),t=new Set(this.presentNativeIndicators());return Promise.all(jo().map(async n=>({type:n.type,title:n.title,supported:await this.isNativeSupported(n,e),present:t.has(n.type),beta:n.beta})))}async isNativeSupported(e,t){if(!e.isSupported)return true;if(!t)return false;try{return await e.isSupported(t,this.dataControl)}catch{return false}}applyInputs(e,t){let n=this.registry.get(e);!n||!n.session&&!n.native||(n.inputValues={...n.inputValues,...t},n.renderHandle&&this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues),n.pendingStructural=true,!n.hidden&&!n.native&&this.setLoading(n,true),n.pendingCause="inputs",n.session?n.session.update(n.inputValues):n.native&&!n.hidden&&n.native.instance.setInputs(n.inputValues),this.events.emit("indicator:inputs",{id:e}));}inputValuesOf(e){return {...this.registry.get(e)?.inputValues}}propValuesOf(e){return {...this.registry.get(e)?.propValues}}applyProps(e,t){let n=this.registry.get(e);n?.session&&(n.propValues={...n.propValues,...t},n.renderHandle&&this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues,n.propValues),n.pendingStructural=true,n.hidden||this.setLoading(n,true),n.pendingCause="inputs",n.session.update(n.inputValues,n.propValues),this.events.emit("indicator:inputs",{id:e}));}listIndicators(){return [...this.handles.values()]}getIndicatorContext(e,t){return this.registry.get(e)?.session?.getContext?.(t)??Promise.resolve(null)}removeIndicator(e){let t=this.registry.remove(e);t?.native?.type==="volume"&&(this.volumeOptedOut=true),t?.session?.stop(),t?.native?.instance.stop(),this.handles.delete(e),t?.renderHandle&&this.renderer.removeIndicator(t.renderHandle);let n=t?.model?.paneId;n&&n!=="price"&&!this.paneStillUsed(n)&&(this.renderer.removePane(n),this.forgetPane(n),this.events.emit("pane:changed",void 0)),this.events.emit("indicator:removed",{id:e});}setVisible(e,t){let n=this.registry.get(e);if(!(!n||n.hidden===!t)){if(n.hidden=!t,this.handles.get(e)?.setVisibleState(t),!t)n.session?.stop(),n.session=void 0,n.native?.instance.suspend(),n.renderHandle&&this.renderer.setIndicatorVisible?.(n.renderHandle,false);else if(n.renderHandle&&this.renderer.setIndicatorVisible?.(n.renderHandle,true),n.pendingStructural=true,n.native)if(n.native.stale){n.native.stale=false;let i=this.handles.get(e);i&&this.startNativeIndicator(e,i);}else n.native.instance.resume();else {this.setLoading(n,true);let i=this.handles.get(e);i&&this.executeIndicator(e,i);}this.events.emit("indicator:visibility",{id:e,visible:t});}}ready(){return this.readyPromise}inspect(){let e=[...this.registry.all()].filter(t=>!t.loading).sort((t,n)=>(n.native?1:0)-(t.native?1:0));return Eh(e.map(t=>t.model).filter(t=>t!=null))}resize(){this.renderer.resize();}setTheme(e){let t=this.config.theme;Object.keys(e).every(n=>e[n]===t[n])||(this.config.theme=e,this.renderer.setTheme(e),this.events.emit("theme:changed",e));}getVisibleRange(){return this.renderer.getVisibleRange()}setVisibleRange(e){this.renderer.setVisibleRange(e);}panBy(e){if(this.renderer.panBy){this.renderer.panBy(e);return}let t=this.renderer.getVisibleRange();if(!t)return;let n=(t.to-t.from)*e;this.renderer.setVisibleRange({from:t.from+n,to:t.to+n});}setVisibleRangePreset(e){let t=Ph(e,this.bars);t&&this.renderer.setVisibleRange(t);}destroy(){this.bumpGeneration(),this.resolveHistoryComplete(),this.stopLive(),this.viewportTimer!=null&&clearTimeout(this.viewportTimer),this.viewportUnsub?.(),this.paneActionUnsub?.();for(let e of this.registry.all())e.session?.stop(),e.native?.instance.stop();for(let e of this.typeEngines.values())e.stop();this.typeEngines.clear(),this.activeEngineStyle=null,this.unresolvedUnsub?.(),this.unresolvedUnsub=null,this.feed.destroy?.(),this.drawings.destroy(),this.renderer.destroy(),this.events.clear();}async startIndicator(e,t,n,i){try{if(await this.readyPromise,!this.registry.get(e))return;await h0();let o=this.registry.get(e);if(!o)return;let s=this.engineFor(n.language);o.engine=s;let a=await s.prepare(t,e);o.prepared=a;let l={};for(let d of a.inputs)l[d.key]=d.defval;o.inputValues={...l,...o.inputValues},i.setSchema(a.inputs);let c={};for(let d of a.props??[])c[d.key]=d.defval;o.propValues={...c,...o.propValues},i.setPropsSchema(a.props??[]),this.mountLoadingPlaceholder(e,o),this.executeIndicator(e,i);}catch(o){this.fail(e,i,o);}}executeIndicator(e,t){let n=this.registry.get(e);if(!n||!n.engine||!n.prepared||n.hidden)return;let i=this.config.live&&!n.prepared.reactsToViewport&&n.engine.capabilities.streaming?"live":"static";n.session=n.engine.execute({prepared:n.prepared,market:this.market(),bars:this.bars,getBars:()=>this.bars,fetchSeries:(o,s,a)=>this.fetchSeries(o,s,a),inputs:n.inputValues,props:n.propValues,visibleRange:this.currentVisibleRange(),mode:i,historyState:this.historyState},{onModel:o=>{let s=!n.announced,a=n.pendingCause??"history";this.applyModel(e,o)&&(n.pendingCause=void 0,this.emitContextChanged(e),this.emitScriptRun(e,a,s));},onAlert:o=>{let s=n.options?.title??n.prepared?.meta.title??n.title;this.events.emit("alert",{...o,indicator:s}),t.emit("alert",{id:o.id,message:o.message,title:o.title,time:o.time});},onWarning:o=>this.events.emit("warning",o),onError:o=>this.fail(e,t,o)}),this.emitContextChanged(e);}async startNativeIndicator(e,t){try{await this.readyPromise;let n=this.registry.get(e);if(!n?.native||n.hidden)return;let i={symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",live:this.config.live,session:this.config.market.session,bars:()=>this.bars,data:this.dataControl,emit:o=>this.applyModel(e,this.buildNativeModel(n,o)),pushData:o=>this.renderer.setNativeData?.(n.native.type,o),setStatus:o=>{n.renderHandle&&!n.hidden&&this.renderer.setIndicatorStatus?.(n.renderHandle,o);}};n.native.instance.start(i,n.inputValues);}catch(n){this.fail(e,t,n);}}buildNativeModel(e,t){let n=e.native.descriptor;return {id:e.id,title:e.title,...n.shortTitle?{shorttitle:n.shortTitle}:{},overlay:n.overlay,paneHint:n.paneHint,native:{type:e.native.type},...t.paneAxis!=null?{paneAxis:t.paneAxis}:{},series:t.series??[],fills:t.fills??[],backgrounds:t.backgrounds??[],priceLines:t.priceLines??[],...t.lines?{lines:t.lines}:{},...t.boxes?{boxes:t.boxes}:{},...t.labels?{labels:t.labels}:{},...t.polylines?{polylines:t.polylines}:{},...t.linefills?{linefills:t.linefills}:{},...t.tables?{tables:t.tables}:{},inputs:n.inputsSchema(),inputValues:e.inputValues}}mountLoadingPlaceholder(e,t){if(t.renderHandle||t.hidden||!t.prepared)return;let n=t.prepared.meta,i={id:e,title:t.options?.title??n.title,overlay:n.overlay,paneHint:n.overlay?"price":"new",series:[],fills:[],backgrounds:[],priceLines:[],inputs:t.prepared.inputs,inputValues:t.inputValues,...t.prepared.props?{props:t.prepared.props,propValues:t.propValues}:{}},o=this.routePane(e,i,t.options??{});this.placeModel(i,e,o),t.model=i,this.ensurePaneFor(o),t.renderHandle=this.renderer.mountIndicator(i),t.pendingStructural=true,this.setLoading(t,true);}setLoading(e,t){e.loading=t,e.renderHandle&&!e.hidden&&this.renderer.setIndicatorStatus?.(e.renderHandle,t?"loading":"idle");}ensurePaneFor(e){this.paneOrder.includes(e)||this.paneOrder.push(e),this.renderer.ensurePane({id:e,kind:e==="price"?"price":"study",order:this.paneOrder.indexOf(e)});}paneStillUsed(e){for(let t of this.registry.all())if(t.model?.paneId===e)return true;return false}forgetPane(e){let t=this.paneOrder.indexOf(e);t>0&&this.paneOrder.splice(t,1),this.collapsedPanes.delete(e),this.maximizedPaneId===e&&(this.maximizedPaneId=null);}paneManagementSupported(){return this.renderer.capabilities.paneManagement===true&&typeof this.renderer.setIndicatorPane=="function"}listPanes(){let e=new Map;for(let n of this.registry.all()){let i=n.model;if(!i)continue;let o=i.paneId??"price";e.has(o)||e.set(o,[]),e.get(o).push({id:n.id,title:i.title||n.title,ownScale:i.ownScale===true});}let t=[];for(let n of this.paneOrder)n!=="price"&&!e.has(n)||t.push({id:n,kind:n==="price"?"price":"study",order:t.length,collapsed:this.collapsedPanes.has(n),maximized:this.maximizedPaneId===n,indicators:e.get(n)??[]});return t}movePane(e,t){if(e==="price")return;let n=this.existingPaneIds(),i=n.indexOf(e);if(i<0)return;let o=t==="up"?i-1:i+1;o<=0||o>=n.length||([n[i],n[o]]=[n[o],n[i]],this.reorderPanes(n),this.events.emit("pane:moved",{paneId:e,dir:t}));}removePaneAndIndicators(e){if(e!=="price")for(let t of [...this.registry.all()])t.model?.paneId===e&&this.removeIndicator(t.id);}collapsePane(e,t){t?this.collapsedPanes.add(e):this.collapsedPanes.delete(e),this.renderer.setPaneCollapsed?.(e,t),this.events.emit("pane:changed",void 0);}maximizePane(e){this.maximizedPaneId=e,this.renderer.setPaneMaximized?.(e),this.events.emit("pane:changed",void 0);}moveIndicator(e,t){if(!this.paneManagementSupported()||!this.renderer.setIndicatorPane){console.warn("[vela] the active renderer does not support moving indicators between panes.");return}let n=this.registry.get(e);if(!n?.renderHandle||!n.model)return;let i=n.model,o=i.paneId??"price",s=this.resolveMoveTarget(e,i,t);if(!s)return;let{paneId:a,ownScale:l,insert:c}=s;a===o&&i.ownScale===true===l||(c?this.insertPaneOrder(a,c):this.paneOrder.includes(a)||this.paneOrder.push(a),i.ownScale=l,n.paneLocked=true,this.placeModel(i,e,a),this.ensurePaneFor(a),this.renderer.setIndicatorPane(n.renderHandle,a,{ownScale:l}),o!=="price"&&o!==a&&!this.paneStillUsed(o)&&(this.renderer.removePane(o),this.forgetPane(o)),this.reorderPanes(this.existingPaneIds()),this.events.emit("indicator:moved",{id:e,paneId:a}),this.events.emit("pane:changed",void 0));}resolveMoveTarget(e,t,n){if(n==="price"||typeof n=="object"&&"pane"in n&&n.pane==="price")return {paneId:"price",ownScale:!t.overlay};if("pane"in n)return this.existingPaneIds().includes(n.pane)?{paneId:n.pane,ownScale:true}:null;let i=n.newPane===true?{}:n.newPane;return {paneId:this.freshPaneId(e,t.paneId??"price"),ownScale:false,insert:i}}freshPaneId(e,t){let n=new Set(this.existingPaneIds()),i=`pane-${e}`;for(let o=2;i===t||n.has(i);o+=1)i=`pane-${e}-${o}`;return i}insertPaneOrder(e,t){let n=this.paneOrder.indexOf(e);n>0&&this.paneOrder.splice(n,1);let i=this.paneOrder.length;t.before&&this.paneOrder.includes(t.before)?i=this.paneOrder.indexOf(t.before):t.after&&this.paneOrder.includes(t.after)&&(i=this.paneOrder.indexOf(t.after)+1),i<1&&(i=1),this.paneOrder.splice(i,0,e);}existingPaneIds(){return this.paneOrder.filter(e=>e==="price"||this.paneStillUsed(e))}reorderPanes(e){this.paneOrder.length=0,this.paneOrder.push(...e),this.renderer.orderPanes?.(e),this.events.emit("pane:changed",void 0);}handlePaneAction(e){switch(e.type){case "remove":this.removePaneAndIndicators(e.paneId);break;case "move":{let t=this.existingPaneIds(),n=t.indexOf(e.paneId),i=e.dir==="up"?n-1:n+1;n>0&&i>0&&i<t.length&&([t[n],t[i]]=[t[i],t[n]],this.paneOrder.length=0,this.paneOrder.push(...t),this.events.emit("pane:changed",void 0),this.events.emit("pane:moved",{paneId:e.paneId,dir:e.dir}));break}case "collapse":e.collapsed?this.collapsedPanes.add(e.paneId):this.collapsedPanes.delete(e.paneId),this.events.emit("pane:changed",void 0);break;case "maximize":this.maximizedPaneId=e.maximized?e.paneId:null,this.events.emit("pane:changed",void 0);break}}announce(e,t){e.announced||(e.announced=true,this.events.emit("indicator:added",{id:e.id}),this.emitContextChanged(e.id),t?.emit("ready",void 0));}applyModel(e,t){let n=this.registry.get(e);if(!n||n.hidden)return true;if(n.loading&&this.bars.length===0&&!r.modelHasOutput(t))return false;let i=this.handles.get(e);if(!n.renderHandle){let a=this.routePane(e,t,n.options??{});return this.placeModel(t,e,a),n.model=t,this.ensurePaneFor(a),n.renderHandle=this.renderer.mountIndicator(t),n.pendingStructural=false,this.announce(n,i),true}let o=n.model?.paneId??"price",s=n.model?.ownScale===true;if(n.loading&&!n.paneLocked){let a=this.routePane(e,t,n.options??{});a!==o&&(o!=="price"&&(this.renderer.removePane(o),this.forgetPane(o)),this.ensurePaneFor(a),n.pendingStructural=true,o=a);}return this.placeModel(t,e,o),n.paneLocked&&(t.ownScale=s),n.model=t,n.pendingStructural?(n.renderHandle=this.renderer.mountIndicator(t),this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues,n.propValues),n.pendingStructural=false):this.renderer.updateIndicator(n.renderHandle,p0(t)),n.loading&&this.setLoading(n,false),this.announce(n,i),true}static modelHasOutput(e){return e.series.length>0||e.fills.length>0||e.backgrounds.length>0||e.priceLines.length>0||(e.lines?.length??0)>0||(e.boxes?.length??0)>0||(e.labels?.length??0)>0||(e.polylines?.length??0)>0||(e.linefills?.length??0)>0||(e.tables?.length??0)>0||(e.barColors?.length??0)>0||(e.trades?.length??0)>0}routePane(e,t,n){return n.pane==="new"?`pane-${e}`:n.pane==="price"||(n.overlay??t.overlay)?"price":`pane-${e}`}static plotsAtLastBar(e){let t={};for(let n of e.series)ve(n)&&(t[n.title]=n.points[n.points.length-1]?.value??null);return t}placeModel(e,t,n){e.id=t,e.paneId=n;let i=o=>o.overlay===true?"price":n;for(let o of e.series)o.paneId=i(o);for(let o of e.fills)o.paneId=i(o);for(let o of e.backgrounds)o.paneId=i(o);for(let o of e.priceLines)o.paneId=n;if(e.lines)for(let o of e.lines)o.paneId=i(o);if(e.boxes)for(let o of e.boxes)o.paneId=i(o);if(e.labels)for(let o of e.labels)o.paneId=i(o);if(e.polylines)for(let o of e.polylines)o.paneId=i(o);if(e.linefills)for(let o of e.linefills)o.paneId=i(o);if(e.tables)for(let o of e.tables)o.paneId=i(o);}emitContextChanged(e){if(!this.registry.get(e)?.session?.getContext)return;let t=Date.now();t-(this.contextEmitAt.get(e)??0)<1e3||(this.contextEmitAt.set(e,t),this.events.emit("context:changed",{id:e}));}emitScriptRun(e,t,n){let i=this.registry.get(e);if(!i||i.native||!this.events.hasListeners("script:run"))return;let o=Date.now();t==="tick"&&o-(this.runEmitAt.get(e)??0)<a0||(this.runEmitAt.set(e,o),Promise.resolve().then(()=>this.buildScriptRun(i,t,n)).then(s=>{s&&this.registry.get(e)&&this.events.emit("script:run",s);}));}async buildScriptRun(e,t,n){let i=e.model;if(!i)return null;let o=await this.pullContext(e,["variables","strategy","warnings"]),s=this.bars[this.bars.length-1];return {id:e.id,title:i.title,kind:o?.strategy||(i.trades?.length??0)>0?"strategy":"indicator",cause:t,first:n,bar:Math.max(0,this.bars.length-1),time:s?.time??0,forming:this.config.live&&this.bars.length>0,complete:this.historyState!=="backfill",plots:r.plotsAtLastBar(i),vars:o?.variables??{},...o?.strategy?{strategy:o.strategy}:{},warnings:o?.warnings??[],trades:async()=>(await this.pullContext(e,["trades"]))?.trades??[],series:async a=>((await this.pullContext(e,["plots"]))?.plots?.[a]??[]).map(c=>({time:c.time,value:typeof c.value=="number"?c.value:null}))}}async pullContext(e,t){try{return await e.session?.getContext?.(t)??null}catch{return null}}fail(e,t,n){let i=this.registry.get(e);i?.loading&&this.setLoading(i,false);let o=n instanceof Error?n:new Error(String(n));console.error(`[vela] indicator "${e}" failed:`,o.message),this.events.emit("indicator:error",{id:e,error:o}),t?.emit("error",{error:o});}};function h0(){return typeof requestAnimationFrame=="function"?new Promise(r=>requestAnimationFrame(()=>requestAnimationFrame(()=>r()))):new Promise(r=>setTimeout(r,0))}function p0(r){let e=[],t=Number.POSITIVE_INFINITY,n=0;for(let i of r.series)if(i.kind==="candle"||i.kind==="bar"){e.push({seriesId:i.id,kind:"bars",bars:i.bars});for(let o of i.bars)o.time<t&&(t=o.time),o.time>n&&(n=o.time);}else if(ve(i)){e.push({seriesId:i.id,kind:"points",points:i.points});for(let o of i.points)o.time<t&&(t=o.time),o.time>n&&(n=o.time);}return {kind:"value",indicatorId:r.id,dirty:{from:Number.isFinite(t)?t:0,to:n},anchorTime:r.anchorTime??null,series:e,lines:r.lines??[],boxes:r.boxes??[],labels:r.labels??[],polylines:r.polylines??[],linefills:r.linefills??[],tables:r.tables??[],trades:r.trades??[]}}var ki=class{constructor(e){this.renderer=e;}get name(){return this.renderer.name}get capabilities(){return this.renderer.capabilities}supports(e){return this.renderer.features.includes(e)}get(e){return this.renderer.readFeature(e)}set(e,t){let n=typeof e=="string"?[[e,t]]:Object.entries(e);for(let[i,o]of n)this.renderer.features.includes(i)?this.renderer.applyFeature(i,o):console.warn(`[vela] renderer "${this.renderer.name}" has no feature "${i}" \u2014 set ignored.`);return this}setLegendActions(e){this.renderer.setLegendActions?.(e);}setLegendCallouts(e){this.renderer.setLegendCallouts?.(e);}setLegendOverviewAction(e){return this.renderer.setLegendOverviewAction?.(e),this}get supportsIndicatorSettings(){return typeof this.renderer.openIndicatorSettings=="function"}openIndicatorSettings(e){return this.renderer.openIndicatorSettings?.(e),this}screenshot(){return typeof this.renderer.screenshot=="function"?this.renderer.screenshot():(console.warn(`[vela] renderer "${this.renderer.name}" does not support screenshot().`),null)}getConfig(){return typeof this.renderer.getConfig=="function"?this.renderer.getConfig():(console.warn(`[vela] renderer "${this.renderer.name}" does not support getConfig().`),null)}applyConfig(e){return typeof this.renderer.applyConfig=="function"?this.renderer.applyConfig(e):console.warn(`[vela] renderer "${this.renderer.name}" does not support applyConfig().`),this}onConfigChanged(e){return this.renderer.onConfigChanged?.(e)??(()=>{})}onCrosshairMove(e){return this.renderer.onCrosshairMove(e)}onAxisLongPress(e){return this.renderer.onAxisLongPress?.(e)??(()=>{})}dataWindowReadout(){return this.renderer.getDataWindowReadout?.()??null}setSymbolPicker(e){return typeof this.renderer.setSymbolPicker=="function"?this.renderer.setSymbolPicker(e):console.warn(`[vela] renderer "${this.renderer.name}" does not support setSymbolPicker().`),this}focus(){return this.renderer.focus?.(),this}get supportsExternalCrosshair(){return typeof this.renderer.setExternalCrosshair=="function"}setExternalCrosshair(e,t=null){return this.renderer.setExternalCrosshair?.(e,t),this}closeDialogs(){return this.renderer.closeDialogs?.(),this}openSettings(e){return this.renderer.openSettingsDialog?.(e),this}setSettingsSections(e){return this.renderer.setSettingsSections?.(e),this}setSettingsVisibility(e){return this.renderer.setSettingsVisibility?.(e),this}listSettingsIds(){return this.renderer.listSettingsIds?.()??[]}setLayoutMode(e){return this.renderer.setLayoutMode?.(e),this}};var br=new Map;function m0(r){let e=Object.entries(r);for(let[t,n]of e)br.set(t,n);return ()=>{for(let[t,n]of e)br.get(t)===n&&br.delete(t);}}function f0(...r){if(r.length===0)br.clear();else for(let e of r)br.delete(e);}function Dc(){return Object.fromEntries(br)}var pa=class{constructor(e){this.controller=e;}get supported(){return this.controller.paneManagementSupported()}list(){return this.controller.listPanes()}move(e,t){return this.guard()&&this.controller.movePane(e,t),this}remove(e){return this.guard()&&this.controller.removePaneAndIndicators(e),this}collapse(e,t=true){return this.guard()&&this.controller.collapsePane(e,t),this}maximize(e){return this.guard()&&this.controller.maximizePane(e),this}moveIndicator(e,t){return this.guard()&&this.controller.moveIndicator(e,t),this}guard(){return this.controller.paneManagementSupported()?true:(console.warn("[vela] the active renderer does not support pane management \u2014 chart.panes mutation ignored."),false)}};function yp(r,e,t,n){return `${r}|${e}|${t}${n&&n!=="regular"?`|${n}`:""}`}function g0(r){return r.split("|")[1]??""}var ma=class{constructor(){this.series=new Map;this.coveredFrom=new Map;this.retained=new Set;this.retainedByOwner=new Map;}get(e){return this.series.get(e)}markCovered(e,t){this.coveredFrom.set(e,Math.min(this.coveredFrom.get(e)??1/0,t));}coveredFromOf(e){return this.coveredFrom.get(e)}merge(e,t){if(t.length===0)return this.series.get(e)??[];let n=new Map;for(let o of this.series.get(e)??[])n.set(o.time,o);for(let o of t)n.set(o.time,o);let i=[...n.values()].sort((o,s)=>o.time-s.time);return this.series.set(e,i),i}retainSymbol(e){this.currentSymbol!==e&&(this.currentSymbol=e,this.purgeOutside(e));}retain(e,t="default"){e.size===0?this.retainedByOwner.delete(t):this.retainedByOwner.set(t,new Set(e));let n=new Set;for(let i of this.retainedByOwner.values())for(let o of i)n.add(o);this.retained=n,this.purgeOutside(this.currentSymbol);}purgeOutside(e){for(let t of [...this.series.keys()]){let n=g0(t);n!==e&&!this.retained.has(n)&&(this.series.delete(t),this.coveredFrom.delete(t));}}clear(){this.series.clear(),this.coveredFrom.clear();}},Ii=new ma;function Oc(r,e,t){let{provider:n,ticker:i}=gt(r);return yp(n??"",i,e,t)}var Ri=1e4,b0=Ri+1,Di=class{constructor(e,t=Ii){this.inner=e;this.store=t;}async load(e){if(e.data&&e.data.length>0)return this.inner.load(e);let t=e.symbol??"TEST",n=Oc(t,e.timeframe??"60",e.session);this.store.retainSymbol(t);let i=this.store.get(n),o=e.bars??500,s=i?.[i.length-1];if(i&&s&&i.length>=o-1&&this.inner.loadRange){let{bars:l}=await this.fetchRange(e,{from:s.time}),c=this.store.merge(n,Ai(l));return wp(c,l[l.length-1]).slice(-o)}let a=await this.inner.load(e);return this.store.merge(n,Ai(a)),a}async loadProgressive(e,t,n){if(e.data&&e.data.length>0)return this.inner.load(e);if(!this.inner.loadProgressive)return null;let i=e.symbol??"TEST",o=Oc(i,e.timeframe??"60",e.session),s=this.store.get(o),a=e.bars??500,l=s?.[s.length-1];if(s&&l&&s.length>=a-1&&this.inner.loadRange)return this.load(e);this.store.retainSymbol(i);let c=await this.inner.loadProgressive(e,t,n);return c==null?null:(this.store.merge(o,Ai(c)),c)}async loadRange(e,t){if(!this.inner.loadRange)return this.inner.load(e);let n=Oc(e.symbol??"TEST",e.timeframe??"60",e.session),i=this.store.get(n),o=i?.[i.length-1];if(t.to!=null&&o&&t.to<o.time){let d=i.filter(f=>f.time<=t.to),u=this.store.coveredFromOf(n)??1/0;if(t.limit!=null?d.length>=t.limit&&(t.from==null||u<=t.from):t.from!=null&&u<=t.from){let f=t.from!=null?d.filter(g=>g.time>=t.from):d;return t.limit!=null&&f.length>t.limit&&(f=f.slice(-t.limit)),f}let p=await this.fetchRange(e,t),m=p.bars.filter(f=>f.time<=t.to);return m.length>0&&(this.store.merge(n,m),this.store.markCovered(n,p.coveredDownTo??m[0].time)),m}if(o&&t.from!=null){let d=this.store.coveredFromOf(n);if(d!=null&&d>t.from){let{bars:u,coveredDownTo:h}=await this.fetchRange(e,{from:t.from,to:d});this.store.merge(n,u.filter(p=>p.time<=d)),this.store.markCovered(n,h??t.from),i=this.store.get(n),o=i?.[i.length-1];}}let s=this.store.coveredFromOf(n);if(!!i&&i.length>0&&!!o&&(t.from!=null?s!=null&&s<=t.from:t.limit==null||i.length>=t.limit)&&o){let{bars:d}=await this.fetchRange(e,{from:o.time,to:t.to,limit:t.limit}),u=this.store.merge(n,Ai(d)),h=wp(u,d[d.length-1]),p=t.from!=null?h.filter(m=>m.time>=t.from):h;return t.to!=null&&(p=p.filter(m=>m.time<=t.to)),p}let{bars:l,coveredDownTo:c}=await this.fetchRange(e,t);return this.store.merge(n,Ai(l)),this.store.markCovered(n,c??t.from??l[0]?.time??0),l}async fetchRange(e,t){let n=et(e.timeframe??"60"),i=v0(t,n);if(i<=b0){let c=await this.inner.loadRange(e,{...t,limit:t.limit??i});return {bars:c,coveredDownTo:t.from??c[0]?.time}}let o=new Map,s=t.to??Date.now();for(;!(t.from!=null&&s<t.from);){let c=t.limit!=null?t.limit-o.size:Ri;if(c<=0)break;let d=await this.inner.loadRange(e,{to:s,limit:Math.min(Ri,c)}),u=1/0;for(let h of d)h.time<u&&(u=h.time),h.time<=s&&(t.from==null||h.time>=t.from)&&o.set(h.time,h);if(d.length===0){if(t.from==null)break;s-=Ri*n;continue}if(u-1>=s)break;s=u-1;}let a=[...o.values()].sort((c,d)=>c.time-d.time),l=t.from!=null&&s<t.from;return {bars:a,coveredDownTo:l?t.from:a[0]?.time}}subscribe(e,t){return this.inner.subscribe(e,t)}symbolInfo(e){return this.inner.symbolInfo?.(e)}};function v0(r,e){if(r.limit!=null)return r.limit;if(r.from==null)return Ri;let t=Math.max(0,(r.to??Date.now())-r.from);return Math.ceil(t/e*1.1)+2}function Ai(r){return r.length>0?r.slice(0,-1):r}function wp(r,e){if(!e)return r;let t=r[r.length-1];return !t||e.time>t.time?[...r,e]:r}function y0(r){return {"1m":6e4,"3m":18e4,"5m":3e5,"15m":9e5,"30m":18e5,"1h":36e5,"2h":72e5,"4h":144e5,"1d":864e5,"1w":6048e5,"1M":2592e6,1:6e4,5:3e5,15:9e5,30:18e5,60:36e5,240:144e5,D:864e5,W:6048e5,M:2592e6}[r]??36e5}var Nn=class{constructor(e=Ii){this.registry=new ua;this.primaryProvider=null;this.liveBars=[];this.symInfoCache=new Map;this.cache=new Di(new Nc(this.registry),e);}registerProvider(e,t){return this.registry.register(e,t)}unregisterProvider(e){this.registry.unregister(e);}providers(){return this.registry.names().map(e=>this.registry.infoOf(e))}resolveSymbol(e){return this.registry.resolve(e,{default:this.primaryProvider})}displayPrefix(e){let t=this.resolveSymbol(e);return t?this.registry.displayPrefixOf(t):null}canonicalSymbol(e){let t=this.resolveSymbol(e);return t?this.registry.canonicalSymbol(t):null}providerInstance(e){return this.registry.get(e)}symbolIconOf(e){return this.registry.symbolIconOf(e)}symbolIcon(e){return this.registry.symbolIcon(this.resolveSymbol(e))}symbols(e){return this.registry.symbolsOf(e)}onUnresolved(e){return this.registry.onUnresolved(e)}destroy(){this.registry.cancelWaits();}ready(){return this.registry.indexReady()}async symbolInfoFor(e){let t=this.registry.resolve(e,{default:this.primaryProvider});if(!t)return;let n=await this.registry.get(t.provider)?.getSymbolInfo?.(t.ticker);return n&&this.symInfoCache.set(Fc(t),n),n}capabilitiesFor(e){let t=this.registry.resolve(e,{default:this.primaryProvider});if(!t)return null;let n=this.registry.get(t.provider);return n?n.capabilitiesFor?.(t.ticker)??this.registry.infoOf(t.provider).capabilities:null}async load(e){if(e.data&&e.data.length>0)return this.liveBars=e.data.map(n=>({...n})),e.data;let t=await this.registry.whenResolvable(Oi(e),{default:this.primaryProvider});return this.primaryProvider=t.provider,this.prefetchSymbolInfo(t),this.cache.load(fa(e,t))}async loadProgressive(e,t,n){if(e.data&&e.data.length>0)return this.liveBars=e.data.map(o=>({...o})),e.data;let i=await this.registry.whenResolvable(Oi(e),{default:this.primaryProvider});return this.primaryProvider=i.provider,this.prefetchSymbolInfo(i),this.cache.loadProgressive(fa(e,i),t,n)}symbolInfo(e){if(e.data&&e.data.length>0)return;let t=this.registry.resolve(Oi(e),{default:this.primaryProvider});return t?this.symInfoCache.get(Fc(t)):void 0}prefetchSymbolInfo(e){let t=Fc(e);if(this.symInfoCache.has(t))return;let n=this.registry.get(e.provider);n?.getSymbolInfo&&n.getSymbolInfo(e.ticker).then(i=>{i&&this.symInfoCache.set(t,i);}).catch(()=>{});}async loadRange(e,t){if(e.data&&e.data.length>0)return this.cache.loadRange(e,t);let n=this.registry.resolve(Oi(e),{default:this.primaryProvider});return n?this.cache.loadRange(fa(e,n),t):[]}subscribe(e,t){if(e.data&&e.data.length>0)return this.synthesizeTicks(e,t);let n=this.registry.resolve(Oi(e),{default:this.primaryProvider});return n?this.cache.subscribe(fa(e,n),t):()=>{}}synthesizeTicks(e,t){if(this.liveBars.length===0)return ()=>{};let n=y0(e.timeframe??"60"),i=setInterval(()=>{let o=this.liveBars,s=o[o.length-1];if(!s)return;let a=s.close*.0015*(Math.random()-.5)*2,l=Math.max(0,s.close+a),c={...s,close:l,high:Math.max(s.high,l),low:Math.min(s.low,l)};if(o[o.length-1]=c,t(c),Math.random()<.12){let d={time:c.time+n,open:c.close,high:c.close,low:c.close,close:c.close,volume:0};o.push(d),t(d);}},1e3);return ()=>clearInterval(i)}};function Oi(r){return r.symbol??""}function fa(r,e){return {...r,symbol:`${e.provider}:${e.ticker}`}}function Fc(r){return `${r.provider}|${r.ticker}`}async function xp(r,e,t,n){try{return await r.getBars(e,t,n)}catch(i){return console.warn(`[vela] data fetch failed for ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}var Nc=class{constructor(e){this.registry=e;}load(e){let{provider:t,ticker:n}=gt(e.symbol??""),i=this.registry.get(t??"");return i?xp(i,n,e.timeframe??"60",{limit:e.bars??500,session:e.session}):Promise.resolve([])}async loadProgressive(e,t,n){let{provider:i,ticker:o}=gt(e.symbol??""),s=this.registry.get(i??"");if(!s)return [];if(!s.getBarsProgressive)return null;try{return await s.getBarsProgressive(o,e.timeframe??"60",{limit:e.bars??500,session:e.session},t,n)}catch(a){return console.warn(`[vela] progressive fetch failed for ${o} ${e.timeframe??"60"} \u2014 ${a instanceof Error?a.message:String(a)}`),[]}}loadRange(e,t){let{provider:n,ticker:i}=gt(e.symbol??""),o=this.registry.get(n??"");return o?xp(o,i,e.timeframe??"60",{...t,session:e.session}):Promise.resolve([])}subscribe(e,t){let{provider:n,ticker:i}=gt(e.symbol??""),o=this.registry.get(n??"");if(!o)return ()=>{};let s=e.timeframe??"60";if(o.subscribe)return o.subscribe(i,s,t,e.session?{session:e.session}:void 0);let a=false,l=null,c=async()=>{if(!a){try{let d=await o.getBars(i,s,{limit:2,session:e.session});if(a)return;for(let u of d)t(u);}catch{}a||(l=setTimeout(()=>{c();},3e3));}};return l=setTimeout(()=>{c();},3e3),()=>{a=true,l&&clearTimeout(l);}}};var Fi=class{constructor(e){this.registry=e instanceof Nn?e:null;}registerProvider(e,t){return this.registry?(this.registry.registerProvider(e,t),this):(console.warn(`[vela] chart.data.registerProvider("${e}") ignored \u2014 the active data feed is a custom feed (deps.dataFeed), not the default provider registry.`),this)}unregisterProvider(e){return this.registry?.unregisterProvider(e),this}providers(){return this.registry?.providers()??[]}resolve(e){return this.registry?.resolveSymbol(e)??null}displayPrefix(e){return this.registry?.displayPrefix(e)??null}canonicalSymbol(e){return this.registry?.canonicalSymbol(e)??null}providerInstance(e){return this.registry?.providerInstance(e)}symbols(e){return this.registry?.symbols(e)??[]}symbolIcon(e){return this.registry?.symbolIcon(e)}symbolInfo(e){return this.registry?.symbolInfoFor(e)??Promise.resolve(void 0)}capabilities(e){return this.registry?.capabilitiesFor(e)??null}ready(){return this.registry?.ready()??Promise.resolve()}};var Ni=class{constructor(e){this.ctrl=e;}get supported(){return this.ctrl.supported}setTool(e){return this.ok("setTool")&&this.ctrl.setTool(e),this}getTool(){return this.ctrl.getTool()}setSnapMode(e){return this.ok("setSnapMode")&&this.ctrl.setSnapMode(e),this}getSnapMode(){return this.ctrl.getSnapMode()}setStayMode(e){return this.ok("setStayMode")&&this.ctrl.setStayMode(e),this}getStayMode(){return this.ctrl.getStayMode()}setMode(e){return this.ok("setMode")&&this.ctrl.setMode(e),this}getMode(){return this.ctrl.getMode()}showToolbar(e=true){return this.ok("showToolbar")&&this.ctrl.showToolbar(e),this}setToolbar(e){return this.ok("setToolbar")&&this.ctrl.setToolbar(e),this}setToolShortcuts(e){return this.ok("setToolShortcuts")&&this.ctrl.setToolShortcuts(e),this}setExternalGhost(e){return this.ctrl.setExternalGhost(e),this}add(e,t={}){return this.ok("add")?this.ctrl.add(e,t):null}remove(e){return this.ctrl.remove(e),this}update(e,t){return this.ctrl.update(e,t),this}updateMany(e){return this.ctrl.updateMany(e),this}removeMany(e){return this.ctrl.removeMany(e),this}lock(e,t=true){return this.ctrl.setLocked(e,t),this}show(e,t=true){return this.ctrl.setVisible(e,t),this}select(e){return this.ok("select")&&this.ctrl.select(e==null?[]:typeof e=="string"?[e]:e),this}openSettings(e){return this.ok("openSettings")&&this.ctrl.openSettings(e),this}bringToFront(e){return this.ctrl.bringToFront(e),this}sendToBack(e){return this.ctrl.sendToBack(e),this}undo(){return this.ctrl.undo(),this}redo(){return this.ctrl.redo(),this}canUndo(){return this.ctrl.canUndo()}canRedo(){return this.ctrl.canRedo()}clone(e){return this.ok("clone")&&this.ctrl.clone(e),this}duplicate(e){return this.ok("duplicate")&&this.ctrl.duplicate(e),this}copyToClipboard(e){return this.ok("copy")&&this.ctrl.copy(e),this}paste(){return this.ok("paste")&&this.ctrl.paste(),this}all(){return this.ctrl.all()}toJSON(){return this.ctrl.toJSON()}fromJSON(e){return this.ctrl.fromJSON(e),this}favorites(){return this.ctrl.favorites()}isFavorite(e){return this.ctrl.isFavorite(e)}setFavorite(e,t){return this.ok("setFavorite")&&this.ctrl.setFavorite(e,t),this}setFavorites(e){return this.ok("setFavorites")&&this.ctrl.setFavorites([...e]),this}getConfig(){return this.ctrl.toJSON()}applyConfig(e){return this.ctrl.fromJSON(e),this}ok(e){return this.ctrl.supported?true:(console.warn(`[vela] chart.drawings.${e}() ignored \u2014 the active renderer has no userDrawings capability.`),false)}};function ga(r){let e=r.trim(),t=/^#([0-9a-f]{3})$/i.exec(e);if(t){let i=t[1];return {r:parseInt(i[0]+i[0],16),g:parseInt(i[1]+i[1],16),b:parseInt(i[2]+i[2],16)}}if(t=/^#([0-9a-f]{6})[0-9a-f]{0,2}$/i.exec(e),t){let i=t[1];return {r:parseInt(i.slice(0,2),16),g:parseInt(i.slice(2,4),16),b:parseInt(i.slice(4,6),16)}}let n=/^rgba?\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)/i.exec(e);return n?{r:parseFloat(n[1]),g:parseFloat(n[2]),b:parseFloat(n[3])}:null}function $(r,e){let t=ga(r);return t?`rgba(${t.r},${t.g},${t.b},${e})`:r}function Sp(r,e,t){let n=ga(r),i=ga(e);if(!n||!i)return r;let o=(s,a)=>Math.round(s+(a-s)*t);return `rgb(${o(n.r,i.r)},${o(n.g,i.g)},${o(n.b,i.b)})`}function He(r){let e=ga(r);return e?.2126*e.r+.7152*e.g+.0722*e.b<128:true}var ba={"--vela-space-1":"4px","--vela-space-2":"8px","--vela-space-3":"12px","--vela-space-4":"16px","--vela-radius-sm":"4px","--vela-radius-md":"6px","--vela-radius-lg":"10px","--vela-z-tooltip":"60","--vela-z-menu":"50","--vela-z-dialog":"40","--vela-z-popover":"6000","--vela-ease":"cubic-bezier(0.22, 1, 0.36, 1)","--vela-dur-fast":"90ms","--vela-dur-med":"160ms","--vela-font-size-sm":"11px","--vela-font-size-md":"12px","--vela-font-size-lg":"14px"};function va(r){let e=He(r.background),t=i=>e?`rgba(255,255,255,${i})`:$(r.textColor,i+.02),n=Sp(r.background,e?"#ffffff":r.textColor,e?.03:.05);return {"--vela-font":r.fontFamily,"--vela-bg":r.background,"--vela-fg":e?"#d1d4dc":r.textColor,"--vela-fg-muted":e?"#868a96":$(r.textColor,.62),"--vela-fg-faint":$(r.textColor,.35),"--vela-fg-bright":e?"#f0f3fa":"#000000","--vela-surface":r.background,"--vela-surface-elev":n,"--vela-surface-overlay":n,"--vela-surface-sunken":r.background,"--vela-border":r.borderColor,"--vela-border-strong":e?"#34353b":$(r.textColor,.28),"--vela-border-soft":r.borderColor,"--vela-border-faint":$(r.textColor,.08),"--vela-hover":t(.06),"--vela-active":t(.1),"--vela-hover-strong":t(.16),"--vela-focus":$(r.textColor,.5),"--vela-focus-soft":$(r.textColor,.12),"--vela-separator-hover-band":$(r.textColor,.1),"--vela-separator-hover-line":$(r.textColor,.55),"--vela-scroll":$(r.textColor,.3),"--vela-accent":Ee,"--vela-accent-bright":sr,"--vela-highlight":Mh,"--vela-selected-bg":e?"#f0f3fa":r.textColor,"--vela-selected-fg":e?r.background:"#ffffff","--vela-fg-on-fill":"#ffffff","--vela-up":r.upColor,"--vela-down":r.downColor,"--vela-danger":r.downColor,"--vela-shadow":"0 8px 30px rgba(0,0,0,0.5)","--vela-shadow-dialog":"0 20px 60px rgba(0,0,0,0.5)","--vela-backdrop":"rgba(0,0,0,0.45)"}}function fe(r,e){let t=n=>{for(let i in n)r.style.setProperty(i,n[i]);};t(ba),t(va(e));}function vt(r,e){let t=null,n=null,i=()=>{t!==null&&(clearTimeout(t),t=null),n?.remove(),n=null;},o=()=>{let a=e.text();if(!a)return;n=r.ownerDocument.createElement("div"),n.textContent=a,n.style.cssText="position:absolute;z-index:var(--vela-z-tooltip);pointer-events:none;background:var(--vela-bg);border:1px solid var(--vela-border);color:var(--vela-fg);border-radius:var(--vela-radius-md);padding:4px 9px;box-shadow:var(--vela-shadow);font:var(--vela-font-size-md) var(--vela-font);"+(e.wrap?"max-width:260px;":"white-space:nowrap;"),fe(n,e.theme()),e.host.appendChild(n);let c=r.getBoundingClientRect(),d=e.host.getBoundingClientRect();if(e.placement==="right")n.style.left=`${c.right-d.left+8}px`,n.style.top=`${c.top-d.top+(c.height-n.offsetHeight)/2}px`;else {let u=Math.min(c.left-d.left,Math.max(0,d.width-n.offsetWidth-4));n.style.left=`${Math.max(0,u)}px`,n.style.top=e.placement==="above"?`${Math.max(0,c.top-d.top-n.offsetHeight-6)}px`:`${c.bottom-d.top+6}px`;}},s=a=>{a.pointerType==="mouse"&&(i(),t=window.setTimeout(o,e.delayMs??700));};return r.addEventListener("pointerenter",s),r.addEventListener("pointerleave",i),r.addEventListener("pointerdown",i),()=>{r.removeEventListener("pointerenter",s),r.removeEventListener("pointerleave",i),r.removeEventListener("pointerdown",i),i();}}var w0=Object.defineProperty,x0=(r,e,t)=>e in r?w0(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,J=(r,e,t)=>x0(r,typeof e!="symbol"?e+"":e,t);function Cp(r){return r==null?[]:Array.isArray(r)?r:[r]}var Tp=r=>r[0],Ep=r=>r[r.length-1];function Pp(r,e,t={}){let{step:n=1,loop:i=true}=t,o=e+n,s=r.length,a=s-1;return e===-1?n>0?0:a:o<0?i?a:0:o>=s?i?0:e>s?s:e:o}function Lp(r,e,t={}){return r[Pp(r,e,t)]}function S0(r,e,t={}){let{step:n=1,loop:i=true}=t;return Pp(r,e,{step:-n,loop:i})}function Mp(r,e,t={}){return r[S0(r,e,t)]}var kp=r=>r?.constructor.name==="Array",C0=(r,e)=>{if(r.length!==e.length)return false;for(let t=0;t<r.length;t++)if(!vr(r[t],e[t]))return false;return true},vr=(r,e)=>{if(Object.is(r,e))return true;if(r==null&&e!=null||r!=null&&e==null)return false;if(typeof r?.isEqual=="function"&&typeof e?.isEqual=="function")return r.isEqual(e);if(typeof r=="function"&&typeof e=="function")return r.toString()===e.toString();if(kp(r)&&kp(e))return C0(Array.from(r),Array.from(e));if(typeof r!="object"||typeof e!="object")return false;let t=Object.keys(e??Object.create(null)),n=t.length;for(let i=0;i<n;i++)if(!Reflect.has(r,t[i]))return false;for(let i=0;i<n;i++){let o=t[i];if(!vr(r[o],e[o]))return false}return true};var T0=r=>r!=null&&typeof r=="object";var yr=r=>typeof r=="string",Ne=r=>typeof r=="function",Ip=r=>r==null,Vi=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),E0=r=>Object.prototype.toString.call(r),Ap=Function.prototype.toString,P0=Ap.call(Object),Vn=r=>{if(!T0(r)||E0(r)!="[object Object]"||k0(r))return false;let e=Object.getPrototypeOf(r);if(e===null)return true;let t=Vi(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&Ap.call(t)==P0},L0=r=>typeof r=="object"&&r!==null&&"$$typeof"in r&&"props"in r,M0=r=>typeof r=="object"&&r!==null&&"__v_isVNode"in r,k0=r=>L0(r)||M0(r);var _i=(r,...e)=>(typeof r=="function"?r(...e):r)??void 0,Vc=r=>r,Rp=r=>r(),_c=()=>{},tn=(...r)=>(...e)=>{r.forEach(function(t){t?.(...e);});};function nn(r){if(!Vn(r)||r===void 0)return r;let e=Reflect.ownKeys(r).filter(n=>typeof n=="string"),t={};for(let n of e){let i=r[n];i!==void 0&&(t[n]=nn(i));}return t}function wr(...r){r.length===1?r[0]:r[1];r.length===2?r[0]:true;}function Bc(...r){r.length===1?r[0]:r[1];r.length===2?r[0]:true;}function Bi(r,e){if(r==null)throw new Error(e())}var I0=(...r)=>r.map(e=>e?.trim?.()).filter(Boolean).join(" "),A0=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g,Dp=r=>{let e={},t;for(;t=A0.exec(r);)e[t[1]]=t[2];return e},R0=(r,e)=>{if(yr(r)){if(yr(e))return `${r};${e}`;r=Dp(r);}else yr(e)&&(e=Dp(e));return Object.assign({},r??{},e??{})};function Op(...r){let e={};for(let t of r){if(!t)continue;for(let i in e){if(i.startsWith("on")&&typeof e[i]=="function"&&typeof t[i]=="function"){e[i]=tn(t[i],e[i]);continue}if(i==="className"||i==="class"){e[i]=I0(e[i],t[i]);continue}if(i==="style"){e[i]=R0(e[i],t[i]);continue}e[i]=t[i]!==void 0?t[i]:e[i];}for(let i in t)e[i]===void 0&&(e[i]=t[i]);let n=Object.getOwnPropertySymbols(t);for(let i of n)e[i]=t[i];}return e}var rn=".",Vp="#",Fp=new WeakMap,_p=new WeakMap;function Hc(r){return r.join(rn)}function D0(r){return r.includes(rn)}function Bp(r){return r.startsWith(Vp)}function O0(r){return r.startsWith(rn)}function F0(r){return Bp(r)?r.slice(Vp.length):r}function zc(r,e){return r?`${r}${rn}${e}`:e}function N0(r){let e=new Map,t=new Map,n=(i,o)=>{e.set(i,o);let s=o.id;s&&(t.has(s)&&Bc(`[zag-js] Duplicate state id: "${s}"`),t.set(s,i));let a=o.states;if(a){Bi(o.initial,()=>`[zag-js] Compound state "${i}" has child states but no "initial" property`),o.initial in a||Bc(`[zag-js] Compound state "${i}" has initial "${String(o.initial)}" which is not a child state`);for(let[l,c]of Object.entries(a)){if(!c)continue;let d=zc(i,l);n(d,c);}}};for(let[i,o]of Object.entries(r.states))o&&n(i,o);return {index:e,idIndex:t}}function xr(r){let e=Fp.get(r);if(e)return e;let{index:t,idIndex:n}=N0(r);return Fp.set(r,t),_p.set(r,n),t}function V0(r,e){return xr(r),_p.get(r)?.get(e)}function $c(r){return r?String(r).split(rn).filter(Boolean):[]}function ya(r,e){if(!e)return [];let t=xr(r),n=$c(e),i=[],o=[];for(let s of n){o.push(s);let a=Hc(o),l=t.get(a);if(!l)break;i.push({path:a,state:l});}return i}function Hi(r,e){let t=xr(r),n=$c(e);if(!n.length)return e;let i=[];for(let a of n){i.push(a);let l=Hc(i);if(!t.has(l))return e}let o=Hc(i),s=t.get(o);for(;s?.initial;){let a=`${o}${rn}${s.initial}`,l=t.get(a);if(!l)break;o=a,s=l;}return o}function Np(r,e){return xr(r).has(e)}function Wc(r,e,t){let n=String(e);if(Bp(n)){let i=F0(n),o=V0(r,i);return Bi(o,()=>`[zag-js] Unknown state id: "${i}"`),Hi(r,o)}if(O0(n)&&t){let i=zc(t,n.slice(1));return Hi(r,i)}if(!D0(n)&&t){let i=$c(t);for(let o=i.length-1;o>=1;o--){let s=i.slice(0,o).join(rn),a=zc(s,n);if(Np(r,a))return Hi(r,a)}if(Np(r,n))return Hi(r,n)}return Hi(r,n)}function Hp(r,e,t){let n=ya(r,e);for(let o=n.length-1;o>=0;o--){let a=n[o]?.state.on?.[t];if(a)return {transitions:a,source:n[o]?.path}}return {transitions:r.on?.[t],source:void 0}}function zp(r,e,t,n){let i=e?ya(r,e):[],o=ya(r,t),s=0;for(;s<i.length&&s<o.length&&i[s]?.path===o[s]?.path;)s+=1;let a=i.slice(s).reverse(),l=o.slice(s),c=i.at(-1)?.path===o.at(-1)?.path;return n&&c&&(a=i.slice().reverse(),l=o),{exiting:a,entering:l}}function $p(r,e){return r?r===e||r.startsWith(`${e}${rn}`):false}function Wp(r,e,t){return ya(r,e).some(n=>n.state.tags?.includes(t))}function Gp(){return {and:(...r)=>function(t){return r.every(n=>t.guard(n))},or:(...r)=>function(t){return r.some(n=>t.guard(n))},not:r=>function(t){return !t.guard(r)}}}function wa(r){return xr(r),r}var Sr=(r=>(r.NotStarted="Not Started",r.Started="Started",r.Stopped="Stopped",r))(Sr||{}),zi="__init__";var _0=Object.defineProperty,B0=(r,e,t)=>e in r?_0(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,xa=(r,e,t)=>B0(r,typeof e!="symbol"?e+"":e,t);var Up=(r,e)=>r.map((t,n)=>r[(Math.max(e,0)+n)%r.length]);var $i=()=>{},Wi=r=>typeof r=="object"&&r!==null;var Ge=r=>r?"":void 0,Gc=r=>r?"true":void 0;var H0=1,z0=9,$0=11;var Q=r=>Wi(r)&&r.nodeType===H0&&typeof r.nodeName=="string",Gi=r=>Wi(r)&&r.nodeType===z0,W0=r=>Wi(r)&&r===r.window;var Yp=r=>Q(r)?r.localName||"":"#document";function Kp(r){return ["html","body","#document"].includes(Yp(r))}var Xp=r=>Wi(r)&&r.nodeType!==void 0,_n=r=>Xp(r)&&r.nodeType===$0&&"host"in r,Uc=r=>Q(r)&&r.localName==="input",jp=r=>!!r?.matches("a[href]"),qp=r=>Q(r)?r.offsetWidth>0||r.offsetHeight>0||r.getClientRects().length>0:false;function Ui(r){if(!r)return false;let e=r.getRootNode();return yt(e)===r}var G0=/(textarea|select)/;function Cr(r){if(r==null||!Q(r))return false;try{return Uc(r)&&r.selectionStart!=null||G0.test(r.localName)||r.isContentEditable||r.getAttribute("contenteditable")==="true"||r.getAttribute("contenteditable")===""}catch{return false}}function Ve(r,e){if(!r||!e||!Q(r)||!Xp(e))return false;if(Q(e)&&r===e||r.contains(e))return true;let t=e.getRootNode?.();if(t&&_n(t)){let n=e;for(;n;){if(r===n)return true;n=n.parentNode||n.host;}}return false}function ue(r){return Gi(r)?r:W0(r)?r.document:r?.ownerDocument??document}function U0(r){return ue(r).documentElement}function ae(r){return _n(r)?ae(r.host):Gi(r)?r.defaultView??window:Q(r)?r.ownerDocument?.defaultView??window:window}function yt(r){let e=r.activeElement;for(;e?.shadowRoot;){let t=e.shadowRoot.activeElement;if(!t||t===e)break;e=t;}return e}function Zp(r){if(Yp(r)==="html")return r;let e=r.assignedSlot||r.parentNode||_n(r)&&r.host||U0(r);return _n(e)?e.host:e}function Sa(r){let e;try{if(e=r.getRootNode({composed:!0}),Gi(e)||_n(e))return e}catch{}return r.ownerDocument??document}var Yc=new WeakMap;function Tr(r){return Yc.has(r)||Yc.set(r,ae(r).getComputedStyle(r)),Yc.get(r)}var Kc=new Set(["menu","listbox","dialog","grid","tree","region","application"]),Y0=r=>Kc.has(r),Jp=r=>r.getAttribute("aria-controls")?.split(" ")||[];function Ca(r,e){let t=new Set,n=Sa(r),i=o=>{let s=o.querySelectorAll("[aria-controls]");for(let a of s){if(a.getAttribute("aria-expanded")!=="true")continue;let l=Jp(a);for(let c of l){if(!c||t.has(c))continue;t.add(c);let d=n.getElementById(c);if(d){let u=d.getAttribute("role"),h=d.getAttribute("aria-modal")==="true";if(u&&Y0(u)&&!h&&(d===e||d.contains(e)||i(d)))return true}}}return false};return i(r)}function Xc(r,e){let t=Sa(r),n=new Set,i=o=>{let s=o.querySelectorAll("[aria-controls]");for(let a of s){if(a.getAttribute("aria-expanded")!=="true")continue;let l=Jp(a);for(let c of l){if(!c||n.has(c))continue;n.add(c);let d=t.getElementById(c);if(d){let u=d.getAttribute("role"),h=d.getAttribute("aria-modal")==="true";u&&Kc.has(u)&&!h&&(e(d),i(d));}}}};i(r);}function Qp(r){let e=new Set;return Xc(r,t=>{r.contains(t)||e.add(t);}),Array.from(e)}function K0(r){let e=r.getAttribute("role");return !!(e&&Kc.has(e))}function X0(r){return r.hasAttribute("aria-controls")&&r.getAttribute("aria-expanded")==="true"}function em(r){return X0(r)?true:!!r.querySelector?.('[aria-controls][aria-expanded="true"]')}function tm(r){if(!r.id)return false;let e=Sa(r),t=CSS.escape(r.id),n=`[aria-controls~="${t}"][aria-expanded="true"], [aria-controls="${t}"][aria-expanded="true"]`;return !!(e.querySelector(n)&&K0(r))}var jc=()=>typeof document<"u";function j0(){return navigator.userAgentData?.platform??navigator.platform}function q0(){let r=navigator.userAgentData;return r&&Array.isArray(r.brands)?r.brands.map(({brand:e,version:t})=>`${e}/${t}`).join(" "):navigator.userAgent}var qc=r=>jc()&&r.test(j0()),nm=r=>jc()&&r.test(q0());var Zc=()=>jc()&&!!navigator.maxTouchPoints,Z0=()=>qc(/^iPhone/i),J0=()=>qc(/^iPad/i)||Er()&&navigator.maxTouchPoints>1,rm=()=>Z0()||J0();var Er=()=>qc(/^Mac/i);var im=()=>nm(/Firefox/i);var om=()=>nm(/Android/i);function Q0(r){return r.composedPath?.()??r.nativeEvent?.composedPath?.()}function ge(r){return Q0(r)?.[0]??r.target}function Jc(r){let e=r.currentTarget;if(!e||!e.matches("a[href], button[type='submit'], input[type='submit']"))return false;let n=r.button===1,i=eC(r);return n||i}function Qc(r){let e=r.currentTarget;if(!e)return false;let t=e.localName;return r.altKey?t==="a"||t==="button"&&e.type==="submit"||t==="input"&&e.type==="submit":false}function eC(r){return Er()?r.metaKey:r.ctrlKey}function am(r){return r.key.length===1&&!r.ctrlKey&&!r.metaKey}function lm(r){return r.pointerType===""&&r.isTrusted?true:om()&&r.pointerType?r.type==="click"&&r.buttons===1:r.detail===0&&!r.pointerType}var Ta=r=>r.button===2||Er()&&r.ctrlKey&&r.button===0,cm=r=>r.ctrlKey||r.altKey||r.metaKey,tC=r=>"touches"in r&&r.touches.length>0,nC={Up:"ArrowUp",Down:"ArrowDown",Esc:"Escape"," ":"Space",",":"Comma",Left:"ArrowLeft",Right:"ArrowRight"},sm={ArrowLeft:"ArrowRight",ArrowRight:"ArrowLeft"};function ed(r,e={}){let{dir:t="ltr",orientation:n="horizontal"}=e,i=r.key;return i=nC[i]??i,t==="rtl"&&n==="horizontal"&&i in sm&&(i=sm[i]),i}function Pr(r,e="client"){let t=tC(r)?r.touches[0]||r.changedTouches[0]:r;return {x:t[`${e}X`],y:t[`${e}Y`]}}var Me=(r,e,t,n)=>{let i=typeof r=="function"?r():r;return i?.addEventListener(e,t,n),()=>{i?.removeEventListener(e,t,n);}};var dm=r=>Q(r)&&r.tagName==="IFRAME",rC=/^(audio|video|details)$/;function um(r){let e=r.getAttribute("tabindex");return e?parseInt(e,10):NaN}var iC=r=>!Number.isNaN(um(r)),oC=r=>um(r)<0;function sC(r){return Uc(r)&&r.type==="radio"}function aC(r){if(!sC(r)||!r.name||r.checked)return true;let e=`input[type="radio"][name="${CSS.escape(r.name)}"]`,t=r.form??r.ownerDocument,n=Array.from(t.querySelectorAll(e)).filter(o=>o.form===r.form&&Ue(o)),i=n.find(o=>o.checked);return i?i===r:n[0]===r}function lC(r,e){if(!e)return null;if(e===true)return r.shadowRoot||null;let t=e(r);return (t===true?r.shadowRoot:t)||null}function hm(r,e,t){let n=[...r],i=[...r],o=new Set,s=new Map;r.forEach((l,c)=>s.set(l,c));let a=0;for(;a<i.length;){let l=i[a++];if(!l||o.has(l))continue;o.add(l);let c=lC(l,e);if(c){let d=Array.from(c.querySelectorAll(Ea)).filter(t),u=s.get(l);if(u!==void 0){let h=u+1;n.splice(h,0,...d),d.forEach((p,m)=>{s.set(p,h+m);});for(let p=h+d.length;p<n.length;p++)s.set(n[p],p);}else {let h=n.length;n.push(...d),d.forEach((p,m)=>{s.set(p,h+m);});}i.push(...d);}}return n}var Ea="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false']), details > summary:first-of-type",td=(r,e={})=>{if(!r)return [];let{includeContainer:t=false,getShadowRoot:n}=e,i=Array.from(r.querySelectorAll(Ea));(t==true||t=="if-empty"&&i.length===0)&&Q(r)&&Ue(r)&&i.unshift(r);let s=[];for(let a of i)if(Ue(a)){if(dm(a)&&a.contentDocument){let l=a.contentDocument.body;s.push(...td(l,{getShadowRoot:n}));continue}s.push(a);}return n?hm(s,n,Ue):s};function Ue(r){return !Q(r)||r.closest("[inert]")?false:r.matches(Ea)&&qp(r)}function Lr(r,e={}){if(!r)return [];let{includeContainer:t,getShadowRoot:n}=e,i=Array.from(r.querySelectorAll(Ea));t&&on(r)&&i.unshift(r);let o=[];for(let s of i)if(on(s)){if(dm(s)&&s.contentDocument){let a=s.contentDocument.body;o.push(...Lr(a,{getShadowRoot:n}));continue}o.push(s);}if(n){let s=hm(o,n,on);return !s.length&&t?i:s}return !o.length&&t?i:o}function on(r){return Q(r)&&r.tabIndex>0?true:!Ue(r)||oC(r)?false:aC(r)}function pm(r,e={}){let t=Lr(r,e),n=t[0]||null,i=t[t.length-1]||null;return [n,i]}function Mr(r){return r.tabIndex<0&&(rC.test(r.localName)||Cr(r))&&!iC(r)?0:r.tabIndex}function Pa(r){let{root:e,getInitialEl:t,filter:n,enabled:i=true}=r;if(!i)return;let o=null;if(o||(o=typeof t=="function"?t():t),o||(o=e?.querySelector("[data-autofocus],[autofocus]")),!o){let s=Lr(e);o=n?s.filter(n)[0]:s[0];}return o||e||void 0}function mm(r){let e=r.currentTarget;if(!e)return false;let[t,n]=pm(e);return !(Ui(t)&&r.shiftKey||Ui(n)&&!r.shiftKey||!t&&!n)}var cC=class fm{constructor(){xa(this,"id",null),xa(this,"fn_cleanup"),xa(this,"cleanup",()=>{this.cancel();});}static create(){return new fm}request(e){this.cancel(),this.id=globalThis.requestAnimationFrame(()=>{this.id=null,this.fn_cleanup=e?.();});}cancel(){this.id!==null&&(globalThis.cancelAnimationFrame(this.id),this.id=null),this.fn_cleanup?.(),this.fn_cleanup=void 0;}isActive(){return this.id!==null}};function he(r){let e=cC.create();return e.request(r),e.cleanup}function gm(r){let e=new Set;function t(n){let i=globalThis.requestAnimationFrame(n);e.add(()=>globalThis.cancelAnimationFrame(i));}return t(()=>t(r)),function(){e.forEach(i=>i());}}function bm(r,e,t){let n=he(()=>{r.removeEventListener(e,i,true),t();}),i=()=>{n(),t();};return r.addEventListener(e,i,{once:true,capture:true}),n}function dC(r,e){if(!r)return;let{attributes:t,callback:n}=e,i=r.ownerDocument.defaultView||window,o=new i.MutationObserver(s=>{for(let a of s)a.type==="attributes"&&a.attributeName&&t.includes(a.attributeName)&&n(a);});return o.observe(r,{attributes:true,attributeFilter:t}),()=>o.disconnect()}function vm(r,e){let n=he,i=[];return i.push(n(()=>{let o=typeof r=="function"?r():r;i.push(dC(o,e));})),()=>{i.forEach(o=>o?.());}}function ym(r){let e=()=>{let t=ae(r);r.dispatchEvent(new t.MouseEvent("click"));};im()?bm(r,"keyup",e):queueMicrotask(e);}function La(r){let e=Zp(r);return Kp(e)?ue(e).body:Q(e)&&nd(e)?e:La(e)}var uC=/auto|scroll|overlay|hidden|clip/,hC=new Set(["inline","contents"]);function nd(r){let e=ae(r),{overflow:t,overflowX:n,overflowY:i,display:o}=e.getComputedStyle(r);return uC.test(t+i+n)&&!hC.has(o)}function kr(r,e){return Array.from(r?.querySelectorAll(e)??[])}var Ma=r=>r.id;function pC(r,e,t=Ma){return r.find(n=>t(n)===e)}function wm(r,e,t=Ma){let n=pC(r,e,t);return n?r.indexOf(n):-1}function mC(r){return r.scrollHeight>r.clientHeight||r.scrollWidth>r.clientWidth}function xm(r,e){let{rootEl:t,...n}=e||{};!r||!t||!nd(t)||!mC(t)||r.scrollIntoView(n);}var fC=r=>r.split("").map(e=>{let t=e.charCodeAt(0);return t>0&&t<128?e:t>=128&&t<=255?`/x${t.toString(16)}`.replace("/","\\"):""}).join("").trim(),gC=r=>fC(r.dataset?.valuetext??r.textContent??""),bC=(r,e)=>r.trim().toLowerCase().startsWith(e.toLowerCase());function Sm(r,e,t,n=Ma){let i=t?wm(r,t,n):-1,o=t?Up(r,i):r;return e.length===1&&(o=o.filter(a=>n(a)!==t)),o.find(a=>bC(gC(a),e))}function Yi(r,e){if(!r)return $i;let t=Object.keys(e).reduce((n,i)=>(n[i]=r.style.getPropertyValue(i),n),{});return vC(t,e)?$i:(Object.assign(r.style,e),()=>{Object.assign(r.style,t),r.style.length===0&&r.removeAttribute("style");})}function Cm(r,e,t){if(!r)return $i;let n=r.style.getPropertyValue(e);return n===t?$i:(r.style.setProperty(e,t),()=>{r.style.setProperty(e,n),r.style.length===0&&r.removeAttribute("style");})}function vC(r,e){return Object.keys(r).every(t=>r[t]===e[t])}function yC(r,e){let{state:t,activeId:n,key:i,timeout:o=350,itemToId:s}=e,a=t.keysSoFar+i,c=a.length>1&&Array.from(a).every(m=>m===a[0])?a[0]:a,d=r.slice(),u=Sm(d,c,n,s);function h(){clearTimeout(t.timer),t.timer=-1;}function p(m){t.keysSoFar=m,h(),m!==""&&(t.timer=+setTimeout(()=>{p(""),h();},o));}return p(a),u}var ka=Object.assign(yC,{defaultOptions:{keysSoFar:"",timer:-1},isValidEvent:wC});function wC(r){return r.key.length===1&&!r.ctrlKey&&!r.metaKey}function xC(r,e,t){let{signal:n}=e;return [new Promise((s,a)=>{let l=setTimeout(()=>{a(new Error(`Timeout of ${t}ms exceeded`));},t);n.addEventListener("abort",()=>{clearTimeout(l),a(new DOMException("Promise aborted","AbortError"));}),r.then(c=>{n.aborted||(clearTimeout(l),s(c));}).catch(c=>{n.aborted||(clearTimeout(l),a(c));});}),()=>e.abort()]}function Tm(r,e){let{timeout:t,rootNode:n}=e,i=ae(n),o=ue(n),s=new i.AbortController;return xC(new Promise(a=>{let l=r();if(l){a(l);return}let c=new i.MutationObserver(()=>{let d=r();d&&d.isConnected&&(c.disconnect(),a(d));});c.observe(o.body,{childList:true,subtree:true});}),s,t)}function Em(r){let e=()=>r.getRootNode?.()??document,t=()=>ue(e());return {...r,getRootNode:e,getDoc:t,getWin:()=>t().defaultView??window,getActiveElement:()=>yt(e()),isActiveElement:Ui,getById:s=>e().getElementById(s)}}function Pm(r){return new Proxy({},{get(e,t){return t==="style"?n=>r({style:n}).style:r}})}var Lm={onFocus:"onFocusin",onBlur:"onFocusout",onChange:"onInput",onDoubleClick:"onDblclick",htmlFor:"for",className:"class",defaultValue:"value",defaultChecked:"checked"},SC=new Set(["viewBox","preserveAspectRatio"]),CC=r=>{let e="";for(let t in r){let n=r[t];n!=null&&(t.startsWith("--")||(t=t.replace(/[A-Z]/g,i=>`-${i.toLowerCase()}`)),e+=`${t}:${n};`);}return e},Ir=Pm(r=>Object.entries(r).reduce((e,[t,n])=>{if(n===void 0)return e;if(t in Lm&&(t=Lm[t]),t==="style"&&typeof n=="object")return e.style=CC(n),e;let i=SC.has(t)?t:t.toLowerCase();return e[i]=n,e},{}));var Ia=new WeakMap,Mm=new Set(["value","checked","selected"]),TC=new Set(["viewBox","preserveAspectRatio","clipPath","clipRule","fillRule","strokeWidth","strokeLinecap","strokeLinejoin","strokeDasharray","strokeDashoffset","strokeMiterlimit"]),EC=r=>r.tagName==="svg"||r.namespaceURI==="http://www.w3.org/2000/svg",Aa=(r,e)=>EC(r)&&TC.has(e)?e:e.toLowerCase();function _e(r,e,t){let n=t||"default",i=Ia.get(r);i||(i=new Map,Ia.set(r,i));let o=i.get(n)||{},s=Object.keys(e),a=(f,g)=>{r.addEventListener(f.toLowerCase(),g);},l=(f,g)=>{r.removeEventListener(f.toLowerCase(),g);},c=f=>f.startsWith("on"),d=f=>!f.startsWith("on"),u=f=>a(f.substring(2),e[f]),h=f=>l(f.substring(2),e[f]),p=f=>{let g=e[f],b=o[f];if(g!==b){if(f==="class"){r.className=g??"";return}if(Mm.has(f)){r[f]=g??"";return}if(typeof g=="boolean"&&!f.includes("aria-")){r.toggleAttribute(Aa(r,f),g);return}if(f==="children"){r.innerHTML=g;return}if(g!=null){r.setAttribute(Aa(r,f),g);return}r.removeAttribute(Aa(r,f));}};for(let f in o)e[f]==null&&(f==="class"?r.className="":Mm.has(f)?r[f]="":r.removeAttribute(Aa(r,f)));return Object.keys(o).filter(c).forEach(f=>{l(f.substring(2),o[f]);}),s.filter(c).forEach(u),s.filter(d).forEach(p),i.set(n,e),function(){s.filter(c).forEach(h);let g=Ia.get(r);g&&(g.delete(n),g.size===0&&Ia.delete(r));}}function PC(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global}function rd(r,e){let t=PC();return t?(t[r]||(t[r]=e()),t[r]):e()}var Ar=rd("__zag__refSet",()=>new WeakSet);var LC=r=>typeof r=="object"&&r!==null&&"$$typeof"in r&&"props"in r,MC=r=>typeof r=="object"&&r!==null&&"__v_isVNode"in r,kC=r=>typeof r=="object"&&r!==null&&"nodeType"in r&&typeof r.nodeName=="string",IC=r=>LC(r)||MC(r)||kC(r),Ra=r=>r!==null&&typeof r=="object",id=r=>Ra(r)&&!Ar.has(r)&&(Array.isArray(r)||!(Symbol.iterator in r))&&!IC(r)&&!(r instanceof WeakMap)&&!(r instanceof WeakSet)&&!(r instanceof Error)&&!(r instanceof Number)&&!(r instanceof Date)&&!(r instanceof String)&&!(r instanceof RegExp)&&!(r instanceof ArrayBuffer)&&!(r instanceof Promise)&&!(r instanceof File)&&!(r instanceof Blob)&&!(r instanceof AbortController);var AC=Symbol();var km=Object.getPrototypeOf,od=new WeakMap,RC=r=>r&&(od.has(r)?od.get(r):km(r)===Object.prototype||km(r)===Array.prototype);var Im=r=>RC(r)&&r[AC]||null,sd=(r,e=true)=>{od.set(r,e);};var Bn=rd("__zag__proxyStateMap",()=>new WeakMap),DC=(r=Object.is,e=(a,l)=>new Proxy(a,l),t=new WeakMap,n=(a,l)=>{let c=t.get(a);if(c?.[0]===l)return c[1];let d=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a));return sd(d,true),t.set(a,[l,d]),Reflect.ownKeys(a).forEach(u=>{let h=Reflect.get(a,u);Ar.has(h)?(sd(h,false),d[u]=h):Bn.has(h)?d[u]=Am(h):d[u]=h;}),Object.freeze(d)},i=new WeakMap,o=[1,1],s=a=>{if(!Ra(a))throw new Error("object required");let l=i.get(a);if(l)return l;let c=o[0],d=new Set,u=(S,P=++o[0])=>{c!==P&&(c=P,d.forEach(k=>k(S,P)));},h=o[1],p=(S=++o[1])=>(h!==S&&!d.size&&(h=S,f.forEach(([P])=>{let k=P[1](S);k>c&&(c=k);})),c),m=S=>(P,k)=>{let T=[...P];T[1]=[S,...T[1]],u(T,k);},f=new Map,g=(S,P)=>{if(d.size){let k=P[3](m(S));f.set(S,[P,k]);}else f.set(S,[P]);},b=S=>{let P=f.get(S);P&&(f.delete(S),P[1]?.());},y=S=>(d.add(S),d.size===1&&f.forEach(([k,T],M)=>{let L=k[3](m(M));f.set(M,[k,L]);}),()=>{d.delete(S),d.size===0&&f.forEach(([k,T],M)=>{T&&(T(),f.set(M,[k]));});}),v=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a)),E=e(v,{deleteProperty(S,P){let k=Reflect.get(S,P);b(P);let T=Reflect.deleteProperty(S,P);return T&&u(["delete",[P],k]),T},set(S,P,k,T){let M=Reflect.has(S,P),L=Reflect.get(S,P,T);if(M&&(r(L,k)||i.has(k)&&r(L,i.get(k))))return true;b(P),Ra(k)&&(k=Im(k)||k);let C=k;if(!Object.getOwnPropertyDescriptor(S,P)?.set){!Bn.has(k)&&id(k)&&(C=Da(k));let I=!Ar.has(C)&&Bn.get(C);I&&g(P,I);}return Reflect.set(S,P,C,T),u(["set",[P],k,L]),true}});i.set(a,E);let x=[v,p,n,y];return Bn.set(E,x),Reflect.ownKeys(a).forEach(S=>{let P=Object.getOwnPropertyDescriptor(a,S);P.get||P.set?Object.defineProperty(v,S,P):E[S]=a[S];}),E})=>[s,Bn,Ar,r,e,id,t,n,i,o],[OC]=DC();function Da(r={}){return OC(r)}function Oa(r,e,t){let n=Bn.get(r);let i,o=[],s=n[3],a=false,c=s(d=>{if(o.push(d),t);i||(i=Promise.resolve().then(()=>{i=void 0,a&&e(o.splice(0));}));});return a=true,()=>{a=false,c();}}function Am(r){let e=Bn.get(r);let[t,n,i]=e;return i(t,n())}function Xi(r){let e=r().value??r().defaultValue;r().debug&&console.log(`[bindable > ${r().debug}] initial`,e);let t=r().isEqual??Object.is,n=Da({value:e}),i=()=>r().value!==void 0;return {initial:e,ref:n,get(){return i()?r().value:n.value},set(o){let s=i()?r().value:n.value,a=Ne(o)?o(s):o;r().debug&&console.log(`[bindable > ${r().debug}] setValue`,{next:a,prev:s}),i()||(n.value=a),t(a,s)||r().onChange?.(a,s);},invoke(o,s){r().onChange?.(o,s);},hash(o){return r().hash?.(o)??String(o)}}}Xi.cleanup=r=>{};Xi.ref=r=>{let e=r;return {get:()=>e,set:t=>{e=t;}}};function Rm(r){let e={current:r};return {get(t){return e.current[t]},set(t,n){e.current[t]=n;}}}function ad(r,e){if(!Vn(r)||!Vn(e))return e===void 0?r:e;let t={...r};for(let n of Object.keys(e)){let i=e[n],o=r[n];i!==void 0&&(Vn(o)&&Vn(i)?t[n]=ad(o,i):t[n]=i);}return t}var ld=class{constructor(r,e={}){J(this,"machine",r),J(this,"scope"),J(this,"context"),J(this,"prop"),J(this,"state"),J(this,"refs"),J(this,"computed"),J(this,"event",{type:""}),J(this,"previousEvent",{type:""}),J(this,"effects",new Map),J(this,"transition",null),J(this,"cleanups",[]),J(this,"subscriptions",[]),J(this,"userPropsRef"),J(this,"getEvent",()=>({...this.event,current:()=>this.event,previous:()=>this.previousEvent})),J(this,"getState",()=>({...this.state,matches:(...u)=>u.some(h=>$p(this.state.get(),h)),hasTag:u=>Wp(this.machine,this.state.get(),u)})),J(this,"debug",(...u)=>{this.machine.debug&&console.log(...u);}),J(this,"notify",()=>{this.publish();}),J(this,"send",u=>{this.status===Sr.Started&&queueMicrotask(()=>{if(!u)return;this.previousEvent=this.event,this.event=u,this.debug("send",u);let h=this.state.get(),p=u.type,{transitions:m,source:f}=Hp(this.machine,h,p),g=this.choose(m);if(!g)return;this.transition=g;let b=Wc(this.machine,g.target??h,f);this.debug("transition",g),b!==h?this.state.set(b):g.reenter?this.state.invoke(h,h):this.action(g.actions);});}),J(this,"action",u=>{let h=Ne(u)?u(this.getParams()):u;if(!h)return;let p=h.map(m=>{let f=this.machine.implementations?.actions?.[m];return f||wr(`[zag-js] No implementation found for action "${JSON.stringify(m)}"`),f});for(let m of p)m?.(this.getParams());}),J(this,"guard",u=>{if(Ne(u))return u(this.getParams());let h=this.machine.implementations?.guards?.[u];return h||wr(`[zag-js] No implementation found for guard "${JSON.stringify(u)}"`),h?.(this.getParams())}),J(this,"effect",u=>{let h=Ne(u)?u(this.getParams()):u;if(!h)return;let p=h.map(f=>{let g=this.machine.implementations?.effects?.[f];return g||wr(`[zag-js] No implementation found for effect "${JSON.stringify(f)}"`),g}),m=[];for(let f of p){let g=f?.(this.getParams());g&&m.push(g);}return ()=>m.forEach(f=>f?.())}),J(this,"choose",u=>Cp(u).find(h=>{let p=!h.guard;return yr(h.guard)?p=!!this.guard(h.guard):Ne(h.guard)&&(p=h.guard(this.getParams())),p})),J(this,"subscribe",u=>(this.subscriptions.push(u),()=>{let h=this.subscriptions.indexOf(u);h>-1&&this.subscriptions.splice(h,1);})),J(this,"status",Sr.NotStarted),J(this,"publish",()=>{this.callTrackers(),this.subscriptions.forEach(u=>u(this.service));}),J(this,"trackers",[]),J(this,"setupTrackers",()=>{this.machine.watch?.(this.getParams());}),J(this,"callTrackers",()=>{this.trackers.forEach(({deps:u,fn:h})=>{let p=u.map(m=>m());vr(h.prev,p)||(h(),h.prev=p);});}),J(this,"getParams",()=>({state:this.getState(),context:this.context,event:this.getEvent(),prop:this.prop,send:this.send,action:this.action,guard:this.guard,track:(u,h)=>{h.prev=u.map(p=>p()),this.trackers.push({deps:u,fn:h});},refs:this.refs,computed:this.computed,flush:Rp,scope:this.scope,choose:this.choose})),this.userPropsRef={current:e};let{id:t,ids:n,getRootNode:i}=_i(e);this.scope=Em({id:t,ids:n,getRootNode:i});let o=u=>{let h=_i(this.userPropsRef.current);return (r.props?.({props:nn(h),scope:this.scope})??h)[u]};this.prop=o;let s=r.context?.({prop:o,bindable:Xi,scope:this.scope,flush(u){queueMicrotask(u);},getContext(){return a},getComputed(){return l},getRefs(){return c},getEvent:this.getEvent.bind(this)});s&&Object.values(s).forEach(u=>{let h=Oa(u.ref,()=>this.notify());this.cleanups.push(h);});let a={get(u){return s?.[u].get()},set(u,h){s?.[u].set(h);},initial(u){return s?.[u].initial},hash(u){let h=s?.[u].get();return s?.[u].hash(h)}};this.context=a;let l=u=>(Bi(r.computed,()=>"[zag-js] No computed object found on machine"),r.computed[u]({context:a,event:this.getEvent(),prop:o,refs:this.refs,scope:this.scope,computed:l}));this.computed=l;let c=Rm(r.refs?.({prop:o,context:a})??{});this.refs=c;let d=Xi(()=>({defaultValue:Wc(r,r.initialState({prop:o})),onChange:(u,h)=>{let{exiting:p,entering:m}=zp(this.machine,h,u,this.transition?.reenter);if(p.forEach(f=>{this.effects.get(f.path)?.(),this.effects.delete(f.path);}),p.forEach(f=>{this.action(f.state?.exit);}),this.action(this.transition?.actions),m.forEach(f=>{let g=this.effect(f.state?.effects);if(g){let b=this.effects.get(f.path);this.effects.set(f.path,b?tn(b,g):g);}}),h===zi){this.action(r.entry);let f=this.effect(r.effects);if(f){let g=this.effects.get(zi);this.effects.set(zi,g?tn(g,f):f);}}m.forEach(f=>{this.action(f.state?.entry);});}}));this.state=d,this.cleanups.push(Oa(this.state.ref,()=>this.notify()));}updateProps(r){let e=this.userPropsRef.current;this.userPropsRef.current=()=>{let t=_i(e),n=_i(r);return ad(t,n)},this.notify();}start(){this.status=Sr.Started,this.debug("initializing..."),this.state.invoke(this.state.initial,zi),this.setupTrackers();}stop(){this.effects.forEach(r=>r?.()),this.effects.clear(),this.transition=null,this.action(this.machine.exit),this.cleanups.forEach(r=>r()),this.cleanups=[],this.subscriptions=[],this.status=Sr.Stopped,this.debug("unmounting...");}get service(){return {state:this.getState(),send:this.send,context:this.context,prop:this.prop,scope:this.scope,refs:this.refs,computed:this.computed,event:this.getEvent(),getStatus:()=>this.status}}};function Fa(r,e,t){let n=new ld(r,e),i=n.subscribe(t);return n.start(),t(n.service),{service:n.service,flush:()=>t(n.service),stop:()=>{i(),n.stop();}}}var FC=0;function Na(r){return `${r}-${++FC}`}function Hn(r,e=8){return `${r}::-webkit-scrollbar{width:${e}px;height:${e}px;}${r}::-webkit-scrollbar-thumb{background:var(--vela-scroll);border-radius:4px;border:2px solid transparent;background-clip:padding-box;}${r}::-webkit-scrollbar-track{background:transparent;}${r}::-webkit-scrollbar-button{display:none;width:0;height:0;}`}var Dm="outline:none;transition:border-color .12s ease,box-shadow .12s ease;",Om="border-color:var(--vela-focus);box-shadow:0 0 0 3px var(--vela-focus-soft);";function ie(r,e,t=document){if(typeof document>"u")return;let n=t instanceof Document?t.head:t;if(t.getElementById?.(r)??n.querySelector(`#${CSS.escape(r)}`))return;let i=document.createElement("style");i.id=r,i.textContent=e,n.appendChild(i);}function ke(r,e=document){let t=e.createElement("span");t.className="vela-icon",t.setAttribute("aria-hidden","true");let n=ts(r);return n&&(t.innerHTML=n),t}var Vt=(r,e=[])=>({parts:(...t)=>{if(NC(e))return Vt(r,t);throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?")},extendWith:(...t)=>Vt(r,[...e,...t]),omit:(...t)=>Vt(r,e.filter(n=>!t.includes(n))),rename:t=>Vt(t,e),keys:()=>e,build:()=>[...new Set(e)].reduce((t,n)=>Object.assign(t,{[n]:{selector:[`&[data-scope="${Rr(r)}"][data-part="${Rr(n)}"]`,`& [data-scope="${Rr(r)}"][data-part="${Rr(n)}"]`].join(", "),attrs:{"data-scope":Rr(r),"data-part":Rr(n)}}}),{})}),Rr=r=>r.replace(/([A-Z])([A-Z])/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),NC=r=>r.length===0;var VC=Vt("menu").parts("arrow","arrowTip","content","contextTrigger","indicator","item","itemGroup","itemGroupLabel","itemIndicator","itemText","positioner","separator","trigger","triggerItem"),Ce=VC.build();var Vm=["top","right","bottom","left"];var wt=Math.min,nt=Math.max,qi=Math.round,Zi=Math.floor,xt=r=>({x:r,y:r}),_C={left:"right",right:"left",bottom:"top",top:"bottom"};function cd(r,e,t){return nt(r,wt(e,t))}function St(r,e){return typeof r=="function"?r(e):r}function _t(r){return r.split("-")[0]}function zn(r){return r.split("-")[1]}function _a(r){return r==="x"?"y":"x"}function Ba(r){return r==="y"?"height":"width"}function rt(r){let e=r[0];return e==="t"||e==="b"?"y":"x"}function Ha(r){return _a(rt(r))}function _m(r,e,t){t===void 0&&(t=false);let n=zn(r),i=Ha(r),o=Ba(i),s=i==="x"?n===(t?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=ji(s)),[s,ji(s)]}function Bm(r){let e=ji(r);return [Va(r),e,Va(e)]}function Va(r){return r.includes("start")?r.replace("start","end"):r.replace("end","start")}var Fm=["left","right"],Nm=["right","left"],BC=["top","bottom"],HC=["bottom","top"];function zC(r,e,t){switch(r){case "top":case "bottom":return t?e?Nm:Fm:e?Fm:Nm;case "left":case "right":return e?BC:HC;default:return []}}function Hm(r,e,t,n){let i=zn(r),o=zC(_t(r),t==="start",n);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Va)))),o}function ji(r){let e=_t(r);return _C[e]+r.slice(e.length)}function $C(r){var e,t,n,i;return {top:(e=r.top)!=null?e:0,right:(t=r.right)!=null?t:0,bottom:(n=r.bottom)!=null?n:0,left:(i=r.left)!=null?i:0}}function dd(r){return typeof r!="number"?$C(r):{top:r,right:r,bottom:r,left:r}}function $n(r){let{x:e,y:t,width:n,height:i}=r;return {width:n,height:i,top:t,left:e,right:e+n,bottom:t+i,x:e,y:t}}function zm(r,e,t){let{reference:n,floating:i}=r,o=rt(e),s=Ha(e),a=Ba(s),l=_t(e),c=o==="y",d=n.x+n.width/2-i.width/2,u=n.y+n.height/2-i.height/2,h=n[a]/2-i[a]/2,p;switch(l){case "top":p={x:d,y:n.y-i.height};break;case "bottom":p={x:d,y:n.y+n.height};break;case "right":p={x:n.x+n.width,y:u};break;case "left":p={x:n.x-i.width,y:u};break;default:p={x:n.x,y:n.y};}let m=zn(e);return m&&(p[s]+=h*(m==="end"?1:-1)*(t&&c?-1:1)),p}async function Gm(r,e){var t;e===void 0&&(e={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=r,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:h=false,padding:p=0}=St(e,r),m=dd(p),g=a[h?u==="floating"?"reference":"floating":u],b=$n(await o.getClippingRect({element:(t=await(o.isElement==null?void 0:o.isElement(g)))==null||t?g:g.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:l})),y=u==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,v=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),w=await(o.isElement==null?void 0:o.isElement(v))&&await(o.getScale==null?void 0:o.getScale(v))||{x:1,y:1},E=$n(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:y,offsetParent:v,strategy:l}):y);return {top:(b.top-E.top+m.top)/w.y,bottom:(E.bottom-b.bottom+m.bottom)/w.y,left:(b.left-E.left+m.left)/w.x,right:(E.right-b.right+m.right)/w.x}}var WC=50,Um=async(r,e,t)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=t,a=s.detectOverflow?s:{...s,detectOverflow:Gm},l=await(s.isRTL==null?void 0:s.isRTL(e)),c=await s.getElementRects({reference:r,floating:e,strategy:i}),{x:d,y:u}=zm(c,n,l),h=n,p=0,m={};for(let f=0;f<o.length;f++){let g=o[f];if(!g)continue;let{name:b,fn:y}=g,{x:v,y:w,data:E,reset:x}=await y({x:d,y:u,initialPlacement:n,placement:h,strategy:i,middlewareData:m,rects:c,platform:a,elements:{reference:r,floating:e}});d=v??d,u=w??u,m[b]={...m[b],...E},x&&p<WC&&(p++,typeof x=="object"&&(x.placement&&(h=x.placement),x.rects&&(c=x.rects===true?await s.getElementRects({reference:r,floating:e,strategy:i}):x.rects),{x:d,y:u}=zm(c,h,l)),f=-1);}return {x:d,y:u,placement:h,strategy:i,middlewareData:m}},Ym=r=>({name:"arrow",options:r,async fn(e){let{x:t,y:n,placement:i,rects:o,platform:s,elements:a,middlewareData:l}=e,{element:c,padding:d=0}=St(r,e)||{};if(c==null)return {};let u=dd(d),h={x:t,y:n},p=Ha(i),m=Ba(p),f=await s.getDimensions(c),g=p==="y",b=g?"top":"left",y=g?"bottom":"right",v=g?"clientHeight":"clientWidth",w=o.reference[m]+o.reference[p]-h[p]-o.floating[m],E=h[p]-o.reference[p],x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c)),S=x?x[v]:0;(!S||!await(s.isElement==null?void 0:s.isElement(x)))&&(S=a.floating[v]||o.floating[m]);let P=w/2-E/2,k=S/2-f[m]/2-1,T=wt(u[b],k),M=wt(u[y],k),L=S-f[m]-M,C=S/2-f[m]/2+P,I=cd(T,C,L),V=!l.arrow&&zn(i)!=null&&C!==I&&o.reference[m]/2-(C<T?T:M)-f[m]/2<0,Y=V?C<T?C-T:C-L:0;return {[p]:h[p]+Y,data:{[p]:I,centerOffset:C-I-Y,...V&&{alignmentOffset:Y}},reset:V}}});var Km=function(r){return r===void 0&&(r={}),{name:"flip",options:r,async fn(e){var t,n;let{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:l,elements:c}=e,{mainAxis:d=true,crossAxis:u=true,fallbackPlacements:h,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:f=true,...g}=St(r,e);if((t=o.arrow)!=null&&t.alignmentOffset)return {};let b=_t(i),y=rt(a),v=_t(a)===a,w=await(l.isRTL==null?void 0:l.isRTL(c.floating)),E=h||(v||!f?[ji(a)]:Bm(a)),x=m!=="none";!h&&x&&E.push(...Hm(a,f,m,w));let S=[a,...E],P=await l.detectOverflow(e,g),k=[],T=((n=o.flip)==null?void 0:n.overflows)||[];if(d&&k.push(P[b]),u){let I=_m(i,s,w);k.push(P[I[0]],P[I[1]]);}if(T=[...T,{placement:i,overflows:k}],!k.every(I=>I<=0)){var M,L;let I=(((M=o.flip)==null?void 0:M.index)||0)+1,V=S[I];if(V&&(!(u==="alignment"?y!==rt(V):false)||T.every(z=>rt(z.placement)===y?z.overflows[0]>0:true)))return {data:{index:I,overflows:T},reset:{placement:V}};let Y=(L=T.filter(K=>K.overflows[0]<=0).sort((K,z)=>K.overflows[1]-z.overflows[1])[0])==null?void 0:L.placement;if(!Y)switch(p){case "bestFit":{var C;let K=(C=T.filter(z=>{if(x){let ze=rt(z.placement);return ze===y||ze==="y"}return true}).map(z=>[z.placement,z.overflows.filter(ze=>ze>0).reduce((ze,Sw)=>ze+Sw,0)]).sort((z,ze)=>z[1]-ze[1])[0])==null?void 0:C[0];K&&(Y=K);break}case "initialPlacement":Y=a;break}if(i!==Y)return {reset:{placement:Y}}}return {}}}};function $m(r,e){return {top:r.top-e.height,right:r.right-e.width,bottom:r.bottom-e.height,left:r.left-e.width}}function Wm(r){return Vm.some(e=>r[e]>=0)}var Xm=function(r){return r===void 0&&(r={}),{name:"hide",options:r,async fn(e){let{rects:t,platform:n}=e,{strategy:i="referenceHidden",...o}=St(r,e);switch(i){case "referenceHidden":{let s=await n.detectOverflow(e,{...o,elementContext:"reference"}),a=$m(s,t.reference);return {data:{referenceHiddenOffsets:a,referenceHidden:Wm(a)}}}case "escaped":{let s=await n.detectOverflow(e,{...o,altBoundary:true}),a=$m(s,t.floating);return {data:{escapedOffsets:a,escaped:Wm(a)}}}default:return {}}}}};var jm=new Set(["left","top"]);async function GC(r,e){let{placement:t,platform:n,elements:i}=r,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),s=_t(t),a=zn(t),l=rt(t)==="y",c=jm.has(s)?-1:1,d=o&&l?-1:1,u=St(e,r),{mainAxis:h,crossAxis:p,alignmentAxis:m}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return a&&typeof m=="number"&&(p=a==="end"?m*-1:m),l?{x:p*d,y:h*c}:{x:h*c,y:p*d}}var qm=function(r){return r===void 0&&(r=0),{name:"offset",options:r,async fn(e){var t,n;let{x:i,y:o,placement:s,middlewareData:a}=e,l=await GC(e,r);return s===((t=a.offset)==null?void 0:t.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Zm=function(r){return r===void 0&&(r={}),{name:"shift",options:r,async fn(e){let{x:t,y:n,placement:i,platform:o}=e,{mainAxis:s=true,crossAxis:a=false,limiter:l={fn:y=>{let{x:v,y:w}=y;return {x:v,y:w}}},...c}=St(r,e),d={x:t,y:n},u=await o.detectOverflow(e,c),h=rt(i),p=_a(h),m=d[p],f=d[h],g=(y,v)=>cd(v+u[y==="y"?"top":"left"],v,v-u[y==="y"?"bottom":"right"]);s&&(m=g(p,m)),a&&(f=g(h,f));let b=l.fn({...e,[p]:m,[h]:f});return {...b,data:{x:b.x-t,y:b.y-n,enabled:{[p]:s,[h]:a}}}}}},Jm=function(r){return r===void 0&&(r={}),{options:r,fn(e){var t,n;let{x:i,y:o,placement:s,rects:a,middlewareData:l}=e,{offset:c=0,mainAxis:d=true,crossAxis:u=true}=St(r,e),h={x:i,y:o},p=rt(s),m=_a(p),f=h[m],g=h[p],b=St(c,e),y=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:(t=b.mainAxis)!=null?t:0,crossAxis:(n=b.crossAxis)!=null?n:0};if(d){let E=m==="y"?"height":"width",x=a.reference[m]-a.floating[E]+y.mainAxis,S=a.reference[m]+a.reference[E]-y.mainAxis;f<x?f=x:f>S&&(f=S);}if(u){var v,w;let E=m==="y"?"width":"height",x=jm.has(_t(s)),S=a.reference[p]-a.floating[E]+(x&&((v=l.offset)==null?void 0:v[p])||0)+(x?0:y.crossAxis),P=a.reference[p]+a.reference[E]+(x?0:((w=l.offset)==null?void 0:w[p])||0)-(x?y.crossAxis:0);g<S?g=S:g>P&&(g=P);}return {[m]:f,[p]:g}}}},Qm=function(r){return r===void 0&&(r={}),{name:"size",options:r,async fn(e){let{placement:t,rects:n,platform:i,elements:o}=e,{apply:s=()=>{},...a}=St(r,e),l=await i.detectOverflow(e,a),c=_t(t),d=zn(t),u=rt(t)==="y",{width:h,height:p}=n.floating,m,f;c==="top"||c==="bottom"?(m=c,f=d===(await(i.isRTL==null?void 0:i.isRTL(o.floating))?"start":"end")?"left":"right"):(f=c,m=d==="end"?"top":"bottom");let g=p-l.top-l.bottom,b=h-l.left-l.right,y=wt(p-l[m],g),v=wt(h-l[f],b),w=e.middlewareData.shift,E=!w,x=y,S=v;w!=null&&w.enabled.x&&(S=b),w!=null&&w.enabled.y&&(x=g),E&&!d&&(u?S=h-2*nt(l.left,l.right):x=p-2*nt(l.top,l.bottom)),await s({...e,availableWidth:S,availableHeight:x});let P=await i.getDimensions(o.floating);return h!==P.width||p!==P.height?{reset:{rects:true}}:{}}}};function za(){return typeof window<"u"}function Gn(r){return tf(r)?(r.nodeName||"").toLowerCase():"#document"}function Ie(r){var e;return (r==null||(e=r.ownerDocument)==null?void 0:e.defaultView)||window}function Ct(r){var e;return (e=(tf(r)?r.ownerDocument:r.document)||window.document)==null?void 0:e.documentElement}function tf(r){return za()?r instanceof Node||r instanceof Ie(r).Node:false}function it(r){return za()?r instanceof Element||r instanceof Ie(r).Element:false}function Bt(r){return za()?r instanceof HTMLElement||r instanceof Ie(r).HTMLElement:false}function ef(r){return !za()||typeof ShadowRoot>"u"?false:r instanceof ShadowRoot||r instanceof Ie(r).ShadowRoot}function Ji(r){let{overflow:e,overflowX:t,overflowY:n,display:i}=ot(r);return /auto|scroll|overlay|hidden|clip/.test(e+n+t)&&i!=="inline"&&i!=="contents"}function nf(r){return /^(table|td|th)$/.test(Gn(r))}function Qi(r){try{if(r.matches(":popover-open"))return !0}catch{}try{return r.matches(":modal")}catch{return false}}var UC=/transform|translate|scale|rotate|perspective|filter/,YC=/paint|layout|strict|content/,Wn=r=>!!r&&r!=="none",ud;function $a(r){let e=it(r)?ot(r):r;return Wn(e.transform)||Wn(e.translate)||Wn(e.scale)||Wn(e.rotate)||Wn(e.perspective)||!Wa()&&(Wn(e.backdropFilter)||Wn(e.filter))||UC.test(e.willChange||"")||YC.test(e.contain||"")}function rf(r){let e=sn(r);for(;Bt(e)&&!Or(e);){if($a(e))return e;if(Qi(e))return null;e=sn(e);}return null}function Wa(){return ud==null&&(ud=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ud}function Or(r){return /^(html|body|#document)$/.test(Gn(r))}function ot(r){return Ie(r).getComputedStyle(r)}function eo(r){return it(r)?{scrollLeft:r.scrollLeft,scrollTop:r.scrollTop}:{scrollLeft:r.scrollX,scrollTop:r.scrollY}}function sn(r){if(Gn(r)==="html")return r;let e=r.assignedSlot||r.parentNode||ef(r)&&r.host||Ct(r);return ef(e)?e.host:e}function of(r){let e=sn(r);return Or(e)?(r.ownerDocument||r).body:Bt(e)&&Ji(e)?e:of(e)}function Dr(r,e,t){var n;e===void 0&&(e=[]),t===void 0&&(t=true);let i=of(r),o=i===((n=r.ownerDocument)==null?void 0:n.body),s=Ie(i);if(o){let a=Ga(s);return e.concat(s,s.visualViewport||[],Ji(i)?i:[],a&&t?Dr(a):[])}else return e.concat(i,Dr(i,[],t))}function Ga(r){return r.parent&&Object.getPrototypeOf(r.parent)?r.frameElement:null}function lf(r){let e=ot(r),t=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=Bt(r),o=i?r.offsetWidth:t,s=i?r.offsetHeight:n,a=qi(t)!==o||qi(n)!==s;return a&&(t=o,n=s),{width:t,height:n,$:a}}function pd(r){return it(r)?r:r.contextElement}function Fr(r){let e=pd(r);if(!Bt(e))return xt(1);let t=e.getBoundingClientRect(),{width:n,height:i,$:o}=lf(e),s=(o?qi(t.width):t.width)/n,a=(o?qi(t.height):t.height)/i;return (!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var KC=xt(0);function cf(r){let e=Ie(r);return !Wa()||!e.visualViewport?KC:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function XC(r,e,t){return e===void 0&&(e=false),!!t&&e&&t===Ie(r)}function Un(r,e,t,n){e===void 0&&(e=false),t===void 0&&(t=false);let i=r.getBoundingClientRect(),o=pd(r),s=xt(1);e&&(n?it(n)&&(s=Fr(n)):s=Fr(r));let a=XC(o,t,n)?cf(o):xt(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,d=i.width/s.x,u=i.height/s.y;if(o&&n){let h=Ie(o),p=it(n)?Ie(n):n,m=h,f=Ga(m);for(;f&&p!==m;){let g=Fr(f),b=f.getBoundingClientRect(),y=ot(f),v=b.left+(f.clientLeft+parseFloat(y.paddingLeft))*g.x,w=b.top+(f.clientTop+parseFloat(y.paddingTop))*g.y;l*=g.x,c*=g.y,d*=g.x,u*=g.y,l+=v,c+=w,m=Ie(f),f=Ga(m);}}return $n({width:d,height:u,x:l,y:c})}function Ua(r,e){let t=eo(r).scrollLeft;return e?e.left+t:Un(Ct(r)).left+t}function df(r,e){let t=r.getBoundingClientRect(),n=t.left+e.scrollLeft-Ua(r,t),i=t.top+e.scrollTop;return {x:n,y:i}}function jC(r){let{elements:e,rect:t,offsetParent:n,strategy:i}=r,o=i==="fixed",s=Ct(n),a=e?Qi(e.floating):false;if(n===s||a&&o)return t;let l={scrollLeft:0,scrollTop:0},c=xt(1),d=xt(0),u=Bt(n);if((u||!o)&&((Gn(n)!=="body"||Ji(s))&&(l=eo(n)),u)){let p=Un(n);c=Fr(n),d.x=p.x+n.clientLeft,d.y=p.y+n.clientTop;}let h=s&&!u&&!o?df(s,l):xt(0);return {width:t.width*c.x,height:t.height*c.y,x:t.x*c.x-l.scrollLeft*c.x+d.x+h.x,y:t.y*c.y-l.scrollTop*c.y+d.y+h.y}}function qC(r){return r.getClientRects?Array.from(r.getClientRects()):[]}function ZC(r){let e=eo(r),t=r.ownerDocument.body,n=nt(r.scrollWidth,r.clientWidth,t.scrollWidth,t.clientWidth),i=nt(r.scrollHeight,r.clientHeight,t.scrollHeight,t.clientHeight),o=-e.scrollLeft+Ua(r),s=-e.scrollTop;return ot(t).direction==="rtl"&&(o+=nt(r.clientWidth,t.clientWidth)-n),{width:n,height:i,x:o,y:s}}var JC=25;function QC(r,e,t){t===void 0&&(t="viewport");let n=t==="layoutViewport",i=Ie(r),o=Ct(r),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,d=0;if(s){let h=!Wa()||e==="fixed";n?h||(c=-s.offsetLeft,d=-s.offsetTop):(a=s.width,l=s.height,h&&(c=s.offsetLeft,d=s.offsetTop));}if(Ua(o)<=0){let h=o.ownerDocument,p=h.body,m=getComputedStyle(p),f=h.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,g=Math.abs(o.clientWidth-p.clientWidth-f),b=getComputedStyle(o).scrollbarGutter==="stable both-edges"?g/2:g;b<=JC&&(a-=b);}return {width:a,height:l,x:c,y:d}}function e1(r,e){let t=Un(r,true,e==="fixed"),n=t.top+r.clientTop,i=t.left+r.clientLeft,o=Fr(r),s=r.clientWidth*o.x,a=r.clientHeight*o.y,l=i*o.x,c=n*o.y;return {width:s,height:a,x:l,y:c}}function sf(r,e,t){let n;if(e==="viewport"||e==="layoutViewport")n=QC(r,t,e);else if(e==="document")n=ZC(Ct(r));else if(it(e))n=e1(e,t);else {let i=cf(r);n={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height};}return $n(n)}function t1(r,e){let t=e.get(r);if(t)return t;let n=Dr(r,[],false).filter(a=>it(a)&&Gn(a)!=="body"),i=null,o=ot(r).position==="fixed",s=o?sn(r):r;for(;it(s)&&!Or(s);){let a=ot(s),l=$a(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(u=>u!==s):i=a,s=sn(s);}return e.set(r,n),n}function n1(r){let{element:e,boundary:t,rootBoundary:n,strategy:i}=r,s=[...t==="clippingAncestors"?Qi(e)?[]:t1(e,this._c):[].concat(t),n],a=sf(e,s[0],i),l=a.top,c=a.right,d=a.bottom,u=a.left;for(let h=1;h<s.length;h++){let p=sf(e,s[h],i);l=nt(p.top,l),c=wt(p.right,c),d=wt(p.bottom,d),u=nt(p.left,u);}return {width:c-u,height:d-l,x:u,y:l}}function r1(r){let{width:e,height:t}=lf(r);return {width:e,height:t}}function i1(r,e,t){let n=Bt(e),i=Ct(e),o=t==="fixed",s=Un(r,true,o,e),a={scrollLeft:0,scrollTop:0},l=xt(0);if((n||!o)&&((Gn(e)!=="body"||Ji(i))&&(a=eo(e)),n)){let h=Un(e,true,o,e);l.x=h.x+e.clientLeft,l.y=h.y+e.clientTop;}!n&&i&&(l.x=Ua(i));let c=i&&!n&&!o?df(i,a):xt(0),d=s.left+a.scrollLeft-l.x-c.x,u=s.top+a.scrollTop-l.y-c.y;return {x:d,y:u,width:s.width,height:s.height}}function hd(r){return ot(r).position==="static"}function af(r,e){if(!Bt(r)||ot(r).position==="fixed")return null;if(e)return e(r);let t=r.offsetParent;return Ct(r)===t&&(t=t.ownerDocument.body),t}function uf(r,e){let t=Ie(r);if(Qi(r))return t;if(!Bt(r)){let i=sn(r);for(;i&&!Or(i);){if(it(i)&&!hd(i))return i;i=sn(i);}return t}let n=af(r,e);for(;n&&nf(n)&&hd(n);)n=af(n,e);return n&&Or(n)&&hd(n)&&!$a(n)?t:n||rf(r)||t}var o1=async function(r){let e=this.getOffsetParent||uf,t=this.getDimensions,n=await t(r.floating);return {reference:i1(r.reference,await e(r.floating),r.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function s1(r){return ot(r).direction==="rtl"}var a1={convertOffsetParentRelativeRectToViewportRelativeRect:jC,getDocumentElement:Ct,getClippingRect:n1,getOffsetParent:uf,getElementRects:o1,getClientRects:qC,getDimensions:r1,getScale:Fr,isElement:it,isRTL:s1};function hf(r,e){return r.x===e.x&&r.y===e.y&&r.width===e.width&&r.height===e.height}function l1(r,e,t){let n=null,i,o=Ct(r);function s(){var d;clearTimeout(i),(d=n)==null||d.disconnect(),n=null;}function a(d,u){d===void 0&&(d=false),u===void 0&&(u=1),s();let h=r.getBoundingClientRect(),{left:p,top:m,width:f,height:g}=h;if(d||e(),!f||!g)return;let b=Zi(m),y=Zi(o.clientWidth-(p+f)),v=Zi(o.clientHeight-(m+g)),w=Zi(p),x={rootMargin:-b+"px "+-y+"px "+-v+"px "+-w+"px",threshold:nt(0,wt(1,u))||1},S=true;function P(k){let T=k[0].intersectionRatio;if(!hf(h,r.getBoundingClientRect()))return a();if(T!==u){if(!S)return a();T?a(false,T):i=setTimeout(()=>{a(false,1e-7);},1e3);}S=false;}try{n=new IntersectionObserver(P,{...x,root:o.ownerDocument});}catch{n=new IntersectionObserver(P,x);}n.observe(r);}let l=Ie(r),c=()=>a(t);return l.addEventListener("resize",c),a(true),()=>{l.removeEventListener("resize",c),s();}}function pf(r,e,t,n){n===void 0&&(n={});let{ancestorScroll:i=true,ancestorResize:o=true,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=false}=n,c=pd(r),d=i||o?[...c?Dr(c):[],...e?Dr(e):[]]:[];d.forEach(b=>{i&&b.addEventListener("scroll",t),o&&b.addEventListener("resize",t);});let u=c&&a?l1(c,t,o):null,h=-1,p=null;s&&(p=new ResizeObserver(b=>{let[y]=b;y&&y.target===c&&p&&e&&(p.unobserve(e),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var v;(v=p)==null||v.observe(e);})),t();}),c&&!l&&p.observe(c),e&&p.observe(e));let m,f=l?Un(r):null;l&&g();function g(){let b=Un(r);f&&!hf(f,b)&&t(),f=b,m=requestAnimationFrame(g);}return t(),()=>{var b;d.forEach(y=>{i&&y.removeEventListener("scroll",t),o&&y.removeEventListener("resize",t);}),u?.(),(b=p)==null||b.disconnect(),p=null,l&&cancelAnimationFrame(m);}}var mf=qm;var ff=Zm,gf=Km,bf=Qm,vf=Xm,yf=Ym;var wf=Jm,xf=(r,e,t)=>{let n=new Map,i=t??{},o={...a1,...i.platform,_c:n};return Um(r,e,{...i,platform:o})};function Sf(r=0,e=0,t=0,n=0){if(typeof DOMRect=="function")return new DOMRect(r,e,t,n);let i={x:r,y:e,width:t,height:n,top:e,right:r+t,bottom:e+n,left:r};return {...i,toJSON:()=>i}}function c1(r){if(!r)return Sf();let{x:e,y:t,width:n,height:i}=r;return Sf(e,t,n,i)}function Cf(r,e){return {contextElement:Q(r)?r:r?.contextElement,getBoundingClientRect:()=>{let t=r,n=e?.(t);return n||!t?c1(n):t.getBoundingClientRect()}}}var to=r=>({variable:r,reference:`var(${r})`}),Tt={arrowSize:to("--arrow-size"),arrowSizeHalf:to("--arrow-size-half"),arrowBg:to("--arrow-background"),transformOrigin:to("--transform-origin"),arrowOffset:to("--arrow-offset")},d1=r=>r==="top"||r==="bottom"?"y":"x";function Tf(r,e){return {name:"transformOrigin",fn(t){let{elements:n,middlewareData:i,placement:o,rects:s,y:a}=t,l=o.split("-")[0],c=d1(l),d=i.arrow?.x||0,u=i.arrow?.y||0,h=e?.clientWidth||0,p=e?.clientHeight||0,m=d+h/2,f=u+p/2,g=Math.abs(i.shift?.y||0),b=s.reference.height/2,y=p/2,v=r.offset?.mainAxis??r.gutter,w=typeof v=="number"?v+y:v??y,E=g>w,x={top:`${m}px calc(100% + ${w}px)`,bottom:`${m}px ${-w}px`,left:`calc(100% + ${w}px) ${f}px`,right:`${-w}px ${f}px`}[l],S=`${m}px ${s.reference.y+b-a}px`,P=!!r.overlap&&c==="y"&&E;return n.floating.style.setProperty(Tt.transformOrigin.variable,P?S:x),{data:{transformOrigin:P?S:x}}}}}var Ef={name:"rects",fn({rects:r}){return {data:r}}},Pf=r=>{if(r)return {name:"shiftArrow",fn({placement:e,middlewareData:t}){if(!t.arrow)return {};let{x:n,y:i}=t.arrow,o=e.split("-")[0];return Object.assign(r.style,{left:n!=null?`${n}px`:"",top:i!=null?`${i}px`:"",[o]:`calc(100% + ${Tt.arrowOffset.reference})`}),{}}}};function Lf(r){let[e,t]=r.split("-");return {side:e,align:t,hasAlign:t!=null}}function no(r){return r.split("-")[0]}var u1={strategy:"absolute",placement:"bottom",listeners:true,restoreStyles:false,gutter:8,flip:true,slide:true,overlap:false,sameWidth:false,fitViewport:false,overflowPadding:8,arrowPadding:4};function Mf(r,e){let t=r.devicePixelRatio||1;return Math.round(e*t)/t}function Nr(r,e){return r!=null&&Math.abs(r-e)<.5}function Ya(r){return typeof r=="function"?r():r==="clipping-ancestors"?"clippingAncestors":r}function h1(r,e,t){let n=r||e.createElement("div");return yf({element:n,padding:t.arrowPadding})}function p1(r,e){if(!Ip(e.offset??e.gutter))return mf(({placement:t})=>{let n=(r?.clientHeight||0)/2,i=e.offset?.mainAxis??e.gutter,o=typeof i=="number"?i+n:i??n,{hasAlign:s}=Lf(t),a=s?void 0:e.shift,l=e.offset?.crossAxis??a;return nn({crossAxis:l,mainAxis:o,alignmentAxis:e.shift})})}function m1(r){if(r.flip)return gf(()=>{let e=Ya(r.boundary);return {...e?{boundary:e}:void 0,padding:r.overflowPadding,fallbackPlacements:r.flip===true?void 0:r.flip}})}function f1(r){if(!(!r.slide&&!r.overlap))return ff(()=>{let e=Ya(r.boundary);return {...e?{boundary:e}:void 0,mainAxis:r.slide,crossAxis:r.overlap,padding:r.overflowPadding,limiter:wf()}})}function g1(r){if(r.sizeMiddleware===false&&!r.sameWidth&&!r.fitViewport)return;let e,t,n,i;return bf(()=>{let o=Ya(r.boundary);return {padding:r.overflowPadding,...o?{boundary:o}:void 0,apply({elements:s,rects:a,availableHeight:l,availableWidth:c}){let d=s.floating,u=Math.round(a.reference.width),h=Math.round(a.reference.height);c=Math.floor(c),l=Math.floor(l),Nr(e,u)||(d.style.setProperty("--reference-width",`${u}px`),e=u),Nr(t,h)||(d.style.setProperty("--reference-height",`${h}px`),t=h),Nr(n,c)||(d.style.setProperty("--available-width",`${c}px`),n=c),Nr(i,l)||(d.style.setProperty("--available-height",`${l}px`),i=l);}}})}function b1(r){if(r.hideWhenDetached)return vf(()=>({strategy:"referenceHidden",boundary:Ya(r.boundary)??"clippingAncestors"}))}function v1(r){return r?r===true?{ancestorResize:true,ancestorScroll:true,elementResize:true,layoutShift:true}:r:{}}var y1=["transform","visibility","pointer-events","--x","--y","--z-index","--reference-width","--reference-height","--available-width","--available-height","--transform-origin"],w1=["top","right","bottom","left"];function kf(r,e){if(!r)return _c;let t=new Map(e.map(n=>[n,r.style.getPropertyValue(n)]));return ()=>{t.forEach((n,i)=>{n?r.style.setProperty(i,n):r.style.removeProperty(i);}),r.style.length===0&&r.removeAttribute("style");}}function If(r){return r==null?null:Q(r)?r:typeof r=="object"&&r&&"contextElement"in r&&r.contextElement?r.contextElement:r}function x1(r,e,t={}){let n=()=>(typeof e=="function"?e():e)??null,i=()=>{let T=typeof r=="function"?r():r;return t.getAnchorElement?.()??T},o=()=>{let T=i();return !T&&!t.getAnchorRect?null:Cf(T,t.getAnchorRect)},s=Object.assign({},u1,t),a=[],l=null,c,d;function u(T){c?.(),d?.(),l=T,c=s.restoreStyles?kf(T,y1):void 0;let M=T.querySelector("[data-part=arrow]");d=s.restoreStyles?kf(M,w1):void 0,a=[p1(M,s),m1(s),f1(s),h1(M,T.ownerDocument,s),Pf(M),Tf({gutter:s.gutter,offset:s.offset,overlap:s.overlap},M),g1(s),b1(s),Ef];}let{placement:h,strategy:p,onComplete:m,onPositioned:f}=s,g,b,y=false,v,w,E=_c,x=v1(s.listeners);function S(){if(!s.listeners)return;let T=i(),M=o(),L=n();if(!M||!L)return;(If(T)!==If(v)||L!==w)&&(E(),v=T,w=L,E=pf(M,L,k,x));}async function P(){S();let T=n();if(!T)return;T!==l&&(u(T),y=false);let M=o();if(!M)return;let L=await xf(M,T,{placement:h,middleware:a,strategy:p});m?.(L);let C=ae(T),I=Mf(C,L.x),V=Mf(C,L.y);if(Nr(g,I)||(T.style.setProperty("--x",`${I}px`),g=I),Nr(b,V)||(T.style.setProperty("--y",`${V}px`),b=V),s.hideWhenDetached&&(L.middlewareData.hide?.referenceHidden?(T.style.setProperty("visibility","hidden"),T.style.setProperty("pointer-events","none")):(T.style.removeProperty("visibility"),T.style.removeProperty("pointer-events"))),!y){let Y=T.firstElementChild;Y&&(T.style.setProperty("--z-index",Tr(Y).zIndex),y=true);}}async function k(){t.updatePosition?(await t.updatePosition({updatePosition:P,floatingElement:n()}),f?.({placed:true})):await P();}return k(),()=>{E(),d?.(),c?.(),f?.({placed:false});}}function Ka(r,e,t={}){let{defer:n,...i}=t,o=n?he:a=>a(),s=[];return s.push(o(()=>{s.push(x1(r,e,i));})),()=>{s.forEach(a=>a?.());}}var S1={bottom:"rotate(45deg)",left:"rotate(135deg)",top:"rotate(225deg)",right:"rotate(315deg)"};function md(r={}){let{placement:e,sameWidth:t,fitViewport:n,strategy:i="absolute"}=r;return {arrow:{position:"absolute",width:Tt.arrowSize.reference,height:Tt.arrowSize.reference,[Tt.arrowSizeHalf.variable]:`calc(${Tt.arrowSize.reference} / 2)`,[Tt.arrowOffset.variable]:`calc(${Tt.arrowSizeHalf.reference} * -1)`},arrowTip:{transform:e?S1[e.split("-")[0]]:void 0,background:Tt.arrowBg.reference,top:"0",left:"0",width:"100%",height:"100%",position:"absolute",zIndex:"inherit"},floating:{position:i,isolation:"isolate",minWidth:t?void 0:"max-content",width:t?"var(--reference-width)":void 0,maxWidth:n?"var(--available-width)":void 0,maxHeight:n?"var(--available-height)":void 0,pointerEvents:e?void 0:"none",top:"0px",left:"0px",transform:e?"translate3d(var(--x), var(--y), 0)":"translate3d(0, -100vh, 0)",zIndex:"var(--z-index)"}}}var Et=(r,e)=>{let t=r.ids?.trigger;return t!=null?Ne(t)?t(e):t:e?`menu:${r.id}:trigger:${e}`:`menu:${r.id}:trigger`},Xa=(r,e)=>{let t=r.ids?.contextTrigger;return t!=null?Ne(t)?t(e):t:e?`menu:${r.id}:ctx-trigger:${e}`:`menu:${r.id}:ctx-trigger`},an=r=>r.ids?.content??`menu:${r.id}:content`,Af=r=>r.ids?.arrow??`menu:${r.id}:arrow`,fd=r=>r.ids?.positioner??`menu:${r.id}:popper`,Rf=(r,e)=>r.ids?.group?.(e)??`menu:${r.id}:group:${e}`,Yn=(r,e)=>`${r.id}/${e}`,ln=r=>r?.dataset.value??null,gd=(r,e)=>r.ids?.groupLabel?.(e)??`menu:${r.id}:group-label:${e}`,st=r=>r.getById(an(r)),bd=r=>r.getById(fd(r)),vd=r=>r.getById(Et(r)),Df=(r,e)=>e?r.getById(Yn(r,e)):null;var Of=r=>r.getById(Xa(r)),yd=r=>kr(r.getRootNode(),`[data-scope="menu"][data-part="trigger"][data-ownedby="${r.id}"]`),wd=r=>kr(r.getRootNode(),`[data-scope="menu"][data-part="context-trigger"][data-ownedby="${r.id}"]`),ro=(r,e)=>e==null?vd(r)??yd(r)[0]:r.getById(Et(r,e)),io=r=>{let t=`[role^="menuitem"][data-ownedby=${CSS.escape(an(r))}]:not([data-disabled])`;return kr(st(r),t)},Ff=r=>Tp(io(r)),Nf=r=>Ep(io(r)),xd=(r,e)=>e?r.id===e||r.dataset.value===e:false,Vf=(r,e)=>{let t=io(r),n=t.findIndex(i=>xd(i,e.value));return Lp(t,n,{loop:e.loop??e.loopFocus})},_f=(r,e)=>{let t=io(r),n=t.findIndex(i=>xd(i,e.value));return Mp(t,n,{loop:e.loop??e.loopFocus})},Bf=(r,e)=>{let t=io(r),n=t.find(i=>xd(i,e.value));return ka(t,{state:e.typeaheadState,key:e.key,activeId:n?.id??null})},oo=r=>Q(r)&&(r.dataset.disabled===""||r.hasAttribute("disabled")),Sd=r=>!!r?.getAttribute("role")?.startsWith("menuitem")&&!!r?.hasAttribute("data-controls");var ja="menu:select";function Hf(r,e){if(!r)return;let t=ae(r),n=new t.CustomEvent(ja,{detail:{value:e}});r.dispatchEvent(n);}function C1(r){let e=an(r);return st(r)??r.getDoc().getElementById(e)}function Cd(r,e){if(!Q(r))return false;for(let t in e){let n=e[t],i=C1(n.scope);if(i&&Ve(i,r))return true;let o=n.refs.get("children");if(Object.keys(o).length>0&&Cd(r,o))return true}return false}var so=(r,e)=>({x:r,y:e});function zf(r){let{x:e,y:t,width:n,height:i}=r,o=e+n/2,s=t+i/2;return {x:e,y:t,width:n,height:i,minX:e,minY:t,maxX:e+n,maxY:t+i,midX:o,midY:s,center:so(o,s)}}function $f(r){let e=so(r.minX,r.minY),t=so(r.maxX,r.minY),n=so(r.maxX,r.maxY),i=so(r.minX,r.maxY);return {top:e,right:t,bottom:n,left:i}}function Wf(r,e){let t=zf(r),{top:n,right:i,left:o,bottom:s}=$f(t),[a]=e.split("-");return {top:[o,n,i,s],right:[n,i,s,o],bottom:[n,o,s,i],left:[i,n,o,s]}[a]}function qa(r,e){let{x:t,y:n}=e,i=false;for(let o=0,s=r.length-1;o<r.length;s=o++){let a=r[o].x,l=r[o].y,c=r[s].x,d=r[s].y;l>n!=d>n&&t<(c-a)*(n-l)/(d-l)+a&&(i=!i);}return i}function Ed(r){let e=r.parent;for(;e&&e.context.get("isSubmenu");)e=e.refs.get("parent");e?.send({type:"CLOSE"});}function Gf(r,e){return r?qa(r,e):false}function Uf(r,e,t){let n=Object.keys(r).length>0;if(!e)return null;if(!n)return Yn(t,e);for(let i in r){let o=r[i],s=Et(o.scope);if(s===e)return s}return Yn(t,e)}function cn(r,e){r&&(r.refs.set("pointerRoutingLocked",e),r.context.set("pointerRoutingMode",e?"locked":"interactive"));}function Yf(r){let e=r.context.get("highlightedValue");if(!e)return false;let t=r.refs.get("children");for(let n in t){let i=t[n];if(i.state.hasTag("open")&&Et(i.scope)===e)return true}return false}function Kf(r,e){r&&(r.refs.get("pointerRoutingLocked")||e&&Yf(r)||cn(r,false));}function Xf(r){r&&(Yf(r)||cn(r,false));}function Pd(r,e){let{context:t,send:n,state:i,computed:o,prop:s,scope:a}=r,l=i.hasTag("open"),c=t.get("isSubmenu"),d=o("isTypingAhead"),u=s("composite"),h=t.get("currentPlacement"),p=h?no(h):void 0,m=t.get("anchorPoint"),f=t.get("highlightedValue"),g=t.get("triggerValue"),b=md({...s("positioning"),placement:h});function y(x){return {id:Yn(a,x.value),disabled:!!x.disabled,highlighted:f===x.value}}function v(x){let S=x.valueText??x.value;return {...x,id:x.value,valueText:S}}function w(x){return {...y(v(x)),checked:!!x.checked}}function E(x){let{closeOnSelect:S,valueText:P,value:k}=x,T=y(x),M=Yn(a,k);return e.element({...Ce.item.attrs,id:M,role:"menuitem","aria-disabled":Gc(T.disabled),"data-disabled":Ge(T.disabled),"data-ownedby":an(a),"data-highlighted":Ge(T.highlighted),"data-value":k,"data-valuetext":P,onDragStart(L){L.currentTarget.matches("a[href]")&&L.preventDefault();},onPointerMove(L){if(T.disabled||L.pointerType!=="mouse")return;let C=L.currentTarget;if(T.highlighted)return;let I=Pr(L);n({type:"ITEM_POINTERMOVE",id:M,target:C,closeOnSelect:S,point:I});},onPointerLeave(L){if(T.disabled||L.pointerType!=="mouse"||!r.event.previous()?.type.includes("POINTER"))return;let I=L.currentTarget;n({type:"ITEM_POINTERLEAVE",id:M,target:I,closeOnSelect:S});},onPointerDown(L){if(T.disabled)return;let C=L.currentTarget;n({type:"ITEM_POINTERDOWN",target:C,id:M,closeOnSelect:S});},onClick(L){if(Qc(L)||Jc(L)||T.disabled)return;let C=L.currentTarget;n({type:"ITEM_CLICK",target:C,id:M,closeOnSelect:S});}})}return {highlightedValue:f,open:l,setOpen(x){i.hasTag("open")!==x&&n({type:x?"OPEN":"CLOSE"});},triggerValue:g,setTriggerValue(x){n({type:"TRIGGER_VALUE.SET",value:x});},setHighlightedValue(x){n({type:"HIGHLIGHTED.SET",value:x});},setParent(x){n({type:"PARENT.SET",value:x,id:x.prop("id")});},setChild(x){n({type:"CHILD.SET",value:x,id:x.prop("id")});},reposition(x={}){n({type:"POSITIONING.SET",options:x});},addItemListener(x){let S=a.getById(x.id);if(!S)return;let P=()=>x.onSelect?.();return S.addEventListener(ja,P),()=>S.removeEventListener(ja,P)},getContextTriggerProps(x={}){let{value:S}=x,P=S==null?false:g===S,k=Xa(a,S);return e.element({...Ce.contextTrigger.attrs,dir:s("dir"),id:k,"data-ownedby":a.id,"data-value":S,"data-current":Ge(P),"data-state":l?"open":"closed",onPointerDown(T){if(T.pointerType==="mouse")return;let M=Pr(T);n({type:"CONTEXT_MENU_START",point:M,value:S});},onPointerCancel(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onPointerMove(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onPointerUp(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onContextMenu(T){let M=Pr(T),L=l&&S!=null&&!P;n({type:L?"TRIGGER_VALUE.SET":"CONTEXT_MENU",point:M,value:S}),T.preventDefault();},style:{WebkitTouchCallout:"none",WebkitUserSelect:"none",userSelect:"none"}})},getTriggerItemProps(x){let S=x.getTriggerProps();return Op(E({value:S.id}),S)},getTriggerProps(x={}){let{value:S}=x,P=S==null?false:g===S,k=Et(a,S);return e.button({...c?Ce.triggerItem.attrs:Ce.trigger.attrs,"data-placement":h,"data-side":p,type:"button",dir:s("dir"),id:k,...S!=null&&{"data-ownedby":a.id,"data-value":S,"data-current":Ge(P)},"data-uid":s("id"),"aria-haspopup":u?"menu":"dialog","aria-controls":an(a),"data-controls":an(a),"aria-expanded":S==null?l:l&&P,"data-state":l?"open":"closed",onPointerMove(T){if(T.pointerType!=="mouse"||oo(T.currentTarget)||!c)return;let L=Pr(T);n({type:"TRIGGER_POINTERMOVE",target:T.currentTarget,point:L});},onPointerLeave(T){if(oo(T.currentTarget)||T.pointerType!=="mouse"||!c)return;cn(r.refs.get("parent"),true);let M=Pr(T);n({type:"TRIGGER_POINTERLEAVE",target:T.currentTarget,point:M});},onPointerDown(T){oo(T.currentTarget)||Ta(T)||T.preventDefault();},onClick(T){if(T.defaultPrevented||oo(T.currentTarget))return;let M=l&&S!=null&&!P;n({type:M?"TRIGGER_VALUE.SET":"TRIGGER_CLICK",target:T.currentTarget,value:S});},onBlur(){n({type:"TRIGGER_BLUR"});},onFocus(){n({type:"TRIGGER_FOCUS"});},onKeyDown(T){if(T.defaultPrevented)return;let M={ArrowDown(){n({type:"ARROW_DOWN",value:S});},ArrowUp(){n({type:"ARROW_UP",value:S});},Enter(){n({type:"ARROW_DOWN",src:"enter",value:S});},Space(){n({type:"ARROW_DOWN",src:"space",value:S});}},L=ed(T,{orientation:"vertical",dir:s("dir")}),C=M[L];C&&(T.preventDefault(),C(T));}})},getIndicatorProps(){return e.element({...Ce.indicator.attrs,dir:s("dir"),"data-state":l?"open":"closed"})},getPositionerProps(){return e.element({...Ce.positioner.attrs,dir:s("dir"),id:fd(a),style:b.floating})},getArrowProps(){return e.element({id:Af(a),...Ce.arrow.attrs,dir:s("dir"),style:b.arrow})},getArrowTipProps(){return e.element({...Ce.arrowTip.attrs,dir:s("dir"),style:b.arrowTip})},getContentProps(){return e.element({...Ce.content.attrs,id:an(a),"aria-label":s("aria-label"),hidden:!l,"data-state":l?"open":"closed",role:u?"menu":"dialog",tabIndex:0,dir:s("dir"),"aria-activedescendant":o("highlightedId")||void 0,"aria-labelledby":m?Xa(a,g??void 0):Et(a,g??void 0),"data-placement":h,"data-side":p,onPointerEnter(x){x.pointerType==="mouse"&&n({type:"MENU_POINTERENTER"});},onKeyDown(x){if(x.defaultPrevented||!Ve(x.currentTarget,ge(x)))return;let S=ge(x);if(!(S?.closest("[role=menu]")===x.currentTarget||S===x.currentTarget))return;if(x.key==="Tab"&&!mm(x)){x.preventDefault();return}let k={ArrowDown(){n({type:"ARROW_DOWN"});},ArrowUp(){n({type:"ARROW_UP"});},ArrowLeft(){n({type:"ARROW_LEFT"});},ArrowRight(){n({type:"ARROW_RIGHT"});},Enter(){n({type:"ENTER"});},Space(L){d?n({type:"TYPEAHEAD",key:L.key}):k.Enter?.(L);},Home(){n({type:"HOME"});},End(){n({type:"END"});}},T=ed(x,{dir:s("dir")}),M=k[T];if(M){M(x),x.stopPropagation(),x.preventDefault();return}s("typeahead")&&am(x)&&(cm(x)||Cr(S)||(n({type:"TYPEAHEAD",key:x.key}),x.preventDefault()));}})},getSeparatorProps(){return e.element({...Ce.separator.attrs,role:"separator",dir:s("dir"),"aria-orientation":"horizontal"})},getItemState:y,getItemProps:E,getOptionItemState:w,getOptionItemProps(x){let{type:S,disabled:P,closeOnSelect:k}=x,T=v(x),M=w(x);return {...E(T),...e.element({"data-type":S,...Ce.item.attrs,dir:s("dir"),"data-value":T.value,role:`menuitem${S}`,"aria-checked":!!M.checked,"data-state":M.checked?"checked":"unchecked",onClick(L){if(P||Qc(L)||Jc(L))return;let C=L.currentTarget;n({type:"ITEM_CLICK",target:C,option:T,closeOnSelect:k});}})}},getItemIndicatorProps(x){let S=w(Vc(x)),P=S.checked?"checked":"unchecked";return e.element({...Ce.itemIndicator.attrs,dir:s("dir"),"data-disabled":Ge(S.disabled),"data-highlighted":Ge(S.highlighted),"data-state":Vi(x,"checked")?P:void 0,hidden:Vi(x,"checked")?!S.checked:void 0})},getItemTextProps(x){let S=w(Vc(x)),P=S.checked?"checked":"unchecked";return e.element({...Ce.itemText.attrs,dir:s("dir"),"data-disabled":Ge(S.disabled),"data-highlighted":Ge(S.highlighted),"data-state":Vi(x,"checked")?P:void 0})},getItemGroupLabelProps(x){return e.element({...Ce.itemGroupLabel.attrs,id:gd(a,x.htmlFor),dir:s("dir")})},getItemGroupProps(x){return e.element({id:Rf(a,x.id),...Ce.itemGroup.attrs,dir:s("dir"),"aria-labelledby":gd(a,x.id),role:"group"})}}}function jf(r){let e={each(t){for(let n=0;n<r.frames?.length;n+=1){let i=r.frames[n];i&&t(i);}},addEventListener(t,n,i){return e.each(o=>{try{o.document.addEventListener(t,n,i);}catch{}}),()=>{try{e.removeEventListener(t,n,i);}catch{}}},removeEventListener(t,n,i){e.each(o=>{try{o.document.removeEventListener(t,n,i);}catch{}});}};return e}function qf(r){let e=r.frameElement!=null?r.parent:null;return {addEventListener:(t,n,i)=>{try{e?.addEventListener(t,n,i);}catch{}return ()=>{try{e?.removeEventListener(t,n,i);}catch{}}},removeEventListener:(t,n,i)=>{try{e?.removeEventListener(t,n,i);}catch{}}}}var Zf="pointerdown.outside",Jf="focus.outside";function T1(r){for(let e of r)if(Q(e)&&Ue(e))return true;return false}var tg=r=>"clientY"in r;function E1(r,e){if(!tg(e)||!r)return false;let t=r.getBoundingClientRect();return t.width===0||t.height===0?false:t.top<=e.clientY&&e.clientY<=t.top+t.height&&t.left<=e.clientX&&e.clientX<=t.left+t.width}function P1(r,e){return r.y<=e.y&&e.y<=r.y+r.height&&r.x<=e.x&&e.x<=r.x+r.width}function Qf(r,e){if(!e||!tg(r))return false;let t=e.scrollHeight>e.clientHeight,n=t&&r.clientX>e.offsetLeft+e.clientWidth,i=e.scrollWidth>e.clientWidth,o=i&&r.clientY>e.offsetTop+e.clientHeight,s={x:e.offsetLeft,y:e.offsetTop,width:e.clientWidth+(t?16:0),height:e.clientHeight+(i?16:0)},a={x:r.clientX,y:r.clientY};return P1(s,a)?n||o:false}function L1(r,e){let{exclude:t,onFocusOutside:n,onPointerDownOutside:i,onInteractOutside:o,defer:s,followControlledElements:a=true}=e;if(!r)return;let l=ue(r),c=ae(r),d=jf(c),u=qf(c);function h(w,E){if(!Q(E)||!E.isConnected||Ve(r,E)||E1(r,w)||a&&Ca(r,E))return false;let x=l.querySelector(`[aria-controls="${r.id}"]`);if(x){let P=La(x);if(Qf(w,P))return false}let S=La(r);return Qf(w,S)?false:!t?.(E)}let p=new Set,m=_n(r?.getRootNode()),f=false;function g(w){f=true;let E=()=>{f=false;};l.addEventListener("pointerup",E,{once:true}),c.addEventListener("pointerup",E,{once:true});function x(S){let P=s&&!Zc()?he:M=>M(),k=S??w,T=k?.composedPath?.()??[k?.target];P(()=>{let M=m?T[0]:ge(w);if(!(!r||!h(w,M))){if(i||o){let L=tn(i,o);r.addEventListener(Zf,L,{once:true});}eg(r,Zf,{bubbles:false,cancelable:true,detail:{originalEvent:k,contextmenu:Ta(k),focusable:T1(T),target:M}});}});}w.pointerType==="touch"?(p.forEach(S=>S()),p.add(Me(l,"click",x,{once:true})),p.add(u.addEventListener("click",x,{once:true})),p.add(d.addEventListener("click",x,{once:true}))):x();}let b=new Set,y=setTimeout(()=>{b.add(Me(l,"pointerdown",g,true)),b.add(u.addEventListener("pointerdown",g,true)),b.add(d.addEventListener("pointerdown",g,true));},0);function v(w){if(f)return;(s?he:x=>x())(()=>{let x=w?.composedPath?.()??[w?.target],S=m?x[0]:ge(w);if(!(!r||!h(w,S))){if(n||o){let P=tn(n,o);r.addEventListener(Jf,P,{once:true});}eg(r,Jf,{bubbles:false,cancelable:true,detail:{originalEvent:w,contextmenu:false,focusable:Ue(S),target:S}});}});}return Zc()||(b.add(Me(l,"focusin",v,true)),b.add(u.addEventListener("focusin",v,true)),b.add(d.addEventListener("focusin",v,true))),()=>{clearTimeout(y),p.forEach(w=>w()),b.forEach(w=>w());}}function ng(r,e){let{defer:t}=e,n=t?he:o=>o(),i=[];return i.push(n(()=>{let o=typeof r=="function"?r():r;i.push(L1(o,e));})),()=>{i.forEach(o=>o?.());}}function eg(r,e,t){let n=r.ownerDocument.defaultView||window,i=new n.CustomEvent(e,t);return r.dispatchEvent(i)}function rg(r,e){let t=n=>{n.key==="Escape"&&(n.isComposing||e?.(n));};return Me(ue(r),"keydown",t,{capture:true})}var ig="layer:request-dismiss",Te={layers:[],branches:[],recentlyRemoved:new Set,count(){return this.layers.length},pointerBlockingLayers(){return this.layers.filter(r=>r.pointerBlocking)},topMostPointerBlockingLayer(){return [...this.pointerBlockingLayers()].slice(-1)[0]},hasPointerBlockingLayer(){return this.pointerBlockingLayers().length>0},isBelowPointerBlockingLayer(r){let e=this.indexOf(r),t=this.topMostPointerBlockingLayer()?this.indexOf(this.topMostPointerBlockingLayer()?.node):-1;return e<t},isTopMost(r){return this.layers[this.count()-1]?.node===r},getNestedLayers(r){return Array.from(this.layers).slice(this.indexOf(r)+1)},getLayersByType(r){return this.layers.filter(e=>e.type===r)},getNestedLayersByType(r,e){let t=this.indexOf(r);return t===-1?[]:this.layers.slice(t+1).filter(n=>n.type===e)},getParentLayerOfType(r,e){let t=this.indexOf(r);if(!(t<=0))return this.layers.slice(0,t).reverse().find(n=>n.type===e)},countNestedLayersOfType(r,e){return this.getNestedLayersByType(r,e).length},isInNestedLayer(r,e){return !!(this.getNestedLayers(r).some(n=>Ve(n.node,e))||this.recentlyRemoved.size>0)},isInBranch(r){return Array.from(this.branches).some(e=>Ve(e,r))},add(r){let e=this.indexOf(r.node);e!==-1&&this.layers.splice(e,1),this.layers.push(r),this.syncLayers();},addBranch(r){this.branches.push(r);},remove(r){let e=this.indexOf(r);if(e<0)return;this.layers[e].styleTargets?.forEach(n=>{let i=n();i&&M1(i);}),this.recentlyRemoved.add(r),gm(()=>this.recentlyRemoved.delete(r)),e<this.count()-1&&this.getNestedLayers(r).forEach(i=>Te.dismiss(i.node,r)),this.layers.splice(e,1),this.syncLayers();},removeBranch(r){let e=this.branches.indexOf(r);e>=0&&this.branches.splice(e,1);},syncLayers(){this.layers.forEach((r,e)=>{og(r,e,r.node),r.styleTargets?.forEach(t=>{let n=t();if(!n||n===r.node)return;og(r,e,n);let{zIndex:i}=Tr(r.node);n.style.setProperty("--z-index",i);});});},indexOf(r){return this.layers.findIndex(e=>e.node===r)},dismiss(r,e){let t=this.indexOf(r);if(t===-1)return;let n=this.layers[t];I1(r,ig,i=>{n.requestDismiss?.(i),i.defaultPrevented||n?.dismiss();}),k1(r,ig,{originalLayer:r,targetLayer:e,originalIndex:t,targetIndex:e?this.indexOf(e):-1}),this.syncLayers();},clear(){this.remove(this.layers[0].node);}};function og(r,e,t){t.style.setProperty("--layer-index",`${e}`),t.removeAttribute("data-nested"),t.removeAttribute("data-has-nested"),Te.getParentLayerOfType(r.node,r.type)&&t.setAttribute("data-nested",r.type);let i=Te.countNestedLayersOfType(r.node,r.type);i>0&&t.setAttribute("data-has-nested",r.type),t.style.setProperty("--nested-layer-count",`${i}`);}function M1(r){r.style.removeProperty("--layer-index"),r.style.removeProperty("--nested-layer-count"),r.style.removeProperty("--z-index"),r.removeAttribute("data-nested"),r.removeAttribute("data-has-nested");}function k1(r,e,t){let n=r.ownerDocument.defaultView||window,i=new n.CustomEvent(e,{cancelable:true,bubbles:true,detail:t});return r.dispatchEvent(i)}function I1(r,e,t){r.addEventListener(e,t,{once:true});}var Ld=new WeakMap,ao=new WeakMap;function A1(r){return Te.isBelowPointerBlockingLayer(r)?"none":"auto"}function sg(r){let e=A1(r);r.style.pointerEvents!==e&&(r.style.pointerEvents=e);}function R1(r){if(ao.has(r))return;let e=ae(r);if(typeof e.MutationObserver>"u")return;let t=new e.MutationObserver(()=>{ao.has(r)&&sg(r);});t.observe(r,{attributes:true,attributeFilter:["style"]}),ao.set(r,t);}function Md(){Te.layers.forEach(({node:r})=>{sg(r),R1(r);});}function ag(r){let e=ao.get(r);e&&(e.disconnect(),ao.delete(r)),r.style.pointerEvents="";}function lg(r,e){let t=ue(r),n=[];return Te.hasPointerBlockingLayer()&&!t.body.hasAttribute("data-inert")&&(Ld.set(t.body,t.body.style.pointerEvents),queueMicrotask(()=>{let i=t.body;i&&(i.style.pointerEvents="none",i.setAttribute("data-inert",""));})),e?.forEach(i=>{let[o,s]=Tm(()=>{let a=i();return Q(a)?a:null},{timeout:1e3});o.then(a=>n.push(Yi(a,{pointerEvents:"auto"}))),n.push(s);}),()=>{Te.hasPointerBlockingLayer()||(queueMicrotask(()=>{let i=t.body;if(!i)return;let o=Ld.get(i);o!==void 0&&(i.style.pointerEvents=o,Ld.delete(i)),i.removeAttribute("data-inert"),i.style.length===0&&i.removeAttribute("style");}),n.forEach(i=>i()));}}function D1(r,e){let{warnOnMissingNode:t=true}=e;if(t&&!r){wr("[@zag-js/dismissable] node is `null` or `undefined`");return}if(!r)return;let{onDismiss:n,onRequestDismiss:i,pointerBlocking:o,exclude:s,debug:a,type:l="dialog",layerStyleTargets:c}=e,d={dismiss:n,node:r,type:l,pointerBlocking:o,requestDismiss:i,styleTargets:c};Te.add(d),Md();function u(g){let b=ge(g.detail.originalEvent);Te.isBelowPointerBlockingLayer(r)||Te.isInBranch(b)||(e.onPointerDownOutside?.(g),e.onInteractOutside?.(g),!g.defaultPrevented&&(a&&console.log("onPointerDownOutside:",g.detail.originalEvent),n?.()));}function h(g){let b=ge(g.detail.originalEvent);Te.isInBranch(b)||(e.onFocusOutside?.(g),e.onInteractOutside?.(g),!g.defaultPrevented&&(a&&console.log("onFocusOutside:",g.detail.originalEvent),n?.()));}function p(g){Te.isTopMost(r)&&(e.onEscapeKeyDown?.(g),!g.defaultPrevented&&n&&(g.preventDefault(),n()));}function m(g){if(!r)return false;let b=typeof s=="function"?s():s,y=Array.isArray(b)?b:[b],v=e.persistentElements?.map(w=>w()).filter(Q);return v&&y.push(...v),y.some(w=>Ve(w,g))||Te.isInNestedLayer(r,g)}let f=[o?lg(r,e.persistentElements):void 0,rg(r,p),ng(r,{exclude:m,onFocusOutside:h,onPointerDownOutside:u,defer:e.defer})];return ()=>{Te.remove(r),Md(),ag(r),f.forEach(g=>g?.());}}function Za(r,e){let{defer:t}=e,n=t?he:o=>o(),i=[];return i.push(n(()=>{let o=Ne(r)?r():r;i.push(D1(o,e));})),()=>{i.forEach(o=>o?.());}}function O1(r){return !(r.metaKey||!Er()&&r.altKey||r.ctrlKey||r.key==="Control"||r.key==="Shift"||r.key==="Meta")}var F1=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function N1(r,e,t){let n=t?ge(t):null,i=ue(n),o=ae(n),s=yt(i);return r=r||s instanceof o.HTMLInputElement&&!F1.has(s?.type)||s instanceof o.HTMLTextAreaElement||s instanceof o.HTMLElement&&s.isContentEditable,!(r&&e==="keyboard"&&t instanceof o.KeyboardEvent&&!Reflect.has(V1,t.key))}var Ht=null,kd=new Set,Ja=new Map,Kn=false,Id=false,dg=false,V1={Tab:true,Escape:true};function el(r,e){for(let t of kd)t(r,e);}function Qa(r){Kn=true,O1(r)&&(Ht="keyboard",el("keyboard",r));}function Ye(r){Ht="pointer",(r.type==="mousedown"||r.type==="pointerdown")&&(Kn=true,el("pointer",r));}function ug(r){lm(r)&&(Kn=true,Ht="virtual");}function hg(r){let e=ge(r);e===ae(e)||e===ue(e)||dg||!r.isTrusted||(!Kn&&!Id&&(Ht="virtual",el("virtual",r)),Kn=false,Id=false);}function pg(){(Kn=false,Id=true);}function _1(r){if(typeof window>"u"||Ja.get(ae(r)))return;let e=ae(r),t=ue(r),n=e.HTMLElement.prototype.focus;function i(){Kn=true,n.apply(this,arguments);}try{Object.defineProperty(e.HTMLElement.prototype,"focus",{configurable:!0,value:i});}catch{}t.addEventListener("keydown",Qa,true),t.addEventListener("keyup",Qa,true),t.addEventListener("click",ug,true),e.addEventListener("focus",hg,true),e.addEventListener("blur",pg,false),typeof e.PointerEvent<"u"?(t.addEventListener("pointerdown",Ye,true),t.addEventListener("pointermove",Ye,true),t.addEventListener("pointerup",Ye,true)):(t.addEventListener("mousedown",Ye,true),t.addEventListener("mousemove",Ye,true),t.addEventListener("mouseup",Ye,true)),e.addEventListener("beforeunload",()=>{B1(r);},{once:true}),Ja.set(e,{focus:n});}var B1=(r,e)=>{let t=ae(r),n=ue(r);let i=Ja.get(t);if(i){try{Object.defineProperty(t.HTMLElement.prototype,"focus",{configurable:!0,value:i.focus});}catch{}n.removeEventListener("keydown",Qa,true),n.removeEventListener("keyup",Qa,true),n.removeEventListener("click",ug,true),t.removeEventListener("focus",hg,true),t.removeEventListener("blur",pg,false),typeof t.PointerEvent<"u"?(n.removeEventListener("pointerdown",Ye,true),n.removeEventListener("pointermove",Ye,true),n.removeEventListener("pointerup",Ye,true)):(n.removeEventListener("mousedown",Ye,true),n.removeEventListener("mousemove",Ye,true),n.removeEventListener("mouseup",Ye,true)),Ja.delete(t);}};function mg(){return Ht}function fg(r){Ht=r,el(r,null);}function cg(){return Ht==="keyboard"||Ht==="virtual"}function gg(r={}){let{isTextInput:e,autoFocus:t,onChange:n,root:i}=r;_1(i),n?.({isFocusVisible:t||cg(),modality:Ht});let o=(s,a)=>{N1(!!e,s,a)&&n?.({isFocusVisible:cg(),modality:s});};return kd.add(o),()=>{kd.delete(o);}}var{not:Ke,and:Vr,or:H1}=Gp(),Ad=wa({props({props:r}){return {closeOnSelect:true,typeahead:true,composite:true,loopFocus:false,navigate(e){ym(e.node);},...r,positioning:{placement:"bottom-start",gutter:8,...r.positioning}}},initialState({prop:r}){return r("open")||r("defaultOpen")?"open":"idle"},context({bindable:r,prop:e,scope:t}){return {highlightedValue:r(()=>({defaultValue:e("defaultHighlightedValue")||null,value:e("highlightedValue"),onChange(n){e("onHighlightChange")?.({highlightedValue:n});}})),lastHighlightedValue:r(()=>({defaultValue:null})),currentPlacement:r(()=>({defaultValue:void 0})),intentPolygon:r(()=>({defaultValue:null})),anchorPoint:r(()=>({defaultValue:null,hash(n){return `x: ${n?.x}, y: ${n?.y}`}})),isSubmenu:r(()=>({defaultValue:false})),triggerValue:r(()=>({defaultValue:e("defaultTriggerValue")??null,value:e("triggerValue"),onChange(n){let i=e("onTriggerValueChange");if(!i)return;let o=ro(t,n);i({value:n,triggerElement:o});}})),pointerRoutingMode:r(()=>({defaultValue:"interactive"}))}},refs(){return {parent:null,children:{},pointerRoutingLocked:false,typeaheadState:{...ka.defaultOptions},positioningOverride:{}}},computed:{isRtl:({prop:r})=>r("dir")==="rtl",isTypingAhead:({refs:r})=>r.get("typeaheadState").keysSoFar!=="",highlightedId:({context:r,scope:e,refs:t})=>Uf(t.get("children"),r.get("highlightedValue"),e)},watch({track:r,action:e,context:t,prop:n}){r([()=>t.get("isSubmenu")],()=>{e(["setSubmenuPlacement"]);}),r([()=>t.hash("anchorPoint")],()=>{t.get("anchorPoint")&&e(["reposition"]);}),r([()=>n("open")],()=>{e(["toggleVisibility"]);});},on:{"TRIGGER_VALUE.SET":{actions:["setTriggerValue","setAnchorPoint","reposition","focusMenu"]},"PARENT.SET":{actions:["setParentMenu"]},"CHILD.SET":{actions:["setChildMenu"]},OPEN:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","invokeOnOpen"]}],OPEN_AUTOFOCUS:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightFirstItem","invokeOnOpen"]}],CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"HIGHLIGHTED.RESTORE":{actions:["restoreHighlightedItem"]},"HIGHLIGHTED.SET":{actions:["setHighlightedItem"]},"HIGHLIGHTED.SUGGEST":{actions:["suggestHighlightedItem"]}},states:{idle:{tags:["closed"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed"},CONTEXT_MENU_START:{target:"opening:contextmenu",actions:["setAnchorPoint","setTriggerValue"]},CONTEXT_MENU:[{guard:"isOpenControlled",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]}],TRIGGER_CLICK:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TRIGGER_FOCUS:{guard:Ke("isSubmenu"),target:"closed"},TRIGGER_POINTERMOVE:{guard:"isSubmenu",target:"opening"}}},"opening:contextmenu":{tags:["closed"],effects:["waitForLongPress"],on:{"CONTROLLED.OPEN":{target:"open",actions:["reposition"]},"CONTROLLED.CLOSE":{target:"closed",actions:["focusTrigger"]},CONTEXT_MENU_CANCEL:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"LONG_PRESS.OPEN":[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","invokeOnOpen","reposition"]}]}},opening:{tags:["closed"],effects:["waitForOpenDelay"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed",actions:["focusTrigger"]},BLUR:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],TRIGGER_POINTERLEAVE:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"DELAY.OPEN":[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}]}},closing:{tags:["open"],effects:["trackPointerMove","trackInteractOutside","waitForCloseDelay"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem"]},MENU_POINTERENTER:{target:"open",actions:["clearIntentPolygon"]},POINTER_MOVED_AWAY_FROM_SUBMENU:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem"]}],"DELAY.CLOSE":[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem","invokeOnClose","releaseParentRoutingLock"]}]}},closed:{tags:["closed"],entry:["clearHighlightedItem","unlockParentOnClose","clearAnchorPoint"],on:{"CONTROLLED.OPEN":[{guard:H1("isOpenAutoFocusEvent","isArrowDownEvent"),target:"open",actions:["highlightFirstItem"]},{guard:"isArrowUpEvent",target:"open",actions:["highlightLastItem"]},{target:"open"}],CONTEXT_MENU_START:{target:"opening:contextmenu",actions:["setAnchorPoint","setTriggerValue"]},CONTEXT_MENU:[{guard:"isOpenControlled",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]}],TRIGGER_CLICK:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TRIGGER_POINTERMOVE:{guard:"isTriggerItem",target:"opening"},TRIGGER_BLUR:{target:"idle"},ARROW_DOWN:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightFirstItem","invokeOnOpen"]}],ARROW_UP:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightLastItem","invokeOnOpen"]}]}},open:{tags:["open"],effects:["trackInteractOutside","trackFocusVisible","trackPositioning","scrollToHighlightedItem"],entry:["focusMenu","unlockParentOnOpen"],on:{"CONTROLLED.CLOSE":[{target:"closed",guard:"isArrowLeftEvent",actions:["focusParentMenu"]},{target:"closed",actions:["focusTrigger"]}],TRIGGER_CLICK:[{guard:Vr(Ke("isTriggerItem"),"isOpenControlled"),actions:["invokeOnClose","releaseParentRoutingLock"]},{guard:Ke("isTriggerItem"),target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],CONTEXT_MENU:{actions:["setAnchorPoint","setTriggerValue","focusMenu"]},ARROW_UP:{actions:["highlightPrevItem","focusMenu"]},ARROW_DOWN:{actions:["highlightNextItem","focusMenu"]},ARROW_LEFT:[{guard:Vr("isSubmenu","isOpenControlled"),actions:["invokeOnClose","releaseParentRoutingLock"]},{guard:"isSubmenu",target:"closed",actions:["focusParentMenu","invokeOnClose","releaseParentRoutingLock"]}],HOME:{actions:["highlightFirstItem","focusMenu"]},END:{actions:["highlightLastItem","focusMenu"]},ARROW_RIGHT:{guard:"isTriggerItemHighlighted",actions:["openSubmenu"]},ENTER:[{guard:"isTriggerItemHighlighted",actions:["openSubmenu"]},{actions:["clickHighlightedItem"]}],ITEM_POINTERMOVE:[{guard:Ke("isPointerRoutingLocked"),actions:["setHighlightedItem","focusMenu","closeSiblingMenus"]},{actions:["setLastHighlightedItem","closeSiblingMenus"]}],ITEM_POINTERLEAVE:{guard:Vr(Ke("isPointerRoutingLocked"),Ke("isTriggerItem")),actions:["clearHighlightedItem"]},ITEM_CLICK:[{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable"),"closeOnSelect","isOpenControlled"),actions:["invokeOnSelect","setOptionState","closeRootMenu","invokeOnClose","releaseParentRoutingLock"]},{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable"),"closeOnSelect"),target:"closed",actions:["invokeOnSelect","setOptionState","closeRootMenu","invokeOnClose","releaseParentRoutingLock","focusTrigger"]},{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable")),actions:["invokeOnSelect","setOptionState"]},{actions:["setHighlightedItem"]}],TRIGGER_POINTERMOVE:{guard:"isTriggerItem",actions:["setIntentPolygon"]},TRIGGER_POINTERLEAVE:{target:"closing",actions:["setIntentPolygon"]},ITEM_POINTERDOWN:{actions:["setHighlightedItem"]},TYPEAHEAD:{actions:["highlightMatchedItem"]},FOCUS_MENU:{actions:["focusMenu"]},"POSITIONING.SET":{actions:["reposition"]}}}},implementations:{guards:{closeOnSelect:({prop:r,event:e})=>!!(e?.closeOnSelect??r("closeOnSelect")),isTriggerItem:({event:r})=>Sd(r.target),isTriggerItemHighlighted:({event:r,scope:e,computed:t})=>!!(r.target??e.getById(t("highlightedId")))?.hasAttribute("data-controls"),isSubmenu:({context:r})=>r.get("isSubmenu"),isPointerRoutingLocked:({refs:r})=>r.get("pointerRoutingLocked"),isHighlightedItemEditable:({scope:r,computed:e})=>Cr(r.getById(e("highlightedId"))),isOpenControlled:({prop:r})=>r("open")!==void 0,isArrowLeftEvent:({event:r})=>r.previousEvent?.type==="ARROW_LEFT",isArrowUpEvent:({event:r})=>r.previousEvent?.type==="ARROW_UP",isArrowDownEvent:({event:r})=>r.previousEvent?.type==="ARROW_DOWN",isOpenAutoFocusEvent:({event:r})=>r.previousEvent?.type==="OPEN_AUTOFOCUS"},effects:{waitForOpenDelay({send:r}){let e=setTimeout(()=>{r({type:"DELAY.OPEN"});},200);return ()=>clearTimeout(e)},waitForCloseDelay({send:r}){let e=setTimeout(()=>{r({type:"DELAY.CLOSE"});},100);return ()=>clearTimeout(e)},waitForLongPress({send:r}){let e=setTimeout(()=>{r({type:"LONG_PRESS.OPEN"});},700);return ()=>clearTimeout(e)},trackFocusVisible({scope:r}){return gg({root:r.getRootNode?.()})},trackPositioning({context:r,prop:e,scope:t,refs:n}){if(Of(t)||wd(t).length>0)return;let o={...e("positioning"),...n.get("positioningOverride")};return r.set("currentPlacement",o.placement),Ka(()=>ro(t,r.get("triggerValue")),()=>bd(t),{...o,defer:true,onComplete(l){r.set("currentPlacement",l.placement);}})},trackInteractOutside({refs:r,scope:e,prop:t,context:n,send:i}){let o=()=>st(e),s=true,a=l=>wd(e).some(c=>Ve(c,l));return Za(o,{type:"menu",defer:true,exclude:[vd(e),...yd(e)].filter(Boolean),onInteractOutside:t("onInteractOutside"),onRequestDismiss:t("onRequestDismiss"),onFocusOutside(l){t("onFocusOutside")?.(l);let c=ge(l.detail.originalEvent);if(a(c)){l.preventDefault();return}if(Cd(c,r.get("children"))){l.preventDefault();return}},onEscapeKeyDown(l){t("onEscapeKeyDown")?.(l),n.get("isSubmenu")&&l.preventDefault(),Ed({parent:r.get("parent")});},onPointerDownOutside(l){t("onPointerDownOutside")?.(l);let c=ge(l.detail.originalEvent);if(a(c)&&l.detail.contextmenu){l.preventDefault();return}s=!l.detail.focusable;},onDismiss(){i({type:"CLOSE",src:"interact-outside",restoreFocus:s});}})},trackPointerMove({context:r,scope:e,send:t,refs:n}){let i=n.get("parent");if(!i)return;cn(i,true);let o=e.getDoc();return Me(o,"pointermove",s=>{Gf(r.get("intentPolygon"),{x:s.clientX,y:s.clientY})||(t({type:"POINTER_MOVED_AWAY_FROM_SUBMENU"}),cn(i,false));})},scrollToHighlightedItem({scope:r,computed:e}){let t=()=>{if(mg()==="pointer")return;let o=r.getById(e("highlightedId")),s=st(r);xm(o,{rootEl:s,block:"nearest"});};return he(()=>{fg("virtual"),t();}),vm(()=>st(r),{attributes:["aria-activedescendant"],callback:t})}},actions:{setAnchorPoint({context:r,event:e}){r.set("anchorPoint",t=>vr(t,e.point)?t:e.point);},setSubmenuPlacement({context:r,computed:e,refs:t}){if(!r.get("isSubmenu"))return;let n=e("isRtl")?"left-start":"right-start";t.set("positioningOverride",{placement:n,gutter:0});},reposition({context:r,scope:e,prop:t,event:n,refs:i}){let o=()=>bd(e),s=n.point??r.get("anchorPoint"),a=s?()=>({width:0,height:0,...s}):void 0,l={...t("positioning"),...i.get("positioningOverride")},c=n.value??r.get("triggerValue");Ka(()=>ro(e,c),o,{...l,defer:true,getAnchorRect:a,...n.options??{},listeners:false,onComplete(u){r.set("currentPlacement",u.placement);}});},setOptionState({event:r}){if(!r.option)return;let{checked:e,onCheckedChange:t,type:n}=r.option;n==="radio"?t?.(true):n==="checkbox"&&t?.(!e);},clickHighlightedItem({scope:r,computed:e,prop:t,context:n}){let i=r.getById(e("highlightedId"));if(!i||i.dataset.disabled)return;let o=n.get("highlightedValue");jp(i)?t("navigate")?.({value:o,node:i,href:i.href}):queueMicrotask(()=>i.click());},setIntentPolygon({context:r,scope:e,event:t}){let n=st(e),i=r.get("currentPlacement");if(!n||!i)return;let o=n.getBoundingClientRect(),s=Wf(o,i);if(!s)return;let l=no(i)==="right"?-5:5;r.set("intentPolygon",[{...t.point,x:t.point.x+l},...s]);},clearIntentPolygon({context:r}){r.set("intentPolygon",null);},clearAnchorPoint({context:r}){r.set("anchorPoint",null);},unlockParentOnOpen({refs:r,context:e,scope:t}){let n=r.get("parent");if(e.get("isSubmenu")){let i=Et(t);n?.send({type:"HIGHLIGHTED.SUGGEST",value:i});}cn(n,false);},unlockParentOnClose({refs:r,context:e}){Kf(r.get("parent"),e.get("isSubmenu"));},setHighlightedItem({context:r,event:e}){let t=e.value||ln(e.target);r.set("highlightedValue",t);},clearHighlightedItem({context:r}){r.set("highlightedValue",null);},focusMenu({scope:r}){he(()=>{let e=st(r);Pa({root:e,enabled:!Ve(e,r.getActiveElement()),filter(n){return !n.role?.startsWith("menuitem")}})?.focus({preventScroll:true});});},highlightFirstItem({context:r,scope:e}){(st(e)?queueMicrotask:he)(()=>{let n=Ff(e);n&&r.set("highlightedValue",ln(n));});},highlightLastItem({context:r,scope:e}){(st(e)?queueMicrotask:he)(()=>{let n=Nf(e);n&&r.set("highlightedValue",ln(n));});},highlightNextItem({context:r,scope:e,event:t,prop:n}){let i=Vf(e,{loop:t.loop,value:r.get("highlightedValue"),loopFocus:n("loopFocus")});r.set("highlightedValue",ln(i));},highlightPrevItem({context:r,scope:e,event:t,prop:n}){let i=_f(e,{loop:t.loop,value:r.get("highlightedValue"),loopFocus:n("loopFocus")});r.set("highlightedValue",ln(i));},invokeOnSelect({context:r,prop:e,scope:t}){let n=r.get("highlightedValue");if(n==null)return;let i=Df(t,n);Hf(i,n),e("onSelect")?.({value:n});},focusTrigger({scope:r,context:e,event:t}){e.get("isSubmenu")||e.get("anchorPoint")||t.restoreFocus===false||queueMicrotask(()=>{ro(r,e.get("triggerValue"))?.focus({preventScroll:true});});},highlightMatchedItem({scope:r,context:e,event:t,refs:n}){let i=Bf(r,{key:t.key,value:e.get("highlightedValue"),typeaheadState:n.get("typeaheadState")});i&&e.set("highlightedValue",ln(i));},setParentMenu({refs:r,event:e,context:t}){r.set("parent",e.value),t.set("isSubmenu",true);},setChildMenu({refs:r,event:e}){let t=r.get("children");t[e.id]=e.value,r.set("children",t);},closeSiblingMenus({refs:r,event:e,scope:t}){let n=e.target;if(!Sd(n))return;let i=n?.getAttribute("data-uid"),o=r.get("children");for(let s in o){if(s===i)continue;let a=o[s],l=a.context.get("intentPolygon");l&&e.point&&qa(l,e.point)||(st(t)?.focus({preventScroll:true}),a.send({type:"CLOSE"}));}},closeRootMenu({refs:r}){Ed({parent:r.get("parent")});},openSubmenu({refs:r,scope:e,computed:t}){let i=e.getById(t("highlightedId"))?.getAttribute("data-uid"),o=r.get("children");(i?o[i]:null)?.send({type:"OPEN_AUTOFOCUS"});},focusParentMenu({refs:r}){r.get("parent")?.send({type:"FOCUS_MENU"});},setLastHighlightedItem({context:r,event:e}){r.set("lastHighlightedValue",ln(e.target));},suggestHighlightedItem({context:r,event:e}){let t=e.value;if(t){if(r.get("highlightedValue")!=null){r.set("lastHighlightedValue",t);return}r.set("highlightedValue",t);}},restoreHighlightedItem({context:r}){let e=r.get("lastHighlightedValue");r.set("lastHighlightedValue",null),e&&r.set("highlightedValue",e);},restoreParentHighlightedItem({refs:r}){r.get("parent")?.send({type:"HIGHLIGHTED.RESTORE"});},invokeOnOpen({prop:r}){r("onOpenChange")?.({open:true});},invokeOnClose({prop:r}){r("onOpenChange")?.({open:false});},releaseParentRoutingLock({refs:r,context:e}){e.get("isSubmenu")&&Xf(r.get("parent"));},toggleVisibility({prop:r,event:e,send:t}){t({type:r("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:e});},setTriggerValue({context:r,event:e}){e.value!==void 0&&r.set("triggerValue",e.value);}}}});function bg(r){return {machine:Ad,props:{id:r.id??Na("vela-menu"),ids:r.triggerId?{trigger:r.triggerId}:void 0,positioning:{placement:r.placement??"bottom-start",...r.getAnchorRect?{getAnchorRect:()=>r.getAnchorRect()}:{}},onSelect:e=>r.onSelect?.(e.value),onOpenChange:e=>r.onOpenChange?.(e.open)},connect:e=>Pd(e,Ir)}}var vg="vela-ui-menu",yg=`
3
+ `),s=Math.max(1,...o.map(c=>c.length)),a=Math.max(20,s*i*.6)+16,l=o.length*i*1.4+12;return {x:e.xOf(t.time)-a/2,y:n-l/2,w:a,h:l}}points(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:[[e.xOf(t.time),i],[e.xOf(n.time),o]]}hitTest(e,t,n,i){let o=this.box(n);if(o&&ye(e,t,o.x,o.y,o.x+o.w,o.y+o.h,i))return true;let s=this.points(n);return s!=null&&U(e,t,s[0][0],s[0][1],s[1][0],s[1][1])<=i}handlePoints(e){let t=this.points(e);return t?[t[0]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}translateBody(e,t,n){let i=n[0],o=n[1];return !i||!o?n.map(s=>({time:s.time+e,price:s.price+t})):[{time:i.time,price:i.price},{time:o.time+e,price:o.price+t}]}bounds(e){return this.box(e)}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[...F,...ee,...N],textIsContent:true}}};var dt=class extends $e{constructor(){super(...arguments);this.type="callout";}};var xn=class extends $e{constructor(){super(...arguments);this.type="pricenote";}defaultLabel(){return ""}labelText(){let t=this.anchors[0]?.price;return t==null?"0.00":t.toFixed(2)}schema(){return {fields:[...F,...ee,...N.filter(t=>t.path!=="text.value")]}}};var Sn=class extends $e{constructor(){super(...arguments);this.type="comment";}defaultLabel(){return "Comment"}};var Cn=class extends $e{constructor(){super(...arguments);this.type="signpost";}defaultLabel(){return "Signpost"}};var te=class extends _{hitTest(e,t,n,i){let o=this.geometry(n);return o?this.style.fillColor&&o.fill&&ct(e,t,o.fill)?true:o.segments.some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i):false}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}};var hs=class extends te{constructor(){super(...arguments);this.type="parallelchannel";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"offset",free:"y"}]}}offset(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];return !t||!n||!i?0:i.price-(t.price+n.price)/2}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return [];let a=[[t.xOf(n.time),o],[t.xOf(i.time),s]],l=this.anchors[2];if(l){let c=t.yOf(l.price,this.paneId);c!=null&&a.push([t.xOf((n.time+i.time)/2),c]);}return a}timeExtent(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.time,n.time),max:Math.max(t.time,n.time)}}geometry(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=this.offset(),s=t.xOf(n.time),a=t.xOf(i.time),l=t.yOf(n.price,this.paneId),c=t.yOf(i.price,this.paneId),d=t.yOf(n.price+o,this.paneId),u=t.yOf(i.price+o,this.paneId);return l==null||c==null||d==null||u==null?null:{segments:[[s,l,a,c],[s,d,a,u]],fill:[[s,l],[a,c],[a,u],[s,d]]}}priceRange(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=this.offset(),o=[t.price,n.price,t.price+i,n.price+i],s=this.anchors[2];return s&&o.push(s.price),{min:Math.min(...o),max:Math.max(...o)}}schema(){return {fields:[...F,...ee,...N]}}};var ps=class extends te{constructor(){super(...arguments);this.type="disjointchannel";}anchorSchema(){return {min:4,max:4,slots:[{role:"top1",free:"both"},{role:"top2",free:"both"},{role:"bot1",free:"both"},{role:"bot2",free:"both"}]}}seg(t,n,i){let o=this.anchors[t],s=this.anchors[n];if(!o||!s)return null;let a=i.yOf(o.price,this.paneId),l=i.yOf(s.price,this.paneId);return a==null||l==null?null:[i.xOf(o.time),a,i.xOf(s.time),l]}geometry(t){let n=this.seg(0,1,t),i=this.seg(2,3,t),o=[n,i].filter(a=>a!=null);if(o.length===0)return null;let s=n&&i?[[n[0],n[1]],[n[2],n[3]],[i[2],i[3]],[i[0],i[1]]]:null;return {segments:o,fill:s}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var ms=class extends te{constructor(){super(...arguments);this.type="flattopbottom";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"flat",free:"y"}]}}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return [];let a=[[t.xOf(n.time),o],[t.xOf(i.time),s]],l=this.anchors[2];if(l){let c=t.yOf(l.price,this.paneId);c!=null&&a.push([t.xOf((n.time+i.time)/2),c]);}return a}timeExtent(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.time,n.time),max:Math.max(t.time,n.time)}}geometry(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.xOf(i.time),a=t.yOf(n.price,this.paneId),l=t.yOf(i.price,this.paneId);if(a==null||l==null)return null;let c=this.anchors[2];if(!c)return {segments:[[o,a,s,l]],fill:null};let d=t.yOf(c.price,this.paneId);return d==null?null:{segments:[[o,a,s,l],[o,d,s,d]],fill:[[o,a],[s,l],[s,d],[o,d]]}}priceRange(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=[t.price,n.price],o=this.anchors[2];return o&&i.push(o.price),{min:Math.min(...i),max:Math.max(...i)}}schema(){return {fields:[...F,...ee,...N]}}};var Lw=2;function Vh(){return {midColor:Pe,midStyle:"solid",upperColor:q,upperStyle:"solid",lowerColor:X,lowerStyle:"solid",upperFill:`${q}26`,lowerFill:`${X}26`,showR2:true}}function _h(r){let e=r.length;if(e<2)return null;let t=0,n=0,i=0,o=0,s=0;for(let m=0;m<e;m+=1){let f=r[m].close;t+=m,n+=f,i+=m*f,o+=m*m,s+=f*f;}let a=e*o-t*t,l=a===0?0:(e*i-t*n)/a,c=(n-l*t)/e,d=0;for(let m=0;m<e;m+=1){let f=r[m].close-(c+l*m);d+=f*f;}let u=Math.sqrt(d/e),h=Math.sqrt(a*(e*s-n*n)),p=h===0?0:(e*i-t*n)/h;return {t0:r[0].time,t1:r[e-1].time,mid0:c,mid1:c+l*(e-1),dev:Lw*u,r2:Math.max(0,Math.min(1,p*p)),n:e}}var Dt=class extends _{constructor(t){super(t);this.type="regressionchannel";this.cachedRange=null;this.reg||(this.reg=Vh());}anchorSchema(){return {min:2,max:2,slots:[{role:"start",free:"x"},{role:"end",free:"x"}]}}fit(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=Math.min(n.time,i.time),s=Math.max(n.time,i.time),a=t.barsInRange?.(o,s)??null,l=a?_h(a):null;return l&&(this.cachedRange={min:Math.min(l.mid0,l.mid1)-l.dev,max:Math.max(l.mid0,l.mid1)+l.dev}),l}layout(t){let n=this.fit(t);if(!n)return null;let i=t.yOf(n.mid0,this.paneId),o=t.yOf(n.mid1,this.paneId),s=t.yOf(n.mid0+n.dev,this.paneId),a=t.yOf(n.mid1+n.dev,this.paneId),l=t.yOf(n.mid0-n.dev,this.paneId),c=t.yOf(n.mid1-n.dev,this.paneId);return i==null||o==null||s==null||a==null||l==null||c==null?null:{x0:t.xOf(n.t0),x1:t.xOf(n.t1),midY0:i,midY1:o,upperY0:s,upperY1:a,lowerY0:l,lowerY1:c,r2:n.r2,showR2:this.reg.showR2}}band(t){let n=this.layout(t);return n?[[n.x0,n.upperY0],[n.x1,n.upperY1],[n.x1,n.lowerY1],[n.x0,n.lowerY0]]:null}hitTest(t,n,i,o){let s=this.layout(i);if(!s)return false;let a=[[s.x0,s.upperY0],[s.x1,s.upperY1],[s.x1,s.lowerY1],[s.x0,s.lowerY0]];return ct(t,n,a)?true:[[s.x0,s.midY0,s.x1,s.midY1],[s.x0,s.upperY0,s.x1,s.upperY1],[s.x0,s.lowerY0,s.x1,s.lowerY1]].some(c=>U(t,n,c[0],c[1],c[2],c[3])<=o)}handlePoints(t){let n=this.layout(t);if(n)return [[n.x0,n.midY0],[n.x1,n.midY1]];let i=[];for(let o of this.anchors){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.band(t);if(!n)return null;let i=n.map(l=>l[0]),o=n.map(l=>l[1]),s=Math.min(...i),a=Math.min(...o);return {x:s,y:a,w:Math.max(...i)-s,h:Math.max(...o)-a}}priceRange(){if(this.cachedRange)return this.cachedRange;let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"reg.midColor",label:"Midline color",kind:"color",group:"line"},{path:"reg.midStyle",label:"Midline style",kind:"lineStyle",group:"line"},{path:"reg.upperColor",label:"Upper line color",kind:"color",group:"line"},{path:"reg.upperStyle",label:"Upper line style",kind:"lineStyle",group:"line"},{path:"reg.lowerColor",label:"Lower line color",kind:"color",group:"line"},{path:"reg.lowerStyle",label:"Lower line style",kind:"lineStyle",group:"line"},{path:"reg.upperFill",label:"Upper fill",kind:"color",group:"fill"},{path:"reg.lowerFill",label:"Lower fill",kind:"color",group:"fill"},{path:"reg.showR2",label:"Show R\xB2",kind:"boolean",group:"behavior"}]}}writeProps(){return {...this.reg}}readProps(t){this.reg={...Vh(),...t};}};var Bh=`${It}00`;function Hh(){return {midColor:It,midStyle:"solid",multiplier:1,upperColor:Bh,upperStyle:"solid",lowerColor:Bh,lowerStyle:"solid",bandFill:`${It}33`}}function zh(r,e){let t=r.length;if(t<1)return null;let n=0;for(let c of r)n+=c.volume>0?c.volume:0;let i=n>0,o=0,s=0,a=0,l=[];for(let c=0;c<t;c+=1){let d=r[c],u=(d.high+d.low+d.close)/3,h=i?Math.max(0,d.volume):1;o+=h,s+=u*h,a+=u*u*h;let p=o>0?s/o:u,m=o>0?Math.max(0,a/o-p*p):0,f=Math.sqrt(m)*e;l.push({time:d.time,mid:p,upper:p+f,lower:p-f});}return l}var Tn=class extends _{constructor(t){super(t);this.type="anchoredvwap";this.cachedRange=null;this.cachedExtent=null;this.vwap||(this.vwap=Hh());}anchorSchema(){return {min:1,max:1,slots:[{role:"anchor",free:"x"}]}}series(t){let n=this.anchors[0];if(!n)return null;let i=t.barsInRange?.(n.time,Number.POSITIVE_INFINITY)??null;if(!i||i.length<1)return null;let o=zh(i.map(s=>({time:s.time,high:s.high,low:s.low,close:s.close,volume:s.volume??0})),this.vwap.multiplier);if(o&&o.length>0){let s=1/0,a=-1/0;for(let l of o)l.lower<s&&(s=l.lower),l.upper>a&&(a=l.upper);this.cachedRange={min:s,max:a},this.cachedExtent={min:o[0].time,max:o[o.length-1].time};}return o}layout(t){let n=this.series(t);if(!n)return null;let i=[],o=[],s=[];for(let a of n){let l=t.xOf(a.time),c=t.yOf(a.mid,this.paneId),d=t.yOf(a.upper,this.paneId),u=t.yOf(a.lower,this.paneId);c==null||d==null||u==null||(i.push([l,c]),o.push([l,d]),s.push([l,u]));}return i.length>0?{mid:i,upper:o,lower:s}:null}bandPolygon(t){return [...t.upper,...[...t.lower].reverse()]}hitTest(t,n,i,o){let s=this.layout(i);return s?ct(t,n,this.bandPolygon(s))?true:xc(t,n,s.mid,o)||xc(t,n,s.upper,o)||xc(t,n,s.lower,o):false}handlePoints(t){let n=this.layout(t);if(n&&n.mid.length>0)return [n.mid[0]];let i=this.anchors[0];if(!i)return [];let o=t.yOf(i.price,this.paneId);return o==null?[]:[[t.xOf(i.time),o]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.layout(t);if(!n)return null;let i=[...n.upper,...n.lower],o=i.map(c=>c[0]),s=i.map(c=>c[1]),a=Math.min(...o),l=Math.min(...s);return {x:a,y:l,w:Math.max(...o)-a,h:Math.max(...s)-l}}priceRange(){return this.cachedRange}timeExtent(){return this.cachedExtent}schema(){return {fields:[{path:"vwap.midColor",label:"VWAP color",kind:"color",group:"line"},{path:"vwap.midStyle",label:"VWAP style",kind:"lineStyle",group:"line"},{path:"vwap.multiplier",label:"Band multiplier",kind:"number",min:.5,max:5,step:.5,group:"behavior"},{path:"vwap.upperColor",label:"Upper band color",kind:"color",group:"line"},{path:"vwap.lowerColor",label:"Lower band color",kind:"color",group:"line"},{path:"vwap.bandFill",label:"Band fill",kind:"color",group:"fill"}]}}writeProps(){return {...this.vwap}}readProps(t){this.vwap={...Hh(),...t};}};function xc(r,e,t,n){for(let i=1;i<t.length;i+=1)if(U(r,e,t[i-1][0],t[i-1][1],t[i][0],t[i][1])<=n)return true;return false}var Mw=`${q}66`,kw=`${X}66`,Iw=`${q}BF`,Aw=`${X}BF`;function $h(){return {rows:24,valueAreaPct:70,widthPct:35,anchor:"left",upColor:Mw,downColor:kw,vaUpColor:Iw,vaDownColor:Aw,showVah:true,vahColor:Pe,vahStyle:"solid",showVal:true,valColor:Pe,valStyle:"solid",showPoc:true,pocColor:void 0,pocStyle:"solid",showDevelopingPoc:false,developingPocColor:Ee,developingPocStyle:"dotted",showDevelopingVa:false,developingVaColor:Ee,developingVaStyle:"dotted"}}function Rw(r,e){return r<0?0:r>=e?e-1:r}function Wh(r,e,t){let n=r.length,i=0,o=0;for(let d=0;d<n;d+=1){let u=r[d].up+r[d].down;i+=u,u>o&&(o=u);}let s=i*Math.min(1,Math.max(0,t)),a=e,l=e,c=o;for(;c<s&&(a>0||l<n-1);){let d=a>0?r[a-1].up+r[a-1].down:-1,u=l<n-1?r[l+1].up+r[l+1].down:-1;u>d?(l+=1,c+=u):(a-=1,c+=d);}return {vaFrom:a,vaTo:l}}function Gh(r,e,t,n){let i=n.volume;if(!(i>0))return;let o=r.length,s=n.close>=n.open?"up":"down",a=new Set;for(let l of [n.open,n.high,n.low,n.close])a.add(Rw(Math.floor((l-e)/t),o));for(let l of a)r[l][s]+=i;}function Uh(r){let e=0,t=0;for(let n=0;n<r.length;n+=1){let i=r[n].up+r[n].down;i>e&&(e=i,t=n);}return e>0?{poc:t,maxTotal:e}:null}function Yh(r,e,t){let n=1/0,i=-1/0;for(let p of r)p.volume>0&&(p.low<n&&(n=p.low),p.high>i&&(i=p.high));if(!Number.isFinite(n))return null;let o=i>n?Math.max(1,Math.round(e)):1,s=i>n?(i-n)/o:1,a=Array.from({length:o},(p,m)=>({price:n+m*s,up:0,down:0}));for(let p of r)Gh(a,n,s,p);let l=Uh(a);if(!l)return null;let{poc:c,maxTotal:d}=l,{vaFrom:u,vaTo:h}=Wh(a,c,t);return {rows:a,rowH:s,min:n,maxTotal:d,poc:c,vaFrom:u,vaTo:h}}function Kh(r,e,t,n){let i=Yh(r,e,t);if(!i)return null;if(!n||r.length<1)return {profile:i,developingPoc:[],developingVaHigh:[],developingVaLow:[]};let{min:o,rowH:s}=i,a=i.rows.length,l=Array.from({length:a},(h,p)=>({price:o+p*s,up:0,down:0})),c=[],d=[],u=[];for(let h of r){Gh(l,o,s,h);let p=Uh(l);if(!p)continue;let{poc:m}=p,{vaFrom:f,vaTo:g}=Wh(l,m,t);c.push({time:h.time,price:l[m].price+s/2}),d.push({time:h.time,price:l[g].price+s}),u.push({time:h.time,price:l[f].price});}return {profile:i,developingPoc:c,developingVaHigh:d,developingVaLow:u}}var Be=class extends _{constructor(t){super(t);this.type="fixedrangevp";this.cachedRange=null;this.frvp||(this.frvp=$h());}anchorSchema(){return {min:2,max:2,slots:[{role:"start",free:"x"},{role:"end",free:"x"}]}}barsInSpan(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=Math.min(n.time,i.time),s=Math.max(n.time,i.time),a=t.barsInRange?.(o,s)??null;return !a||a.length<1?null:a.map(l=>({time:l.time,open:l.open,high:l.high,low:l.low,close:l.close,volume:l.volume??0}))}compute(t){let n=this.barsInSpan(t);if(!n)return null;let i=this.frvp,o=i.showDevelopingPoc||i.showDevelopingVa,s=Kh(n,i.rows,i.valueAreaPct/100,o);if(s){let{profile:a}=s;this.cachedRange={min:a.min,max:a.min+a.rowH*a.rows.length};}return s}layout(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=this.compute(t);if(!o)return null;let{profile:s}=o,a=Math.min(n.time,i.time),l=Math.max(n.time,i.time),c=t.xOf(a),d=t.xOf(l),u=Math.abs(d-c),h=Math.max(1,Math.min(100,Math.max(0,this.frvp.widthPct))/100*u),p=this.frvp.anchor==="left",m=p?Math.min(c,d):Math.max(c,d),f=p?1:-1,g=[];for(let x=0;x<=s.rows.length;x+=1){let S=t.yOf(s.min+x*s.rowH,this.paneId);if(S==null)return null;g.push(S);}let b=x=>t.yOf(x,this.paneId),y=s.rows[s.vaTo].price+s.rowH,v=s.rows[s.vaFrom].price,w=s.rows[s.poc].price+s.rowH/2,E=x=>{let S=[];for(let P of x){let k=b(P.price);k!=null&&S.push([t.xOf(P.time),k]);}return S};return {x0:Math.min(c,d),x1:Math.max(c,d),anchorX:m,maxW:h,grow:f,profile:s,yEdges:g,vahY:b(y),valY:b(v),pocY:b(w),developingPoc:E(o.developingPoc),developingVaHigh:E(o.developingVaHigh),developingVaLow:E(o.developingVaLow)}}hitTest(t,n,i,o){let s=this.layout(i);if(!s)return false;let a=s.grow===1?s.anchorX:s.anchorX-s.maxW,l=s.grow===1?s.anchorX+s.maxW:s.anchorX,c=Math.min(s.yEdges[0],s.yEdges[s.yEdges.length-1]),d=Math.max(s.yEdges[0],s.yEdges[s.yEdges.length-1]);if(ct(t,n,[[a,c],[l,c],[l,d],[a,d]]))return true;let u=[[s.x0,s.vahY],[s.x0,s.valY],[s.x0,s.pocY]];for(let[,h]of u)if(h!=null&&U(t,n,s.x0,h,s.x1,h)<=o)return true;for(let h of [s.developingPoc,s.developingVaHigh,s.developingVaLow])for(let p=1;p<h.length;p+=1)if(U(t,n,h[p-1][0],h[p-1][1],h[p][0],h[p][1])<=o)return true;return false}handlePoints(t){let n=this.layout(t);if(n&&n.pocY!=null)return [[n.x0,n.pocY],[n.x1,n.pocY]];let i=[];for(let o of this.anchors){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.layout(t);if(!n)return null;let i=Math.min(n.x0,n.grow===1?n.anchorX:n.anchorX-n.maxW),o=Math.max(n.x1,n.grow===1?n.anchorX+n.maxW:n.anchorX),s=Math.min(n.yEdges[0],n.yEdges[n.yEdges.length-1]),a=Math.max(n.yEdges[0],n.yEdges[n.yEdges.length-1]);return {x:i,y:s,w:o-i,h:a-s}}priceRange(){if(this.cachedRange)return this.cachedRange;let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"frvp.rows",label:"Rows",kind:"number",min:1,max:500,step:1,group:"behavior"},{path:"frvp.valueAreaPct",label:"Value Area",kind:"number",min:0,max:100,step:1,group:"behavior"},{path:"frvp.widthPct",label:"Width %",kind:"number",min:0,max:100,step:1,group:"behavior"},{path:"frvp.anchor",label:"Anchor",kind:"select",options:[{value:"right",label:"Right"},{value:"left",label:"Left"}],group:"behavior"},{path:"frvp.upColor",label:"Up Volume",kind:"color",group:"fill"},{path:"frvp.downColor",label:"Down Volume",kind:"color",group:"fill"},{path:"frvp.vaUpColor",label:"Value Area Up",kind:"color",group:"fill"},{path:"frvp.vaDownColor",label:"Value Area Down",kind:"color",group:"fill"},{path:"frvp.showVah",label:"VAH",kind:"boolean",group:"line"},{path:"frvp.vahColor",label:"VAH color",kind:"color",group:"line"},{path:"frvp.vahStyle",label:"VAH style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showVal",label:"VAL",kind:"boolean",group:"line"},{path:"frvp.valColor",label:"VAL color",kind:"color",group:"line"},{path:"frvp.valStyle",label:"VAL style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showPoc",label:"POC",kind:"boolean",group:"line"},{path:"frvp.pocColor",label:"POC color",kind:"color",group:"line"},{path:"frvp.pocStyle",label:"POC style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showDevelopingPoc",label:"Developing POC",kind:"boolean",group:"line"},{path:"frvp.developingPocColor",label:"Developing POC color",kind:"color",group:"line"},{path:"frvp.developingPocStyle",label:"Developing POC style",kind:"lineStyle",options:Le,group:"line"},{path:"frvp.showDevelopingVa",label:"Developing VA",kind:"boolean",group:"line"},{path:"frvp.developingVaColor",label:"Developing VA color",kind:"color",group:"line"},{path:"frvp.developingVaStyle",label:"Developing VA style",kind:"lineStyle",options:Le,group:"line"}]}}writeProps(){return {...this.frvp}}readProps(t){this.frvp={...$h(),...t};}};var fs=class extends te{constructor(){super(...arguments);this.type="pitchfork";}anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=g=>{let b=t.yOf(g.price,this.paneId);return b==null?null:[t.xOf(g.time),b]},a=s(n),l=s(i),c=s(o);if(!a||!l||!c)return null;let d=(l[0]+c[0])/2,u=(l[1]+c[1])/2,h=d-a[0],p=u-a[1],m=t.width,f=t.height;return {segments:[se(a[0],a[1],d,u,"right",m,f),se(l[0],l[1],l[0]+h,l[1]+p,"right",m,f),se(c[0],c[1],c[0]+h,c[1]+p,"right",m,f),[l[0],l[1],c[0],c[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...N]}}};var lr=class extends te{anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(e){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n||!i)return null;let o=f=>{let g=e.yOf(f.price,this.paneId);return g==null?null:[e.xOf(f.time),g]},s=o(this.medianStart(t,n,i)),a=o(n),l=o(i);if(!s||!a||!l)return null;let c=(a[0]+l[0])/2,d=(a[1]+l[1])/2,u=c-s[0],h=d-s[1],p=e.width,m=e.height;return {segments:[se(s[0],s[1],c,d,"right",p,m),se(a[0],a[1],a[0]+u,a[1]+h,"right",p,m),se(l[0],l[1],l[0]+u,l[1]+h,"right",p,m),[a[0],a[1],l[0],l[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}schema(){return {fields:[...F,...N]}}};var gs=class extends lr{constructor(){super(...arguments);this.type="schiffpitchfork";}medianStart(t,n){return {time:t.time,price:(t.price+n.price)/2}}};var bs=class extends lr{constructor(){super(...arguments);this.type="modifiedschiffpitchfork";}medianStart(t,n){return {time:(t.time+n.time)/2,price:(t.price+n.price)/2}}};var vs=class extends te{constructor(){super(...arguments);this.type="insidepitchfork";}anchorSchema(){return {min:3,max:3,slots:[{role:"pivot",free:"both"},{role:"upper",free:"both"},{role:"lower",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=b=>{let y=t.yOf(b.price,this.paneId);return y==null?null:[t.xOf(b.time),y]},a=s({time:(n.time+i.time)/2,price:(n.price+i.price)/2}),l=s(n),c=s(i),d=s(o);if(!a||!l||!c||!d)return null;let u=(c[0]+d[0])/2,h=(c[1]+d[1])/2,p=d[0]-a[0],m=d[1]-a[1],f=t.width,g=t.height;return {segments:[se(u,h,u+p,h+m,"right",f,g),se(c[0],c[1],c[0]+p,c[1]+m,"right",f,g),se(d[0],d[1],d[0]+p,d[1]+m,"right",f,g),[c[0],c[1],d[0],d[1]],[a[0],a[1],d[0],d[1]],[l[0],l[1],c[0],c[1]]],fill:null}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...N]}}};var ys=class extends _{constructor(){super(...arguments);this.type="arrow";}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}pixels(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:[t.xOf(n.time),o,t.xOf(i.time),s]}hitTest(t,n,i,o){let s=this.pixels(i);return s!=null&&U(t,n,s[0],s[1],s[2],s[3])<=o}handlePoints(t){let n=this.pixels(t);return n?[[n[0],n[1]],[n[2],n[3]]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.pixels(t);return n?{x:Math.min(n[0],n[2]),y:Math.min(n[1],n[3]),w:Math.abs(n[2]-n[0]),h:Math.abs(n[3]-n[1])}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"style.arrowRight",label:"Head (end)",kind:"boolean",group:"line"},{path:"style.arrowLeft",label:"Head (start)",kind:"boolean",group:"line"},...N]}}};var Xh=48,ws=class extends _{constructor(){super(...arguments);this.type="ellipse";}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}oval(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:(a+l)/2,cy:(o+s)/2,rx:Math.abs(l-a)/2,ry:Math.abs(s-o)/2}}perimeter(t){let n=[];for(let i=0;i<=Xh;i+=1){let o=i/Xh*Math.PI*2;n.push([t.cx+t.rx*Math.cos(o),t.cy+t.ry*Math.sin(o)]);}return n}hitTest(t,n,i,o){let s=this.oval(i);if(!s||s.rx<1||s.ry<1)return false;let a=((t-s.cx)/s.rx)**2+((n-s.cy)/s.ry)**2;return this.style.fillColor&&a<=1?true:ar(t,n,this.perimeter(s))<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.oval(t);return n?{x:n.cx-n.rx,y:n.cy-n.ry,w:n.rx*2,h:n.ry*2}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...ee,...N]}}};var xs=class extends te{constructor(){super(...arguments);this.type="triangle";}anchorSchema(){return {min:3,max:3,slots:[{role:"v1",free:"both"},{role:"v2",free:"both"},{role:"v3",free:"both"}]}}geometry(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=d=>{let u=t.yOf(d.price,this.paneId);return u==null?null:[t.xOf(d.time),u]},a=s(n),l=s(i),c=s(o);return !a||!l||!c?null:{segments:[[a[0],a[1],l[0],l[1]],[l[0],l[1],c[0],c[1]],[c[0],c[1],a[0],a[1]]],fill:[a,l,c]}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var Dw=512,Jt=class extends te{anchorSchema(){return {min:2,max:Dw,slots:[]}}geometry(e){let t=[];for(let i of this.anchors){let o=e.yOf(i.price,this.paneId);if(o==null)return null;t.push([e.xOf(i.time),o]);}if(t.length<2)return null;let n=[];for(let i=1;i<t.length;i+=1)n.push([t[i-1][0],t[i-1][1],t[i][0],t[i][1]]);return {segments:n,fill:null}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}schema(){return {fields:[...F,...N]}}};var Ss=class extends Jt{constructor(){super(...arguments);this.type="polyline";}};var hi=class extends Jt{placementMode(){return "freehand"}handlePoints(e){return []}bounds(e){let t=[],n=[];for(let s of this.anchors){let a=e.yOf(s.price,this.paneId);a!=null&&(t.push(e.xOf(s.time)),n.push(a));}if(t.length===0)return null;let i=Math.min(...t),o=Math.min(...n);return {x:i,y:o,w:Math.max(...t)-i,h:Math.max(...n)-o}}},Cs=class extends hi{constructor(){super(...arguments);this.type="freehand";}};var Ow=[{path:"style.lineColor",label:"Color",kind:"color",group:"line"},{path:"style.lineWidth",label:"Width",kind:"number",min:4,max:60,step:1,group:"line"}],Ts=class extends hi{constructor(){super(...arguments);this.type="highlighter";}schema(){return {fields:Ow}}};var Es=class extends _{constructor(){super(...arguments);this.type="circle";}anchorSchema(){return {min:2,max:2,slots:[{role:"center",free:"both"},{role:"edge",free:"both"}]}}geom(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:a,cy:o,r:Math.hypot(l-a,s-o)}}hitTest(t,n,i,o){let s=this.geom(i);if(!s||s.r<1)return false;let a=Math.hypot(t-s.cx,n-s.cy);return this.style.fillColor&&a<=s.r?true:Math.abs(a-s.r)<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.geom(t);return n?{x:n.cx-n.r,y:n.cy-n.r,w:n.r*2,h:n.r*2}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...ee,...N]}}};var Ps=class extends te{constructor(){super(...arguments);this.type="rotatedrect";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"w",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.px(t,2);if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=i[0]-n[0],a=i[1]-n[1],l=Math.hypot(s,a);if(l<1e-6)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let c=-a/l,d=s/l,u=(o[0]-n[0])*c+(o[1]-n[1])*d,h=c*u,p=d*u,m=n,f=i,g=[i[0]+h,i[1]+p],b=[n[0]+h,n[1]+p];return {segments:[[m[0],m[1],f[0],f[1]],[f[0],f[1],g[0],g[1]],[g[0],g[1],b[0],b[1]],[b[0],b[1],m[0],m[1]]],fill:[m,f,g,b]}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),...ee,...N]}}};var Ls=class extends Jt{constructor(){super(...arguments);this.type="path";}};var jh=40,Ms=class extends te{constructor(){super(...arguments);this.type="arc";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"apex",free:"both"}]}}pinApex(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];t&&n&&i&&(i.time=(t.time+n.time)/2);}onPlaced(){this.pinApex();}constrainHandleDrag(){this.pinApex();}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.anchors[2];if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=t.yOf(o.price,this.paneId);if(s==null)return null;let a=(n[0]+i[0])/2,l=(n[1]+i[1])/2,c=(i[0]-n[0])/2,d=(i[1]-n[1])/2,u=Math.hypot(c,d);if(u<1e-6)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let h=-d/u,p=c/u,m=(s-l)*p;m<0&&(h=-h,p=-p);let f=Math.abs(m),g=[];for(let y=0;y<=jh;y+=1){let v=y/jh*Math.PI,w=Math.cos(v),E=Math.sin(v);g.push([a+w*c+E*f*h,l+w*d+E*f*p]);}let b=[];for(let y=1;y<g.length;y+=1)b.push([g[y-1][0],g[y-1][1],g[y][0],g[y][1]]);return b.push([g[g.length-1][0],g[g.length-1][1],g[0][0],g[0][1]]),{segments:b,fill:g}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F.map(t=>({...t,label:t.label.replace("Line","Border")})),...ee,...N]}}};var qh=40,ks=class extends te{constructor(){super(...arguments);this.type="curve";}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"control",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}geometry(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return null;let o=this.px(t,2);if(!o||this.anchors.length<3)return {segments:[[n[0],n[1],i[0],i[1]]],fill:null};let s=[];for(let l=0;l<=qh;l+=1){let c=l/qh,d=1-c;s.push([d*d*n[0]+2*d*c*o[0]+c*c*i[0],d*d*n[1]+2*d*c*o[1]+c*c*i[1]]);}let a=[];for(let l=1;l<s.length;l+=1)a.push([s[l-1][0],s[l-1][1],s[l][0],s[l][1]]);return {segments:a,fill:s}}priceRange(){if(this.anchors.length===0)return null;let t=this.anchors.map(n=>n.price);return {min:Math.min(...t),max:Math.max(...t)}}schema(){return {fields:[...F,...ee,...N]}}};var Fw={head:11,headW:9,stemW:3.5,len:22},En=class extends _{anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}glyphPoints(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);if(n==null)return null;let i=e.xOf(t.time),{head:o,headW:s,stemW:a,len:l}=Fw,c=[[0,0],[-s,o],[-a,o],[-a,l],[a,l],[a,o],[s,o]],d=this.dir(),u=([h,p])=>{switch(d){case "up":return [h,p];case "down":return [h,-p];case "left":return [p,h];default:return [-p,h]}};return c.map(h=>{let[p,m]=u(h);return [i+p,n+m]})}hitTest(e,t,n,i){let o=this.glyphPoints(n);return o!=null&&ct(e,t,o)}handlePoints(e){let t=this.anchors[0];if(!t)return [];let n=e.yOf(t.price,this.paneId);return n==null?[]:[[e.xOf(t.time),n]]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.glyphPoints(e);if(!t)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}priceRange(){let e=this.anchors[0];return e?{min:e.price,max:e.price}:null}schema(){return {fields:[{path:"style.lineColor",label:"Color",kind:"color",group:"line"},...N]}}},pi=class extends En{constructor(){super(...arguments);this.type="arrowmarkup";}dir(){return "up"}},mi=class extends En{constructor(){super(...arguments);this.type="arrowmarkdown";}dir(){return "down"}};var bi=["\u2605","\u2606","\u25CF","\u25C6","\u25B2","\u25BC","\u27A4","\u2691","\u271A","\u2715","\u2764","\u2666"],Is=["small","normal","large","huge"],Zh={small:16,normal:22,large:32,huge:44},Pn=class extends _{constructor(e){super(e),this.glyph||(this.glyph=this.defaultGlyph()),this.size||(this.size="normal");}sizePx(){return Zh[this.size]??Zh.normal}anchorSchema(){return {min:1,max:1,slots:[{role:"p",free:"both"}]}}center(e){let t=this.anchors[0];if(!t)return null;let n=e.yOf(t.price,this.paneId);return n==null?null:[e.xOf(t.time),n]}hitTest(e,t,n,i){let o=this.center(n);if(!o)return false;let s=this.sizePx()/2+i;return Math.abs(e-o[0])<=s&&Math.abs(t-o[1])<=s}handlePoints(e){let t=this.center(e);return t?[t]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.center(e);if(!t)return null;let n=this.sizePx();return {x:t[0]-n/2,y:t[1]-n/2,w:n,h:n}}priceRange(){let e=this.anchors[0];return e?{min:e.price,max:e.price}:null}schema(){return {fields:[{path:"glyph",label:"Icon",kind:"select",options:bi.map(e=>({value:e,label:e})),group:"line"},{path:"size",label:"Size",kind:"select",options:Is.map(e=>({value:e,label:e})),group:"line"},{path:"style.lineColor",label:"Color",kind:"color",group:"line"},...N]}}writeProps(){return {glyph:this.glyph,size:this.size}}readProps(e){typeof e.glyph=="string"&&(this.glyph=e.glyph),typeof e.size=="string"&&(this.size=e.size);}},fi=class extends Pn{constructor(){super(...arguments);this.type="flagmark";}defaultGlyph(){return "\u2691"}},gi=class extends Pn{constructor(){super(...arguments);this.type="iconstamp";}defaultGlyph(){return "\u2605"}};var Jh=r=>r==="small"||r==="normal"||r==="large"||r==="huge";function Nw(r){if(!r||typeof r!="object")return null;let e=r;return typeof e.ratio!="number"||typeof e.color!="string"?null:{ratio:e.ratio,color:e.color,enabled:e.enabled!==false,...typeof e.label=="string"&&e.label?{label:e.label}:{}}}var re=class extends _{constructor(e){super(e),this.levels||(this.levels=this.defaultLevels().map(t=>({...t}))),this.numbersSize||(this.numbersSize="small"),this.labelsSize||(this.labelsSize="normal");}fillBands(e){return []}editableLevels(){return this.levels}anchorSchema(){return {min:2,max:2,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"}]}}hitTest(e,t,n,i){let o=this.entryLines(n);return o!=null&&o.some(s=>U(e,t,s.x1,s.y1,s.x2,s.y2)<=i)}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}schema(){return {fields:F.filter(e=>e.path!=="style.lineColor")}}writeProps(){return {levels:this.levels.map(e=>({...e})),numbersSize:this.numbersSize,labelsSize:this.labelsSize}}readProps(e){if(Array.isArray(e.levels)){let t=e.levels.map(Nw).filter(n=>n!=null);t.length&&(this.levels=t);}Jh(e.numbersSize)&&(this.numbersSize=e.numbersSize),Jh(e.labelsSize)&&(this.labelsSize=e.labelsSize);}};var cr=class extends re{levelLines(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.xOf(t.time),o=e.xOf(n.time),s=Math.min(i,o),a=Math.max(i,o),l=n.price-t.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.price+d.ratio*l,h=e.yOf(u,this.paneId);h!=null&&c.push({ratio:d.ratio,color:d.color,label:d.label,price:u,x1:s,x2:a,y:h});}return c}entryLines(e){let t=this.levelLines(e);return t?t.map(n=>({color:n.color,label:n.label,x1:n.x1,y1:n.y,x2:n.x2,y2:n.y,numberText:`${n.ratio} (${n.price.toFixed(2)})`,numberX:n.x1+4,numberY:n.y-7,numberAlign:"left",labelX:(n.x1+n.x2)/2,labelY:n.y-7})):null}fillBands(e){let t=this.levelLines(e);if(!t)return [];let n=[];for(let i=1;i<t.length;i+=1){let o=t[i-1],s=t[i];n.push({color:s.color,x:o.x1,y:Math.min(o.y,s.y),w:o.x2-o.x1,h:Math.abs(s.y-o.y)});}return n}priceRange(){let e=this.anchors[0],t=this.anchors[1];if(!e||!t)return null;let n=t.price-e.price,i=this.levels.filter(o=>o.enabled).map(o=>e.price+o.ratio*n);return i.length===0?null:{min:Math.min(...i),max:Math.max(...i)}}};var Ln=Pe,ut=X,ht=vn,Mn="#4caf50",Qt=q,Ot=It,kn="#9c27b0",Vw="#e91e63",Sc="#26a69a",_w="#ab47bc",Bw="#ef5350",Qh="#ffb74d",Hw="#38c0fd",As="#b2b5be",dr=[Hw,Ot,Qt,Mn,ht,ut,Vw,kn,Ln,Sc,_w,Bw];function ep(r){return dr[(r%dr.length+dr.length)%dr.length]}var zw=[[0,Ln],[.125,ut],[.236,ut],[.25,ut],[.382,ht],[.5,Mn],[.618,Qt],[.75,Ot],[.786,Ot],[1,Ln],[1.272,Ot],[1.382,ht],[1.618,ut],[2,Ln],[2.382,ht],[2.618,ht],[3,Ln],[4.236,Mn],[6.854,Qt],[11.09,Ot]];function $w(r,e=0){return zw.find(([t])=>t===r)?.[1]??ep(e)}function ne(r){return r.map((e,t)=>{let n=typeof e=="number"?{ratio:e}:e;return {ratio:n.ratio,color:n.color??$w(n.ratio,t),enabled:n.enabled!==false,...n.label?{label:n.label}:{}}})}function tp(r,e=r){return Array.from({length:r},(t,n)=>({ratio:n+1,color:ep(n),enabled:n<e,label:String(n+1)}))}var Ww=ne([0,.236,.382,.5,.618,.786,1]),Rs=class extends cr{constructor(){super(...arguments);this.type="fibretracement";}defaultLevels(){return Ww}};var Gw=ne([0,.382,.618,1,1.272,1.618,{ratio:2.618,color:kn}]),Ds=class extends cr{constructor(){super(...arguments);this.type="fibextension";}defaultLevels(){return Gw}};var Uw=ne([0,.382,.5,.618,1,1.618,{ratio:2.618,color:kn}]),Os=class extends re{constructor(){super(...arguments);this.type="fibextensiontrend";}anchorSchema(){return {min:3,max:3,slots:[{role:"a",free:"both"},{role:"b",free:"both"},{role:"c",free:"both"}]}}defaultLevels(){return Uw}entryLines(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=i.price-n.price,a=[t.xOf(n.time),t.xOf(i.time),t.xOf(o.time)],l=Math.min(...a),c=Math.max(...a),d=[];for(let u of this.levels){if(!u.enabled)continue;let h=o.price+u.ratio*s,p=t.yOf(h,this.paneId);p!=null&&d.push({color:u.color,label:u.label,x1:l,y1:p,x2:c,y2:p,numberText:`${u.ratio} (${h.toFixed(2)})`,numberX:l+4,numberY:p-7,numberAlign:"left",labelX:(l+c)/2,labelY:p-7});}return d}priceRange(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n||!i)return null;let o=n.price-t.price,s=this.levels.filter(a=>a.enabled).map(a=>i.price+a.ratio*o);return s.push(t.price,n.price,i.price),{min:Math.min(...s),max:Math.max(...s)}}};var Yw=ne([.236,.382,.5,.618,.786,1]),Fs=class extends re{constructor(){super(...arguments);this.type="fibfan";}defaultLevels(){return Yw}fanLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.yOf(n.price,this.paneId);if(s==null)return null;let a=t.xOf(i.time),l=i.price-n.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.yOf(n.price+d.ratio*l,this.paneId);if(u==null)continue;let[h,p,m,f]=se(o,s,a,u,"right",t.width,t.height);c.push({ratio:d.ratio,color:d.color,label:d.label,x1:h,y1:p,x2:m,y2:f,labelX:a+5,labelY:u});}return c}entryLines(t){let n=this.fanLines(t);return n?n.map(i=>({color:i.color,label:i.label,x1:i.x1,y1:i.y1,x2:i.x2,y2:i.y2,numberText:String(i.ratio),numberX:i.labelX,numberY:i.labelY,numberAlign:"left",labelX:i.labelX,labelY:i.labelY+13})):null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var Kw=[0,1,2,3,5,8,13,21,34].map(r=>({ratio:r,color:R,enabled:true})),Ns=class extends re{constructor(){super(...arguments);this.type="fibtimezones";}defaultLevels(){return Kw}zoneLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=i.time-n.time;if(Math.abs(o)<1e-9)return null;let s=[];for(let a of this.levels)a.enabled&&s.push({n:a.ratio,color:a.color,label:a.label,x:t.xOf(n.time+a.ratio*o)});return s}entryLines(t){let n=this.zoneLines(t);if(!n)return null;let i=t.height;return n.map(o=>({color:o.color,label:o.label,x1:o.x,y1:0,x2:o.x,y2:i,numberText:String(o.n),numberX:o.x,numberY:9,numberAlign:"center",labelX:o.x,labelY:24}))}priceRange(){return null}timeExtent(){return null}};var Xw=ne([0,.236,.382,.5,.618,.786,1,1.618,2.618]),Vs=class extends re{constructor(){super(...arguments);this.type="fibchannel";}defaultLevels(){return Xw}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"offset",free:"both"}]}}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time),c=0,d=0,u=this.anchors[2];if(u){let p=t.yOf(u.price,this.paneId);if(p==null)return null;c=t.xOf(u.time)-a,d=p-o;}let h=[];for(let p of this.levels){if(!p.enabled)continue;let m=p.ratio*c,f=p.ratio*d,g=l+m,b=s+f;h.push({color:p.color,label:p.label,x1:a+m,y1:o+f,x2:g,y2:b,numberText:String(p.ratio),numberX:g+5,numberY:b,numberAlign:"left",labelX:g+5,labelY:b+13});}return h}priceRange(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[2];if(!t||!n)return null;let o=i?i.price-t.price:0,s=1/0,a=-1/0;for(let l of this.levels)if(l.enabled)for(let c of [t.price,n.price]){let d=c+l.ratio*o;d<s&&(s=d),d>a&&(a=d);}return s<=a?{min:s,max:a}:null}};var jw=ne([0,.236,.382,.5,.618,.786,1]),_s=class extends re{constructor(){super(...arguments);this.type="fibspeedfan";}defaultLevels(){return jw}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),c=t.xOf(i.time)-a,d=s-o,u=c>=0?"right":"left",h=t.width,p=t.height,m=[];for(let f of this.levels){if(!f.enabled)continue;let g=a+c,b=o+d*f.ratio,y=se(a,o,g,b,u,h,p);if(m.push({color:f.color,label:f.label,x1:y[0],y1:y[1],x2:y[2],y2:y[3],numberText:String(f.ratio),numberX:u==="right"?g+5:g-5,numberY:b,numberAlign:u==="right"?"left":"right",labelX:g,labelY:b}),f.ratio===1)continue;let v=a+c*f.ratio,w=o+d,E=se(a,o,v,w,u,h,p);m.push({color:f.color,label:f.label,x1:E[0],y1:E[1],x2:E[2],y2:E[3],numberText:String(f.ratio),numberX:v,numberY:w+(d>=0?12:-12),numberAlign:"center",labelX:v,labelY:w+12});}return m}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var qw=ne([0,.382,{ratio:.5,enabled:false},.618,1,1.382,1.618,2,2.382,2.618,3]),Bs=class extends re{constructor(){super(...arguments);this.type="trendfibtime";}defaultLevels(){return qw}anchorSchema(){return {min:3,max:3,slots:[{role:"p1",free:"both"},{role:"p2",free:"both"},{role:"p3",free:"both"}]}}entryLines(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return null;let s=i.time-n.time;if(Math.abs(s)<1e-9)return null;let a=t.height,l=[];for(let c of this.levels){if(!c.enabled)continue;let d=t.xOf(o.time+c.ratio*s);l.push({color:c.color,label:c.label,x1:d,y1:0,x2:d,y2:a,numberText:String(c.ratio),numberX:d,numberY:9,numberAlign:"center",labelX:d,labelY:24});}return l}priceRange(){return null}timeExtent(){return null}};function Zw(r,e,t){if(t-e>=Math.PI*2-.001)return true;let n=r-e,i=Math.PI*2;for(;n<0;)n+=i;for(;n>=i;)n-=i;return n<=t-e+1e-6}var Je=class extends re{boundingLines(e){return []}entryLines(e){return []}hitTest(e,t,n,i){let o=this.radial(n);if(o){let s=Math.hypot(e-o.cx,t-o.cy),a=Math.atan2(t-o.cy,e-o.cx);if(Zw(a,o.a0,o.a1)){for(let l of this.levels)if(l.enabled&&Math.abs(s-o.R0*l.ratio)<=i)return true}}return this.boundingLines(n).some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i)}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}};var Jw=ne([.236,.382,.5,.618,.786,1,1.618,2.618]),Hs=class extends Je{constructor(){super(...arguments);this.type="fibcircles";}defaultLevels(){return Jw}radial(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {cx:a,cy:o,R0:Math.hypot(l-a,s-o),a0:0,a1:Math.PI*2}}};var Qw=ne([.236,.382,.5,.618,.786,1,1.618,2.618]),zs=class extends Je{constructor(){super(...arguments);this.type="fibarcs";}defaultLevels(){return Qw}pts(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{cx:t.xOf(n.time),cy:o,ex:t.xOf(i.time),ey:s}}radial(t){let n=this.pts(t);if(!n)return null;let i=Math.hypot(n.ex-n.cx,n.ey-n.cy),o=Math.atan2(n.ey-n.cy,n.ex-n.cx);return {cx:n.cx,cy:n.cy,R0:i,a0:o-Math.PI/2,a1:o+Math.PI/2}}boundingLines(t){let n=this.pts(t);return n?[[n.cx,n.cy,n.ex,n.ey]]:[]}};var ex=ne([.236,.382,.5,.618,.786,1]),$s=class extends Je{constructor(){super(...arguments);this.type="fibwedge";}defaultLevels(){return ex}anchorSchema(){return {min:3,max:3,slots:[{role:"apex",free:"both"},{role:"radius",free:"both"},{role:"angle",free:"both"}]}}px(t,n){let i=this.anchors[n];if(!i)return null;let o=t.yOf(i.price,this.paneId);return o==null?null:[t.xOf(i.time),o]}radial(t){let n=this.px(t,0),i=this.px(t,1),o=this.px(t,2);if(!n||!i||!o)return null;let s=Math.hypot(i[0]-n[0],i[1]-n[1]);if(s<1)return null;let a=Math.atan2(i[1]-n[1],i[0]-n[0]),l=Math.atan2(o[1]-n[1],o[0]-n[0]),c=Math.min(a,l),d=Math.max(a,l);return d-c>Math.PI&&([c,d]=[d,c+Math.PI*2]),{cx:n[0],cy:n[1],R0:s,a0:c,a1:d}}boundingLines(t){let n=this.px(t,0),i=this.px(t,1);if(!n||!i)return [];let o=[[n[0],n[1],i[0],i[1]]],s=this.px(t,2);if(s){let a=Math.hypot(i[0]-n[0],i[1]-n[1]),l=Math.hypot(s[0]-n[0],s[1]-n[1]);l>1e-6&&o.push([n[0],n[1],n[0]+(s[0]-n[0])/l*a,n[1]+(s[1]-n[1])/l*a]);}return o}};var tx=1.6180339887,np=Math.log(tx)/(Math.PI/2),nx=Math.PI/64,rx=Math.PI,ix=.5,In=class extends _{constructor(){super(...arguments);this.type="fibspiral";}anchorSchema(){return {min:2,max:2,slots:[{role:"center",free:"both"},{role:"edge",free:"both"}]}}spiralPoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time),c=Math.hypot(l-a,s-o);if(c<1)return null;let d=Math.atan2(s-o,l-a),u=Math.max(Math.log(ix/c)/np,-8*Math.PI*2),h=[];for(let p=u;p<=rx;p+=nx){let m=c*Math.exp(np*p),f=d+p;h.push([a+m*Math.cos(f),o+m*Math.sin(f)]);}return h}hitTest(t,n,i,o){let s=this.spiralPoints(i);return s!=null&&s.length>=2&&ar(t,n,s)<=o}handlePoints(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return [];let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?[]:[[t.xOf(n.time),o],[t.xOf(i.time),s]]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.handlePoints(t);if(n.length<2)return null;let i=n.map(l=>l[0]),o=n.map(l=>l[1]),s=Math.min(...i),a=Math.min(...o);return {x:s,y:a,w:Math.max(...i)-s,h:Math.max(...o)-a}}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,...N]}}};var ox=ne([{ratio:.125,color:ut,label:"1/8"},{ratio:.25,color:ht,label:"1/4"},{ratio:.333,color:Qh,label:"1/3"},{ratio:.5,color:Mn,label:"1/2"},{ratio:1,color:As,label:"1/1"},{ratio:2,color:Qt,label:"2/1"},{ratio:3,color:Ot,label:"3/1"},{ratio:4,color:Sc,label:"4/1"},{ratio:8,color:kn,label:"8/1"}]),Ws=class extends re{constructor(){super(...arguments);this.type="gannfan";}defaultLevels(){return ox}entryLines(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.yOf(n.price,this.paneId);if(s==null)return null;let a=t.xOf(i.time),l=i.price-n.price,c=[];for(let d of this.levels){if(!d.enabled)continue;let u=t.yOf(n.price+l*d.ratio,this.paneId);if(u==null)continue;let[h,p,m,f]=se(o,s,a,u,"right",t.width,t.height);c.push({color:d.color,x1:h,y1:p,x2:m,y2:f,numberText:d.label??String(d.ratio),numberX:a+5,numberY:u,numberAlign:"left",labelX:a+5,labelY:u});}return c}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var sx=ne([0,.25,.382,.5,.618,.75,1].map(r=>({ratio:r,label:String(r)}))),Gs=class extends re{constructor(){super(...arguments);this.type="gannbox";}defaultLevels(){return sx}corners(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.xOf(n.time),s=t.xOf(i.time),a=t.yOf(n.price,this.paneId),l=t.yOf(i.price,this.paneId);return a==null||l==null?null:{c1:n,c2:i,left:Math.min(o,s),right:Math.max(o,s),top:Math.min(a,l),bot:Math.max(a,l)}}entryLines(t){let n=this.corners(t);if(!n)return null;let{c1:i,c2:o,left:s,right:a,top:l,bot:c}=n,d=[];for(let h of this.levels){if(!h.enabled)continue;let p=t.yOf(i.price+h.ratio*(o.price-i.price),this.paneId);p!=null&&d.push({color:h.color,x1:s,y1:p,x2:a,y2:p,numberText:h.label??String(h.ratio),numberX:s-5,numberY:p,numberAlign:"right",labelX:s,labelY:p});let m=t.xOf(i.time+h.ratio*(o.time-i.time));d.push({color:h.color,x1:m,y1:l,x2:m,y2:c,numberText:"",numberX:m,numberY:l,numberAlign:"center",labelX:m,labelY:l});}let u=this.levels.find(h=>h.ratio===1)?.color??Ln;return d.push({color:u,x1:s,y1:l,x2:a,y2:c,numberText:"",numberX:0,numberY:0,numberAlign:"left",labelX:0,labelY:0}),d.push({color:u,x1:s,y1:c,x2:a,y2:l,numberText:"",numberX:0,numberY:0,numberAlign:"left",labelX:0,labelY:0}),d}hitTest(t,n,i,o){let s=this.corners(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var ax=ne([0,.25,.382,.5,.618,.75,1].map(r=>({ratio:r,label:String(r)}))),lx=[{label:"3x1",x:3,y:1,color:ut},{label:"2x1",x:2,y:1,color:ht},{label:"1x1",x:1,y:1,color:As},{label:"1x2",x:1,y:2,color:Qt},{label:"1x3",x:1,y:3,color:Ot}],Cc=[{k:.25,color:ut},{k:.5,color:ht},{k:.75,color:Mn},{k:1,color:Qt}],An=class extends re{constructor(){super(...arguments);this.type="gannsquare";}defaultLevels(){return ax}box(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=t.xOf(n.time),l=t.xOf(i.time);return {ox:a,oy:o,bx:l-a,py:s-o,left:Math.min(a,l),top:Math.min(o,s),right:Math.max(a,l),bot:Math.max(o,s)}}arcGeom(t){let n=this.box(t);return n?{ox:n.ox,oy:n.oy,bx:n.bx,py:n.py}:null}entryLines(t){let n=this.box(t);if(!n)return null;let i=this.anchors[0],o=this.anchors[1],s=[];for(let a of this.levels){if(!a.enabled)continue;let l=t.yOf(i.price+a.ratio*(o.price-i.price),this.paneId);l!=null&&s.push({color:a.color,x1:n.left,y1:l,x2:n.right,y2:l,numberText:a.label??String(a.ratio),numberX:n.left-5,numberY:l,numberAlign:"right",labelX:n.left,labelY:l});let c=t.xOf(i.time+a.ratio*(o.time-i.time));s.push({color:a.color,x1:c,y1:n.top,x2:c,y2:n.bot,numberText:"",numberX:c,numberY:n.top,numberAlign:"center",labelX:c,labelY:n.top});}for(let a of lx){let l,c;a.x>a.y?(l=n.ox+n.bx,c=n.oy+a.y/a.x*n.py):(c=n.oy+n.py,l=n.ox+a.x/a.y*n.bx),s.push({color:a.color,x1:n.ox,y1:n.oy,x2:l,y2:c,numberText:a.label,numberX:l+4,numberY:c,numberAlign:"left",labelX:l+4,labelY:c});}return s}hitTest(t,n,i,o){let s=this.box(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}};var Tc=[4,8,12,16,24,32,48,64],cx=24,dx=.75;function rp(r,e){if(!Number.isInteger(r)||!Number.isInteger(e)||e<=0)return false;let t=r*r-1;return e%2===1?t%e===0:e%8===0?t%e!==0?false:t/e%2!==0:false}function ip(r){let e=[];for(let t=0;t<r;t+=1)rp(t,r)&&e.push(t);return e}var Rn=class extends _{constructor(t){super(t);this.type="dedekind";this.maxCurvature===void 0&&(this.maxCurvature=cx);}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}box(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);if(o==null||s==null)return null;let a=Math.min(t.xOf(n.time),t.xOf(i.time)),l=Math.max(t.xOf(n.time),t.xOf(i.time)),c=Math.min(o,s),d=Math.max(o,s),u=l-a,h=d-c;if(u<1||h<1)return null;let p=h,m=u/p;return {left:a,right:l,top:c,bot:d,unitPx:p,x0:0,realSpan:m}}geodesics(t){let n=this.box(t);if(!n)return null;let{left:i,top:o,bot:s,unitPx:a,x0:l,realSpan:c}=n,d=Math.max(1,Math.min(64,Math.round(this.maxCurvature))),u=l-1/d,h=l+c+1/d,p=i+c*a,m=[],f=Math.floor(u*2),g=Math.ceil(h*2);for(let b=f;b<=g;b+=1){if(b%2===0)continue;let y=i+(b/2-l)*a;y<i-.5||y>p+.5||m.push({kind:"vline",x:y,y0:s,y1:o});}for(let b=1;b<=d;b+=1){let y=1/b,v=y*a;if(v<dx)continue;let w=ip(b);if(w.length===0)continue;let E=Math.floor(u)-1,x=Math.ceil(h)+1;for(let S=E;S<=x;S+=1)for(let P of w){let k=P/b+S;if(k+y<u||k-y>h)continue;let T=i+(k-l)*a;T+v<i-1||T-v>p+1||m.push({kind:"arc",cx:T,cy:s,r:v});}}return m}hitTest(t,n,i,o){let s=this.box(i);return s!=null&&ye(t,n,s.left,s.top,s.right,s.bot,o)}handlePoints(t){let n=this.box(t);return n?[[n.left,n.top],[n.right,n.bot]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.box(t);return n?{x:n.left,y:n.top,w:n.right-n.left,h:n.bot-n.top}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[...F,{path:"maxCurvature",label:"Max curvature",kind:"number",min:4,max:64,step:4,group:"behavior"},...N]}}writeProps(){return {maxCurvature:this.maxCurvature}}readProps(t){typeof t.maxCurvature=="number"&&Number.isFinite(t.maxCurvature)&&(this.maxCurvature=Math.max(1,Math.min(64,Math.round(t.maxCurvature))));}};var Ec=[3,4,5,6,8,10,12],Pc=[1.5,2,2.5,3,4,5],Us=6,ux=2;function Lc(r=Us){return [...tp(dr.length,r)]}function hx(r){if(!r||typeof r!="object")return null;let e=r;return typeof e.ratio!="number"||typeof e.color!="string"?null:{ratio:e.ratio,color:e.color,enabled:e.enabled!==false,...typeof e.label=="string"&&e.label?{label:e.label}:{}}}var ur={path:"showRatios",label:"Show ratios",kind:"boolean",group:"behavior"},De=class extends _{constructor(e){super(e),this.waveCount===void 0&&(this.waveCount=Us),this.showRatios===void 0&&(this.showRatios=true);let t=Array.isArray(e.props?.levels);this.levels||(this.levels=this.defaultLevels().map(n=>({...n}))),!t&&this.shouldSyncWaveCount()&&this.syncLevelsToWaveCount();}shouldSyncWaveCount(){return true}syncLevelsToWaveCount(){let e=Math.max(1,Math.min(this.levels.length,Math.round(this.waveCount)));this.waveCount=e;for(let t=0;t<this.levels.length;t+=1)this.levels[t].enabled=t<e;}editableLevels(){return this.levels}anchorSchema(){return {min:2,max:2,slots:[{role:"d1",free:"both"},{role:"d2",free:"both"}]}}geom(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);if(i==null||o==null)return null;let s=e.xOf(t.time),a=e.xOf(n.time),l=(s+a)/2,c=(i+o)/2,d=Math.hypot(a-s,o-i)/2;if(d<1)return null;let u=a-s,h=o-i,p=Math.hypot(u,h);p<1e-9?(u=1,h=0):(u/=p,h/=p);let m=this.levels.filter(x=>x.enabled&&x.ratio>0).slice().sort((x,S)=>x.ratio-S.ratio);if(m.length===0)return null;let f=Math.max(1,this.machNumber()),g=[];for(let x of m){let S=x.ratio*d;g.push({cx:l+f*(S-d)*u,cy:c+f*(S-d)*h,r:S,color:x.color,ratio:x.ratio});}let b=l-f*d*u,y=c-f*d*h,v=g[g.length-1].r,w=f*v+2*d,E=[];if(f<=1+1e-9){let x=-h,S=u;E.push([b-x*w,y-S*w,b+x*w,y+S*w]);}else {let x=Math.asin(1/f),S=Math.cos(x),P=Math.sin(x),k=(I,V,Y)=>[I*S-V*Y*P,I*Y*P+V*S],[T,M]=k(u,h,1),[L,C]=k(u,h,-1);E.push([b,y,b+T*w,y+M*w]),E.push([b,y,b+L*w,y+C*w]);}return {c0x:l,c0y:c,R:d,fx:u,fy:h,noseX:b,noseY:y,circles:g,rays:E}}hitTest(e,t,n,i){let o=this.geom(n);if(!o)return false;for(let s of o.circles)if(Math.abs(Math.hypot(e-s.cx,t-s.cy)-s.r)<=i)return true;return o.rays.some(s=>U(e,t,s[0],s[1],s[2],s[3])<=i)}handlePoints(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return [];let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?[]:[[e.xOf(t.time),i],[e.xOf(n.time),o]]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.geom(e);if(!t)return null;let n=t.noseX,i=t.noseX,o=t.noseY,s=t.noseY;for(let a of t.circles)n=Math.min(n,a.cx-a.r),i=Math.max(i,a.cx+a.r),o=Math.min(o,a.cy-a.r),s=Math.max(s,a.cy+a.r);for(let a of t.rays)n=Math.min(n,a[0],a[2]),i=Math.max(i,a[0],a[2]),o=Math.min(o,a[1],a[3]),s=Math.max(s,a[1],a[3]);return {x:n,y:o,w:i-n,h:s-o}}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}applySettings(e){if(super.applySettings(e),Object.prototype.hasOwnProperty.call(e,"waveCount")&&typeof this.waveCount=="number"){let t=Math.max(1,Math.min(this.levels.length,Math.round(this.waveCount)));this.waveCount=t;for(let n=0;n<this.levels.length;n+=1)this.levels[n].enabled=n<t;}}schema(){return {fields:[...F,{path:"waveCount",label:"Waves",kind:"number",min:3,max:12,step:1,group:"behavior"},ur,...N]}}writeProps(){return {waveCount:this.waveCount,showRatios:this.showRatios,levels:this.levels.map(e=>({...e}))}}readProps(e){if(typeof e.waveCount=="number"&&Number.isFinite(e.waveCount)&&(this.waveCount=Math.max(2,Math.min(12,Math.round(e.waveCount)))),typeof e.showRatios=="boolean"&&(this.showRatios=e.showRatios),Array.isArray(e.levels)){let t=e.levels.map(hx).filter(n=>n!=null);t.length&&(this.levels=t);}}},vi=class extends De{constructor(){super(...arguments);this.type="sonic";}defaultLevels(){return Lc(Us)}machNumber(){return 1}},yi=class extends De{constructor(t){super(t);this.type="supersonic";this.mach===void 0&&(this.mach=ux);}defaultLevels(){return Lc(Us)}machNumber(){return Math.max(1.01,this.mach)}schema(){return {fields:[...F,{path:"mach",label:"Mach number",kind:"number",min:1.5,max:5,step:.5,group:"behavior"},{path:"waveCount",label:"Waves",kind:"number",min:3,max:12,step:1,group:"behavior"},ur,...N]}}writeProps(){return {...super.writeProps(),mach:this.mach}}readProps(t){super.readProps(t),typeof t.mach=="number"&&Number.isFinite(t.mach)&&(this.mach=Math.max(1.01,Math.min(20,t.mach)));}};var op=ne([.236,.382,.5,.618,.786,1,1.618,2.618,4.236,6.854,11.09]),px=2,Ys=class extends De{constructor(){super(...arguments);this.type="goldensonic";}shouldSyncWaveCount(){return false}defaultLevels(){return op}machNumber(){return 1}schema(){return {fields:[...F,ur,...N]}}},Ks=class extends De{constructor(t){super(t);this.type="goldensupersonic";this.mach===void 0&&(this.mach=px);}shouldSyncWaveCount(){return false}defaultLevels(){return op}machNumber(){return Math.max(1.01,this.mach)}schema(){return {fields:[...F,{path:"mach",label:"Mach number",kind:"number",min:1.5,max:5,step:.5,group:"behavior"},ur,...N]}}writeProps(){return {...super.writeProps(),mach:this.mach}}readProps(t){super.readProps(t),typeof t.mach=="number"&&Number.isFinite(t.mach)&&(this.mach=Math.max(1.01,Math.min(20,t.mach)));}};var be=class extends _{legRatios(){return false}fillTriangles(){return []}necklineIndices(){return null}anchorSchema(){let e=this.vertexLabels().length,t=[];for(let n=0;n<e;n+=1)t.push({role:`p${n}`,free:"both"});return {min:e,max:e,slots:t}}handlePoints(e){let t=[];for(let n of this.anchors){let i=e.yOf(n.price,this.paneId);if(i==null)return [];t.push([e.xOf(n.time),i]);}return t}hitTest(e,t,n,i){let o=this.handlePoints(n);return o.length>=2&&ar(e,t,o)<=i}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.handlePoints(e);if(t.length===0)return null;let n=t.map(a=>a[0]),i=t.map(a=>a[1]),o=Math.min(...n),s=Math.min(...i);return {x:o,y:s,w:Math.max(...n)-o,h:Math.max(...i)-s}}priceRange(){if(this.anchors.length===0)return null;let e=this.anchors.map(t=>t.price);return {min:Math.min(...e),max:Math.max(...e)}}patternName(){return null}ratioOk(e){return null}valid(){return null}ratioAt(e){let t=this.anchors[e-2],n=this.anchors[e-1],i=this.anchors[e];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-n.price)/o}schema(){return {fields:[...F,...this.fillTriangles().length?ee:[]]}}};var Xs=class extends be{constructor(){super(...arguments);this.type="xabcd";}vertexLabels(){return ["X","A","B","C","D"]}legRatios(){return true}fillTriangles(){return [[0,1,2],[2,3,4]]}};var js=class extends be{constructor(){super(...arguments);this.type="abcd";}vertexLabels(){return ["A","B","C","D"]}legRatios(){return true}};var qs=class extends be{constructor(){super(...arguments);this.type="elliottimpulse";}vertexLabels(){return ["1","2","3","4","5"]}};var Zs=class extends be{constructor(){super(...arguments);this.type="elliottcorrection";}vertexLabels(){return ["A","B","C"]}};var Js=class extends be{constructor(){super(...arguments);this.type="headshoulders";}vertexLabels(){return ["","LS","","H","","RS",""]}necklineIndices(){return [2,4]}};var Oe=class extends be{vertexLabels(){return ["X","A","B","C","D"]}legRatios(){return true}fillTriangles(){return [[0,1,2],[2,3,4]]}legValue(e){let[t,n,i,o,s]=this.anchors;if(!t||!n||!i||!o||!s)return null;let a=(u,h)=>Math.abs(h.price-u.price),l=a(t,n),c=a(n,i),d=a(i,o);switch(e){case "ab":return l<1e-9?null:c/l;case "bc":return c<1e-9?null:d/c;case "cd":return d<1e-9?null:a(o,s)/d;default:return l<1e-9?null:a(n,s)/l}}inBand(e,t){return e!=null&&e>=t.min&&e<=t.max}ratioOk(e){let t=this.ranges();return e===2?this.inBand(this.legValue("ab"),t.ab):e===3?this.inBand(this.legValue("bc"),t.bc):e===4?this.inBand(this.legValue("cd"),t.cd):null}valid(){if(this.anchors.length<5)return null;let e=this.ranges();return this.inBand(this.legValue("ab"),e.ab)&&this.inBand(this.legValue("bc"),e.bc)&&this.inBand(this.legValue("cd"),e.cd)&&this.inBand(this.legValue("ad"),e.ad)}};var Qs=class extends Oe{constructor(){super(...arguments);this.type="gartley";}patternName(){return "Gartley"}ranges(){return {ab:{min:.55,max:.68},bc:{min:.382,max:.886},cd:{min:1.13,max:1.618},ad:{min:.74,max:.83}}}};var ea=class extends Oe{constructor(){super(...arguments);this.type="bat";}patternName(){return "Bat"}ranges(){return {ab:{min:.382,max:.5},bc:{min:.382,max:.886},cd:{min:1.618,max:2.618},ad:{min:.84,max:.92}}}};var ta=class extends Oe{constructor(){super(...arguments);this.type="butterfly";}patternName(){return "Butterfly"}ranges(){return {ab:{min:.74,max:.83},bc:{min:.382,max:.886},cd:{min:1.618,max:2.618},ad:{min:1.272,max:1.618}}}};var na=class extends Oe{constructor(){super(...arguments);this.type="crab";}patternName(){return "Crab"}ranges(){return {ab:{min:.382,max:.618},bc:{min:.382,max:.886},cd:{min:2.618,max:3.618},ad:{min:1.55,max:1.69}}}};var ra=class extends Oe{constructor(){super(...arguments);this.type="shark";}patternName(){return "Shark"}ranges(){return {ab:{min:.382,max:.618},bc:{min:1.13,max:1.618},cd:{min:1.618,max:2.24},ad:{min:.886,max:1.13}}}};var mx={min:1.272,max:1.414},fx={min:.74,max:.83},ia=class extends Oe{constructor(){super(...arguments);this.type="cypher";}patternName(){return "Cypher"}ranges(){return {ab:{min:.382,max:.618},bc:{min:0,max:1/0},cd:{min:0,max:1/0},ad:{min:0,max:1/0}}}xcOverXa(){let t=this.anchors[0],n=this.anchors[1],i=this.anchors[3];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-t.price)/o}cdOverXc(){let t=this.anchors[0],n=this.anchors[3],i=this.anchors[4];if(!t||!n||!i)return null;let o=Math.abs(n.price-t.price);return o<1e-9?null:Math.abs(i.price-n.price)/o}ratioOk(t){return t===2?this.inBand(this.legValue("ab"),this.ranges().ab):null}valid(){return this.anchors.length<5?null:this.inBand(this.legValue("ab"),this.ranges().ab)&&this.inBand(this.xcOverXa(),mx)&&this.inBand(this.cdOverXc(),fx)}};function sp(r){return `${r>=0?"+":""}${r.toFixed(2)}`}function wi(r){let e=Math.abs(r),t=864e5,n=36e5,i=6e4;if(e>=t){let o=Math.floor(e/t),s=Math.round(e%t/n);return s?`${o}d ${s}h`:`${o}d`}if(e>=n){let o=Math.floor(e/n),s=Math.round(e%n/i);return s?`${o}h ${s}m`:`${o}h`}return e>=i?`${Math.round(e/i)}m`:`${Math.round(e/1e3)}s`}var Dn=class extends _{constructor(e){super(e),this.showPrice===void 0&&(this.showPrice=true),this.showDate===void 0&&(this.showDate=true);}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}measureLabel(e){let t=[];return this.showPrice&&t.push(this.priceLabel()),this.showDate&&t.push(this.timeLabel(e)),t}isUp(){let e=this.anchors[0],t=this.anchors[1];return e!=null&&t!=null&&t.price>=e.price}priceLabel(){let e=this.anchors[0],t=this.anchors[1];if(!e||!t)return "";let n=t.price-e.price,i=e.price!==0?n/e.price*100:0;return `${sp(n)} (${sp(i)}%)`}timeLabel(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return "";let i=wi(n.time-t.time),o=e.barsBetween?Math.round(e.barsBetween(t.time,n.time)):null;return o!=null?`${o} bars, ${i}`:i}rect(e){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;let i=e.yOf(t.price,this.paneId),o=e.yOf(n.price,this.paneId);return i==null||o==null?null:{x1:e.xOf(t.time),y1:i,x2:e.xOf(n.time),y2:o}}hitTest(e,t,n,i){let o=this.rect(n);return o!=null&&ye(e,t,o.x1,o.y1,o.x2,o.y2,i)}handlePoints(e){let t=this.rect(e);return t?[[t.x1,t.y1],[t.x2,t.y2]]:[]}hitHandle(e,t,n,i){return H(e,t,this.handlePoints(n),i+3)}bounds(e){let t=this.rect(e);return t?{x:Math.min(t.x1,t.x2),y:Math.min(t.y1,t.y2),w:Math.abs(t.x2-t.x1),h:Math.abs(t.y2-t.y1)}:null}priceRange(){let e=this.anchors[0],t=this.anchors[1];return !e||!t?null:{min:Math.min(e.price,t.price),max:Math.max(e.price,t.price)}}schema(){return {fields:[{path:"showPrice",label:"Show price",kind:"boolean",group:"behavior"},{path:"showDate",label:"Show date",kind:"boolean",group:"behavior"},...F.filter(e=>e.path!=="style.lineColor"),{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"}]}}writeProps(){return {showPrice:this.showPrice,showDate:this.showDate}}readProps(e){typeof e.showPrice=="boolean"&&(this.showPrice=e.showPrice),typeof e.showDate=="boolean"&&(this.showDate=e.showDate);}};var oa=class extends Dn{constructor(){super(...arguments);this.type="datepricerange";}};var sa=[{value:"long",label:"Long"},{value:"short",label:"Short"}],de=class de extends _{constructor(t){super(t);this.type="position";this.riskPercent===void 0&&(this.riskPercent=de.DEFAULT_RISK_PERCENT),this.accountBalance===void 0&&(this.accountBalance=de.DEFAULT_ACCOUNT_BALANCE),this.showText===void 0&&(this.showText=true),this.showHeader===void 0&&(this.showHeader=true),this.showPrices===void 0&&(this.showPrices=false),this.showLossSize===void 0&&(this.showLossSize=true),this.showTargetLabel===void 0&&(this.showTargetLabel=true),this.showStopLabel===void 0&&(this.showStopLabel=true),this.profitColor===void 0&&(this.profitColor=de.DEFAULT_PROFIT_COLOR),this.lossColor===void 0&&(this.lossColor=de.DEFAULT_LOSS_COLOR);}directionLabel(){let t=this.prices();return t&&t.target>=t.entry?"LONG":"SHORT"}get direction(){return this.directionLabel()==="LONG"?"long":"short"}set direction(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];!n||!i||!o||(t==="long"||t==="short")&&t!==this.direction&&(i.price=2*n.price-i.price,o.price=2*n.price-o.price);}get quantity(){return this.positionSize()}set quantity(t){let n=this.prices();if(!n||!Number.isFinite(t)||t<0)return;let i=Math.abs(n.entry-n.stop);i<1e-9||this.accountBalance<=0||(this.riskPercent=t*i/this.accountBalance*100);}get entryPrice(){return this.anchors[0]?.price??0}set entryPrice(t){let n=this.anchors[0];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(0));}get stopPrice(){return this.anchors[1]?.price??0}set stopPrice(t){let n=this.anchors[1];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(1));}get targetPrice(){return this.anchors[2]?.price??0}set targetPrice(t){let n=this.anchors[2];n&&Number.isFinite(t)&&(n.price=t,this.constrainHandleDrag(2));}anchorSchema(){return {min:2,max:2,slots:[{role:"entry",free:"both"},{role:"stop",free:"both"},{role:"target",free:"both"}]}}onPlaced(t){let n=this.anchors[0];if(!n)return;let i=t.xOf(n.time),o=t.yOf(n.price,this.paneId);if(o==null)return;let s=this.anchors[1],a=s?t.yOf(s.price,this.paneId):null,l,c;s&&a!=null&&Math.abs(a-o)>=de.MIN_DRAG_PX?(l=a,c=i+Math.max(Math.abs(t.xOf(s.time)-i),de.MIN_WIDTH_PX)):(l=o-de.DEFAULT_RISK_PX*de.DEFAULT_RR,c=i+de.DEFAULT_WIDTH_PX);let d=o-(l-o)/de.DEFAULT_RR,u=t.pxToPoint(c,o,this.paneId).time;this.anchors=[{time:n.time,price:n.price},{time:u,price:t.pxToPoint(i,d,this.paneId).price},{time:u,price:t.pxToPoint(i,l,this.paneId).price}];}constrainHandleDrag(t){let n=this.anchors[0],i=this.anchors[1],o=this.anchors[2];if(!n||!i||!o)return;let s=Math.sign(i.price-n.price),a=Math.sign(o.price-n.price);s===0||a===0||s!==a||(t===2?i.price=2*n.price-i.price:o.price=2*n.price-o.price);}resolved(){let t=this.anchors[0],n=this.anchors[1];if(!t||!n)return null;if(this.anchors[2])return [t,n,this.anchors[2]];let i={time:n.time,price:t.price-(n.price-t.price)/de.DEFAULT_RR};return [t,i,n]}prices(){let t=this.resolved();return t?{entry:t[0].price,stop:t[1].price,target:t[2].price}:null}rr(){let t=this.prices();if(!t)return 0;let n=Math.abs(t.entry-t.stop);return n<1e-9?0:Math.abs(t.target-t.entry)/n}rewardPct(){let t=this.prices();return t&&t.entry!==0?Math.abs(t.target-t.entry)/t.entry*100:0}riskPct(){let t=this.prices();return t&&t.entry!==0?Math.abs(t.entry-t.stop)/t.entry*100:0}dollarLoss(){return Math.max(0,this.accountBalance)*(Math.max(0,this.riskPercent)/100)}positionSize(){let t=this.prices();if(!t)return 0;let n=Math.abs(t.entry-t.stop);return n<1e-9?0:this.dollarLoss()/n}headerLabel(){return `${this.directionLabel()} \xB7 R:R ${this.rr().toFixed(2)}`}lossSizeLabel(){return `Loss $${gx(this.dollarLoss())} \xB7 Size ${bx(this.positionSize())}`}targetLabel(){let t=this.prices(),n=this.showPrices&&t?` @ ${ap(t.target)}`:"";return `Target +${this.rewardPct().toFixed(2)}%${n}`}stopLabel(){let t=this.prices(),n=this.showPrices&&t?` @ ${ap(t.stop)}`:"";return `Stop \u2212${this.riskPct().toFixed(2)}%${n}`}levelDisplayValue(t,n){let i=this.prices();if(!i)return 0;let o=t==="stop"?i.stop:i.target;return lp(n==="price"?o:Math.abs(o-i.entry))}levelPriceFromDisplay(t,n,i){let o=this.prices();if(!o||n==="price")return i;let s=t==="stop"?o.stop:o.target,a=Math.sign(s-o.entry);return a===0&&(a=(t==="target"?1:-1)*(this.direction==="long"?1:-1)),o.entry+a*Math.abs(i)}box(t){let n=this.handlePoints(t);if(n.length<3)return null;let i=n.map(o=>o[0]);return {x1:Math.min(...i),x2:Math.max(...i),ey:n[0][1],sy:n[1][1],ty:n[2][1]}}layout(t){return this.box(t)}hitTest(t,n,i,o){let s=this.box(i);if(!s)return false;let a=Math.min(s.ey,s.sy,s.ty),l=Math.max(s.ey,s.sy,s.ty);return ye(t,n,s.x1,a,s.x2,l,o)}handlePoints(t){let n=this.resolved();if(!n)return [];let i=[];for(let o of n){let s=t.yOf(o.price,this.paneId);if(s==null)return [];i.push([t.xOf(o.time),s]);}return i}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.box(t);if(!n)return null;let i=Math.min(n.ey,n.sy,n.ty);return {x:n.x1,y:i,w:n.x2-n.x1,h:Math.max(n.ey,n.sy,n.ty)-i}}priceRange(){let t=this.resolved();if(!t)return null;let n=t.map(i=>i.price);return {min:Math.min(...n),max:Math.max(...n)}}schema(){return {fields:[{path:"riskPercent",label:"Risk %",kind:"number",min:0,max:100,step:.1,group:"behavior"},{path:"accountBalance",label:"Account balance",kind:"number",min:0,max:1e12,step:1,group:"behavior"},{path:"quantity",label:"Position size",kind:"number",group:"behavior"},{path:"direction",label:"Direction",kind:"select",options:sa,group:"behavior"},{path:"entryPrice",label:"Entry price",kind:"number",group:"behavior"},{path:"stopPrice",label:"Stop price",kind:"number",group:"behavior"},{path:"targetPrice",label:"Target price",kind:"number",group:"behavior"},{path:"showText",label:"Show text",kind:"boolean",group:"behavior"},{path:"showHeader",label:"Show direction & ratio",kind:"boolean",group:"behavior"},{path:"showLossSize",label:"Show loss & size",kind:"boolean",group:"behavior"},{path:"showTargetLabel",label:"Show target label",kind:"boolean",group:"behavior"},{path:"showStopLabel",label:"Show stop label",kind:"boolean",group:"behavior"},{path:"showPrices",label:"Show level prices",kind:"boolean",group:"behavior"},{path:"profitColor",label:"Profit zone",kind:"color",group:"fill"},{path:"lossColor",label:"Loss zone",kind:"color",group:"fill"},...F.filter(t=>t.path!=="style.lineColor"),{path:"text.color",label:"Text color",kind:"color",group:"text"},{path:"text.size",label:"Text size",kind:"select",options:Ze,group:"text"}]}}writeProps(){return {riskPercent:this.riskPercent,accountBalance:this.accountBalance,showText:this.showText,showHeader:this.showHeader,showPrices:this.showPrices,showLossSize:this.showLossSize,showTargetLabel:this.showTargetLabel,showStopLabel:this.showStopLabel,profitColor:this.profitColor,lossColor:this.lossColor}}readProps(t){typeof t.riskPercent=="number"&&Number.isFinite(t.riskPercent)&&(this.riskPercent=t.riskPercent),typeof t.accountBalance=="number"&&Number.isFinite(t.accountBalance)&&(this.accountBalance=t.accountBalance),typeof t.showText=="boolean"&&(this.showText=t.showText),typeof t.showHeader=="boolean"&&(this.showHeader=t.showHeader),typeof t.showPrices=="boolean"&&(this.showPrices=t.showPrices),typeof t.showLossSize=="boolean"&&(this.showLossSize=t.showLossSize),typeof t.showTargetLabel=="boolean"&&(this.showTargetLabel=t.showTargetLabel),typeof t.showStopLabel=="boolean"&&(this.showStopLabel=t.showStopLabel),typeof t.profitColor=="string"&&(this.profitColor=t.profitColor),typeof t.lossColor=="string"&&(this.lossColor=t.lossColor);}};de.DEFAULT_RR=2,de.MIN_DRAG_PX=6,de.DEFAULT_RISK_PX=64,de.DEFAULT_WIDTH_PX=150,de.MIN_WIDTH_PX=48,de.DEFAULT_RISK_PERCENT=1,de.DEFAULT_ACCOUNT_BALANCE=1e4,de.DEFAULT_PROFIT_COLOR=Zo,de.DEFAULT_LOSS_COLOR=Jo;var We=de;function gx(r){if(!Number.isFinite(r))return "0";let e=Math.round(r*100)/100;return Number.isInteger(e)?String(e):e.toFixed(2)}function bx(r){return !Number.isFinite(r)||r===0?"0":r>=100?r.toFixed(2):r>=1?r.toFixed(4).replace(/\.?0+$/,""):r.toPrecision(4).replace(/\.?0+$/,"")}function ap(r){return Number.isFinite(r)?Math.abs(r)>=1?r.toFixed(2):r.toPrecision(4).replace(/\.?0+$/,""):"0"}function lp(r){return Math.round(r*1e8)/1e8}var On=[{value:"auto",label:"Auto",ms:0},{value:"1",label:"1m",ms:6e4},{value:"5",label:"5m",ms:3e5},{value:"15",label:"15m",ms:9e5},{value:"30",label:"30m",ms:18e5},{value:"60",label:"1h",ms:36e5},{value:"240",label:"4h",ms:144e5},{value:"D",label:"1D",ms:864e5}];function xi(r){let e=On.find(n=>n.value===r);if(e)return e.label;let t=Number(r);return Number.isFinite(t)&&t>0?t%1440===0?`${t/1440}D`:t%60===0?`${t/60}h`:`${t}m`:r}function cp(){return {timeframe:"auto",upColor:"",downColor:""}}var Fe=class extends _{constructor(t){super(t);this.type="magnifier";this.chipRect=null;this.magnifier||(this.magnifier=cp());}anchorSchema(){return {min:2,max:2,slots:[{role:"c1",free:"both"},{role:"c2",free:"both"}]}}placementMode(){return "drag"}rect(t){let n=this.anchors[0],i=this.anchors[1];if(!n||!i)return null;let o=t.yOf(n.price,this.paneId),s=t.yOf(i.price,this.paneId);return o==null||s==null?null:{x1:t.xOf(n.time),y1:o,x2:t.xOf(i.time),y2:s}}hitTest(t,n,i,o){let s=this.rect(i);return s?ye(t,n,s.x1,s.y1,s.x2,s.y2)?true:[[s.x1,s.y1,s.x2,s.y1],[s.x2,s.y1,s.x2,s.y2],[s.x2,s.y2,s.x1,s.y2],[s.x1,s.y2,s.x1,s.y1]].some(l=>U(t,n,l[0],l[1],l[2],l[3])<=o):false}handlePoints(t){let n=this.rect(t);return n?[[n.x1,n.y1],[n.x2,n.y2]]:[]}hitHandle(t,n,i,o){return H(t,n,this.handlePoints(i),o+3)}bounds(t){let n=this.rect(t);return n?{x:Math.min(n.x1,n.x2),y:Math.min(n.y1,n.y2),w:Math.abs(n.x2-n.x1),h:Math.abs(n.y2-n.y1)}:null}priceRange(){let t=this.anchors[0],n=this.anchors[1];return !t||!n?null:{min:Math.min(t.price,n.price),max:Math.max(t.price,n.price)}}schema(){return {fields:[{path:"magnifier.timeframe",label:"Timeframe",kind:"select",options:On,group:"behavior"},...F.map(t=>({...t,label:t.label.replace("Line","Border")})),{path:"magnifier.upColor",label:"Up candles",kind:"color",group:"fill"},{path:"magnifier.downColor",label:"Down candles",kind:"color",group:"fill"}]}}writeProps(){return {...this.magnifier}}readProps(t){this.magnifier={...cp(),...t};}};var Si=new Map;function O(r){Si.set(r.type,r);}function Qe(r){return Si.get(r)}function aa(){return [...Si.values()]}function en(r,e){let t=Si.get(r);if(!t)return null;let n={...t.defaultStyle,...e.style??{}};return t.create({...e,style:n})}function Mc(r){let e=en(r.type,{paneId:r.paneId});if(!e)return;r.style={...e.style};let t=r.text?.value;e.text?(r.text={...e.text},t!==void 0&&(r.text.value=t)):r.text=void 0;let n=e.serialize().props;n!==void 0&&r.applyProps(n);}function pt(r){let e=Si.get(r.type);return e?e.create(r):null}var vx=A('<line x1="4" y1="19" x2="20" y2="5"/>'),yx=A('<line x1="3" y1="12" x2="21" y2="12"/>');O({type:"trendline",group:"lines",label:"Trend Line",icon:vx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ns(r)});O({type:"hline",group:"lines",label:"Horizontal Line",icon:yx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"dashed"},create:r=>new rs(r)});var wx=A('<line x1="3" y1="20" x2="21" y2="6"/><circle cx="3" cy="20" r="1.6" fill="currentColor"/>'),xx=A('<rect x="4" y="6" width="16" height="12" rx="1"/>'),Sx=A('<path d="M5 6h14M12 6v13"/>');O({type:"ray",group:"lines",label:"Ray",icon:wx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new is(r)});var Cx=A('<path d="M5 19 19 5"/><path d="M5 19 8.5 19M5 19 5 15.5"/><path d="M19 5 15.5 5M19 5 19 8.5"/>'),Tx=A('<line x1="12" y1="3" x2="12" y2="21"/>'),Ex=A('<line x1="5" y1="12" x2="21" y2="12"/><circle cx="5" cy="12" r="1.6" fill="currentColor"/>'),Px=A('<line x1="3" y1="12" x2="21" y2="12"/><line x1="12" y1="3" x2="12" y2="21"/>'),Lx=A('<path d="M4 20 20 4"/><rect x="9" y="9" width="9" height="6" rx="1"/>'),Mx=A('<path d="M4 20 20 6"/><path d="M4 20 15 20"/><path d="M11 20a7 7 0 0 0-2-4.9"/>');O({type:"extendedline",group:"lines",label:"Extended Line",icon:Cx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new os(r)});O({type:"vline",group:"lines",label:"Vertical Line",icon:Tx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ss(r)});O({type:"hray",group:"lines",label:"Horizontal Ray",icon:Ex,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new as(r)});O({type:"crossline",group:"lines",label:"Cross Line",icon:Px,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new ls(r)});O({type:"infoline",group:"lines",label:"Info Line",icon:Lx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new cs(r)});O({type:"trendangle",group:"lines",label:"Trend Angle",icon:Mx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ds(r)});O({type:"box",group:"shapes",label:"Rectangle",icon:xx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}26`},create:r=>new us(r)});O({type:"text",group:"annotations",label:"Text",icon:Sx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rt(r)});var kx=A('<path d="M5 4h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-6l-5 5v-5H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"/>');O({type:"callout",group:"annotations",label:"Callout",icon:kx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new dt(r)});var Ix=A('<path d="M5 4h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-7l-4 4v-4H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z"/><path d="M8 8.5h8M8 12h5"/>'),Ax=A('<rect x="10" y="4.5" width="11" height="8" rx="1.5"/><path d="M10 8.5 4 16"/><circle cx="3.5" cy="16.5" r="1.6" fill="currentColor" stroke="none"/>'),Rx=A('<path d="M5 4.5h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-7l-4 4v-4H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Z"/>'),Dx=A('<path d="M3 12 7 8h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H7Z"/><path d="M10.5 12.5h6" stroke-width="1.4"/>'),Ox=A('<path d="M12 11.5V21"/><rect x="5" y="4" width="14" height="7" rx="1"/><path d="M9 7.5h6"/>');O({type:"note",group:"annotations",label:"Note",icon:Ix,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new yn(r)});O({type:"pricenote",group:"annotations",label:"Price Note",icon:Ax,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new xn(r)});O({type:"comment",group:"annotations",label:"Comment",icon:Rx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new Sn(r)});O({type:"pricelabel",group:"annotations",label:"Price Label",icon:Dx,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new wn(r)});O({type:"signpost",group:"annotations",label:"Signpost",icon:Ox,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid",fillColor:`${R}d9`},create:r=>new Cn(r)});var Fx=A('<line x1="3" y1="16" x2="21" y2="8"/><line x1="3" y1="21" x2="21" y2="13"/>'),Nx=A('<line x1="3" y1="7" x2="21" y2="10"/><line x1="3" y1="18" x2="21" y2="14"/>'),Vx=A('<circle cx="4" cy="12" r="1.6" fill="currentColor"/><line x1="4" y1="12" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>');O({type:"parallelchannel",group:"channels",label:"Parallel Channel",icon:Fx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new hs(r)});O({type:"disjointchannel",group:"channels",label:"Disjoint Channel",icon:Nx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ps(r)});var _x=A('<line x1="3" y1="7" x2="21" y2="7"/><line x1="3" y1="18" x2="21" y2="11"/>');O({type:"flattopbottom",group:"channels",label:"Flat Top/Bottom",icon:_x,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ms(r)});var Bx=A('<line x1="3" y1="8" x2="21" y2="4"/><line x1="3" y1="16" x2="21" y2="12"/><line x1="3" y1="12" x2="21" y2="8" stroke-dasharray="3 3"/>');O({type:"regressionchannel",group:"channels",label:"Linear Regression",icon:Bx,defaultStyle:{lineColor:Pe,lineWidth:1,lineStyle:"solid"},create:r=>new Dt(r)});O({type:"pitchfork",group:"pitchforks",label:"Pitchfork",icon:Vx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new fs(r)});var Hx=A('<circle cx="4" cy="8" r="1.6" fill="currentColor"/><line x1="4" y1="8" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>'),zx=A('<circle cx="6" cy="9" r="1.6" fill="currentColor"/><line x1="6" y1="9" x2="10" y2="12"/><line x1="10" y1="6" x2="10" y2="18"/><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/>'),$x=A('<line x1="4" y1="12" x2="10" y2="12"/><line x1="10" y1="8" x2="10" y2="16"/><line x1="10" y1="8" x2="21" y2="8"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="16" x2="21" y2="16"/>');O({type:"schiffpitchfork",group:"pitchforks",label:"Schiff Pitchfork",icon:Hx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new gs(r)});O({type:"modifiedschiffpitchfork",group:"pitchforks",label:"Modified Schiff Pitchfork",icon:zx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new bs(r)});O({type:"insidepitchfork",group:"pitchforks",label:"Inside Pitchfork",icon:$x,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new vs(r)});var Wx=A('<path d="M7 7h10v10"/><path d="M7 17 17 7"/>'),Gx=A('<ellipse cx="12" cy="12" rx="9" ry="6"/>'),Ux=A('<path d="M12 4 20 19 4 19Z"/>');O({type:"arrow",group:"shapes",label:"Arrow",icon:Wx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",arrowRight:true},create:r=>new ys(r)});O({type:"ellipse",group:"shapes",label:"Ellipse",icon:Gx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new ws(r)});O({type:"triangle",group:"shapes",label:"Triangle",icon:Ux,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new xs(r)});var Yx=A('<polyline points="3 17 9 10 13 14 21 5"/>'),Kx=A('<path d="M9.5 12 17 4.5a2.12 2.12 0 0 1 3 3L12.5 15"/><path d="M7 14a3 3 0 0 0-3 3c0 1.3-1.2 1.5-1.5 2 .8.9 2 1.5 3.5 1.5a3.5 3.5 0 0 0 3.5-3.5 3 3 0 0 0-2.5-3Z"/>'),Xx=A('<path d="M9 11 15 5l4 4-6 6H9Z"/><path d="M9 15l-2 2"/><path d="M4 21h6"/>');O({type:"polyline",group:"shapes",label:"Polyline",icon:Yx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Ss(r)});O({type:"freehand",group:"shapes",label:"Brush",icon:Kx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Cs(r)});O({type:"highlighter",group:"shapes",label:"Highlighter",icon:Xx,defaultStyle:{lineColor:`${kh}59`,lineWidth:14,lineStyle:"solid"},create:r=>new Ts(r)});var jx=A('<circle cx="12" cy="12" r="8"/>'),qx=A('<path d="M5 14 9.5 5 19 10 14.5 19 Z"/>'),Zx=A('<path d="M4 19 9 11 13 14 17 8 20 4"/><path d="M17.2 5.5 20 4 19.4 7.1"/>'),Jx=A('<path d="M4 17a8 8 0 0 1 16 0"/><path d="M4 17 20 17"/>'),Qx=A('<path d="M4 18Q12 1 20 14"/>'),eS=A('<path d="M12 5 12 19"/><path d="M6 11 12 5 18 11"/>'),tS=A('<path d="M12 5 12 19"/><path d="M6 13 12 19 18 13"/>');O({type:"circle",group:"shapes",label:"Circle",icon:jx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}1a`},create:r=>new Es(r)});O({type:"rotatedrect",group:"shapes",label:"Rotated Rectangle",icon:qx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}26`},create:r=>new Ps(r)});O({type:"path",group:"shapes",label:"Path",icon:Zx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new Ls(r)});O({type:"arc",group:"shapes",label:"Arc",icon:Jx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid",fillColor:`${R}26`},create:r=>new Ms(r)});O({type:"curve",group:"shapes",label:"Curve",icon:Qx,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new ks(r)});O({type:"arrowmarkup",group:"shapes",label:"Arrow Mark Up",icon:eS,defaultStyle:{lineColor:q,lineWidth:1,lineStyle:"solid"},create:r=>new pi(r)});O({type:"arrowmarkdown",group:"shapes",label:"Arrow Mark Down",icon:tS,defaultStyle:{lineColor:X,lineWidth:1,lineStyle:"solid"},create:r=>new mi(r)});var nS=A('<path d="M6 21V4"/><path d="M6 5h11l-2.5 3.5L17 12H6" fill="currentColor" stroke="none"/>'),rS=A('<path d="m12 3 2.6 5.8 6.4.6-4.8 4.2 1.4 6.2L12 16.9 6.4 19.8 7.8 13.6 3 9.4l6.4-.6Z"/>');O({type:"flagmark",group:"stamps",label:"Flag",icon:nS,defaultStyle:{lineColor:Ee,lineWidth:1,lineStyle:"solid"},create:r=>new fi(r)});O({type:"iconstamp",group:"stamps",label:"Icon",icon:rS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new gi(r)});var iS=A('<line x1="3" y1="5" x2="21" y2="5"/><line x1="3" y1="10" x2="21" y2="10"/><line x1="3" y1="14" x2="21" y2="14"/><line x1="3" y1="19" x2="21" y2="19"/>'),oS=A('<line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="11" x2="21" y2="11"/><line x1="3" y1="15" x2="14" y2="15"/><line x1="3" y1="20" x2="14" y2="20"/>');O({type:"fibretracement",group:"fibonacci",label:"Fib Retracement",icon:iS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rs(r)});O({type:"fibextension",group:"fibonacci",label:"Fib Extension",icon:oS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ds(r)});var sS=A('<path d="M3 20 10 9l4 5"/><path d="M14 14h7M14 9h7M14 4h7"/>');O({type:"fibextensiontrend",group:"fibonacci",label:"Trend-Based Fib Extension",icon:sS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Os(r)});var aS=A('<path d="M4 20 20 5M4 20 21 11M4 20 21 17M4 20 20 20"/>'),lS=A('<path d="M3 5v14M6 5v14M11 5v14M19 5v14"/>');O({type:"fibfan",group:"fibonacci",label:"Fib Fan",icon:aS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Fs(r)});O({type:"fibtimezones",group:"fibonacci",label:"Fib Time Zones",icon:lS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"dashed"},create:r=>new Ns(r)});var cS=A('<path d="M3 18 18 9M5 21 20 12M6 13 21 4"/>'),dS=A('<path d="M4 4 20 20M4 4 20 12M4 4 12 20M4 4 20 4M4 4 4 20"/>'),uS=A('<path d="M3 19 9 8M9 8 12 5v14M14 5v14M18 5v14M21 5v14"/>');O({type:"fibchannel",group:"fibonacci",label:"Fib Channel",icon:cS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Vs(r)});O({type:"fibspeedfan",group:"fibonacci",label:"Fib Speed Resistance Fan",icon:dS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new _s(r)});O({type:"trendfibtime",group:"fibonacci",label:"Trend-Based Fib Time",icon:uS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"dashed"},create:r=>new Bs(r)});var hS=A('<circle cx="12" cy="12" r="3"/><circle cx="12" cy="12" r="6.5"/><circle cx="12" cy="12" r="10"/>'),pS=A('<path d="M8 20a4 4 0 0 1 8 0"/><path d="M4.5 20a7.5 7.5 0 0 1 15 0"/><circle cx="12" cy="20" r="1.4" fill="currentColor" stroke="none"/>'),mS=A('<path d="M4 20 20 16M4 20 14 4"/><path d="M11.8 18.1A8 8 0 0 0 8.2 13.2"/><path d="M16.6 16.9A13 13 0 0 0 10.9 9"/>'),fS=A('<path d="M13 12a2 2 0 1 1-2-2 4 4 0 0 1 4 4 6 6 0 0 1-9 5.2 9 9 0 0 1 .5-15"/>');O({type:"fibcircles",group:"fibonacci",label:"Fib Circles",icon:hS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Hs(r)});O({type:"fibarcs",group:"fibonacci",label:"Fib Speed Resistance Arcs",icon:pS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new zs(r)});O({type:"fibwedge",group:"fibonacci",label:"Fib Wedge",icon:mS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new $s(r)});O({type:"fibspiral",group:"fibonacci",label:"Fib Spiral",icon:fS,defaultStyle:{lineColor:R,lineWidth:2,lineStyle:"solid"},create:r=>new In(r)});var gS=A('<path d="M4 20 20 20M4 20 20 13M4 20 20 6M4 20 15 4M4 20 9 4M4 20 4 4"/>'),bS=A('<rect x="4" y="4" width="16" height="16" rx="1"/><path d="M4 12h16M12 4v16M4 4 20 20" opacity="0.6"/>');O({type:"gannfan",group:"fibonacci",label:"Gann Fan",icon:gS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ws(r)});O({type:"gannbox",group:"fibonacci",label:"Gann Box",icon:bS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Gs(r)});var vS=A('<rect x="4" y="4" width="16" height="16" rx="1"/><path d="M4 20 20 4M4 20 20 12M4 20 12 4" opacity="0.7"/><path d="M4 20a16 16 0 0 1 16-16" opacity="0.5"/>');O({type:"gannsquare",group:"fibonacci",label:"Gann Square",icon:vS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new An(r)});var yS=A('<path d="M2 20h20"/><path d="M4 20a8 8 0 0 1 16 0" opacity="0.9"/><path d="M6 20a4 4 0 0 1 8 0" opacity="0.75"/><path d="M10 20a2 2 0 0 1 4 0" opacity="0.6"/><path d="M8 20v-6M12 20v-9M16 20v-6" opacity="0.45"/>');O({type:"dedekind",group:"geometry",label:"Dedekind Tessellation",icon:yS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Rn(r)});var wS=A('<circle cx="16" cy="12" r="5" opacity="0.55"/><circle cx="13" cy="12" r="3.5" opacity="0.75"/><circle cx="10.5" cy="12" r="2"/><path d="M8 4v16"/>'),xS=A('<circle cx="17" cy="12" r="4.5" opacity="0.45"/><circle cx="13" cy="12" r="3" opacity="0.7"/><circle cx="10" cy="12" r="1.6"/><path d="M6 12 16 5M6 12 16 19"/>');O({type:"sonic",group:"geometry",label:"Sonic",icon:wS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new vi(r)});O({type:"supersonic",group:"geometry",label:"Supersonic",icon:xS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new yi(r)});var SS=A('<circle cx="16" cy="12" r="5" opacity="0.4"/><circle cx="13" cy="12" r="3.2" opacity="0.65"/><circle cx="10.8" cy="12" r="1.8"/><path d="M8 4v16"/><path d="M15 8.5h2M12.5 10h2" opacity="0.5"/>'),CS=A('<circle cx="17" cy="12" r="4.5" opacity="0.4"/><circle cx="12.5" cy="12" r="2.8" opacity="0.65"/><circle cx="9.8" cy="12" r="1.4"/><path d="M6 12 16 5M6 12 16 19"/>');O({type:"goldensonic",group:"geometry",label:"Golden Sonic",icon:SS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ys(r)});O({type:"goldensupersonic",group:"geometry",label:"Golden Supersonic",icon:CS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Ks(r)});var TS=A('<path d="M3 18 7 8 11 14 15 6 20 16"/>'),ES=A('<path d="M4 17 9 7 14 15 20 5"/>'),PS=A('<path d="M3 19 8 9 12 13 17 5 21 9"/>'),LS=A('<path d="M4 7 11 16 20 9"/>'),MS=A('<path d="M3 18 6 12 9 16 12 5 15 16 18 12 21 18"/>');O({type:"xabcd",group:"patterns",label:"XABCD Pattern",icon:TS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Xs(r)});O({type:"abcd",group:"patterns",label:"ABCD Pattern",icon:ES,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new js(r)});O({type:"elliottimpulse",group:"patterns",label:"Elliott Impulse Wave (1-5)",icon:PS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new qs(r)});O({type:"elliottcorrection",group:"patterns",label:"Elliott Correction Wave (ABC)",icon:LS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Zs(r)});O({type:"headshoulders",group:"patterns",label:"Head & Shoulders",icon:MS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new Js(r)});var kS=A('<path d="M3 17 7 6 12 14 17 5 21 16"/><path d="M3 17 21 16" opacity="0.45"/>'),hr={group:"patterns",icon:kS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"}};O({type:"gartley",label:"Gartley",...hr,create:r=>new Qs(r)});O({type:"bat",label:"Bat",...hr,create:r=>new ea(r)});O({type:"butterfly",label:"Butterfly",...hr,create:r=>new ta(r)});O({type:"crab",label:"Crab",...hr,create:r=>new na(r)});O({type:"shark",label:"Shark",...hr,create:r=>new ra(r)});O({type:"cypher",label:"Cypher",...hr,create:r=>new ia(r)});var IS=A('<rect x="4" y="6" width="16" height="12" rx="1"/><path d="M4 18 20 6" opacity="0.5"/>');O({type:"datepricerange",group:"measure",label:"Date & Price Range",icon:IS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new oa(r)});var AS=A('<rect x="4.5" y="4.5" width="15" height="7.5" rx="1" fill="currentColor" fill-opacity="0.25"/><rect x="4.5" y="12" width="15" height="7.5" rx="1"/>');O({type:"position",group:"measure",label:"Long/Short Position",icon:AS,defaultStyle:{lineColor:R,lineWidth:1,lineStyle:"solid"},create:r=>new We(r)});var RS=A('<circle cx="10.5" cy="10.5" r="6.5"/><path d="m15.3 15.3 5.2 5.2"/><path d="M8 12.5v-3M10.5 13.5v-5.5M13 12v-2"/>');O({type:"magnifier",group:"measure",label:"Magnifier",icon:RS,defaultStyle:{lineColor:"",lineWidth:1,lineStyle:"solid"},coversSeries:true,placementHint:"Drag an area on the chart to view it at a lower timeframe",create:r=>new Fe(r)});var DS=A('<line x1="5" y1="3" x2="5" y2="21"/><path d="M5 16c4 0 5-9 8-9s3 5 8 3"/>');O({type:"anchoredvwap",group:"measure",label:"Anchored VWAP",icon:DS,defaultStyle:{lineColor:It,lineWidth:2,lineStyle:"solid"},create:r=>new Tn(r)});var OS=A('<path d="M4 4v16"/><path d="M4 8h10"/><path d="M4 12h14"/><path d="M4 16h8"/><path d="M4 20h12"/>');O({type:"fixedrangevp",group:"measure",label:"Fixed Range Volume Profile",icon:OS,defaultStyle:{lineColor:q,lineWidth:1,lineStyle:"solid"},create:r=>new Be(r)});var FS=["fibretracement","fibextension","fibextensiontrend","fibfan","fibtimezones","fibchannel","fibspeedfan","trendfibtime","fibcircles","fibarcs","fibwedge","fibspiral"],NS=["gannfan","gannbox","gannsquare"],VS=["dedekind","sonic","supersonic","goldensonic","goldensupersonic"],_S=["xabcd","abcd","headshoulders"],BS=["elliottimpulse","elliottcorrection"],HS=["gartley","bat","butterfly","crab","shark","cypher"],zS=["position","datepricerange","magnifier"],$S=["anchoredvwap","fixedrangevp"],WS=["freehand","highlighter"],GS=["arrow","arrowmarkup","arrowmarkdown"],US=["box","ellipse","triangle","polyline","circle","rotatedrect","path","arc","curve"],YS=["text","callout","note","pricenote","comment","pricelabel","signpost"],KS=["flagmark","iconstamp"],XS=[{id:"lines-channels-pitchforks",label:"Lines",sections:[{label:"Lines",registryGroup:"lines"},{label:"Channels",registryGroup:"channels"},{label:"Pitchforks",registryGroup:"pitchforks"}]},{id:"fibonacci-gann",label:"Fibonacci",sections:[{label:"Fibonacci",types:FS},{label:"Gann",types:NS},{label:"Geometry",types:VS}]},{id:"patterns-waves-harmonics",label:"Patterns",sections:[{label:"Patterns",types:_S},{label:"Elliott Waves",types:BS},{label:"Harmonics",types:HS}]},{id:"measurements",label:"Measurements",sections:[{label:"Measurements",types:zS},{label:"Volume",types:$S}]},{id:"brushes-arrows-shapes",label:"Shapes",sections:[{label:"Brushes",types:WS},{label:"Arrows",types:GS},{label:"Shapes",types:US}]},{id:"text",label:"Text",sections:[{label:"Text",types:YS}]},{id:"icons",label:"Icons",sections:[{label:"Icons",types:KS}]}];function jS(r){let e=Qe(r);return e?{type:e.type,label:e.label,icon:e.icon}:null}function qS(r){let e=new Map;for(let t of aa()){if(r&&!r.has(t.type))continue;let n={type:t.type,label:t.label,icon:t.icon};e.has(t.group)||e.set(t.group,[]),e.get(t.group).push(n);}return e}function ZS(r,e,t){return "registryGroup"in r?e.get(r.registryGroup)??[]:r.types.map(n=>t.get(n)).filter(n=>n!=null)}function dp(r){let e=qS(r),t=new Map;for(let i of e.values())for(let o of i)t.set(o.type,o);let n=[];for(let i of XS){let o=[],s=[];for(let a of i.sections){let l=ZS(a,e,t);l.length!==0&&(o.push({label:a.label,tools:l}),s.push(...l));}s.length!==0&&n.push({id:i.id,label:i.label,tools:s,sections:o.length>0?o:void 0});}return {groups:n}}function JS(r){let e=new Set;for(let t of r)Qe(t)&&e.add(t);return dp(e)}function QS(r){let e=[];for(let t of r){let n=t.tools.map(jS).filter(i=>i!=null);n.length>0&&e.push({id:t.id,label:t.label,tools:n});}return {groups:e}}function Ci(){return dp()}function Ti(r){if(r===false)return {definition:Ci(),visible:false};if(r===void 0||r===true)return {definition:Ci(),visible:true};let e=r.toolbar??true;return r.groups?{definition:QS(r.groups),visible:e}:r.tools?{definition:JS(r.tools),visible:e}:{definition:Ci(),visible:e}}function mt(r){let e=globalThis.structuredClone;return e?e(r):JSON.parse(JSON.stringify(r))}function up(r){if(!r||typeof r!="object")return false;let e=r;return typeof e.id=="string"&&typeof e.type=="string"&&typeof e.paneId=="string"&&Array.isArray(e.anchors)&&e.anchors.every(t=>t&&typeof t.time=="number"&&typeof t.price=="number")&&!!e.style&&typeof e.style=="object"}function kc(r){let e=r;return !e||typeof e!="object"||e.version!==1||!Array.isArray(e.drawings)?{version:1,drawings:[]}:{version:1,drawings:e.drawings.filter(up)}}var pr=class{constructor(){this.byId=new Map;this.seq=0;this.zCounter=1;this.listeners=new Set;}nextId(){return this.seq+=1,`dw-${this.seq}`}add(e){return e.zIndex||(e.zIndex=this.zCounter),this.zCounter=Math.max(this.zCounter,Math.ceil(e.zIndex))+1,this.byId.set(e.id,e),this.emit(),e}remove(e){let t=this.byId.delete(e);return t&&this.emit(),t}get(e){return this.byId.get(e)}has(e){return this.byId.has(e)}update(e,t){let n=this.byId.get(e);return n?(t.anchors&&(n.anchors=t.anchors.map(i=>({time:i.time,price:i.price}))),t.style&&(n.style={...t.style}),t.text!==void 0&&(n.text=t.text?{...t.text}:void 0),t.paneId!==void 0&&(n.paneId=t.paneId),t.locked!==void 0&&(n.locked=t.locked),t.visible!==void 0&&(n.visible=t.visible),t.zIndex!==void 0&&(n.zIndex=t.zIndex),t.props!==void 0&&n.applyProps(t.props),this.emit(),n):null}all(){return [...this.byId.values()].sort((e,t)=>e.zIndex-t.zIndex)}byPane(e){return this.all().filter(t=>t.paneId===e)}bringToFront(e,t=0){let n=this.byId.get(e);n&&(n.zIndex=Math.max(this.zCounter,Math.floor(t)+1),this.zCounter=n.zIndex+1,this.emit());}sendToBack(e,t=1){let n=this.byId.get(e);if(!n)return;let i=Math.min(...[...this.byId.values()].map(o=>o.zIndex),Math.ceil(t));n.zIndex=i-1,this.emit();}setLocked(e,t){let n=this.byId.get(e);n&&(n.locked=t,this.emit());}setVisible(e,t){let n=this.byId.get(e);n&&(n.visible=t,this.emit());}clear(){this.byId.size!==0&&(this.byId.clear(),this.emit());}serialize(){return {version:1,drawings:this.all().map(e=>e.serialize())}}load(e){let t=kc(e);this.byId.clear(),this.seq=0,this.zCounter=1;for(let n of t.drawings){let i=pt(n);i&&(this.byId.set(i.id,i),this.zCounter=Math.max(this.zCounter,i.zIndex)+1,this.bumpSeqPast(i.id));}this.emit();}onChange(e){return this.listeners.add(e),()=>this.listeners.delete(e)}bumpSeqPast(e){let t=/^dw-(\d+)$/.exec(e);t&&(this.seq=Math.max(this.seq,Number(t[1])));}emit(){for(let e of this.listeners)e();}};var la=class{constructor(e=100){this.cap=e;this.undoStack=[];this.redoStack=[];this.pending=null;this.dirtied=false;this.depth=0;}begin(e){this.depth+=1,this.depth===1&&(this.pending=mt(e),this.dirtied=false);}markDirty(){this.depth===0||this.dirtied||!this.pending||(this.push(this.pending),this.dirtied=true);}commit(){this.depth!==0&&(this.depth-=1,this.depth===0&&(this.pending=null,this.dirtied=false));}abort(){this.commit();}record(e){if(this.depth>0){this.markDirty();return}this.push(mt(e));}undo(e){let t=this.undoStack.pop();return t?(this.redoStack.push(mt(e)),t):null}redo(e){let t=this.redoStack.pop();return t?(this.undoStack.push(mt(e)),t):null}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0}clear(){this.undoStack=[],this.redoStack=[],this.pending=null,this.dirtied=false,this.depth=0;}push(e){this.undoStack.push(e),this.undoStack.length>this.cap&&this.undoStack.shift(),this.redoStack=[];}};var ca=class{constructor(e,t,n,i){this.events=t;this.store=new pr;this.history=new la;this.activeTool=null;this.snapMode="off";this.stayInDrawingMode=false;this.mode=null;this.favs=new Set;this.selectedIds=[];this.clipboard=[];this.lastStyle=new Map;this.subs=[];if(this.enabled=!!e.capabilities.userDrawings&&!!e.userDrawingsPort,this.port=this.enabled?e.userDrawingsPort:null,this.port){let{definition:o,visible:s}=Ti(n);this.port.setToolbar(o),this.port.showToolbar(s),i&&this.port.setSeriesGateway?.(i),this.subs.push(this.port.onDrawingIntent(a=>this.onIntent(a))),this.subs.push(this.store.onChange(()=>this.sync()));}}get supported(){return this.enabled}setTool(e){if(!this.port)return;let t=e!==this.activeTool;this.activeTool=e,this.port.setActiveTool(e,e?this.lastStyle.get(e):void 0),t&&this.events.emit("drawing:tool",{type:e});}getTool(){return this.activeTool}getSnapMode(){return this.snapMode}setSnapMode(e){!this.port||e===this.snapMode||(this.snapMode=e,this.port.setSnapMode?.(e),this.events.emit("drawing:snap",{mode:e}));}getStayMode(){return this.stayInDrawingMode}setStayMode(e){!this.port||e===this.stayInDrawingMode||(this.stayInDrawingMode=e,this.port.setStayMode?.(e),this.events.emit("drawing:stay",{on:e}));}getMode(){return this.mode}setMode(e){!this.port||e===this.mode||(this.mode=e,this.port.setMode?.(e),this.events.emit("drawing:mode",{mode:e}));}showToolbar(e){this.port?.showToolbar(e);}favorites(){return [...this.favs]}isFavorite(e){return this.favs.has(e)}setFavorite(e,t){Qe(e)&&t!==this.favs.has(e)&&(t?this.favs.add(e):this.favs.delete(e),this.pushFavorites());}setFavorites(e){let t=e.filter(n=>Qe(n)!=null);t.length===this.favs.size&&t.every(n=>this.favs.has(n))||(this.favs=new Set(t),this.pushFavorites());}pushFavorites(){let e=[...this.favs];this.port?.setFavorites?.(e),this.events.emit("drawing:favorites",{favorites:e});}setToolbar(e){this.port?.setToolbar(Ti(e).definition);}setExternalGhost(e){this.port?.setExternalGhost?.(e);}setToolShortcuts(e){this.port?.setToolShortcuts?.(e);}add(e,t={}){if(!this.enabled)return null;let i={...this.lastStyle.get(e)??{},...t.style??{}},o=en(e,{id:this.store.nextId(),paneId:t.paneId??"price",anchors:t.anchors,style:i,text:t.text,props:t.props,zIndex:t.zIndex??this.startZ(e,t.paneId??"price")});return o?(this.history.record(this.store.serialize()),this.store.add(o),this.captureStyle(o.id),this.events.emit("drawing:created",{id:o.id}),o):null}remove(e){this.deleteMany([e]);}update(e,t){let n=this.store.serialize(),i=t.style?this.store.get(e):void 0,o=t.style&&i?{...t,style:{...i.style,...t.style}}:t;this.store.update(e,o)&&(this.history.record(n),this.captureStyle(e),this.events.emit("drawing:edited",{id:e}));}updateMany(e){this.history.begin(this.store.serialize());for(let{id:t,patch:n}of e)this.store.update(t,n)&&(this.history.markDirty(),this.events.emit("drawing:edited",{id:t}));this.history.commit();}removeMany(e){this.deleteMany(e);}setLocked(e,t){let n=this.store.serialize();this.history.record(n),this.store.setLocked(e,t),this.events.emit("drawing:edited",{id:e});}setVisible(e,t){let n=this.store.serialize();this.history.record(n),this.store.setVisible(e,t),this.events.emit("drawing:edited",{id:e});}bringToFront(e){let t=this.store.serialize();this.history.record(t),this.store.bringToFront(e,this.seriesTopZ(this.store.get(e)?.paneId)),this.events.emit("drawing:edited",{id:e});}sendToBack(e){let t=this.store.serialize();this.history.record(t),this.store.sendToBack(e,this.seriesBottomZ(this.store.get(e)?.paneId)),this.events.emit("drawing:edited",{id:e});}seriesTopZ(e){return e!==void 0?this.port?.stackRange?.(e)?.front??0:0}seriesBottomZ(e){return e!==void 0?this.port?.stackRange?.(e)?.back??1:1}startZ(e,t){let n=this.port?.stackRange?.(t);if(n)return Qe(e)?.coversSeries?n.front+.5:(n.price??n.front)-.5}select(e,t=false){this.setSelection(e,t);}openSettings(e){this.port?.openSettings(e);}undo(){let e=this.history.undo(this.store.serialize());e&&this.restoreSnapshot(e);}redo(){let e=this.history.redo(this.store.serialize());e&&this.restoreSnapshot(e);}canUndo(){return this.history.canUndo()}canRedo(){return this.history.canRedo()}duplicate(e){if(!this.enabled)return [];let t=this.resolve(e);return t.length===0?[]:this.insertClones(t.map(n=>n.serialize()))}clone(e){return this.duplicate([e])[0]??null}copy(e){let t=this.resolve(e).map(n=>mt(n.serialize()));t.length&&(this.clipboard=t);}paste(){return !this.enabled||this.clipboard.length===0?[]:this.insertClones(this.clipboard)}all(){return this.store.serialize().drawings}toJSON(){return this.store.serialize()}fromJSON(e){this.history.clear(),this.selectedIds=[],this.store.load(e);}destroy(){for(let e of this.subs)e();this.subs.length=0;}setSelection(e,t=false){let n;if(t){n=[...this.selectedIds];for(let i of e){let o=n.indexOf(i);o>=0?n.splice(o,1):n.push(i);}}else n=[...e];this.selectedIds=n.filter(i=>this.store.has(i)),this.port?.setSelection(this.selectedIds),this.events.emit("drawing:selected",{id:this.selectedIds[0]??null});}restoreSnapshot(e){this.store.load(e),this.selectedIds=this.selectedIds.filter(t=>this.store.has(t)),this.port?.setSelection(this.selectedIds),this.events.emit("drawing:selected",{id:this.selectedIds[0]??null});}deleteMany(e){this.history.begin(this.store.serialize());let t=[];for(let i of e)this.store.remove(i)&&t.push(i),this.history.markDirty();if(this.history.commit(),t.length===0)return;let n=this.selectedIds.filter(i=>this.store.has(i));n.length!==this.selectedIds.length&&this.setSelection(n);for(let i of t)this.events.emit("drawing:removed",{id:i});}insertClones(e){this.history.begin(this.store.serialize());let t=[];for(let n of e){let i=pt({...n,id:this.store.nextId()});i&&(this.store.add(i),this.history.markDirty(),t.push(i));}if(this.history.commit(),t.length){this.setSelection(t.map(n=>n.id));for(let n of t)this.events.emit("drawing:created",{id:n.id});}return t}resolve(e){return e.map(t=>this.store.get(t)).filter(t=>t!=null)}captureStyle(e){let t=this.store.get(e);t&&this.lastStyle.set(t.type,{...t.style});}sync(){this.port?.syncDrawings(this.store.serialize().drawings);}onIntent(e){switch(e.kind){case "arm":this.setTool(e.type);break;case "draft":this.events.emit("drawing:draft",{doc:e.doc});break;case "create":{let t=this.store.serialize(),n=this.lastStyle.get(e.doc.type),i=n?{...e.doc.style,...n}:e.doc.style,o=pt({...e.doc,id:this.store.nextId(),style:i});if(!o)return;o.zIndex||(o.zIndex=this.startZ(o.type,o.paneId)??0),this.history.record(t),this.store.add(o),this.captureStyle(o.id),this.events.emit("drawing:created",{id:o.id});break}case "edit":{let t=this.store.serialize();this.store.update(e.doc.id,e.doc)&&(this.history.record(t),this.captureStyle(e.doc.id),this.events.emit("drawing:edited",{id:e.doc.id}));break}case "edit-many":{this.history.begin(this.store.serialize());for(let t of e.docs)this.store.update(t.id,t)&&(this.history.markDirty(),this.events.emit("drawing:edited",{id:t.id}));this.history.commit();break}case "select":this.setSelection(e.ids,e.additive);break;case "delete":this.deleteMany(e.ids);break;case "reorder":e.to==="front"?this.bringToFront(e.id):this.sendToBack(e.id);break;case "settings":this.events.emit("drawing:settings",{id:e.id});break;case "favorite":this.setFavorite(e.type,e.on);break;case "snap-mode":e.mode!==this.snapMode&&(this.snapMode=e.mode,this.events.emit("drawing:snap",{mode:e.mode}));break;case "stay-mode":e.on!==this.stayInDrawingMode&&(this.stayInDrawingMode=e.on,this.events.emit("drawing:stay",{on:e.on}));break;case "mode":e.mode!==this.mode&&(this.mode=e.mode,this.events.emit("drawing:mode",{mode:e.mode}));break;case "tool-finished":!this.stayInDrawingMode&&e.type!=="freehand"&&e.type!=="highlighter"&&this.setTool(null);break;case "undo":this.undo();break;case "redo":this.redo();break;case "duplicate":this.duplicate(e.ids);break;case "copy":this.copy(e.ids);break;case "paste":this.paste();break}}};var pp={D:864e5,W:6048e5,M:2592e6};function et(r){let e=r.trim();if(pp[e])return pp[e];let t=/^(\d+)\s*(m|h|d|w)?$/i.exec(e);if(t){let n=parseInt(t[1],10),i=(t[2]??"m").toLowerCase();return n*(i==="m"?6e4:i==="h"?36e5:i==="d"?864e5:6048e5)}return 36e5}var e0=5e3,t0=.25,n0=16,r0=15e3,Ic=["240","60","30","15","5","1"],da=class{constructor(e){this.deps=e;this.cache=new Map;this.listeners=new Set;}seriesInRange(e,t,n){if(!this.deps.canFetch())return {state:"unavailable",reason:"no-source"};let i=this.resolveTimeframe(e);if(typeof i!="string")return {state:"unavailable",reason:i.reason};let o=et(i),s=Math.min(t,n),a=Math.max(t,n);if(!(a>s)||!(o>0))return {state:"unavailable",reason:"not-lower"};if((a-s)/o>e0)return {state:"unavailable",reason:"too-wide"};let l=`${this.deps.marketKey()}|${i}`,c=this.cache.get(l)??[],d=c.find(u=>u.from<=s&&u.to>=a);if(d){if(d.pending)return this.loading(c,i,o,s,a);if(d.failedAt>0){if(Date.now()-d.failedAt<r0)return this.loading(c,i,o,s,a);c.splice(c.indexOf(d),1);}else return this.maybeRefresh(l,d,i,o,a),{state:"ready",bars:this.slice(d.bars,s,a),timeframe:i,barMs:o}}return this.fetchWindow(l,c,i,s,a),this.loading(c,i,o,s,a)}onUpdate(e){return this.listeners.add(e),()=>this.listeners.delete(e)}resolveTimeframe(e){let t=et(this.deps.chartTimeframe()),n=Ic[Ic.length-1];if(et(n)>=t)return {reason:"none-lower"};let i=e.trim()||"auto";if(i==="auto"){for(let o of Ic)if(et(o)<=t/4)return o;return n}return et(i)<t?i:{reason:"not-lower"}}loading(e,t,n,i,o){let s=new Map;for(let l of e)if(!(l.pending||l.failedAt>0)&&!(l.to<i||l.from>o))for(let c of this.slice(l.bars,i,o))s.set(c.time,c);if(s.size===0)return {state:"loading",timeframe:t,barMs:n};let a=[...s.values()].sort((l,c)=>l.time-c.time);return {state:"loading",timeframe:t,barMs:n,bars:a}}fetchWindow(e,t,n,i,o){if(t.some(l=>l.pending&&l.to>=i&&l.from<=o))return;let s=(o-i)*t0,a={from:i-s,to:o+s,bars:[],fetchedAt:0,pending:true,failedAt:0};t.push(a),this.cache.set(e,t),this.evict(),this.deps.fetchBars(n,{from:a.from,to:a.to}).then(l=>{a.bars=l,a.fetchedAt=Date.now(),a.pending=false,this.absorbOverlaps(e,a),this.fire();}).catch(()=>{a.pending=false,a.failedAt=Date.now(),this.fire();});}maybeRefresh(e,t,n,i,o){if(t.pending)return;let s=t.bars.length>0?t.bars[t.bars.length-1].time:t.from;o<s||Date.now()-t.fetchedAt<i||(t.pending=true,this.deps.fetchBars(n,{from:t.from,to:t.to}).then(a=>{t.bars=a,t.fetchedAt=Date.now(),t.pending=false,this.fire();}).catch(()=>{t.pending=false,t.fetchedAt=Date.now();}));}absorbOverlaps(e,t){let n=this.cache.get(e);if(n)for(let i=n.length-1;i>=0;i-=1){let o=n[i];if(o===t||o.pending||o.failedAt>0||o.to<t.from||o.from>t.to)continue;let s=new Map;for(let a of o.bars)s.set(a.time,a);for(let a of t.bars)s.set(a.time,a);t.bars=[...s.values()].sort((a,l)=>a.time-l.time),t.from=Math.min(t.from,o.from),t.to=Math.max(t.to,o.to),t.fetchedAt=Math.min(t.fetchedAt,o.fetchedAt||t.fetchedAt),n.splice(i,1);}}evict(){let e=0;for(let t of this.cache.values())e+=t.length;for(;e>n0;){let t=null,n=-1,i=1/0;for(let[s,a]of this.cache)for(let l=0;l<a.length;l+=1){let c=a[l];if(c.pending)continue;let d=c.fetchedAt||c.failedAt;d<i&&(t=s,n=l,i=d);}if(t==null)return;let o=this.cache.get(t);o.splice(n,1),o.length===0&&this.cache.delete(t),e-=1;}}slice(e,t,n){let i=[];for(let o of e)if(!(o.time<t)){if(o.time>n)break;i.push(o);}return i}fire(){for(let e of [...this.listeners])e();}};function Ei(r){return r.group!=null&&r.ticker===r.group}function mp(r){return `${(r.prefix??r.provider??"").toLowerCase()}:${(r.group??"").toUpperCase()}`}function i0(r,e){let t=mp(e);return r.filter(n=>n.group!=null&&!Ei(n)&&mp(n)===t)}function fp(r,e){let t=i0(r,e),n=t.filter(i=>i.default);return (n.length===1?n[0]:t[0])??null}var ft=r=>r.trim().toLowerCase(),Ft=r=>r.trim().toUpperCase();function gt(r){let e=r.trim(),t=/^(?:([A-Za-z0-9_.]+):)?(.+)$/.exec(e);if(!t)return {provider:null,ticker:e};let n=t[1]?ft(t[1]):null,i=t[2],o=i.lastIndexOf("."),s=o>0?i.slice(o+1):void 0;return {provider:n,ticker:i,ext:s}}var ua=class{constructor(){this.entries=new Map;this.changeListeners=new Set;this.waits=new Set;this.unresolvedCbs=new Set;}register(e,t){let n=ft(e),i={name:n,provider:t,index:null,prefixIndex:null,byTicker:null,descriptors:[],settled:false,settle:Promise.resolve()};return this.entries.set(n,i),i.settle=this.buildIndex(i),queueMicrotask(()=>this.notify(false)),i.settle}async buildIndex(e){await Promise.resolve();try{if(e.provider.listSymbols){let t=await e.provider.listSymbols();e.descriptors=t,e.index=new Set(t.map(n=>Ft(n.ticker))),e.byTicker=new Map(t.map(n=>[Ft(n.ticker),n])),e.prefixIndex=new Map;for(let n of t)n.prefix&&e.prefixIndex.set(`${ft(n.prefix)}:${Ft(n.ticker)}`,n);}}catch{e.index=null;}finally{e.settled=true,this.notify(true);}}notify(e){for(let t of [...this.changeListeners])t(e);}onChange(e){return this.changeListeners.add(e),()=>this.changeListeners.delete(e)}unregister(e){this.entries.delete(ft(e)),this.notify(false);}has(e){return this.entries.has(ft(e))}get(e){return this.entries.get(ft(e))?.provider}names(){return [...this.entries.keys()]}parse(e){return gt(e)}resolve(e,t={}){let{provider:n,ticker:i}=this.parse(e);if(n){if(this.entries.has(n)){let a=this.entries.get(n).byTicker?.get(Ft(i));return {provider:n,ticker:a!=null&&Ei(a)?this.loadableTicker(n,a):i}}let s=`${n}:${Ft(i)}`;for(let a of this.candidateOrder(t.default)){let l=this.entries.get(a).prefixIndex?.get(s);if(l)return {provider:a,ticker:this.loadableTicker(a,l)}}return null}let o=Ft(i);for(let s of this.candidateOrder(t.default)){let a=this.entries.get(s);if(a.index?.has(o)){let l=a.byTicker?.get(o);return {provider:s,ticker:l!=null&&Ei(l)?this.loadableTicker(s,l):i}}}if(t.lenient&&this.entries.size===1){let s=this.names()[0],a=this.entries.get(s);if(a.settled&&a.index==null)return {provider:s,ticker:i}}return null}loadableTicker(e,t){return Ei(t)?fp(this.entries.get(e)?.descriptors??[],t)?.ticker??t.ticker:t.ticker}whenResolvable(e,t={}){let n=this.resolve(e,{...t,lenient:true});return n?Promise.resolve(n):new Promise(i=>{let o=this.onChange(a=>{let l=this.resolve(e,{...t,lenient:true});l?(s(),i(l)):a&&this.allSettled()&&this.reportUnresolved(e);}),s=()=>{o(),this.waits.delete(s);};this.waits.add(s);})}allSettled(){for(let e of this.entries.values())if(!e.settled)return false;return true}cancelWaits(){for(let e of [...this.waits])e();}onUnresolved(e){return this.unresolvedCbs.add(e),()=>this.unresolvedCbs.delete(e)}reportUnresolved(e){let t=this.names();console.warn(`[vela] symbol "${e}" not yet resolvable \u2014 registered providers: [${t.join(", ")||"none"}]. Register a provider that serves it.`);for(let n of this.unresolvedCbs)n({symbol:e,providers:t});}candidateOrder(e){let t=this.names();if(e){let n=ft(e);if(this.entries.has(n))return [n,...t.filter(i=>i!==n)]}return t}displayPrefixOf(e){return this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker))?.prefix??e.provider}canonicalSymbol(e){let t=this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker));return `${t?.prefix??e.provider}:${t?.ticker??e.ticker}`}symbolIconOf(e){let t=e.provider?ft(e.provider):[...this.entries.keys()][0],n=t!==void 0?this.entries.get(t):void 0;try{return n?.provider.resolveSymbolIcon?.(e)??void 0}catch{return}}symbolIcon(e){if(!e)return;let t=this.entries.get(e.provider)?.byTicker?.get(Ft(e.ticker));return this.symbolIconOf({...t??{ticker:e.ticker},provider:t?.provider??e.provider})}symbolsOf(e){return e!=null?this.entries.get(ft(e))?.descriptors??[]:[...this.entries.entries()].flatMap(([t,n])=>n.descriptors.map(i=>({...i,provider:t})))}infoOf(e){let t=ft(e),n=this.entries.get(t);if(!n)return {name:t,capabilities:{enumerate:false,stream:false,symbolInfo:false}};let i=n.provider;return i.info?.()??{name:n.name,capabilities:{enumerate:!!i.listSymbols,stream:!!i.subscribe,symbolInfo:!!i.getSymbolInfo}}}indexReady(){return Promise.all([...this.entries.values()].map(e=>e.settle)).then(()=>{})}};function mr(r){switch(r.kind){case "row":return {label:r.label,toggle:r.toggle,controls:r.controls,when:r.when};case "toggle":{let e=[];r.number&&e.push({kind:"number",...r.number});for(let t of r.colors??[])e.push({kind:"color",...t});return r.width&&e.push({kind:"width",...r.width}),{label:r.label,toggle:{key:r.key,defval:r.defval},controls:e,when:r.when}}case "number":return {label:r.label,controls:[{kind:"number",key:r.key,label:r.label,defval:r.defval,min:r.min,max:r.max,step:r.step}],when:r.when};case "color":return {label:r.label,controls:[{kind:"color",key:r.key,label:r.label,defval:r.defval}],when:r.when};case "select":return {label:r.label,controls:[{kind:"select",key:r.key,label:r.label,options:r.options,defval:r.defval}],when:r.when};case "range":return {label:r.label,controls:[{kind:"number",key:r.minKey,label:`${r.label} \u2014 min`,defval:r.defval,min:r.min,max:r.max,step:r.step,placeholder:r.placeholder},{kind:"hint",text:"\u2013"},{kind:"number",key:r.maxKey,label:`${r.label} \u2014 max`,defval:r.defval,min:r.min,max:r.max,step:r.step,placeholder:r.placeholder}],when:r.when}}}function Pi(r){if(r.kind==="heading"||r.kind==="header")return [];let e=mr(r),t=[];e.toggle&&t.push({key:e.toggle.key,type:"boolean",defval:e.toggle.defval});for(let n of e.controls)n.kind!=="hint"&&(n.kind==="color"||n.kind==="select"?t.push({key:n.key,type:"string",defval:n.defval}):t.push({key:n.key,type:"number",defval:n.defval}));return t}function Fn(r,e){return r?(Array.isArray(r)?r:[r]).every(n=>n.anyOf?n.anyOf.some(i=>i===e[n.key]):e[n.key]===n.equals):true}var Li=new Map;function Ac(r){Li.set(r.id,r);}function o0(r){Li.delete(r);}function Nt(r){return typeof r=="string"?Li.get(r):void 0}function tt(){return [...Li.values()]}function Rc(){return [...Li.values()].filter(r=>r.tickerModifier??r.barTransform!=null).map(r=>r.id)}function fr(r){return Nt(r)?.barTransform??null}function gp(r){let e=r.lastIndexOf(";");if(e<=0||e===r.length-1)return {symbol:r,modifier:null,transform:null};let t=r.slice(e+1).toLowerCase();return t!=="standard"&&!Rc().includes(t)?{symbol:r,modifier:null,transform:null}:{symbol:r.slice(0,e),modifier:t,transform:fr(t)}}var bt={background:"#151619",textColor:"#b2b5be",gridColor:"#20222c",borderColor:"#2a2b30",upColor:q,downColor:X,fontFamily:"sans-serif"},Mi={background:"#ffffff",textColor:"#1e293b",gridColor:"#cccccc",borderColor:"#d4dae3",upColor:q,downColor:X,fontFamily:"sans-serif"};function gr(r){return !r||r==="dark"?bt:r==="light"?Mi:r}var s0=150,a0=1e3,l0=300,c0=5e3,bp=1e4,d0=1.5,vp=5e3,ha=class r{constructor(e,t,n,i,o,s){this.renderer=t;this.feed=n;this.config=o;this.dataControl=s;this.events=new bn;this.registry=new Xo;this.paneOrder=["price"];this.collapsedPanes=new Set;this.maximizedPaneId=null;this.paneActionUnsub=null;this.handles=new Map;this.engines=new Map;this.live=null;this.bars=[];this.rawBars=[];this.barTransform=null;this.typeEngines=new Map;this.typeSettings=new Map;this.activeEngineStyle=null;this.priceStyle="candles";this.unresolvedUnsub=null;this.visibleRange=null;this.viewportUnsub=null;this.viewportTimer=null;this.healing=false;this.healBuffer=[];this.lastHealAt=0;this.onVisible=null;this.barCause="tick";this.historyState="complete";this.generation=0;this.progressiveAbort=null;this.supersedeWaiters=[];this.historyCompleted=false;this.historyCompletePromise=new Promise(e=>{this.resolveHistoryComplete=e;});this.switchingMarket=false;this.loadingUp=false;this.volumeOptedOut=false;this.contextEmitAt=new Map;this.runEmitAt=new Map;for(let c of i)this.registerEngine(c.language,c);this.defaultLanguage=o.defaultLanguage,this.renderer.mount(e,o.theme),this.renderer.onInputChange(c=>c.kind==="prop"?this.applyProps(c.indicatorId,{[c.key]:c.value}):this.applyInputs(c.indicatorId,{[c.key]:c.value})),this.renderer.onRemoveIndicator(c=>this.removeIndicator(c)),this.renderer.onToggleIndicatorVisible?.((c,d)=>this.setVisible(c,d)),this.paneActionUnsub=this.renderer.onPaneAction?.(c=>this.handlePaneAction(c))??null,this.renderer.onChartTypeSettingsChange?.((c,d)=>{this.typeSettings.set(c,d),this.typeEngines.get(c)?.onSettings?.(d);}),this.renderer.onMoveIndicator?.((c,d)=>this.moveIndicator(c,d)),this.renderer.onThemeSelect?.(c=>this.setTheme(gr(c))),this.viewportUnsub=this.renderer.onViewportChange(c=>this.onViewportChange(c)),this.renderer.onPriceStyleChange?.(c=>this.syncPriceStyle(c));let a=this.renderer.readFeature("priceStyle");typeof a=="string"&&(this.priceStyle=a),this.barTransform=fr(a);let l=new da({fetchBars:(c,d)=>this.fetchSeries(this.config.market.symbol??"",c,d),canFetch:()=>!!this.feed.loadRange&&!this.config.market.data?.length&&!!this.config.market.symbol,chartTimeframe:()=>this.config.market.timeframe??"60",marketKey:()=>`${this.config.market.symbol??""}|${this.config.market.session??""}`});this.drawings=new ca(this.renderer,this.events,o.drawings,l),this.unresolvedUnsub=this.feed.onUnresolved?.(c=>{this.endLoad(),this.events.emit("data:unresolved",c);})??null,this.readyPromise=this.init(),Nt(a)?.dataEngine&&this.syncChartTypeEngine(a);}currentVisibleRange(){if(this.visibleRange)return this.visibleRange;let e=this.renderer.getVisibleRange();return e?{left:e.from,right:e.to}:void 0}engineFor(e){let t=e??this.defaultLanguage,n=this.engines.get(t);if(!n)throw new Error(`[vela] no scripting engine registered for language "${t}". Vela ships none \u2014 install one (Pine Script: @luxalgo/vela-pinets) and register it before addIndicator, e.g. chart.registerEngine('pine', new PineEngine()).`);return n}market(){return {symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",symbolInfo:this.feed.symbolInfo?.(this.config.market),chartStyle:this.priceStyle}}async fetchSeries(e,t,n){let i=gp(e),o={symbol:i.symbol,timeframe:t},s=await(this.feed.loadRange?this.feed.loadRange(o,n):this.feed.load({...o,bars:n.limit}));return i.transform?i.transform.full(s):s}onViewportChange(e){this.visibleRange={left:e.from,right:e.to},this.events.emit("viewport:changed",{from:e.from,to:e.to}),this.viewportTimer!=null&&clearTimeout(this.viewportTimer),this.viewportTimer=setTimeout(()=>{if(this.viewportTimer=null,this.switchingMarket)return;let t=this.visibleRange;if(t){for(let n of this.registry.all())!n.renderHandle||n.hidden||(n.session&&n.prepared?.reactsToViewport?(n.pendingCause="viewport",n.session.setVisibleRange(t)):n.native?.descriptor.reactsToViewport&&n.native.instance.onViewport({from:t.left,to:t.right}));this.activeEngineStyle&&this.typeEngines.get(this.activeEngineStyle)?.onViewport?.({from:t.left,to:t.right});}},s0);}async init(){let e=this.bumpGeneration();this.beginLoad(true),await this.loadMarket(e,{firstLoad:true}),this.generation===e&&(this.startLive(),this.events.emit("ready",void 0));}bumpGeneration(){let e=++this.generation;this.progressiveAbort?.abort(),this.progressiveAbort=null;for(let t of this.supersedeWaiters.splice(0))t();return e}beginLoad(e){if(this.loadingUp)return;this.loadingUp=true,this.renderer.setLoading?.(true);let t=this.config.market;this.events.emit("load:start",{symbol:t.symbol??"TEST",timeframe:t.timeframe??"60",firstLoad:e});}endLoad(){if(!this.loadingUp)return;this.loadingUp=false,this.renderer.setLoading?.(false);let e=this.config.market;this.events.emit("load:end",{symbol:e.symbol??"TEST",timeframe:e.timeframe??"60",bars:this.bars.length});}async loadMarket(e,t){try{await this.loadMarketInner(e,t);}finally{this.generation===e&&this.endLoad();}}async loadMarketInner(e,t){let n=this.config.market,i=n.bars??500,o=n.visibleRange,s=!n.data?.length&&o==null&&i>c0,a=false;if(!n.data?.length&&o==null&&this.feed.loadProgressive){let l=false,c=(u,h)=>{this.generation!==e||!h&&u.length===0||(this.setBarSeries(u,l?{preserveView:true}:void 0),!l&&u.length>0&&(l=true,t.firstLoad&&this.activateBarLayers(),h||(this.historyState="backfill")));},d=new AbortController;this.progressiveAbort=d,a=await new Promise(u=>{let h=false,p=m=>{h||(h=true,u(m));};d.signal.addEventListener("abort",()=>p(true),{once:true}),this.feed.loadProgressive(n,m=>{c(m,false),l&&p(true);},{signal:d.signal}).then(m=>{if(this.progressiveAbort===d&&(this.progressiveAbort=null),m==null)return p(false);if(this.generation!==e)return p(true);c(m,true),this.completeHistory(m.length>=i?"depth":"genesis"),p(true);}).catch(()=>{this.progressiveAbort===d&&(this.progressiveAbort=null),this.generation===e&&this.completeHistory("aborted"),p(true);});});}if(!a)if(s&&this.feed.loadRange){let l=await this.feed.load({...n,bars:Math.min(i,bp)});if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers(),l.length>0&&i>l.length?(this.historyState="backfill",this.backfillHistory(e,i)):this.completeHistory("depth");}else if(s){let l=await this.feed.load({...n,bars:l0});if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers();let c=await this.feed.load(n);if(this.generation!==e)return;this.setBarSeries(c,{preserveView:true}),this.completeHistory("depth");}else {let l=await this.feed.load(n);if(this.generation!==e)return;this.setBarSeries(l),t.firstLoad&&this.activateBarLayers(),this.completeHistory("depth");}o!=null&&(typeof o=="string"?this.setVisibleRangePreset(o):this.renderer.setVisibleRange(o)),this.refreshPriceFormat(),this.ensurePriceFormat();}startLive(){this.config.live&&(this.live=new qo(this.feed,this.config.market,e=>this.onBar(e)),this.live.start(),typeof document<"u"&&(this.onVisible=()=>{if(document.visibilityState!=="visible")return;let e=this.bars[this.bars.length-1];!e||this.healing||!this.canHeal()||Date.now()-this.lastHealAt<=vp||this.healGap(e.time);},document.addEventListener("visibilitychange",this.onVisible)));}stopLive(){this.live?.stop(),this.live=null,this.onVisible&&typeof document<"u"&&document.removeEventListener("visibilitychange",this.onVisible),this.onVisible=null,this.healing=false,this.healBuffer=[],this.lastHealAt=0;}resetHistoryTracking(){this.resolveHistoryComplete(),this.historyCompleted=false,this.historyState="complete",this.historyCompletePromise=new Promise(e=>{this.resolveHistoryComplete=e;});}marketSnapshot(){let e=this.config.market;return {symbol:e.symbol,provider:gt(e.symbol??"").provider??void 0,timeframe:e.timeframe,bars:e.bars,session:e.session,offline:e.data!==void 0}}async setMarket(e){let t=this.config.market,n=e.symbol!==void 0&&e.symbol!==t.symbol||e.timeframe!==void 0&&e.timeframe!==t.timeframe||e.session!==void 0&&e.session!==t.session||e.data!==void 0,i=e.bars!==void 0&&e.bars!==t.bars,o=i&&!n&&this.rawBars.length>0&&!t.data?.length&&((e.bars??0)<=this.rawBars.length||typeof this.feed.loadRange=="function");if(!n&&!i){typeof e.visibleRange=="string"?this.setVisibleRangePreset(e.visibleRange):e.visibleRange&&this.renderer.setVisibleRange(e.visibleRange);return}let s={symbol:t.symbol??"TEST",timeframe:t.timeframe??"60"},l=n&&e.session!==void 0&&e.data===void 0&&(e.symbol===void 0||e.symbol===t.symbol)&&(e.timeframe===void 0||e.timeframe===t.timeframe)&&e.visibleRange===void 0?this.currentVisibleRange():void 0,c=l?this.rawBars.filter(u=>u.time>=l.left&&u.time<=l.right).length:0,d=this.bumpGeneration();this.switchingMarket=true;try{if(this.stopLive(),this.viewportTimer!=null&&(clearTimeout(this.viewportTimer),this.viewportTimer=null),this.visibleRange=null,this.resetHistoryTracking(),e.symbol!==void 0&&(t.symbol=e.symbol),e.timeframe!==void 0&&(t.timeframe=e.timeframe),e.bars!==void 0&&(t.bars=e.bars),e.session!==void 0&&(t.session=e.session),l){let u=Math.min(Math.ceil((Date.now()-l.left)/this.barIntervalMs())+50,5e3);u>(t.bars??500)&&(t.bars=u);}if(e.data!==void 0?t.data=e.data:e.symbol!==void 0&&delete t.data,t.visibleRange=e.visibleRange??(l?{from:l.left,to:l.right}:void 0),n&&(this.beginLoad(!1),this.setBarSeries([],{clearing:!0}),this.activeEngineStyle&&(this.typeEngines.get(this.activeEngineStyle)?.suspend(),this.renderer.setNativeData?.(this.activeEngineStyle,void 0),this.renderer.setNativeData?.(`${this.activeEngineStyle}-pending`,[]))),o?this.extendDepth(d,t.bars??500):await Promise.race([this.loadMarket(d,{firstLoad:!1}),new Promise(u=>this.supersedeWaiters.push(u))]),this.generation!==d)return}finally{this.generation===d&&(this.switchingMarket=false);}if(l&&c>=2&&this.rawBars.length>0){let u=this.rawBars,h=u.length-1;for(;h>0&&u[h].time>l.right;)h-=1;let p=u[Math.max(0,h-(c-1))].time;this.renderer.setVisibleRange({from:p,to:Math.max(l.right,u[h].time+1)});}o||(this.restartNativeIndicators(),this.restartChartTypeEngine(),this.reexecuteIndicators()),this.startLive(),n&&this.events.emit("market:changed",{symbol:t.symbol??"TEST",timeframe:t.timeframe??"60",prev:s});}restartNativeIndicators(){for(let e of this.registry.all())if(e.native)if(e.native.instance.stop(),e.native.instance=e.native.descriptor.create(),e.pendingStructural=true,e.hidden)e.native.stale=true;else {let t=this.handles.get(e.id);t&&this.startNativeIndicator(e.id,t);}}restartChartTypeEngine(){for(let e of this.typeEngines.values())e.stop();this.typeEngines.clear(),this.activeEngineStyle&&this.startChartTypeEngine(this.activeEngineStyle);}activateBarLayers(){this.maybeAutoAddVolume();}extendDepth(e,t){if(this.rawBars.length>t){this.setBarSeries(this.rawBars.slice(this.rawBars.length-t),{preserveView:true}),this.completeHistory("depth");return}if(this.rawBars.length===t){this.completeHistory("depth");return}this.historyState="backfill",this.backfillHistory(e,t);}async backfillHistory(e,t){try{for(;this.generation===e&&this.rawBars.length<t&&this.rawBars.length>0;){let n=t-this.rawBars.length,i=bp,o=await this.feed.loadRange(this.config.market,{to:this.rawBars[0].time,limit:Math.min(i,n)+1});if(this.generation!==e)return;let s=this.rawBars[0].time,a=o.filter(l=>l.time<s);if(a.length===0){this.completeHistory("genesis");return}for(let l=1;l<a.length;l+=1)if(a[l].time<=a[l-1].time){console.warn("[vela] non-monotonic history chunk \u2014 stopping the backfill"),this.completeHistory("aborted");return}this.setBarSeries([...a,...this.rawBars],{preserveView:!0}),this.notifySessionsBars("backfill"),this.events.emit("history:progress",{loaded:this.rawBars.length,target:t});}this.generation===e&&this.completeHistory("depth");}catch(n){console.warn(`[vela] history backfill failed \u2014 keeping ${this.rawBars.length} bars (${n instanceof Error?n.message:String(n)})`),this.generation===e&&this.completeHistory("aborted");}}completeHistory(e){this.historyCompleted||(this.historyCompleted=true,this.historyState="complete",this.notifySessionsBars("complete"),this.events.emit("history:complete",{reason:e,oldestTime:this.rawBars[0]?.time??0,barsLoaded:this.rawBars.length}),this.resolveHistoryComplete());}historyComplete(){return this.historyCompletePromise}qualifiedSymbol(){let e=this.config.market;return e.symbol?e.symbol:null}refreshPriceFormat(){if(!this.renderer.setPricePrecision)return;let e=this.feed.symbolInfo?.(this.config.market)?.mintick;this.renderer.setPricePrecision(typeof e=="number"&&e>0?e:void 0);}async ensurePriceFormat(){if(!this.renderer.setPricePrecision)return;let e=this.qualifiedSymbol();if(e)try{await this.dataControl.symbolInfo(e),this.refreshPriceFormat();}catch{}}maybeAutoAddVolume(){!this.config.volume||this.volumeOptedOut||!this.renderer.setNativeData||di("volume")&&this.addNativeIndicator("volume");}syncPriceStyle(e){typeof e=="string"&&(this.priceStyle=e),this.syncBarTransform(e),this.syncChartTypeEngine(e);}syncChartTypeEngine(e){let t=typeof e=="string"?e:null,i=Nt(t)?.dataEngine?t:null;i!==this.activeEngineStyle&&(this.activeEngineStyle&&this.typeEngines.get(this.activeEngineStyle)?.suspend(),this.activeEngineStyle=i,i&&this.startChartTypeEngine(i));}async startChartTypeEngine(e){if(!this.renderer.setNativeData||(await this.readyPromise,this.activeEngineStyle!==e))return;let t=this.typeEngines.get(e);if(t){t.resume();return}let n=Nt(e);if(!n?.dataEngine)return;let i=n.dataEngine();this.typeEngines.set(e,i);let o=this.typeSettings.get(e);o&&i.onSettings?.(o),i.start({symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",live:this.config.live??false,session:this.config.market.session,bars:()=>this.bars,data:this.dataControl,pushData:s=>this.renderer.setNativeData?.(e,s),pushPending:s=>this.renderer.setNativeData?.(`${e}-pending`,s)});}syncBarTransform(e){let t=fr(e);t!==this.barTransform&&(this.barTransform=t,this.rawBars.length!==0&&(this.bars=t?t.full(this.rawBars):this.rawBars,this.renderer.setBars(this.bars,{preserveView:true}),this.reexecuteIndicators()));}reexecuteIndicators(){for(let e of this.registry.all()){if(e.hidden||!e.session)continue;e.session.stop(),e.session=void 0,e.pendingStructural=true,e.pendingCause="market",this.setLoading(e,true);let t=this.handles.get(e.id);t&&this.executeIndicator(e.id,t);}}onBar(e){if(this.healing){this.healBuffer.push(e);return}let t=this.rawBars[this.rawBars.length-1];if(t&&this.canHeal()&&e.time>t.time+this.barIntervalMs()*d0&&Date.now()-this.lastHealAt>vp){this.healBuffer.push(e),this.healGap(t.time);return}this.applyBar(e);}setBarSeries(e,t){this.rawBars=e,this.bars=this.barTransform?this.barTransform.full(e):e,this.renderer.setBars(this.bars,{preserveView:t?.preserveView}),!t?.clearing&&this.bars.length>0&&this.endLoad();}applyBar(e,t=true){let n=this.rawBars[this.rawBars.length-1],i=e;if(n&&e.time===n.time)this.rawBars[this.rawBars.length-1]=e,this.barCause="tick",this.barTransform&&(i=this.barTransform.next(e,this.bars[this.bars.length-2]),this.bars[this.bars.length-1]=i);else if(!n||e.time>n.time)this.rawBars.push(e),this.barCause="bar",this.barTransform&&(i=this.barTransform.next(e,this.bars[this.bars.length-1]),this.bars.push(i));else return;this.renderer.updateBar(i),this.events.emit("bar",e),t&&this.notifySessionsBars(this.historyState==="backfill"?"backfill":void 0);}notifySessionsBars(e){if(this.switchingMarket)return;let t=e?"history":this.barCause;for(let n of this.registry.all())!n.renderHandle||n.hidden||(n.session?(n.pendingCause=t,n.session.notifyBars(e)):n.native&&n.native.instance.onBars());}canHeal(){return !!this.feed.loadRange&&!this.config.market.data?.length}barIntervalMs(){return et(this.config.market.timeframe??"60")}async healGap(e){let t=this.generation;this.healing=true,this.lastHealAt=Date.now();try{let n=await this.feed.loadRange(this.config.market,{from:e});if(this.generation!==t)return;for(let i of n)this.applyBar(i,!1);}catch{}finally{if(this.generation===t){this.healing=false;let n=this.healBuffer;this.healBuffer=[];for(let i of n)this.applyBar(i,false);this.notifySessionsBars(this.historyState==="backfill"?"backfill":void 0);}}}registerEngine(e,t){let n=this.engines.get(e);n&&n!==t&&console.warn(`[vela] re-registering scripting engine for language "${e}"; replacing ${n.constructor.name} with ${t.constructor.name}.`),this.engines.set(e,t);}addIndicator(e,t={}){let n=this.registry.nextId(),i=t.title??"Indicator",o=new or(n,i,this,e);return this.handles.set(n,o),this.registry.add({id:n,title:i,source:e,options:t,inputValues:{...t.inputs??{}},propValues:{...t.props??{}}}),this.startIndicator(n,e,t,o),o}addNativeIndicator(e,t={}){let n=this.registry.all().find(c=>c.native?.type===e);if(n)return this.handles.get(n.id)??new or(n.id,n.title,this);let i=di(e),o=this.registry.nextId("native"),s=i?.title??e,a=new or(o,s,this);if(this.handles.set(o,a),!i)return console.warn(`[vela] addNativeIndicator("${e}") \u2014 no native indicator registered for this type.`),a;let l={...i.defaultInputs(),...t.inputs??{}};return this.registry.add({id:o,title:s,source:e,inputValues:l,propValues:{},native:{type:e,instance:i.create(),descriptor:i}}),a.setSchema(i.inputsSchema()),this.startNativeIndicator(o,a),a}presentNativeIndicators(){return this.registry.all().map(e=>e.native?.type).filter(e=>!!e)}async availableNativeIndicators(){let e=this.qualifiedSymbol(),t=new Set(this.presentNativeIndicators());return Promise.all(jo().map(async n=>({type:n.type,title:n.title,supported:await this.isNativeSupported(n,e),present:t.has(n.type),beta:n.beta})))}async isNativeSupported(e,t){if(!e.isSupported)return true;if(!t)return false;try{return await e.isSupported(t,this.dataControl)}catch{return false}}applyInputs(e,t){let n=this.registry.get(e);!n||!n.session&&!n.native||(n.inputValues={...n.inputValues,...t},n.renderHandle&&this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues),n.pendingStructural=true,!n.hidden&&!n.native&&this.setLoading(n,true),n.pendingCause="inputs",n.session?n.session.update(n.inputValues):n.native&&!n.hidden&&n.native.instance.setInputs(n.inputValues),this.events.emit("indicator:inputs",{id:e}));}inputValuesOf(e){return {...this.registry.get(e)?.inputValues}}propValuesOf(e){return {...this.registry.get(e)?.propValues}}applyProps(e,t){let n=this.registry.get(e);n?.session&&(n.propValues={...n.propValues,...t},n.renderHandle&&this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues,n.propValues),n.pendingStructural=true,n.hidden||this.setLoading(n,true),n.pendingCause="inputs",n.session.update(n.inputValues,n.propValues),this.events.emit("indicator:inputs",{id:e}));}listIndicators(){return [...this.handles.values()]}getIndicatorContext(e,t){return this.registry.get(e)?.session?.getContext?.(t)??Promise.resolve(null)}removeIndicator(e){let t=this.registry.remove(e);t?.native?.type==="volume"&&(this.volumeOptedOut=true),t?.session?.stop(),t?.native?.instance.stop(),this.handles.delete(e),t?.renderHandle&&this.renderer.removeIndicator(t.renderHandle);let n=t?.model?.paneId;n&&n!=="price"&&!this.paneStillUsed(n)&&(this.renderer.removePane(n),this.forgetPane(n),this.events.emit("pane:changed",void 0)),this.events.emit("indicator:removed",{id:e});}setVisible(e,t){let n=this.registry.get(e);if(!(!n||n.hidden===!t)){if(n.hidden=!t,this.handles.get(e)?.setVisibleState(t),!t)n.session?.stop(),n.session=void 0,n.native?.instance.suspend(),n.renderHandle&&this.renderer.setIndicatorVisible?.(n.renderHandle,false);else if(n.renderHandle&&this.renderer.setIndicatorVisible?.(n.renderHandle,true),n.pendingStructural=true,n.native)if(n.native.stale){n.native.stale=false;let i=this.handles.get(e);i&&this.startNativeIndicator(e,i);}else n.native.instance.resume();else {this.setLoading(n,true);let i=this.handles.get(e);i&&this.executeIndicator(e,i);}this.events.emit("indicator:visibility",{id:e,visible:t});}}ready(){return this.readyPromise}inspect(){let e=[...this.registry.all()].filter(t=>!t.loading).sort((t,n)=>(n.native?1:0)-(t.native?1:0));return Eh(e.map(t=>t.model).filter(t=>t!=null))}resize(){this.renderer.resize();}setTheme(e){let t=this.config.theme;Object.keys(e).every(n=>e[n]===t[n])||(this.config.theme=e,this.renderer.setTheme(e),this.events.emit("theme:changed",e));}getVisibleRange(){return this.renderer.getVisibleRange()}setVisibleRange(e){this.renderer.setVisibleRange(e);}panBy(e){if(this.renderer.panBy){this.renderer.panBy(e);return}let t=this.renderer.getVisibleRange();if(!t)return;let n=(t.to-t.from)*e;this.renderer.setVisibleRange({from:t.from+n,to:t.to+n});}setVisibleRangePreset(e){let t=Ph(e,this.bars);t&&this.renderer.setVisibleRange(t);}destroy(){this.bumpGeneration(),this.resolveHistoryComplete(),this.stopLive(),this.viewportTimer!=null&&clearTimeout(this.viewportTimer),this.viewportUnsub?.(),this.paneActionUnsub?.();for(let e of this.registry.all())e.session?.stop(),e.native?.instance.stop();for(let e of this.typeEngines.values())e.stop();this.typeEngines.clear(),this.activeEngineStyle=null,this.unresolvedUnsub?.(),this.unresolvedUnsub=null,this.feed.destroy?.(),this.drawings.destroy(),this.renderer.destroy(),this.events.clear();}async startIndicator(e,t,n,i){try{if(await this.readyPromise,!this.registry.get(e))return;await u0();let o=this.registry.get(e);if(!o)return;let s=this.engineFor(n.language);o.engine=s;let a=await s.prepare(t,e);o.prepared=a;let l={};for(let d of a.inputs)l[d.key]=d.defval;o.inputValues={...l,...o.inputValues},i.setSchema(a.inputs);let c={};for(let d of a.props??[])c[d.key]=d.defval;o.propValues={...c,...o.propValues},i.setPropsSchema(a.props??[]),this.mountLoadingPlaceholder(e,o),this.executeIndicator(e,i);}catch(o){this.fail(e,i,o);}}executeIndicator(e,t){let n=this.registry.get(e);if(!n||!n.engine||!n.prepared||n.hidden)return;let i=this.config.live&&!n.prepared.reactsToViewport&&n.engine.capabilities.streaming?"live":"static";n.session=n.engine.execute({prepared:n.prepared,market:this.market(),bars:this.bars,getBars:()=>this.bars,fetchSeries:(o,s,a)=>this.fetchSeries(o,s,a),inputs:n.inputValues,props:n.propValues,visibleRange:this.currentVisibleRange(),mode:i,historyState:this.historyState},{onModel:o=>{let s=!n.announced,a=n.pendingCause??"history";this.applyModel(e,o)&&(n.pendingCause=void 0,this.emitContextChanged(e),this.emitScriptRun(e,a,s));},onAlert:o=>{let s=n.options?.title??n.prepared?.meta.title??n.title;this.events.emit("alert",{...o,indicator:s}),t.emit("alert",{id:o.id,message:o.message,title:o.title,time:o.time});},onWarning:o=>this.events.emit("warning",o),onError:o=>this.fail(e,t,o)}),this.emitContextChanged(e);}async startNativeIndicator(e,t){try{await this.readyPromise;let n=this.registry.get(e);if(!n?.native||n.hidden)return;let i={symbol:this.config.market.symbol??"TEST",timeframe:this.config.market.timeframe??"60",live:this.config.live,session:this.config.market.session,bars:()=>this.bars,data:this.dataControl,emit:o=>this.applyModel(e,this.buildNativeModel(n,o)),pushData:o=>this.renderer.setNativeData?.(n.native.type,o),setStatus:o=>{n.renderHandle&&!n.hidden&&this.renderer.setIndicatorStatus?.(n.renderHandle,o);}};n.native.instance.start(i,n.inputValues);}catch(n){this.fail(e,t,n);}}buildNativeModel(e,t){let n=e.native.descriptor;return {id:e.id,title:e.title,...n.shortTitle?{shorttitle:n.shortTitle}:{},overlay:n.overlay,paneHint:n.paneHint,native:{type:e.native.type},...t.paneAxis!=null?{paneAxis:t.paneAxis}:{},series:t.series??[],fills:t.fills??[],backgrounds:t.backgrounds??[],priceLines:t.priceLines??[],...t.lines?{lines:t.lines}:{},...t.boxes?{boxes:t.boxes}:{},...t.labels?{labels:t.labels}:{},...t.polylines?{polylines:t.polylines}:{},...t.linefills?{linefills:t.linefills}:{},...t.tables?{tables:t.tables}:{},inputs:n.inputsSchema(),inputValues:e.inputValues}}mountLoadingPlaceholder(e,t){if(t.renderHandle||t.hidden||!t.prepared)return;let n=t.prepared.meta,i={id:e,title:t.options?.title??n.title,overlay:n.overlay,paneHint:n.overlay?"price":"new",series:[],fills:[],backgrounds:[],priceLines:[],inputs:t.prepared.inputs,inputValues:t.inputValues,...t.prepared.props?{props:t.prepared.props,propValues:t.propValues}:{}},o=this.routePane(e,i,t.options??{});this.placeModel(i,e,o),t.model=i,this.ensurePaneFor(o),t.renderHandle=this.renderer.mountIndicator(i),t.pendingStructural=true,this.setLoading(t,true);}setLoading(e,t){e.loading=t,e.renderHandle&&!e.hidden&&this.renderer.setIndicatorStatus?.(e.renderHandle,t?"loading":"idle");}ensurePaneFor(e){this.paneOrder.includes(e)||this.paneOrder.push(e),this.renderer.ensurePane({id:e,kind:e==="price"?"price":"study",order:this.paneOrder.indexOf(e)});}paneStillUsed(e){for(let t of this.registry.all())if(t.model?.paneId===e)return true;return false}forgetPane(e){let t=this.paneOrder.indexOf(e);t>0&&this.paneOrder.splice(t,1),this.collapsedPanes.delete(e),this.maximizedPaneId===e&&(this.maximizedPaneId=null);}paneManagementSupported(){return this.renderer.capabilities.paneManagement===true&&typeof this.renderer.setIndicatorPane=="function"}listPanes(){let e=new Map;for(let n of this.registry.all()){let i=n.model;if(!i)continue;let o=i.paneId??"price";e.has(o)||e.set(o,[]),e.get(o).push({id:n.id,title:i.title||n.title,ownScale:i.ownScale===true});}let t=[];for(let n of this.paneOrder)n!=="price"&&!e.has(n)||t.push({id:n,kind:n==="price"?"price":"study",order:t.length,collapsed:this.collapsedPanes.has(n),maximized:this.maximizedPaneId===n,indicators:e.get(n)??[]});return t}movePane(e,t){if(e==="price")return;let n=this.existingPaneIds(),i=n.indexOf(e);if(i<0)return;let o=t==="up"?i-1:i+1;o<=0||o>=n.length||([n[i],n[o]]=[n[o],n[i]],this.reorderPanes(n),this.events.emit("pane:moved",{paneId:e,dir:t}));}removePaneAndIndicators(e){if(e!=="price")for(let t of [...this.registry.all()])t.model?.paneId===e&&this.removeIndicator(t.id);}collapsePane(e,t){t?this.collapsedPanes.add(e):this.collapsedPanes.delete(e),this.renderer.setPaneCollapsed?.(e,t),this.events.emit("pane:changed",void 0);}maximizePane(e){this.maximizedPaneId=e,this.renderer.setPaneMaximized?.(e),this.events.emit("pane:changed",void 0);}moveIndicator(e,t){if(!this.paneManagementSupported()||!this.renderer.setIndicatorPane){console.warn("[vela] the active renderer does not support moving indicators between panes.");return}let n=this.registry.get(e);if(!n?.renderHandle||!n.model)return;let i=n.model,o=i.paneId??"price",s=this.resolveMoveTarget(e,i,t);if(!s)return;let{paneId:a,ownScale:l,insert:c}=s;a===o&&i.ownScale===true===l||(c?this.insertPaneOrder(a,c):this.paneOrder.includes(a)||this.paneOrder.push(a),i.ownScale=l,n.paneLocked=true,this.placeModel(i,e,a),this.ensurePaneFor(a),this.renderer.setIndicatorPane(n.renderHandle,a,{ownScale:l}),o!=="price"&&o!==a&&!this.paneStillUsed(o)&&(this.renderer.removePane(o),this.forgetPane(o)),this.reorderPanes(this.existingPaneIds()),this.events.emit("indicator:moved",{id:e,paneId:a}),this.events.emit("pane:changed",void 0));}resolveMoveTarget(e,t,n){if(n==="price"||typeof n=="object"&&"pane"in n&&n.pane==="price")return {paneId:"price",ownScale:!t.overlay};if("pane"in n)return this.existingPaneIds().includes(n.pane)?{paneId:n.pane,ownScale:true}:null;let i=n.newPane===true?{}:n.newPane;return {paneId:this.freshPaneId(e,t.paneId??"price"),ownScale:false,insert:i}}freshPaneId(e,t){let n=new Set(this.existingPaneIds()),i=`pane-${e}`;for(let o=2;i===t||n.has(i);o+=1)i=`pane-${e}-${o}`;return i}insertPaneOrder(e,t){let n=this.paneOrder.indexOf(e);n>0&&this.paneOrder.splice(n,1);let i=this.paneOrder.length;t.before&&this.paneOrder.includes(t.before)?i=this.paneOrder.indexOf(t.before):t.after&&this.paneOrder.includes(t.after)&&(i=this.paneOrder.indexOf(t.after)+1),i<1&&(i=1),this.paneOrder.splice(i,0,e);}existingPaneIds(){return this.paneOrder.filter(e=>e==="price"||this.paneStillUsed(e))}reorderPanes(e){this.paneOrder.length=0,this.paneOrder.push(...e),this.renderer.orderPanes?.(e),this.events.emit("pane:changed",void 0);}handlePaneAction(e){switch(e.type){case "remove":this.removePaneAndIndicators(e.paneId);break;case "move":{let t=this.existingPaneIds(),n=t.indexOf(e.paneId),i=e.dir==="up"?n-1:n+1;n>0&&i>0&&i<t.length&&([t[n],t[i]]=[t[i],t[n]],this.paneOrder.length=0,this.paneOrder.push(...t),this.events.emit("pane:changed",void 0),this.events.emit("pane:moved",{paneId:e.paneId,dir:e.dir}));break}case "collapse":e.collapsed?this.collapsedPanes.add(e.paneId):this.collapsedPanes.delete(e.paneId),this.events.emit("pane:changed",void 0);break;case "maximize":this.maximizedPaneId=e.maximized?e.paneId:null,this.events.emit("pane:changed",void 0);break}}announce(e,t){e.announced||(e.announced=true,this.events.emit("indicator:added",{id:e.id}),this.emitContextChanged(e.id),t?.emit("ready",void 0));}applyModel(e,t){let n=this.registry.get(e);if(!n||n.hidden)return true;if(n.loading&&this.bars.length===0&&!r.modelHasOutput(t))return false;let i=this.handles.get(e);if(!n.renderHandle){let a=this.routePane(e,t,n.options??{});return this.placeModel(t,e,a),n.model=t,this.ensurePaneFor(a),n.renderHandle=this.renderer.mountIndicator(t),n.pendingStructural=false,this.announce(n,i),true}let o=n.model?.paneId??"price",s=n.model?.ownScale===true;if(n.loading&&!n.paneLocked){let a=this.routePane(e,t,n.options??{});a!==o&&(o!=="price"&&(this.renderer.removePane(o),this.forgetPane(o)),this.ensurePaneFor(a),n.pendingStructural=true,o=a);}return this.placeModel(t,e,o),n.paneLocked&&(t.ownScale=s),n.model=t,n.pendingStructural?(n.renderHandle=this.renderer.mountIndicator(t),this.renderer.setIndicatorInputs(n.renderHandle,n.inputValues,n.propValues),n.pendingStructural=false):this.renderer.updateIndicator(n.renderHandle,h0(t)),n.loading&&this.setLoading(n,false),this.announce(n,i),true}static modelHasOutput(e){return e.series.length>0||e.fills.length>0||e.backgrounds.length>0||e.priceLines.length>0||(e.lines?.length??0)>0||(e.boxes?.length??0)>0||(e.labels?.length??0)>0||(e.polylines?.length??0)>0||(e.linefills?.length??0)>0||(e.tables?.length??0)>0||(e.barColors?.length??0)>0||(e.trades?.length??0)>0}routePane(e,t,n){return n.pane==="new"?`pane-${e}`:n.pane==="price"||(n.overlay??t.overlay)?"price":`pane-${e}`}static plotsAtLastBar(e){let t={};for(let n of e.series)ve(n)&&(t[n.title]=n.points[n.points.length-1]?.value??null);return t}placeModel(e,t,n){e.id=t,e.paneId=n;let i=o=>o.overlay===true?"price":n;for(let o of e.series)o.paneId=i(o);for(let o of e.fills)o.paneId=i(o);for(let o of e.backgrounds)o.paneId=i(o);for(let o of e.priceLines)o.paneId=n;if(e.lines)for(let o of e.lines)o.paneId=i(o);if(e.boxes)for(let o of e.boxes)o.paneId=i(o);if(e.labels)for(let o of e.labels)o.paneId=i(o);if(e.polylines)for(let o of e.polylines)o.paneId=i(o);if(e.linefills)for(let o of e.linefills)o.paneId=i(o);if(e.tables)for(let o of e.tables)o.paneId=i(o);}emitContextChanged(e){if(!this.registry.get(e)?.session?.getContext)return;let t=Date.now();t-(this.contextEmitAt.get(e)??0)<1e3||(this.contextEmitAt.set(e,t),this.events.emit("context:changed",{id:e}));}emitScriptRun(e,t,n){let i=this.registry.get(e);if(!i||i.native||!this.events.hasListeners("script:run"))return;let o=Date.now();t==="tick"&&o-(this.runEmitAt.get(e)??0)<a0||(this.runEmitAt.set(e,o),Promise.resolve().then(()=>this.buildScriptRun(i,t,n)).then(s=>{s&&this.registry.get(e)&&this.events.emit("script:run",s);}));}async buildScriptRun(e,t,n){let i=e.model;if(!i)return null;let o=await this.pullContext(e,["variables","strategy","warnings"]),s=this.bars[this.bars.length-1];return {id:e.id,title:i.title,kind:o?.strategy||(i.trades?.length??0)>0?"strategy":"indicator",cause:t,first:n,bar:Math.max(0,this.bars.length-1),time:s?.time??0,forming:this.config.live&&this.bars.length>0,complete:this.historyState!=="backfill",plots:r.plotsAtLastBar(i),vars:o?.variables??{},...o?.strategy?{strategy:o.strategy}:{},warnings:o?.warnings??[],trades:async()=>(await this.pullContext(e,["trades"]))?.trades??[],series:async a=>((await this.pullContext(e,["plots"]))?.plots?.[a]??[]).map(c=>({time:c.time,value:typeof c.value=="number"?c.value:null}))}}async pullContext(e,t){try{return await e.session?.getContext?.(t)??null}catch{return null}}fail(e,t,n){let i=this.registry.get(e);i?.loading&&this.setLoading(i,false);let o=n instanceof Error?n:new Error(String(n));console.error(`[vela] indicator "${e}" failed:`,o.message),this.events.emit("indicator:error",{id:e,error:o}),t?.emit("error",{error:o});}};function u0(){return typeof requestAnimationFrame=="function"?new Promise(r=>requestAnimationFrame(()=>requestAnimationFrame(()=>r()))):new Promise(r=>setTimeout(r,0))}function h0(r){let e=[],t=Number.POSITIVE_INFINITY,n=0;for(let i of r.series)if(i.kind==="candle"||i.kind==="bar"){e.push({seriesId:i.id,kind:"bars",bars:i.bars});for(let o of i.bars)o.time<t&&(t=o.time),o.time>n&&(n=o.time);}else if(ve(i)){e.push({seriesId:i.id,kind:"points",points:i.points});for(let o of i.points)o.time<t&&(t=o.time),o.time>n&&(n=o.time);}return {kind:"value",indicatorId:r.id,dirty:{from:Number.isFinite(t)?t:0,to:n},anchorTime:r.anchorTime??null,series:e,lines:r.lines??[],boxes:r.boxes??[],labels:r.labels??[],polylines:r.polylines??[],linefills:r.linefills??[],tables:r.tables??[],trades:r.trades??[]}}var ki=class{constructor(e){this.renderer=e;}get name(){return this.renderer.name}get capabilities(){return this.renderer.capabilities}supports(e){return this.renderer.features.includes(e)}get(e){return this.renderer.readFeature(e)}set(e,t){let n=typeof e=="string"?[[e,t]]:Object.entries(e);for(let[i,o]of n)this.renderer.features.includes(i)?this.renderer.applyFeature(i,o):console.warn(`[vela] renderer "${this.renderer.name}" has no feature "${i}" \u2014 set ignored.`);return this}setLegendActions(e){this.renderer.setLegendActions?.(e);}setLegendCallouts(e){this.renderer.setLegendCallouts?.(e);}setLegendOverviewAction(e){return this.renderer.setLegendOverviewAction?.(e),this}get supportsIndicatorSettings(){return typeof this.renderer.openIndicatorSettings=="function"}openIndicatorSettings(e){return this.renderer.openIndicatorSettings?.(e),this}screenshot(){return typeof this.renderer.screenshot=="function"?this.renderer.screenshot():(console.warn(`[vela] renderer "${this.renderer.name}" does not support screenshot().`),null)}getConfig(){return typeof this.renderer.getConfig=="function"?this.renderer.getConfig():(console.warn(`[vela] renderer "${this.renderer.name}" does not support getConfig().`),null)}applyConfig(e){return typeof this.renderer.applyConfig=="function"?this.renderer.applyConfig(e):console.warn(`[vela] renderer "${this.renderer.name}" does not support applyConfig().`),this}onConfigChanged(e){return this.renderer.onConfigChanged?.(e)??(()=>{})}onCrosshairMove(e){return this.renderer.onCrosshairMove(e)}onAxisLongPress(e){return this.renderer.onAxisLongPress?.(e)??(()=>{})}dataWindowReadout(){return this.renderer.getDataWindowReadout?.()??null}setSymbolPicker(e){return typeof this.renderer.setSymbolPicker=="function"?this.renderer.setSymbolPicker(e):console.warn(`[vela] renderer "${this.renderer.name}" does not support setSymbolPicker().`),this}focus(){return this.renderer.focus?.(),this}get supportsExternalCrosshair(){return typeof this.renderer.setExternalCrosshair=="function"}setExternalCrosshair(e,t=null){return this.renderer.setExternalCrosshair?.(e,t),this}closeDialogs(){return this.renderer.closeDialogs?.(),this}openSettings(e){return this.renderer.openSettingsDialog?.(e),this}setSettingsSections(e){return this.renderer.setSettingsSections?.(e),this}setSettingsVisibility(e){return this.renderer.setSettingsVisibility?.(e),this}listSettingsIds(){return this.renderer.listSettingsIds?.()??[]}setLayoutMode(e){return this.renderer.setLayoutMode?.(e),this}};var br=new Map;function p0(r){let e=Object.entries(r);for(let[t,n]of e)br.set(t,n);return ()=>{for(let[t,n]of e)br.get(t)===n&&br.delete(t);}}function m0(...r){if(r.length===0)br.clear();else for(let e of r)br.delete(e);}function Dc(){return Object.fromEntries(br)}var pa=class{constructor(e){this.controller=e;}get supported(){return this.controller.paneManagementSupported()}list(){return this.controller.listPanes()}move(e,t){return this.guard()&&this.controller.movePane(e,t),this}remove(e){return this.guard()&&this.controller.removePaneAndIndicators(e),this}collapse(e,t=true){return this.guard()&&this.controller.collapsePane(e,t),this}maximize(e){return this.guard()&&this.controller.maximizePane(e),this}moveIndicator(e,t){return this.guard()&&this.controller.moveIndicator(e,t),this}guard(){return this.controller.paneManagementSupported()?true:(console.warn("[vela] the active renderer does not support pane management \u2014 chart.panes mutation ignored."),false)}};function yp(r,e,t,n){return `${r}|${e}|${t}${n&&n!=="regular"?`|${n}`:""}`}function f0(r){return r.split("|")[1]??""}var ma=class{constructor(){this.series=new Map;this.coveredFrom=new Map;this.retained=new Set;this.retainedByOwner=new Map;}get(e){return this.series.get(e)}markCovered(e,t){this.coveredFrom.set(e,Math.min(this.coveredFrom.get(e)??1/0,t));}coveredFromOf(e){return this.coveredFrom.get(e)}merge(e,t){if(t.length===0)return this.series.get(e)??[];let n=new Map;for(let o of this.series.get(e)??[])n.set(o.time,o);for(let o of t)n.set(o.time,o);let i=[...n.values()].sort((o,s)=>o.time-s.time);return this.series.set(e,i),i}retainSymbol(e){this.currentSymbol!==e&&(this.currentSymbol=e,this.purgeOutside(e));}retain(e,t="default"){e.size===0?this.retainedByOwner.delete(t):this.retainedByOwner.set(t,new Set(e));let n=new Set;for(let i of this.retainedByOwner.values())for(let o of i)n.add(o);this.retained=n,this.purgeOutside(this.currentSymbol);}purgeOutside(e){for(let t of [...this.series.keys()]){let n=f0(t);n!==e&&!this.retained.has(n)&&(this.series.delete(t),this.coveredFrom.delete(t));}}clear(){this.series.clear(),this.coveredFrom.clear();}},Ii=new ma;function Oc(r,e,t){let{provider:n,ticker:i}=gt(r);return yp(n??"",i,e,t)}var Ri=1e4,g0=Ri+1,Di=class{constructor(e,t=Ii){this.inner=e;this.store=t;}async load(e){if(e.data&&e.data.length>0)return this.inner.load(e);let t=e.symbol??"TEST",n=Oc(t,e.timeframe??"60",e.session);this.store.retainSymbol(t);let i=this.store.get(n),o=e.bars??500,s=i?.[i.length-1];if(i&&s&&i.length>=o-1&&this.inner.loadRange){let{bars:l}=await this.fetchRange(e,{from:s.time}),c=this.store.merge(n,Ai(l));return wp(c,l[l.length-1]).slice(-o)}let a=await this.inner.load(e);return this.store.merge(n,Ai(a)),a}async loadProgressive(e,t,n){if(e.data&&e.data.length>0)return this.inner.load(e);if(!this.inner.loadProgressive)return null;let i=e.symbol??"TEST",o=Oc(i,e.timeframe??"60",e.session),s=this.store.get(o),a=e.bars??500,l=s?.[s.length-1];if(s&&l&&s.length>=a-1&&this.inner.loadRange)return this.load(e);this.store.retainSymbol(i);let c=await this.inner.loadProgressive(e,t,n);return c==null?null:(this.store.merge(o,Ai(c)),c)}async loadRange(e,t){if(!this.inner.loadRange)return this.inner.load(e);let n=Oc(e.symbol??"TEST",e.timeframe??"60",e.session),i=this.store.get(n),o=i?.[i.length-1];if(t.to!=null&&o&&t.to<o.time){let d=i.filter(f=>f.time<=t.to),u=this.store.coveredFromOf(n)??1/0;if(t.limit!=null?d.length>=t.limit&&(t.from==null||u<=t.from):t.from!=null&&u<=t.from){let f=t.from!=null?d.filter(g=>g.time>=t.from):d;return t.limit!=null&&f.length>t.limit&&(f=f.slice(-t.limit)),f}let p=await this.fetchRange(e,t),m=p.bars.filter(f=>f.time<=t.to);return m.length>0&&(this.store.merge(n,m),this.store.markCovered(n,p.coveredDownTo??m[0].time)),m}if(o&&t.from!=null){let d=this.store.coveredFromOf(n);if(d!=null&&d>t.from){let{bars:u,coveredDownTo:h}=await this.fetchRange(e,{from:t.from,to:d});this.store.merge(n,u.filter(p=>p.time<=d)),this.store.markCovered(n,h??t.from),i=this.store.get(n),o=i?.[i.length-1];}}let s=this.store.coveredFromOf(n);if(!!i&&i.length>0&&!!o&&(t.from!=null?s!=null&&s<=t.from:t.limit==null||i.length>=t.limit)&&o){let{bars:d}=await this.fetchRange(e,{from:o.time,to:t.to,limit:t.limit}),u=this.store.merge(n,Ai(d)),h=wp(u,d[d.length-1]),p=t.from!=null?h.filter(m=>m.time>=t.from):h;return t.to!=null&&(p=p.filter(m=>m.time<=t.to)),p}let{bars:l,coveredDownTo:c}=await this.fetchRange(e,t);return this.store.merge(n,Ai(l)),this.store.markCovered(n,c??t.from??l[0]?.time??0),l}async fetchRange(e,t){let n=et(e.timeframe??"60"),i=b0(t,n);if(i<=g0){let c=await this.inner.loadRange(e,{...t,limit:t.limit??i});return {bars:c,coveredDownTo:t.from??c[0]?.time}}let o=new Map,s=t.to??Date.now();for(;!(t.from!=null&&s<t.from);){let c=t.limit!=null?t.limit-o.size:Ri;if(c<=0)break;let d=await this.inner.loadRange(e,{to:s,limit:Math.min(Ri,c)}),u=1/0;for(let h of d)h.time<u&&(u=h.time),h.time<=s&&(t.from==null||h.time>=t.from)&&o.set(h.time,h);if(d.length===0){if(t.from==null)break;s-=Ri*n;continue}if(u-1>=s)break;s=u-1;}let a=[...o.values()].sort((c,d)=>c.time-d.time),l=t.from!=null&&s<t.from;return {bars:a,coveredDownTo:l?t.from:a[0]?.time}}subscribe(e,t){return this.inner.subscribe(e,t)}symbolInfo(e){return this.inner.symbolInfo?.(e)}};function b0(r,e){if(r.limit!=null)return r.limit;if(r.from==null)return Ri;let t=Math.max(0,(r.to??Date.now())-r.from);return Math.ceil(t/e*1.1)+2}function Ai(r){return r.length>0?r.slice(0,-1):r}function wp(r,e){if(!e)return r;let t=r[r.length-1];return !t||e.time>t.time?[...r,e]:r}function v0(r){return {"1m":6e4,"3m":18e4,"5m":3e5,"15m":9e5,"30m":18e5,"1h":36e5,"2h":72e5,"4h":144e5,"1d":864e5,"1w":6048e5,"1M":2592e6,1:6e4,5:3e5,15:9e5,30:18e5,60:36e5,240:144e5,D:864e5,W:6048e5,M:2592e6}[r]??36e5}var Nn=class{constructor(e=Ii){this.registry=new ua;this.primaryProvider=null;this.liveBars=[];this.symInfoCache=new Map;this.cache=new Di(new Nc(this.registry),e);}registerProvider(e,t){return this.registry.register(e,t)}unregisterProvider(e){this.registry.unregister(e);}providers(){return this.registry.names().map(e=>this.registry.infoOf(e))}resolveSymbol(e){return this.registry.resolve(e,{default:this.primaryProvider})}displayPrefix(e){let t=this.resolveSymbol(e);return t?this.registry.displayPrefixOf(t):null}canonicalSymbol(e){let t=this.resolveSymbol(e);return t?this.registry.canonicalSymbol(t):null}providerInstance(e){return this.registry.get(e)}symbolIconOf(e){return this.registry.symbolIconOf(e)}symbolIcon(e){return this.registry.symbolIcon(this.resolveSymbol(e))}symbols(e){return this.registry.symbolsOf(e)}onUnresolved(e){return this.registry.onUnresolved(e)}destroy(){this.registry.cancelWaits();}ready(){return this.registry.indexReady()}async symbolInfoFor(e){let t=this.registry.resolve(e,{default:this.primaryProvider});if(!t)return;let n=await this.registry.get(t.provider)?.getSymbolInfo?.(t.ticker);return n&&this.symInfoCache.set(Fc(t),n),n}capabilitiesFor(e){let t=this.registry.resolve(e,{default:this.primaryProvider});if(!t)return null;let n=this.registry.get(t.provider);return n?n.capabilitiesFor?.(t.ticker)??this.registry.infoOf(t.provider).capabilities:null}async load(e){if(e.data&&e.data.length>0)return this.liveBars=e.data.map(n=>({...n})),e.data;let t=await this.registry.whenResolvable(Oi(e),{default:this.primaryProvider});return this.primaryProvider=t.provider,this.prefetchSymbolInfo(t),this.cache.load(fa(e,t))}async loadProgressive(e,t,n){if(e.data&&e.data.length>0)return this.liveBars=e.data.map(o=>({...o})),e.data;let i=await this.registry.whenResolvable(Oi(e),{default:this.primaryProvider});return this.primaryProvider=i.provider,this.prefetchSymbolInfo(i),this.cache.loadProgressive(fa(e,i),t,n)}symbolInfo(e){if(e.data&&e.data.length>0)return;let t=this.registry.resolve(Oi(e),{default:this.primaryProvider});return t?this.symInfoCache.get(Fc(t)):void 0}prefetchSymbolInfo(e){let t=Fc(e);if(this.symInfoCache.has(t))return;let n=this.registry.get(e.provider);n?.getSymbolInfo&&n.getSymbolInfo(e.ticker).then(i=>{i&&this.symInfoCache.set(t,i);}).catch(()=>{});}async loadRange(e,t){if(e.data&&e.data.length>0)return this.cache.loadRange(e,t);let n=this.registry.resolve(Oi(e),{default:this.primaryProvider});return n?this.cache.loadRange(fa(e,n),t):[]}subscribe(e,t){if(e.data&&e.data.length>0)return this.synthesizeTicks(e,t);let n=this.registry.resolve(Oi(e),{default:this.primaryProvider});return n?this.cache.subscribe(fa(e,n),t):()=>{}}synthesizeTicks(e,t){if(this.liveBars.length===0)return ()=>{};let n=v0(e.timeframe??"60"),i=setInterval(()=>{let o=this.liveBars,s=o[o.length-1];if(!s)return;let a=s.close*.0015*(Math.random()-.5)*2,l=Math.max(0,s.close+a),c={...s,close:l,high:Math.max(s.high,l),low:Math.min(s.low,l)};if(o[o.length-1]=c,t(c),Math.random()<.12){let d={time:c.time+n,open:c.close,high:c.close,low:c.close,close:c.close,volume:0};o.push(d),t(d);}},1e3);return ()=>clearInterval(i)}};function Oi(r){return r.symbol??""}function fa(r,e){return {...r,symbol:`${e.provider}:${e.ticker}`}}function Fc(r){return `${r.provider}|${r.ticker}`}async function xp(r,e,t,n){try{return await r.getBars(e,t,n)}catch(i){return console.warn(`[vela] data fetch failed for ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}var Nc=class{constructor(e){this.registry=e;}load(e){let{provider:t,ticker:n}=gt(e.symbol??""),i=this.registry.get(t??"");return i?xp(i,n,e.timeframe??"60",{limit:e.bars??500,session:e.session}):Promise.resolve([])}async loadProgressive(e,t,n){let{provider:i,ticker:o}=gt(e.symbol??""),s=this.registry.get(i??"");if(!s)return [];if(!s.getBarsProgressive)return null;try{return await s.getBarsProgressive(o,e.timeframe??"60",{limit:e.bars??500,session:e.session},t,n)}catch(a){return console.warn(`[vela] progressive fetch failed for ${o} ${e.timeframe??"60"} \u2014 ${a instanceof Error?a.message:String(a)}`),[]}}loadRange(e,t){let{provider:n,ticker:i}=gt(e.symbol??""),o=this.registry.get(n??"");return o?xp(o,i,e.timeframe??"60",{...t,session:e.session}):Promise.resolve([])}subscribe(e,t){let{provider:n,ticker:i}=gt(e.symbol??""),o=this.registry.get(n??"");if(!o)return ()=>{};let s=e.timeframe??"60";if(o.subscribe)return o.subscribe(i,s,t,e.session?{session:e.session}:void 0);let a=false,l=null,c=async()=>{if(!a){try{let d=await o.getBars(i,s,{limit:2,session:e.session});if(a)return;for(let u of d)t(u);}catch{}a||(l=setTimeout(()=>{c();},3e3));}};return l=setTimeout(()=>{c();},3e3),()=>{a=true,l&&clearTimeout(l);}}};var Fi=class{constructor(e){this.registry=e instanceof Nn?e:null;}registerProvider(e,t){return this.registry?(this.registry.registerProvider(e,t),this):(console.warn(`[vela] chart.data.registerProvider("${e}") ignored \u2014 the active data feed is a custom feed (deps.dataFeed), not the default provider registry.`),this)}unregisterProvider(e){return this.registry?.unregisterProvider(e),this}providers(){return this.registry?.providers()??[]}resolve(e){return this.registry?.resolveSymbol(e)??null}displayPrefix(e){return this.registry?.displayPrefix(e)??null}canonicalSymbol(e){return this.registry?.canonicalSymbol(e)??null}providerInstance(e){return this.registry?.providerInstance(e)}symbols(e){return this.registry?.symbols(e)??[]}symbolIcon(e){return this.registry?.symbolIcon(e)}symbolInfo(e){return this.registry?.symbolInfoFor(e)??Promise.resolve(void 0)}capabilities(e){return this.registry?.capabilitiesFor(e)??null}ready(){return this.registry?.ready()??Promise.resolve()}};var Ni=class{constructor(e){this.ctrl=e;}get supported(){return this.ctrl.supported}setTool(e){return this.ok("setTool")&&this.ctrl.setTool(e),this}getTool(){return this.ctrl.getTool()}setSnapMode(e){return this.ok("setSnapMode")&&this.ctrl.setSnapMode(e),this}getSnapMode(){return this.ctrl.getSnapMode()}setStayMode(e){return this.ok("setStayMode")&&this.ctrl.setStayMode(e),this}getStayMode(){return this.ctrl.getStayMode()}setMode(e){return this.ok("setMode")&&this.ctrl.setMode(e),this}getMode(){return this.ctrl.getMode()}showToolbar(e=true){return this.ok("showToolbar")&&this.ctrl.showToolbar(e),this}setToolbar(e){return this.ok("setToolbar")&&this.ctrl.setToolbar(e),this}setToolShortcuts(e){return this.ok("setToolShortcuts")&&this.ctrl.setToolShortcuts(e),this}setExternalGhost(e){return this.ctrl.setExternalGhost(e),this}add(e,t={}){return this.ok("add")?this.ctrl.add(e,t):null}remove(e){return this.ctrl.remove(e),this}update(e,t){return this.ctrl.update(e,t),this}updateMany(e){return this.ctrl.updateMany(e),this}removeMany(e){return this.ctrl.removeMany(e),this}lock(e,t=true){return this.ctrl.setLocked(e,t),this}show(e,t=true){return this.ctrl.setVisible(e,t),this}select(e){return this.ok("select")&&this.ctrl.select(e==null?[]:typeof e=="string"?[e]:e),this}openSettings(e){return this.ok("openSettings")&&this.ctrl.openSettings(e),this}bringToFront(e){return this.ctrl.bringToFront(e),this}sendToBack(e){return this.ctrl.sendToBack(e),this}undo(){return this.ctrl.undo(),this}redo(){return this.ctrl.redo(),this}canUndo(){return this.ctrl.canUndo()}canRedo(){return this.ctrl.canRedo()}clone(e){return this.ok("clone")&&this.ctrl.clone(e),this}duplicate(e){return this.ok("duplicate")&&this.ctrl.duplicate(e),this}copyToClipboard(e){return this.ok("copy")&&this.ctrl.copy(e),this}paste(){return this.ok("paste")&&this.ctrl.paste(),this}all(){return this.ctrl.all()}toJSON(){return this.ctrl.toJSON()}fromJSON(e){return this.ctrl.fromJSON(e),this}favorites(){return this.ctrl.favorites()}isFavorite(e){return this.ctrl.isFavorite(e)}setFavorite(e,t){return this.ok("setFavorite")&&this.ctrl.setFavorite(e,t),this}setFavorites(e){return this.ok("setFavorites")&&this.ctrl.setFavorites([...e]),this}getConfig(){return this.ctrl.toJSON()}applyConfig(e){return this.ctrl.fromJSON(e),this}ok(e){return this.ctrl.supported?true:(console.warn(`[vela] chart.drawings.${e}() ignored \u2014 the active renderer has no userDrawings capability.`),false)}};function ga(r){let e=r.trim(),t=/^#([0-9a-f]{3})$/i.exec(e);if(t){let i=t[1];return {r:parseInt(i[0]+i[0],16),g:parseInt(i[1]+i[1],16),b:parseInt(i[2]+i[2],16)}}if(t=/^#([0-9a-f]{6})[0-9a-f]{0,2}$/i.exec(e),t){let i=t[1];return {r:parseInt(i.slice(0,2),16),g:parseInt(i.slice(2,4),16),b:parseInt(i.slice(4,6),16)}}let n=/^rgba?\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)/i.exec(e);return n?{r:parseFloat(n[1]),g:parseFloat(n[2]),b:parseFloat(n[3])}:null}function $(r,e){let t=ga(r);return t?`rgba(${t.r},${t.g},${t.b},${e})`:r}function Sp(r,e,t){let n=ga(r),i=ga(e);if(!n||!i)return r;let o=(s,a)=>Math.round(s+(a-s)*t);return `rgb(${o(n.r,i.r)},${o(n.g,i.g)},${o(n.b,i.b)})`}function He(r){let e=ga(r);return e?.2126*e.r+.7152*e.g+.0722*e.b<128:true}var ba={"--vela-space-1":"4px","--vela-space-2":"8px","--vela-space-3":"12px","--vela-space-4":"16px","--vela-radius-sm":"4px","--vela-radius-md":"6px","--vela-radius-lg":"10px","--vela-z-tooltip":"60","--vela-z-menu":"50","--vela-z-dialog":"40","--vela-z-popover":"6000","--vela-ease":"cubic-bezier(0.22, 1, 0.36, 1)","--vela-dur-fast":"90ms","--vela-dur-med":"160ms","--vela-font-size-sm":"11px","--vela-font-size-md":"12px","--vela-font-size-lg":"14px"};function va(r){let e=He(r.background),t=i=>e?`rgba(255,255,255,${i})`:$(r.textColor,i+.02),n=Sp(r.background,e?"#ffffff":r.textColor,e?.03:.05);return {"--vela-font":r.fontFamily,"--vela-bg":r.background,"--vela-fg":e?"#d1d4dc":r.textColor,"--vela-fg-muted":e?"#868a96":$(r.textColor,.62),"--vela-fg-faint":$(r.textColor,.35),"--vela-fg-bright":e?"#f0f3fa":"#000000","--vela-surface":r.background,"--vela-surface-elev":n,"--vela-surface-overlay":n,"--vela-surface-sunken":r.background,"--vela-border":r.borderColor,"--vela-border-strong":e?"#34353b":$(r.textColor,.28),"--vela-border-soft":r.borderColor,"--vela-border-faint":$(r.textColor,.08),"--vela-hover":t(.06),"--vela-active":t(.1),"--vela-hover-strong":t(.16),"--vela-focus":$(r.textColor,.5),"--vela-focus-soft":$(r.textColor,.12),"--vela-separator-hover-band":$(r.textColor,.1),"--vela-separator-hover-line":$(r.textColor,.55),"--vela-scroll":$(r.textColor,.3),"--vela-accent":Ee,"--vela-accent-bright":sr,"--vela-highlight":Mh,"--vela-selected-bg":e?"#f0f3fa":r.textColor,"--vela-selected-fg":e?r.background:"#ffffff","--vela-fg-on-fill":"#ffffff","--vela-up":r.upColor,"--vela-down":r.downColor,"--vela-danger":r.downColor,"--vela-shadow":"0 8px 30px rgba(0,0,0,0.5)","--vela-shadow-dialog":"0 20px 60px rgba(0,0,0,0.5)","--vela-backdrop":"rgba(0,0,0,0.45)"}}function fe(r,e){let t=n=>{for(let i in n)r.style.setProperty(i,n[i]);};t(ba),t(va(e));}function vt(r,e){let t=null,n=null,i=()=>{t!==null&&(clearTimeout(t),t=null),n?.remove(),n=null;},o=()=>{let a=e.text();if(!a)return;n=r.ownerDocument.createElement("div"),n.textContent=a,n.style.cssText="position:absolute;z-index:var(--vela-z-tooltip);pointer-events:none;background:var(--vela-bg);border:1px solid var(--vela-border);color:var(--vela-fg);border-radius:var(--vela-radius-md);padding:4px 9px;box-shadow:var(--vela-shadow);font:var(--vela-font-size-md) var(--vela-font);"+(e.wrap?"max-width:260px;":"white-space:nowrap;"),fe(n,e.theme()),e.host.appendChild(n);let c=r.getBoundingClientRect(),d=e.host.getBoundingClientRect();if(e.placement==="right")n.style.left=`${c.right-d.left+8}px`,n.style.top=`${c.top-d.top+(c.height-n.offsetHeight)/2}px`;else {let u=Math.min(c.left-d.left,Math.max(0,d.width-n.offsetWidth-4));n.style.left=`${Math.max(0,u)}px`,n.style.top=e.placement==="above"?`${Math.max(0,c.top-d.top-n.offsetHeight-6)}px`:`${c.bottom-d.top+6}px`;}},s=a=>{a.pointerType==="mouse"&&(i(),t=window.setTimeout(o,e.delayMs??700));};return r.addEventListener("pointerenter",s),r.addEventListener("pointerleave",i),r.addEventListener("pointerdown",i),()=>{r.removeEventListener("pointerenter",s),r.removeEventListener("pointerleave",i),r.removeEventListener("pointerdown",i),i();}}var y0=Object.defineProperty,w0=(r,e,t)=>e in r?y0(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,J=(r,e,t)=>w0(r,typeof e!="symbol"?e+"":e,t);function Cp(r){return r==null?[]:Array.isArray(r)?r:[r]}var Tp=r=>r[0],Ep=r=>r[r.length-1];function Pp(r,e,t={}){let{step:n=1,loop:i=true}=t,o=e+n,s=r.length,a=s-1;return e===-1?n>0?0:a:o<0?i?a:0:o>=s?i?0:e>s?s:e:o}function Lp(r,e,t={}){return r[Pp(r,e,t)]}function x0(r,e,t={}){let{step:n=1,loop:i=true}=t;return Pp(r,e,{step:-n,loop:i})}function Mp(r,e,t={}){return r[x0(r,e,t)]}var kp=r=>r?.constructor.name==="Array",S0=(r,e)=>{if(r.length!==e.length)return false;for(let t=0;t<r.length;t++)if(!vr(r[t],e[t]))return false;return true},vr=(r,e)=>{if(Object.is(r,e))return true;if(r==null&&e!=null||r!=null&&e==null)return false;if(typeof r?.isEqual=="function"&&typeof e?.isEqual=="function")return r.isEqual(e);if(typeof r=="function"&&typeof e=="function")return r.toString()===e.toString();if(kp(r)&&kp(e))return S0(Array.from(r),Array.from(e));if(typeof r!="object"||typeof e!="object")return false;let t=Object.keys(e??Object.create(null)),n=t.length;for(let i=0;i<n;i++)if(!Reflect.has(r,t[i]))return false;for(let i=0;i<n;i++){let o=t[i];if(!vr(r[o],e[o]))return false}return true};var C0=r=>r!=null&&typeof r=="object";var yr=r=>typeof r=="string",Ne=r=>typeof r=="function",Ip=r=>r==null,Vi=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),T0=r=>Object.prototype.toString.call(r),Ap=Function.prototype.toString,E0=Ap.call(Object),Vn=r=>{if(!C0(r)||T0(r)!="[object Object]"||M0(r))return false;let e=Object.getPrototypeOf(r);if(e===null)return true;let t=Vi(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&Ap.call(t)==E0},P0=r=>typeof r=="object"&&r!==null&&"$$typeof"in r&&"props"in r,L0=r=>typeof r=="object"&&r!==null&&"__v_isVNode"in r,M0=r=>P0(r)||L0(r);var _i=(r,...e)=>(typeof r=="function"?r(...e):r)??void 0,Vc=r=>r,Rp=r=>r(),_c=()=>{},tn=(...r)=>(...e)=>{r.forEach(function(t){t?.(...e);});};function nn(r){if(!Vn(r)||r===void 0)return r;let e=Reflect.ownKeys(r).filter(n=>typeof n=="string"),t={};for(let n of e){let i=r[n];i!==void 0&&(t[n]=nn(i));}return t}function wr(...r){r.length===1?r[0]:r[1];r.length===2?r[0]:true;}function Bc(...r){r.length===1?r[0]:r[1];r.length===2?r[0]:true;}function Bi(r,e){if(r==null)throw new Error(e())}var k0=(...r)=>r.map(e=>e?.trim?.()).filter(Boolean).join(" "),I0=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g,Dp=r=>{let e={},t;for(;t=I0.exec(r);)e[t[1]]=t[2];return e},A0=(r,e)=>{if(yr(r)){if(yr(e))return `${r};${e}`;r=Dp(r);}else yr(e)&&(e=Dp(e));return Object.assign({},r??{},e??{})};function Op(...r){let e={};for(let t of r){if(!t)continue;for(let i in e){if(i.startsWith("on")&&typeof e[i]=="function"&&typeof t[i]=="function"){e[i]=tn(t[i],e[i]);continue}if(i==="className"||i==="class"){e[i]=k0(e[i],t[i]);continue}if(i==="style"){e[i]=A0(e[i],t[i]);continue}e[i]=t[i]!==void 0?t[i]:e[i];}for(let i in t)e[i]===void 0&&(e[i]=t[i]);let n=Object.getOwnPropertySymbols(t);for(let i of n)e[i]=t[i];}return e}var rn=".",Vp="#",Fp=new WeakMap,_p=new WeakMap;function Hc(r){return r.join(rn)}function R0(r){return r.includes(rn)}function Bp(r){return r.startsWith(Vp)}function D0(r){return r.startsWith(rn)}function O0(r){return Bp(r)?r.slice(Vp.length):r}function zc(r,e){return r?`${r}${rn}${e}`:e}function F0(r){let e=new Map,t=new Map,n=(i,o)=>{e.set(i,o);let s=o.id;s&&(t.has(s)&&Bc(`[zag-js] Duplicate state id: "${s}"`),t.set(s,i));let a=o.states;if(a){Bi(o.initial,()=>`[zag-js] Compound state "${i}" has child states but no "initial" property`),o.initial in a||Bc(`[zag-js] Compound state "${i}" has initial "${String(o.initial)}" which is not a child state`);for(let[l,c]of Object.entries(a)){if(!c)continue;let d=zc(i,l);n(d,c);}}};for(let[i,o]of Object.entries(r.states))o&&n(i,o);return {index:e,idIndex:t}}function xr(r){let e=Fp.get(r);if(e)return e;let{index:t,idIndex:n}=F0(r);return Fp.set(r,t),_p.set(r,n),t}function N0(r,e){return xr(r),_p.get(r)?.get(e)}function $c(r){return r?String(r).split(rn).filter(Boolean):[]}function ya(r,e){if(!e)return [];let t=xr(r),n=$c(e),i=[],o=[];for(let s of n){o.push(s);let a=Hc(o),l=t.get(a);if(!l)break;i.push({path:a,state:l});}return i}function Hi(r,e){let t=xr(r),n=$c(e);if(!n.length)return e;let i=[];for(let a of n){i.push(a);let l=Hc(i);if(!t.has(l))return e}let o=Hc(i),s=t.get(o);for(;s?.initial;){let a=`${o}${rn}${s.initial}`,l=t.get(a);if(!l)break;o=a,s=l;}return o}function Np(r,e){return xr(r).has(e)}function Wc(r,e,t){let n=String(e);if(Bp(n)){let i=O0(n),o=N0(r,i);return Bi(o,()=>`[zag-js] Unknown state id: "${i}"`),Hi(r,o)}if(D0(n)&&t){let i=zc(t,n.slice(1));return Hi(r,i)}if(!R0(n)&&t){let i=$c(t);for(let o=i.length-1;o>=1;o--){let s=i.slice(0,o).join(rn),a=zc(s,n);if(Np(r,a))return Hi(r,a)}if(Np(r,n))return Hi(r,n)}return Hi(r,n)}function Hp(r,e,t){let n=ya(r,e);for(let o=n.length-1;o>=0;o--){let a=n[o]?.state.on?.[t];if(a)return {transitions:a,source:n[o]?.path}}return {transitions:r.on?.[t],source:void 0}}function zp(r,e,t,n){let i=e?ya(r,e):[],o=ya(r,t),s=0;for(;s<i.length&&s<o.length&&i[s]?.path===o[s]?.path;)s+=1;let a=i.slice(s).reverse(),l=o.slice(s),c=i.at(-1)?.path===o.at(-1)?.path;return n&&c&&(a=i.slice().reverse(),l=o),{exiting:a,entering:l}}function $p(r,e){return r?r===e||r.startsWith(`${e}${rn}`):false}function Wp(r,e,t){return ya(r,e).some(n=>n.state.tags?.includes(t))}function Gp(){return {and:(...r)=>function(t){return r.every(n=>t.guard(n))},or:(...r)=>function(t){return r.some(n=>t.guard(n))},not:r=>function(t){return !t.guard(r)}}}function wa(r){return xr(r),r}var Sr=(r=>(r.NotStarted="Not Started",r.Started="Started",r.Stopped="Stopped",r))(Sr||{}),zi="__init__";var V0=Object.defineProperty,_0=(r,e,t)=>e in r?V0(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,xa=(r,e,t)=>_0(r,typeof e!="symbol"?e+"":e,t);var Up=(r,e)=>r.map((t,n)=>r[(Math.max(e,0)+n)%r.length]);var $i=()=>{},Wi=r=>typeof r=="object"&&r!==null;var Ge=r=>r?"":void 0,Gc=r=>r?"true":void 0;var B0=1,H0=9,z0=11;var Q=r=>Wi(r)&&r.nodeType===B0&&typeof r.nodeName=="string",Gi=r=>Wi(r)&&r.nodeType===H0,$0=r=>Wi(r)&&r===r.window;var Yp=r=>Q(r)?r.localName||"":"#document";function Kp(r){return ["html","body","#document"].includes(Yp(r))}var Xp=r=>Wi(r)&&r.nodeType!==void 0,_n=r=>Xp(r)&&r.nodeType===z0&&"host"in r,Uc=r=>Q(r)&&r.localName==="input",jp=r=>!!r?.matches("a[href]"),qp=r=>Q(r)?r.offsetWidth>0||r.offsetHeight>0||r.getClientRects().length>0:false;function Ui(r){if(!r)return false;let e=r.getRootNode();return yt(e)===r}var W0=/(textarea|select)/;function Cr(r){if(r==null||!Q(r))return false;try{return Uc(r)&&r.selectionStart!=null||W0.test(r.localName)||r.isContentEditable||r.getAttribute("contenteditable")==="true"||r.getAttribute("contenteditable")===""}catch{return false}}function Ve(r,e){if(!r||!e||!Q(r)||!Xp(e))return false;if(Q(e)&&r===e||r.contains(e))return true;let t=e.getRootNode?.();if(t&&_n(t)){let n=e;for(;n;){if(r===n)return true;n=n.parentNode||n.host;}}return false}function ue(r){return Gi(r)?r:$0(r)?r.document:r?.ownerDocument??document}function G0(r){return ue(r).documentElement}function ae(r){return _n(r)?ae(r.host):Gi(r)?r.defaultView??window:Q(r)?r.ownerDocument?.defaultView??window:window}function yt(r){let e=r.activeElement;for(;e?.shadowRoot;){let t=e.shadowRoot.activeElement;if(!t||t===e)break;e=t;}return e}function Zp(r){if(Yp(r)==="html")return r;let e=r.assignedSlot||r.parentNode||_n(r)&&r.host||G0(r);return _n(e)?e.host:e}function Sa(r){let e;try{if(e=r.getRootNode({composed:!0}),Gi(e)||_n(e))return e}catch{}return r.ownerDocument??document}var Yc=new WeakMap;function Tr(r){return Yc.has(r)||Yc.set(r,ae(r).getComputedStyle(r)),Yc.get(r)}var Kc=new Set(["menu","listbox","dialog","grid","tree","region","application"]),U0=r=>Kc.has(r),Jp=r=>r.getAttribute("aria-controls")?.split(" ")||[];function Ca(r,e){let t=new Set,n=Sa(r),i=o=>{let s=o.querySelectorAll("[aria-controls]");for(let a of s){if(a.getAttribute("aria-expanded")!=="true")continue;let l=Jp(a);for(let c of l){if(!c||t.has(c))continue;t.add(c);let d=n.getElementById(c);if(d){let u=d.getAttribute("role"),h=d.getAttribute("aria-modal")==="true";if(u&&U0(u)&&!h&&(d===e||d.contains(e)||i(d)))return true}}}return false};return i(r)}function Xc(r,e){let t=Sa(r),n=new Set,i=o=>{let s=o.querySelectorAll("[aria-controls]");for(let a of s){if(a.getAttribute("aria-expanded")!=="true")continue;let l=Jp(a);for(let c of l){if(!c||n.has(c))continue;n.add(c);let d=t.getElementById(c);if(d){let u=d.getAttribute("role"),h=d.getAttribute("aria-modal")==="true";u&&Kc.has(u)&&!h&&(e(d),i(d));}}}};i(r);}function Qp(r){let e=new Set;return Xc(r,t=>{r.contains(t)||e.add(t);}),Array.from(e)}function Y0(r){let e=r.getAttribute("role");return !!(e&&Kc.has(e))}function K0(r){return r.hasAttribute("aria-controls")&&r.getAttribute("aria-expanded")==="true"}function em(r){return K0(r)?true:!!r.querySelector?.('[aria-controls][aria-expanded="true"]')}function tm(r){if(!r.id)return false;let e=Sa(r),t=CSS.escape(r.id),n=`[aria-controls~="${t}"][aria-expanded="true"], [aria-controls="${t}"][aria-expanded="true"]`;return !!(e.querySelector(n)&&Y0(r))}var jc=()=>typeof document<"u";function X0(){return navigator.userAgentData?.platform??navigator.platform}function j0(){let r=navigator.userAgentData;return r&&Array.isArray(r.brands)?r.brands.map(({brand:e,version:t})=>`${e}/${t}`).join(" "):navigator.userAgent}var qc=r=>jc()&&r.test(X0()),nm=r=>jc()&&r.test(j0());var Zc=()=>jc()&&!!navigator.maxTouchPoints,q0=()=>qc(/^iPhone/i),Z0=()=>qc(/^iPad/i)||Er()&&navigator.maxTouchPoints>1,rm=()=>q0()||Z0();var Er=()=>qc(/^Mac/i);var im=()=>nm(/Firefox/i);var om=()=>nm(/Android/i);function J0(r){return r.composedPath?.()??r.nativeEvent?.composedPath?.()}function ge(r){return J0(r)?.[0]??r.target}function Jc(r){let e=r.currentTarget;if(!e||!e.matches("a[href], button[type='submit'], input[type='submit']"))return false;let n=r.button===1,i=Q0(r);return n||i}function Qc(r){let e=r.currentTarget;if(!e)return false;let t=e.localName;return r.altKey?t==="a"||t==="button"&&e.type==="submit"||t==="input"&&e.type==="submit":false}function Q0(r){return Er()?r.metaKey:r.ctrlKey}function am(r){return r.key.length===1&&!r.ctrlKey&&!r.metaKey}function lm(r){return r.pointerType===""&&r.isTrusted?true:om()&&r.pointerType?r.type==="click"&&r.buttons===1:r.detail===0&&!r.pointerType}var Ta=r=>r.button===2||Er()&&r.ctrlKey&&r.button===0,cm=r=>r.ctrlKey||r.altKey||r.metaKey,eC=r=>"touches"in r&&r.touches.length>0,tC={Up:"ArrowUp",Down:"ArrowDown",Esc:"Escape"," ":"Space",",":"Comma",Left:"ArrowLeft",Right:"ArrowRight"},sm={ArrowLeft:"ArrowRight",ArrowRight:"ArrowLeft"};function ed(r,e={}){let{dir:t="ltr",orientation:n="horizontal"}=e,i=r.key;return i=tC[i]??i,t==="rtl"&&n==="horizontal"&&i in sm&&(i=sm[i]),i}function Pr(r,e="client"){let t=eC(r)?r.touches[0]||r.changedTouches[0]:r;return {x:t[`${e}X`],y:t[`${e}Y`]}}var Me=(r,e,t,n)=>{let i=typeof r=="function"?r():r;return i?.addEventListener(e,t,n),()=>{i?.removeEventListener(e,t,n);}};var dm=r=>Q(r)&&r.tagName==="IFRAME",nC=/^(audio|video|details)$/;function um(r){let e=r.getAttribute("tabindex");return e?parseInt(e,10):NaN}var rC=r=>!Number.isNaN(um(r)),iC=r=>um(r)<0;function oC(r){return Uc(r)&&r.type==="radio"}function sC(r){if(!oC(r)||!r.name||r.checked)return true;let e=`input[type="radio"][name="${CSS.escape(r.name)}"]`,t=r.form??r.ownerDocument,n=Array.from(t.querySelectorAll(e)).filter(o=>o.form===r.form&&Ue(o)),i=n.find(o=>o.checked);return i?i===r:n[0]===r}function aC(r,e){if(!e)return null;if(e===true)return r.shadowRoot||null;let t=e(r);return (t===true?r.shadowRoot:t)||null}function hm(r,e,t){let n=[...r],i=[...r],o=new Set,s=new Map;r.forEach((l,c)=>s.set(l,c));let a=0;for(;a<i.length;){let l=i[a++];if(!l||o.has(l))continue;o.add(l);let c=aC(l,e);if(c){let d=Array.from(c.querySelectorAll(Ea)).filter(t),u=s.get(l);if(u!==void 0){let h=u+1;n.splice(h,0,...d),d.forEach((p,m)=>{s.set(p,h+m);});for(let p=h+d.length;p<n.length;p++)s.set(n[p],p);}else {let h=n.length;n.push(...d),d.forEach((p,m)=>{s.set(p,h+m);});}i.push(...d);}}return n}var Ea="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false']), details > summary:first-of-type",td=(r,e={})=>{if(!r)return [];let{includeContainer:t=false,getShadowRoot:n}=e,i=Array.from(r.querySelectorAll(Ea));(t==true||t=="if-empty"&&i.length===0)&&Q(r)&&Ue(r)&&i.unshift(r);let s=[];for(let a of i)if(Ue(a)){if(dm(a)&&a.contentDocument){let l=a.contentDocument.body;s.push(...td(l,{getShadowRoot:n}));continue}s.push(a);}return n?hm(s,n,Ue):s};function Ue(r){return !Q(r)||r.closest("[inert]")?false:r.matches(Ea)&&qp(r)}function Lr(r,e={}){if(!r)return [];let{includeContainer:t,getShadowRoot:n}=e,i=Array.from(r.querySelectorAll(Ea));t&&on(r)&&i.unshift(r);let o=[];for(let s of i)if(on(s)){if(dm(s)&&s.contentDocument){let a=s.contentDocument.body;o.push(...Lr(a,{getShadowRoot:n}));continue}o.push(s);}if(n){let s=hm(o,n,on);return !s.length&&t?i:s}return !o.length&&t?i:o}function on(r){return Q(r)&&r.tabIndex>0?true:!Ue(r)||iC(r)?false:sC(r)}function pm(r,e={}){let t=Lr(r,e),n=t[0]||null,i=t[t.length-1]||null;return [n,i]}function Mr(r){return r.tabIndex<0&&(nC.test(r.localName)||Cr(r))&&!rC(r)?0:r.tabIndex}function Pa(r){let{root:e,getInitialEl:t,filter:n,enabled:i=true}=r;if(!i)return;let o=null;if(o||(o=typeof t=="function"?t():t),o||(o=e?.querySelector("[data-autofocus],[autofocus]")),!o){let s=Lr(e);o=n?s.filter(n)[0]:s[0];}return o||e||void 0}function mm(r){let e=r.currentTarget;if(!e)return false;let[t,n]=pm(e);return !(Ui(t)&&r.shiftKey||Ui(n)&&!r.shiftKey||!t&&!n)}var lC=class fm{constructor(){xa(this,"id",null),xa(this,"fn_cleanup"),xa(this,"cleanup",()=>{this.cancel();});}static create(){return new fm}request(e){this.cancel(),this.id=globalThis.requestAnimationFrame(()=>{this.id=null,this.fn_cleanup=e?.();});}cancel(){this.id!==null&&(globalThis.cancelAnimationFrame(this.id),this.id=null),this.fn_cleanup?.(),this.fn_cleanup=void 0;}isActive(){return this.id!==null}};function he(r){let e=lC.create();return e.request(r),e.cleanup}function gm(r){let e=new Set;function t(n){let i=globalThis.requestAnimationFrame(n);e.add(()=>globalThis.cancelAnimationFrame(i));}return t(()=>t(r)),function(){e.forEach(i=>i());}}function bm(r,e,t){let n=he(()=>{r.removeEventListener(e,i,true),t();}),i=()=>{n(),t();};return r.addEventListener(e,i,{once:true,capture:true}),n}function cC(r,e){if(!r)return;let{attributes:t,callback:n}=e,i=r.ownerDocument.defaultView||window,o=new i.MutationObserver(s=>{for(let a of s)a.type==="attributes"&&a.attributeName&&t.includes(a.attributeName)&&n(a);});return o.observe(r,{attributes:true,attributeFilter:t}),()=>o.disconnect()}function vm(r,e){let n=he,i=[];return i.push(n(()=>{let o=typeof r=="function"?r():r;i.push(cC(o,e));})),()=>{i.forEach(o=>o?.());}}function ym(r){let e=()=>{let t=ae(r);r.dispatchEvent(new t.MouseEvent("click"));};im()?bm(r,"keyup",e):queueMicrotask(e);}function La(r){let e=Zp(r);return Kp(e)?ue(e).body:Q(e)&&nd(e)?e:La(e)}var dC=/auto|scroll|overlay|hidden|clip/,uC=new Set(["inline","contents"]);function nd(r){let e=ae(r),{overflow:t,overflowX:n,overflowY:i,display:o}=e.getComputedStyle(r);return dC.test(t+i+n)&&!uC.has(o)}function kr(r,e){return Array.from(r?.querySelectorAll(e)??[])}var Ma=r=>r.id;function hC(r,e,t=Ma){return r.find(n=>t(n)===e)}function wm(r,e,t=Ma){let n=hC(r,e,t);return n?r.indexOf(n):-1}function pC(r){return r.scrollHeight>r.clientHeight||r.scrollWidth>r.clientWidth}function xm(r,e){let{rootEl:t,...n}=e||{};!r||!t||!nd(t)||!pC(t)||r.scrollIntoView(n);}var mC=r=>r.split("").map(e=>{let t=e.charCodeAt(0);return t>0&&t<128?e:t>=128&&t<=255?`/x${t.toString(16)}`.replace("/","\\"):""}).join("").trim(),fC=r=>mC(r.dataset?.valuetext??r.textContent??""),gC=(r,e)=>r.trim().toLowerCase().startsWith(e.toLowerCase());function Sm(r,e,t,n=Ma){let i=t?wm(r,t,n):-1,o=t?Up(r,i):r;return e.length===1&&(o=o.filter(a=>n(a)!==t)),o.find(a=>gC(fC(a),e))}function Yi(r,e){if(!r)return $i;let t=Object.keys(e).reduce((n,i)=>(n[i]=r.style.getPropertyValue(i),n),{});return bC(t,e)?$i:(Object.assign(r.style,e),()=>{Object.assign(r.style,t),r.style.length===0&&r.removeAttribute("style");})}function Cm(r,e,t){if(!r)return $i;let n=r.style.getPropertyValue(e);return n===t?$i:(r.style.setProperty(e,t),()=>{r.style.setProperty(e,n),r.style.length===0&&r.removeAttribute("style");})}function bC(r,e){return Object.keys(r).every(t=>r[t]===e[t])}function vC(r,e){let{state:t,activeId:n,key:i,timeout:o=350,itemToId:s}=e,a=t.keysSoFar+i,c=a.length>1&&Array.from(a).every(m=>m===a[0])?a[0]:a,d=r.slice(),u=Sm(d,c,n,s);function h(){clearTimeout(t.timer),t.timer=-1;}function p(m){t.keysSoFar=m,h(),m!==""&&(t.timer=+setTimeout(()=>{p(""),h();},o));}return p(a),u}var ka=Object.assign(vC,{defaultOptions:{keysSoFar:"",timer:-1},isValidEvent:yC});function yC(r){return r.key.length===1&&!r.ctrlKey&&!r.metaKey}function wC(r,e,t){let{signal:n}=e;return [new Promise((s,a)=>{let l=setTimeout(()=>{a(new Error(`Timeout of ${t}ms exceeded`));},t);n.addEventListener("abort",()=>{clearTimeout(l),a(new DOMException("Promise aborted","AbortError"));}),r.then(c=>{n.aborted||(clearTimeout(l),s(c));}).catch(c=>{n.aborted||(clearTimeout(l),a(c));});}),()=>e.abort()]}function Tm(r,e){let{timeout:t,rootNode:n}=e,i=ae(n),o=ue(n),s=new i.AbortController;return wC(new Promise(a=>{let l=r();if(l){a(l);return}let c=new i.MutationObserver(()=>{let d=r();d&&d.isConnected&&(c.disconnect(),a(d));});c.observe(o.body,{childList:true,subtree:true});}),s,t)}function Em(r){let e=()=>r.getRootNode?.()??document,t=()=>ue(e());return {...r,getRootNode:e,getDoc:t,getWin:()=>t().defaultView??window,getActiveElement:()=>yt(e()),isActiveElement:Ui,getById:s=>e().getElementById(s)}}function Pm(r){return new Proxy({},{get(e,t){return t==="style"?n=>r({style:n}).style:r}})}var Lm={onFocus:"onFocusin",onBlur:"onFocusout",onChange:"onInput",onDoubleClick:"onDblclick",htmlFor:"for",className:"class",defaultValue:"value",defaultChecked:"checked"},xC=new Set(["viewBox","preserveAspectRatio"]),SC=r=>{let e="";for(let t in r){let n=r[t];n!=null&&(t.startsWith("--")||(t=t.replace(/[A-Z]/g,i=>`-${i.toLowerCase()}`)),e+=`${t}:${n};`);}return e},Ir=Pm(r=>Object.entries(r).reduce((e,[t,n])=>{if(n===void 0)return e;if(t in Lm&&(t=Lm[t]),t==="style"&&typeof n=="object")return e.style=SC(n),e;let i=xC.has(t)?t:t.toLowerCase();return e[i]=n,e},{}));var Ia=new WeakMap,Mm=new Set(["value","checked","selected"]),CC=new Set(["viewBox","preserveAspectRatio","clipPath","clipRule","fillRule","strokeWidth","strokeLinecap","strokeLinejoin","strokeDasharray","strokeDashoffset","strokeMiterlimit"]),TC=r=>r.tagName==="svg"||r.namespaceURI==="http://www.w3.org/2000/svg",Aa=(r,e)=>TC(r)&&CC.has(e)?e:e.toLowerCase();function _e(r,e,t){let n=t||"default",i=Ia.get(r);i||(i=new Map,Ia.set(r,i));let o=i.get(n)||{},s=Object.keys(e),a=(f,g)=>{r.addEventListener(f.toLowerCase(),g);},l=(f,g)=>{r.removeEventListener(f.toLowerCase(),g);},c=f=>f.startsWith("on"),d=f=>!f.startsWith("on"),u=f=>a(f.substring(2),e[f]),h=f=>l(f.substring(2),e[f]),p=f=>{let g=e[f],b=o[f];if(g!==b){if(f==="class"){r.className=g??"";return}if(Mm.has(f)){r[f]=g??"";return}if(typeof g=="boolean"&&!f.includes("aria-")){r.toggleAttribute(Aa(r,f),g);return}if(f==="children"){r.innerHTML=g;return}if(g!=null){r.setAttribute(Aa(r,f),g);return}r.removeAttribute(Aa(r,f));}};for(let f in o)e[f]==null&&(f==="class"?r.className="":Mm.has(f)?r[f]="":r.removeAttribute(Aa(r,f)));return Object.keys(o).filter(c).forEach(f=>{l(f.substring(2),o[f]);}),s.filter(c).forEach(u),s.filter(d).forEach(p),i.set(n,e),function(){s.filter(c).forEach(h);let g=Ia.get(r);g&&(g.delete(n),g.size===0&&Ia.delete(r));}}function EC(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global}function rd(r,e){let t=EC();return t?(t[r]||(t[r]=e()),t[r]):e()}var Ar=rd("__zag__refSet",()=>new WeakSet);var PC=r=>typeof r=="object"&&r!==null&&"$$typeof"in r&&"props"in r,LC=r=>typeof r=="object"&&r!==null&&"__v_isVNode"in r,MC=r=>typeof r=="object"&&r!==null&&"nodeType"in r&&typeof r.nodeName=="string",kC=r=>PC(r)||LC(r)||MC(r),Ra=r=>r!==null&&typeof r=="object",id=r=>Ra(r)&&!Ar.has(r)&&(Array.isArray(r)||!(Symbol.iterator in r))&&!kC(r)&&!(r instanceof WeakMap)&&!(r instanceof WeakSet)&&!(r instanceof Error)&&!(r instanceof Number)&&!(r instanceof Date)&&!(r instanceof String)&&!(r instanceof RegExp)&&!(r instanceof ArrayBuffer)&&!(r instanceof Promise)&&!(r instanceof File)&&!(r instanceof Blob)&&!(r instanceof AbortController);var IC=Symbol();var km=Object.getPrototypeOf,od=new WeakMap,AC=r=>r&&(od.has(r)?od.get(r):km(r)===Object.prototype||km(r)===Array.prototype);var Im=r=>AC(r)&&r[IC]||null,sd=(r,e=true)=>{od.set(r,e);};var Bn=rd("__zag__proxyStateMap",()=>new WeakMap),RC=(r=Object.is,e=(a,l)=>new Proxy(a,l),t=new WeakMap,n=(a,l)=>{let c=t.get(a);if(c?.[0]===l)return c[1];let d=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a));return sd(d,true),t.set(a,[l,d]),Reflect.ownKeys(a).forEach(u=>{let h=Reflect.get(a,u);Ar.has(h)?(sd(h,false),d[u]=h):Bn.has(h)?d[u]=Am(h):d[u]=h;}),Object.freeze(d)},i=new WeakMap,o=[1,1],s=a=>{if(!Ra(a))throw new Error("object required");let l=i.get(a);if(l)return l;let c=o[0],d=new Set,u=(S,P=++o[0])=>{c!==P&&(c=P,d.forEach(k=>k(S,P)));},h=o[1],p=(S=++o[1])=>(h!==S&&!d.size&&(h=S,f.forEach(([P])=>{let k=P[1](S);k>c&&(c=k);})),c),m=S=>(P,k)=>{let T=[...P];T[1]=[S,...T[1]],u(T,k);},f=new Map,g=(S,P)=>{if(d.size){let k=P[3](m(S));f.set(S,[P,k]);}else f.set(S,[P]);},b=S=>{let P=f.get(S);P&&(f.delete(S),P[1]?.());},y=S=>(d.add(S),d.size===1&&f.forEach(([k,T],M)=>{let L=k[3](m(M));f.set(M,[k,L]);}),()=>{d.delete(S),d.size===0&&f.forEach(([k,T],M)=>{T&&(T(),f.set(M,[k]));});}),v=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a)),E=e(v,{deleteProperty(S,P){let k=Reflect.get(S,P);b(P);let T=Reflect.deleteProperty(S,P);return T&&u(["delete",[P],k]),T},set(S,P,k,T){let M=Reflect.has(S,P),L=Reflect.get(S,P,T);if(M&&(r(L,k)||i.has(k)&&r(L,i.get(k))))return true;b(P),Ra(k)&&(k=Im(k)||k);let C=k;if(!Object.getOwnPropertyDescriptor(S,P)?.set){!Bn.has(k)&&id(k)&&(C=Da(k));let I=!Ar.has(C)&&Bn.get(C);I&&g(P,I);}return Reflect.set(S,P,C,T),u(["set",[P],k,L]),true}});i.set(a,E);let x=[v,p,n,y];return Bn.set(E,x),Reflect.ownKeys(a).forEach(S=>{let P=Object.getOwnPropertyDescriptor(a,S);P.get||P.set?Object.defineProperty(v,S,P):E[S]=a[S];}),E})=>[s,Bn,Ar,r,e,id,t,n,i,o],[DC]=RC();function Da(r={}){return DC(r)}function Oa(r,e,t){let n=Bn.get(r);let i,o=[],s=n[3],a=false,c=s(d=>{if(o.push(d),t);i||(i=Promise.resolve().then(()=>{i=void 0,a&&e(o.splice(0));}));});return a=true,()=>{a=false,c();}}function Am(r){let e=Bn.get(r);let[t,n,i]=e;return i(t,n())}function Xi(r){let e=r().value??r().defaultValue;r().debug&&console.log(`[bindable > ${r().debug}] initial`,e);let t=r().isEqual??Object.is,n=Da({value:e}),i=()=>r().value!==void 0;return {initial:e,ref:n,get(){return i()?r().value:n.value},set(o){let s=i()?r().value:n.value,a=Ne(o)?o(s):o;r().debug&&console.log(`[bindable > ${r().debug}] setValue`,{next:a,prev:s}),i()||(n.value=a),t(a,s)||r().onChange?.(a,s);},invoke(o,s){r().onChange?.(o,s);},hash(o){return r().hash?.(o)??String(o)}}}Xi.cleanup=r=>{};Xi.ref=r=>{let e=r;return {get:()=>e,set:t=>{e=t;}}};function Rm(r){let e={current:r};return {get(t){return e.current[t]},set(t,n){e.current[t]=n;}}}function ad(r,e){if(!Vn(r)||!Vn(e))return e===void 0?r:e;let t={...r};for(let n of Object.keys(e)){let i=e[n],o=r[n];i!==void 0&&(Vn(o)&&Vn(i)?t[n]=ad(o,i):t[n]=i);}return t}var ld=class{constructor(r,e={}){J(this,"machine",r),J(this,"scope"),J(this,"context"),J(this,"prop"),J(this,"state"),J(this,"refs"),J(this,"computed"),J(this,"event",{type:""}),J(this,"previousEvent",{type:""}),J(this,"effects",new Map),J(this,"transition",null),J(this,"cleanups",[]),J(this,"subscriptions",[]),J(this,"userPropsRef"),J(this,"getEvent",()=>({...this.event,current:()=>this.event,previous:()=>this.previousEvent})),J(this,"getState",()=>({...this.state,matches:(...u)=>u.some(h=>$p(this.state.get(),h)),hasTag:u=>Wp(this.machine,this.state.get(),u)})),J(this,"debug",(...u)=>{this.machine.debug&&console.log(...u);}),J(this,"notify",()=>{this.publish();}),J(this,"send",u=>{this.status===Sr.Started&&queueMicrotask(()=>{if(!u)return;this.previousEvent=this.event,this.event=u,this.debug("send",u);let h=this.state.get(),p=u.type,{transitions:m,source:f}=Hp(this.machine,h,p),g=this.choose(m);if(!g)return;this.transition=g;let b=Wc(this.machine,g.target??h,f);this.debug("transition",g),b!==h?this.state.set(b):g.reenter?this.state.invoke(h,h):this.action(g.actions);});}),J(this,"action",u=>{let h=Ne(u)?u(this.getParams()):u;if(!h)return;let p=h.map(m=>{let f=this.machine.implementations?.actions?.[m];return f||wr(`[zag-js] No implementation found for action "${JSON.stringify(m)}"`),f});for(let m of p)m?.(this.getParams());}),J(this,"guard",u=>{if(Ne(u))return u(this.getParams());let h=this.machine.implementations?.guards?.[u];return h||wr(`[zag-js] No implementation found for guard "${JSON.stringify(u)}"`),h?.(this.getParams())}),J(this,"effect",u=>{let h=Ne(u)?u(this.getParams()):u;if(!h)return;let p=h.map(f=>{let g=this.machine.implementations?.effects?.[f];return g||wr(`[zag-js] No implementation found for effect "${JSON.stringify(f)}"`),g}),m=[];for(let f of p){let g=f?.(this.getParams());g&&m.push(g);}return ()=>m.forEach(f=>f?.())}),J(this,"choose",u=>Cp(u).find(h=>{let p=!h.guard;return yr(h.guard)?p=!!this.guard(h.guard):Ne(h.guard)&&(p=h.guard(this.getParams())),p})),J(this,"subscribe",u=>(this.subscriptions.push(u),()=>{let h=this.subscriptions.indexOf(u);h>-1&&this.subscriptions.splice(h,1);})),J(this,"status",Sr.NotStarted),J(this,"publish",()=>{this.callTrackers(),this.subscriptions.forEach(u=>u(this.service));}),J(this,"trackers",[]),J(this,"setupTrackers",()=>{this.machine.watch?.(this.getParams());}),J(this,"callTrackers",()=>{this.trackers.forEach(({deps:u,fn:h})=>{let p=u.map(m=>m());vr(h.prev,p)||(h(),h.prev=p);});}),J(this,"getParams",()=>({state:this.getState(),context:this.context,event:this.getEvent(),prop:this.prop,send:this.send,action:this.action,guard:this.guard,track:(u,h)=>{h.prev=u.map(p=>p()),this.trackers.push({deps:u,fn:h});},refs:this.refs,computed:this.computed,flush:Rp,scope:this.scope,choose:this.choose})),this.userPropsRef={current:e};let{id:t,ids:n,getRootNode:i}=_i(e);this.scope=Em({id:t,ids:n,getRootNode:i});let o=u=>{let h=_i(this.userPropsRef.current);return (r.props?.({props:nn(h),scope:this.scope})??h)[u]};this.prop=o;let s=r.context?.({prop:o,bindable:Xi,scope:this.scope,flush(u){queueMicrotask(u);},getContext(){return a},getComputed(){return l},getRefs(){return c},getEvent:this.getEvent.bind(this)});s&&Object.values(s).forEach(u=>{let h=Oa(u.ref,()=>this.notify());this.cleanups.push(h);});let a={get(u){return s?.[u].get()},set(u,h){s?.[u].set(h);},initial(u){return s?.[u].initial},hash(u){let h=s?.[u].get();return s?.[u].hash(h)}};this.context=a;let l=u=>(Bi(r.computed,()=>"[zag-js] No computed object found on machine"),r.computed[u]({context:a,event:this.getEvent(),prop:o,refs:this.refs,scope:this.scope,computed:l}));this.computed=l;let c=Rm(r.refs?.({prop:o,context:a})??{});this.refs=c;let d=Xi(()=>({defaultValue:Wc(r,r.initialState({prop:o})),onChange:(u,h)=>{let{exiting:p,entering:m}=zp(this.machine,h,u,this.transition?.reenter);if(p.forEach(f=>{this.effects.get(f.path)?.(),this.effects.delete(f.path);}),p.forEach(f=>{this.action(f.state?.exit);}),this.action(this.transition?.actions),m.forEach(f=>{let g=this.effect(f.state?.effects);if(g){let b=this.effects.get(f.path);this.effects.set(f.path,b?tn(b,g):g);}}),h===zi){this.action(r.entry);let f=this.effect(r.effects);if(f){let g=this.effects.get(zi);this.effects.set(zi,g?tn(g,f):f);}}m.forEach(f=>{this.action(f.state?.entry);});}}));this.state=d,this.cleanups.push(Oa(this.state.ref,()=>this.notify()));}updateProps(r){let e=this.userPropsRef.current;this.userPropsRef.current=()=>{let t=_i(e),n=_i(r);return ad(t,n)},this.notify();}start(){this.status=Sr.Started,this.debug("initializing..."),this.state.invoke(this.state.initial,zi),this.setupTrackers();}stop(){this.effects.forEach(r=>r?.()),this.effects.clear(),this.transition=null,this.action(this.machine.exit),this.cleanups.forEach(r=>r()),this.cleanups=[],this.subscriptions=[],this.status=Sr.Stopped,this.debug("unmounting...");}get service(){return {state:this.getState(),send:this.send,context:this.context,prop:this.prop,scope:this.scope,refs:this.refs,computed:this.computed,event:this.getEvent(),getStatus:()=>this.status}}};function Fa(r,e,t){let n=new ld(r,e),i=n.subscribe(t);return n.start(),t(n.service),{service:n.service,flush:()=>t(n.service),stop:()=>{i(),n.stop();}}}var OC=0;function Na(r){return `${r}-${++OC}`}function Hn(r,e=8){return `${r}::-webkit-scrollbar{width:${e}px;height:${e}px;}${r}::-webkit-scrollbar-thumb{background:var(--vela-scroll);border-radius:4px;border:2px solid transparent;background-clip:padding-box;}${r}::-webkit-scrollbar-track{background:transparent;}${r}::-webkit-scrollbar-button{display:none;width:0;height:0;}`}var Dm="outline:none;transition:border-color .12s ease,box-shadow .12s ease;",Om="border-color:var(--vela-focus);box-shadow:0 0 0 3px var(--vela-focus-soft);";function ie(r,e,t=document){if(typeof document>"u")return;let n=t instanceof Document?t.head:t;if(t.getElementById?.(r)??n.querySelector(`#${CSS.escape(r)}`))return;let i=document.createElement("style");i.id=r,i.textContent=e,n.appendChild(i);}function ke(r,e=document){let t=e.createElement("span");t.className="vela-icon",t.setAttribute("aria-hidden","true");let n=ts(r);return n&&(t.innerHTML=n),t}var Vt=(r,e=[])=>({parts:(...t)=>{if(FC(e))return Vt(r,t);throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?")},extendWith:(...t)=>Vt(r,[...e,...t]),omit:(...t)=>Vt(r,e.filter(n=>!t.includes(n))),rename:t=>Vt(t,e),keys:()=>e,build:()=>[...new Set(e)].reduce((t,n)=>Object.assign(t,{[n]:{selector:[`&[data-scope="${Rr(r)}"][data-part="${Rr(n)}"]`,`& [data-scope="${Rr(r)}"][data-part="${Rr(n)}"]`].join(", "),attrs:{"data-scope":Rr(r),"data-part":Rr(n)}}}),{})}),Rr=r=>r.replace(/([A-Z])([A-Z])/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),FC=r=>r.length===0;var NC=Vt("menu").parts("arrow","arrowTip","content","contextTrigger","indicator","item","itemGroup","itemGroupLabel","itemIndicator","itemText","positioner","separator","trigger","triggerItem"),Ce=NC.build();var Vm=["top","right","bottom","left"];var wt=Math.min,nt=Math.max,qi=Math.round,Zi=Math.floor,xt=r=>({x:r,y:r}),VC={left:"right",right:"left",bottom:"top",top:"bottom"};function cd(r,e,t){return nt(r,wt(e,t))}function St(r,e){return typeof r=="function"?r(e):r}function _t(r){return r.split("-")[0]}function zn(r){return r.split("-")[1]}function _a(r){return r==="x"?"y":"x"}function Ba(r){return r==="y"?"height":"width"}function rt(r){let e=r[0];return e==="t"||e==="b"?"y":"x"}function Ha(r){return _a(rt(r))}function _m(r,e,t){t===void 0&&(t=false);let n=zn(r),i=Ha(r),o=Ba(i),s=i==="x"?n===(t?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=ji(s)),[s,ji(s)]}function Bm(r){let e=ji(r);return [Va(r),e,Va(e)]}function Va(r){return r.includes("start")?r.replace("start","end"):r.replace("end","start")}var Fm=["left","right"],Nm=["right","left"],_C=["top","bottom"],BC=["bottom","top"];function HC(r,e,t){switch(r){case "top":case "bottom":return t?e?Nm:Fm:e?Fm:Nm;case "left":case "right":return e?_C:BC;default:return []}}function Hm(r,e,t,n){let i=zn(r),o=HC(_t(r),t==="start",n);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Va)))),o}function ji(r){let e=_t(r);return VC[e]+r.slice(e.length)}function zC(r){var e,t,n,i;return {top:(e=r.top)!=null?e:0,right:(t=r.right)!=null?t:0,bottom:(n=r.bottom)!=null?n:0,left:(i=r.left)!=null?i:0}}function dd(r){return typeof r!="number"?zC(r):{top:r,right:r,bottom:r,left:r}}function $n(r){let{x:e,y:t,width:n,height:i}=r;return {width:n,height:i,top:t,left:e,right:e+n,bottom:t+i,x:e,y:t}}function zm(r,e,t){let{reference:n,floating:i}=r,o=rt(e),s=Ha(e),a=Ba(s),l=_t(e),c=o==="y",d=n.x+n.width/2-i.width/2,u=n.y+n.height/2-i.height/2,h=n[a]/2-i[a]/2,p;switch(l){case "top":p={x:d,y:n.y-i.height};break;case "bottom":p={x:d,y:n.y+n.height};break;case "right":p={x:n.x+n.width,y:u};break;case "left":p={x:n.x-i.width,y:u};break;default:p={x:n.x,y:n.y};}let m=zn(e);return m&&(p[s]+=h*(m==="end"?1:-1)*(t&&c?-1:1)),p}async function Gm(r,e){var t;e===void 0&&(e={});let{x:n,y:i,platform:o,rects:s,elements:a,strategy:l}=r,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:h=false,padding:p=0}=St(e,r),m=dd(p),g=a[h?u==="floating"?"reference":"floating":u],b=$n(await o.getClippingRect({element:(t=await(o.isElement==null?void 0:o.isElement(g)))==null||t?g:g.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:l})),y=u==="floating"?{x:n,y:i,width:s.floating.width,height:s.floating.height}:s.reference,v=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),w=await(o.isElement==null?void 0:o.isElement(v))&&await(o.getScale==null?void 0:o.getScale(v))||{x:1,y:1},E=$n(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:y,offsetParent:v,strategy:l}):y);return {top:(b.top-E.top+m.top)/w.y,bottom:(E.bottom-b.bottom+m.bottom)/w.y,left:(b.left-E.left+m.left)/w.x,right:(E.right-b.right+m.right)/w.x}}var $C=50,Um=async(r,e,t)=>{let{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:s}=t,a=s.detectOverflow?s:{...s,detectOverflow:Gm},l=await(s.isRTL==null?void 0:s.isRTL(e)),c=await s.getElementRects({reference:r,floating:e,strategy:i}),{x:d,y:u}=zm(c,n,l),h=n,p=0,m={};for(let f=0;f<o.length;f++){let g=o[f];if(!g)continue;let{name:b,fn:y}=g,{x:v,y:w,data:E,reset:x}=await y({x:d,y:u,initialPlacement:n,placement:h,strategy:i,middlewareData:m,rects:c,platform:a,elements:{reference:r,floating:e}});d=v??d,u=w??u,m[b]={...m[b],...E},x&&p<$C&&(p++,typeof x=="object"&&(x.placement&&(h=x.placement),x.rects&&(c=x.rects===true?await s.getElementRects({reference:r,floating:e,strategy:i}):x.rects),{x:d,y:u}=zm(c,h,l)),f=-1);}return {x:d,y:u,placement:h,strategy:i,middlewareData:m}},Ym=r=>({name:"arrow",options:r,async fn(e){let{x:t,y:n,placement:i,rects:o,platform:s,elements:a,middlewareData:l}=e,{element:c,padding:d=0}=St(r,e)||{};if(c==null)return {};let u=dd(d),h={x:t,y:n},p=Ha(i),m=Ba(p),f=await s.getDimensions(c),g=p==="y",b=g?"top":"left",y=g?"bottom":"right",v=g?"clientHeight":"clientWidth",w=o.reference[m]+o.reference[p]-h[p]-o.floating[m],E=h[p]-o.reference[p],x=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c)),S=x?x[v]:0;(!S||!await(s.isElement==null?void 0:s.isElement(x)))&&(S=a.floating[v]||o.floating[m]);let P=w/2-E/2,k=S/2-f[m]/2-1,T=wt(u[b],k),M=wt(u[y],k),L=S-f[m]-M,C=S/2-f[m]/2+P,I=cd(T,C,L),V=!l.arrow&&zn(i)!=null&&C!==I&&o.reference[m]/2-(C<T?T:M)-f[m]/2<0,Y=V?C<T?C-T:C-L:0;return {[p]:h[p]+Y,data:{[p]:I,centerOffset:C-I-Y,...V&&{alignmentOffset:Y}},reset:V}}});var Km=function(r){return r===void 0&&(r={}),{name:"flip",options:r,async fn(e){var t,n;let{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:l,elements:c}=e,{mainAxis:d=true,crossAxis:u=true,fallbackPlacements:h,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:f=true,...g}=St(r,e);if((t=o.arrow)!=null&&t.alignmentOffset)return {};let b=_t(i),y=rt(a),v=_t(a)===a,w=await(l.isRTL==null?void 0:l.isRTL(c.floating)),E=h||(v||!f?[ji(a)]:Bm(a)),x=m!=="none";!h&&x&&E.push(...Hm(a,f,m,w));let S=[a,...E],P=await l.detectOverflow(e,g),k=[],T=((n=o.flip)==null?void 0:n.overflows)||[];if(d&&k.push(P[b]),u){let I=_m(i,s,w);k.push(P[I[0]],P[I[1]]);}if(T=[...T,{placement:i,overflows:k}],!k.every(I=>I<=0)){var M,L;let I=(((M=o.flip)==null?void 0:M.index)||0)+1,V=S[I];if(V&&(!(u==="alignment"?y!==rt(V):false)||T.every(z=>rt(z.placement)===y?z.overflows[0]>0:true)))return {data:{index:I,overflows:T},reset:{placement:V}};let Y=(L=T.filter(K=>K.overflows[0]<=0).sort((K,z)=>K.overflows[1]-z.overflows[1])[0])==null?void 0:L.placement;if(!Y)switch(p){case "bestFit":{var C;let K=(C=T.filter(z=>{if(x){let ze=rt(z.placement);return ze===y||ze==="y"}return true}).map(z=>[z.placement,z.overflows.filter(ze=>ze>0).reduce((ze,Sw)=>ze+Sw,0)]).sort((z,ze)=>z[1]-ze[1])[0])==null?void 0:C[0];K&&(Y=K);break}case "initialPlacement":Y=a;break}if(i!==Y)return {reset:{placement:Y}}}return {}}}};function $m(r,e){return {top:r.top-e.height,right:r.right-e.width,bottom:r.bottom-e.height,left:r.left-e.width}}function Wm(r){return Vm.some(e=>r[e]>=0)}var Xm=function(r){return r===void 0&&(r={}),{name:"hide",options:r,async fn(e){let{rects:t,platform:n}=e,{strategy:i="referenceHidden",...o}=St(r,e);switch(i){case "referenceHidden":{let s=await n.detectOverflow(e,{...o,elementContext:"reference"}),a=$m(s,t.reference);return {data:{referenceHiddenOffsets:a,referenceHidden:Wm(a)}}}case "escaped":{let s=await n.detectOverflow(e,{...o,altBoundary:true}),a=$m(s,t.floating);return {data:{escapedOffsets:a,escaped:Wm(a)}}}default:return {}}}}};var jm=new Set(["left","top"]);async function WC(r,e){let{placement:t,platform:n,elements:i}=r,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),s=_t(t),a=zn(t),l=rt(t)==="y",c=jm.has(s)?-1:1,d=o&&l?-1:1,u=St(e,r),{mainAxis:h,crossAxis:p,alignmentAxis:m}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return a&&typeof m=="number"&&(p=a==="end"?m*-1:m),l?{x:p*d,y:h*c}:{x:h*c,y:p*d}}var qm=function(r){return r===void 0&&(r=0),{name:"offset",options:r,async fn(e){var t,n;let{x:i,y:o,placement:s,middlewareData:a}=e,l=await WC(e,r);return s===((t=a.offset)==null?void 0:t.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Zm=function(r){return r===void 0&&(r={}),{name:"shift",options:r,async fn(e){let{x:t,y:n,placement:i,platform:o}=e,{mainAxis:s=true,crossAxis:a=false,limiter:l={fn:y=>{let{x:v,y:w}=y;return {x:v,y:w}}},...c}=St(r,e),d={x:t,y:n},u=await o.detectOverflow(e,c),h=rt(i),p=_a(h),m=d[p],f=d[h],g=(y,v)=>cd(v+u[y==="y"?"top":"left"],v,v-u[y==="y"?"bottom":"right"]);s&&(m=g(p,m)),a&&(f=g(h,f));let b=l.fn({...e,[p]:m,[h]:f});return {...b,data:{x:b.x-t,y:b.y-n,enabled:{[p]:s,[h]:a}}}}}},Jm=function(r){return r===void 0&&(r={}),{options:r,fn(e){var t,n;let{x:i,y:o,placement:s,rects:a,middlewareData:l}=e,{offset:c=0,mainAxis:d=true,crossAxis:u=true}=St(r,e),h={x:i,y:o},p=rt(s),m=_a(p),f=h[m],g=h[p],b=St(c,e),y=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:(t=b.mainAxis)!=null?t:0,crossAxis:(n=b.crossAxis)!=null?n:0};if(d){let E=m==="y"?"height":"width",x=a.reference[m]-a.floating[E]+y.mainAxis,S=a.reference[m]+a.reference[E]-y.mainAxis;f<x?f=x:f>S&&(f=S);}if(u){var v,w;let E=m==="y"?"width":"height",x=jm.has(_t(s)),S=a.reference[p]-a.floating[E]+(x&&((v=l.offset)==null?void 0:v[p])||0)+(x?0:y.crossAxis),P=a.reference[p]+a.reference[E]+(x?0:((w=l.offset)==null?void 0:w[p])||0)-(x?y.crossAxis:0);g<S?g=S:g>P&&(g=P);}return {[m]:f,[p]:g}}}},Qm=function(r){return r===void 0&&(r={}),{name:"size",options:r,async fn(e){let{placement:t,rects:n,platform:i,elements:o}=e,{apply:s=()=>{},...a}=St(r,e),l=await i.detectOverflow(e,a),c=_t(t),d=zn(t),u=rt(t)==="y",{width:h,height:p}=n.floating,m,f;c==="top"||c==="bottom"?(m=c,f=d===(await(i.isRTL==null?void 0:i.isRTL(o.floating))?"start":"end")?"left":"right"):(f=c,m=d==="end"?"top":"bottom");let g=p-l.top-l.bottom,b=h-l.left-l.right,y=wt(p-l[m],g),v=wt(h-l[f],b),w=e.middlewareData.shift,E=!w,x=y,S=v;w!=null&&w.enabled.x&&(S=b),w!=null&&w.enabled.y&&(x=g),E&&!d&&(u?S=h-2*nt(l.left,l.right):x=p-2*nt(l.top,l.bottom)),await s({...e,availableWidth:S,availableHeight:x});let P=await i.getDimensions(o.floating);return h!==P.width||p!==P.height?{reset:{rects:true}}:{}}}};function za(){return typeof window<"u"}function Gn(r){return tf(r)?(r.nodeName||"").toLowerCase():"#document"}function Ie(r){var e;return (r==null||(e=r.ownerDocument)==null?void 0:e.defaultView)||window}function Ct(r){var e;return (e=(tf(r)?r.ownerDocument:r.document)||window.document)==null?void 0:e.documentElement}function tf(r){return za()?r instanceof Node||r instanceof Ie(r).Node:false}function it(r){return za()?r instanceof Element||r instanceof Ie(r).Element:false}function Bt(r){return za()?r instanceof HTMLElement||r instanceof Ie(r).HTMLElement:false}function ef(r){return !za()||typeof ShadowRoot>"u"?false:r instanceof ShadowRoot||r instanceof Ie(r).ShadowRoot}function Ji(r){let{overflow:e,overflowX:t,overflowY:n,display:i}=ot(r);return /auto|scroll|overlay|hidden|clip/.test(e+n+t)&&i!=="inline"&&i!=="contents"}function nf(r){return /^(table|td|th)$/.test(Gn(r))}function Qi(r){try{if(r.matches(":popover-open"))return !0}catch{}try{return r.matches(":modal")}catch{return false}}var GC=/transform|translate|scale|rotate|perspective|filter/,UC=/paint|layout|strict|content/,Wn=r=>!!r&&r!=="none",ud;function $a(r){let e=it(r)?ot(r):r;return Wn(e.transform)||Wn(e.translate)||Wn(e.scale)||Wn(e.rotate)||Wn(e.perspective)||!Wa()&&(Wn(e.backdropFilter)||Wn(e.filter))||GC.test(e.willChange||"")||UC.test(e.contain||"")}function rf(r){let e=sn(r);for(;Bt(e)&&!Or(e);){if($a(e))return e;if(Qi(e))return null;e=sn(e);}return null}function Wa(){return ud==null&&(ud=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ud}function Or(r){return /^(html|body|#document)$/.test(Gn(r))}function ot(r){return Ie(r).getComputedStyle(r)}function eo(r){return it(r)?{scrollLeft:r.scrollLeft,scrollTop:r.scrollTop}:{scrollLeft:r.scrollX,scrollTop:r.scrollY}}function sn(r){if(Gn(r)==="html")return r;let e=r.assignedSlot||r.parentNode||ef(r)&&r.host||Ct(r);return ef(e)?e.host:e}function of(r){let e=sn(r);return Or(e)?(r.ownerDocument||r).body:Bt(e)&&Ji(e)?e:of(e)}function Dr(r,e,t){var n;e===void 0&&(e=[]),t===void 0&&(t=true);let i=of(r),o=i===((n=r.ownerDocument)==null?void 0:n.body),s=Ie(i);if(o){let a=Ga(s);return e.concat(s,s.visualViewport||[],Ji(i)?i:[],a&&t?Dr(a):[])}else return e.concat(i,Dr(i,[],t))}function Ga(r){return r.parent&&Object.getPrototypeOf(r.parent)?r.frameElement:null}function lf(r){let e=ot(r),t=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=Bt(r),o=i?r.offsetWidth:t,s=i?r.offsetHeight:n,a=qi(t)!==o||qi(n)!==s;return a&&(t=o,n=s),{width:t,height:n,$:a}}function pd(r){return it(r)?r:r.contextElement}function Fr(r){let e=pd(r);if(!Bt(e))return xt(1);let t=e.getBoundingClientRect(),{width:n,height:i,$:o}=lf(e),s=(o?qi(t.width):t.width)/n,a=(o?qi(t.height):t.height)/i;return (!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var YC=xt(0);function cf(r){let e=Ie(r);return !Wa()||!e.visualViewport?YC:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function KC(r,e,t){return e===void 0&&(e=false),!!t&&e&&t===Ie(r)}function Un(r,e,t,n){e===void 0&&(e=false),t===void 0&&(t=false);let i=r.getBoundingClientRect(),o=pd(r),s=xt(1);e&&(n?it(n)&&(s=Fr(n)):s=Fr(r));let a=KC(o,t,n)?cf(o):xt(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,d=i.width/s.x,u=i.height/s.y;if(o&&n){let h=Ie(o),p=it(n)?Ie(n):n,m=h,f=Ga(m);for(;f&&p!==m;){let g=Fr(f),b=f.getBoundingClientRect(),y=ot(f),v=b.left+(f.clientLeft+parseFloat(y.paddingLeft))*g.x,w=b.top+(f.clientTop+parseFloat(y.paddingTop))*g.y;l*=g.x,c*=g.y,d*=g.x,u*=g.y,l+=v,c+=w,m=Ie(f),f=Ga(m);}}return $n({width:d,height:u,x:l,y:c})}function Ua(r,e){let t=eo(r).scrollLeft;return e?e.left+t:Un(Ct(r)).left+t}function df(r,e){let t=r.getBoundingClientRect(),n=t.left+e.scrollLeft-Ua(r,t),i=t.top+e.scrollTop;return {x:n,y:i}}function XC(r){let{elements:e,rect:t,offsetParent:n,strategy:i}=r,o=i==="fixed",s=Ct(n),a=e?Qi(e.floating):false;if(n===s||a&&o)return t;let l={scrollLeft:0,scrollTop:0},c=xt(1),d=xt(0),u=Bt(n);if((u||!o)&&((Gn(n)!=="body"||Ji(s))&&(l=eo(n)),u)){let p=Un(n);c=Fr(n),d.x=p.x+n.clientLeft,d.y=p.y+n.clientTop;}let h=s&&!u&&!o?df(s,l):xt(0);return {width:t.width*c.x,height:t.height*c.y,x:t.x*c.x-l.scrollLeft*c.x+d.x+h.x,y:t.y*c.y-l.scrollTop*c.y+d.y+h.y}}function jC(r){return r.getClientRects?Array.from(r.getClientRects()):[]}function qC(r){let e=eo(r),t=r.ownerDocument.body,n=nt(r.scrollWidth,r.clientWidth,t.scrollWidth,t.clientWidth),i=nt(r.scrollHeight,r.clientHeight,t.scrollHeight,t.clientHeight),o=-e.scrollLeft+Ua(r),s=-e.scrollTop;return ot(t).direction==="rtl"&&(o+=nt(r.clientWidth,t.clientWidth)-n),{width:n,height:i,x:o,y:s}}var ZC=25;function JC(r,e,t){t===void 0&&(t="viewport");let n=t==="layoutViewport",i=Ie(r),o=Ct(r),s=i.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,d=0;if(s){let h=!Wa()||e==="fixed";n?h||(c=-s.offsetLeft,d=-s.offsetTop):(a=s.width,l=s.height,h&&(c=s.offsetLeft,d=s.offsetTop));}if(Ua(o)<=0){let h=o.ownerDocument,p=h.body,m=getComputedStyle(p),f=h.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,g=Math.abs(o.clientWidth-p.clientWidth-f),b=getComputedStyle(o).scrollbarGutter==="stable both-edges"?g/2:g;b<=ZC&&(a-=b);}return {width:a,height:l,x:c,y:d}}function QC(r,e){let t=Un(r,true,e==="fixed"),n=t.top+r.clientTop,i=t.left+r.clientLeft,o=Fr(r),s=r.clientWidth*o.x,a=r.clientHeight*o.y,l=i*o.x,c=n*o.y;return {width:s,height:a,x:l,y:c}}function sf(r,e,t){let n;if(e==="viewport"||e==="layoutViewport")n=JC(r,t,e);else if(e==="document")n=qC(Ct(r));else if(it(e))n=QC(e,t);else {let i=cf(r);n={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height};}return $n(n)}function e1(r,e){let t=e.get(r);if(t)return t;let n=Dr(r,[],false).filter(a=>it(a)&&Gn(a)!=="body"),i=null,o=ot(r).position==="fixed",s=o?sn(r):r;for(;it(s)&&!Or(s);){let a=ot(s),l=$a(s),c=i?i.position:o?"fixed":"";!l&&(c==="fixed"||c==="absolute"&&a.position==="static")?n=n.filter(u=>u!==s):i=a,s=sn(s);}return e.set(r,n),n}function t1(r){let{element:e,boundary:t,rootBoundary:n,strategy:i}=r,s=[...t==="clippingAncestors"?Qi(e)?[]:e1(e,this._c):[].concat(t),n],a=sf(e,s[0],i),l=a.top,c=a.right,d=a.bottom,u=a.left;for(let h=1;h<s.length;h++){let p=sf(e,s[h],i);l=nt(p.top,l),c=wt(p.right,c),d=wt(p.bottom,d),u=nt(p.left,u);}return {width:c-u,height:d-l,x:u,y:l}}function n1(r){let{width:e,height:t}=lf(r);return {width:e,height:t}}function r1(r,e,t){let n=Bt(e),i=Ct(e),o=t==="fixed",s=Un(r,true,o,e),a={scrollLeft:0,scrollTop:0},l=xt(0);if((n||!o)&&((Gn(e)!=="body"||Ji(i))&&(a=eo(e)),n)){let h=Un(e,true,o,e);l.x=h.x+e.clientLeft,l.y=h.y+e.clientTop;}!n&&i&&(l.x=Ua(i));let c=i&&!n&&!o?df(i,a):xt(0),d=s.left+a.scrollLeft-l.x-c.x,u=s.top+a.scrollTop-l.y-c.y;return {x:d,y:u,width:s.width,height:s.height}}function hd(r){return ot(r).position==="static"}function af(r,e){if(!Bt(r)||ot(r).position==="fixed")return null;if(e)return e(r);let t=r.offsetParent;return Ct(r)===t&&(t=t.ownerDocument.body),t}function uf(r,e){let t=Ie(r);if(Qi(r))return t;if(!Bt(r)){let i=sn(r);for(;i&&!Or(i);){if(it(i)&&!hd(i))return i;i=sn(i);}return t}let n=af(r,e);for(;n&&nf(n)&&hd(n);)n=af(n,e);return n&&Or(n)&&hd(n)&&!$a(n)?t:n||rf(r)||t}var i1=async function(r){let e=this.getOffsetParent||uf,t=this.getDimensions,n=await t(r.floating);return {reference:r1(r.reference,await e(r.floating),r.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function o1(r){return ot(r).direction==="rtl"}var s1={convertOffsetParentRelativeRectToViewportRelativeRect:XC,getDocumentElement:Ct,getClippingRect:t1,getOffsetParent:uf,getElementRects:i1,getClientRects:jC,getDimensions:n1,getScale:Fr,isElement:it,isRTL:o1};function hf(r,e){return r.x===e.x&&r.y===e.y&&r.width===e.width&&r.height===e.height}function a1(r,e,t){let n=null,i,o=Ct(r);function s(){var d;clearTimeout(i),(d=n)==null||d.disconnect(),n=null;}function a(d,u){d===void 0&&(d=false),u===void 0&&(u=1),s();let h=r.getBoundingClientRect(),{left:p,top:m,width:f,height:g}=h;if(d||e(),!f||!g)return;let b=Zi(m),y=Zi(o.clientWidth-(p+f)),v=Zi(o.clientHeight-(m+g)),w=Zi(p),x={rootMargin:-b+"px "+-y+"px "+-v+"px "+-w+"px",threshold:nt(0,wt(1,u))||1},S=true;function P(k){let T=k[0].intersectionRatio;if(!hf(h,r.getBoundingClientRect()))return a();if(T!==u){if(!S)return a();T?a(false,T):i=setTimeout(()=>{a(false,1e-7);},1e3);}S=false;}try{n=new IntersectionObserver(P,{...x,root:o.ownerDocument});}catch{n=new IntersectionObserver(P,x);}n.observe(r);}let l=Ie(r),c=()=>a(t);return l.addEventListener("resize",c),a(true),()=>{l.removeEventListener("resize",c),s();}}function pf(r,e,t,n){n===void 0&&(n={});let{ancestorScroll:i=true,ancestorResize:o=true,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=false}=n,c=pd(r),d=i||o?[...c?Dr(c):[],...e?Dr(e):[]]:[];d.forEach(b=>{i&&b.addEventListener("scroll",t),o&&b.addEventListener("resize",t);});let u=c&&a?a1(c,t,o):null,h=-1,p=null;s&&(p=new ResizeObserver(b=>{let[y]=b;y&&y.target===c&&p&&e&&(p.unobserve(e),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var v;(v=p)==null||v.observe(e);})),t();}),c&&!l&&p.observe(c),e&&p.observe(e));let m,f=l?Un(r):null;l&&g();function g(){let b=Un(r);f&&!hf(f,b)&&t(),f=b,m=requestAnimationFrame(g);}return t(),()=>{var b;d.forEach(y=>{i&&y.removeEventListener("scroll",t),o&&y.removeEventListener("resize",t);}),u?.(),(b=p)==null||b.disconnect(),p=null,l&&cancelAnimationFrame(m);}}var mf=qm;var ff=Zm,gf=Km,bf=Qm,vf=Xm,yf=Ym;var wf=Jm,xf=(r,e,t)=>{let n=new Map,i=t??{},o={...s1,...i.platform,_c:n};return Um(r,e,{...i,platform:o})};function Sf(r=0,e=0,t=0,n=0){if(typeof DOMRect=="function")return new DOMRect(r,e,t,n);let i={x:r,y:e,width:t,height:n,top:e,right:r+t,bottom:e+n,left:r};return {...i,toJSON:()=>i}}function l1(r){if(!r)return Sf();let{x:e,y:t,width:n,height:i}=r;return Sf(e,t,n,i)}function Cf(r,e){return {contextElement:Q(r)?r:r?.contextElement,getBoundingClientRect:()=>{let t=r,n=e?.(t);return n||!t?l1(n):t.getBoundingClientRect()}}}var to=r=>({variable:r,reference:`var(${r})`}),Tt={arrowSize:to("--arrow-size"),arrowSizeHalf:to("--arrow-size-half"),arrowBg:to("--arrow-background"),transformOrigin:to("--transform-origin"),arrowOffset:to("--arrow-offset")},c1=r=>r==="top"||r==="bottom"?"y":"x";function Tf(r,e){return {name:"transformOrigin",fn(t){let{elements:n,middlewareData:i,placement:o,rects:s,y:a}=t,l=o.split("-")[0],c=c1(l),d=i.arrow?.x||0,u=i.arrow?.y||0,h=e?.clientWidth||0,p=e?.clientHeight||0,m=d+h/2,f=u+p/2,g=Math.abs(i.shift?.y||0),b=s.reference.height/2,y=p/2,v=r.offset?.mainAxis??r.gutter,w=typeof v=="number"?v+y:v??y,E=g>w,x={top:`${m}px calc(100% + ${w}px)`,bottom:`${m}px ${-w}px`,left:`calc(100% + ${w}px) ${f}px`,right:`${-w}px ${f}px`}[l],S=`${m}px ${s.reference.y+b-a}px`,P=!!r.overlap&&c==="y"&&E;return n.floating.style.setProperty(Tt.transformOrigin.variable,P?S:x),{data:{transformOrigin:P?S:x}}}}}var Ef={name:"rects",fn({rects:r}){return {data:r}}},Pf=r=>{if(r)return {name:"shiftArrow",fn({placement:e,middlewareData:t}){if(!t.arrow)return {};let{x:n,y:i}=t.arrow,o=e.split("-")[0];return Object.assign(r.style,{left:n!=null?`${n}px`:"",top:i!=null?`${i}px`:"",[o]:`calc(100% + ${Tt.arrowOffset.reference})`}),{}}}};function Lf(r){let[e,t]=r.split("-");return {side:e,align:t,hasAlign:t!=null}}function no(r){return r.split("-")[0]}var d1={strategy:"absolute",placement:"bottom",listeners:true,restoreStyles:false,gutter:8,flip:true,slide:true,overlap:false,sameWidth:false,fitViewport:false,overflowPadding:8,arrowPadding:4};function Mf(r,e){let t=r.devicePixelRatio||1;return Math.round(e*t)/t}function Nr(r,e){return r!=null&&Math.abs(r-e)<.5}function Ya(r){return typeof r=="function"?r():r==="clipping-ancestors"?"clippingAncestors":r}function u1(r,e,t){let n=r||e.createElement("div");return yf({element:n,padding:t.arrowPadding})}function h1(r,e){if(!Ip(e.offset??e.gutter))return mf(({placement:t})=>{let n=(r?.clientHeight||0)/2,i=e.offset?.mainAxis??e.gutter,o=typeof i=="number"?i+n:i??n,{hasAlign:s}=Lf(t),a=s?void 0:e.shift,l=e.offset?.crossAxis??a;return nn({crossAxis:l,mainAxis:o,alignmentAxis:e.shift})})}function p1(r){if(r.flip)return gf(()=>{let e=Ya(r.boundary);return {...e?{boundary:e}:void 0,padding:r.overflowPadding,fallbackPlacements:r.flip===true?void 0:r.flip}})}function m1(r){if(!(!r.slide&&!r.overlap))return ff(()=>{let e=Ya(r.boundary);return {...e?{boundary:e}:void 0,mainAxis:r.slide,crossAxis:r.overlap,padding:r.overflowPadding,limiter:wf()}})}function f1(r){if(r.sizeMiddleware===false&&!r.sameWidth&&!r.fitViewport)return;let e,t,n,i;return bf(()=>{let o=Ya(r.boundary);return {padding:r.overflowPadding,...o?{boundary:o}:void 0,apply({elements:s,rects:a,availableHeight:l,availableWidth:c}){let d=s.floating,u=Math.round(a.reference.width),h=Math.round(a.reference.height);c=Math.floor(c),l=Math.floor(l),Nr(e,u)||(d.style.setProperty("--reference-width",`${u}px`),e=u),Nr(t,h)||(d.style.setProperty("--reference-height",`${h}px`),t=h),Nr(n,c)||(d.style.setProperty("--available-width",`${c}px`),n=c),Nr(i,l)||(d.style.setProperty("--available-height",`${l}px`),i=l);}}})}function g1(r){if(r.hideWhenDetached)return vf(()=>({strategy:"referenceHidden",boundary:Ya(r.boundary)??"clippingAncestors"}))}function b1(r){return r?r===true?{ancestorResize:true,ancestorScroll:true,elementResize:true,layoutShift:true}:r:{}}var v1=["transform","visibility","pointer-events","--x","--y","--z-index","--reference-width","--reference-height","--available-width","--available-height","--transform-origin"],y1=["top","right","bottom","left"];function kf(r,e){if(!r)return _c;let t=new Map(e.map(n=>[n,r.style.getPropertyValue(n)]));return ()=>{t.forEach((n,i)=>{n?r.style.setProperty(i,n):r.style.removeProperty(i);}),r.style.length===0&&r.removeAttribute("style");}}function If(r){return r==null?null:Q(r)?r:typeof r=="object"&&r&&"contextElement"in r&&r.contextElement?r.contextElement:r}function w1(r,e,t={}){let n=()=>(typeof e=="function"?e():e)??null,i=()=>{let T=typeof r=="function"?r():r;return t.getAnchorElement?.()??T},o=()=>{let T=i();return !T&&!t.getAnchorRect?null:Cf(T,t.getAnchorRect)},s=Object.assign({},d1,t),a=[],l=null,c,d;function u(T){c?.(),d?.(),l=T,c=s.restoreStyles?kf(T,v1):void 0;let M=T.querySelector("[data-part=arrow]");d=s.restoreStyles?kf(M,y1):void 0,a=[h1(M,s),p1(s),m1(s),u1(M,T.ownerDocument,s),Pf(M),Tf({gutter:s.gutter,offset:s.offset,overlap:s.overlap},M),f1(s),g1(s),Ef];}let{placement:h,strategy:p,onComplete:m,onPositioned:f}=s,g,b,y=false,v,w,E=_c,x=b1(s.listeners);function S(){if(!s.listeners)return;let T=i(),M=o(),L=n();if(!M||!L)return;(If(T)!==If(v)||L!==w)&&(E(),v=T,w=L,E=pf(M,L,k,x));}async function P(){S();let T=n();if(!T)return;T!==l&&(u(T),y=false);let M=o();if(!M)return;let L=await xf(M,T,{placement:h,middleware:a,strategy:p});m?.(L);let C=ae(T),I=Mf(C,L.x),V=Mf(C,L.y);if(Nr(g,I)||(T.style.setProperty("--x",`${I}px`),g=I),Nr(b,V)||(T.style.setProperty("--y",`${V}px`),b=V),s.hideWhenDetached&&(L.middlewareData.hide?.referenceHidden?(T.style.setProperty("visibility","hidden"),T.style.setProperty("pointer-events","none")):(T.style.removeProperty("visibility"),T.style.removeProperty("pointer-events"))),!y){let Y=T.firstElementChild;Y&&(T.style.setProperty("--z-index",Tr(Y).zIndex),y=true);}}async function k(){t.updatePosition?(await t.updatePosition({updatePosition:P,floatingElement:n()}),f?.({placed:true})):await P();}return k(),()=>{E(),d?.(),c?.(),f?.({placed:false});}}function Ka(r,e,t={}){let{defer:n,...i}=t,o=n?he:a=>a(),s=[];return s.push(o(()=>{s.push(w1(r,e,i));})),()=>{s.forEach(a=>a?.());}}var x1={bottom:"rotate(45deg)",left:"rotate(135deg)",top:"rotate(225deg)",right:"rotate(315deg)"};function md(r={}){let{placement:e,sameWidth:t,fitViewport:n,strategy:i="absolute"}=r;return {arrow:{position:"absolute",width:Tt.arrowSize.reference,height:Tt.arrowSize.reference,[Tt.arrowSizeHalf.variable]:`calc(${Tt.arrowSize.reference} / 2)`,[Tt.arrowOffset.variable]:`calc(${Tt.arrowSizeHalf.reference} * -1)`},arrowTip:{transform:e?x1[e.split("-")[0]]:void 0,background:Tt.arrowBg.reference,top:"0",left:"0",width:"100%",height:"100%",position:"absolute",zIndex:"inherit"},floating:{position:i,isolation:"isolate",minWidth:t?void 0:"max-content",width:t?"var(--reference-width)":void 0,maxWidth:n?"var(--available-width)":void 0,maxHeight:n?"var(--available-height)":void 0,pointerEvents:e?void 0:"none",top:"0px",left:"0px",transform:e?"translate3d(var(--x), var(--y), 0)":"translate3d(0, -100vh, 0)",zIndex:"var(--z-index)"}}}var Et=(r,e)=>{let t=r.ids?.trigger;return t!=null?Ne(t)?t(e):t:e?`menu:${r.id}:trigger:${e}`:`menu:${r.id}:trigger`},Xa=(r,e)=>{let t=r.ids?.contextTrigger;return t!=null?Ne(t)?t(e):t:e?`menu:${r.id}:ctx-trigger:${e}`:`menu:${r.id}:ctx-trigger`},an=r=>r.ids?.content??`menu:${r.id}:content`,Af=r=>r.ids?.arrow??`menu:${r.id}:arrow`,fd=r=>r.ids?.positioner??`menu:${r.id}:popper`,Rf=(r,e)=>r.ids?.group?.(e)??`menu:${r.id}:group:${e}`,Yn=(r,e)=>`${r.id}/${e}`,ln=r=>r?.dataset.value??null,gd=(r,e)=>r.ids?.groupLabel?.(e)??`menu:${r.id}:group-label:${e}`,st=r=>r.getById(an(r)),bd=r=>r.getById(fd(r)),vd=r=>r.getById(Et(r)),Df=(r,e)=>e?r.getById(Yn(r,e)):null;var Of=r=>r.getById(Xa(r)),yd=r=>kr(r.getRootNode(),`[data-scope="menu"][data-part="trigger"][data-ownedby="${r.id}"]`),wd=r=>kr(r.getRootNode(),`[data-scope="menu"][data-part="context-trigger"][data-ownedby="${r.id}"]`),ro=(r,e)=>e==null?vd(r)??yd(r)[0]:r.getById(Et(r,e)),io=r=>{let t=`[role^="menuitem"][data-ownedby=${CSS.escape(an(r))}]:not([data-disabled])`;return kr(st(r),t)},Ff=r=>Tp(io(r)),Nf=r=>Ep(io(r)),xd=(r,e)=>e?r.id===e||r.dataset.value===e:false,Vf=(r,e)=>{let t=io(r),n=t.findIndex(i=>xd(i,e.value));return Lp(t,n,{loop:e.loop??e.loopFocus})},_f=(r,e)=>{let t=io(r),n=t.findIndex(i=>xd(i,e.value));return Mp(t,n,{loop:e.loop??e.loopFocus})},Bf=(r,e)=>{let t=io(r),n=t.find(i=>xd(i,e.value));return ka(t,{state:e.typeaheadState,key:e.key,activeId:n?.id??null})},oo=r=>Q(r)&&(r.dataset.disabled===""||r.hasAttribute("disabled")),Sd=r=>!!r?.getAttribute("role")?.startsWith("menuitem")&&!!r?.hasAttribute("data-controls");var ja="menu:select";function Hf(r,e){if(!r)return;let t=ae(r),n=new t.CustomEvent(ja,{detail:{value:e}});r.dispatchEvent(n);}function S1(r){let e=an(r);return st(r)??r.getDoc().getElementById(e)}function Cd(r,e){if(!Q(r))return false;for(let t in e){let n=e[t],i=S1(n.scope);if(i&&Ve(i,r))return true;let o=n.refs.get("children");if(Object.keys(o).length>0&&Cd(r,o))return true}return false}var so=(r,e)=>({x:r,y:e});function zf(r){let{x:e,y:t,width:n,height:i}=r,o=e+n/2,s=t+i/2;return {x:e,y:t,width:n,height:i,minX:e,minY:t,maxX:e+n,maxY:t+i,midX:o,midY:s,center:so(o,s)}}function $f(r){let e=so(r.minX,r.minY),t=so(r.maxX,r.minY),n=so(r.maxX,r.maxY),i=so(r.minX,r.maxY);return {top:e,right:t,bottom:n,left:i}}function Wf(r,e){let t=zf(r),{top:n,right:i,left:o,bottom:s}=$f(t),[a]=e.split("-");return {top:[o,n,i,s],right:[n,i,s,o],bottom:[n,o,s,i],left:[i,n,o,s]}[a]}function qa(r,e){let{x:t,y:n}=e,i=false;for(let o=0,s=r.length-1;o<r.length;s=o++){let a=r[o].x,l=r[o].y,c=r[s].x,d=r[s].y;l>n!=d>n&&t<(c-a)*(n-l)/(d-l)+a&&(i=!i);}return i}function Ed(r){let e=r.parent;for(;e&&e.context.get("isSubmenu");)e=e.refs.get("parent");e?.send({type:"CLOSE"});}function Gf(r,e){return r?qa(r,e):false}function Uf(r,e,t){let n=Object.keys(r).length>0;if(!e)return null;if(!n)return Yn(t,e);for(let i in r){let o=r[i],s=Et(o.scope);if(s===e)return s}return Yn(t,e)}function cn(r,e){r&&(r.refs.set("pointerRoutingLocked",e),r.context.set("pointerRoutingMode",e?"locked":"interactive"));}function Yf(r){let e=r.context.get("highlightedValue");if(!e)return false;let t=r.refs.get("children");for(let n in t){let i=t[n];if(i.state.hasTag("open")&&Et(i.scope)===e)return true}return false}function Kf(r,e){r&&(r.refs.get("pointerRoutingLocked")||e&&Yf(r)||cn(r,false));}function Xf(r){r&&(Yf(r)||cn(r,false));}function Pd(r,e){let{context:t,send:n,state:i,computed:o,prop:s,scope:a}=r,l=i.hasTag("open"),c=t.get("isSubmenu"),d=o("isTypingAhead"),u=s("composite"),h=t.get("currentPlacement"),p=h?no(h):void 0,m=t.get("anchorPoint"),f=t.get("highlightedValue"),g=t.get("triggerValue"),b=md({...s("positioning"),placement:h});function y(x){return {id:Yn(a,x.value),disabled:!!x.disabled,highlighted:f===x.value}}function v(x){let S=x.valueText??x.value;return {...x,id:x.value,valueText:S}}function w(x){return {...y(v(x)),checked:!!x.checked}}function E(x){let{closeOnSelect:S,valueText:P,value:k}=x,T=y(x),M=Yn(a,k);return e.element({...Ce.item.attrs,id:M,role:"menuitem","aria-disabled":Gc(T.disabled),"data-disabled":Ge(T.disabled),"data-ownedby":an(a),"data-highlighted":Ge(T.highlighted),"data-value":k,"data-valuetext":P,onDragStart(L){L.currentTarget.matches("a[href]")&&L.preventDefault();},onPointerMove(L){if(T.disabled||L.pointerType!=="mouse")return;let C=L.currentTarget;if(T.highlighted)return;let I=Pr(L);n({type:"ITEM_POINTERMOVE",id:M,target:C,closeOnSelect:S,point:I});},onPointerLeave(L){if(T.disabled||L.pointerType!=="mouse"||!r.event.previous()?.type.includes("POINTER"))return;let I=L.currentTarget;n({type:"ITEM_POINTERLEAVE",id:M,target:I,closeOnSelect:S});},onPointerDown(L){if(T.disabled)return;let C=L.currentTarget;n({type:"ITEM_POINTERDOWN",target:C,id:M,closeOnSelect:S});},onClick(L){if(Qc(L)||Jc(L)||T.disabled)return;let C=L.currentTarget;n({type:"ITEM_CLICK",target:C,id:M,closeOnSelect:S});}})}return {highlightedValue:f,open:l,setOpen(x){i.hasTag("open")!==x&&n({type:x?"OPEN":"CLOSE"});},triggerValue:g,setTriggerValue(x){n({type:"TRIGGER_VALUE.SET",value:x});},setHighlightedValue(x){n({type:"HIGHLIGHTED.SET",value:x});},setParent(x){n({type:"PARENT.SET",value:x,id:x.prop("id")});},setChild(x){n({type:"CHILD.SET",value:x,id:x.prop("id")});},reposition(x={}){n({type:"POSITIONING.SET",options:x});},addItemListener(x){let S=a.getById(x.id);if(!S)return;let P=()=>x.onSelect?.();return S.addEventListener(ja,P),()=>S.removeEventListener(ja,P)},getContextTriggerProps(x={}){let{value:S}=x,P=S==null?false:g===S,k=Xa(a,S);return e.element({...Ce.contextTrigger.attrs,dir:s("dir"),id:k,"data-ownedby":a.id,"data-value":S,"data-current":Ge(P),"data-state":l?"open":"closed",onPointerDown(T){if(T.pointerType==="mouse")return;let M=Pr(T);n({type:"CONTEXT_MENU_START",point:M,value:S});},onPointerCancel(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onPointerMove(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onPointerUp(T){T.pointerType!=="mouse"&&n({type:"CONTEXT_MENU_CANCEL"});},onContextMenu(T){let M=Pr(T),L=l&&S!=null&&!P;n({type:L?"TRIGGER_VALUE.SET":"CONTEXT_MENU",point:M,value:S}),T.preventDefault();},style:{WebkitTouchCallout:"none",WebkitUserSelect:"none",userSelect:"none"}})},getTriggerItemProps(x){let S=x.getTriggerProps();return Op(E({value:S.id}),S)},getTriggerProps(x={}){let{value:S}=x,P=S==null?false:g===S,k=Et(a,S);return e.button({...c?Ce.triggerItem.attrs:Ce.trigger.attrs,"data-placement":h,"data-side":p,type:"button",dir:s("dir"),id:k,...S!=null&&{"data-ownedby":a.id,"data-value":S,"data-current":Ge(P)},"data-uid":s("id"),"aria-haspopup":u?"menu":"dialog","aria-controls":an(a),"data-controls":an(a),"aria-expanded":S==null?l:l&&P,"data-state":l?"open":"closed",onPointerMove(T){if(T.pointerType!=="mouse"||oo(T.currentTarget)||!c)return;let L=Pr(T);n({type:"TRIGGER_POINTERMOVE",target:T.currentTarget,point:L});},onPointerLeave(T){if(oo(T.currentTarget)||T.pointerType!=="mouse"||!c)return;cn(r.refs.get("parent"),true);let M=Pr(T);n({type:"TRIGGER_POINTERLEAVE",target:T.currentTarget,point:M});},onPointerDown(T){oo(T.currentTarget)||Ta(T)||T.preventDefault();},onClick(T){if(T.defaultPrevented||oo(T.currentTarget))return;let M=l&&S!=null&&!P;n({type:M?"TRIGGER_VALUE.SET":"TRIGGER_CLICK",target:T.currentTarget,value:S});},onBlur(){n({type:"TRIGGER_BLUR"});},onFocus(){n({type:"TRIGGER_FOCUS"});},onKeyDown(T){if(T.defaultPrevented)return;let M={ArrowDown(){n({type:"ARROW_DOWN",value:S});},ArrowUp(){n({type:"ARROW_UP",value:S});},Enter(){n({type:"ARROW_DOWN",src:"enter",value:S});},Space(){n({type:"ARROW_DOWN",src:"space",value:S});}},L=ed(T,{orientation:"vertical",dir:s("dir")}),C=M[L];C&&(T.preventDefault(),C(T));}})},getIndicatorProps(){return e.element({...Ce.indicator.attrs,dir:s("dir"),"data-state":l?"open":"closed"})},getPositionerProps(){return e.element({...Ce.positioner.attrs,dir:s("dir"),id:fd(a),style:b.floating})},getArrowProps(){return e.element({id:Af(a),...Ce.arrow.attrs,dir:s("dir"),style:b.arrow})},getArrowTipProps(){return e.element({...Ce.arrowTip.attrs,dir:s("dir"),style:b.arrowTip})},getContentProps(){return e.element({...Ce.content.attrs,id:an(a),"aria-label":s("aria-label"),hidden:!l,"data-state":l?"open":"closed",role:u?"menu":"dialog",tabIndex:0,dir:s("dir"),"aria-activedescendant":o("highlightedId")||void 0,"aria-labelledby":m?Xa(a,g??void 0):Et(a,g??void 0),"data-placement":h,"data-side":p,onPointerEnter(x){x.pointerType==="mouse"&&n({type:"MENU_POINTERENTER"});},onKeyDown(x){if(x.defaultPrevented||!Ve(x.currentTarget,ge(x)))return;let S=ge(x);if(!(S?.closest("[role=menu]")===x.currentTarget||S===x.currentTarget))return;if(x.key==="Tab"&&!mm(x)){x.preventDefault();return}let k={ArrowDown(){n({type:"ARROW_DOWN"});},ArrowUp(){n({type:"ARROW_UP"});},ArrowLeft(){n({type:"ARROW_LEFT"});},ArrowRight(){n({type:"ARROW_RIGHT"});},Enter(){n({type:"ENTER"});},Space(L){d?n({type:"TYPEAHEAD",key:L.key}):k.Enter?.(L);},Home(){n({type:"HOME"});},End(){n({type:"END"});}},T=ed(x,{dir:s("dir")}),M=k[T];if(M){M(x),x.stopPropagation(),x.preventDefault();return}s("typeahead")&&am(x)&&(cm(x)||Cr(S)||(n({type:"TYPEAHEAD",key:x.key}),x.preventDefault()));}})},getSeparatorProps(){return e.element({...Ce.separator.attrs,role:"separator",dir:s("dir"),"aria-orientation":"horizontal"})},getItemState:y,getItemProps:E,getOptionItemState:w,getOptionItemProps(x){let{type:S,disabled:P,closeOnSelect:k}=x,T=v(x),M=w(x);return {...E(T),...e.element({"data-type":S,...Ce.item.attrs,dir:s("dir"),"data-value":T.value,role:`menuitem${S}`,"aria-checked":!!M.checked,"data-state":M.checked?"checked":"unchecked",onClick(L){if(P||Qc(L)||Jc(L))return;let C=L.currentTarget;n({type:"ITEM_CLICK",target:C,option:T,closeOnSelect:k});}})}},getItemIndicatorProps(x){let S=w(Vc(x)),P=S.checked?"checked":"unchecked";return e.element({...Ce.itemIndicator.attrs,dir:s("dir"),"data-disabled":Ge(S.disabled),"data-highlighted":Ge(S.highlighted),"data-state":Vi(x,"checked")?P:void 0,hidden:Vi(x,"checked")?!S.checked:void 0})},getItemTextProps(x){let S=w(Vc(x)),P=S.checked?"checked":"unchecked";return e.element({...Ce.itemText.attrs,dir:s("dir"),"data-disabled":Ge(S.disabled),"data-highlighted":Ge(S.highlighted),"data-state":Vi(x,"checked")?P:void 0})},getItemGroupLabelProps(x){return e.element({...Ce.itemGroupLabel.attrs,id:gd(a,x.htmlFor),dir:s("dir")})},getItemGroupProps(x){return e.element({id:Rf(a,x.id),...Ce.itemGroup.attrs,dir:s("dir"),"aria-labelledby":gd(a,x.id),role:"group"})}}}function jf(r){let e={each(t){for(let n=0;n<r.frames?.length;n+=1){let i=r.frames[n];i&&t(i);}},addEventListener(t,n,i){return e.each(o=>{try{o.document.addEventListener(t,n,i);}catch{}}),()=>{try{e.removeEventListener(t,n,i);}catch{}}},removeEventListener(t,n,i){e.each(o=>{try{o.document.removeEventListener(t,n,i);}catch{}});}};return e}function qf(r){let e=r.frameElement!=null?r.parent:null;return {addEventListener:(t,n,i)=>{try{e?.addEventListener(t,n,i);}catch{}return ()=>{try{e?.removeEventListener(t,n,i);}catch{}}},removeEventListener:(t,n,i)=>{try{e?.removeEventListener(t,n,i);}catch{}}}}var Zf="pointerdown.outside",Jf="focus.outside";function C1(r){for(let e of r)if(Q(e)&&Ue(e))return true;return false}var tg=r=>"clientY"in r;function T1(r,e){if(!tg(e)||!r)return false;let t=r.getBoundingClientRect();return t.width===0||t.height===0?false:t.top<=e.clientY&&e.clientY<=t.top+t.height&&t.left<=e.clientX&&e.clientX<=t.left+t.width}function E1(r,e){return r.y<=e.y&&e.y<=r.y+r.height&&r.x<=e.x&&e.x<=r.x+r.width}function Qf(r,e){if(!e||!tg(r))return false;let t=e.scrollHeight>e.clientHeight,n=t&&r.clientX>e.offsetLeft+e.clientWidth,i=e.scrollWidth>e.clientWidth,o=i&&r.clientY>e.offsetTop+e.clientHeight,s={x:e.offsetLeft,y:e.offsetTop,width:e.clientWidth+(t?16:0),height:e.clientHeight+(i?16:0)},a={x:r.clientX,y:r.clientY};return E1(s,a)?n||o:false}function P1(r,e){let{exclude:t,onFocusOutside:n,onPointerDownOutside:i,onInteractOutside:o,defer:s,followControlledElements:a=true}=e;if(!r)return;let l=ue(r),c=ae(r),d=jf(c),u=qf(c);function h(w,E){if(!Q(E)||!E.isConnected||Ve(r,E)||T1(r,w)||a&&Ca(r,E))return false;let x=l.querySelector(`[aria-controls="${r.id}"]`);if(x){let P=La(x);if(Qf(w,P))return false}let S=La(r);return Qf(w,S)?false:!t?.(E)}let p=new Set,m=_n(r?.getRootNode()),f=false;function g(w){f=true;let E=()=>{f=false;};l.addEventListener("pointerup",E,{once:true}),c.addEventListener("pointerup",E,{once:true});function x(S){let P=s&&!Zc()?he:M=>M(),k=S??w,T=k?.composedPath?.()??[k?.target];P(()=>{let M=m?T[0]:ge(w);if(!(!r||!h(w,M))){if(i||o){let L=tn(i,o);r.addEventListener(Zf,L,{once:true});}eg(r,Zf,{bubbles:false,cancelable:true,detail:{originalEvent:k,contextmenu:Ta(k),focusable:C1(T),target:M}});}});}w.pointerType==="touch"?(p.forEach(S=>S()),p.add(Me(l,"click",x,{once:true})),p.add(u.addEventListener("click",x,{once:true})),p.add(d.addEventListener("click",x,{once:true}))):x();}let b=new Set,y=setTimeout(()=>{b.add(Me(l,"pointerdown",g,true)),b.add(u.addEventListener("pointerdown",g,true)),b.add(d.addEventListener("pointerdown",g,true));},0);function v(w){if(f)return;(s?he:x=>x())(()=>{let x=w?.composedPath?.()??[w?.target],S=m?x[0]:ge(w);if(!(!r||!h(w,S))){if(n||o){let P=tn(n,o);r.addEventListener(Jf,P,{once:true});}eg(r,Jf,{bubbles:false,cancelable:true,detail:{originalEvent:w,contextmenu:false,focusable:Ue(S),target:S}});}});}return Zc()||(b.add(Me(l,"focusin",v,true)),b.add(u.addEventListener("focusin",v,true)),b.add(d.addEventListener("focusin",v,true))),()=>{clearTimeout(y),p.forEach(w=>w()),b.forEach(w=>w());}}function ng(r,e){let{defer:t}=e,n=t?he:o=>o(),i=[];return i.push(n(()=>{let o=typeof r=="function"?r():r;i.push(P1(o,e));})),()=>{i.forEach(o=>o?.());}}function eg(r,e,t){let n=r.ownerDocument.defaultView||window,i=new n.CustomEvent(e,t);return r.dispatchEvent(i)}function rg(r,e){let t=n=>{n.key==="Escape"&&(n.isComposing||e?.(n));};return Me(ue(r),"keydown",t,{capture:true})}var ig="layer:request-dismiss",Te={layers:[],branches:[],recentlyRemoved:new Set,count(){return this.layers.length},pointerBlockingLayers(){return this.layers.filter(r=>r.pointerBlocking)},topMostPointerBlockingLayer(){return [...this.pointerBlockingLayers()].slice(-1)[0]},hasPointerBlockingLayer(){return this.pointerBlockingLayers().length>0},isBelowPointerBlockingLayer(r){let e=this.indexOf(r),t=this.topMostPointerBlockingLayer()?this.indexOf(this.topMostPointerBlockingLayer()?.node):-1;return e<t},isTopMost(r){return this.layers[this.count()-1]?.node===r},getNestedLayers(r){return Array.from(this.layers).slice(this.indexOf(r)+1)},getLayersByType(r){return this.layers.filter(e=>e.type===r)},getNestedLayersByType(r,e){let t=this.indexOf(r);return t===-1?[]:this.layers.slice(t+1).filter(n=>n.type===e)},getParentLayerOfType(r,e){let t=this.indexOf(r);if(!(t<=0))return this.layers.slice(0,t).reverse().find(n=>n.type===e)},countNestedLayersOfType(r,e){return this.getNestedLayersByType(r,e).length},isInNestedLayer(r,e){return !!(this.getNestedLayers(r).some(n=>Ve(n.node,e))||this.recentlyRemoved.size>0)},isInBranch(r){return Array.from(this.branches).some(e=>Ve(e,r))},add(r){let e=this.indexOf(r.node);e!==-1&&this.layers.splice(e,1),this.layers.push(r),this.syncLayers();},addBranch(r){this.branches.push(r);},remove(r){let e=this.indexOf(r);if(e<0)return;this.layers[e].styleTargets?.forEach(n=>{let i=n();i&&L1(i);}),this.recentlyRemoved.add(r),gm(()=>this.recentlyRemoved.delete(r)),e<this.count()-1&&this.getNestedLayers(r).forEach(i=>Te.dismiss(i.node,r)),this.layers.splice(e,1),this.syncLayers();},removeBranch(r){let e=this.branches.indexOf(r);e>=0&&this.branches.splice(e,1);},syncLayers(){this.layers.forEach((r,e)=>{og(r,e,r.node),r.styleTargets?.forEach(t=>{let n=t();if(!n||n===r.node)return;og(r,e,n);let{zIndex:i}=Tr(r.node);n.style.setProperty("--z-index",i);});});},indexOf(r){return this.layers.findIndex(e=>e.node===r)},dismiss(r,e){let t=this.indexOf(r);if(t===-1)return;let n=this.layers[t];k1(r,ig,i=>{n.requestDismiss?.(i),i.defaultPrevented||n?.dismiss();}),M1(r,ig,{originalLayer:r,targetLayer:e,originalIndex:t,targetIndex:e?this.indexOf(e):-1}),this.syncLayers();},clear(){this.remove(this.layers[0].node);}};function og(r,e,t){t.style.setProperty("--layer-index",`${e}`),t.removeAttribute("data-nested"),t.removeAttribute("data-has-nested"),Te.getParentLayerOfType(r.node,r.type)&&t.setAttribute("data-nested",r.type);let i=Te.countNestedLayersOfType(r.node,r.type);i>0&&t.setAttribute("data-has-nested",r.type),t.style.setProperty("--nested-layer-count",`${i}`);}function L1(r){r.style.removeProperty("--layer-index"),r.style.removeProperty("--nested-layer-count"),r.style.removeProperty("--z-index"),r.removeAttribute("data-nested"),r.removeAttribute("data-has-nested");}function M1(r,e,t){let n=r.ownerDocument.defaultView||window,i=new n.CustomEvent(e,{cancelable:true,bubbles:true,detail:t});return r.dispatchEvent(i)}function k1(r,e,t){r.addEventListener(e,t,{once:true});}var Ld=new WeakMap,ao=new WeakMap;function I1(r){return Te.isBelowPointerBlockingLayer(r)?"none":"auto"}function sg(r){let e=I1(r);r.style.pointerEvents!==e&&(r.style.pointerEvents=e);}function A1(r){if(ao.has(r))return;let e=ae(r);if(typeof e.MutationObserver>"u")return;let t=new e.MutationObserver(()=>{ao.has(r)&&sg(r);});t.observe(r,{attributes:true,attributeFilter:["style"]}),ao.set(r,t);}function Md(){Te.layers.forEach(({node:r})=>{sg(r),A1(r);});}function ag(r){let e=ao.get(r);e&&(e.disconnect(),ao.delete(r)),r.style.pointerEvents="";}function lg(r,e){let t=ue(r),n=[];return Te.hasPointerBlockingLayer()&&!t.body.hasAttribute("data-inert")&&(Ld.set(t.body,t.body.style.pointerEvents),queueMicrotask(()=>{let i=t.body;i&&(i.style.pointerEvents="none",i.setAttribute("data-inert",""));})),e?.forEach(i=>{let[o,s]=Tm(()=>{let a=i();return Q(a)?a:null},{timeout:1e3});o.then(a=>n.push(Yi(a,{pointerEvents:"auto"}))),n.push(s);}),()=>{Te.hasPointerBlockingLayer()||(queueMicrotask(()=>{let i=t.body;if(!i)return;let o=Ld.get(i);o!==void 0&&(i.style.pointerEvents=o,Ld.delete(i)),i.removeAttribute("data-inert"),i.style.length===0&&i.removeAttribute("style");}),n.forEach(i=>i()));}}function R1(r,e){let{warnOnMissingNode:t=true}=e;if(t&&!r){wr("[@zag-js/dismissable] node is `null` or `undefined`");return}if(!r)return;let{onDismiss:n,onRequestDismiss:i,pointerBlocking:o,exclude:s,debug:a,type:l="dialog",layerStyleTargets:c}=e,d={dismiss:n,node:r,type:l,pointerBlocking:o,requestDismiss:i,styleTargets:c};Te.add(d),Md();function u(g){let b=ge(g.detail.originalEvent);Te.isBelowPointerBlockingLayer(r)||Te.isInBranch(b)||(e.onPointerDownOutside?.(g),e.onInteractOutside?.(g),!g.defaultPrevented&&(a&&console.log("onPointerDownOutside:",g.detail.originalEvent),n?.()));}function h(g){let b=ge(g.detail.originalEvent);Te.isInBranch(b)||(e.onFocusOutside?.(g),e.onInteractOutside?.(g),!g.defaultPrevented&&(a&&console.log("onFocusOutside:",g.detail.originalEvent),n?.()));}function p(g){Te.isTopMost(r)&&(e.onEscapeKeyDown?.(g),!g.defaultPrevented&&n&&(g.preventDefault(),n()));}function m(g){if(!r)return false;let b=typeof s=="function"?s():s,y=Array.isArray(b)?b:[b],v=e.persistentElements?.map(w=>w()).filter(Q);return v&&y.push(...v),y.some(w=>Ve(w,g))||Te.isInNestedLayer(r,g)}let f=[o?lg(r,e.persistentElements):void 0,rg(r,p),ng(r,{exclude:m,onFocusOutside:h,onPointerDownOutside:u,defer:e.defer})];return ()=>{Te.remove(r),Md(),ag(r),f.forEach(g=>g?.());}}function Za(r,e){let{defer:t}=e,n=t?he:o=>o(),i=[];return i.push(n(()=>{let o=Ne(r)?r():r;i.push(R1(o,e));})),()=>{i.forEach(o=>o?.());}}function D1(r){return !(r.metaKey||!Er()&&r.altKey||r.ctrlKey||r.key==="Control"||r.key==="Shift"||r.key==="Meta")}var O1=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function F1(r,e,t){let n=t?ge(t):null,i=ue(n),o=ae(n),s=yt(i);return r=r||s instanceof o.HTMLInputElement&&!O1.has(s?.type)||s instanceof o.HTMLTextAreaElement||s instanceof o.HTMLElement&&s.isContentEditable,!(r&&e==="keyboard"&&t instanceof o.KeyboardEvent&&!Reflect.has(N1,t.key))}var Ht=null,kd=new Set,Ja=new Map,Kn=false,Id=false,dg=false,N1={Tab:true,Escape:true};function el(r,e){for(let t of kd)t(r,e);}function Qa(r){Kn=true,D1(r)&&(Ht="keyboard",el("keyboard",r));}function Ye(r){Ht="pointer",(r.type==="mousedown"||r.type==="pointerdown")&&(Kn=true,el("pointer",r));}function ug(r){lm(r)&&(Kn=true,Ht="virtual");}function hg(r){let e=ge(r);e===ae(e)||e===ue(e)||dg||!r.isTrusted||(!Kn&&!Id&&(Ht="virtual",el("virtual",r)),Kn=false,Id=false);}function pg(){(Kn=false,Id=true);}function V1(r){if(typeof window>"u"||Ja.get(ae(r)))return;let e=ae(r),t=ue(r),n=e.HTMLElement.prototype.focus;function i(){Kn=true,n.apply(this,arguments);}try{Object.defineProperty(e.HTMLElement.prototype,"focus",{configurable:!0,value:i});}catch{}t.addEventListener("keydown",Qa,true),t.addEventListener("keyup",Qa,true),t.addEventListener("click",ug,true),e.addEventListener("focus",hg,true),e.addEventListener("blur",pg,false),typeof e.PointerEvent<"u"?(t.addEventListener("pointerdown",Ye,true),t.addEventListener("pointermove",Ye,true),t.addEventListener("pointerup",Ye,true)):(t.addEventListener("mousedown",Ye,true),t.addEventListener("mousemove",Ye,true),t.addEventListener("mouseup",Ye,true)),e.addEventListener("beforeunload",()=>{_1(r);},{once:true}),Ja.set(e,{focus:n});}var _1=(r,e)=>{let t=ae(r),n=ue(r);let i=Ja.get(t);if(i){try{Object.defineProperty(t.HTMLElement.prototype,"focus",{configurable:!0,value:i.focus});}catch{}n.removeEventListener("keydown",Qa,true),n.removeEventListener("keyup",Qa,true),n.removeEventListener("click",ug,true),t.removeEventListener("focus",hg,true),t.removeEventListener("blur",pg,false),typeof t.PointerEvent<"u"?(n.removeEventListener("pointerdown",Ye,true),n.removeEventListener("pointermove",Ye,true),n.removeEventListener("pointerup",Ye,true)):(n.removeEventListener("mousedown",Ye,true),n.removeEventListener("mousemove",Ye,true),n.removeEventListener("mouseup",Ye,true)),Ja.delete(t);}};function mg(){return Ht}function fg(r){Ht=r,el(r,null);}function cg(){return Ht==="keyboard"||Ht==="virtual"}function gg(r={}){let{isTextInput:e,autoFocus:t,onChange:n,root:i}=r;V1(i),n?.({isFocusVisible:t||cg(),modality:Ht});let o=(s,a)=>{F1(!!e,s,a)&&n?.({isFocusVisible:cg(),modality:s});};return kd.add(o),()=>{kd.delete(o);}}var{not:Ke,and:Vr,or:B1}=Gp(),Ad=wa({props({props:r}){return {closeOnSelect:true,typeahead:true,composite:true,loopFocus:false,navigate(e){ym(e.node);},...r,positioning:{placement:"bottom-start",gutter:8,...r.positioning}}},initialState({prop:r}){return r("open")||r("defaultOpen")?"open":"idle"},context({bindable:r,prop:e,scope:t}){return {highlightedValue:r(()=>({defaultValue:e("defaultHighlightedValue")||null,value:e("highlightedValue"),onChange(n){e("onHighlightChange")?.({highlightedValue:n});}})),lastHighlightedValue:r(()=>({defaultValue:null})),currentPlacement:r(()=>({defaultValue:void 0})),intentPolygon:r(()=>({defaultValue:null})),anchorPoint:r(()=>({defaultValue:null,hash(n){return `x: ${n?.x}, y: ${n?.y}`}})),isSubmenu:r(()=>({defaultValue:false})),triggerValue:r(()=>({defaultValue:e("defaultTriggerValue")??null,value:e("triggerValue"),onChange(n){let i=e("onTriggerValueChange");if(!i)return;let o=ro(t,n);i({value:n,triggerElement:o});}})),pointerRoutingMode:r(()=>({defaultValue:"interactive"}))}},refs(){return {parent:null,children:{},pointerRoutingLocked:false,typeaheadState:{...ka.defaultOptions},positioningOverride:{}}},computed:{isRtl:({prop:r})=>r("dir")==="rtl",isTypingAhead:({refs:r})=>r.get("typeaheadState").keysSoFar!=="",highlightedId:({context:r,scope:e,refs:t})=>Uf(t.get("children"),r.get("highlightedValue"),e)},watch({track:r,action:e,context:t,prop:n}){r([()=>t.get("isSubmenu")],()=>{e(["setSubmenuPlacement"]);}),r([()=>t.hash("anchorPoint")],()=>{t.get("anchorPoint")&&e(["reposition"]);}),r([()=>n("open")],()=>{e(["toggleVisibility"]);});},on:{"TRIGGER_VALUE.SET":{actions:["setTriggerValue","setAnchorPoint","reposition","focusMenu"]},"PARENT.SET":{actions:["setParentMenu"]},"CHILD.SET":{actions:["setChildMenu"]},OPEN:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","invokeOnOpen"]}],OPEN_AUTOFOCUS:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightFirstItem","invokeOnOpen"]}],CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"HIGHLIGHTED.RESTORE":{actions:["restoreHighlightedItem"]},"HIGHLIGHTED.SET":{actions:["setHighlightedItem"]},"HIGHLIGHTED.SUGGEST":{actions:["suggestHighlightedItem"]}},states:{idle:{tags:["closed"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed"},CONTEXT_MENU_START:{target:"opening:contextmenu",actions:["setAnchorPoint","setTriggerValue"]},CONTEXT_MENU:[{guard:"isOpenControlled",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]}],TRIGGER_CLICK:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TRIGGER_FOCUS:{guard:Ke("isSubmenu"),target:"closed"},TRIGGER_POINTERMOVE:{guard:"isSubmenu",target:"opening"}}},"opening:contextmenu":{tags:["closed"],effects:["waitForLongPress"],on:{"CONTROLLED.OPEN":{target:"open",actions:["reposition"]},"CONTROLLED.CLOSE":{target:"closed",actions:["focusTrigger"]},CONTEXT_MENU_CANCEL:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"LONG_PRESS.OPEN":[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","invokeOnOpen","reposition"]}]}},opening:{tags:["closed"],effects:["waitForOpenDelay"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed",actions:["focusTrigger"]},BLUR:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],TRIGGER_POINTERLEAVE:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],"DELAY.OPEN":[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}]}},closing:{tags:["open"],effects:["trackPointerMove","trackInteractOutside","waitForCloseDelay"],on:{"CONTROLLED.OPEN":{target:"open"},"CONTROLLED.CLOSE":{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem"]},MENU_POINTERENTER:{target:"open",actions:["clearIntentPolygon"]},POINTER_MOVED_AWAY_FROM_SUBMENU:[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem"]}],"DELAY.CLOSE":[{guard:"isOpenControlled",actions:["invokeOnClose","releaseParentRoutingLock"]},{target:"closed",actions:["focusParentMenu","restoreParentHighlightedItem","invokeOnClose","releaseParentRoutingLock"]}]}},closed:{tags:["closed"],entry:["clearHighlightedItem","unlockParentOnClose","clearAnchorPoint"],on:{"CONTROLLED.OPEN":[{guard:B1("isOpenAutoFocusEvent","isArrowDownEvent"),target:"open",actions:["highlightFirstItem"]},{guard:"isArrowUpEvent",target:"open",actions:["highlightLastItem"]},{target:"open"}],CONTEXT_MENU_START:{target:"opening:contextmenu",actions:["setAnchorPoint","setTriggerValue"]},CONTEXT_MENU:[{guard:"isOpenControlled",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setAnchorPoint","setTriggerValue","invokeOnOpen"]}],TRIGGER_CLICK:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TRIGGER_POINTERMOVE:{guard:"isTriggerItem",target:"opening"},TRIGGER_BLUR:{target:"idle"},ARROW_DOWN:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightFirstItem","invokeOnOpen"]}],ARROW_UP:[{guard:"isOpenControlled",actions:["setTriggerValue","invokeOnOpen"]},{target:"open",actions:["setTriggerValue","highlightLastItem","invokeOnOpen"]}]}},open:{tags:["open"],effects:["trackInteractOutside","trackFocusVisible","trackPositioning","scrollToHighlightedItem"],entry:["focusMenu","unlockParentOnOpen"],on:{"CONTROLLED.CLOSE":[{target:"closed",guard:"isArrowLeftEvent",actions:["focusParentMenu"]},{target:"closed",actions:["focusTrigger"]}],TRIGGER_CLICK:[{guard:Vr(Ke("isTriggerItem"),"isOpenControlled"),actions:["invokeOnClose","releaseParentRoutingLock"]},{guard:Ke("isTriggerItem"),target:"closed",actions:["invokeOnClose","releaseParentRoutingLock","focusTrigger"]}],CONTEXT_MENU:{actions:["setAnchorPoint","setTriggerValue","focusMenu"]},ARROW_UP:{actions:["highlightPrevItem","focusMenu"]},ARROW_DOWN:{actions:["highlightNextItem","focusMenu"]},ARROW_LEFT:[{guard:Vr("isSubmenu","isOpenControlled"),actions:["invokeOnClose","releaseParentRoutingLock"]},{guard:"isSubmenu",target:"closed",actions:["focusParentMenu","invokeOnClose","releaseParentRoutingLock"]}],HOME:{actions:["highlightFirstItem","focusMenu"]},END:{actions:["highlightLastItem","focusMenu"]},ARROW_RIGHT:{guard:"isTriggerItemHighlighted",actions:["openSubmenu"]},ENTER:[{guard:"isTriggerItemHighlighted",actions:["openSubmenu"]},{actions:["clickHighlightedItem"]}],ITEM_POINTERMOVE:[{guard:Ke("isPointerRoutingLocked"),actions:["setHighlightedItem","focusMenu","closeSiblingMenus"]},{actions:["setLastHighlightedItem","closeSiblingMenus"]}],ITEM_POINTERLEAVE:{guard:Vr(Ke("isPointerRoutingLocked"),Ke("isTriggerItem")),actions:["clearHighlightedItem"]},ITEM_CLICK:[{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable"),"closeOnSelect","isOpenControlled"),actions:["invokeOnSelect","setOptionState","closeRootMenu","invokeOnClose","releaseParentRoutingLock"]},{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable"),"closeOnSelect"),target:"closed",actions:["invokeOnSelect","setOptionState","closeRootMenu","invokeOnClose","releaseParentRoutingLock","focusTrigger"]},{guard:Vr(Ke("isTriggerItemHighlighted"),Ke("isHighlightedItemEditable")),actions:["invokeOnSelect","setOptionState"]},{actions:["setHighlightedItem"]}],TRIGGER_POINTERMOVE:{guard:"isTriggerItem",actions:["setIntentPolygon"]},TRIGGER_POINTERLEAVE:{target:"closing",actions:["setIntentPolygon"]},ITEM_POINTERDOWN:{actions:["setHighlightedItem"]},TYPEAHEAD:{actions:["highlightMatchedItem"]},FOCUS_MENU:{actions:["focusMenu"]},"POSITIONING.SET":{actions:["reposition"]}}}},implementations:{guards:{closeOnSelect:({prop:r,event:e})=>!!(e?.closeOnSelect??r("closeOnSelect")),isTriggerItem:({event:r})=>Sd(r.target),isTriggerItemHighlighted:({event:r,scope:e,computed:t})=>!!(r.target??e.getById(t("highlightedId")))?.hasAttribute("data-controls"),isSubmenu:({context:r})=>r.get("isSubmenu"),isPointerRoutingLocked:({refs:r})=>r.get("pointerRoutingLocked"),isHighlightedItemEditable:({scope:r,computed:e})=>Cr(r.getById(e("highlightedId"))),isOpenControlled:({prop:r})=>r("open")!==void 0,isArrowLeftEvent:({event:r})=>r.previousEvent?.type==="ARROW_LEFT",isArrowUpEvent:({event:r})=>r.previousEvent?.type==="ARROW_UP",isArrowDownEvent:({event:r})=>r.previousEvent?.type==="ARROW_DOWN",isOpenAutoFocusEvent:({event:r})=>r.previousEvent?.type==="OPEN_AUTOFOCUS"},effects:{waitForOpenDelay({send:r}){let e=setTimeout(()=>{r({type:"DELAY.OPEN"});},200);return ()=>clearTimeout(e)},waitForCloseDelay({send:r}){let e=setTimeout(()=>{r({type:"DELAY.CLOSE"});},100);return ()=>clearTimeout(e)},waitForLongPress({send:r}){let e=setTimeout(()=>{r({type:"LONG_PRESS.OPEN"});},700);return ()=>clearTimeout(e)},trackFocusVisible({scope:r}){return gg({root:r.getRootNode?.()})},trackPositioning({context:r,prop:e,scope:t,refs:n}){if(Of(t)||wd(t).length>0)return;let o={...e("positioning"),...n.get("positioningOverride")};return r.set("currentPlacement",o.placement),Ka(()=>ro(t,r.get("triggerValue")),()=>bd(t),{...o,defer:true,onComplete(l){r.set("currentPlacement",l.placement);}})},trackInteractOutside({refs:r,scope:e,prop:t,context:n,send:i}){let o=()=>st(e),s=true,a=l=>wd(e).some(c=>Ve(c,l));return Za(o,{type:"menu",defer:true,exclude:[vd(e),...yd(e)].filter(Boolean),onInteractOutside:t("onInteractOutside"),onRequestDismiss:t("onRequestDismiss"),onFocusOutside(l){t("onFocusOutside")?.(l);let c=ge(l.detail.originalEvent);if(a(c)){l.preventDefault();return}if(Cd(c,r.get("children"))){l.preventDefault();return}},onEscapeKeyDown(l){t("onEscapeKeyDown")?.(l),n.get("isSubmenu")&&l.preventDefault(),Ed({parent:r.get("parent")});},onPointerDownOutside(l){t("onPointerDownOutside")?.(l);let c=ge(l.detail.originalEvent);if(a(c)&&l.detail.contextmenu){l.preventDefault();return}s=!l.detail.focusable;},onDismiss(){i({type:"CLOSE",src:"interact-outside",restoreFocus:s});}})},trackPointerMove({context:r,scope:e,send:t,refs:n}){let i=n.get("parent");if(!i)return;cn(i,true);let o=e.getDoc();return Me(o,"pointermove",s=>{Gf(r.get("intentPolygon"),{x:s.clientX,y:s.clientY})||(t({type:"POINTER_MOVED_AWAY_FROM_SUBMENU"}),cn(i,false));})},scrollToHighlightedItem({scope:r,computed:e}){let t=()=>{if(mg()==="pointer")return;let o=r.getById(e("highlightedId")),s=st(r);xm(o,{rootEl:s,block:"nearest"});};return he(()=>{fg("virtual"),t();}),vm(()=>st(r),{attributes:["aria-activedescendant"],callback:t})}},actions:{setAnchorPoint({context:r,event:e}){r.set("anchorPoint",t=>vr(t,e.point)?t:e.point);},setSubmenuPlacement({context:r,computed:e,refs:t}){if(!r.get("isSubmenu"))return;let n=e("isRtl")?"left-start":"right-start";t.set("positioningOverride",{placement:n,gutter:0});},reposition({context:r,scope:e,prop:t,event:n,refs:i}){let o=()=>bd(e),s=n.point??r.get("anchorPoint"),a=s?()=>({width:0,height:0,...s}):void 0,l={...t("positioning"),...i.get("positioningOverride")},c=n.value??r.get("triggerValue");Ka(()=>ro(e,c),o,{...l,defer:true,getAnchorRect:a,...n.options??{},listeners:false,onComplete(u){r.set("currentPlacement",u.placement);}});},setOptionState({event:r}){if(!r.option)return;let{checked:e,onCheckedChange:t,type:n}=r.option;n==="radio"?t?.(true):n==="checkbox"&&t?.(!e);},clickHighlightedItem({scope:r,computed:e,prop:t,context:n}){let i=r.getById(e("highlightedId"));if(!i||i.dataset.disabled)return;let o=n.get("highlightedValue");jp(i)?t("navigate")?.({value:o,node:i,href:i.href}):queueMicrotask(()=>i.click());},setIntentPolygon({context:r,scope:e,event:t}){let n=st(e),i=r.get("currentPlacement");if(!n||!i)return;let o=n.getBoundingClientRect(),s=Wf(o,i);if(!s)return;let l=no(i)==="right"?-5:5;r.set("intentPolygon",[{...t.point,x:t.point.x+l},...s]);},clearIntentPolygon({context:r}){r.set("intentPolygon",null);},clearAnchorPoint({context:r}){r.set("anchorPoint",null);},unlockParentOnOpen({refs:r,context:e,scope:t}){let n=r.get("parent");if(e.get("isSubmenu")){let i=Et(t);n?.send({type:"HIGHLIGHTED.SUGGEST",value:i});}cn(n,false);},unlockParentOnClose({refs:r,context:e}){Kf(r.get("parent"),e.get("isSubmenu"));},setHighlightedItem({context:r,event:e}){let t=e.value||ln(e.target);r.set("highlightedValue",t);},clearHighlightedItem({context:r}){r.set("highlightedValue",null);},focusMenu({scope:r}){he(()=>{let e=st(r);Pa({root:e,enabled:!Ve(e,r.getActiveElement()),filter(n){return !n.role?.startsWith("menuitem")}})?.focus({preventScroll:true});});},highlightFirstItem({context:r,scope:e}){(st(e)?queueMicrotask:he)(()=>{let n=Ff(e);n&&r.set("highlightedValue",ln(n));});},highlightLastItem({context:r,scope:e}){(st(e)?queueMicrotask:he)(()=>{let n=Nf(e);n&&r.set("highlightedValue",ln(n));});},highlightNextItem({context:r,scope:e,event:t,prop:n}){let i=Vf(e,{loop:t.loop,value:r.get("highlightedValue"),loopFocus:n("loopFocus")});r.set("highlightedValue",ln(i));},highlightPrevItem({context:r,scope:e,event:t,prop:n}){let i=_f(e,{loop:t.loop,value:r.get("highlightedValue"),loopFocus:n("loopFocus")});r.set("highlightedValue",ln(i));},invokeOnSelect({context:r,prop:e,scope:t}){let n=r.get("highlightedValue");if(n==null)return;let i=Df(t,n);Hf(i,n),e("onSelect")?.({value:n});},focusTrigger({scope:r,context:e,event:t}){e.get("isSubmenu")||e.get("anchorPoint")||t.restoreFocus===false||queueMicrotask(()=>{ro(r,e.get("triggerValue"))?.focus({preventScroll:true});});},highlightMatchedItem({scope:r,context:e,event:t,refs:n}){let i=Bf(r,{key:t.key,value:e.get("highlightedValue"),typeaheadState:n.get("typeaheadState")});i&&e.set("highlightedValue",ln(i));},setParentMenu({refs:r,event:e,context:t}){r.set("parent",e.value),t.set("isSubmenu",true);},setChildMenu({refs:r,event:e}){let t=r.get("children");t[e.id]=e.value,r.set("children",t);},closeSiblingMenus({refs:r,event:e,scope:t}){let n=e.target;if(!Sd(n))return;let i=n?.getAttribute("data-uid"),o=r.get("children");for(let s in o){if(s===i)continue;let a=o[s],l=a.context.get("intentPolygon");l&&e.point&&qa(l,e.point)||(st(t)?.focus({preventScroll:true}),a.send({type:"CLOSE"}));}},closeRootMenu({refs:r}){Ed({parent:r.get("parent")});},openSubmenu({refs:r,scope:e,computed:t}){let i=e.getById(t("highlightedId"))?.getAttribute("data-uid"),o=r.get("children");(i?o[i]:null)?.send({type:"OPEN_AUTOFOCUS"});},focusParentMenu({refs:r}){r.get("parent")?.send({type:"FOCUS_MENU"});},setLastHighlightedItem({context:r,event:e}){r.set("lastHighlightedValue",ln(e.target));},suggestHighlightedItem({context:r,event:e}){let t=e.value;if(t){if(r.get("highlightedValue")!=null){r.set("lastHighlightedValue",t);return}r.set("highlightedValue",t);}},restoreHighlightedItem({context:r}){let e=r.get("lastHighlightedValue");r.set("lastHighlightedValue",null),e&&r.set("highlightedValue",e);},restoreParentHighlightedItem({refs:r}){r.get("parent")?.send({type:"HIGHLIGHTED.RESTORE"});},invokeOnOpen({prop:r}){r("onOpenChange")?.({open:true});},invokeOnClose({prop:r}){r("onOpenChange")?.({open:false});},releaseParentRoutingLock({refs:r,context:e}){e.get("isSubmenu")&&Xf(r.get("parent"));},toggleVisibility({prop:r,event:e,send:t}){t({type:r("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:e});},setTriggerValue({context:r,event:e}){e.value!==void 0&&r.set("triggerValue",e.value);}}}});function bg(r){return {machine:Ad,props:{id:r.id??Na("vela-menu"),ids:r.triggerId?{trigger:r.triggerId}:void 0,positioning:{placement:r.placement??"bottom-start",...r.getAnchorRect?{getAnchorRect:()=>r.getAnchorRect()}:{}},onSelect:e=>r.onSelect?.(e.value),onOpenChange:e=>r.onOpenChange?.(e.open)},connect:e=>Pd(e,Ir)}}var vg="vela-ui-menu",yg=`
4
4
  .vela-menu {
5
5
  /* The list is a <ul>: without this, block rows (the separator) paint a ::marker dot. */
6
6
  list-style: none;
@@ -117,10 +117,10 @@ var Vela=(function(exports){'use strict';function ve(r){return r.kind!=="candle"
117
117
  color: var(--vela-fg-faint);
118
118
  }
119
119
  .vela-menu-item[data-state='open'] { background: var(--vela-hover); }
120
- `;var Rd=class r{constructor(e,t){this.items=[];this.subs=new Map;this.pinnedAnchor=null;this.doc=e,this.host=t.host,this.onSelect=t.onSelect,this.onFavorite=t.onFavorite,this.checkmarks=t.checkmarks===true,this.positioner=e.createElement("div"),this.positioner.className="vela-ui-layer",this.list=e.createElement("ul"),this.list.className="vela-menu",t.minWidth&&(this.list.style.minWidth=t.minWidth),this.positioner.appendChild(this.list),this.host.appendChild(this.positioner);let n=t.trigger;this.ctrl=bg({items:[],id:t.id,placement:t.placement,onSelect:i=>this.onSelect(i),getAnchorRect:()=>this.pinnedAnchor,onOpenChange:i=>{if(i&&n){let o=n.getBoundingClientRect();this.pinnedAnchor={x:o.x,y:o.y,width:o.width,height:o.height};}else this.pinnedAnchor=null;t.onOpenChange?.(i);},triggerId:t.triggerId}),this.mid=String(this.ctrl.props.id),t.triggerId&&n&&(n.id=t.triggerId),this.handle=Fa(this.ctrl.machine,this.ctrl.props,i=>{let o=this.ctrl.connect(i);n&&_e(n,o.getTriggerProps(),this.mid),_e(this.positioner,o.getPositionerProps(),this.mid),_e(this.list,o.getContentProps(),this.mid),this.project(o);});}get api(){return this.ctrl.connect(this.handle.service)}setItems(e){this.items=e;for(let n of this.subs.values())n.destroy();this.subs.clear(),this.build();let t=this.api;for(let n of this.subs.values())t.setChild(n.handle.service),n.api.setParent(this.handle.service);this.handle.flush(),this.subs.size>0&&queueMicrotask(()=>this.handle.flush());}destroy(){for(let e of this.subs.values())e.destroy();this.subs.clear(),this.handle.stop(),this.positioner.remove();}byId(e){return this.items.find(t=>t.id===e)}project(e){for(let t of this.list.children){let n=t.dataset.veiId;if(!n)continue;let i=this.subs.get(n);if(i){_e(t,e.getTriggerItemProps(i.api),this.mid);continue}let o=this.byId(n);_e(t,e.getItemProps({value:n,disabled:o?.disabled,closeOnSelect:o?.toggle?false:void 0}),this.mid);}}build(){let e=this.doc;this.list.replaceChildren();let t=this.checkmarks&&this.items.some(n=>!(n.submenu&&n.submenu.length>0)&&!n.toggle&&n.checked!==void 0);for(let n of this.items){if(n.separatorBefore){let a=e.createElement("li");a.className="vela-menu-sep",a.setAttribute("role","separator"),this.list.appendChild(a);}let i=n.submenu!==void 0&&n.submenu.length>0,o=e.createElement("li");if(o.className="vela-menu-item",o.dataset.veiId=n.id,n.toggle&&(o.dataset.toggle="1"),t){let a=e.createElement("span");a.className="vela-menu-mark",!i&&!n.toggle&&n.checked&&(a.appendChild(ke("check",e)),o.dataset.checkmark="1"),o.appendChild(a);}else !i&&!n.toggle&&n.checked&&(o.dataset.checked="1");n.icon&&o.appendChild(ke(n.icon,e));let s=e.createElement("span");if(s.className="vela-menu-label",s.textContent=n.label,o.appendChild(s),n.hint){let a=e.createElement("span");a.className="vela-menu-hint",a.textContent=n.hint,o.appendChild(a);}if(n.favorite!==void 0&&this.onFavorite){let a=n.favorite,l=ke(a?"star-filled":"star",e);l.classList.add("vela-menu-star"),a&&l.classList.add("vela-fav"),l.removeAttribute("aria-hidden"),l.setAttribute("role","button"),l.setAttribute("aria-label",a?"Remove from favorites":"Add to favorites"),l.setAttribute("aria-pressed",a?"true":"false");for(let c of ["pointerdown","pointerup","mousedown","mouseup"])l.addEventListener(c,d=>d.stopPropagation());l.addEventListener("click",c=>{c.stopPropagation(),c.preventDefault(),this.onFavorite?.(n.id,!a);}),o.appendChild(l);}if(n.toggle){let a=e.createElement("span");a.className="vela-menu-switch"+(n.checked?" on":""),a.setAttribute("aria-hidden","true"),o.appendChild(a);}if(i){o.dataset.branch="1";let a=ke("chevron-right",e);a.classList.add("vela-menu-arrow"),o.appendChild(a);let l=new r(e,{host:this.host,placement:"right-start",onSelect:this.onSelect,onFavorite:this.onFavorite,checkmarks:this.checkmarks,id:`${this.mid}--${n.id}`});l.setItems(n.submenu??[]),this.subs.set(n.id,l);}this.list.appendChild(o);}}},_r=class{constructor(e){let t=e.trigger??e.host??document.body,n=t.ownerDocument;ie(vg,yg,n);let i=e.host??t.closest?.(".vela-ui")??n.body;this.root=new Rd(n,{host:i,placement:e.placement,onSelect:o=>e.onSelect?.(o),onOpenChange:e.onOpenChange,trigger:e.trigger,triggerId:e.triggerId,id:e.id,minWidth:e.minWidth,onFavorite:e.onFavorite,checkmarks:e.checkmarks}),this.root.setItems(e.items);}get api(){return this.root.api}open(){this.api.setOpen(true);}openAt(e,t){let n=this.api;n.setOpen(true),n.reposition({getAnchorRect:()=>({x:e,y:t,width:0,height:0})});}close(){this.api.setOpen(false);}setItems(e){this.root.setItems(e);}destroy(){this.root.destroy();}};var $1="vela-ui-tokens",W1=Object.entries(ba).map(([r,e])=>` ${r}: ${e};`).join(`
121
- `),G1=`
120
+ `;var Rd=class r{constructor(e,t){this.items=[];this.subs=new Map;this.pinnedAnchor=null;this.doc=e,this.host=t.host,this.onSelect=t.onSelect,this.onFavorite=t.onFavorite,this.checkmarks=t.checkmarks===true,this.positioner=e.createElement("div"),this.positioner.className="vela-ui-layer",this.list=e.createElement("ul"),this.list.className="vela-menu",t.minWidth&&(this.list.style.minWidth=t.minWidth),this.positioner.appendChild(this.list),this.host.appendChild(this.positioner);let n=t.trigger;this.ctrl=bg({items:[],id:t.id,placement:t.placement,onSelect:i=>this.onSelect(i),getAnchorRect:()=>this.pinnedAnchor,onOpenChange:i=>{if(i&&n){let o=n.getBoundingClientRect();this.pinnedAnchor={x:o.x,y:o.y,width:o.width,height:o.height};}else this.pinnedAnchor=null;t.onOpenChange?.(i);},triggerId:t.triggerId}),this.mid=String(this.ctrl.props.id),t.triggerId&&n&&(n.id=t.triggerId),this.handle=Fa(this.ctrl.machine,this.ctrl.props,i=>{let o=this.ctrl.connect(i);n&&_e(n,o.getTriggerProps(),this.mid),_e(this.positioner,o.getPositionerProps(),this.mid),_e(this.list,o.getContentProps(),this.mid),this.project(o);});}get api(){return this.ctrl.connect(this.handle.service)}setItems(e){this.items=e;for(let n of this.subs.values())n.destroy();this.subs.clear(),this.build();let t=this.api;for(let n of this.subs.values())t.setChild(n.handle.service),n.api.setParent(this.handle.service);this.handle.flush(),this.subs.size>0&&queueMicrotask(()=>this.handle.flush());}destroy(){for(let e of this.subs.values())e.destroy();this.subs.clear(),this.handle.stop(),this.positioner.remove();}byId(e){return this.items.find(t=>t.id===e)}project(e){for(let t of this.list.children){let n=t.dataset.veiId;if(!n)continue;let i=this.subs.get(n);if(i){_e(t,e.getTriggerItemProps(i.api),this.mid);continue}let o=this.byId(n);_e(t,e.getItemProps({value:n,disabled:o?.disabled,closeOnSelect:o?.toggle?false:void 0}),this.mid);}}build(){let e=this.doc;this.list.replaceChildren();let t=this.checkmarks&&this.items.some(n=>!(n.submenu&&n.submenu.length>0)&&!n.toggle&&n.checked!==void 0);for(let n of this.items){if(n.separatorBefore){let a=e.createElement("li");a.className="vela-menu-sep",a.setAttribute("role","separator"),this.list.appendChild(a);}let i=n.submenu!==void 0&&n.submenu.length>0,o=e.createElement("li");if(o.className="vela-menu-item",o.dataset.veiId=n.id,n.toggle&&(o.dataset.toggle="1"),t){let a=e.createElement("span");a.className="vela-menu-mark",!i&&!n.toggle&&n.checked&&(a.appendChild(ke("check",e)),o.dataset.checkmark="1"),o.appendChild(a);}else !i&&!n.toggle&&n.checked&&(o.dataset.checked="1");n.icon&&o.appendChild(ke(n.icon,e));let s=e.createElement("span");if(s.className="vela-menu-label",s.textContent=n.label,o.appendChild(s),n.hint){let a=e.createElement("span");a.className="vela-menu-hint",a.textContent=n.hint,o.appendChild(a);}if(n.favorite!==void 0&&this.onFavorite){let a=n.favorite,l=ke(a?"star-filled":"star",e);l.classList.add("vela-menu-star"),a&&l.classList.add("vela-fav"),l.removeAttribute("aria-hidden"),l.setAttribute("role","button"),l.setAttribute("aria-label",a?"Remove from favorites":"Add to favorites"),l.setAttribute("aria-pressed",a?"true":"false");for(let c of ["pointerdown","pointerup","mousedown","mouseup"])l.addEventListener(c,d=>d.stopPropagation());l.addEventListener("click",c=>{c.stopPropagation(),c.preventDefault(),this.onFavorite?.(n.id,!a);}),o.appendChild(l);}if(n.toggle){let a=e.createElement("span");a.className="vela-menu-switch"+(n.checked?" on":""),a.setAttribute("aria-hidden","true"),o.appendChild(a);}if(i){o.dataset.branch="1";let a=ke("chevron-right",e);a.classList.add("vela-menu-arrow"),o.appendChild(a);let l=new r(e,{host:this.host,placement:"right-start",onSelect:this.onSelect,onFavorite:this.onFavorite,checkmarks:this.checkmarks,id:`${this.mid}--${n.id}`});l.setItems(n.submenu??[]),this.subs.set(n.id,l);}this.list.appendChild(o);}}},_r=class{constructor(e){let t=e.trigger??e.host??document.body,n=t.ownerDocument;ie(vg,yg,n);let i=e.host??t.closest?.(".vela-ui")??n.body;this.root=new Rd(n,{host:i,placement:e.placement,onSelect:o=>e.onSelect?.(o),onOpenChange:e.onOpenChange,trigger:e.trigger,triggerId:e.triggerId,id:e.id,minWidth:e.minWidth,onFavorite:e.onFavorite,checkmarks:e.checkmarks}),this.root.setItems(e.items);}get api(){return this.root.api}open(){this.api.setOpen(true);}openAt(e,t){let n=this.api;n.setOpen(true),n.reposition({getAnchorRect:()=>({x:e,y:t,width:0,height:0})});}close(){this.api.setOpen(false);}setItems(e){this.root.setItems(e);}destroy(){this.root.destroy();}};var z1="vela-ui-tokens",$1=Object.entries(ba).map(([r,e])=>` ${r}: ${e};`).join(`
121
+ `),W1=`
122
122
  .vela-ui, .vela-ui-layer {
123
- ${W1}
123
+ ${$1}
124
124
  font-family: var(--vela-font, -apple-system, system-ui, sans-serif);
125
125
  box-sizing: border-box;
126
126
  /* Chrome text (titles, buttons, menus, readouts) is UI, not copy \u2014 never selectable. */
@@ -132,7 +132,7 @@ ${W1}
132
132
  .vela-ui :is(input, textarea), .vela-ui-layer :is(input, textarea) { user-select: text; -webkit-user-select: text; }
133
133
  .vela-icon { display: inline-flex; align-items: center; flex: none; }
134
134
  .vela-icon svg { display: block; }
135
- `;function U1(r,e){let t=va(e);for(let n in t)r.style.setProperty(n,t[n]);}function wg(r,e){ie($1,G1,r.getRootNode()),r.classList.add("vela-ui"),e&&U1(r,e);}function xg(r,e){return {left:r.left+e,top:r.top+e,right:r.right-e,bottom:r.bottom-e,width:r.width-e*2,height:r.height-e*2}}function Sg(r,e,t){return {left:t,top:t,right:r-t,bottom:e-t,width:r-t*2,height:e-t*2}}function Cg(r,e){let t=Math.max(r.left,e.left),n=Math.max(r.top,e.top),i=Math.min(r.right,e.right),o=Math.min(r.bottom,e.bottom);return {left:t,top:n,right:i,bottom:o,width:i-t,height:o-n}}function Tg(r){let e=r.align==="end"?r.trigger.right-r.pop.width:r.trigger.left,t=r.trigger.bottom+r.gap,n=r.trigger.top-r.pop.height-r.gap,i=t+r.pop.height<=r.clamp.bottom,o=n>=r.clamp.top,s=t;return !i&&(o||r.trigger.top-r.clamp.top>r.clamp.bottom-r.trigger.bottom)&&(s=Math.max(r.clamp.top,n)),e+r.pop.width>r.clamp.right&&(e=r.clamp.right-r.pop.width),e<r.clamp.left&&(e=r.clamp.left),s+r.pop.height>r.clamp.bottom&&(s=r.clamp.bottom-r.pop.height),s<r.clamp.top&&(s=r.clamp.top),{left:Math.round(e-r.originX),top:Math.round(s-r.originY)}}function Eg(r={}){return {gap:r.gap??4,align:r.align??"start",matchWidth:r.matchWidth??false,position:r.position??"fixed",boundaryInset:r.boundaryInset??0,viewportInset:r.viewportInset??6,onClose:r.onClose}}var Pg="vela-ui-popover",Lg=`
135
+ `;function G1(r,e){let t=va(e);for(let n in t)r.style.setProperty(n,t[n]);}function wg(r,e){ie(z1,W1,r.getRootNode()),r.classList.add("vela-ui"),e&&G1(r,e);}function xg(r,e){return {left:r.left+e,top:r.top+e,right:r.right-e,bottom:r.bottom-e,width:r.width-e*2,height:r.height-e*2}}function Sg(r,e,t){return {left:t,top:t,right:r-t,bottom:e-t,width:r-t*2,height:e-t*2}}function Cg(r,e){let t=Math.max(r.left,e.left),n=Math.max(r.top,e.top),i=Math.min(r.right,e.right),o=Math.min(r.bottom,e.bottom);return {left:t,top:n,right:i,bottom:o,width:i-t,height:o-n}}function Tg(r){let e=r.align==="end"?r.trigger.right-r.pop.width:r.trigger.left,t=r.trigger.bottom+r.gap,n=r.trigger.top-r.pop.height-r.gap,i=t+r.pop.height<=r.clamp.bottom,o=n>=r.clamp.top,s=t;return !i&&(o||r.trigger.top-r.clamp.top>r.clamp.bottom-r.trigger.bottom)&&(s=Math.max(r.clamp.top,n)),e+r.pop.width>r.clamp.right&&(e=r.clamp.right-r.pop.width),e<r.clamp.left&&(e=r.clamp.left),s+r.pop.height>r.clamp.bottom&&(s=r.clamp.bottom-r.pop.height),s<r.clamp.top&&(s=r.clamp.top),{left:Math.round(e-r.originX),top:Math.round(s-r.originY)}}function Eg(r={}){return {gap:r.gap??4,align:r.align??"start",matchWidth:r.matchWidth??false,position:r.position??"fixed",boundaryInset:r.boundaryInset??0,viewportInset:r.viewportInset??6,onClose:r.onClose}}var Pg="vela-ui-popover",Lg=`
136
136
  .vela-popover {
137
137
  position: fixed;
138
138
  z-index: var(--vela-z-popover);
@@ -143,7 +143,7 @@ ${W1}
143
143
  }
144
144
  .vela-popover[data-position='absolute'] { position: absolute; }
145
145
  .vela-popover[hidden] { display: none !important; }
146
- `;var zt=null;function le(){zt?.hide();}function Pt(){return zt!==null}function $t(){return zt?.trigger??null}var kg="__velaPopoverDismiss";function Y1(r){r[kg]=true;}function Xn(r){return r[kg]===true}function Mg(r){return {left:r.left,top:r.top,right:r.right,bottom:r.bottom,width:r.width,height:r.height}}var Ae=class{constructor(e){this.onOutside=null;this.onKey=null;this.onReflow=null;this.shown=false;let t=e.trigger.ownerDocument;ie(Pg,Lg,t),this.trigger=e.trigger,this.host=e.host??t.body,this.ctrl=Eg(e),this.boundary=e.boundary??"viewport",this.theme=e.theme,this.el=t.createElement("div"),this.el.className="vela-popover vela-ui-layer"+(e.className?` ${e.className}`:""),this.el.dataset.position=this.ctrl.position,e.zIndex!==void 0&&(this.el.style.zIndex=String(e.zIndex)),this.el.addEventListener("pointerdown",n=>n.stopPropagation()),e.content instanceof Node?this.el.appendChild(e.content):typeof e.content=="function"&&e.content(this.el);}get open(){return this.shown}get position(){return this.ctrl.position}get align(){return this.ctrl.align}show(){if(this.shown){this.place();return}zt&&zt!==this&&zt.hide(),wg(this.el,this.theme),this.host.appendChild(this.el),this.shown=true,zt=this,this.place();let e=i=>{let o=i.target;this.el.contains(o)||this.trigger.contains(o)||(Y1(i),this.hide());},t=i=>{i.key==="Escape"&&(i.preventDefault(),i.stopPropagation(),this.hide());},n=()=>this.place();setTimeout(()=>document.addEventListener("pointerdown",e,true),0),document.addEventListener("keydown",t,true),window.addEventListener("resize",n,true),document.addEventListener("scroll",n,true),this.onOutside=e,this.onKey=t,this.onReflow=n;}hide(){this.shown&&(this.onOutside&&document.removeEventListener("pointerdown",this.onOutside,true),this.onKey&&document.removeEventListener("keydown",this.onKey,true),this.onReflow&&(window.removeEventListener("resize",this.onReflow,true),document.removeEventListener("scroll",this.onReflow,true)),this.onOutside=null,this.onKey=null,this.onReflow=null,this.el.remove(),this.shown=false,zt===this&&(zt=null),this.ctrl.onClose?.());}toggle(){this.shown?this.hide():this.show();}destroy(){this.hide();}reposition(){this.shown&&this.place();}clampRect(){let e=Sg(window.innerWidth,window.innerHeight,this.ctrl.viewportInset),t=this.readBoundary();if(!t)return e;let n=xg(t,this.ctrl.boundaryInset);return Cg(e,n)}readBoundary(){let e=this.boundary;if(e==="viewport")return null;let t=typeof e=="function"?e():e.getBoundingClientRect();return t?Mg(t):null}place(){let e=this.trigger.getBoundingClientRect();this.ctrl.matchWidth&&(this.el.style.minWidth=`${Math.round(Math.max(this.el.offsetWidth,e.width))}px`);let t=this.ctrl.position==="absolute"?this.host.getBoundingClientRect():{left:0,top:0},n=Tg({trigger:Mg(e),pop:{width:this.el.offsetWidth,height:this.el.offsetHeight},gap:this.ctrl.gap,align:this.ctrl.align,clamp:this.clampRect(),originX:t.left,originY:t.top});this.el.style.left=`${n.left}px`,this.el.style.top=`${n.top}px`;}};function Ig(r){return r.close!==false}function Ag(r){let e=[];for(let t of r){if(t.type==="text"){e.push({type:"text",text:t.text});continue}let n=e[e.length-1];n&&n.type==="buttons"?n.buttons.push(t):e.push({type:"buttons",buttons:[t]});}return e}var Rg="vela-ui-callout-bubble",Dg=`
146
+ `;var zt=null;function le(){zt?.hide();}function Pt(){return zt!==null}function $t(){return zt?.trigger??null}var kg="__velaPopoverDismiss";function U1(r){r[kg]=true;}function Xn(r){return r[kg]===true}function Mg(r){return {left:r.left,top:r.top,right:r.right,bottom:r.bottom,width:r.width,height:r.height}}var Ae=class{constructor(e){this.onOutside=null;this.onKey=null;this.onReflow=null;this.shown=false;let t=e.trigger.ownerDocument;ie(Pg,Lg,t),this.trigger=e.trigger,this.host=e.host??t.body,this.ctrl=Eg(e),this.boundary=e.boundary??"viewport",this.theme=e.theme,this.el=t.createElement("div"),this.el.className="vela-popover vela-ui-layer"+(e.className?` ${e.className}`:""),this.el.dataset.position=this.ctrl.position,e.zIndex!==void 0&&(this.el.style.zIndex=String(e.zIndex)),this.el.addEventListener("pointerdown",n=>n.stopPropagation()),e.content instanceof Node?this.el.appendChild(e.content):typeof e.content=="function"&&e.content(this.el);}get open(){return this.shown}get position(){return this.ctrl.position}get align(){return this.ctrl.align}show(){if(this.shown){this.place();return}zt&&zt!==this&&zt.hide(),wg(this.el,this.theme),this.host.appendChild(this.el),this.shown=true,zt=this,this.place();let e=i=>{let o=i.target;this.el.contains(o)||this.trigger.contains(o)||(U1(i),this.hide());},t=i=>{i.key==="Escape"&&(i.preventDefault(),i.stopPropagation(),this.hide());},n=()=>this.place();setTimeout(()=>document.addEventListener("pointerdown",e,true),0),document.addEventListener("keydown",t,true),window.addEventListener("resize",n,true),document.addEventListener("scroll",n,true),this.onOutside=e,this.onKey=t,this.onReflow=n;}hide(){this.shown&&(this.onOutside&&document.removeEventListener("pointerdown",this.onOutside,true),this.onKey&&document.removeEventListener("keydown",this.onKey,true),this.onReflow&&(window.removeEventListener("resize",this.onReflow,true),document.removeEventListener("scroll",this.onReflow,true)),this.onOutside=null,this.onKey=null,this.onReflow=null,this.el.remove(),this.shown=false,zt===this&&(zt=null),this.ctrl.onClose?.());}toggle(){this.shown?this.hide():this.show();}destroy(){this.hide();}reposition(){this.shown&&this.place();}clampRect(){let e=Sg(window.innerWidth,window.innerHeight,this.ctrl.viewportInset),t=this.readBoundary();if(!t)return e;let n=xg(t,this.ctrl.boundaryInset);return Cg(e,n)}readBoundary(){let e=this.boundary;if(e==="viewport")return null;let t=typeof e=="function"?e():e.getBoundingClientRect();return t?Mg(t):null}place(){let e=this.trigger.getBoundingClientRect();this.ctrl.matchWidth&&(this.el.style.minWidth=`${Math.round(Math.max(this.el.offsetWidth,e.width))}px`);let t=this.ctrl.position==="absolute"?this.host.getBoundingClientRect():{left:0,top:0},n=Tg({trigger:Mg(e),pop:{width:this.el.offsetWidth,height:this.el.offsetHeight},gap:this.ctrl.gap,align:this.ctrl.align,clamp:this.clampRect(),originX:t.left,originY:t.top});this.el.style.left=`${n.left}px`,this.el.style.top=`${n.top}px`;}};function Ig(r){return r.close!==false}function Ag(r){let e=[];for(let t of r){if(t.type==="text"){e.push({type:"text",text:t.text});continue}let n=e[e.length-1];n&&n.type==="buttons"?n.buttons.push(t):e.push({type:"buttons",buttons:[t]});}return e}var Rg="vela-ui-callout-bubble",Dg=`
147
147
  .vela-callout {
148
148
  display: inline-grid;
149
149
  place-items: center;
@@ -286,7 +286,7 @@ ${W1}
286
286
  .vela-select-item:hover { background: var(--vela-hover); }
287
287
  .vela-select-item[data-checked] { background: var(--vela-hover-strong); color: var(--vela-fg-bright); }
288
288
  .vela-select-item[data-checked]:hover { background: var(--vela-hover-strong); }
289
- `;function Bg(r){ie(Ng,Vg,r);}function _g(r,e){let t=r.clientHeight,n=r.scrollHeight;if(n<=t){e.style.height="0";return}let i=Math.max(20,t/n*t),o=r.scrollTop/(n-t)*(t-i);e.style.height=`${Math.round(i)}px`,e.style.transform=`translateY(${Math.round(o)}px`;}function Hg(r,e,t,n){r.replaceChildren();let i=r.ownerDocument.createElement("div");i.className="vela-select-items";for(let o of e){let s=r.ownerDocument.createElement("button");s.type="button",s.className="vela-select-item",s.textContent=o.label,o.value===t&&(s.dataset.checked="1"),s.addEventListener("click",a=>{a.stopPropagation(),n(o.value,o.label);}),i.appendChild(s);}r.appendChild(i);}function zg(r){let e=r.querySelector(".vela-select-items");if(e){if(e.scrollHeight>240){r.classList.add("is-scroll");let t=r.ownerDocument.createElement("div");t.className="vela-select-rail";let n=r.ownerDocument.createElement("div");n.className="vela-select-thumb",t.appendChild(n),r.appendChild(t),e.addEventListener("scroll",()=>_g(e,n)),_g(e,n);}r.querySelector(".vela-select-item[data-checked]")?.scrollIntoView({block:"nearest"}),e.dispatchEvent(new Event("scroll"));}}function tl(r,e,t,n,i={}){return $t()===r?(le(),null):$g(r,e,t,n,i)}function $g(r,e,t,n,i={}){Bg(r.ownerDocument),le();let o=new Ae({trigger:r,theme:i.theme,matchWidth:i.matchWidth??true,boundary:i.boundary,boundaryInset:i.boundaryInset,gap:i.gap??4,align:i.align??"start",host:i.host,position:i.position,zIndex:i.zIndex,className:"vela-select-list",onClose:i.onClose,content:s=>{i.size&&(s.dataset.size=i.size),Hg(s,e,t,(a,l)=>{o.hide(),n(a,l);});}});return o.show(),zg(o.el),o.reposition(),o}var uo=class{constructor(e){this.list=null;let t=e.list?.host?.ownerDocument??document;Bg(t),this.ctrl=Fg(e),this.listOpts={...e.list,theme:e.theme??e.list?.theme,size:this.ctrl.size};let n=t.createElement("div");n.className="vela-select",n.dataset.size=this.ctrl.size,this.ctrl.fill&&(n.dataset.fill="");let i=t.createElement("button");i.type="button",e.id&&(i.id=e.id),i.className="vela-select-trigger",this.ctrl.disabled&&(i.disabled=true);let o=t.createElement("span");o.className="vela-select-label",o.textContent=this.ctrl.labelOf(this.ctrl.value);let s=t.createElement("span");if(s.className="vela-select-chevron",s.appendChild(ke("chevron-down",t)),i.append(o,s),n.appendChild(i),this.ctrl.size==="sm"){let a=t.createElement("div");a.className="vela-select-sizer",a.setAttribute("aria-hidden","true");for(let l of this.ctrl.options){let c=t.createElement("span");c.textContent=l.label,a.appendChild(c);}n.appendChild(a);}i.addEventListener("pointerdown",a=>{a.preventDefault(),i.focus({preventScroll:true});}),i.addEventListener("click",a=>{a.stopPropagation(),this.toggle();}),this.el=n,this.trigger=i,this.labelEl=o;}get value(){return this.ctrl.value}setValue(e){this.ctrl.setValue(e),this.labelEl.textContent=this.ctrl.labelOf(e);}toggle(){this.list=tl(this.trigger,this.ctrl.options,this.ctrl.value,(e,t)=>{this.ctrl.pick(e),this.labelEl.textContent=t,this.list=null;},{...this.listOpts,onClose:()=>{this.list=null,this.listOpts.onClose?.();}});}destroy(){this.list?.hide(),this.list=null;}};var K1=Vt("dialog").parts("trigger","backdrop","positioner","content","title","description","closeTrigger"),dn=K1.build();var Dd=r=>r.ids?.positioner??`dialog:${r.id}:positioner`,Od=r=>r.ids?.backdrop??`dialog:${r.id}:backdrop`,nl=r=>r.ids?.content??`dialog:${r.id}:content`,rl=(r,e)=>{let t=r.ids?.trigger;return t!=null?Ne(t)?t(e):t:e?`dialog:${r.id}:trigger:${e}`:`dialog:${r.id}:trigger`},il=r=>r.ids?.title??`dialog:${r.id}:title`,ol=r=>r.ids?.description??`dialog:${r.id}:description`,Fd=r=>r.ids?.closeTrigger??`dialog:${r.id}:close`,ho=r=>r.getById(nl(r)),Wg=r=>r.getById(Dd(r)),Gg=r=>r.getById(Od(r)),Nd=r=>r.getById(rl(r)),Ug=r=>r.getById(il(r)),Yg=r=>r.getById(ol(r)),Kg=r=>r.getById(Fd(r)),sl=r=>kr(r.getRootNode(),`[data-scope="dialog"][data-part="trigger"][data-ownedby="${r.id}"]`),Vd=(r,e)=>e==null?Nd(r)??sl(r)[0]:r.getById(rl(r,e));function _d(r,e){let{state:t,send:n,context:i,prop:o,scope:s}=r,a=o("aria-label"),l=t.matches("open"),c=i.get("triggerValue");return {open:l,setOpen(d){t.matches("open")!==d&&n({type:d?"OPEN":"CLOSE"});},triggerValue:c,setTriggerValue(d){n({type:"TRIGGER_VALUE.SET",value:d});},getTriggerProps(d={}){let{value:u}=d,h=u==null?false:c===u;return e.button({...dn.trigger.attrs,dir:o("dir"),id:rl(s,u),"data-ownedby":s.id,"data-value":u,"aria-haspopup":"dialog",type:"button","aria-expanded":u==null?l:l&&h,"data-state":l?"open":"closed","aria-controls":nl(s),"data-current":Ge(h),onClick(p){if(p.defaultPrevented)return;let m=l&&u!=null&&!h;n({type:m?"TRIGGER_VALUE.SET":"TOGGLE",value:u});}})},getBackdropProps(){return e.element({...dn.backdrop.attrs,dir:o("dir"),hidden:!l,id:Od(s),"data-state":l?"open":"closed"})},getPositionerProps(){return e.element({...dn.positioner.attrs,dir:o("dir"),id:Dd(s),style:nn({pointerEvents:!l||!o("modal")?"none":void 0})})},getContentProps(){let d=i.get("rendered");return e.element({...dn.content.attrs,dir:o("dir"),role:o("role"),hidden:!l,id:nl(s),tabIndex:-1,"data-state":l?"open":"closed","aria-modal":o("modal"),"aria-label":a||void 0,"aria-labelledby":a||!d.title?void 0:il(s),"aria-describedby":d.description?ol(s):void 0,style:nn({pointerEvents:o("modal")?void 0:"auto"})})},getTitleProps(){return e.element({...dn.title.attrs,dir:o("dir"),id:il(s)})},getDescriptionProps(){return e.element({...dn.description.attrs,dir:o("dir"),id:ol(s)})},getCloseTriggerProps(){return e.button({...dn.closeTrigger.attrs,dir:o("dir"),id:Fd(s),type:"button",onClick(d){d.defaultPrevented||(d.stopPropagation(),n({type:"CLOSE"}));}})}}}var Br=new WeakMap,al=new WeakMap,ll={},Bd=0,jg=r=>r&&(r.host||jg(r.parentNode)),X1=(r,e)=>e.map(t=>{if(r.contains(t))return t;let n=jg(t);return n&&r.contains(n)?n:(console.error("[zag-js > ariaHidden] target",t,"in not contained inside",r,". Doing nothing"),null)}).filter(t=>!!t),j1=new Set(["script","output","status","next-route-announcer"]),q1=r=>j1.has(r.localName)||r.role==="status"||r.hasAttribute("aria-live")?true:r.matches("[data-live-announcer]"),qg=(r,e)=>{let{parentNode:t,markerName:n,controlAttribute:i,explicitBooleanValue:o,followControlledElements:s=true}=e,a=X1(t,Array.isArray(r)?r:[r]);ll[n]||(ll[n]=new WeakMap);let l=ll[n],c=[],d=new Set,u=new Set(a),h=m=>{!m||d.has(m)||(d.add(m),h(m.parentNode));};a.forEach(m=>{h(m),s&&Q(m)&&Xc(m,f=>{h(f);});});let p=m=>{!m||u.has(m)||Array.prototype.forEach.call(m.children,f=>{if(d.has(f))p(f);else try{if(q1(f))return;let g=f.getAttribute(i),b=o?g==="true":g!==null&&g!=="false",y=(Br.get(f)||0)+1,v=(l.get(f)||0)+1;Br.set(f,y),l.set(f,v),c.push(f),y===1&&b&&al.set(f,!0),v===1&&f.setAttribute(n,""),b||f.setAttribute(i,o?"true":"");}catch(g){console.error("[zag-js > ariaHidden] cannot operate on ",f,g);}});};return p(t),d.clear(),Bd++,()=>{c.forEach(m=>{let f=Br.get(m)-1,g=l.get(m)-1;Br.set(m,f),l.set(m,g),f||(al.has(m)||m.removeAttribute(i),al.delete(m)),g||m.removeAttribute(n);}),Bd--,Bd||(Br=new WeakMap,Br=new WeakMap,al=new WeakMap,ll={});}};var Z1=r=>(Array.isArray(r)?r[0]:r).ownerDocument.body,Zg=(r,e=Z1(r),t="data-aria-hidden",n=true)=>{if(e)return qg(r,{parentNode:e,markerName:t,controlAttribute:"aria-hidden",explicitBooleanValue:true,followControlledElements:n})};var J1=r=>{let e=requestAnimationFrame(()=>r());return ()=>cancelAnimationFrame(e)};function Jg(r,e={}){let{defer:t=true}=e,n=t?J1:o=>o(),i=[];return i.push(n(()=>{let s=(typeof r=="function"?r():r).filter(Boolean);s.length!==0&&i.push(Zg(s));})),()=>{i.forEach(o=>o?.());}}var Q1=Object.defineProperty,eT=(r,e,t)=>e in r?Q1(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,oe=(r,e,t)=>eT(r,typeof e!="symbol"?e+"":e,t);var Qg={activateTrap(r,e){if(r.length>0){let n=r[r.length-1];n!==e&&n.pause();}let t=r.indexOf(e);t===-1||r.splice(t,1),r.push(e);},deactivateTrap(r,e){let t=r.indexOf(e);t!==-1&&r.splice(t,1),r.length>0&&r[r.length-1].unpause();}},tT=[],tb=class{constructor(r,e){oe(this,"trapStack"),oe(this,"config"),oe(this,"doc"),oe(this,"state",{containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:false,paused:false,delayInitialFocusTimer:void 0,recentNavEvent:void 0}),oe(this,"portalContainers",new Set),oe(this,"listenerCleanups",[]),oe(this,"handleFocus",n=>{let i=ge(n),o=this.findContainerIndex(i,n)>=0;if(o||Gi(i))o&&(this.state.mostRecentlyFocusedNode=i);else {n.stopImmediatePropagation();let s,a=true;if(this.state.mostRecentlyFocusedNode)if(Mr(this.state.mostRecentlyFocusedNode)>0){let l=this.findContainerIndex(this.state.mostRecentlyFocusedNode),{tabbableNodes:c}=this.state.containerGroups[l];if(c.length>0){let d=c.findIndex(u=>u===this.state.mostRecentlyFocusedNode);d>=0&&(this.config.isKeyForward(this.state.recentNavEvent)?d+1<c.length&&(s=c[d+1],a=false):d-1>=0&&(s=c[d-1],a=false));}}else this.state.containerGroups.some(l=>l.tabbableNodes.some(c=>Mr(c)>0))||(a=false);else a=false;a&&(s=this.findNextNavNode({target:this.state.mostRecentlyFocusedNode,isBackward:this.config.isKeyBackward(this.state.recentNavEvent)})),s?this.tryFocus(s):this.tryFocus(this.state.mostRecentlyFocusedNode||this.getInitialFocusNode());}this.state.recentNavEvent=void 0;}),oe(this,"handlePointerDown",n=>{let i=ge(n);if(!(this.findContainerIndex(i,n)>=0)){if(po(this.config.clickOutsideDeactivates,n)){this.deactivate({returnFocus:this.config.returnFocusOnDeactivate});return}po(this.config.allowOutsideClick,n)||n.preventDefault();}}),oe(this,"handleClick",n=>{let i=ge(n);this.findContainerIndex(i,n)>=0||po(this.config.clickOutsideDeactivates,n)||po(this.config.allowOutsideClick,n)||(n.preventDefault(),n.stopImmediatePropagation());}),oe(this,"handleTabKey",n=>{if(this.config.isKeyForward(n)||this.config.isKeyBackward(n)){this.state.recentNavEvent=n;let i=this.config.isKeyBackward(n),o=this.findNextNavNode({event:n,isBackward:i});if(!o)return;Hd(n)&&n.preventDefault(),this.tryFocus(o);}}),oe(this,"handleEscapeKey",n=>{iT(n)&&po(this.config.escapeDeactivates,n)!==false&&(n.preventDefault(),this.deactivate());}),oe(this,"_mutationObserver"),oe(this,"setupMutationObserver",()=>{let n=this.doc.defaultView||window;this._mutationObserver=new n.MutationObserver(i=>{i.some(a=>Array.from(a.removedNodes).some(c=>c===this.state.mostRecentlyFocusedNode))&&this.tryFocus(this.getInitialFocusNode()),i.some(a=>a.type==="attributes"&&(a.attributeName==="aria-controls"||a.attributeName==="aria-expanded")?true:a.type==="childList"&&a.addedNodes.length>0?Array.from(a.addedNodes).some(l=>{if(l.nodeType!==Node.ELEMENT_NODE)return false;let c=l;return em(c)?true:c.id&&!this.state.containers.some(d=>d.contains(c))?tm(c):false}):false)&&this.state.active&&!this.state.paused&&(this.updateTabbableNodes(),this.updatePortalContainers());});}),oe(this,"updateObservedNodes",()=>{this._mutationObserver?.disconnect(),this.state.active&&!this.state.paused&&(this.state.containers.map(n=>{this._mutationObserver?.observe(n,{subtree:true,childList:true,attributes:true,attributeFilter:["aria-controls","aria-expanded"]});}),this.portalContainers.forEach(n=>{this.observePortalContainer(n);}));}),oe(this,"getInitialFocusNode",()=>{let n=this.getNodeForOption("initialFocus",{hasFallback:true});if(n===false)return false;if(n===void 0||n&&!Ue(n)){let i=yt(this.doc);if(i&&this.findContainerIndex(i)>=0)n=i;else {let o=this.state.tabbableGroups[0];n=o&&o.firstTabbableNode||this.getNodeForOption("fallbackFocus");}}else n===null&&(n=this.getNodeForOption("fallbackFocus"));if(!n)throw new Error("Your focus-trap needs to have at least one focusable element");if(n.isConnected||(n=this.getNodeForOption("fallbackFocus")),!n||!n.isConnected)throw new Error("Your focus-trap needs to have at least one focusable element");return n}),oe(this,"tryFocus",n=>{if(n!==false&&n!==yt(this.doc)){if(!n||!n.focus){this.tryFocus(this.getInitialFocusNode());return}n.focus({preventScroll:!!this.config.preventScroll}),this.state.mostRecentlyFocusedNode=n,oT(n)&&n.select();}}),oe(this,"deactivate",n=>{if(!this.state.active)return this;let i={onDeactivate:this.config.onDeactivate,onPostDeactivate:this.config.onPostDeactivate,checkCanReturnFocus:this.config.checkCanReturnFocus,...n};clearTimeout(this.state.delayInitialFocusTimer),this.state.delayInitialFocusTimer=void 0,this.removeListeners(),this.state.active=false,this.state.paused=false,this.updateObservedNodes(),Qg.deactivateTrap(this.trapStack,this),this.portalContainers.clear();let o=this.getOption(i,"onDeactivate"),s=this.getOption(i,"onPostDeactivate"),a=this.getOption(i,"checkCanReturnFocus"),l=this.getOption(i,"returnFocus","returnFocusOnDeactivate");o?.();let c=()=>{eb(()=>{if(l){let d=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);this.tryFocus(d);}s?.();});};if(l&&a){let d=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);return a(d).then(c,c),this}return c(),this}),oe(this,"pause",n=>{if(this.state.paused||!this.state.active)return this;let i=this.getOption(n,"onPause"),o=this.getOption(n,"onPostPause");return this.state.paused=true,i?.(),this.removeListeners(),this.updateObservedNodes(),o?.(),this}),oe(this,"unpause",n=>{if(!this.state.paused||!this.state.active)return this;let i=this.getOption(n,"onUnpause"),o=this.getOption(n,"onPostUnpause");return this.state.paused=false,i?.(),this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),o?.(),this}),oe(this,"updateContainerElements",n=>(this.state.containers=Array.isArray(n)?n.filter(Boolean):[n].filter(Boolean),this.state.active&&this.updateTabbableNodes(),this.updateObservedNodes(),this)),oe(this,"getReturnFocusNode",n=>{let i=this.getNodeForOption("setReturnFocus",{params:[n]});return i||(i===false?false:n)}),oe(this,"getOption",(n,i,o)=>n&&n[i]!==void 0?n[i]:this.config[o||i]),oe(this,"getNodeForOption",(n,{hasFallback:i=false,params:o=[]}={})=>{let s=this.config[n];if(typeof s=="function"&&(s=s(...o)),s===true&&(s=void 0),!s){if(s===void 0||s===false)return s;throw new Error(`\`${n}\` was specified but was not a node, or did not return a node`)}let a=s;if(typeof s=="string"){try{a=this.doc.querySelector(s);}catch(l){throw new Error(`\`${n}\` appears to be an invalid selector; error="${l.message}"`)}if(!a&&!i)throw new Error(`\`${n}\` as selector refers to no known node`)}return a}),oe(this,"findNextNavNode",n=>{let{event:i,isBackward:o=false}=n,s=n.target||ge(i);this.updateTabbableNodes();let a=null;if(this.state.tabbableGroups.length>0){let l=this.findContainerIndex(s,i),c=l>=0?this.state.containerGroups[l]:void 0;if(l<0)o?a=this.state.tabbableGroups[this.state.tabbableGroups.length-1].lastTabbableNode:a=this.state.tabbableGroups[0].firstTabbableNode;else if(o){let d=this.state.tabbableGroups.findIndex(({firstTabbableNode:u})=>s===u);if(d<0&&(c?.container===s||Ue(s)&&!on(s)&&!c?.nextTabbableNode(s,false))&&(d=l),d>=0){let u=d===0?this.state.tabbableGroups.length-1:d-1,h=this.state.tabbableGroups[u];a=Mr(s)>=0?h.lastTabbableNode:h.lastDomTabbableNode;}else Hd(i)||(a=c?.nextTabbableNode(s,false));}else {let d=this.state.tabbableGroups.findIndex(({lastTabbableNode:u})=>s===u);if(d<0&&(c?.container===s||Ue(s)&&!on(s)&&!c?.nextTabbableNode(s))&&(d=l),d>=0){let u=d===this.state.tabbableGroups.length-1?0:d+1,h=this.state.tabbableGroups[u];a=Mr(s)>=0?h.firstTabbableNode:h.firstDomTabbableNode;}else Hd(i)||(a=c?.nextTabbableNode(s));}}else a=this.getNodeForOption("fallbackFocus");return a}),this.trapStack=e.trapStack||tT;let t={returnFocusOnDeactivate:true,escapeDeactivates:true,delayInitialFocus:true,followControlledElements:true,isKeyForward:nT,isKeyBackward:rT,...e};this.doc=t.document||ue(Array.isArray(r)?r[0]:r),this.config=t,this.updateContainerElements(r),this.setupMutationObserver();}addPortalContainer(r){let e=r.parentElement;e&&!this.portalContainers.has(e)&&(this.portalContainers.add(e),this.state.active&&!this.state.paused&&this.observePortalContainer(e));}observePortalContainer(r){this._mutationObserver?.observe(r,{subtree:true,childList:true,attributes:true,attributeFilter:["aria-controls","aria-expanded"]});}updatePortalContainers(){this.config.followControlledElements&&this.state.containers.forEach(r=>{Qp(r).forEach(t=>{this.addPortalContainer(t);});});}get active(){return this.state.active}get paused(){return this.state.paused}findContainerIndex(r,e){let t=typeof e?.composedPath=="function"?e.composedPath():void 0;return this.state.containerGroups.findIndex(({container:n,tabbableNodes:i})=>n.contains(r)||t?.includes(n)||i.find(o=>o===r)||this.isControlledElement(n,r))}isControlledElement(r,e){return this.config.followControlledElements?Ca(r,e):false}updateTabbableNodes(){if(this.state.containerGroups=this.state.containers.map(r=>{let e=Lr(r,{getShadowRoot:this.config.getShadowRoot}),t=td(r,{getShadowRoot:this.config.getShadowRoot}),n=e[0],i=e[e.length-1],o=n,s=i,a=false;for(let c=0;c<e.length;c++)if(Mr(e[c])>0){a=true;break}function l(c,d=true){let u=e.indexOf(c);if(u>=0)return e[u+(d?1:-1)];let h=t.indexOf(c);if(!(h<0)){if(d){for(let p=h+1;p<t.length;p++)if(on(t[p]))return t[p]}else for(let p=h-1;p>=0;p--)if(on(t[p]))return t[p]}}return {container:r,tabbableNodes:e,focusableNodes:t,posTabIndexesFound:a,firstTabbableNode:n,lastTabbableNode:i,firstDomTabbableNode:o,lastDomTabbableNode:s,nextTabbableNode:l}}),this.state.tabbableGroups=this.state.containerGroups.filter(r=>r.tabbableNodes.length>0),this.state.tabbableGroups.length<=0&&!this.getNodeForOption("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(this.state.containerGroups.find(r=>r.posTabIndexesFound)&&this.state.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")}addListeners(){if(this.state.active)return Qg.activateTrap(this.trapStack,this),this.state.delayInitialFocusTimer=this.config.delayInitialFocus?eb(()=>{this.tryFocus(this.getInitialFocusNode());}):this.tryFocus(this.getInitialFocusNode()),this.listenerCleanups.push(Me(this.doc,"focusin",this.handleFocus,true),Me(this.doc,"mousedown",this.handlePointerDown,{capture:true,passive:false}),Me(this.doc,"touchstart",this.handlePointerDown,{capture:true,passive:false}),Me(this.doc,"click",this.handleClick,{capture:true,passive:false}),Me(this.doc,"keydown",this.handleTabKey,{capture:true,passive:false}),Me(this.doc,"keydown",this.handleEscapeKey)),this}removeListeners(){if(this.state.active)return this.listenerCleanups.forEach(r=>r()),this.listenerCleanups=[],this}activate(r){if(this.state.active)return this;let e=this.getOption(r,"onActivate"),t=this.getOption(r,"onPostActivate"),n=this.getOption(r,"checkCanFocusTrap");n||this.updateTabbableNodes(),this.state.active=true,this.state.paused=false,this.state.nodeFocusedBeforeActivation=yt(this.doc),e?.();let i=()=>{n&&this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),t?.();};return n?(n(this.state.containers.concat()).then(i,i),this):(i(),this)}},zd=r=>r?.type==="keydown",Hd=r=>zd(r)&&r?.key==="Tab",nT=r=>zd(r)&&r.key==="Tab"&&!r?.shiftKey,rT=r=>zd(r)&&r.key==="Tab"&&r?.shiftKey,po=(r,...e)=>typeof r=="function"?r(...e):r,iT=r=>!r.isComposing&&r.key==="Escape",eb=r=>setTimeout(r,0),oT=r=>r.localName==="input"&&"select"in r&&typeof r.select=="function";function nb(r,e={}){let t,n=he(()=>{let o=(Array.isArray(r)?r:[r]).map(a=>typeof a=="function"?a():a).filter(a=>a!=null);if(o.length===0)return;let s=o[0];t=new tb(o,{escapeDeactivates:false,allowOutsideClick:true,preventScroll:true,returnFocusOnDeactivate:true,delayInitialFocus:false,fallbackFocus:s,...e,document:ue(s)});try{t.activate();}catch{}});return function(){t?.deactivate(),n();}}var rb="data-scroll-lock",$d=new WeakMap;function sT(r){let e=r.getBoundingClientRect().left;return Math.round(e)+r.scrollLeft?"paddingLeft":"paddingRight"}function ib(r){let t=Tr(r)?.scrollbarGutter;return t==="stable"||t?.startsWith("stable ")===true}function aT(r){let e=r.defaultView??window,{documentElement:t,body:n}=r,i=ib(t)||ib(n),o=e.innerWidth-t.clientWidth;n.setAttribute(rb,"");let s=()=>Cm(t,"--scrollbar-width",`${o}px`),a=sT(t),l=()=>{let u={overflow:"hidden"};return !i&&o>0&&(u[a]=`${o}px`),Yi(n,u)},c=()=>{let{scrollX:u,scrollY:h,visualViewport:p}=e,m=p?.offsetLeft??0,f=p?.offsetTop??0,g={position:"fixed",overflow:"hidden",top:`${-(h-Math.floor(f))}px`,left:`${-(u-Math.floor(m))}px`,right:"0"};!i&&o>0&&(g[a]=`${o}px`);let b=Yi(n,g);return ()=>{b?.(),e.scrollTo({left:u,top:h,behavior:"instant"});}},d=[s(),rm()?c():l()];return ()=>{d.forEach(u=>u?.()),n.removeAttribute(rb);}}function ob(r){let e=r??document,t=$d.get(e);t||(t={count:0,cleanup:aT(e)},$d.set(e,t)),t.count++;let n=t,i=false;return ()=>{i||(i=true,n.count--,n.count===0&&(n.cleanup(),$d.delete(e)));}}var Wd=wa({props({props:r,scope:e}){let t=r.role==="alertdialog",n=t?()=>Kg(e):void 0,i=typeof r.modal=="boolean"?r.modal:true;return {role:"dialog",modal:i,trapFocus:i,preventScroll:i,closeOnInteractOutside:i&&!t,closeOnEscape:true,restoreFocus:true,initialFocusEl:n,...r}},initialState({prop:r}){return r("open")||r("defaultOpen")?"open":"closed"},context({bindable:r,prop:e,scope:t}){return {rendered:r(()=>({defaultValue:{title:true,description:true}})),triggerValue:r(()=>({defaultValue:e("defaultTriggerValue")??null,value:e("triggerValue"),onChange(n){let i=e("onTriggerValueChange");if(!i)return;let o=Vd(t,n);i({value:n,triggerElement:o});}}))}},watch({track:r,action:e,prop:t}){r([()=>t("open")],()=>{e(["toggleVisibility"]);});},states:{open:{entry:["checkRenderedElements","setInitialFocus"],effects:["trackDismissableElement","trapFocus","preventScroll","hideContentBelow"],on:{"CONTROLLED.CLOSE":{target:"closed"},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],"TRIGGER_VALUE.SET":{actions:["setTriggerValue"]}}},closed:{on:{"CONTROLLED.OPEN":{target:"open"},OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],"TRIGGER_VALUE.SET":{actions:["setTriggerValue"]}}}},implementations:{guards:{isOpenControlled:({prop:r})=>r("open")!=null},effects:{trackDismissableElement({scope:r,send:e,prop:t}){return Za(()=>ho(r),{type:"dialog",defer:true,pointerBlocking:t("modal"),layerStyleTargets:[()=>Gg(r),()=>Wg(r)],exclude:[Nd(r),...sl(r)].filter(Boolean),onInteractOutside(i){t("onInteractOutside")?.(i),t("closeOnInteractOutside")||i.preventDefault();},persistentElements:t("persistentElements"),onFocusOutside:t("onFocusOutside"),onPointerDownOutside:t("onPointerDownOutside"),onRequestDismiss:t("onRequestDismiss"),onEscapeKeyDown(i){t("onEscapeKeyDown")?.(i),t("closeOnEscape")||i.preventDefault();},onDismiss(){e({type:"CLOSE",src:"interact-outside"});}})},preventScroll({scope:r,prop:e}){if(e("preventScroll"))return ob(r.getDoc())},trapFocus({scope:r,prop:e,context:t}){return e("trapFocus")?nb(()=>ho(r),{preventScroll:true,returnFocusOnDeactivate:!!e("restoreFocus"),initialFocus:e("initialFocusEl"),setReturnFocus:i=>{let o=e("finalFocusEl")?.();if(o)return o;let s=t.get("triggerValue");if(s){let l=Vd(r,s);if(l)return l}let a=sl(r)[0];return a||i},getShadowRoot:true}):void 0},hideContentBelow({scope:r,prop:e}){return e("modal")?Jg(()=>[ho(r)],{defer:true}):void 0}},actions:{setInitialFocus({prop:r,scope:e}){r("trapFocus")||he(()=>{Pa({root:ho(e),getInitialEl:r("initialFocusEl")})?.focus({preventScroll:true});});},checkRenderedElements({context:r,scope:e}){he(()=>{r.set("rendered",{title:!!Ug(e),description:!!Yg(e)});});},invokeOnClose({prop:r}){r("onOpenChange")?.({open:false});},invokeOnOpen({prop:r}){r("onOpenChange")?.({open:true});},setTriggerValue({context:r,event:e}){e.value!==void 0&&r.set("triggerValue",e.value);},toggleVisibility({prop:r,send:e,event:t}){e({type:r("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:t});}}}});function sb(r={}){return {machine:Wd,props:{id:Na("vela-dialog"),modal:r.modal??true,closeOnEscape:r.closeOnEscape??true,closeOnInteractOutside:r.closeOnInteractOutside??false,initialFocusEl:r.initialFocusEl,onOpenChange:e=>r.onOpenChange?.(e.open)},connect:e=>_d(e,Ir)}}var ab="vela-ui-dialog-5",lb=`
289
+ `;function Bg(r){ie(Ng,Vg,r);}function _g(r,e){let t=r.clientHeight,n=r.scrollHeight;if(n<=t){e.style.height="0";return}let i=Math.max(20,t/n*t),o=r.scrollTop/(n-t)*(t-i);e.style.height=`${Math.round(i)}px`,e.style.transform=`translateY(${Math.round(o)}px`;}function Hg(r,e,t,n){r.replaceChildren();let i=r.ownerDocument.createElement("div");i.className="vela-select-items";for(let o of e){let s=r.ownerDocument.createElement("button");s.type="button",s.className="vela-select-item",s.textContent=o.label,o.value===t&&(s.dataset.checked="1"),s.addEventListener("click",a=>{a.stopPropagation(),n(o.value,o.label);}),i.appendChild(s);}r.appendChild(i);}function zg(r){let e=r.querySelector(".vela-select-items");if(e){if(e.scrollHeight>240){r.classList.add("is-scroll");let t=r.ownerDocument.createElement("div");t.className="vela-select-rail";let n=r.ownerDocument.createElement("div");n.className="vela-select-thumb",t.appendChild(n),r.appendChild(t),e.addEventListener("scroll",()=>_g(e,n)),_g(e,n);}r.querySelector(".vela-select-item[data-checked]")?.scrollIntoView({block:"nearest"}),e.dispatchEvent(new Event("scroll"));}}function tl(r,e,t,n,i={}){return $t()===r?(le(),null):$g(r,e,t,n,i)}function $g(r,e,t,n,i={}){Bg(r.ownerDocument),le();let o=new Ae({trigger:r,theme:i.theme,matchWidth:i.matchWidth??true,boundary:i.boundary,boundaryInset:i.boundaryInset,gap:i.gap??4,align:i.align??"start",host:i.host,position:i.position,zIndex:i.zIndex,className:"vela-select-list",onClose:i.onClose,content:s=>{i.size&&(s.dataset.size=i.size),Hg(s,e,t,(a,l)=>{o.hide(),n(a,l);});}});return o.show(),zg(o.el),o.reposition(),o}var uo=class{constructor(e){this.list=null;let t=e.list?.host?.ownerDocument??document;Bg(t),this.ctrl=Fg(e),this.listOpts={...e.list,theme:e.theme??e.list?.theme,size:this.ctrl.size};let n=t.createElement("div");n.className="vela-select",n.dataset.size=this.ctrl.size,this.ctrl.fill&&(n.dataset.fill="");let i=t.createElement("button");i.type="button",e.id&&(i.id=e.id),i.className="vela-select-trigger",this.ctrl.disabled&&(i.disabled=true);let o=t.createElement("span");o.className="vela-select-label",o.textContent=this.ctrl.labelOf(this.ctrl.value);let s=t.createElement("span");if(s.className="vela-select-chevron",s.appendChild(ke("chevron-down",t)),i.append(o,s),n.appendChild(i),this.ctrl.size==="sm"){let a=t.createElement("div");a.className="vela-select-sizer",a.setAttribute("aria-hidden","true");for(let l of this.ctrl.options){let c=t.createElement("span");c.textContent=l.label,a.appendChild(c);}n.appendChild(a);}i.addEventListener("pointerdown",a=>{a.preventDefault(),i.focus({preventScroll:true});}),i.addEventListener("click",a=>{a.stopPropagation(),this.toggle();}),this.el=n,this.trigger=i,this.labelEl=o;}get value(){return this.ctrl.value}setValue(e){this.ctrl.setValue(e),this.labelEl.textContent=this.ctrl.labelOf(e);}toggle(){this.list=tl(this.trigger,this.ctrl.options,this.ctrl.value,(e,t)=>{this.ctrl.pick(e),this.labelEl.textContent=t,this.list=null;},{...this.listOpts,onClose:()=>{this.list=null,this.listOpts.onClose?.();}});}destroy(){this.list?.hide(),this.list=null;}};var Y1=Vt("dialog").parts("trigger","backdrop","positioner","content","title","description","closeTrigger"),dn=Y1.build();var Dd=r=>r.ids?.positioner??`dialog:${r.id}:positioner`,Od=r=>r.ids?.backdrop??`dialog:${r.id}:backdrop`,nl=r=>r.ids?.content??`dialog:${r.id}:content`,rl=(r,e)=>{let t=r.ids?.trigger;return t!=null?Ne(t)?t(e):t:e?`dialog:${r.id}:trigger:${e}`:`dialog:${r.id}:trigger`},il=r=>r.ids?.title??`dialog:${r.id}:title`,ol=r=>r.ids?.description??`dialog:${r.id}:description`,Fd=r=>r.ids?.closeTrigger??`dialog:${r.id}:close`,ho=r=>r.getById(nl(r)),Wg=r=>r.getById(Dd(r)),Gg=r=>r.getById(Od(r)),Nd=r=>r.getById(rl(r)),Ug=r=>r.getById(il(r)),Yg=r=>r.getById(ol(r)),Kg=r=>r.getById(Fd(r)),sl=r=>kr(r.getRootNode(),`[data-scope="dialog"][data-part="trigger"][data-ownedby="${r.id}"]`),Vd=(r,e)=>e==null?Nd(r)??sl(r)[0]:r.getById(rl(r,e));function _d(r,e){let{state:t,send:n,context:i,prop:o,scope:s}=r,a=o("aria-label"),l=t.matches("open"),c=i.get("triggerValue");return {open:l,setOpen(d){t.matches("open")!==d&&n({type:d?"OPEN":"CLOSE"});},triggerValue:c,setTriggerValue(d){n({type:"TRIGGER_VALUE.SET",value:d});},getTriggerProps(d={}){let{value:u}=d,h=u==null?false:c===u;return e.button({...dn.trigger.attrs,dir:o("dir"),id:rl(s,u),"data-ownedby":s.id,"data-value":u,"aria-haspopup":"dialog",type:"button","aria-expanded":u==null?l:l&&h,"data-state":l?"open":"closed","aria-controls":nl(s),"data-current":Ge(h),onClick(p){if(p.defaultPrevented)return;let m=l&&u!=null&&!h;n({type:m?"TRIGGER_VALUE.SET":"TOGGLE",value:u});}})},getBackdropProps(){return e.element({...dn.backdrop.attrs,dir:o("dir"),hidden:!l,id:Od(s),"data-state":l?"open":"closed"})},getPositionerProps(){return e.element({...dn.positioner.attrs,dir:o("dir"),id:Dd(s),style:nn({pointerEvents:!l||!o("modal")?"none":void 0})})},getContentProps(){let d=i.get("rendered");return e.element({...dn.content.attrs,dir:o("dir"),role:o("role"),hidden:!l,id:nl(s),tabIndex:-1,"data-state":l?"open":"closed","aria-modal":o("modal"),"aria-label":a||void 0,"aria-labelledby":a||!d.title?void 0:il(s),"aria-describedby":d.description?ol(s):void 0,style:nn({pointerEvents:o("modal")?void 0:"auto"})})},getTitleProps(){return e.element({...dn.title.attrs,dir:o("dir"),id:il(s)})},getDescriptionProps(){return e.element({...dn.description.attrs,dir:o("dir"),id:ol(s)})},getCloseTriggerProps(){return e.button({...dn.closeTrigger.attrs,dir:o("dir"),id:Fd(s),type:"button",onClick(d){d.defaultPrevented||(d.stopPropagation(),n({type:"CLOSE"}));}})}}}var Br=new WeakMap,al=new WeakMap,ll={},Bd=0,jg=r=>r&&(r.host||jg(r.parentNode)),K1=(r,e)=>e.map(t=>{if(r.contains(t))return t;let n=jg(t);return n&&r.contains(n)?n:(console.error("[zag-js > ariaHidden] target",t,"in not contained inside",r,". Doing nothing"),null)}).filter(t=>!!t),X1=new Set(["script","output","status","next-route-announcer"]),j1=r=>X1.has(r.localName)||r.role==="status"||r.hasAttribute("aria-live")?true:r.matches("[data-live-announcer]"),qg=(r,e)=>{let{parentNode:t,markerName:n,controlAttribute:i,explicitBooleanValue:o,followControlledElements:s=true}=e,a=K1(t,Array.isArray(r)?r:[r]);ll[n]||(ll[n]=new WeakMap);let l=ll[n],c=[],d=new Set,u=new Set(a),h=m=>{!m||d.has(m)||(d.add(m),h(m.parentNode));};a.forEach(m=>{h(m),s&&Q(m)&&Xc(m,f=>{h(f);});});let p=m=>{!m||u.has(m)||Array.prototype.forEach.call(m.children,f=>{if(d.has(f))p(f);else try{if(j1(f))return;let g=f.getAttribute(i),b=o?g==="true":g!==null&&g!=="false",y=(Br.get(f)||0)+1,v=(l.get(f)||0)+1;Br.set(f,y),l.set(f,v),c.push(f),y===1&&b&&al.set(f,!0),v===1&&f.setAttribute(n,""),b||f.setAttribute(i,o?"true":"");}catch(g){console.error("[zag-js > ariaHidden] cannot operate on ",f,g);}});};return p(t),d.clear(),Bd++,()=>{c.forEach(m=>{let f=Br.get(m)-1,g=l.get(m)-1;Br.set(m,f),l.set(m,g),f||(al.has(m)||m.removeAttribute(i),al.delete(m)),g||m.removeAttribute(n);}),Bd--,Bd||(Br=new WeakMap,Br=new WeakMap,al=new WeakMap,ll={});}};var q1=r=>(Array.isArray(r)?r[0]:r).ownerDocument.body,Zg=(r,e=q1(r),t="data-aria-hidden",n=true)=>{if(e)return qg(r,{parentNode:e,markerName:t,controlAttribute:"aria-hidden",explicitBooleanValue:true,followControlledElements:n})};var Z1=r=>{let e=requestAnimationFrame(()=>r());return ()=>cancelAnimationFrame(e)};function Jg(r,e={}){let{defer:t=true}=e,n=t?Z1:o=>o(),i=[];return i.push(n(()=>{let s=(typeof r=="function"?r():r).filter(Boolean);s.length!==0&&i.push(Zg(s));})),()=>{i.forEach(o=>o?.());}}var J1=Object.defineProperty,Q1=(r,e,t)=>e in r?J1(r,e,{enumerable:true,configurable:true,writable:true,value:t}):r[e]=t,oe=(r,e,t)=>Q1(r,typeof e!="symbol"?e+"":e,t);var Qg={activateTrap(r,e){if(r.length>0){let n=r[r.length-1];n!==e&&n.pause();}let t=r.indexOf(e);t===-1||r.splice(t,1),r.push(e);},deactivateTrap(r,e){let t=r.indexOf(e);t!==-1&&r.splice(t,1),r.length>0&&r[r.length-1].unpause();}},eT=[],tb=class{constructor(r,e){oe(this,"trapStack"),oe(this,"config"),oe(this,"doc"),oe(this,"state",{containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:false,paused:false,delayInitialFocusTimer:void 0,recentNavEvent:void 0}),oe(this,"portalContainers",new Set),oe(this,"listenerCleanups",[]),oe(this,"handleFocus",n=>{let i=ge(n),o=this.findContainerIndex(i,n)>=0;if(o||Gi(i))o&&(this.state.mostRecentlyFocusedNode=i);else {n.stopImmediatePropagation();let s,a=true;if(this.state.mostRecentlyFocusedNode)if(Mr(this.state.mostRecentlyFocusedNode)>0){let l=this.findContainerIndex(this.state.mostRecentlyFocusedNode),{tabbableNodes:c}=this.state.containerGroups[l];if(c.length>0){let d=c.findIndex(u=>u===this.state.mostRecentlyFocusedNode);d>=0&&(this.config.isKeyForward(this.state.recentNavEvent)?d+1<c.length&&(s=c[d+1],a=false):d-1>=0&&(s=c[d-1],a=false));}}else this.state.containerGroups.some(l=>l.tabbableNodes.some(c=>Mr(c)>0))||(a=false);else a=false;a&&(s=this.findNextNavNode({target:this.state.mostRecentlyFocusedNode,isBackward:this.config.isKeyBackward(this.state.recentNavEvent)})),s?this.tryFocus(s):this.tryFocus(this.state.mostRecentlyFocusedNode||this.getInitialFocusNode());}this.state.recentNavEvent=void 0;}),oe(this,"handlePointerDown",n=>{let i=ge(n);if(!(this.findContainerIndex(i,n)>=0)){if(po(this.config.clickOutsideDeactivates,n)){this.deactivate({returnFocus:this.config.returnFocusOnDeactivate});return}po(this.config.allowOutsideClick,n)||n.preventDefault();}}),oe(this,"handleClick",n=>{let i=ge(n);this.findContainerIndex(i,n)>=0||po(this.config.clickOutsideDeactivates,n)||po(this.config.allowOutsideClick,n)||(n.preventDefault(),n.stopImmediatePropagation());}),oe(this,"handleTabKey",n=>{if(this.config.isKeyForward(n)||this.config.isKeyBackward(n)){this.state.recentNavEvent=n;let i=this.config.isKeyBackward(n),o=this.findNextNavNode({event:n,isBackward:i});if(!o)return;Hd(n)&&n.preventDefault(),this.tryFocus(o);}}),oe(this,"handleEscapeKey",n=>{rT(n)&&po(this.config.escapeDeactivates,n)!==false&&(n.preventDefault(),this.deactivate());}),oe(this,"_mutationObserver"),oe(this,"setupMutationObserver",()=>{let n=this.doc.defaultView||window;this._mutationObserver=new n.MutationObserver(i=>{i.some(a=>Array.from(a.removedNodes).some(c=>c===this.state.mostRecentlyFocusedNode))&&this.tryFocus(this.getInitialFocusNode()),i.some(a=>a.type==="attributes"&&(a.attributeName==="aria-controls"||a.attributeName==="aria-expanded")?true:a.type==="childList"&&a.addedNodes.length>0?Array.from(a.addedNodes).some(l=>{if(l.nodeType!==Node.ELEMENT_NODE)return false;let c=l;return em(c)?true:c.id&&!this.state.containers.some(d=>d.contains(c))?tm(c):false}):false)&&this.state.active&&!this.state.paused&&(this.updateTabbableNodes(),this.updatePortalContainers());});}),oe(this,"updateObservedNodes",()=>{this._mutationObserver?.disconnect(),this.state.active&&!this.state.paused&&(this.state.containers.map(n=>{this._mutationObserver?.observe(n,{subtree:true,childList:true,attributes:true,attributeFilter:["aria-controls","aria-expanded"]});}),this.portalContainers.forEach(n=>{this.observePortalContainer(n);}));}),oe(this,"getInitialFocusNode",()=>{let n=this.getNodeForOption("initialFocus",{hasFallback:true});if(n===false)return false;if(n===void 0||n&&!Ue(n)){let i=yt(this.doc);if(i&&this.findContainerIndex(i)>=0)n=i;else {let o=this.state.tabbableGroups[0];n=o&&o.firstTabbableNode||this.getNodeForOption("fallbackFocus");}}else n===null&&(n=this.getNodeForOption("fallbackFocus"));if(!n)throw new Error("Your focus-trap needs to have at least one focusable element");if(n.isConnected||(n=this.getNodeForOption("fallbackFocus")),!n||!n.isConnected)throw new Error("Your focus-trap needs to have at least one focusable element");return n}),oe(this,"tryFocus",n=>{if(n!==false&&n!==yt(this.doc)){if(!n||!n.focus){this.tryFocus(this.getInitialFocusNode());return}n.focus({preventScroll:!!this.config.preventScroll}),this.state.mostRecentlyFocusedNode=n,iT(n)&&n.select();}}),oe(this,"deactivate",n=>{if(!this.state.active)return this;let i={onDeactivate:this.config.onDeactivate,onPostDeactivate:this.config.onPostDeactivate,checkCanReturnFocus:this.config.checkCanReturnFocus,...n};clearTimeout(this.state.delayInitialFocusTimer),this.state.delayInitialFocusTimer=void 0,this.removeListeners(),this.state.active=false,this.state.paused=false,this.updateObservedNodes(),Qg.deactivateTrap(this.trapStack,this),this.portalContainers.clear();let o=this.getOption(i,"onDeactivate"),s=this.getOption(i,"onPostDeactivate"),a=this.getOption(i,"checkCanReturnFocus"),l=this.getOption(i,"returnFocus","returnFocusOnDeactivate");o?.();let c=()=>{eb(()=>{if(l){let d=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);this.tryFocus(d);}s?.();});};if(l&&a){let d=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);return a(d).then(c,c),this}return c(),this}),oe(this,"pause",n=>{if(this.state.paused||!this.state.active)return this;let i=this.getOption(n,"onPause"),o=this.getOption(n,"onPostPause");return this.state.paused=true,i?.(),this.removeListeners(),this.updateObservedNodes(),o?.(),this}),oe(this,"unpause",n=>{if(!this.state.paused||!this.state.active)return this;let i=this.getOption(n,"onUnpause"),o=this.getOption(n,"onPostUnpause");return this.state.paused=false,i?.(),this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),o?.(),this}),oe(this,"updateContainerElements",n=>(this.state.containers=Array.isArray(n)?n.filter(Boolean):[n].filter(Boolean),this.state.active&&this.updateTabbableNodes(),this.updateObservedNodes(),this)),oe(this,"getReturnFocusNode",n=>{let i=this.getNodeForOption("setReturnFocus",{params:[n]});return i||(i===false?false:n)}),oe(this,"getOption",(n,i,o)=>n&&n[i]!==void 0?n[i]:this.config[o||i]),oe(this,"getNodeForOption",(n,{hasFallback:i=false,params:o=[]}={})=>{let s=this.config[n];if(typeof s=="function"&&(s=s(...o)),s===true&&(s=void 0),!s){if(s===void 0||s===false)return s;throw new Error(`\`${n}\` was specified but was not a node, or did not return a node`)}let a=s;if(typeof s=="string"){try{a=this.doc.querySelector(s);}catch(l){throw new Error(`\`${n}\` appears to be an invalid selector; error="${l.message}"`)}if(!a&&!i)throw new Error(`\`${n}\` as selector refers to no known node`)}return a}),oe(this,"findNextNavNode",n=>{let{event:i,isBackward:o=false}=n,s=n.target||ge(i);this.updateTabbableNodes();let a=null;if(this.state.tabbableGroups.length>0){let l=this.findContainerIndex(s,i),c=l>=0?this.state.containerGroups[l]:void 0;if(l<0)o?a=this.state.tabbableGroups[this.state.tabbableGroups.length-1].lastTabbableNode:a=this.state.tabbableGroups[0].firstTabbableNode;else if(o){let d=this.state.tabbableGroups.findIndex(({firstTabbableNode:u})=>s===u);if(d<0&&(c?.container===s||Ue(s)&&!on(s)&&!c?.nextTabbableNode(s,false))&&(d=l),d>=0){let u=d===0?this.state.tabbableGroups.length-1:d-1,h=this.state.tabbableGroups[u];a=Mr(s)>=0?h.lastTabbableNode:h.lastDomTabbableNode;}else Hd(i)||(a=c?.nextTabbableNode(s,false));}else {let d=this.state.tabbableGroups.findIndex(({lastTabbableNode:u})=>s===u);if(d<0&&(c?.container===s||Ue(s)&&!on(s)&&!c?.nextTabbableNode(s))&&(d=l),d>=0){let u=d===this.state.tabbableGroups.length-1?0:d+1,h=this.state.tabbableGroups[u];a=Mr(s)>=0?h.firstTabbableNode:h.firstDomTabbableNode;}else Hd(i)||(a=c?.nextTabbableNode(s));}}else a=this.getNodeForOption("fallbackFocus");return a}),this.trapStack=e.trapStack||eT;let t={returnFocusOnDeactivate:true,escapeDeactivates:true,delayInitialFocus:true,followControlledElements:true,isKeyForward:tT,isKeyBackward:nT,...e};this.doc=t.document||ue(Array.isArray(r)?r[0]:r),this.config=t,this.updateContainerElements(r),this.setupMutationObserver();}addPortalContainer(r){let e=r.parentElement;e&&!this.portalContainers.has(e)&&(this.portalContainers.add(e),this.state.active&&!this.state.paused&&this.observePortalContainer(e));}observePortalContainer(r){this._mutationObserver?.observe(r,{subtree:true,childList:true,attributes:true,attributeFilter:["aria-controls","aria-expanded"]});}updatePortalContainers(){this.config.followControlledElements&&this.state.containers.forEach(r=>{Qp(r).forEach(t=>{this.addPortalContainer(t);});});}get active(){return this.state.active}get paused(){return this.state.paused}findContainerIndex(r,e){let t=typeof e?.composedPath=="function"?e.composedPath():void 0;return this.state.containerGroups.findIndex(({container:n,tabbableNodes:i})=>n.contains(r)||t?.includes(n)||i.find(o=>o===r)||this.isControlledElement(n,r))}isControlledElement(r,e){return this.config.followControlledElements?Ca(r,e):false}updateTabbableNodes(){if(this.state.containerGroups=this.state.containers.map(r=>{let e=Lr(r,{getShadowRoot:this.config.getShadowRoot}),t=td(r,{getShadowRoot:this.config.getShadowRoot}),n=e[0],i=e[e.length-1],o=n,s=i,a=false;for(let c=0;c<e.length;c++)if(Mr(e[c])>0){a=true;break}function l(c,d=true){let u=e.indexOf(c);if(u>=0)return e[u+(d?1:-1)];let h=t.indexOf(c);if(!(h<0)){if(d){for(let p=h+1;p<t.length;p++)if(on(t[p]))return t[p]}else for(let p=h-1;p>=0;p--)if(on(t[p]))return t[p]}}return {container:r,tabbableNodes:e,focusableNodes:t,posTabIndexesFound:a,firstTabbableNode:n,lastTabbableNode:i,firstDomTabbableNode:o,lastDomTabbableNode:s,nextTabbableNode:l}}),this.state.tabbableGroups=this.state.containerGroups.filter(r=>r.tabbableNodes.length>0),this.state.tabbableGroups.length<=0&&!this.getNodeForOption("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(this.state.containerGroups.find(r=>r.posTabIndexesFound)&&this.state.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")}addListeners(){if(this.state.active)return Qg.activateTrap(this.trapStack,this),this.state.delayInitialFocusTimer=this.config.delayInitialFocus?eb(()=>{this.tryFocus(this.getInitialFocusNode());}):this.tryFocus(this.getInitialFocusNode()),this.listenerCleanups.push(Me(this.doc,"focusin",this.handleFocus,true),Me(this.doc,"mousedown",this.handlePointerDown,{capture:true,passive:false}),Me(this.doc,"touchstart",this.handlePointerDown,{capture:true,passive:false}),Me(this.doc,"click",this.handleClick,{capture:true,passive:false}),Me(this.doc,"keydown",this.handleTabKey,{capture:true,passive:false}),Me(this.doc,"keydown",this.handleEscapeKey)),this}removeListeners(){if(this.state.active)return this.listenerCleanups.forEach(r=>r()),this.listenerCleanups=[],this}activate(r){if(this.state.active)return this;let e=this.getOption(r,"onActivate"),t=this.getOption(r,"onPostActivate"),n=this.getOption(r,"checkCanFocusTrap");n||this.updateTabbableNodes(),this.state.active=true,this.state.paused=false,this.state.nodeFocusedBeforeActivation=yt(this.doc),e?.();let i=()=>{n&&this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),t?.();};return n?(n(this.state.containers.concat()).then(i,i),this):(i(),this)}},zd=r=>r?.type==="keydown",Hd=r=>zd(r)&&r?.key==="Tab",tT=r=>zd(r)&&r.key==="Tab"&&!r?.shiftKey,nT=r=>zd(r)&&r.key==="Tab"&&r?.shiftKey,po=(r,...e)=>typeof r=="function"?r(...e):r,rT=r=>!r.isComposing&&r.key==="Escape",eb=r=>setTimeout(r,0),iT=r=>r.localName==="input"&&"select"in r&&typeof r.select=="function";function nb(r,e={}){let t,n=he(()=>{let o=(Array.isArray(r)?r:[r]).map(a=>typeof a=="function"?a():a).filter(a=>a!=null);if(o.length===0)return;let s=o[0];t=new tb(o,{escapeDeactivates:false,allowOutsideClick:true,preventScroll:true,returnFocusOnDeactivate:true,delayInitialFocus:false,fallbackFocus:s,...e,document:ue(s)});try{t.activate();}catch{}});return function(){t?.deactivate(),n();}}var rb="data-scroll-lock",$d=new WeakMap;function oT(r){let e=r.getBoundingClientRect().left;return Math.round(e)+r.scrollLeft?"paddingLeft":"paddingRight"}function ib(r){let t=Tr(r)?.scrollbarGutter;return t==="stable"||t?.startsWith("stable ")===true}function sT(r){let e=r.defaultView??window,{documentElement:t,body:n}=r,i=ib(t)||ib(n),o=e.innerWidth-t.clientWidth;n.setAttribute(rb,"");let s=()=>Cm(t,"--scrollbar-width",`${o}px`),a=oT(t),l=()=>{let u={overflow:"hidden"};return !i&&o>0&&(u[a]=`${o}px`),Yi(n,u)},c=()=>{let{scrollX:u,scrollY:h,visualViewport:p}=e,m=p?.offsetLeft??0,f=p?.offsetTop??0,g={position:"fixed",overflow:"hidden",top:`${-(h-Math.floor(f))}px`,left:`${-(u-Math.floor(m))}px`,right:"0"};!i&&o>0&&(g[a]=`${o}px`);let b=Yi(n,g);return ()=>{b?.(),e.scrollTo({left:u,top:h,behavior:"instant"});}},d=[s(),rm()?c():l()];return ()=>{d.forEach(u=>u?.()),n.removeAttribute(rb);}}function ob(r){let e=r??document,t=$d.get(e);t||(t={count:0,cleanup:sT(e)},$d.set(e,t)),t.count++;let n=t,i=false;return ()=>{i||(i=true,n.count--,n.count===0&&(n.cleanup(),$d.delete(e)));}}var Wd=wa({props({props:r,scope:e}){let t=r.role==="alertdialog",n=t?()=>Kg(e):void 0,i=typeof r.modal=="boolean"?r.modal:true;return {role:"dialog",modal:i,trapFocus:i,preventScroll:i,closeOnInteractOutside:i&&!t,closeOnEscape:true,restoreFocus:true,initialFocusEl:n,...r}},initialState({prop:r}){return r("open")||r("defaultOpen")?"open":"closed"},context({bindable:r,prop:e,scope:t}){return {rendered:r(()=>({defaultValue:{title:true,description:true}})),triggerValue:r(()=>({defaultValue:e("defaultTriggerValue")??null,value:e("triggerValue"),onChange(n){let i=e("onTriggerValueChange");if(!i)return;let o=Vd(t,n);i({value:n,triggerElement:o});}}))}},watch({track:r,action:e,prop:t}){r([()=>t("open")],()=>{e(["toggleVisibility"]);});},states:{open:{entry:["checkRenderedElements","setInitialFocus"],effects:["trackDismissableElement","trapFocus","preventScroll","hideContentBelow"],on:{"CONTROLLED.CLOSE":{target:"closed"},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],"TRIGGER_VALUE.SET":{actions:["setTriggerValue"]}}},closed:{on:{"CONTROLLED.OPEN":{target:"open"},OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen","setTriggerValue"]},{target:"open",actions:["invokeOnOpen","setTriggerValue"]}],"TRIGGER_VALUE.SET":{actions:["setTriggerValue"]}}}},implementations:{guards:{isOpenControlled:({prop:r})=>r("open")!=null},effects:{trackDismissableElement({scope:r,send:e,prop:t}){return Za(()=>ho(r),{type:"dialog",defer:true,pointerBlocking:t("modal"),layerStyleTargets:[()=>Gg(r),()=>Wg(r)],exclude:[Nd(r),...sl(r)].filter(Boolean),onInteractOutside(i){t("onInteractOutside")?.(i),t("closeOnInteractOutside")||i.preventDefault();},persistentElements:t("persistentElements"),onFocusOutside:t("onFocusOutside"),onPointerDownOutside:t("onPointerDownOutside"),onRequestDismiss:t("onRequestDismiss"),onEscapeKeyDown(i){t("onEscapeKeyDown")?.(i),t("closeOnEscape")||i.preventDefault();},onDismiss(){e({type:"CLOSE",src:"interact-outside"});}})},preventScroll({scope:r,prop:e}){if(e("preventScroll"))return ob(r.getDoc())},trapFocus({scope:r,prop:e,context:t}){return e("trapFocus")?nb(()=>ho(r),{preventScroll:true,returnFocusOnDeactivate:!!e("restoreFocus"),initialFocus:e("initialFocusEl"),setReturnFocus:i=>{let o=e("finalFocusEl")?.();if(o)return o;let s=t.get("triggerValue");if(s){let l=Vd(r,s);if(l)return l}let a=sl(r)[0];return a||i},getShadowRoot:true}):void 0},hideContentBelow({scope:r,prop:e}){return e("modal")?Jg(()=>[ho(r)],{defer:true}):void 0}},actions:{setInitialFocus({prop:r,scope:e}){r("trapFocus")||he(()=>{Pa({root:ho(e),getInitialEl:r("initialFocusEl")})?.focus({preventScroll:true});});},checkRenderedElements({context:r,scope:e}){he(()=>{r.set("rendered",{title:!!Ug(e),description:!!Yg(e)});});},invokeOnClose({prop:r}){r("onOpenChange")?.({open:false});},invokeOnOpen({prop:r}){r("onOpenChange")?.({open:true});},setTriggerValue({context:r,event:e}){e.value!==void 0&&r.set("triggerValue",e.value);},toggleVisibility({prop:r,send:e,event:t}){e({type:r("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:t});}}}});function sb(r={}){return {machine:Wd,props:{id:Na("vela-dialog"),modal:r.modal??true,closeOnEscape:r.closeOnEscape??true,closeOnInteractOutside:r.closeOnInteractOutside??false,initialFocusEl:r.initialFocusEl,onOpenChange:e=>r.onOpenChange?.(e.open)},connect:e=>_d(e,Ir)}}var ab="vela-ui-dialog-5",lb=`
290
290
  .vela-dialog-backdrop {
291
291
  position: fixed;
292
292
  inset: 0;
@@ -463,7 +463,7 @@ ${Hn(".vela-dialog *")}
463
463
  color: var(--vela-selected-fg);
464
464
  }
465
465
  .vela-switch[disabled] { opacity: 0.4; cursor: default; }
466
- `;var jn=class{constructor(e={}){ie(db,ub,document),this.ctrl=cb(e);let t=document.createElement("button");t.type="button",e.id&&(t.id=e.id),t.className="vela-switch",t.dataset.size=this.ctrl.size,t.dataset.tone=this.ctrl.tone,t.setAttribute("role","switch"),this.ctrl.disabled&&(t.disabled=true),t.appendChild(ke("check",t.ownerDocument)),this.el=t,this.paint(),t.addEventListener("pointerdown",n=>{n.preventDefault(),t.focus({preventScroll:true});}),t.addEventListener("click",()=>{this.ctrl.toggle(),this.paint();});}get checked(){return this.ctrl.checked}setChecked(e){this.ctrl.setChecked(e),this.paint();}paint(){let e=this.ctrl.checked;this.el.setAttribute("aria-checked",e?"true":"false"),e?this.el.dataset.checked="":delete this.el.dataset.checked;}};function cT(r,e){let t=r;return e.min!==void 0&&(t=Math.max(e.min,t)),e.max!==void 0&&(t=Math.min(e.max,t)),e.integer&&(t=Math.round(t)),t}function hb(r){let e=String(r),t=e.search(/[eE]/);if(t>=0){let n=e.slice(0,t).split(".")[1]?.length??0;return Math.max(0,Math.min(20,n-Number(e.slice(t+1))))}return e.split(".")[1]?.length??0}function Gd(r,e,t){let n=Math.min(20,Math.max(hb(e),hb(t)));return Number(r.toFixed(n))}function pb(r){let e=r.value,t=r.integer??false,n=r.commit??"blur",i=r.clamp??n==="blur",o=r.step??(t?1:.1),s=r.onChange,a=c=>i?cT(c,{min:r.min,max:r.max,integer:t}):c,l=c=>{if(!Number.isFinite(c))return null;let d=a(c);return d!==e&&(e=d,s?.(d)),d};return {get value(){return e},min:r.min,max:r.max,step:o,integer:t,size:r.size??"md",commit:n,steppers:r.steppers??n==="blur",clamp:i,disabled:r.disabled??false,apply:l,sync(c){let d=Number.isFinite(c)?a(c):e;return e=d,d},nudge(c){return l(Gd(e+c*o,e,o))}}}var mb="vela-ui-number-3",fb=`
466
+ `;var jn=class{constructor(e={}){ie(db,ub,document),this.ctrl=cb(e);let t=document.createElement("button");t.type="button",e.id&&(t.id=e.id),t.className="vela-switch",t.dataset.size=this.ctrl.size,t.dataset.tone=this.ctrl.tone,t.setAttribute("role","switch"),this.ctrl.disabled&&(t.disabled=true),t.appendChild(ke("check",t.ownerDocument)),this.el=t,this.paint(),t.addEventListener("pointerdown",n=>{n.preventDefault(),t.focus({preventScroll:true});}),t.addEventListener("click",()=>{this.ctrl.toggle(),this.paint();});}get checked(){return this.ctrl.checked}setChecked(e){this.ctrl.setChecked(e),this.paint();}paint(){let e=this.ctrl.checked;this.el.setAttribute("aria-checked",e?"true":"false"),e?this.el.dataset.checked="":delete this.el.dataset.checked;}};function lT(r,e){let t=r;return e.min!==void 0&&(t=Math.max(e.min,t)),e.max!==void 0&&(t=Math.min(e.max,t)),e.integer&&(t=Math.round(t)),t}function hb(r){let e=String(r),t=e.search(/[eE]/);if(t>=0){let n=e.slice(0,t).split(".")[1]?.length??0;return Math.max(0,Math.min(20,n-Number(e.slice(t+1))))}return e.split(".")[1]?.length??0}function Gd(r,e,t){let n=Math.min(20,Math.max(hb(e),hb(t)));return Number(r.toFixed(n))}function pb(r){let e=r.value,t=r.integer??false,n=r.commit??"blur",i=r.clamp??n==="blur",o=r.step??(t?1:.1),s=r.onChange,a=c=>i?lT(c,{min:r.min,max:r.max,integer:t}):c,l=c=>{if(!Number.isFinite(c))return null;let d=a(c);return d!==e&&(e=d,s?.(d)),d};return {get value(){return e},min:r.min,max:r.max,step:o,integer:t,size:r.size??"md",commit:n,steppers:r.steppers??n==="blur",clamp:i,disabled:r.disabled??false,apply:l,sync(c){let d=Number.isFinite(c)?a(c):e;return e=d,d},nudge(c){return l(Gd(e+c*o,e,o))}}}var mb="vela-ui-number-3",fb=`
467
467
  .vela-num { position: relative; display: inline-block; min-width: 0; }
468
468
  .vela-num[data-fill] { width: 100%; }
469
469
  .vela-num:not([data-fill]) { width: 100px; flex: none; justify-self: start; }
@@ -609,7 +609,7 @@ ${Hn(".vela-dialog *")}
609
609
  .vela-color-field-circle{width:26px;height:26px;padding:3px;border:1px solid var(--vela-border-strong);border-radius:4px;background:transparent;overflow:hidden;}
610
610
  .vela-color-field-circle .vela-color-field-swatch{border-radius:2px;box-shadow:none;}
611
611
  .vela-color-field-pop{background:var(--vela-surface-overlay);border:1px solid var(--vela-border);border-radius:var(--vela-radius-lg);box-shadow:var(--vela-shadow);padding:10px;}
612
- `;var dT=Kd(),uT=dl(10),hT=dl(8),Hr=[Ee,q,X,vn,Pe];function pT(r){let e=Hr.findIndex(t=>t.toLowerCase()===r.toLowerCase());e>=0&&Hr.splice(e,1),Hr.unshift(r),Hr.length>10&&(Hr.length=10);}function fo(r,e,t){let n=un(r),i=n.hex6,o=n.alpha,s=document.createElement("div");s.style.cssText="display:flex;flex-direction:column;gap:9px;width:236px;";let a=document.createElement("div");a.style.cssText="display:grid;grid-template-columns:repeat(10,1fr);gap:4px;";let l=[];for(let x of dT)for(let S of x){let P=document.createElement("button");P.type="button",P.dataset.c=S,P.style.cssText=`width:100%;aspect-ratio:1;border-radius:4px;border:none;cursor:pointer;background:${S};padding:0;`,P.addEventListener("click",k=>{k.stopPropagation(),E(S);}),a.appendChild(P),l.push(P);}let c=()=>{for(let x of l){let S=(x.dataset.c??"").toLowerCase()===i.toLowerCase();x.style.outline=S?`2px solid ${e.textColor}`:"none",x.style.outlineOffset="2px",x.style.zIndex=S?"1":"",x.style.position=S?"relative":"";}},d=document.createElement("div");d.style.cssText="display:flex;align-items:center;gap:5px;flex-wrap:wrap;border-top:1px solid var(--vela-border);padding-top:9px;";let u=()=>{d.replaceChildren();for(let P of Hr){let k=document.createElement("button");k.type="button",k.style.cssText=`width:17px;height:17px;border-radius:var(--vela-radius-sm);border:1px solid var(--vela-border);cursor:pointer;background:${P};padding:0;`,k.addEventListener("click",T=>{T.stopPropagation(),E(P);}),d.appendChild(k);}let x=document.createElement("label");x.style.cssText=`width:17px;height:17px;border-radius:var(--vela-radius-sm);border:1px dashed var(--vela-border-strong);cursor:pointer;display:flex;align-items:center;justify-content:center;color:${e.textColor};font:14px ${e.fontFamily};position:relative;`,x.textContent="+";let S=document.createElement("input");S.type="color",S.value=i,S.style.cssText="position:absolute;inset:0;opacity:0;cursor:pointer;",S.addEventListener("input",()=>E(S.value,true)),x.appendChild(S),d.appendChild(x);},h=document.createElement("div");h.textContent="Opacity",h.style.cssText=`font:11px ${e.fontFamily};color:var(--vela-fg-muted);`;let p=document.createElement("div");p.style.cssText="display:flex;align-items:center;gap:10px;";let m=document.createElement("div");m.style.cssText="flex:1;position:relative;height:13px;border-radius:7px;cursor:pointer;";let f=document.createElement("div");f.style.cssText="position:absolute;top:50%;width:15px;height:15px;border-radius:50%;background:var(--vela-selected-bg);box-shadow:0 1px 3px rgba(0,0,0,0.55);transform:translate(-50%,-50%);pointer-events:none;",m.appendChild(f);let g=document.createElement("div");g.style.cssText=`min-width:42px;text-align:center;font:var(--vela-font-size-md) ${e.fontFamily};color:var(--vela-fg);border:1px solid var(--vela-border);border-radius:5px;padding:3px 4px;`,p.append(m,g);let b=()=>{m.style.background=`linear-gradient(to right, ${i}00, ${i}ff), ${uT}`,f.style.left=`${o*100}%`,g.textContent=`${Math.round(o*100)}%`;},y=false,v=x=>{let S=m.getBoundingClientRect();o=Math.max(0,Math.min(1,(x-S.left)/S.width)),b(),w();};m.addEventListener("pointerdown",x=>{x.stopPropagation(),y=true,m.setPointerCapture(x.pointerId),v(x.clientX);}),m.addEventListener("pointermove",x=>{y&&v(x.clientX);}),m.addEventListener("pointerup",()=>y=false);function w(){t(cl(i,o));}function E(x,S=false){i=un(x).hex6,pT(i),c(),b(),S&&u(),w();}return u(),c(),b(),s.append(a,d,h,p),s}function Xd(r,e,t,n){return new ul({theme:r,getVal:e,onVal:t,shape:n?.shape,id:n?.id,popover:n?.popover}).el}var ul=class{constructor(e){ie(Sb,Cb,document),this.theme=e.theme,this.getVal=e.getVal,this.onVal=e.onVal,this.popoverOpts=e.popover;let t=document.createElement("button");t.type="button",e.id&&(t.id=e.id),t.className=e.shape==="circle"?"vela-color-field vela-color-field-circle":"vela-color-field";let n=document.createElement("span");n.className="vela-color-field-swatch",t.appendChild(n),this.el=t,this.swatch=n,this.paint(),t.addEventListener("vela-sync",()=>this.paint()),t.addEventListener("pointerdown",i=>{i.preventDefault(),t.focus({preventScroll:true});}),t.addEventListener("click",i=>{i.stopPropagation(),this.toggle();});}paint(){let e=this.getVal();this.swatch.style.background=`linear-gradient(${e}, ${e}), ${hT}`;}toggle(){if($t()===this.el){le();return}new Ae({trigger:this.el,theme:this.theme,align:this.popoverOpts?.align??"end",gap:this.popoverOpts?.gap??6,host:this.popoverOpts?.host,position:this.popoverOpts?.position,boundary:this.popoverOpts?.boundary,zIndex:this.popoverOpts?.zIndex,className:"vela-color-field-pop",content:fo(this.getVal(),this.theme,t=>{this.onVal(t),this.paint();})}).show();}};function Tb(r){let e=r.value;return {options:r.options,get value(){return e},setValue(t){e=t;},optionOf(t){return r.options.find(n=>n.value===t)},pick(t){return e=t,r.onChange?.(t),t}}}var mT=[1,2,3,4,5];function fT(r){return `<svg width="22" height="14" viewBox="0 0 22 14" fill="none"><line x1="2" y1="7" x2="20" y2="7" stroke="currentColor" stroke-width="${r}" stroke-linecap="round"/></svg>`}function Eb(){return mT.map(r=>({value:r,label:`${r}px`,glyph:fT(r)}))}var Pb="vela-ui-glyph-select",Lb=`
612
+ `;var cT=Kd(),dT=dl(10),uT=dl(8),Hr=[Ee,q,X,vn,Pe];function hT(r){let e=Hr.findIndex(t=>t.toLowerCase()===r.toLowerCase());e>=0&&Hr.splice(e,1),Hr.unshift(r),Hr.length>10&&(Hr.length=10);}function fo(r,e,t){let n=un(r),i=n.hex6,o=n.alpha,s=document.createElement("div");s.style.cssText="display:flex;flex-direction:column;gap:9px;width:236px;";let a=document.createElement("div");a.style.cssText="display:grid;grid-template-columns:repeat(10,1fr);gap:4px;";let l=[];for(let x of cT)for(let S of x){let P=document.createElement("button");P.type="button",P.dataset.c=S,P.style.cssText=`width:100%;aspect-ratio:1;border-radius:4px;border:none;cursor:pointer;background:${S};padding:0;`,P.addEventListener("click",k=>{k.stopPropagation(),E(S);}),a.appendChild(P),l.push(P);}let c=()=>{for(let x of l){let S=(x.dataset.c??"").toLowerCase()===i.toLowerCase();x.style.outline=S?`2px solid ${e.textColor}`:"none",x.style.outlineOffset="2px",x.style.zIndex=S?"1":"",x.style.position=S?"relative":"";}},d=document.createElement("div");d.style.cssText="display:flex;align-items:center;gap:5px;flex-wrap:wrap;border-top:1px solid var(--vela-border);padding-top:9px;";let u=()=>{d.replaceChildren();for(let P of Hr){let k=document.createElement("button");k.type="button",k.style.cssText=`width:17px;height:17px;border-radius:var(--vela-radius-sm);border:1px solid var(--vela-border);cursor:pointer;background:${P};padding:0;`,k.addEventListener("click",T=>{T.stopPropagation(),E(P);}),d.appendChild(k);}let x=document.createElement("label");x.style.cssText=`width:17px;height:17px;border-radius:var(--vela-radius-sm);border:1px dashed var(--vela-border-strong);cursor:pointer;display:flex;align-items:center;justify-content:center;color:${e.textColor};font:14px ${e.fontFamily};position:relative;`,x.textContent="+";let S=document.createElement("input");S.type="color",S.value=i,S.style.cssText="position:absolute;inset:0;opacity:0;cursor:pointer;",S.addEventListener("input",()=>E(S.value,true)),x.appendChild(S),d.appendChild(x);},h=document.createElement("div");h.textContent="Opacity",h.style.cssText=`font:11px ${e.fontFamily};color:var(--vela-fg-muted);`;let p=document.createElement("div");p.style.cssText="display:flex;align-items:center;gap:10px;";let m=document.createElement("div");m.style.cssText="flex:1;position:relative;height:13px;border-radius:7px;cursor:pointer;";let f=document.createElement("div");f.style.cssText="position:absolute;top:50%;width:15px;height:15px;border-radius:50%;background:var(--vela-selected-bg);box-shadow:0 1px 3px rgba(0,0,0,0.55);transform:translate(-50%,-50%);pointer-events:none;",m.appendChild(f);let g=document.createElement("div");g.style.cssText=`min-width:42px;text-align:center;font:var(--vela-font-size-md) ${e.fontFamily};color:var(--vela-fg);border:1px solid var(--vela-border);border-radius:5px;padding:3px 4px;`,p.append(m,g);let b=()=>{m.style.background=`linear-gradient(to right, ${i}00, ${i}ff), ${dT}`,f.style.left=`${o*100}%`,g.textContent=`${Math.round(o*100)}%`;},y=false,v=x=>{let S=m.getBoundingClientRect();o=Math.max(0,Math.min(1,(x-S.left)/S.width)),b(),w();};m.addEventListener("pointerdown",x=>{x.stopPropagation(),y=true,m.setPointerCapture(x.pointerId),v(x.clientX);}),m.addEventListener("pointermove",x=>{y&&v(x.clientX);}),m.addEventListener("pointerup",()=>y=false);function w(){t(cl(i,o));}function E(x,S=false){i=un(x).hex6,hT(i),c(),b(),S&&u(),w();}return u(),c(),b(),s.append(a,d,h,p),s}function Xd(r,e,t,n){return new ul({theme:r,getVal:e,onVal:t,shape:n?.shape,id:n?.id,popover:n?.popover}).el}var ul=class{constructor(e){ie(Sb,Cb,document),this.theme=e.theme,this.getVal=e.getVal,this.onVal=e.onVal,this.popoverOpts=e.popover;let t=document.createElement("button");t.type="button",e.id&&(t.id=e.id),t.className=e.shape==="circle"?"vela-color-field vela-color-field-circle":"vela-color-field";let n=document.createElement("span");n.className="vela-color-field-swatch",t.appendChild(n),this.el=t,this.swatch=n,this.paint(),t.addEventListener("vela-sync",()=>this.paint()),t.addEventListener("pointerdown",i=>{i.preventDefault(),t.focus({preventScroll:true});}),t.addEventListener("click",i=>{i.stopPropagation(),this.toggle();});}paint(){let e=this.getVal();this.swatch.style.background=`linear-gradient(${e}, ${e}), ${uT}`;}toggle(){if($t()===this.el){le();return}new Ae({trigger:this.el,theme:this.theme,align:this.popoverOpts?.align??"end",gap:this.popoverOpts?.gap??6,host:this.popoverOpts?.host,position:this.popoverOpts?.position,boundary:this.popoverOpts?.boundary,zIndex:this.popoverOpts?.zIndex,className:"vela-color-field-pop",content:fo(this.getVal(),this.theme,t=>{this.onVal(t),this.paint();})}).show();}};function Tb(r){let e=r.value;return {options:r.options,get value(){return e},setValue(t){e=t;},optionOf(t){return r.options.find(n=>n.value===t)},pick(t){return e=t,r.onChange?.(t),t}}}var pT=[1,2,3,4,5];function mT(r){return `<svg width="22" height="14" viewBox="0 0 22 14" fill="none"><line x1="2" y1="7" x2="20" y2="7" stroke="currentColor" stroke-width="${r}" stroke-linecap="round"/></svg>`}function Eb(){return pT.map(r=>({value:r,label:`${r}px`,glyph:mT(r)}))}var Pb="vela-ui-glyph-select",Lb=`
613
613
  .vela-glyph-select {
614
614
  height: 34px;
615
615
  padding: 0 26px 0 8px;
@@ -723,7 +723,7 @@ ${Hn(".vela-dialog *")}
723
723
  .vela-field-section[data-variant='inputs'][data-first] { padding-top: 4px; }
724
724
  .vela-field-sep { grid-column: 1 / -1; height: 14px; }
725
725
  .vela-field-dim { opacity: 0.4 !important; pointer-events: none !important; }
726
- `;function fl(r=document){ie(Mb,kb,r);}function vo(r={}){fl();let e=document.createElement("div");e.className="vela-field-grid";let t=r.variant??"inputs";return e.dataset.variant=t,r.mobile&&(e.dataset.mobile=""),e.style.gridTemplateColumns=go(t,r.mobile===true),e}function Gt(r,e={}){fl();let t=document.createElement("div");return t.className="vela-field-section",e.variant&&(t.dataset.variant=e.variant),e.first&&(t.dataset.first=""),t.textContent=r,t}function Jd(){fl();let r=document.createElement("div");return r.className="vela-field-sep",r}function bo(r,e){let t=document.createElement("span");t.className="vela-field-label",e.size&&(t.dataset.size=e.size),t.textContent=r;let n=e.id;return n&&(t.id=`${n}--title`,queueMicrotask(()=>{t.ownerDocument.getElementById(n)?.setAttribute("aria-labelledby",t.id);})),t}function Ib(r){return r?Array.isArray(r)?r:[r]:[]}function ml(r,e){if(e)for(let t of e.split(/\s+/))t&&r.classList.add(t);}function Zd(r,e){for(let t of r)t.dataset.sdSelfGated!=="1"&&t.classList.toggle("vela-field-dim",!e);}function pe(r){fl();let e=r.labelSize;if(r.inline){let o=document.createElement("div");o.className="vela-field-span vela-field-inline";for(let s of r.inline){let a=document.createElement("div");if(a.className="vela-field-inline-item",s.toggleFirst&&(a.style.flexDirection="row-reverse"),s.label&&a.appendChild(bo(s.label,{id:s.id,size:e})),s.fit)a.appendChild(s.control);else {let l=document.createElement("div");l.style.width="100px",l.appendChild(s.control),a.appendChild(l);}o.appendChild(a);}return r.info&&o.appendChild(r.info),ml(o,r.className),o}if(r.bool){let o=document.createElement("div");o.className="vela-field-span vela-field-bool";let s=new jn({id:r.toggle?.id??r.id,checked:r.toggle?.checked??false,size:"md",tone:"bright",onChange:a=>r.toggle?.onChange(a)});if(o.append(s.el,bo(r.label,{id:r.toggle?.id??r.id,size:e})),r.info&&o.appendChild(r.info),r.toggle?.get){let a=r.toggle.get;o.addEventListener("vela-sync",()=>{s.setChecked(a());});}return ml(o,r.className),o}if(r.stacked){let o=document.createElement("div");o.className="vela-field-span vela-field-stacked";let s=document.createElement("div");s.className="vela-field-stacked-head",s.appendChild(bo(r.label,{id:r.id,size:e})),r.info&&s.appendChild(r.info),o.appendChild(s);for(let a of Ib(r.control))o.appendChild(a);return ml(o,r.className),o}let t=document.createElement("div");t.className="vela-field-row";let n=Ib(r.control);if(r.toggle){let o=document.createElement("div");o.className="vela-field-toggle-label";let s=new jn({id:r.toggle.id??r.id,checked:r.toggle.checked,size:"md",tone:"bright",onChange:a=>{r.toggle.onChange(a),n.length>0&&Zd(n,a);}});if(o.append(s.el,bo(r.label,{id:r.toggle.id??r.id,size:e})),t.appendChild(o),n.length>0&&Zd(n,r.toggle.checked),r.toggle.get){let a=r.toggle.get;t.addEventListener("vela-sync",()=>{let l=a();s.setChecked(l),n.length>0&&Zd(n,l);});}}else t.appendChild(bo(r.label,{id:r.id,size:e}));let i=document.createElement("div");if(i.className="vela-field-cell",r.controlWidth!=null&&n.length===1&&!r.fit){let o=document.createElement("div");o.style.width=`${r.controlWidth}px`,o.appendChild(n[0]),i.appendChild(o);}else for(let o of n)i.appendChild(o);return r.info&&i.appendChild(r.info),t.appendChild(i),ml(t,r.className),t}function Z(r){if(r.kind==="number"){let t=new qn({id:r.id,value:r.value,min:r.min,max:r.max,step:r.step,integer:r.integer,size:"md",fill:r.fill,compact:r.compact,commit:r.commit,steppers:r.steppers,clamp:r.clamp,placeholder:r.placeholder,emptyValue:r.emptyValue,title:r.title,onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(Number(n))}}if(r.kind==="select"){let t=new uo({id:r.id,options:r.options,value:r.value,size:"md",fill:r.fill,theme:r.theme,list:r.list,onChange:r.onChange});if(r.title&&(t.el.title=r.title),r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}if(r.kind==="switch"){let t=new jn({id:r.id,checked:r.checked,size:"md",tone:"bright",onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setChecked(n());});}return {el:t.el,setValue:n=>t.setChecked(!!n)}}if(r.kind==="color"){let t=Xd(r.theme,r.get,r.onChange,{shape:"circle",id:r.id,popover:r.popover});return r.title&&(t.title=r.title),{el:t}}if(r.kind==="text"){let t=new mo({id:r.id,value:r.value,size:"md",fill:r.fill,onChange:r.onChange});if(r.placeholder&&(t.input.placeholder=r.placeholder),r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}if(r.kind==="textarea"){let t=new Zn({id:r.id,value:r.value,rows:r.rows,autoGrow:r.autoGrow,maxLines:r.maxLines,placeholder:r.placeholder,onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}let e=jd(r.theme,r.get,r.onChange);return r.title&&(e.title=r.title),{el:e}}var Ab="Properties";function gl(r,e){return e.prop?r.propValues:r.values}var gT=["close","open","high","low","hl2","hlc3","ohlc4","volume"],yl=class{constructor(e){this.host=e;this.dialog=null;this.backdrop=null;this.uiDialog=null;this.openId=null;this.row=null;this.snapshot=null;this.propSnapshot=null;this.dialogTips=[];this.refreshVisibility=null;this.choicePop=null;this.calendarPop=null;this.calendarAnchor=null;this.onDialogKey=e=>{if(e.key==="Escape"){if(e.preventDefault(),Pt()){le();return}this.close();}};}isOpen(){return this.dialog!==null}open(e){if(this.close(),e.inputs.length===0&&e.props.length===0)return;this.row=e,this.openId=e.id,this.snapshot={...e.values},this.propSnapshot={...e.propValues},wl();let t=this.host.theme(),n="var(--vela-border)",i="var(--vela-fg-bright)",o=this.host.dialogHost()??this.host.container,s=new Wt({host:o,title:e.title,modal:false,contained:true,align:"center",draggable:!this.host.mobile(),flush:true,className:"vela-dialog--form vela-ind-dialog",closeOnEscape:false,footer:g=>{g.append(this.resetAction(),this.dialogButton("Cancel",false,()=>this.revertAndClose()),this.dialogButton("Ok",true,()=>this.close()));},onOpenChange:g=>{!g&&this.uiDialog===s&&this.close();}});fe(s.panel,t),s.panel.style.colorScheme=this.isDarkTheme()?"dark":"light",this.dialogTips.push(vt(s.panel.querySelector(".vela-dialog-close"),{host:this.host.container,theme:()=>this.host.theme(),text:()=>"Close"}));let a=vT(e.inputs);if(e.props.length>0){let g=e.props.map(y=>{let v={...y,prop:true};return delete v.tab,v}),b=a.find(y=>y.name===Ab);b?b.inputs.push(...g):a.push({name:Ab,inputs:g});}let l=document.createElement("div");l.style.cssText=`display:flex;gap:12px;padding:0 20px;border-bottom:1px solid ${n};flex:0 0 auto;`;let c=[],d=[],u=[],h=0,p=g=>{h=g;for(let b=0;b<c.length;b+=1){let y=b===g,v=c[b];v.style.borderBottomColor=y?i:"transparent",v.style.color=y?"inherit":"var(--vela-fg-muted)",v.classList.toggle("vela-ind-tab-active",y),d[b].style.display=y?"grid":"none";}};for(let[g,b]of a.entries()){let y=document.createElement("div");y.textContent=b.name,y.className="vela-ind-tab",y.style.cssText=`padding:0 0 8px;margin-bottom:-1px;border-bottom:2px solid transparent;${a.length>1?"cursor:pointer;":""}`,y.addEventListener("click",()=>p(g)),l.appendChild(y),c.push(y),d.push(this.buildTabBody(b.inputs,e,u)),b.inputs.every(v=>v.when)&&u.push({el:y,visible:v=>b.inputs.some(w=>co(w.when,v))});}s.body.appendChild(l);for(let g of d)s.body.appendChild(g);p(0);let m=()=>{let g=yT(e);for(let b of u)b.el.style.display=b.visible(g)?"":"none";if(c[h]?.style.display==="none"){let b=c.findIndex(y=>y.style.display!=="none");b>=0&&p(b);}};this.refreshVisibility=m,m();let f=g=>{if(!(g.target!==s.backdrop&&g.target!==s.positioner)){if(Pt()||Xn(g)){le();return}this.close(),this.host.onBackdropClose();}};s.backdrop.addEventListener("pointerdown",f),s.positioner.addEventListener("pointerdown",f),this.uiDialog=s,this.dialog=s.panel,this.backdrop=s.backdrop,s.show(),document.addEventListener("keydown",this.onDialogKey);}buildTabBody(e,t,n){let i=document.createElement("div");i.style.cssText=bT(this.host.mobile());for(let o of wT(e)){let s=document.createElement("div");s.style.cssText="display:contents;";let a=null;o.name&&(a=Gt(o.name,{variant:"inputs",first:i.childElementCount===0}),s.appendChild(a));for(let l of o.rows){let c=this.buildInputRow(s,l,t);l.some(d=>d.when)&&n.push({el:c,visible:d=>Db(l,d)});}if(a&&o.rows.every(l=>l.every(c=>c.when))){let l=o.rows;n.push({el:a,visible:c=>l.some(d=>Db(d,c))});}i.appendChild(s);}return i}close(){document.removeEventListener("keydown",this.onDialogKey),le(),this.refreshVisibility=null,this.choicePop=null,this.calendarPop=null,this.calendarAnchor=null;for(let t of this.dialogTips.splice(0))t();let e=this.uiDialog;this.uiDialog=null,this.backdrop=null,this.dialog=null,this.openId=null,this.row=null,this.snapshot=null,this.propSnapshot=null,e?.destroy();}revertAndClose(){let e=this.row,t=this.snapshot;if(e&&t)for(let i of e.inputs){let o=t[i.key],s=o!==void 0?o:i.defval;e.values[i.key]!==s&&(e.values[i.key]=s,this.host.onChange?.({indicatorId:e.id,key:i.key,value:s}));}let n=this.propSnapshot;if(e&&n)for(let i of e.props){let o=n[i.key],s=o!==void 0?o:i.defval;e.propValues[i.key]!==s&&(e.propValues[i.key]=s,this.host.onChange?.({indicatorId:e.id,key:i.key,value:s,kind:"prop"}));}this.close();}resetAction(){let e=this.dialogButton("Reset defaults",false,()=>this.resetToDefaults());return e.style.marginRight="auto",e}resetToDefaults(){let e=this.row;if(!e)return;let t=this.snapshot,n=this.propSnapshot;for(let i of e.inputs)e.values[i.key]!==i.defval&&(e.values[i.key]=i.defval,this.host.onChange?.({indicatorId:e.id,key:i.key,value:i.defval}));for(let i of e.props)e.propValues[i.key]!==i.defval&&(e.propValues[i.key]=i.defval,this.host.onChange?.({indicatorId:e.id,key:i.key,value:i.defval,kind:"prop"}));this.open(e),t&&(this.snapshot=t),n&&(this.propSnapshot=n);}commit(e,t,n){gl(e,t)[t.key]=n,this.host.onChange?.({indicatorId:e.id,key:t.key,value:n,...t.prop?{kind:"prop"}:{}}),this.refreshVisibility?.();}buildInputRow(e,t,n){let i=d=>`vela-inp-${n.id}-${d.key}`,o=d=>(e.appendChild(d),d);if(t.length>1)return o(pe({label:"",inline:t.map(d=>({label:bl(d)||void 0,id:i(d),control:this.buildControl(n,d,i(d)),toggleFirst:d.type==="bool",fit:d.type==="color"||d.type==="bool"})),info:[...t].reverse().find(d=>d.tooltip)?.tooltip?this.infoButton([...t].reverse().find(d=>d.tooltip).tooltip):void 0}));let s=t[0],a=i(s),l=s.tooltip?this.infoButton(s.tooltip):void 0;if(s.type==="bool"){let d=!!(gl(n,s)[s.key]??s.defval);return o(pe({label:bl(s),id:a,bool:true,info:l,toggle:{id:a,checked:d,onChange:u=>this.commit(n,s,u)}}))}if(s.type==="text_area")return o(pe({label:bl(s),id:a,stacked:true,info:l,control:this.buildControl(n,s,a)}));let c=s.type==="color"||s.type==="session"||s.type==="time";return o(pe({label:bl(s),id:a,fit:c,controlWidth:c?void 0:100,info:l,control:this.buildControl(n,s,a)}))}buildControl(e,t,n){let i=gl(e,t)[t.key]??t.defval,o=s=>this.commit(e,t,s);return t.type==="bool"?Z({kind:"switch",id:n,checked:!!i,onChange:s=>o(s)}).el:t.options&&t.options.length>0?this.select(n,t.options.map(String),String(i),o):t.type==="source"?this.select(n,gT,String(i),o):t.type==="color"?Z({kind:"color",id:n,theme:this.host.theme(),get:()=>String(gl(e,t)[t.key]??t.defval),onChange:s=>o(s)}).el:t.type==="symbol"?this.buildSymbol(n,String(i),o):t.type==="timeframe"?this.selectPairs(n,CT,String(i),o):t.type==="session"?this.buildSession(n,String(i),o):t.type==="time"?this.buildTime(n,Number(i)||0,o):t.type==="text_area"?Z({kind:"textarea",id:n,value:String(i),onChange:s=>o(s)}).el:t.type==="int"||t.type==="float"||t.type==="price"?Z({kind:"number",id:n,value:Number(i),min:t.min,max:t.max,step:t.step??(t.type==="int"?1:.1),integer:t.type==="int",commit:"blur",onChange:s=>o(s)}).el:this.buildTextField(n,String(i),o)}buildTextField(e,t,n){return Z({kind:"text",id:e,value:t,onChange:n}).el}infoButton(e){let t=document.createElement("span");return t.textContent="i",this.dialogTips.push(vt(t,{host:this.host.container,theme:()=>this.host.theme(),text:()=>e,wrap:true,delayMs:250})),t.className="vela-ind-hint",t.style.cssText="flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-weight:600;font-size:11px;font-family:inherit;line-height:1;cursor:help;user-select:none;",t}select(e,t,n,i){return this.selectPairs(e,t.map(o=>({value:o,label:o})),n,i)}selectPairs(e,t,n,i){return Z({kind:"select",id:e,options:t,value:n,theme:this.host.theme(),list:this.listPopover(),onChange:i}).el}buildSession(e,t,n){let[i,o]=kT(t),s=document.createElement("div");s.style.cssText="display:flex;align-items:center;gap:6px;";let a=i,l=o,c=()=>n(IT(a,l));return s.append(this.timeCombobox(e,a,86,d=>{a=d,c();}),this.timeCombobox(`${e}-end`,l,86,d=>{l=d,c();})),s}buildTime(e,t,n){let i=AT(t),o=document.createElement("div");o.style.cssText="display:flex;align-items:center;gap:6px;";let s=i.date,a=i.time,l=()=>{if(!s)return;let u=Date.parse(`${s}T${a}:00`);Number.isFinite(u)&&n(u);},c=this.dateField(e,s,u=>{s=u,l();}),d=this.timeCombobox(`${e}-time`,a,86,u=>{a=u,l();});return o.append(c,d),o}timeCombobox(e,t,n,i){let o=document.createElement("div");o.className="vela-ind-combo",o.style.cssText=`position:relative;width:${n}px;`;let s=document.createElement("input");s.type="text",s.id=e,s.value=t,s.autocomplete="off",s.spellcheck=false,s.style.cssText=`${this.ctrlStyle()}padding-right:26px;`;let a=document.createElement("button");a.type="button",a.tabIndex=-1,a.className="vela-ind-combo-chevron",a.setAttribute("aria-label","Open time list"),a.innerHTML=ST;let l=t,c=()=>{let p=MT(s.value);if(!p){s.value=l;return}s.value=p,p!==l&&(l=p,i(p));};s.addEventListener("blur",()=>{Pt()||c();});let d=p=>{l=p,s.value=p,i(p);},u=()=>{this.choicePop=tl(o,TT,l,d,{...this.listPopover(),onClose:()=>{this.choicePop=null;}});};s.addEventListener("keydown",p=>{p.key==="Enter"&&(p.preventDefault(),c(),s.blur()),p.key==="ArrowDown"&&(p.preventDefault(),u());});let h=p=>{p.preventDefault(),p.stopPropagation(),u();};return s.addEventListener("click",h),a.addEventListener("mousedown",p=>p.preventDefault()),a.addEventListener("click",h),o.append(s,a),o}dateField(e,t,n){let i=document.createElement("div");i.className="vela-ind-combo",i.style.cssText="position:relative;width:128px;";let o=document.createElement("input");o.type="text",o.id=e,o.value=t,o.autocomplete="off",o.spellcheck=false,o.style.cssText=`${this.ctrlStyle()}padding-right:26px;`;let s=document.createElement("button");s.type="button",s.tabIndex=-1,s.className="vela-ind-combo-chevron",s.setAttribute("aria-label","Open calendar"),s.innerHTML=xT;let a=t,l=()=>{let u=Vb(o.value);if(!u){o.value=a;return}o.value=u,u!==a&&(a=u,n(u));};o.addEventListener("blur",()=>{Pt()||l();});let c=u=>{a=u,o.value=u,n(u);};o.addEventListener("keydown",u=>{u.key==="Enter"&&(u.preventDefault(),l(),o.blur()),u.key==="ArrowDown"&&(u.preventDefault(),this.openCalendar(i,a,c));});let d=u=>{if(u.preventDefault(),u.stopPropagation(),$t()===i){le();return}this.openCalendar(i,a,c);};return o.addEventListener("click",d),s.addEventListener("mousedown",u=>u.preventDefault()),s.addEventListener("click",d),i.append(o,s),i}listPopover(){return {theme:this.host.theme(),matchWidth:true,boundary:this.dialog??"viewport",boundaryInset:8,gap:4}}openCalendar(e,t,n){let i=LT(t),o=i?.getFullYear()??new Date().getFullYear(),s=i?.getMonth()??new Date().getMonth(),a=i?Qd(i):t,l=new Ae({trigger:e,theme:this.host.theme(),className:"vela-ind-cal",boundary:this.dialog??"viewport",boundaryInset:8,gap:4,onClose:()=>{this.calendarPop=null,this.calendarAnchor=null;},content:c=>{let d=document.createElement("div");d.className="vela-ind-cal-title";let u=document.createElement("button");u.type="button",u.className="vela-ind-cal-nav",u.setAttribute("aria-label","Previous month"),u.innerHTML=ce("chevron-left",14);let h=document.createElement("button");h.type="button",h.className="vela-ind-cal-nav",h.setAttribute("aria-label","Next month"),h.innerHTML=ce("chevron-right",14);let p=document.createElement("div");p.className="vela-ind-cal-head",p.append(u,d,h);let m=document.createElement("div");m.className="vela-ind-cal-week";for(let b of PT){let y=document.createElement("span");y.textContent=b,m.appendChild(y);}let f=document.createElement("div");f.className="vela-ind-cal-grid";let g=()=>{d.textContent=`${ET[s]} ${o}`,f.replaceChildren();let y=new Date(o,s,1).getDay(),v=new Date(o,s+1,0).getDate(),w=Qd(new Date);for(let E=0;E<y;E++){let x=document.createElement("span");x.className="vela-ind-cal-blank",f.appendChild(x);}for(let E=1;E<=v;E++){let x=`${o}-${String(s+1).padStart(2,"0")}-${String(E).padStart(2,"0")}`,S=document.createElement("button");S.type="button",S.className="vela-ind-cal-day",S.textContent=String(E),x===a&&(S.dataset.checked="1"),x===w&&(S.dataset.today="1"),S.addEventListener("click",P=>{P.stopPropagation(),l.hide(),n(x);}),f.appendChild(S);}};u.addEventListener("click",b=>{b.stopPropagation(),s-=1,s<0&&(s=11,o-=1),g();}),h.addEventListener("click",b=>{b.stopPropagation(),s+=1,s>11&&(s=0,o+=1),g();}),g(),c.append(p,m,f);}});this.calendarPop=l,this.calendarAnchor=e,l.show();}buildSymbol(e,t,n){let i=this.host.symbolPicker();if(!i)return this.buildTextField(e,t,n);let o=t,s=document.createElement("button");s.type="button",s.id=e,s.style.cssText=`${this.ctrlStyle()}display:flex;align-items:center;cursor:pointer;text-align:left;`;let a=document.createElement("span");return a.textContent=o||"Select symbol\u2026",a.style.cssText="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;",s.append(a),s.addEventListener("click",()=>i(o,l=>{l&&(o=l,a.textContent=l,n(l));})),s}ctrlStyle(){return "width:100%;box-sizing:border-box;height:34px;background:transparent;border:1px solid var(--vela-border-strong);color:var(--vela-fg-bright);border-radius:6px;padding:0 8px;font-size:14px;font-family:inherit;outline:none;"}isDarkTheme(){return He(this.host.theme().background)}dialogButton(e,t,n){let i=document.createElement("button");return i.type="button",i.textContent=e,i.className=t?"vela-dialog-btn vela-dialog-btn-primary":"vela-dialog-btn",i.addEventListener("click",n),i}};function bl(r){let e=r.title;return e.length>0?e.charAt(0).toUpperCase()+e.slice(1):""}var Rb=16;function bT(r){return `padding:16px 20px;overflow-y:auto;overflow-x:hidden;overflow-anchor:none;flex:1 1 auto;display:grid;grid-template-columns:${go("inputs",r)};align-items:center;align-content:start;column-gap:${Rb}px;row-gap:${Rb}px;`}var vl="Inputs";function vT(r){let e=new Map;for(let n of r){let i=n.tab&&n.tab.length>0?n.tab:vl;e.has(i)||e.set(i,[]),e.get(i).push(n);}let t=[...e.keys()];return t.includes(vl)&&(t.splice(t.indexOf(vl),1),t.unshift(vl)),t.map(n=>({name:n,inputs:e.get(n)}))}function Db(r,e){return r.some(t=>co(t.when,e))}function yT(r){let e={};for(let t of r.inputs)e[t.key]=r.values[t.key]??t.defval;return e}function wT(r){let e=[],t=new Map;for(let n of r){let i=n.group&&n.group.length>0?n.group:null;t.has(i)||(t.set(i,[]),e.push(i)),t.get(i).push(n);}return e.map(n=>{let i=t.get(n),o=[],s=new Map;for(let a of i){let l=a.inline&&a.inline.length>0?a.inline:null;l&&s.has(l)?o[s.get(l)].push(a):(l&&s.set(l,o.length),o.push([a]));}return {name:n,rows:o}})}var xT=ce("calendar",14),ST=ce("clock",14),Ob="vela-ind-dialog-styles",Fb="29",Nb=16;function wl(){if(typeof document>"u")return;let r=document.getElementById(Ob);if(r?.dataset.rev===Fb)return;let e=r??document.createElement("style");e.id=Ob,e.dataset.rev=Fb,e.textContent=`
726
+ `;function fl(r=document){ie(Mb,kb,r);}function vo(r={}){fl();let e=document.createElement("div");e.className="vela-field-grid";let t=r.variant??"inputs";return e.dataset.variant=t,r.mobile&&(e.dataset.mobile=""),e.style.gridTemplateColumns=go(t,r.mobile===true),e}function Gt(r,e={}){fl();let t=document.createElement("div");return t.className="vela-field-section",e.variant&&(t.dataset.variant=e.variant),e.first&&(t.dataset.first=""),t.textContent=r,t}function Jd(){fl();let r=document.createElement("div");return r.className="vela-field-sep",r}function bo(r,e){let t=document.createElement("span");t.className="vela-field-label",e.size&&(t.dataset.size=e.size),t.textContent=r;let n=e.id;return n&&(t.id=`${n}--title`,queueMicrotask(()=>{t.ownerDocument.getElementById(n)?.setAttribute("aria-labelledby",t.id);})),t}function Ib(r){return r?Array.isArray(r)?r:[r]:[]}function ml(r,e){if(e)for(let t of e.split(/\s+/))t&&r.classList.add(t);}function Zd(r,e){for(let t of r)t.dataset.sdSelfGated!=="1"&&t.classList.toggle("vela-field-dim",!e);}function pe(r){fl();let e=r.labelSize;if(r.inline){let o=document.createElement("div");o.className="vela-field-span vela-field-inline";for(let s of r.inline){let a=document.createElement("div");if(a.className="vela-field-inline-item",s.toggleFirst&&(a.style.flexDirection="row-reverse"),s.label&&a.appendChild(bo(s.label,{id:s.id,size:e})),s.fit)a.appendChild(s.control);else {let l=document.createElement("div");l.style.width="100px",l.appendChild(s.control),a.appendChild(l);}o.appendChild(a);}return r.info&&o.appendChild(r.info),ml(o,r.className),o}if(r.bool){let o=document.createElement("div");o.className="vela-field-span vela-field-bool";let s=new jn({id:r.toggle?.id??r.id,checked:r.toggle?.checked??false,size:"md",tone:"bright",onChange:a=>r.toggle?.onChange(a)});if(o.append(s.el,bo(r.label,{id:r.toggle?.id??r.id,size:e})),r.info&&o.appendChild(r.info),r.toggle?.get){let a=r.toggle.get;o.addEventListener("vela-sync",()=>{s.setChecked(a());});}return ml(o,r.className),o}if(r.stacked){let o=document.createElement("div");o.className="vela-field-span vela-field-stacked";let s=document.createElement("div");s.className="vela-field-stacked-head",s.appendChild(bo(r.label,{id:r.id,size:e})),r.info&&s.appendChild(r.info),o.appendChild(s);for(let a of Ib(r.control))o.appendChild(a);return ml(o,r.className),o}let t=document.createElement("div");t.className="vela-field-row";let n=Ib(r.control);if(r.toggle){let o=document.createElement("div");o.className="vela-field-toggle-label";let s=new jn({id:r.toggle.id??r.id,checked:r.toggle.checked,size:"md",tone:"bright",onChange:a=>{r.toggle.onChange(a),n.length>0&&Zd(n,a);}});if(o.append(s.el,bo(r.label,{id:r.toggle.id??r.id,size:e})),t.appendChild(o),n.length>0&&Zd(n,r.toggle.checked),r.toggle.get){let a=r.toggle.get;t.addEventListener("vela-sync",()=>{let l=a();s.setChecked(l),n.length>0&&Zd(n,l);});}}else t.appendChild(bo(r.label,{id:r.id,size:e}));let i=document.createElement("div");if(i.className="vela-field-cell",r.controlWidth!=null&&n.length===1&&!r.fit){let o=document.createElement("div");o.style.width=`${r.controlWidth}px`,o.appendChild(n[0]),i.appendChild(o);}else for(let o of n)i.appendChild(o);return r.info&&i.appendChild(r.info),t.appendChild(i),ml(t,r.className),t}function Z(r){if(r.kind==="number"){let t=new qn({id:r.id,value:r.value,min:r.min,max:r.max,step:r.step,integer:r.integer,size:"md",fill:r.fill,compact:r.compact,commit:r.commit,steppers:r.steppers,clamp:r.clamp,placeholder:r.placeholder,emptyValue:r.emptyValue,title:r.title,onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(Number(n))}}if(r.kind==="select"){let t=new uo({id:r.id,options:r.options,value:r.value,size:"md",fill:r.fill,theme:r.theme,list:r.list,onChange:r.onChange});if(r.title&&(t.el.title=r.title),r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}if(r.kind==="switch"){let t=new jn({id:r.id,checked:r.checked,size:"md",tone:"bright",onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setChecked(n());});}return {el:t.el,setValue:n=>t.setChecked(!!n)}}if(r.kind==="color"){let t=Xd(r.theme,r.get,r.onChange,{shape:"circle",id:r.id,popover:r.popover});return r.title&&(t.title=r.title),{el:t}}if(r.kind==="text"){let t=new mo({id:r.id,value:r.value,size:"md",fill:r.fill,onChange:r.onChange});if(r.placeholder&&(t.input.placeholder=r.placeholder),r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}if(r.kind==="textarea"){let t=new Zn({id:r.id,value:r.value,rows:r.rows,autoGrow:r.autoGrow,maxLines:r.maxLines,placeholder:r.placeholder,onChange:r.onChange});if(r.sync){let n=r.sync;t.el.addEventListener("vela-sync",()=>{t.setValue(n());});}return {el:t.el,setValue:n=>t.setValue(String(n))}}let e=jd(r.theme,r.get,r.onChange);return r.title&&(e.title=r.title),{el:e}}var Ab="Properties";function gl(r,e){return e.prop?r.propValues:r.values}var fT=["close","open","high","low","hl2","hlc3","ohlc4","volume"],yl=class{constructor(e){this.host=e;this.dialog=null;this.backdrop=null;this.uiDialog=null;this.openId=null;this.row=null;this.snapshot=null;this.propSnapshot=null;this.dialogTips=[];this.refreshVisibility=null;this.choicePop=null;this.calendarPop=null;this.calendarAnchor=null;this.onDialogKey=e=>{if(e.key==="Escape"){if(e.preventDefault(),Pt()){le();return}this.close();}};}isOpen(){return this.dialog!==null}open(e){if(this.close(),e.inputs.length===0&&e.props.length===0)return;this.row=e,this.openId=e.id,this.snapshot={...e.values},this.propSnapshot={...e.propValues},wl();let t=this.host.theme(),n="var(--vela-border)",i="var(--vela-fg-bright)",o=this.host.dialogHost()??this.host.container,s=new Wt({host:o,title:e.title,modal:false,contained:true,align:"center",draggable:!this.host.mobile(),flush:true,className:"vela-dialog--form vela-ind-dialog",closeOnEscape:false,footer:g=>{g.append(this.resetAction(),this.dialogButton("Cancel",false,()=>this.revertAndClose()),this.dialogButton("Ok",true,()=>this.close()));},onOpenChange:g=>{!g&&this.uiDialog===s&&this.close();}});fe(s.panel,t),s.panel.style.colorScheme=this.isDarkTheme()?"dark":"light",this.dialogTips.push(vt(s.panel.querySelector(".vela-dialog-close"),{host:this.host.container,theme:()=>this.host.theme(),text:()=>"Close"}));let a=bT(e.inputs);if(e.props.length>0){let g=e.props.map(y=>{let v={...y,prop:true};return delete v.tab,v}),b=a.find(y=>y.name===Ab);b?b.inputs.push(...g):a.push({name:Ab,inputs:g});}let l=document.createElement("div");l.style.cssText=`display:flex;gap:12px;padding:0 20px;border-bottom:1px solid ${n};flex:0 0 auto;`;let c=[],d=[],u=[],h=0,p=g=>{h=g;for(let b=0;b<c.length;b+=1){let y=b===g,v=c[b];v.style.borderBottomColor=y?i:"transparent",v.style.color=y?"inherit":"var(--vela-fg-muted)",v.classList.toggle("vela-ind-tab-active",y),d[b].style.display=y?"grid":"none";}};for(let[g,b]of a.entries()){let y=document.createElement("div");y.textContent=b.name,y.className="vela-ind-tab",y.style.cssText=`padding:0 0 8px;margin-bottom:-1px;border-bottom:2px solid transparent;${a.length>1?"cursor:pointer;":""}`,y.addEventListener("click",()=>p(g)),l.appendChild(y),c.push(y),d.push(this.buildTabBody(b.inputs,e,u)),b.inputs.every(v=>v.when)&&u.push({el:y,visible:v=>b.inputs.some(w=>co(w.when,v))});}s.body.appendChild(l);for(let g of d)s.body.appendChild(g);p(0);let m=()=>{let g=vT(e);for(let b of u)b.el.style.display=b.visible(g)?"":"none";if(c[h]?.style.display==="none"){let b=c.findIndex(y=>y.style.display!=="none");b>=0&&p(b);}};this.refreshVisibility=m,m();let f=g=>{if(!(g.target!==s.backdrop&&g.target!==s.positioner)){if(Pt()||Xn(g)){le();return}this.close(),this.host.onBackdropClose();}};s.backdrop.addEventListener("pointerdown",f),s.positioner.addEventListener("pointerdown",f),this.uiDialog=s,this.dialog=s.panel,this.backdrop=s.backdrop,s.show(),document.addEventListener("keydown",this.onDialogKey);}buildTabBody(e,t,n){let i=document.createElement("div");i.style.cssText=gT(this.host.mobile());for(let o of yT(e)){let s=document.createElement("div");s.style.cssText="display:contents;";let a=null;o.name&&(a=Gt(o.name,{variant:"inputs",first:i.childElementCount===0}),s.appendChild(a));for(let l of o.rows){let c=this.buildInputRow(s,l,t);l.some(d=>d.when)&&n.push({el:c,visible:d=>Db(l,d)});}if(a&&o.rows.every(l=>l.every(c=>c.when))){let l=o.rows;n.push({el:a,visible:c=>l.some(d=>Db(d,c))});}i.appendChild(s);}return i}close(){document.removeEventListener("keydown",this.onDialogKey),le(),this.refreshVisibility=null,this.choicePop=null,this.calendarPop=null,this.calendarAnchor=null;for(let t of this.dialogTips.splice(0))t();let e=this.uiDialog;this.uiDialog=null,this.backdrop=null,this.dialog=null,this.openId=null,this.row=null,this.snapshot=null,this.propSnapshot=null,e?.destroy();}revertAndClose(){let e=this.row,t=this.snapshot;if(e&&t)for(let i of e.inputs){let o=t[i.key],s=o!==void 0?o:i.defval;e.values[i.key]!==s&&(e.values[i.key]=s,this.host.onChange?.({indicatorId:e.id,key:i.key,value:s}));}let n=this.propSnapshot;if(e&&n)for(let i of e.props){let o=n[i.key],s=o!==void 0?o:i.defval;e.propValues[i.key]!==s&&(e.propValues[i.key]=s,this.host.onChange?.({indicatorId:e.id,key:i.key,value:s,kind:"prop"}));}this.close();}resetAction(){let e=this.dialogButton("Reset defaults",false,()=>this.resetToDefaults());return e.style.marginRight="auto",e}resetToDefaults(){let e=this.row;if(!e)return;let t=this.snapshot,n=this.propSnapshot;for(let i of e.inputs)e.values[i.key]!==i.defval&&(e.values[i.key]=i.defval,this.host.onChange?.({indicatorId:e.id,key:i.key,value:i.defval}));for(let i of e.props)e.propValues[i.key]!==i.defval&&(e.propValues[i.key]=i.defval,this.host.onChange?.({indicatorId:e.id,key:i.key,value:i.defval,kind:"prop"}));this.open(e),t&&(this.snapshot=t),n&&(this.propSnapshot=n);}commit(e,t,n){gl(e,t)[t.key]=n,this.host.onChange?.({indicatorId:e.id,key:t.key,value:n,...t.prop?{kind:"prop"}:{}}),this.refreshVisibility?.();}buildInputRow(e,t,n){let i=d=>`vela-inp-${n.id}-${d.key}`,o=d=>(e.appendChild(d),d);if(t.length>1)return o(pe({label:"",inline:t.map(d=>({label:bl(d)||void 0,id:i(d),control:this.buildControl(n,d,i(d)),toggleFirst:d.type==="bool",fit:d.type==="color"||d.type==="bool"})),info:[...t].reverse().find(d=>d.tooltip)?.tooltip?this.infoButton([...t].reverse().find(d=>d.tooltip).tooltip):void 0}));let s=t[0],a=i(s),l=s.tooltip?this.infoButton(s.tooltip):void 0;if(s.type==="bool"){let d=!!(gl(n,s)[s.key]??s.defval);return o(pe({label:bl(s),id:a,bool:true,info:l,toggle:{id:a,checked:d,onChange:u=>this.commit(n,s,u)}}))}if(s.type==="text_area")return o(pe({label:bl(s),id:a,stacked:true,info:l,control:this.buildControl(n,s,a)}));let c=s.type==="color"||s.type==="session"||s.type==="time";return o(pe({label:bl(s),id:a,fit:c,controlWidth:c?void 0:100,info:l,control:this.buildControl(n,s,a)}))}buildControl(e,t,n){let i=gl(e,t)[t.key]??t.defval,o=s=>this.commit(e,t,s);return t.type==="bool"?Z({kind:"switch",id:n,checked:!!i,onChange:s=>o(s)}).el:t.options&&t.options.length>0?this.select(n,t.options.map(String),String(i),o):t.type==="source"?this.select(n,fT,String(i),o):t.type==="color"?Z({kind:"color",id:n,theme:this.host.theme(),get:()=>String(gl(e,t)[t.key]??t.defval),onChange:s=>o(s)}).el:t.type==="symbol"?this.buildSymbol(n,String(i),o):t.type==="timeframe"?this.selectPairs(n,ST,String(i),o):t.type==="session"?this.buildSession(n,String(i),o):t.type==="time"?this.buildTime(n,Number(i)||0,o):t.type==="text_area"?Z({kind:"textarea",id:n,value:String(i),onChange:s=>o(s)}).el:t.type==="int"||t.type==="float"||t.type==="price"?Z({kind:"number",id:n,value:Number(i),min:t.min,max:t.max,step:t.step??(t.type==="int"?1:.1),integer:t.type==="int",commit:"blur",onChange:s=>o(s)}).el:this.buildTextField(n,String(i),o)}buildTextField(e,t,n){return Z({kind:"text",id:e,value:t,onChange:n}).el}infoButton(e){let t=document.createElement("span");return t.textContent="i",this.dialogTips.push(vt(t,{host:this.host.container,theme:()=>this.host.theme(),text:()=>e,wrap:true,delayMs:250})),t.className="vela-ind-hint",t.style.cssText="flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-weight:600;font-size:11px;font-family:inherit;line-height:1;cursor:help;user-select:none;",t}select(e,t,n,i){return this.selectPairs(e,t.map(o=>({value:o,label:o})),n,i)}selectPairs(e,t,n,i){return Z({kind:"select",id:e,options:t,value:n,theme:this.host.theme(),list:this.listPopover(),onChange:i}).el}buildSession(e,t,n){let[i,o]=MT(t),s=document.createElement("div");s.style.cssText="display:flex;align-items:center;gap:6px;";let a=i,l=o,c=()=>n(kT(a,l));return s.append(this.timeCombobox(e,a,86,d=>{a=d,c();}),this.timeCombobox(`${e}-end`,l,86,d=>{l=d,c();})),s}buildTime(e,t,n){let i=IT(t),o=document.createElement("div");o.style.cssText="display:flex;align-items:center;gap:6px;";let s=i.date,a=i.time,l=()=>{if(!s)return;let u=Date.parse(`${s}T${a}:00`);Number.isFinite(u)&&n(u);},c=this.dateField(e,s,u=>{s=u,l();}),d=this.timeCombobox(`${e}-time`,a,86,u=>{a=u,l();});return o.append(c,d),o}timeCombobox(e,t,n,i){let o=document.createElement("div");o.className="vela-ind-combo",o.style.cssText=`position:relative;width:${n}px;`;let s=document.createElement("input");s.type="text",s.id=e,s.value=t,s.autocomplete="off",s.spellcheck=false,s.style.cssText=`${this.ctrlStyle()}padding-right:26px;`;let a=document.createElement("button");a.type="button",a.tabIndex=-1,a.className="vela-ind-combo-chevron",a.setAttribute("aria-label","Open time list"),a.innerHTML=xT;let l=t,c=()=>{let p=LT(s.value);if(!p){s.value=l;return}s.value=p,p!==l&&(l=p,i(p));};s.addEventListener("blur",()=>{Pt()||c();});let d=p=>{l=p,s.value=p,i(p);},u=()=>{this.choicePop=tl(o,CT,l,d,{...this.listPopover(),onClose:()=>{this.choicePop=null;}});};s.addEventListener("keydown",p=>{p.key==="Enter"&&(p.preventDefault(),c(),s.blur()),p.key==="ArrowDown"&&(p.preventDefault(),u());});let h=p=>{p.preventDefault(),p.stopPropagation(),u();};return s.addEventListener("click",h),a.addEventListener("mousedown",p=>p.preventDefault()),a.addEventListener("click",h),o.append(s,a),o}dateField(e,t,n){let i=document.createElement("div");i.className="vela-ind-combo",i.style.cssText="position:relative;width:128px;";let o=document.createElement("input");o.type="text",o.id=e,o.value=t,o.autocomplete="off",o.spellcheck=false,o.style.cssText=`${this.ctrlStyle()}padding-right:26px;`;let s=document.createElement("button");s.type="button",s.tabIndex=-1,s.className="vela-ind-combo-chevron",s.setAttribute("aria-label","Open calendar"),s.innerHTML=wT;let a=t,l=()=>{let u=Vb(o.value);if(!u){o.value=a;return}o.value=u,u!==a&&(a=u,n(u));};o.addEventListener("blur",()=>{Pt()||l();});let c=u=>{a=u,o.value=u,n(u);};o.addEventListener("keydown",u=>{u.key==="Enter"&&(u.preventDefault(),l(),o.blur()),u.key==="ArrowDown"&&(u.preventDefault(),this.openCalendar(i,a,c));});let d=u=>{if(u.preventDefault(),u.stopPropagation(),$t()===i){le();return}this.openCalendar(i,a,c);};return o.addEventListener("click",d),s.addEventListener("mousedown",u=>u.preventDefault()),s.addEventListener("click",d),i.append(o,s),i}listPopover(){return {theme:this.host.theme(),matchWidth:true,boundary:this.dialog??"viewport",boundaryInset:8,gap:4}}openCalendar(e,t,n){let i=PT(t),o=i?.getFullYear()??new Date().getFullYear(),s=i?.getMonth()??new Date().getMonth(),a=i?Qd(i):t,l=new Ae({trigger:e,theme:this.host.theme(),className:"vela-ind-cal",boundary:this.dialog??"viewport",boundaryInset:8,gap:4,onClose:()=>{this.calendarPop=null,this.calendarAnchor=null;},content:c=>{let d=document.createElement("div");d.className="vela-ind-cal-title";let u=document.createElement("button");u.type="button",u.className="vela-ind-cal-nav",u.setAttribute("aria-label","Previous month"),u.innerHTML=ce("chevron-left",14);let h=document.createElement("button");h.type="button",h.className="vela-ind-cal-nav",h.setAttribute("aria-label","Next month"),h.innerHTML=ce("chevron-right",14);let p=document.createElement("div");p.className="vela-ind-cal-head",p.append(u,d,h);let m=document.createElement("div");m.className="vela-ind-cal-week";for(let b of ET){let y=document.createElement("span");y.textContent=b,m.appendChild(y);}let f=document.createElement("div");f.className="vela-ind-cal-grid";let g=()=>{d.textContent=`${TT[s]} ${o}`,f.replaceChildren();let y=new Date(o,s,1).getDay(),v=new Date(o,s+1,0).getDate(),w=Qd(new Date);for(let E=0;E<y;E++){let x=document.createElement("span");x.className="vela-ind-cal-blank",f.appendChild(x);}for(let E=1;E<=v;E++){let x=`${o}-${String(s+1).padStart(2,"0")}-${String(E).padStart(2,"0")}`,S=document.createElement("button");S.type="button",S.className="vela-ind-cal-day",S.textContent=String(E),x===a&&(S.dataset.checked="1"),x===w&&(S.dataset.today="1"),S.addEventListener("click",P=>{P.stopPropagation(),l.hide(),n(x);}),f.appendChild(S);}};u.addEventListener("click",b=>{b.stopPropagation(),s-=1,s<0&&(s=11,o-=1),g();}),h.addEventListener("click",b=>{b.stopPropagation(),s+=1,s>11&&(s=0,o+=1),g();}),g(),c.append(p,m,f);}});this.calendarPop=l,this.calendarAnchor=e,l.show();}buildSymbol(e,t,n){let i=this.host.symbolPicker();if(!i)return this.buildTextField(e,t,n);let o=t,s=document.createElement("button");s.type="button",s.id=e,s.style.cssText=`${this.ctrlStyle()}display:flex;align-items:center;cursor:pointer;text-align:left;`;let a=document.createElement("span");return a.textContent=o||"Select symbol\u2026",a.style.cssText="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;",s.append(a),s.addEventListener("click",()=>i(o,l=>{l&&(o=l,a.textContent=l,n(l));})),s}ctrlStyle(){return "width:100%;box-sizing:border-box;height:34px;background:transparent;border:1px solid var(--vela-border-strong);color:var(--vela-fg-bright);border-radius:6px;padding:0 8px;font-size:14px;font-family:inherit;outline:none;"}isDarkTheme(){return He(this.host.theme().background)}dialogButton(e,t,n){let i=document.createElement("button");return i.type="button",i.textContent=e,i.className=t?"vela-dialog-btn vela-dialog-btn-primary":"vela-dialog-btn",i.addEventListener("click",n),i}};function bl(r){let e=r.title;return e.length>0?e.charAt(0).toUpperCase()+e.slice(1):""}var Rb=16;function gT(r){return `padding:16px 20px;overflow-y:auto;overflow-x:hidden;overflow-anchor:none;flex:1 1 auto;display:grid;grid-template-columns:${go("inputs",r)};align-items:center;align-content:start;column-gap:${Rb}px;row-gap:${Rb}px;`}var vl="Inputs";function bT(r){let e=new Map;for(let n of r){let i=n.tab&&n.tab.length>0?n.tab:vl;e.has(i)||e.set(i,[]),e.get(i).push(n);}let t=[...e.keys()];return t.includes(vl)&&(t.splice(t.indexOf(vl),1),t.unshift(vl)),t.map(n=>({name:n,inputs:e.get(n)}))}function Db(r,e){return r.some(t=>co(t.when,e))}function vT(r){let e={};for(let t of r.inputs)e[t.key]=r.values[t.key]??t.defval;return e}function yT(r){let e=[],t=new Map;for(let n of r){let i=n.group&&n.group.length>0?n.group:null;t.has(i)||(t.set(i,[]),e.push(i)),t.get(i).push(n);}return e.map(n=>{let i=t.get(n),o=[],s=new Map;for(let a of i){let l=a.inline&&a.inline.length>0?a.inline:null;l&&s.has(l)?o[s.get(l)].push(a):(l&&s.set(l,o.length),o.push([a]));}return {name:n,rows:o}})}var wT=ce("calendar",14),xT=ce("clock",14),Ob="vela-ind-dialog-styles",Fb="29",Nb=16;function wl(){if(typeof document>"u")return;let r=document.getElementById(Ob);if(r?.dataset.rev===Fb)return;let e=r??document.createElement("style");e.id=Ob,e.dataset.rev=Fb,e.textContent=`
727
727
  .vela-ind-combo input{${Dm}}
728
728
  .vela-ind-combo input:hover{border-color:var(--vela-fg-muted);}
729
729
  .vela-ind-combo input:focus{${Om}}
@@ -752,16 +752,16 @@ ${Hn(".vela-dialog.vela-ind-dialog *",9)}
752
752
  .vela-ind-ctl:hover{background-color:var(--vela-hover-strong);}
753
753
  .vela-ind-close:hover{color:var(--vela-danger) !important;background-color:var(--vela-hover-strong);}
754
754
  .vela-ind-fold{transition:border-color var(--vela-dur-fast) ease,opacity var(--vela-dur-fast) ease;}
755
- .vela-ind-fold:hover{border-color:var(--vela-border-strong);opacity:0.9;}`,r||document.head.appendChild(e);}var CT=[{value:"",label:"Chart"},{value:"1",label:"1 minute"},{value:"3",label:"3 minutes"},{value:"5",label:"5 minutes"},{value:"15",label:"15 minutes"},{value:"30",label:"30 minutes"},{value:"45",label:"45 minutes"},{value:"60",label:"1 hour"},{value:"120",label:"2 hours"},{value:"180",label:"3 hours"},{value:"240",label:"4 hours"},{value:"D",label:"1 day"},{value:"W",label:"1 week"},{value:"M",label:"1 month"}],TT=Array.from({length:48},(r,e)=>{let t=String(Math.floor(e/2)).padStart(2,"0"),n=e%2===0?"00":"30",i=`${t}:${n}`;return {value:i,label:i}}),ET=["January","February","March","April","May","June","July","August","September","October","November","December"],PT=["Su","Mo","Tu","We","Th","Fr","Sa"];function Vb(r){let e=r.trim(),t=/^(\d{4})-(\d{1,2})-(\d{1,2})$/.exec(e);if(!t)return null;let n=Number(t[1]),i=Number(t[2]),o=Number(t[3]),s=new Date(n,i-1,o);return s.getFullYear()!==n||s.getMonth()!==i-1||s.getDate()!==o?null:Qd(s)}function LT(r){let e=Vb(r);if(!e)return null;let[t,n,i]=e.split("-").map(Number);return new Date(t,n-1,i)}function Qd(r){return `${r.getFullYear()}-${String(r.getMonth()+1).padStart(2,"0")}-${String(r.getDate()).padStart(2,"0")}`}function MT(r){let e=r.trim(),t=/^(\d{1,2}):(\d{2})$/.exec(e)??/^(\d{2})(\d{2})$/.exec(e);if(!t)return null;let n=Number(t[1]),i=Number(t[2]);return n>23||i>59?null:`${String(n).padStart(2,"0")}:${String(i).padStart(2,"0")}`}function kT(r){let e=/^(\d{2})(\d{2})-(\d{2})(\d{2})$/.exec(r.trim());return e?[`${e[1]}:${e[2]}`,`${e[3]}:${e[4]}`]:["09:00","16:00"]}function IT(r,e){return `${r.replace(":","")}-${e.replace(":","")}`}function AT(r){if(!r)return {date:"",time:"09:30"};let e=r<1e12?r*1e3:r,t=new Date(e);if(Number.isNaN(t.getTime()))return {date:"",time:"09:30"};let n=`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}-${String(t.getDate()).padStart(2,"0")}`,i=Math.round((t.getHours()*60+t.getMinutes())/30)*30,o=String(Math.floor(i/60)%24).padStart(2,"0"),s=String(i%60).padStart(2,"0");return {date:n,time:`${o}:${s}`}}var RT="data-vela-pane-at-top",DT="@keyframes vela-ind-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}",Ut=16,tu=18,$b=2,_b=6,OT=6,eu=8,Bb=6,yo=`cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border:none;line-height:0;padding:0;width:${tu}px;height:${tu}px;border-radius:3px;box-sizing:border-box;flex:none;`,FT=tu+$b*2,Hb=ce("eye",Ut),NT=ce("eye-off",Ut),VT=ce("gear",Ut),_T=ce("close",Ut),BT=ce("chevron-up",Ut),HT=ce("chevron-down",Ut),zT=ce("objects",Ut);function zb(r,e){return !r&&e?"inline-flex":"none"}var xl=class{constructor(e,t,n){this.container=e;this.theme=t;this.paneBoundsOf=n;this.legends=new Map;this.rows=new Map;this.selectedId=null;this.onChange=null;this.onRemove=null;this.onToggleVisible=null;this.symbolPicker=null;this.mobileLayout=false;this.moveApi=null;this.legendActions=null;this.legendCallouts=null;this.rowTips=new Map;this.extrasTips=new Map;this.calloutTips=new Map;this.moveMenu=null;this.moveTargets=[];this.moveMenuId=null;this.paneCollapse=new Map;this.legendFolded=false;this.titlesVisible=true;this.valuesVisible=true;this.rowMenu=null;this.rowMenuId=null;this.foldToggle=null;this.overviewAction=null;this.onDocClick=e=>{if(!this.selectedId)return;let t=e.target;if(t){for(let n of this.rows.values())if(n.el.contains(t))return}this.clearSelection();};this.dialogHost=null;e.style.position||(e.style.position="relative"),typeof document<"u"&&document.addEventListener("click",this.onDocClick),wl(),this.inputsDialog=new yl({container:e,theme:()=>this.theme,mobile:()=>this.mobileLayout,dialogHost:()=>this.dialogHost,symbolPicker:()=>this.symbolPicker,onChange:i=>this.onChange?.(i),onBackdropClose:()=>this.clearSelection()});}setDialogHost(e){this.dialogHost=e,e&&getComputedStyle(e).position==="static"&&(e.style.position="relative");}setLayoutMode(e){let t=e==="mobile";if(t!==this.mobileLayout&&(this.mobileLayout=t,this.overviewAction===null&&(this.legendFolded=t),this.syncFoldToggle(),this.inputsDialog.openId!==null)){let n=this.inputsDialog.openId;this.closeOpenDialog(),this.openDialog(n);}}setLegendOverviewAction(e){e!==this.overviewAction&&(this.overviewAction=e,this.legendFolded=e!==null?true:this.mobileLayout,this.syncFoldToggle());}openSettingsFor(e){this.rows.has(e)&&this.openDialog(e);}tip(e,t,n,i,o=false){let s=e.get(t)??[];s.push(vt(n,{host:this.container,theme:()=>this.theme,text:typeof i=="function"?i:()=>i,wrap:o})),e.set(t,s);}disposeTips(e,t){for(let n of e.get(t)??[])n();e.delete(t);}setOnChange(e){this.onChange=e;}setOnRemove(e){this.onRemove=e;}setOnToggleVisible(e){this.onToggleVisible=e;}setTheme(e){this.theme=e;for(let t of this.legends.values())fe(t,e);for(let t of this.rows.values())t.el.style.background=t.highlighted?e.background:this.idleRowFill(),t.el.style.color=e.textColor;this.foldToggle&&this.syncFoldToggle();}setSymbolPicker(e){this.symbolPicker=e;}setMoveApi(e){this.moveApi=e;}setLegendActions(e){this.legendActions=e;for(let t of this.rows.values())this.renderExtras(t.id,t.extrasEl);}renderExtras(e,t){this.disposeTips(this.extrasTips,e),t.replaceChildren();for(let n of this.legendActions?.(e)??[]){let i=document.createElement("button");i.type="button",i.setAttribute("aria-label",n.tooltip),this.tip(this.extrasTips,e,i,n.tooltip),i.innerHTML=ce(n.icon,Ut),i.className="vela-ind-ctl",i.dataset.legendAction=n.id,i.style.cssText=yo,i.addEventListener("click",o=>{o.stopPropagation(),n.run();}),t.appendChild(i);}}setLegendCallouts(e){this.legendCallouts=e;for(let t of this.rows.values())this.renderCallouts(t);}renderCallouts(e){this.disposeTips(this.calloutTips,e.id);for(let n of e.callouts)n.destroy();e.callouts=[],e.calloutsEl.replaceChildren();let t=this.legendCallouts?.(e.id)??[];e.calloutsEl.style.display=zb(e.highlighted,t.length>0);for(let n of t){let i=new lo({icon:n.icon,background:n.background,...n.color!==void 0?{color:n.color}:{},label:n.tooltip,...n.content!==void 0?{panel:n.content}:{},host:this.container,theme:()=>this.theme});i.el.dataset.legendCallout=n.id,this.tip(this.calloutTips,e.id,i.el,n.tooltip),e.callouts.push(i),e.calloutsEl.appendChild(i.el);}}reposition(){for(let[e,t]of this.legends)this.positionLegend(t,e);}setTitlesVisible(e){this.titlesVisible!==e&&(this.titlesVisible=e,this.reposition());}setValuesVisible(e){this.valuesVisible=e;for(let t of this.rows.values())t.showValues=null,this.renderRowValues(t);}setPlotValues(e){for(let t of this.rows.values()){let n=e.get(t.id)??[],i=n.map(o=>`${o.value}|${o.color}`).join("\0");i!==t.plotValuesKey&&(t.plotValues=n,t.plotValuesKey=i,this.renderRowValues(t));}}rowValuesShown(e){return e.showValues??this.valuesVisible}renderRowValues(e){if(!this.rowValuesShown(e)||e.plotValues.length===0||e.highlighted){e.valuesEl.style.display="none",e.valuesEl.replaceChildren();return}e.valuesEl.style.display="inline-flex",e.valuesEl.replaceChildren();for(let t of e.plotValues){let n=document.createElement("span");n.textContent=t.value,n.style.color=t.color,e.valuesEl.appendChild(n);}}openMoveMenu(e,t){this.closeMoveMenu();let n=this.moveApi;if(!n)return;let o=this.rows.get(e)?.paneId??"price",s=n.panes(),a=[];for(let u of s)u.id!==o&&a.push({label:`Move to ${u.label}`,target:u.kind==="price"?"price":{pane:u.id}});o!=="price"&&[...this.rows.values()].filter(u=>u.paneId===o).length<=1||(o!=="price"&&a.push({label:"New pane above",target:{newPane:{before:o}}}),a.push({label:"New pane below",target:{newPane:{after:o}}})),this.moveTargets=a.map(u=>u.target),this.moveMenuId=e;let c=a.map((u,h)=>({id:String(h),label:u.label}));this.moveMenu?this.moveMenu.setItems(c):this.moveMenu=new _r({host:this.container,items:c,placement:"bottom-start",onSelect:u=>{let h=this.moveTargets[Number(u)],p=this.moveMenuId;h&&p&&n.move(p,h);}});let d=t.getBoundingClientRect();this.moveMenu.openAt(d.left,d.bottom+4);}closeMoveMenu(){this.moveMenu?.close();}openRowMenu(e,t,n){this.closeRowMenu(),this.closeMoveMenu();let i=this.rows.get(e);if(!i)return;this.rowMenuId=e;let o=[{id:"values",label:"Indicator values",checked:this.rowValuesShown(i)}];this.rowMenu?this.rowMenu.setItems(o):this.rowMenu=new _r({host:this.container,items:o,placement:"bottom-start",checkmarks:true,onSelect:s=>{if(s!=="values"||!this.rowMenuId)return;let a=this.rows.get(this.rowMenuId);a&&(a.showValues=!this.rowValuesShown(a),this.renderRowValues(a));}}),this.rowMenu.openAt(t,n);}closeRowMenu(){this.rowMenu?.close();}setPane(e,t){let n=this.rows.get(e);if(!n||n.paneId===t)return;let i=n.paneId;if(n.paneId=t,this.attach(this.legendFor(t),n.el,n.native),this.syncFoldToggle(),i!=="price"){let o=this.legends.get(i);o&&o.childElementCount===0&&(o.remove(),this.legends.delete(i));}}legendFor(e){let t=this.legends.get(e);return t||(t=document.createElement("div"),t.dataset.velaPane=e,t.style.cssText="position:absolute;left:10px;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:0;pointer-events:none;font:12px -apple-system,Segoe UI,sans-serif;",fe(t,this.theme),this.positionLegend(t,e),this.container.appendChild(t),this.legends.set(e,t)),t}positionLegend(e,t){let n=this.paneBoundsOf?this.paneBoundsOf(t):{top:0,height:1/0};e.toggleAttribute(RT,n.top===0),e.style.display=n.height<4||!this.titlesVisible?"none":"flex";let i=this.paneCollapse.has(t),o=this.paneCollapse.get(t)??null;for(let a of this.rows.values())a.paneId===t&&(a.el.style.display=(i?a.id!==o:this.legendFolded)?"none":"flex");let s=n.top+8;if(i&&Number.isFinite(n.height)){let a=e.offsetHeight||20;s=n.top+Math.max(1,Math.round((n.height-a)/2));}e.style.top=`${s}px`;}setCollapsedPanes(e){this.paneCollapse=e;}syncFoldToggle(){let e=this.rows.size,t=this.overviewAction!==null||this.mobileLayout?1:2;if(e<t){let a=this.legendFolded;e>0&&(this.legendFolded=false),this.foldToggle&&(this.foldToggle.remove(),this.foldToggle=null,this.disposeTips(this.rowTips,"fold")),a&&e>0&&this.reposition();return}let n=this.foldToggle;n||(n=document.createElement("button"),n.type="button",n.className="vela-ind-fold",this.tip(this.rowTips,"fold",n,()=>this.overviewAction!==null?"Indicators":this.legendFolded?"Show indicator legend":"Hide indicator legend"),n.addEventListener("click",()=>{if(this.overviewAction!==null){this.overviewAction();return}this.legendFolded=!this.legendFolded,this.syncFoldToggle();}),this.foldToggle=n);let i=this.legendFolded;n.setAttribute("aria-label",this.overviewAction!==null?"Indicators":i?"Show indicator legend":"Hide indicator legend");let o=this.theme.textColor;n.style.cssText=`pointer-events:auto;display:inline-flex;align-items:center;gap:4px;background:${this.theme.background};color:${o};border:1px solid ${this.theme.borderColor};border-radius:4px;padding:2px 6px;margin-top:6px;cursor:pointer;font:inherit;line-height:0;`,n.replaceChildren();let s=document.createElement("span");if(s.style.cssText="display:inline-flex;align-items:center;line-height:0;opacity:0.7;",s.innerHTML=this.overviewAction!==null?zT:i?HT:BT,n.appendChild(s),i){let a=document.createElement("span");a.textContent=String(e),a.style.cssText=`font-weight:600;line-height:normal;font-size:12px;color:${o};`,n.appendChild(a);}this.legendFor("price").appendChild(n),this.reposition();}upsert(e,t,n,i,o="price",s={}){let a=this.rows.get(e);if(a){a.title=t,a.inputs=n,a.values={...i},a.props=s.props??[],a.propValues={...s.propValues??{}},a.titleEl.textContent=t,a.paneId!==o&&(a.paneId=o,this.attach(this.legendFor(o),a.el,a.native),this.syncFoldToggle());return}wl();let l=document.createElement("div");l.style.cssText=`pointer-events:auto;display:flex;align-items:center;background:${this.idleRowFill()};border-radius:4px;padding:${$b}px ${_b}px;margin-left:-${_b}px;min-height:${FT}px;box-sizing:border-box;color:${this.theme.textColor};user-select:none;-webkit-user-select:none;`,l.addEventListener("mouseleave",()=>{this.selectedId!==e&&this.setRowHighlighted(e,false);}),l.addEventListener("click",v=>{v.button!==0||v.target.closest("button")||this.selectRow(e);}),l.addEventListener("dblclick",v=>{v.target.closest("button")||this.openDialog(e);}),l.addEventListener("mousedown",v=>{v.button===1&&v.preventDefault();}),l.addEventListener("auxclick",v=>{v.button===1&&(v.preventDefault(),this.onRemove?.(e));}),l.addEventListener("contextmenu",v=>{v.preventDefault(),v.stopPropagation(),this.openRowMenu(e,v.clientX,v.clientY);});let c=document.createElement("span");c.style.cssText="display:none;box-sizing:border-box;flex:none;";let d=document.createElement("span");d.style.cssText="white-space:nowrap;",d.addEventListener("mouseenter",()=>this.setRowHighlighted(e,true));let u=document.createElement("span");if(u.textContent=t,u.style.cssText="font-weight:600;",d.appendChild(u),s.beta){let v=document.createElement("sup");v.textContent="beta",v.style.cssText="font-size:8px;font-weight:700;opacity:0.7;margin-left:1px;letter-spacing:0.2px;",d.appendChild(v);}l.appendChild(d);let h=document.createElement("span");h.style.cssText=`display:none;align-items:center;gap:4px;flex:none;margin-left:${eu}px;`,l.appendChild(h),l.appendChild(c);let p=document.createElement("span");p.style.cssText=`display:none;align-items:center;gap:5px;margin-left:${OT}px;white-space:nowrap;font-variant-numeric:tabular-nums;`,l.appendChild(p);let m=document.createElement("span");m.style.cssText=`display:none;align-items:center;gap:${Bb}px;flex:none;margin-left:${Bb}px;`;let f=null;if(this.onToggleVisible){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Hide"),this.tip(this.rowTips,e,v,()=>this.rows.get(e)?.hidden?"Show":"Hide"),v.innerHTML=Hb,v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",()=>{let w=this.rows.get(e);this.onToggleVisible?.(e,!!w?.hidden);}),m.appendChild(v),f=v;}if(n.length>0||(s.props??[]).length>0){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Settings"),this.tip(this.rowTips,e,v,"Settings"),v.innerHTML=VT,v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",()=>this.openDialog(e)),m.appendChild(v);}if(this.moveApi){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Move to pane"),this.tip(this.rowTips,e,v,"Move to pane"),v.innerHTML=ce("move",Ut),v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",w=>{w.stopPropagation(),this.openMoveMenu(e,v);}),m.appendChild(v);}let g=document.createElement("span");g.style.cssText="display:contents;",this.renderExtras(e,g),m.appendChild(g);let b=document.createElement("button");b.type="button",b.setAttribute("aria-label","Remove indicator"),this.tip(this.rowTips,e,b,"Remove indicator"),b.innerHTML=_T,b.className="vela-ind-close",b.style.cssText=yo,b.addEventListener("click",()=>this.onRemove?.(e)),m.appendChild(b),l.appendChild(m),this.attach(this.legendFor(o),l,!!s.native);let y={id:e,title:t,inputs:n,values:{...i},props:s.props??[],propValues:{...s.propValues??{}},el:l,titleEl:u,statusEl:c,valuesEl:p,plotValues:[],plotValuesKey:"",showValues:null,highlighted:false,paneId:o,hidden:false,eyeEl:f,controlsEl:m,extrasEl:g,calloutsEl:h,callouts:[],native:!!s.native};this.rows.set(e,y),this.renderCallouts(y),this.syncFoldToggle();}attach(e,t,n){n?e.prepend(t):e.appendChild(t);}setValues(e,t,n){let i=this.rows.get(e);i&&(i.values={...i.values,...t},n&&(i.propValues={...i.propValues,...n}));}setStatus(e,t){let n=this.rows.get(e);if(!n)return;let i=n.statusEl;if(i.replaceChildren(),t==="idle"){i.style.cssText="display:none;box-sizing:border-box;flex:none;";return}if(t==="loading"){i.style.cssText=`display:inline-flex;align-items:center;gap:3px;box-sizing:border-box;flex:none;margin-left:${eu}px;line-height:0;transform:translateY(1px);`;for(let o=0;o<3;o+=1){let s=document.createElement("span");s.style.cssText="width:4px;height:4px;border-radius:50%;background:currentColor;opacity:0.15;flex:none;",s.animate?.([{opacity:.12},{opacity:.55}],{duration:800,iterations:1/0,direction:"alternate",easing:"ease-in-out",delay:-o*260}),i.appendChild(s);}return}this.ensureStatusKeyframes(),i.style.cssText=`display:inline-block;box-sizing:border-box;flex:none;width:8px;height:8px;border-radius:50%;margin-left:${eu}px;transform:translateY(1px);background:${this.theme.upColor};animation:vela-ind-pulse 1.2s ease-in-out infinite;`;}ensureStatusKeyframes(){if(typeof document>"u"||document.getElementById("vela-ind-status-kf"))return;let e=document.createElement("style");e.id="vela-ind-status-kf",e.textContent=DT,document.head.appendChild(e);}setVisible(e,t){let n=this.rows.get(e);n&&(n.hidden=!t,n.el.style.opacity=t?"1":"0.5",n.eyeEl&&(n.eyeEl.innerHTML=t?Hb:NT,n.eyeEl.setAttribute("aria-label",t?"Hide":"Show")),this.syncRowActions(n));}selectRow(e){this.selectedId!==e&&(this.clearSelection(),this.selectedId=e,this.setRowHighlighted(e,true));}setRowHighlighted(e,t){let n=this.rows.get(e);n&&(n.highlighted=t,this.renderRowValues(n),n.el.style.boxShadow=t?`inset 0 0 0 1px ${this.neutralBorder()}`:"none",n.el.style.background=t?this.theme.background:this.idleRowFill(),this.syncRowActions(n));}syncRowActions(e){let t=e.highlighted;if(e.controlsEl.style.display=t||e.hidden?"inline-flex":"none",t){e.el.appendChild(e.statusEl);for(let n of e.callouts)n.hidePanel();}else e.el.insertBefore(e.statusEl,e.valuesEl);e.calloutsEl.style.display=zb(t,e.callouts.length>0);for(let n of Array.from(e.controlsEl.children))if(!(!(n instanceof HTMLElement)||n===e.eyeEl)){if(n===e.extrasEl){n.style.display=t?"contents":"none";continue}n.style.display=t?"inline-flex":"none";}}clearSelection(){this.selectedId&&(this.setRowHighlighted(this.selectedId,false),this.selectedId=null);}remove(e){let t=this.rows.get(e);for(let n of t?.callouts??[])n.destroy();if(t?.el.remove(),this.rows.delete(e),this.disposeTips(this.rowTips,e),this.disposeTips(this.extrasTips,e),this.disposeTips(this.calloutTips,e),this.selectedId===e&&(this.selectedId=null),this.inputsDialog.openId===e&&this.inputsDialog.close(),this.syncFoldToggle(),t&&t.paneId!=="price"){let n=this.legends.get(t.paneId);n&&n.childElementCount===0&&(n.remove(),this.legends.delete(t.paneId));}}destroy(){this.inputsDialog.close(),this.moveMenu?.destroy(),this.moveMenu=null,this.rowMenu?.destroy(),this.rowMenu=null;for(let e of [...this.rowTips.keys()])this.disposeTips(this.rowTips,e);for(let e of [...this.extrasTips.keys()])this.disposeTips(this.extrasTips,e);for(let e of [...this.calloutTips.keys()])this.disposeTips(this.calloutTips,e);for(let e of this.rows.values())for(let t of e.callouts)t.destroy();for(let e of this.legends.values())e.remove();this.legends.clear(),this.rows.clear(),this.foldToggle=null,this.legendFolded=false,this.selectedId=null,typeof document<"u"&&document.removeEventListener("click",this.onDocClick);}isDialogOpen(){return this.inputsDialog.isOpen()}closeOpenDialog(){this.inputsDialog.close();}openDialog(e){let t=this.rows.get(e);t&&this.inputsDialog.open(t);}idleRowFill(){return $(this.theme.background,.6)}neutralBorder(){return "var(--vela-border)"}};var zr={up:W("chevron-up"),down:W("chevron-down"),collapse:W("pane-collapse"),expand:W("pane-expand"),maximize:W("maximize"),restore:W("restore")},Wb="vela-pane-controls",$T=12,Gb="rgba(0,0,0,0.65)";function WT(){if(typeof document>"u"||document.getElementById(Wb))return;let r=document.createElement("style");r.id=Wb,r.textContent=`
756
- .vela-pc-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--vela-radius-sm);background:transparent;line-height:0;font-size:${$T}px;color:var(--vela-fg-muted);}
755
+ .vela-ind-fold:hover{border-color:var(--vela-border-strong);opacity:0.9;}`,r||document.head.appendChild(e);}var ST=[{value:"",label:"Chart"},{value:"1",label:"1 minute"},{value:"3",label:"3 minutes"},{value:"5",label:"5 minutes"},{value:"15",label:"15 minutes"},{value:"30",label:"30 minutes"},{value:"45",label:"45 minutes"},{value:"60",label:"1 hour"},{value:"120",label:"2 hours"},{value:"180",label:"3 hours"},{value:"240",label:"4 hours"},{value:"D",label:"1 day"},{value:"W",label:"1 week"},{value:"M",label:"1 month"}],CT=Array.from({length:48},(r,e)=>{let t=String(Math.floor(e/2)).padStart(2,"0"),n=e%2===0?"00":"30",i=`${t}:${n}`;return {value:i,label:i}}),TT=["January","February","March","April","May","June","July","August","September","October","November","December"],ET=["Su","Mo","Tu","We","Th","Fr","Sa"];function Vb(r){let e=r.trim(),t=/^(\d{4})-(\d{1,2})-(\d{1,2})$/.exec(e);if(!t)return null;let n=Number(t[1]),i=Number(t[2]),o=Number(t[3]),s=new Date(n,i-1,o);return s.getFullYear()!==n||s.getMonth()!==i-1||s.getDate()!==o?null:Qd(s)}function PT(r){let e=Vb(r);if(!e)return null;let[t,n,i]=e.split("-").map(Number);return new Date(t,n-1,i)}function Qd(r){return `${r.getFullYear()}-${String(r.getMonth()+1).padStart(2,"0")}-${String(r.getDate()).padStart(2,"0")}`}function LT(r){let e=r.trim(),t=/^(\d{1,2}):(\d{2})$/.exec(e)??/^(\d{2})(\d{2})$/.exec(e);if(!t)return null;let n=Number(t[1]),i=Number(t[2]);return n>23||i>59?null:`${String(n).padStart(2,"0")}:${String(i).padStart(2,"0")}`}function MT(r){let e=/^(\d{2})(\d{2})-(\d{2})(\d{2})$/.exec(r.trim());return e?[`${e[1]}:${e[2]}`,`${e[3]}:${e[4]}`]:["09:00","16:00"]}function kT(r,e){return `${r.replace(":","")}-${e.replace(":","")}`}function IT(r){if(!r)return {date:"",time:"09:30"};let e=r<1e12?r*1e3:r,t=new Date(e);if(Number.isNaN(t.getTime()))return {date:"",time:"09:30"};let n=`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}-${String(t.getDate()).padStart(2,"0")}`,i=Math.round((t.getHours()*60+t.getMinutes())/30)*30,o=String(Math.floor(i/60)%24).padStart(2,"0"),s=String(i%60).padStart(2,"0");return {date:n,time:`${o}:${s}`}}var AT="data-vela-pane-at-top",RT="@keyframes vela-ind-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}",Ut=16,tu=18,$b=2,_b=6,DT=6,eu=8,Bb=6,yo=`cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border:none;line-height:0;padding:0;width:${tu}px;height:${tu}px;border-radius:3px;box-sizing:border-box;flex:none;`,OT=tu+$b*2,Hb=ce("eye",Ut),FT=ce("eye-off",Ut),NT=ce("gear",Ut),VT=ce("close",Ut),_T=ce("chevron-up",Ut),BT=ce("chevron-down",Ut),HT=ce("objects",Ut);function zb(r,e){return !r&&e?"inline-flex":"none"}var xl=class{constructor(e,t,n){this.container=e;this.theme=t;this.paneBoundsOf=n;this.legends=new Map;this.rows=new Map;this.selectedId=null;this.onChange=null;this.onRemove=null;this.onToggleVisible=null;this.symbolPicker=null;this.mobileLayout=false;this.moveApi=null;this.legendActions=null;this.legendCallouts=null;this.rowTips=new Map;this.extrasTips=new Map;this.calloutTips=new Map;this.moveMenu=null;this.moveTargets=[];this.moveMenuId=null;this.paneCollapse=new Map;this.legendFolded=false;this.titlesVisible=true;this.valuesVisible=true;this.rowMenu=null;this.rowMenuId=null;this.foldToggle=null;this.overviewAction=null;this.onDocClick=e=>{if(!this.selectedId)return;let t=e.target;if(t){for(let n of this.rows.values())if(n.el.contains(t))return}this.clearSelection();};this.dialogHost=null;e.style.position||(e.style.position="relative"),typeof document<"u"&&document.addEventListener("click",this.onDocClick),wl(),this.inputsDialog=new yl({container:e,theme:()=>this.theme,mobile:()=>this.mobileLayout,dialogHost:()=>this.dialogHost,symbolPicker:()=>this.symbolPicker,onChange:i=>this.onChange?.(i),onBackdropClose:()=>this.clearSelection()});}setDialogHost(e){this.dialogHost=e,e&&getComputedStyle(e).position==="static"&&(e.style.position="relative");}setLayoutMode(e){let t=e==="mobile";if(t!==this.mobileLayout&&(this.mobileLayout=t,this.overviewAction===null&&(this.legendFolded=t),this.syncFoldToggle(),this.inputsDialog.openId!==null)){let n=this.inputsDialog.openId;this.closeOpenDialog(),this.openDialog(n);}}setLegendOverviewAction(e){e!==this.overviewAction&&(this.overviewAction=e,this.legendFolded=e!==null?true:this.mobileLayout,this.syncFoldToggle());}openSettingsFor(e){this.rows.has(e)&&this.openDialog(e);}tip(e,t,n,i,o=false){let s=e.get(t)??[];s.push(vt(n,{host:this.container,theme:()=>this.theme,text:typeof i=="function"?i:()=>i,wrap:o})),e.set(t,s);}disposeTips(e,t){for(let n of e.get(t)??[])n();e.delete(t);}setOnChange(e){this.onChange=e;}setOnRemove(e){this.onRemove=e;}setOnToggleVisible(e){this.onToggleVisible=e;}setTheme(e){this.theme=e;for(let t of this.legends.values())fe(t,e);for(let t of this.rows.values())t.el.style.background=t.highlighted?e.background:this.idleRowFill(),t.el.style.color=e.textColor;this.foldToggle&&this.syncFoldToggle();}setSymbolPicker(e){this.symbolPicker=e;}setMoveApi(e){this.moveApi=e;}setLegendActions(e){this.legendActions=e;for(let t of this.rows.values())this.renderExtras(t.id,t.extrasEl);}renderExtras(e,t){this.disposeTips(this.extrasTips,e),t.replaceChildren();for(let n of this.legendActions?.(e)??[]){let i=document.createElement("button");i.type="button",i.setAttribute("aria-label",n.tooltip),this.tip(this.extrasTips,e,i,n.tooltip),i.innerHTML=ce(n.icon,Ut),i.className="vela-ind-ctl",i.dataset.legendAction=n.id,i.style.cssText=yo,i.addEventListener("click",o=>{o.stopPropagation(),n.run();}),t.appendChild(i);}}setLegendCallouts(e){this.legendCallouts=e;for(let t of this.rows.values())this.renderCallouts(t);}renderCallouts(e){this.disposeTips(this.calloutTips,e.id);for(let n of e.callouts)n.destroy();e.callouts=[],e.calloutsEl.replaceChildren();let t=this.legendCallouts?.(e.id)??[];e.calloutsEl.style.display=zb(e.highlighted,t.length>0);for(let n of t){let i=new lo({icon:n.icon,background:n.background,...n.color!==void 0?{color:n.color}:{},label:n.tooltip,...n.content!==void 0?{panel:n.content}:{},host:this.container,theme:()=>this.theme});i.el.dataset.legendCallout=n.id,this.tip(this.calloutTips,e.id,i.el,n.tooltip),e.callouts.push(i),e.calloutsEl.appendChild(i.el);}}reposition(){for(let[e,t]of this.legends)this.positionLegend(t,e);}setTitlesVisible(e){this.titlesVisible!==e&&(this.titlesVisible=e,this.reposition());}setValuesVisible(e){this.valuesVisible=e;for(let t of this.rows.values())t.showValues=null,this.renderRowValues(t);}setPlotValues(e){for(let t of this.rows.values()){let n=e.get(t.id)??[],i=n.map(o=>`${o.value}|${o.color}`).join("\0");i!==t.plotValuesKey&&(t.plotValues=n,t.plotValuesKey=i,this.renderRowValues(t));}}rowValuesShown(e){return e.showValues??this.valuesVisible}renderRowValues(e){if(!this.rowValuesShown(e)||e.plotValues.length===0||e.highlighted){e.valuesEl.style.display="none",e.valuesEl.replaceChildren();return}e.valuesEl.style.display="inline-flex",e.valuesEl.replaceChildren();for(let t of e.plotValues){let n=document.createElement("span");n.textContent=t.value,n.style.color=t.color,e.valuesEl.appendChild(n);}}openMoveMenu(e,t){this.closeMoveMenu();let n=this.moveApi;if(!n)return;let o=this.rows.get(e)?.paneId??"price",s=n.panes(),a=[];for(let u of s)u.id!==o&&a.push({label:`Move to ${u.label}`,target:u.kind==="price"?"price":{pane:u.id}});o!=="price"&&[...this.rows.values()].filter(u=>u.paneId===o).length<=1||(o!=="price"&&a.push({label:"New pane above",target:{newPane:{before:o}}}),a.push({label:"New pane below",target:{newPane:{after:o}}})),this.moveTargets=a.map(u=>u.target),this.moveMenuId=e;let c=a.map((u,h)=>({id:String(h),label:u.label}));this.moveMenu?this.moveMenu.setItems(c):this.moveMenu=new _r({host:this.container,items:c,placement:"bottom-start",onSelect:u=>{let h=this.moveTargets[Number(u)],p=this.moveMenuId;h&&p&&n.move(p,h);}});let d=t.getBoundingClientRect();this.moveMenu.openAt(d.left,d.bottom+4);}closeMoveMenu(){this.moveMenu?.close();}openRowMenu(e,t,n){this.closeRowMenu(),this.closeMoveMenu();let i=this.rows.get(e);if(!i)return;this.rowMenuId=e;let o=[{id:"values",label:"Indicator values",checked:this.rowValuesShown(i)}];this.rowMenu?this.rowMenu.setItems(o):this.rowMenu=new _r({host:this.container,items:o,placement:"bottom-start",checkmarks:true,onSelect:s=>{if(s!=="values"||!this.rowMenuId)return;let a=this.rows.get(this.rowMenuId);a&&(a.showValues=!this.rowValuesShown(a),this.renderRowValues(a));}}),this.rowMenu.openAt(t,n);}closeRowMenu(){this.rowMenu?.close();}setPane(e,t){let n=this.rows.get(e);if(!n||n.paneId===t)return;let i=n.paneId;if(n.paneId=t,this.attach(this.legendFor(t),n.el,n.native),this.syncFoldToggle(),i!=="price"){let o=this.legends.get(i);o&&o.childElementCount===0&&(o.remove(),this.legends.delete(i));}}legendFor(e){let t=this.legends.get(e);return t||(t=document.createElement("div"),t.dataset.velaPane=e,t.style.cssText="position:absolute;left:10px;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:0;pointer-events:none;font:12px -apple-system,Segoe UI,sans-serif;",fe(t,this.theme),this.positionLegend(t,e),this.container.appendChild(t),this.legends.set(e,t)),t}positionLegend(e,t){let n=this.paneBoundsOf?this.paneBoundsOf(t):{top:0,height:1/0};e.toggleAttribute(AT,n.top===0),e.style.display=n.height<4||!this.titlesVisible?"none":"flex";let i=this.paneCollapse.has(t),o=this.paneCollapse.get(t)??null;for(let a of this.rows.values())a.paneId===t&&(a.el.style.display=(i?a.id!==o:this.legendFolded)?"none":"flex");let s=n.top+8;if(i&&Number.isFinite(n.height)){let a=e.offsetHeight||20;s=n.top+Math.max(1,Math.round((n.height-a)/2));}e.style.top=`${s}px`;}setCollapsedPanes(e){this.paneCollapse=e;}syncFoldToggle(){let e=this.rows.size,t=this.overviewAction!==null||this.mobileLayout?1:2;if(e<t){let a=this.legendFolded;e>0&&(this.legendFolded=false),this.foldToggle&&(this.foldToggle.remove(),this.foldToggle=null,this.disposeTips(this.rowTips,"fold")),a&&e>0&&this.reposition();return}let n=this.foldToggle;n||(n=document.createElement("button"),n.type="button",n.className="vela-ind-fold",this.tip(this.rowTips,"fold",n,()=>this.overviewAction!==null?"Indicators":this.legendFolded?"Show indicator legend":"Hide indicator legend"),n.addEventListener("click",()=>{if(this.overviewAction!==null){this.overviewAction();return}this.legendFolded=!this.legendFolded,this.syncFoldToggle();}),this.foldToggle=n);let i=this.legendFolded;n.setAttribute("aria-label",this.overviewAction!==null?"Indicators":i?"Show indicator legend":"Hide indicator legend");let o=this.theme.textColor;n.style.cssText=`pointer-events:auto;display:inline-flex;align-items:center;gap:4px;background:${this.theme.background};color:${o};border:1px solid ${this.theme.borderColor};border-radius:4px;padding:2px 6px;margin-top:6px;cursor:pointer;font:inherit;line-height:0;`,n.replaceChildren();let s=document.createElement("span");if(s.style.cssText="display:inline-flex;align-items:center;line-height:0;opacity:0.7;",s.innerHTML=this.overviewAction!==null?HT:i?BT:_T,n.appendChild(s),i){let a=document.createElement("span");a.textContent=String(e),a.style.cssText=`font-weight:600;line-height:normal;font-size:12px;color:${o};`,n.appendChild(a);}this.legendFor("price").appendChild(n),this.reposition();}upsert(e,t,n,i,o="price",s={}){let a=this.rows.get(e);if(a){a.title=t,a.inputs=n,a.values={...i},a.props=s.props??[],a.propValues={...s.propValues??{}},a.titleEl.textContent=t,a.paneId!==o&&(a.paneId=o,this.attach(this.legendFor(o),a.el,a.native),this.syncFoldToggle());return}wl();let l=document.createElement("div");l.style.cssText=`pointer-events:auto;display:flex;align-items:center;background:${this.idleRowFill()};border-radius:4px;padding:${$b}px ${_b}px;margin-left:-${_b}px;min-height:${OT}px;box-sizing:border-box;color:${this.theme.textColor};user-select:none;-webkit-user-select:none;`,l.addEventListener("mouseleave",()=>{this.selectedId!==e&&this.setRowHighlighted(e,false);}),l.addEventListener("click",v=>{v.button!==0||v.target.closest("button")||this.selectRow(e);}),l.addEventListener("dblclick",v=>{v.target.closest("button")||this.openDialog(e);}),l.addEventListener("mousedown",v=>{v.button===1&&v.preventDefault();}),l.addEventListener("auxclick",v=>{v.button===1&&(v.preventDefault(),this.onRemove?.(e));}),l.addEventListener("contextmenu",v=>{v.preventDefault(),v.stopPropagation(),this.openRowMenu(e,v.clientX,v.clientY);});let c=document.createElement("span");c.style.cssText="display:none;box-sizing:border-box;flex:none;";let d=document.createElement("span");d.style.cssText="white-space:nowrap;",d.addEventListener("mouseenter",()=>this.setRowHighlighted(e,true));let u=document.createElement("span");if(u.textContent=t,u.style.cssText="font-weight:600;",d.appendChild(u),s.beta){let v=document.createElement("sup");v.textContent="beta",v.style.cssText="font-size:8px;font-weight:700;opacity:0.7;margin-left:1px;letter-spacing:0.2px;",d.appendChild(v);}l.appendChild(d);let h=document.createElement("span");h.style.cssText=`display:none;align-items:center;gap:4px;flex:none;margin-left:${eu}px;`,l.appendChild(h),l.appendChild(c);let p=document.createElement("span");p.style.cssText=`display:none;align-items:center;gap:5px;margin-left:${DT}px;white-space:nowrap;font-variant-numeric:tabular-nums;`,l.appendChild(p);let m=document.createElement("span");m.style.cssText=`display:none;align-items:center;gap:${Bb}px;flex:none;margin-left:${Bb}px;`;let f=null;if(this.onToggleVisible){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Hide"),this.tip(this.rowTips,e,v,()=>this.rows.get(e)?.hidden?"Show":"Hide"),v.innerHTML=Hb,v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",()=>{let w=this.rows.get(e);this.onToggleVisible?.(e,!!w?.hidden);}),m.appendChild(v),f=v;}if(n.length>0||(s.props??[]).length>0){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Settings"),this.tip(this.rowTips,e,v,"Settings"),v.innerHTML=NT,v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",()=>this.openDialog(e)),m.appendChild(v);}if(this.moveApi){let v=document.createElement("button");v.type="button",v.setAttribute("aria-label","Move to pane"),this.tip(this.rowTips,e,v,"Move to pane"),v.innerHTML=ce("move",Ut),v.className="vela-ind-ctl",v.style.cssText=yo,v.addEventListener("click",w=>{w.stopPropagation(),this.openMoveMenu(e,v);}),m.appendChild(v);}let g=document.createElement("span");g.style.cssText="display:contents;",this.renderExtras(e,g),m.appendChild(g);let b=document.createElement("button");b.type="button",b.setAttribute("aria-label","Remove indicator"),this.tip(this.rowTips,e,b,"Remove indicator"),b.innerHTML=VT,b.className="vela-ind-close",b.style.cssText=yo,b.addEventListener("click",()=>this.onRemove?.(e)),m.appendChild(b),l.appendChild(m),this.attach(this.legendFor(o),l,!!s.native);let y={id:e,title:t,inputs:n,values:{...i},props:s.props??[],propValues:{...s.propValues??{}},el:l,titleEl:u,statusEl:c,valuesEl:p,plotValues:[],plotValuesKey:"",showValues:null,highlighted:false,paneId:o,hidden:false,eyeEl:f,controlsEl:m,extrasEl:g,calloutsEl:h,callouts:[],native:!!s.native};this.rows.set(e,y),this.renderCallouts(y),this.syncFoldToggle();}attach(e,t,n){n?e.prepend(t):e.appendChild(t);}setValues(e,t,n){let i=this.rows.get(e);i&&(i.values={...i.values,...t},n&&(i.propValues={...i.propValues,...n}));}setStatus(e,t){let n=this.rows.get(e);if(!n)return;let i=n.statusEl;if(i.replaceChildren(),t==="idle"){i.style.cssText="display:none;box-sizing:border-box;flex:none;";return}if(t==="loading"){i.style.cssText=`display:inline-flex;align-items:center;gap:3px;box-sizing:border-box;flex:none;margin-left:${eu}px;line-height:0;transform:translateY(1px);`;for(let o=0;o<3;o+=1){let s=document.createElement("span");s.style.cssText="width:4px;height:4px;border-radius:50%;background:currentColor;opacity:0.15;flex:none;",s.animate?.([{opacity:.12},{opacity:.55}],{duration:800,iterations:1/0,direction:"alternate",easing:"ease-in-out",delay:-o*260}),i.appendChild(s);}return}this.ensureStatusKeyframes(),i.style.cssText=`display:inline-block;box-sizing:border-box;flex:none;width:8px;height:8px;border-radius:50%;margin-left:${eu}px;transform:translateY(1px);background:${this.theme.upColor};animation:vela-ind-pulse 1.2s ease-in-out infinite;`;}ensureStatusKeyframes(){if(typeof document>"u"||document.getElementById("vela-ind-status-kf"))return;let e=document.createElement("style");e.id="vela-ind-status-kf",e.textContent=RT,document.head.appendChild(e);}setVisible(e,t){let n=this.rows.get(e);n&&(n.hidden=!t,n.el.style.opacity=t?"1":"0.5",n.eyeEl&&(n.eyeEl.innerHTML=t?Hb:FT,n.eyeEl.setAttribute("aria-label",t?"Hide":"Show")),this.syncRowActions(n));}selectRow(e){this.selectedId!==e&&(this.clearSelection(),this.selectedId=e,this.setRowHighlighted(e,true));}setRowHighlighted(e,t){let n=this.rows.get(e);n&&(n.highlighted=t,this.renderRowValues(n),n.el.style.boxShadow=t?`inset 0 0 0 1px ${this.neutralBorder()}`:"none",n.el.style.background=t?this.theme.background:this.idleRowFill(),this.syncRowActions(n));}syncRowActions(e){let t=e.highlighted;if(e.controlsEl.style.display=t||e.hidden?"inline-flex":"none",t){e.el.appendChild(e.statusEl);for(let n of e.callouts)n.hidePanel();}else e.el.insertBefore(e.statusEl,e.valuesEl);e.calloutsEl.style.display=zb(t,e.callouts.length>0);for(let n of Array.from(e.controlsEl.children))if(!(!(n instanceof HTMLElement)||n===e.eyeEl)){if(n===e.extrasEl){n.style.display=t?"contents":"none";continue}n.style.display=t?"inline-flex":"none";}}clearSelection(){this.selectedId&&(this.setRowHighlighted(this.selectedId,false),this.selectedId=null);}remove(e){let t=this.rows.get(e);for(let n of t?.callouts??[])n.destroy();if(t?.el.remove(),this.rows.delete(e),this.disposeTips(this.rowTips,e),this.disposeTips(this.extrasTips,e),this.disposeTips(this.calloutTips,e),this.selectedId===e&&(this.selectedId=null),this.inputsDialog.openId===e&&this.inputsDialog.close(),this.syncFoldToggle(),t&&t.paneId!=="price"){let n=this.legends.get(t.paneId);n&&n.childElementCount===0&&(n.remove(),this.legends.delete(t.paneId));}}destroy(){this.inputsDialog.close(),this.moveMenu?.destroy(),this.moveMenu=null,this.rowMenu?.destroy(),this.rowMenu=null;for(let e of [...this.rowTips.keys()])this.disposeTips(this.rowTips,e);for(let e of [...this.extrasTips.keys()])this.disposeTips(this.extrasTips,e);for(let e of [...this.calloutTips.keys()])this.disposeTips(this.calloutTips,e);for(let e of this.rows.values())for(let t of e.callouts)t.destroy();for(let e of this.legends.values())e.remove();this.legends.clear(),this.rows.clear(),this.foldToggle=null,this.legendFolded=false,this.selectedId=null,typeof document<"u"&&document.removeEventListener("click",this.onDocClick);}isDialogOpen(){return this.inputsDialog.isOpen()}closeOpenDialog(){this.inputsDialog.close();}openDialog(e){let t=this.rows.get(e);t&&this.inputsDialog.open(t);}idleRowFill(){return $(this.theme.background,.6)}neutralBorder(){return "var(--vela-border)"}};var zr={up:W("chevron-up"),down:W("chevron-down"),collapse:W("pane-collapse"),expand:W("pane-expand"),maximize:W("maximize"),restore:W("restore")},Wb="vela-pane-controls",zT=12,Gb="rgba(0,0,0,0.65)";function $T(){if(typeof document>"u"||document.getElementById(Wb))return;let r=document.createElement("style");r.id=Wb,r.textContent=`
756
+ .vela-pc-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--vela-radius-sm);background:transparent;line-height:0;font-size:${zT}px;color:var(--vela-fg-muted);}
757
757
  .vela-pc-btn svg{display:block;}
758
758
  .vela-pc-btn:not(:disabled):hover{opacity:1 !important;background:var(--vela-active);color:var(--vela-fg-bright);}
759
759
  .vela-pc-on,.vela-pc-on:not(:disabled):hover{background:var(--vela-selected-bg);color:var(--vela-selected-fg);}
760
- `,document.head.appendChild(r);}var Sl=class{constructor(e,t,n){this.plot=e;this.theme=t;this.deps=n;this.clusters=new Map;this.hoverPaneId=null;this.suspended=false;this.onPlotMove=e=>{if(this.suspended)return;let t=this.plot.getBoundingClientRect(),n=e.clientY-t.top,i=null;for(let o of this.deps.panes())if(n>=o.top&&n<=o.top+o.height){i=o.id;break}this.setHoverPane(i);};this.onPlotLeave=()=>this.setHoverPane(null);WT(),this.root=document.createElement("div"),Object.assign(this.root.style,{position:"absolute",inset:"0",pointerEvents:"none",zIndex:"6"}),this.plot.appendChild(this.root),this.plot.addEventListener("pointermove",this.onPlotMove),this.plot.addEventListener("pointerleave",this.onPlotLeave),this.refresh();}setTheme(e){this.theme=e,this.refresh();}refresh(){let e=this.deps.panes(),t=new Set;for(let n of e){t.add(n.id);let i=this.clusters.get(n.id);i||(i=document.createElement("div"),Object.assign(i.style,{position:"absolute",display:"flex",gap:"2px",padding:"2px",borderRadius:"var(--vela-radius-md)",background:Gb,pointerEvents:"auto"}),this.root.appendChild(i),this.clusters.set(n.id,i)),this.buildButtons(i,n);}for(let[n,i]of this.clusters)t.has(n)||(i.remove(),this.clusters.delete(n));this.reposition();}buildButtons(e,t){e.textContent="",t.kind==="study"&&(e.appendChild(this.button(zr.up,"Move pane up",t.index<=1,()=>this.deps.onMove(t.id,"up"),{role:"up"})),e.appendChild(this.button(zr.down,"Move pane down",t.index>=t.count-1,()=>this.deps.onMove(t.id,"down"),{role:"down"})),e.appendChild(this.button(t.collapsed?zr.expand:zr.collapse,t.collapsed?"Expand pane":"Collapse pane",false,()=>this.deps.onToggleCollapse(t.id),{role:"collapse",selected:t.collapsed}))),t.count>1&&e.appendChild(this.button(t.maximized?zr.restore:zr.maximize,t.maximized?"Restore pane":"Maximize pane",false,()=>this.deps.onToggleMaximize(t.id),{role:"maximize",selected:t.maximized}));}button(e,t,n,i,o){let s=document.createElement("button");s.type="button",s.title=t,s.innerHTML=e,s.disabled=n,s.dataset.role=o.role;let a=o.selected===true;return s.className=a?"vela-pc-btn vela-pc-on":"vela-pc-btn",Object.assign(s.style,{cursor:n?"default":"pointer",width:"20px",height:"20px",opacity:n?"0.3":"1"}),n||s.addEventListener("click",l=>{l.stopPropagation(),i();}),s}reposition(){let e=this.deps.rightAxis()+6,t=new Map(this.deps.panes().map(n=>[n.id,n]));for(let[n,i]of this.clusters){let o=t.get(n);if(!o){i.style.display="none";continue}let s=n===this.hoverPaneId,a=i.children.length>0,l=o.collapsed?"collapse":!this.suspended&&o.maximized?"maximize":null,c=a&&(s||l!=null)&&o.height>8;if(i.style.right=`${e}px`,i.style.top=o.collapsed?`${o.top+Math.max(1,Math.round((o.height-24)/2))}px`:`${o.top+4}px`,i.style.display=c?"flex":"none",!c)continue;let d=l!=null&&!s;i.style.background=d?"transparent":Gb;for(let u of i.children){let h=u;h.style.display="inline-flex",h.style.visibility=d&&h.dataset.role!==l?"hidden":"visible";}}}setHoverPane(e){this.hoverPaneId!==e&&(this.hoverPaneId=e,this.reposition());}setSuspended(e){e!==this.suspended&&(this.suspended=e,e&&(this.hoverPaneId=null),this.reposition());}destroy(){this.plot.removeEventListener("pointermove",this.onPlotMove),this.plot.removeEventListener("pointerleave",this.onPlotLeave),this.root.remove(),this.clusters.clear();}};function Ub(r,e){return e===0?r:r+64+(e-1)*56}var Yb="vela-axis-scale-buttons",nu=18,GT=4,UT=1,YT=64-UT,Xb=8,jb=6,KT=nu+Xb+jb,Kb=48;function XT(){if(typeof document>"u"||document.getElementById(Yb))return;let r=document.createElement("style");r.id=Yb,r.textContent=`
760
+ `,document.head.appendChild(r);}var Sl=class{constructor(e,t,n){this.plot=e;this.theme=t;this.deps=n;this.clusters=new Map;this.hoverPaneId=null;this.suspended=false;this.onPlotMove=e=>{if(this.suspended)return;let t=this.plot.getBoundingClientRect(),n=e.clientY-t.top,i=null;for(let o of this.deps.panes())if(n>=o.top&&n<=o.top+o.height){i=o.id;break}this.setHoverPane(i);};this.onPlotLeave=()=>this.setHoverPane(null);$T(),this.root=document.createElement("div"),Object.assign(this.root.style,{position:"absolute",inset:"0",pointerEvents:"none",zIndex:"6"}),this.plot.appendChild(this.root),this.plot.addEventListener("pointermove",this.onPlotMove),this.plot.addEventListener("pointerleave",this.onPlotLeave),this.refresh();}setTheme(e){this.theme=e,this.refresh();}refresh(){let e=this.deps.panes(),t=new Set;for(let n of e){t.add(n.id);let i=this.clusters.get(n.id);i||(i=document.createElement("div"),Object.assign(i.style,{position:"absolute",display:"flex",gap:"2px",padding:"2px",borderRadius:"var(--vela-radius-md)",background:Gb,pointerEvents:"auto"}),this.root.appendChild(i),this.clusters.set(n.id,i)),this.buildButtons(i,n);}for(let[n,i]of this.clusters)t.has(n)||(i.remove(),this.clusters.delete(n));this.reposition();}buildButtons(e,t){e.textContent="",t.kind==="study"&&(e.appendChild(this.button(zr.up,"Move pane up",t.index<=1,()=>this.deps.onMove(t.id,"up"),{role:"up"})),e.appendChild(this.button(zr.down,"Move pane down",t.index>=t.count-1,()=>this.deps.onMove(t.id,"down"),{role:"down"})),e.appendChild(this.button(t.collapsed?zr.expand:zr.collapse,t.collapsed?"Expand pane":"Collapse pane",false,()=>this.deps.onToggleCollapse(t.id),{role:"collapse",selected:t.collapsed}))),t.count>1&&e.appendChild(this.button(t.maximized?zr.restore:zr.maximize,t.maximized?"Restore pane":"Maximize pane",false,()=>this.deps.onToggleMaximize(t.id),{role:"maximize",selected:t.maximized}));}button(e,t,n,i,o){let s=document.createElement("button");s.type="button",s.title=t,s.innerHTML=e,s.disabled=n,s.dataset.role=o.role;let a=o.selected===true;return s.className=a?"vela-pc-btn vela-pc-on":"vela-pc-btn",Object.assign(s.style,{cursor:n?"default":"pointer",width:"20px",height:"20px",opacity:n?"0.3":"1"}),n||s.addEventListener("click",l=>{l.stopPropagation(),i();}),s}reposition(){let e=this.deps.rightAxis()+6,t=new Map(this.deps.panes().map(n=>[n.id,n]));for(let[n,i]of this.clusters){let o=t.get(n);if(!o){i.style.display="none";continue}let s=n===this.hoverPaneId,a=i.children.length>0,l=o.collapsed?"collapse":!this.suspended&&o.maximized?"maximize":null,c=a&&(s||l!=null)&&o.height>8;if(i.style.right=`${e}px`,i.style.top=o.collapsed?`${o.top+Math.max(1,Math.round((o.height-24)/2))}px`:`${o.top+4}px`,i.style.display=c?"flex":"none",!c)continue;let d=l!=null&&!s;i.style.background=d?"transparent":Gb;for(let u of i.children){let h=u;h.style.display="inline-flex",h.style.visibility=d&&h.dataset.role!==l?"hidden":"visible";}}}setHoverPane(e){this.hoverPaneId!==e&&(this.hoverPaneId=e,this.reposition());}setSuspended(e){e!==this.suspended&&(this.suspended=e,e&&(this.hoverPaneId=null),this.reposition());}destroy(){this.plot.removeEventListener("pointermove",this.onPlotMove),this.plot.removeEventListener("pointerleave",this.onPlotLeave),this.root.remove(),this.clusters.clear();}};function Ub(r,e){return e===0?r:r+64+(e-1)*56}var Yb="vela-axis-scale-buttons",nu=18,WT=4,GT=1,UT=64-GT,Xb=8,jb=6,YT=nu+Xb+jb,Kb=48;function KT(){if(typeof document>"u"||document.getElementById(Yb))return;let r=document.createElement("style");r.id=Yb,r.textContent=`
761
761
  .vela-axis-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--vela-radius-sm);background:transparent;cursor:pointer;font:600 10px/1 -apple-system,Segoe UI,sans-serif;color:var(--vela-fg-muted);}
762
762
  .vela-axis-btn:hover{background:var(--vela-active);color:var(--vela-fg-bright);}
763
763
  .vela-axis-on,.vela-axis-on:hover{background:var(--vela-selected-bg);color:var(--vela-selected-fg);}
764
- `,document.head.appendChild(r);}var Cl=class{constructor(e,t,n){this.plot=e;this.theme=t;this.deps=n;this.tipDisposers=[];this.hoverPaneId=null;this.onPlotMove=e=>{if(e.pointerType!=="mouse")return;let t=this.plot.getBoundingClientRect(),n=e.clientX-t.left,i=t.width-this.deps.rightAxis(),o=null;if(n>=i&&n<=i+64){let s=e.clientY-t.top;for(let a of this.deps.panes())if(!(a.collapsed||a.height<Kb)&&s>=a.top&&s<=a.top+a.height){o=a.id;break}}this.setHoverPane(o),o&&this.sync();};this.onPlotLeave=()=>this.setHoverPane(null);XT(),this.cluster=document.createElement("div"),Object.assign(this.cluster.style,{position:"absolute",display:"none",justifyContent:"center",alignItems:"center",gap:`${GT}px`,padding:`${Xb}px 0 ${jb}px`,width:`${YT}px`,boxSizing:"border-box",zIndex:"6",pointerEvents:"auto"}),this.applyTheme(),this.autoBtn=this.button("A","Auto (fits data to screen)",()=>this.deps.onToggleAuto(this.hoverPaneId??"")),this.logBtn=this.button("L","Logarithmic scale",()=>this.deps.onToggleLog(this.hoverPaneId??"")),this.cluster.append(this.autoBtn,this.logBtn),this.plot.appendChild(this.cluster),this.plot.addEventListener("pointermove",this.onPlotMove),this.plot.addEventListener("pointerleave",this.onPlotLeave);}button(e,t,n){let i=document.createElement("button");return i.type="button",i.setAttribute("aria-label",t),i.textContent=e,i.className="vela-axis-btn",Object.assign(i.style,{width:`${nu}px`,height:`${nu}px`}),this.tipDisposers.push(vt(i,{host:this.plot,theme:()=>this.theme,text:()=>t,placement:"above"})),i.addEventListener("click",o=>{o.stopPropagation(),n(),this.sync();}),i}setTheme(e){this.theme=e,this.applyTheme();}applyTheme(){this.cluster.style.background=this.theme.background;}setHoverPane(e){this.hoverPaneId!==e&&(this.hoverPaneId=e,this.reposition());}reposition(){let e=this.hoverPaneId?this.deps.panes().find(t=>t.id===this.hoverPaneId):void 0;if(!e||e.collapsed||e.height<Kb){this.cluster.style.display="none";return}this.cluster.style.right=`${this.deps.rightAxis()-64}px`,this.cluster.style.top=`${e.top+e.height-KT}px`,this.cluster.style.display="flex",this.sync();}sync(){let e=this.deps.panes().find(t=>t.id===this.hoverPaneId);e&&(this.autoBtn.classList.toggle("vela-axis-on",e.auto),this.logBtn.classList.toggle("vela-axis-on",e.log));}destroy(){this.plot.removeEventListener("pointermove",this.onPlotMove),this.plot.removeEventListener("pointerleave",this.onPlotLeave);for(let e of this.tipDisposers)e();this.tipDisposers.length=0,this.cluster.remove();}};var qb={panes:true,paneManagement:true,fills:"native",bgcolor:"native",hline:"native",markers:true,barcolor:"native",perPointColor:true,drawings:true,userDrawings:true,drawingDepth:true,tables:true,trades:true,inputsUI:true},xo=null;function Zb(){if(xo!==null)return xo;try{xo=!!document.createElement("canvas").getContext("webgl2");}catch{xo=false;}return xo}function So(r){let e=Math.max(.5,Math.floor(r*.7)/2);return Math.max(1,Math.min(1.5,e))}function $r(r){return r<1?"aggregate":r<3?"wick":"full"}function Lt(r,e){return Math.round(r*e)/e}function Tl(r,e,t,n=1){let i=Math.max(1,Math.round(So(e)*t)),o=Math.round(r*t-i/2),s=Math.max(i,Math.round(Math.floor(e*.7*n)*t));(s-i)%2!==0&&(s+=1);let a=(s-i)/2;return {wickX:o/t,wickW:i/t,bodyX:(o-a)/t,bodyW:s/t,center:(o+i/2)/t}}var iu=1,Wr=q,Gr=X,Yt=.25,Kt=.05,jT=50,qT=$(vn,.08),ZT=$(Ee,.08);function Jb(){return {chartTypes:{},fontSize:11,gridVert:{visible:true,color:null},gridHorz:{visible:true,color:null},borderColor:null,separatorColor:null,crosshair:{color:Ih,width:1,style:"dashed",opacity:.4,labelBackground:Qo},candle:{bodyVisible:true,borderVisible:false,borderUpColor:null,borderDownColor:null,wickVisible:true,wickUpColor:null,wickDownColor:null},bars:{upColor:null,downColor:null},line:{color:ui,width:2},area:{lineColor:ui,width:2,topColor:$(ui,.28),bottomColor:$(ui,.02)},baseline:{topLineColor:null,bottomLineColor:null,topFillColor:null,topFillColor2:null,bottomFillColor:null,bottomFillColor2:null,width:2,baselineLevel:jT},sessions:{premarketColor:qT,postmarketColor:ZT}}}var JT=["solid","dashed","dotted"],Qb=["candles","bars","line","area","baseline","heikinashi"];function ou(r){for(let e of tt())if(e.id===r)return e.basePainting??"candles";return "candles"}function Co(r){if(Qb.includes(r))return false;for(let e of tt())if(e.id===r)return (e.basePainting??"candles")==="candles";return false}function El(r,e){if(!Co(r))return null;let t=e[r]??{},n=o=>j(o)?o:null,i=o=>Re(o)?o:null;return {upColor:n(t.candleUpColor),downColor:n(t.candleDownColor),bodyVisible:i(t.candleBodyVisible),borderVisible:i(t.candleBorderVisible),borderUpColor:n(t.candleBorderUpColor),borderDownColor:n(t.candleBorderDownColor),wickVisible:i(t.candleWickVisible),wickUpColor:n(t.candleWickUpColor),wickDownColor:n(t.candleWickDownColor)}}function Ur(r,e,t,n){return e?{up:e.upColor??t,down:e.downColor??n,candle:{bodyVisible:e.bodyVisible??r.bodyVisible,borderVisible:e.borderVisible??r.borderVisible,borderUpColor:e.borderUpColor??r.borderUpColor,borderDownColor:e.borderDownColor??r.borderDownColor,wickVisible:e.wickVisible??r.wickVisible,wickUpColor:e.wickUpColor??r.wickUpColor,wickDownColor:e.wickDownColor??r.wickDownColor}}:{up:t,down:n,candle:r}}function Yr(){let r=[...Qb];for(let e of tt())r.includes(e.id)||r.push(e.id);return r}function j(r){return typeof r=="string"&&r.trim().length>0}function Re(r){return typeof r=="boolean"}function at(r){return typeof r=="number"&&Number.isFinite(r)}function QT(r){return typeof r=="string"&&JT.includes(r)}function eE(r){return typeof r=="string"&&Yr().includes(r)}function tE(r){return r==="price"||r==="percent"||r==="indexed"}function me(r){return r&&typeof r=="object"?r:{}}function nE(r){return r<0?0:r>1?1:r}function ru(r){return r<1?1:r>10?10:r}function rE(r){return r<0?0:r>100?100:r}function iE(r){return r<.1?.1:r>10?10:r}function ev(r){let e={};for(let t of tt()){let n=t.settings;if(!n)continue;let i={},o=s=>{for(let a of s??[])for(let l of Pi(a))i[l.key]=l.defval;};for(let s of n.instances??[])s.enableKey&&(i[s.enableKey]=false),o(s.rows);for(let s of n.subsections??[])s.enableKey&&(i[s.enableKey]=false),o(s.rows);n.instances||o(n.rows),e[t.id]=i;}for(let[t,n]of Object.entries(r.chartTypes))e[t]={...e[t]??{},...n};return {...r,chartTypes:e}}function tv(r,e){let t=me(e),n=me(t.chartTypes),i={...r.chartTypes};for(let[S,P]of Object.entries(n))i[S]={...i[S]??{},...me(P)};let o=me(t.layout),s=me(t.grid),a=me(s.vertLines),l=me(s.horzLines),c=me(t.crosshair),d=me(t.priceScale),u=me(t.panes),h=me(t.trades),p=me(t.timeScale),m=me(t.candles),f=me(t.bars),g=me(t.line),b=me(t.area),y=me(t.baseline),v=me(t.series),w=me(t.sessions),E=me(t.stacking),x=me(E.series);return {version:iu,chartTypes:i,layout:{background:j(o.background)?o.background:r.layout.background,textColor:j(o.textColor)?o.textColor:r.layout.textColor,fontFamily:j(o.fontFamily)?o.fontFamily:r.layout.fontFamily,fontSize:at(o.fontSize)?Math.max(6,Math.min(32,o.fontSize)):r.layout.fontSize},grid:{vertLines:{visible:Re(a.visible)?a.visible:r.grid.vertLines.visible,color:j(a.color)?a.color:r.grid.vertLines.color},horzLines:{visible:Re(l.visible)?l.visible:r.grid.horzLines.visible,color:j(l.color)?l.color:r.grid.horzLines.color}},crosshair:{color:j(c.color)?c.color:r.crosshair.color,width:at(c.width)?Math.max(.5,Math.min(8,c.width)):r.crosshair.width,style:QT(c.style)?c.style:r.crosshair.style,opacity:at(c.opacity)?nE(c.opacity):r.crosshair.opacity,labelBackground:j(c.labelBackground)?c.labelBackground:r.crosshair.labelBackground},priceScale:{mode:tE(d.mode)?d.mode:r.priceScale.mode,log:Re(d.log)?d.log:r.priceScale.log,invert:Re(d.invert)?d.invert:r.priceScale.invert,borderColor:j(d.borderColor)?d.borderColor:r.priceScale.borderColor,labelsVisible:Re(d.labelsVisible)?d.labelsVisible:r.priceScale.labelsVisible,currentPriceLine:Re(d.currentPriceLine)?d.currentPriceLine:r.priceScale.currentPriceLine,priceLabel:Re(d.priceLabel)?d.priceLabel:r.priceScale.priceLabel,countdown:Re(d.countdown)?d.countdown:r.priceScale.countdown},panes:{separatorColor:j(u.separatorColor)?u.separatorColor:r.panes.separatorColor},trades:{visible:Re(h.visible)?h.visible:r.trades.visible,labels:Re(h.labels)?h.labels:r.trades.labels,qty:Re(h.qty)?h.qty:r.trades.qty,longColor:j(h.longColor)?h.longColor:r.trades.longColor,shortColor:j(h.shortColor)?h.shortColor:r.trades.shortColor,exitColor:j(h.exitColor)?h.exitColor:r.trades.exitColor},timeScale:{timezone:typeof p.timezone=="string"&&p.timezone?p.timezone:r.timeScale.timezone},candles:{upColor:j(m.upColor)?m.upColor:r.candles.upColor,downColor:j(m.downColor)?m.downColor:r.candles.downColor,bodyVisible:Re(m.bodyVisible)?m.bodyVisible:r.candles.bodyVisible,borderVisible:Re(m.borderVisible)?m.borderVisible:r.candles.borderVisible,borderUpColor:j(m.borderUpColor)?m.borderUpColor:r.candles.borderUpColor,borderDownColor:j(m.borderDownColor)?m.borderDownColor:r.candles.borderDownColor,wickVisible:Re(m.wickVisible)?m.wickVisible:r.candles.wickVisible,wickUpColor:j(m.wickUpColor)?m.wickUpColor:r.candles.wickUpColor,wickDownColor:j(m.wickDownColor)?m.wickDownColor:r.candles.wickDownColor},bars:{upColor:j(f.upColor)?f.upColor:r.bars.upColor,downColor:j(f.downColor)?f.downColor:r.bars.downColor},line:{color:j(g.color)?g.color:r.line.color,width:at(g.width)?ru(g.width):r.line.width},area:{lineColor:j(b.lineColor)?b.lineColor:r.area.lineColor,width:at(b.width)?ru(b.width):r.area.width,topColor:j(b.topColor)?b.topColor:r.area.topColor,bottomColor:j(b.bottomColor)?b.bottomColor:r.area.bottomColor},baseline:{topLineColor:j(y.topLineColor)?y.topLineColor:r.baseline.topLineColor,bottomLineColor:j(y.bottomLineColor)?y.bottomLineColor:r.baseline.bottomLineColor,topFillColor:j(y.topFillColor)?y.topFillColor:r.baseline.topFillColor,topFillColor2:j(y.topFillColor2)?y.topFillColor2:r.baseline.topFillColor2,bottomFillColor:j(y.bottomFillColor)?y.bottomFillColor:r.baseline.bottomFillColor,bottomFillColor2:j(y.bottomFillColor2)?y.bottomFillColor2:r.baseline.bottomFillColor2,width:at(y.width)?ru(y.width):r.baseline.width,baselineLevel:at(y.baselineLevel)?rE(y.baselineLevel):r.baseline.baselineLevel},series:{style:eE(v.style)?v.style:r.series.style,baseline:v.baseline===null?null:at(v.baseline)?v.baseline:r.series.baseline,spacing:at(v.spacing)?iE(v.spacing):r.series.spacing},sessions:{premarketColor:j(w.premarketColor)?w.premarketColor:r.sessions.premarketColor,postmarketColor:j(w.postmarketColor)?w.postmarketColor:r.sessions.postmarketColor},stacking:{candles:at(E.candles)?E.candles:r.stacking.candles,series:{...r.stacking.series,...Object.fromEntries(Object.entries(x).filter(([,S])=>at(S)))}}}}var To=class{constructor(e=4096){this.n=0;this.alpha=1;this.buf=new Float32Array(e*8);}reset(){this.n=0;}get vertexCount(){return this.n/8}get view(){return this.buf.subarray(0,this.n)}ensure(e){let t=this.n+e*8;if(t<=this.buf.length)return;let n=this.buf.length||8;for(;n<t;)n*=2;let i=new Float32Array(n);i.set(this.buf.subarray(0,this.n)),this.buf=i;}v(e,t,n,i=0,o=-1){let s=this.buf,a=this.n;s[a++]=e,s[a++]=t,s[a++]=n[0],s[a++]=n[1],s[a++]=n[2],s[a++]=n[3]*this.alpha,s[a++]=i,s[a++]=o,this.n=a;}tri(e,t,n,i,o,s,a,l,c){this.ensure(3),this.v(e,t,n),this.v(i,o,s),this.v(a,l,c);}quad4(e,t,n,i,o,s,a,l,c,d,u,h){this.ensure(6),this.v(e,t,n),this.v(i,o,s),this.v(a,l,c),this.v(e,t,n),this.v(a,l,c),this.v(d,u,h);}quad(e,t,n,i,o,s,a,l,c){this.quad4(e,t,c,n,i,c,o,s,c,a,l,c);}rect(e,t,n,i,o){this.quad(e,t,e+n,t,e+n,t+i,e,t+i,o);}seg(e,t,n,i,o,s){let a=n-e,l=i-t,c=Math.hypot(a,l);if(c<1e-6)return;let d=o/2,u=d+1,h=-l/c*u,p=a/c*u,m=e+h,f=t+p,g=n+h,b=i+p,y=n-h,v=i-p,w=e-h,E=t-p;this.ensure(6),this.v(m,f,s,u,d),this.v(g,b,s,u,d),this.v(y,v,s,-u,d),this.v(m,f,s,u,d),this.v(y,v,s,-u,d),this.v(w,E,s,-u,d);}dashedSeg(e,t,n,i,o,s,a){if(!a){this.seg(e,t,n,i,o,s);return}let l=n-e,c=i-t,d=Math.hypot(l,c);if(d<1e-6)return;let u=l/d,h=c/d,p=a[0]+a[1];if(p<=0){this.seg(e,t,n,i,o,s);return}let m=0;for(;m<d;){let f=Math.min(a[0],d-m),g=m,b=m+f;this.seg(e+u*g,t+h*g,e+u*b,t+h*b,o,s),m+=p;}}rectStroke(e,t,n,i,o,s){this.seg(e,t,e+n,t,o,s),this.seg(e+n,t,e+n,t+i,o,s),this.seg(e+n,t+i,e,t+i,o,s),this.seg(e,t+i,e,t,o,s);}circle(e,t,n,i,o=16){let s=e+n,a=t;for(let l=1;l<=o;l+=1){let c=l/o*Math.PI*2,d=e+Math.cos(c)*n,u=t+Math.sin(c)*n;this.tri(e,t,i,s,a,i,d,u,i),s=d,a=u;}}};var rv=[0,0,0,1],hn=null,oE=8192,Kr=new Map,nv=new Map;function G(r){if(!r)return rv;let e=Kr.get(r);return e||(e=nv.get(r),e?(Kr.set(r,e),e):(e=sE(r),Kr.set(r,e),Kr.size>=oE&&(nv=Kr,Kr=new Map),e))}function iv(r,e="#000000"){let[t,n,i,o]=G(r),s=t,a=n,l=i;if(o<1){let[h,p,m]=G(e);s=t*o+h*(1-o),a=n*o+p*(1-o),l=i*o+m*(1-o);}let c=.2126*su(s)+.7152*su(a)+.0722*su(l),d=(c+.05)/.05,u=1.05/(c+.05);return d>=u?"#000000":"#ffffff"}function su(r){return r<=.04045?r/12.92:Math.pow((r+.055)/1.055,2.4)}function sE(r){if(!hn){let t=document.createElement("canvas");t.width=1,t.height=1,hn=t.getContext("2d",{willReadFrequently:true});}if(!hn)return rv;hn.clearRect(0,0,1,1),hn.fillStyle="#000",hn.fillStyle=r,hn.fillRect(0,0,1,1);let e=hn.getImageData(0,0,1,1).data;return [e[0]/255,e[1]/255,e[2]/255,e[3]/255]}var aE=`#version 300 es
764
+ `,document.head.appendChild(r);}var Cl=class{constructor(e,t,n){this.plot=e;this.theme=t;this.deps=n;this.tipDisposers=[];this.hoverPaneId=null;this.onPlotMove=e=>{if(e.pointerType!=="mouse")return;let t=this.plot.getBoundingClientRect(),n=e.clientX-t.left,i=t.width-this.deps.rightAxis(),o=null;if(n>=i&&n<=i+64){let s=e.clientY-t.top;for(let a of this.deps.panes())if(!(a.collapsed||a.height<Kb)&&s>=a.top&&s<=a.top+a.height){o=a.id;break}}this.setHoverPane(o),o&&this.sync();};this.onPlotLeave=()=>this.setHoverPane(null);KT(),this.cluster=document.createElement("div"),Object.assign(this.cluster.style,{position:"absolute",display:"none",justifyContent:"center",alignItems:"center",gap:`${WT}px`,padding:`${Xb}px 0 ${jb}px`,width:`${UT}px`,boxSizing:"border-box",zIndex:"6",pointerEvents:"auto"}),this.applyTheme(),this.autoBtn=this.button("A","Auto (fits data to screen)",()=>this.deps.onToggleAuto(this.hoverPaneId??"")),this.logBtn=this.button("L","Logarithmic scale",()=>this.deps.onToggleLog(this.hoverPaneId??"")),this.cluster.append(this.autoBtn,this.logBtn),this.plot.appendChild(this.cluster),this.plot.addEventListener("pointermove",this.onPlotMove),this.plot.addEventListener("pointerleave",this.onPlotLeave);}button(e,t,n){let i=document.createElement("button");return i.type="button",i.setAttribute("aria-label",t),i.textContent=e,i.className="vela-axis-btn",Object.assign(i.style,{width:`${nu}px`,height:`${nu}px`}),this.tipDisposers.push(vt(i,{host:this.plot,theme:()=>this.theme,text:()=>t,placement:"above"})),i.addEventListener("click",o=>{o.stopPropagation(),n(),this.sync();}),i}setTheme(e){this.theme=e,this.applyTheme();}applyTheme(){this.cluster.style.background=this.theme.background;}setHoverPane(e){this.hoverPaneId!==e&&(this.hoverPaneId=e,this.reposition());}reposition(){let e=this.hoverPaneId?this.deps.panes().find(t=>t.id===this.hoverPaneId):void 0;if(!e||e.collapsed||e.height<Kb){this.cluster.style.display="none";return}this.cluster.style.right=`${this.deps.rightAxis()-64}px`,this.cluster.style.top=`${e.top+e.height-YT}px`,this.cluster.style.display="flex",this.sync();}sync(){let e=this.deps.panes().find(t=>t.id===this.hoverPaneId);e&&(this.autoBtn.classList.toggle("vela-axis-on",e.auto),this.logBtn.classList.toggle("vela-axis-on",e.log));}destroy(){this.plot.removeEventListener("pointermove",this.onPlotMove),this.plot.removeEventListener("pointerleave",this.onPlotLeave);for(let e of this.tipDisposers)e();this.tipDisposers.length=0,this.cluster.remove();}};var qb={panes:true,paneManagement:true,fills:"native",bgcolor:"native",hline:"native",markers:true,barcolor:"native",perPointColor:true,drawings:true,userDrawings:true,drawingDepth:true,tables:true,trades:true,inputsUI:true},xo=null;function Zb(){if(xo!==null)return xo;try{xo=!!document.createElement("canvas").getContext("webgl2");}catch{xo=false;}return xo}function So(r){let e=Math.max(.5,Math.floor(r*.7)/2);return Math.max(1,Math.min(1.5,e))}function $r(r){return r<1?"aggregate":r<3?"wick":"full"}function Lt(r,e){return Math.round(r*e)/e}function Tl(r,e,t,n=1){let i=Math.max(1,Math.round(So(e)*t)),o=Math.round(r*t-i/2),s=Math.max(i,Math.round(Math.floor(e*.7*n)*t));(s-i)%2!==0&&(s+=1);let a=(s-i)/2;return {wickX:o/t,wickW:i/t,bodyX:(o-a)/t,bodyW:s/t,center:(o+i/2)/t}}var iu=1,Wr=q,Gr=X,Yt=.25,Kt=.05,XT=50,jT=$(vn,.08),qT=$(Ee,.08);function Jb(){return {chartTypes:{},fontSize:11,gridVert:{visible:true,color:null},gridHorz:{visible:true,color:null},borderColor:null,separatorColor:null,crosshair:{color:Ih,width:1,style:"dashed",opacity:.4,labelBackground:Qo},candle:{bodyVisible:true,borderVisible:false,borderUpColor:null,borderDownColor:null,wickVisible:true,wickUpColor:null,wickDownColor:null},bars:{upColor:null,downColor:null},line:{color:ui,width:2},area:{lineColor:ui,width:2,topColor:$(ui,.28),bottomColor:$(ui,.02)},baseline:{topLineColor:null,bottomLineColor:null,topFillColor:null,topFillColor2:null,bottomFillColor:null,bottomFillColor2:null,width:2,baselineLevel:XT},sessions:{premarketColor:jT,postmarketColor:qT}}}var ZT=["solid","dashed","dotted"],Qb=["candles","bars","line","area","baseline","heikinashi"];function ou(r){for(let e of tt())if(e.id===r)return e.basePainting??"candles";return "candles"}function Co(r){if(Qb.includes(r))return false;for(let e of tt())if(e.id===r)return (e.basePainting??"candles")==="candles";return false}function El(r,e){if(!Co(r))return null;let t=e[r]??{},n=o=>j(o)?o:null,i=o=>Re(o)?o:null;return {upColor:n(t.candleUpColor),downColor:n(t.candleDownColor),bodyVisible:i(t.candleBodyVisible),borderVisible:i(t.candleBorderVisible),borderUpColor:n(t.candleBorderUpColor),borderDownColor:n(t.candleBorderDownColor),wickVisible:i(t.candleWickVisible),wickUpColor:n(t.candleWickUpColor),wickDownColor:n(t.candleWickDownColor)}}function Ur(r,e,t,n){return e?{up:e.upColor??t,down:e.downColor??n,candle:{bodyVisible:e.bodyVisible??r.bodyVisible,borderVisible:e.borderVisible??r.borderVisible,borderUpColor:e.borderUpColor??r.borderUpColor,borderDownColor:e.borderDownColor??r.borderDownColor,wickVisible:e.wickVisible??r.wickVisible,wickUpColor:e.wickUpColor??r.wickUpColor,wickDownColor:e.wickDownColor??r.wickDownColor}}:{up:t,down:n,candle:r}}function Yr(){let r=[...Qb];for(let e of tt())r.includes(e.id)||r.push(e.id);return r}function j(r){return typeof r=="string"&&r.trim().length>0}function Re(r){return typeof r=="boolean"}function at(r){return typeof r=="number"&&Number.isFinite(r)}function JT(r){return typeof r=="string"&&ZT.includes(r)}function QT(r){return typeof r=="string"&&Yr().includes(r)}function eE(r){return r==="price"||r==="percent"||r==="indexed"}function me(r){return r&&typeof r=="object"?r:{}}function tE(r){return r<0?0:r>1?1:r}function ru(r){return r<1?1:r>10?10:r}function nE(r){return r<0?0:r>100?100:r}function rE(r){return r<.1?.1:r>10?10:r}function ev(r){let e={};for(let t of tt()){let n=t.settings;if(!n)continue;let i={},o=s=>{for(let a of s??[])for(let l of Pi(a))i[l.key]=l.defval;};for(let s of n.instances??[])s.enableKey&&(i[s.enableKey]=false),o(s.rows);for(let s of n.subsections??[])s.enableKey&&(i[s.enableKey]=false),o(s.rows);n.instances||o(n.rows),e[t.id]=i;}for(let[t,n]of Object.entries(r.chartTypes))e[t]={...e[t]??{},...n};return {...r,chartTypes:e}}function tv(r,e){let t=me(e),n=me(t.chartTypes),i={...r.chartTypes};for(let[S,P]of Object.entries(n))i[S]={...i[S]??{},...me(P)};let o=me(t.layout),s=me(t.grid),a=me(s.vertLines),l=me(s.horzLines),c=me(t.crosshair),d=me(t.priceScale),u=me(t.panes),h=me(t.trades),p=me(t.timeScale),m=me(t.candles),f=me(t.bars),g=me(t.line),b=me(t.area),y=me(t.baseline),v=me(t.series),w=me(t.sessions),E=me(t.stacking),x=me(E.series);return {version:iu,chartTypes:i,layout:{background:j(o.background)?o.background:r.layout.background,textColor:j(o.textColor)?o.textColor:r.layout.textColor,fontFamily:j(o.fontFamily)?o.fontFamily:r.layout.fontFamily,fontSize:at(o.fontSize)?Math.max(6,Math.min(32,o.fontSize)):r.layout.fontSize},grid:{vertLines:{visible:Re(a.visible)?a.visible:r.grid.vertLines.visible,color:j(a.color)?a.color:r.grid.vertLines.color},horzLines:{visible:Re(l.visible)?l.visible:r.grid.horzLines.visible,color:j(l.color)?l.color:r.grid.horzLines.color}},crosshair:{color:j(c.color)?c.color:r.crosshair.color,width:at(c.width)?Math.max(.5,Math.min(8,c.width)):r.crosshair.width,style:JT(c.style)?c.style:r.crosshair.style,opacity:at(c.opacity)?tE(c.opacity):r.crosshair.opacity,labelBackground:j(c.labelBackground)?c.labelBackground:r.crosshair.labelBackground},priceScale:{mode:eE(d.mode)?d.mode:r.priceScale.mode,log:Re(d.log)?d.log:r.priceScale.log,invert:Re(d.invert)?d.invert:r.priceScale.invert,borderColor:j(d.borderColor)?d.borderColor:r.priceScale.borderColor,labelsVisible:Re(d.labelsVisible)?d.labelsVisible:r.priceScale.labelsVisible,currentPriceLine:Re(d.currentPriceLine)?d.currentPriceLine:r.priceScale.currentPriceLine,priceLabel:Re(d.priceLabel)?d.priceLabel:r.priceScale.priceLabel,countdown:Re(d.countdown)?d.countdown:r.priceScale.countdown},panes:{separatorColor:j(u.separatorColor)?u.separatorColor:r.panes.separatorColor},trades:{visible:Re(h.visible)?h.visible:r.trades.visible,labels:Re(h.labels)?h.labels:r.trades.labels,qty:Re(h.qty)?h.qty:r.trades.qty,longColor:j(h.longColor)?h.longColor:r.trades.longColor,shortColor:j(h.shortColor)?h.shortColor:r.trades.shortColor,exitColor:j(h.exitColor)?h.exitColor:r.trades.exitColor},timeScale:{timezone:typeof p.timezone=="string"&&p.timezone?p.timezone:r.timeScale.timezone},candles:{upColor:j(m.upColor)?m.upColor:r.candles.upColor,downColor:j(m.downColor)?m.downColor:r.candles.downColor,bodyVisible:Re(m.bodyVisible)?m.bodyVisible:r.candles.bodyVisible,borderVisible:Re(m.borderVisible)?m.borderVisible:r.candles.borderVisible,borderUpColor:j(m.borderUpColor)?m.borderUpColor:r.candles.borderUpColor,borderDownColor:j(m.borderDownColor)?m.borderDownColor:r.candles.borderDownColor,wickVisible:Re(m.wickVisible)?m.wickVisible:r.candles.wickVisible,wickUpColor:j(m.wickUpColor)?m.wickUpColor:r.candles.wickUpColor,wickDownColor:j(m.wickDownColor)?m.wickDownColor:r.candles.wickDownColor},bars:{upColor:j(f.upColor)?f.upColor:r.bars.upColor,downColor:j(f.downColor)?f.downColor:r.bars.downColor},line:{color:j(g.color)?g.color:r.line.color,width:at(g.width)?ru(g.width):r.line.width},area:{lineColor:j(b.lineColor)?b.lineColor:r.area.lineColor,width:at(b.width)?ru(b.width):r.area.width,topColor:j(b.topColor)?b.topColor:r.area.topColor,bottomColor:j(b.bottomColor)?b.bottomColor:r.area.bottomColor},baseline:{topLineColor:j(y.topLineColor)?y.topLineColor:r.baseline.topLineColor,bottomLineColor:j(y.bottomLineColor)?y.bottomLineColor:r.baseline.bottomLineColor,topFillColor:j(y.topFillColor)?y.topFillColor:r.baseline.topFillColor,topFillColor2:j(y.topFillColor2)?y.topFillColor2:r.baseline.topFillColor2,bottomFillColor:j(y.bottomFillColor)?y.bottomFillColor:r.baseline.bottomFillColor,bottomFillColor2:j(y.bottomFillColor2)?y.bottomFillColor2:r.baseline.bottomFillColor2,width:at(y.width)?ru(y.width):r.baseline.width,baselineLevel:at(y.baselineLevel)?nE(y.baselineLevel):r.baseline.baselineLevel},series:{style:QT(v.style)?v.style:r.series.style,baseline:v.baseline===null?null:at(v.baseline)?v.baseline:r.series.baseline,spacing:at(v.spacing)?rE(v.spacing):r.series.spacing},sessions:{premarketColor:j(w.premarketColor)?w.premarketColor:r.sessions.premarketColor,postmarketColor:j(w.postmarketColor)?w.postmarketColor:r.sessions.postmarketColor},stacking:{candles:at(E.candles)?E.candles:r.stacking.candles,series:{...r.stacking.series,...Object.fromEntries(Object.entries(x).filter(([,S])=>at(S)))}}}}var To=class{constructor(e=4096){this.n=0;this.alpha=1;this.buf=new Float32Array(e*8);}reset(){this.n=0;}get vertexCount(){return this.n/8}get view(){return this.buf.subarray(0,this.n)}ensure(e){let t=this.n+e*8;if(t<=this.buf.length)return;let n=this.buf.length||8;for(;n<t;)n*=2;let i=new Float32Array(n);i.set(this.buf.subarray(0,this.n)),this.buf=i;}v(e,t,n,i=0,o=-1){let s=this.buf,a=this.n;s[a++]=e,s[a++]=t,s[a++]=n[0],s[a++]=n[1],s[a++]=n[2],s[a++]=n[3]*this.alpha,s[a++]=i,s[a++]=o,this.n=a;}tri(e,t,n,i,o,s,a,l,c){this.ensure(3),this.v(e,t,n),this.v(i,o,s),this.v(a,l,c);}quad4(e,t,n,i,o,s,a,l,c,d,u,h){this.ensure(6),this.v(e,t,n),this.v(i,o,s),this.v(a,l,c),this.v(e,t,n),this.v(a,l,c),this.v(d,u,h);}quad(e,t,n,i,o,s,a,l,c){this.quad4(e,t,c,n,i,c,o,s,c,a,l,c);}rect(e,t,n,i,o){this.quad(e,t,e+n,t,e+n,t+i,e,t+i,o);}seg(e,t,n,i,o,s){let a=n-e,l=i-t,c=Math.hypot(a,l);if(c<1e-6)return;let d=o/2,u=d+1,h=-l/c*u,p=a/c*u,m=e+h,f=t+p,g=n+h,b=i+p,y=n-h,v=i-p,w=e-h,E=t-p;this.ensure(6),this.v(m,f,s,u,d),this.v(g,b,s,u,d),this.v(y,v,s,-u,d),this.v(m,f,s,u,d),this.v(y,v,s,-u,d),this.v(w,E,s,-u,d);}dashedSeg(e,t,n,i,o,s,a){if(!a){this.seg(e,t,n,i,o,s);return}let l=n-e,c=i-t,d=Math.hypot(l,c);if(d<1e-6)return;let u=l/d,h=c/d,p=a[0]+a[1];if(p<=0){this.seg(e,t,n,i,o,s);return}let m=0;for(;m<d;){let f=Math.min(a[0],d-m),g=m,b=m+f;this.seg(e+u*g,t+h*g,e+u*b,t+h*b,o,s),m+=p;}}rectStroke(e,t,n,i,o,s){this.seg(e,t,e+n,t,o,s),this.seg(e+n,t,e+n,t+i,o,s),this.seg(e+n,t+i,e,t+i,o,s),this.seg(e,t+i,e,t,o,s);}circle(e,t,n,i,o=16){let s=e+n,a=t;for(let l=1;l<=o;l+=1){let c=l/o*Math.PI*2,d=e+Math.cos(c)*n,u=t+Math.sin(c)*n;this.tri(e,t,i,s,a,i,d,u,i),s=d,a=u;}}};var rv=[0,0,0,1],hn=null,iE=8192,Kr=new Map,nv=new Map;function G(r){if(!r)return rv;let e=Kr.get(r);return e||(e=nv.get(r),e?(Kr.set(r,e),e):(e=oE(r),Kr.set(r,e),Kr.size>=iE&&(nv=Kr,Kr=new Map),e))}function iv(r,e="#000000"){let[t,n,i,o]=G(r),s=t,a=n,l=i;if(o<1){let[h,p,m]=G(e);s=t*o+h*(1-o),a=n*o+p*(1-o),l=i*o+m*(1-o);}let c=.2126*su(s)+.7152*su(a)+.0722*su(l),d=(c+.05)/.05,u=1.05/(c+.05);return d>=u?"#000000":"#ffffff"}function su(r){return r<=.04045?r/12.92:Math.pow((r+.055)/1.055,2.4)}function oE(r){if(!hn){let t=document.createElement("canvas");t.width=1,t.height=1,hn=t.getContext("2d",{willReadFrequently:true});}if(!hn)return rv;hn.clearRect(0,0,1,1),hn.fillStyle="#000",hn.fillStyle=r,hn.fillRect(0,0,1,1);let e=hn.getImageData(0,0,1,1).data;return [e[0]/255,e[1]/255,e[2]/255,e[3]/255]}var sE=`#version 300 es
765
765
  layout(location=0) in vec2 aPos;
766
766
  layout(location=1) in vec4 aColor;
767
767
  layout(location=2) in vec2 aEdge; // (signed perpendicular distance from line center, half-width)
@@ -773,7 +773,7 @@ void main() {
773
773
  gl_Position = vec4(clip, 0.0, 1.0);
774
774
  vColor = aColor;
775
775
  vEdge = aEdge;
776
- }`,lE=`#version 300 es
776
+ }`,aE=`#version 300 es
777
777
  precision highp float;
778
778
  in vec4 vColor;
779
779
  in vec2 vEdge;
@@ -783,13 +783,13 @@ void main() {
783
783
  float aa = fwidth(vEdge.x);
784
784
  float cov = clamp((vEdge.y - abs(vEdge.x)) / max(aa, 1e-4) + 0.5, 0.0, 1.0);
785
785
  frag = vec4(vColor.rgb, vColor.a * cov);
786
- }`,cE=`#version 300 es
786
+ }`,lE=`#version 300 es
787
787
  layout(location=0) in vec2 aPos;
788
788
  out vec2 vUv;
789
789
  void main() {
790
790
  vUv = aPos * 0.5 + 0.5;
791
791
  gl_Position = vec4(aPos, 0.0, 1.0);
792
- }`,dE=`#version 300 es
792
+ }`,cE=`#version 300 es
793
793
  precision mediump float;
794
794
  in vec2 vUv;
795
795
  uniform sampler2D uTex;
@@ -809,14 +809,14 @@ void main() {
809
809
  sum += texture(uTex, vUv + o2) * 0.0702702703;
810
810
  sum += texture(uTex, vUv - o2) * 0.0702702703;
811
811
  frag = sum;
812
- }`,au={solid:null,dashed:[6,4],dotted:[2,3]};function ov(r){return Math.max(6,Math.min(20,Math.round(r*4)))}var Ml=class{constructor(){this.kind="webgl2";this.modelAlpha=1;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.candleBodyScale=1;this.onNeedsRedraw=null;this.onContextFailed=null;this.glow=0;this.canvas=null;this.gl=null;this.program=null;this.vao=null;this.vbo=null;this.uRes=null;this.batch=new To;this.contextLost=false;this.screenProgram=null;this.uTex=null;this.uDir=null;this.uIntensity=null;this.quadVao=null;this.quadVbo=null;this.fboA=null;this.texA=null;this.fboB=null;this.texB=null;this.fboW=0;this.fboH=0;this.glowBatch=new To;this.sliceTex=new Map;this.onLost=e=>{e.preventDefault(),this.contextLost=true;};this.onRestored=()=>{this.contextLost=false,this.initGL()?this.onNeedsRedraw?.():this.onContextFailed?.();};}get ok(){return this.gl!==null}mount(e){if(this.canvas=e,this.gl=e.getContext("webgl2",{alpha:true,antialias:true,depth:false,stencil:false,premultipliedAlpha:true}),!!this.gl){if(!this.initGL()){this.gl=null;return}e.addEventListener("webglcontextlost",this.onLost,false),e.addEventListener("webglcontextrestored",this.onRestored,false);}}initGL(){let e=this.gl;if(!e)return false;this.screenProgram=null,this.quadVao=null,this.quadVbo=null,this.fboA=this.fboB=null,this.texA=this.texB=null,this.fboW=this.fboH=0,this.sliceTex.clear();let t=Pl(e,e.VERTEX_SHADER,aE),n=Pl(e,e.FRAGMENT_SHADER,lE),i=e.createProgram();if(!t||!n||!i)return t&&e.deleteShader(t),n&&e.deleteShader(n),i&&e.deleteProgram(i),false;if(e.attachShader(i,t),e.attachShader(i,n),e.linkProgram(i),!e.getProgramParameter(i,e.LINK_STATUS))return e.deleteProgram(i),e.deleteShader(t),e.deleteShader(n),false;e.deleteShader(t),e.deleteShader(n),this.program=i,this.uRes=e.getUniformLocation(i,"uRes"),this.vbo=e.createBuffer(),this.vao=e.createVertexArray(),e.bindVertexArray(this.vao),e.bindBuffer(e.ARRAY_BUFFER,this.vbo);let o=32;return e.enableVertexAttribArray(0),e.vertexAttribPointer(0,2,e.FLOAT,false,o,0),e.enableVertexAttribArray(1),e.vertexAttribPointer(1,4,e.FLOAT,false,o,8),e.enableVertexAttribArray(2),e.vertexAttribPointer(2,2,e.FLOAT,false,o,24),e.bindVertexArray(null),this.glow>0&&!this.ensureScreenPipeline()&&(this.glow=0),true}ensureScreenPipeline(){if(this.screenProgram&&this.quadVao)return true;let e=this.gl;if(!e)return false;let t=Pl(e,e.VERTEX_SHADER,cE),n=Pl(e,e.FRAGMENT_SHADER,dE),i=e.createProgram();return !t||!n||!i?(t&&e.deleteShader(t),n&&e.deleteShader(n),i&&e.deleteProgram(i),false):(e.attachShader(i,t),e.attachShader(i,n),e.linkProgram(i),e.getProgramParameter(i,e.LINK_STATUS)?(e.deleteShader(t),e.deleteShader(n),this.screenProgram=i,this.uTex=e.getUniformLocation(i,"uTex"),this.uDir=e.getUniformLocation(i,"uDir"),this.uIntensity=e.getUniformLocation(i,"uIntensity"),this.quadVbo=e.createBuffer(),this.quadVao=e.createVertexArray(),e.bindVertexArray(this.quadVao),e.bindBuffer(e.ARRAY_BUFFER,this.quadVbo),e.bufferData(e.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,1,1]),e.STATIC_DRAW),e.enableVertexAttribArray(0),e.vertexAttribPointer(0,2,e.FLOAT,false,0,0),e.bindVertexArray(null),true):(e.deleteProgram(i),false))}ensureFbos(e,t,n){if(this.fboA&&this.fboW===t&&this.fboH===n)return true;this.deleteFbos(e);let i=()=>{let a=e.createTexture();e.bindTexture(e.TEXTURE_2D,a),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,t,n,0,e.RGBA,e.UNSIGNED_BYTE,null),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);let l=e.createFramebuffer();return e.bindFramebuffer(e.FRAMEBUFFER,l),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,a,0),{tex:a,fbo:l}},o=i(),s=i();return e.bindFramebuffer(e.FRAMEBUFFER,null),this.texA=o.tex,this.fboA=o.fbo,this.texB=s.tex,this.fboB=s.fbo,this.fboW=t,this.fboH=n,!!(this.fboA&&this.fboB)}deleteFbos(e){this.fboA&&e.deleteFramebuffer(this.fboA),this.fboB&&e.deleteFramebuffer(this.fboB),this.texA&&e.deleteTexture(this.texA),this.texB&&e.deleteTexture(this.texB),this.fboA=this.fboB=null,this.texA=this.texB=null,this.fboW=this.fboH=0;}render(e,t,n){let i=this.gl,o=this.canvas;if(!i||!o||!this.program||this.contextLost||i.isContextLost())return;let s=t.dpr,a=t.width;i.viewport(0,0,o.width,o.height),i.disable(i.SCISSOR_TEST),i.clearColor(0,0,0,0),i.clear(i.COLOR_BUFFER_BIT);let l=t.barCount;if(l===0)return;let c=t.visibleLogicalRange(),d=Math.max(0,Math.floor(c.from)),u=Math.min(l-1,Math.ceil(c.to));if(u<d)return;i.enable(i.BLEND),i.enable(i.SCISSOR_TEST);let h=pE(e.indicators),p=e.orderedPanes(),m=new Set;for(let f of p){let g=this.batch;g.reset();let b=Math.round(f.bounds.top*s),y=Math.round((f.bounds.top+f.bounds.height)*s);i.scissor(0,o.height-y,Math.round(a*s),y-b);let v=()=>{g.vertexCount!==0&&(i.blendFuncSeparate(i.SRC_ALPHA,i.ONE_MINUS_SRC_ALPHA,i.ONE,i.ONE_MINUS_SRC_ALPHA),i.useProgram(this.program),i.bindVertexArray(this.vao),i.uniform2f(this.uRes,o.width/s,o.height/s),i.bindBuffer(i.ARRAY_BUFFER,this.vbo),i.bufferData(i.ARRAY_BUFFER,g.view,i.DYNAMIC_DRAW),i.drawArrays(i.TRIANGLES,0,g.vertexCount),g.reset());},w=f.collapsed?[]:e.drawingSlices.get(f.id)??[],E=0,x=S=>{for(;E<w.length&&w[E].beforeZ<=S;E+=1)v(),this.drawSliceTexture(i,w[E].canvas)&&m.add(w[E].canvas);};if(g.alpha=1,!f.collapsed){let S=e.orderedIndicatorsForPane(f.id),P=f.kind==="price",k=L=>{let C=e.scaleFor(L,f);return C===f.scale?f:{...f,scale:C}};g.alpha=this.modelAlpha;for(let L of S)for(let C of L.backgrounds)C.overlay!==true&&this.emitBackground(g,C,f,t);if(P)for(let L of e.indicators.values())for(let C of L.backgrounds)C.overlay===true&&this.emitBackground(g,C,f,t);let T=P&&!e.candlesHidden,M=false;for(let L of S){T&&!M&&e.zOf(L.id)>=e.candleZ&&(x(e.candleZ),g.alpha=this.candleStructureAlpha,this.emitPriceSeries(g,e,d,u,t,f,n,h,a),M=true),x(e.zOf(L.id)),g.alpha=this.modelAlpha;let C=e.offsetOf(L.id),I=k(L);for(let V of L.fills)V.overlay!==true&&this.emitFill(g,L,V,I,t,d,u,C);for(let V of L.series)V.overlay!==true&&this.emitSeries(g,V,I,t,d,u,n,C);}if(T&&!M&&(x(e.candleZ),g.alpha=this.candleStructureAlpha,this.emitPriceSeries(g,e,d,u,t,f,n,h,a)),g.alpha=this.modelAlpha,P){for(let L of e.indicators.values()){let C=e.offsetOf(L.id);for(let I of L.fills)I.overlay===true&&this.emitFill(g,L,I,f,t,d,u,C);}for(let L of e.indicators.values()){let C=e.offsetOf(L.id);for(let I of L.series)I.overlay===true&&this.emitSeries(g,I,f,t,d,u,n,C);}}x(1/0);for(let L of S){let C=k(L);for(let I of L.priceLines)this.emitHline(g,I,C,t,a,n);}g.alpha=1;}v();}i.disable(i.SCISSOR_TEST);for(let[f,g]of this.sliceTex)m.has(f)||(i.deleteTexture(g),this.sliceTex.delete(f));this.glow>0&&!this.screenProgram&&!this.ensureScreenPipeline()&&(this.glow=0),this.glow>0&&this.screenProgram&&(this.glowBatch.alpha=this.modelAlpha,this.renderGlow(i,e,t,d,u));}renderGlow(e,t,n,i,o){let s=this.canvas,a=Math.max(1,s.width>>1),l=Math.max(1,s.height>>1);if(!this.ensureFbos(e,a,l))return;let c=n.dpr,d=n.width;e.bindFramebuffer(e.FRAMEBUFFER,this.fboA),e.viewport(0,0,a,l),e.disable(e.SCISSOR_TEST),e.clearColor(0,0,0,0),e.clear(e.COLOR_BUFFER_BIT),e.enable(e.BLEND),e.blendFuncSeparate(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.useProgram(this.program),e.bindVertexArray(this.vao),e.uniform2f(this.uRes,s.width/c,s.height/c),e.enable(e.SCISSOR_TEST);for(let u of t.orderedPanes()){let h=this.glowBatch;if(h.reset(),this.emitGlowSources(h,t,u,n,i,o),h.vertexCount===0)continue;let p=Math.round(u.bounds.top*c*.5),m=Math.round((u.bounds.top+u.bounds.height)*c*.5);e.scissor(0,l-m,Math.round(d*c*.5),m-p),e.bindBuffer(e.ARRAY_BUFFER,this.vbo),e.bufferData(e.ARRAY_BUFFER,h.view,e.DYNAMIC_DRAW),e.drawArrays(e.TRIANGLES,0,h.vertexCount);}e.disable(e.SCISSOR_TEST),e.useProgram(this.screenProgram),e.bindVertexArray(this.quadVao),e.uniform1i(this.uTex,0),e.uniform1f(this.uIntensity,1),e.activeTexture(e.TEXTURE0),e.disable(e.BLEND),e.bindFramebuffer(e.FRAMEBUFFER,this.fboB),e.bindTexture(e.TEXTURE_2D,this.texA),e.uniform2f(this.uDir,1/a,0),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindFramebuffer(e.FRAMEBUFFER,this.fboA),e.bindTexture(e.TEXTURE_2D,this.texB),e.uniform2f(this.uDir,0,1/l),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindFramebuffer(e.FRAMEBUFFER,null),e.viewport(0,0,s.width,s.height),e.enable(e.BLEND),e.blendFunc(e.ONE,e.ONE),e.bindTexture(e.TEXTURE_2D,this.texA),e.uniform2f(this.uDir,0,0),e.uniform1f(this.uIntensity,this.glow),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindTexture(e.TEXTURE_2D,null),e.bindVertexArray(null);}drawSliceTexture(e,t){if(!this.ensureScreenPipeline()||!this.screenProgram)return false;let n=this.sliceTex.get(t)??null;if(!n){if(n=e.createTexture(),!n)return false;this.sliceTex.set(t,n),e.bindTexture(e.TEXTURE_2D,n),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);}return e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,true),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,true),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,false),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,false),e.useProgram(this.screenProgram),e.bindVertexArray(this.quadVao),e.uniform1i(this.uTex,0),e.uniform2f(this.uDir,0,0),e.uniform1f(this.uIntensity,1),e.blendFuncSeparate(e.ONE,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindVertexArray(null),true}emitGlowSources(e,t,n,i,o,s){let a=(l,c)=>{!ve(l)||l.visible===false||l.kind==="histogram"||l.kind==="columns"||(l.kind==="circles"||l.kind==="cross"?this.emitPointMarkers(e,l,n,i,o,s,c):this.emitPolyline(e,l,n,i,o,s,l.kind==="step",c));};for(let l of t.indicatorsForPane(n.id)){let c=t.offsetOf(l.id);for(let d of l.series)d.overlay!==true&&a(d,c);}if(n.kind==="price")for(let l of t.indicators.values()){let c=t.offsetOf(l.id);for(let d of l.series)d.overlay===true&&a(d,c);}}destroy(){let e=this.gl;if(this.canvas&&(this.canvas.removeEventListener("webglcontextlost",this.onLost),this.canvas.removeEventListener("webglcontextrestored",this.onRestored)),e){this.program&&e.deleteProgram(this.program),this.vbo&&e.deleteBuffer(this.vbo),this.vao&&e.deleteVertexArray(this.vao),this.screenProgram&&e.deleteProgram(this.screenProgram),this.quadVbo&&e.deleteBuffer(this.quadVbo),this.quadVao&&e.deleteVertexArray(this.quadVao);for(let t of this.sliceTex.values())e.deleteTexture(t);this.sliceTex.clear(),this.deleteFbos(e),e.getExtension("WEBGL_lose_context")?.loseContext();}this.gl=null,this.canvas=null,this.program=null,this.vao=null,this.vbo=null,this.screenProgram=null;}emitBackground(e,t,n,i){let o=i.timeToX(t.from),s=i.timeToX(t.to);s<0||o>i.width||s<=o||e.rect(o,n.bounds.top,s-o,n.bounds.height,G(t.color));}emitFill(e,t,n,i,o,s,a,l=0){let c=av(t,n.fromSeriesId),d=av(t,n.toSeriesId);if(!(!c||!d))for(let u=Math.max(1,s);u<=a;u+=1){let h=c[u-1-l],p=d[u-1-l],m=c[u-l],f=d[u-l];if(!h||!p||!m||!f||h.value===null||p.value===null||m.value===null||f.value===null)continue;let g=o.logicalToX(u-1),b=o.logicalToX(u),y=o.priceToY(h.value,i.scale,i.bounds),v=o.priceToY(p.value,i.scale,i.bounds),w=o.priceToY(m.value,i.scale,i.bounds),E=o.priceToY(f.value,i.scale,i.bounds),x=n.gradient?.[u-1-l];if(x){let S=o.priceToY(x.topValue,i.scale,i.bounds),P=o.priceToY(x.bottomValue,i.scale,i.bounds),k=P===S?S+1:P,T=G(x.topColor),M=G(x.bottomColor),L=k-S,C=I=>lu(T,M,Ll((I-S)/L));e.quad4(g,y,C(y),b,w,C(w),b,E,C(E),g,v,C(v));}else {let S=n.colors?n.colors[u-1-l]:n.color;if(!S)continue;e.quad(g,y,b,w,b,E,g,v,G(S));}}}emitPriceSeries(e,t,n,i,o,s,a,l,c){if(t.basePainting==="none")return;let d=t.bars,u=t.style;switch(t.priceStyle){case "bars":this.emitBars(e,d,n,i,o,s,u.bars.upColor??a.upColor,u.bars.downColor??a.downColor,l);return;case "line":this.emitPriceLine(e,d,n,i,o,s,G(u.line.color??a.upColor),u.line.width);return;case "area":{let h=u.area.lineColor??a.upColor;this.emitPriceArea(e,d,n,i,o,s,G(u.area.topColor??h),G(u.area.bottomColor??"rgba(0,0,0,0)")),this.emitPriceLine(e,d,n,i,o,s,G(h),u.area.width);return}case "baseline":this.emitBaseline(e,d,n,i,o,s,t,a,c);return;default:this.emitCandles(e,t,d,n,i,o,s,a,l);}}emitBars(e,t,n,i,o,s,a,l,c){let d=o.bodySpacing(),u=$r(d);if(u==="aggregate"){this.emitCandlesAggregated(e,t,n,i,o,s,a,l,c);return}let h=Math.max(1,Math.round(d*.35)),p=u==="full";for(let m=n;m<=i;m+=1){let f=t[m];if(!f||f.high<=f.low)continue;let g=G(c.get(f.time)??(f.close>=f.open?a:l)),b=Math.round(o.logicalToX(m)),y=o.priceToY(f.high,s.scale,s.bounds),v=o.priceToY(f.low,s.scale,s.bounds);if(e.rect(b-.5,y,1,v-y,g),p){let w=o.priceToY(f.open,s.scale,s.bounds),E=o.priceToY(f.close,s.scale,s.bounds);e.rect(b-h,w-.5,h,1,g),e.rect(b,E-.5,h,1,g);}}}emitPriceLine(e,t,n,i,o,s,a,l){let c=Math.max(1,l)/2,d=ov(c),u=false,h=0,p=0;for(let m=Math.max(0,n-1);m<=i;m+=1){let f=t[m];if(!f){u=false;continue}let g=o.logicalToX(m),b=o.priceToY(f.close,s.scale,s.bounds);u&&e.seg(h,p,g,b,l,a),e.circle(g,b,c,a,d),h=g,p=b,u=true;}}emitPriceArea(e,t,n,i,o,s,a,l){let c=s.bounds.top+s.bounds.height,d=[],u=1/0,h=()=>{if(d.length>=2){let p=c-u,m=f=>lu(a,l,p<1e-6?0:Ll((f-u)/p));for(let f=1;f<d.length;f+=1){let g=d[f-1],b=d[f];e.quad4(g.x,g.y,m(g.y),b.x,b.y,m(b.y),b.x,c,l,g.x,c,l);}}d.length=0,u=1/0;};for(let p=Math.max(0,n-1);p<=i;p+=1){let m=t[p];if(!m){h();continue}let f=o.logicalToX(p),g=o.priceToY(m.close,s.scale,s.bounds);d.push({x:f,y:g}),g<u&&(u=g);}h();}emitBaseline(e,t,n,i,o,s,a,l,c){let d=a.baselinePriceFor(s.scale),u=o.priceToY(d,s.scale,s.bounds),h=a.style.baseline,p=h.topLineColor??Wr,m=h.bottomLineColor??Gr,f=G(p),g=G(m),b=G(h.topFillColor??$(p,Yt)),y=G(h.topFillColor2??$(p,Kt)),v=G(h.bottomFillColor??$(m,Yt)),w=G(h.bottomFillColor2??$(m,Kt)),E=[];for(let T=Math.max(0,n-1);T<=i;T+=1){let M=t[T];M&&E.push({x:o.logicalToX(T),y:o.priceToY(M.close,s.scale,s.bounds)});}if(E.length<2)return;let x=s.bounds.top,S=s.bounds.top+s.bounds.height,P=T=>T<=u?y:w,k=T=>{let M=T<=u,L=M?u-x:S-u,C=L>0?Ll(Math.abs(T-u)/L):0;return lu(M?y:w,M?b:v,C)};for(let T=1;T<E.length;T+=1){let M=E[T-1],L=E[T];if(M.y<=u!=L.y<=u&&L.y!==M.y){let C=(u-M.y)/(L.y-M.y),I=M.x+(L.x-M.x)*C;e.tri(M.x,M.y,k(M.y),I,u,P(M.y),M.x,u,P(M.y)),e.tri(I,u,P(L.y),L.x,L.y,k(L.y),L.x,u,P(L.y));}else e.quad4(M.x,M.y,k(M.y),L.x,L.y,k(L.y),L.x,u,P(L.y),M.x,u,P(M.y));}e.dashedSeg(0,u,c,u,1,G(a.style.borderColor??l.borderColor),au.dashed??null);for(let T=1;T<E.length;T+=1){let M=E[T-1],L=E[T],C=M.y<=u,I=L.y<=u;if(C!==I&&L.y!==M.y){let V=(u-M.y)/(L.y-M.y),Y=M.x+(L.x-M.x)*V;e.seg(M.x,M.y,Y,u,h.width,C?f:g),e.seg(Y,u,L.x,L.y,h.width,I?f:g);}else e.seg(M.x,M.y,L.x,L.y,h.width,C?f:g);}}emitCandles(e,t,n,i,o,s,a,l,c){let d=s.bodySpacing(),u=$r(d),h=Ur(t.style.candle,t.candleOverride,l.upColor,l.downColor);if(u==="aggregate"){this.emitCandlesAggregated(e,n,i,o,s,a,h.up,h.down,c);return}let p=u==="full",m=h.up,f=h.down,g=h.candle,b=this.candleStructureAlpha>this.candleBodyAlpha+.001;for(let y=i;y<=o;y+=1){let v=n[y];if(!v||v.high<=v.low)continue;let w=Tl(s.logicalToX(y),d,s.dpr,this.candleBodyScale),E=v.close>=v.open,x=E?m:f,P=c.get(v.time)??x,k=G(P),T=0,M=0;if(p){let L=s.priceToY(v.open,a.scale,a.bounds),C=s.priceToY(v.close,a.scale,a.bounds);T=Lt(Math.min(L,C),s.dpr),M=Math.max(1/s.dpr,Lt(Math.max(L,C),s.dpr)-T);}if(g.wickVisible){let L=Lt(s.priceToY(v.high,a.scale,a.bounds),s.dpr),C=Lt(s.priceToY(v.low,a.scale,a.bounds),s.dpr);e.alpha=this.candleStructureAlpha;let I=G((E?g.wickUpColor:g.wickDownColor)??(p?x:P));p?(e.rect(w.wickX,L,w.wickW,Math.max(0,T-L),I),e.rect(w.wickX,T+M,w.wickW,Math.max(0,C-(T+M)),I)):e.rect(w.wickX,L,w.wickW,C-L,I);}if(p&&(g.bodyVisible&&(e.alpha=this.candleBodyAlpha,e.rect(w.bodyX,T,w.bodyW,M,k)),g.borderVisible||b&&g.bodyVisible)){e.alpha=this.candleStructureAlpha;let L=g.borderVisible?G((E?g.borderUpColor:g.borderDownColor)??P):k,C=Math.max(0,w.bodyW-1),I=Math.max(0,M-1);e.rectStroke(w.bodyX+.5,T+.5,C,I,1,L);}}}emitCandlesAggregated(e,t,n,i,o,s,a,l,c){let d=NaN,u=1/0,h=-1/0,p=0,m=0,f=0,g=false,b=()=>{if(!g)return;let y=G(c.get(f)??(m>=p?a:l)),v=o.priceToY(h,s.scale,s.bounds),w=o.priceToY(u,s.scale,s.bounds);e.rect(d-.5,v,1,w-v,y);};for(let y=n;y<=i;y+=1){let v=t[y];if(!v||v.high<=v.low)continue;let w=Math.round(o.logicalToX(y));!g||w!==d?(b(),d=w,u=v.low,h=v.high,p=v.open,f=v.time,g=true):(v.low<u&&(u=v.low),v.high>h&&(h=v.high)),m=v.close;}b();}emitSeries(e,t,n,i,o,s,a,l=0){if(t.kind==="candle"||t.kind==="bar"){this.emitPlotCandles(e,t,n,i,o,s,a,l);return}if(!(!ve(t)||t.visible===false))switch(t.kind){case "histogram":case "columns":this.emitHistogram(e,t,n,i,o,s,l);break;case "area":this.emitArea(e,t,n,i,o,s,l),this.emitPolyline(e,t,n,i,o,s,false,l);break;case "circles":case "cross":this.emitPointMarkers(e,t,n,i,o,s,l);break;case "step":this.emitPolyline(e,t,n,i,o,s,true,l);break;default:this.emitPolyline(e,t,n,i,o,s,false,l);}}emitPolyline(e,t,n,i,o,s,a,l=0){let c=Math.max(1,t.style.width),d=c/2,u=au[t.style.lineStyle]??null,h=!u&&!a,p=ov(d),m=false;for(let f=Math.max(1,o-1);f<=s;f+=1){let g=t.points[f-l],b=t.points[f-1-l];if(!g||g.value===null||!b||b.value===null){m=false;continue}let y=i.logicalToX(f),v=i.priceToY(g.value,n.scale,n.bounds),w=i.logicalToX(f-1),E=i.priceToY(b.value,n.scale,n.bounds),x=G(g.color??t.style.color);a?(e.dashedSeg(w,E,y,E,c,x,u),e.dashedSeg(y,E,y,v,c,x,u)):e.dashedSeg(w,E,y,v,c,x,u),h&&(m||e.circle(w,E,d,G(b.color??t.style.color),p),e.circle(y,v,d,x,p)),m=true;}}emitArea(e,t,n,i,o,s,a=0){let l=n.bounds.top+n.bounds.height,c=G(t.style.color),d=[],u=1/0,h=()=>{if(d.length<1){d=[],u=1/0;return}let p=l-u,m=f=>uE(c,p<1e-6?0:Ll((f-u)/p));for(let f=1;f<d.length;f+=1){let g=d[f-1],b=d[f];e.quad4(g.x,g.y,m(g.y),b.x,b.y,m(b.y),b.x,l,sv,g.x,l,sv);}d=[],u=1/0;};for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null){h();continue}let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);d.push({x:f,y:g}),g<u&&(u=g);}h();}emitHistogram(e,t,n,i,o,s,a=0){let l=i.bodySpacing(),c=Math.max(1,(t.kind==="columns"?.7:.8)*l),d=c/2,u=t.style.base??0,h=i.priceToY(u,n.scale,n.bounds);for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null)continue;let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);e.rect(f-d,Math.min(h,g),c,Math.max(1,Math.abs(g-h)),G(m.color??t.style.color));}}emitPointMarkers(e,t,n,i,o,s,a=0){let l=Math.max(1.5,t.style.width);for(let c=o;c<=s;c+=1){let d=t.points[c-a];if(!d||d.value===null)continue;let u=i.logicalToX(c),h=i.priceToY(d.value,n.scale,n.bounds),p=G(d.color??t.style.color);t.kind==="cross"?(e.seg(u-l,h,u+l,h,1,p),e.seg(u,h-l,u,h+l,1,p)):e.circle(u,h,l,p,Math.max(16,Math.ceil(l*2)));}}emitPlotCandles(e,t,n,i,o,s,a,l=0){let c=i.bodySpacing(),d=t.style?.up??a.upColor,u=t.style?.down??a.downColor,h=t.kind==="bar",p=Math.max(.5,Math.floor(c*.7)/2),m=Math.max(1,Math.round(c*.35));for(let f=o;f<=s;f+=1){let g=t.bars[f-l];if(!g)continue;let b=t.barColors?.[f-l],y=G(b?.color??(g.close>=g.open?d:u)),v=Math.round(i.logicalToX(f)),w=i.priceToY(g.high,n.scale,n.bounds),E=i.priceToY(g.low,n.scale,n.bounds),x=i.priceToY(g.open,n.scale,n.bounds),S=i.priceToY(g.close,n.scale,n.bounds);if(h){e.rect(v-.5,w,1,E-w,y),e.rect(v-m,x-.5,m,1,y),e.rect(v,S-.5,m,1,y);continue}let P=Math.max(1,Math.round(So(c)*i.dpr)),k=(Math.round(v*i.dpr)-(P>>1))/i.dpr;e.rect(k,w,P/i.dpr,E-w,G(b?.wickColor??b?.color??(g.close>=g.open?d:u)));let T=Math.min(x,S),M=Math.max(1,Math.abs(S-x));if(e.rect(v-p,T,p*2,M,y),b?.borderColor){let L=G(b.borderColor);e.rect(v-p,T,p*2,1,L),e.rect(v-p,T+M-1,p*2,1,L),e.rect(v-p,T,1,M,L),e.rect(v+p-1,T,1,M,L);}}}emitHline(e,t,n,i,o,s){let a=Math.round(i.priceToY(t.price,n.scale,n.bounds));a<n.bounds.top||a>n.bounds.top+n.bounds.height||e.dashedSeg(0,a,o,a,t.width??1,G(t.color??s.textColor),au[t.lineStyle??"solid"]??null);}};function Pl(r,e,t){let n=r.createShader(e);return n?(r.shaderSource(n,t),r.compileShader(n),r.getShaderParameter(n,r.COMPILE_STATUS)?n:(r.deleteShader(n),null)):null}var sv=[0,0,0,0];function Ll(r){return r<0?0:r>1?1:r}function lu(r,e,t){return [r[0]+(e[0]-r[0])*t,r[1]+(e[1]-r[1])*t,r[2]+(e[2]-r[2])*t,r[3]+(e[3]-r[3])*t]}function uE(r,e){let t=1-e;return [r[0]*t,r[1]*t,r[2]*t,r[3]*t]}function av(r,e){let t=r.series.find(n=>n.id===e);return t&&ve(t)?t.points:null}var hE=new Map;function pE(r){let e=false;for(let n of r.values())if(n.barColors&&n.barColors.length>0){e=true;break}if(!e)return hE;let t=new Map;for(let n of r.values())if(n.barColors)for(let i of n.barColors)t.set(i.time,i.color);return t}function Eo(){return {barSpacing:8,rightOffset:6}}function Mt(r){return Math.max(.5,Math.min(1e3,r))}function cu(r){if(r.length<2)return 0;let e=[];for(let t=1;t<r.length;t+=1){let n=r[t]-r[t-1];n>0&&e.push(n);}return e.length===0?0:(e.sort((t,n)=>t-n),e[Math.floor(e.length/2)])}function lv(r,e,t){let n=e.length;if(n===0)return 0;let i=e[0],o=e[n-1];if(r<=i)return t>0?(r-i)/t:0;if(r>=o)return n-1+(t>0?(r-o)/t:0);let s=0,a=n-1;for(;a-s>1;){let c=s+a>>1;e[c]<=r?s=c:a=c;}let l=e[a]-e[s];return l>0?s+(r-e[s])/l:s}function cv(r,e,t){let n=e.length;if(n===0)return 0;if(r<=0)return e[0]+(t>0?r*t:0);if(r>=n-1)return e[n-1]+(t>0?(r-(n-1))*t:0);let i=Math.floor(r),o=r-i;return e[i]+(e[i+1]-e[i])*o}var kl=class{constructor(){this.widthPx=0;this.dataHeightPx=0;this.devicePixelRatio=1;this.viewport=Eo();this.pitchScale=1;this.times=[];this.intervalMs=0;}setSize(e,t,n){this.widthPx=e,this.dataHeightPx=t,this.devicePixelRatio=n>0?n:1;}setBars(e){this.times=e.slice(),this.intervalMs=cu(this.times);}appendBar(e){this.times.push(e),this.intervalMs<=0&&this.times.length>=2&&(this.intervalMs=cu(this.times));}setViewport(e){this.viewport=e;}getViewport(){return this.viewport}setPitchScale(e){this.pitchScale=Number.isFinite(e)&&e>0?e:1;}get spacingScale(){return this.pitchScale}pxPerBar(){return this.viewport.barSpacing*this.pitchScale}bodySpacing(){return this.viewport.barSpacing*Math.min(1,this.pitchScale)}get width(){return this.widthPx}get height(){return this.dataHeightPx}get dpr(){return this.devicePixelRatio}get barCount(){return this.times.length}get barInterval(){return this.intervalMs}get rightEdgeLogical(){return this.barCount-1+this.viewport.rightOffset}logicalToX(e){return this.widthPx-(this.rightEdgeLogical-e)*this.pxPerBar()}xToLogical(e){return this.rightEdgeLogical-(this.widthPx-e)/this.pxPerBar()}timeToLogical(e){return lv(e,this.times,this.intervalMs)}logicalToTime(e){return cv(e,this.times,this.intervalMs)}timeToX(e){return this.logicalToX(this.timeToLogical(e))}priceToY(e,t,n){if(t.log&&t.min>0&&t.max>t.min&&e>0){let s=Math.log(t.min),a=(Math.log(e)-s)/(Math.log(t.max)-s);return n.top+n.height*(t.invert?a:1-a)}let i=t.max-t.min;if(i<=0)return n.top+n.height/2;let o=(e-t.min)/i;return n.top+n.height*(t.invert?o:1-o)}yToPrice(e,t,n){if(n.height<=0)return t.min;let i=(e-n.top)/n.height,o=t.invert?i:1-i;if(t.log&&t.min>0&&t.max>t.min){let s=Math.log(t.min);return Math.exp(s+o*(Math.log(t.max)-s))}return t.min+(t.max-t.min)*o}visibleLogicalRange(){return {from:this.xToLogical(0),to:this.xToLogical(this.widthPx)}}visibleTimeRange(){let e=this.visibleLogicalRange();return {from:this.logicalToTime(e.from),to:this.logicalToTime(e.to)}}toBitmap(e){return Math.round(e*this.devicePixelRatio)}};function du(r){return r>=3}function dv(r){return r>=2}var Il=class{constructor(e,t,n){this.onFrame=e;this.level=0;this.handle=null;this.raf=t??(i=>requestAnimationFrame(i)),this.cancel=n??(i=>cancelAnimationFrame(i));}invalidate(e){e<=0||(e>this.level&&(this.level=e),this.handle===null&&(this.handle=this.raf(()=>this.flush())));}flushNow(e){this.handle!==null&&(this.cancel(this.handle),this.handle=null),e>this.level&&(this.level=e),this.flush();}flush(){this.handle=null;let e=this.level;this.level=0,e!==0&&this.onFrame(e);}destroy(){this.handle!==null&&(this.cancel(this.handle),this.handle=null),this.level=0;}};var Al=class{constructor(e,t,n,i){this.tick=e;this.handle=null;this.last=0;this.stopped=false;this.loop=()=>{let e=this.now(),t=e-this.last;this.last=e;let n=this.tick(Math.min(t,64));this.handle=n&&!this.stopped?this.raf(this.loop):null;};this.raf=t??(o=>requestAnimationFrame(o)),this.cancel=n??(o=>cancelAnimationFrame(o)),this.now=i??(()=>performance.now());}get active(){return this.handle!==null}start(){this.stopped=false,this.handle===null&&(this.last=this.now(),this.handle=this.raf(this.loop));}stop(){this.stopped=true,this.handle!==null&&(this.cancel(this.handle),this.handle=null);}};function Xe(r,e,t,n){return n<=0?e:r+(e-r)*(1-Math.exp(-t/n))}var mE=.04,fE=60,gE=2,bE=350,uv=8,vE=14,yE=350,wE=30,xE=.004,SE=.004,CE=.25;function TE(r,e,t){return t?{logical:r.rightEdgeLogical,x:r.width}:{logical:r.xToLogical(e),x:e}}function EE(r,e){return Math.abs(r)>Math.abs(e)}function PE(r,e,t){return r+e/t}function LE(r,e,t){return EE(r,e)?r:t?e:null}function ME(r,e){return r?"strong":e}function kE(r,e,t){return Mt(r*(t/Math.max(1,e)))}function IE(r,e,t,n,i){return r-(e-1)+(t-n)/i}var Rl=class{constructor(e){this.deps=e;this.rightEdgeZoom=true;this.axisDrag=true;this.paneResize=true;this.el=null;this.dragging=false;this.moved=false;this.region="data";this.verticalPan=false;this.startX=0;this.startY=0;this.startRightOffset=0;this.startBarSpacing=0;this.lastX=0;this.lastT=0;this.vx=0;this.middleDeleted=false;this.rightCancelled=false;this.cursorX=NaN;this.cursorY=NaN;this.touches=new Map;this.lpTimer=null;this.pinchStartDist=1;this.pinchStartBarSpacing=0;this.pinchAnchorLogical=0;this.lastTapT=0;this.lastTapX=0;this.lastTapY=0;this.onTouchContextMenu=e=>{this.touches.size!==0&&(!(e.target instanceof Node)||!this.el?.contains(e.target)||(e.preventDefault(),e.stopImmediatePropagation()));};this.onMiddleGuard=e=>{e.button===1&&this.middleDeleted&&e.preventDefault();};this.onContextGuard=e=>{this.rightCancelled&&(this.rightCancelled=false,e.preventDefault(),e.stopPropagation());};this.onModifier=e=>{e.repeat||e.key!=="Shift"&&e.key!=="Control"&&e.key!=="Meta"||Number.isNaN(this.cursorX)||this.dragging&&this.region!=="drawing"||this.deps.drawingsPointerMove?.(this.cursorX,this.cursorY,this.snapMode(e),e.shiftKey);};this.onDown=e=>{if(e.button===1){let{x:o,y:s}=this.local(e);this.middleDeleted=this.deps.drawingsDeleteAt?.(o,s)??false,this.middleDeleted&&e.preventDefault();return}if(e.button===2){this.rightCancelled=this.deps.drawingsCancelPlacement?.()??false,this.rightCancelled&&e.preventDefault();return}if(e.button!==0)return;let{x:t,y:n}=this.local(e);if(e.pointerType==="touch"){if(this.touches.size===1&&this.dragging&&(this.region==="data"||this.region==="crosshair")){this.touches.set(e.pointerId,{x:t,y:n}),this.beginPinch(e);return}if(this.touches.size>=1)return;this.touches.set(e.pointerId,{x:t,y:n});}if(this.deps.drawingsClearTransient?.(),this.dragging=true,this.moved=false,this.startX=t,this.startY=n,this.deps.drawingsClaim?.(t,n)){this.region="drawing",this.deps.drawingsPointerDown?.(t,n,this.snapMode(e),e.shiftKey),this.capture(e.pointerId);return}if(e.shiftKey&&this.regionAt(t,n)==="data"&&this.deps.drawingsMeasureStart?.(t,n,this.snapMode(e))){this.region="drawing",this.capture(e.pointerId);return}let i=this.deps.getCoords().getViewport();this.deps.apply(i),this.startRightOffset=i.rightOffset,this.startBarSpacing=i.barSpacing,this.region=this.regionAt(t,n),this.verticalPan=false,this.region==="price"?this.deps.beginPriceScale(t,n):this.region==="separator"?this.deps.beginPaneResize(n):this.region==="data"&&(this.verticalPan=this.deps.beginPricePan(n)),e.pointerType==="touch"&&(this.region==="data"||this.region==="price"||this.region==="time")&&this.startLongPress(t,n,this.region),this.lastX=t,this.lastT=e.timeStamp,this.vx=0,this.capture(e.pointerId);};this.onMove=e=>{let{x:t,y:n}=this.local(e);if(this.cursorX=t,this.cursorY=n,e.pointerType==="touch"&&this.touches.has(e.pointerId)&&this.touches.set(e.pointerId,{x:t,y:n}),this.dragging&&this.region==="pinch"){this.applyPinch();return}if(this.dragging&&this.region==="crosshair"){this.deps.onPointerMove(t,n);return}if(this.dragging&&this.region==="axis-sheet")return;this.lpTimer!==null&&Math.hypot(t-this.startX,n-this.startY)>uv&&this.cancelLongPress();let i=e.pointerType==="touch"?uv:gE;if(this.dragging)if(this.region==="price")Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.priceScaleBy(n-this.startY);else if(this.region==="separator")Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.paneResizeBy(n-this.startY);else if(this.region==="time"){Math.abs(t-this.startX)>i&&(this.moved=true);let o=Mt(this.startBarSpacing*Math.exp((this.startX-t)*xE));this.deps.apply({barSpacing:o,rightOffset:this.startRightOffset});}else if(this.region==="drawing")(Math.abs(t-this.startX)>i||Math.abs(n-this.startY)>i)&&(this.moved=true),this.deps.drawingsPointerMove?.(t,n,this.snapMode(e),e.shiftKey);else {let o=this.deps.getCoords(),s=o.getViewport(),a=t-this.startX;Math.abs(a)>i&&(this.moved=true),this.deps.apply({barSpacing:s.barSpacing,rightOffset:this.startRightOffset-a/o.pxPerBar()}),this.verticalPan&&(Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.pricePanBy(n-this.startY));let l=e.timeStamp-this.lastT;if(l>0){let c=(t-this.lastX)/l;this.vx=this.vx*.6+c*.4,this.lastX=t,this.lastT=e.timeStamp;}}else if(this.el){let o=this.deps.drawingsCursor?.(t,n),s=this.regionAt(t,n);this.el.style.cursor=o??(s==="price"?"ns-resize":s==="time"?"ew-resize":s==="separator"?"row-resize":""),this.deps.drawingsPointerMove?.(t,n,this.snapMode(e),e.shiftKey);}e.pointerType!=="touch"&&this.deps.onPointerMove(t,n);};this.onUp=e=>{if(e.pointerType==="touch"&&this.touches.delete(e.pointerId),this.cancelLongPress(),this.dragging&&this.region==="pinch"){if(this.touches.size===1){let a=[...this.touches.values()][0],l=this.deps.getCoords().getViewport();this.region="data",this.verticalPan=false,this.startX=a.x,this.startY=a.y,this.startRightOffset=l.rightOffset,this.startBarSpacing=l.barSpacing,this.lastX=a.x,this.lastT=e.timeStamp,this.vx=0;return}this.endGesture(e);return}if(this.dragging&&this.region==="crosshair"){this.deps.onPointerMove(null,null),this.endGesture(e);return}if(this.dragging&&this.region==="axis-sheet"){this.endGesture(e);return}let{x:t,y:n}=this.local(e),i=e.pointerType==="touch",o=this.dragging&&!this.moved&&(!i||Math.hypot(t-this.startX,n-this.startY)<=vE);if(this.dragging&&this.region==="drawing")this.deps.drawingsPointerUp?.(t,n,this.snapMode(e));else if(o&&this.region==="data")this.deps.onClick(t,n);else if(this.dragging&&this.region==="data"&&!(e.timeStamp-this.lastT>fE)&&Math.abs(this.vx)>mE){let l=this.deps.getCoords().pxPerBar();this.deps.fling(-this.vx/l);}let s=i&&o;this.endGesture(e),i&&this.deps.onPointerMove(null,null),s&&this.registerTap(e.timeStamp,t,n);};this.onCancel=e=>{e.pointerType==="touch"&&this.touches.delete(e.pointerId),this.cancelLongPress(),this.dragging&&(this.region==="drawing"&&!Number.isNaN(this.cursorX)&&this.deps.drawingsPointerUp?.(this.cursorX,this.cursorY,this.snapMode(e)),(this.region==="crosshair"||e.pointerType==="touch")&&this.deps.onPointerMove(null,null),this.endGesture(e));};this.onLeave=()=>{this.cursorX=NaN,this.cursorY=NaN,this.deps.onPointerMove(null,null);};this.onDblClick=e=>{let{x:t,y:n}=this.local(e);this.doubleActivate(t,n);};this.onWheel=e=>{e.preventDefault(),this.deps.drawingsClearTransient?.();let{x:t,y:n}=this.local(e);if(this.regionAt(t,n)==="price"&&e.deltaY!==0){this.deps.beginPriceScale(t,n),this.deps.priceScaleBy(e.deltaY*CE);return}let i=this.deps.getCoords(),o=i.getViewport(),s=LE(e.deltaX,e.deltaY,e.shiftKey);if(s!=null){this.deps.apply({barSpacing:o.barSpacing,rightOffset:PE(o.rightOffset,s,i.pxPerBar())});return}let a=this.rightEdgeZoom&&!(e.ctrlKey||e.metaKey),l=TE(i,t,a),c=Mt(o.barSpacing*Math.exp(-e.deltaY*SE));this.deps.zoomTo(c,l.logical,l.x);};}attach(e){this.el=e,e.style!==void 0&&(e.style.touchAction="none",e.style.userSelect="none",e.style.setProperty("-webkit-user-select","none"),e.style.setProperty("-webkit-touch-callout","none")),e.addEventListener("pointerdown",this.onDown),e.addEventListener("pointermove",this.onMove),e.addEventListener("pointerup",this.onUp),e.addEventListener("pointerleave",this.onLeave),e.addEventListener("pointercancel",this.onCancel),e.addEventListener("dblclick",this.onDblClick),e.addEventListener("wheel",this.onWheel,{passive:false}),e.addEventListener("mousedown",this.onMiddleGuard),e.addEventListener("auxclick",this.onMiddleGuard),e.addEventListener("contextmenu",this.onContextGuard);let t=e.ownerDocument?.defaultView;t?.addEventListener("keydown",this.onModifier),t?.addEventListener("keyup",this.onModifier),t?.addEventListener("contextmenu",this.onTouchContextMenu,true);}detach(){let e=this.el;if(!e)return;let t=e.ownerDocument?.defaultView;t?.removeEventListener("keydown",this.onModifier),t?.removeEventListener("keyup",this.onModifier),t?.removeEventListener("contextmenu",this.onTouchContextMenu,true),e.removeEventListener("pointerdown",this.onDown),e.removeEventListener("pointermove",this.onMove),e.removeEventListener("pointerup",this.onUp),e.removeEventListener("pointerleave",this.onLeave),e.removeEventListener("pointercancel",this.onCancel),e.removeEventListener("dblclick",this.onDblClick),e.removeEventListener("wheel",this.onWheel),e.removeEventListener("mousedown",this.onMiddleGuard),e.removeEventListener("auxclick",this.onMiddleGuard),e.removeEventListener("contextmenu",this.onContextGuard),this.cancelLongPress(),this.touches.clear(),this.el=null;}local(e){let t=this.el.getBoundingClientRect();return {x:e.clientX-t.left,y:e.clientY-t.top}}regionAt(e,t){let n=this.deps.getCoords();if(this.paneResize&&t<=n.height&&this.deps.paneSeparatorAt(t))return "separator";if(this.axisDrag){if(e>n.width&&t<=n.height)return "price";if(t>n.height&&e<=n.width)return "time"}return "data"}snapMode(e){return ME(e.ctrlKey||e.metaKey,this.deps.drawingsSnapMode?.()??"off")}startLongPress(e,t,n){this.cancelLongPress(),this.lpTimer=setTimeout(()=>{if(this.lpTimer=null,!(!this.dragging||this.region!==n)){if(n==="data"){this.region="crosshair",this.deps.onPointerMove(e,t);return}this.region="axis-sheet",this.moved=true,this.deps.onAxisLongPress?.(n,e,t);}},bE);}cancelLongPress(){this.lpTimer!==null&&clearTimeout(this.lpTimer),this.lpTimer=null;}beginPinch(e){this.cancelLongPress(),this.region==="crosshair"&&this.deps.onPointerMove(null,null);let t=this.deps.getCoords(),n=t.getViewport();this.deps.apply(n);let[i,o]=[...this.touches.values()];this.pinchStartDist=Math.max(1,Math.hypot(i.x-o.x,i.y-o.y)),this.pinchStartBarSpacing=n.barSpacing,this.pinchAnchorLogical=t.xToLogical((i.x+o.x)/2),this.region="pinch",this.dragging=true,this.moved=true,this.vx=0,this.capture(e.pointerId);}applyPinch(){let e=this.deps.getCoords(),t=[...this.touches.values()];if(t.length<2)return;let[n,i]=t,o=kE(this.pinchStartBarSpacing,this.pinchStartDist,Math.hypot(n.x-i.x,n.y-i.y)),s=e.getViewport(),a=s.barSpacing>0?e.pxPerBar()/s.barSpacing:1,l=(n.x+i.x)/2;this.deps.apply({barSpacing:o,rightOffset:IE(this.pinchAnchorLogical,e.barCount,e.width,l,o*a)});}capture(e){try{this.el?.setPointerCapture(e);}catch{}}registerTap(e,t,n){if(this.lastTapT>0&&e-this.lastTapT<=yE&&Math.hypot(t-this.lastTapX,n-this.lastTapY)<=wE){this.lastTapT=0,this.doubleActivate(this.lastTapX,this.lastTapY);return}this.lastTapT=e,this.lastTapX=t,this.lastTapY=n;}endGesture(e){this.dragging=false;try{this.el?.releasePointerCapture(e.pointerId);}catch{}}doubleActivate(e,t){if(this.deps.drawingsDblClick?.(e,t))return;let n=this.regionAt(e,t);n==="price"?this.deps.resetPriceScale(e,t):n==="separator"?this.deps.resetPaneSize(t):n==="time"?this.deps.resetView():this.deps.dataDblClick(e,t);}};function AE(r){if(r.ctrlKey||r.metaKey)return null;switch(r.key){case "ArrowLeft":return r.shiftKey?{kind:"pan",bars:-10}:{kind:"step",delta:-1};case "ArrowRight":return r.altKey&&r.shiftKey?{kind:"realtime"}:r.shiftKey?{kind:"pan",bars:10}:{kind:"step",delta:1};case "+":case "=":return {kind:"zoom",direction:1};case "-":case "_":return {kind:"zoom",direction:-1};case "Home":return {kind:"edge",edge:"first"};case "End":return {kind:"edge",edge:"last"};case "0":return {kind:"reset"};case "Escape":return {kind:"clear"};default:return null}}var Dl=class{constructor(e){this.deps=e;this.el=null;this.onKey=e=>{if(this.deps.preempt?.(e)){e.preventDefault();return}let t=AE(e);if(t)switch(e.preventDefault(),t.kind){case "pan":this.deps.panByBars(t.bars);break;case "zoom":this.deps.zoomByStep(t.direction);break;case "step":this.deps.stepCrosshair(t.delta);break;case "edge":this.deps.jumpToEdge(t.edge);break;case "reset":this.deps.resetView();break;case "realtime":this.deps.scrollToRealtime();break;case "clear":this.deps.clearCrosshair();break}};}attach(e){this.el=e,e.addEventListener("keydown",this.onKey);}detach(){this.el?.removeEventListener("keydown",this.onKey),this.el=null;}};var RE=Rh,DE=Dh,OE=Oh;function vv(){return {visible:true,labels:true,qty:true,colors:{long:RE,short:DE,exit:OE}}}function yv(r,e){let t=e&&typeof e=="object"?e:{},n=t.colors&&typeof t.colors=="object"?t.colors:{},i=(s,a)=>typeof s=="boolean"?s:a,o=(s,a)=>typeof s=="string"&&s.trim().length>0?s:a;return {visible:i(t.visible,r.visible),labels:i(t.labels,r.labels),qty:i(t.qty,r.qty),colors:{long:o(n.long,r.colors.long),short:o(n.short,r.colors.short),exit:o(n.exit,r.colors.exit)}}}var uu=10,pn=9,Jn=6,Xr=14,Ol=3,hu=2,wv=2,pu=3,mu=6,hv=6,pv=8;function xv(r){return r+4}function FE(r){if(r.qty==null||!Number.isFinite(r.qty))return null;let e=Number(Math.abs(r.qty).toFixed(8));return `${r.side==="buy"?"+":"-"}${e}`}function NE(r,e,t){let n=[];if(e.labels&&r.label&&n.push(r.label),e.qty){let i=FE(r);i&&n.push(i);}return {exec:r,lines:n,height:Xr+(n.length?pu+n.length*t:0)}}function Sv(r,e,t,n,i,o){let s=new Map;for(let a of r){let l=Math.round(t.timeToLogical(a.time));if(l<n||l>i)continue;let c=s.get(l);c||(c={logical:l,buys:[],sells:[]},s.set(l,c)),(a.side==="buy"?c.buys:c.sells).push(NE(a,e,o));}return [...s.values()]}function mv(r){if(r.length===0)return 0;let e=uu;for(let t of r)e+=t.height;return e+(r.length-1)*mu}function Cv(r,e,t,n,i,o){if(r.length===0)return null;let s=xv(o),a=1/0,l=-1/0,c=0,d=0;for(let u of Sv(r,e,t,Math.floor(n),Math.ceil(i),s)){let h=t.barAt(u.logical);h&&(h.low<a&&(a=h.low),h.high>l&&(l=h.high),d=Math.max(d,mv(u.buys)),c=Math.max(c,mv(u.sells)));}return !Number.isFinite(a)||!Number.isFinite(l)?null:{min:a,max:l,abovePx:c,belowPx:d}}function Tv(r,e,t,n,i,o,s,a,l){if(e.length===0)return;let c=xv(s.fontSize),d=Sv(e,t,n,-1/0,1/0,c);if(d.length!==0){r.save(),r.font=`${s.fontSize}px ${s.fontFamily}`,r.textAlign="center",r.textBaseline="middle";for(let u of d){let h=i(u.logical);if(h<-150||h>a+150)continue;let p=n.barAt(u.logical);if(!p)continue;let m=Math.max(o(p.low),o(p.high)),f=Math.min(o(p.low),o(p.high)),g=m+uu;for(let b of u.buys)r.fillStyle=fv(b.exec,t.colors),VE(r,h,g,b.exec.kind==="exit"),gv(r,b.exec.side,h,o(b.exec.price),l),bv(r,b.lines,h,g+Xr+pu+c/2,c,s.color),g+=b.height+mu;g=f-uu;for(let b of u.sells)r.fillStyle=fv(b.exec,t.colors),_E(r,h,g,b.exec.kind==="exit"),gv(r,b.exec.side,h,o(b.exec.price),l),bv(r,b.lines,h,g-Xr-pu-c/2,-c,s.color),g-=b.height+mu;}r.restore();}}function fv(r,e){return r.kind==="exit"?e.exit:r.side==="buy"?e.long:e.short}function VE(r,e,t,n){r.beginPath(),r.moveTo(e,t),r.lineTo(e-pn/2,t+Jn),r.lineTo(e+pn/2,t+Jn),r.closePath(),r.fill(),r.fillRect(e-Ol/2,t+Jn,Ol,Xr-Jn),n&&r.fillRect(e-pn/2,t-wv-hu,pn,hu);}function _E(r,e,t,n){r.beginPath(),r.moveTo(e,t),r.lineTo(e-pn/2,t-Jn),r.lineTo(e+pn/2,t-Jn),r.closePath(),r.fill(),r.fillRect(e-Ol/2,t-Xr,Ol,Xr-Jn),n&&r.fillRect(e-pn/2,t+wv,pn,hu);}function gv(r,e,t,n,i){let o=e==="buy"?t-i:t+i,s=e==="buy"?o-hv:o+hv;r.beginPath(),r.moveTo(o,n),r.lineTo(s,n-pv/2),r.lineTo(s,n+pv/2),r.closePath(),r.fill();}function bv(r,e,t,n,i,o){if(e.length!==0){r.fillStyle=o;for(let s=0;s<e.length;s+=1)r.fillText(e[s],t,n+s*i);}}var Fl=class{constructor(){this.panes=new Map;this.indicators=new Map;this.bars=[];this.volumeLayer=null;this.nativeData=new Map;this.nativePending=new Map;this.vpvrLayer=null;this.crosshair=null;this.priceStyle="candles";this.basePainting="candles";this.candleOverride=null;this.baselineValue=null;this.showPriceLine=true;this.showPriceLabel=true;this.showCountdown=true;this.logScale=false;this.invertScale=false;this.priceMintick=void 0;this.scaleMode="price";this.percentBaseline=0;this.timezone="UTC";this.showGrid=true;this.style=Jb();this.showAxisLabels=true;this.tradeMarkers=vv();this.highlights=[];this.sessionZones=null;this.candleZ=0;this.candlesHidden=false;this.seriesZ=new Map;this.drawingSlices=new Map;this.anchorOffsets=new Map;this.indicatorScales=new Map;this.orderedCache=null;}orderedPanes(){return this.orderedCache||(this.orderedCache=[...this.panes.values()].sort((e,t)=>e.order-t.order)),this.orderedCache}sessionHighlightBands(){if(!this.sessionZones)return [];let e=[];for(let[t,n]of this.sessionZones.pre)e.push({from:t,to:n,color:this.style.sessions.premarketColor});for(let[t,n]of this.sessionZones.post)e.push({from:t,to:n,color:this.style.sessions.postmarketColor});return e}indicatorsForPane(e){let t=[];for(let n of this.indicators.values())n.paneId===e&&t.push(n);return t}ownScaleIndicatorsForPane(e){return this.orderedIndicatorsForPane(e).filter(t=>t.ownScale===true)}ensureIndicatorScale(e,t){let n=this.indicatorScales.get(e);if(!n){let i=t??{min:0,max:1};n={scale:{...i},scaleTarget:{...i},initialized:false,manualScale:null},this.indicatorScales.set(e,n);}return n}dropIndicatorScale(e){this.indicatorScales.delete(e);}scaleFor(e,t){if(e.ownScale===true){let n=this.indicatorScales.get(e.id);if(n)return n.scale}return t.scale}orderPanes(e){e.forEach((t,n)=>{let i=this.panes.get(t);i&&(i.order=n);}),this.orderedCache=null;}orderedIndicatorsForPane(e){return this.indicatorsForPane(e).sort((t,n)=>this.zOf(t.id)-this.zOf(n.id))}zOf(e){return this.seriesZ.get(e)??0}offsetOf(e){return this.anchorOffsets.get(e)??0}setAnchorOffset(e,t){t!==0&&Number.isFinite(t)?this.anchorOffsets.set(e,t):this.anchorOffsets.delete(e);}forgetAnchorOffset(e){this.anchorOffsets.delete(e);}baselinePriceFor(e){if(this.baselineValue!=null)return this.baselineValue;let t=this.style.baseline.baselineLevel/100;if(e.log&&e.min>0&&e.max>e.min){let n=Math.log(e.min);return Math.exp(n+t*(Math.log(e.max)-n))}return e.min+(e.max-e.min)*t}assignIndicatorZ(e){this.seriesZ.has(e)||this.seriesZ.set(e,this.bottomZ()-1);}assignIndicatorZTop(e){this.seriesZ.has(e)||this.seriesZ.set(e,this.topZ()+1);}forgetIndicatorZ(e){this.seriesZ.delete(e);}setIndicatorZ(e,t){this.seriesZ.set(e,t);}indicatorZOrder(){return [...this.seriesZ.entries()].map(([e,t])=>({id:e,z:t})).sort((e,t)=>e.z-t.z)}seriesBoundaries(e){let t=new Set;e==="price"&&t.add(this.candleZ);for(let n of this.indicatorsForPane(e))t.add(this.zOf(n.id));return [...t].sort((n,i)=>n-i)}bringIndicatorToFront(e){this.seriesZ.set(e,this.topZ()+1);}sendIndicatorToBack(e){this.seriesZ.set(e,this.bottomZ()-1);}topZ(){let e=this.candleZ;for(let t of this.seriesZ.values())t>e&&(e=t);return e}bottomZ(){let e=this.candleZ;for(let t of this.seriesZ.values())t<e&&(e=t);return e}ensurePane(e,t,n,i){this.orderedCache=null;let o=this.panes.get(e);if(o)return o.order=n,o.heightWeight=i,o.kind=t,o;let s={id:e,kind:t,order:n,heightWeight:i,bounds:{top:0,height:0},scale:{min:0,max:1},scaleTarget:{min:0,max:1},initialized:false,manualScale:null,collapsed:false,percentBaseline:0};return this.panes.set(e,s),s}removePane(e){this.panes.delete(e),this.orderedCache=null;}};function fu(r,e){return e.kind==="price"?r.scaleMode:e.scaleMode??"price"}function jr(r,e){return e.kind==="price"?r.logScale:e.logScale??false}function gu(r,e){return e.kind==="price"?r.invertScale:e.invert??false}function Xt(r,e){let t=fu(r,e);if(t!=="percent"&&t!=="indexed")return;let n=e.percentBaseline;if(!(!Number.isFinite(n)||n===0))return {baseline:n,indexed:t==="indexed"}}var Po=class{constructor(){this.kind="canvas2d";this.modelAlpha=1;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.candleBodyScale=1;this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}render(e,t,n){let i=this.ctx,o=this.canvas;if(!i||!o)return;let s=t.dpr,a=o.width/s,l=o.height/s,c=t.width;i.setTransform(s,0,0,s,0,0),i.clearRect(0,0,a,l);let d=t.barCount;if(d===0)return;let u=t.visibleLogicalRange(),h=Math.max(0,Math.floor(u.from)),p=Math.min(d-1,Math.ceil(u.to));if(p<h)return;let m=HE(e.indicators),f=e.orderedPanes();for(let g of f){if(g.collapsed)continue;let b=e.orderedIndicatorsForPane(g.id),y=g.kind==="price";i.save(),i.beginPath(),i.rect(0,g.bounds.top,c,g.bounds.height),i.clip();let v=k=>{let T=e.scaleFor(k,g);return T===g.scale?g:{...g,scale:T}};i.globalAlpha=this.modelAlpha;for(let k of b)for(let T of k.backgrounds)T.overlay!==true&&this.drawBackground(i,T,g,t);if(y)for(let k of e.indicators.values())for(let T of k.backgrounds)T.overlay===true&&this.drawBackground(i,T,g,t);let w=e.drawingSlices.get(g.id)??[],E=0,x=k=>{for(;E<w.length&&w[E].beforeZ<=k;E+=1)i.globalAlpha=1,i.drawImage(w[E].canvas,0,0,a,l);},S=y&&!e.candlesHidden,P=false;for(let k of b){S&&!P&&e.zOf(k.id)>=e.candleZ&&(x(e.candleZ),i.globalAlpha=this.candleStructureAlpha,this.drawPriceSeries(i,e,h,p,t,g,n,m,c),P=true),x(e.zOf(k.id)),i.globalAlpha=this.modelAlpha;let T=e.offsetOf(k.id),M=v(k);for(let L of k.fills)L.overlay!==true&&this.drawFill(i,k,L,M,t,h,p,T);for(let L of k.series)L.overlay!==true&&this.drawSeries(i,L,M,t,h,p,n,T);}if(S&&!P&&(x(e.candleZ),i.globalAlpha=this.candleStructureAlpha,this.drawPriceSeries(i,e,h,p,t,g,n,m,c)),y){i.globalAlpha=this.modelAlpha;for(let k of e.indicators.values()){let T=e.offsetOf(k.id);for(let M of k.fills)M.overlay===true&&this.drawFill(i,k,M,g,t,h,p,T);}for(let k of e.indicators.values()){let T=e.offsetOf(k.id);for(let M of k.series)M.overlay===true&&this.drawSeries(i,M,g,t,h,p,n,T);}}x(1/0),i.globalAlpha=this.modelAlpha;for(let k of b){let T=v(k);for(let M of k.priceLines)this.drawHline(i,M,T,t,c,n);}i.restore();}}destroy(){this.canvas=null,this.ctx=null;}drawPriceSeries(e,t,n,i,o,s,a,l,c){if(t.basePainting==="none")return;let d=t.bars,u=t.style;switch(t.priceStyle){case "bars":this.drawBars(e,d,n,i,o,s,u.bars.upColor??a.upColor,u.bars.downColor??a.downColor,l);return;case "line":this.drawPriceLine(e,d,n,i,o,s,u.line.color??a.upColor,u.line.width);return;case "area":{let h=u.area.lineColor??a.upColor;this.drawPriceArea(e,d,n,i,o,s,u.area.topColor??h,u.area.bottomColor??"rgba(0,0,0,0)"),this.drawPriceLine(e,d,n,i,o,s,h,u.area.width);return}case "baseline":this.drawBaseline(e,d,n,i,o,s,t,a,c);return;default:this.drawCandles(e,t,d,n,i,o,s,a,l);}}drawBars(e,t,n,i,o,s,a,l,c){let d=o.bodySpacing(),u=$r(d);if(u==="aggregate"){this.drawCandlesAggregated(e,t,n,i,o,s,a,l,c);return}let h=Math.max(1,Math.round(d*.35)),p=u==="full";e.lineWidth=1;for(let m=n;m<=i;m+=1){let f=t[m];if(!f||f.high<=f.low)continue;let g=Math.round(o.logicalToX(m))+.5,b=c.get(f.time)??(f.close>=f.open?a:l),y=o.priceToY(f.high,s.scale,s.bounds),v=o.priceToY(f.low,s.scale,s.bounds);if(e.strokeStyle=b,e.beginPath(),e.moveTo(g,y),e.lineTo(g,v),p){let w=o.priceToY(f.open,s.scale,s.bounds),E=o.priceToY(f.close,s.scale,s.bounds);e.moveTo(g-h,w),e.lineTo(g,w),e.moveTo(g,E),e.lineTo(g+h,E);}e.stroke();}}drawPriceLine(e,t,n,i,o,s,a,l){e.lineWidth=l,e.lineJoin="round",e.lineCap="round",e.strokeStyle=a,e.beginPath();let c=false;for(let d=Math.max(0,n-1);d<=i;d+=1){let u=t[d];if(!u){c=false;continue}let h=o.logicalToX(d),p=o.priceToY(u.close,s.scale,s.bounds);c?e.lineTo(h,p):(e.moveTo(h,p),c=true);}e.stroke(),e.lineCap="butt";}drawPriceArea(e,t,n,i,o,s,a,l){let c=s.bounds.top+s.bounds.height,d=[],u=1/0;for(let p=Math.max(0,n-1);p<=i;p+=1){let m=t[p];if(!m)continue;let f=o.logicalToX(p),g=o.priceToY(m.close,s.scale,s.bounds);d.push({x:f,y:g}),g<u&&(u=g);}if(d.length<2)return;let h=e.createLinearGradient(0,u,0,c);h.addColorStop(0,a),h.addColorStop(1,l),e.fillStyle=h,e.beginPath(),e.moveTo(d[0].x,c);for(let p of d)e.lineTo(p.x,p.y);e.lineTo(d[d.length-1].x,c),e.closePath(),e.fill();}drawBaseline(e,t,n,i,o,s,a,l,c){let d=a.baselinePriceFor(s.scale),u=o.priceToY(d,s.scale,s.bounds),h=s.bounds.top,p=s.bounds.top+s.bounds.height,m=a.style.baseline,f=m.topLineColor??Wr,g=m.bottomLineColor??Gr,b=m.topFillColor??$(f,Yt),y=m.topFillColor2??$(f,Kt),v=m.bottomFillColor??$(g,Yt),w=m.bottomFillColor2??$(g,Kt),E=[];for(let P=Math.max(0,n-1);P<=i;P+=1){let k=t[P];k&&E.push({x:o.logicalToX(P),y:o.priceToY(k.close,s.scale,s.bounds)});}if(E.length<2)return;let x=()=>{e.beginPath(),e.moveTo(E[0].x,u);for(let P of E)e.lineTo(P.x,P.y);e.lineTo(E[E.length-1].x,u),e.closePath();};if(u>h){e.save(),e.beginPath(),e.rect(0,h,c,u-h),e.clip();let P=e.createLinearGradient(0,h,0,u);P.addColorStop(0,b),P.addColorStop(1,y),e.fillStyle=P,x(),e.fill(),e.restore();}if(u<p){e.save(),e.beginPath(),e.rect(0,u,c,p-u),e.clip();let P=e.createLinearGradient(0,u,0,p);P.addColorStop(0,w),P.addColorStop(1,v),e.fillStyle=P,x(),e.fill(),e.restore();}e.strokeStyle=a.style.borderColor??l.borderColor,e.lineWidth=1,qr(e,"dashed"),e.beginPath(),e.moveTo(0,Math.round(u)+.5),e.lineTo(c,Math.round(u)+.5),e.stroke(),qr(e,"solid"),e.lineWidth=m.width,e.lineJoin="round",e.lineCap="round";let S=(P,k,T,M,L)=>{e.strokeStyle=L,e.beginPath(),e.moveTo(P,k),e.lineTo(T,M),e.stroke();};for(let P=1;P<E.length;P+=1){let k=E[P-1],T=E[P],M=k.y<=u,L=T.y<=u;if(M!==L&&T.y!==k.y){let C=(u-k.y)/(T.y-k.y),I=k.x+(T.x-k.x)*C;S(k.x,k.y,I,u,M?f:g),S(I,u,T.x,T.y,L?f:g);}else S(k.x,k.y,T.x,T.y,M?f:g);}e.lineCap="butt";}drawCandles(e,t,n,i,o,s,a,l,c){let d=s.bodySpacing(),u=$r(d),h=Ur(t.style.candle,t.candleOverride,l.upColor,l.downColor);if(u==="aggregate"){this.drawCandlesAggregated(e,n,i,o,s,a,h.up,h.down,c);return}let p=u==="full",m=h.candle,f=this.candleStructureAlpha>this.candleBodyAlpha+.001;for(let g=i;g<=o;g+=1){let b=n[g];if(!b||b.high<=b.low)continue;let y=Tl(s.logicalToX(g),d,s.dpr,this.candleBodyScale),v=y.center,w=b.close>=b.open,E=w?h.up:h.down,S=c.get(b.time)??E,P=0,k=0;if(p){let T=s.priceToY(b.open,a.scale,a.bounds),M=s.priceToY(b.close,a.scale,a.bounds);P=Lt(Math.min(T,M),s.dpr),k=Math.max(1/s.dpr,Lt(Math.max(T,M),s.dpr)-P);}if(m.wickVisible){let T=(w?m.wickUpColor:m.wickDownColor)??(p?E:S),M=Lt(s.priceToY(b.high,a.scale,a.bounds),s.dpr),L=Lt(s.priceToY(b.low,a.scale,a.bounds),s.dpr);e.globalAlpha=this.candleStructureAlpha,e.strokeStyle=T,e.lineWidth=y.wickW,e.beginPath(),p?(e.moveTo(v,M),e.lineTo(v,P),e.moveTo(v,P+k),e.lineTo(v,L)):(e.moveTo(v,M),e.lineTo(v,L)),e.stroke();}if(p&&(m.bodyVisible&&(e.globalAlpha=this.candleBodyAlpha,e.fillStyle=S,e.fillRect(y.bodyX,P,y.bodyW,k)),m.borderVisible||f&&m.bodyVisible)){e.globalAlpha=this.candleStructureAlpha,e.strokeStyle=m.borderVisible?(w?m.borderUpColor:m.borderDownColor)??S:S,e.lineWidth=1;let T=Math.max(0,y.bodyW-1),M=Math.max(0,k-1);e.strokeRect(y.bodyX+.5,P+.5,T,M);}}}drawCandlesAggregated(e,t,n,i,o,s,a,l,c){let d=NaN,u=1/0,h=-1/0,p=0,m=0,f=0,g=false,b=()=>{if(!g)return;let y=c.get(f)??(m>=p?a:l),v=o.priceToY(h,s.scale,s.bounds),w=o.priceToY(u,s.scale,s.bounds);e.strokeStyle=y,e.lineWidth=1,e.beginPath(),e.moveTo(d,v),e.lineTo(d,w),e.stroke();};for(let y=n;y<=i;y+=1){let v=t[y];if(!v||v.high<=v.low)continue;let w=Math.round(o.logicalToX(y))+.5;!g||w!==d?(b(),d=w,u=v.low,h=v.high,p=v.open,f=v.time,g=true):(v.low<u&&(u=v.low),v.high>h&&(h=v.high)),m=v.close;}b();}drawSeries(e,t,n,i,o,s,a,l=0){if(t.kind==="candle"||t.kind==="bar"){this.drawPlotCandles(e,t,n,i,o,s,a,l);return}if(!(!ve(t)||t.visible===false))switch(t.kind){case "histogram":case "columns":this.drawHistogram(e,t,n,i,o,s,l);break;case "area":this.drawArea(e,t,n,i,o,s,l),this.drawPolyline(e,t,n,i,o,s,false,l);break;case "circles":case "cross":this.drawPointMarkers(e,t,n,i,o,s,l);break;case "step":this.drawPolyline(e,t,n,i,o,s,true,l);break;default:this.drawPolyline(e,t,n,i,o,s,false,l);}}drawPolyline(e,t,n,i,o,s,a,l=0){e.lineWidth=Math.max(1,t.style.width),e.lineJoin="round",qr(e,t.style.lineStyle);let c=0,d=0,u=false;for(let h=Math.max(1,o-1);h<=s;h+=1){let p=t.points[h-l],m=t.points[h-1-l];if(!p||p.value===null||!m||m.value===null){u=false;continue}let f=i.logicalToX(h),g=i.priceToY(p.value,n.scale,n.bounds);u||(c=i.logicalToX(h-1),d=i.priceToY(m.value,n.scale,n.bounds)),e.strokeStyle=p.color??t.style.color,e.beginPath(),e.moveTo(c,d),a&&e.lineTo(f,d),e.lineTo(f,g),e.stroke(),c=f,d=g,u=true;}qr(e,"solid");}drawArea(e,t,n,i,o,s,a=0){let l=n.bounds.top+n.bounds.height,c=[],d=1/0,u=()=>{if(c.length===0)return;let h=e.createLinearGradient(0,d,0,l);h.addColorStop(0,t.style.color),h.addColorStop(1,"rgba(0,0,0,0)"),e.fillStyle=h,e.beginPath(),e.moveTo(c[0].x,l);for(let p of c)e.lineTo(p.x,p.y);e.lineTo(c[c.length-1].x,l),e.closePath(),e.fill(),c=[],d=1/0;};for(let h=o;h<=s;h+=1){let p=t.points[h-a];if(!p||p.value===null){u();continue}let m=i.logicalToX(h),f=i.priceToY(p.value,n.scale,n.bounds);c.push({x:m,y:f}),f<d&&(d=f);}u();}drawHistogram(e,t,n,i,o,s,a=0){let l=i.bodySpacing(),c=Math.max(1,(t.kind==="columns"?.7:.8)*l),d=c/2,u=t.style.base??0,h=i.priceToY(u,n.scale,n.bounds);for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null)continue;let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);e.fillStyle=m.color??t.style.color,e.fillRect(f-d,Math.min(h,g),c,Math.max(1,Math.abs(g-h)));}}drawPointMarkers(e,t,n,i,o,s,a=0){let l=Math.max(1.5,t.style.width);for(let c=o;c<=s;c+=1){let d=t.points[c-a];if(!d||d.value===null)continue;let u=i.logicalToX(c),h=i.priceToY(d.value,n.scale,n.bounds);e.strokeStyle=d.color??t.style.color,e.fillStyle=d.color??t.style.color,t.kind==="cross"?(e.lineWidth=1,e.beginPath(),e.moveTo(u-l,h),e.lineTo(u+l,h),e.moveTo(u,h-l),e.lineTo(u,h+l),e.stroke()):(e.beginPath(),e.arc(u,h,l,0,Math.PI*2),e.fill());}}drawPlotCandles(e,t,n,i,o,s,a,l=0){let c=i.bodySpacing(),d=t.style?.up??a.upColor,u=t.style?.down??a.downColor,h=t.kind==="bar",p=Math.max(.5,Math.floor(c*.7)/2),m=Math.max(1,Math.round(c*.35));for(let f=o;f<=s;f+=1){let g=t.bars[f-l];if(!g)continue;let b=t.barColors?.[f-l],y=b?.color??(g.close>=g.open?d:u),v=Math.round(i.logicalToX(f))+.5,w=i.priceToY(g.high,n.scale,n.bounds),E=i.priceToY(g.low,n.scale,n.bounds),x=i.priceToY(g.open,n.scale,n.bounds),S=i.priceToY(g.close,n.scale,n.bounds);if(h){e.strokeStyle=y,e.lineWidth=1,e.beginPath(),e.moveTo(v,w),e.lineTo(v,E),e.moveTo(v-m,x),e.lineTo(v,x),e.moveTo(v,S),e.lineTo(v+m,S),e.stroke();continue}e.strokeStyle=b?.wickColor??y,e.lineWidth=So(c),e.beginPath(),e.moveTo(v,w),e.lineTo(v,E),e.stroke(),e.fillStyle=y,e.fillRect(v-p,Math.min(x,S),p*2,Math.max(1,Math.abs(S-x))),b?.borderColor&&(e.strokeStyle=b.borderColor,e.strokeRect(v-p,Math.min(x,S),p*2,Math.max(1,Math.abs(S-x))));}}drawFill(e,t,n,i,o,s,a,l=0){let c=Ev(t,n.fromSeriesId),d=Ev(t,n.toSeriesId);if(!c||!d)return;let u=NaN,h=NaN,p="",m="",f=null;for(let g=Math.max(1,s);g<=a;g+=1){let b=c[g-1-l],y=d[g-1-l],v=c[g-l],w=d[g-l];if(!b||!y||!v||!w||b.value===null||y.value===null||v.value===null||w.value===null)continue;let E=o.logicalToX(g-1),x=o.logicalToX(g),S=o.priceToY(b.value,i.scale,i.bounds),P=o.priceToY(y.value,i.scale,i.bounds),k=o.priceToY(v.value,i.scale,i.bounds),T=o.priceToY(w.value,i.scale,i.bounds),M=n.gradient?.[g-1-l];if(M){let L=o.priceToY(M.topValue,i.scale,i.bounds),C=o.priceToY(M.bottomValue,i.scale,i.bounds),I=C===L?L+1:C;(!f||L!==u||I!==h||M.topColor!==p||M.bottomColor!==m)&&(f=e.createLinearGradient(0,L,0,I),f.addColorStop(0,M.topColor),f.addColorStop(1,M.bottomColor),u=L,h=I,p=M.topColor,m=M.bottomColor),e.fillStyle=f;}else {let L=n.colors?n.colors[g-1-l]:n.color;if(!L)continue;e.fillStyle=L;}e.beginPath(),e.moveTo(E,S),e.lineTo(x,k),e.lineTo(x,T),e.lineTo(E,P),e.closePath(),e.fill();}}drawBackground(e,t,n,i){let o=i.timeToX(t.from),s=i.timeToX(t.to);s<0||o>i.width||s<=o||(e.fillStyle=t.color,e.fillRect(o,n.bounds.top,s-o,n.bounds.height));}drawHline(e,t,n,i,o,s){let a=Math.round(i.priceToY(t.price,n.scale,n.bounds))+.5;a<n.bounds.top||a>n.bounds.top+n.bounds.height||(e.strokeStyle=t.color??s.textColor,e.lineWidth=t.width??1,qr(e,t.lineStyle??"solid"),e.beginPath(),e.moveTo(0,a),e.lineTo(o,a),e.stroke(),qr(e,"solid"));}};function qr(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function Ev(r,e){let t=r.series.find(n=>n.id===e);return t&&ve(t)?t.points:null}var BE=new Map;function HE(r){let e=false;for(let n of r.values())if(n.barColors&&n.barColors.length>0){e=true;break}if(!e)return BE;let t=new Map;for(let n of r.values())if(n.barColors)for(let i of n.barColors)t.set(i.time,i.color);return t}function mn(r,e){let t=Math.max(1,e);return r==="dotted"?[t,t*2]:r==="dashed"?[t*4,t*3]:[]}function Zr(r,e,t,n,i,o,s){if(i==="none")return [r,e,t,n];let a=t-r,l=i==="left"||i==="both",c=i==="right"||i==="both";if(Math.abs(a)<1e-6){if(l&&c)return [r,0,t,s];let m=n>=e;return c?m?[r,e,t,s]:[r,e,t,0]:m?[r,0,t,n]:[r,s,t,n]}let d=(n-e)/a,u=m=>e+d*(m-r),h=l?-2:Math.min(r,t),p=c?o+2:Math.max(r,t);return [h,u(h),p,u(p)]}function Pv(r,e,t,n){let i=Math.atan2(n-e,t-r);return i>Math.PI/2&&(i-=Math.PI),i<-Math.PI/2&&(i+=Math.PI),i}function zE(r){let e=r.trim(),t=/^#([0-9a-f]{3})$/i.exec(e);if(t){let n=t[1];return {r:parseInt(n[0]+n[0],16),g:parseInt(n[1]+n[1],16),b:parseInt(n[2]+n[2],16),a:1}}if(t=/^#([0-9a-f]{6})([0-9a-f]{2})?$/i.exec(e),t){let n=t[1];return {r:parseInt(n.slice(0,2),16),g:parseInt(n.slice(2,4),16),b:parseInt(n.slice(4,6),16),a:t[2]?parseInt(t[2],16)/255:1}}if(t=/^rgba?\(([^)]+)\)$/i.exec(e),t){let n=t[1].split(",").map(i=>parseFloat(i.trim()));return {r:n[0]??0,g:n[1]??0,b:n[2]??0,a:n[3]??1}}return null}function $E(r,e,t){return (.299*r+.587*e+.114*t)/255}function we(r){if(!r)return "#000000";let e=zE(r);return e?$E(e.r,e.g,e.b)>.55?"#000000":"#ffffff":"#000000"}function kt(r){return Math.round(r*1.4)}var Qn=5,er=3;function xe(r){switch(r){case "tiny":return 10;case "small":return 12;case "large":return 18;case "huge":return 28;case "normal":return 14;default:return 0}}function Lv(r,e,t,n){let i=1;for(let l of r)l.length>i&&(i=l.length);let o=n?.62:.55,s=e*.9/(i*o),a=t*.85/(r.length*1.3);return Math.max(6,Math.min(s,a,48))}var WE={lines:[],boxes:[],labels:[],polylines:[],linefills:[]};function Qr(r,e){let t=n=>!!n.overlay===e;return {lines:(r.lines??[]).filter(t),boxes:(r.boxes??[]).filter(t),labels:(r.labels??[]).filter(t),polylines:(r.polylines??[]).filter(t),linefills:(r.linefills??[]).filter(t)}}function bu(r){return !r.lines.length&&!r.boxes.length&&!r.labels.length&&!r.polylines.length&&!r.linefills.length}function Mv(r){return r==="auto"?12:xe(r)}function GE(r,e,t,n,i){let o=Math.min(r,e),s=Math.max(r,e);return r===e?r>=n&&r<=i:t==="both"?true:t==="left"?s>=n:(t==="right"||s>=n)&&o<=i}var Jr=class{constructor(e,t=WE){this.deps=e;this.set=t;this.widthCache=new Map;this.tipRegions=[];this.indexOffset=0;}setSet(e,t=0){this.set=e,this.indexOffset=t;}setDeps(e){this.deps=e;}isEmpty(){let e=this.set;return !e.lines.length&&!e.boxes.length&&!e.labels.length&&!e.polylines.length&&!e.linefills.length}labelTipRegions(){return this.tipRegions}render(e,t,n,i,o){this.tipRegions=[],!this.isEmpty()&&(e.save(),this.drawLinefills(e,t,n,i,o),this.drawBoxes(e,t,n,i,o),this.drawPolylines(e,t,i,o),this.drawLines(e,t,n,i,o),this.drawLabels(e,t,n,i,o),e.restore());}priceRange(e,t){let n=Math.min(e,t),i=Math.max(e,t),o=(u,h,p)=>p==="both"?true:p==="left"?Math.max(u,h)>=n:(p==="right"||Math.max(u,h)>=n)&&Math.min(u,h)<=i,s=1/0,a=-1/0,l=u=>{u<s&&(s=u),u>a&&(a=u);};for(let u of this.set.lines)u.invisible||GE(this.logicalOf(u.xloc,u.x1),this.logicalOf(u.xloc,u.x2),u.extend,n,i)&&(l(u.y1),l(u.y2));for(let u of this.set.boxes)!u.bgColor&&!(u.borderColor&&u.borderWidth>0)&&!u.text||o(this.logicalOf(u.xloc,u.left),this.logicalOf(u.xloc,u.right),u.extend)&&(l(u.top),l(u.bottom));for(let u of this.set.linefills){if(!u.color)continue;let h=[u.line1.x1,u.line1.x2,u.line2.x1,u.line2.x2].map((m,f)=>this.logicalOf(f<2?u.line1.xloc:u.line2.xloc,m)),p=u.line1.extend!=="none"||u.line2.extend!=="none"?"both":"none";o(Math.min(...h),Math.max(...h),p)&&(l(u.line1.y1),l(u.line1.y2),l(u.line2.y1),l(u.line2.y2));}for(let u of this.set.polylines){if(u.points.length<2)continue;let h=u.points.map(p=>this.logicalOf(p.xloc,p.x));if(o(Math.min(...h),Math.max(...h),"none"))for(let p of u.points)l(p.price);}let c=0,d=0;for(let u of this.set.labels){let h=this.logicalOf(u.xloc,u.x);if(!o(h,h,"none"))continue;if(u.yloc==="price"){l(u.y);continue}if(u.yloc==="top"||u.yloc==="bottom")continue;let p=this.deps.barAt(h);if(!p)continue;l(u.yloc==="abovebar"?p.high:p.low);let m=Mv(u.size),f=Math.max(1,(u.text??"").split(`
812
+ }`,au={solid:null,dashed:[6,4],dotted:[2,3]};function ov(r){return Math.max(6,Math.min(20,Math.round(r*4)))}var Ml=class{constructor(){this.kind="webgl2";this.modelAlpha=1;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.candleBodyScale=1;this.onNeedsRedraw=null;this.onContextFailed=null;this.glow=0;this.canvas=null;this.gl=null;this.program=null;this.vao=null;this.vbo=null;this.uRes=null;this.batch=new To;this.contextLost=false;this.screenProgram=null;this.uTex=null;this.uDir=null;this.uIntensity=null;this.quadVao=null;this.quadVbo=null;this.fboA=null;this.texA=null;this.fboB=null;this.texB=null;this.fboW=0;this.fboH=0;this.glowBatch=new To;this.sliceTex=new Map;this.onLost=e=>{e.preventDefault(),this.contextLost=true;};this.onRestored=()=>{this.contextLost=false,this.initGL()?this.onNeedsRedraw?.():this.onContextFailed?.();};}get ok(){return this.gl!==null}mount(e){if(this.canvas=e,this.gl=e.getContext("webgl2",{alpha:true,antialias:true,depth:false,stencil:false,premultipliedAlpha:true}),!!this.gl){if(!this.initGL()){this.gl=null;return}e.addEventListener("webglcontextlost",this.onLost,false),e.addEventListener("webglcontextrestored",this.onRestored,false);}}initGL(){let e=this.gl;if(!e)return false;this.screenProgram=null,this.quadVao=null,this.quadVbo=null,this.fboA=this.fboB=null,this.texA=this.texB=null,this.fboW=this.fboH=0,this.sliceTex.clear();let t=Pl(e,e.VERTEX_SHADER,sE),n=Pl(e,e.FRAGMENT_SHADER,aE),i=e.createProgram();if(!t||!n||!i)return t&&e.deleteShader(t),n&&e.deleteShader(n),i&&e.deleteProgram(i),false;if(e.attachShader(i,t),e.attachShader(i,n),e.linkProgram(i),!e.getProgramParameter(i,e.LINK_STATUS))return e.deleteProgram(i),e.deleteShader(t),e.deleteShader(n),false;e.deleteShader(t),e.deleteShader(n),this.program=i,this.uRes=e.getUniformLocation(i,"uRes"),this.vbo=e.createBuffer(),this.vao=e.createVertexArray(),e.bindVertexArray(this.vao),e.bindBuffer(e.ARRAY_BUFFER,this.vbo);let o=32;return e.enableVertexAttribArray(0),e.vertexAttribPointer(0,2,e.FLOAT,false,o,0),e.enableVertexAttribArray(1),e.vertexAttribPointer(1,4,e.FLOAT,false,o,8),e.enableVertexAttribArray(2),e.vertexAttribPointer(2,2,e.FLOAT,false,o,24),e.bindVertexArray(null),this.glow>0&&!this.ensureScreenPipeline()&&(this.glow=0),true}ensureScreenPipeline(){if(this.screenProgram&&this.quadVao)return true;let e=this.gl;if(!e)return false;let t=Pl(e,e.VERTEX_SHADER,lE),n=Pl(e,e.FRAGMENT_SHADER,cE),i=e.createProgram();return !t||!n||!i?(t&&e.deleteShader(t),n&&e.deleteShader(n),i&&e.deleteProgram(i),false):(e.attachShader(i,t),e.attachShader(i,n),e.linkProgram(i),e.getProgramParameter(i,e.LINK_STATUS)?(e.deleteShader(t),e.deleteShader(n),this.screenProgram=i,this.uTex=e.getUniformLocation(i,"uTex"),this.uDir=e.getUniformLocation(i,"uDir"),this.uIntensity=e.getUniformLocation(i,"uIntensity"),this.quadVbo=e.createBuffer(),this.quadVao=e.createVertexArray(),e.bindVertexArray(this.quadVao),e.bindBuffer(e.ARRAY_BUFFER,this.quadVbo),e.bufferData(e.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,1,1]),e.STATIC_DRAW),e.enableVertexAttribArray(0),e.vertexAttribPointer(0,2,e.FLOAT,false,0,0),e.bindVertexArray(null),true):(e.deleteProgram(i),false))}ensureFbos(e,t,n){if(this.fboA&&this.fboW===t&&this.fboH===n)return true;this.deleteFbos(e);let i=()=>{let a=e.createTexture();e.bindTexture(e.TEXTURE_2D,a),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,t,n,0,e.RGBA,e.UNSIGNED_BYTE,null),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);let l=e.createFramebuffer();return e.bindFramebuffer(e.FRAMEBUFFER,l),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,a,0),{tex:a,fbo:l}},o=i(),s=i();return e.bindFramebuffer(e.FRAMEBUFFER,null),this.texA=o.tex,this.fboA=o.fbo,this.texB=s.tex,this.fboB=s.fbo,this.fboW=t,this.fboH=n,!!(this.fboA&&this.fboB)}deleteFbos(e){this.fboA&&e.deleteFramebuffer(this.fboA),this.fboB&&e.deleteFramebuffer(this.fboB),this.texA&&e.deleteTexture(this.texA),this.texB&&e.deleteTexture(this.texB),this.fboA=this.fboB=null,this.texA=this.texB=null,this.fboW=this.fboH=0;}render(e,t,n){let i=this.gl,o=this.canvas;if(!i||!o||!this.program||this.contextLost||i.isContextLost())return;let s=t.dpr,a=t.width;i.viewport(0,0,o.width,o.height),i.disable(i.SCISSOR_TEST),i.clearColor(0,0,0,0),i.clear(i.COLOR_BUFFER_BIT);let l=t.barCount;if(l===0)return;let c=t.visibleLogicalRange(),d=Math.max(0,Math.floor(c.from)),u=Math.min(l-1,Math.ceil(c.to));if(u<d)return;i.enable(i.BLEND),i.enable(i.SCISSOR_TEST);let h=hE(e.indicators),p=e.orderedPanes(),m=new Set;for(let f of p){let g=this.batch;g.reset();let b=Math.round(f.bounds.top*s),y=Math.round((f.bounds.top+f.bounds.height)*s);i.scissor(0,o.height-y,Math.round(a*s),y-b);let v=()=>{g.vertexCount!==0&&(i.blendFuncSeparate(i.SRC_ALPHA,i.ONE_MINUS_SRC_ALPHA,i.ONE,i.ONE_MINUS_SRC_ALPHA),i.useProgram(this.program),i.bindVertexArray(this.vao),i.uniform2f(this.uRes,o.width/s,o.height/s),i.bindBuffer(i.ARRAY_BUFFER,this.vbo),i.bufferData(i.ARRAY_BUFFER,g.view,i.DYNAMIC_DRAW),i.drawArrays(i.TRIANGLES,0,g.vertexCount),g.reset());},w=f.collapsed?[]:e.drawingSlices.get(f.id)??[],E=0,x=S=>{for(;E<w.length&&w[E].beforeZ<=S;E+=1)v(),this.drawSliceTexture(i,w[E].canvas)&&m.add(w[E].canvas);};if(g.alpha=1,!f.collapsed){let S=e.orderedIndicatorsForPane(f.id),P=f.kind==="price",k=L=>{let C=e.scaleFor(L,f);return C===f.scale?f:{...f,scale:C}};g.alpha=this.modelAlpha;for(let L of S)for(let C of L.backgrounds)C.overlay!==true&&this.emitBackground(g,C,f,t);if(P)for(let L of e.indicators.values())for(let C of L.backgrounds)C.overlay===true&&this.emitBackground(g,C,f,t);let T=P&&!e.candlesHidden,M=false;for(let L of S){T&&!M&&e.zOf(L.id)>=e.candleZ&&(x(e.candleZ),g.alpha=this.candleStructureAlpha,this.emitPriceSeries(g,e,d,u,t,f,n,h,a),M=true),x(e.zOf(L.id)),g.alpha=this.modelAlpha;let C=e.offsetOf(L.id),I=k(L);for(let V of L.fills)V.overlay!==true&&this.emitFill(g,L,V,I,t,d,u,C);for(let V of L.series)V.overlay!==true&&this.emitSeries(g,V,I,t,d,u,n,C);}if(T&&!M&&(x(e.candleZ),g.alpha=this.candleStructureAlpha,this.emitPriceSeries(g,e,d,u,t,f,n,h,a)),g.alpha=this.modelAlpha,P){for(let L of e.indicators.values()){let C=e.offsetOf(L.id);for(let I of L.fills)I.overlay===true&&this.emitFill(g,L,I,f,t,d,u,C);}for(let L of e.indicators.values()){let C=e.offsetOf(L.id);for(let I of L.series)I.overlay===true&&this.emitSeries(g,I,f,t,d,u,n,C);}}x(1/0);for(let L of S){let C=k(L);for(let I of L.priceLines)this.emitHline(g,I,C,t,a,n);}g.alpha=1;}v();}i.disable(i.SCISSOR_TEST);for(let[f,g]of this.sliceTex)m.has(f)||(i.deleteTexture(g),this.sliceTex.delete(f));this.glow>0&&!this.screenProgram&&!this.ensureScreenPipeline()&&(this.glow=0),this.glow>0&&this.screenProgram&&(this.glowBatch.alpha=this.modelAlpha,this.renderGlow(i,e,t,d,u));}renderGlow(e,t,n,i,o){let s=this.canvas,a=Math.max(1,s.width>>1),l=Math.max(1,s.height>>1);if(!this.ensureFbos(e,a,l))return;let c=n.dpr,d=n.width;e.bindFramebuffer(e.FRAMEBUFFER,this.fboA),e.viewport(0,0,a,l),e.disable(e.SCISSOR_TEST),e.clearColor(0,0,0,0),e.clear(e.COLOR_BUFFER_BIT),e.enable(e.BLEND),e.blendFuncSeparate(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.useProgram(this.program),e.bindVertexArray(this.vao),e.uniform2f(this.uRes,s.width/c,s.height/c),e.enable(e.SCISSOR_TEST);for(let u of t.orderedPanes()){let h=this.glowBatch;if(h.reset(),this.emitGlowSources(h,t,u,n,i,o),h.vertexCount===0)continue;let p=Math.round(u.bounds.top*c*.5),m=Math.round((u.bounds.top+u.bounds.height)*c*.5);e.scissor(0,l-m,Math.round(d*c*.5),m-p),e.bindBuffer(e.ARRAY_BUFFER,this.vbo),e.bufferData(e.ARRAY_BUFFER,h.view,e.DYNAMIC_DRAW),e.drawArrays(e.TRIANGLES,0,h.vertexCount);}e.disable(e.SCISSOR_TEST),e.useProgram(this.screenProgram),e.bindVertexArray(this.quadVao),e.uniform1i(this.uTex,0),e.uniform1f(this.uIntensity,1),e.activeTexture(e.TEXTURE0),e.disable(e.BLEND),e.bindFramebuffer(e.FRAMEBUFFER,this.fboB),e.bindTexture(e.TEXTURE_2D,this.texA),e.uniform2f(this.uDir,1/a,0),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindFramebuffer(e.FRAMEBUFFER,this.fboA),e.bindTexture(e.TEXTURE_2D,this.texB),e.uniform2f(this.uDir,0,1/l),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindFramebuffer(e.FRAMEBUFFER,null),e.viewport(0,0,s.width,s.height),e.enable(e.BLEND),e.blendFunc(e.ONE,e.ONE),e.bindTexture(e.TEXTURE_2D,this.texA),e.uniform2f(this.uDir,0,0),e.uniform1f(this.uIntensity,this.glow),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindTexture(e.TEXTURE_2D,null),e.bindVertexArray(null);}drawSliceTexture(e,t){if(!this.ensureScreenPipeline()||!this.screenProgram)return false;let n=this.sliceTex.get(t)??null;if(!n){if(n=e.createTexture(),!n)return false;this.sliceTex.set(t,n),e.bindTexture(e.TEXTURE_2D,n),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE);}return e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,true),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,true),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,false),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,false),e.useProgram(this.screenProgram),e.bindVertexArray(this.quadVao),e.uniform1i(this.uTex,0),e.uniform2f(this.uDir,0,0),e.uniform1f(this.uIntensity,1),e.blendFuncSeparate(e.ONE,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.drawArrays(e.TRIANGLE_STRIP,0,4),e.bindVertexArray(null),true}emitGlowSources(e,t,n,i,o,s){let a=(l,c)=>{!ve(l)||l.visible===false||l.kind==="histogram"||l.kind==="columns"||(l.kind==="circles"||l.kind==="cross"?this.emitPointMarkers(e,l,n,i,o,s,c):this.emitPolyline(e,l,n,i,o,s,l.kind==="step",c));};for(let l of t.indicatorsForPane(n.id)){let c=t.offsetOf(l.id);for(let d of l.series)d.overlay!==true&&a(d,c);}if(n.kind==="price")for(let l of t.indicators.values()){let c=t.offsetOf(l.id);for(let d of l.series)d.overlay===true&&a(d,c);}}destroy(){let e=this.gl;if(this.canvas&&(this.canvas.removeEventListener("webglcontextlost",this.onLost),this.canvas.removeEventListener("webglcontextrestored",this.onRestored)),e){this.program&&e.deleteProgram(this.program),this.vbo&&e.deleteBuffer(this.vbo),this.vao&&e.deleteVertexArray(this.vao),this.screenProgram&&e.deleteProgram(this.screenProgram),this.quadVbo&&e.deleteBuffer(this.quadVbo),this.quadVao&&e.deleteVertexArray(this.quadVao);for(let t of this.sliceTex.values())e.deleteTexture(t);this.sliceTex.clear(),this.deleteFbos(e),e.getExtension("WEBGL_lose_context")?.loseContext();}this.gl=null,this.canvas=null,this.program=null,this.vao=null,this.vbo=null,this.screenProgram=null;}emitBackground(e,t,n,i){let o=i.timeToX(t.from),s=i.timeToX(t.to);s<0||o>i.width||s<=o||e.rect(o,n.bounds.top,s-o,n.bounds.height,G(t.color));}emitFill(e,t,n,i,o,s,a,l=0){let c=av(t,n.fromSeriesId),d=av(t,n.toSeriesId);if(!(!c||!d))for(let u=Math.max(1,s);u<=a;u+=1){let h=c[u-1-l],p=d[u-1-l],m=c[u-l],f=d[u-l];if(!h||!p||!m||!f||h.value===null||p.value===null||m.value===null||f.value===null)continue;let g=o.logicalToX(u-1),b=o.logicalToX(u),y=o.priceToY(h.value,i.scale,i.bounds),v=o.priceToY(p.value,i.scale,i.bounds),w=o.priceToY(m.value,i.scale,i.bounds),E=o.priceToY(f.value,i.scale,i.bounds),x=n.gradient?.[u-1-l];if(x){let S=o.priceToY(x.topValue,i.scale,i.bounds),P=o.priceToY(x.bottomValue,i.scale,i.bounds),k=P===S?S+1:P,T=G(x.topColor),M=G(x.bottomColor),L=k-S,C=I=>lu(T,M,Ll((I-S)/L));e.quad4(g,y,C(y),b,w,C(w),b,E,C(E),g,v,C(v));}else {let S=n.colors?n.colors[u-1-l]:n.color;if(!S)continue;e.quad(g,y,b,w,b,E,g,v,G(S));}}}emitPriceSeries(e,t,n,i,o,s,a,l,c){if(t.basePainting==="none")return;let d=t.bars,u=t.style;switch(t.priceStyle){case "bars":this.emitBars(e,d,n,i,o,s,u.bars.upColor??a.upColor,u.bars.downColor??a.downColor,l);return;case "line":this.emitPriceLine(e,d,n,i,o,s,G(u.line.color??a.upColor),u.line.width);return;case "area":{let h=u.area.lineColor??a.upColor;this.emitPriceArea(e,d,n,i,o,s,G(u.area.topColor??h),G(u.area.bottomColor??"rgba(0,0,0,0)")),this.emitPriceLine(e,d,n,i,o,s,G(h),u.area.width);return}case "baseline":this.emitBaseline(e,d,n,i,o,s,t,a,c);return;default:this.emitCandles(e,t,d,n,i,o,s,a,l);}}emitBars(e,t,n,i,o,s,a,l,c){let d=o.bodySpacing(),u=$r(d);if(u==="aggregate"){this.emitCandlesAggregated(e,t,n,i,o,s,a,l,c);return}let h=Math.max(1,Math.round(d*.35)),p=u==="full";for(let m=n;m<=i;m+=1){let f=t[m];if(!f||f.high<=f.low)continue;let g=G(c.get(f.time)??(f.close>=f.open?a:l)),b=Math.round(o.logicalToX(m)),y=o.priceToY(f.high,s.scale,s.bounds),v=o.priceToY(f.low,s.scale,s.bounds);if(e.rect(b-.5,y,1,v-y,g),p){let w=o.priceToY(f.open,s.scale,s.bounds),E=o.priceToY(f.close,s.scale,s.bounds);e.rect(b-h,w-.5,h,1,g),e.rect(b,E-.5,h,1,g);}}}emitPriceLine(e,t,n,i,o,s,a,l){let c=Math.max(1,l)/2,d=ov(c),u=false,h=0,p=0;for(let m=Math.max(0,n-1);m<=i;m+=1){let f=t[m];if(!f){u=false;continue}let g=o.logicalToX(m),b=o.priceToY(f.close,s.scale,s.bounds);u&&e.seg(h,p,g,b,l,a),e.circle(g,b,c,a,d),h=g,p=b,u=true;}}emitPriceArea(e,t,n,i,o,s,a,l){let c=s.bounds.top+s.bounds.height,d=[],u=1/0,h=()=>{if(d.length>=2){let p=c-u,m=f=>lu(a,l,p<1e-6?0:Ll((f-u)/p));for(let f=1;f<d.length;f+=1){let g=d[f-1],b=d[f];e.quad4(g.x,g.y,m(g.y),b.x,b.y,m(b.y),b.x,c,l,g.x,c,l);}}d.length=0,u=1/0;};for(let p=Math.max(0,n-1);p<=i;p+=1){let m=t[p];if(!m){h();continue}let f=o.logicalToX(p),g=o.priceToY(m.close,s.scale,s.bounds);d.push({x:f,y:g}),g<u&&(u=g);}h();}emitBaseline(e,t,n,i,o,s,a,l,c){let d=a.baselinePriceFor(s.scale),u=o.priceToY(d,s.scale,s.bounds),h=a.style.baseline,p=h.topLineColor??Wr,m=h.bottomLineColor??Gr,f=G(p),g=G(m),b=G(h.topFillColor??$(p,Yt)),y=G(h.topFillColor2??$(p,Kt)),v=G(h.bottomFillColor??$(m,Yt)),w=G(h.bottomFillColor2??$(m,Kt)),E=[];for(let T=Math.max(0,n-1);T<=i;T+=1){let M=t[T];M&&E.push({x:o.logicalToX(T),y:o.priceToY(M.close,s.scale,s.bounds)});}if(E.length<2)return;let x=s.bounds.top,S=s.bounds.top+s.bounds.height,P=T=>T<=u?y:w,k=T=>{let M=T<=u,L=M?u-x:S-u,C=L>0?Ll(Math.abs(T-u)/L):0;return lu(M?y:w,M?b:v,C)};for(let T=1;T<E.length;T+=1){let M=E[T-1],L=E[T];if(M.y<=u!=L.y<=u&&L.y!==M.y){let C=(u-M.y)/(L.y-M.y),I=M.x+(L.x-M.x)*C;e.tri(M.x,M.y,k(M.y),I,u,P(M.y),M.x,u,P(M.y)),e.tri(I,u,P(L.y),L.x,L.y,k(L.y),L.x,u,P(L.y));}else e.quad4(M.x,M.y,k(M.y),L.x,L.y,k(L.y),L.x,u,P(L.y),M.x,u,P(M.y));}e.dashedSeg(0,u,c,u,1,G(a.style.borderColor??l.borderColor),au.dashed??null);for(let T=1;T<E.length;T+=1){let M=E[T-1],L=E[T],C=M.y<=u,I=L.y<=u;if(C!==I&&L.y!==M.y){let V=(u-M.y)/(L.y-M.y),Y=M.x+(L.x-M.x)*V;e.seg(M.x,M.y,Y,u,h.width,C?f:g),e.seg(Y,u,L.x,L.y,h.width,I?f:g);}else e.seg(M.x,M.y,L.x,L.y,h.width,C?f:g);}}emitCandles(e,t,n,i,o,s,a,l,c){let d=s.bodySpacing(),u=$r(d),h=Ur(t.style.candle,t.candleOverride,l.upColor,l.downColor);if(u==="aggregate"){this.emitCandlesAggregated(e,n,i,o,s,a,h.up,h.down,c);return}let p=u==="full",m=h.up,f=h.down,g=h.candle,b=this.candleStructureAlpha>this.candleBodyAlpha+.001;for(let y=i;y<=o;y+=1){let v=n[y];if(!v||v.high<=v.low)continue;let w=Tl(s.logicalToX(y),d,s.dpr,this.candleBodyScale),E=v.close>=v.open,x=E?m:f,P=c.get(v.time)??x,k=G(P),T=0,M=0;if(p){let L=s.priceToY(v.open,a.scale,a.bounds),C=s.priceToY(v.close,a.scale,a.bounds);T=Lt(Math.min(L,C),s.dpr),M=Math.max(1/s.dpr,Lt(Math.max(L,C),s.dpr)-T);}if(g.wickVisible){let L=Lt(s.priceToY(v.high,a.scale,a.bounds),s.dpr),C=Lt(s.priceToY(v.low,a.scale,a.bounds),s.dpr);e.alpha=this.candleStructureAlpha;let I=G((E?g.wickUpColor:g.wickDownColor)??(p?x:P));p?(e.rect(w.wickX,L,w.wickW,Math.max(0,T-L),I),e.rect(w.wickX,T+M,w.wickW,Math.max(0,C-(T+M)),I)):e.rect(w.wickX,L,w.wickW,C-L,I);}if(p&&(g.bodyVisible&&(e.alpha=this.candleBodyAlpha,e.rect(w.bodyX,T,w.bodyW,M,k)),g.borderVisible||b&&g.bodyVisible)){e.alpha=this.candleStructureAlpha;let L=g.borderVisible?G((E?g.borderUpColor:g.borderDownColor)??P):k,C=Math.max(0,w.bodyW-1),I=Math.max(0,M-1);e.rectStroke(w.bodyX+.5,T+.5,C,I,1,L);}}}emitCandlesAggregated(e,t,n,i,o,s,a,l,c){let d=NaN,u=1/0,h=-1/0,p=0,m=0,f=0,g=false,b=()=>{if(!g)return;let y=G(c.get(f)??(m>=p?a:l)),v=o.priceToY(h,s.scale,s.bounds),w=o.priceToY(u,s.scale,s.bounds);e.rect(d-.5,v,1,w-v,y);};for(let y=n;y<=i;y+=1){let v=t[y];if(!v||v.high<=v.low)continue;let w=Math.round(o.logicalToX(y));!g||w!==d?(b(),d=w,u=v.low,h=v.high,p=v.open,f=v.time,g=true):(v.low<u&&(u=v.low),v.high>h&&(h=v.high)),m=v.close;}b();}emitSeries(e,t,n,i,o,s,a,l=0){if(t.kind==="candle"||t.kind==="bar"){this.emitPlotCandles(e,t,n,i,o,s,a,l);return}if(!(!ve(t)||t.visible===false))switch(t.kind){case "histogram":case "columns":this.emitHistogram(e,t,n,i,o,s,l);break;case "area":this.emitArea(e,t,n,i,o,s,l),this.emitPolyline(e,t,n,i,o,s,false,l);break;case "circles":case "cross":this.emitPointMarkers(e,t,n,i,o,s,l);break;case "step":this.emitPolyline(e,t,n,i,o,s,true,l);break;default:this.emitPolyline(e,t,n,i,o,s,false,l);}}emitPolyline(e,t,n,i,o,s,a,l=0){let c=Math.max(1,t.style.width),d=c/2,u=au[t.style.lineStyle]??null,h=!u&&!a,p=ov(d),m=false;for(let f=Math.max(1,o-1);f<=s;f+=1){let g=t.points[f-l],b=t.points[f-1-l];if(!g||g.value===null||!b||b.value===null){m=false;continue}let y=i.logicalToX(f),v=i.priceToY(g.value,n.scale,n.bounds),w=i.logicalToX(f-1),E=i.priceToY(b.value,n.scale,n.bounds),x=G(g.color??t.style.color);a?(e.dashedSeg(w,E,y,E,c,x,u),e.dashedSeg(y,E,y,v,c,x,u)):e.dashedSeg(w,E,y,v,c,x,u),h&&(m||e.circle(w,E,d,G(b.color??t.style.color),p),e.circle(y,v,d,x,p)),m=true;}}emitArea(e,t,n,i,o,s,a=0){let l=n.bounds.top+n.bounds.height,c=G(t.style.color),d=[],u=1/0,h=()=>{if(d.length<1){d=[],u=1/0;return}let p=l-u,m=f=>dE(c,p<1e-6?0:Ll((f-u)/p));for(let f=1;f<d.length;f+=1){let g=d[f-1],b=d[f];e.quad4(g.x,g.y,m(g.y),b.x,b.y,m(b.y),b.x,l,sv,g.x,l,sv);}d=[],u=1/0;};for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null){h();continue}let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);d.push({x:f,y:g}),g<u&&(u=g);}h();}emitHistogram(e,t,n,i,o,s,a=0){let l=i.bodySpacing(),c=Math.max(1,(t.kind==="columns"?.7:.8)*l),d=c/2,u=t.style.base??0,h=i.priceToY(u,n.scale,n.bounds);for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null)continue;let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);e.rect(f-d,Math.min(h,g),c,Math.max(1,Math.abs(g-h)),G(m.color??t.style.color));}}emitPointMarkers(e,t,n,i,o,s,a=0){let l=Math.max(1.5,t.style.width);for(let c=o;c<=s;c+=1){let d=t.points[c-a];if(!d||d.value===null)continue;let u=i.logicalToX(c),h=i.priceToY(d.value,n.scale,n.bounds),p=G(d.color??t.style.color);t.kind==="cross"?(e.seg(u-l,h,u+l,h,1,p),e.seg(u,h-l,u,h+l,1,p)):e.circle(u,h,l,p,Math.max(16,Math.ceil(l*2)));}}emitPlotCandles(e,t,n,i,o,s,a,l=0){let c=i.bodySpacing(),d=t.style?.up??a.upColor,u=t.style?.down??a.downColor,h=t.kind==="bar",p=Math.max(.5,Math.floor(c*.7)/2),m=Math.max(1,Math.round(c*.35));for(let f=o;f<=s;f+=1){let g=t.bars[f-l];if(!g)continue;let b=t.barColors?.[f-l],y=G(b?.color??(g.close>=g.open?d:u)),v=Math.round(i.logicalToX(f)),w=i.priceToY(g.high,n.scale,n.bounds),E=i.priceToY(g.low,n.scale,n.bounds),x=i.priceToY(g.open,n.scale,n.bounds),S=i.priceToY(g.close,n.scale,n.bounds);if(h){e.rect(v-.5,w,1,E-w,y),e.rect(v-m,x-.5,m,1,y),e.rect(v,S-.5,m,1,y);continue}let P=Math.max(1,Math.round(So(c)*i.dpr)),k=(Math.round(v*i.dpr)-(P>>1))/i.dpr;e.rect(k,w,P/i.dpr,E-w,G(b?.wickColor??b?.color??(g.close>=g.open?d:u)));let T=Math.min(x,S),M=Math.max(1,Math.abs(S-x));if(e.rect(v-p,T,p*2,M,y),b?.borderColor){let L=G(b.borderColor);e.rect(v-p,T,p*2,1,L),e.rect(v-p,T+M-1,p*2,1,L),e.rect(v-p,T,1,M,L),e.rect(v+p-1,T,1,M,L);}}}emitHline(e,t,n,i,o,s){let a=Math.round(i.priceToY(t.price,n.scale,n.bounds));a<n.bounds.top||a>n.bounds.top+n.bounds.height||e.dashedSeg(0,a,o,a,t.width??1,G(t.color??s.textColor),au[t.lineStyle??"solid"]??null);}};function Pl(r,e,t){let n=r.createShader(e);return n?(r.shaderSource(n,t),r.compileShader(n),r.getShaderParameter(n,r.COMPILE_STATUS)?n:(r.deleteShader(n),null)):null}var sv=[0,0,0,0];function Ll(r){return r<0?0:r>1?1:r}function lu(r,e,t){return [r[0]+(e[0]-r[0])*t,r[1]+(e[1]-r[1])*t,r[2]+(e[2]-r[2])*t,r[3]+(e[3]-r[3])*t]}function dE(r,e){let t=1-e;return [r[0]*t,r[1]*t,r[2]*t,r[3]*t]}function av(r,e){let t=r.series.find(n=>n.id===e);return t&&ve(t)?t.points:null}var uE=new Map;function hE(r){let e=false;for(let n of r.values())if(n.barColors&&n.barColors.length>0){e=true;break}if(!e)return uE;let t=new Map;for(let n of r.values())if(n.barColors)for(let i of n.barColors)t.set(i.time,i.color);return t}function Eo(){return {barSpacing:8,rightOffset:6}}function Mt(r){return Math.max(.5,Math.min(1e3,r))}function cu(r){if(r.length<2)return 0;let e=[];for(let t=1;t<r.length;t+=1){let n=r[t]-r[t-1];n>0&&e.push(n);}return e.length===0?0:(e.sort((t,n)=>t-n),e[Math.floor(e.length/2)])}function lv(r,e,t){let n=e.length;if(n===0)return 0;let i=e[0],o=e[n-1];if(r<=i)return t>0?(r-i)/t:0;if(r>=o)return n-1+(t>0?(r-o)/t:0);let s=0,a=n-1;for(;a-s>1;){let c=s+a>>1;e[c]<=r?s=c:a=c;}let l=e[a]-e[s];return l>0?s+(r-e[s])/l:s}function cv(r,e,t){let n=e.length;if(n===0)return 0;if(r<=0)return e[0]+(t>0?r*t:0);if(r>=n-1)return e[n-1]+(t>0?(r-(n-1))*t:0);let i=Math.floor(r),o=r-i;return e[i]+(e[i+1]-e[i])*o}var kl=class{constructor(){this.widthPx=0;this.dataHeightPx=0;this.devicePixelRatio=1;this.viewport=Eo();this.pitchScale=1;this.times=[];this.intervalMs=0;}setSize(e,t,n){this.widthPx=e,this.dataHeightPx=t,this.devicePixelRatio=n>0?n:1;}setBars(e){this.times=e.slice(),this.intervalMs=cu(this.times);}appendBar(e){this.times.push(e),this.intervalMs<=0&&this.times.length>=2&&(this.intervalMs=cu(this.times));}setViewport(e){this.viewport=e;}getViewport(){return this.viewport}setPitchScale(e){this.pitchScale=Number.isFinite(e)&&e>0?e:1;}get spacingScale(){return this.pitchScale}pxPerBar(){return this.viewport.barSpacing*this.pitchScale}bodySpacing(){return this.viewport.barSpacing*Math.min(1,this.pitchScale)}get width(){return this.widthPx}get height(){return this.dataHeightPx}get dpr(){return this.devicePixelRatio}get barCount(){return this.times.length}get barInterval(){return this.intervalMs}get rightEdgeLogical(){return this.barCount-1+this.viewport.rightOffset}logicalToX(e){return this.widthPx-(this.rightEdgeLogical-e)*this.pxPerBar()}xToLogical(e){return this.rightEdgeLogical-(this.widthPx-e)/this.pxPerBar()}timeToLogical(e){return lv(e,this.times,this.intervalMs)}logicalToTime(e){return cv(e,this.times,this.intervalMs)}timeToX(e){return this.logicalToX(this.timeToLogical(e))}priceToY(e,t,n){if(t.log&&t.min>0&&t.max>t.min&&e>0){let s=Math.log(t.min),a=(Math.log(e)-s)/(Math.log(t.max)-s);return n.top+n.height*(t.invert?a:1-a)}let i=t.max-t.min;if(i<=0)return n.top+n.height/2;let o=(e-t.min)/i;return n.top+n.height*(t.invert?o:1-o)}yToPrice(e,t,n){if(n.height<=0)return t.min;let i=(e-n.top)/n.height,o=t.invert?i:1-i;if(t.log&&t.min>0&&t.max>t.min){let s=Math.log(t.min);return Math.exp(s+o*(Math.log(t.max)-s))}return t.min+(t.max-t.min)*o}visibleLogicalRange(){return {from:this.xToLogical(0),to:this.xToLogical(this.widthPx)}}visibleTimeRange(){let e=this.visibleLogicalRange();return {from:this.logicalToTime(e.from),to:this.logicalToTime(e.to)}}toBitmap(e){return Math.round(e*this.devicePixelRatio)}};function du(r){return r>=3}function dv(r){return r>=2}var Il=class{constructor(e,t,n){this.onFrame=e;this.level=0;this.handle=null;this.raf=t??(i=>requestAnimationFrame(i)),this.cancel=n??(i=>cancelAnimationFrame(i));}invalidate(e){e<=0||(e>this.level&&(this.level=e),this.handle===null&&(this.handle=this.raf(()=>this.flush())));}flushNow(e){this.handle!==null&&(this.cancel(this.handle),this.handle=null),e>this.level&&(this.level=e),this.flush();}flush(){this.handle=null;let e=this.level;this.level=0,e!==0&&this.onFrame(e);}destroy(){this.handle!==null&&(this.cancel(this.handle),this.handle=null),this.level=0;}};var Al=class{constructor(e,t,n,i){this.tick=e;this.handle=null;this.last=0;this.stopped=false;this.loop=()=>{let e=this.now(),t=e-this.last;this.last=e;let n=this.tick(Math.min(t,64));this.handle=n&&!this.stopped?this.raf(this.loop):null;};this.raf=t??(o=>requestAnimationFrame(o)),this.cancel=n??(o=>cancelAnimationFrame(o)),this.now=i??(()=>performance.now());}get active(){return this.handle!==null}start(){this.stopped=false,this.handle===null&&(this.last=this.now(),this.handle=this.raf(this.loop));}stop(){this.stopped=true,this.handle!==null&&(this.cancel(this.handle),this.handle=null);}};function Xe(r,e,t,n){return n<=0?e:r+(e-r)*(1-Math.exp(-t/n))}var pE=.04,mE=60,fE=2,gE=350,uv=8,bE=14,vE=350,yE=30,wE=.004,xE=.004,SE=.25;function CE(r,e,t){return t?{logical:r.rightEdgeLogical,x:r.width}:{logical:r.xToLogical(e),x:e}}function TE(r,e){return Math.abs(r)>Math.abs(e)}function EE(r,e,t){return r+e/t}function PE(r,e,t){return TE(r,e)?r:t?e:null}function LE(r,e){return r?"strong":e}function ME(r,e,t){return Mt(r*(t/Math.max(1,e)))}function kE(r,e,t,n,i){return r-(e-1)+(t-n)/i}var Rl=class{constructor(e){this.deps=e;this.rightEdgeZoom=true;this.axisDrag=true;this.paneResize=true;this.el=null;this.dragging=false;this.moved=false;this.region="data";this.verticalPan=false;this.startX=0;this.startY=0;this.startRightOffset=0;this.startBarSpacing=0;this.lastX=0;this.lastT=0;this.vx=0;this.middleDeleted=false;this.rightCancelled=false;this.cursorX=NaN;this.cursorY=NaN;this.touches=new Map;this.lpTimer=null;this.pinchStartDist=1;this.pinchStartBarSpacing=0;this.pinchAnchorLogical=0;this.lastTapT=0;this.lastTapX=0;this.lastTapY=0;this.onTouchContextMenu=e=>{this.touches.size!==0&&(!(e.target instanceof Node)||!this.el?.contains(e.target)||(e.preventDefault(),e.stopImmediatePropagation()));};this.onMiddleGuard=e=>{e.button===1&&this.middleDeleted&&e.preventDefault();};this.onContextGuard=e=>{this.rightCancelled&&(this.rightCancelled=false,e.preventDefault(),e.stopPropagation());};this.onModifier=e=>{e.repeat||e.key!=="Shift"&&e.key!=="Control"&&e.key!=="Meta"||Number.isNaN(this.cursorX)||this.dragging&&this.region!=="drawing"||this.deps.drawingsPointerMove?.(this.cursorX,this.cursorY,this.snapMode(e),e.shiftKey);};this.onDown=e=>{if(e.button===1){let{x:o,y:s}=this.local(e);this.middleDeleted=this.deps.drawingsDeleteAt?.(o,s)??false,this.middleDeleted&&e.preventDefault();return}if(e.button===2){this.rightCancelled=this.deps.drawingsCancelPlacement?.()??false,this.rightCancelled&&e.preventDefault();return}if(e.button!==0)return;let{x:t,y:n}=this.local(e);if(e.pointerType==="touch"){if(this.touches.size===1&&this.dragging&&(this.region==="data"||this.region==="crosshair")){this.touches.set(e.pointerId,{x:t,y:n}),this.beginPinch(e);return}if(this.touches.size>=1)return;this.touches.set(e.pointerId,{x:t,y:n});}if(this.deps.drawingsClearTransient?.(),this.dragging=true,this.moved=false,this.startX=t,this.startY=n,this.deps.drawingsClaim?.(t,n)){this.region="drawing",this.deps.drawingsPointerDown?.(t,n,this.snapMode(e),e.shiftKey),this.capture(e.pointerId);return}if(e.shiftKey&&this.regionAt(t,n)==="data"&&this.deps.drawingsMeasureStart?.(t,n,this.snapMode(e))){this.region="drawing",this.capture(e.pointerId);return}let i=this.deps.getCoords().getViewport();this.deps.apply(i),this.startRightOffset=i.rightOffset,this.startBarSpacing=i.barSpacing,this.region=this.regionAt(t,n),this.verticalPan=false,this.region==="price"?this.deps.beginPriceScale(t,n):this.region==="separator"?this.deps.beginPaneResize(n):this.region==="data"&&(this.verticalPan=this.deps.beginPricePan(n)),e.pointerType==="touch"&&(this.region==="data"||this.region==="price"||this.region==="time")&&this.startLongPress(t,n,this.region),this.lastX=t,this.lastT=e.timeStamp,this.vx=0,this.capture(e.pointerId);};this.onMove=e=>{let{x:t,y:n}=this.local(e);if(this.cursorX=t,this.cursorY=n,e.pointerType==="touch"&&this.touches.has(e.pointerId)&&this.touches.set(e.pointerId,{x:t,y:n}),this.dragging&&this.region==="pinch"){this.applyPinch();return}if(this.dragging&&this.region==="crosshair"){this.deps.onPointerMove(t,n);return}if(this.dragging&&this.region==="axis-sheet")return;this.lpTimer!==null&&Math.hypot(t-this.startX,n-this.startY)>uv&&this.cancelLongPress();let i=e.pointerType==="touch"?uv:fE;if(this.dragging)if(this.region==="price")Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.priceScaleBy(n-this.startY);else if(this.region==="separator")Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.paneResizeBy(n-this.startY);else if(this.region==="time"){Math.abs(t-this.startX)>i&&(this.moved=true);let o=Mt(this.startBarSpacing*Math.exp((this.startX-t)*wE));this.deps.apply({barSpacing:o,rightOffset:this.startRightOffset});}else if(this.region==="drawing")(Math.abs(t-this.startX)>i||Math.abs(n-this.startY)>i)&&(this.moved=true),this.deps.drawingsPointerMove?.(t,n,this.snapMode(e),e.shiftKey);else {let o=this.deps.getCoords(),s=o.getViewport(),a=t-this.startX;Math.abs(a)>i&&(this.moved=true),this.deps.apply({barSpacing:s.barSpacing,rightOffset:this.startRightOffset-a/o.pxPerBar()}),this.verticalPan&&(Math.abs(n-this.startY)>i&&(this.moved=true),this.deps.pricePanBy(n-this.startY));let l=e.timeStamp-this.lastT;if(l>0){let c=(t-this.lastX)/l;this.vx=this.vx*.6+c*.4,this.lastX=t,this.lastT=e.timeStamp;}}else if(this.el){let o=this.deps.drawingsCursor?.(t,n),s=this.regionAt(t,n);this.el.style.cursor=o??(s==="price"?"ns-resize":s==="time"?"ew-resize":s==="separator"?"row-resize":""),this.deps.drawingsPointerMove?.(t,n,this.snapMode(e),e.shiftKey);}e.pointerType!=="touch"&&this.deps.onPointerMove(t,n);};this.onUp=e=>{if(e.pointerType==="touch"&&this.touches.delete(e.pointerId),this.cancelLongPress(),this.dragging&&this.region==="pinch"){if(this.touches.size===1){let a=[...this.touches.values()][0],l=this.deps.getCoords().getViewport();this.region="data",this.verticalPan=false,this.startX=a.x,this.startY=a.y,this.startRightOffset=l.rightOffset,this.startBarSpacing=l.barSpacing,this.lastX=a.x,this.lastT=e.timeStamp,this.vx=0;return}this.endGesture(e);return}if(this.dragging&&this.region==="crosshair"){this.deps.onPointerMove(null,null),this.endGesture(e);return}if(this.dragging&&this.region==="axis-sheet"){this.endGesture(e);return}let{x:t,y:n}=this.local(e),i=e.pointerType==="touch",o=this.dragging&&!this.moved&&(!i||Math.hypot(t-this.startX,n-this.startY)<=bE);if(this.dragging&&this.region==="drawing")this.deps.drawingsPointerUp?.(t,n,this.snapMode(e));else if(o&&this.region==="data")this.deps.onClick(t,n);else if(this.dragging&&this.region==="data"&&!(e.timeStamp-this.lastT>mE)&&Math.abs(this.vx)>pE){let l=this.deps.getCoords().pxPerBar();this.deps.fling(-this.vx/l);}let s=i&&o;this.endGesture(e),i&&this.deps.onPointerMove(null,null),s&&this.registerTap(e.timeStamp,t,n);};this.onCancel=e=>{e.pointerType==="touch"&&this.touches.delete(e.pointerId),this.cancelLongPress(),this.dragging&&(this.region==="drawing"&&!Number.isNaN(this.cursorX)&&this.deps.drawingsPointerUp?.(this.cursorX,this.cursorY,this.snapMode(e)),(this.region==="crosshair"||e.pointerType==="touch")&&this.deps.onPointerMove(null,null),this.endGesture(e));};this.onLeave=()=>{this.cursorX=NaN,this.cursorY=NaN,this.deps.onPointerMove(null,null);};this.onDblClick=e=>{let{x:t,y:n}=this.local(e);this.doubleActivate(t,n);};this.onWheel=e=>{e.preventDefault(),this.deps.drawingsClearTransient?.();let{x:t,y:n}=this.local(e);if(this.regionAt(t,n)==="price"&&e.deltaY!==0){this.deps.beginPriceScale(t,n),this.deps.priceScaleBy(e.deltaY*SE);return}let i=this.deps.getCoords(),o=i.getViewport(),s=PE(e.deltaX,e.deltaY,e.shiftKey);if(s!=null){this.deps.apply({barSpacing:o.barSpacing,rightOffset:EE(o.rightOffset,s,i.pxPerBar())});return}let a=this.rightEdgeZoom&&!(e.ctrlKey||e.metaKey),l=CE(i,t,a),c=Mt(o.barSpacing*Math.exp(-e.deltaY*xE));this.deps.zoomTo(c,l.logical,l.x);};}attach(e){this.el=e,e.style!==void 0&&(e.style.touchAction="none",e.style.userSelect="none",e.style.setProperty("-webkit-user-select","none"),e.style.setProperty("-webkit-touch-callout","none")),e.addEventListener("pointerdown",this.onDown),e.addEventListener("pointermove",this.onMove),e.addEventListener("pointerup",this.onUp),e.addEventListener("pointerleave",this.onLeave),e.addEventListener("pointercancel",this.onCancel),e.addEventListener("dblclick",this.onDblClick),e.addEventListener("wheel",this.onWheel,{passive:false}),e.addEventListener("mousedown",this.onMiddleGuard),e.addEventListener("auxclick",this.onMiddleGuard),e.addEventListener("contextmenu",this.onContextGuard);let t=e.ownerDocument?.defaultView;t?.addEventListener("keydown",this.onModifier),t?.addEventListener("keyup",this.onModifier),t?.addEventListener("contextmenu",this.onTouchContextMenu,true);}detach(){let e=this.el;if(!e)return;let t=e.ownerDocument?.defaultView;t?.removeEventListener("keydown",this.onModifier),t?.removeEventListener("keyup",this.onModifier),t?.removeEventListener("contextmenu",this.onTouchContextMenu,true),e.removeEventListener("pointerdown",this.onDown),e.removeEventListener("pointermove",this.onMove),e.removeEventListener("pointerup",this.onUp),e.removeEventListener("pointerleave",this.onLeave),e.removeEventListener("pointercancel",this.onCancel),e.removeEventListener("dblclick",this.onDblClick),e.removeEventListener("wheel",this.onWheel),e.removeEventListener("mousedown",this.onMiddleGuard),e.removeEventListener("auxclick",this.onMiddleGuard),e.removeEventListener("contextmenu",this.onContextGuard),this.cancelLongPress(),this.touches.clear(),this.el=null;}local(e){let t=this.el.getBoundingClientRect();return {x:e.clientX-t.left,y:e.clientY-t.top}}regionAt(e,t){let n=this.deps.getCoords();if(this.paneResize&&t<=n.height&&this.deps.paneSeparatorAt(t))return "separator";if(this.axisDrag){if(e>n.width&&t<=n.height)return "price";if(t>n.height&&e<=n.width)return "time"}return "data"}snapMode(e){return LE(e.ctrlKey||e.metaKey,this.deps.drawingsSnapMode?.()??"off")}startLongPress(e,t,n){this.cancelLongPress(),this.lpTimer=setTimeout(()=>{if(this.lpTimer=null,!(!this.dragging||this.region!==n)){if(n==="data"){this.region="crosshair",this.deps.onPointerMove(e,t);return}this.region="axis-sheet",this.moved=true,this.deps.onAxisLongPress?.(n,e,t);}},gE);}cancelLongPress(){this.lpTimer!==null&&clearTimeout(this.lpTimer),this.lpTimer=null;}beginPinch(e){this.cancelLongPress(),this.region==="crosshair"&&this.deps.onPointerMove(null,null);let t=this.deps.getCoords(),n=t.getViewport();this.deps.apply(n);let[i,o]=[...this.touches.values()];this.pinchStartDist=Math.max(1,Math.hypot(i.x-o.x,i.y-o.y)),this.pinchStartBarSpacing=n.barSpacing,this.pinchAnchorLogical=t.xToLogical((i.x+o.x)/2),this.region="pinch",this.dragging=true,this.moved=true,this.vx=0,this.capture(e.pointerId);}applyPinch(){let e=this.deps.getCoords(),t=[...this.touches.values()];if(t.length<2)return;let[n,i]=t,o=ME(this.pinchStartBarSpacing,this.pinchStartDist,Math.hypot(n.x-i.x,n.y-i.y)),s=e.getViewport(),a=s.barSpacing>0?e.pxPerBar()/s.barSpacing:1,l=(n.x+i.x)/2;this.deps.apply({barSpacing:o,rightOffset:kE(this.pinchAnchorLogical,e.barCount,e.width,l,o*a)});}capture(e){try{this.el?.setPointerCapture(e);}catch{}}registerTap(e,t,n){if(this.lastTapT>0&&e-this.lastTapT<=vE&&Math.hypot(t-this.lastTapX,n-this.lastTapY)<=yE){this.lastTapT=0,this.doubleActivate(this.lastTapX,this.lastTapY);return}this.lastTapT=e,this.lastTapX=t,this.lastTapY=n;}endGesture(e){this.dragging=false;try{this.el?.releasePointerCapture(e.pointerId);}catch{}}doubleActivate(e,t){if(this.deps.drawingsDblClick?.(e,t))return;let n=this.regionAt(e,t);n==="price"?this.deps.resetPriceScale(e,t):n==="separator"?this.deps.resetPaneSize(t):n==="time"?this.deps.resetView():this.deps.dataDblClick(e,t);}};function IE(r){if(r.ctrlKey||r.metaKey)return null;switch(r.key){case "ArrowLeft":return r.shiftKey?{kind:"pan",bars:-10}:{kind:"step",delta:-1};case "ArrowRight":return r.altKey&&r.shiftKey?{kind:"realtime"}:r.shiftKey?{kind:"pan",bars:10}:{kind:"step",delta:1};case "+":case "=":return {kind:"zoom",direction:1};case "-":case "_":return {kind:"zoom",direction:-1};case "Home":return {kind:"edge",edge:"first"};case "End":return {kind:"edge",edge:"last"};case "0":return {kind:"reset"};case "Escape":return {kind:"clear"};default:return null}}var Dl=class{constructor(e){this.deps=e;this.el=null;this.onKey=e=>{if(this.deps.preempt?.(e)){e.preventDefault();return}let t=IE(e);if(t)switch(e.preventDefault(),t.kind){case "pan":this.deps.panByBars(t.bars);break;case "zoom":this.deps.zoomByStep(t.direction);break;case "step":this.deps.stepCrosshair(t.delta);break;case "edge":this.deps.jumpToEdge(t.edge);break;case "reset":this.deps.resetView();break;case "realtime":this.deps.scrollToRealtime();break;case "clear":this.deps.clearCrosshair();break}};}attach(e){this.el=e,e.addEventListener("keydown",this.onKey);}detach(){this.el?.removeEventListener("keydown",this.onKey),this.el=null;}};var AE=Rh,RE=Dh,DE=Oh;function vv(){return {visible:true,labels:true,qty:true,colors:{long:AE,short:RE,exit:DE}}}function yv(r,e){let t=e&&typeof e=="object"?e:{},n=t.colors&&typeof t.colors=="object"?t.colors:{},i=(s,a)=>typeof s=="boolean"?s:a,o=(s,a)=>typeof s=="string"&&s.trim().length>0?s:a;return {visible:i(t.visible,r.visible),labels:i(t.labels,r.labels),qty:i(t.qty,r.qty),colors:{long:o(n.long,r.colors.long),short:o(n.short,r.colors.short),exit:o(n.exit,r.colors.exit)}}}var uu=10,pn=9,Jn=6,Xr=14,Ol=3,hu=2,wv=2,pu=3,mu=6,hv=6,pv=8;function xv(r){return r+4}function OE(r){if(r.qty==null||!Number.isFinite(r.qty))return null;let e=Number(Math.abs(r.qty).toFixed(8));return `${r.side==="buy"?"+":"-"}${e}`}function FE(r,e,t){let n=[];if(e.labels&&r.label&&n.push(r.label),e.qty){let i=OE(r);i&&n.push(i);}return {exec:r,lines:n,height:Xr+(n.length?pu+n.length*t:0)}}function Sv(r,e,t,n,i,o){let s=new Map;for(let a of r){let l=Math.round(t.timeToLogical(a.time));if(l<n||l>i)continue;let c=s.get(l);c||(c={logical:l,buys:[],sells:[]},s.set(l,c)),(a.side==="buy"?c.buys:c.sells).push(FE(a,e,o));}return [...s.values()]}function mv(r){if(r.length===0)return 0;let e=uu;for(let t of r)e+=t.height;return e+(r.length-1)*mu}function Cv(r,e,t,n,i,o){if(r.length===0)return null;let s=xv(o),a=1/0,l=-1/0,c=0,d=0;for(let u of Sv(r,e,t,Math.floor(n),Math.ceil(i),s)){let h=t.barAt(u.logical);h&&(h.low<a&&(a=h.low),h.high>l&&(l=h.high),d=Math.max(d,mv(u.buys)),c=Math.max(c,mv(u.sells)));}return !Number.isFinite(a)||!Number.isFinite(l)?null:{min:a,max:l,abovePx:c,belowPx:d}}function Tv(r,e,t,n,i,o,s,a,l){if(e.length===0)return;let c=xv(s.fontSize),d=Sv(e,t,n,-1/0,1/0,c);if(d.length!==0){r.save(),r.font=`${s.fontSize}px ${s.fontFamily}`,r.textAlign="center",r.textBaseline="middle";for(let u of d){let h=i(u.logical);if(h<-150||h>a+150)continue;let p=n.barAt(u.logical);if(!p)continue;let m=Math.max(o(p.low),o(p.high)),f=Math.min(o(p.low),o(p.high)),g=m+uu;for(let b of u.buys)r.fillStyle=fv(b.exec,t.colors),NE(r,h,g,b.exec.kind==="exit"),gv(r,b.exec.side,h,o(b.exec.price),l),bv(r,b.lines,h,g+Xr+pu+c/2,c,s.color),g+=b.height+mu;g=f-uu;for(let b of u.sells)r.fillStyle=fv(b.exec,t.colors),VE(r,h,g,b.exec.kind==="exit"),gv(r,b.exec.side,h,o(b.exec.price),l),bv(r,b.lines,h,g-Xr-pu-c/2,-c,s.color),g-=b.height+mu;}r.restore();}}function fv(r,e){return r.kind==="exit"?e.exit:r.side==="buy"?e.long:e.short}function NE(r,e,t,n){r.beginPath(),r.moveTo(e,t),r.lineTo(e-pn/2,t+Jn),r.lineTo(e+pn/2,t+Jn),r.closePath(),r.fill(),r.fillRect(e-Ol/2,t+Jn,Ol,Xr-Jn),n&&r.fillRect(e-pn/2,t-wv-hu,pn,hu);}function VE(r,e,t,n){r.beginPath(),r.moveTo(e,t),r.lineTo(e-pn/2,t-Jn),r.lineTo(e+pn/2,t-Jn),r.closePath(),r.fill(),r.fillRect(e-Ol/2,t-Xr,Ol,Xr-Jn),n&&r.fillRect(e-pn/2,t+wv,pn,hu);}function gv(r,e,t,n,i){let o=e==="buy"?t-i:t+i,s=e==="buy"?o-hv:o+hv;r.beginPath(),r.moveTo(o,n),r.lineTo(s,n-pv/2),r.lineTo(s,n+pv/2),r.closePath(),r.fill();}function bv(r,e,t,n,i,o){if(e.length!==0){r.fillStyle=o;for(let s=0;s<e.length;s+=1)r.fillText(e[s],t,n+s*i);}}var Fl=class{constructor(){this.panes=new Map;this.indicators=new Map;this.bars=[];this.volumeLayer=null;this.nativeData=new Map;this.nativePending=new Map;this.vpvrLayer=null;this.crosshair=null;this.priceStyle="candles";this.basePainting="candles";this.candleOverride=null;this.baselineValue=null;this.showPriceLine=true;this.showPriceLabel=true;this.showCountdown=true;this.logScale=false;this.invertScale=false;this.priceMintick=void 0;this.scaleMode="price";this.percentBaseline=0;this.timezone="UTC";this.showGrid=true;this.style=Jb();this.showAxisLabels=true;this.tradeMarkers=vv();this.highlights=[];this.sessionZones=null;this.candleZ=0;this.candlesHidden=false;this.seriesZ=new Map;this.drawingSlices=new Map;this.anchorOffsets=new Map;this.indicatorScales=new Map;this.orderedCache=null;}orderedPanes(){return this.orderedCache||(this.orderedCache=[...this.panes.values()].sort((e,t)=>e.order-t.order)),this.orderedCache}sessionHighlightBands(){if(!this.sessionZones)return [];let e=[];for(let[t,n]of this.sessionZones.pre)e.push({from:t,to:n,color:this.style.sessions.premarketColor});for(let[t,n]of this.sessionZones.post)e.push({from:t,to:n,color:this.style.sessions.postmarketColor});return e}indicatorsForPane(e){let t=[];for(let n of this.indicators.values())n.paneId===e&&t.push(n);return t}ownScaleIndicatorsForPane(e){return this.orderedIndicatorsForPane(e).filter(t=>t.ownScale===true)}ensureIndicatorScale(e,t){let n=this.indicatorScales.get(e);if(!n){let i=t??{min:0,max:1};n={scale:{...i},scaleTarget:{...i},initialized:false,manualScale:null},this.indicatorScales.set(e,n);}return n}dropIndicatorScale(e){this.indicatorScales.delete(e);}scaleFor(e,t){if(e.ownScale===true){let n=this.indicatorScales.get(e.id);if(n)return n.scale}return t.scale}orderPanes(e){e.forEach((t,n)=>{let i=this.panes.get(t);i&&(i.order=n);}),this.orderedCache=null;}orderedIndicatorsForPane(e){return this.indicatorsForPane(e).sort((t,n)=>this.zOf(t.id)-this.zOf(n.id))}zOf(e){return this.seriesZ.get(e)??0}offsetOf(e){return this.anchorOffsets.get(e)??0}setAnchorOffset(e,t){t!==0&&Number.isFinite(t)?this.anchorOffsets.set(e,t):this.anchorOffsets.delete(e);}forgetAnchorOffset(e){this.anchorOffsets.delete(e);}baselinePriceFor(e){if(this.baselineValue!=null)return this.baselineValue;let t=this.style.baseline.baselineLevel/100;if(e.log&&e.min>0&&e.max>e.min){let n=Math.log(e.min);return Math.exp(n+t*(Math.log(e.max)-n))}return e.min+(e.max-e.min)*t}assignIndicatorZ(e){this.seriesZ.has(e)||this.seriesZ.set(e,this.bottomZ()-1);}assignIndicatorZTop(e){this.seriesZ.has(e)||this.seriesZ.set(e,this.topZ()+1);}forgetIndicatorZ(e){this.seriesZ.delete(e);}setIndicatorZ(e,t){this.seriesZ.set(e,t);}indicatorZOrder(){return [...this.seriesZ.entries()].map(([e,t])=>({id:e,z:t})).sort((e,t)=>e.z-t.z)}seriesBoundaries(e){let t=new Set;e==="price"&&t.add(this.candleZ);for(let n of this.indicatorsForPane(e))t.add(this.zOf(n.id));return [...t].sort((n,i)=>n-i)}bringIndicatorToFront(e){this.seriesZ.set(e,this.topZ()+1);}sendIndicatorToBack(e){this.seriesZ.set(e,this.bottomZ()-1);}topZ(){let e=this.candleZ;for(let t of this.seriesZ.values())t>e&&(e=t);return e}bottomZ(){let e=this.candleZ;for(let t of this.seriesZ.values())t<e&&(e=t);return e}ensurePane(e,t,n,i){this.orderedCache=null;let o=this.panes.get(e);if(o)return o.order=n,o.heightWeight=i,o.kind=t,o;let s={id:e,kind:t,order:n,heightWeight:i,bounds:{top:0,height:0},scale:{min:0,max:1},scaleTarget:{min:0,max:1},initialized:false,manualScale:null,collapsed:false,percentBaseline:0};return this.panes.set(e,s),s}removePane(e){this.panes.delete(e),this.orderedCache=null;}};function fu(r,e){return e.kind==="price"?r.scaleMode:e.scaleMode??"price"}function jr(r,e){return e.kind==="price"?r.logScale:e.logScale??false}function gu(r,e){return e.kind==="price"?r.invertScale:e.invert??false}function Xt(r,e){let t=fu(r,e);if(t!=="percent"&&t!=="indexed")return;let n=e.percentBaseline;if(!(!Number.isFinite(n)||n===0))return {baseline:n,indexed:t==="indexed"}}var Po=class{constructor(){this.kind="canvas2d";this.modelAlpha=1;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.candleBodyScale=1;this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}render(e,t,n){let i=this.ctx,o=this.canvas;if(!i||!o)return;let s=t.dpr,a=o.width/s,l=o.height/s,c=t.width;i.setTransform(s,0,0,s,0,0),i.clearRect(0,0,a,l);let d=t.barCount;if(d===0)return;let u=t.visibleLogicalRange(),h=Math.max(0,Math.floor(u.from)),p=Math.min(d-1,Math.ceil(u.to));if(p<h)return;let m=BE(e.indicators),f=e.orderedPanes();for(let g of f){if(g.collapsed)continue;let b=e.orderedIndicatorsForPane(g.id),y=g.kind==="price";i.save(),i.beginPath(),i.rect(0,g.bounds.top,c,g.bounds.height),i.clip();let v=k=>{let T=e.scaleFor(k,g);return T===g.scale?g:{...g,scale:T}};i.globalAlpha=this.modelAlpha;for(let k of b)for(let T of k.backgrounds)T.overlay!==true&&this.drawBackground(i,T,g,t);if(y)for(let k of e.indicators.values())for(let T of k.backgrounds)T.overlay===true&&this.drawBackground(i,T,g,t);let w=e.drawingSlices.get(g.id)??[],E=0,x=k=>{for(;E<w.length&&w[E].beforeZ<=k;E+=1)i.globalAlpha=1,i.drawImage(w[E].canvas,0,0,a,l);},S=y&&!e.candlesHidden,P=false;for(let k of b){S&&!P&&e.zOf(k.id)>=e.candleZ&&(x(e.candleZ),i.globalAlpha=this.candleStructureAlpha,this.drawPriceSeries(i,e,h,p,t,g,n,m,c),P=true),x(e.zOf(k.id)),i.globalAlpha=this.modelAlpha;let T=e.offsetOf(k.id),M=v(k);for(let L of k.fills)L.overlay!==true&&this.drawFill(i,k,L,M,t,h,p,T);for(let L of k.series)L.overlay!==true&&this.drawSeries(i,L,M,t,h,p,n,T);}if(S&&!P&&(x(e.candleZ),i.globalAlpha=this.candleStructureAlpha,this.drawPriceSeries(i,e,h,p,t,g,n,m,c)),y){i.globalAlpha=this.modelAlpha;for(let k of e.indicators.values()){let T=e.offsetOf(k.id);for(let M of k.fills)M.overlay===true&&this.drawFill(i,k,M,g,t,h,p,T);}for(let k of e.indicators.values()){let T=e.offsetOf(k.id);for(let M of k.series)M.overlay===true&&this.drawSeries(i,M,g,t,h,p,n,T);}}x(1/0),i.globalAlpha=this.modelAlpha;for(let k of b){let T=v(k);for(let M of k.priceLines)this.drawHline(i,M,T,t,c,n);}i.restore();}}destroy(){this.canvas=null,this.ctx=null;}drawPriceSeries(e,t,n,i,o,s,a,l,c){if(t.basePainting==="none")return;let d=t.bars,u=t.style;switch(t.priceStyle){case "bars":this.drawBars(e,d,n,i,o,s,u.bars.upColor??a.upColor,u.bars.downColor??a.downColor,l);return;case "line":this.drawPriceLine(e,d,n,i,o,s,u.line.color??a.upColor,u.line.width);return;case "area":{let h=u.area.lineColor??a.upColor;this.drawPriceArea(e,d,n,i,o,s,u.area.topColor??h,u.area.bottomColor??"rgba(0,0,0,0)"),this.drawPriceLine(e,d,n,i,o,s,h,u.area.width);return}case "baseline":this.drawBaseline(e,d,n,i,o,s,t,a,c);return;default:this.drawCandles(e,t,d,n,i,o,s,a,l);}}drawBars(e,t,n,i,o,s,a,l,c){let d=o.bodySpacing(),u=$r(d);if(u==="aggregate"){this.drawCandlesAggregated(e,t,n,i,o,s,a,l,c);return}let h=Math.max(1,Math.round(d*.35)),p=u==="full";e.lineWidth=1;for(let m=n;m<=i;m+=1){let f=t[m];if(!f||f.high<=f.low)continue;let g=Math.round(o.logicalToX(m))+.5,b=c.get(f.time)??(f.close>=f.open?a:l),y=o.priceToY(f.high,s.scale,s.bounds),v=o.priceToY(f.low,s.scale,s.bounds);if(e.strokeStyle=b,e.beginPath(),e.moveTo(g,y),e.lineTo(g,v),p){let w=o.priceToY(f.open,s.scale,s.bounds),E=o.priceToY(f.close,s.scale,s.bounds);e.moveTo(g-h,w),e.lineTo(g,w),e.moveTo(g,E),e.lineTo(g+h,E);}e.stroke();}}drawPriceLine(e,t,n,i,o,s,a,l){e.lineWidth=l,e.lineJoin="round",e.lineCap="round",e.strokeStyle=a,e.beginPath();let c=false;for(let d=Math.max(0,n-1);d<=i;d+=1){let u=t[d];if(!u){c=false;continue}let h=o.logicalToX(d),p=o.priceToY(u.close,s.scale,s.bounds);c?e.lineTo(h,p):(e.moveTo(h,p),c=true);}e.stroke(),e.lineCap="butt";}drawPriceArea(e,t,n,i,o,s,a,l){let c=s.bounds.top+s.bounds.height,d=[],u=1/0;for(let p=Math.max(0,n-1);p<=i;p+=1){let m=t[p];if(!m)continue;let f=o.logicalToX(p),g=o.priceToY(m.close,s.scale,s.bounds);d.push({x:f,y:g}),g<u&&(u=g);}if(d.length<2)return;let h=e.createLinearGradient(0,u,0,c);h.addColorStop(0,a),h.addColorStop(1,l),e.fillStyle=h,e.beginPath(),e.moveTo(d[0].x,c);for(let p of d)e.lineTo(p.x,p.y);e.lineTo(d[d.length-1].x,c),e.closePath(),e.fill();}drawBaseline(e,t,n,i,o,s,a,l,c){let d=a.baselinePriceFor(s.scale),u=o.priceToY(d,s.scale,s.bounds),h=s.bounds.top,p=s.bounds.top+s.bounds.height,m=a.style.baseline,f=m.topLineColor??Wr,g=m.bottomLineColor??Gr,b=m.topFillColor??$(f,Yt),y=m.topFillColor2??$(f,Kt),v=m.bottomFillColor??$(g,Yt),w=m.bottomFillColor2??$(g,Kt),E=[];for(let P=Math.max(0,n-1);P<=i;P+=1){let k=t[P];k&&E.push({x:o.logicalToX(P),y:o.priceToY(k.close,s.scale,s.bounds)});}if(E.length<2)return;let x=()=>{e.beginPath(),e.moveTo(E[0].x,u);for(let P of E)e.lineTo(P.x,P.y);e.lineTo(E[E.length-1].x,u),e.closePath();};if(u>h){e.save(),e.beginPath(),e.rect(0,h,c,u-h),e.clip();let P=e.createLinearGradient(0,h,0,u);P.addColorStop(0,b),P.addColorStop(1,y),e.fillStyle=P,x(),e.fill(),e.restore();}if(u<p){e.save(),e.beginPath(),e.rect(0,u,c,p-u),e.clip();let P=e.createLinearGradient(0,u,0,p);P.addColorStop(0,w),P.addColorStop(1,v),e.fillStyle=P,x(),e.fill(),e.restore();}e.strokeStyle=a.style.borderColor??l.borderColor,e.lineWidth=1,qr(e,"dashed"),e.beginPath(),e.moveTo(0,Math.round(u)+.5),e.lineTo(c,Math.round(u)+.5),e.stroke(),qr(e,"solid"),e.lineWidth=m.width,e.lineJoin="round",e.lineCap="round";let S=(P,k,T,M,L)=>{e.strokeStyle=L,e.beginPath(),e.moveTo(P,k),e.lineTo(T,M),e.stroke();};for(let P=1;P<E.length;P+=1){let k=E[P-1],T=E[P],M=k.y<=u,L=T.y<=u;if(M!==L&&T.y!==k.y){let C=(u-k.y)/(T.y-k.y),I=k.x+(T.x-k.x)*C;S(k.x,k.y,I,u,M?f:g),S(I,u,T.x,T.y,L?f:g);}else S(k.x,k.y,T.x,T.y,M?f:g);}e.lineCap="butt";}drawCandles(e,t,n,i,o,s,a,l,c){let d=s.bodySpacing(),u=$r(d),h=Ur(t.style.candle,t.candleOverride,l.upColor,l.downColor);if(u==="aggregate"){this.drawCandlesAggregated(e,n,i,o,s,a,h.up,h.down,c);return}let p=u==="full",m=h.candle,f=this.candleStructureAlpha>this.candleBodyAlpha+.001;for(let g=i;g<=o;g+=1){let b=n[g];if(!b||b.high<=b.low)continue;let y=Tl(s.logicalToX(g),d,s.dpr,this.candleBodyScale),v=y.center,w=b.close>=b.open,E=w?h.up:h.down,S=c.get(b.time)??E,P=0,k=0;if(p){let T=s.priceToY(b.open,a.scale,a.bounds),M=s.priceToY(b.close,a.scale,a.bounds);P=Lt(Math.min(T,M),s.dpr),k=Math.max(1/s.dpr,Lt(Math.max(T,M),s.dpr)-P);}if(m.wickVisible){let T=(w?m.wickUpColor:m.wickDownColor)??(p?E:S),M=Lt(s.priceToY(b.high,a.scale,a.bounds),s.dpr),L=Lt(s.priceToY(b.low,a.scale,a.bounds),s.dpr);e.globalAlpha=this.candleStructureAlpha,e.strokeStyle=T,e.lineWidth=y.wickW,e.beginPath(),p?(e.moveTo(v,M),e.lineTo(v,P),e.moveTo(v,P+k),e.lineTo(v,L)):(e.moveTo(v,M),e.lineTo(v,L)),e.stroke();}if(p&&(m.bodyVisible&&(e.globalAlpha=this.candleBodyAlpha,e.fillStyle=S,e.fillRect(y.bodyX,P,y.bodyW,k)),m.borderVisible||f&&m.bodyVisible)){e.globalAlpha=this.candleStructureAlpha,e.strokeStyle=m.borderVisible?(w?m.borderUpColor:m.borderDownColor)??S:S,e.lineWidth=1;let T=Math.max(0,y.bodyW-1),M=Math.max(0,k-1);e.strokeRect(y.bodyX+.5,P+.5,T,M);}}}drawCandlesAggregated(e,t,n,i,o,s,a,l,c){let d=NaN,u=1/0,h=-1/0,p=0,m=0,f=0,g=false,b=()=>{if(!g)return;let y=c.get(f)??(m>=p?a:l),v=o.priceToY(h,s.scale,s.bounds),w=o.priceToY(u,s.scale,s.bounds);e.strokeStyle=y,e.lineWidth=1,e.beginPath(),e.moveTo(d,v),e.lineTo(d,w),e.stroke();};for(let y=n;y<=i;y+=1){let v=t[y];if(!v||v.high<=v.low)continue;let w=Math.round(o.logicalToX(y))+.5;!g||w!==d?(b(),d=w,u=v.low,h=v.high,p=v.open,f=v.time,g=true):(v.low<u&&(u=v.low),v.high>h&&(h=v.high)),m=v.close;}b();}drawSeries(e,t,n,i,o,s,a,l=0){if(t.kind==="candle"||t.kind==="bar"){this.drawPlotCandles(e,t,n,i,o,s,a,l);return}if(!(!ve(t)||t.visible===false))switch(t.kind){case "histogram":case "columns":this.drawHistogram(e,t,n,i,o,s,l);break;case "area":this.drawArea(e,t,n,i,o,s,l),this.drawPolyline(e,t,n,i,o,s,false,l);break;case "circles":case "cross":this.drawPointMarkers(e,t,n,i,o,s,l);break;case "step":this.drawPolyline(e,t,n,i,o,s,true,l);break;default:this.drawPolyline(e,t,n,i,o,s,false,l);}}drawPolyline(e,t,n,i,o,s,a,l=0){e.lineWidth=Math.max(1,t.style.width),e.lineJoin="round",qr(e,t.style.lineStyle);let c=0,d=0,u=false;for(let h=Math.max(1,o-1);h<=s;h+=1){let p=t.points[h-l],m=t.points[h-1-l];if(!p||p.value===null||!m||m.value===null){u=false;continue}let f=i.logicalToX(h),g=i.priceToY(p.value,n.scale,n.bounds);u||(c=i.logicalToX(h-1),d=i.priceToY(m.value,n.scale,n.bounds)),e.strokeStyle=p.color??t.style.color,e.beginPath(),e.moveTo(c,d),a&&e.lineTo(f,d),e.lineTo(f,g),e.stroke(),c=f,d=g,u=true;}qr(e,"solid");}drawArea(e,t,n,i,o,s,a=0){let l=n.bounds.top+n.bounds.height,c=[],d=1/0,u=()=>{if(c.length===0)return;let h=e.createLinearGradient(0,d,0,l);h.addColorStop(0,t.style.color),h.addColorStop(1,"rgba(0,0,0,0)"),e.fillStyle=h,e.beginPath(),e.moveTo(c[0].x,l);for(let p of c)e.lineTo(p.x,p.y);e.lineTo(c[c.length-1].x,l),e.closePath(),e.fill(),c=[],d=1/0;};for(let h=o;h<=s;h+=1){let p=t.points[h-a];if(!p||p.value===null){u();continue}let m=i.logicalToX(h),f=i.priceToY(p.value,n.scale,n.bounds);c.push({x:m,y:f}),f<d&&(d=f);}u();}drawHistogram(e,t,n,i,o,s,a=0){let l=i.bodySpacing(),c=Math.max(1,(t.kind==="columns"?.7:.8)*l),d=c/2,u=t.style.base??0,h=i.priceToY(u,n.scale,n.bounds);for(let p=o;p<=s;p+=1){let m=t.points[p-a];if(!m||m.value===null)continue;let f=i.logicalToX(p),g=i.priceToY(m.value,n.scale,n.bounds);e.fillStyle=m.color??t.style.color,e.fillRect(f-d,Math.min(h,g),c,Math.max(1,Math.abs(g-h)));}}drawPointMarkers(e,t,n,i,o,s,a=0){let l=Math.max(1.5,t.style.width);for(let c=o;c<=s;c+=1){let d=t.points[c-a];if(!d||d.value===null)continue;let u=i.logicalToX(c),h=i.priceToY(d.value,n.scale,n.bounds);e.strokeStyle=d.color??t.style.color,e.fillStyle=d.color??t.style.color,t.kind==="cross"?(e.lineWidth=1,e.beginPath(),e.moveTo(u-l,h),e.lineTo(u+l,h),e.moveTo(u,h-l),e.lineTo(u,h+l),e.stroke()):(e.beginPath(),e.arc(u,h,l,0,Math.PI*2),e.fill());}}drawPlotCandles(e,t,n,i,o,s,a,l=0){let c=i.bodySpacing(),d=t.style?.up??a.upColor,u=t.style?.down??a.downColor,h=t.kind==="bar",p=Math.max(.5,Math.floor(c*.7)/2),m=Math.max(1,Math.round(c*.35));for(let f=o;f<=s;f+=1){let g=t.bars[f-l];if(!g)continue;let b=t.barColors?.[f-l],y=b?.color??(g.close>=g.open?d:u),v=Math.round(i.logicalToX(f))+.5,w=i.priceToY(g.high,n.scale,n.bounds),E=i.priceToY(g.low,n.scale,n.bounds),x=i.priceToY(g.open,n.scale,n.bounds),S=i.priceToY(g.close,n.scale,n.bounds);if(h){e.strokeStyle=y,e.lineWidth=1,e.beginPath(),e.moveTo(v,w),e.lineTo(v,E),e.moveTo(v-m,x),e.lineTo(v,x),e.moveTo(v,S),e.lineTo(v+m,S),e.stroke();continue}e.strokeStyle=b?.wickColor??y,e.lineWidth=So(c),e.beginPath(),e.moveTo(v,w),e.lineTo(v,E),e.stroke(),e.fillStyle=y,e.fillRect(v-p,Math.min(x,S),p*2,Math.max(1,Math.abs(S-x))),b?.borderColor&&(e.strokeStyle=b.borderColor,e.strokeRect(v-p,Math.min(x,S),p*2,Math.max(1,Math.abs(S-x))));}}drawFill(e,t,n,i,o,s,a,l=0){let c=Ev(t,n.fromSeriesId),d=Ev(t,n.toSeriesId);if(!c||!d)return;let u=NaN,h=NaN,p="",m="",f=null;for(let g=Math.max(1,s);g<=a;g+=1){let b=c[g-1-l],y=d[g-1-l],v=c[g-l],w=d[g-l];if(!b||!y||!v||!w||b.value===null||y.value===null||v.value===null||w.value===null)continue;let E=o.logicalToX(g-1),x=o.logicalToX(g),S=o.priceToY(b.value,i.scale,i.bounds),P=o.priceToY(y.value,i.scale,i.bounds),k=o.priceToY(v.value,i.scale,i.bounds),T=o.priceToY(w.value,i.scale,i.bounds),M=n.gradient?.[g-1-l];if(M){let L=o.priceToY(M.topValue,i.scale,i.bounds),C=o.priceToY(M.bottomValue,i.scale,i.bounds),I=C===L?L+1:C;(!f||L!==u||I!==h||M.topColor!==p||M.bottomColor!==m)&&(f=e.createLinearGradient(0,L,0,I),f.addColorStop(0,M.topColor),f.addColorStop(1,M.bottomColor),u=L,h=I,p=M.topColor,m=M.bottomColor),e.fillStyle=f;}else {let L=n.colors?n.colors[g-1-l]:n.color;if(!L)continue;e.fillStyle=L;}e.beginPath(),e.moveTo(E,S),e.lineTo(x,k),e.lineTo(x,T),e.lineTo(E,P),e.closePath(),e.fill();}}drawBackground(e,t,n,i){let o=i.timeToX(t.from),s=i.timeToX(t.to);s<0||o>i.width||s<=o||(e.fillStyle=t.color,e.fillRect(o,n.bounds.top,s-o,n.bounds.height));}drawHline(e,t,n,i,o,s){let a=Math.round(i.priceToY(t.price,n.scale,n.bounds))+.5;a<n.bounds.top||a>n.bounds.top+n.bounds.height||(e.strokeStyle=t.color??s.textColor,e.lineWidth=t.width??1,qr(e,t.lineStyle??"solid"),e.beginPath(),e.moveTo(0,a),e.lineTo(o,a),e.stroke(),qr(e,"solid"));}};function qr(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function Ev(r,e){let t=r.series.find(n=>n.id===e);return t&&ve(t)?t.points:null}var _E=new Map;function BE(r){let e=false;for(let n of r.values())if(n.barColors&&n.barColors.length>0){e=true;break}if(!e)return _E;let t=new Map;for(let n of r.values())if(n.barColors)for(let i of n.barColors)t.set(i.time,i.color);return t}function mn(r,e){let t=Math.max(1,e);return r==="dotted"?[t,t*2]:r==="dashed"?[t*4,t*3]:[]}function Zr(r,e,t,n,i,o,s){if(i==="none")return [r,e,t,n];let a=t-r,l=i==="left"||i==="both",c=i==="right"||i==="both";if(Math.abs(a)<1e-6){if(l&&c)return [r,0,t,s];let m=n>=e;return c?m?[r,e,t,s]:[r,e,t,0]:m?[r,0,t,n]:[r,s,t,n]}let d=(n-e)/a,u=m=>e+d*(m-r),h=l?-2:Math.min(r,t),p=c?o+2:Math.max(r,t);return [h,u(h),p,u(p)]}function Pv(r,e,t,n){let i=Math.atan2(n-e,t-r);return i>Math.PI/2&&(i-=Math.PI),i<-Math.PI/2&&(i+=Math.PI),i}function HE(r){let e=r.trim(),t=/^#([0-9a-f]{3})$/i.exec(e);if(t){let n=t[1];return {r:parseInt(n[0]+n[0],16),g:parseInt(n[1]+n[1],16),b:parseInt(n[2]+n[2],16),a:1}}if(t=/^#([0-9a-f]{6})([0-9a-f]{2})?$/i.exec(e),t){let n=t[1];return {r:parseInt(n.slice(0,2),16),g:parseInt(n.slice(2,4),16),b:parseInt(n.slice(4,6),16),a:t[2]?parseInt(t[2],16)/255:1}}if(t=/^rgba?\(([^)]+)\)$/i.exec(e),t){let n=t[1].split(",").map(i=>parseFloat(i.trim()));return {r:n[0]??0,g:n[1]??0,b:n[2]??0,a:n[3]??1}}return null}function zE(r,e,t){return (.299*r+.587*e+.114*t)/255}function we(r){if(!r)return "#000000";let e=HE(r);return e?zE(e.r,e.g,e.b)>.55?"#000000":"#ffffff":"#000000"}function kt(r){return Math.round(r*1.4)}var Qn=5,er=3;function xe(r){switch(r){case "tiny":return 10;case "small":return 12;case "large":return 18;case "huge":return 28;case "normal":return 14;default:return 0}}function Lv(r,e,t,n){let i=1;for(let l of r)l.length>i&&(i=l.length);let o=n?.62:.55,s=e*.9/(i*o),a=t*.85/(r.length*1.3);return Math.max(6,Math.min(s,a,48))}var $E={lines:[],boxes:[],labels:[],polylines:[],linefills:[]};function Qr(r,e){let t=n=>!!n.overlay===e;return {lines:(r.lines??[]).filter(t),boxes:(r.boxes??[]).filter(t),labels:(r.labels??[]).filter(t),polylines:(r.polylines??[]).filter(t),linefills:(r.linefills??[]).filter(t)}}function bu(r){return !r.lines.length&&!r.boxes.length&&!r.labels.length&&!r.polylines.length&&!r.linefills.length}function Mv(r){return r==="auto"?12:xe(r)}function WE(r,e,t,n,i){let o=Math.min(r,e),s=Math.max(r,e);return r===e?r>=n&&r<=i:t==="both"?true:t==="left"?s>=n:(t==="right"||s>=n)&&o<=i}var Jr=class{constructor(e,t=$E){this.deps=e;this.set=t;this.widthCache=new Map;this.tipRegions=[];this.indexOffset=0;}setSet(e,t=0){this.set=e,this.indexOffset=t;}setDeps(e){this.deps=e;}isEmpty(){let e=this.set;return !e.lines.length&&!e.boxes.length&&!e.labels.length&&!e.polylines.length&&!e.linefills.length}labelTipRegions(){return this.tipRegions}render(e,t,n,i,o){this.tipRegions=[],!this.isEmpty()&&(e.save(),this.drawLinefills(e,t,n,i,o),this.drawBoxes(e,t,n,i,o),this.drawPolylines(e,t,i,o),this.drawLines(e,t,n,i,o),this.drawLabels(e,t,n,i,o),e.restore());}priceRange(e,t){let n=Math.min(e,t),i=Math.max(e,t),o=(u,h,p)=>p==="both"?true:p==="left"?Math.max(u,h)>=n:(p==="right"||Math.max(u,h)>=n)&&Math.min(u,h)<=i,s=1/0,a=-1/0,l=u=>{u<s&&(s=u),u>a&&(a=u);};for(let u of this.set.lines)u.invisible||WE(this.logicalOf(u.xloc,u.x1),this.logicalOf(u.xloc,u.x2),u.extend,n,i)&&(l(u.y1),l(u.y2));for(let u of this.set.boxes)!u.bgColor&&!(u.borderColor&&u.borderWidth>0)&&!u.text||o(this.logicalOf(u.xloc,u.left),this.logicalOf(u.xloc,u.right),u.extend)&&(l(u.top),l(u.bottom));for(let u of this.set.linefills){if(!u.color)continue;let h=[u.line1.x1,u.line1.x2,u.line2.x1,u.line2.x2].map((m,f)=>this.logicalOf(f<2?u.line1.xloc:u.line2.xloc,m)),p=u.line1.extend!=="none"||u.line2.extend!=="none"?"both":"none";o(Math.min(...h),Math.max(...h),p)&&(l(u.line1.y1),l(u.line1.y2),l(u.line2.y1),l(u.line2.y2));}for(let u of this.set.polylines){if(u.points.length<2)continue;let h=u.points.map(p=>this.logicalOf(p.xloc,p.x));if(o(Math.min(...h),Math.max(...h),"none"))for(let p of u.points)l(p.price);}let c=0,d=0;for(let u of this.set.labels){let h=this.logicalOf(u.xloc,u.x);if(!o(h,h,"none"))continue;if(u.yloc==="price"){l(u.y);continue}if(u.yloc==="top"||u.yloc==="bottom")continue;let p=this.deps.barAt(h);if(!p)continue;l(u.yloc==="abovebar"?p.high:p.low);let m=Mv(u.size),f=Math.max(1,(u.text??"").split(`
813
813
  `).length),g=this.isPointShape(u.style)?14+Math.max(4,m*.6)+2:14+m*1.25*f+8+7;u.yloc==="abovebar"?c=Math.max(c,g):d=Math.max(d,g);}return !Number.isFinite(s)||!Number.isFinite(a)?null:{min:s,max:a,aboveMargin:c,belowMargin:d}}logicalOf(e,t){return e==="bar_time"?this.deps.timeToLogical(t):t+this.indexOffset}drawLines(e,t,n,i,o){for(let s of this.set.lines){if(s.invisible)continue;let a=i(this.logicalOf(s.xloc,s.x1)),l=i(this.logicalOf(s.xloc,s.x2)),c=o(s.y1),d=o(s.y2);if(c===null||d===null)continue;let u=s.extend==="left"||s.extend==="both",h=s.extend==="right"||s.extend==="both";if(!u&&!h&&(Math.max(a,l)<0||Math.min(a,l)>t))continue;let[p,m,f,g]=Zr(a,c,l,d,s.extend,t,n),b=s.color??this.deps.theme.textColor;e.beginPath(),e.moveTo(p,m),e.lineTo(f,g),e.strokeStyle=b,e.lineWidth=s.width,e.setLineDash(mn(s.style,s.width)),e.stroke(),e.setLineDash([]);let y=l>=a;if(s.arrowRight){let v=(y?h:u)?y?[f,g]:[p,m]:[l,d];this.drawArrow(e,v[0],v[1],a,c,s.width,b);}if(s.arrowLeft){let v=(y?u:h)?y?[p,m]:[f,g]:[a,c];this.drawArrow(e,v[0],v[1],l,d,s.width,b);}}}drawArrow(e,t,n,i,o,s,a){let l=Math.atan2(n-o,t-i),c=6+s*2,d=.45;e.beginPath(),e.moveTo(t,n),e.lineTo(t-c*Math.cos(l-d),n-c*Math.sin(l-d)),e.lineTo(t-c*Math.cos(l+d),n-c*Math.sin(l+d)),e.closePath(),e.fillStyle=a,e.fill();}drawLinefills(e,t,n,i,o){for(let s of this.set.linefills){if(!s.color)continue;let a=this.resolveLine(s.line1,t,n,i,o),l=this.resolveLine(s.line2,t,n,i,o);if(!a||!l)continue;let c=h=>h[0]>h[2]||h[0]===h[2]&&h[1]>h[3]?[h[2],h[3],h[0],h[1]]:h,d=c(a),u=c(l);e.beginPath(),e.moveTo(d[0],d[1]),e.lineTo(d[2],d[3]),e.lineTo(u[2],u[3]),e.lineTo(u[0],u[1]),e.closePath(),e.fillStyle=s.color,e.fill();}}resolveLine(e,t,n,i,o){let s=i(this.logicalOf(e.xloc,e.x1)),a=i(this.logicalOf(e.xloc,e.x2)),l=o(e.y1),c=o(e.y2);return l===null||c===null?null:Zr(s,l,a,c,e.extend,t,n)}drawPolylines(e,t,n,i){for(let o of this.set.polylines){let s=[];for(let c of o.points){let d=i(c.price);d!==null&&s.push([n(this.logicalOf(c.xloc,c.x)),d]);}if(s.length<2)continue;let a=1/0,l=-1/0;for(let c of s)c[0]<a&&(a=c[0]),c[0]>l&&(l=c[0]);if(!(l<0||a>t)){if(e.beginPath(),o.curved)this.curvedPath(e,s,o.closed);else {e.moveTo(s[0][0],s[0][1]);for(let c=1;c<s.length;c+=1)e.lineTo(s[c][0],s[c][1]);}if(o.closed&&e.closePath(),o.fillColor&&(e.fillStyle=o.fillColor,e.fill()),o.lineColor&&(e.strokeStyle=o.lineColor,e.lineWidth=o.lineWidth,e.setLineDash(mn(o.lineStyle,o.lineWidth)),e.stroke(),e.setLineDash([]),o.arrowLeft||o.arrowRight)){let c=o.closed?s.length:s.length-1;for(let d=0;d<c;d+=1){let u=s[d],h=s[(d+1)%s.length];o.arrowRight&&this.drawArrow(e,h[0],h[1],u[0],u[1],o.lineWidth,o.lineColor),o.arrowLeft&&this.drawArrow(e,u[0],u[1],h[0],h[1],o.lineWidth,o.lineColor);}}}}}curvedPath(e,t,n){let i=t.length,o=a=>n?t[(a%i+i)%i]:t[Math.max(0,Math.min(i-1,a))];e.moveTo(t[0][0],t[0][1]);let s=n?i:i-1;for(let a=0;a<s;a+=1){let l=o(a-1),c=o(a),d=o(a+1),u=o(a+2),h=c[0]+(d[0]-l[0])/6,p=c[1]+(d[1]-l[1])/6,m=d[0]-(u[0]-c[0])/6,f=d[1]-(u[1]-c[1])/6;e.bezierCurveTo(h,p,m,f,d[0],d[1]);}}drawBoxes(e,t,n,i,o){for(let s of this.set.boxes){let a=i(this.logicalOf(s.xloc,s.left)),l=i(this.logicalOf(s.xloc,s.right));(s.extend==="left"||s.extend==="both")&&(a=-2),(s.extend==="right"||s.extend==="both")&&(l=t+2);let c=o(s.top),d=o(s.bottom);if(c===null||d===null)continue;let u=Math.min(a,l),h=Math.max(a,l),p=Math.min(c,d),m=Math.max(c,d),f=h-u,g=m-p;h<0||u>t||m<0||p>n||(s.bgColor&&(e.fillStyle=s.bgColor,e.fillRect(u,p,f,g)),s.borderColor&&s.borderWidth>0&&(e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.setLineDash(mn(s.borderStyle,s.borderWidth)),e.strokeRect(u,p,f,g),e.setLineDash([])),s.text&&this.drawBoxText(e,s,u,p,f,g));}}measure(e,t,n){let i=`${t} ${n}`,o=this.widthCache.get(i);return o===void 0&&(e.font=t,o=e.measureText(n).width,this.widthCache.set(i,o)),o}wrapText(e,t,n,i){let o=[];for(let s of n.split(`
814
814
  `)){if(this.measure(e,t,s)<=i){o.push(s);continue}let a="";for(let l of s.split(/(\s+)/)){let c=a+l;a&&this.measure(e,t,c)>i?(o.push(a.trimEnd()),a=l.trimStart()):a=c;}a.trim()&&o.push(a.trimEnd());}return o}drawBoxText(e,t,n,i,o,s){let a=t.text,l=t.fontFamily==="monospace"?"monospace":this.deps.theme.fontFamily||"sans-serif",c=`${t.italic?"italic ":""}${t.bold?"bold ":""}`,d=4,u=xe(t.textSize),h;if(u===0){let b=`${c}14px ${l}`;h=t.wrap?this.wrapText(e,b,a,Math.max(1,o-d*2)):a.split(`
815
815
  `),u=Lv(h,o,s,t.bold);}else {let b=`${c}${u}px ${l}`;h=t.wrap?this.wrapText(e,b,a,Math.max(1,o-d*2)):a.split(`
816
816
  `);}e.font=`${c}${u}px ${l}`,e.fillStyle=t.textColor??we(t.bgColor);let p=u*1.3,m=p*h.length,f;t.hAlign==="left"?(e.textAlign="left",f=n+d):t.hAlign==="right"?(e.textAlign="right",f=n+o-d):(e.textAlign="center",f=n+o/2),e.textBaseline="top";let g;t.vAlign==="top"?g=i+d:t.vAlign==="bottom"?g=i+s-d-m:g=i+(s-m)/2,e.save(),e.beginPath(),e.rect(n,i,o,s),e.clip();for(let b=0;b<h.length;b+=1)e.fillText(h[b],f,g+b*p);e.restore();}drawLabels(e,t,n,i,o){for(let s of this.set.labels){let a=i(this.logicalOf(s.xloc,s.x));if(a<-50||a>t+50)continue;let l;if(s.yloc==="price")l=o(s.y);else if(s.yloc==="top")l=14;else if(s.yloc==="bottom")l=n-14;else {let u=this.deps.barAt(this.logicalOf(s.xloc,s.x));if(!u)continue;let h=o(s.yloc==="abovebar"?u.high:u.low);l=h===null?null:h+(s.yloc==="abovebar"?-14:14);}if(l===null)continue;let c=s.color??this.deps.theme.textColor,d=Mv(s.size);if(this.isPointShape(s.style)){if(s.noFill||this.drawLabelShape(e,s.style,a,l,d,c),s.text&&this.drawLabelText(e,s,a,l+d,d),s.tooltip){let u=Math.max(4,d*.6)+3;this.tipRegions.push({left:a-u,top:l-u,right:a+u,bottom:l+u,text:s.tooltip});}}else if(s.style==="none"||s.style==="text_outline")s.text&&(this.drawLabelText(e,s,a,l,d,s.style==="text_outline"),s.tooltip&&this.tipRegions.push(this.textRegion(e,s,a,l,d,s.tooltip)));else {let u=this.drawBubble(e,s,a,l,d,c);s.tooltip&&this.tipRegions.push({left:u.x,top:u.y,right:u.x+u.w,bottom:u.y+u.h,text:s.tooltip});}}}labelFont(e,t){let n=e.fontFamily==="monospace"?"monospace":this.deps.theme.fontFamily||"sans-serif";return `${e.italic?"italic ":""}${e.bold?"bold ":""}${t}px ${n}`}textRegion(e,t,n,i,o,s){let a=this.labelFont(t,o),l=(t.text??"").split(`
817
817
  `),c=Math.max(1,...l.map(h=>this.measure(e,a,h))),d=o*1.25*l.length,u=t.textAlign==="left"?n:t.textAlign==="right"?n-c:n-c/2;return {left:u,top:i-d/2,right:u+c,bottom:i+d/2,text:s}}isPointShape(e){switch(e){case "circle":case "square":case "diamond":case "flag":case "arrowup":case "arrowdown":case "triangleup":case "triangledown":case "cross":case "xcross":return true;default:return false}}drawLabelText(e,t,n,i,o,s=false){e.font=this.labelFont(t,o),e.textAlign=t.textAlign==="left"?"left":t.textAlign==="right"?"right":"center",e.textBaseline="middle";let a=t.text.split(`
818
818
  `),l=o*1.25,c=i-l*(a.length-1)/2;if(s){e.lineWidth=3,e.strokeStyle=we(t.textColor??this.deps.theme.textColor);for(let d=0;d<a.length;d+=1)e.strokeText(a[d],n,c+d*l);}e.fillStyle=t.textColor??this.deps.theme.textColor;for(let d=0;d<a.length;d+=1)e.fillText(a[d],n,c+d*l);}drawLabelShape(e,t,n,i,o,s){let a=Math.max(4,o*.6);switch(e.fillStyle=s,e.strokeStyle=s,e.lineWidth=Math.max(1,a*.3),e.beginPath(),t){case "circle":e.arc(n,i,a,0,Math.PI*2),e.fill();break;case "square":e.fillRect(n-a,i-a,a*2,a*2);break;case "diamond":e.moveTo(n,i-a),e.lineTo(n+a,i),e.lineTo(n,i+a),e.lineTo(n-a,i),e.closePath(),e.fill();break;case "triangleup":case "arrowup":e.moveTo(n,i-a),e.lineTo(n+a,i+a),e.lineTo(n-a,i+a),e.closePath(),e.fill();break;case "triangledown":case "arrowdown":e.moveTo(n,i+a),e.lineTo(n+a,i-a),e.lineTo(n-a,i-a),e.closePath(),e.fill();break;case "flag":e.moveTo(n-a*.7,i-a),e.lineTo(n-a*.7,i+a),e.moveTo(n-a*.7,i-a),e.lineTo(n+a,i-a*.4),e.lineTo(n-a*.7,i+a*.2),e.stroke(),e.fill();break;case "cross":e.moveTo(n,i-a),e.lineTo(n,i+a),e.moveTo(n-a,i),e.lineTo(n+a,i),e.stroke();break;case "xcross":e.moveTo(n-a,i-a),e.lineTo(n+a,i+a),e.moveTo(n+a,i-a),e.lineTo(n-a,i+a),e.stroke();break;default:e.arc(n,i,a,0,Math.PI*2),e.fill();}}drawBubble(e,t,n,i,o,s){e.font=this.labelFont(t,o);let a=(t.text??"").split(`
819
- `),l=6,c=4,d=o*1.25,h=Math.max(1,...a.map(y=>this.measure(e,e.font,y)))+l*2,p=d*a.length+c*2,m=7,f=n-h/2,g=i-p-m,b="down";switch(t.style){case "label_up":f=n-h/2,g=i+m,b="up";break;case "label_left":f=n+m,g=i-p/2,b="left";break;case "label_right":f=n-h-m,g=i-p/2,b="right";break;case "label_center":f=n-h/2,g=i-p/2,b="none";break;case "label_lower_left":f=n+m,g=i-p-m,b="none";break;case "label_lower_right":f=n-h-m,g=i-p-m,b="none";break;case "label_upper_left":f=n+m,g=i+m,b="none";break;case "label_upper_right":f=n-h-m,g=i+m,b="none";break;default:f=n-h/2,g=i-p-m,b="down";}if(t.noFill||(e.fillStyle=s,this.roundRect(e,f,g,h,p,4),e.fill(),b!=="none"&&(e.beginPath(),b==="down"?(e.moveTo(n-m,g+p),e.lineTo(n+m,g+p),e.lineTo(n,i)):b==="up"?(e.moveTo(n-m,g),e.lineTo(n+m,g),e.lineTo(n,i)):b==="left"?(e.moveTo(f,i-m),e.lineTo(f,i+m),e.lineTo(n,i)):(e.moveTo(f+h,i-m),e.lineTo(f+h,i+m),e.lineTo(n,i)),e.closePath(),e.fill())),t.text){e.fillStyle=t.textColor??(t.noFill?this.deps.theme.textColor:we(s)),e.textBaseline="middle";let y;t.textAlign==="left"?(e.textAlign="left",y=f+l):t.textAlign==="right"?(e.textAlign="right",y=f+h-l):(e.textAlign="center",y=f+h/2);let v=g+c+d/2;for(let w=0;w<a.length;w+=1)e.fillText(a[w],y,v+w*d);}return {x:f,y:g,w:h,h:p}}roundRect(e,t,n,i,o,s){let a=Math.min(s,i/2,o/2);e.beginPath(),e.moveTo(t+a,n),e.arcTo(t+i,n,t+i,n+o,a),e.arcTo(t+i,n+o,t,n+o,a),e.arcTo(t,n+o,t,n,a),e.arcTo(t,n,t+i,n,a),e.closePath();}};function Vl(r,e,t=6){if(!(e>r)||!Number.isFinite(r)||!Number.isFinite(e))return [];let n=(e-r)/Math.max(1,t),i=Math.pow(10,Math.floor(Math.log10(n))),o=n/i,s=(o<1.5?1:o<3?2:o<7?5:10)*i,a=Math.max(0,-Math.floor(Math.log10(s))+1),l=[],c=Math.ceil(r/s)*s;for(let d=c;d<=e+s*1e-6;d+=s)l.push(Number(d.toFixed(a)));return l}function UE(r,e,t=6){if(!(e>r))return 2;let n=(e-r)/Math.max(1,t),i=Math.pow(10,Math.floor(Math.log10(n))),o=n/i,s=(o<1.5?1:o<3?2:o<7?5:10)*i;return Math.max(0,Math.min(8,-Math.floor(Math.log10(s))+1))}function YE(r,e,t=6){if(r<=0||!(e>r)||!Number.isFinite(r)||!Number.isFinite(e))return [];if(Math.log10(e)-Math.log10(r)<1.1)return Vl(r,e,t);let n=[],i=Math.floor(Math.log10(r)),o=Math.ceil(Math.log10(e));for(let s=i;s<=o;s+=1)for(let a of [1,2,5]){let l=a*Math.pow(10,s);l>=r&&l<=e&&n.push(l);}return n}function Su(r){let e=Math.abs(r);return e>=100?0:e>=1?2:e>=.01?4:6}function KE(r){if(!(r>0)||!Number.isFinite(r))return 2;for(let e=0;e<=8;e+=1)if(Math.abs(Number(r.toFixed(e))-r)<=r*1e-6)return e;return 8}function XE(r,e,t){let n=t!=null&&t>0?KE(t):UE(r.min,r.max,ko(e));return n===0?2:n}function ko(r){return Math.max(2,Math.min(16,Math.round(r/50)))}function kv(r,e){return r.log?YE(r.min,r.max,ko(e)):Vl(r.min,r.max,ko(e))}function wu(r,e){return (r/e-1)*100}function xu(r,e){return r/e*100}function Rv(r){return `${r>=0?"+":"-"}${Math.abs(r).toFixed(2)}%`}function Dv(r){return r.toFixed(2)}function Ov(r){let e=Math.abs(r);return e>=1e9?`${Nl(r/1e9)}B`:e>=1e6?`${Nl(r/1e6)}M`:e>=1e3?`${Nl(r/1e3)}K`:Nl(r)}function Nl(r){return Number(r.toFixed(2)).toString()}function Io(r,e,t,n,i){if(i==="none")return [];if(t){let{baseline:o,indexed:s}=t,a=Math.min(r.min,r.max),l=Math.max(r.min,r.max);if(s){let u=xu(a,o),h=xu(l,o);return Vl(u,h,ko(e)).map(p=>({price:o*p/100,label:Dv(p)}))}let c=wu(a,o),d=wu(l,o);return Vl(c,d,ko(e)).map(u=>({price:o*(1+u/100),label:Rv(u)}))}return i==="volume"?kv(r,e).map(o=>({price:o,label:Ov(o)})):kv(r,e).map(o=>({price:o,label:_l(r,e,o,n)}))}function Ao(r,e,t,n,i,o){return o==="none"?"":n?n.indexed?Dv(xu(t,n.baseline)):Rv(wu(t,n.baseline)):o==="volume"?Ov(t):_l(r,e,t,i)}function _l(r,e,t,n){if(r.log&&Math.log10(r.max)-Math.log10(r.min)>=1.1){let o=Su(t);return t.toFixed(o===0?2:o)}return t.toFixed(XE(r,e,n))}var Lo=1e3,Mo=60*Lo,ei=60*Mo,ti=24*ei,jE=7*ti,Iv=30*ti,Fv=365*ti,vu=[Lo,5*Lo,15*Lo,30*Lo,Mo,5*Mo,15*Mo,30*Mo,ei,2*ei,4*ei,6*ei,12*ei,ti,2*ti,jE,Iv,3*Iv,Fv],yu=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Av=r=>r<10?`0${r}`:String(r);function qE(r){for(let e of vu)if(e>=r)return e;return vu[vu.length-1]}function Bl(r,e,t=8,n=0){let i=e-r;if(!(i>0))return [];let o=qE(i/Math.max(1,t)),s=r+n,a=e+n,l=Math.ceil(s/o)*o,c=[];for(let d=l;d<=a;d+=o){let u=d-n,h=new Date(d),p,m=false;if(o<ti){let f=h.getUTCHours(),g=h.getUTCMinutes();f===0&&g===0?(p=`${yu[h.getUTCMonth()]} ${h.getUTCDate()}`,m=true):p=`${Av(f)}:${Av(g)}`;}else o<Fv?(p=`${yu[h.getUTCMonth()]} ${h.getUTCDate()}`,h.getUTCDate()===1&&(p=yu[h.getUTCMonth()],m=true)):(p=String(h.getUTCFullYear()),m=true);c.push({time:u,label:p,major:m});}return c}function Ro(r,e){if(!e||e==="UTC")return 0;try{let n=new Intl.DateTimeFormat("en-US",{timeZone:e,hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).formatToParts(new Date(r)),i=s=>Number(n.find(a=>a.type===s)?.value);return Date.UTC(i("year"),i("month")-1,i("day"),i("hour")%24,i("minute"),i("second"))-r}catch{return 0}}function Hl(r,e){return new Date(r+Ro(r,e))}var zl=class{constructor(){this.canvas=null;this.ctx=null;this.axisTextColor=bt.textColor;this.drawScene=new Jr({timeToLogical:()=>0,barAt:()=>null,theme:{}});}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}prepare(e,t,n){this.drawScene.setDeps({timeToLogical:i=>t.timeToLogical(i),barAt:i=>{let o=e.bars[Math.round(i)];return o?{high:o.high,low:o.low}:null},theme:n});}paneDrawingsRange(e,t,n,i){let o=null;for(let s of e)o=Nv(o,this.drawingsRange(Qr(s,false),i,t.offsetOf(s.id)));if(n)for(let s of t.indicators.values())o=Nv(o,this.drawingsRange(Qr(s,true),i,t.offsetOf(s.id)));return o}render(e,t,n,i){let o=this.ctx,s=this.canvas;if(!o||!s)return;let a=t.dpr,l=s.width/a,c=s.height/a,d=t.width,u=t.height;this.axisTextColor=i?.textColor??n.textColor,o.setTransform(a,0,0,a,0,0),o.clearRect(0,0,l,c),i&&(l>d||c>u)&&(o.fillStyle=i.background,l>d&&o.fillRect(d,0,l-d,c),c>u&&o.fillRect(0,u,d,c-u)),o.font=`${e.style.fontSize}px ${n.fontFamily}`,o.textBaseline="middle";let h=e.orderedPanes();if(t.barCount===0){this.drawPaneSeparators(o,e,n,l,h);return}let p=h.find(m=>m.kind==="price")??null;if(p&&!p.collapsed&&e.tradeMarkers.visible)for(let m of e.indicators.values())m.trades?.length&&this.renderTrades(o,t,e,n,m.trades,p,d);this.drawPriceAxes(o,e,t,n,d,h),this.drawMergedScaleColumns(o,e,t,d),this.drawPaneSeparators(o,e,n,l,h),this.drawPriceLineAndCountdown(o,e,t,n,d,p),this.drawTimeAxis(o,e,t,n,d,u,c);}destroy(){this.canvas=null,this.ctx=null;}drawingsRange(e,t,n=0){if(this.drawScene.setSet(e,n),this.drawScene.isEmpty())return null;let i=this.drawScene.priceRange(t.from,t.to);return i?{min:i.min,max:i.max}:null}renderTrades(e,t,n,i,o,s,a){e.save(),e.translate(0,s.bounds.top),e.beginPath(),e.rect(0,0,a,s.bounds.height),e.clip(),Tv(e,o,n.tradeMarkers,{timeToLogical:l=>t.timeToLogical(l),barAt:l=>{let c=n.bars[Math.round(l)];return c?{high:c.high,low:c.low}:null}},l=>t.logicalToX(l),l=>t.priceToY(l,s.scale,s.bounds)-s.bounds.top,{fontSize:n.style.fontSize,fontFamily:i.fontFamily,color:i.textColor},a,Math.max(1.5,t.bodySpacing()*.4)),e.restore();}drawPriceAxes(e,t,n,i,o,s){if(e.strokeStyle=t.style.borderColor??i.borderColor,e.lineWidth=1,e.beginPath(),e.moveTo(o+.5,0),e.lineTo(o+.5,n.height),e.stroke(),!!t.showAxisLabels){e.fillStyle=this.axisTextColor,e.textAlign="left";for(let a of s){if(a.collapsed)continue;let l=Xt(t,a);for(let c of Io(a.scale,a.bounds.height,l,t.priceMintick,a.axisFormat)){let d=n.priceToY(c.price,a.scale,a.bounds);d<a.bounds.top+6||d>a.bounds.top+a.bounds.height-4||e.fillText(c.label,o+6,d);}if(a.axisBands)for(let c of a.axisBands){let d=a.bounds.top+c.frac*a.bounds.height;d<a.bounds.top+6||d>a.bounds.top+a.bounds.height-4||e.fillText(c.label,o+6,d);}}e.textAlign="start";}}drawPaneSeparators(e,t,n,i,o){e.fillStyle=t.style.separatorColor??n.borderColor;for(let s of o)s.order<=0||e.fillRect(0,Math.round(s.bounds.top)-1,i,3);}drawMergedScaleColumns(e,t,n,i){if(t.showAxisLabels){e.textAlign="left",e.fillStyle=this.axisTextColor;for(let o of t.orderedPanes()){if(o.collapsed)continue;t.ownScaleIndicatorsForPane(o.id).forEach((a,l)=>{let c=t.indicatorScales.get(a.id)?.scale;if(!c)return;let d=Ub(i,l+1);for(let u of Io(c,o.bounds.height,void 0,t.priceMintick)){let h=n.priceToY(u.price,c,o.bounds);h<o.bounds.top+6||h>o.bounds.top+o.bounds.height-4||e.fillText(u.label,d+5,h);}});}e.textAlign="start";}}drawPriceLineAndCountdown(e,t,n,i,o,s){let a=t.bars.length;if(!s||a===0||t.candlesHidden||s.collapsed||s.bounds.height<=0)return;let l=t.bars[a-1],c=n.priceToY(l.close,s.scale,s.bounds);if(c<s.bounds.top||c>s.bounds.top+s.bounds.height)return;let d=this.priceElementColor(t,n,i,l);if(t.showPriceLine){let E=Math.round(c)+.5;e.strokeStyle=d,e.lineWidth=1,Vv(e,"dotted"),e.beginPath(),e.moveTo(0,E),e.lineTo(o,E),e.stroke(),Vv(e,"solid");}let u=n.barInterval,h=t.showCountdown&&u>0,p=t.showPriceLabel;if(!p&&!h)return;let m=Ao(s.scale,s.bounds.height,l.close,Xt(t,s),t.priceMintick),f=h?QE(l.time+u-Date.now()):"",g=8,b=o+1,y=JE(d,i.background);if(e.textBaseline="middle",p&&h){let E=Math.max(e.measureText(m).width,e.measureText(f).width)+g,x=c-8,S=b+g/2;e.fillStyle=d,e.fillRect(b,x,E,32),e.fillStyle=y,e.textAlign="left",e.fillText(m,S,x+8),e.fillText(f,S,x+24),e.textAlign="start";return}let v=p?m:f,w=e.measureText(v).width+g;e.fillStyle=d,e.fillRect(b,c-8,w,16),e.fillStyle=y,e.textAlign="center",e.fillText(v,b+w/2,c),e.textAlign="start";}priceElementColor(e,t,n,i){let o=e.style;switch(e.priceStyle){case "bars":return i.close>=i.open?o.bars.upColor??n.upColor:o.bars.downColor??n.downColor;case "line":return o.line.color??n.upColor;case "area":return o.area.lineColor??n.upColor;case "baseline":{let s=Math.max(0,Math.floor(t.visibleLogicalRange().from)),a=e.baselineValue??e.bars[s]?.close??0;return i.close>=a?o.baseline.topLineColor??n.upColor:o.baseline.bottomLineColor??n.downColor}default:return i.close>=i.open?n.upColor:n.downColor}}drawTimeAxis(e,t,n,i,o,s,a){if(e.strokeStyle=t.style.borderColor??i.borderColor,e.lineWidth=1,e.beginPath(),e.moveTo(0,s+.5),e.lineTo(o,s+.5),e.stroke(),!t.showAxisLabels)return;e.fillStyle=this.axisTextColor,e.textAlign="center";let l=s+(a-s)/2,c=n.visibleTimeRange(),d=Ro((c.from+c.to)/2,t.timezone),u=Math.max(3,Math.min(8,Math.floor(o/64))),h=Bl(c.from,c.to,u,d).map(g=>({...g,x:n.timeToX(g.time),half:e.measureText(g.label).width/2})).filter(g=>g.x>=20&&g.x<=o-20),p=12,m=[],f=g=>{let b=g.x-g.half,y=g.x+g.half;m.every(v=>y+p<=v.l||b-p>=v.r)&&(m.push({l:b,r:y}),e.fillText(g.label,g.x,l));};for(let g of h)g.major&&f(g);for(let g of h)g.major||f(g);e.textAlign="start";}};function Nv(r,e){return r?e?{min:Math.min(r.min,e.min),max:Math.max(r.max,e.max)}:r:e}function Vv(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function JE(r,e){let[t,n,i,o]=G(r),s=t,a=n,l=i;if(o<1){let[u,h,p]=G(e);s=t*o+u*(1-o),a=n*o+h*(1-o),l=i*o+p*(1-o);}let c=u=>u<=.04045?u/12.92:Math.pow((u+.055)/1.055,2.4);return .2126*c(s)+.7152*c(a)+.0722*c(l)>=.4?"#000000":"#ffffff"}function QE(r){let e=Math.max(0,Math.floor(r/1e3)),t=e%60,n=Math.floor(e/60)%60,i=Math.floor(e/3600),o=s=>String(s).padStart(2,"0");return i>0?`${i}:${o(n)}:${o(t)}`:`${o(n)}:${o(t)}`}var eP=350,$l=class{constructor(e,t){this.plot=e;this.deps=t;this.tip=null;this.timer=null;this.current=null;this.onMove=e=>{if(e.pointerType!=="mouse")return;let t=this.plot.getBoundingClientRect(),n=e.clientX-t.left,i=e.clientY-t.top,o=this.deps.lookup(n,i);if(!o){this.clear();return}o!==this.current&&(this.clear(),this.current=o,this.timer=window.setTimeout(()=>this.show(o,n,i),eP));};this.onLeave=()=>{this.clear();};e.addEventListener("pointermove",this.onMove),e.addEventListener("pointerleave",this.onLeave),e.addEventListener("pointerdown",this.onLeave);}destroy(){this.plot.removeEventListener("pointermove",this.onMove),this.plot.removeEventListener("pointerleave",this.onLeave),this.plot.removeEventListener("pointerdown",this.onLeave),this.clear();}show(e,t,n){let o=this.plot.ownerDocument.createElement("div");o.textContent=e,o.style.cssText="position:absolute;z-index:var(--vela-z-tooltip);pointer-events:none;background:var(--vela-bg);border:1px solid var(--vela-border);color:var(--vela-fg);border-radius:var(--vela-radius-md);padding:4px 9px;box-shadow:var(--vela-shadow);font:var(--vela-font-size-md) var(--vela-font);max-width:260px;",fe(o,this.deps.theme()),this.plot.appendChild(o);let s=this.plot.clientWidth,a=this.plot.clientHeight;o.style.left=`${Math.max(0,Math.min(t+12,s-o.offsetWidth-4))}px`,o.style.top=`${Math.max(0,Math.min(n+16,a-o.offsetHeight-4))}px`,this.tip=o;}clear(){this.timer!==null&&(clearTimeout(this.timer),this.timer=null),this.tip?.remove(),this.tip=null,this.current=null;}};var Wl=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}render(e,t,n,i=null,o=null){let s=this.ctx,a=this.canvas;if(!s||!a)return;let l=t.dpr;s.setTransform(l,0,0,l,0,0),s.clearRect(0,0,a.width/l,a.height/l),i!==null&&this.drawSeparatorHover(s,a.width/l,n,i),o&&this.drawExternal(s,o,e,t,n);let c=e.crosshair,d=t.width,u=t.height;if(!c||c.x<0||c.x>d||c.y<0||c.y>u)return;let h=e.style.crosshair;s.font=`${e.style.fontSize}px ${n.fontFamily}`,s.textBaseline="middle";let p=Math.round(t.xToLogical(c.x)),m=Math.round(t.logicalToX(p))+.5;s.strokeStyle=h.color??n.textColor,s.lineWidth=h.width,s.globalAlpha=h.opacity,_v(s,h.style),s.beginPath(),s.moveTo(m,0),s.lineTo(m,u),s.moveTo(0,Math.round(c.y)+.5),s.lineTo(d,Math.round(c.y)+.5),s.stroke(),s.setLineDash([]),s.lineWidth=1,s.globalAlpha=1;let f;for(let b of e.panes.values())if(c.y>=b.bounds.top&&c.y<=b.bounds.top+b.bounds.height){f=b;break}let g=h.labelBackground??n.borderColor;if(f&&f.axisFormat!=="none"){let b=t.yToPrice(c.y,f.scale,f.bounds);this.chip(s,d+1,c.y,Ao(f.scale,f.bounds.height,b,Xt(e,f),e.priceMintick,f.axisFormat),g,"left",false,n.background);}this.chip(s,m,u+1,Bv(t.logicalToTime(p),e.timezone),g,"center",true,n.background);}destroy(){this.canvas=null,this.ctx=null;}drawExternal(e,t,n,i,o){let s=n.style.crosshair,a=i.width,l=i.height,c=Math.round(t.x)+.5;if(c<0||c>a)return;e.font=`${n.style.fontSize}px ${o.fontFamily}`,e.textBaseline="middle",e.strokeStyle=s.color??o.textColor,e.lineWidth=s.width,e.globalAlpha=s.opacity*.55,_v(e,s.style),e.beginPath(),e.moveTo(c,0),e.lineTo(c,l),t.y!=null&&(e.moveTo(0,Math.round(t.y)+.5),e.lineTo(a,Math.round(t.y)+.5)),e.stroke(),e.setLineDash([]),e.lineWidth=1,e.globalAlpha=.8;let d=s.labelBackground??o.borderColor;if(t.y!=null&&t.price!=null){let u;for(let h of n.panes.values())if(t.y>=h.bounds.top&&t.y<=h.bounds.top+h.bounds.height){u=h;break}u&&u.axisFormat!=="none"&&this.chip(e,a+1,t.y,Ao(u.scale,u.bounds.height,t.price,Xt(n,u),n.priceMintick,u.axisFormat),d,"left",false,o.background);}this.chip(e,c,l+1,Bv(t.time,n.timezone),d,"center",true,o.background),e.globalAlpha=1;}drawSeparatorHover(e,t,n,i){let o=Math.round(i);e.fillStyle=n.textColor,e.globalAlpha=.1,e.fillRect(0,o-4,t,8),e.globalAlpha=.55,e.fillRect(0,o-1,t,2),e.globalAlpha=1;}chip(e,t,n,i,o,s,a=false,l="#000000"){let c=e.measureText(i).width+8,d=16,u=s==="left"?t:t-c/2,h=a?n:n-d/2;e.fillStyle=o,e.fillRect(u,h,c,d),e.fillStyle=iv(o,l),e.textAlign="center",e.fillText(i,u+c/2,h+d/2+(a?2:0)),e.textAlign="start";}};function _v(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function Bv(r,e){let t=Hl(r,e),n=i=>i<10?`0${i}`:String(i);return `${n(t.getUTCMonth()+1)}-${n(t.getUTCDate())} ${n(t.getUTCHours())}:${n(t.getUTCMinutes())}`}var Cu=[{value:"Etc/UTC",label:"UTC"},{value:"Etc/GMT+12",label:"International Date Line West"},{value:"Pacific/Pago_Pago",label:"Pago Pago"},{value:"Pacific/Honolulu",label:"Honolulu"},{value:"Pacific/Marquesas",label:"Marquesas Islands"},{value:"America/Anchorage",label:"Anchorage"},{value:"America/Los_Angeles",label:"Los Angeles"},{value:"America/Phoenix",label:"Phoenix"},{value:"America/Denver",label:"Denver"},{value:"America/Chicago",label:"Chicago"},{value:"America/Mexico_City",label:"Mexico City"},{value:"America/New_York",label:"New York"},{value:"America/Bogota",label:"Bogot\xE1"},{value:"America/Caracas",label:"Caracas"},{value:"America/Santiago",label:"Santiago"},{value:"America/St_Johns",label:"St. John's"},{value:"America/Sao_Paulo",label:"S\xE3o Paulo"},{value:"America/Argentina/Buenos_Aires",label:"Buenos Aires"},{value:"America/Noronha",label:"Fernando de Noronha"},{value:"Atlantic/Azores",label:"Azores"},{value:"Atlantic/Reykjavik",label:"Reykjavik"},{value:"Europe/London",label:"London"},{value:"Europe/Paris",label:"Paris"},{value:"Europe/Berlin",label:"Berlin"},{value:"Europe/Athens",label:"Athens"},{value:"Africa/Cairo",label:"Cairo"},{value:"Africa/Johannesburg",label:"Johannesburg"},{value:"Europe/Moscow",label:"Moscow"},{value:"Europe/Istanbul",label:"Istanbul"},{value:"Asia/Tehran",label:"Tehran"},{value:"Asia/Dubai",label:"Dubai"},{value:"Asia/Kabul",label:"Kabul"},{value:"Asia/Karachi",label:"Karachi"},{value:"Asia/Kolkata",label:"Mumbai"},{value:"Asia/Kathmandu",label:"Kathmandu"},{value:"Asia/Dhaka",label:"Dhaka"},{value:"Asia/Yangon",label:"Yangon"},{value:"Asia/Bangkok",label:"Bangkok"},{value:"Asia/Shanghai",label:"Shanghai"},{value:"Asia/Hong_Kong",label:"Hong Kong"},{value:"Asia/Singapore",label:"Singapore"},{value:"Australia/Eucla",label:"Eucla"},{value:"Asia/Tokyo",label:"Tokyo"},{value:"Asia/Seoul",label:"Seoul"},{value:"Australia/Adelaide",label:"Adelaide"},{value:"Australia/Sydney",label:"Sydney"},{value:"Australia/Lord_Howe",label:"Lord Howe Island"},{value:"Pacific/Noumea",label:"Noum\xE9a"},{value:"Pacific/Auckland",label:"Auckland"},{value:"Pacific/Chatham",label:"Chatham Islands"},{value:"Pacific/Apia",label:"Apia"},{value:"Pacific/Kiritimati",label:"Kiritimati"}];function Gl(r){return r==="UTC"||r==="Etc/UTC"||r==="Etc/GMT"?"Etc/UTC":r}function tP(r,e=new Date){try{let i=(new Intl.DateTimeFormat("en-US",{timeZone:r,timeZoneName:"shortOffset"}).formatToParts(e).find(l=>l.type==="timeZoneName")?.value??"").match(/GMT(?:(\+|-)(\d{1,2})(?::(\d{2}))?)?/);if(!i||!i[1])return "UTC";let o=i[1]==="-"?"-":"+",s=i[2]??"0",a=i[3]??"";return a?`UTC${o}${s}:${a}`:`UTC${o}${s}`}catch{return "UTC"}}function Tu(r,e){return Gl(r)==="Etc/UTC"?e:`(${tP(r)}) ${e}`}function tr(r){return r.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function je(r,e){if(e.size===0)return false;let t=r;for(;;){if(e.has(t))return true;let n=t.lastIndexOf(".");if(n<0)return false;t=t.slice(0,n);}}function Hv(r){if(r.kind==="heading"||r.kind==="header")return tr(r.label);let e=mr(r);if(e.toggle)return e.toggle.key;for(let t of e.controls)if(t.kind!=="hint")return t.key;return tr(e.label)}function Ul(r,e,t){if(t.size===0)return [...r];let n=[],i=false,o=false;for(let s of r){let a=`${e}.${Hv(s)}`;if(s.kind==="heading"){i=je(a,t),o=false,i||n.push(s);continue}if(s.kind==="header"){if(i)continue;o=je(a,t),o||n.push(s);continue}i||o||je(a,t)||n.push(s);}return n}function Eu(r){return r.id??tr(r.title)}function zv(r){return r.id??tr(r.label)}function $v(r,e,t){if(t.size===0)return [...r];let n=[],i=false;for(let o of r){let s=`${e}.${zv(o)}`;if(o.kind==="heading"){i=je(s,t),i||n.push(o);continue}i||je(s,t)||n.push(o);}return n}var nP=["symbol","symbol.type","symbol.style.candles","symbol.style.candles.body","symbol.style.candles.borders","symbol.style.candles.wick","symbol.style.candles.spacing","symbol.style.bars","symbol.style.bars.up-color","symbol.style.bars.down-color","symbol.style.bars.spacing","symbol.style.line","symbol.style.line.color","symbol.style.line.width","symbol.style.area","symbol.style.area.line-color","symbol.style.area.width","symbol.style.area.top-fill","symbol.style.area.bottom-fill","symbol.style.baseline","symbol.style.baseline.top-line","symbol.style.baseline.bottom-line","symbol.style.baseline.fill-top","symbol.style.baseline.fill-bottom","symbol.style.baseline.base-level","symbol.style.baseline.width","symbol.timezone","scales","scales.price-scale","scales.price-scale.mode","scales.price-scale.invert","scales.price-scale.last-price-line","scales.price-scale.last-price-label","scales.price-scale.countdown","scales.price-scale.axis-labels","scales.price-scale.border-color","scales.crosshair","scales.crosshair.color","scales.crosshair.width","scales.crosshair.style","canvas","canvas.background","canvas.background.color","canvas.background.text-color","canvas.background.text-size","canvas.background.pane-separator","canvas.grid","canvas.grid.vertical","canvas.grid.horizontal","canvas.theme"];function Wv(r){let e=new Set(nP);for(let t of tt()){if(Co(t.id)){let s=`symbol.style.${t.id}`;for(let a of ["",".body",".borders",".wick",".spacing"])e.add(s+a);}let n=t.settings;if(!n)continue;let i=`type:${t.id}`;e.add(i);let o=s=>{for(let a of s)e.add(`${i}.${Hv(a)}`);};n.rows&&o(n.rows);for(let s of n.instances??[])o(s.rows);for(let s of n.subsections??[])e.add(`${i}.${tr(s.title)}`),o(s.rows);}for(let t of r){let n=Eu(t);e.add(n);for(let i of t.rows)e.add(`${n}.${zv(i)}`);}return [...e]}var rP={candles:"Candles",bars:"Bars",line:"Line",area:"Area",baseline:"Baseline"};function iP(r){return Nt(r)?.label??rP[r]??r}var Gv="vela-settings-controls",Uv="5";var oP="var(--vela-border)";function sP(){if(typeof document>"u")return;let r=document.getElementById(Gv);if(r?.dataset.rev===Uv)return;let e=r??document.createElement("style");e.id=Gv,e.dataset.rev=Uv,e.textContent=`
819
+ `),l=6,c=4,d=o*1.25,h=Math.max(1,...a.map(y=>this.measure(e,e.font,y)))+l*2,p=d*a.length+c*2,m=7,f=n-h/2,g=i-p-m,b="down";switch(t.style){case "label_up":f=n-h/2,g=i+m,b="up";break;case "label_left":f=n+m,g=i-p/2,b="left";break;case "label_right":f=n-h-m,g=i-p/2,b="right";break;case "label_center":f=n-h/2,g=i-p/2,b="none";break;case "label_lower_left":f=n+m,g=i-p-m,b="none";break;case "label_lower_right":f=n-h-m,g=i-p-m,b="none";break;case "label_upper_left":f=n+m,g=i+m,b="none";break;case "label_upper_right":f=n-h-m,g=i+m,b="none";break;default:f=n-h/2,g=i-p-m,b="down";}if(t.noFill||(e.fillStyle=s,this.roundRect(e,f,g,h,p,4),e.fill(),b!=="none"&&(e.beginPath(),b==="down"?(e.moveTo(n-m,g+p),e.lineTo(n+m,g+p),e.lineTo(n,i)):b==="up"?(e.moveTo(n-m,g),e.lineTo(n+m,g),e.lineTo(n,i)):b==="left"?(e.moveTo(f,i-m),e.lineTo(f,i+m),e.lineTo(n,i)):(e.moveTo(f+h,i-m),e.lineTo(f+h,i+m),e.lineTo(n,i)),e.closePath(),e.fill())),t.text){e.fillStyle=t.textColor??(t.noFill?this.deps.theme.textColor:we(s)),e.textBaseline="middle";let y;t.textAlign==="left"?(e.textAlign="left",y=f+l):t.textAlign==="right"?(e.textAlign="right",y=f+h-l):(e.textAlign="center",y=f+h/2);let v=g+c+d/2;for(let w=0;w<a.length;w+=1)e.fillText(a[w],y,v+w*d);}return {x:f,y:g,w:h,h:p}}roundRect(e,t,n,i,o,s){let a=Math.min(s,i/2,o/2);e.beginPath(),e.moveTo(t+a,n),e.arcTo(t+i,n,t+i,n+o,a),e.arcTo(t+i,n+o,t,n+o,a),e.arcTo(t,n+o,t,n,a),e.arcTo(t,n,t+i,n,a),e.closePath();}};function Vl(r,e,t=6){if(!(e>r)||!Number.isFinite(r)||!Number.isFinite(e))return [];let n=(e-r)/Math.max(1,t),i=Math.pow(10,Math.floor(Math.log10(n))),o=n/i,s=(o<1.5?1:o<3?2:o<7?5:10)*i,a=Math.max(0,-Math.floor(Math.log10(s))+1),l=[],c=Math.ceil(r/s)*s;for(let d=c;d<=e+s*1e-6;d+=s)l.push(Number(d.toFixed(a)));return l}function GE(r,e,t=6){if(!(e>r))return 2;let n=(e-r)/Math.max(1,t),i=Math.pow(10,Math.floor(Math.log10(n))),o=n/i,s=(o<1.5?1:o<3?2:o<7?5:10)*i;return Math.max(0,Math.min(8,-Math.floor(Math.log10(s))+1))}function UE(r,e,t=6){if(r<=0||!(e>r)||!Number.isFinite(r)||!Number.isFinite(e))return [];if(Math.log10(e)-Math.log10(r)<1.1)return Vl(r,e,t);let n=[],i=Math.floor(Math.log10(r)),o=Math.ceil(Math.log10(e));for(let s=i;s<=o;s+=1)for(let a of [1,2,5]){let l=a*Math.pow(10,s);l>=r&&l<=e&&n.push(l);}return n}function Su(r){let e=Math.abs(r);return e>=100?0:e>=1?2:e>=.01?4:6}function YE(r){if(!(r>0)||!Number.isFinite(r))return 2;for(let e=0;e<=8;e+=1)if(Math.abs(Number(r.toFixed(e))-r)<=r*1e-6)return e;return 8}function KE(r,e,t){let n=t!=null&&t>0?YE(t):GE(r.min,r.max,ko(e));return n===0?2:n}function ko(r){return Math.max(2,Math.min(16,Math.round(r/50)))}function kv(r,e){return r.log?UE(r.min,r.max,ko(e)):Vl(r.min,r.max,ko(e))}function wu(r,e){return (r/e-1)*100}function xu(r,e){return r/e*100}function Rv(r){return `${r>=0?"+":"-"}${Math.abs(r).toFixed(2)}%`}function Dv(r){return r.toFixed(2)}function Ov(r){let e=Math.abs(r);return e>=1e9?`${Nl(r/1e9)}B`:e>=1e6?`${Nl(r/1e6)}M`:e>=1e3?`${Nl(r/1e3)}K`:Nl(r)}function Nl(r){return Number(r.toFixed(2)).toString()}function Io(r,e,t,n,i){if(i==="none")return [];if(t){let{baseline:o,indexed:s}=t,a=Math.min(r.min,r.max),l=Math.max(r.min,r.max);if(s){let u=xu(a,o),h=xu(l,o);return Vl(u,h,ko(e)).map(p=>({price:o*p/100,label:Dv(p)}))}let c=wu(a,o),d=wu(l,o);return Vl(c,d,ko(e)).map(u=>({price:o*(1+u/100),label:Rv(u)}))}return i==="volume"?kv(r,e).map(o=>({price:o,label:Ov(o)})):kv(r,e).map(o=>({price:o,label:_l(r,e,o,n)}))}function Ao(r,e,t,n,i,o){return o==="none"?"":n?n.indexed?Dv(xu(t,n.baseline)):Rv(wu(t,n.baseline)):o==="volume"?Ov(t):_l(r,e,t,i)}function _l(r,e,t,n){if(r.log&&Math.log10(r.max)-Math.log10(r.min)>=1.1){let o=Su(t);return t.toFixed(o===0?2:o)}return t.toFixed(KE(r,e,n))}var Lo=1e3,Mo=60*Lo,ei=60*Mo,ti=24*ei,XE=7*ti,Iv=30*ti,Fv=365*ti,vu=[Lo,5*Lo,15*Lo,30*Lo,Mo,5*Mo,15*Mo,30*Mo,ei,2*ei,4*ei,6*ei,12*ei,ti,2*ti,XE,Iv,3*Iv,Fv],yu=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Av=r=>r<10?`0${r}`:String(r);function jE(r){for(let e of vu)if(e>=r)return e;return vu[vu.length-1]}function Bl(r,e,t=8,n=0){let i=e-r;if(!(i>0))return [];let o=jE(i/Math.max(1,t)),s=r+n,a=e+n,l=Math.ceil(s/o)*o,c=[];for(let d=l;d<=a;d+=o){let u=d-n,h=new Date(d),p,m=false;if(o<ti){let f=h.getUTCHours(),g=h.getUTCMinutes();f===0&&g===0?(p=`${yu[h.getUTCMonth()]} ${h.getUTCDate()}`,m=true):p=`${Av(f)}:${Av(g)}`;}else o<Fv?(p=`${yu[h.getUTCMonth()]} ${h.getUTCDate()}`,h.getUTCDate()===1&&(p=yu[h.getUTCMonth()],m=true)):(p=String(h.getUTCFullYear()),m=true);c.push({time:u,label:p,major:m});}return c}function Ro(r,e){if(!e||e==="UTC")return 0;try{let n=new Intl.DateTimeFormat("en-US",{timeZone:e,hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).formatToParts(new Date(r)),i=s=>Number(n.find(a=>a.type===s)?.value);return Date.UTC(i("year"),i("month")-1,i("day"),i("hour")%24,i("minute"),i("second"))-r}catch{return 0}}function Hl(r,e){return new Date(r+Ro(r,e))}var zl=class{constructor(){this.canvas=null;this.ctx=null;this.axisTextColor=bt.textColor;this.drawScene=new Jr({timeToLogical:()=>0,barAt:()=>null,theme:{}});}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}prepare(e,t,n){this.drawScene.setDeps({timeToLogical:i=>t.timeToLogical(i),barAt:i=>{let o=e.bars[Math.round(i)];return o?{high:o.high,low:o.low}:null},theme:n});}paneDrawingsRange(e,t,n,i){let o=null;for(let s of e)o=Nv(o,this.drawingsRange(Qr(s,false),i,t.offsetOf(s.id)));if(n)for(let s of t.indicators.values())o=Nv(o,this.drawingsRange(Qr(s,true),i,t.offsetOf(s.id)));return o}render(e,t,n,i){let o=this.ctx,s=this.canvas;if(!o||!s)return;let a=t.dpr,l=s.width/a,c=s.height/a,d=t.width,u=t.height;this.axisTextColor=i?.textColor??n.textColor,o.setTransform(a,0,0,a,0,0),o.clearRect(0,0,l,c),i&&(l>d||c>u)&&(o.fillStyle=i.background,l>d&&o.fillRect(d,0,l-d,c),c>u&&o.fillRect(0,u,d,c-u)),o.font=`${e.style.fontSize}px ${n.fontFamily}`,o.textBaseline="middle";let h=e.orderedPanes();if(t.barCount===0){this.drawPaneSeparators(o,e,n,l,h);return}let p=h.find(m=>m.kind==="price")??null;if(p&&!p.collapsed&&e.tradeMarkers.visible)for(let m of e.indicators.values())m.trades?.length&&this.renderTrades(o,t,e,n,m.trades,p,d);this.drawPriceAxes(o,e,t,n,d,h),this.drawMergedScaleColumns(o,e,t,d),this.drawPaneSeparators(o,e,n,l,h),this.drawPriceLineAndCountdown(o,e,t,n,d,p),this.drawTimeAxis(o,e,t,n,d,u,c);}destroy(){this.canvas=null,this.ctx=null;}drawingsRange(e,t,n=0){if(this.drawScene.setSet(e,n),this.drawScene.isEmpty())return null;let i=this.drawScene.priceRange(t.from,t.to);return i?{min:i.min,max:i.max}:null}renderTrades(e,t,n,i,o,s,a){e.save(),e.translate(0,s.bounds.top),e.beginPath(),e.rect(0,0,a,s.bounds.height),e.clip(),Tv(e,o,n.tradeMarkers,{timeToLogical:l=>t.timeToLogical(l),barAt:l=>{let c=n.bars[Math.round(l)];return c?{high:c.high,low:c.low}:null}},l=>t.logicalToX(l),l=>t.priceToY(l,s.scale,s.bounds)-s.bounds.top,{fontSize:n.style.fontSize,fontFamily:i.fontFamily,color:i.textColor},a,Math.max(1.5,t.bodySpacing()*.4)),e.restore();}drawPriceAxes(e,t,n,i,o,s){if(e.strokeStyle=t.style.borderColor??i.borderColor,e.lineWidth=1,e.beginPath(),e.moveTo(o+.5,0),e.lineTo(o+.5,n.height),e.stroke(),!!t.showAxisLabels){e.fillStyle=this.axisTextColor,e.textAlign="left";for(let a of s){if(a.collapsed)continue;let l=Xt(t,a);for(let c of Io(a.scale,a.bounds.height,l,t.priceMintick,a.axisFormat)){let d=n.priceToY(c.price,a.scale,a.bounds);d<a.bounds.top+6||d>a.bounds.top+a.bounds.height-4||e.fillText(c.label,o+6,d);}if(a.axisBands)for(let c of a.axisBands){let d=a.bounds.top+c.frac*a.bounds.height;d<a.bounds.top+6||d>a.bounds.top+a.bounds.height-4||e.fillText(c.label,o+6,d);}}e.textAlign="start";}}drawPaneSeparators(e,t,n,i,o){e.fillStyle=t.style.separatorColor??n.borderColor;for(let s of o)s.order<=0||e.fillRect(0,Math.round(s.bounds.top)-1,i,3);}drawMergedScaleColumns(e,t,n,i){if(t.showAxisLabels){e.textAlign="left",e.fillStyle=this.axisTextColor;for(let o of t.orderedPanes()){if(o.collapsed)continue;t.ownScaleIndicatorsForPane(o.id).forEach((a,l)=>{let c=t.indicatorScales.get(a.id)?.scale;if(!c)return;let d=Ub(i,l+1);for(let u of Io(c,o.bounds.height,void 0,t.priceMintick)){let h=n.priceToY(u.price,c,o.bounds);h<o.bounds.top+6||h>o.bounds.top+o.bounds.height-4||e.fillText(u.label,d+5,h);}});}e.textAlign="start";}}drawPriceLineAndCountdown(e,t,n,i,o,s){let a=t.bars.length;if(!s||a===0||t.candlesHidden||s.collapsed||s.bounds.height<=0)return;let l=t.bars[a-1],c=n.priceToY(l.close,s.scale,s.bounds);if(c<s.bounds.top||c>s.bounds.top+s.bounds.height)return;let d=this.priceElementColor(t,n,i,l);if(t.showPriceLine){let E=Math.round(c)+.5;e.strokeStyle=d,e.lineWidth=1,Vv(e,"dotted"),e.beginPath(),e.moveTo(0,E),e.lineTo(o,E),e.stroke(),Vv(e,"solid");}let u=n.barInterval,h=t.showCountdown&&u>0,p=t.showPriceLabel;if(!p&&!h)return;let m=Ao(s.scale,s.bounds.height,l.close,Xt(t,s),t.priceMintick),f=h?JE(l.time+u-Date.now()):"",g=8,b=o+1,y=ZE(d,i.background);if(e.textBaseline="middle",p&&h){let E=Math.max(e.measureText(m).width,e.measureText(f).width)+g,x=c-8,S=b+g/2;e.fillStyle=d,e.fillRect(b,x,E,32),e.fillStyle=y,e.textAlign="left",e.fillText(m,S,x+8),e.fillText(f,S,x+24),e.textAlign="start";return}let v=p?m:f,w=e.measureText(v).width+g;e.fillStyle=d,e.fillRect(b,c-8,w,16),e.fillStyle=y,e.textAlign="center",e.fillText(v,b+w/2,c),e.textAlign="start";}priceElementColor(e,t,n,i){let o=e.style;switch(e.priceStyle){case "bars":return i.close>=i.open?o.bars.upColor??n.upColor:o.bars.downColor??n.downColor;case "line":return o.line.color??n.upColor;case "area":return o.area.lineColor??n.upColor;case "baseline":{let s=Math.max(0,Math.floor(t.visibleLogicalRange().from)),a=e.baselineValue??e.bars[s]?.close??0;return i.close>=a?o.baseline.topLineColor??n.upColor:o.baseline.bottomLineColor??n.downColor}default:return i.close>=i.open?n.upColor:n.downColor}}drawTimeAxis(e,t,n,i,o,s,a){if(e.strokeStyle=t.style.borderColor??i.borderColor,e.lineWidth=1,e.beginPath(),e.moveTo(0,s+.5),e.lineTo(o,s+.5),e.stroke(),!t.showAxisLabels)return;e.fillStyle=this.axisTextColor,e.textAlign="center";let l=s+(a-s)/2,c=n.visibleTimeRange(),d=Ro((c.from+c.to)/2,t.timezone),u=Math.max(3,Math.min(8,Math.floor(o/64))),h=Bl(c.from,c.to,u,d).map(g=>({...g,x:n.timeToX(g.time),half:e.measureText(g.label).width/2})).filter(g=>g.x>=20&&g.x<=o-20),p=12,m=[],f=g=>{let b=g.x-g.half,y=g.x+g.half;m.every(v=>y+p<=v.l||b-p>=v.r)&&(m.push({l:b,r:y}),e.fillText(g.label,g.x,l));};for(let g of h)g.major&&f(g);for(let g of h)g.major||f(g);e.textAlign="start";}};function Nv(r,e){return r?e?{min:Math.min(r.min,e.min),max:Math.max(r.max,e.max)}:r:e}function Vv(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function ZE(r,e){let[t,n,i,o]=G(r),s=t,a=n,l=i;if(o<1){let[u,h,p]=G(e);s=t*o+u*(1-o),a=n*o+h*(1-o),l=i*o+p*(1-o);}let c=u=>u<=.04045?u/12.92:Math.pow((u+.055)/1.055,2.4);return .2126*c(s)+.7152*c(a)+.0722*c(l)>=.4?"#000000":"#ffffff"}function JE(r){let e=Math.max(0,Math.floor(r/1e3)),t=e%60,n=Math.floor(e/60)%60,i=Math.floor(e/3600),o=s=>String(s).padStart(2,"0");return i>0?`${i}:${o(n)}:${o(t)}`:`${o(n)}:${o(t)}`}var QE=350,$l=class{constructor(e,t){this.plot=e;this.deps=t;this.tip=null;this.timer=null;this.current=null;this.onMove=e=>{if(e.pointerType!=="mouse")return;let t=this.plot.getBoundingClientRect(),n=e.clientX-t.left,i=e.clientY-t.top,o=this.deps.lookup(n,i);if(!o){this.clear();return}o!==this.current&&(this.clear(),this.current=o,this.timer=window.setTimeout(()=>this.show(o,n,i),QE));};this.onLeave=()=>{this.clear();};e.addEventListener("pointermove",this.onMove),e.addEventListener("pointerleave",this.onLeave),e.addEventListener("pointerdown",this.onLeave);}destroy(){this.plot.removeEventListener("pointermove",this.onMove),this.plot.removeEventListener("pointerleave",this.onLeave),this.plot.removeEventListener("pointerdown",this.onLeave),this.clear();}show(e,t,n){let o=this.plot.ownerDocument.createElement("div");o.textContent=e,o.style.cssText="position:absolute;z-index:var(--vela-z-tooltip);pointer-events:none;background:var(--vela-bg);border:1px solid var(--vela-border);color:var(--vela-fg);border-radius:var(--vela-radius-md);padding:4px 9px;box-shadow:var(--vela-shadow);font:var(--vela-font-size-md) var(--vela-font);max-width:260px;",fe(o,this.deps.theme()),this.plot.appendChild(o);let s=this.plot.clientWidth,a=this.plot.clientHeight;o.style.left=`${Math.max(0,Math.min(t+12,s-o.offsetWidth-4))}px`,o.style.top=`${Math.max(0,Math.min(n+16,a-o.offsetHeight-4))}px`,this.tip=o;}clear(){this.timer!==null&&(clearTimeout(this.timer),this.timer=null),this.tip?.remove(),this.tip=null,this.current=null;}};var Wl=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}render(e,t,n,i=null,o=null){let s=this.ctx,a=this.canvas;if(!s||!a)return;let l=t.dpr;s.setTransform(l,0,0,l,0,0),s.clearRect(0,0,a.width/l,a.height/l),i!==null&&this.drawSeparatorHover(s,a.width/l,n,i),o&&this.drawExternal(s,o,e,t,n);let c=e.crosshair,d=t.width,u=t.height;if(!c||c.x<0||c.x>d||c.y<0||c.y>u)return;let h=e.style.crosshair;s.font=`${e.style.fontSize}px ${n.fontFamily}`,s.textBaseline="middle";let p=Math.round(t.xToLogical(c.x)),m=Math.round(t.logicalToX(p))+.5;s.strokeStyle=h.color??n.textColor,s.lineWidth=h.width,s.globalAlpha=h.opacity,_v(s,h.style),s.beginPath(),s.moveTo(m,0),s.lineTo(m,u),s.moveTo(0,Math.round(c.y)+.5),s.lineTo(d,Math.round(c.y)+.5),s.stroke(),s.setLineDash([]),s.lineWidth=1,s.globalAlpha=1;let f;for(let b of e.panes.values())if(c.y>=b.bounds.top&&c.y<=b.bounds.top+b.bounds.height){f=b;break}let g=h.labelBackground??n.borderColor;if(f&&f.axisFormat!=="none"){let b=t.yToPrice(c.y,f.scale,f.bounds);this.chip(s,d+1,c.y,Ao(f.scale,f.bounds.height,b,Xt(e,f),e.priceMintick,f.axisFormat),g,"left",false,n.background);}this.chip(s,m,u+1,Bv(t.logicalToTime(p),e.timezone),g,"center",true,n.background);}destroy(){this.canvas=null,this.ctx=null;}drawExternal(e,t,n,i,o){let s=n.style.crosshair,a=i.width,l=i.height,c=Math.round(t.x)+.5;if(c<0||c>a)return;e.font=`${n.style.fontSize}px ${o.fontFamily}`,e.textBaseline="middle",e.strokeStyle=s.color??o.textColor,e.lineWidth=s.width,e.globalAlpha=s.opacity*.55,_v(e,s.style),e.beginPath(),e.moveTo(c,0),e.lineTo(c,l),t.y!=null&&(e.moveTo(0,Math.round(t.y)+.5),e.lineTo(a,Math.round(t.y)+.5)),e.stroke(),e.setLineDash([]),e.lineWidth=1,e.globalAlpha=.8;let d=s.labelBackground??o.borderColor;if(t.y!=null&&t.price!=null){let u;for(let h of n.panes.values())if(t.y>=h.bounds.top&&t.y<=h.bounds.top+h.bounds.height){u=h;break}u&&u.axisFormat!=="none"&&this.chip(e,a+1,t.y,Ao(u.scale,u.bounds.height,t.price,Xt(n,u),n.priceMintick,u.axisFormat),d,"left",false,o.background);}this.chip(e,c,l+1,Bv(t.time,n.timezone),d,"center",true,o.background),e.globalAlpha=1;}drawSeparatorHover(e,t,n,i){let o=Math.round(i);e.fillStyle=n.textColor,e.globalAlpha=.1,e.fillRect(0,o-4,t,8),e.globalAlpha=.55,e.fillRect(0,o-1,t,2),e.globalAlpha=1;}chip(e,t,n,i,o,s,a=false,l="#000000"){let c=e.measureText(i).width+8,d=16,u=s==="left"?t:t-c/2,h=a?n:n-d/2;e.fillStyle=o,e.fillRect(u,h,c,d),e.fillStyle=iv(o,l),e.textAlign="center",e.fillText(i,u+c/2,h+d/2+(a?2:0)),e.textAlign="start";}};function _v(r,e){e==="dashed"?r.setLineDash([6,4]):e==="dotted"?r.setLineDash([2,3]):r.setLineDash([]);}function Bv(r,e){let t=Hl(r,e),n=i=>i<10?`0${i}`:String(i);return `${n(t.getUTCMonth()+1)}-${n(t.getUTCDate())} ${n(t.getUTCHours())}:${n(t.getUTCMinutes())}`}var Cu=[{value:"Etc/UTC",label:"UTC"},{value:"Etc/GMT+12",label:"International Date Line West"},{value:"Pacific/Pago_Pago",label:"Pago Pago"},{value:"Pacific/Honolulu",label:"Honolulu"},{value:"Pacific/Marquesas",label:"Marquesas Islands"},{value:"America/Anchorage",label:"Anchorage"},{value:"America/Los_Angeles",label:"Los Angeles"},{value:"America/Phoenix",label:"Phoenix"},{value:"America/Denver",label:"Denver"},{value:"America/Chicago",label:"Chicago"},{value:"America/Mexico_City",label:"Mexico City"},{value:"America/New_York",label:"New York"},{value:"America/Bogota",label:"Bogot\xE1"},{value:"America/Caracas",label:"Caracas"},{value:"America/Santiago",label:"Santiago"},{value:"America/St_Johns",label:"St. John's"},{value:"America/Sao_Paulo",label:"S\xE3o Paulo"},{value:"America/Argentina/Buenos_Aires",label:"Buenos Aires"},{value:"America/Noronha",label:"Fernando de Noronha"},{value:"Atlantic/Azores",label:"Azores"},{value:"Atlantic/Reykjavik",label:"Reykjavik"},{value:"Europe/London",label:"London"},{value:"Europe/Paris",label:"Paris"},{value:"Europe/Berlin",label:"Berlin"},{value:"Europe/Athens",label:"Athens"},{value:"Africa/Cairo",label:"Cairo"},{value:"Africa/Johannesburg",label:"Johannesburg"},{value:"Europe/Moscow",label:"Moscow"},{value:"Europe/Istanbul",label:"Istanbul"},{value:"Asia/Tehran",label:"Tehran"},{value:"Asia/Dubai",label:"Dubai"},{value:"Asia/Kabul",label:"Kabul"},{value:"Asia/Karachi",label:"Karachi"},{value:"Asia/Kolkata",label:"Mumbai"},{value:"Asia/Kathmandu",label:"Kathmandu"},{value:"Asia/Dhaka",label:"Dhaka"},{value:"Asia/Yangon",label:"Yangon"},{value:"Asia/Bangkok",label:"Bangkok"},{value:"Asia/Shanghai",label:"Shanghai"},{value:"Asia/Hong_Kong",label:"Hong Kong"},{value:"Asia/Singapore",label:"Singapore"},{value:"Australia/Eucla",label:"Eucla"},{value:"Asia/Tokyo",label:"Tokyo"},{value:"Asia/Seoul",label:"Seoul"},{value:"Australia/Adelaide",label:"Adelaide"},{value:"Australia/Sydney",label:"Sydney"},{value:"Australia/Lord_Howe",label:"Lord Howe Island"},{value:"Pacific/Noumea",label:"Noum\xE9a"},{value:"Pacific/Auckland",label:"Auckland"},{value:"Pacific/Chatham",label:"Chatham Islands"},{value:"Pacific/Apia",label:"Apia"},{value:"Pacific/Kiritimati",label:"Kiritimati"}];function Gl(r){return r==="UTC"||r==="Etc/UTC"||r==="Etc/GMT"?"Etc/UTC":r}function eP(r,e=new Date){try{let i=(new Intl.DateTimeFormat("en-US",{timeZone:r,timeZoneName:"shortOffset"}).formatToParts(e).find(l=>l.type==="timeZoneName")?.value??"").match(/GMT(?:(\+|-)(\d{1,2})(?::(\d{2}))?)?/);if(!i||!i[1])return "UTC";let o=i[1]==="-"?"-":"+",s=i[2]??"0",a=i[3]??"";return a?`UTC${o}${s}:${a}`:`UTC${o}${s}`}catch{return "UTC"}}function Tu(r,e){return Gl(r)==="Etc/UTC"?e:`(${eP(r)}) ${e}`}function tr(r){return r.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function je(r,e){if(e.size===0)return false;let t=r;for(;;){if(e.has(t))return true;let n=t.lastIndexOf(".");if(n<0)return false;t=t.slice(0,n);}}function Hv(r){if(r.kind==="heading"||r.kind==="header")return tr(r.label);let e=mr(r);if(e.toggle)return e.toggle.key;for(let t of e.controls)if(t.kind!=="hint")return t.key;return tr(e.label)}function Ul(r,e,t){if(t.size===0)return [...r];let n=[],i=false,o=false;for(let s of r){let a=`${e}.${Hv(s)}`;if(s.kind==="heading"){i=je(a,t),o=false,i||n.push(s);continue}if(s.kind==="header"){if(i)continue;o=je(a,t),o||n.push(s);continue}i||o||je(a,t)||n.push(s);}return n}function Eu(r){return r.id??tr(r.title)}function zv(r){return r.id??tr(r.label)}function $v(r,e,t){if(t.size===0)return [...r];let n=[],i=false;for(let o of r){let s=`${e}.${zv(o)}`;if(o.kind==="heading"){i=je(s,t),i||n.push(o);continue}i||je(s,t)||n.push(o);}return n}var tP=["symbol","symbol.type","symbol.style.candles","symbol.style.candles.body","symbol.style.candles.borders","symbol.style.candles.wick","symbol.style.candles.spacing","symbol.style.bars","symbol.style.bars.up-color","symbol.style.bars.down-color","symbol.style.bars.spacing","symbol.style.line","symbol.style.line.color","symbol.style.line.width","symbol.style.area","symbol.style.area.line-color","symbol.style.area.width","symbol.style.area.top-fill","symbol.style.area.bottom-fill","symbol.style.baseline","symbol.style.baseline.top-line","symbol.style.baseline.bottom-line","symbol.style.baseline.fill-top","symbol.style.baseline.fill-bottom","symbol.style.baseline.base-level","symbol.style.baseline.width","symbol.timezone","scales","scales.price-scale","scales.price-scale.mode","scales.price-scale.invert","scales.price-scale.last-price-line","scales.price-scale.last-price-label","scales.price-scale.countdown","scales.price-scale.axis-labels","scales.price-scale.border-color","scales.crosshair","scales.crosshair.color","scales.crosshair.width","scales.crosshair.style","canvas","canvas.background","canvas.background.color","canvas.background.text-color","canvas.background.text-size","canvas.background.pane-separator","canvas.grid","canvas.grid.vertical","canvas.grid.horizontal","canvas.theme"];function Wv(r){let e=new Set(tP);for(let t of tt()){if(Co(t.id)){let s=`symbol.style.${t.id}`;for(let a of ["",".body",".borders",".wick",".spacing"])e.add(s+a);}let n=t.settings;if(!n)continue;let i=`type:${t.id}`;e.add(i);let o=s=>{for(let a of s)e.add(`${i}.${Hv(a)}`);};n.rows&&o(n.rows);for(let s of n.instances??[])o(s.rows);for(let s of n.subsections??[])e.add(`${i}.${tr(s.title)}`),o(s.rows);}for(let t of r){let n=Eu(t);e.add(n);for(let i of t.rows)e.add(`${n}.${zv(i)}`);}return [...e]}var nP={candles:"Candles",bars:"Bars",line:"Line",area:"Area",baseline:"Baseline"};function rP(r){return Nt(r)?.label??nP[r]??r}var Gv="vela-settings-controls",Uv="5";var iP="var(--vela-border)";function oP(){if(typeof document>"u")return;let r=document.getElementById(Gv);if(r?.dataset.rev===Uv)return;let e=r??document.createElement("style");e.id=Gv,e.dataset.rev=Uv,e.textContent=`
820
820
  ${Hn(".vela-sd-pane")}
821
821
  /* Tab rail / footer button / header close: base styles live HERE, not inline on the
822
822
  elements \u2014 inline declarations always beat stylesheet :hover rules, which is exactly
@@ -884,11 +884,11 @@ ${Hn(".vela-sd-pane")}
884
884
  .vela-sd-mobile .vela-sd-close{width:40px;height:40px;}
885
885
  .vela-sd-mobile .vela-sd-btn{height:38px;}
886
886
  .vela-sd-mobile .vela-sd-row span,.vela-sd-mobile .vela-sd-bool span,.vela-sd-mobile .vela-field-label{white-space:normal !important;}
887
- `,r||document.head.appendChild(e);}var Do=class{constructor(e,t){this.container=e;this.theme=t;this.root=null;this.ui=null;this.onChange=null;this.onImport=null;this.onReset=null;this.config=null;this.syncTypeTabs=null;this.hostSections=[];this.themeControl=null;this.tabs=[];this.typeActiveInstance=new Map;this.typeActiveGroup=new Map;this.activeSection=null;this.mobileLayout=false;this.hiddenSettings=new Set;getComputedStyle(e).position==="static"&&(e.style.position="relative");}setHostSections(e){this.hostSections=e;}setHiddenSettings(e){let t=new Set(e),n=t.size===this.hiddenSettings.size&&[...t].every(i=>this.hiddenSettings.has(i));this.hiddenSettings=t,n||this.reopenIfLive();}setThemeControl(e,t){this.themeControl={current:e,onSelect:t};}refreshConfig(e){this.config&&(this.config=e);}setTheme(e){this.theme=e,this.reopenIfLive();}setLayoutMode(e){let t=e==="mobile";t!==this.mobileLayout&&(this.mobileLayout=t,this.reopenIfLive());}reopenIfLive(){if(!this.root)return;let e=this.config,t=this.onChange,n=this.onImport,i=this.onReset,o=this.activeSection;this.close(),e&&t&&this.open(e,t,n??void 0,i??void 0,o??void 0);}isOpen(){return this.root!==null}toggle(e,t,n,i,o){this.root?this.close():this.open(e,t,n,i,o);}showSection(e){this.tabs.find(t=>t.title.toLowerCase()===e.toLowerCase())?.show();}open(e,t,n,i,o){this.close(),this.config=e,this.onChange=t,this.onImport=n??null,this.onReset=i??null,sP();let s=this.mobileLayout,a=null,l;s&&(l=document.createElement("button"),l.type="button",l.className="vela-sd-burger",l.innerHTML=ce("burger",16),l.title="Sections",l.addEventListener("click",()=>a?.()));let c=document.createElement("div");c.style.cssText="display:flex;flex-direction:column;gap:0;";let d=(C,I)=>(C.dataset.sdId=I,C);c.append(d(this.section("Symbol"),"symbol")),c.append(d(this.sectionTitle("Chart type"),"symbol.type"));let u={},h=C=>{let I=C==="heikinashi"?"candles":C;for(let V of Yr())u[V]?.classList.toggle("vela-sd-hide",V!==I);};c.append(d(this.selectRowLabeled("Type",e.series.style,Yr().map(C=>[C,iP(C)]),C=>{this.emit({series:{style:C}}),h(C),this.syncTypeTabs?.(C);}),"symbol.type"));let p=d(this.group(),"symbol.style.candles");p.append(this.sectionTitle("Candles")),p.append(d(this.toggleRow("Body",e.candles.bodyVisible,C=>this.emit({candles:{bodyVisible:C}}),[this.swatch(e.candles.upColor,C=>this.emit({candles:{upColor:C}})),this.swatch(e.candles.downColor,C=>this.emit({candles:{downColor:C}}))]),"symbol.style.candles.body")),p.append(d(this.toggleRow("Borders",e.candles.borderVisible,C=>this.emit({candles:{borderVisible:C}}),[this.swatch(e.candles.borderUpColor,C=>this.emit({candles:{borderUpColor:C}})),this.swatch(e.candles.borderDownColor,C=>this.emit({candles:{borderDownColor:C}}))]),"symbol.style.candles.borders")),p.append(d(this.toggleRow("Wick",e.candles.wickVisible,C=>this.emit({candles:{wickVisible:C}}),[this.swatch(e.candles.wickUpColor,C=>this.emit({candles:{wickUpColor:C}})),this.swatch(e.candles.wickDownColor,C=>this.emit({candles:{wickDownColor:C}}))]),"symbol.style.candles.wick")),p.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,C=>this.emit({series:{spacing:C}})),"symbol.style.candles.spacing")),u.candles=p,c.append(p);let m=d(this.group(),"symbol.style.bars");m.append(this.sectionTitle("Bars")),m.append(d(this.colorRow("Color Up",e.bars.upColor,C=>this.emit({bars:{upColor:C}})),"symbol.style.bars.up-color")),m.append(d(this.colorRow("Color Down",e.bars.downColor,C=>this.emit({bars:{downColor:C}})),"symbol.style.bars.down-color")),m.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,C=>this.emit({series:{spacing:C}})),"symbol.style.bars.spacing")),u.bars=m,c.append(m);let f=d(this.group(),"symbol.style.line");f.append(this.sectionTitle("Line")),f.append(d(this.colorRow("Color",e.line.color,C=>this.emit({line:{color:C}})),"symbol.style.line.color")),f.append(d(this.numberRow("Width",e.line.width,1,10,1,C=>this.emit({line:{width:C}})),"symbol.style.line.width")),u.line=f,c.append(f);let g=d(this.group(),"symbol.style.area");g.append(this.sectionTitle("Area")),g.append(d(this.colorRow("Line color",e.area.lineColor,C=>this.emit({area:{lineColor:C}})),"symbol.style.area.line-color")),g.append(d(this.numberRow("Width",e.area.width,1,10,1,C=>this.emit({area:{width:C}})),"symbol.style.area.width")),g.append(d(this.colorRow("Top fill",e.area.topColor,C=>this.emit({area:{topColor:C}})),"symbol.style.area.top-fill")),g.append(d(this.colorRow("Bottom fill",e.area.bottomColor,C=>this.emit({area:{bottomColor:C}})),"symbol.style.area.bottom-fill")),u.area=g,c.append(g);let b=d(this.group(),"symbol.style.baseline");b.append(this.sectionTitle("Baseline")),b.append(d(this.rowWith("Top line",[this.swatch(e.baseline.topLineColor,C=>this.emit({baseline:{topLineColor:C}}))]),"symbol.style.baseline.top-line")),b.append(d(this.rowWith("Bottom line",[this.swatch(e.baseline.bottomLineColor,C=>this.emit({baseline:{bottomLineColor:C}}))]),"symbol.style.baseline.bottom-line")),b.append(d(this.rowWith("Fill top area",[this.swatch(e.baseline.topFillColor,C=>this.emit({baseline:{topFillColor:C}})),this.swatch(e.baseline.topFillColor2,C=>this.emit({baseline:{topFillColor2:C}}))]),"symbol.style.baseline.fill-top")),b.append(d(this.rowWith("Fill bottom area",[this.swatch(e.baseline.bottomFillColor2,C=>this.emit({baseline:{bottomFillColor2:C}})),this.swatch(e.baseline.bottomFillColor,C=>this.emit({baseline:{bottomFillColor:C}}))]),"symbol.style.baseline.fill-bottom")),b.append(d(this.numberRow("Base level %",e.baseline.baselineLevel,0,100,1,C=>this.emit({baseline:{baselineLevel:C}})),"symbol.style.baseline.base-level")),b.append(d(this.numberRow("Width",e.baseline.width,1,10,1,C=>this.emit({baseline:{width:C}})),"symbol.style.baseline.width")),u.baseline=b,c.append(b);for(let C of tt()){if(!Co(C.id))continue;let I=e.chartTypes[C.id]??{},V=(z,ze)=>typeof I[z]=="string"&&I[z]!==""?I[z]:ze,Y=(z,ze)=>typeof I[z]=="boolean"?I[z]:ze,K=d(this.group(),`symbol.style.${C.id}`);K.append(this.sectionTitle("Candles")),K.append(d(this.toggleRow("Body",Y("candleBodyVisible",e.candles.bodyVisible),z=>this.emitType(C.id,"candleBodyVisible",z),[this.swatch(V("candleUpColor",e.candles.upColor),z=>this.emitType(C.id,"candleUpColor",z)),this.swatch(V("candleDownColor",e.candles.downColor),z=>this.emitType(C.id,"candleDownColor",z))]),`symbol.style.${C.id}.body`)),K.append(d(this.toggleRow("Borders",Y("candleBorderVisible",e.candles.borderVisible),z=>this.emitType(C.id,"candleBorderVisible",z),[this.swatch(V("candleBorderUpColor",e.candles.borderUpColor),z=>this.emitType(C.id,"candleBorderUpColor",z)),this.swatch(V("candleBorderDownColor",e.candles.borderDownColor),z=>this.emitType(C.id,"candleBorderDownColor",z))]),`symbol.style.${C.id}.borders`)),K.append(d(this.toggleRow("Wick",Y("candleWickVisible",e.candles.wickVisible),z=>this.emitType(C.id,"candleWickVisible",z),[this.swatch(V("candleWickUpColor",e.candles.wickUpColor),z=>this.emitType(C.id,"candleWickUpColor",z)),this.swatch(V("candleWickDownColor",e.candles.wickDownColor),z=>this.emitType(C.id,"candleWickDownColor",z))]),`symbol.style.${C.id}.wick`)),K.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,z=>this.emit({series:{spacing:z}})),`symbol.style.${C.id}.spacing`)),u[C.id]=K,c.append(K);}h(e.series.style),c.append(d(this.sectionTitle("Time zone"),"symbol.timezone")),c.append(d(this.selectRowLabeled("Time zone",Gl(e.timeScale.timezone),lP(e.timeScale.timezone),C=>this.emit({timeScale:{timezone:C}})),"symbol.timezone"));let y=C=>{for(let I of this.hostSections){if((I.placement??"after-symbol")!==C)continue;let V=Eu(I);if(je(V,this.hiddenSettings))continue;let Y=$v(I.rows,V,this.hiddenSettings);if(Y.length!==0){c.append(C==="symbol"?this.sectionTitle(I.title):this.section(I.title));for(let K of Y)K.kind==="heading"?c.append(this.sectionTitle(K.label)):K.kind==="toggle"?c.append(this.boolRow(K.label,K.get(),z=>K.set(z))):K.kind==="color"?c.append(this.colorRow(K.label,K.get(),z=>K.set(z))):c.append(this.selectRowLabeled(K.label,K.get(),K.options.map(z=>[z,z]),z=>K.set(z)));}}},v=C=>{for(let I of tt()){let V=I.settings;V&&(V.placement??"end")===C&&(je(`type:${I.id}`,this.hiddenSettings)||this.chartTypeSection(I.id,V,e,c));}};if(y("symbol"),v("after-symbol"),y("after-symbol"),c.append(d(this.section("Scales and lines"),"scales")),c.append(d(this.sectionTitle("Price scale"),"scales.price-scale")),c.append(d(this.selectRowLabeled("Mode",e.priceScale.log?"log":e.priceScale.mode,[["price","Regular"],["percent","Percent"],["indexed","Indexed to 100"],["log","Logarithmic"]],C=>this.emit({priceScale:C==="log"?{mode:"price",log:true}:{mode:C,log:false}})),"scales.price-scale.mode")),c.append(d(this.boolRow("Invert scale",e.priceScale.invert,C=>this.emit({priceScale:{invert:C}})),"scales.price-scale.invert")),c.append(d(this.separator(),"scales.price-scale")),c.append(d(this.boolRow("Last Price Line",e.priceScale.currentPriceLine,C=>this.emit({priceScale:{currentPriceLine:C}})),"scales.price-scale.last-price-line")),c.append(d(this.boolRow("Last price label",e.priceScale.priceLabel,C=>this.emit({priceScale:{priceLabel:C}})),"scales.price-scale.last-price-label")),c.append(d(this.boolRow("Countdown to bar close",e.priceScale.countdown,C=>this.emit({priceScale:{countdown:C}})),"scales.price-scale.countdown")),c.append(d(this.boolRow("Axis labels",e.priceScale.labelsVisible,C=>this.emit({priceScale:{labelsVisible:C}})),"scales.price-scale.axis-labels")),c.append(d(this.colorRow("Scale border color",e.priceScale.borderColor,C=>this.emit({priceScale:{borderColor:C}})),"scales.price-scale.border-color")),c.append(d(this.sectionTitle("Crosshair"),"scales.crosshair")),c.append(d(this.colorRow("Color",e.crosshair.color,C=>this.emit({crosshair:{color:C}})),"scales.crosshair.color")),c.append(d(this.numberRow("Width",e.crosshair.width,.5,8,.5,C=>this.emit({crosshair:{width:C}})),"scales.crosshair.width")),c.append(d(this.selectRowLabeled("Style",e.crosshair.style,[["solid","Solid"],["dashed","Dashed"],["dotted","Dotted"]],C=>this.emit({crosshair:{style:C}})),"scales.crosshair.style")),c.append(d(this.section("Canvas"),"canvas")),c.append(d(this.sectionTitle("Background & text"),"canvas.background")),c.append(d(this.colorRow("Background",e.layout.background,C=>this.emit({layout:{background:C}})),"canvas.background.color")),c.append(d(this.colorRow("Text color",e.layout.textColor,C=>this.emit({layout:{textColor:C}})),"canvas.background.text-color")),c.append(d(this.numberRow("Text size",e.layout.fontSize,6,32,1,C=>this.emit({layout:{fontSize:C}})),"canvas.background.text-size")),c.append(d(this.colorRow("Pane separator color",e.panes.separatorColor,C=>this.emit({panes:{separatorColor:C}})),"canvas.background.pane-separator")),c.append(d(this.sectionTitle("Grid"),"canvas.grid")),c.append(d(this.toggleRow("Vertical",e.grid.vertLines.visible,C=>this.emit({grid:{vertLines:{visible:C}}}),[this.swatch(e.grid.vertLines.color,C=>this.emit({grid:{vertLines:{color:C}}}))]),"canvas.grid.vertical")),c.append(d(this.toggleRow("Horizontal",e.grid.horzLines.visible,C=>this.emit({grid:{horzLines:{visible:C}}}),[this.swatch(e.grid.horzLines.color,C=>this.emit({grid:{horzLines:{color:C}}}))]),"canvas.grid.horizontal")),this.themeControl){let C=this.themeControl;c.append(d(this.sectionTitle("Theme"),"canvas.theme")),c.append(d(this.selectRow("Color theme",C.current==="dark"?"Dark":"Light",["Dark","Light"],I=>C.onSelect(I==="Dark"?"dark":"light")),"canvas.theme"));}if(v("end"),y("end"),this.hiddenSettings.size>0){let C=false;for(let I of [...c.children]){if(I.dataset.sdTab!==void 0&&(C=I.dataset.sdId!==void 0&&je(I.dataset.sdId,this.hiddenSettings)),C||I.dataset.sdId!==void 0&&je(I.dataset.sdId,this.hiddenSettings)){I.remove();continue}for(let V of [...I.querySelectorAll("[data-sd-id]")])je(V.dataset.sdId,this.hiddenSettings)&&V.remove();}}let w=document.createElement("div");w.style.cssText=s?"display:flex;min-height:0;flex:1 1 auto;position:relative;overflow:hidden;":"display:flex;min-height:360px;max-height:calc(70vh - 100px);flex:1 1 auto;";let E=document.createElement("div");E.className="vela-sd-rail",E.style.cssText=s?"display:flex;flex-direction:column;gap:2px;padding:10px 8px;overflow-y:auto;":`flex:0 0 170px;display:flex;flex-direction:column;gap:2px;padding:10px 8px;border-right:1px solid ${oP};overflow-y:auto;`;let x=null;s&&(x=document.createElement("div"),x.className="vela-sd-railscrim",x.addEventListener("click",()=>a?.()),a=C=>{let I=C??!E.classList.contains("open");E.classList.toggle("open",I),x?.classList.toggle("open",I);});let S=document.createElement("div");S.className="vela-sd-pane",S.style.cssText=s?"flex:1;min-width:0;overflow-y:auto;overflow-anchor:none;padding:6px 14px calc(14px + env(safe-area-inset-bottom, 0px));":"flex:1;overflow-y:auto;overflow-anchor:none;padding:6px 18px 14px;";let P=[],k=null;for(let C of [...c.children]){let I=C.dataset.sdTab;if(I!==void 0){let V=document.createElement("div");V.style.display="none";let Y=document.createElement("button");Y.type="button",Y.textContent=I,Y.className="vela-sd-tab"+(C.dataset.sdSub!==void 0?" vela-sd-tab-sub":""),P.push({title:I,el:V,tab:Y,style:C.dataset.sdStyle,visibility:C.dataset.sdVisibility}),k=V,C.remove();continue}k&&k.appendChild(C);}for(let C=P.length-1;C>=0;C--)P[C].el.childElementCount===0&&P.splice(C,1);this.syncTypeTabs=C=>{let I=false;P.forEach((V,Y)=>{if(!V.style)return;let K=V.visibility==="always"||V.style===C||C==="heikinashi"&&V.style==="heikinashi";V.tab.style.display=K?"":"none",!K&&V.el.style.display==="block"&&(I=true);}),I&&M(0);};let T=new Wt({host:this.container,title:"Chart settings",modal:false,contained:true,align:"top",draggable:!s,flush:true,className:"vela-dialog--settings",headerStart:l,closeOnBackdrop:true,footer:C=>{C.style.cssText="padding:10px 14px;display:flex;align-items:center;justify-content:flex-start;gap:8px;";let I=document.createElement("button");I.type="button",I.textContent="Reset defaults",I.className="vela-sd-btn",I.addEventListener("click",()=>this.onReset?.()),C.appendChild(I);},onOpenChange:C=>{C||this.close();}});s&&T.positioner.classList.add("vela-sd-mobile"),T.positioner.style.paddingTop=s?"0":"8vh";let M=C=>{P.forEach((I,V)=>{I.el.style.display=V===C?"block":"none",I.tab.classList.toggle("on",V===C);}),this.activeSection=P[C]?.title??null,s&&(T.titleEl.textContent=P[C]?.title??"Chart settings",a?.(false));};P.forEach((C,I)=>{C.tab.addEventListener("click",()=>M(I)),E.appendChild(C.tab),S.appendChild(C.el);}),this.tabs=P.map((C,I)=>({title:C.title,show:()=>M(I)}));let L=o!==void 0?P.findIndex(C=>C.title.toLowerCase()===o.toLowerCase()):P.findIndex(C=>C.style===e.series.style&&!C.tab.classList.contains("vela-sd-tab-sub"));M(L>=0?L:0),this.syncTypeTabs?.(e.series.style),w.append(E,S),x&&w.append(x),T.body.appendChild(w),this.root=T.positioner,this.ui=T,T.show();for(let C of P){let I=[...C.el.querySelectorAll("[data-sd-rows-host]")];if(I.length===0){this.layoutSettingsGrids(C.el);continue}for(let V of I)this.layoutSettingsGrids(V);}}close(){le(),qd();let e=this.ui;this.ui=null,this.root=null,this.tabs=[],e?.destroy();}destroy(){this.close(),this.onChange=null,this.onImport=null,this.config=null;}emitType(e,t,n){this.emit({chartTypes:{[e]:{[t]:n}}});}emit(e){this.onChange?.(e);}sectionTitle(e){return Gt(e)}chartTypeSection(e,t,n,i){let o=this.section(t.title);o.dataset.sdStyle=e,o.dataset.sdVisibility=t.visibility??"active",i.append(o);let s=n.chartTypes[e]??{},a={},l=h=>{for(let p of h)for(let m of Pi(p)){let f=s[m.key];a[m.key]=typeof f===m.type?f:m.defval;}};t.rows&&l(t.rows);for(let h of t.instances??[])l(h.rows);for(let h of t.subsections??[])l(h.rows);for(let h of t.instances??[])!h.enableKey||h.enableKey in a||(a[h.enableKey]=s[h.enableKey]===true);for(let h of t.subsections??[])!h.enableKey||h.enableKey in a||(a[h.enableKey]=s[h.enableKey]===true);let c=[],d=(h,p)=>{a[h]=p,this.emitType(e,h,p);for(let m of c)m();},u=`type:${e}`;if(t.instances&&t.instances.length>0){let h=t.instances.map(p=>({...p,rows:Ul(p.rows,u,this.hiddenSettings)}));i.append(this.instancesBlock(e,h,a,d,c));}else if(t.rows){let h=Ul(t.rows,u,this.hiddenSettings);t.layout==="grouped"?i.append(this.groupedRows(`${e}/rows`,h,a,d,c)):this.flatTypeRows(h,a,d,c,i);}for(let h of t.subsections??[]){if(je(`${u}.${tr(h.title)}`,this.hiddenSettings))continue;let p=Ul(h.rows,u,this.hiddenSettings);if(p.length===0)continue;let m=this.section(h.title);m.dataset.sdStyle=e,m.dataset.sdVisibility=t.visibility??"active",m.dataset.sdSub="1",i.append(m),i.append(this.groupedRows(`${e}/${h.title}`,p,a,d,c,h.enableKey));}for(let h of c)h();}flatTypeRows(e,t,n,i,o){let s=[];for(let a of e){let l=a.kind==="heading"||a.kind==="header"?this.sectionTitle(a.label):this.typeRow(a,t,n,i);s.push({el:l,when:a.when}),o.append(l);}i.push(()=>{for(let a of s)a.el.classList.toggle("vela-sd-hide",!Fn(a.when,t));});}typeRow(e,t,n,i){let o=mr(e),s=[];for(let a of o.controls){let l=this.inlineControl(a,t,n,o.toggle!==void 0);if(a.kind!=="hint"&&i.push(()=>l.dispatchEvent(new Event("vela-sync"))),a.kind!=="hint"&&a.when){l.dataset.sdSelfGated="1";let c=a.when;i.push(()=>{l.style.display=Fn(c,t)?"":"none";});}s.push(l);}if(o.toggle){let a=o.toggle,l=this.toggleRow(o.label,t[a.key],c=>n(a.key,c),s,()=>t[a.key]===true);return i.push(()=>l.dispatchEvent(new Event("vela-sync"))),l}return this.rowWith(o.label,s)}inlineControl(e,t,n,i){if(e.kind==="hint"){let s=document.createElement("span");return s.textContent=e.text,s.style.cssText="color:var(--vela-fg-muted);",s}if(e.kind==="color")return Z({kind:"color",theme:this.theme,get:()=>t[e.key],onChange:s=>n(e.key,s),title:e.label}).el;if(e.kind==="width"){let s=typeof t[e.key]=="number"?t[e.key]:e.defval;return Z({kind:"width",theme:this.theme,get:()=>typeof t[e.key]=="number"?t[e.key]:s,onChange:a=>n(e.key,a),title:e.label}).el}if(e.kind==="select"){let s=typeof t[e.key]=="string"?t[e.key]:e.defval;return Z({kind:"select",options:aP(e.options).map(([a,l])=>({value:a,label:l})),value:s,fill:false,theme:this.theme,title:e.label,onChange:a=>n(e.key,a),sync:()=>typeof t[e.key]=="string"?t[e.key]:e.defval}).el}let o=typeof t[e.key]=="number"?t[e.key]:e.defval;return Z({kind:"number",value:o,min:e.min,max:e.max,step:e.step??1,fill:false,commit:"live",clamp:e.placeholder!==void 0,steppers:true,compact:i,title:e.label,placeholder:e.placeholder,emptyValue:e.placeholder!==void 0?e.defval:void 0,onChange:s=>n(e.key,s),sync:()=>typeof t[e.key]=="number"?t[e.key]:e.defval}).el}instancesBlock(e,t,n,i,o){let s=document.createElement("div"),a=document.createElement("div");a.className="vela-sd-itabs",(t.length>1||t[0]?.enableKey!==void 0)&&s.append(a);let l=t.map((u,h)=>{let p=this.groupedRows(`${e}/#${h}`,u.rows,n,i,o);return s.append(p),p}),c=u=>!u.enableKey||n[u.enableKey]===true,d=()=>{let u=this.typeActiveInstance.get(e)??0;c(t[u]??t[0])||(u=0),this.typeActiveInstance.set(e,u),a.replaceChildren(),t.forEach((p,m)=>{if(!c(p))return;let f=document.createElement("button");f.type="button",f.className="vela-sd-itab"+(m===u?" on":"");let g=document.createElement("span");if(g.textContent=p.label,f.append(g),m===u&&p.enableKey){let b=document.createElement("span");b.className="vela-sd-ix",b.textContent="\u2715",b.title=`Remove ${p.label}`,b.addEventListener("click",y=>{y.stopPropagation(),this.typeActiveInstance.set(e,0),i(p.enableKey,false);}),f.append(b);}f.addEventListener("click",()=>{this.typeActiveInstance.set(e,m),d();}),a.append(f);});let h=t.findIndex(p=>!c(p));if(h>=0){let p=document.createElement("button");p.type="button",p.className="vela-sd-itab vela-sd-itab-add",p.textContent="+",p.title=`Add ${t[h].label}`,p.addEventListener("click",()=>{this.typeActiveInstance.set(e,h),i(t[h].enableKey,true);}),a.append(p);}l.forEach((p,m)=>p.classList.toggle("vela-sd-hide",m!==u));};return o.push(d),s}groupedRows(e,t,n,i,o,s){let a=document.createElement("div");a.className="vela-sd-struct";let l=document.createElement("div");l.className="vela-sd-toc";let c=document.createElement("div");c.dataset.sdRowsHost="1",c.style.cssText="flex:1 1 auto;min-width:0;",a.append(l,c);let d=[],u=[],h=[],p=-1;for(let f of t){if(f.kind==="heading"){p=u.length,u.push(f.label),h.push(f.when);continue}if(f.kind==="header"){d.push({el:this.sectionTitle(f.label),when:f.when,group:p,header:true}),c.append(d[d.length-1].el);continue}let g=this.typeRow(f,n,i,o),b=f.kind==="row"?f.toggle?.key:f.kind==="range"?void 0:f.key;d.push({el:g,when:f.when,group:p,key:b}),c.append(g);}let m=()=>{let f=u.map((v,w)=>Fn(h[w],n)&&d.some(E=>E.group===w&&!E.header&&Fn(E.when,n))),g=u.indexOf(this.typeActiveGroup.get(e)??"");(g<0||!f[g])&&(g=f.findIndex(Boolean)),g>=0&&this.typeActiveGroup.set(e,u[g]),l.replaceChildren(),u.forEach((v,w)=>{if(!f[w])return;let E=document.createElement("button");E.type="button",E.className="vela-sd-toc-btn"+(w===g?" on":""),E.textContent=v,E.addEventListener("click",()=>{this.typeActiveGroup.set(e,v),m();}),l.append(E);});let b=f.some(Boolean);l.classList.toggle("vela-sd-hide",!b),a.classList.toggle("no-toc",!b);let y=!s||n[s]===true;for(let v=0;v<d.length;v++){let w=d[v],E=(w.group===-1||w.group===g)&&Fn(w.when,n);if(E&&w.header){let x=false;for(let S=v+1;S<d.length;S++){let P=d[S];if(P.group!==w.group||P.header)break;if(Fn(P.when,n)){x=true;break}}E=x;}w.el.classList.toggle("vela-sd-hide",!E),w.el.classList.toggle("vela-sd-soft",E&&!y&&w.key!==s);}};return o.push(m),a}separator(){return Jd()}layoutSettingsGrids(e){if(e.childElementCount===0)return;let t=vo({variant:"settings",mobile:this.mobileLayout});for(;e.firstChild;)t.appendChild(e.firstChild);e.appendChild(t);for(let n of [...t.children])n.dataset.sdGroup!==void 0&&this.flattenGroup(n,t);}flattenGroup(e,t){e.style.display="contents";for(let n of [...e.children])n.dataset.sdGroup!==void 0&&this.flattenGroup(n,t);}swatch(e,t,n){let i=e;return Z({kind:"color",theme:this.theme,get:()=>n?n():i,onChange:o=>{i=o,t(o);}}).el}rowWith(e,t){return pe({label:e,labelSize:"sm",control:t,className:"vela-sd-row"})}section(e){let t=document.createElement("div");return t.dataset.sdTab=e,t.style.display="none",t}group(){let e=document.createElement("div");return e.dataset.sdGroup="",e.style.cssText="display:contents;",e}colorRow(e,t,n){let i=t;return pe({label:e,labelSize:"sm",fit:true,className:"vela-sd-row",control:Z({kind:"color",theme:this.theme,get:()=>i,onChange:o=>{i=o,n(o);}}).el})}boolRow(e,t,n){return this.toggleRow(e,t,n,[])}toggleRow(e,t,n,i,o){return pe({label:e,labelSize:"sm",bool:i.length===0,toggle:{checked:t,onChange:n,get:o},control:i,className:i.length===0?"vela-sd-bool":"vela-sd-row"})}numberRow(e,t,n,i,o,s){return pe({label:e,labelSize:"sm",className:"vela-sd-row",control:Z({kind:"number",value:t,min:n,max:i,step:o,fill:false,commit:"live",steppers:true,onChange:s}).el})}selectRowLabeled(e,t,n,i){return pe({label:e,labelSize:"sm",className:"vela-sd-row",control:Z({kind:"select",options:n.map(([o,s])=>({value:o,label:s})),value:t,fill:false,theme:this.theme,onChange:i}).el})}selectRow(e,t,n,i){return this.selectRowLabeled(e,t,n.map(o=>[o,o]),i)}};function aP(r){return r.map(e=>typeof e=="string"?[e,e]:e)}function lP(r){let e=Cu.map(n=>[n.value,Tu(n.value,n.label)]),t=Gl(r);return Cu.some(n=>n.value===t)?e:[[t,Tu(t,t)],...e]}var Oo=Zo,Fo=Jo;function qe(r,e){if(r instanceof be){if(!r.fillTriangles().length)return null;let t=r.valid();return r.style.fillColor??(t==null?r.style.lineColor:t?Oo:Fo)}return r instanceof $e?r.style.fillColor??e.background:r.style.fillColor??null}var cP=4.5,dP=R,uP=$(Pe,.55),hP=.7,Yv=Ah,pP=Qo,Kv={selected:.3,hovered:.12};function Pu(r){let e=new Set(r.selected);return r.dragged&&e.add(r.dragged),r.hovered&&e.add(r.hovered),r.mutedLabel&&e.delete(r.mutedLabel),e}var Yl=class{constructor(){this.targets={};this.seriesLook={style:"candles",upColor:q,downColor:X,lineColor:q};}paintAll(e,t,n,i,o={}){this.targets=o;for(let s of t)s.visible&&this.paintClipped(e,s,n,()=>this.paintOne(e,s,n,i));this.targets={},this.paintHighlights(e,t,n,Pu(o));}paintHighlights(e,t,n,i){if(i.size!==0)for(let o of t)o.visible&&i.has(o.id)&&this.paintClipped(e,o,n,()=>this.paintHandles(e,o.handlePoints(n)));}paintClipped(e,t,n,i){if(!n.paneRect){i();return}let o=n.paneRect(t.paneId);!o||o.height<=0||(e.save(),e.beginPath(),e.rect(0,o.top,n.width,o.height),e.clip(),i(),e.restore());}paintGhost(e,t,n,i){e.globalAlpha=hP,t instanceof Dt||t instanceof Be?this.paintTimeSpanGhost(e,t,n):t instanceof Fe?this.paintMagnifierGhost(e,t,n,i):this.paintOne(e,t,n,i),e.globalAlpha=1;}paintTimeSpanGhost(e,t,n){let i=t.anchors[0],o=t.anchors[1];if(!i)return;let s=t instanceof Dt?t.reg?.midColor||Pe:Pe,a=u=>{let h=n.xOf(u);e.save(),e.strokeStyle=s,e.globalAlpha=.6*e.globalAlpha,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(h,0),e.lineTo(h,n.height),e.stroke(),e.restore();};a(i.time),o&&a(o.time);let l=n.yOf(i.price,t.paneId),c=o?n.yOf(o.price,t.paneId):null,d=[];l!=null&&d.push([n.xOf(i.time),l]),o&&c!=null&&(e.save(),e.strokeStyle=s,e.lineWidth=1,e.setLineDash([]),e.beginPath(),e.moveTo(n.xOf(i.time),l??c),e.lineTo(n.xOf(o.time),c),e.stroke(),e.restore(),d.push([n.xOf(o.time),c])),this.paintHandles(e,d);}paintSnapRing(e,t,n,i){e.setLineDash([]),e.globalAlpha=.9,e.beginPath(),e.arc(t,n,5.5,0,Math.PI*2),e.strokeStyle=i.textColor,e.lineWidth=1.5,e.stroke(),e.globalAlpha=1;}paintOne(e,t,n,i){if(t.type==="highlighter"&&t instanceof te){this.paintHighlighter(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof te){if(this.paintSegments(e,t,n),t.type==="path"){let o=t.handlePoints(n);o.length>=2&&this.paintArrowhead(e,o[o.length-2],o[o.length-1],t.style);}this.paintLabel(e,t,n,i);return}if(t instanceof En){this.paintArrowMark(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Pn){this.paintGlyphStamp(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Je){this.paintRadialFib(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof In){this.paintFibSpiral(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Rn){this.paintDedekind(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof De){this.paintMachFigure(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof An){this.paintFibRatios(e,t,n,i),this.paintGannArcs(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof re){this.paintFibRatios(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Dn){this.paintMeasureBox(e,t,n,i);return}if(t instanceof We){this.paintPosition(e,t,n,i);return}if(t instanceof Dt){this.paintRegressionChannel(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Tn){this.paintAnchoredVwap(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Be){this.paintFixedRangeVp(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Fe){this.paintMagnifier(e,t,n,i);return}if(t instanceof be){this.paintPattern(e,t,n,i);return}if(t instanceof Sn){this.paintComment(e,t,n,i);return}if(t instanceof xn){this.paintPriceNote(e,t,n,i);return}if(t instanceof Cn){this.paintSignpost(e,t,n,i);return}if(t instanceof dt){this.paintCallout(e,t,n,i);return}if(t instanceof yn){this.paintNote(e,t,n,i);return}if(t instanceof wn){this.paintPriceLabel(e,t,n,i);return}switch(t.type){case "hline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(0,o[0][1]),e.lineTo(n.width,o[0][1]);});break}case "trendline":case "arrow":{let o=t.handlePoints(n);if(o.length<2)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]),e.lineTo(o[1][0],o[1][1]);}),t.style.arrowRight&&this.paintArrowhead(e,o[0],o[1],t.style),t.style.arrowLeft&&this.paintArrowhead(e,o[1],o[0],t.style);break}case "ellipse":{let o=t.handlePoints(n);if(o.length<2)return;let s=(o[0][0]+o[1][0])/2,a=(o[0][1]+o[1][1])/2,l=Math.abs(o[1][0]-o[0][0])/2,c=Math.abs(o[1][1]-o[0][1])/2;t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.ellipse(s,a,l,c,0,0,Math.PI*2),e.fill(),e.restore()),this.applyStroke(e,t.style),e.beginPath(),e.ellipse(s,a,l,c,0,0,Math.PI*2),e.stroke(),e.setLineDash([]);break}case "ray":{let o=t.handlePoints(n);if(o.length<2)return;let[s,a,l,c]=Zr(o[0][0],o[0][1],o[1][0],o[1][1],"right",n.width,n.height);this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});break}case "extendedline":{let o=t.handlePoints(n);if(o.length<2)return;let[s,a,l,c]=Zr(o[0][0],o[0][1],o[1][0],o[1][1],"both",n.width,n.height);this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});break}case "vline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],0),e.lineTo(o[0][0],n.height);});break}case "hray":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]),e.lineTo(n.width,o[0][1]);});break}case "crossline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(0,o[0][1]),e.lineTo(n.width,o[0][1]),e.moveTo(o[0][0],0),e.lineTo(o[0][0],n.height);});break}case "infoline":this.paintInfoLine(e,t,n);break;case "trendangle":this.paintTrendAngle(e,t,n,i);break;case "circle":{let o=t.handlePoints(n);if(o.length<2)return;let s=o[0][0],a=o[0][1],l=Math.hypot(o[1][0]-s,o[1][1]-a);if(l<1)return;t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.arc(s,a,l,0,Math.PI*2),e.fill(),e.restore()),this.applyStroke(e,t.style),e.beginPath(),e.arc(s,a,l,0,Math.PI*2),e.stroke(),e.setLineDash([]);break}case "box":{let o=t.handlePoints(n);if(o.length<2)return;let s=Math.min(o[0][0],o[1][0]),a=Math.min(o[0][1],o[1][1]),l=Math.abs(o[1][0]-o[0][0]),c=Math.abs(o[1][1]-o[0][1]);t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.fillRect(s,a,l,c),e.restore()),this.applyStroke(e,t.style),e.strokeRect(s,a,l,c),e.setLineDash([]);break}}this.paintLabel(e,t,n,i);}paintLabel(e,t,n,i){let o=t.text;if(!o||!o.value||t.id===this.targets.mutedLabel)return;let s=fP(t,n);if(!s)return;let a=xe(o.size);e.save(),s.rotate&&(e.translate(s.rotate.cx,s.rotate.cy),e.rotate(s.rotate.angle)),e.font=`${o.bold?"bold ":""}${o.italic?"italic ":""}${a}px ${i.fontFamily}`,e.textBaseline="top",e.textAlign=s.align,e.fillStyle=o.color??i.textColor;let l=kt(a),c=o.value.split(`
888
- `);c.forEach((d,u)=>e.fillText(d,s.x,s.top+u*l)),t.type==="text"&&this.paintTextFrame(e,t.id,s.x,s.top,c,a,i),e.restore();}paintTextFrame(e,t,n,i,o,s,a){let l=this.targets,c=l.selected?.has(t)?Kv.selected:l.hovered===t?Kv.hovered:0;if(c===0)return;let d=kt(s),u=Math.max(8,...o.map(h=>e.measureText(h).width));e.save(),e.setLineDash([]),e.lineWidth=1,e.strokeStyle=$(a.textColor,c),lt(e,n-Qn,i-(d-s)/2-er,u+Qn*2,o.length*d+er*2,4),e.stroke(),e.restore();}paintFibRatios(e,t,n,i){let o=t.entryLines(n);if(!o||o.length===0)return;for(let l of t.fillBands(n))e.save(),e.globalAlpha=.06*e.globalAlpha,e.fillStyle=l.color,e.fillRect(l.x,l.y,l.w,l.h),e.restore();e.textBaseline="middle";let s=`${xe(t.numbersSize)}px ${i.fontFamily}`,a=`${xe(t.labelsSize)}px ${i.fontFamily}`;for(let l of o)this.stroke(e,{...t.style,lineColor:l.color},()=>{e.moveTo(l.x1,l.y1),e.lineTo(l.x2,l.y2);}),e.fillStyle=l.color,e.font=s,e.textAlign=l.numberAlign,e.fillText(l.numberText,l.numberX,l.numberY),l.label&&(e.font=a,e.textAlign="center",e.fillText(l.label,l.labelX,l.labelY));e.textAlign="left",e.textBaseline="alphabetic";}paintRadialFib(e,t,n,i){let o=t.radial(n);if(o&&o.R0>=1){let s=`${xe(t.numbersSize)}px ${i.fontFamily}`,a=(o.a0+o.a1)/2;e.textBaseline="middle";for(let l of t.levels){if(!l.enabled)continue;let c=o.R0*l.ratio;c<.5||(this.applyStroke(e,{...t.style,lineColor:l.color}),e.beginPath(),e.arc(o.cx,o.cy,c,o.a0,o.a1),e.stroke(),e.setLineDash([]),e.fillStyle=l.color,e.font=s,e.textAlign="left",e.fillText(String(l.ratio),o.cx+Math.cos(a)*c+3,o.cy+Math.sin(a)*c));}e.textBaseline="alphabetic",e.textAlign="left";}for(let s of t.boundingLines(n))this.stroke(e,t.style,()=>{e.moveTo(s[0],s[1]),e.lineTo(s[2],s[3]);});}paintGannArcs(e,t,n){let i=t.arcGeom(n);if(!i||Math.abs(i.bx)<1||Math.abs(i.py)<1)return;let o=24;for(let s of Cc){this.applyStroke(e,{...t.style,lineColor:s.color}),e.beginPath();for(let a=0;a<=o;a+=1){let l=a/o*(Math.PI/2),c=i.ox+s.k*i.bx*Math.cos(l),d=i.oy+s.k*i.py*Math.sin(l);a===0?e.moveTo(c,d):e.lineTo(c,d);}e.stroke();}e.setLineDash([]);}paintFibSpiral(e,t,n){let i=t.spiralPoints(n);!i||i.length<2||this.stroke(e,t.style,()=>{e.moveTo(i[0][0],i[0][1]);for(let o=1;o<i.length;o+=1)e.lineTo(i[o][0],i[o][1]);});}paintMachFigure(e,t,n,i){let o=t.geom(n);if(o){for(let s of o.circles)this.applyStroke(e,{...t.style,lineColor:s.color}),e.beginPath(),e.arc(s.cx,s.cy,s.r,0,Math.PI*2),e.stroke();this.applyStroke(e,t.style),e.lineWidth=t.style.lineWidth+.5;for(let s of o.rays)e.beginPath(),e.moveTo(s[0],s[1]),e.lineTo(s[2],s[3]),e.stroke();if(e.beginPath(),e.arc(o.noseX,o.noseY,Math.max(2.5,t.style.lineWidth+1.5),0,Math.PI*2),e.fillStyle=t.style.lineColor,e.fill(),e.setLineDash([]),t.showRatios!==false){let s=`${xe("small")}px ${i.fontFamily}`;e.font=s,e.textBaseline="middle",e.textAlign="left";for(let a of o.circles){let l=a.cx+o.fx*a.r+4,c=a.cy+o.fy*a.r;e.fillStyle=a.color,e.fillText(mP(a.ratio),l,c);}e.textBaseline="alphabetic",e.textAlign="left";}}}paintDedekind(e,t,n){let i=t.box(n),o=t.geodesics(n);if(!i||!o)return;let{left:s,right:a,top:l,bot:c}=i;e.save(),this.applyStroke(e,t.style),e.globalAlpha*=.45,e.strokeRect(s,l,a-s,c-l),e.restore(),e.save(),e.beginPath(),e.rect(s,l,a-s,c-l),e.clip(),this.applyStroke(e,t.style);for(let d of o)e.beginPath(),d.kind==="vline"?(e.moveTo(d.x,d.y0),e.lineTo(d.x,d.y1)):e.arc(d.cx,d.cy,d.r,Math.PI,0,false),e.stroke();e.setLineDash([]),e.restore();}paintMeasureBox(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let s=Math.min(o[0][0],o[1][0]),a=Math.min(o[0][1],o[1][1]),l=Math.abs(o[1][0]-o[0][0]),c=Math.abs(o[1][1]-o[0][1]),d=t.isUp()?q:X;e.save(),e.globalAlpha=.12*e.globalAlpha,e.fillStyle=d,e.fillRect(s,a,l,c),e.restore(),e.setLineDash(mn(t.style.lineStyle,t.style.lineWidth)),e.strokeStyle=d,e.lineWidth=t.style.lineWidth,e.strokeRect(s,a,l,c),e.setLineDash([]);let u=t.measureLabel(n),h=xe(t.text?.size??"normal");e.fillStyle=t.text?.color??i.textColor,e.font=`${h}px ${i.fontFamily}`,e.textAlign="center",e.textBaseline="middle";let p=Math.round(h*1.35),m=a+c/2-(u.length-1)*p/2;u.forEach((f,g)=>e.fillText(f,s+l/2,m+g*p)),e.textAlign="left",e.textBaseline="alphabetic";}paintPosition(e,t,n,i){let o=t.layout(n);if(!o)return;let{x1:s,x2:a,ey:l,sy:c,ty:d}=o,u=a-s,h=(b,y,v)=>{e.save(),e.globalAlpha=.13*e.globalAlpha,e.fillStyle=v,e.fillRect(s,Math.min(b,y),u,Math.abs(y-b)),e.restore();};h(l,d,t.profitColor),h(l,c,t.lossColor);let p=(b,y)=>this.stroke(e,{...t.style,lineColor:y},()=>{e.moveTo(s,b),e.lineTo(a,b);});if(p(d,t.profitColor),p(c,t.lossColor),p(l,t.style.lineColor),!t.showText)return;let m=xe(t.text?.size??"normal");e.fillStyle=t.text?.color??i.textColor,e.textAlign="center",e.textBaseline="middle",e.font=`${m}px ${i.fontFamily}`;let f=s+u/2,g=Math.min(l,c,d)-9;t.showHeader&&e.fillText(t.headerLabel(),f,t.showLossSize?g-Math.round(m*1.15):g),e.font=`${Math.max(10,m-1)}px ${i.fontFamily}`,t.showLossSize&&e.fillText(t.lossSizeLabel(),f,g),t.showTargetLabel&&e.fillText(t.targetLabel(),f,(l+d)/2),t.showStopLabel&&e.fillText(t.stopLabel(),f,(l+c)/2),e.textAlign="left",e.textBaseline="alphabetic";}paintRegressionChannel(e,t,n,i){let o=t.layout(n);if(!o)return;let s=t.reg,a=(c,d,u,h,p)=>{e.save(),e.fillStyle=c,e.beginPath(),e.moveTo(o.x0,d),e.lineTo(o.x1,u),e.lineTo(o.x1,p),e.lineTo(o.x0,h),e.closePath(),e.fill(),e.restore();};a(s.upperFill,o.midY0,o.midY1,o.upperY0,o.upperY1),a(s.lowerFill,o.midY0,o.midY1,o.lowerY0,o.lowerY1);let l=(c,d,u,h)=>this.stroke(e,{lineColor:c,lineWidth:t.style.lineWidth,lineStyle:d},()=>{e.moveTo(o.x0,u),e.lineTo(o.x1,h);});if(l(s.upperColor,s.upperStyle,o.upperY0,o.upperY1),l(s.lowerColor,s.lowerStyle,o.lowerY0,o.lowerY1),l(s.midColor,s.midStyle,o.midY0,o.midY1),o.showR2){let c=`R\xB2 ${Math.round(o.r2*100)}%`;e.font=`11px ${i.fontFamily}`;let d=e.measureText(c).width,u=5,h=4,p=d+u*2,m=o.x0-h-p,f=o.midY0-9;e.save(),e.globalAlpha=.9*e.globalAlpha,lt(e,m,f-8,p,16,3),e.fillStyle=Yv,e.fill(),e.restore(),e.fillStyle=i.textColor,e.textAlign="left",e.textBaseline="middle",e.fillText(c,m+u,f),e.textBaseline="alphabetic";}}paintMagnifierGhost(e,t,n,i){let o=t.rect(n);o&&(e.save(),e.strokeStyle=t.style.lineColor||we(i.background),e.lineWidth=1,e.setLineDash([4,4]),e.strokeRect(Math.min(o.x1,o.x2),Math.min(o.y1,o.y2),Math.abs(o.x2-o.x1),Math.abs(o.y2-o.y1)),e.restore());}paintMagnifier(e,t,n,i){let o=t.rect(n),s=t.anchors[0],a=t.anchors[1];if(!o||!s||!a)return;let l=Math.min(o.x1,o.x2),c=Math.max(o.x1,o.x2),d=Math.min(o.y1,o.y2),u=Math.max(o.y1,o.y2),h=c-l,p=u-d;e.save(),e.globalAlpha=1,e.fillStyle=i.background,e.fillRect(l,d,h,p),e.restore();let m=Math.min(s.time,a.time),f=Math.max(s.time,a.time),g=n.barsBetween?n.barsBetween(m,f):0,b=g>0?(f-m)/g:0,y=n.seriesInRange&&b>0&&h>1&&p>1?n.seriesInRange(t.magnifier.timeframe,m,f+b):void 0,v=y?.state==="ready"||y?.state==="loading"?y.bars??[]:[];if(y&&(y.state==="ready"||y.state==="loading")&&v.length>0){let w=this.seriesLook,E=w.style!=="candles"?fr(w.style):null;E&&(v=E.full(v));let x=w.style==="bars"?"bars":w.style==="line"||w.style==="baseline"?"line":w.style==="area"?"area":"candles",S=(n.xOf(m+b)-n.xOf(m))/2;e.save(),e.beginPath(),e.rect(l,d,h,p),e.clip(),x==="line"||x==="area"?this.paintMagnifierLine(e,t,n,v,y.barMs,S,u,x==="area",t.magnifier.upColor||w.lineColor):this.paintMagnifierBars(e,t,n,v,y.barMs,S,l,c,x,t.magnifier.upColor||w.upColor,t.magnifier.downColor||w.downColor),e.restore();}else if(y){let w=y.state==="loading"?"Loading\u2026":y.state==="ready"?"No lower-timeframe data":y.reason==="too-wide"?"Area too wide for this timeframe":y.reason==="none-lower"?"No lower timeframe available":y.reason==="not-lower"?"Pick a timeframe below the chart":"No data source";this.paintMagnifierNotice(e,w,l,d,h,p,i);}if(e.save(),e.strokeStyle=t.style.lineColor||we(i.background),e.lineWidth=t.style.lineWidth||1,e.setLineDash(mn(t.style.lineStyle,t.style.lineWidth||1)),e.strokeRect(l,d,h,p),e.restore(),h>44){let w=xi(y?.state==="ready"||y?.state==="loading"?y.timeframe:t.magnifier.timeframe),E=17,x=4,S=n.paneRect?.(t.paneId),P=S?S.top+S.height:n.height,T=u+x+E<=P?u+x:u-x-E;e.save(),e.font=`10px ${i.fontFamily}`;let M=e.measureText(w).width,C=M+12+11;lt(e,l,T,C,E,3),e.fillStyle=i.background,e.fill(),e.strokeStyle=$(i.textColor,.28),e.lineWidth=1,e.setLineDash([]),e.stroke(),e.fillStyle=i.textColor,e.textAlign="left",e.textBaseline="middle",e.fillText(w,l+6,T+E/2+.5);let I=l+6+M+5,V=T+E/2;e.strokeStyle=$(i.textColor,.7),e.lineWidth=1.2,e.beginPath(),e.moveTo(I,V-1.5),e.lineTo(I+2.5,V+1.5),e.lineTo(I+5,V-1.5),e.stroke(),e.restore(),t.chipRect={x:l,y:T,w:C,h:E};}else t.chipRect=null;}paintMagnifierBars(e,t,n,i,o,s,a,l,c,d,u){e.setLineDash([]),e.lineWidth=1;for(let h of i){let p=n.xOf(h.time)-s,m=n.xOf(h.time+o)-s;if(m<a||p>l)continue;let f=n.yOf(h.high,t.paneId),g=n.yOf(h.low,t.paneId),b=n.yOf(h.open,t.paneId),y=n.yOf(h.close,t.paneId);if(f==null||g==null||b==null||y==null)continue;let v=h.close>=h.open?d:u,w=m-p,E=(p+m)/2;if(e.strokeStyle=v,e.beginPath(),e.moveTo(E,f),e.lineTo(E,g),e.stroke(),!(w<3))if(c==="bars"){let x=Math.max(1,w*.35);e.beginPath(),e.moveTo(E-x,b),e.lineTo(E,b),e.moveTo(E,y),e.lineTo(E+x,y),e.stroke();}else {let x=Math.max(1,w*.7);e.fillStyle=v,e.fillRect(E-x/2,Math.min(b,y),x,Math.max(1,Math.abs(y-b)));}}}paintMagnifierLine(e,t,n,i,o,s,a,l,c){let d=[];for(let u of i){let h=n.yOf(u.close,t.paneId);h!=null&&d.push([n.xOf(u.time+o/2)-s,h]);}if(!(d.length<2)){if(l){e.beginPath(),e.moveTo(d[0][0],a);for(let[u,h]of d)e.lineTo(u,h);e.lineTo(d[d.length-1][0],a),e.closePath(),e.fillStyle=$(c,.15),e.fill();}e.setLineDash([]),e.lineWidth=1.5,e.strokeStyle=c,e.beginPath(),e.moveTo(d[0][0],d[0][1]);for(let u=1;u<d.length;u+=1)e.lineTo(d[u][0],d[u][1]);e.stroke();}}paintMagnifierNotice(e,t,n,i,o,s,a){o<60||s<20||(e.save(),e.beginPath(),e.rect(n,i,o,s),e.clip(),e.font=`11px ${a.fontFamily}`,e.fillStyle=$(a.textColor,.55),e.textAlign="center",e.textBaseline="middle",e.fillText(t,n+o/2,i+s/2),e.restore());}paintPlacementHint(e,t,n,i,o){e.save(),e.font=`11px ${n.fontFamily}`;let a=e.measureText(t).width+24,l=24,c=(i-a)/2,d=o-l-14;lt(e,c,d,a,l,l/2),e.fillStyle=n.background,e.fill(),e.strokeStyle=$(n.textColor,.28),e.lineWidth=1,e.setLineDash([]),e.stroke(),e.fillStyle=n.textColor,e.textAlign="center",e.textBaseline="middle",e.fillText(t,i/2,d+l/2+.5),e.restore();}paintFixedRangeVp(e,t,n,i){let o=t.layout(n);if(!o)return;let s=t.frvp,{profile:a,maxW:l,anchorX:c,grow:d,yEdges:u}=o;if(a.maxTotal<=0||l<=0)return;for(let f=0;f<a.rows.length;f+=1){let g=a.rows[f],b=g.up+g.down;if(b<=0)continue;let y=u[f],v=u[f+1],w=Math.min(y,v),E=Math.max(1,Math.abs(v-y)-1),x=b/a.maxTotal*l,S=g.up/b*x,P=f>=a.vaFrom&&f<=a.vaTo,k=P?s.vaUpColor:s.upColor,T=P?s.vaDownColor:s.downColor,M=d===1?c:c-x;S>0&&(e.fillStyle=k,e.fillRect(M,w,S,E)),x-S>0&&(e.fillStyle=T,e.fillRect(M+S,w,x-S,E));}let h=t.style.lineWidth,p=(f,g,b,y)=>{!f||y==null||Xv(g)||this.stroke(e,{lineColor:g,lineWidth:h,lineStyle:b},()=>{e.moveTo(o.x0,y),e.lineTo(o.x1,y);});};p(s.showVah,s.vahColor,s.vahStyle,o.vahY),p(s.showVal,s.valColor,s.valStyle,o.valY),p(s.showPoc,s.pocColor??we(i.background),s.pocStyle,o.pocY);let m=Math.max(1,h);if(s.showDevelopingPoc&&this.strokePolyline(e,o.developingPoc,{lineColor:s.developingPocColor,lineWidth:m,lineStyle:s.developingPocStyle}),s.showDevelopingVa){let f={lineColor:s.developingVaColor,lineWidth:m,lineStyle:s.developingVaStyle};this.strokePolyline(e,o.developingVaHigh,f),this.strokePolyline(e,o.developingVaLow,f);}}paintAnchoredVwap(e,t,n){let i=t.layout(n);if(!i)return;let o=t.vwap,s=t.style.lineWidth;if(i.upper.length>=2&&o.bandFill){e.save(),e.fillStyle=o.bandFill,e.beginPath(),e.moveTo(i.upper[0][0],i.upper[0][1]);for(let a=1;a<i.upper.length;a+=1)e.lineTo(i.upper[a][0],i.upper[a][1]);for(let a=i.lower.length-1;a>=0;a-=1)e.lineTo(i.lower[a][0],i.lower[a][1]);e.closePath(),e.fill(),e.restore();}this.strokePolyline(e,i.upper,{lineColor:o.upperColor,lineWidth:s,lineStyle:o.upperStyle}),this.strokePolyline(e,i.lower,{lineColor:o.lowerColor,lineWidth:s,lineStyle:o.lowerStyle}),this.strokePolyline(e,i.mid,{lineColor:o.midColor,lineWidth:s,lineStyle:o.midStyle});}strokePolyline(e,t,n){t.length<2||Xv(n.lineColor)||this.stroke(e,n,()=>{e.moveTo(t[0][0],t[0][1]);for(let i=1;i<t.length;i+=1)e.lineTo(t[i][0],t[i][1]);});}paintCallout(e,t,n,i){this.paintBubble(e,t,n,i,5);}paintComment(e,t,n,i){this.paintBubble(e,t,n,i,999);}paintBubble(e,t,n,i,o){let s=t.points(n);if(!s)return;let a=s[0][0],l=s[0][1],c=s[1][0],d=s[1][1],u=t.text,h=xe(u?.size??"normal");e.font=`${u?.bold?"bold ":""}${u?.italic?"italic ":""}${h}px ${i.fontFamily}`;let p=(u?.value??"").split(`
887
+ `,r||document.head.appendChild(e);}var Do=class{constructor(e,t){this.container=e;this.theme=t;this.root=null;this.ui=null;this.onChange=null;this.onImport=null;this.onReset=null;this.config=null;this.syncTypeTabs=null;this.hostSections=[];this.themeControl=null;this.tabs=[];this.typeActiveInstance=new Map;this.typeActiveGroup=new Map;this.activeSection=null;this.mobileLayout=false;this.hiddenSettings=new Set;getComputedStyle(e).position==="static"&&(e.style.position="relative");}setHostSections(e){this.hostSections=e;}setHiddenSettings(e){let t=new Set(e),n=t.size===this.hiddenSettings.size&&[...t].every(i=>this.hiddenSettings.has(i));this.hiddenSettings=t,n||this.reopenIfLive();}setThemeControl(e,t){this.themeControl={current:e,onSelect:t};}refreshConfig(e){this.config&&(this.config=e);}setTheme(e){this.theme=e,this.reopenIfLive();}setLayoutMode(e){let t=e==="mobile";t!==this.mobileLayout&&(this.mobileLayout=t,this.reopenIfLive());}reopenIfLive(){if(!this.root)return;let e=this.config,t=this.onChange,n=this.onImport,i=this.onReset,o=this.activeSection;this.close(),e&&t&&this.open(e,t,n??void 0,i??void 0,o??void 0);}isOpen(){return this.root!==null}toggle(e,t,n,i,o){this.root?this.close():this.open(e,t,n,i,o);}showSection(e){this.tabs.find(t=>t.title.toLowerCase()===e.toLowerCase())?.show();}open(e,t,n,i,o){this.close(),this.config=e,this.onChange=t,this.onImport=n??null,this.onReset=i??null,oP();let s=this.mobileLayout,a=null,l;s&&(l=document.createElement("button"),l.type="button",l.className="vela-sd-burger",l.innerHTML=ce("burger",16),l.title="Sections",l.addEventListener("click",()=>a?.()));let c=document.createElement("div");c.style.cssText="display:flex;flex-direction:column;gap:0;";let d=(C,I)=>(C.dataset.sdId=I,C);c.append(d(this.section("Symbol"),"symbol")),c.append(d(this.sectionTitle("Chart type"),"symbol.type"));let u={},h=C=>{let I=C==="heikinashi"?"candles":C;for(let V of Yr())u[V]?.classList.toggle("vela-sd-hide",V!==I);};c.append(d(this.selectRowLabeled("Type",e.series.style,Yr().map(C=>[C,rP(C)]),C=>{this.emit({series:{style:C}}),h(C),this.syncTypeTabs?.(C);}),"symbol.type"));let p=d(this.group(),"symbol.style.candles");p.append(this.sectionTitle("Candles")),p.append(d(this.toggleRow("Body",e.candles.bodyVisible,C=>this.emit({candles:{bodyVisible:C}}),[this.swatch(e.candles.upColor,C=>this.emit({candles:{upColor:C}})),this.swatch(e.candles.downColor,C=>this.emit({candles:{downColor:C}}))]),"symbol.style.candles.body")),p.append(d(this.toggleRow("Borders",e.candles.borderVisible,C=>this.emit({candles:{borderVisible:C}}),[this.swatch(e.candles.borderUpColor,C=>this.emit({candles:{borderUpColor:C}})),this.swatch(e.candles.borderDownColor,C=>this.emit({candles:{borderDownColor:C}}))]),"symbol.style.candles.borders")),p.append(d(this.toggleRow("Wick",e.candles.wickVisible,C=>this.emit({candles:{wickVisible:C}}),[this.swatch(e.candles.wickUpColor,C=>this.emit({candles:{wickUpColor:C}})),this.swatch(e.candles.wickDownColor,C=>this.emit({candles:{wickDownColor:C}}))]),"symbol.style.candles.wick")),p.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,C=>this.emit({series:{spacing:C}})),"symbol.style.candles.spacing")),u.candles=p,c.append(p);let m=d(this.group(),"symbol.style.bars");m.append(this.sectionTitle("Bars")),m.append(d(this.colorRow("Color Up",e.bars.upColor,C=>this.emit({bars:{upColor:C}})),"symbol.style.bars.up-color")),m.append(d(this.colorRow("Color Down",e.bars.downColor,C=>this.emit({bars:{downColor:C}})),"symbol.style.bars.down-color")),m.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,C=>this.emit({series:{spacing:C}})),"symbol.style.bars.spacing")),u.bars=m,c.append(m);let f=d(this.group(),"symbol.style.line");f.append(this.sectionTitle("Line")),f.append(d(this.colorRow("Color",e.line.color,C=>this.emit({line:{color:C}})),"symbol.style.line.color")),f.append(d(this.numberRow("Width",e.line.width,1,10,1,C=>this.emit({line:{width:C}})),"symbol.style.line.width")),u.line=f,c.append(f);let g=d(this.group(),"symbol.style.area");g.append(this.sectionTitle("Area")),g.append(d(this.colorRow("Line color",e.area.lineColor,C=>this.emit({area:{lineColor:C}})),"symbol.style.area.line-color")),g.append(d(this.numberRow("Width",e.area.width,1,10,1,C=>this.emit({area:{width:C}})),"symbol.style.area.width")),g.append(d(this.colorRow("Top fill",e.area.topColor,C=>this.emit({area:{topColor:C}})),"symbol.style.area.top-fill")),g.append(d(this.colorRow("Bottom fill",e.area.bottomColor,C=>this.emit({area:{bottomColor:C}})),"symbol.style.area.bottom-fill")),u.area=g,c.append(g);let b=d(this.group(),"symbol.style.baseline");b.append(this.sectionTitle("Baseline")),b.append(d(this.rowWith("Top line",[this.swatch(e.baseline.topLineColor,C=>this.emit({baseline:{topLineColor:C}}))]),"symbol.style.baseline.top-line")),b.append(d(this.rowWith("Bottom line",[this.swatch(e.baseline.bottomLineColor,C=>this.emit({baseline:{bottomLineColor:C}}))]),"symbol.style.baseline.bottom-line")),b.append(d(this.rowWith("Fill top area",[this.swatch(e.baseline.topFillColor,C=>this.emit({baseline:{topFillColor:C}})),this.swatch(e.baseline.topFillColor2,C=>this.emit({baseline:{topFillColor2:C}}))]),"symbol.style.baseline.fill-top")),b.append(d(this.rowWith("Fill bottom area",[this.swatch(e.baseline.bottomFillColor2,C=>this.emit({baseline:{bottomFillColor2:C}})),this.swatch(e.baseline.bottomFillColor,C=>this.emit({baseline:{bottomFillColor:C}}))]),"symbol.style.baseline.fill-bottom")),b.append(d(this.numberRow("Base level %",e.baseline.baselineLevel,0,100,1,C=>this.emit({baseline:{baselineLevel:C}})),"symbol.style.baseline.base-level")),b.append(d(this.numberRow("Width",e.baseline.width,1,10,1,C=>this.emit({baseline:{width:C}})),"symbol.style.baseline.width")),u.baseline=b,c.append(b);for(let C of tt()){if(!Co(C.id))continue;let I=e.chartTypes[C.id]??{},V=(z,ze)=>typeof I[z]=="string"&&I[z]!==""?I[z]:ze,Y=(z,ze)=>typeof I[z]=="boolean"?I[z]:ze,K=d(this.group(),`symbol.style.${C.id}`);K.append(this.sectionTitle("Candles")),K.append(d(this.toggleRow("Body",Y("candleBodyVisible",e.candles.bodyVisible),z=>this.emitType(C.id,"candleBodyVisible",z),[this.swatch(V("candleUpColor",e.candles.upColor),z=>this.emitType(C.id,"candleUpColor",z)),this.swatch(V("candleDownColor",e.candles.downColor),z=>this.emitType(C.id,"candleDownColor",z))]),`symbol.style.${C.id}.body`)),K.append(d(this.toggleRow("Borders",Y("candleBorderVisible",e.candles.borderVisible),z=>this.emitType(C.id,"candleBorderVisible",z),[this.swatch(V("candleBorderUpColor",e.candles.borderUpColor),z=>this.emitType(C.id,"candleBorderUpColor",z)),this.swatch(V("candleBorderDownColor",e.candles.borderDownColor),z=>this.emitType(C.id,"candleBorderDownColor",z))]),`symbol.style.${C.id}.borders`)),K.append(d(this.toggleRow("Wick",Y("candleWickVisible",e.candles.wickVisible),z=>this.emitType(C.id,"candleWickVisible",z),[this.swatch(V("candleWickUpColor",e.candles.wickUpColor),z=>this.emitType(C.id,"candleWickUpColor",z)),this.swatch(V("candleWickDownColor",e.candles.wickDownColor),z=>this.emitType(C.id,"candleWickDownColor",z))]),`symbol.style.${C.id}.wick`)),K.append(d(this.numberRow("Spacing",e.series.spacing,.1,10,.1,z=>this.emit({series:{spacing:z}})),`symbol.style.${C.id}.spacing`)),u[C.id]=K,c.append(K);}h(e.series.style),c.append(d(this.sectionTitle("Time zone"),"symbol.timezone")),c.append(d(this.selectRowLabeled("Time zone",Gl(e.timeScale.timezone),aP(e.timeScale.timezone),C=>this.emit({timeScale:{timezone:C}})),"symbol.timezone"));let y=C=>{for(let I of this.hostSections){if((I.placement??"after-symbol")!==C)continue;let V=Eu(I);if(je(V,this.hiddenSettings))continue;let Y=$v(I.rows,V,this.hiddenSettings);if(Y.length!==0){c.append(C==="symbol"?this.sectionTitle(I.title):this.section(I.title));for(let K of Y)K.kind==="heading"?c.append(this.sectionTitle(K.label)):K.kind==="toggle"?c.append(this.boolRow(K.label,K.get(),z=>K.set(z))):K.kind==="color"?c.append(this.colorRow(K.label,K.get(),z=>K.set(z))):c.append(this.selectRowLabeled(K.label,K.get(),K.options.map(z=>[z,z]),z=>K.set(z)));}}},v=C=>{for(let I of tt()){let V=I.settings;V&&(V.placement??"end")===C&&(je(`type:${I.id}`,this.hiddenSettings)||this.chartTypeSection(I.id,V,e,c));}};if(y("symbol"),v("after-symbol"),y("after-symbol"),c.append(d(this.section("Scales and lines"),"scales")),c.append(d(this.sectionTitle("Price scale"),"scales.price-scale")),c.append(d(this.selectRowLabeled("Mode",e.priceScale.log?"log":e.priceScale.mode,[["price","Regular"],["percent","Percent"],["indexed","Indexed to 100"],["log","Logarithmic"]],C=>this.emit({priceScale:C==="log"?{mode:"price",log:true}:{mode:C,log:false}})),"scales.price-scale.mode")),c.append(d(this.boolRow("Invert scale",e.priceScale.invert,C=>this.emit({priceScale:{invert:C}})),"scales.price-scale.invert")),c.append(d(this.separator(),"scales.price-scale")),c.append(d(this.boolRow("Last Price Line",e.priceScale.currentPriceLine,C=>this.emit({priceScale:{currentPriceLine:C}})),"scales.price-scale.last-price-line")),c.append(d(this.boolRow("Last price label",e.priceScale.priceLabel,C=>this.emit({priceScale:{priceLabel:C}})),"scales.price-scale.last-price-label")),c.append(d(this.boolRow("Countdown to bar close",e.priceScale.countdown,C=>this.emit({priceScale:{countdown:C}})),"scales.price-scale.countdown")),c.append(d(this.boolRow("Axis labels",e.priceScale.labelsVisible,C=>this.emit({priceScale:{labelsVisible:C}})),"scales.price-scale.axis-labels")),c.append(d(this.colorRow("Scale border color",e.priceScale.borderColor,C=>this.emit({priceScale:{borderColor:C}})),"scales.price-scale.border-color")),c.append(d(this.sectionTitle("Crosshair"),"scales.crosshair")),c.append(d(this.colorRow("Color",e.crosshair.color,C=>this.emit({crosshair:{color:C}})),"scales.crosshair.color")),c.append(d(this.numberRow("Width",e.crosshair.width,.5,8,.5,C=>this.emit({crosshair:{width:C}})),"scales.crosshair.width")),c.append(d(this.selectRowLabeled("Style",e.crosshair.style,[["solid","Solid"],["dashed","Dashed"],["dotted","Dotted"]],C=>this.emit({crosshair:{style:C}})),"scales.crosshair.style")),c.append(d(this.section("Canvas"),"canvas")),c.append(d(this.sectionTitle("Background & text"),"canvas.background")),c.append(d(this.colorRow("Background",e.layout.background,C=>this.emit({layout:{background:C}})),"canvas.background.color")),c.append(d(this.colorRow("Text color",e.layout.textColor,C=>this.emit({layout:{textColor:C}})),"canvas.background.text-color")),c.append(d(this.numberRow("Text size",e.layout.fontSize,6,32,1,C=>this.emit({layout:{fontSize:C}})),"canvas.background.text-size")),c.append(d(this.colorRow("Pane separator color",e.panes.separatorColor,C=>this.emit({panes:{separatorColor:C}})),"canvas.background.pane-separator")),c.append(d(this.sectionTitle("Grid"),"canvas.grid")),c.append(d(this.toggleRow("Vertical",e.grid.vertLines.visible,C=>this.emit({grid:{vertLines:{visible:C}}}),[this.swatch(e.grid.vertLines.color,C=>this.emit({grid:{vertLines:{color:C}}}))]),"canvas.grid.vertical")),c.append(d(this.toggleRow("Horizontal",e.grid.horzLines.visible,C=>this.emit({grid:{horzLines:{visible:C}}}),[this.swatch(e.grid.horzLines.color,C=>this.emit({grid:{horzLines:{color:C}}}))]),"canvas.grid.horizontal")),this.themeControl){let C=this.themeControl;c.append(d(this.sectionTitle("Theme"),"canvas.theme")),c.append(d(this.selectRow("Color theme",C.current==="dark"?"Dark":"Light",["Dark","Light"],I=>C.onSelect(I==="Dark"?"dark":"light")),"canvas.theme"));}if(v("end"),y("end"),this.hiddenSettings.size>0){let C=false;for(let I of [...c.children]){if(I.dataset.sdTab!==void 0&&(C=I.dataset.sdId!==void 0&&je(I.dataset.sdId,this.hiddenSettings)),C||I.dataset.sdId!==void 0&&je(I.dataset.sdId,this.hiddenSettings)){I.remove();continue}for(let V of [...I.querySelectorAll("[data-sd-id]")])je(V.dataset.sdId,this.hiddenSettings)&&V.remove();}}let w=document.createElement("div");w.style.cssText=s?"display:flex;min-height:0;flex:1 1 auto;position:relative;overflow:hidden;":"display:flex;min-height:360px;max-height:calc(70vh - 100px);flex:1 1 auto;";let E=document.createElement("div");E.className="vela-sd-rail",E.style.cssText=s?"display:flex;flex-direction:column;gap:2px;padding:10px 8px;overflow-y:auto;":`flex:0 0 170px;display:flex;flex-direction:column;gap:2px;padding:10px 8px;border-right:1px solid ${iP};overflow-y:auto;`;let x=null;s&&(x=document.createElement("div"),x.className="vela-sd-railscrim",x.addEventListener("click",()=>a?.()),a=C=>{let I=C??!E.classList.contains("open");E.classList.toggle("open",I),x?.classList.toggle("open",I);});let S=document.createElement("div");S.className="vela-sd-pane",S.style.cssText=s?"flex:1;min-width:0;overflow-y:auto;overflow-anchor:none;padding:6px 14px calc(14px + env(safe-area-inset-bottom, 0px));":"flex:1;overflow-y:auto;overflow-anchor:none;padding:6px 18px 14px;";let P=[],k=null;for(let C of [...c.children]){let I=C.dataset.sdTab;if(I!==void 0){let V=document.createElement("div");V.style.display="none";let Y=document.createElement("button");Y.type="button",Y.textContent=I,Y.className="vela-sd-tab"+(C.dataset.sdSub!==void 0?" vela-sd-tab-sub":""),P.push({title:I,el:V,tab:Y,style:C.dataset.sdStyle,visibility:C.dataset.sdVisibility}),k=V,C.remove();continue}k&&k.appendChild(C);}for(let C=P.length-1;C>=0;C--)P[C].el.childElementCount===0&&P.splice(C,1);this.syncTypeTabs=C=>{let I=false;P.forEach((V,Y)=>{if(!V.style)return;let K=V.visibility==="always"||V.style===C||C==="heikinashi"&&V.style==="heikinashi";V.tab.style.display=K?"":"none",!K&&V.el.style.display==="block"&&(I=true);}),I&&M(0);};let T=new Wt({host:this.container,title:"Chart settings",modal:false,contained:true,align:"top",draggable:!s,flush:true,className:"vela-dialog--settings",headerStart:l,closeOnBackdrop:true,footer:C=>{C.style.cssText="padding:10px 14px;display:flex;align-items:center;justify-content:flex-start;gap:8px;";let I=document.createElement("button");I.type="button",I.textContent="Reset defaults",I.className="vela-sd-btn",I.addEventListener("click",()=>this.onReset?.()),C.appendChild(I);},onOpenChange:C=>{C||this.close();}});s&&T.positioner.classList.add("vela-sd-mobile"),T.positioner.style.paddingTop=s?"0":"8vh";let M=C=>{P.forEach((I,V)=>{I.el.style.display=V===C?"block":"none",I.tab.classList.toggle("on",V===C);}),this.activeSection=P[C]?.title??null,s&&(T.titleEl.textContent=P[C]?.title??"Chart settings",a?.(false));};P.forEach((C,I)=>{C.tab.addEventListener("click",()=>M(I)),E.appendChild(C.tab),S.appendChild(C.el);}),this.tabs=P.map((C,I)=>({title:C.title,show:()=>M(I)}));let L=o!==void 0?P.findIndex(C=>C.title.toLowerCase()===o.toLowerCase()):P.findIndex(C=>C.style===e.series.style&&!C.tab.classList.contains("vela-sd-tab-sub"));M(L>=0?L:0),this.syncTypeTabs?.(e.series.style),w.append(E,S),x&&w.append(x),T.body.appendChild(w),this.root=T.positioner,this.ui=T,T.show();for(let C of P){let I=[...C.el.querySelectorAll("[data-sd-rows-host]")];if(I.length===0){this.layoutSettingsGrids(C.el);continue}for(let V of I)this.layoutSettingsGrids(V);}}close(){le(),qd();let e=this.ui;this.ui=null,this.root=null,this.tabs=[],e?.destroy();}destroy(){this.close(),this.onChange=null,this.onImport=null,this.config=null;}emitType(e,t,n){this.emit({chartTypes:{[e]:{[t]:n}}});}emit(e){this.onChange?.(e);}sectionTitle(e){return Gt(e)}chartTypeSection(e,t,n,i){let o=this.section(t.title);o.dataset.sdStyle=e,o.dataset.sdVisibility=t.visibility??"active",i.append(o);let s=n.chartTypes[e]??{},a={},l=h=>{for(let p of h)for(let m of Pi(p)){let f=s[m.key];a[m.key]=typeof f===m.type?f:m.defval;}};t.rows&&l(t.rows);for(let h of t.instances??[])l(h.rows);for(let h of t.subsections??[])l(h.rows);for(let h of t.instances??[])!h.enableKey||h.enableKey in a||(a[h.enableKey]=s[h.enableKey]===true);for(let h of t.subsections??[])!h.enableKey||h.enableKey in a||(a[h.enableKey]=s[h.enableKey]===true);let c=[],d=(h,p)=>{a[h]=p,this.emitType(e,h,p);for(let m of c)m();},u=`type:${e}`;if(t.instances&&t.instances.length>0){let h=t.instances.map(p=>({...p,rows:Ul(p.rows,u,this.hiddenSettings)}));i.append(this.instancesBlock(e,h,a,d,c));}else if(t.rows){let h=Ul(t.rows,u,this.hiddenSettings);t.layout==="grouped"?i.append(this.groupedRows(`${e}/rows`,h,a,d,c)):this.flatTypeRows(h,a,d,c,i);}for(let h of t.subsections??[]){if(je(`${u}.${tr(h.title)}`,this.hiddenSettings))continue;let p=Ul(h.rows,u,this.hiddenSettings);if(p.length===0)continue;let m=this.section(h.title);m.dataset.sdStyle=e,m.dataset.sdVisibility=t.visibility??"active",m.dataset.sdSub="1",i.append(m),i.append(this.groupedRows(`${e}/${h.title}`,p,a,d,c,h.enableKey));}for(let h of c)h();}flatTypeRows(e,t,n,i,o){let s=[];for(let a of e){let l=a.kind==="heading"||a.kind==="header"?this.sectionTitle(a.label):this.typeRow(a,t,n,i);s.push({el:l,when:a.when}),o.append(l);}i.push(()=>{for(let a of s)a.el.classList.toggle("vela-sd-hide",!Fn(a.when,t));});}typeRow(e,t,n,i){let o=mr(e),s=[];for(let a of o.controls){let l=this.inlineControl(a,t,n,o.toggle!==void 0);if(a.kind!=="hint"&&i.push(()=>l.dispatchEvent(new Event("vela-sync"))),a.kind!=="hint"&&a.when){l.dataset.sdSelfGated="1";let c=a.when;i.push(()=>{l.style.display=Fn(c,t)?"":"none";});}s.push(l);}if(o.toggle){let a=o.toggle,l=this.toggleRow(o.label,t[a.key],c=>n(a.key,c),s,()=>t[a.key]===true);return i.push(()=>l.dispatchEvent(new Event("vela-sync"))),l}return this.rowWith(o.label,s)}inlineControl(e,t,n,i){if(e.kind==="hint"){let s=document.createElement("span");return s.textContent=e.text,s.style.cssText="color:var(--vela-fg-muted);",s}if(e.kind==="color")return Z({kind:"color",theme:this.theme,get:()=>t[e.key],onChange:s=>n(e.key,s),title:e.label}).el;if(e.kind==="width"){let s=typeof t[e.key]=="number"?t[e.key]:e.defval;return Z({kind:"width",theme:this.theme,get:()=>typeof t[e.key]=="number"?t[e.key]:s,onChange:a=>n(e.key,a),title:e.label}).el}if(e.kind==="select"){let s=typeof t[e.key]=="string"?t[e.key]:e.defval;return Z({kind:"select",options:sP(e.options).map(([a,l])=>({value:a,label:l})),value:s,fill:false,theme:this.theme,title:e.label,onChange:a=>n(e.key,a),sync:()=>typeof t[e.key]=="string"?t[e.key]:e.defval}).el}let o=typeof t[e.key]=="number"?t[e.key]:e.defval;return Z({kind:"number",value:o,min:e.min,max:e.max,step:e.step??1,fill:false,commit:"live",clamp:e.placeholder!==void 0,steppers:true,compact:i,title:e.label,placeholder:e.placeholder,emptyValue:e.placeholder!==void 0?e.defval:void 0,onChange:s=>n(e.key,s),sync:()=>typeof t[e.key]=="number"?t[e.key]:e.defval}).el}instancesBlock(e,t,n,i,o){let s=document.createElement("div"),a=document.createElement("div");a.className="vela-sd-itabs",(t.length>1||t[0]?.enableKey!==void 0)&&s.append(a);let l=t.map((u,h)=>{let p=this.groupedRows(`${e}/#${h}`,u.rows,n,i,o);return s.append(p),p}),c=u=>!u.enableKey||n[u.enableKey]===true,d=()=>{let u=this.typeActiveInstance.get(e)??0;c(t[u]??t[0])||(u=0),this.typeActiveInstance.set(e,u),a.replaceChildren(),t.forEach((p,m)=>{if(!c(p))return;let f=document.createElement("button");f.type="button",f.className="vela-sd-itab"+(m===u?" on":"");let g=document.createElement("span");if(g.textContent=p.label,f.append(g),m===u&&p.enableKey){let b=document.createElement("span");b.className="vela-sd-ix",b.textContent="\u2715",b.title=`Remove ${p.label}`,b.addEventListener("click",y=>{y.stopPropagation(),this.typeActiveInstance.set(e,0),i(p.enableKey,false);}),f.append(b);}f.addEventListener("click",()=>{this.typeActiveInstance.set(e,m),d();}),a.append(f);});let h=t.findIndex(p=>!c(p));if(h>=0){let p=document.createElement("button");p.type="button",p.className="vela-sd-itab vela-sd-itab-add",p.textContent="+",p.title=`Add ${t[h].label}`,p.addEventListener("click",()=>{this.typeActiveInstance.set(e,h),i(t[h].enableKey,true);}),a.append(p);}l.forEach((p,m)=>p.classList.toggle("vela-sd-hide",m!==u));};return o.push(d),s}groupedRows(e,t,n,i,o,s){let a=document.createElement("div");a.className="vela-sd-struct";let l=document.createElement("div");l.className="vela-sd-toc";let c=document.createElement("div");c.dataset.sdRowsHost="1",c.style.cssText="flex:1 1 auto;min-width:0;",a.append(l,c);let d=[],u=[],h=[],p=-1;for(let f of t){if(f.kind==="heading"){p=u.length,u.push(f.label),h.push(f.when);continue}if(f.kind==="header"){d.push({el:this.sectionTitle(f.label),when:f.when,group:p,header:true}),c.append(d[d.length-1].el);continue}let g=this.typeRow(f,n,i,o),b=f.kind==="row"?f.toggle?.key:f.kind==="range"?void 0:f.key;d.push({el:g,when:f.when,group:p,key:b}),c.append(g);}let m=()=>{let f=u.map((v,w)=>Fn(h[w],n)&&d.some(E=>E.group===w&&!E.header&&Fn(E.when,n))),g=u.indexOf(this.typeActiveGroup.get(e)??"");(g<0||!f[g])&&(g=f.findIndex(Boolean)),g>=0&&this.typeActiveGroup.set(e,u[g]),l.replaceChildren(),u.forEach((v,w)=>{if(!f[w])return;let E=document.createElement("button");E.type="button",E.className="vela-sd-toc-btn"+(w===g?" on":""),E.textContent=v,E.addEventListener("click",()=>{this.typeActiveGroup.set(e,v),m();}),l.append(E);});let b=f.some(Boolean);l.classList.toggle("vela-sd-hide",!b),a.classList.toggle("no-toc",!b);let y=!s||n[s]===true;for(let v=0;v<d.length;v++){let w=d[v],E=(w.group===-1||w.group===g)&&Fn(w.when,n);if(E&&w.header){let x=false;for(let S=v+1;S<d.length;S++){let P=d[S];if(P.group!==w.group||P.header)break;if(Fn(P.when,n)){x=true;break}}E=x;}w.el.classList.toggle("vela-sd-hide",!E),w.el.classList.toggle("vela-sd-soft",E&&!y&&w.key!==s);}};return o.push(m),a}separator(){return Jd()}layoutSettingsGrids(e){if(e.childElementCount===0)return;let t=vo({variant:"settings",mobile:this.mobileLayout});for(;e.firstChild;)t.appendChild(e.firstChild);e.appendChild(t);for(let n of [...t.children])n.dataset.sdGroup!==void 0&&this.flattenGroup(n,t);}flattenGroup(e,t){e.style.display="contents";for(let n of [...e.children])n.dataset.sdGroup!==void 0&&this.flattenGroup(n,t);}swatch(e,t,n){let i=e;return Z({kind:"color",theme:this.theme,get:()=>n?n():i,onChange:o=>{i=o,t(o);}}).el}rowWith(e,t){return pe({label:e,labelSize:"sm",control:t,className:"vela-sd-row"})}section(e){let t=document.createElement("div");return t.dataset.sdTab=e,t.style.display="none",t}group(){let e=document.createElement("div");return e.dataset.sdGroup="",e.style.cssText="display:contents;",e}colorRow(e,t,n){let i=t;return pe({label:e,labelSize:"sm",fit:true,className:"vela-sd-row",control:Z({kind:"color",theme:this.theme,get:()=>i,onChange:o=>{i=o,n(o);}}).el})}boolRow(e,t,n){return this.toggleRow(e,t,n,[])}toggleRow(e,t,n,i,o){return pe({label:e,labelSize:"sm",bool:i.length===0,toggle:{checked:t,onChange:n,get:o},control:i,className:i.length===0?"vela-sd-bool":"vela-sd-row"})}numberRow(e,t,n,i,o,s){return pe({label:e,labelSize:"sm",className:"vela-sd-row",control:Z({kind:"number",value:t,min:n,max:i,step:o,fill:false,commit:"live",steppers:true,onChange:s}).el})}selectRowLabeled(e,t,n,i){return pe({label:e,labelSize:"sm",className:"vela-sd-row",control:Z({kind:"select",options:n.map(([o,s])=>({value:o,label:s})),value:t,fill:false,theme:this.theme,onChange:i}).el})}selectRow(e,t,n,i){return this.selectRowLabeled(e,t,n.map(o=>[o,o]),i)}};function sP(r){return r.map(e=>typeof e=="string"?[e,e]:e)}function aP(r){let e=Cu.map(n=>[n.value,Tu(n.value,n.label)]),t=Gl(r);return Cu.some(n=>n.value===t)?e:[[t,Tu(t,t)],...e]}var Oo=Zo,Fo=Jo;function qe(r,e){if(r instanceof be){if(!r.fillTriangles().length)return null;let t=r.valid();return r.style.fillColor??(t==null?r.style.lineColor:t?Oo:Fo)}return r instanceof $e?r.style.fillColor??e.background:r.style.fillColor??null}var lP=4.5,cP=R,dP=$(Pe,.55),uP=.7,Yv=Ah,hP=Qo,Kv={selected:.3,hovered:.12};function Pu(r){let e=new Set(r.selected);return r.dragged&&e.add(r.dragged),r.hovered&&e.add(r.hovered),r.mutedLabel&&e.delete(r.mutedLabel),e}var Yl=class{constructor(){this.targets={};this.seriesLook={style:"candles",upColor:q,downColor:X,lineColor:q};}paintAll(e,t,n,i,o={}){this.targets=o;for(let s of t)s.visible&&this.paintClipped(e,s,n,()=>this.paintOne(e,s,n,i));this.targets={},this.paintHighlights(e,t,n,Pu(o));}paintHighlights(e,t,n,i){if(i.size!==0)for(let o of t)o.visible&&i.has(o.id)&&this.paintClipped(e,o,n,()=>this.paintHandles(e,o.handlePoints(n)));}paintClipped(e,t,n,i){if(!n.paneRect){i();return}let o=n.paneRect(t.paneId);!o||o.height<=0||(e.save(),e.beginPath(),e.rect(0,o.top,n.width,o.height),e.clip(),i(),e.restore());}paintGhost(e,t,n,i){e.globalAlpha=uP,t instanceof Dt||t instanceof Be?this.paintTimeSpanGhost(e,t,n):t instanceof Fe?this.paintMagnifierGhost(e,t,n,i):this.paintOne(e,t,n,i),e.globalAlpha=1;}paintTimeSpanGhost(e,t,n){let i=t.anchors[0],o=t.anchors[1];if(!i)return;let s=t instanceof Dt?t.reg?.midColor||Pe:Pe,a=u=>{let h=n.xOf(u);e.save(),e.strokeStyle=s,e.globalAlpha=.6*e.globalAlpha,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(h,0),e.lineTo(h,n.height),e.stroke(),e.restore();};a(i.time),o&&a(o.time);let l=n.yOf(i.price,t.paneId),c=o?n.yOf(o.price,t.paneId):null,d=[];l!=null&&d.push([n.xOf(i.time),l]),o&&c!=null&&(e.save(),e.strokeStyle=s,e.lineWidth=1,e.setLineDash([]),e.beginPath(),e.moveTo(n.xOf(i.time),l??c),e.lineTo(n.xOf(o.time),c),e.stroke(),e.restore(),d.push([n.xOf(o.time),c])),this.paintHandles(e,d);}paintSnapRing(e,t,n,i){e.setLineDash([]),e.globalAlpha=.9,e.beginPath(),e.arc(t,n,5.5,0,Math.PI*2),e.strokeStyle=i.textColor,e.lineWidth=1.5,e.stroke(),e.globalAlpha=1;}paintOne(e,t,n,i){if(t.type==="highlighter"&&t instanceof te){this.paintHighlighter(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof te){if(this.paintSegments(e,t,n),t.type==="path"){let o=t.handlePoints(n);o.length>=2&&this.paintArrowhead(e,o[o.length-2],o[o.length-1],t.style);}this.paintLabel(e,t,n,i);return}if(t instanceof En){this.paintArrowMark(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Pn){this.paintGlyphStamp(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Je){this.paintRadialFib(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof In){this.paintFibSpiral(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Rn){this.paintDedekind(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof De){this.paintMachFigure(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof An){this.paintFibRatios(e,t,n,i),this.paintGannArcs(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof re){this.paintFibRatios(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Dn){this.paintMeasureBox(e,t,n,i);return}if(t instanceof We){this.paintPosition(e,t,n,i);return}if(t instanceof Dt){this.paintRegressionChannel(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Tn){this.paintAnchoredVwap(e,t,n),this.paintLabel(e,t,n,i);return}if(t instanceof Be){this.paintFixedRangeVp(e,t,n,i),this.paintLabel(e,t,n,i);return}if(t instanceof Fe){this.paintMagnifier(e,t,n,i);return}if(t instanceof be){this.paintPattern(e,t,n,i);return}if(t instanceof Sn){this.paintComment(e,t,n,i);return}if(t instanceof xn){this.paintPriceNote(e,t,n,i);return}if(t instanceof Cn){this.paintSignpost(e,t,n,i);return}if(t instanceof dt){this.paintCallout(e,t,n,i);return}if(t instanceof yn){this.paintNote(e,t,n,i);return}if(t instanceof wn){this.paintPriceLabel(e,t,n,i);return}switch(t.type){case "hline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(0,o[0][1]),e.lineTo(n.width,o[0][1]);});break}case "trendline":case "arrow":{let o=t.handlePoints(n);if(o.length<2)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]),e.lineTo(o[1][0],o[1][1]);}),t.style.arrowRight&&this.paintArrowhead(e,o[0],o[1],t.style),t.style.arrowLeft&&this.paintArrowhead(e,o[1],o[0],t.style);break}case "ellipse":{let o=t.handlePoints(n);if(o.length<2)return;let s=(o[0][0]+o[1][0])/2,a=(o[0][1]+o[1][1])/2,l=Math.abs(o[1][0]-o[0][0])/2,c=Math.abs(o[1][1]-o[0][1])/2;t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.ellipse(s,a,l,c,0,0,Math.PI*2),e.fill(),e.restore()),this.applyStroke(e,t.style),e.beginPath(),e.ellipse(s,a,l,c,0,0,Math.PI*2),e.stroke(),e.setLineDash([]);break}case "ray":{let o=t.handlePoints(n);if(o.length<2)return;let[s,a,l,c]=Zr(o[0][0],o[0][1],o[1][0],o[1][1],"right",n.width,n.height);this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});break}case "extendedline":{let o=t.handlePoints(n);if(o.length<2)return;let[s,a,l,c]=Zr(o[0][0],o[0][1],o[1][0],o[1][1],"both",n.width,n.height);this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});break}case "vline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],0),e.lineTo(o[0][0],n.height);});break}case "hray":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]),e.lineTo(n.width,o[0][1]);});break}case "crossline":{let o=t.handlePoints(n);if(o.length===0)return;this.stroke(e,t.style,()=>{e.moveTo(0,o[0][1]),e.lineTo(n.width,o[0][1]),e.moveTo(o[0][0],0),e.lineTo(o[0][0],n.height);});break}case "infoline":this.paintInfoLine(e,t,n);break;case "trendangle":this.paintTrendAngle(e,t,n,i);break;case "circle":{let o=t.handlePoints(n);if(o.length<2)return;let s=o[0][0],a=o[0][1],l=Math.hypot(o[1][0]-s,o[1][1]-a);if(l<1)return;t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.arc(s,a,l,0,Math.PI*2),e.fill(),e.restore()),this.applyStroke(e,t.style),e.beginPath(),e.arc(s,a,l,0,Math.PI*2),e.stroke(),e.setLineDash([]);break}case "box":{let o=t.handlePoints(n);if(o.length<2)return;let s=Math.min(o[0][0],o[1][0]),a=Math.min(o[0][1],o[1][1]),l=Math.abs(o[1][0]-o[0][0]),c=Math.abs(o[1][1]-o[0][1]);t.style.fillColor&&(e.save(),e.fillStyle=t.style.fillColor,e.fillRect(s,a,l,c),e.restore()),this.applyStroke(e,t.style),e.strokeRect(s,a,l,c),e.setLineDash([]);break}}this.paintLabel(e,t,n,i);}paintLabel(e,t,n,i){let o=t.text;if(!o||!o.value||t.id===this.targets.mutedLabel)return;let s=mP(t,n);if(!s)return;let a=xe(o.size);e.save(),s.rotate&&(e.translate(s.rotate.cx,s.rotate.cy),e.rotate(s.rotate.angle)),e.font=`${o.bold?"bold ":""}${o.italic?"italic ":""}${a}px ${i.fontFamily}`,e.textBaseline="top",e.textAlign=s.align,e.fillStyle=o.color??i.textColor;let l=kt(a),c=o.value.split(`
888
+ `);c.forEach((d,u)=>e.fillText(d,s.x,s.top+u*l)),t.type==="text"&&this.paintTextFrame(e,t.id,s.x,s.top,c,a,i),e.restore();}paintTextFrame(e,t,n,i,o,s,a){let l=this.targets,c=l.selected?.has(t)?Kv.selected:l.hovered===t?Kv.hovered:0;if(c===0)return;let d=kt(s),u=Math.max(8,...o.map(h=>e.measureText(h).width));e.save(),e.setLineDash([]),e.lineWidth=1,e.strokeStyle=$(a.textColor,c),lt(e,n-Qn,i-(d-s)/2-er,u+Qn*2,o.length*d+er*2,4),e.stroke(),e.restore();}paintFibRatios(e,t,n,i){let o=t.entryLines(n);if(!o||o.length===0)return;for(let l of t.fillBands(n))e.save(),e.globalAlpha=.06*e.globalAlpha,e.fillStyle=l.color,e.fillRect(l.x,l.y,l.w,l.h),e.restore();e.textBaseline="middle";let s=`${xe(t.numbersSize)}px ${i.fontFamily}`,a=`${xe(t.labelsSize)}px ${i.fontFamily}`;for(let l of o)this.stroke(e,{...t.style,lineColor:l.color},()=>{e.moveTo(l.x1,l.y1),e.lineTo(l.x2,l.y2);}),e.fillStyle=l.color,e.font=s,e.textAlign=l.numberAlign,e.fillText(l.numberText,l.numberX,l.numberY),l.label&&(e.font=a,e.textAlign="center",e.fillText(l.label,l.labelX,l.labelY));e.textAlign="left",e.textBaseline="alphabetic";}paintRadialFib(e,t,n,i){let o=t.radial(n);if(o&&o.R0>=1){let s=`${xe(t.numbersSize)}px ${i.fontFamily}`,a=(o.a0+o.a1)/2;e.textBaseline="middle";for(let l of t.levels){if(!l.enabled)continue;let c=o.R0*l.ratio;c<.5||(this.applyStroke(e,{...t.style,lineColor:l.color}),e.beginPath(),e.arc(o.cx,o.cy,c,o.a0,o.a1),e.stroke(),e.setLineDash([]),e.fillStyle=l.color,e.font=s,e.textAlign="left",e.fillText(String(l.ratio),o.cx+Math.cos(a)*c+3,o.cy+Math.sin(a)*c));}e.textBaseline="alphabetic",e.textAlign="left";}for(let s of t.boundingLines(n))this.stroke(e,t.style,()=>{e.moveTo(s[0],s[1]),e.lineTo(s[2],s[3]);});}paintGannArcs(e,t,n){let i=t.arcGeom(n);if(!i||Math.abs(i.bx)<1||Math.abs(i.py)<1)return;let o=24;for(let s of Cc){this.applyStroke(e,{...t.style,lineColor:s.color}),e.beginPath();for(let a=0;a<=o;a+=1){let l=a/o*(Math.PI/2),c=i.ox+s.k*i.bx*Math.cos(l),d=i.oy+s.k*i.py*Math.sin(l);a===0?e.moveTo(c,d):e.lineTo(c,d);}e.stroke();}e.setLineDash([]);}paintFibSpiral(e,t,n){let i=t.spiralPoints(n);!i||i.length<2||this.stroke(e,t.style,()=>{e.moveTo(i[0][0],i[0][1]);for(let o=1;o<i.length;o+=1)e.lineTo(i[o][0],i[o][1]);});}paintMachFigure(e,t,n,i){let o=t.geom(n);if(o){for(let s of o.circles)this.applyStroke(e,{...t.style,lineColor:s.color}),e.beginPath(),e.arc(s.cx,s.cy,s.r,0,Math.PI*2),e.stroke();this.applyStroke(e,t.style),e.lineWidth=t.style.lineWidth+.5;for(let s of o.rays)e.beginPath(),e.moveTo(s[0],s[1]),e.lineTo(s[2],s[3]),e.stroke();if(e.beginPath(),e.arc(o.noseX,o.noseY,Math.max(2.5,t.style.lineWidth+1.5),0,Math.PI*2),e.fillStyle=t.style.lineColor,e.fill(),e.setLineDash([]),t.showRatios!==false){let s=`${xe("small")}px ${i.fontFamily}`;e.font=s,e.textBaseline="middle",e.textAlign="left";for(let a of o.circles){let l=a.cx+o.fx*a.r+4,c=a.cy+o.fy*a.r;e.fillStyle=a.color,e.fillText(pP(a.ratio),l,c);}e.textBaseline="alphabetic",e.textAlign="left";}}}paintDedekind(e,t,n){let i=t.box(n),o=t.geodesics(n);if(!i||!o)return;let{left:s,right:a,top:l,bot:c}=i;e.save(),this.applyStroke(e,t.style),e.globalAlpha*=.45,e.strokeRect(s,l,a-s,c-l),e.restore(),e.save(),e.beginPath(),e.rect(s,l,a-s,c-l),e.clip(),this.applyStroke(e,t.style);for(let d of o)e.beginPath(),d.kind==="vline"?(e.moveTo(d.x,d.y0),e.lineTo(d.x,d.y1)):e.arc(d.cx,d.cy,d.r,Math.PI,0,false),e.stroke();e.setLineDash([]),e.restore();}paintMeasureBox(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let s=Math.min(o[0][0],o[1][0]),a=Math.min(o[0][1],o[1][1]),l=Math.abs(o[1][0]-o[0][0]),c=Math.abs(o[1][1]-o[0][1]),d=t.isUp()?q:X;e.save(),e.globalAlpha=.12*e.globalAlpha,e.fillStyle=d,e.fillRect(s,a,l,c),e.restore(),e.setLineDash(mn(t.style.lineStyle,t.style.lineWidth)),e.strokeStyle=d,e.lineWidth=t.style.lineWidth,e.strokeRect(s,a,l,c),e.setLineDash([]);let u=t.measureLabel(n),h=xe(t.text?.size??"normal");e.fillStyle=t.text?.color??i.textColor,e.font=`${h}px ${i.fontFamily}`,e.textAlign="center",e.textBaseline="middle";let p=Math.round(h*1.35),m=a+c/2-(u.length-1)*p/2;u.forEach((f,g)=>e.fillText(f,s+l/2,m+g*p)),e.textAlign="left",e.textBaseline="alphabetic";}paintPosition(e,t,n,i){let o=t.layout(n);if(!o)return;let{x1:s,x2:a,ey:l,sy:c,ty:d}=o,u=a-s,h=(b,y,v)=>{e.save(),e.globalAlpha=.13*e.globalAlpha,e.fillStyle=v,e.fillRect(s,Math.min(b,y),u,Math.abs(y-b)),e.restore();};h(l,d,t.profitColor),h(l,c,t.lossColor);let p=(b,y)=>this.stroke(e,{...t.style,lineColor:y},()=>{e.moveTo(s,b),e.lineTo(a,b);});if(p(d,t.profitColor),p(c,t.lossColor),p(l,t.style.lineColor),!t.showText)return;let m=xe(t.text?.size??"normal");e.fillStyle=t.text?.color??i.textColor,e.textAlign="center",e.textBaseline="middle",e.font=`${m}px ${i.fontFamily}`;let f=s+u/2,g=Math.min(l,c,d)-9;t.showHeader&&e.fillText(t.headerLabel(),f,t.showLossSize?g-Math.round(m*1.15):g),e.font=`${Math.max(10,m-1)}px ${i.fontFamily}`,t.showLossSize&&e.fillText(t.lossSizeLabel(),f,g),t.showTargetLabel&&e.fillText(t.targetLabel(),f,(l+d)/2),t.showStopLabel&&e.fillText(t.stopLabel(),f,(l+c)/2),e.textAlign="left",e.textBaseline="alphabetic";}paintRegressionChannel(e,t,n,i){let o=t.layout(n);if(!o)return;let s=t.reg,a=(c,d,u,h,p)=>{e.save(),e.fillStyle=c,e.beginPath(),e.moveTo(o.x0,d),e.lineTo(o.x1,u),e.lineTo(o.x1,p),e.lineTo(o.x0,h),e.closePath(),e.fill(),e.restore();};a(s.upperFill,o.midY0,o.midY1,o.upperY0,o.upperY1),a(s.lowerFill,o.midY0,o.midY1,o.lowerY0,o.lowerY1);let l=(c,d,u,h)=>this.stroke(e,{lineColor:c,lineWidth:t.style.lineWidth,lineStyle:d},()=>{e.moveTo(o.x0,u),e.lineTo(o.x1,h);});if(l(s.upperColor,s.upperStyle,o.upperY0,o.upperY1),l(s.lowerColor,s.lowerStyle,o.lowerY0,o.lowerY1),l(s.midColor,s.midStyle,o.midY0,o.midY1),o.showR2){let c=`R\xB2 ${Math.round(o.r2*100)}%`;e.font=`11px ${i.fontFamily}`;let d=e.measureText(c).width,u=5,h=4,p=d+u*2,m=o.x0-h-p,f=o.midY0-9;e.save(),e.globalAlpha=.9*e.globalAlpha,lt(e,m,f-8,p,16,3),e.fillStyle=Yv,e.fill(),e.restore(),e.fillStyle=i.textColor,e.textAlign="left",e.textBaseline="middle",e.fillText(c,m+u,f),e.textBaseline="alphabetic";}}paintMagnifierGhost(e,t,n,i){let o=t.rect(n);o&&(e.save(),e.strokeStyle=t.style.lineColor||we(i.background),e.lineWidth=1,e.setLineDash([4,4]),e.strokeRect(Math.min(o.x1,o.x2),Math.min(o.y1,o.y2),Math.abs(o.x2-o.x1),Math.abs(o.y2-o.y1)),e.restore());}paintMagnifier(e,t,n,i){let o=t.rect(n),s=t.anchors[0],a=t.anchors[1];if(!o||!s||!a)return;let l=Math.min(o.x1,o.x2),c=Math.max(o.x1,o.x2),d=Math.min(o.y1,o.y2),u=Math.max(o.y1,o.y2),h=c-l,p=u-d;e.save(),e.globalAlpha=1,e.fillStyle=i.background,e.fillRect(l,d,h,p),e.restore();let m=Math.min(s.time,a.time),f=Math.max(s.time,a.time),g=n.barsBetween?n.barsBetween(m,f):0,b=g>0?(f-m)/g:0,y=n.seriesInRange&&b>0&&h>1&&p>1?n.seriesInRange(t.magnifier.timeframe,m,f+b):void 0,v=y?.state==="ready"||y?.state==="loading"?y.bars??[]:[];if(y&&(y.state==="ready"||y.state==="loading")&&v.length>0){let w=this.seriesLook,E=w.style!=="candles"?fr(w.style):null;E&&(v=E.full(v));let x=w.style==="bars"?"bars":w.style==="line"||w.style==="baseline"?"line":w.style==="area"?"area":"candles",S=(n.xOf(m+b)-n.xOf(m))/2;e.save(),e.beginPath(),e.rect(l,d,h,p),e.clip(),x==="line"||x==="area"?this.paintMagnifierLine(e,t,n,v,y.barMs,S,u,x==="area",t.magnifier.upColor||w.lineColor):this.paintMagnifierBars(e,t,n,v,y.barMs,S,l,c,x,t.magnifier.upColor||w.upColor,t.magnifier.downColor||w.downColor),e.restore();}else if(y){let w=y.state==="loading"?"Loading\u2026":y.state==="ready"?"No lower-timeframe data":y.reason==="too-wide"?"Area too wide for this timeframe":y.reason==="none-lower"?"No lower timeframe available":y.reason==="not-lower"?"Pick a timeframe below the chart":"No data source";this.paintMagnifierNotice(e,w,l,d,h,p,i);}if(e.save(),e.strokeStyle=t.style.lineColor||we(i.background),e.lineWidth=t.style.lineWidth||1,e.setLineDash(mn(t.style.lineStyle,t.style.lineWidth||1)),e.strokeRect(l,d,h,p),e.restore(),h>44){let w=xi(y?.state==="ready"||y?.state==="loading"?y.timeframe:t.magnifier.timeframe),E=17,x=4,S=n.paneRect?.(t.paneId),P=S?S.top+S.height:n.height,T=u+x+E<=P?u+x:u-x-E;e.save(),e.font=`10px ${i.fontFamily}`;let M=e.measureText(w).width,C=M+12+11;lt(e,l,T,C,E,3),e.fillStyle=i.background,e.fill(),e.strokeStyle=$(i.textColor,.28),e.lineWidth=1,e.setLineDash([]),e.stroke(),e.fillStyle=i.textColor,e.textAlign="left",e.textBaseline="middle",e.fillText(w,l+6,T+E/2+.5);let I=l+6+M+5,V=T+E/2;e.strokeStyle=$(i.textColor,.7),e.lineWidth=1.2,e.beginPath(),e.moveTo(I,V-1.5),e.lineTo(I+2.5,V+1.5),e.lineTo(I+5,V-1.5),e.stroke(),e.restore(),t.chipRect={x:l,y:T,w:C,h:E};}else t.chipRect=null;}paintMagnifierBars(e,t,n,i,o,s,a,l,c,d,u){e.setLineDash([]),e.lineWidth=1;for(let h of i){let p=n.xOf(h.time)-s,m=n.xOf(h.time+o)-s;if(m<a||p>l)continue;let f=n.yOf(h.high,t.paneId),g=n.yOf(h.low,t.paneId),b=n.yOf(h.open,t.paneId),y=n.yOf(h.close,t.paneId);if(f==null||g==null||b==null||y==null)continue;let v=h.close>=h.open?d:u,w=m-p,E=(p+m)/2;if(e.strokeStyle=v,e.beginPath(),e.moveTo(E,f),e.lineTo(E,g),e.stroke(),!(w<3))if(c==="bars"){let x=Math.max(1,w*.35);e.beginPath(),e.moveTo(E-x,b),e.lineTo(E,b),e.moveTo(E,y),e.lineTo(E+x,y),e.stroke();}else {let x=Math.max(1,w*.7);e.fillStyle=v,e.fillRect(E-x/2,Math.min(b,y),x,Math.max(1,Math.abs(y-b)));}}}paintMagnifierLine(e,t,n,i,o,s,a,l,c){let d=[];for(let u of i){let h=n.yOf(u.close,t.paneId);h!=null&&d.push([n.xOf(u.time+o/2)-s,h]);}if(!(d.length<2)){if(l){e.beginPath(),e.moveTo(d[0][0],a);for(let[u,h]of d)e.lineTo(u,h);e.lineTo(d[d.length-1][0],a),e.closePath(),e.fillStyle=$(c,.15),e.fill();}e.setLineDash([]),e.lineWidth=1.5,e.strokeStyle=c,e.beginPath(),e.moveTo(d[0][0],d[0][1]);for(let u=1;u<d.length;u+=1)e.lineTo(d[u][0],d[u][1]);e.stroke();}}paintMagnifierNotice(e,t,n,i,o,s,a){o<60||s<20||(e.save(),e.beginPath(),e.rect(n,i,o,s),e.clip(),e.font=`11px ${a.fontFamily}`,e.fillStyle=$(a.textColor,.55),e.textAlign="center",e.textBaseline="middle",e.fillText(t,n+o/2,i+s/2),e.restore());}paintPlacementHint(e,t,n,i,o){e.save(),e.font=`11px ${n.fontFamily}`;let a=e.measureText(t).width+24,l=24,c=(i-a)/2,d=o-l-14;lt(e,c,d,a,l,l/2),e.fillStyle=n.background,e.fill(),e.strokeStyle=$(n.textColor,.28),e.lineWidth=1,e.setLineDash([]),e.stroke(),e.fillStyle=n.textColor,e.textAlign="center",e.textBaseline="middle",e.fillText(t,i/2,d+l/2+.5),e.restore();}paintFixedRangeVp(e,t,n,i){let o=t.layout(n);if(!o)return;let s=t.frvp,{profile:a,maxW:l,anchorX:c,grow:d,yEdges:u}=o;if(a.maxTotal<=0||l<=0)return;for(let f=0;f<a.rows.length;f+=1){let g=a.rows[f],b=g.up+g.down;if(b<=0)continue;let y=u[f],v=u[f+1],w=Math.min(y,v),E=Math.max(1,Math.abs(v-y)-1),x=b/a.maxTotal*l,S=g.up/b*x,P=f>=a.vaFrom&&f<=a.vaTo,k=P?s.vaUpColor:s.upColor,T=P?s.vaDownColor:s.downColor,M=d===1?c:c-x;S>0&&(e.fillStyle=k,e.fillRect(M,w,S,E)),x-S>0&&(e.fillStyle=T,e.fillRect(M+S,w,x-S,E));}let h=t.style.lineWidth,p=(f,g,b,y)=>{!f||y==null||Xv(g)||this.stroke(e,{lineColor:g,lineWidth:h,lineStyle:b},()=>{e.moveTo(o.x0,y),e.lineTo(o.x1,y);});};p(s.showVah,s.vahColor,s.vahStyle,o.vahY),p(s.showVal,s.valColor,s.valStyle,o.valY),p(s.showPoc,s.pocColor??we(i.background),s.pocStyle,o.pocY);let m=Math.max(1,h);if(s.showDevelopingPoc&&this.strokePolyline(e,o.developingPoc,{lineColor:s.developingPocColor,lineWidth:m,lineStyle:s.developingPocStyle}),s.showDevelopingVa){let f={lineColor:s.developingVaColor,lineWidth:m,lineStyle:s.developingVaStyle};this.strokePolyline(e,o.developingVaHigh,f),this.strokePolyline(e,o.developingVaLow,f);}}paintAnchoredVwap(e,t,n){let i=t.layout(n);if(!i)return;let o=t.vwap,s=t.style.lineWidth;if(i.upper.length>=2&&o.bandFill){e.save(),e.fillStyle=o.bandFill,e.beginPath(),e.moveTo(i.upper[0][0],i.upper[0][1]);for(let a=1;a<i.upper.length;a+=1)e.lineTo(i.upper[a][0],i.upper[a][1]);for(let a=i.lower.length-1;a>=0;a-=1)e.lineTo(i.lower[a][0],i.lower[a][1]);e.closePath(),e.fill(),e.restore();}this.strokePolyline(e,i.upper,{lineColor:o.upperColor,lineWidth:s,lineStyle:o.upperStyle}),this.strokePolyline(e,i.lower,{lineColor:o.lowerColor,lineWidth:s,lineStyle:o.lowerStyle}),this.strokePolyline(e,i.mid,{lineColor:o.midColor,lineWidth:s,lineStyle:o.midStyle});}strokePolyline(e,t,n){t.length<2||Xv(n.lineColor)||this.stroke(e,n,()=>{e.moveTo(t[0][0],t[0][1]);for(let i=1;i<t.length;i+=1)e.lineTo(t[i][0],t[i][1]);});}paintCallout(e,t,n,i){this.paintBubble(e,t,n,i,5);}paintComment(e,t,n,i){this.paintBubble(e,t,n,i,999);}paintBubble(e,t,n,i,o){let s=t.points(n);if(!s)return;let a=s[0][0],l=s[0][1],c=s[1][0],d=s[1][1],u=t.text,h=xe(u?.size??"normal");e.font=`${u?.bold?"bold ":""}${u?.italic?"italic ":""}${h}px ${i.fontFamily}`;let p=(u?.value??"").split(`
889
889
  `),m=Math.max(8,...p.map(L=>e.measureText(L).width)),f=9,g=6,b=kt(h),y=m+f*2,v=p.length*b+g*2,w=c-y/2,E=d-v/2,x=y/2,S=v/2,P=a-c,k=l-d,T=Math.min(o,y/2,v/2),M=null;if(Math.abs(P)>x||Math.abs(k)>S){let L=Math.max(6,Math.min(y,v)*.18);if(Math.abs(P)/x>=Math.abs(k)/S){let C=P>0?w+y:w,I=Math.max(E+T+L,Math.min(E+v-T-L,d+k*(C-c)/(P||1)));M={edge:P>0?"right":"left",at:I,apex:[a,l],half:L};}else {let C=k>0?E+v:E,I=Math.max(w+T+L,Math.min(w+y-T-L,c+P*(C-d)/(k||1)));M={edge:k>0?"bottom":"top",at:I,apex:[a,l],half:L};}}e.save(),e.fillStyle=qe(t,i)??i.background,qv(e,w,E,y,v,T,M),e.fill(),e.restore(),this.applyStroke(e,t.style),qv(e,w,E,y,v,T,M),e.stroke(),e.setLineDash([]),e.fillStyle=u?.color??we(qe(t,i)??i.background),e.textBaseline="top",e.textAlign="left",p.forEach((L,C)=>e.fillText(L,w+f,E+g+C*b));}paintTextPlate(e,t,n,i,o,s,a,l,c,d,u){e.save(),e.fillStyle=qe(t,n)??n.background,lt(e,i,o,s,a,5),e.fill(),e.restore(),this.applyStroke(e,t.style),lt(e,i,o,s,a,5),e.stroke(),e.setLineDash([]),e.fillStyle=t.text?.color??we(qe(t,n)??n.background),e.textBaseline="top",e.textAlign="left",l.forEach((h,p)=>e.fillText(h,i+d,o+u+p*c));}measureText(e,t,n,i){let o=t.text,s=xe(o?.size??"normal");e.font=`${o?.bold?"bold ":""}${o?.italic?"italic ":""}${s}px ${n.fontFamily}`;let a=(o?.value||i).split(`
890
- `),l=Math.max(8,...a.map(c=>e.measureText(c).width));return {lines:a,tw:l,fs:s,lh:kt(s)}}paintNote(e,t,n,i){let o=t.handlePoints(n);if(!o.length)return;let[s,a]=o[0],{lines:l,tw:c,lh:d}=this.measureText(e,t,i,"Note"),u=8,h=5;this.paintTextPlate(e,t,i,s,a,c+u*2,l.length*d+h*2,l,d,u,h);}paintPriceNote(e,t,n,i){let o=t.points(n),s=t.anchors[0];if(!o||!s)return;let[a,l]=o[0],[c,d]=o[1],u=jv(s.price),h=t.text,p=xe(h?.size??"normal");e.font=`${h?.bold?"bold ":""}${h?.italic?"italic ":""}${p}px ${i.fontFamily}`;let m=9,f=6,g=e.measureText(u).width+m*2,b=kt(p)+f*2,y=c-g/2,v=d-b/2;this.stroke(e,t.style,()=>{e.moveTo(a,l),e.lineTo(c,d);}),e.fillStyle=t.style.lineColor,e.beginPath(),e.arc(a,l,3,0,Math.PI*2),e.fill(),e.save(),e.fillStyle=qe(t,i)??i.background,lt(e,y,v,g,b,5),e.fill(),e.restore(),this.applyStroke(e,t.style),lt(e,y,v,g,b,5),e.stroke(),e.setLineDash([]),e.fillStyle=h?.color??we(qe(t,i)??i.background),e.textBaseline="middle",e.textAlign="center",e.fillText(u,c,d+.5);}paintSignpost(e,t,n,i){let o=t.points(n);if(!o)return;let[s,a]=o[0],[l,c]=o[1],{lines:d,tw:u,lh:h}=this.measureText(e,t,i,"Signpost"),p=9,m=6,f=u+p*2,g=d.length*h+m*2;this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);}),e.fillStyle=t.style.lineColor,e.beginPath(),e.arc(s,a,3.5,0,Math.PI*2),e.fill(),this.paintTextPlate(e,t,i,l-f/2,c-g/2,f,g,d,h,p,m);}paintPriceLabel(e,t,n,i){let o=t.handlePoints(n),s=t.anchors[0];if(!o.length||!s)return;let[a,l]=o[0],c=jv(s.price),d=t.text,u=xe(d?.size??"normal");e.font=`${d?.bold?"bold ":""}${d?.italic?"italic ":""}${u}px ${i.fontFamily}`;let h=e.measureText(c).width,p=8,m=4,f=6,g=h+p*2,b=kt(u)+m*2,y=l-b/2,v=qe(t,i)??i.background;e.save(),e.fillStyle=v,e.beginPath(),e.moveTo(a,l),e.lineTo(a+f,l-5),e.lineTo(a+f,l+5),e.closePath(),e.fill(),lt(e,a+f,y,g,b,4),e.fill(),e.restore(),this.applyStroke(e,t.style),lt(e,a+f,y,g,b,4),e.stroke(),e.setLineDash([]),e.fillStyle=d?.color??we(v),e.textBaseline="middle",e.textAlign="left",e.fillText(c,a+f+p,l+.5);}paintPattern(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let s=t.valid(),a=qe(t,i)??t.style.lineColor,l=t.style.fillColor?1:.1;for(let[h,p,m]of t.fillTriangles()){let f=o[h],g=o[p],b=o[m];!f||!g||!b||(e.save(),e.globalAlpha=l*e.globalAlpha,e.fillStyle=a,e.beginPath(),e.moveTo(f[0],f[1]),e.lineTo(g[0],g[1]),e.lineTo(b[0],b[1]),e.closePath(),e.fill(),e.restore());}this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]);for(let h=1;h<o.length;h+=1)e.lineTo(o[h][0],o[h][1]);});let c=t.necklineIndices();if(c){let h=o[c[0]],p=o[c[1]],m=o.length;if(h&&p&&m>=2){let f=wc(h[0],h[1],p[0],p[1],o[0][0],o[0][1],o[1][0],o[1][1])??h,g=wc(h[0],h[1],p[0],p[1],o[m-2][0],o[m-2][1],o[m-1][0],o[m-1][1])??p;this.stroke(e,{...t.style,lineStyle:"dashed"},()=>{e.moveTo(f[0],f[1]),e.lineTo(g[0],g[1]);});}}let d=t.vertexLabels();if(e.fillStyle=i.textColor,e.font=`bold 12px ${i.fontFamily}`,e.textAlign="center",o.forEach((h,p)=>{let m=d[p];if(!m)return;let f=((o[p-1]?.[1]??h[1])+(o[p+1]?.[1]??h[1]))/2,g=h[1]<=f;e.textBaseline=g?"bottom":"top",e.fillText(m,h[0],g?h[1]-7:h[1]+7);}),t.legRatios()){e.font=`11px ${i.fontFamily}`,e.textAlign="left",e.textBaseline="middle";for(let h=2;h<o.length;h+=1){let p=t.ratioAt(h),m=o[h-1],f=o[h];if(p==null||!m||!f)continue;let g=t.ratioOk(h);e.fillStyle=g===true?Oo:g===false?Fo:i.textColor,e.fillText(p.toFixed(3),(m[0]+f[0])/2+6,(m[1]+f[1])/2);}}let u=t.patternName();if(u&&o.length>=2){let h=o[o.length-1],p=o[o.length-2],m=p?h[1]<=p[1]:false;e.font=`bold 12px ${i.fontFamily}`,e.fillStyle=s===false?Fo:Oo,e.textAlign="center",e.textBaseline=m?"bottom":"top",e.fillText(`${u} ${s?"\u2713":"\u2717"}`,h[0],m?h[1]-22:h[1]+22);}e.textAlign="left",e.textBaseline="alphabetic";}paintHighlighter(e,t,n){let i=t.geometry(n);if(!i||i.segments.length===0)return;e.save(),e.strokeStyle=t.style.lineColor,e.lineWidth=t.style.lineWidth,e.lineCap="round",e.lineJoin="round",e.setLineDash([]),e.beginPath();let o=i.segments[0];e.moveTo(o[0],o[1]);for(let s of i.segments)e.lineTo(s[2],s[3]);e.stroke(),e.restore();}paintSegments(e,t,n){let i=t.geometry(n);if(i){if(i.fill&&i.fill.length>=3&&t.style.fillColor){e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.moveTo(i.fill[0][0],i.fill[0][1]);for(let o=1;o<i.fill.length;o+=1)e.lineTo(i.fill[o][0],i.fill[o][1]);e.closePath(),e.fill(),e.restore();}for(let o of i.segments)this.stroke(e,t.style,()=>{e.moveTo(o[0],o[1]),e.lineTo(o[2],o[3]);});}}paintInfoLine(e,t,n){let i=t.handlePoints(n);if(i.length<2)return;let[o,s]=i[0],[a,l]=i[1];this.stroke(e,t.style,()=>{e.moveTo(o,s),e.lineTo(a,l);});let c=t.anchors[0],d=t.anchors[1];if(!c||!d)return;let u=d.price-c.price,h=c.price!==0?u/c.price*100:0,p=n.barsBetween?Math.abs(Math.round(n.barsBetween(c.time,d.time))):0,m=u>=0?"+":"",f=`${m}${u.toFixed(2)} (${m}${h.toFixed(2)}%) ${p} bars`,g=(o+a)/2,b=(s+l)/2;e.font="11px monospace";let y=e.measureText(f).width+12,v=18,w=g-2,E=b-v-4;e.save(),e.globalAlpha=.9*e.globalAlpha,lt(e,w,E,y,v,3),e.fillStyle=Yv,e.fill(),e.strokeStyle=pP,e.lineWidth=1,e.stroke(),e.restore(),e.fillStyle=u>=0?q:X,e.textAlign="left",e.textBaseline="middle",e.fillText(f,w+6,E+v/2),e.textBaseline="alphabetic";}paintTrendAngle(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let[s,a]=o[0],[l,c]=o[1];this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});let d=l-s,u=c-a,h=Math.atan2(-u,d),p=h*(180/Math.PI),m=Math.min(30,Math.hypot(d,u)*.3),f=t.style.lineColor;if(e.save(),e.globalAlpha=.4*e.globalAlpha,e.strokeStyle=f,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(s,a),e.lineTo(s+Math.max(Math.abs(d),m+20),a),e.stroke(),e.restore(),e.setLineDash([]),m>1){let g=-h;e.strokeStyle=f,e.lineWidth=1.5,e.beginPath(),e.arc(s,a,m,Math.min(0,g),Math.max(0,g)),e.stroke();}e.fillStyle=f,e.font=`11px ${i.fontFamily}`,e.textAlign="left",e.textBaseline="alphabetic",e.fillText(`${p.toFixed(1)}\xB0`,s+m+6,a+(u<0?-14:2));}paintArrowMark(e,t,n){let i=t.glyphPoints(n);if(!(!i||i.length<3)){e.save(),e.setLineDash([]),e.fillStyle=t.style.lineColor,e.beginPath(),e.moveTo(i[0][0],i[0][1]);for(let o=1;o<i.length;o+=1)e.lineTo(i[o][0],i[o][1]);e.closePath(),e.fill(),e.restore();}}paintGlyphStamp(e,t,n,i){let o=t.center(n);o&&(e.save(),e.setLineDash([]),e.font=`${t.sizePx()}px ${i.fontFamily}`,e.fillStyle=t.style.lineColor,e.textAlign="center",e.textBaseline="middle",e.fillText(t.glyph,o[0],o[1]),e.textAlign="left",e.textBaseline="alphabetic",e.restore());}paintArrowhead(e,t,n,i){let o=Math.atan2(n[1]-t[1],n[0]-t[0]),s=Math.max(9,i.lineWidth*3.5),a=Math.PI/7;e.save(),e.setLineDash([]),e.fillStyle=i.lineColor,e.beginPath(),e.moveTo(n[0],n[1]),e.lineTo(n[0]-s*Math.cos(o-a),n[1]-s*Math.sin(o-a)),e.lineTo(n[0]-s*Math.cos(o+a),n[1]-s*Math.sin(o+a)),e.closePath(),e.fill(),e.restore();}stroke(e,t,n){this.applyStroke(e,t),e.beginPath(),n(),e.stroke(),e.setLineDash([]);}applyStroke(e,t){e.strokeStyle=t.lineColor,e.lineWidth=t.lineWidth,e.setLineDash(mn(t.lineStyle,t.lineWidth));}paintHandles(e,t){e.setLineDash([]),e.lineWidth=1.5;for(let[n,i]of t)e.beginPath(),e.arc(n,i,cP,0,Math.PI*2),e.fillStyle=uP,e.fill(),e.strokeStyle=dP,e.stroke();}};function Xv(r){let e=r.trim().toLowerCase();if(/^#[0-9a-f]{8}$/.test(e))return e.endsWith("00");let t=/rgba?\([^)]*,\s*([\d.]+)\s*\)$/.exec(e);return t?parseFloat(t[1])===0:false}function jv(r){let e=Su(r);return r.toLocaleString("en-US",{minimumFractionDigits:e,maximumFractionDigits:e})}function lt(r,e,t,n,i,o){let s=Math.min(o,n/2,i/2);r.beginPath(),r.moveTo(e+s,t),r.arcTo(e+n,t,e+n,t+i,s),r.arcTo(e+n,t+i,e,t+i,s),r.arcTo(e,t+i,e,t,s),r.arcTo(e,t,e+n,t,s),r.closePath();}function qv(r,e,t,n,i,o,s){let a=(l,c,d)=>{if(s&&s.edge===l){let[u,h]=s.apex;l==="top"?(r.lineTo(s.at-s.half,t),r.lineTo(u,h),r.lineTo(s.at+s.half,t)):l==="bottom"?(r.lineTo(s.at+s.half,t+i),r.lineTo(u,h),r.lineTo(s.at-s.half,t+i)):l==="right"?(r.lineTo(e+n,s.at-s.half),r.lineTo(u,h),r.lineTo(e+n,s.at+s.half)):(r.lineTo(e,s.at+s.half),r.lineTo(u,h),r.lineTo(e,s.at-s.half));}r.lineTo(c,d);};r.beginPath(),r.moveTo(e+o,t),a("top",e+n-o,t),r.arcTo(e+n,t,e+n,t+o,o),a("right",e+n,t+i-o),r.arcTo(e+n,t+i,e+n-o,t+i,o),a("bottom",e+o,t+i),r.arcTo(e,t+i,e,t+i-o,o),a("left",e,t+o),r.arcTo(e,t,e+o,t,o),r.closePath();}function mP(r){if(!Number.isFinite(r))return "";let e=Math.round(r*1e3)/1e3;return String(e)}function fP(r,e){let t=r.text;if(!t)return null;let n=r.handlePoints(e),i=t.value.split(`
891
- `).length,o=kt(xe(t.size));switch(r.type){case "text":return n[0]?{x:n[0][0]+2,top:n[0][1]+2,align:"left"}:null;case "hline":return n[0]?{x:n[0][0]+8,top:n[0][1]-4-o*i,align:"left"}:null;case "trendline":case "ray":case "extendedline":case "infoline":case "trendangle":{if(n.length<2)return null;let[s,a]=n[0],[l,c]=n[1];return {x:0,top:-6-o*i,align:"center",rotate:{angle:Pv(s,a,l,c),cx:(s+l)/2,cy:(a+c)/2}}}case "box":return n.length<2?null:{x:(n[0][0]+n[1][0])/2,top:(n[0][1]+n[1][1])/2-o*i/2,align:"center"};default:return n[0]?{x:n[0][0],top:n[0][1],align:"left"}:null}}function ni(r,e,t,n,i=6){for(let o=r.length-1;o>=0;o-=1){let s=r[o];if(!s.visible)continue;let a=n.paneRect?.(s.paneId);if(!(a&&a.height<=0)&&s.hitTest(e,t,n,i))return s}return null}var Zv=3,gP=4,Jv=Math.PI/4,Qv=new Set(["trendline","ray","extendedline","infoline","trendangle","arrow"]),Kl=class{constructor(e){this.deps=e;this.state={kind:"idle"};this.snapAt=null;}snapMarker(){return this.snapAt}placingMarkers(e){if(this.state.kind!=="placing")return null;let{draft:t}=this.state;if(t.placementMode()==="freehand")return null;let n=[];for(let i of t.anchors){let o=e.yOf(i.price,t.paneId);o!=null&&n.push([e.xOf(i.time),o]);}return n.length?n:null}resolve(e,t,n,i){let o=this.deps.projector().pxToPoint(e,t,n);if(i==="off")return this.snapAt=null,o;let s=this.deps.snap(o,n,i,{x:e,y:t}),a=s.time!==o.time||s.price!==o.price;return this.snapAt=a?{point:s,paneId:n}:null,s}snapCursor(e,t,n){let i=this.deps.projector(),o=i.paneIdAtY(t)??"price",s=this.resolve(e,t,o,n),a=i.yOf(s.price,o);return {x:i.xOf(s.time),y:a??t}}clearSnapMarker(){this.snapAt=null;}resolveAngleSnapped(e,t,n,i){let o=this.deps.projector(),s=o.xOf(e.time),a=o.yOf(e.price,t);if(this.snapAt=null,a==null)return o.pxToPoint(n,i,t);let l=Math.hypot(n-s,i-a);if(l<1)return o.pxToPoint(n,i,t);let c=Math.round(Math.atan2(i-a,n-s)/Jv)*Jv;return o.pxToPoint(s+l*Math.cos(c),a+l*Math.sin(c),t)}placingPivot(e){return Qv.has(e.type)?e.anchors[e.anchors.length-1]??null:null}claim(e,t){return this.deps.activeTool()!=null||this.state.kind!=="idle"?true:this.hitAt(e,t)!=null}cursorAt(e,t){return this.deps.activeTool()!=null?null:this.hitAt(e,t)?"pointer":null}isPlacing(){return this.state.kind==="placing"}isDragging(){return this.state.kind==="pressed"&&this.state.moved}activeDragId(){return this.state.kind==="pressed"&&this.state.moved?this.state.id:null}down(e,t,n="off",i=false){let o=this.deps.projector();if(this.state.kind==="placing"){if(this.state.draft.placementMode()!=="click")return;let l=i?this.placingPivot(this.state.draft):null,c=l?this.resolveAngleSnapped(l,this.state.draft.paneId,e,t):this.resolve(e,t,this.state.draft.paneId,n);this.state.draft.anchors.push(this.placementAnchor(this.state.draft,c)),this.state.draft.anchors.length>=this.state.need?this.finalize():this.deps.changed();return}let s=this.deps.activeTool();if(s){let l=o.paneIdAtY(t)??"price",c=en(s,{paneId:l,anchors:[this.resolve(e,t,l,n)],style:this.deps.lastStyle()});if(!c)return;this.state={kind:"placing",draft:c,need:c.anchorSchema().max,cursor:null},c.placementMode()==="click"&&c.anchors.length>=this.state.need?this.finalize():this.deps.changed();return}let a=this.hitAt(e,t);if(a){if(i){this.deps.emit({kind:"select",ids:[a.id],additive:true});return}let l=a.hitHandle(e,t,o,6);this.state={kind:"pressed",id:a.id,handle:l,grab:o.pxToPoint(e,t,a.paneId),orig:bP(a),px:e,py:t,moved:false};}}move(e,t,n="off",i=false){if(this.state.kind==="idle"){let s=this.deps.activeTool(),a=this.snapAt!=null;s&&n!=="off"?this.resolve(e,t,this.deps.projector().paneIdAtY(t)??"price",n):this.snapAt=null,(this.snapAt!=null||a)&&this.deps.changed();return}if(this.state.kind==="placing"){if(this.state.draft.placementMode()==="freehand"){this.captureFreehand(e,t);return}let s=i?this.placingPivot(this.state.draft):null;this.state.cursor=s?this.resolveAngleSnapped(s,this.state.draft.paneId,e,t):this.resolve(e,t,this.state.draft.paneId,n),this.deps.changed();return}if(this.state.kind!=="pressed")return;let o=this.byId(this.state.id);if(!(!o||o.locked)&&!(!this.state.moved&&Math.abs(e-this.state.px)<=Zv&&Math.abs(t-this.state.py)<=Zv)){if(this.state.moved=true,this.state.handle>=0){let s=o.anchors[this.state.handle];if(s){let a=i&&Qv.has(o.type)&&o.anchors.length===2?o.anchors[1-this.state.handle]:void 0,l=a?this.resolveAngleSnapped(a,o.paneId,e,t):this.resolve(e,t,o.paneId,n);vP(s,l,o.anchorSchema().slots[this.state.handle]?.free??"both");}o.constrainHandleDrag(this.state.handle);}else {let s=this.deps.projector().pxToPoint(e,t,o.paneId);this.snapAt=null;let a=s.time-this.state.grab.time,l=s.price-this.state.grab.price;o.anchors=o.translateBody(a,l,this.state.orig);}this.deps.changed();}}up(e,t){if(this.snapAt=null,this.state.kind==="placing"){let s=this.state.draft.placementMode();s==="drag"?(this.state.cursor&&this.state.draft.anchors.push(this.state.cursor),this.state.draft.anchors.length>=this.state.draft.anchorSchema().min?this.finalize():this.discardPlacing()):s==="freehand"&&(this.state.draft.anchors.length>=this.state.draft.anchorSchema().min?this.finalize():this.discardPlacing());return}if(this.state.kind!=="pressed")return;let{id:n,moved:i}=this.state;this.state={kind:"idle"};let o=this.byId(n);i?(o&&this.deps.emit({kind:"edit",doc:o.serialize()}),this.deps.changed()):this.deps.openSettings(n,e,t);}cancel(){if(this.snapAt=null,this.state.kind==="placing"){let e=this.state.draft.type;return this.state={kind:"idle"},this.deps.emit({kind:"tool-finished",type:e}),this.deps.changed(),true}if(this.state.kind==="pressed"){let e=this.byId(this.state.id);return e&&this.state.moved&&(e.anchors=this.state.orig.map(t=>({time:t.time,price:t.price}))),this.state={kind:"idle"},this.deps.changed(),true}return false}onToolCleared(){this.state.kind==="placing"&&(this.state={kind:"idle"},this.deps.changed());}ghost(){if(this.state.kind!=="placing")return null;let{draft:e,cursor:t}=this.state;return t?en(e.type,{paneId:e.paneId,anchors:[...e.anchors,this.placementAnchor(e,t)],style:e.style}):e.anchors.length>=1&&e.type==="hline"?e:null}placementAnchor(e,t){if(e.type!=="parallelchannel"||e.anchors.length!==2)return t;let n=e.anchors[0],i=e.anchors[1],o=i.time-n.time,s=o===0?n.price:n.price+(i.price-n.price)*(t.time-n.time)/o,a=t.price-s;return {time:(n.time+i.time)/2,price:(n.price+i.price)/2+a}}captureFreehand(e,t){if(this.state.kind!=="placing")return;this.snapAt=null;let n=this.state.draft,i=this.deps.projector(),o=n.anchors[n.anchors.length-1],s=o?i.xOf(o.time):NaN,a=o?i.yOf(o.price,n.paneId)??NaN:NaN;if(Math.hypot(e-s,t-a)>gP){if(n.anchors.length>=this.state.need){let l=n.anchors.length-1;n.anchors=n.anchors.filter((c,d)=>d%2===0||d===l);}n.anchors.push(i.pxToPoint(e,t,n.paneId));}this.state.cursor=i.pxToPoint(e,t,n.paneId),this.deps.changed();}finishPlacing(e){if(this.state.kind!=="placing")return false;let t=this.state.draft,n=t.anchorSchema();return t.placementMode()!=="click"||n.max<=n.min||(e&&t.anchors.length>n.min&&t.anchors.pop(),t.anchors.length<n.min)?false:(this.finalize(),true)}discardPlacing(){if(this.state.kind!=="placing")return;let e=this.state.draft.type;this.state={kind:"idle"},this.deps.emit({kind:"tool-finished",type:e}),this.deps.changed();}finalize(){if(this.state.kind!=="placing")return;this.snapAt=null;let e=this.state.draft;e.onPlaced(this.deps.projector());let t=e.type;this.state={kind:"idle"},this.deps.emit({kind:"create",doc:e.serialize()}),this.deps.emit({kind:"tool-finished",type:t}),this.deps.changed();}hitAt(e,t){let n=this.deps.projector();for(let i of this.handleDrawings())if(i.hitHandle(e,t,n,6)>=0)return i;return ni(this.deps.drawings(),e,t,n,6)}handleDrawings(){let e=new Set(this.deps.selectedIds()),t=this.deps.hoveredId();t&&e.add(t);let n=[];for(let i of e){let o=this.byId(i);o&&n.push(o);}return n}byId(e){return this.deps.drawings().find(t=>t.id===e)??null}};function bP(r){return r.anchors.map(e=>({time:e.time,price:e.price}))}function vP(r,e,t){(t==="both"||t==="x")&&(r.time=e.time),(t==="both"||t==="y")&&(r.price=e.price);}var yP=[{value:"price",label:"Price"},{value:"points",label:"Points"}],wP=[{value:"right",label:"Right"},{value:"left",label:"Left"}],xP={position:"Position size",frvp:"Volume profile",levels:"Levels"},Xl=class{constructor(e,t){this.host=e;this.ui=null;this.theme=t;}setTheme(e){this.theme=e;}isOpen(){return this.ui!=null}contains(e){return this.ui?.contains(e)===true}open(e,t,n){this.close();let i=mt(e.serialize()),o=vo({variant:"inputs"});if(o.style.padding="16px 20px",o.style.overflowY="auto",o.style.overflowX="hidden",o.style.flex="1 1 auto",n==="position"&&e instanceof We)this.buildPosition(o,e,t);else if(n==="frvp"&&e instanceof Be)this.buildFrvp(o,e,t);else if(n==="levels")this.buildLevels(o,e,t);else return;let s=new Wt({host:this.host,title:xP[n],modal:false,contained:true,align:"center",draggable:true,flush:true,className:"vela-dialog--form",closeOnEscape:false,footer:l=>{l.append(ey("Cancel",false,()=>{t.restore?.(i),this.close();}),ey("Ok",true,()=>this.close()));},onOpenChange:l=>{l||this.close();}});fe(s.panel,this.theme),s.body.appendChild(o);let a=l=>{if(!(l.target!==s.backdrop&&l.target!==s.positioner)){if(Pt()||Xn(l)){le();return}this.close();}};s.backdrop.addEventListener("pointerdown",a),s.positioner.addEventListener("pointerdown",a),s.panel.addEventListener("keydown",l=>{l.key==="Escape"&&(l.preventDefault(),t.restore?.(i),this.close());}),this.ui=s,s.show();}close(){let e=this.ui;this.ui=null,e?.destroy();}destroy(){this.close();}buildPosition(e,t,n){let i=()=>{let p=n.resolve();return p instanceof We?p:t},o=[],s=()=>o.forEach(p=>p()),a=p=>Math.round(p*1e8)/1e8,l=(p,m,f)=>{let g=Z({kind:"number",value:a(i()[m]),min:f?.min,max:f?.max,step:f?.step,integer:f?.integer,fill:false,commit:"blur",onChange:b=>{n.patch({[m]:b}),s();}});o.push(()=>{document.activeElement!==g.el.querySelector("input")&&g.setValue?.(a(i()[m]));}),e.appendChild(pe({label:p,control:g.el}));},c=(p,m,f)=>{let g="price",b=()=>a(i().levelDisplayValue(f,g)),y=Z({kind:"number",value:b(),fill:false,commit:"blur",onChange:w=>{n.patch({[m]:i().levelPriceFromDisplay(f,g,w)}),s();}}),v=Z({kind:"select",options:yP,value:g,fill:false,theme:this.theme,onChange:w=>{g=w,y.setValue?.(b());}});o.push(()=>{document.activeElement!==y.el.querySelector("input")&&y.setValue?.(b());}),e.appendChild(pe({label:p,control:[y.el,v.el]}));};e.appendChild(Gt("Account",{variant:"inputs",first:true})),l("Risk %","riskPercent",{min:0,max:100,step:.1}),l("Account balance","accountBalance",{min:0,max:1e12,step:1,integer:true}),l("Position size","quantity"),e.appendChild(Gt("Levels",{variant:"inputs"}));let d=Z({kind:"select",options:sa,value:i().direction,fill:false,theme:this.theme,onChange:p=>{n.patch({direction:p}),s();}});o.push(()=>d.setValue?.(i().direction)),e.appendChild(pe({label:"Direction",control:d.el})),l("Entry price","entryPrice"),c("Stop","stopPrice","stop"),c("Target","targetPrice","target"),e.appendChild(Gt("Display",{variant:"inputs"}));let u=[["Show text","showText"],["Show direction & ratio","showHeader"],["Show loss & size","showLossSize"],["Show target label","showTargetLabel"],["Show stop label","showStopLabel"],["Show level prices","showPrices"]];for(let[p,m]of u)e.appendChild(pe({label:p,bool:true,toggle:{checked:i()[m],onChange:f=>{n.patch({[m]:f}),s();},get:()=>i()[m]}}));let h=document.createElement("div");h.className="vela-field-span",h.style.cssText="opacity:0.7;font-size:11px;line-height:1.4;border-top:1px solid var(--vela-border);padding-top:6px;font-variant-numeric:tabular-nums;",o.push(()=>{let p=i();h.textContent=`${p.headerLabel()} \u2014 ${p.lossSizeLabel()}`;}),e.appendChild(h),s();}buildFrvp(e,t,n){let i=()=>{let d=n.resolve();return d instanceof Be?d.frvp:t.frvp},o=i(),s=(d,u,h,p,m,f=true)=>{e.appendChild(pe({label:d,control:Z({kind:"number",value:o[u],min:h,max:p,step:m,integer:f,fill:false,commit:"blur",onChange:g=>n.patch({[`frvp.${u}`]:g})}).el}));};s("Rows","rows",1,500,1),s("Value Area","valueAreaPct",0,100,1),s("Width %","widthPct",0,100,1),e.appendChild(pe({label:"Anchor",control:Z({kind:"select",options:wP,value:o.anchor,fill:false,theme:this.theme,onChange:d=>n.patch({"frvp.anchor":d})}).el}));let a=(d,u)=>{e.appendChild(pe({label:d,fit:true,control:Z({kind:"color",theme:this.theme,get:()=>i()[u],onChange:h=>n.patch({[`frvp.${u}`]:h})}).el}));};a("Up Volume","upColor"),a("Down Volume","downColor"),a("Value Area Up","vaUpColor"),a("Value Area Down","vaDownColor");let l=Le.map(d=>({value:d.value,label:d.label})),c=(d,u,h,p)=>{let m=document.createElement("div");m.className="vela-field-span",m.style.cssText="display:flex;align-items:center;gap:8px;";let f=Z({kind:"switch",checked:!!o[u],onChange:w=>n.patch({[`frvp.${u}`]:w})}),g=document.createElement("span");g.className="vela-field-label",g.style.flex="1",g.textContent=d;let b=o[h]??we(this.theme.background),y=Z({kind:"color",theme:this.theme,get:()=>b,onChange:w=>{b=w,n.patch({[`frvp.${h}`]:w});}}),v=Z({kind:"select",options:l,value:o[p],fill:false,theme:this.theme,onChange:w=>n.patch({[`frvp.${p}`]:w})});m.append(f.el,g,y.el,v.el),e.appendChild(m);};c("VAH","showVah","vahColor","vahStyle"),c("VAL","showVal","valColor","valStyle"),c("POC","showPoc","pocColor","pocStyle"),c("Developing POC","showDevelopingPoc","developingPocColor","developingPocStyle"),c("Developing VA","showDevelopingVa","developingVaColor","developingVaStyle");}buildLevels(e,t,n){let i=t.editableLevels();if(!i)return;let o=t instanceof De;if(o){let s=t;e.appendChild(pe({label:"Show ratio labels",bool:true,toggle:{checked:s.showRatios!==false,onChange:a=>n.patch({showRatios:a})}}));}i.forEach((s,a)=>{let l=document.createElement("div");l.className="vela-field-span",l.style.cssText="display:flex;align-items:center;gap:8px;";let c=Z({kind:"switch",checked:s.enabled,onChange:m=>n.patch({[`levels.${a}.enabled`]:m})}),d=s.color,u=Z({kind:"color",theme:this.theme,get:()=>d,onChange:m=>{d=m,n.patch({[`levels.${a}.color`]:m});}}),h=s.ratio,p=Z({kind:"number",value:h,min:0,step:.01,fill:o,compact:!o,commit:"blur",onChange:m=>{if(m<=0){p.setValue?.(h);return}h=m,n.patch({[`levels.${a}.ratio`]:m});}});if(o&&(p.el.style.flex="1"),l.append(c.el,u.el,p.el),!o){let m=Z({kind:"text",value:s.label??"",fill:true,placeholder:"label\u2026",onChange:f=>n.patch({[`levels.${a}.label`]:f})});m.el.style.flex="1",m.el.style.minWidth="60px",l.appendChild(m.el);}e.appendChild(l);});}};function ey(r,e,t){let n=document.createElement("button");return n.type="button",n.textContent=r,n.className=e?"vela-dialog-btn vela-dialog-btn-primary":"vela-dialog-btn",n.addEventListener("click",t),n}var gn=30,SP=21,ty="vela-drawing-popup-styles",ny="3";function ry(){if(typeof document>"u")return;let r=document.getElementById(ty);if(r?.dataset.rev===ny)return;let e=r??document.createElement("style");e.id=ty,e.dataset.rev=ny,e.textContent=`
890
+ `),l=Math.max(8,...a.map(c=>e.measureText(c).width));return {lines:a,tw:l,fs:s,lh:kt(s)}}paintNote(e,t,n,i){let o=t.handlePoints(n);if(!o.length)return;let[s,a]=o[0],{lines:l,tw:c,lh:d}=this.measureText(e,t,i,"Note"),u=8,h=5;this.paintTextPlate(e,t,i,s,a,c+u*2,l.length*d+h*2,l,d,u,h);}paintPriceNote(e,t,n,i){let o=t.points(n),s=t.anchors[0];if(!o||!s)return;let[a,l]=o[0],[c,d]=o[1],u=jv(s.price),h=t.text,p=xe(h?.size??"normal");e.font=`${h?.bold?"bold ":""}${h?.italic?"italic ":""}${p}px ${i.fontFamily}`;let m=9,f=6,g=e.measureText(u).width+m*2,b=kt(p)+f*2,y=c-g/2,v=d-b/2;this.stroke(e,t.style,()=>{e.moveTo(a,l),e.lineTo(c,d);}),e.fillStyle=t.style.lineColor,e.beginPath(),e.arc(a,l,3,0,Math.PI*2),e.fill(),e.save(),e.fillStyle=qe(t,i)??i.background,lt(e,y,v,g,b,5),e.fill(),e.restore(),this.applyStroke(e,t.style),lt(e,y,v,g,b,5),e.stroke(),e.setLineDash([]),e.fillStyle=h?.color??we(qe(t,i)??i.background),e.textBaseline="middle",e.textAlign="center",e.fillText(u,c,d+.5);}paintSignpost(e,t,n,i){let o=t.points(n);if(!o)return;let[s,a]=o[0],[l,c]=o[1],{lines:d,tw:u,lh:h}=this.measureText(e,t,i,"Signpost"),p=9,m=6,f=u+p*2,g=d.length*h+m*2;this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);}),e.fillStyle=t.style.lineColor,e.beginPath(),e.arc(s,a,3.5,0,Math.PI*2),e.fill(),this.paintTextPlate(e,t,i,l-f/2,c-g/2,f,g,d,h,p,m);}paintPriceLabel(e,t,n,i){let o=t.handlePoints(n),s=t.anchors[0];if(!o.length||!s)return;let[a,l]=o[0],c=jv(s.price),d=t.text,u=xe(d?.size??"normal");e.font=`${d?.bold?"bold ":""}${d?.italic?"italic ":""}${u}px ${i.fontFamily}`;let h=e.measureText(c).width,p=8,m=4,f=6,g=h+p*2,b=kt(u)+m*2,y=l-b/2,v=qe(t,i)??i.background;e.save(),e.fillStyle=v,e.beginPath(),e.moveTo(a,l),e.lineTo(a+f,l-5),e.lineTo(a+f,l+5),e.closePath(),e.fill(),lt(e,a+f,y,g,b,4),e.fill(),e.restore(),this.applyStroke(e,t.style),lt(e,a+f,y,g,b,4),e.stroke(),e.setLineDash([]),e.fillStyle=d?.color??we(v),e.textBaseline="middle",e.textAlign="left",e.fillText(c,a+f+p,l+.5);}paintPattern(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let s=t.valid(),a=qe(t,i)??t.style.lineColor,l=t.style.fillColor?1:.1;for(let[h,p,m]of t.fillTriangles()){let f=o[h],g=o[p],b=o[m];!f||!g||!b||(e.save(),e.globalAlpha=l*e.globalAlpha,e.fillStyle=a,e.beginPath(),e.moveTo(f[0],f[1]),e.lineTo(g[0],g[1]),e.lineTo(b[0],b[1]),e.closePath(),e.fill(),e.restore());}this.stroke(e,t.style,()=>{e.moveTo(o[0][0],o[0][1]);for(let h=1;h<o.length;h+=1)e.lineTo(o[h][0],o[h][1]);});let c=t.necklineIndices();if(c){let h=o[c[0]],p=o[c[1]],m=o.length;if(h&&p&&m>=2){let f=wc(h[0],h[1],p[0],p[1],o[0][0],o[0][1],o[1][0],o[1][1])??h,g=wc(h[0],h[1],p[0],p[1],o[m-2][0],o[m-2][1],o[m-1][0],o[m-1][1])??p;this.stroke(e,{...t.style,lineStyle:"dashed"},()=>{e.moveTo(f[0],f[1]),e.lineTo(g[0],g[1]);});}}let d=t.vertexLabels();if(e.fillStyle=i.textColor,e.font=`bold 12px ${i.fontFamily}`,e.textAlign="center",o.forEach((h,p)=>{let m=d[p];if(!m)return;let f=((o[p-1]?.[1]??h[1])+(o[p+1]?.[1]??h[1]))/2,g=h[1]<=f;e.textBaseline=g?"bottom":"top",e.fillText(m,h[0],g?h[1]-7:h[1]+7);}),t.legRatios()){e.font=`11px ${i.fontFamily}`,e.textAlign="left",e.textBaseline="middle";for(let h=2;h<o.length;h+=1){let p=t.ratioAt(h),m=o[h-1],f=o[h];if(p==null||!m||!f)continue;let g=t.ratioOk(h);e.fillStyle=g===true?Oo:g===false?Fo:i.textColor,e.fillText(p.toFixed(3),(m[0]+f[0])/2+6,(m[1]+f[1])/2);}}let u=t.patternName();if(u&&o.length>=2){let h=o[o.length-1],p=o[o.length-2],m=p?h[1]<=p[1]:false;e.font=`bold 12px ${i.fontFamily}`,e.fillStyle=s===false?Fo:Oo,e.textAlign="center",e.textBaseline=m?"bottom":"top",e.fillText(`${u} ${s?"\u2713":"\u2717"}`,h[0],m?h[1]-22:h[1]+22);}e.textAlign="left",e.textBaseline="alphabetic";}paintHighlighter(e,t,n){let i=t.geometry(n);if(!i||i.segments.length===0)return;e.save(),e.strokeStyle=t.style.lineColor,e.lineWidth=t.style.lineWidth,e.lineCap="round",e.lineJoin="round",e.setLineDash([]),e.beginPath();let o=i.segments[0];e.moveTo(o[0],o[1]);for(let s of i.segments)e.lineTo(s[2],s[3]);e.stroke(),e.restore();}paintSegments(e,t,n){let i=t.geometry(n);if(i){if(i.fill&&i.fill.length>=3&&t.style.fillColor){e.save(),e.fillStyle=t.style.fillColor,e.beginPath(),e.moveTo(i.fill[0][0],i.fill[0][1]);for(let o=1;o<i.fill.length;o+=1)e.lineTo(i.fill[o][0],i.fill[o][1]);e.closePath(),e.fill(),e.restore();}for(let o of i.segments)this.stroke(e,t.style,()=>{e.moveTo(o[0],o[1]),e.lineTo(o[2],o[3]);});}}paintInfoLine(e,t,n){let i=t.handlePoints(n);if(i.length<2)return;let[o,s]=i[0],[a,l]=i[1];this.stroke(e,t.style,()=>{e.moveTo(o,s),e.lineTo(a,l);});let c=t.anchors[0],d=t.anchors[1];if(!c||!d)return;let u=d.price-c.price,h=c.price!==0?u/c.price*100:0,p=n.barsBetween?Math.abs(Math.round(n.barsBetween(c.time,d.time))):0,m=u>=0?"+":"",f=`${m}${u.toFixed(2)} (${m}${h.toFixed(2)}%) ${p} bars`,g=(o+a)/2,b=(s+l)/2;e.font="11px monospace";let y=e.measureText(f).width+12,v=18,w=g-2,E=b-v-4;e.save(),e.globalAlpha=.9*e.globalAlpha,lt(e,w,E,y,v,3),e.fillStyle=Yv,e.fill(),e.strokeStyle=hP,e.lineWidth=1,e.stroke(),e.restore(),e.fillStyle=u>=0?q:X,e.textAlign="left",e.textBaseline="middle",e.fillText(f,w+6,E+v/2),e.textBaseline="alphabetic";}paintTrendAngle(e,t,n,i){let o=t.handlePoints(n);if(o.length<2)return;let[s,a]=o[0],[l,c]=o[1];this.stroke(e,t.style,()=>{e.moveTo(s,a),e.lineTo(l,c);});let d=l-s,u=c-a,h=Math.atan2(-u,d),p=h*(180/Math.PI),m=Math.min(30,Math.hypot(d,u)*.3),f=t.style.lineColor;if(e.save(),e.globalAlpha=.4*e.globalAlpha,e.strokeStyle=f,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(s,a),e.lineTo(s+Math.max(Math.abs(d),m+20),a),e.stroke(),e.restore(),e.setLineDash([]),m>1){let g=-h;e.strokeStyle=f,e.lineWidth=1.5,e.beginPath(),e.arc(s,a,m,Math.min(0,g),Math.max(0,g)),e.stroke();}e.fillStyle=f,e.font=`11px ${i.fontFamily}`,e.textAlign="left",e.textBaseline="alphabetic",e.fillText(`${p.toFixed(1)}\xB0`,s+m+6,a+(u<0?-14:2));}paintArrowMark(e,t,n){let i=t.glyphPoints(n);if(!(!i||i.length<3)){e.save(),e.setLineDash([]),e.fillStyle=t.style.lineColor,e.beginPath(),e.moveTo(i[0][0],i[0][1]);for(let o=1;o<i.length;o+=1)e.lineTo(i[o][0],i[o][1]);e.closePath(),e.fill(),e.restore();}}paintGlyphStamp(e,t,n,i){let o=t.center(n);o&&(e.save(),e.setLineDash([]),e.font=`${t.sizePx()}px ${i.fontFamily}`,e.fillStyle=t.style.lineColor,e.textAlign="center",e.textBaseline="middle",e.fillText(t.glyph,o[0],o[1]),e.textAlign="left",e.textBaseline="alphabetic",e.restore());}paintArrowhead(e,t,n,i){let o=Math.atan2(n[1]-t[1],n[0]-t[0]),s=Math.max(9,i.lineWidth*3.5),a=Math.PI/7;e.save(),e.setLineDash([]),e.fillStyle=i.lineColor,e.beginPath(),e.moveTo(n[0],n[1]),e.lineTo(n[0]-s*Math.cos(o-a),n[1]-s*Math.sin(o-a)),e.lineTo(n[0]-s*Math.cos(o+a),n[1]-s*Math.sin(o+a)),e.closePath(),e.fill(),e.restore();}stroke(e,t,n){this.applyStroke(e,t),e.beginPath(),n(),e.stroke(),e.setLineDash([]);}applyStroke(e,t){e.strokeStyle=t.lineColor,e.lineWidth=t.lineWidth,e.setLineDash(mn(t.lineStyle,t.lineWidth));}paintHandles(e,t){e.setLineDash([]),e.lineWidth=1.5;for(let[n,i]of t)e.beginPath(),e.arc(n,i,lP,0,Math.PI*2),e.fillStyle=dP,e.fill(),e.strokeStyle=cP,e.stroke();}};function Xv(r){let e=r.trim().toLowerCase();if(/^#[0-9a-f]{8}$/.test(e))return e.endsWith("00");let t=/rgba?\([^)]*,\s*([\d.]+)\s*\)$/.exec(e);return t?parseFloat(t[1])===0:false}function jv(r){let e=Su(r);return r.toLocaleString("en-US",{minimumFractionDigits:e,maximumFractionDigits:e})}function lt(r,e,t,n,i,o){let s=Math.min(o,n/2,i/2);r.beginPath(),r.moveTo(e+s,t),r.arcTo(e+n,t,e+n,t+i,s),r.arcTo(e+n,t+i,e,t+i,s),r.arcTo(e,t+i,e,t,s),r.arcTo(e,t,e+n,t,s),r.closePath();}function qv(r,e,t,n,i,o,s){let a=(l,c,d)=>{if(s&&s.edge===l){let[u,h]=s.apex;l==="top"?(r.lineTo(s.at-s.half,t),r.lineTo(u,h),r.lineTo(s.at+s.half,t)):l==="bottom"?(r.lineTo(s.at+s.half,t+i),r.lineTo(u,h),r.lineTo(s.at-s.half,t+i)):l==="right"?(r.lineTo(e+n,s.at-s.half),r.lineTo(u,h),r.lineTo(e+n,s.at+s.half)):(r.lineTo(e,s.at+s.half),r.lineTo(u,h),r.lineTo(e,s.at-s.half));}r.lineTo(c,d);};r.beginPath(),r.moveTo(e+o,t),a("top",e+n-o,t),r.arcTo(e+n,t,e+n,t+o,o),a("right",e+n,t+i-o),r.arcTo(e+n,t+i,e+n-o,t+i,o),a("bottom",e+o,t+i),r.arcTo(e,t+i,e,t+i-o,o),a("left",e,t+o),r.arcTo(e,t,e+o,t,o),r.closePath();}function pP(r){if(!Number.isFinite(r))return "";let e=Math.round(r*1e3)/1e3;return String(e)}function mP(r,e){let t=r.text;if(!t)return null;let n=r.handlePoints(e),i=t.value.split(`
891
+ `).length,o=kt(xe(t.size));switch(r.type){case "text":return n[0]?{x:n[0][0]+2,top:n[0][1]+2,align:"left"}:null;case "hline":return n[0]?{x:n[0][0]+8,top:n[0][1]-4-o*i,align:"left"}:null;case "trendline":case "ray":case "extendedline":case "infoline":case "trendangle":{if(n.length<2)return null;let[s,a]=n[0],[l,c]=n[1];return {x:0,top:-6-o*i,align:"center",rotate:{angle:Pv(s,a,l,c),cx:(s+l)/2,cy:(a+c)/2}}}case "box":return n.length<2?null:{x:(n[0][0]+n[1][0])/2,top:(n[0][1]+n[1][1])/2-o*i/2,align:"center"};default:return n[0]?{x:n[0][0],top:n[0][1],align:"left"}:null}}function ni(r,e,t,n,i=6){for(let o=r.length-1;o>=0;o-=1){let s=r[o];if(!s.visible)continue;let a=n.paneRect?.(s.paneId);if(!(a&&a.height<=0)&&s.hitTest(e,t,n,i))return s}return null}var Zv=3,fP=4,Jv=Math.PI/4,Qv=new Set(["trendline","ray","extendedline","infoline","trendangle","arrow"]),Kl=class{constructor(e){this.deps=e;this.state={kind:"idle"};this.snapAt=null;}snapMarker(){return this.snapAt}placingMarkers(e){if(this.state.kind!=="placing")return null;let{draft:t}=this.state;if(t.placementMode()==="freehand")return null;let n=[];for(let i of t.anchors){let o=e.yOf(i.price,t.paneId);o!=null&&n.push([e.xOf(i.time),o]);}return n.length?n:null}resolve(e,t,n,i){let o=this.deps.projector().pxToPoint(e,t,n);if(i==="off")return this.snapAt=null,o;let s=this.deps.snap(o,n,i,{x:e,y:t}),a=s.time!==o.time||s.price!==o.price;return this.snapAt=a?{point:s,paneId:n}:null,s}snapCursor(e,t,n){let i=this.deps.projector(),o=i.paneIdAtY(t)??"price",s=this.resolve(e,t,o,n),a=i.yOf(s.price,o);return {x:i.xOf(s.time),y:a??t}}clearSnapMarker(){this.snapAt=null;}resolveAngleSnapped(e,t,n,i){let o=this.deps.projector(),s=o.xOf(e.time),a=o.yOf(e.price,t);if(this.snapAt=null,a==null)return o.pxToPoint(n,i,t);let l=Math.hypot(n-s,i-a);if(l<1)return o.pxToPoint(n,i,t);let c=Math.round(Math.atan2(i-a,n-s)/Jv)*Jv;return o.pxToPoint(s+l*Math.cos(c),a+l*Math.sin(c),t)}placingPivot(e){return Qv.has(e.type)?e.anchors[e.anchors.length-1]??null:null}claim(e,t){return this.deps.activeTool()!=null||this.state.kind!=="idle"?true:this.hitAt(e,t)!=null}cursorAt(e,t){return this.deps.activeTool()!=null?null:this.hitAt(e,t)?"pointer":null}isPlacing(){return this.state.kind==="placing"}isDragging(){return this.state.kind==="pressed"&&this.state.moved}activeDragId(){return this.state.kind==="pressed"&&this.state.moved?this.state.id:null}down(e,t,n="off",i=false){let o=this.deps.projector();if(this.state.kind==="placing"){if(this.state.draft.placementMode()!=="click")return;let l=i?this.placingPivot(this.state.draft):null,c=l?this.resolveAngleSnapped(l,this.state.draft.paneId,e,t):this.resolve(e,t,this.state.draft.paneId,n);this.state.draft.anchors.push(this.placementAnchor(this.state.draft,c)),this.state.draft.anchors.length>=this.state.need?this.finalize():this.deps.changed();return}let s=this.deps.activeTool();if(s){let l=o.paneIdAtY(t)??"price",c=en(s,{paneId:l,anchors:[this.resolve(e,t,l,n)],style:this.deps.lastStyle()});if(!c)return;this.state={kind:"placing",draft:c,need:c.anchorSchema().max,cursor:null},c.placementMode()==="click"&&c.anchors.length>=this.state.need?this.finalize():this.deps.changed();return}let a=this.hitAt(e,t);if(a){if(i){this.deps.emit({kind:"select",ids:[a.id],additive:true});return}let l=a.hitHandle(e,t,o,6);this.state={kind:"pressed",id:a.id,handle:l,grab:o.pxToPoint(e,t,a.paneId),orig:gP(a),px:e,py:t,moved:false};}}move(e,t,n="off",i=false){if(this.state.kind==="idle"){let s=this.deps.activeTool(),a=this.snapAt!=null;s&&n!=="off"?this.resolve(e,t,this.deps.projector().paneIdAtY(t)??"price",n):this.snapAt=null,(this.snapAt!=null||a)&&this.deps.changed();return}if(this.state.kind==="placing"){if(this.state.draft.placementMode()==="freehand"){this.captureFreehand(e,t);return}let s=i?this.placingPivot(this.state.draft):null;this.state.cursor=s?this.resolveAngleSnapped(s,this.state.draft.paneId,e,t):this.resolve(e,t,this.state.draft.paneId,n),this.deps.changed();return}if(this.state.kind!=="pressed")return;let o=this.byId(this.state.id);if(!(!o||o.locked)&&!(!this.state.moved&&Math.abs(e-this.state.px)<=Zv&&Math.abs(t-this.state.py)<=Zv)){if(this.state.moved=true,this.state.handle>=0){let s=o.anchors[this.state.handle];if(s){let a=i&&Qv.has(o.type)&&o.anchors.length===2?o.anchors[1-this.state.handle]:void 0,l=a?this.resolveAngleSnapped(a,o.paneId,e,t):this.resolve(e,t,o.paneId,n);bP(s,l,o.anchorSchema().slots[this.state.handle]?.free??"both");}o.constrainHandleDrag(this.state.handle);}else {let s=this.deps.projector().pxToPoint(e,t,o.paneId);this.snapAt=null;let a=s.time-this.state.grab.time,l=s.price-this.state.grab.price;o.anchors=o.translateBody(a,l,this.state.orig);}this.deps.changed();}}up(e,t){if(this.snapAt=null,this.state.kind==="placing"){let s=this.state.draft.placementMode();s==="drag"?(this.state.cursor&&this.state.draft.anchors.push(this.state.cursor),this.state.draft.anchors.length>=this.state.draft.anchorSchema().min?this.finalize():this.discardPlacing()):s==="freehand"&&(this.state.draft.anchors.length>=this.state.draft.anchorSchema().min?this.finalize():this.discardPlacing());return}if(this.state.kind!=="pressed")return;let{id:n,moved:i}=this.state;this.state={kind:"idle"};let o=this.byId(n);i?(o&&this.deps.emit({kind:"edit",doc:o.serialize()}),this.deps.changed()):this.deps.openSettings(n,e,t);}cancel(){if(this.snapAt=null,this.state.kind==="placing"){let e=this.state.draft.type;return this.state={kind:"idle"},this.deps.emit({kind:"tool-finished",type:e}),this.deps.changed(),true}if(this.state.kind==="pressed"){let e=this.byId(this.state.id);return e&&this.state.moved&&(e.anchors=this.state.orig.map(t=>({time:t.time,price:t.price}))),this.state={kind:"idle"},this.deps.changed(),true}return false}onToolCleared(){this.state.kind==="placing"&&(this.state={kind:"idle"},this.deps.changed());}ghost(){if(this.state.kind!=="placing")return null;let{draft:e,cursor:t}=this.state;return t?en(e.type,{paneId:e.paneId,anchors:[...e.anchors,this.placementAnchor(e,t)],style:e.style}):e.anchors.length>=1&&e.type==="hline"?e:null}placementAnchor(e,t){if(e.type!=="parallelchannel"||e.anchors.length!==2)return t;let n=e.anchors[0],i=e.anchors[1],o=i.time-n.time,s=o===0?n.price:n.price+(i.price-n.price)*(t.time-n.time)/o,a=t.price-s;return {time:(n.time+i.time)/2,price:(n.price+i.price)/2+a}}captureFreehand(e,t){if(this.state.kind!=="placing")return;this.snapAt=null;let n=this.state.draft,i=this.deps.projector(),o=n.anchors[n.anchors.length-1],s=o?i.xOf(o.time):NaN,a=o?i.yOf(o.price,n.paneId)??NaN:NaN;if(Math.hypot(e-s,t-a)>fP){if(n.anchors.length>=this.state.need){let l=n.anchors.length-1;n.anchors=n.anchors.filter((c,d)=>d%2===0||d===l);}n.anchors.push(i.pxToPoint(e,t,n.paneId));}this.state.cursor=i.pxToPoint(e,t,n.paneId),this.deps.changed();}finishPlacing(e){if(this.state.kind!=="placing")return false;let t=this.state.draft,n=t.anchorSchema();return t.placementMode()!=="click"||n.max<=n.min||(e&&t.anchors.length>n.min&&t.anchors.pop(),t.anchors.length<n.min)?false:(this.finalize(),true)}discardPlacing(){if(this.state.kind!=="placing")return;let e=this.state.draft.type;this.state={kind:"idle"},this.deps.emit({kind:"tool-finished",type:e}),this.deps.changed();}finalize(){if(this.state.kind!=="placing")return;this.snapAt=null;let e=this.state.draft;e.onPlaced(this.deps.projector());let t=e.type;this.state={kind:"idle"},this.deps.emit({kind:"create",doc:e.serialize()}),this.deps.emit({kind:"tool-finished",type:t}),this.deps.changed();}hitAt(e,t){let n=this.deps.projector();for(let i of this.handleDrawings())if(i.hitHandle(e,t,n,6)>=0)return i;return ni(this.deps.drawings(),e,t,n,6)}handleDrawings(){let e=new Set(this.deps.selectedIds()),t=this.deps.hoveredId();t&&e.add(t);let n=[];for(let i of e){let o=this.byId(i);o&&n.push(o);}return n}byId(e){return this.deps.drawings().find(t=>t.id===e)??null}};function gP(r){return r.anchors.map(e=>({time:e.time,price:e.price}))}function bP(r,e,t){(t==="both"||t==="x")&&(r.time=e.time),(t==="both"||t==="y")&&(r.price=e.price);}var vP=[{value:"price",label:"Price"},{value:"points",label:"Points"}],yP=[{value:"right",label:"Right"},{value:"left",label:"Left"}],wP={position:"Position size",frvp:"Volume profile",levels:"Levels"},Xl=class{constructor(e,t){this.host=e;this.ui=null;this.theme=t;}setTheme(e){this.theme=e;}isOpen(){return this.ui!=null}contains(e){return this.ui?.contains(e)===true}open(e,t,n){this.close();let i=mt(e.serialize()),o=vo({variant:"inputs"});if(o.style.padding="16px 20px",o.style.overflowY="auto",o.style.overflowX="hidden",o.style.flex="1 1 auto",n==="position"&&e instanceof We)this.buildPosition(o,e,t);else if(n==="frvp"&&e instanceof Be)this.buildFrvp(o,e,t);else if(n==="levels")this.buildLevels(o,e,t);else return;let s=new Wt({host:this.host,title:wP[n],modal:false,contained:true,align:"center",draggable:true,flush:true,className:"vela-dialog--form",closeOnEscape:false,footer:l=>{l.append(ey("Cancel",false,()=>{t.restore?.(i),this.close();}),ey("Ok",true,()=>this.close()));},onOpenChange:l=>{l||this.close();}});fe(s.panel,this.theme),s.body.appendChild(o);let a=l=>{if(!(l.target!==s.backdrop&&l.target!==s.positioner)){if(Pt()||Xn(l)){le();return}this.close();}};s.backdrop.addEventListener("pointerdown",a),s.positioner.addEventListener("pointerdown",a),s.panel.addEventListener("keydown",l=>{l.key==="Escape"&&(l.preventDefault(),t.restore?.(i),this.close());}),this.ui=s,s.show();}close(){let e=this.ui;this.ui=null,e?.destroy();}destroy(){this.close();}buildPosition(e,t,n){let i=()=>{let p=n.resolve();return p instanceof We?p:t},o=[],s=()=>o.forEach(p=>p()),a=p=>Math.round(p*1e8)/1e8,l=(p,m,f)=>{let g=Z({kind:"number",value:a(i()[m]),min:f?.min,max:f?.max,step:f?.step,integer:f?.integer,fill:false,commit:"blur",onChange:b=>{n.patch({[m]:b}),s();}});o.push(()=>{document.activeElement!==g.el.querySelector("input")&&g.setValue?.(a(i()[m]));}),e.appendChild(pe({label:p,control:g.el}));},c=(p,m,f)=>{let g="price",b=()=>a(i().levelDisplayValue(f,g)),y=Z({kind:"number",value:b(),fill:false,commit:"blur",onChange:w=>{n.patch({[m]:i().levelPriceFromDisplay(f,g,w)}),s();}}),v=Z({kind:"select",options:vP,value:g,fill:false,theme:this.theme,onChange:w=>{g=w,y.setValue?.(b());}});o.push(()=>{document.activeElement!==y.el.querySelector("input")&&y.setValue?.(b());}),e.appendChild(pe({label:p,control:[y.el,v.el]}));};e.appendChild(Gt("Account",{variant:"inputs",first:true})),l("Risk %","riskPercent",{min:0,max:100,step:.1}),l("Account balance","accountBalance",{min:0,max:1e12,step:1,integer:true}),l("Position size","quantity"),e.appendChild(Gt("Levels",{variant:"inputs"}));let d=Z({kind:"select",options:sa,value:i().direction,fill:false,theme:this.theme,onChange:p=>{n.patch({direction:p}),s();}});o.push(()=>d.setValue?.(i().direction)),e.appendChild(pe({label:"Direction",control:d.el})),l("Entry price","entryPrice"),c("Stop","stopPrice","stop"),c("Target","targetPrice","target"),e.appendChild(Gt("Display",{variant:"inputs"}));let u=[["Show text","showText"],["Show direction & ratio","showHeader"],["Show loss & size","showLossSize"],["Show target label","showTargetLabel"],["Show stop label","showStopLabel"],["Show level prices","showPrices"]];for(let[p,m]of u)e.appendChild(pe({label:p,bool:true,toggle:{checked:i()[m],onChange:f=>{n.patch({[m]:f}),s();},get:()=>i()[m]}}));let h=document.createElement("div");h.className="vela-field-span",h.style.cssText="opacity:0.7;font-size:11px;line-height:1.4;border-top:1px solid var(--vela-border);padding-top:6px;font-variant-numeric:tabular-nums;",o.push(()=>{let p=i();h.textContent=`${p.headerLabel()} \u2014 ${p.lossSizeLabel()}`;}),e.appendChild(h),s();}buildFrvp(e,t,n){let i=()=>{let d=n.resolve();return d instanceof Be?d.frvp:t.frvp},o=i(),s=(d,u,h,p,m,f=true)=>{e.appendChild(pe({label:d,control:Z({kind:"number",value:o[u],min:h,max:p,step:m,integer:f,fill:false,commit:"blur",onChange:g=>n.patch({[`frvp.${u}`]:g})}).el}));};s("Rows","rows",1,500,1),s("Value Area","valueAreaPct",0,100,1),s("Width %","widthPct",0,100,1),e.appendChild(pe({label:"Anchor",control:Z({kind:"select",options:yP,value:o.anchor,fill:false,theme:this.theme,onChange:d=>n.patch({"frvp.anchor":d})}).el}));let a=(d,u)=>{e.appendChild(pe({label:d,fit:true,control:Z({kind:"color",theme:this.theme,get:()=>i()[u],onChange:h=>n.patch({[`frvp.${u}`]:h})}).el}));};a("Up Volume","upColor"),a("Down Volume","downColor"),a("Value Area Up","vaUpColor"),a("Value Area Down","vaDownColor");let l=Le.map(d=>({value:d.value,label:d.label})),c=(d,u,h,p)=>{let m=document.createElement("div");m.className="vela-field-span",m.style.cssText="display:flex;align-items:center;gap:8px;";let f=Z({kind:"switch",checked:!!o[u],onChange:w=>n.patch({[`frvp.${u}`]:w})}),g=document.createElement("span");g.className="vela-field-label",g.style.flex="1",g.textContent=d;let b=o[h]??we(this.theme.background),y=Z({kind:"color",theme:this.theme,get:()=>b,onChange:w=>{b=w,n.patch({[`frvp.${h}`]:w});}}),v=Z({kind:"select",options:l,value:o[p],fill:false,theme:this.theme,onChange:w=>n.patch({[`frvp.${p}`]:w})});m.append(f.el,g,y.el,v.el),e.appendChild(m);};c("VAH","showVah","vahColor","vahStyle"),c("VAL","showVal","valColor","valStyle"),c("POC","showPoc","pocColor","pocStyle"),c("Developing POC","showDevelopingPoc","developingPocColor","developingPocStyle"),c("Developing VA","showDevelopingVa","developingVaColor","developingVaStyle");}buildLevels(e,t,n){let i=t.editableLevels();if(!i)return;let o=t instanceof De;if(o){let s=t;e.appendChild(pe({label:"Show ratio labels",bool:true,toggle:{checked:s.showRatios!==false,onChange:a=>n.patch({showRatios:a})}}));}i.forEach((s,a)=>{let l=document.createElement("div");l.className="vela-field-span",l.style.cssText="display:flex;align-items:center;gap:8px;";let c=Z({kind:"switch",checked:s.enabled,onChange:m=>n.patch({[`levels.${a}.enabled`]:m})}),d=s.color,u=Z({kind:"color",theme:this.theme,get:()=>d,onChange:m=>{d=m,n.patch({[`levels.${a}.color`]:m});}}),h=s.ratio,p=Z({kind:"number",value:h,min:0,step:.01,fill:o,compact:!o,commit:"blur",onChange:m=>{if(m<=0){p.setValue?.(h);return}h=m,n.patch({[`levels.${a}.ratio`]:m});}});if(o&&(p.el.style.flex="1"),l.append(c.el,u.el,p.el),!o){let m=Z({kind:"text",value:s.label??"",fill:true,placeholder:"label\u2026",onChange:f=>n.patch({[`levels.${a}.label`]:f})});m.el.style.flex="1",m.el.style.minWidth="60px",l.appendChild(m.el);}e.appendChild(l);});}};function ey(r,e,t){let n=document.createElement("button");return n.type="button",n.textContent=r,n.className=e?"vela-dialog-btn vela-dialog-btn-primary":"vela-dialog-btn",n.addEventListener("click",t),n}var gn=30,xP=21,ty="vela-drawing-popup-styles",ny="3";function ry(){if(typeof document>"u")return;let r=document.getElementById(ty);if(r?.dataset.rev===ny)return;let e=r??document.createElement("style");e.id=ty,e.dataset.rev=ny,e.textContent=`
892
892
  .vela-dpop-btn{background:transparent;color:var(--vela-fg-muted);transition:background var(--vela-dur-fast) ease,color var(--vela-dur-fast) ease;}
893
893
  .vela-dpop-btn:hover{background:var(--vela-hover-strong);color:var(--vela-fg-bright);}
894
894
  .vela-dpop-btn[data-active='1']{background:var(--vela-active);color:var(--vela-fg-bright);}
@@ -897,7 +897,7 @@ ${Hn(".vela-sd-pane")}
897
897
  .vela-dpop-item[data-active='1']{background:var(--vela-active);}
898
898
  /* A finger needs a wider grab zone than a cursor \u2014 grow the move handle on touch-first
899
899
  devices (the glyph stays centered; only the hit target widens). */
900
- @media (pointer: coarse){.vela-dpop-grip{width:${gn+14}px !important;}}`,r||document.head.appendChild(e);}var jl=class{constructor(e,t,n=()=>0){this.host=e;this.chartBarMs=n;this.el=null;this.tipEl=null;this.textPanel=null;this.colorPop=null;this.colorOwner=null;this.menuPop=null;this.menuOwner=null;this.onClose=null;this.onOutside=e=>{let t=e.target;if(this.settingsDialog.isOpen()){if(this.settingsDialog.contains(t)||this.isOwnChrome(t))return;this.settingsDialog.close();return}if(this.isOwnChrome(t))return;let n=this.onClose;this.close(),n?.();};this.theme=t,this.settingsDialog=new Xl(e,t);}lowerTimeframeOptions(){let e=this.chartBarMs();if(!(e>0))return [...On];let t=On.filter(n=>n.ms>0&&n.ms<e);return t.length>0?[On[0],...t]:[]}setTheme(e){this.theme=e,this.settingsDialog.setTheme(e);}isOpen(){return this.el!=null}contains(e){return e!=null&&(this.isOwnChrome(e)||this.settingsDialog.contains(e))}open(e,t,n,i){this.close(),ry(),this.onClose=i??null;let o=this.theme,s=e.schema(),a=new Set(s.fields.map(y=>y.path)),l=s.textIsContent===true||!a.has("text.value"),c=document.createElement("div");c.className="vela-dpop",c.style.cssText=`position:absolute;z-index:22;background:${o.background};border:1px solid var(--vela-border);border-radius:var(--vela-radius-lg);box-shadow:var(--vela-shadow);color:${o.textColor};font:var(--vela-font-size-md) ${o.fontFamily};display:flex;flex-direction:column;pointer-events:auto;overflow:hidden;`,fe(c,o),c.addEventListener("pointerdown",y=>{y.target?.closest(".vela-select-trigger, .vela-color-field")||le();});let d=document.createElement("div");if(d.style.cssText="display:flex;align-items:center;gap:2px;padding:4px;",d.appendChild(this.dragHandle()),a.has("glyph")){let y=e.glyph??bi[0];d.appendChild(this.dropdown("Icon",bi,y,v=>BP(v),v=>n.patch({glyph:v})));}if(a.has("size")){let y=e.size??"normal";d.appendChild(this.dropdown("Icon size",Is,y,v=>HP(v),v=>n.patch({size:v}),{label:No}));}if(a.has("magnifier.timeframe")&&e instanceof Fe){let y=this.lowerTimeframeOptions();y.length>0&&d.appendChild(this.dropdown("Lower timeframe",y.map(v=>v.value),e.magnifier.timeframe,()=>"",v=>n.patch({"magnifier.timeframe":v}),{label:v=>xi(String(v)),labelInTrigger:true})),d.appendChild(this.colorButton("Up candles",fn,e.magnifier.upColor||o.upColor,v=>n.patch({"magnifier.upColor":v}))),d.appendChild(this.colorButton("Down candles",fn,e.magnifier.downColor||o.downColor,v=>n.patch({"magnifier.downColor":v})));}if(a.has("style.lineColor")&&d.appendChild(this.colorButton("Line color",rr,e.style.lineColor||(e instanceof Fe?we(this.theme.background):R),y=>n.patch({"style.lineColor":y}))),a.has("style.lineWidth")){let y=s.fields.find(v=>v.path==="style.lineWidth");y?.kind==="number"&&(y.min??1)>1?d.appendChild(this.widthInput("Line width",e.style.lineWidth,y.min??1,y.max??60,y.step??1,v=>n.patch({"style.lineWidth":v}))):d.appendChild(this.dropdown("Line width",[1,2,3,4],e.style.lineWidth,v=>ri(v,"solid"),v=>n.patch({"style.lineWidth":v}),{label:v=>`${v}px`,labelInTrigger:true}));}a.has("style.lineStyle")&&d.appendChild(this.dropdown("Line style",Le.map(y=>y.value),e.style.lineStyle,y=>ri(2,y),y=>n.patch({"style.lineStyle":y}),{label:Vo})),a.has("style.fillColor")&&d.appendChild(this.colorButton("Fill",fn,qe(e,this.theme)??e.style.fillColor??R,y=>n.patch({"style.fillColor":y})));let u=a.has("frvp.rows")&&e instanceof Be,h=a.has("riskPercent")&&e instanceof We;if(h){let y=e;d.appendChild(this.colorButton("Profit zone",fn,y.profitColor,v=>n.patch({profitColor:v}))),d.appendChild(this.colorButton("Loss zone",fn,y.lossColor,v=>n.patch({lossColor:v})));}let p=e.reg;if(a.has("reg.midColor")&&p){let y=Le.map(v=>v.value);d.appendChild(this.colorButton("Midline color",rr,p.midColor,v=>n.patch({"reg.midColor":v}))),d.appendChild(this.dropdown("Midline style",y,p.midStyle,v=>ri(2,v),v=>n.patch({"reg.midStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Upper line color",rr,p.upperColor,v=>n.patch({"reg.upperColor":v}))),d.appendChild(this.dropdown("Upper line style",y,p.upperStyle,v=>ri(2,v),v=>n.patch({"reg.upperStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Lower line color",rr,p.lowerColor,v=>n.patch({"reg.lowerColor":v}))),d.appendChild(this.dropdown("Lower line style",y,p.lowerStyle,v=>ri(2,v),v=>n.patch({"reg.lowerStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Upper fill",fn,p.upperFill,v=>n.patch({"reg.upperFill":v}))),d.appendChild(this.colorButton("Lower fill",fn,p.lowerFill,v=>n.patch({"reg.lowerFill":v}))),d.appendChild(this.toggle("Show R\xB2",DP,p.showR2,v=>n.patch({"reg.showR2":v})));}let m=e.vwap;if(a.has("vwap.midColor")&&m){let y=Le.map(w=>w.value),v=[.5,1,1.5,2,2.5,3,4,5];d.appendChild(this.colorButton("VWAP color",rr,m.midColor,w=>n.patch({"vwap.midColor":w}))),d.appendChild(this.dropdown("VWAP style",y,m.midStyle,w=>ri(2,w),w=>n.patch({"vwap.midStyle":w}),{label:Vo})),d.appendChild(this.dropdown("Band multiplier",v,m.multiplier,()=>OP,w=>n.patch({"vwap.multiplier":w}),{label:w=>`${w}\u03C3`,labelInTrigger:true})),d.appendChild(this.colorButton("Upper band color",rr,m.upperColor,w=>n.patch({"vwap.upperColor":w}))),d.appendChild(this.colorButton("Lower band color",rr,m.lowerColor,w=>n.patch({"vwap.lowerColor":w}))),d.appendChild(this.colorButton("Band fill",fn,m.bandFill,w=>n.patch({"vwap.bandFill":w})));}if(a.has("maxCurvature")){let y=e.maxCurvature??24;d.appendChild(this.dropdown("Max curvature",Tc,y,()=>FP,v=>n.patch({maxCurvature:v}),{label:v=>`n=${v}`,labelInTrigger:true}));}if(a.has("mach")){let y=e.mach??2;d.appendChild(this.dropdown("Mach number",Pc,y,()=>VP,v=>n.patch({mach:v}),{label:v=>`M=${v}`,labelInTrigger:true}));}if(a.has("waveCount")){let y=e.waveCount??6;d.appendChild(this.dropdown("Waves",Ec,y,()=>NP,v=>n.patch({waveCount:v}),{label:v=>`${v}`,labelInTrigger:true}));}let f=e;a.has("showPrice")&&d.appendChild(this.toggle("Show price",CP,f.showPrice!==false,y=>n.patch({showPrice:y}))),a.has("showDate")&&d.appendChild(this.toggle("Show date",TP,f.showDate!==false,y=>n.patch({showDate:y}))),a.has("text.color")&&l&&d.appendChild(this.colorButton("Text color",Lu,e.text?.color||o.textColor,y=>n.patch({"text.color":y}))),a.has("text.size")&&l&&d.appendChild(this.dropdown("Text size",Ze.map(y=>y.value),e.text?.size??"normal",y=>sy(y),y=>n.patch({"text.size":y}),{label:No})),a.has("text.bold")&&!a.has("text.value")&&d.appendChild(this.toggle("Bold",iy,!!e.text?.bold,y=>n.patch({"text.bold":y}))),a.has("text.italic")&&!a.has("text.value")&&d.appendChild(this.toggle("Italic",oy,!!e.text?.italic,y=>n.patch({"text.italic":y}))),a.has("text.value")&&d.appendChild(this.iconBtn("Text",Lu,()=>this.toggleTextPanel(e,n,!l)));let g=e.editableLevels();if(g&&!(e instanceof De)){let y=e,v=Ze.map(w=>w.value);d.appendChild(this.dropdown("Numbers size",v,y.numbersSize??"small",w=>$P(w),w=>n.patch({numbersSize:w}),{label:No})),d.appendChild(this.dropdown("Label size",v,y.labelsSize??"normal",w=>sy(w),w=>n.patch({labelsSize:w}),{label:No}));}d.appendChild(this.divider()),u&&d.appendChild(this.iconBtn("Settings",Mu,()=>this.settingsDialog.open(e,n,"frvp"))),h&&d.appendChild(this.iconBtn("Position size",Mu,()=>this.settingsDialog.open(e,n,"position"))),g&&d.appendChild(this.iconBtn("Levels",Mu,()=>this.settingsDialog.open(e,n,"levels"))),d.appendChild(this.toggle("Lock",EP,e.locked,y=>n.setLocked(y)));let b=this.iconBtn("Delete",MP,()=>n.remove());b.style.color="var(--vela-danger)",d.appendChild(b),d.appendChild(this.kebabButton(n)),c.append(d),this.host.appendChild(c),this.el=c,c.addEventListener("mouseover",y=>{let v=y.target.closest("[data-tip]");v?this.showTip(v):this.hideTip();}),c.addEventListener("mouseleave",()=>this.hideTip()),this.position(t),setTimeout(()=>document.addEventListener("pointerdown",this.onOutside),0);}close(){document.removeEventListener("pointerdown",this.onOutside),this.closeColorPopover(),this.closeMenu(),this.hideTip(),this.settingsDialog.close(),this.el?.remove(),this.el=null,this.textPanel=null,this.onClose=null;}destroy(){this.close();}isOwnChrome(e){if(this.el?.contains(e)||this.colorPop?.el.contains(e)||this.menuPop?.el.contains(e))return true;let t=e instanceof Element?e:e.parentElement;if(!t)return false;let n=t.closest(".vela-popover");return n!=null&&this.host.contains(n)}toggleTextPanel(e,t,n){if(this.textPanel){this.textPanel.remove(),this.textPanel=null,this.reposition();return}let i=e.text,o=document.createElement("div");o.style.cssText="padding:6px;border-top:1px solid var(--vela-border);display:flex;flex-direction:column;gap:4px;";let s=new Zn({value:i?.value??"",rows:1,size:"sm",autoGrow:true,maxLines:4,placeholder:"Label\u2026",onChange:l=>{t.patch({"text.value":l}),this.reposition();}});s.el.style.minWidth="220px",s.input.addEventListener("input",()=>{t.patch({"text.value":s.input.value}),this.reposition();}),s.input.addEventListener("keydown",l=>{if(l.stopPropagation(),l.key==="Escape"){l.preventDefault();let c=this.onClose;this.close(),c?.();}});let a=document.createElement("div");a.style.cssText="display:flex;align-items:center;justify-content:flex-start;gap:0;transform:scale(0.8);transform-origin:left center;",n&&a.append(this.colorButton("Text color",Lu,i?.color||this.theme.textColor,l=>t.patch({"text.color":l}),14),this.dropdown("Text size",Ze.map(l=>l.value),i?.size??"normal",l=>zP(l),l=>t.patch({"text.size":l}),{label:No})),a.append(this.toggle("Bold",iy,!!i?.bold,l=>t.patch({"text.bold":l})),this.toggle("Italic",oy,!!i?.italic,l=>t.patch({"text.italic":l}))),o.append(s.el,a),this.el?.appendChild(o),this.textPanel=o,this.reposition(),s.input.focus();}position(e){let t=this.el;if(!t)return;let n=this.host.getBoundingClientRect(),i=t.offsetWidth,o=t.offsetHeight,s=10,a=n.width/2-i/2,l=12;e&&(a=e.x+e.w/2-i/2,l=e.y-o-s,l<4&&(l=e.y+e.h+s)),t.style.left=`${Math.max(4,Math.min(a,n.width-i-4))}px`,t.style.top=`${Math.max(4,Math.min(l,n.height-o-4))}px`;}reposition(){let e=this.el;if(!e)return;let t=this.host.getBoundingClientRect(),n=e.offsetWidth,i=e.offsetHeight,o=parseFloat(e.style.left)||0,s=parseFloat(e.style.top)||0;e.style.left=`${Math.max(4,Math.min(o,t.width-n-4))}px`,e.style.top=`${Math.max(4,Math.min(s,t.height-i-4))}px`;}base(e){let t=document.createElement("button");return t.type="button",t.dataset.tip=e,t.className="vela-dpop-btn",t.style.cssText=`width:${gn}px;height:${gn}px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;border:none;border-radius:5px;padding:0;`,t}iconBtn(e,t,n){let i=this.base(e);return i.innerHTML=jt(t),i.addEventListener("click",n),i}dragHandle(){let e=document.createElement("button");return e.type="button",e.className="vela-dpop-grip",e.style.cssText=`width:${gn}px;height:${gn}px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:grab;touch-action:none;color:var(--vela-fg-faint);`,e.innerHTML=jt(kP),e.addEventListener("pointerdown",t=>{let n=this.el;if(!n||t.button!==0)return;t.preventDefault(),t.stopPropagation(),this.hideTip(),this.closeColorPopover(),this.closeMenu();let i=this.host.getBoundingClientRect(),o=t.clientX,s=t.clientY,a=parseFloat(n.style.left)||0,l=parseFloat(n.style.top)||0;e.style.cursor="grabbing";try{e.setPointerCapture(t.pointerId);}catch{}let c=u=>{let h=n.offsetWidth,p=n.offsetHeight,m=a+(u.clientX-o),f=l+(u.clientY-s);n.style.left=`${Math.max(4,Math.min(m,i.width-h-4))}px`,n.style.top=`${Math.max(4,Math.min(f,i.height-p-4))}px`;},d=()=>{e.style.cursor="grab",window.removeEventListener("pointermove",c),window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",d);};window.addEventListener("pointermove",c),window.addEventListener("pointerup",d),window.addEventListener("pointercancel",d);}),e}kebabButton(e){let t=this.base("More");return t.innerHTML=jt(IP),t.addEventListener("pointerdown",n=>n.stopPropagation()),t.addEventListener("click",n=>{if(n.stopPropagation(),this.menuOwner===t){this.closeMenu();return}this.openActionMenu(t,[{icon:PP,label:"Bring to front",onClick:()=>e.reorder("front")},{icon:LP,label:"Send to back",onClick:()=>e.reorder("back")},{icon:AP,label:"Reset settings",onClick:()=>e.resetSettings()}]);}),t}hostFloat(e,t){let n=this.theme,i=new Ae({trigger:e,host:this.host,theme:n,position:"absolute",boundary:this.host,boundaryInset:4,viewportInset:0,gap:6,align:t.align??"start",zIndex:t.zIndex,onClose:()=>{this.menuPop===i&&(this.menuPop=null,this.menuOwner=null),this.colorPop===i&&(this.colorPop=null,this.colorOwner=null),t.onClose?.();}}),o=i.el;return o.style.background=n.background,o.style.border="1px solid var(--vela-border)",o.style.borderRadius="var(--vela-radius-lg)",o.style.boxShadow="var(--vela-shadow)",o.style.padding=t.padding,o.style.display="flex",o.style.flexDirection="column",o.style.gap="1px",o.style.color=n.textColor,o.style.font=`var(--vela-font-size-md) ${n.fontFamily}`,o.style.pointerEvents="auto",t.fill(o,i),i.show(),i}openMagnifierTimeframeMenu(e,t,n){ry(),le();let i=this.lowerTimeframeOptions(),o=document.createElement("div");o.style.cssText=`position:absolute;left:${e.x}px;top:${e.y}px;width:${e.w}px;height:${e.h}px;pointer-events:none;`,this.host.appendChild(o),this.menuPop=this.hostFloat(o,{zIndex:26,padding:"4px",onClose:()=>o.remove(),fill:(s,a)=>{if(i.length===0){let l=document.createElement("div");l.style.cssText="padding:6px 10px;opacity:0.65;white-space:nowrap;",l.textContent="No lower timeframe available",s.appendChild(l);return}for(let l of i){let c=document.createElement("button");c.type="button",c.className="vela-dpop-item",c.dataset.active=l.value===t?"1":"0",c.style.cssText="display:flex;align-items:center;min-width:88px;padding:5px 10px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;font-variant-numeric:tabular-nums;",c.textContent=l.label,c.addEventListener("click",d=>{d.stopPropagation(),a.hide(),n(l.value);}),s.appendChild(c);}}}),this.menuOwner=o;}openActionMenu(e,t){this.menuPop=this.hostFloat(e,{align:"end",zIndex:26,padding:"4px",fill:(n,i)=>{for(let o of t){let s=document.createElement("button");s.type="button",s.className="vela-dpop-item",s.style.cssText="display:flex;align-items:center;gap:9px;min-width:150px;padding:6px 9px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;";let a=document.createElement("span");a.style.cssText="display:flex;flex:none;width:20px;justify-content:center;",a.innerHTML=jt(o.icon,18);let l=document.createElement("span");l.textContent=o.label,l.style.cssText="flex:1;",s.append(a,l),s.addEventListener("click",c=>{c.stopPropagation(),i.hide(),o.onClick();}),n.appendChild(s);}}}),this.menuOwner=e;}showTip(e){let t=e.dataset.tip;if(!t){this.hideTip();return}let n=this.theme;if(!this.tipEl){let p=document.createElement("div");p.style.cssText=`position:absolute;z-index:27;pointer-events:none;white-space:nowrap;background:${n.textColor};color:${n.background};padding:3px 7px;border-radius:5px;font:var(--vela-font-size-sm) ${n.fontFamily};box-shadow:var(--vela-shadow);`,this.host.appendChild(p),this.tipEl=p;}let i=this.tipEl;i.textContent=t;let o=this.host.getBoundingClientRect(),s=e.getBoundingClientRect(),a=i.offsetWidth,l=i.offsetHeight,c=6,d=s.left-o.left+s.width/2-a/2;d=Math.max(4,Math.min(d,o.width-a-4));let u=s.top-o.top-l-c,h=u>=4?u:s.bottom-o.top+c;i.style.left=`${Math.round(d)}px`,i.style.top=`${Math.round(h)}px`;}hideTip(){this.tipEl?.remove(),this.tipEl=null;}toggle(e,t,n,i){let o=this.base(e);o.innerHTML=jt(t);let s=l=>{o.dataset.active=l?"1":"0";};s(n);let a=n;return o.addEventListener("click",()=>{a=!a,s(a),i(a);}),o}widthInput(e,t,n,i,o,s){let a=new qn({value:t,min:n,max:i,step:o,integer:o>=1,size:"sm",fill:false,compact:true,commit:"blur",title:e,onChange:s});return a.el.dataset.tip=e,_P(a.el),a.el}dropdown(e,t,n,i,o,s={}){let a=this.base(e);a.style.width="auto",a.style.minWidth=`${gn}px`,a.style.padding="0 4px",a.style.gap="2px";let l=n,c=d=>{a.replaceChildren();let u=i(d);if(u){let p=document.createElement("span");p.style.cssText="display:flex;",p.innerHTML=jt(u),a.appendChild(p);}if(s.label&&s.labelInTrigger){let p=document.createElement("span");p.textContent=s.label(d),p.style.cssText="font-size:11px;opacity:0.85;font-variant-numeric:tabular-nums;",a.appendChild(p);}let h=document.createElement("span");h.style.cssText="display:flex;opacity:0.55;",h.innerHTML=jt(RP,12),a.appendChild(h);};return c(l),a.addEventListener("pointerdown",d=>d.stopPropagation()),a.addEventListener("click",d=>{if(d.stopPropagation(),this.menuOwner===a){this.closeMenu();return}this.openMenu(a,t,l,i,s.label,u=>{l=u,c(u),o(u);});}),a}openMenu(e,t,n,i,o,s){this.menuPop=this.hostFloat(e,{zIndex:26,padding:"4px",fill:(a,l)=>{for(let c of t){let d=c===n,u=document.createElement("button");u.type="button",u.className="vela-dpop-item",u.dataset.active=d?"1":"0",u.style.cssText=`display:flex;align-items:center;gap:8px;${o?"min-width:118px;":""}padding:5px 8px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;`;let h=i(c);if(h){let p=document.createElement("span");p.style.cssText="display:flex;flex:none;width:22px;justify-content:center;",p.innerHTML=jt(h,18),u.appendChild(p);}if(o){let p=document.createElement("span");p.textContent=o(c),p.style.cssText="flex:1;font-variant-numeric:tabular-nums;",u.appendChild(p);}u.addEventListener("click",p=>{p.stopPropagation(),l.hide(),s(c);}),a.appendChild(u);}}}),this.menuOwner=e;}closeMenu(){this.menuPop?.hide();}colorButton(e,t,n,i,o=17){let s=document.createElement("button");s.type="button",s.dataset.tip=e,s.className="vela-dpop-btn",s.style.cssText=`position:relative;width:${gn}px;height:${gn}px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;border-radius:5px;border:none;color:inherit;padding:0;`;let a=document.createElement("span");a.style.cssText="display:flex;",a.innerHTML=jt(t,o);let l=document.createElement("span");l.style.cssText=`display:block;height:3px;width:${Math.round(o*.85)}px;border-radius:2px;background:${n};`,s.append(a,l);let c=n;return s.addEventListener("pointerdown",d=>d.stopPropagation()),s.addEventListener("click",d=>{d.stopPropagation(),this.toggleColorPopover(s,c,u=>{c=u,l.style.background=u,i(u);});}),s}toggleColorPopover(e,t,n){if(this.colorOwner===e){this.closeColorPopover();return}this.openColorPopover(e,t,n);}openColorPopover(e,t,n){let i=this.theme;this.colorPop=this.hostFloat(e,{zIndex:25,padding:"10px",fill:o=>{o.appendChild(fo(t,i,n));}}),this.colorOwner=e;}closeColorPopover(){this.colorPop?.hide();}divider(){let e=document.createElement("div");return e.style.cssText="width:1px;height:18px;margin:0 3px;background:var(--vela-border);",e}},rr=W("brush"),fn=W("bucket"),Lu=W("type"),CP=W("price-delta"),TP=W("date-delta"),EP=W("lock"),PP=W("bring-front"),LP=W("send-back"),MP=W("trash"),iy=W("bold"),oy=W("italic"),kP=W("grip"),IP=W("kebab"),AP=W("reset"),Mu=W("gear"),RP=W("chevron-down"),DP=W("r-squared"),OP=W("bands"),FP=W("dedekind"),NP=W("sonic"),VP=W("supersonic");function ri(r,e){let t=e==="dashed"?"5,3":e==="dotted"?"1.5,3":"";return A(`<line x1="3.5" y1="12" x2="20.5" y2="12" stroke-width="${Number(r)||2}" stroke-dasharray="${t}"/>`)}function _P(r){r.addEventListener("keydown",e=>e.stopPropagation());}function _o(r,e,t=17,n=""){return yc(`<text x="12" y="${t}" font-size="${e}" text-anchor="middle"${n?" "+n:""}>${r}</text>`)}function BP(r){return _o(String(r),15)}function HP(r){return _o("\u25CF",(ku[String(r)]??13)+4)}function zP(r){return _o(String(r).charAt(0).toUpperCase(),15)}var ku={small:10,normal:13,large:16,huge:20};function $P(r){return _o("12",(ku[String(r)]??13)-1,16.5,'font-weight="600"')}function sy(r){return _o("T",(ku[String(r)]??13)+2)}function ay(r){return r.charAt(0).toUpperCase()+r.slice(1)}function No(r){return Ze.find(e=>e.value===r)?.label??ay(String(r))}function Vo(r){return Le.find(e=>e.value===r)?.label??ay(String(r))}function jt(r,e=SP){return r.replace("<svg ",`<svg width="${e}" height="${e}" `)}var Iu=44,Au=16,Bo=class{constructor(e,t,n,i=()=>{},o=()=>{},s=()=>{},a=()=>{},l=()=>{},c={}){this.host=e;this.theme=t;this.onArm=n;this.onMagnet=i;this.onMeasure=o;this.onEraser=s;this.onToggleFavorite=a;this.onStayMode=l;this.def={groups:[]};this.active=null;this.lastUsed=new Map;this.favorites=new Set;this.shortcuts=new Map;this.starEls=new Map;this.flyout=null;this.flyoutOwnerId=null;this.flyoutCell=null;this.groupCells=new Map;this.groupIcons=new Map;this.cursorBtn=null;this.magnetCell=null;this.magnetIcon=null;this.magnetMode="off";this.lastMagnetOn="weak";this.measureBtn=null;this.measureActive=false;this.eraserBtn=null;this.eraserActive=false;this.stayBtn=null;this.stayActive=false;this.syncBtn=null;this.syncActive=false;this.collapseBtn=null;this.collapsed=false;this.visible=false;this.tipText=new WeakMap;this.tipDisposers=[];this.onOutside=e=>{let t=e.target;this.flyout&&!this.flyout.contains(t)&&!this.root.contains(t)&&this.closeFlyout();};this.borderOverride=c.borderColor??null,this.width=c.width??Iu,this.dock=c.dock??"absolute",this.onCollapse=c.onCollapse??(()=>{}),this.onDrawingsSync=c.onDrawingsSync??null,WP(),this.root=document.createElement("div"),this.root.className="vela-dtb",this.styleRoot(),e.appendChild(this.root);}get borderColor(){return this.borderOverride??this.theme.borderColor}styleRoot(){let e=this.theme;fe(this.root,e);let t=this.collapsed?Au:this.width;this.root.dataset.collapsed=this.collapsed?"1":"";let n=this.dock==="absolute"?`position:absolute;left:0;top:0;height:100%;width:${t}px;z-index:21;`:`position:relative;height:100%;width:${t}px;flex:none;`;this.root.style.cssText=n+`display:${this.visible?"flex":"none"};flex-direction:column;gap:4px;padding:6px 0;box-sizing:border-box;background:${e.background};border-right:1px solid ${this.borderColor};color:var(--vela-fg-muted);pointer-events:auto;overflow-y:auto;overflow-x:hidden;`;}setDefinition(e){this.def=e;for(let t of e.groups){let n=t.tools[0];n&&!this.lastUsed.has(t.id)&&this.lastUsed.set(t.id,n.type);}this.rebuild();}setFavorites(e){this.favorites=new Set(e);for(let[t,n]of this.starEls)this.paintStar(n,t);}setShortcuts(e){this.shortcuts=new Map(Object.entries(e));}paintStar(e,t){let n=this.favorites.has(t);e.classList.toggle("vela-fav",n),e.setAttribute("aria-label",n?"Remove from favorites":"Add to favorites"),e.setAttribute("aria-pressed",n?"true":"false"),e.innerHTML=Zl(n?eL:QP);}setVisible(e){this.visible=e,this.root.style.display=e?"flex":"none";}setActiveTool(e){if(this.active=e,e){let t=this.def.groups.find(n=>n.tools.some(i=>i.type===e));t&&(this.lastUsed.set(t.id,e),this.paintGroupIcon(t));}this.closeFlyout(),this.highlight();}setTheme(e){this.theme=e,this.styleRoot(),this.rebuild();}destroy(){this.closeFlyout();for(let e of this.tipDisposers.splice(0))e();this.root.remove();}rebuild(){for(let e of this.tipDisposers.splice(0))e();this.root.replaceChildren(),this.groupCells.clear(),this.groupIcons.clear(),this.cursorBtn=this.makeButton(GP,"Cursor",()=>this.onCursorClick()),this.root.appendChild(this.cursorBtn),this.def.groups.length>0&&this.root.appendChild(this.divider());for(let e of this.def.groups){let t=this.makeGroupCell(e);this.root.appendChild(t),this.paintGroupIcon(e);}this.root.appendChild(this.divider()),this.measureBtn=this.makeButton(UP,"Measure",()=>this.onMeasure()),this.root.appendChild(this.measureBtn),this.eraserBtn=this.makeButton(qP,"Eraser (click/drag to delete)",()=>this.onEraser()),this.root.appendChild(this.eraserBtn),this.root.appendChild(this.makeMagnetCell()),this.stayBtn=this.makeButton(XP,"Stay in drawing mode",()=>this.toggleStay()),this.root.appendChild(this.stayBtn),this.onDrawingsSync&&(this.syncBtn=this.makeButton(jP,"Sync drawings on all charts",()=>this.toggleDrawingsSync()),this.root.appendChild(this.syncBtn)),this.collapseBtn=this.makeButton(dy,"Collapse toolbar",()=>this.toggleCollapsed()),this.collapseBtn.classList.add("vela-dtb-collapse"),this.root.appendChild(this.collapseBtn),this.paintMeasure(),this.paintEraser(),this.paintMagnet(),this.paintStay(),this.paintDrawingsSync(),this.paintCollapse(),this.highlight();}toggleCollapsed(){this.collapsed=!this.collapsed,this.closeFlyout(),this.styleRoot(),this.paintCollapse(),this.onCollapse(this.collapsed);}paintCollapse(){let e=this.collapseBtn;if(!e)return;let t=this.collapsed?"Expand toolbar":"Collapse toolbar";e.innerHTML=ql(this.collapsed?YP:dy,12),e.setAttribute("aria-label",t),this.tipText.set(e,t);}makeCell(e,t){let n=document.createElement("div");n.className="vela-dtb-cell";let i=document.createElement("button");i.type="button",i.className="vela-dtb-icon",i.setAttribute("aria-label",e),t.iconSvg&&(i.innerHTML=ql(t.iconSvg)),i.addEventListener("click",t.onIcon),n.appendChild(i);let o=null;if(t.multi&&t.onArrow){let s=t.onArrow;o=document.createElement("button"),o.type="button",o.className="vela-dtb-arrow",o.setAttribute("aria-label",`${e} \u2014 more`),o.innerHTML=tL(ZP),o.addEventListener("click",a=>{a.stopPropagation(),s();}),n.appendChild(o);}return this.tipDisposers.push(vt(n,{host:this.host,theme:()=>this.theme,text:()=>this.tipText.get(n)??e,placement:"right"})),{cell:n,icon:i,arrow:o}}makeGroupCell(e){let t=e.tools.length>1,{cell:n,icon:i}=this.makeCell(e.label,{multi:t,onIcon:()=>this.onGroupIconClick(e),onArrow:t?()=>this.onArrowClick(e):void 0});return this.groupCells.set(e.id,n),this.groupIcons.set(e.id,i),n}makeMagnetCell(){let{cell:e,icon:t}=this.makeCell("Magnet snap",{iconSvg:KP,multi:true,onIcon:()=>this.toggleMagnet(),onArrow:()=>this.onMagnetArrowClick()});return this.magnetCell=e,this.magnetIcon=t,e}onCursorClick(){this.measureActive&&this.onMeasure(),this.eraserActive&&this.onEraser(),this.onArm(null);}onGroupIconClick(e){let t=this.lastUsed.get(e.id)??e.tools[0]?.type;t&&this.onArm(t);}onArrowClick(e){let t=this.flyoutOwnerId===e.id;this.closeFlyout(),t||this.openGroupFlyout(e);}toggleMagnet(){this.applyMagnet(this.magnetMode==="off"?this.lastMagnetOn:"off");}onMagnetArrowClick(){let e=this.flyoutOwnerId===ly;this.closeFlyout(),e||this.openMagnetFlyout();}applyMagnet(e){this.magnetMode=e,e!=="off"&&(this.lastMagnetOn=e),this.onMagnet(e),this.paintMagnet(),this.highlight();}setMagnetMode(e){this.magnetMode=e,e!=="off"&&(this.lastMagnetOn=e),this.paintMagnet(),this.highlight();}setMeasureActive(e){this.measureActive=e,this.paintMeasure(),this.highlight();}paintMeasure(){let e=this.measureBtn;e&&(e.dataset.active=this.measureActive?"1":"");}setEraserActive(e){this.eraserActive=e,this.paintEraser(),this.highlight();}paintEraser(){let e=this.eraserBtn;e&&(e.dataset.active=this.eraserActive?"1":"");}paintMagnet(){let e=this.magnetCell,t=this.magnetIcon;if(!e||!t)return;let n=this.magnetMode==="off"?"Off":this.magnetMode==="weak"?"Weak":"Strong";this.tipText.set(e,`Magnet snap: ${n}`);let i=this.magnetMode!=="off";e.dataset.active=i?"1":"",t.style.opacity=i?"1":"0.5";}toggleStay(){this.stayActive=!this.stayActive,this.onStayMode(this.stayActive),this.paintStay();}setStayMode(e){this.stayActive=e,this.paintStay();}paintStay(){let e=this.stayBtn;e&&(e.dataset.active=this.stayActive?"1":"",e.style.opacity=this.stayActive?"1":"0.5");}toggleDrawingsSync(){this.syncActive=!this.syncActive,this.onDrawingsSync?.(this.syncActive),this.paintDrawingsSync();}setDrawingsSyncMode(e){this.syncActive=e,this.paintDrawingsSync();}paintDrawingsSync(){let e=this.syncBtn;e&&(e.dataset.active=this.syncActive?"1":"",e.style.opacity=this.syncActive?"1":"0.5");}beginFlyout(e,t){let n=this.theme,i=document.createElement("div");i.className="vela-dtb-flyout",i.style.cssText=`position:absolute;z-index:23;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:0 8px 8px 0;background:var(--vela-surface-elev);border:1px solid ${this.borderColor};border-left:none;box-shadow:var(--vela-shadow);pointer-events:auto;overflow-y:auto;overscroll-behavior:contain;`,fe(i,n),this.host.appendChild(i);let o=t.getBoundingClientRect(),s=this.root.getBoundingClientRect(),a=this.host.getBoundingClientRect(),l=o.top-a.top;return i.style.left=`${s.right-a.left-1}px`,i.style.top=`${l}px`,i.style.maxHeight=`${Math.max(120,a.height-l-8)}px`,this.flyout=i,this.flyoutOwnerId=e,this.flyoutCell=t,t.classList.add("vela-open"),this.highlight(),document.addEventListener("pointerdown",this.onOutside),i}openGroupFlyout(e){let t=this.groupCells.get(e.id);if(!t)return;let n=this.beginFlyout(e.id,t),i=e.sections??[{label:"",tools:e.tools}];for(let o=0;o<i.length;o++){let s=i[o];s.label&&(o>0&&n.appendChild(this.flyoutSeparator()),n.appendChild(this.flyoutHeader(s.label)));for(let a of s.tools)n.appendChild(this.makeFlyoutItem({icon:a.icon,label:a.label,selected:a.type===this.active,shortcut:this.shortcuts.get(a.type),onSelect:()=>this.onArm(a.type),favorite:{type:a.type,toggle:()=>this.onToggleFavorite(a.type,!this.favorites.has(a.type))}}));}}openMagnetFlyout(){let e=this.magnetCell;if(!e)return;let t=this.beginFlyout(ly,e);t.appendChild(this.flyoutHeader("Magnet"));let n=[["off","Off"],["weak","Weak"],["strong","Strong"]];for(let[i,o]of n)t.appendChild(this.makeFlyoutItem({label:o,selected:i===this.magnetMode,onSelect:()=>{this.applyMagnet(i),this.closeFlyout();}}));}flyoutHeader(e){let t=this.theme,n=document.createElement("div");return n.textContent=e.toUpperCase(),n.style.cssText=`padding:6px 12px 2px 8px;font:var(--vela-font-size-sm) ${t.fontFamily};font-weight:600;letter-spacing:0.04em;color:var(--vela-fg-muted);user-select:none;`,n}flyoutSeparator(){let e=document.createElement("div");return e.style.cssText=`height:1px;margin:4px 8px;background:${this.borderColor};`,e}makeFlyoutItem(e){let t=this.theme,n=document.createElement("button");if(n.type="button",n.className="vela-dtb-item",n.setAttribute("aria-label",e.label),n.style.cssText=`display:flex;align-items:center;gap:8px;padding:5px 10px 5px 8px;cursor:pointer;color:${t.textColor};border-radius:var(--vela-radius-sm);font:13px ${t.fontFamily};white-space:nowrap;min-width:148px;`,e.icon){let s=document.createElement("span");s.style.cssText="width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex:none;",s.innerHTML=Zl(e.icon),n.appendChild(s);}let i=document.createElement("span");i.textContent=e.label,i.style.cssText="flex:1 1 auto;text-align:left;",n.appendChild(i);let o=document.createElement("span");if(o.style.cssText="width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex:none;",e.selected&&(o.innerHTML=Zl(JP)),n.appendChild(o),e.shortcut){let s=document.createElement("span");s.className="vela-dtb-hint",s.textContent=e.shortcut,s.style.cssText=`flex:none;font:var(--vela-font-size-md) ${t.fontFamily};color:var(--vela-fg-muted);`,n.appendChild(s);}if(e.favorite){let s=document.createElement("span");s.className="vela-dtb-star",s.setAttribute("role","button"),this.paintStar(s,e.favorite.type),this.starEls.set(e.favorite.type,s);for(let a of ["pointerdown","pointerup","mousedown","mouseup"])s.addEventListener(a,l=>l.stopPropagation());s.addEventListener("click",a=>{a.stopPropagation(),a.preventDefault(),e.favorite.toggle();}),n.appendChild(s);}return n.addEventListener("click",s=>{s.stopPropagation(),e.onSelect();}),n}closeFlyout(){this.starEls.clear(),this.flyout&&(this.flyout.remove(),this.flyout=null,this.flyoutCell?.classList.remove("vela-open"),this.flyoutCell=null,this.flyoutOwnerId=null,document.removeEventListener("pointerdown",this.onOutside),this.highlight());}paintGroupIcon(e){let t=this.groupIcons.get(e.id);if(!t)return;let n=this.lastUsed.get(e.id)??e.tools[0]?.type,i=e.tools.find(s=>s.type===n)??e.tools[0];t.innerHTML=ql(i?.icon??"");let o=this.groupCells.get(e.id);o&&this.tipText.set(o,i?.label??e.label);}highlight(){let e=this.active?this.def.groups.find(t=>t.tools.some(n=>n.type===this.active)):null;for(let[t,n]of this.groupCells){let i=t===e?.id;n.dataset.active=i?"1":"";}this.cursorBtn&&(this.cursorBtn.dataset.active=this.active==null&&!this.measureActive&&!this.eraserActive?"1":""),this.paintMeasure(),this.paintEraser(),this.paintMagnet(),this.paintStay();}makeButton(e,t,n){let i=document.createElement("button");return i.type="button",i.className="vela-dtb-btn",i.setAttribute("aria-label",t),this.tipText.set(i,t),e&&(i.innerHTML=ql(e)),this.tipDisposers.push(vt(i,{host:this.host,theme:()=>this.theme,text:()=>this.tipText.get(i)??t,placement:"right"})),i.addEventListener("click",n),i}divider(){let e=document.createElement("div");return e.style.cssText=`width:24px;height:1px;margin:2px auto;flex:none;background:${this.borderColor};`,e}},ly="__magnet__",cy="vela-drawing-toolbar-styles";function WP(){if(typeof document>"u")return;let r=document.getElementById(cy);r||(r=document.createElement("style"),r.id=cy,document.head.appendChild(r)),r.textContent=`
900
+ @media (pointer: coarse){.vela-dpop-grip{width:${gn+14}px !important;}}`,r||document.head.appendChild(e);}var jl=class{constructor(e,t,n=()=>0){this.host=e;this.chartBarMs=n;this.el=null;this.tipEl=null;this.textPanel=null;this.colorPop=null;this.colorOwner=null;this.menuPop=null;this.menuOwner=null;this.onClose=null;this.onOutside=e=>{let t=e.target;if(this.settingsDialog.isOpen()){if(this.settingsDialog.contains(t)||this.isOwnChrome(t))return;this.settingsDialog.close();return}if(this.isOwnChrome(t))return;let n=this.onClose;this.close(),n?.();};this.theme=t,this.settingsDialog=new Xl(e,t);}lowerTimeframeOptions(){let e=this.chartBarMs();if(!(e>0))return [...On];let t=On.filter(n=>n.ms>0&&n.ms<e);return t.length>0?[On[0],...t]:[]}setTheme(e){this.theme=e,this.settingsDialog.setTheme(e);}isOpen(){return this.el!=null}contains(e){return e!=null&&(this.isOwnChrome(e)||this.settingsDialog.contains(e))}open(e,t,n,i){this.close(),ry(),this.onClose=i??null;let o=this.theme,s=e.schema(),a=new Set(s.fields.map(y=>y.path)),l=s.textIsContent===true||!a.has("text.value"),c=document.createElement("div");c.className="vela-dpop",c.style.cssText=`position:absolute;z-index:22;background:${o.background};border:1px solid var(--vela-border);border-radius:var(--vela-radius-lg);box-shadow:var(--vela-shadow);color:${o.textColor};font:var(--vela-font-size-md) ${o.fontFamily};display:flex;flex-direction:column;pointer-events:auto;overflow:hidden;`,fe(c,o),c.addEventListener("pointerdown",y=>{y.target?.closest(".vela-select-trigger, .vela-color-field")||le();});let d=document.createElement("div");if(d.style.cssText="display:flex;align-items:center;gap:2px;padding:4px;",d.appendChild(this.dragHandle()),a.has("glyph")){let y=e.glyph??bi[0];d.appendChild(this.dropdown("Icon",bi,y,v=>_P(v),v=>n.patch({glyph:v})));}if(a.has("size")){let y=e.size??"normal";d.appendChild(this.dropdown("Icon size",Is,y,v=>BP(v),v=>n.patch({size:v}),{label:No}));}if(a.has("magnifier.timeframe")&&e instanceof Fe){let y=this.lowerTimeframeOptions();y.length>0&&d.appendChild(this.dropdown("Lower timeframe",y.map(v=>v.value),e.magnifier.timeframe,()=>"",v=>n.patch({"magnifier.timeframe":v}),{label:v=>xi(String(v)),labelInTrigger:true})),d.appendChild(this.colorButton("Up candles",fn,e.magnifier.upColor||o.upColor,v=>n.patch({"magnifier.upColor":v}))),d.appendChild(this.colorButton("Down candles",fn,e.magnifier.downColor||o.downColor,v=>n.patch({"magnifier.downColor":v})));}if(a.has("style.lineColor")&&d.appendChild(this.colorButton("Line color",rr,e.style.lineColor||(e instanceof Fe?we(this.theme.background):R),y=>n.patch({"style.lineColor":y}))),a.has("style.lineWidth")){let y=s.fields.find(v=>v.path==="style.lineWidth");y?.kind==="number"&&(y.min??1)>1?d.appendChild(this.widthInput("Line width",e.style.lineWidth,y.min??1,y.max??60,y.step??1,v=>n.patch({"style.lineWidth":v}))):d.appendChild(this.dropdown("Line width",[1,2,3,4],e.style.lineWidth,v=>ri(v,"solid"),v=>n.patch({"style.lineWidth":v}),{label:v=>`${v}px`,labelInTrigger:true}));}a.has("style.lineStyle")&&d.appendChild(this.dropdown("Line style",Le.map(y=>y.value),e.style.lineStyle,y=>ri(2,y),y=>n.patch({"style.lineStyle":y}),{label:Vo})),a.has("style.fillColor")&&d.appendChild(this.colorButton("Fill",fn,qe(e,this.theme)??e.style.fillColor??R,y=>n.patch({"style.fillColor":y})));let u=a.has("frvp.rows")&&e instanceof Be,h=a.has("riskPercent")&&e instanceof We;if(h){let y=e;d.appendChild(this.colorButton("Profit zone",fn,y.profitColor,v=>n.patch({profitColor:v}))),d.appendChild(this.colorButton("Loss zone",fn,y.lossColor,v=>n.patch({lossColor:v})));}let p=e.reg;if(a.has("reg.midColor")&&p){let y=Le.map(v=>v.value);d.appendChild(this.colorButton("Midline color",rr,p.midColor,v=>n.patch({"reg.midColor":v}))),d.appendChild(this.dropdown("Midline style",y,p.midStyle,v=>ri(2,v),v=>n.patch({"reg.midStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Upper line color",rr,p.upperColor,v=>n.patch({"reg.upperColor":v}))),d.appendChild(this.dropdown("Upper line style",y,p.upperStyle,v=>ri(2,v),v=>n.patch({"reg.upperStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Lower line color",rr,p.lowerColor,v=>n.patch({"reg.lowerColor":v}))),d.appendChild(this.dropdown("Lower line style",y,p.lowerStyle,v=>ri(2,v),v=>n.patch({"reg.lowerStyle":v}),{label:Vo})),d.appendChild(this.colorButton("Upper fill",fn,p.upperFill,v=>n.patch({"reg.upperFill":v}))),d.appendChild(this.colorButton("Lower fill",fn,p.lowerFill,v=>n.patch({"reg.lowerFill":v}))),d.appendChild(this.toggle("Show R\xB2",RP,p.showR2,v=>n.patch({"reg.showR2":v})));}let m=e.vwap;if(a.has("vwap.midColor")&&m){let y=Le.map(w=>w.value),v=[.5,1,1.5,2,2.5,3,4,5];d.appendChild(this.colorButton("VWAP color",rr,m.midColor,w=>n.patch({"vwap.midColor":w}))),d.appendChild(this.dropdown("VWAP style",y,m.midStyle,w=>ri(2,w),w=>n.patch({"vwap.midStyle":w}),{label:Vo})),d.appendChild(this.dropdown("Band multiplier",v,m.multiplier,()=>DP,w=>n.patch({"vwap.multiplier":w}),{label:w=>`${w}\u03C3`,labelInTrigger:true})),d.appendChild(this.colorButton("Upper band color",rr,m.upperColor,w=>n.patch({"vwap.upperColor":w}))),d.appendChild(this.colorButton("Lower band color",rr,m.lowerColor,w=>n.patch({"vwap.lowerColor":w}))),d.appendChild(this.colorButton("Band fill",fn,m.bandFill,w=>n.patch({"vwap.bandFill":w})));}if(a.has("maxCurvature")){let y=e.maxCurvature??24;d.appendChild(this.dropdown("Max curvature",Tc,y,()=>OP,v=>n.patch({maxCurvature:v}),{label:v=>`n=${v}`,labelInTrigger:true}));}if(a.has("mach")){let y=e.mach??2;d.appendChild(this.dropdown("Mach number",Pc,y,()=>NP,v=>n.patch({mach:v}),{label:v=>`M=${v}`,labelInTrigger:true}));}if(a.has("waveCount")){let y=e.waveCount??6;d.appendChild(this.dropdown("Waves",Ec,y,()=>FP,v=>n.patch({waveCount:v}),{label:v=>`${v}`,labelInTrigger:true}));}let f=e;a.has("showPrice")&&d.appendChild(this.toggle("Show price",SP,f.showPrice!==false,y=>n.patch({showPrice:y}))),a.has("showDate")&&d.appendChild(this.toggle("Show date",CP,f.showDate!==false,y=>n.patch({showDate:y}))),a.has("text.color")&&l&&d.appendChild(this.colorButton("Text color",Lu,e.text?.color||o.textColor,y=>n.patch({"text.color":y}))),a.has("text.size")&&l&&d.appendChild(this.dropdown("Text size",Ze.map(y=>y.value),e.text?.size??"normal",y=>sy(y),y=>n.patch({"text.size":y}),{label:No})),a.has("text.bold")&&!a.has("text.value")&&d.appendChild(this.toggle("Bold",iy,!!e.text?.bold,y=>n.patch({"text.bold":y}))),a.has("text.italic")&&!a.has("text.value")&&d.appendChild(this.toggle("Italic",oy,!!e.text?.italic,y=>n.patch({"text.italic":y}))),a.has("text.value")&&d.appendChild(this.iconBtn("Text",Lu,()=>this.toggleTextPanel(e,n,!l)));let g=e.editableLevels();if(g&&!(e instanceof De)){let y=e,v=Ze.map(w=>w.value);d.appendChild(this.dropdown("Numbers size",v,y.numbersSize??"small",w=>zP(w),w=>n.patch({numbersSize:w}),{label:No})),d.appendChild(this.dropdown("Label size",v,y.labelsSize??"normal",w=>sy(w),w=>n.patch({labelsSize:w}),{label:No}));}d.appendChild(this.divider()),u&&d.appendChild(this.iconBtn("Settings",Mu,()=>this.settingsDialog.open(e,n,"frvp"))),h&&d.appendChild(this.iconBtn("Position size",Mu,()=>this.settingsDialog.open(e,n,"position"))),g&&d.appendChild(this.iconBtn("Levels",Mu,()=>this.settingsDialog.open(e,n,"levels"))),d.appendChild(this.toggle("Lock",TP,e.locked,y=>n.setLocked(y)));let b=this.iconBtn("Delete",LP,()=>n.remove());b.style.color="var(--vela-danger)",d.appendChild(b),d.appendChild(this.kebabButton(n)),c.append(d),this.host.appendChild(c),this.el=c,c.addEventListener("mouseover",y=>{let v=y.target.closest("[data-tip]");v?this.showTip(v):this.hideTip();}),c.addEventListener("mouseleave",()=>this.hideTip()),this.position(t),setTimeout(()=>document.addEventListener("pointerdown",this.onOutside),0);}close(){document.removeEventListener("pointerdown",this.onOutside),this.closeColorPopover(),this.closeMenu(),this.hideTip(),this.settingsDialog.close(),this.el?.remove(),this.el=null,this.textPanel=null,this.onClose=null;}destroy(){this.close();}isOwnChrome(e){if(this.el?.contains(e)||this.colorPop?.el.contains(e)||this.menuPop?.el.contains(e))return true;let t=e instanceof Element?e:e.parentElement;if(!t)return false;let n=t.closest(".vela-popover");return n!=null&&this.host.contains(n)}toggleTextPanel(e,t,n){if(this.textPanel){this.textPanel.remove(),this.textPanel=null,this.reposition();return}let i=e.text,o=document.createElement("div");o.style.cssText="padding:6px;border-top:1px solid var(--vela-border);display:flex;flex-direction:column;gap:4px;";let s=new Zn({value:i?.value??"",rows:1,size:"sm",autoGrow:true,maxLines:4,placeholder:"Label\u2026",onChange:l=>{t.patch({"text.value":l}),this.reposition();}});s.el.style.minWidth="220px",s.input.addEventListener("input",()=>{t.patch({"text.value":s.input.value}),this.reposition();}),s.input.addEventListener("keydown",l=>{if(l.stopPropagation(),l.key==="Escape"){l.preventDefault();let c=this.onClose;this.close(),c?.();}});let a=document.createElement("div");a.style.cssText="display:flex;align-items:center;justify-content:flex-start;gap:0;transform:scale(0.8);transform-origin:left center;",n&&a.append(this.colorButton("Text color",Lu,i?.color||this.theme.textColor,l=>t.patch({"text.color":l}),14),this.dropdown("Text size",Ze.map(l=>l.value),i?.size??"normal",l=>HP(l),l=>t.patch({"text.size":l}),{label:No})),a.append(this.toggle("Bold",iy,!!i?.bold,l=>t.patch({"text.bold":l})),this.toggle("Italic",oy,!!i?.italic,l=>t.patch({"text.italic":l}))),o.append(s.el,a),this.el?.appendChild(o),this.textPanel=o,this.reposition(),s.input.focus();}position(e){let t=this.el;if(!t)return;let n=this.host.getBoundingClientRect(),i=t.offsetWidth,o=t.offsetHeight,s=10,a=n.width/2-i/2,l=12;e&&(a=e.x+e.w/2-i/2,l=e.y-o-s,l<4&&(l=e.y+e.h+s)),t.style.left=`${Math.max(4,Math.min(a,n.width-i-4))}px`,t.style.top=`${Math.max(4,Math.min(l,n.height-o-4))}px`;}reposition(){let e=this.el;if(!e)return;let t=this.host.getBoundingClientRect(),n=e.offsetWidth,i=e.offsetHeight,o=parseFloat(e.style.left)||0,s=parseFloat(e.style.top)||0;e.style.left=`${Math.max(4,Math.min(o,t.width-n-4))}px`,e.style.top=`${Math.max(4,Math.min(s,t.height-i-4))}px`;}base(e){let t=document.createElement("button");return t.type="button",t.dataset.tip=e,t.className="vela-dpop-btn",t.style.cssText=`width:${gn}px;height:${gn}px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;border:none;border-radius:5px;padding:0;`,t}iconBtn(e,t,n){let i=this.base(e);return i.innerHTML=jt(t),i.addEventListener("click",n),i}dragHandle(){let e=document.createElement("button");return e.type="button",e.className="vela-dpop-grip",e.style.cssText=`width:${gn}px;height:${gn}px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:grab;touch-action:none;color:var(--vela-fg-faint);`,e.innerHTML=jt(MP),e.addEventListener("pointerdown",t=>{let n=this.el;if(!n||t.button!==0)return;t.preventDefault(),t.stopPropagation(),this.hideTip(),this.closeColorPopover(),this.closeMenu();let i=this.host.getBoundingClientRect(),o=t.clientX,s=t.clientY,a=parseFloat(n.style.left)||0,l=parseFloat(n.style.top)||0;e.style.cursor="grabbing";try{e.setPointerCapture(t.pointerId);}catch{}let c=u=>{let h=n.offsetWidth,p=n.offsetHeight,m=a+(u.clientX-o),f=l+(u.clientY-s);n.style.left=`${Math.max(4,Math.min(m,i.width-h-4))}px`,n.style.top=`${Math.max(4,Math.min(f,i.height-p-4))}px`;},d=()=>{e.style.cursor="grab",window.removeEventListener("pointermove",c),window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",d);};window.addEventListener("pointermove",c),window.addEventListener("pointerup",d),window.addEventListener("pointercancel",d);}),e}kebabButton(e){let t=this.base("More");return t.innerHTML=jt(kP),t.addEventListener("pointerdown",n=>n.stopPropagation()),t.addEventListener("click",n=>{if(n.stopPropagation(),this.menuOwner===t){this.closeMenu();return}this.openActionMenu(t,[{icon:EP,label:"Bring to front",onClick:()=>e.reorder("front")},{icon:PP,label:"Send to back",onClick:()=>e.reorder("back")},{icon:IP,label:"Reset settings",onClick:()=>e.resetSettings()}]);}),t}hostFloat(e,t){let n=this.theme,i=new Ae({trigger:e,host:this.host,theme:n,position:"absolute",boundary:this.host,boundaryInset:4,viewportInset:0,gap:6,align:t.align??"start",zIndex:t.zIndex,onClose:()=>{this.menuPop===i&&(this.menuPop=null,this.menuOwner=null),this.colorPop===i&&(this.colorPop=null,this.colorOwner=null),t.onClose?.();}}),o=i.el;return o.style.background=n.background,o.style.border="1px solid var(--vela-border)",o.style.borderRadius="var(--vela-radius-lg)",o.style.boxShadow="var(--vela-shadow)",o.style.padding=t.padding,o.style.display="flex",o.style.flexDirection="column",o.style.gap="1px",o.style.color=n.textColor,o.style.font=`var(--vela-font-size-md) ${n.fontFamily}`,o.style.pointerEvents="auto",t.fill(o,i),i.show(),i}openMagnifierTimeframeMenu(e,t,n){ry(),le();let i=this.lowerTimeframeOptions(),o=document.createElement("div");o.style.cssText=`position:absolute;left:${e.x}px;top:${e.y}px;width:${e.w}px;height:${e.h}px;pointer-events:none;`,this.host.appendChild(o),this.menuPop=this.hostFloat(o,{zIndex:26,padding:"4px",onClose:()=>o.remove(),fill:(s,a)=>{if(i.length===0){let l=document.createElement("div");l.style.cssText="padding:6px 10px;opacity:0.65;white-space:nowrap;",l.textContent="No lower timeframe available",s.appendChild(l);return}for(let l of i){let c=document.createElement("button");c.type="button",c.className="vela-dpop-item",c.dataset.active=l.value===t?"1":"0",c.style.cssText="display:flex;align-items:center;min-width:88px;padding:5px 10px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;font-variant-numeric:tabular-nums;",c.textContent=l.label,c.addEventListener("click",d=>{d.stopPropagation(),a.hide(),n(l.value);}),s.appendChild(c);}}}),this.menuOwner=o;}openActionMenu(e,t){this.menuPop=this.hostFloat(e,{align:"end",zIndex:26,padding:"4px",fill:(n,i)=>{for(let o of t){let s=document.createElement("button");s.type="button",s.className="vela-dpop-item",s.style.cssText="display:flex;align-items:center;gap:9px;min-width:150px;padding:6px 9px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;";let a=document.createElement("span");a.style.cssText="display:flex;flex:none;width:20px;justify-content:center;",a.innerHTML=jt(o.icon,18);let l=document.createElement("span");l.textContent=o.label,l.style.cssText="flex:1;",s.append(a,l),s.addEventListener("click",c=>{c.stopPropagation(),i.hide(),o.onClick();}),n.appendChild(s);}}}),this.menuOwner=e;}showTip(e){let t=e.dataset.tip;if(!t){this.hideTip();return}let n=this.theme;if(!this.tipEl){let p=document.createElement("div");p.style.cssText=`position:absolute;z-index:27;pointer-events:none;white-space:nowrap;background:${n.textColor};color:${n.background};padding:3px 7px;border-radius:5px;font:var(--vela-font-size-sm) ${n.fontFamily};box-shadow:var(--vela-shadow);`,this.host.appendChild(p),this.tipEl=p;}let i=this.tipEl;i.textContent=t;let o=this.host.getBoundingClientRect(),s=e.getBoundingClientRect(),a=i.offsetWidth,l=i.offsetHeight,c=6,d=s.left-o.left+s.width/2-a/2;d=Math.max(4,Math.min(d,o.width-a-4));let u=s.top-o.top-l-c,h=u>=4?u:s.bottom-o.top+c;i.style.left=`${Math.round(d)}px`,i.style.top=`${Math.round(h)}px`;}hideTip(){this.tipEl?.remove(),this.tipEl=null;}toggle(e,t,n,i){let o=this.base(e);o.innerHTML=jt(t);let s=l=>{o.dataset.active=l?"1":"0";};s(n);let a=n;return o.addEventListener("click",()=>{a=!a,s(a),i(a);}),o}widthInput(e,t,n,i,o,s){let a=new qn({value:t,min:n,max:i,step:o,integer:o>=1,size:"sm",fill:false,compact:true,commit:"blur",title:e,onChange:s});return a.el.dataset.tip=e,VP(a.el),a.el}dropdown(e,t,n,i,o,s={}){let a=this.base(e);a.style.width="auto",a.style.minWidth=`${gn}px`,a.style.padding="0 4px",a.style.gap="2px";let l=n,c=d=>{a.replaceChildren();let u=i(d);if(u){let p=document.createElement("span");p.style.cssText="display:flex;",p.innerHTML=jt(u),a.appendChild(p);}if(s.label&&s.labelInTrigger){let p=document.createElement("span");p.textContent=s.label(d),p.style.cssText="font-size:11px;opacity:0.85;font-variant-numeric:tabular-nums;",a.appendChild(p);}let h=document.createElement("span");h.style.cssText="display:flex;opacity:0.55;",h.innerHTML=jt(AP,12),a.appendChild(h);};return c(l),a.addEventListener("pointerdown",d=>d.stopPropagation()),a.addEventListener("click",d=>{if(d.stopPropagation(),this.menuOwner===a){this.closeMenu();return}this.openMenu(a,t,l,i,s.label,u=>{l=u,c(u),o(u);});}),a}openMenu(e,t,n,i,o,s){this.menuPop=this.hostFloat(e,{zIndex:26,padding:"4px",fill:(a,l)=>{for(let c of t){let d=c===n,u=document.createElement("button");u.type="button",u.className="vela-dpop-item",u.dataset.active=d?"1":"0",u.style.cssText=`display:flex;align-items:center;gap:8px;${o?"min-width:118px;":""}padding:5px 8px;border:none;border-radius:5px;color:inherit;cursor:pointer;text-align:left;font:inherit;`;let h=i(c);if(h){let p=document.createElement("span");p.style.cssText="display:flex;flex:none;width:22px;justify-content:center;",p.innerHTML=jt(h,18),u.appendChild(p);}if(o){let p=document.createElement("span");p.textContent=o(c),p.style.cssText="flex:1;font-variant-numeric:tabular-nums;",u.appendChild(p);}u.addEventListener("click",p=>{p.stopPropagation(),l.hide(),s(c);}),a.appendChild(u);}}}),this.menuOwner=e;}closeMenu(){this.menuPop?.hide();}colorButton(e,t,n,i,o=17){let s=document.createElement("button");s.type="button",s.dataset.tip=e,s.className="vela-dpop-btn",s.style.cssText=`position:relative;width:${gn}px;height:${gn}px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;border-radius:5px;border:none;color:inherit;padding:0;`;let a=document.createElement("span");a.style.cssText="display:flex;",a.innerHTML=jt(t,o);let l=document.createElement("span");l.style.cssText=`display:block;height:3px;width:${Math.round(o*.85)}px;border-radius:2px;background:${n};`,s.append(a,l);let c=n;return s.addEventListener("pointerdown",d=>d.stopPropagation()),s.addEventListener("click",d=>{d.stopPropagation(),this.toggleColorPopover(s,c,u=>{c=u,l.style.background=u,i(u);});}),s}toggleColorPopover(e,t,n){if(this.colorOwner===e){this.closeColorPopover();return}this.openColorPopover(e,t,n);}openColorPopover(e,t,n){let i=this.theme;this.colorPop=this.hostFloat(e,{zIndex:25,padding:"10px",fill:o=>{o.appendChild(fo(t,i,n));}}),this.colorOwner=e;}closeColorPopover(){this.colorPop?.hide();}divider(){let e=document.createElement("div");return e.style.cssText="width:1px;height:18px;margin:0 3px;background:var(--vela-border);",e}},rr=W("brush"),fn=W("bucket"),Lu=W("type"),SP=W("price-delta"),CP=W("date-delta"),TP=W("lock"),EP=W("bring-front"),PP=W("send-back"),LP=W("trash"),iy=W("bold"),oy=W("italic"),MP=W("grip"),kP=W("kebab"),IP=W("reset"),Mu=W("gear"),AP=W("chevron-down"),RP=W("r-squared"),DP=W("bands"),OP=W("dedekind"),FP=W("sonic"),NP=W("supersonic");function ri(r,e){let t=e==="dashed"?"5,3":e==="dotted"?"1.5,3":"";return A(`<line x1="3.5" y1="12" x2="20.5" y2="12" stroke-width="${Number(r)||2}" stroke-dasharray="${t}"/>`)}function VP(r){r.addEventListener("keydown",e=>e.stopPropagation());}function _o(r,e,t=17,n=""){return yc(`<text x="12" y="${t}" font-size="${e}" text-anchor="middle"${n?" "+n:""}>${r}</text>`)}function _P(r){return _o(String(r),15)}function BP(r){return _o("\u25CF",(ku[String(r)]??13)+4)}function HP(r){return _o(String(r).charAt(0).toUpperCase(),15)}var ku={small:10,normal:13,large:16,huge:20};function zP(r){return _o("12",(ku[String(r)]??13)-1,16.5,'font-weight="600"')}function sy(r){return _o("T",(ku[String(r)]??13)+2)}function ay(r){return r.charAt(0).toUpperCase()+r.slice(1)}function No(r){return Ze.find(e=>e.value===r)?.label??ay(String(r))}function Vo(r){return Le.find(e=>e.value===r)?.label??ay(String(r))}function jt(r,e=xP){return r.replace("<svg ",`<svg width="${e}" height="${e}" `)}var Iu=44,Au=16,Bo=class{constructor(e,t,n,i=()=>{},o=()=>{},s=()=>{},a=()=>{},l=()=>{},c={}){this.host=e;this.theme=t;this.onArm=n;this.onMagnet=i;this.onMeasure=o;this.onEraser=s;this.onToggleFavorite=a;this.onStayMode=l;this.def={groups:[]};this.active=null;this.lastUsed=new Map;this.favorites=new Set;this.shortcuts=new Map;this.starEls=new Map;this.flyout=null;this.flyoutOwnerId=null;this.flyoutCell=null;this.groupCells=new Map;this.groupIcons=new Map;this.cursorBtn=null;this.magnetCell=null;this.magnetIcon=null;this.magnetMode="off";this.lastMagnetOn="weak";this.measureBtn=null;this.measureActive=false;this.eraserBtn=null;this.eraserActive=false;this.stayBtn=null;this.stayActive=false;this.syncBtn=null;this.syncActive=false;this.collapseBtn=null;this.collapsed=false;this.visible=false;this.tipText=new WeakMap;this.tipDisposers=[];this.onOutside=e=>{let t=e.target;this.flyout&&!this.flyout.contains(t)&&!this.root.contains(t)&&this.closeFlyout();};this.borderOverride=c.borderColor??null,this.width=c.width??Iu,this.dock=c.dock??"absolute",this.onCollapse=c.onCollapse??(()=>{}),this.onDrawingsSync=c.onDrawingsSync??null,$P(),this.root=document.createElement("div"),this.root.className="vela-dtb",this.styleRoot(),e.appendChild(this.root);}get borderColor(){return this.borderOverride??this.theme.borderColor}styleRoot(){let e=this.theme;fe(this.root,e);let t=this.collapsed?Au:this.width;this.root.dataset.collapsed=this.collapsed?"1":"";let n=this.dock==="absolute"?`position:absolute;left:0;top:0;height:100%;width:${t}px;z-index:21;`:`position:relative;height:100%;width:${t}px;flex:none;`;this.root.style.cssText=n+`display:${this.visible?"flex":"none"};flex-direction:column;gap:4px;padding:6px 0;box-sizing:border-box;background:${e.background};border-right:1px solid ${this.borderColor};color:var(--vela-fg-muted);pointer-events:auto;overflow-y:auto;overflow-x:hidden;`;}setDefinition(e){this.def=e;for(let t of e.groups){let n=t.tools[0];n&&!this.lastUsed.has(t.id)&&this.lastUsed.set(t.id,n.type);}this.rebuild();}setFavorites(e){this.favorites=new Set(e);for(let[t,n]of this.starEls)this.paintStar(n,t);}setShortcuts(e){this.shortcuts=new Map(Object.entries(e));}paintStar(e,t){let n=this.favorites.has(t);e.classList.toggle("vela-fav",n),e.setAttribute("aria-label",n?"Remove from favorites":"Add to favorites"),e.setAttribute("aria-pressed",n?"true":"false"),e.innerHTML=Zl(n?QP:JP);}setVisible(e){this.visible=e,this.root.style.display=e?"flex":"none";}setActiveTool(e){if(this.active=e,e){let t=this.def.groups.find(n=>n.tools.some(i=>i.type===e));t&&(this.lastUsed.set(t.id,e),this.paintGroupIcon(t));}this.closeFlyout(),this.highlight();}setTheme(e){this.theme=e,this.styleRoot(),this.rebuild();}destroy(){this.closeFlyout();for(let e of this.tipDisposers.splice(0))e();this.root.remove();}rebuild(){for(let e of this.tipDisposers.splice(0))e();this.root.replaceChildren(),this.groupCells.clear(),this.groupIcons.clear(),this.cursorBtn=this.makeButton(WP,"Cursor",()=>this.onCursorClick()),this.root.appendChild(this.cursorBtn),this.def.groups.length>0&&this.root.appendChild(this.divider());for(let e of this.def.groups){let t=this.makeGroupCell(e);this.root.appendChild(t),this.paintGroupIcon(e);}this.root.appendChild(this.divider()),this.measureBtn=this.makeButton(GP,"Measure",()=>this.onMeasure()),this.root.appendChild(this.measureBtn),this.eraserBtn=this.makeButton(jP,"Eraser (click/drag to delete)",()=>this.onEraser()),this.root.appendChild(this.eraserBtn),this.root.appendChild(this.makeMagnetCell()),this.stayBtn=this.makeButton(KP,"Stay in drawing mode",()=>this.toggleStay()),this.root.appendChild(this.stayBtn),this.onDrawingsSync&&(this.syncBtn=this.makeButton(XP,"Sync drawings on all charts",()=>this.toggleDrawingsSync()),this.root.appendChild(this.syncBtn)),this.collapseBtn=this.makeButton(dy,"Collapse toolbar",()=>this.toggleCollapsed()),this.collapseBtn.classList.add("vela-dtb-collapse"),this.root.appendChild(this.collapseBtn),this.paintMeasure(),this.paintEraser(),this.paintMagnet(),this.paintStay(),this.paintDrawingsSync(),this.paintCollapse(),this.highlight();}toggleCollapsed(){this.collapsed=!this.collapsed,this.closeFlyout(),this.styleRoot(),this.paintCollapse(),this.onCollapse(this.collapsed);}paintCollapse(){let e=this.collapseBtn;if(!e)return;let t=this.collapsed?"Expand toolbar":"Collapse toolbar";e.innerHTML=ql(this.collapsed?UP:dy,12),e.setAttribute("aria-label",t),this.tipText.set(e,t);}makeCell(e,t){let n=document.createElement("div");n.className="vela-dtb-cell";let i=document.createElement("button");i.type="button",i.className="vela-dtb-icon",i.setAttribute("aria-label",e),t.iconSvg&&(i.innerHTML=ql(t.iconSvg)),i.addEventListener("click",t.onIcon),n.appendChild(i);let o=null;if(t.multi&&t.onArrow){let s=t.onArrow;o=document.createElement("button"),o.type="button",o.className="vela-dtb-arrow",o.setAttribute("aria-label",`${e} \u2014 more`),o.innerHTML=eL(qP),o.addEventListener("click",a=>{a.stopPropagation(),s();}),n.appendChild(o);}return this.tipDisposers.push(vt(n,{host:this.host,theme:()=>this.theme,text:()=>this.tipText.get(n)??e,placement:"right"})),{cell:n,icon:i,arrow:o}}makeGroupCell(e){let t=e.tools.length>1,{cell:n,icon:i}=this.makeCell(e.label,{multi:t,onIcon:()=>this.onGroupIconClick(e),onArrow:t?()=>this.onArrowClick(e):void 0});return this.groupCells.set(e.id,n),this.groupIcons.set(e.id,i),n}makeMagnetCell(){let{cell:e,icon:t}=this.makeCell("Magnet snap",{iconSvg:YP,multi:true,onIcon:()=>this.toggleMagnet(),onArrow:()=>this.onMagnetArrowClick()});return this.magnetCell=e,this.magnetIcon=t,e}onCursorClick(){this.measureActive&&this.onMeasure(),this.eraserActive&&this.onEraser(),this.onArm(null);}onGroupIconClick(e){let t=this.lastUsed.get(e.id)??e.tools[0]?.type;t&&this.onArm(t);}onArrowClick(e){let t=this.flyoutOwnerId===e.id;this.closeFlyout(),t||this.openGroupFlyout(e);}toggleMagnet(){this.applyMagnet(this.magnetMode==="off"?this.lastMagnetOn:"off");}onMagnetArrowClick(){let e=this.flyoutOwnerId===ly;this.closeFlyout(),e||this.openMagnetFlyout();}applyMagnet(e){this.magnetMode=e,e!=="off"&&(this.lastMagnetOn=e),this.onMagnet(e),this.paintMagnet(),this.highlight();}setMagnetMode(e){this.magnetMode=e,e!=="off"&&(this.lastMagnetOn=e),this.paintMagnet(),this.highlight();}setMeasureActive(e){this.measureActive=e,this.paintMeasure(),this.highlight();}paintMeasure(){let e=this.measureBtn;e&&(e.dataset.active=this.measureActive?"1":"");}setEraserActive(e){this.eraserActive=e,this.paintEraser(),this.highlight();}paintEraser(){let e=this.eraserBtn;e&&(e.dataset.active=this.eraserActive?"1":"");}paintMagnet(){let e=this.magnetCell,t=this.magnetIcon;if(!e||!t)return;let n=this.magnetMode==="off"?"Off":this.magnetMode==="weak"?"Weak":"Strong";this.tipText.set(e,`Magnet snap: ${n}`);let i=this.magnetMode!=="off";e.dataset.active=i?"1":"",t.style.opacity=i?"1":"0.5";}toggleStay(){this.stayActive=!this.stayActive,this.onStayMode(this.stayActive),this.paintStay();}setStayMode(e){this.stayActive=e,this.paintStay();}paintStay(){let e=this.stayBtn;e&&(e.dataset.active=this.stayActive?"1":"",e.style.opacity=this.stayActive?"1":"0.5");}toggleDrawingsSync(){this.syncActive=!this.syncActive,this.onDrawingsSync?.(this.syncActive),this.paintDrawingsSync();}setDrawingsSyncMode(e){this.syncActive=e,this.paintDrawingsSync();}paintDrawingsSync(){let e=this.syncBtn;e&&(e.dataset.active=this.syncActive?"1":"",e.style.opacity=this.syncActive?"1":"0.5");}beginFlyout(e,t){let n=this.theme,i=document.createElement("div");i.className="vela-dtb-flyout",i.style.cssText=`position:absolute;z-index:23;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:0 8px 8px 0;background:var(--vela-surface-elev);border:1px solid ${this.borderColor};border-left:none;box-shadow:var(--vela-shadow);pointer-events:auto;overflow-y:auto;overscroll-behavior:contain;`,fe(i,n),this.host.appendChild(i);let o=t.getBoundingClientRect(),s=this.root.getBoundingClientRect(),a=this.host.getBoundingClientRect(),l=o.top-a.top;return i.style.left=`${s.right-a.left-1}px`,i.style.top=`${l}px`,i.style.maxHeight=`${Math.max(120,a.height-l-8)}px`,this.flyout=i,this.flyoutOwnerId=e,this.flyoutCell=t,t.classList.add("vela-open"),this.highlight(),document.addEventListener("pointerdown",this.onOutside),i}openGroupFlyout(e){let t=this.groupCells.get(e.id);if(!t)return;let n=this.beginFlyout(e.id,t),i=e.sections??[{label:"",tools:e.tools}];for(let o=0;o<i.length;o++){let s=i[o];s.label&&(o>0&&n.appendChild(this.flyoutSeparator()),n.appendChild(this.flyoutHeader(s.label)));for(let a of s.tools)n.appendChild(this.makeFlyoutItem({icon:a.icon,label:a.label,selected:a.type===this.active,shortcut:this.shortcuts.get(a.type),onSelect:()=>this.onArm(a.type),favorite:{type:a.type,toggle:()=>this.onToggleFavorite(a.type,!this.favorites.has(a.type))}}));}}openMagnetFlyout(){let e=this.magnetCell;if(!e)return;let t=this.beginFlyout(ly,e);t.appendChild(this.flyoutHeader("Magnet"));let n=[["off","Off"],["weak","Weak"],["strong","Strong"]];for(let[i,o]of n)t.appendChild(this.makeFlyoutItem({label:o,selected:i===this.magnetMode,onSelect:()=>{this.applyMagnet(i),this.closeFlyout();}}));}flyoutHeader(e){let t=this.theme,n=document.createElement("div");return n.textContent=e.toUpperCase(),n.style.cssText=`padding:6px 12px 2px 8px;font:var(--vela-font-size-sm) ${t.fontFamily};font-weight:600;letter-spacing:0.04em;color:var(--vela-fg-muted);user-select:none;`,n}flyoutSeparator(){let e=document.createElement("div");return e.style.cssText=`height:1px;margin:4px 8px;background:${this.borderColor};`,e}makeFlyoutItem(e){let t=this.theme,n=document.createElement("button");if(n.type="button",n.className="vela-dtb-item",n.setAttribute("aria-label",e.label),n.style.cssText=`display:flex;align-items:center;gap:8px;padding:5px 10px 5px 8px;cursor:pointer;color:${t.textColor};border-radius:var(--vela-radius-sm);font:13px ${t.fontFamily};white-space:nowrap;min-width:148px;`,e.icon){let s=document.createElement("span");s.style.cssText="width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex:none;",s.innerHTML=Zl(e.icon),n.appendChild(s);}let i=document.createElement("span");i.textContent=e.label,i.style.cssText="flex:1 1 auto;text-align:left;",n.appendChild(i);let o=document.createElement("span");if(o.style.cssText="width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex:none;",e.selected&&(o.innerHTML=Zl(ZP)),n.appendChild(o),e.shortcut){let s=document.createElement("span");s.className="vela-dtb-hint",s.textContent=e.shortcut,s.style.cssText=`flex:none;font:var(--vela-font-size-md) ${t.fontFamily};color:var(--vela-fg-muted);`,n.appendChild(s);}if(e.favorite){let s=document.createElement("span");s.className="vela-dtb-star",s.setAttribute("role","button"),this.paintStar(s,e.favorite.type),this.starEls.set(e.favorite.type,s);for(let a of ["pointerdown","pointerup","mousedown","mouseup"])s.addEventListener(a,l=>l.stopPropagation());s.addEventListener("click",a=>{a.stopPropagation(),a.preventDefault(),e.favorite.toggle();}),n.appendChild(s);}return n.addEventListener("click",s=>{s.stopPropagation(),e.onSelect();}),n}closeFlyout(){this.starEls.clear(),this.flyout&&(this.flyout.remove(),this.flyout=null,this.flyoutCell?.classList.remove("vela-open"),this.flyoutCell=null,this.flyoutOwnerId=null,document.removeEventListener("pointerdown",this.onOutside),this.highlight());}paintGroupIcon(e){let t=this.groupIcons.get(e.id);if(!t)return;let n=this.lastUsed.get(e.id)??e.tools[0]?.type,i=e.tools.find(s=>s.type===n)??e.tools[0];t.innerHTML=ql(i?.icon??"");let o=this.groupCells.get(e.id);o&&this.tipText.set(o,i?.label??e.label);}highlight(){let e=this.active?this.def.groups.find(t=>t.tools.some(n=>n.type===this.active)):null;for(let[t,n]of this.groupCells){let i=t===e?.id;n.dataset.active=i?"1":"";}this.cursorBtn&&(this.cursorBtn.dataset.active=this.active==null&&!this.measureActive&&!this.eraserActive?"1":""),this.paintMeasure(),this.paintEraser(),this.paintMagnet(),this.paintStay();}makeButton(e,t,n){let i=document.createElement("button");return i.type="button",i.className="vela-dtb-btn",i.setAttribute("aria-label",t),this.tipText.set(i,t),e&&(i.innerHTML=ql(e)),this.tipDisposers.push(vt(i,{host:this.host,theme:()=>this.theme,text:()=>this.tipText.get(i)??t,placement:"right"})),i.addEventListener("click",n),i}divider(){let e=document.createElement("div");return e.style.cssText=`width:24px;height:1px;margin:2px auto;flex:none;background:${this.borderColor};`,e}},ly="__magnet__",cy="vela-drawing-toolbar-styles";function $P(){if(typeof document>"u")return;let r=document.getElementById(cy);r||(r=document.createElement("style"),r.id=cy,document.head.appendChild(r)),r.textContent=`
901
901
  .vela-dtb-hit{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:var(--vela-radius-md);transition:background var(--vela-dur-fast) ease,color var(--vela-dur-fast) ease;}
902
902
  .vela-dtb-hit--arrow{width:11px;height:22px;}
903
903
  .vela-dtb-btn{position:relative;width:100%;height:30px;flex:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;background:transparent;border:none;padding:0;transition:color var(--vela-dur-fast) ease;}
@@ -934,11 +934,11 @@ ${Hn(".vela-sd-pane")}
934
934
  .vela-dtb-flyout::-webkit-scrollbar-button{display:none;width:0;height:0;}
935
935
  .vela-dtb-flyout::-webkit-scrollbar-track,.vela-dtb-flyout::-webkit-scrollbar-track-piece,.vela-dtb-flyout::-webkit-scrollbar-corner{background:transparent;}
936
936
  .vela-dtb-flyout::-webkit-scrollbar-thumb{background:var(--vela-scroll);border-radius:var(--vela-radius-sm);}
937
- .vela-dtb-flyout::-webkit-scrollbar-thumb:hover{background:var(--vela-fg-muted);}`;}var GP=W("cursor"),UP=W("ruler"),dy=W("chevrons-left"),YP=W("chevrons-right"),KP=W("magnet"),XP=W("pen-lock"),jP=W("pen-sync"),qP=W("eraser"),ZP=W("chevron-right"),JP=W("check"),QP=W("star"),eL=W("star-filled");function Zl(r){return r.replace("<svg ",'<svg width="100%" height="100%" ')}function uy(r,e=18){return r?`<span style="width:${e}px;height:${e}px;display:flex;align-items:center;justify-content:center;">${Zl(r)}</span>`:""}function ql(r,e=18){return `<span class="vela-dtb-hit">${uy(r,e)}</span>`}function tL(r){return `<span class="vela-dtb-hit vela-dtb-hit--arrow">${uy(r,11)}</span>`}function hy(r){return `${r>=0?"+":""}${r.toFixed(2)}`}var nL=q,rL=X,iL=3,Jl=class{constructor(){this.state="idle";this.start=null;this.end=null;this.pressX=0;this.pressY=0;}isActive(){return this.state!=="idle"}isFinished(){return this.state==="finished"}down(e,t,n=e,i=t){if(this.state==="measuring"){this.end={x:n,y:i},this.state="finished";return}this.start={x:n,y:i},this.end={x:n,y:i},this.pressX=e,this.pressY=t,this.state="measuring";}move(e,t){this.state==="measuring"&&(this.end={x:e,y:t});}up(e,t,n=e,i=t){this.state==="measuring"&&Math.hypot(e-this.pressX,t-this.pressY)>iL&&(this.end={x:n,y:i},this.state="finished");}points(){return !this.start||!this.end?null:{start:this.start,end:this.end}}clear(){this.state="idle",this.start=null,this.end=null;}paint(e,t,n){if(!this.start||!this.end)return;let{x:i,y:o}=this.start,{x:s,y:a}=this.end,l=t.paneIdAtY(o)??t.paneIdAtY(a);if(!l)return;let c=t.pxToPoint(i,o,l),d=t.pxToPoint(s,a,l),u=d.price-c.price,h=c.price!==0?u/c.price*100:0,p=t.barsBetween?Math.round(t.barsBetween(c.time,d.time)):null,m=u>=0,f=m?nL:rL,g=Math.min(i,s),b=Math.max(i,s),y=Math.min(o,a),v=Math.max(o,a),w=(i+s)/2,E=(o+a)/2;e.save(),e.globalAlpha=.12,e.fillStyle=f,e.fillRect(g,y,b-g,v-y),e.globalAlpha=1,e.strokeStyle=f,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(w,o),e.lineTo(w,a),e.moveTo(i,E),e.lineTo(s,E),e.stroke(),e.setLineDash([]);let x=m?y:v,S=m?1:-1;e.fillStyle=f,e.beginPath(),e.moveTo(w,x),e.lineTo(w-5,x+S*7),e.lineTo(w+5,x+S*7),e.closePath(),e.fill(),e.restore(),this.paintLabel(e,t,n,w,y,v,f,[`${hy(u)} (${hy(h)}%)`,p!=null?`${p} bars \xB7 ${wi(d.time-c.time)}`:wi(d.time-c.time)]);}paintLabel(e,t,n,i,o,s,a,l){e.save(),e.font=`12px ${n.fontFamily}`;let c=Math.max(...l.map(f=>e.measureText(f).width))+16,d=16,u=l.length*d+8,h=s+8;h+u>t.height&&(h=o-u-8);let p=i-c/2;e.fillStyle=n.background,e.strokeStyle=a,e.lineWidth=1,e.beginPath(),e.roundRect(p,h,c,u,4),e.fill(),e.stroke(),e.fillStyle=n.textColor,e.textAlign="center",e.textBaseline="middle",l.forEach((f,g)=>e.fillText(f,i,h+8+d/2+g*d)),e.restore();}};function py(r,e){if(e.editingText)return null;if(r.ctrlKey||r.metaKey)switch(r.key.toLowerCase()){case "z":return r.shiftKey?{kind:"redo"}:{kind:"undo"};case "y":return {kind:"redo"};case "c":return e.hasSelection?{kind:"copy"}:null;case "v":return {kind:"paste"};case "d":return e.hasSelection?{kind:"duplicate"}:null;default:return null}if(r.key==="Delete"||r.key==="Backspace")return e.hasTarget?{kind:"delete"}:null;if(e.hasSelection){let n=r.shiftKey?10:1;switch(r.key){case "ArrowLeft":return {kind:"nudge",dx:-n,dy:0};case "ArrowRight":return {kind:"nudge",dx:n,dy:0};case "ArrowUp":return {kind:"nudge",dx:0,dy:-n};case "ArrowDown":return {kind:"nudge",dx:0,dy:n}}}return null}function my(r){let e=r;return !e||!e.tagName?false:e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable===true}var fy="Enter Text",oL=8,Ru=1;function Du(r){return r instanceof dt||r instanceof Rt}var sL={};function gy(r,e){return e.length===0||r>e[e.length-1]?null:e.find(t=>t>=r)}var Ql=class{constructor(e,t,n,i){this.toolbarHost=e;this.overlayHost=t;this.canvas=n;this.deps=i;this.ctx=null;this.drawings=[];this.sliced=new Set;this.sliceCache=new Map;this.lastBounds=new Map;this.selectedIds=new Set;this.hoveredId=null;this.activeTool=null;this.intentCb=null;this.externalGhost=null;this.seriesGw=null;this.seriesGwUnsub=null;this.lastDraftKey=null;this.measure=new Jl;this.toolbarVisible=false;this.toolbarCollapsed=false;this.mobileLayout=false;this.historyChords=true;this.measureMode=false;this.eraserMode=false;this.erasing=false;this.textEditor=null;this.painter=new Yl;this.ctx=n.getContext("2d"),this.popup=new jl(t,i.theme(),()=>i.chartBarMs()),this.toolbar=new Bo(e,i.theme(),o=>this.emit({kind:"arm",type:o}),o=>{this.deps.setSnapMode(o),this.emit({kind:"snap-mode",mode:o});},()=>this.withModeIntent(()=>this.toggleMeasure()),()=>this.withModeIntent(()=>this.toggleEraser()),(o,s)=>this.emit({kind:"favorite",type:o,on:s}),o=>this.emit({kind:"stay-mode",on:o}),{onCollapse:o=>{this.toolbarCollapsed=o,this.syncToolbarGutter();}}),this.interaction=new Kl({projector:()=>this.deps.projector(),activeTool:()=>this.activeTool,drawings:()=>this.drawings,hoveredId:()=>this.hoveredId,selectedIds:()=>this.selectedIds,emit:o=>this.emit(o),changed:()=>{this.invalidateSlices(),this.render();},openSettings:(o,s,a)=>this.openSettingsById(o,s,a),snap:(o,s,a,l)=>this.deps.snap(o,s,a,l),lastStyle:()=>this.activeToolStyle});}setToolbar(e){this.toolbar.setDefinition(e);}showToolbar(e){this.toolbarVisible=e,this.toolbar.setVisible(e&&!this.mobileLayout),this.syncToolbarGutter();}setLayoutMode(e){this.mobileLayout=e==="mobile",this.toolbar.setVisible(this.toolbarVisible&&!this.mobileLayout),this.syncToolbarGutter();}syncToolbarGutter(){let e=this.toolbarVisible&&!this.mobileLayout;this.deps.setToolbarGutter(e?this.toolbarCollapsed?Au:Iu:0);}setSeriesGateway(e){this.seriesGwUnsub?.(),this.seriesGw=e,this.seriesGwUnsub=e.onUpdate(()=>{this.invalidateSlices(),this.render(),this.deps.requestDataPaint();});}get seriesGateway(){return this.seriesGw}setExternalGhost(e){this.externalGhost=e?pt(e):null,this.render();}syncDrawings(e){this.drawings=e.map(t=>pt(t)).filter(t=>t!=null),this.textEditor&&!this.editedDrawing(this.textEditor.id)&&this.closeTextEditor(),this.invalidateSlices(),this.render(),this.deps.requestScaleUpdate();}stackRange(e){let t=this.deps.seriesBoundaries(e);return {front:Math.max(0,...t),back:Math.min(0,...t),price:this.deps.priceZ(e)??void 0}}priceRangeForPane(e,t,n){let i=1/0,o=-1/0;for(let s of this.drawings){if(!s.visible||s.paneId!==e)continue;let a=s.timeExtent();if(a&&(a.max<t||a.min>n))continue;let l=s.priceRange();l&&(l.min<i&&(i=l.min),l.max>o&&(o=l.max));}return i<=o?{min:i,max:o}:null}setActiveTool(e,t){e!=null&&(this.finishTextEditor(true),this.withModeIntent(()=>{this.measureMode&&this.exitMeasure(),this.eraserMode&&this.exitEraser();})),this.activeTool=e,this.activeToolStyle=t,this.toolbar.setActiveTool(e),e==null?this.interaction.onToolCleared():this.clearSelection(),this.render();}setFavorites(e){this.toolbar.setFavorites(e);}setToolShortcuts(e){this.toolbar.setShortcuts(e);}setSnapMode(e){this.deps.setSnapMode(e),this.toolbar.setMagnetMode(e);}setStayMode(e){this.toolbar.setStayMode(e);}setMode(e){this.withModeIntent(()=>{e==="measure"?this.measureMode||this.toggleMeasure():e==="eraser"?this.eraserMode||this.toggleEraser():(this.measureMode&&this.exitMeasure(),this.eraserMode&&this.exitEraser());});}modeOf(){return this.measureMode?"measure":this.eraserMode?"eraser":null}withModeIntent(e){let t=this.modeOf();e();let n=this.modeOf();n!==t&&this.emit({kind:"mode",mode:n});}setSelection(e){this.selectedIds=new Set(e),this.render();}openSettings(e){this.openSettingsById(e,0,0);}onDrawingIntent(e){return this.intentCb=e,()=>{this.intentCb===e&&(this.intentCb=null);}}claim(e,t){return this.measureMode||this.eraserMode||this.magnifierChipAt(e,t)?true:this.interaction.claim(e,t)}magnifierChipAt(e,t){for(let n=this.drawings.length-1;n>=0;n-=1){let i=this.drawings[n];if(!(i instanceof Fe)||!i.visible||i.locked)continue;let o=i.chipRect;if(o&&e>=o.x&&e<=o.x+o.w&&t>=o.y&&t<=o.y+o.h)return i}return null}openMagnifierChipMenu(e){let t=e.chipRect;if(!t)return;let n=e.id;this.popup.openMagnifierTimeframeMenu(t,e.magnifier.timeframe,i=>{let o=this.drawings.find(s=>s.id===n);o instanceof Fe&&(o.applySettings({"magnifier.timeframe":i}),this.render(),this.emit({kind:"edit",doc:o.serialize()}));});}deleteAt(e,t){let n=ni(this.drawings,e,t,this.deps.projector(),6);return !n||n.locked?false:(this.popup.close(),this.emit({kind:"delete",ids:[n.id]}),true)}beginMeasureAt(e,t,n="off"){if(this.measureMode||this.eraserMode||this.activeTool!=null)return false;this.withModeIntent(()=>this.toggleMeasure());let i=this.interaction.snapCursor(e,t,n);return this.measure.down(e,t,i.x,i.y),this.render(),true}clearTransient(){this.textEditor&&this.finishTextEditor(true),this.measure.isFinished()&&(this.measure.clear(),this.render());}pointerDown(e,t,n="off",i=false){if(this.eraserMode){this.erasing=true,this.deleteAt(e,t);return}if(this.measureMode){let o=this.interaction.snapCursor(e,t,n);this.measure.down(e,t,o.x,o.y),this.measure.isFinished()&&this.withModeIntent(()=>this.exitMeasure(false)),this.render();return}if(this.activeTool==null){let o=this.magnifierChipAt(e,t);if(o){this.openMagnifierChipMenu(o);return}}this.interaction.down(e,t,n,i);}pointerMove(e,t,n="off",i=false){if(this.eraserMode){this.erasing&&this.deleteAt(e,t);return}if(this.measureMode){let o=this.interaction.snapCursor(e,t,n);this.measure.move(o.x,o.y),this.render();return}this.interaction.move(e,t,n,i),this.updateHover(e,t);}updateHover(e,t){let n=null;this.activeTool==null&&!this.interaction.isPlacing()&&!this.interaction.isDragging()&&(n=ni(this.drawings,e,t,this.deps.projector(),6)?.id??null),n!==this.hoveredId&&(this.hoveredId=n,this.render());}pointerUp(e,t,n="off"){if(this.eraserMode){this.erasing=false;return}if(this.measureMode){let i=this.interaction.snapCursor(e,t,n);this.measure.up(e,t,i.x,i.y),this.measure.isFinished()&&this.withModeIntent(()=>this.exitMeasure(false)),this.render();return}this.interaction.up(e,t);}toggleMeasure(){if(this.measureMode){this.exitMeasure();return}this.eraserMode&&this.exitEraser(),this.measure.clear(),this.measureMode=true,this.emit({kind:"arm",type:null}),this.clearSelection(),this.toolbar.setMeasureActive(true),this.render();}toggleEraser(){if(this.eraserMode){this.exitEraser();return}this.measureMode&&this.exitMeasure(),this.eraserMode=true,this.erasing=false,this.emit({kind:"arm",type:null}),this.clearSelection(),this.toolbar.setEraserActive(true),this.render();}exitEraser(){this.eraserMode=false,this.erasing=false,this.toolbar.setEraserActive(false),this.render();}exitMeasure(e=true){this.measureMode=false,this.interaction.clearSnapMarker(),e&&this.measure.clear(),this.toolbar.setMeasureActive(false),this.render();}editTextInline(e){let t=this.editedDrawing(e);if(!t)return;this.closeTextEditor();let n=t.text?.value??"",i=this.inlineEditorCss(t,n);if(!i)return;let o=document.createElement("textarea");o.value=n,o.placeholder=fy,o.spellcheck=false,o.style.cssText=i;let s=()=>{this.editedDrawing(e)?.applySettings({"text.value":o.value}),this.render();};o.addEventListener("input",s),o.addEventListener("pointerdown",a=>a.stopPropagation()),o.addEventListener("keydown",a=>{if(a.stopPropagation(),a.key==="Enter"&&!a.ctrlKey&&!a.metaKey){a.preventDefault();let l=o.selectionStart;o.setRangeText(`
937
+ .vela-dtb-flyout::-webkit-scrollbar-thumb:hover{background:var(--vela-fg-muted);}`;}var WP=W("cursor"),GP=W("ruler"),dy=W("chevrons-left"),UP=W("chevrons-right"),YP=W("magnet"),KP=W("pen-lock"),XP=W("pen-sync"),jP=W("eraser"),qP=W("chevron-right"),ZP=W("check"),JP=W("star"),QP=W("star-filled");function Zl(r){return r.replace("<svg ",'<svg width="100%" height="100%" ')}function uy(r,e=18){return r?`<span style="width:${e}px;height:${e}px;display:flex;align-items:center;justify-content:center;">${Zl(r)}</span>`:""}function ql(r,e=18){return `<span class="vela-dtb-hit">${uy(r,e)}</span>`}function eL(r){return `<span class="vela-dtb-hit vela-dtb-hit--arrow">${uy(r,11)}</span>`}function hy(r){return `${r>=0?"+":""}${r.toFixed(2)}`}var tL=q,nL=X,rL=3,Jl=class{constructor(){this.state="idle";this.start=null;this.end=null;this.pressX=0;this.pressY=0;}isActive(){return this.state!=="idle"}isFinished(){return this.state==="finished"}down(e,t,n=e,i=t){if(this.state==="measuring"){this.end={x:n,y:i},this.state="finished";return}this.start={x:n,y:i},this.end={x:n,y:i},this.pressX=e,this.pressY=t,this.state="measuring";}move(e,t){this.state==="measuring"&&(this.end={x:e,y:t});}up(e,t,n=e,i=t){this.state==="measuring"&&Math.hypot(e-this.pressX,t-this.pressY)>rL&&(this.end={x:n,y:i},this.state="finished");}points(){return !this.start||!this.end?null:{start:this.start,end:this.end}}clear(){this.state="idle",this.start=null,this.end=null;}paint(e,t,n){if(!this.start||!this.end)return;let{x:i,y:o}=this.start,{x:s,y:a}=this.end,l=t.paneIdAtY(o)??t.paneIdAtY(a);if(!l)return;let c=t.pxToPoint(i,o,l),d=t.pxToPoint(s,a,l),u=d.price-c.price,h=c.price!==0?u/c.price*100:0,p=t.barsBetween?Math.round(t.barsBetween(c.time,d.time)):null,m=u>=0,f=m?tL:nL,g=Math.min(i,s),b=Math.max(i,s),y=Math.min(o,a),v=Math.max(o,a),w=(i+s)/2,E=(o+a)/2;e.save(),e.globalAlpha=.12,e.fillStyle=f,e.fillRect(g,y,b-g,v-y),e.globalAlpha=1,e.strokeStyle=f,e.lineWidth=1,e.setLineDash([4,4]),e.beginPath(),e.moveTo(w,o),e.lineTo(w,a),e.moveTo(i,E),e.lineTo(s,E),e.stroke(),e.setLineDash([]);let x=m?y:v,S=m?1:-1;e.fillStyle=f,e.beginPath(),e.moveTo(w,x),e.lineTo(w-5,x+S*7),e.lineTo(w+5,x+S*7),e.closePath(),e.fill(),e.restore(),this.paintLabel(e,t,n,w,y,v,f,[`${hy(u)} (${hy(h)}%)`,p!=null?`${p} bars \xB7 ${wi(d.time-c.time)}`:wi(d.time-c.time)]);}paintLabel(e,t,n,i,o,s,a,l){e.save(),e.font=`12px ${n.fontFamily}`;let c=Math.max(...l.map(f=>e.measureText(f).width))+16,d=16,u=l.length*d+8,h=s+8;h+u>t.height&&(h=o-u-8);let p=i-c/2;e.fillStyle=n.background,e.strokeStyle=a,e.lineWidth=1,e.beginPath(),e.roundRect(p,h,c,u,4),e.fill(),e.stroke(),e.fillStyle=n.textColor,e.textAlign="center",e.textBaseline="middle",l.forEach((f,g)=>e.fillText(f,i,h+8+d/2+g*d)),e.restore();}};function py(r,e){if(e.editingText)return null;if(r.ctrlKey||r.metaKey)switch(r.key.toLowerCase()){case "z":return r.shiftKey?{kind:"redo"}:{kind:"undo"};case "y":return {kind:"redo"};case "c":return e.hasSelection?{kind:"copy"}:null;case "v":return {kind:"paste"};case "d":return e.hasSelection?{kind:"duplicate"}:null;default:return null}if(r.key==="Delete"||r.key==="Backspace")return e.hasTarget?{kind:"delete"}:null;if(e.hasSelection){let n=r.shiftKey?10:1;switch(r.key){case "ArrowLeft":return {kind:"nudge",dx:-n,dy:0};case "ArrowRight":return {kind:"nudge",dx:n,dy:0};case "ArrowUp":return {kind:"nudge",dx:0,dy:-n};case "ArrowDown":return {kind:"nudge",dx:0,dy:n}}}return null}function my(r){let e=r;return !e||!e.tagName?false:e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable===true}var fy="Enter Text",iL=8,Ru=1;function Du(r){return r instanceof dt||r instanceof Rt}var oL={};function gy(r,e){return e.length===0||r>e[e.length-1]?null:e.find(t=>t>=r)}var Ql=class{constructor(e,t,n,i){this.toolbarHost=e;this.overlayHost=t;this.canvas=n;this.deps=i;this.ctx=null;this.drawings=[];this.sliced=new Set;this.sliceCache=new Map;this.lastBounds=new Map;this.selectedIds=new Set;this.hoveredId=null;this.activeTool=null;this.intentCb=null;this.externalGhost=null;this.seriesGw=null;this.seriesGwUnsub=null;this.lastDraftKey=null;this.measure=new Jl;this.toolbarVisible=false;this.toolbarCollapsed=false;this.mobileLayout=false;this.historyChords=true;this.measureMode=false;this.eraserMode=false;this.erasing=false;this.textEditor=null;this.painter=new Yl;this.ctx=n.getContext("2d"),this.popup=new jl(t,i.theme(),()=>i.chartBarMs()),this.toolbar=new Bo(e,i.theme(),o=>this.emit({kind:"arm",type:o}),o=>{this.deps.setSnapMode(o),this.emit({kind:"snap-mode",mode:o});},()=>this.withModeIntent(()=>this.toggleMeasure()),()=>this.withModeIntent(()=>this.toggleEraser()),(o,s)=>this.emit({kind:"favorite",type:o,on:s}),o=>this.emit({kind:"stay-mode",on:o}),{onCollapse:o=>{this.toolbarCollapsed=o,this.syncToolbarGutter();}}),this.interaction=new Kl({projector:()=>this.deps.projector(),activeTool:()=>this.activeTool,drawings:()=>this.drawings,hoveredId:()=>this.hoveredId,selectedIds:()=>this.selectedIds,emit:o=>this.emit(o),changed:()=>{this.invalidateSlices(),this.render();},openSettings:(o,s,a)=>this.openSettingsById(o,s,a),snap:(o,s,a,l)=>this.deps.snap(o,s,a,l),lastStyle:()=>this.activeToolStyle});}setToolbar(e){this.toolbar.setDefinition(e);}showToolbar(e){this.toolbarVisible=e,this.toolbar.setVisible(e&&!this.mobileLayout),this.syncToolbarGutter();}setLayoutMode(e){this.mobileLayout=e==="mobile",this.toolbar.setVisible(this.toolbarVisible&&!this.mobileLayout),this.syncToolbarGutter();}syncToolbarGutter(){let e=this.toolbarVisible&&!this.mobileLayout;this.deps.setToolbarGutter(e?this.toolbarCollapsed?Au:Iu:0);}setSeriesGateway(e){this.seriesGwUnsub?.(),this.seriesGw=e,this.seriesGwUnsub=e.onUpdate(()=>{this.invalidateSlices(),this.render(),this.deps.requestDataPaint();});}get seriesGateway(){return this.seriesGw}setExternalGhost(e){this.externalGhost=e?pt(e):null,this.render();}syncDrawings(e){this.drawings=e.map(t=>pt(t)).filter(t=>t!=null),this.textEditor&&!this.editedDrawing(this.textEditor.id)&&this.closeTextEditor(),this.invalidateSlices(),this.render(),this.deps.requestScaleUpdate();}stackRange(e){let t=this.deps.seriesBoundaries(e);return {front:Math.max(0,...t),back:Math.min(0,...t),price:this.deps.priceZ(e)??void 0}}priceRangeForPane(e,t,n){let i=1/0,o=-1/0;for(let s of this.drawings){if(!s.visible||s.paneId!==e)continue;let a=s.timeExtent();if(a&&(a.max<t||a.min>n))continue;let l=s.priceRange();l&&(l.min<i&&(i=l.min),l.max>o&&(o=l.max));}return i<=o?{min:i,max:o}:null}setActiveTool(e,t){e!=null&&(this.finishTextEditor(true),this.withModeIntent(()=>{this.measureMode&&this.exitMeasure(),this.eraserMode&&this.exitEraser();})),this.activeTool=e,this.activeToolStyle=t,this.toolbar.setActiveTool(e),e==null?this.interaction.onToolCleared():this.clearSelection(),this.render();}setFavorites(e){this.toolbar.setFavorites(e);}setToolShortcuts(e){this.toolbar.setShortcuts(e);}setSnapMode(e){this.deps.setSnapMode(e),this.toolbar.setMagnetMode(e);}setStayMode(e){this.toolbar.setStayMode(e);}setMode(e){this.withModeIntent(()=>{e==="measure"?this.measureMode||this.toggleMeasure():e==="eraser"?this.eraserMode||this.toggleEraser():(this.measureMode&&this.exitMeasure(),this.eraserMode&&this.exitEraser());});}modeOf(){return this.measureMode?"measure":this.eraserMode?"eraser":null}withModeIntent(e){let t=this.modeOf();e();let n=this.modeOf();n!==t&&this.emit({kind:"mode",mode:n});}setSelection(e){this.selectedIds=new Set(e),this.render();}openSettings(e){this.openSettingsById(e,0,0);}onDrawingIntent(e){return this.intentCb=e,()=>{this.intentCb===e&&(this.intentCb=null);}}claim(e,t){return this.measureMode||this.eraserMode||this.magnifierChipAt(e,t)?true:this.interaction.claim(e,t)}magnifierChipAt(e,t){for(let n=this.drawings.length-1;n>=0;n-=1){let i=this.drawings[n];if(!(i instanceof Fe)||!i.visible||i.locked)continue;let o=i.chipRect;if(o&&e>=o.x&&e<=o.x+o.w&&t>=o.y&&t<=o.y+o.h)return i}return null}openMagnifierChipMenu(e){let t=e.chipRect;if(!t)return;let n=e.id;this.popup.openMagnifierTimeframeMenu(t,e.magnifier.timeframe,i=>{let o=this.drawings.find(s=>s.id===n);o instanceof Fe&&(o.applySettings({"magnifier.timeframe":i}),this.render(),this.emit({kind:"edit",doc:o.serialize()}));});}deleteAt(e,t){let n=ni(this.drawings,e,t,this.deps.projector(),6);return !n||n.locked?false:(this.popup.close(),this.emit({kind:"delete",ids:[n.id]}),true)}beginMeasureAt(e,t,n="off"){if(this.measureMode||this.eraserMode||this.activeTool!=null)return false;this.withModeIntent(()=>this.toggleMeasure());let i=this.interaction.snapCursor(e,t,n);return this.measure.down(e,t,i.x,i.y),this.render(),true}clearTransient(){this.textEditor&&this.finishTextEditor(true),this.measure.isFinished()&&(this.measure.clear(),this.render());}pointerDown(e,t,n="off",i=false){if(this.eraserMode){this.erasing=true,this.deleteAt(e,t);return}if(this.measureMode){let o=this.interaction.snapCursor(e,t,n);this.measure.down(e,t,o.x,o.y),this.measure.isFinished()&&this.withModeIntent(()=>this.exitMeasure(false)),this.render();return}if(this.activeTool==null){let o=this.magnifierChipAt(e,t);if(o){this.openMagnifierChipMenu(o);return}}this.interaction.down(e,t,n,i);}pointerMove(e,t,n="off",i=false){if(this.eraserMode){this.erasing&&this.deleteAt(e,t);return}if(this.measureMode){let o=this.interaction.snapCursor(e,t,n);this.measure.move(o.x,o.y),this.render();return}this.interaction.move(e,t,n,i),this.updateHover(e,t);}updateHover(e,t){let n=null;this.activeTool==null&&!this.interaction.isPlacing()&&!this.interaction.isDragging()&&(n=ni(this.drawings,e,t,this.deps.projector(),6)?.id??null),n!==this.hoveredId&&(this.hoveredId=n,this.render());}pointerUp(e,t,n="off"){if(this.eraserMode){this.erasing=false;return}if(this.measureMode){let i=this.interaction.snapCursor(e,t,n);this.measure.up(e,t,i.x,i.y),this.measure.isFinished()&&this.withModeIntent(()=>this.exitMeasure(false)),this.render();return}this.interaction.up(e,t);}toggleMeasure(){if(this.measureMode){this.exitMeasure();return}this.eraserMode&&this.exitEraser(),this.measure.clear(),this.measureMode=true,this.emit({kind:"arm",type:null}),this.clearSelection(),this.toolbar.setMeasureActive(true),this.render();}toggleEraser(){if(this.eraserMode){this.exitEraser();return}this.measureMode&&this.exitMeasure(),this.eraserMode=true,this.erasing=false,this.emit({kind:"arm",type:null}),this.clearSelection(),this.toolbar.setEraserActive(true),this.render();}exitEraser(){this.eraserMode=false,this.erasing=false,this.toolbar.setEraserActive(false),this.render();}exitMeasure(e=true){this.measureMode=false,this.interaction.clearSnapMarker(),e&&this.measure.clear(),this.toolbar.setMeasureActive(false),this.render();}editTextInline(e){let t=this.editedDrawing(e);if(!t)return;this.closeTextEditor();let n=t.text?.value??"",i=this.inlineEditorCss(t,n);if(!i)return;let o=document.createElement("textarea");o.value=n,o.placeholder=fy,o.spellcheck=false,o.style.cssText=i;let s=()=>{this.editedDrawing(e)?.applySettings({"text.value":o.value}),this.render();};o.addEventListener("input",s),o.addEventListener("pointerdown",a=>a.stopPropagation()),o.addEventListener("keydown",a=>{if(a.stopPropagation(),a.key==="Enter"&&!a.ctrlKey&&!a.metaKey){a.preventDefault();let l=o.selectionStart;o.setRangeText(`
938
938
  `,l,o.selectionEnd,"end"),s();}else a.key==="Enter"?(a.preventDefault(),this.finishTextEditor(true)):a.key==="Escape"&&(a.preventDefault(),this.finishTextEditor(false));}),o.addEventListener("blur",a=>{this.popup.contains(a.relatedTarget)?this.storeText(o.value):this.finishTextEditor(true);}),this.overlayHost.appendChild(o),this.textEditor={el:o,id:e,initial:n,stored:n},o.focus(),o.setSelectionRange(o.value.length,o.value.length);}storeText(e){let t=this.textEditor,n=t&&this.editedDrawing(t.id);!t||!n||(n.applySettings({"text.value":e}),e!==t.stored&&(t.stored=e,this.emit({kind:"edit",doc:n.serialize()})));}editedDrawing(e){let t=this.drawings.find(n=>n.id===e);return Du(t)?t:null}finishTextEditor(e){let t=this.textEditor;if(!t)return;let n=e?t.el.value:t.initial;this.closeTextEditor();let i=this.editedDrawing(t.id);i&&(i.applySettings({"text.value":n}),this.render(),i instanceof Rt&&n.trim()===""?(this.clearSelection(),this.emit({kind:"delete",ids:[i.id]})):n!==t.stored&&this.emit({kind:"edit",doc:i.serialize()}));}inlineEditorCss(e,t){let n=this.deps.projector(),i=this.deps.theme(),o=e.text,s=xe(o?.size??"normal"),a=`${o?.italic?"italic ":""}${o?.bold?"bold ":""}${s}px ${i.fontFamily}`,l="position:absolute;z-index:24;box-sizing:border-box;resize:none;overflow:hidden;margin:0;outline:none;pointer-events:auto;text-align:left;";if(e instanceof dt){let p=e.box(n);if(!p)return null;let m=e.style.fillColor??i.background;return l+`left:${Math.round(p.x)}px;top:${Math.round(p.y)}px;width:${Math.round(p.w)}px;height:${Math.round(p.h)}px;padding:5px 8px;border-radius:5px;border:1px solid ${e.style.lineColor??i.borderColor};background:${Yd(m,i.background,un(m).alpha)};color:${o?.color??i.textColor};font:${a};`}let c=e.handlePoints(n)[0];if(!c)return null;let d=kt(s),u=(t||fy).split(`
939
- `),h=Math.ceil(this.measureTextWidth(u,a))+oL;return l+`left:${Math.round(c[0]+2)-Qn}px;top:${Math.round(c[1]+2-(d-s)/2)-er}px;width:${h+Qn*2}px;height:${u.length*d+er*2}px;padding:${er-Ru}px ${Qn-Ru}px;border:${Ru}px solid ${$(i.textColor,.3)};border-radius:4px;background:transparent;color:${o?.color??i.textColor};font:${a};line-height:${d}px;white-space:pre;`}measureTextWidth(e,t){let n=this.ctx;if(!n)return 120;let i=n.font;n.font=t;let o=Math.max(8,...e.map(s=>n.measureText(s).width));return n.font=i,o}layoutTextEditor(){let e=this.textEditor;if(!e)return;let t=this.editedDrawing(e.id),n=t&&this.inlineEditorCss(t,e.el.value);n&&(e.el.style.cssText=n);}closeTextEditor(){let e=this.textEditor;e&&(this.textEditor=null,e.el.remove(),this.render());}cursorAt(e,t){return this.eraserMode||this.activeTool==null&&this.magnifierChipAt(e,t)?"pointer":this.interaction.cursorAt(e,t)}cancelPlacement(){return this.measureMode||this.eraserMode?(this.withModeIntent(()=>this.measureMode?this.exitMeasure():this.exitEraser()),true):this.interaction.isPlacing()?(this.interaction.cancel(),this.activeTool!=null&&this.emit({kind:"arm",type:null}),true):this.activeTool!=null?(this.emit({kind:"arm",type:null}),true):false}dblClick(e,t){if(this.interaction.finishPlacing(true))return true;let n=ni(this.drawings,e,t,this.deps.projector(),6);return Du(n)?(this.editTextInline(n.id),true):n!=null}handleKey(e){if(e.key==="Escape")return this.textEditor?(this.finishTextEditor(false),true):this.popup.isOpen()?(this.clearSelection(),true):this.interaction.cancel()?true:this.measureMode?(this.withModeIntent(()=>this.exitMeasure()),true):this.selectedIds.size?(this.clearSelection(),true):false;if(e.key==="Enter"&&this.interaction.finishPlacing(false))return true;let t=py(e,{hasSelection:this.selectedIds.size>0,hasTarget:this.selectedIds.size>0||this.hoveredId!=null,editingText:my(e.target)});if(!t)return false;switch(t.kind){case "undo":if(!this.historyChords)return false;this.emit({kind:"undo"});break;case "redo":if(!this.historyChords)return false;this.emit({kind:"redo"});break;case "copy":this.emit({kind:"copy",ids:this.selectionIds()});break;case "paste":this.emit({kind:"paste"});break;case "duplicate":this.emit({kind:"duplicate",ids:this.selectionIds()});break;case "delete":{let n=this.selectedIds.size?this.selectionIds():this.hoveredId?[this.hoveredId]:[];n.length&&(this.popup.close(),this.emit({kind:"delete",ids:n}));break}case "nudge":this.nudgeSelection(t.dx,t.dy);break}return true}selectionIds(){return [...this.selectedIds]}nudgeSelection(e,t){let n=this.deps.projector(),i=[];for(let o of this.drawings){if(!this.selectedIds.has(o.id)||o.locked)continue;let s=o.anchors.map(l=>{let c=n.yOf(l.price,o.paneId);return c==null?{time:l.time,price:l.price}:n.pxToPoint(n.xOf(l.time)+e,c+t,o.paneId)}),a=o.serialize();a.anchors=s,i.push(a);}i.length===1?this.emit({kind:"edit",doc:i[0]}):i.length>1&&this.emit({kind:"edit-many",docs:i});}setTheme(e){this.popup.setTheme(e),this.toolbar.setTheme(e),this.render();}onResize(){this.finishTextEditor(true),this.popup.close(),this.render();}isInterleaved(e){return gy(e.zIndex,this.lastBounds.get(e.paneId)??[])!==null}invalidateSlices(){(this.sliced.size>0||this.drawings.some(e=>this.isInterleaved(e)))&&this.deps.requestDataPaint();}prepareSlices(e){this.sliced.clear(),this.lastBounds=new Map(e.map(a=>[a,this.deps.seriesBoundaries(a)]));let t=new Map,n=this.deps.dpr(),i=this.deps.projector(),o=this.deps.theme(),s=new Map;for(let a of this.drawings){if(!a.visible)continue;let l=gy(a.zIndex,this.lastBounds.get(a.paneId)??[]);if(l===null)continue;let c=`${a.paneId}|${l}`,d=s.get(c);d?d.drawings.push(a):s.set(c,{paneId:a.paneId,beforeZ:l,drawings:[a]}),this.sliced.add(a.id);}for(let[a,{paneId:l,beforeZ:c,drawings:d}]of s){let u=this.sliceCache.get(a);u||(u=document.createElement("canvas"),this.sliceCache.set(a,u)),(u.width!==this.canvas.width||u.height!==this.canvas.height)&&(u.width=this.canvas.width,u.height=this.canvas.height);let h=u.getContext("2d");if(!h)continue;h.setTransform(n,0,0,n,0,0),h.clearRect(0,0,u.width/n,u.height/n),this.painter.seriesLook=this.deps.seriesLook(),this.painter.paintAll(h,d,i,o,sL);let p=t.get(l)??[];p.push({beforeZ:c,canvas:u}),t.set(l,p);}for(let a of [...this.sliceCache.keys()])s.has(a)||this.sliceCache.delete(a);for(let a of t.values())a.sort((l,c)=>l.beforeZ-c.beforeZ);return t}render(){let e=this.ctx;if(!e)return;let t=this.deps.dpr();e.setTransform(t,0,0,t,0,0),e.clearRect(0,0,this.canvas.width/t,this.canvas.height/t);let n=this.deps.projector(),i=this.textEditor?this.editedDrawing(this.textEditor.id):null,o={selected:this.selectedIds,hovered:this.hoveredId,dragged:this.interaction.activeDragId(),mutedLabel:i instanceof Rt?i.id:null};this.painter.seriesLook=this.deps.seriesLook(),this.painter.paintAll(e,this.drawings.filter(d=>!this.isInterleaved(d)),n,this.deps.theme(),o),this.painter.paintHighlights(e,this.drawings.filter(d=>this.isInterleaved(d)),n,Pu(o)),this.layoutTextEditor();let s=this.interaction.ghost();if(s&&this.painter.paintGhost(e,s,n,this.deps.theme()),this.externalGhost&&this.painter.paintGhost(e,this.externalGhost,n,this.deps.theme()),this.emitDraft(s),this.activeTool&&!s){let d=Qe(this.activeTool)?.placementHint;d&&this.painter.paintPlacementHint(e,d,this.deps.theme(),n.width,n.height);}let a=this.interaction.placingMarkers(n);a&&this.painter.paintHandles(e,a);let l=this.interaction.snapMarker(),c=l?n.yOf(l.point.price,l.paneId):null;l&&c!=null&&this.painter.paintSnapRing(e,n.xOf(l.point.time),c,this.deps.theme()),this.measure.isActive()&&this.measure.paint(e,n,this.deps.theme());}destroy(){this.closeTextEditor(),this.popup.destroy(),this.toolbar.destroy(),this.seriesGwUnsub?.(),this.seriesGwUnsub=null,this.seriesGw=null,this.intentCb=null,this.drawings=[];}clearSelection(){this.popup.close(),this.selectedIds.size&&this.emit({kind:"select",ids:[]}),this.render();}openSettingsById(e,t,n){let i=this.drawings.find(a=>a.id===e);if(!i)return;let o=()=>this.drawings.find(a=>a.id===e);this.emit({kind:"select",ids:[e]}),this.emit({kind:"settings",id:e});let s=i.bounds(this.deps.projector());this.popup.open(i,s,{resolve:()=>o()??null,patch:a=>{let l=o();l&&(l.applySettings(a),this.render(),this.emit({kind:"edit",doc:l.serialize()}));},setLocked:a=>{let l=o();l&&(l.locked=a,this.emit({kind:"edit",doc:l.serialize()}));},reorder:a=>this.emit({kind:"reorder",id:e,to:a}),resetSettings:()=>{let a=o();a&&(Mc(a),this.render(),this.emit({kind:"edit",doc:a.serialize()}),this.openSettingsById(e,0,0));},restore:a=>{let l=o();l&&(a.style&&(l.style={...a.style}),a.text!==void 0&&(l.text=a.text?{...a.text}:void 0),a.props!==void 0&&l.applyProps(a.props),this.render(),this.emit({kind:"edit",doc:a}));},remove:()=>{this.closeTextEditor(),this.popup.close(),this.emit({kind:"delete",ids:[e]});}},()=>this.clearSelection());}emitDraft(e){let t=e?JSON.stringify({t:e.type,p:e.paneId,a:e.anchors,s:e.style,x:e.text}):null;t!==this.lastDraftKey&&(this.lastDraftKey=t,this.intentCb?.({kind:"draft",doc:e?e.serialize():null}));}emit(e){if(e.kind==="create"){e.doc.text&&e.doc.text.color===void 0&&(e.doc.text={...e.doc.text,color:we(this.deps.theme().background)});let t=new Set(this.drawings.map(n=>n.id));this.intentCb?.(e),setTimeout(()=>{let n=this.drawings.find(i=>!t.has(i.id));n&&(this.openSettingsById(n.id,0,0),Du(n)&&this.editTextInline(n.id));},0);return}this.intentCb?.(e);}};var Ou={auto:13,tiny:10,small:11,normal:13,large:16,huge:20};function Fu(r){return typeof r=="number"?r>0?r:Ou.auto:Ou[r]??Ou.auto}function by(r){return r.cells.some(e=>e?.some(t=>t!=null&&!t.merged))}function vy(r){let e=new Map,t=new Set;for(let n of r.merges){e.set(`${n.startRow}:${n.startCol}`,{cs:n.endCol-n.startCol+1,rs:n.endRow-n.startRow+1});for(let i=n.startRow;i<=n.endRow;i+=1)for(let o=n.startCol;o<=n.endCol;o+=1)(i!==n.startRow||o!==n.startCol)&&t.add(`${i}:${o}`);}for(let n=0;n<r.rows;n+=1)for(let i=0;i<r.columns;i+=1)r.cells[n]?.[i]?.merged&&!e.has(`${n}:${i}`)&&t.add(`${n}:${i}`);for(let n of e.keys())t.delete(n);return {span:e,omit:t}}var Nu=6,Vu=2,ec=6,_u=1.2;function yy(r,e,t,n){if(!by(e))return;let i=aL(r,e,t);if(!i||i.w<=0||i.h<=0)return;let o=e.frameColor&&e.frameWidth>0?e.frameWidth:0,{x:s,y:a}=lL(e.position,i.w+2*o,i.h+2*o,t),l=s+o,c=a+o;e.bgColor&&(r.fillStyle=e.bgColor,r.fillRect(l,c,i.w,i.h)),o>0&&e.frameColor&&(r.strokeStyle=e.frameColor,r.lineWidth=o,r.strokeRect(s+o/2,a+o/2,i.w+o,i.h+o));let d=[0];for(let m of i.colW)d.push(d[d.length-1]+m);let u=[0];for(let m of i.rowH)u.push(u[u.length-1]+m);let h=r.textBaseline,p=r.textAlign;r.textBaseline="middle";for(let m of i.boxes){let f=l+d[m.c],g=c+u[m.r],b=d[m.c+m.cs]-d[m.c],y=u[m.r+m.rs]-u[m.r],v=m.cell;v.bgColor&&(r.fillStyle=v.bgColor,r.fillRect(f,g,b,y));let w=v.text??"";if(w.length>0){let E=Fu(v.textSize);r.font=wy(v,E,t.theme),r.fillStyle=v.textColor??t.theme.textColor;let x=w.split(`
940
- `),S=x.length*E*_u,P=v.vAlign==="top"?g+Vu:v.vAlign==="bottom"?g+y-Vu-S:g+(y-S)/2,k=v.hAlign==="left"?f+Nu:v.hAlign==="right"?f+b-Nu:f+b/2;r.textAlign=v.hAlign,x.forEach((T,M)=>r.fillText(T,k,P+(M+.5)*E*_u));}v.tooltip&&n.push({left:f,top:g,right:f+b,bottom:g+y,text:v.tooltip});}if(r.textBaseline=h,r.textAlign=p,e.borderColor&&e.borderWidth>0){r.strokeStyle=e.borderColor,r.lineWidth=e.borderWidth;let m=new Set;r.beginPath();let f=(g,b,y,v)=>{let w=`${g},${b},${y},${v}`;m.has(w)||(m.add(w),r.moveTo(g,b),r.lineTo(y,v));};for(let g of i.boxes){let b=Math.round(l+d[g.c]),y=Math.round(l+d[g.c+g.cs]),v=Math.round(c+u[g.r]),w=Math.round(c+u[g.r+g.rs]);f(b,v,y,v),f(b,w,y,w),f(b,v,b,w),f(y,v,y,w);}r.stroke();}}function aL(r,e,t){let{span:n,omit:i}=vy(e),o=new Array(e.columns).fill(0),s=new Array(e.rows).fill(0),a=[];for(let h=0;h<e.rows;h+=1)for(let p=0;p<e.columns;p+=1){if(i.has(`${h}:${p}`))continue;let m=e.cells[h]?.[p];if(m==null)continue;let f=n.get(`${h}:${p}`);a.push({cell:m,r:h,c:p,cs:Math.min(f?.cs??1,e.columns-p),rs:Math.min(f?.rs??1,e.rows-h)});}if(a.length===0)return null;let l=h=>{let p=Fu(h.textSize);r.font=wy(h,p,t.theme);let m=(h.text??"").split(`
941
- `),f=0;for(let y of m)f=Math.max(f,r.measureText(y).width);let g=Math.ceil(f)+2*Nu,b=Math.ceil(m.length*p*_u)+2*Vu;return h.width&&(g=Math.max(g,h.width/100*t.plotWidth)),h.height&&(b=Math.max(b,h.height/100*t.paneHeight)),{w:g,h:b}},c=[];for(let h of a){let{w:p,h:m}=l(h.cell);h.cs===1&&(o[h.c]=Math.max(o[h.c],p)),h.rs===1&&(s[h.r]=Math.max(s[h.r],m)),(h.cs>1||h.rs>1)&&c.push({box:h,w:p,h:m});}for(let{box:h,w:p,h:m}of c){if(h.cs>1){let f=0;for(let g=h.c;g<h.c+h.cs;g+=1)f+=o[g];if(p>f)for(let g=h.c;g<h.c+h.cs;g+=1)o[g]+=(p-f)/h.cs;}if(h.rs>1){let f=0;for(let g=h.r;g<h.r+h.rs;g+=1)f+=s[g];if(m>f)for(let g=h.r;g<h.r+h.rs;g+=1)s[g]+=(m-f)/h.rs;}}let d=0;for(let h of o)d+=h;let u=0;for(let h of s)u+=h;return {colW:o,rowH:s,w:d,h:u,boxes:a}}function lL(r,e,t,n){let i;r.startsWith("top")?i=ec:r.startsWith("bottom")?i=n.paneHeight-ec-t:i=n.paneHeight/2-t/2;let o;return r.endsWith("left")?o=ec:r.endsWith("right")?o=n.plotWidth-ec-e:o=n.plotWidth/2-e/2,{x:o,y:i}}function wy(r,e,t){let n=r.fontFamily==="monospace"?"monospace":t.fontFamily||"sans-serif";return `${r.italic?"italic ":""}${r.bold?"bold ":""}${e}px ${n}`}function cL(r,e){return e.find(t=>t>r)??1/0}var tc=class{constructor(){this.drawScene=new Jr({timeToLogical:()=>0,barAt:()=>null,theme:{}});this.sliceCache=new Map;this.tips=[];}prepare(e,t,n,i){this.tips=[];let o=new Map;if(i.width===0||i.height===0)return this.sliceCache.clear(),o;this.drawScene.setDeps({timeToLogical:d=>t.timeToLogical(d),barAt:d=>{let u=e.bars[Math.round(d)];return u?{high:u.high,low:u.low}:null},theme:n});let s=t.dpr,a=t.width,l=new Map,c=(d,u,h)=>{let p=`${d}|${u}`,m=l.get(p);m?m.entries.push(h):l.set(p,{paneId:d,beforeZ:u,entries:[h]});};for(let d of e.orderedPanes()){if(d.collapsed)continue;let u=e.seriesBoundaries(d.id);for(let h of e.orderedIndicatorsForPane(d.id)){let p=Qr(h,false),m=(h.tables??[]).filter(y=>!y.overlay);if(bu(p)&&m.length===0)continue;let f=e.scaleFor(h,d),g=f===d.scale?d:{...d,scale:f},b=cL(e.zOf(h.id),u);c(d.id,b,{set:p,tables:m,pane:g,indexOffset:e.offsetOf(h.id)});}if(d.kind==="price")for(let h of e.indicators.values()){let p=Qr(h,true),m=(h.tables??[]).filter(f=>f.overlay===true);bu(p)&&m.length===0||c(d.id,1/0,{set:p,tables:m,pane:d,indexOffset:e.offsetOf(h.id)});}}for(let[d,{paneId:u,beforeZ:h,entries:p}]of l){let m=this.sliceCache.get(d);m||(m=document.createElement("canvas"),this.sliceCache.set(d,m)),(m.width!==i.width||m.height!==i.height)&&(m.width=i.width,m.height=i.height);let f=m.getContext("2d");if(!f)continue;f.setTransform(s,0,0,s,0,0),f.clearRect(0,0,m.width/s,m.height/s);for(let b of p)this.paintEntry(f,b,t,a,n);let g=o.get(u)??[];g.push({beforeZ:h,canvas:m}),o.set(u,g);}for(let d of [...this.sliceCache.keys()])l.has(d)||this.sliceCache.delete(d);for(let d of o.values())d.sort((u,h)=>u.beforeZ-h.beforeZ);return o}paintEntry(e,t,n,i,o){let{pane:s}=t,a=[];e.save(),e.translate(0,s.bounds.top),e.beginPath(),e.rect(0,0,i,s.bounds.height),e.clip(),this.drawScene.setSet(t.set,t.indexOffset),this.drawScene.render(e,i,s.bounds.height,l=>n.logicalToX(l),l=>n.priceToY(l,s.scale,s.bounds)-s.bounds.top),a.push(...this.drawScene.labelTipRegions());for(let l of t.tables)yy(e,l,{paneHeight:s.bounds.height,plotWidth:i,theme:o},a);e.restore();for(let l of a)this.tips.push({...l,top:l.top+s.bounds.top,bottom:l.bottom+s.bounds.top});}labelTooltipAt(e,t){for(let n=this.tips.length-1;n>=0;n-=1){let i=this.tips[n];if(e>=i.left&&e<=i.right&&t>=i.top&&t<=i.bottom)return i.text}return null}};function xy(r,e){let t=new Map;for(let[n,i]of r)t.set(n,[...i]);for(let[n,i]of e)t.set(n,[...t.get(n)??[],...i]);for(let n of t.values())n.sort((i,o)=>i.beforeZ-o.beforeZ);return t}function Sy(r,e,t,n,i){return {xOf:o=>r.timeToX(o),yOf:(o,s)=>{let a=e(s);return a?r.priceToY(o,a.scale,a.bounds):null},pxToPoint:(o,s,a)=>{let l=e(a),c=r.logicalToTime(r.xToLogical(o)),d=l?r.yToPrice(s,l.scale,l.bounds):0;return {time:c,price:d}},paneIdAtY:t,paneRect:o=>{let s=e(o);return s?{top:s.bounds.top,height:s.collapsed?0:s.bounds.height}:null},barsBetween:(o,s)=>Math.abs(r.timeToLogical(s)-r.timeToLogical(o)),barsInRange:n?(o,s)=>n(o,s):void 0,seriesInRange:i,width:r.width,height:r.height}}var Cy=2/7,Ty=1/7;function nc(r,e,t,n,i,o,s=false,a=()=>0){let l=1/0,c=-1/0,d=h=>{h!=null&&Number.isFinite(h)&&(h<l&&(l=h),h>c&&(c=h));};if(t)for(let h=n;h<=i;h+=1){let p=e[h];p&&(d(p.high),d(p.low));}for(let h of r){let p=a(h.id);for(let m of h.series)m.overlay!==true&&Ey(m,n,i,p,d);for(let m of h.priceLines)d(m.price);}if(o&&(d(o.min),d(o.max)),l===1/0||c===-1/0)return {min:0,max:1};if(l===c){let h=Math.abs(l)*.1||1;return {min:l-h,max:c+h,log:s&&l-h>0}}if(s&&l>0){let h=Math.log(l),p=Math.log(c),m=p-h;return {min:Math.exp(h-m*Ty),max:Math.exp(p+m*Cy),log:true}}let u=c-l;return {min:l-u*Ty,max:c+u*Cy}}function Ey(r,e,t,n,i){if(r.kind==="candle"||r.kind==="bar")for(let o=e;o<=t;o+=1){let s=r.bars[o-n];s&&(i(s.high),i(s.low));}else if(ve(r)){for(let o=e;o<=t;o+=1)i(r.points[o-n]?.value);r.kind==="histogram"||r.kind==="columns"?i(r.style?.base??0):r.style?.base!=null&&i(r.style.base);}}function Py(r,e,t,n=()=>0){let i=1/0,o=-1/0,s=a=>{a!=null&&Number.isFinite(a)&&(a<i&&(i=a),a>o&&(o=a));};for(let a of r){let l=n(a.id);for(let c of a.series)c.overlay===true&&Ey(c,e,t,l,s);}return i===1/0?null:{min:i,max:o}}function Ly(r,e,t,n){if(t<=0&&n<=0)return r;let i=e-t-n;if(!(i>=8))return r;if(r.log&&r.min>0&&r.max>r.min){let s=Math.log(r.min),a=Math.log(r.max),l=(a-s)/i;return {...r,min:Math.exp(s-n*l),max:Math.exp(a+t*l)}}if(r.max<=r.min)return r;let o=(r.max-r.min)/i;return {...r,min:r.min-n*o,max:r.max+t*o}}function My(r,e){if(r.log&&r.min>0&&r.max>r.min){let i=Math.log(r.min),o=Math.log(r.max),s=(i+o)/2,a=(o-i)/2*e;return {min:Math.exp(s-a),max:Math.exp(s+a),log:true}}let t=(r.min+r.max)/2,n=(r.max-r.min)/2*e;return {min:t-n,max:t+n,log:r.log}}function ky(r,e,t){if(t<=0)return {...r};if(r.log&&r.min>0&&r.max>r.min){let i=Math.log(r.min),o=Math.log(r.max),s=(o-i)*e/t;return {min:Math.exp(i+s),max:Math.exp(o+s),log:true}}let n=(r.max-r.min)*e/t;return {min:r.min+n,max:r.max+n,log:r.log}}function Iy(r,e,t=24){let{combinedTop:n,combinedHeight:i,combinedWeight:o,startBoundaryY:s}=r,a=Math.min(t,i/2),l=n+a,c=n+i-a,u=Math.max(l,Math.min(c,s+e))-n,h=i>0?o*(u/i):o/2;return {above:h,below:o-h}}function dL(r,e,t,n){let i=Math.max(t,r),o=Math.min(n,e);return o>i?{x:i,width:o-i}:null}var rc=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null;}render(e,t,n,i){let o=this.ctx,s=this.canvas;if(!o||!s)return;let a=t.dpr;o.setTransform(a,0,0,a,0,0),o.clearRect(0,0,s.width/a,s.height/a);let l=t.barCount;if(l===0)return;let c=t.visibleLogicalRange();Math.min(l-1,Math.ceil(c.to))<Math.max(0,Math.floor(c.from))||(this.drawHighlights(o,e,t),this.drawGrid(o,e,t,n,t.width,i));}drawHighlights(e,t,n){let i=t.sessionHighlightBands();if(i.length>0){let o=Math.max(0,n.logicalToX(-0.5)),s=Math.min(n.width,n.logicalToX(n.barCount-.5));this.drawHighlightSet(e,i,n,o,s);}this.drawHighlightSet(e,t.highlights,n,0,n.width);}drawHighlightSet(e,t,n,i,o){for(let s of t){let a=n.timeToX(s.from),l=n.timeToX(s.to),c=dL(a,l,i,o);c&&(e.fillStyle=s.color,e.fillRect(c.x,0,c.width,n.height));}}drawGrid(e,t,n,i,o,s){let a=t.orderedPanes(),{gridVert:l,gridHorz:c}=t.style,d=l.color??i.gridColor,u=c.color??i.gridColor;if(e.lineWidth=1,t.showGrid&&l.visible){e.globalAlpha=s,e.strokeStyle=d;let h=n.visibleTimeRange(),p=Ro((h.from+h.to)/2,t.timezone);e.beginPath();for(let m of Bl(h.from,h.to,8,p)){let f=Math.round(n.timeToX(m.time))+.5;f<0||f>o||(e.moveTo(f,0),e.lineTo(f,n.height));}e.stroke();}for(let h of a)if(t.showGrid&&c.visible&&!h.collapsed){e.globalAlpha=s,e.strokeStyle=u;let p=Xt(t,h);e.beginPath();for(let m of Io(h.scale,h.bounds.height,p,void 0,h.axisFormat)){let f=Math.round(n.priceToY(m.price,h.scale,h.bounds))+.5;f<h.bounds.top||f>h.bounds.top+h.bounds.height||(e.moveTo(0,f),e.lineTo(o,f));}e.stroke();}e.globalAlpha=1;}};function Ay(r,e,t,n){let{i0:i,i1:o,xOf:s,halfW:a,bottomY:l,maxH:c,maxVol:d}=t;if(!(d<=0||c<=0)){r.globalAlpha=.5;for(let u=i;u<=o;u+=1){let h=e[u],p=h?.volume;if(h==null||p==null||!(p>0))continue;let m=Math.max(1,p/d*c);r.fillStyle=h.close>=h.open?n.up:n.down,r.fillRect(s(u)-a,l-m,a*2,m);}r.globalAlpha=1;}}var Bu=.96;function uL(r){return Math.max(.5,Math.floor(r*.7)/2)}var ic=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null;}render(e){let t=this.ctx,n=this.canvas;if(!t||!n)return;let{bars:i,data:o,visible:s,coords:a,bounds:l,fillPane:c}=e,d=a.dpr;if(t.setTransform(d,0,0,d,0,0),t.clearRect(0,0,n.width/d,n.height/d),!o||!s||i.length===0||l.height<=0)return;let u=a.visibleLogicalRange(),h=Math.max(0,Math.floor(u.from)),p=Math.min(i.length-1,Math.ceil(u.to));if(h>p)return;let m=0;for(let f=h;f<=p;f+=1){let g=i[f]?.volume;g!=null&&g>m&&(m=g);}m<=0||(t.save(),t.beginPath(),t.rect(0,l.top,a.width,l.height),t.clip(),Ay(t,i,{i0:h,i1:p,xOf:f=>a.logicalToX(f),halfW:uL(a.bodySpacing()),bottomY:l.top+l.height,maxH:l.height*(c?Bu:o.heightFrac),maxVol:m},{up:o.upColor,down:o.downColor}),t.restore());}};function Ry(r,e){return e==null?r:r==null?{...e}:{candleBodyScale:Hu(r.candleBodyScale,e.candleBodyScale),candleBodyAlpha:Hu(r.candleBodyAlpha,e.candleBodyAlpha),gridAlpha:Hu(r.gridAlpha,e.gridAlpha)}}function Hu(r,e){return r==null?e:e==null?r:Math.min(r,e)}var zu=new Map;function hL(r){zu.set(r.id,r);}function pL(r){zu.delete(r);}function $u(){return [...zu.values()]}function Dy(r,e){let t=r.map(o=>({id:o.id,key:o.ownerZ??(o.placement==="below-data"?-1/0:e)}));t.sort((o,s)=>o.key-s.key);let n=[],i=[];for(let o of t)(o.key<e?n:i).push(o.id);return {below:n,above:i}}var Oy='<svg viewBox="0 0 45 40" aria-hidden="true"><g fill="currentColor"><path d="m40.25 38 4.58-7.998L28.802 2l-16.03 28 9.16-.001 6.87-12z"/><path d="M34.525 32.002 9.33 31.997 27.655 0h-9.158L.18 31.993 4.759 40h34.347z"/></g></svg>',Fy='<svg viewBox="0 0 964 252" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M 614 94.500 L 614 189 633.500 189 L 653 189 653 94.500 L 653 0 633.500 0 L 614 0 614 94.500 M 0 97.500 L 0 189 63.023 189 L 126.045 189 125.773 170.750 L 125.500 152.500 84.250 152.239 L 43 151.978 43 78.989 L 43 6 21.500 6 L 0 6 0 97.500 M 450.387 96.451 C 421.871 146.253, 398.306 186.994, 398.020 186.987 C 397.423 186.972, 362 124.724, 362 123.691 C 362 123.316, 370.100 108.818, 380 91.472 C 389.900 74.127, 398 59.500, 398 58.968 C 398 58.380, 391.007 58, 380.210 58 L 362.420 58 348.060 83.138 C 334.400 107.052, 333.637 108.160, 332.399 105.888 C 331.682 104.575, 325.287 93.375, 318.187 81 L 305.277 58.500 287.139 58.227 C 277.162 58.078, 269 58.186, 269 58.469 C 269 58.751, 277.154 73.274, 287.120 90.741 C 297.086 108.209, 305.261 122.983, 305.287 123.574 C 305.312 124.164, 297.318 138.789, 287.522 156.074 C 277.725 173.358, 269.524 187.838, 269.296 188.250 C 269.068 188.662, 276.977 189, 286.870 189 L 304.859 189 319.163 163.959 C 331.321 142.674, 333.647 139.165, 334.670 140.563 C 335.331 141.468, 341.864 152.737, 349.186 165.606 L 362.500 189.003 402.442 188.752 L 442.384 188.500 472.080 136.695 C 488.413 108.203, 501.939 84.729, 502.138 84.531 C 502.337 84.333, 516 107.757, 532.500 136.583 L 562.500 188.994 584.750 188.997 C 596.987 188.999, 607 188.854, 607 188.675 C 607 188.319, 503.014 6.686, 502.532 6.201 C 502.369 6.037, 478.904 46.649, 450.387 96.451 M 717.500 55.017 C 697.175 57.389, 680.641 68.752, 672.036 86.264 C 665.866 98.818, 663.840 108.024, 663.840 123.500 C 663.840 133.409, 664.328 138.355, 665.892 144.300 C 672.076 167.810, 689.191 184.757, 711.529 189.489 C 730.549 193.518, 747.264 189.540, 761.282 177.648 C 764.944 174.542, 768.178 172, 768.470 172 C 769.345 172, 769.030 185.018, 767.979 192.285 C 765.618 208.613, 755.148 218.672, 738.473 220.632 C 732.586 221.324, 723.136 219.599, 717.709 216.843 C 712.693 214.295, 706.636 207.946, 703.972 202.443 C 702.789 199.999, 701.749 198, 701.661 198.001 C 700.201 198.007, 665.596 205.071, 665.230 205.437 C 664.326 206.341, 669.156 218.313, 672.607 223.721 C 682.146 238.672, 700.008 248.257, 723.500 251.033 C 758.132 255.124, 788.930 241.875, 800.287 218 C 806.923 204.047, 807 203.001, 807 126.542 L 807 58 788.500 58 L 770 58 770 66.500 C 770 71.175, 769.641 75, 769.203 75 C 768.765 75, 766.627 73.142, 764.453 70.872 C 752.805 58.708, 735.614 52.903, 717.500 55.017 M 878.500 55.031 C 850.107 59.412, 830.755 75.064, 822.285 100.500 C 819.905 107.644, 819.614 110.051, 819.565 123 C 819.501 139.581, 820.786 145.825, 826.763 158 C 832.104 168.880, 842.842 179.424, 854.077 184.822 C 867.651 191.343, 873.132 192.462, 891.500 192.462 C 909.868 192.462, 915.349 191.343, 928.923 184.822 C 944.653 177.265, 956.667 162.306, 961.710 144 C 963.074 139.048, 963.481 134.047, 963.418 123 C 963.346 110.140, 963.038 107.595, 960.694 100.500 C 953.325 78.193, 936.695 62.854, 913.500 56.969 C 904.262 54.625, 887.240 53.682, 878.500 55.031 M 134.015 102.750 C 134.027 139.250, 134.310 148.689, 135.549 153.947 C 141.139 177.663, 159.815 193, 183.105 193 C 196.453 193, 210.163 186.171, 217.936 175.650 C 219.826 173.093, 221.738 171, 222.186 171 C 222.634 171, 223 175.050, 223 180 L 223 189 242.507 189 L 262.014 189 261.757 123.750 L 261.500 58.500 242.500 58.500 L 223.500 58.500 223 99.500 C 222.513 139.406, 222.441 140.610, 220.289 144.634 C 209.729 164.377, 183.014 164.880, 174.299 145.500 C 172.677 141.895, 172.469 137.382, 172.190 99.750 L 171.880 58 152.940 58 L 134 58 134.015 102.750 M 729.932 87.998 C 719.311 89.821, 710.155 97.164, 705.141 107.880 C 702.851 112.772, 702.510 114.798, 702.505 123.521 C 702.500 132.834, 702.732 134.014, 705.787 140.218 C 709.761 148.290, 715.989 154.097, 723.853 157.063 C 731.409 159.912, 744.359 159.466, 750.795 156.136 C 767.289 147.601, 774.103 127.713, 767.019 108.780 C 761.433 93.851, 746.051 85.232, 729.932 87.998 M 883.972 88.348 C 865.749 92.310, 854.873 109.966, 858.119 130.316 C 860.933 147.963, 872.346 158.830, 889.084 159.799 C 900.714 160.472, 906.867 158.234, 914.650 150.497 C 919.856 145.323, 921.123 143.340, 922.900 137.587 C 925.412 129.456, 925.655 118.570, 923.489 111.275 C 918.479 94.405, 901.478 84.541, 883.972 88.348"/></svg>';var mL="https://luxalgo.com/vela",Ny="vela-attribution-styles",fL=`
939
+ `),h=Math.ceil(this.measureTextWidth(u,a))+iL;return l+`left:${Math.round(c[0]+2)-Qn}px;top:${Math.round(c[1]+2-(d-s)/2)-er}px;width:${h+Qn*2}px;height:${u.length*d+er*2}px;padding:${er-Ru}px ${Qn-Ru}px;border:${Ru}px solid ${$(i.textColor,.3)};border-radius:4px;background:transparent;color:${o?.color??i.textColor};font:${a};line-height:${d}px;white-space:pre;`}measureTextWidth(e,t){let n=this.ctx;if(!n)return 120;let i=n.font;n.font=t;let o=Math.max(8,...e.map(s=>n.measureText(s).width));return n.font=i,o}layoutTextEditor(){let e=this.textEditor;if(!e)return;let t=this.editedDrawing(e.id),n=t&&this.inlineEditorCss(t,e.el.value);n&&(e.el.style.cssText=n);}closeTextEditor(){let e=this.textEditor;e&&(this.textEditor=null,e.el.remove(),this.render());}cursorAt(e,t){return this.eraserMode||this.activeTool==null&&this.magnifierChipAt(e,t)?"pointer":this.interaction.cursorAt(e,t)}cancelPlacement(){return this.measureMode||this.eraserMode?(this.withModeIntent(()=>this.measureMode?this.exitMeasure():this.exitEraser()),true):this.interaction.isPlacing()?(this.interaction.cancel(),this.activeTool!=null&&this.emit({kind:"arm",type:null}),true):this.activeTool!=null?(this.emit({kind:"arm",type:null}),true):false}dblClick(e,t){if(this.interaction.finishPlacing(true))return true;let n=ni(this.drawings,e,t,this.deps.projector(),6);return Du(n)?(this.editTextInline(n.id),true):n!=null}handleKey(e){if(e.key==="Escape")return this.textEditor?(this.finishTextEditor(false),true):this.popup.isOpen()?(this.clearSelection(),true):this.interaction.cancel()?true:this.measureMode?(this.withModeIntent(()=>this.exitMeasure()),true):this.selectedIds.size?(this.clearSelection(),true):false;if(e.key==="Enter"&&this.interaction.finishPlacing(false))return true;let t=py(e,{hasSelection:this.selectedIds.size>0,hasTarget:this.selectedIds.size>0||this.hoveredId!=null,editingText:my(e.target)});if(!t)return false;switch(t.kind){case "undo":if(!this.historyChords)return false;this.emit({kind:"undo"});break;case "redo":if(!this.historyChords)return false;this.emit({kind:"redo"});break;case "copy":this.emit({kind:"copy",ids:this.selectionIds()});break;case "paste":this.emit({kind:"paste"});break;case "duplicate":this.emit({kind:"duplicate",ids:this.selectionIds()});break;case "delete":{let n=this.selectedIds.size?this.selectionIds():this.hoveredId?[this.hoveredId]:[];n.length&&(this.popup.close(),this.emit({kind:"delete",ids:n}));break}case "nudge":this.nudgeSelection(t.dx,t.dy);break}return true}selectionIds(){return [...this.selectedIds]}nudgeSelection(e,t){let n=this.deps.projector(),i=[];for(let o of this.drawings){if(!this.selectedIds.has(o.id)||o.locked)continue;let s=o.anchors.map(l=>{let c=n.yOf(l.price,o.paneId);return c==null?{time:l.time,price:l.price}:n.pxToPoint(n.xOf(l.time)+e,c+t,o.paneId)}),a=o.serialize();a.anchors=s,i.push(a);}i.length===1?this.emit({kind:"edit",doc:i[0]}):i.length>1&&this.emit({kind:"edit-many",docs:i});}setTheme(e){this.popup.setTheme(e),this.toolbar.setTheme(e),this.render();}onResize(){this.finishTextEditor(true),this.popup.close(),this.render();}isInterleaved(e){return gy(e.zIndex,this.lastBounds.get(e.paneId)??[])!==null}invalidateSlices(){(this.sliced.size>0||this.drawings.some(e=>this.isInterleaved(e)))&&this.deps.requestDataPaint();}prepareSlices(e){this.sliced.clear(),this.lastBounds=new Map(e.map(a=>[a,this.deps.seriesBoundaries(a)]));let t=new Map,n=this.deps.dpr(),i=this.deps.projector(),o=this.deps.theme(),s=new Map;for(let a of this.drawings){if(!a.visible)continue;let l=gy(a.zIndex,this.lastBounds.get(a.paneId)??[]);if(l===null)continue;let c=`${a.paneId}|${l}`,d=s.get(c);d?d.drawings.push(a):s.set(c,{paneId:a.paneId,beforeZ:l,drawings:[a]}),this.sliced.add(a.id);}for(let[a,{paneId:l,beforeZ:c,drawings:d}]of s){let u=this.sliceCache.get(a);u||(u=document.createElement("canvas"),this.sliceCache.set(a,u)),(u.width!==this.canvas.width||u.height!==this.canvas.height)&&(u.width=this.canvas.width,u.height=this.canvas.height);let h=u.getContext("2d");if(!h)continue;h.setTransform(n,0,0,n,0,0),h.clearRect(0,0,u.width/n,u.height/n),this.painter.seriesLook=this.deps.seriesLook(),this.painter.paintAll(h,d,i,o,oL);let p=t.get(l)??[];p.push({beforeZ:c,canvas:u}),t.set(l,p);}for(let a of [...this.sliceCache.keys()])s.has(a)||this.sliceCache.delete(a);for(let a of t.values())a.sort((l,c)=>l.beforeZ-c.beforeZ);return t}render(){let e=this.ctx;if(!e)return;let t=this.deps.dpr();e.setTransform(t,0,0,t,0,0),e.clearRect(0,0,this.canvas.width/t,this.canvas.height/t);let n=this.deps.projector(),i=this.textEditor?this.editedDrawing(this.textEditor.id):null,o={selected:this.selectedIds,hovered:this.hoveredId,dragged:this.interaction.activeDragId(),mutedLabel:i instanceof Rt?i.id:null};this.painter.seriesLook=this.deps.seriesLook(),this.painter.paintAll(e,this.drawings.filter(d=>!this.isInterleaved(d)),n,this.deps.theme(),o),this.painter.paintHighlights(e,this.drawings.filter(d=>this.isInterleaved(d)),n,Pu(o)),this.layoutTextEditor();let s=this.interaction.ghost();if(s&&this.painter.paintGhost(e,s,n,this.deps.theme()),this.externalGhost&&this.painter.paintGhost(e,this.externalGhost,n,this.deps.theme()),this.emitDraft(s),this.activeTool&&!s){let d=Qe(this.activeTool)?.placementHint;d&&this.painter.paintPlacementHint(e,d,this.deps.theme(),n.width,n.height);}let a=this.interaction.placingMarkers(n);a&&this.painter.paintHandles(e,a);let l=this.interaction.snapMarker(),c=l?n.yOf(l.point.price,l.paneId):null;l&&c!=null&&this.painter.paintSnapRing(e,n.xOf(l.point.time),c,this.deps.theme()),this.measure.isActive()&&this.measure.paint(e,n,this.deps.theme());}destroy(){this.closeTextEditor(),this.popup.destroy(),this.toolbar.destroy(),this.seriesGwUnsub?.(),this.seriesGwUnsub=null,this.seriesGw=null,this.intentCb=null,this.drawings=[];}clearSelection(){this.popup.close(),this.selectedIds.size&&this.emit({kind:"select",ids:[]}),this.render();}openSettingsById(e,t,n){let i=this.drawings.find(a=>a.id===e);if(!i)return;let o=()=>this.drawings.find(a=>a.id===e);this.emit({kind:"select",ids:[e]}),this.emit({kind:"settings",id:e});let s=i.bounds(this.deps.projector());this.popup.open(i,s,{resolve:()=>o()??null,patch:a=>{let l=o();l&&(l.applySettings(a),this.render(),this.emit({kind:"edit",doc:l.serialize()}));},setLocked:a=>{let l=o();l&&(l.locked=a,this.emit({kind:"edit",doc:l.serialize()}));},reorder:a=>this.emit({kind:"reorder",id:e,to:a}),resetSettings:()=>{let a=o();a&&(Mc(a),this.render(),this.emit({kind:"edit",doc:a.serialize()}),this.openSettingsById(e,0,0));},restore:a=>{let l=o();l&&(a.style&&(l.style={...a.style}),a.text!==void 0&&(l.text=a.text?{...a.text}:void 0),a.props!==void 0&&l.applyProps(a.props),this.render(),this.emit({kind:"edit",doc:a}));},remove:()=>{this.closeTextEditor(),this.popup.close(),this.emit({kind:"delete",ids:[e]});}},()=>this.clearSelection());}emitDraft(e){let t=e?JSON.stringify({t:e.type,p:e.paneId,a:e.anchors,s:e.style,x:e.text}):null;t!==this.lastDraftKey&&(this.lastDraftKey=t,this.intentCb?.({kind:"draft",doc:e?e.serialize():null}));}emit(e){if(e.kind==="create"){e.doc.text&&e.doc.text.color===void 0&&(e.doc.text={...e.doc.text,color:we(this.deps.theme().background)});let t=new Set(this.drawings.map(n=>n.id));this.intentCb?.(e),setTimeout(()=>{let n=this.drawings.find(i=>!t.has(i.id));n&&(this.openSettingsById(n.id,0,0),Du(n)&&this.editTextInline(n.id));},0);return}this.intentCb?.(e);}};var Ou={auto:13,tiny:10,small:11,normal:13,large:16,huge:20};function Fu(r){return typeof r=="number"?r>0?r:Ou.auto:Ou[r]??Ou.auto}function by(r){return r.cells.some(e=>e?.some(t=>t!=null&&!t.merged))}function vy(r){let e=new Map,t=new Set;for(let n of r.merges){e.set(`${n.startRow}:${n.startCol}`,{cs:n.endCol-n.startCol+1,rs:n.endRow-n.startRow+1});for(let i=n.startRow;i<=n.endRow;i+=1)for(let o=n.startCol;o<=n.endCol;o+=1)(i!==n.startRow||o!==n.startCol)&&t.add(`${i}:${o}`);}for(let n=0;n<r.rows;n+=1)for(let i=0;i<r.columns;i+=1)r.cells[n]?.[i]?.merged&&!e.has(`${n}:${i}`)&&t.add(`${n}:${i}`);for(let n of e.keys())t.delete(n);return {span:e,omit:t}}var Nu=6,Vu=2,ec=6,_u=1.2;function yy(r,e,t,n){if(!by(e))return;let i=sL(r,e,t);if(!i||i.w<=0||i.h<=0)return;let o=e.frameColor&&e.frameWidth>0?e.frameWidth:0,{x:s,y:a}=aL(e.position,i.w+2*o,i.h+2*o,t),l=s+o,c=a+o;e.bgColor&&(r.fillStyle=e.bgColor,r.fillRect(l,c,i.w,i.h)),o>0&&e.frameColor&&(r.strokeStyle=e.frameColor,r.lineWidth=o,r.strokeRect(s+o/2,a+o/2,i.w+o,i.h+o));let d=[0];for(let m of i.colW)d.push(d[d.length-1]+m);let u=[0];for(let m of i.rowH)u.push(u[u.length-1]+m);let h=r.textBaseline,p=r.textAlign;r.textBaseline="middle";for(let m of i.boxes){let f=l+d[m.c],g=c+u[m.r],b=d[m.c+m.cs]-d[m.c],y=u[m.r+m.rs]-u[m.r],v=m.cell;v.bgColor&&(r.fillStyle=v.bgColor,r.fillRect(f,g,b,y));let w=v.text??"";if(w.length>0){let E=Fu(v.textSize);r.font=wy(v,E,t.theme),r.fillStyle=v.textColor??t.theme.textColor;let x=w.split(`
940
+ `),S=x.length*E*_u,P=v.vAlign==="top"?g+Vu:v.vAlign==="bottom"?g+y-Vu-S:g+(y-S)/2,k=v.hAlign==="left"?f+Nu:v.hAlign==="right"?f+b-Nu:f+b/2;r.textAlign=v.hAlign,x.forEach((T,M)=>r.fillText(T,k,P+(M+.5)*E*_u));}v.tooltip&&n.push({left:f,top:g,right:f+b,bottom:g+y,text:v.tooltip});}if(r.textBaseline=h,r.textAlign=p,e.borderColor&&e.borderWidth>0){r.strokeStyle=e.borderColor,r.lineWidth=e.borderWidth;let m=new Set;r.beginPath();let f=(g,b,y,v)=>{let w=`${g},${b},${y},${v}`;m.has(w)||(m.add(w),r.moveTo(g,b),r.lineTo(y,v));};for(let g of i.boxes){let b=Math.round(l+d[g.c]),y=Math.round(l+d[g.c+g.cs]),v=Math.round(c+u[g.r]),w=Math.round(c+u[g.r+g.rs]);f(b,v,y,v),f(b,w,y,w),f(b,v,b,w),f(y,v,y,w);}r.stroke();}}function sL(r,e,t){let{span:n,omit:i}=vy(e),o=new Array(e.columns).fill(0),s=new Array(e.rows).fill(0),a=[];for(let h=0;h<e.rows;h+=1)for(let p=0;p<e.columns;p+=1){if(i.has(`${h}:${p}`))continue;let m=e.cells[h]?.[p];if(m==null)continue;let f=n.get(`${h}:${p}`);a.push({cell:m,r:h,c:p,cs:Math.min(f?.cs??1,e.columns-p),rs:Math.min(f?.rs??1,e.rows-h)});}if(a.length===0)return null;let l=h=>{let p=Fu(h.textSize);r.font=wy(h,p,t.theme);let m=(h.text??"").split(`
941
+ `),f=0;for(let y of m)f=Math.max(f,r.measureText(y).width);let g=Math.ceil(f)+2*Nu,b=Math.ceil(m.length*p*_u)+2*Vu;return h.width&&(g=Math.max(g,h.width/100*t.plotWidth)),h.height&&(b=Math.max(b,h.height/100*t.paneHeight)),{w:g,h:b}},c=[];for(let h of a){let{w:p,h:m}=l(h.cell);h.cs===1&&(o[h.c]=Math.max(o[h.c],p)),h.rs===1&&(s[h.r]=Math.max(s[h.r],m)),(h.cs>1||h.rs>1)&&c.push({box:h,w:p,h:m});}for(let{box:h,w:p,h:m}of c){if(h.cs>1){let f=0;for(let g=h.c;g<h.c+h.cs;g+=1)f+=o[g];if(p>f)for(let g=h.c;g<h.c+h.cs;g+=1)o[g]+=(p-f)/h.cs;}if(h.rs>1){let f=0;for(let g=h.r;g<h.r+h.rs;g+=1)f+=s[g];if(m>f)for(let g=h.r;g<h.r+h.rs;g+=1)s[g]+=(m-f)/h.rs;}}let d=0;for(let h of o)d+=h;let u=0;for(let h of s)u+=h;return {colW:o,rowH:s,w:d,h:u,boxes:a}}function aL(r,e,t,n){let i;r.startsWith("top")?i=ec:r.startsWith("bottom")?i=n.paneHeight-ec-t:i=n.paneHeight/2-t/2;let o;return r.endsWith("left")?o=ec:r.endsWith("right")?o=n.plotWidth-ec-e:o=n.plotWidth/2-e/2,{x:o,y:i}}function wy(r,e,t){let n=r.fontFamily==="monospace"?"monospace":t.fontFamily||"sans-serif";return `${r.italic?"italic ":""}${r.bold?"bold ":""}${e}px ${n}`}function lL(r,e){return e.find(t=>t>r)??1/0}var tc=class{constructor(){this.drawScene=new Jr({timeToLogical:()=>0,barAt:()=>null,theme:{}});this.sliceCache=new Map;this.tips=[];}prepare(e,t,n,i){this.tips=[];let o=new Map;if(i.width===0||i.height===0)return this.sliceCache.clear(),o;this.drawScene.setDeps({timeToLogical:d=>t.timeToLogical(d),barAt:d=>{let u=e.bars[Math.round(d)];return u?{high:u.high,low:u.low}:null},theme:n});let s=t.dpr,a=t.width,l=new Map,c=(d,u,h)=>{let p=`${d}|${u}`,m=l.get(p);m?m.entries.push(h):l.set(p,{paneId:d,beforeZ:u,entries:[h]});};for(let d of e.orderedPanes()){if(d.collapsed)continue;let u=e.seriesBoundaries(d.id);for(let h of e.orderedIndicatorsForPane(d.id)){let p=Qr(h,false),m=(h.tables??[]).filter(y=>!y.overlay);if(bu(p)&&m.length===0)continue;let f=e.scaleFor(h,d),g=f===d.scale?d:{...d,scale:f},b=lL(e.zOf(h.id),u);c(d.id,b,{set:p,tables:m,pane:g,indexOffset:e.offsetOf(h.id)});}if(d.kind==="price")for(let h of e.indicators.values()){let p=Qr(h,true),m=(h.tables??[]).filter(f=>f.overlay===true);bu(p)&&m.length===0||c(d.id,1/0,{set:p,tables:m,pane:d,indexOffset:e.offsetOf(h.id)});}}for(let[d,{paneId:u,beforeZ:h,entries:p}]of l){let m=this.sliceCache.get(d);m||(m=document.createElement("canvas"),this.sliceCache.set(d,m)),(m.width!==i.width||m.height!==i.height)&&(m.width=i.width,m.height=i.height);let f=m.getContext("2d");if(!f)continue;f.setTransform(s,0,0,s,0,0),f.clearRect(0,0,m.width/s,m.height/s);for(let b of p)this.paintEntry(f,b,t,a,n);let g=o.get(u)??[];g.push({beforeZ:h,canvas:m}),o.set(u,g);}for(let d of [...this.sliceCache.keys()])l.has(d)||this.sliceCache.delete(d);for(let d of o.values())d.sort((u,h)=>u.beforeZ-h.beforeZ);return o}paintEntry(e,t,n,i,o){let{pane:s}=t,a=[];e.save(),e.translate(0,s.bounds.top),e.beginPath(),e.rect(0,0,i,s.bounds.height),e.clip(),this.drawScene.setSet(t.set,t.indexOffset),this.drawScene.render(e,i,s.bounds.height,l=>n.logicalToX(l),l=>n.priceToY(l,s.scale,s.bounds)-s.bounds.top),a.push(...this.drawScene.labelTipRegions());for(let l of t.tables)yy(e,l,{paneHeight:s.bounds.height,plotWidth:i,theme:o},a);e.restore();for(let l of a)this.tips.push({...l,top:l.top+s.bounds.top,bottom:l.bottom+s.bounds.top});}labelTooltipAt(e,t){for(let n=this.tips.length-1;n>=0;n-=1){let i=this.tips[n];if(e>=i.left&&e<=i.right&&t>=i.top&&t<=i.bottom)return i.text}return null}};function xy(r,e){let t=new Map;for(let[n,i]of r)t.set(n,[...i]);for(let[n,i]of e)t.set(n,[...t.get(n)??[],...i]);for(let n of t.values())n.sort((i,o)=>i.beforeZ-o.beforeZ);return t}function Sy(r,e,t,n,i){return {xOf:o=>r.timeToX(o),yOf:(o,s)=>{let a=e(s);return a?r.priceToY(o,a.scale,a.bounds):null},pxToPoint:(o,s,a)=>{let l=e(a),c=r.logicalToTime(r.xToLogical(o)),d=l?r.yToPrice(s,l.scale,l.bounds):0;return {time:c,price:d}},paneIdAtY:t,paneRect:o=>{let s=e(o);return s?{top:s.bounds.top,height:s.collapsed?0:s.bounds.height}:null},barsBetween:(o,s)=>Math.abs(r.timeToLogical(s)-r.timeToLogical(o)),barsInRange:n?(o,s)=>n(o,s):void 0,seriesInRange:i,width:r.width,height:r.height}}var Cy=2/7,Ty=1/7;function nc(r,e,t,n,i,o,s=false,a=()=>0){let l=1/0,c=-1/0,d=h=>{h!=null&&Number.isFinite(h)&&(h<l&&(l=h),h>c&&(c=h));};if(t)for(let h=n;h<=i;h+=1){let p=e[h];p&&(d(p.high),d(p.low));}for(let h of r){let p=a(h.id);for(let m of h.series)m.overlay!==true&&Ey(m,n,i,p,d);for(let m of h.priceLines)d(m.price);}if(o&&(d(o.min),d(o.max)),l===1/0||c===-1/0)return {min:0,max:1};if(l===c){let h=Math.abs(l)*.1||1;return {min:l-h,max:c+h,log:s&&l-h>0}}if(s&&l>0){let h=Math.log(l),p=Math.log(c),m=p-h;return {min:Math.exp(h-m*Ty),max:Math.exp(p+m*Cy),log:true}}let u=c-l;return {min:l-u*Ty,max:c+u*Cy}}function Ey(r,e,t,n,i){if(r.kind==="candle"||r.kind==="bar")for(let o=e;o<=t;o+=1){let s=r.bars[o-n];s&&(i(s.high),i(s.low));}else if(ve(r)){for(let o=e;o<=t;o+=1)i(r.points[o-n]?.value);r.kind==="histogram"||r.kind==="columns"?i(r.style?.base??0):r.style?.base!=null&&i(r.style.base);}}function Py(r,e,t,n=()=>0){let i=1/0,o=-1/0,s=a=>{a!=null&&Number.isFinite(a)&&(a<i&&(i=a),a>o&&(o=a));};for(let a of r){let l=n(a.id);for(let c of a.series)c.overlay===true&&Ey(c,e,t,l,s);}return i===1/0?null:{min:i,max:o}}function Ly(r,e,t,n){if(t<=0&&n<=0)return r;let i=e-t-n;if(!(i>=8))return r;if(r.log&&r.min>0&&r.max>r.min){let s=Math.log(r.min),a=Math.log(r.max),l=(a-s)/i;return {...r,min:Math.exp(s-n*l),max:Math.exp(a+t*l)}}if(r.max<=r.min)return r;let o=(r.max-r.min)/i;return {...r,min:r.min-n*o,max:r.max+t*o}}function My(r,e){if(r.log&&r.min>0&&r.max>r.min){let i=Math.log(r.min),o=Math.log(r.max),s=(i+o)/2,a=(o-i)/2*e;return {min:Math.exp(s-a),max:Math.exp(s+a),log:true}}let t=(r.min+r.max)/2,n=(r.max-r.min)/2*e;return {min:t-n,max:t+n,log:r.log}}function ky(r,e,t){if(t<=0)return {...r};if(r.log&&r.min>0&&r.max>r.min){let i=Math.log(r.min),o=Math.log(r.max),s=(o-i)*e/t;return {min:Math.exp(i+s),max:Math.exp(o+s),log:true}}let n=(r.max-r.min)*e/t;return {min:r.min+n,max:r.max+n,log:r.log}}function Iy(r,e,t=24){let{combinedTop:n,combinedHeight:i,combinedWeight:o,startBoundaryY:s}=r,a=Math.min(t,i/2),l=n+a,c=n+i-a,u=Math.max(l,Math.min(c,s+e))-n,h=i>0?o*(u/i):o/2;return {above:h,below:o-h}}function cL(r,e,t,n){let i=Math.max(t,r),o=Math.min(n,e);return o>i?{x:i,width:o-i}:null}var rc=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null;}render(e,t,n,i){let o=this.ctx,s=this.canvas;if(!o||!s)return;let a=t.dpr;o.setTransform(a,0,0,a,0,0),o.clearRect(0,0,s.width/a,s.height/a);let l=t.barCount;if(l===0)return;let c=t.visibleLogicalRange();Math.min(l-1,Math.ceil(c.to))<Math.max(0,Math.floor(c.from))||(this.drawHighlights(o,e,t),this.drawGrid(o,e,t,n,t.width,i));}drawHighlights(e,t,n){let i=t.sessionHighlightBands();if(i.length>0){let o=Math.max(0,n.logicalToX(-0.5)),s=Math.min(n.width,n.logicalToX(n.barCount-.5));this.drawHighlightSet(e,i,n,o,s);}this.drawHighlightSet(e,t.highlights,n,0,n.width);}drawHighlightSet(e,t,n,i,o){for(let s of t){let a=n.timeToX(s.from),l=n.timeToX(s.to),c=cL(a,l,i,o);c&&(e.fillStyle=s.color,e.fillRect(c.x,0,c.width,n.height));}}drawGrid(e,t,n,i,o,s){let a=t.orderedPanes(),{gridVert:l,gridHorz:c}=t.style,d=l.color??i.gridColor,u=c.color??i.gridColor;if(e.lineWidth=1,t.showGrid&&l.visible){e.globalAlpha=s,e.strokeStyle=d;let h=n.visibleTimeRange(),p=Ro((h.from+h.to)/2,t.timezone);e.beginPath();for(let m of Bl(h.from,h.to,8,p)){let f=Math.round(n.timeToX(m.time))+.5;f<0||f>o||(e.moveTo(f,0),e.lineTo(f,n.height));}e.stroke();}for(let h of a)if(t.showGrid&&c.visible&&!h.collapsed){e.globalAlpha=s,e.strokeStyle=u;let p=Xt(t,h);e.beginPath();for(let m of Io(h.scale,h.bounds.height,p,void 0,h.axisFormat)){let f=Math.round(n.priceToY(m.price,h.scale,h.bounds))+.5;f<h.bounds.top||f>h.bounds.top+h.bounds.height||(e.moveTo(0,f),e.lineTo(o,f));}e.stroke();}e.globalAlpha=1;}};function Ay(r,e,t,n){let{i0:i,i1:o,xOf:s,halfW:a,bottomY:l,maxH:c,maxVol:d}=t;if(!(d<=0||c<=0)){r.globalAlpha=.5;for(let u=i;u<=o;u+=1){let h=e[u],p=h?.volume;if(h==null||p==null||!(p>0))continue;let m=Math.max(1,p/d*c);r.fillStyle=h.close>=h.open?n.up:n.down,r.fillRect(s(u)-a,l-m,a*2,m);}r.globalAlpha=1;}}var Bu=.96;function dL(r){return Math.max(.5,Math.floor(r*.7)/2)}var ic=class{constructor(){this.canvas=null;this.ctx=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null;}render(e){let t=this.ctx,n=this.canvas;if(!t||!n)return;let{bars:i,data:o,visible:s,coords:a,bounds:l,fillPane:c}=e,d=a.dpr;if(t.setTransform(d,0,0,d,0,0),t.clearRect(0,0,n.width/d,n.height/d),!o||!s||i.length===0||l.height<=0)return;let u=a.visibleLogicalRange(),h=Math.max(0,Math.floor(u.from)),p=Math.min(i.length-1,Math.ceil(u.to));if(h>p)return;let m=0;for(let f=h;f<=p;f+=1){let g=i[f]?.volume;g!=null&&g>m&&(m=g);}m<=0||(t.save(),t.beginPath(),t.rect(0,l.top,a.width,l.height),t.clip(),Ay(t,i,{i0:h,i1:p,xOf:f=>a.logicalToX(f),halfW:dL(a.bodySpacing()),bottomY:l.top+l.height,maxH:l.height*(c?Bu:o.heightFrac),maxVol:m},{up:o.upColor,down:o.downColor}),t.restore());}};function Ry(r,e){return e==null?r:r==null?{...e}:{candleBodyScale:Hu(r.candleBodyScale,e.candleBodyScale),candleBodyAlpha:Hu(r.candleBodyAlpha,e.candleBodyAlpha),gridAlpha:Hu(r.gridAlpha,e.gridAlpha)}}function Hu(r,e){return r==null?e:e==null?r:Math.min(r,e)}var zu=new Map;function uL(r){zu.set(r.id,r);}function hL(r){zu.delete(r);}function $u(){return [...zu.values()]}function Dy(r,e){let t=r.map(o=>({id:o.id,key:o.ownerZ??(o.placement==="below-data"?-1/0:e)}));t.sort((o,s)=>o.key-s.key);let n=[],i=[];for(let o of t)(o.key<e?n:i).push(o.id);return {below:n,above:i}}var Oy='<svg viewBox="0 0 45 40" aria-hidden="true"><g fill="currentColor"><path d="m40.25 38 4.58-7.998L28.802 2l-16.03 28 9.16-.001 6.87-12z"/><path d="M34.525 32.002 9.33 31.997 27.655 0h-9.158L.18 31.993 4.759 40h34.347z"/></g></svg>',Fy='<svg viewBox="0 0 964 252" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M 614 94.500 L 614 189 633.500 189 L 653 189 653 94.500 L 653 0 633.500 0 L 614 0 614 94.500 M 0 97.500 L 0 189 63.023 189 L 126.045 189 125.773 170.750 L 125.500 152.500 84.250 152.239 L 43 151.978 43 78.989 L 43 6 21.500 6 L 0 6 0 97.500 M 450.387 96.451 C 421.871 146.253, 398.306 186.994, 398.020 186.987 C 397.423 186.972, 362 124.724, 362 123.691 C 362 123.316, 370.100 108.818, 380 91.472 C 389.900 74.127, 398 59.500, 398 58.968 C 398 58.380, 391.007 58, 380.210 58 L 362.420 58 348.060 83.138 C 334.400 107.052, 333.637 108.160, 332.399 105.888 C 331.682 104.575, 325.287 93.375, 318.187 81 L 305.277 58.500 287.139 58.227 C 277.162 58.078, 269 58.186, 269 58.469 C 269 58.751, 277.154 73.274, 287.120 90.741 C 297.086 108.209, 305.261 122.983, 305.287 123.574 C 305.312 124.164, 297.318 138.789, 287.522 156.074 C 277.725 173.358, 269.524 187.838, 269.296 188.250 C 269.068 188.662, 276.977 189, 286.870 189 L 304.859 189 319.163 163.959 C 331.321 142.674, 333.647 139.165, 334.670 140.563 C 335.331 141.468, 341.864 152.737, 349.186 165.606 L 362.500 189.003 402.442 188.752 L 442.384 188.500 472.080 136.695 C 488.413 108.203, 501.939 84.729, 502.138 84.531 C 502.337 84.333, 516 107.757, 532.500 136.583 L 562.500 188.994 584.750 188.997 C 596.987 188.999, 607 188.854, 607 188.675 C 607 188.319, 503.014 6.686, 502.532 6.201 C 502.369 6.037, 478.904 46.649, 450.387 96.451 M 717.500 55.017 C 697.175 57.389, 680.641 68.752, 672.036 86.264 C 665.866 98.818, 663.840 108.024, 663.840 123.500 C 663.840 133.409, 664.328 138.355, 665.892 144.300 C 672.076 167.810, 689.191 184.757, 711.529 189.489 C 730.549 193.518, 747.264 189.540, 761.282 177.648 C 764.944 174.542, 768.178 172, 768.470 172 C 769.345 172, 769.030 185.018, 767.979 192.285 C 765.618 208.613, 755.148 218.672, 738.473 220.632 C 732.586 221.324, 723.136 219.599, 717.709 216.843 C 712.693 214.295, 706.636 207.946, 703.972 202.443 C 702.789 199.999, 701.749 198, 701.661 198.001 C 700.201 198.007, 665.596 205.071, 665.230 205.437 C 664.326 206.341, 669.156 218.313, 672.607 223.721 C 682.146 238.672, 700.008 248.257, 723.500 251.033 C 758.132 255.124, 788.930 241.875, 800.287 218 C 806.923 204.047, 807 203.001, 807 126.542 L 807 58 788.500 58 L 770 58 770 66.500 C 770 71.175, 769.641 75, 769.203 75 C 768.765 75, 766.627 73.142, 764.453 70.872 C 752.805 58.708, 735.614 52.903, 717.500 55.017 M 878.500 55.031 C 850.107 59.412, 830.755 75.064, 822.285 100.500 C 819.905 107.644, 819.614 110.051, 819.565 123 C 819.501 139.581, 820.786 145.825, 826.763 158 C 832.104 168.880, 842.842 179.424, 854.077 184.822 C 867.651 191.343, 873.132 192.462, 891.500 192.462 C 909.868 192.462, 915.349 191.343, 928.923 184.822 C 944.653 177.265, 956.667 162.306, 961.710 144 C 963.074 139.048, 963.481 134.047, 963.418 123 C 963.346 110.140, 963.038 107.595, 960.694 100.500 C 953.325 78.193, 936.695 62.854, 913.500 56.969 C 904.262 54.625, 887.240 53.682, 878.500 55.031 M 134.015 102.750 C 134.027 139.250, 134.310 148.689, 135.549 153.947 C 141.139 177.663, 159.815 193, 183.105 193 C 196.453 193, 210.163 186.171, 217.936 175.650 C 219.826 173.093, 221.738 171, 222.186 171 C 222.634 171, 223 175.050, 223 180 L 223 189 242.507 189 L 262.014 189 261.757 123.750 L 261.500 58.500 242.500 58.500 L 223.500 58.500 223 99.500 C 222.513 139.406, 222.441 140.610, 220.289 144.634 C 209.729 164.377, 183.014 164.880, 174.299 145.500 C 172.677 141.895, 172.469 137.382, 172.190 99.750 L 171.880 58 152.940 58 L 134 58 134.015 102.750 M 729.932 87.998 C 719.311 89.821, 710.155 97.164, 705.141 107.880 C 702.851 112.772, 702.510 114.798, 702.505 123.521 C 702.500 132.834, 702.732 134.014, 705.787 140.218 C 709.761 148.290, 715.989 154.097, 723.853 157.063 C 731.409 159.912, 744.359 159.466, 750.795 156.136 C 767.289 147.601, 774.103 127.713, 767.019 108.780 C 761.433 93.851, 746.051 85.232, 729.932 87.998 M 883.972 88.348 C 865.749 92.310, 854.873 109.966, 858.119 130.316 C 860.933 147.963, 872.346 158.830, 889.084 159.799 C 900.714 160.472, 906.867 158.234, 914.650 150.497 C 919.856 145.323, 921.123 143.340, 922.900 137.587 C 925.412 129.456, 925.655 118.570, 923.489 111.275 C 918.479 94.405, 901.478 84.541, 883.972 88.348"/></svg>';var pL="https://luxalgo.com/vela",Ny="vela-attribution-styles",mL=`
942
942
  .vela-attribution {
943
943
  text-decoration: none;
944
944
  display: flex;
@@ -999,5 +999,5 @@ ${Hn(".vela-sd-pane")}
999
999
  [data-layout='mobile'] .vela-attribution .vela-attr-wordmark svg { height: 21px; }
1000
1000
  [data-vela-layout='mobile'] .vela-attribution:hover .vela-attr-wordmark,
1001
1001
  [data-layout='mobile'] .vela-attribution:hover .vela-attr-wordmark { transform: translateX(0); }
1002
- `;function gL(r){let e=r.getElementById(Ny);e||(e=r.createElement("style"),e.id=Ny,r.head.appendChild(e)),e.textContent=fL;}function Wu(r){return He(r)?"#ffffff":"#000000"}function Gu(r,e){let t=He(e);r.style.color=t?"#ffffff":"#000000",r.style.setProperty("--vela-attr-shadow",t?"rgba(0,0,0,0.45)":"rgba(255,255,255,0.55)");}function Vy(r,e,t){let n=r.createElement("div");return n.className="vela-attribution-custom",Object.assign(n.style,{position:"absolute",zIndex:"6",pointerEvents:"auto",display:"flex",alignItems:"center",lineHeight:"1"}),n.style.color=Wu(t),n.innerHTML=e,n}function _y(r,e){gL(r);let t=r.createElement("a");t.className="vela-attribution",t.href=mL,t.target="_blank",t.rel="noopener",t.title="Charting by Vela",t.setAttribute("aria-label","Charting by Vela"),Object.assign(t.style,{position:"absolute",zIndex:"6",pointerEvents:"auto",cursor:"pointer"}),Gu(t,e);let n=r.createElement("span");n.className="vela-attr-symbol",n.setAttribute("aria-hidden","true"),n.innerHTML=Oy;let i=r.createElement("span");return i.className="vela-attr-wordmark",i.innerHTML=Fy,t.append(n,i),t}function oc(r){if(!r||r==="transparent")return false;let e=/rgba?\(\s*[\d.]+\s*,\s*[\d.]+\s*,\s*[\d.]+\s*,\s*([\d.]+)\s*\)/.exec(r);return e?parseFloat(e[1])>.001:true}function By(r,e,t){let n=r.borderTopLeftRadius,i=parseFloat(n)||0,o=n.endsWith("%")?i/100*Math.min(e,t):i;return Math.max(0,Math.min(o,Math.min(e,t)/2))}function Uu(r,e,t,n,i,o){r.beginPath(),o>0&&typeof r.roundRect=="function"?r.roundRect(e,t,n,i,o):r.rect(e,t,n,i);}function bL(r){try{let e=r.ownerDocument.createElement("canvas");e.width=1,e.height=1;let t=e.getContext("2d");return t?(t.drawImage(r,0,0,1,1),e.toDataURL(),!0):!1}catch{return false}}function sc(r,e,t){let n=e.ownerDocument.defaultView;if(!n)return;r.save(),r.scale(t.dpr,t.dpr);let i=(c,d,u)=>{let h=c.textContent?.replace(/\s+/g," ").trim();if(!h)return;let p=c.ownerDocument.createRange();p.selectNodeContents(c);let m=p.getBoundingClientRect();m.width<=0||m.height<=0||(r.globalAlpha=u,r.fillStyle=d.color,r.font=`${d.fontStyle} ${d.fontWeight} ${d.fontSize} ${d.fontFamily}`,r.textBaseline="middle",r.textAlign="left",r.fillText(h,m.left-t.left,m.top-t.top+m.height/2));},o=(c,d,u)=>{if(!c.complete||c.naturalWidth<=0||!bL(c))return;let h=c.getBoundingClientRect();if(h.width<=0||h.height<=0)return;let p=h.left-t.left,m=h.top-t.top;r.save(),r.globalAlpha=u,Uu(r,p,m,h.width,h.height,By(d,h.width,h.height)),r.clip(),r.drawImage(c,p,m,h.width,h.height),r.restore();},s=(c,d)=>{for(let u of c.children){if(u.hasAttribute("transform"))continue;let h=u.tagName.toLowerCase();if(h==="g"){s(u,d);continue}let p=b=>parseFloat(u.getAttribute(b)??"0")||0,m=null;if(h==="path"){let b=u.getAttribute("d");b&&(m=new Path2D(b));}else if(h==="circle")m=new Path2D,m.arc(p("cx"),p("cy"),p("r"),0,Math.PI*2);else if(h==="ellipse")m=new Path2D,m.ellipse(p("cx"),p("cy"),p("rx"),p("ry"),0,0,Math.PI*2);else if(h==="rect")m=new Path2D,m.rect(p("x"),p("y"),p("width"),p("height"));else if(h==="line")m=new Path2D,m.moveTo(p("x1"),p("y1")),m.lineTo(p("x2"),p("y2"));else if(h==="polyline"||h==="polygon"){let b=(u.getAttribute("points")??"").trim().split(/[\s,]+/).map(Number);if(b.length<4||b.some(Number.isNaN))continue;m=new Path2D,m.moveTo(b[0],b[1]);for(let y=2;y+1<b.length;y+=2)m.lineTo(b[y],b[y+1]);h==="polygon"&&m.closePath();}if(!m)continue;let f=n.getComputedStyle(u);f.fill&&f.fill!=="none"&&oc(f.fill)&&(r.globalAlpha=d*(parseFloat(f.fillOpacity)||1),r.fillStyle=f.fill,r.fill(m));let g=parseFloat(f.strokeWidth)||0;f.stroke&&f.stroke!=="none"&&oc(f.stroke)&&g>0&&(r.globalAlpha=d*(parseFloat(f.strokeOpacity)||1),r.strokeStyle=f.stroke,r.lineWidth=g,(f.strokeLinecap==="round"||f.strokeLinecap==="square"||f.strokeLinecap==="butt")&&(r.lineCap=f.strokeLinecap),(f.strokeLinejoin==="round"||f.strokeLinejoin==="bevel"||f.strokeLinejoin==="miter")&&(r.lineJoin=f.strokeLinejoin),r.stroke(m));}},a=(c,d)=>{let u=c.getBoundingClientRect();if(u.width<=0||u.height<=0)return;let h=n.getComputedStyle(c);if(h.display==="none"||h.visibility==="hidden")return;let p=d*(parseFloat(h.opacity)||1);if(p<=.001)return;let m=c.viewBox.baseVal,f=m&&m.width>0?m.width:u.width,g=m&&m.height>0?m.height:u.height;r.save(),r.translate(u.left-t.left,u.top-t.top),r.scale(u.width/f,u.height/g),m&&r.translate(-m.x,-m.y),s(c,p),r.restore();},l=(c,d)=>{let u=n.getComputedStyle(c);if(u.display==="none"||u.visibility==="hidden")return;let h=d*(parseFloat(u.opacity)||1);if(h<=.001)return;let p=c.getBoundingClientRect();if(p.width>0&&p.height>0){let m=p.left-t.left,f=p.top-t.top,g=By(u,p.width,p.height);oc(u.backgroundColor)&&(r.globalAlpha=h,r.fillStyle=u.backgroundColor,Uu(r,m,f,p.width,p.height,g),r.fill());let b=parseFloat(u.borderTopWidth)||0;b>0&&u.borderTopStyle!=="none"&&oc(u.borderTopColor)&&(r.globalAlpha=h,r.strokeStyle=u.borderTopColor,r.lineWidth=b,Uu(r,m+b/2,f+b/2,p.width-b,p.height-b,Math.max(0,g-b/2)),r.stroke());}for(let m of c.childNodes)m.nodeType===3?i(m,u,h):m instanceof n.HTMLImageElement?o(m,n.getComputedStyle(m),h):m instanceof n.SVGSVGElement?a(m,h):m instanceof n.HTMLElement&&l(m,h);};e instanceof n.HTMLElement&&l(e,1),r.restore();}function Hy(r,e,t,n,i){let o=Math.max(0,e),s=Math.min(r.length-1,t);if(o>s)return null;let a=1/0,l=-1/0;for(let v=o;v<=s;v+=1){let w=r[v];w.volume!=null&&w.volume>0&&(w.low<a&&(a=w.low),w.high>l&&(l=w.high));}if(!Number.isFinite(a))return null;let c=l>a?Math.max(1,Math.round(n)):1,d=l>a?(l-a)/c:1,u=Array.from({length:c},(v,w)=>({price:a+w*d,up:0,down:0}));for(let v=o;v<=s;v+=1){let w=r[v],E=w.volume;if(!(E!=null&&E>0))continue;let x=w.close>=w.open?"up":"down",S=w.high-w.low;if(S<=0){let T=Yu(Math.floor((w.low-a)/d),c);u[T][x]+=E;continue}let P=Yu(Math.floor((w.low-a)/d),c),k=Yu(Math.floor((w.high-a)/d-1e-9),c);for(let T=P;T<=k;T+=1){let M=a+T*d,L=Math.min(w.high,M+d)-Math.max(w.low,M);L>0&&(u[T][x]+=E*L/S);}}let h=0,p=0,m=0;for(let v=0;v<c;v+=1){let w=u[v].up+u[v].down;h+=w,w>p&&(p=w,m=v);}if(p<=0)return null;let f=h*Math.min(1,Math.max(0,i)),g=m,b=m,y=p;for(;y<f&&(g>0||b<c-1);){let v=g>0?u[g-1].up+u[g-1].down:-1,w=b<c-1?u[b+1].up+u[b+1].down:-1;w>v?(b+=1,y+=w):(g-=1,y+=v);}return {rows:u,rowH:d,min:a,maxTotal:p,poc:m,vaFrom:g,vaTo:b}}function Yu(r,e){return r<0?0:r>=e?e-1:r}function zy(r,e,t,n){let{rows:i,rowH:o,maxTotal:s,poc:a,vaFrom:l,vaTo:c}=e,{rightX:d,maxW:u,yOf:h}=t;if(!(s<=0||u<=0)){for(let p=0;p<i.length;p+=1){let m=i[p],f=m.up+m.down;if(f<=0)continue;let g=h(m.price+o),b=Math.max(1,h(m.price)-g-1),y=f/s*u,v=m.up/f*y;r.globalAlpha=p>=l&&p<=c?.62:.28,v>0&&(r.fillStyle=n.upColor,r.fillRect(d-y,g,v,b)),y-v>0&&(r.fillStyle=n.downColor,r.fillRect(d-y+v,g,y-v,b));}if(n.showPoc){let p=i[a],m=h(p.price+o),f=Math.max(1,h(p.price)-m-1);r.globalAlpha=.9,r.strokeStyle=n.pocColor,r.lineWidth=1,r.strokeRect(d-u+.5,m+.5,u-1,f);}r.globalAlpha=1;}}var ac=class{constructor(){this.canvas=null;this.ctx=null;this.memoKey="";this.memo=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null,this.memoKey="",this.memo=null;}render(e){let t=this.ctx,n=this.canvas;if(!t||!n)return;let{bars:i,data:o,visible:s,coords:a,scale:l,bounds:c,theme:d}=e,u=a.dpr;if(t.setTransform(u,0,0,u,0,0),t.clearRect(0,0,n.width/u,n.height/u),!o||!s||i.length===0||c.height<=0)return;let h=a.visibleLogicalRange(),p=Math.max(0,Math.floor(h.from)),m=Math.min(i.length-1,Math.ceil(h.to));if(p>m)return;let f=i[m],g=`${p}:${m}:${i.length}:${f.high}:${f.low}:${f.close}:${f.volume??0}:${o.rows}:${o.valueAreaFrac}`;g!==this.memoKey&&(this.memoKey=g,this.memo=Hy(i,p,m,o.rows,o.valueAreaFrac));let b=this.memo;b&&(t.save(),t.beginPath(),t.rect(0,c.top,a.width,c.height),t.clip(),zy(t,b,{rightX:a.width,maxW:a.width*o.widthFrac,yOf:y=>a.priceToY(y,l,c)},{upColor:o.upColor,downColor:o.downColor,showPoc:o.showPoc,pocColor:d.textColor}),t.restore());}};var Se="price",xL=8,SL="rgba(0,0,0,0)",lc=64,CL=56,$y=26,oi=22,Ho=26,Ku=24,TL=5,EL="0 2px 8px rgba(0,0,0,0.4)",PL=12,Ky=12,Wy=lc+Ky,Xu=oi+14,LL=120,ML=2,Gy=6,kL=70,ii=80,IL=110,ju=90,AL=130,RL=.02,DL=.004,OL=.2,FL=4,zo=class{constructor(e){this.capabilities=qb;this.surfaceBackground=bt.background;this.surfaceTextColor=bt.textColor;this.toolbarGutter=0;this.mountContainer=null;this.userDrawings=null;this.backdropRenderer=new rc;this.volumeRenderer=new ic;this.extLayers=[];this.layerOrderSig="";this.attributionEl=null;this.attributionEnabled=true;this.attributionHtml=null;this.vpvrRenderer=new ac;this.resizeObserver=null;this.dprMedia=null;this.plotDeviceSize=null;this.coords=new kl;this.scene=new Fl;this.backendMode="auto";this.glowAmount=0;this.chrome=new zl;this.indicatorSlices=new tc;this.labelTooltip=null;this.crosshairLayer=new Wl;this.countdownTimer=null;this.symbolPicker=null;this.indicatorTitlesOn=true;this.indicatorValuesOn=true;this.legendActionsProvider=null;this.legendCalloutsProvider=null;this.legendOverviewAction=null;this.keyboard=null;this.keyboardEnabled=true;this.historyChordsEnabled=true;this.liveRegion=null;this.animZoom=true;this.animPan=true;this.candleUp=q;this.candleDown=X;this.introStyle="settle";this.introPlayed=false;this.introRaf=null;this.loadingEl=null;this.modelAlpha=1;this.targetBarSpacing=0;this.zoomAnchorLogical=0;this.zoomAnchorX=0;this.zoomAnchorMode="right";this.panVelocity=0;this.bars=[];this.didInitialFit=false;this.paintedData=false;this.skeletonClockMs=0;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.lastPointer=null;this.volumeActive=false;this.volumeHidden=false;this.vpvrActive=false;this.vpvrHidden=false;this.liveEaseTime=0;this.liveEaseHigh=0;this.liveEaseLow=0;this.liveEaseClose=0;this.axisDragEnabled=true;this.scaleDragHolder=null;this.scaleDragHeight=0;this.scaleDragStart=null;this.paneResizeEnabled=true;this.resizeAbove=null;this.resizeBelow=null;this.resizeSplitStart=null;this.hoverSeparatorY=null;this.maximizedPaneId=null;this.rightAxisW=lc;this.paneControls=null;this.axisScaleButtons=null;this.paneActionCbs=new Set;this.hoverLogical=null;this.settingsDialog=null;this.hiddenSettings=[];this.dialogHost=null;this.settingsButton=null;this.settingsEnabled=false;this.scrollButton=null;this.pointerNearScrollBtn=false;this.scrollTargetRO=null;this.scrollBtnBottomPx=Xu;this.scrollBtnRightPx=Wy;this.layoutMode="desktop";this.viewportCbs=new Set;this.crosshairCbs=new Set;this.chartTypeSettingsCbs=new Set;this.configChangedCbs=new Set;this.themeSelectCbs=new Set;this.factoryConfig=null;this.hostSettingsSections=[];this.clickCbs=new Set;this.axisLongPressCbs=new Set;this.inputChangeCbs=new Set;this.removeIndicatorCbs=new Set;this.toggleVisibleCbs=new Set;this.moveIndicatorCbs=new Set;this.priceStyleCbs=new Set;this.name="native";this.features=["logScale","currentPriceLine","priceLabel","countdown","upColor","downColor","glow","animZoom","animPan","intro","zoomAnchor","axisDrag","paneResize","candleZOrder","candleVisible","seriesOrder","highlights","sessionZones","gridlines","axisLabels","scaleMode","invertScale","paneScales","autoScale","timezone","keyboard","historyChords","priceStyle","priceBaseline","baselinePrice","settings","attribution","dialogHost","tradeMarkers","indicatorTitles","indicatorValues"];this.onScrollProximityMove=e=>{if(!this.scrollButton||!this.plot)return;let t=this.plot.getBoundingClientRect(),n=t.width-this.scrollBtnRightPx-Ho/2,i=t.height-this.scrollBtnBottomPx-Ho/2,o=Math.hypot(e.clientX-t.left-n,e.clientY-t.top-i)<=LL;o!==this.pointerNearScrollBtn&&(this.pointerNearScrollBtn=o,this.updateScrollToRealtimeButton());};this.onScrollProximityLeave=()=>{this.pointerNearScrollBtn&&(this.pointerNearScrollBtn=false,this.updateScrollToRealtimeButton());};this.onDprChange=()=>{this.watchDpr(),this.resize();};this.externalCross=null;this.snapMode="off";e&&(this.scene.showPriceLine=e.currentPriceLine,this.scene.logScale=e.logScale,this.backendMode=e.nativeBackend,this.animZoom=e.animZoom,this.animPan=e.animPan,this.glowAmount=e.glow,this.candleUp=e.upColor,this.candleDown=e.downColor,this.scene.priceStyle=e.priceStyle,this.scene.basePainting=ou(e.priceStyle),this.scene.candleOverride=El(e.priceStyle,this.scene.style.chartTypes)),this.theme=this.deriveTheme(bt);}applyFeature(e,t){switch(e){case "logScale":if(t&&typeof t=="object"){let n=t;this.setPaneLog(n.pane??Se,!!n.value);return}this.scene.logScale=!!t;break;case "currentPriceLine":this.scene.showPriceLine=!!t;break;case "priceLabel":this.scene.showPriceLabel=!!t;break;case "countdown":this.scene.showCountdown=!!t,this.syncCountdownTimer();break;case "upColor":this.candleUp=String(t),this.theme&&(this.theme=this.deriveTheme(this.theme));break;case "downColor":this.candleDown=String(t),this.theme&&(this.theme=this.deriveTheme(this.theme));break;case "glow":this.glowAmount=Number(t)||0,this.backend&&"glow"in this.backend&&(this.backend.glow=this.glowAmount);break;case "animZoom":this.animZoom=!!t;return;case "animPan":this.animPan=!!t;return;case "intro":{let n=t===false||t==="none"||t==="off"||t==null?"":String(t);this.introStyle=n,n&&this.playIntro(n);return}case "zoomAnchor":this.zoomAnchorMode=t==="right"?"right":"cursor",this.input&&(this.input.rightEdgeZoom=this.zoomAnchorMode==="right");return;case "axisDrag":this.axisDragEnabled=!!t,this.input&&(this.input.axisDrag=this.axisDragEnabled);return;case "paneResize":this.paneResizeEnabled=!!t,this.input&&(this.input.paneResize=this.paneResizeEnabled);return;case "candleZOrder":this.scene.candleZ=Number(t)||0;break;case "candleVisible":this.scene.candlesHidden=t===false;break;case "seriesOrder":this.applySeriesOrder(t);break;case "highlights":this.scene.highlights=BL(t);break;case "sessionZones":this.scene.sessionZones=HL(t);break;case "gridlines":this.scene.showGrid=!!t;break;case "axisLabels":this.scene.showAxisLabels=!!t;break;case "scaleMode":if(t&&typeof t=="object"){let n=t;this.setPaneScaleMode(n.pane??Se,Uy(n.mode));return}this.scene.scaleMode=Uy(t);break;case "invertScale":if(t&&typeof t=="object"){let n=t;this.setPaneInvert(n.pane??Se,!!n.value);return}this.scene.invertScale=!!t;break;case "autoScale":for(let n of this.scene.panes.values())n.manualScale=t?null:{...n.scale};break;case "timezone":this.scene.timezone=typeof t=="string"&&t?t:"UTC";break;case "priceStyle":this.setPriceStyle(zL(t)?t:"candles");break;case "priceBaseline":this.scene.baselineValue=t==null?null:Number(t);break;case "tradeMarkers":this.scene.tradeMarkers=yv(this.scene.tradeMarkers,t);break;case "keyboard":this.setKeyboardEnabled(!!t);return;case "historyChords":this.historyChordsEnabled=!!t,this.userDrawings&&(this.userDrawings.historyChords=this.historyChordsEnabled);return;case "settings":this.setSettingsEnabled(!!t);return;case "indicatorTitles":this.indicatorTitlesOn=t!==false,this.inputsUI?.setTitlesVisible(this.indicatorTitlesOn);return;case "indicatorValues":this.indicatorValuesOn=t!==false,this.inputsUI?.setValuesVisible(this.indicatorValuesOn);return;case "attribution":this.attributionHtml=typeof t=="string"&&t.trim()?t:null,this.attributionEnabled=this.attributionHtml!==null||!!t,this.rebuildAttribution();return;case "dialogHost":this.dialogHost=t instanceof HTMLElement?t:null,this.settingsDialog?.close(),this.settingsDialog=null,this.inputsUI?.setDialogHost(this.dialogHost);return;default:return}this.scheduler?.invalidate(4);}readFeature(e){switch(e){case "logScale":return this.scene.logScale;case "currentPriceLine":return this.scene.showPriceLine;case "priceLabel":return this.scene.showPriceLabel;case "countdown":return this.scene.showCountdown;case "upColor":return this.candleUp;case "downColor":return this.candleDown;case "glow":return this.glowAmount;case "animZoom":return this.animZoom;case "animPan":return this.animPan;case "intro":return this.introStyle;case "zoomAnchor":return this.zoomAnchorMode;case "axisDrag":return this.input?this.input.axisDrag:this.axisDragEnabled;case "paneResize":return this.input?this.input.paneResize:this.paneResizeEnabled;case "candleZOrder":return this.scene.candleZ;case "candleVisible":return !this.scene.candlesHidden;case "seriesOrder":return this.scene.indicatorZOrder();case "highlights":return this.scene.highlights;case "sessionZones":return this.scene.sessionZones;case "gridlines":return this.scene.showGrid;case "axisLabels":return this.scene.showAxisLabels;case "scaleMode":return this.scene.scaleMode;case "invertScale":return this.scene.invertScale;case "paneScales":return this.paneScaleInfos();case "autoScale":{let t=this.scene.orderedPanes().find(n=>n.kind==="price");return t?t.manualScale==null:true}case "timezone":return this.scene.timezone;case "priceStyle":return this.scene.priceStyle;case "priceBaseline":return this.scene.baselineValue;case "baselinePrice":{let t=this.scene.panes.get(Se);return t?this.scene.baselinePriceFor(t.scale):this.scene.baselineValue}case "tradeMarkers":return {...this.scene.tradeMarkers,colors:{...this.scene.tradeMarkers.colors}};case "keyboard":return this.keyboardEnabled;case "historyChords":return this.historyChordsEnabled;case "settings":return this.settingsEnabled;case "indicatorTitles":return this.indicatorTitlesOn;case "indicatorValues":return this.indicatorValuesOn;case "attribution":return this.attributionHtml??this.attributionEnabled;case "dialogHost":return this.dialogHost??void 0;default:return}}setNativeData(e,t){e==="volume"?(this.scene.volumeLayer=t??null,this.scheduler?.invalidate(3)):e==="vpvr"?(this.scene.vpvrLayer=t??null,this.scheduler?.invalidate(3)):e.endsWith("-pending")?(this.scene.nativePending.set(e.slice(0,-8),t??[]),this.scheduler?.invalidate(3)):(this.scene.nativeData.set(e,t),this.scheduler?.invalidate(3));}setIndicatorStatus(e,t){this.inputsUI.setStatus(e.id,t);}setLoading(e){if(!e||!this.wrapper){this.loadingEl?.remove(),this.loadingEl=null;return}if(this.loadingEl)return;let t=this.wrapper.ownerDocument,n=t.createElement("div");n.className="vela-loading",Object.assign(n.style,{position:"absolute",inset:"0",display:"flex",alignItems:"center",justifyContent:"center",gap:"7px",pointerEvents:"none"});for(let i=0;i<3;i+=1){let o=t.createElement("span");Object.assign(o.style,{width:"7px",height:"7px",borderRadius:"50%",background:this.chromeTheme().textColor,opacity:"0.15"}),o.animate([{opacity:.12},{opacity:.55}],{duration:800,iterations:1/0,direction:"alternate",easing:"ease-in-out",delay:-i*260}),n.appendChild(o);}this.wrapper.appendChild(n),this.loadingEl=n;}setPricePrecision(e){let t=typeof e=="number"&&e>0?e:void 0;t!==this.scene.priceMintick&&(this.scene.priceMintick=t,this.scheduler?.invalidate(4));}getConfig(){let e=this.scene.style,t=Object.fromEntries(Object.entries(e.chartTypes).map(([i,o])=>[i,{...o}])),n=this.theme;return {version:iu,chartTypes:t,layout:{background:n.background,textColor:n.textColor,fontFamily:n.fontFamily,fontSize:e.fontSize},grid:{vertLines:{visible:e.gridVert.visible,color:e.gridVert.color??n.gridColor},horzLines:{visible:e.gridHorz.visible,color:e.gridHorz.color??n.gridColor}},crosshair:{color:e.crosshair.color??n.textColor,width:e.crosshair.width,style:e.crosshair.style,opacity:e.crosshair.opacity,labelBackground:e.crosshair.labelBackground??n.textColor},priceScale:{mode:this.scene.scaleMode,log:this.scene.logScale,invert:this.scene.invertScale,borderColor:e.borderColor??n.borderColor,labelsVisible:this.scene.showAxisLabels,currentPriceLine:this.scene.showPriceLine,priceLabel:this.scene.showPriceLabel,countdown:this.scene.showCountdown},panes:{separatorColor:e.separatorColor??n.borderColor},trades:{visible:this.scene.tradeMarkers.visible,labels:this.scene.tradeMarkers.labels,qty:this.scene.tradeMarkers.qty,longColor:this.scene.tradeMarkers.colors.long,shortColor:this.scene.tradeMarkers.colors.short,exitColor:this.scene.tradeMarkers.colors.exit},timeScale:{timezone:this.scene.timezone},candles:{upColor:this.candleUp,downColor:this.candleDown,bodyVisible:e.candle.bodyVisible,borderVisible:e.candle.borderVisible,borderUpColor:e.candle.borderUpColor??this.candleUp,borderDownColor:e.candle.borderDownColor??this.candleDown,wickVisible:e.candle.wickVisible,wickUpColor:e.candle.wickUpColor??this.candleUp,wickDownColor:e.candle.wickDownColor??this.candleDown},bars:{upColor:e.bars.upColor??this.candleUp,downColor:e.bars.downColor??this.candleDown},line:{color:e.line.color??this.candleUp,width:e.line.width},stacking:{candles:this.scene.candleZ,series:Object.fromEntries(this.scene.indicatorZOrder().map(({id:i,z:o})=>[i,o]))},area:(()=>{let i=e.area.lineColor??this.candleUp;return {lineColor:i,width:e.area.width,topColor:e.area.topColor??i,bottomColor:e.area.bottomColor??SL}})(),baseline:(()=>{let i=e.baseline.topLineColor??Wr,o=e.baseline.bottomLineColor??Gr;return {topLineColor:i,bottomLineColor:o,topFillColor:e.baseline.topFillColor??$(i,Yt),topFillColor2:e.baseline.topFillColor2??$(i,Kt),bottomFillColor:e.baseline.bottomFillColor??$(o,Yt),bottomFillColor2:e.baseline.bottomFillColor2??$(o,Kt),width:e.baseline.width,baselineLevel:e.baseline.baselineLevel}})(),series:{style:this.scene.priceStyle,baseline:this.scene.baselineValue,spacing:this.coords.spacingScale},sessions:{premarketColor:e.sessions.premarketColor,postmarketColor:e.sessions.postmarketColor}}}applyConfig(e){let t=tv(this.getConfig(),e),n=this.scene.style;for(let[d,u]of Object.entries(t.chartTypes))if(JSON.stringify(n.chartTypes[d])!==JSON.stringify(u)){this.scene.nativeData.set(`${d}-settings`,{...u});for(let h of this.chartTypeSettingsCbs)h(d,{...u});}n.chartTypes=Object.fromEntries(Object.entries(t.chartTypes).map(([d,u])=>[d,{...u}]));let i=e&&typeof e=="object"?e.layout:void 0,o=i&&typeof i=="object"?i.textColor:void 0,s=typeof o=="string"&&o.trim().length>0,a=this.theme,l={textColor:t.layout.textColor,gridColor:a.gridColor,borderColor:a.borderColor};if(!s&&He(t.layout.textColor)===He(t.layout.background)){let d=He(t.layout.background)?bt:Mi;l={textColor:d.textColor,gridColor:d.gridColor,borderColor:d.borderColor};}this.theme={...this.theme,background:t.layout.background,textColor:l.textColor,gridColor:l.gridColor,borderColor:l.borderColor,fontFamily:t.layout.fontFamily},n.fontSize=t.layout.fontSize;let c=(d,u,h)=>d===null&&u===h?null:u;n.gridVert={visible:t.grid.vertLines.visible,color:c(n.gridVert.color,t.grid.vertLines.color,a.gridColor)},n.gridHorz={visible:t.grid.horzLines.visible,color:c(n.gridHorz.color,t.grid.horzLines.color,a.gridColor)},n.crosshair={color:t.crosshair.color,width:t.crosshair.width,style:t.crosshair.style,opacity:t.crosshair.opacity,labelBackground:t.crosshair.labelBackground},this.scene.scaleMode=t.priceScale.mode,this.scene.logScale=t.priceScale.log,this.scene.invertScale=t.priceScale.invert,n.borderColor=c(n.borderColor,t.priceScale.borderColor,a.borderColor),this.scene.showAxisLabels=t.priceScale.labelsVisible,this.scene.showPriceLine=t.priceScale.currentPriceLine,this.scene.showPriceLabel=t.priceScale.priceLabel,this.scene.showCountdown=t.priceScale.countdown,this.syncCountdownTimer(),n.separatorColor=c(n.separatorColor,t.panes.separatorColor,a.borderColor),this.scene.tradeMarkers={visible:t.trades.visible,labels:t.trades.labels,qty:t.trades.qty,colors:{long:t.trades.longColor,short:t.trades.shortColor,exit:t.trades.exitColor}},this.scene.timezone=t.timeScale.timezone,this.candleUp=t.candles.upColor,this.candleDown=t.candles.downColor,n.candle={bodyVisible:t.candles.bodyVisible,borderVisible:t.candles.borderVisible,borderUpColor:t.candles.borderUpColor,borderDownColor:t.candles.borderDownColor,wickVisible:t.candles.wickVisible,wickUpColor:t.candles.wickUpColor,wickDownColor:t.candles.wickDownColor},this.scene.candleZ=t.stacking.candles;for(let[d,u]of Object.entries(t.stacking.series))this.scene.setIndicatorZ(d,u);n.bars={upColor:t.bars.upColor,downColor:t.bars.downColor},n.line={color:t.line.color,width:t.line.width},n.area={lineColor:t.area.lineColor,width:t.area.width,topColor:t.area.topColor,bottomColor:t.area.bottomColor},n.baseline={topLineColor:t.baseline.topLineColor,bottomLineColor:t.baseline.bottomLineColor,topFillColor:t.baseline.topFillColor,topFillColor2:t.baseline.topFillColor2,bottomFillColor:t.baseline.bottomFillColor,bottomFillColor2:t.baseline.bottomFillColor2,width:t.baseline.width,baselineLevel:t.baseline.baselineLevel},n.sessions={premarketColor:t.sessions.premarketColor,postmarketColor:t.sessions.postmarketColor},this.setPriceStyle(t.series.style),this.scene.candleOverride=El(this.scene.priceStyle,n.chartTypes),this.scene.baselineValue=t.series.baseline,this.coords.setPitchScale(t.series.spacing),this.coords.setViewport(this.clampViewport(this.coords.getViewport().barSpacing,this.coords.getViewport().rightOffset)),this.targetBarSpacing=this.coords.getViewport().barSpacing,this.theme=this.deriveTheme(this.theme),this.wrapper&&(fe(this.wrapper,this.chromeTheme()),this.applyBackground()),this.inputsUI?.setTheme(this.theme),this.paneControls?.setTheme(this.theme),this.axisScaleButtons?.setTheme(this.theme),this.userDrawings?.setTheme(this.chromeTheme()),this.refreshScrollButtonTheme(),this.refreshAttributionColor(),this.scheduler?.invalidate(4);for(let d of this.configChangedCbs)d();}applySeriesOrder(e){if(!e||typeof e!="object")return;let t=e;typeof t.id=="string"&&(typeof t.z=="number"?this.scene.setIndicatorZ(t.id,t.z):t.to==="front"?this.scene.bringIndicatorToFront(t.id):t.to==="back"&&this.scene.sendIndicatorToBack(t.id));}setSettingsEnabled(e){this.settingsEnabled=e,e?(this.plot&&!this.settingsButton&&(this.settingsButton=this.makeSettingsButton(),this.plot.appendChild(this.settingsButton)),this.settingsButton&&(this.settingsButton.style.display="flex"),this.plot&&!this.settingsDialog&&(this.settingsDialog=new Do(this.dialogHost??this.plot,this.theme))):(this.settingsButton?.style.setProperty("display","none"),this.settingsDialog?.close());}makeSettingsButton(){let e=document.createElement("button");return e.type="button",e.title="Chart settings",e.innerHTML=ce("gear",14),Object.assign(e.style,{position:"absolute",bottom:`${oi+10}px`,right:`${lc+10}px`,zIndex:"6",width:"26px",height:"26px",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",borderRadius:"50%",border:`1px solid ${this.theme.borderColor}`,background:this.theme.background,color:this.theme.textColor,fontSize:"14px",lineHeight:"1",opacity:"0.75",pointerEvents:"auto",padding:"0"}),e.addEventListener("mouseenter",()=>e.style.opacity="1"),e.addEventListener("mouseleave",()=>e.style.opacity="0.75"),e.addEventListener("click",()=>this.toggleSettingsDialog()),e}openSettingsDialog(e){!this.settingsDialog&&this.plot&&(this.settingsDialog=new Do(this.dialogHost??this.plot,this.theme),this.settingsDialog.setLayoutMode(this.layoutMode)),this.toggleSettingsDialog(e);}syncThemeControl(){this.settingsDialog?.setThemeControl(He(this.surfaceBackground)?"dark":"light",e=>{for(let t of this.themeSelectCbs)t(e);});}toggleSettingsDialog(e){if(this.settingsDialog){if(e!==void 0&&this.settingsDialog.isOpen()){this.settingsDialog.showSection(e);return}this.settingsDialog.setTheme(this.theme),this.settingsDialog.setHostSections(this.hostSettingsSections),this.settingsDialog.setHiddenSettings(this.hiddenSettings),this.syncThemeControl(),this.settingsDialog.toggle(this.getConfig(),t=>this.applyConfig(t),t=>this.applyConfig(t),()=>{this.factoryConfig&&this.applyConfig(ev(this.factoryConfig)),this.settingsDialog?.close(),this.openSettingsDialog();},e);}}closeDialogs(){this.inputsUI?.closeOpenDialog(),this.settingsDialog?.close();}makeScrollToRealtimeButton(){let e=document.createElement("button");return e.type="button",e.title="Scroll to most recent bar (Alt+Shift+\u2192)",e.setAttribute("aria-label","Scroll to most recent bar"),e.innerHTML=this.scrollButtonIcon(),Object.assign(e.style,{position:"absolute",bottom:`${Xu}px`,right:`${Wy}px`,zIndex:"6",width:`${Ho}px`,height:`${Ho}px`,boxSizing:"border-box",display:"none",alignItems:"center",justifyContent:"center",cursor:"pointer",borderRadius:`${TL}px`,border:`1px solid ${this.theme.borderColor}`,boxShadow:EL,background:this.scrollButtonSurface(),color:this.theme.textColor,lineHeight:"0",opacity:"0.85",pointerEvents:"auto",padding:"0"}),e.addEventListener("mouseenter",()=>e.style.opacity="1"),e.addEventListener("mouseleave",()=>e.style.opacity="0.85"),e.addEventListener("click",()=>this.scrollToRealtime()),e}scrollButtonIcon(){return ce("chevrons-right",PL)}scrollButtonSurface(){return $(this.theme.background,.5)}refreshScrollButtonTheme(){this.scrollButton&&(this.scrollButton.style.background=this.scrollButtonSurface(),this.scrollButton.style.color=this.theme.textColor,this.scrollButton.style.borderColor=this.theme.borderColor);}updateScrollToRealtimeButton(){let e=this.scrollButton;if(!e)return;let t=this.coords.barCount>0&&this.coords.getViewport().rightOffset<0;if(this.layoutMode==="mobile"){e.style.display=t?"flex":"none";return}e.style.display=t&&this.pointerNearScrollBtn?"flex":"none";}scrollToRealtime(){this.coords.barCount!==0&&this.glideRightOffset(Gy);}glideRightOffset(e){let t=this.coords.getViewport();if(!this.animPan){this.applyViewport({barSpacing:t.barSpacing,rightOffset:e});return}this.panVelocity=0,this.targetBarSpacing=t.barSpacing,this.scrollTargetRO=e,this.animator.start();}screenshot(){if(!this.dataCanvas)return null;this.computeScales(),this.paintData();let e=document.createElement("canvas");e.width=this.dataCanvas.width,e.height=this.dataCanvas.height;let t=e.getContext("2d");if(!t)return null;t.fillStyle=this.theme.background,t.fillRect(0,0,e.width,e.height);let n=this.plot?.getBoundingClientRect(),i=n&&n.width>0?{left:n.left,top:n.top,dpr:e.width/n.width}:null,o=[...this.mountContainer?.querySelectorAll("[data-vela-screenshot]")??[]];if(i)for(let s of o)s.getAttribute("data-vela-screenshot")==="under"&&sc(t,s,i);for(let s of [...this.canvasPile(),this.chromeCanvas,this.drawingsCanvas])s&&s.width>0&&s.height>0&&t.drawImage(s,0,0);if(i){for(let s of this.plot?.querySelectorAll("[data-vela-pane]")??[])sc(t,s,i);for(let s of o)s.getAttribute("data-vela-screenshot")!=="under"&&sc(t,s,i);}return e.toDataURL("image/png")}playIntro(e){this.introRaf!=null&&cancelAnimationFrame(this.introRaf),this.introRaf=null;let t=this.bars,n=t.length;if(n===0)return;this.computeScales();for(let a of this.scene.panes.values())a.scale={...a.scaleTarget};this.modelAlpha=0;let i=650,o=performance.now(),s=a=>{let l=Math.min(1,(a-o)/i);this.scene.bars=l>=1?t:t.map((c,d)=>this.revealCandle(c,d,l,n,e)),this.paintData(),l<1?this.introRaf=requestAnimationFrame(s):(this.scene.bars=t,this.fadeInModels());};this.introRaf=requestAnimationFrame(s);}fadeInModels(){let t=performance.now(),n=i=>{this.modelAlpha=Math.min(1,(i-t)/350),this.paintData(),this.modelAlpha<1?this.introRaf=requestAnimationFrame(n):(this.modelAlpha=1,this.introRaf=null);};this.introRaf=requestAnimationFrame(n);}revealCandle(e,t,n,i,o){let a=Math.max(0,Math.min(1,(n-t/Math.max(1,i-1)*.55)/.44999999999999996)),l;if(o==="settle"){let u=a-1;l=1+(1.70158+1)*u*u*u+1.70158*u*u;}else {let d=1-a;l=1-d*d*d;}let c=e.open;return {...e,high:c+(e.high-c)*l,low:c+(e.low-c)*l,close:c+(e.close-c)*l}}deriveTheme(e){return {...e,upColor:this.candleUp,downColor:this.candleDown}}chromeTheme(){return {...this.theme,background:this.surfaceBackground,textColor:this.surfaceTextColor,borderColor:He(this.surfaceBackground)?bt.borderColor:Mi.borderColor}}axisSurface(){return {background:this.theme.background,textColor:this.theme.textColor}}mount(e,t){this.mountContainer=e,this.publishGutters(),this.theme=this.deriveTheme(t),this.surfaceBackground=t.background,this.surfaceTextColor=t.textColor,this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"relative",width:"100%",height:"100%",overflow:"hidden",cursor:"crosshair",userSelect:"none",webkitUserSelect:"none"}),fe(this.wrapper,this.chromeTheme()),this.backdropCanvas=document.createElement("canvas"),Object.assign(this.backdropCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.volumeCanvas=document.createElement("canvas"),Object.assign(this.volumeCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.dataCanvas=this.createGeometryBackend(),this.vpvrCanvas=document.createElement("canvas"),Object.assign(this.vpvrCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.chromeCanvas=document.createElement("canvas"),Object.assign(this.chromeCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.drawingsCanvas=document.createElement("canvas"),Object.assign(this.drawingsCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.cursorCanvas=document.createElement("canvas"),Object.assign(this.cursorCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.overlayRoot=document.createElement("div"),Object.assign(this.overlayRoot.style,{position:"absolute",inset:"0",pointerEvents:"none"}),this.plot=document.createElement("div"),Object.assign(this.plot.style,{position:"absolute",top:"0",right:"0",bottom:"0",left:"0"}),this.extLayers=$u().map(o=>{let s=document.createElement("canvas");return Object.assign(s.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),{def:o,instance:o.create(),canvas:s}});let n=this.extLayers.filter(o=>o.def.placement==="below-data").map(o=>o.canvas),i=this.extLayers.filter(o=>o.def.placement!=="below-data").map(o=>o.canvas);this.plot.append(this.backdropCanvas,...n,this.dataCanvas,this.volumeCanvas,this.vpvrCanvas,...i,this.chromeCanvas,this.drawingsCanvas,this.cursorCanvas,this.overlayRoot),this.layerOrderSig="",this.wrapper.appendChild(this.plot),this.factoryConfig=this.getConfig(),this.attributionEl=this.buildAttributionEl(),this.attributionEnabled||(this.attributionEl.style.display="none"),this.positionAttribution(),this.wrapper.appendChild(this.attributionEl),e.appendChild(this.wrapper),this.applyBackground(),this.backdropRenderer.mount(this.backdropCanvas),this.volumeRenderer.mount(this.volumeCanvas),this.vpvrRenderer.mount(this.vpvrCanvas);for(let o of this.extLayers)o.instance.mount(o.canvas);this.chrome.mount(this.chromeCanvas),this.crosshairLayer.mount(this.cursorCanvas),this.coords.setViewport(Eo()),this.scene.ensurePane(Se,"price",0,3),this.scheduler=new Il(o=>this.renderFrame(o)),this.animator=new Al(o=>this.animTick(o)),this.targetBarSpacing=this.coords.getViewport().barSpacing,this.input=new Rl({getCoords:()=>this.coords,apply:o=>this.applyViewport(o),zoomTo:(o,s,a)=>this.zoomTo(o,s,a),fling:o=>this.fling(o),onPointerMove:(o,s)=>this.handlePointerMove(o,s),onClick:o=>this.handleClick(o),onAxisLongPress:(o,s,a)=>{for(let l of this.axisLongPressCbs)l({axis:o,x:s,y:a});},beginPriceScale:(o,s)=>this.beginPriceScale(o,s),priceScaleBy:o=>this.priceScaleBy(o),beginPricePan:o=>this.beginPricePan(o),pricePanBy:o=>this.pricePanBy(o),resetPriceScale:(o,s)=>this.resetPriceScale(o,s),dataDblClick:(o,s)=>this.dataDblClick(o,s),paneSeparatorAt:o=>this.paneSeparatorAt(o),beginPaneResize:o=>this.beginPaneResize(o),paneResizeBy:o=>this.paneResizeBy(o),resetPaneSize:o=>this.resetPaneSize(o),resetView:()=>this.resetView(),drawingsClaim:(o,s)=>this.userDrawings?.claim(o,s)??false,drawingsMeasureStart:(o,s,a)=>this.userDrawings?.beginMeasureAt(o,s,a)??false,drawingsDeleteAt:(o,s)=>this.userDrawings?.deleteAt(o,s)??false,drawingsCancelPlacement:()=>this.userDrawings?.cancelPlacement()??false,drawingsSnapMode:()=>this.snapMode,drawingsPointerDown:(o,s,a,l)=>this.userDrawings?.pointerDown(o,s,a,l),drawingsPointerMove:(o,s,a,l)=>this.userDrawings?.pointerMove(o,s,a,l),drawingsPointerUp:(o,s,a)=>this.userDrawings?.pointerUp(o,s,a),drawingsCursor:(o,s)=>this.userDrawings?.cursorAt(o,s)??null,drawingsDblClick:(o,s)=>this.userDrawings?.dblClick(o,s)??false,drawingsClearTransient:()=>this.userDrawings?.clearTransient()}),this.input.rightEdgeZoom=this.zoomAnchorMode==="right",this.input.axisDrag=this.axisDragEnabled,this.input.paneResize=this.paneResizeEnabled,this.input.attach(this.dataCanvas),this.settingsEnabled&&this.setSettingsEnabled(true),this.syncCountdownTimer(),this.scrollButton=this.makeScrollToRealtimeButton(),this.plot.appendChild(this.scrollButton),this.plot.addEventListener("pointermove",this.onScrollProximityMove),this.plot.addEventListener("pointerleave",this.onScrollProximityLeave),this.labelTooltip=new $l(this.plot,{theme:()=>this.chromeTheme(),lookup:(o,s)=>this.indicatorSlices.labelTooltipAt(o,s)}),this.userDrawings=new Ql(this.wrapper,this.plot,this.drawingsCanvas,{projector:()=>this.drawingProjector(),dpr:()=>this.coords.dpr,theme:()=>this.theme,requestScaleUpdate:()=>this.scheduler.invalidate(3),seriesBoundaries:o=>this.scene.seriesBoundaries(o),priceZ:o=>o===Se?this.scene.candleZ:null,requestDataPaint:()=>this.scheduler.invalidate(3),seriesLook:()=>{let o=this.scene.style,s=Ur(o.candle,this.scene.candleOverride,this.theme.upColor,this.theme.downColor),a=o.bars.upColor??this.theme.upColor,l=o.bars.downColor??this.theme.downColor,c=this.scene.priceStyle;return {style:c,upColor:c==="bars"?a:s.up,downColor:c==="bars"?l:s.down,lineColor:c==="area"?o.area.lineColor??this.theme.upColor:o.line.color??this.theme.upColor}},chartBarMs:()=>this.coords.barInterval,snap:(o,s,a,l)=>this.snapToCandle(o,s,a,l),setSnapMode:o=>this.setSnapMode(o),setToolbarGutter:o=>this.setToolbarGutter(o)}),this.userDrawings.historyChords=this.historyChordsEnabled,this.layoutMode==="mobile"&&(this.mountContainer?.setAttribute("data-vela-layout",this.layoutMode),this.userDrawings.setLayoutMode(this.layoutMode),this.scrollButton&&(this.scrollButton.style.width=`${Ku}px`,this.scrollButton.style.height=`${Ku}px`)),this.keyboard=new Dl({panByBars:o=>this.panByBars(o),zoomByStep:o=>this.zoomByStep(o),stepCrosshair:o=>this.stepCrosshair(o),jumpToEdge:o=>this.focusBar(o==="first"?0:this.coords.barCount-1),resetView:()=>this.resetView(),scrollToRealtime:()=>this.scrollToRealtime(),clearCrosshair:()=>this.handlePointerMove(null,null),preempt:o=>this.userDrawings?.handleKey(o)??false}),this.setKeyboardEnabled(this.keyboardEnabled),this.inputsUI=new xl(this.plot,t,o=>this.paneBoundsFor(o)),this.inputsUI.setLayoutMode(this.layoutMode),this.inputsUI.setTitlesVisible(this.indicatorTitlesOn),this.inputsUI.setValuesVisible(this.indicatorValuesOn),this.inputsUI.setDialogHost(this.dialogHost),this.inputsUI.setSymbolPicker(this.symbolPicker),this.inputsUI.setLegendActions(this.legendActionsProvider),this.inputsUI.setLegendCallouts(this.legendCalloutsProvider),this.inputsUI.setLegendOverviewAction(this.legendOverviewAction),this.inputsUI.setOnChange(o=>{for(let s of this.inputChangeCbs)s({indicatorId:o.indicatorId,key:o.key,value:o.value,...o.kind?{kind:o.kind}:{}});}),this.inputsUI.setOnRemove(o=>{for(let s of this.removeIndicatorCbs)s(o);}),this.inputsUI.setOnToggleVisible((o,s)=>{for(let a of this.toggleVisibleCbs)a(o,s);}),this.inputsUI.setMoveApi({panes:()=>this.scene.orderedPanes().map((o,s)=>({id:o.id,kind:o.kind,label:o.kind==="price"?"Main chart":this.paneMasterTitle(o.id)??`Pane ${s}`,top:o.bounds.top,height:o.bounds.height})),move:(o,s)=>{for(let a of this.moveIndicatorCbs)a(o,s);}}),this.paneControls=new Sl(this.plot,t,{panes:()=>this.paneControlViews(),rightAxis:()=>this.rightAxisW,onMove:(o,s)=>this.movePaneLocal(o,s),onToggleCollapse:o=>{let s=this.scene.panes.get(o);if(!s)return;let a=!s.collapsed;s.collapsed=a,this.afterPaneLayoutChange(),this.emitPaneAction({type:"collapse",paneId:o,collapsed:a});},onToggleMaximize:o=>{let s=this.maximizedPaneId!==o;this.maximizedPaneId=s?o:null,this.afterPaneLayoutChange(),this.emitPaneAction({type:"maximize",paneId:o,maximized:s});}}),this.paneControls.setSuspended(this.layoutMode==="mobile"),this.axisScaleButtons=new Cl(this.plot,t,{panes:()=>this.axisScaleViews(),rightAxis:()=>this.rightAxisW,onToggleAuto:o=>this.togglePaneAuto(o),onToggleLog:o=>{let s=this.scene.panes.get(o);s&&this.setPaneLog(o,!jr(this.scene,s));}}),this.resizeObserver=new ResizeObserver(o=>{for(let s of o){if(s.target!==this.plot)continue;let a=s.devicePixelContentBoxSize?.[0];a&&(this.plotDeviceSize={width:a.inlineSize,height:a.blockSize});}this.resize();}),this.resizeObserver.observe(this.wrapper);try{this.resizeObserver.observe(this.plot,{box:"device-pixel-content-box"});}catch{}this.watchDpr(),this.syncSize();}makeDataCanvas(){let e=document.createElement("canvas");return Object.assign(e.style,{position:"absolute",inset:"0",width:"100%",height:"100%"}),e}createGeometryBackend(){if((this.backendMode==="auto"||this.backendMode==="webgl2")&&Zb()){let n=this.makeDataCanvas(),i=new Ml;if(i.glow=this.glowAmount,i.onNeedsRedraw=()=>this.scheduler?.invalidate(4),i.onContextFailed=()=>this.swapToCanvas2dFallback(),i.mount(n),i.ok)return this.backend=i,n;i.destroy();}let e=this.makeDataCanvas(),t=new Po;return t.mount(e),this.backend=t,e}swapToCanvas2dFallback(){if(this.backend.kind==="canvas2d")return;let e=this.dataCanvas;this.input?.detach(),this.backend.destroy();let t=this.makeDataCanvas(),n=new Po;n.mount(t),this.backend=n,e.replaceWith(t),this.dataCanvas=t,this.input?.attach(t),this.syncSize();}watchDpr(){typeof window.matchMedia=="function"&&(this.dprMedia?.removeEventListener("change",this.onDprChange),this.dprMedia=window.matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`),this.dprMedia.addEventListener("change",this.onDprChange,{once:true}));}setTheme(e){this.theme=this.deriveTheme(e),this.surfaceBackground=e.background,this.surfaceTextColor=e.textColor,this.wrapper&&fe(this.wrapper,this.chromeTheme()),this.applyBackground(),this.inputsUI.setTheme(e),this.paneControls?.setTheme(this.theme),this.axisScaleButtons?.setTheme(this.theme),this.settingsDialog?.refreshConfig(this.getConfig()),this.syncThemeControl(),this.settingsDialog?.setTheme(this.theme),this.settingsButton&&(this.settingsButton.style.background=this.theme.background,this.settingsButton.style.color=this.theme.textColor,this.settingsButton.style.borderColor=this.theme.borderColor),this.refreshScrollButtonTheme(),this.userDrawings?.setTheme(this.chromeTheme()),this.refreshAttributionColor(),this.scheduler.invalidate(4);}resize(){this.syncSize();}syncCountdownTimer(){this.scene.showCountdown?this.countdownTimer==null&&(this.countdownTimer=setInterval(()=>{this.scene.showCountdown&&this.scene.bars.length>0&&this.scheduler?.invalidate(2);},1e3)):this.countdownTimer!=null&&(clearInterval(this.countdownTimer),this.countdownTimer=null);}destroy(){this.introRaf!=null&&cancelAnimationFrame(this.introRaf),this.loadingEl?.remove(),this.loadingEl=null,this.countdownTimer!=null&&(clearInterval(this.countdownTimer),this.countdownTimer=null),this.scheduler?.destroy(),this.animator?.stop(),this.input?.detach(),this.keyboard?.detach(),this.keyboard=null,this.liveRegion=null,this.inputsUI?.destroy(),this.paneControls?.destroy(),this.axisScaleButtons?.destroy(),this.resizeObserver?.disconnect(),this.resizeObserver=null,this.dprMedia?.removeEventListener("change",this.onDprChange),this.dprMedia=null,this.userDrawings?.destroy(),this.userDrawings=null,this.settingsDialog?.destroy(),this.settingsDialog=null,this.settingsButton?.remove(),this.settingsButton=null,this.plot?.removeEventListener("pointermove",this.onScrollProximityMove),this.plot?.removeEventListener("pointerleave",this.onScrollProximityLeave),this.labelTooltip?.destroy(),this.labelTooltip=null,this.scrollButton?.remove(),this.scrollButton=null;for(let e of this.extLayers)e.instance.destroy?.();this.extLayers=[],this.backdropRenderer.destroy(),this.volumeRenderer.destroy(),this.vpvrRenderer.destroy(),this.backend.destroy(),this.chrome.destroy(),this.crosshairLayer.destroy(),this.attributionEl?.remove(),this.attributionEl=null,this.mountContainer?.style.removeProperty("--vela-toolbar-gutter"),this.mountContainer?.style.removeProperty("--vela-scale-gutter"),this.mountContainer?.style.removeProperty("--vela-bottom-gutter"),this.mountContainer?.style.removeProperty("--vela-price-pane-top"),this.mountContainer?.style.removeProperty("--vela-price-pane-bottom"),this.mountContainer=null,this.wrapper?.remove();}setBars(e,t){this.introRaf!=null&&(cancelAnimationFrame(this.introRaf),this.introRaf=null,this.modelAlpha=1),this.liveEaseTime=0;let n=this.bars,i=n[0]?.time;this.bars=$L(e),this.scene.bars=this.bars,this.coords.setBars(this.bars.map(s=>s.time));for(let s of this.scene.indicators.values())this.refreshAnchorOffset(s);if(t?.preserveView===true&&i!=null&&this.bars.length>0){let s=this.bars[0].time,a=0;if(s!==i){let l=this.bars.findIndex(c=>c.time===i);if(l>0)a=l;else {let c=n.findIndex(d=>d.time===s);c>0&&(a=-c);}}a!==0&&(this.zoomAnchorLogical+=a,this.hoverLogical!=null&&(this.hoverLogical+=a));}let o=t?.preserveView===true&&this.didInitialFit;if(this.coords.width>0&&!o&&(this.didInitialFit?this.reframeKeepZoom():this.fitContent(),this.didInitialFit=true),!this.introPlayed&&this.bars.length>0&&(this.introPlayed=true,this.introStyle)){this.playIntro(this.introStyle);return}this.scheduler.invalidate(4);}updateBar(e){let t=this.bars.length,n=this.bars[t-1];if(n&&e.time===n.time)this.bars[t-1]=e,this.liveEaseTime!==e.time&&this.syncLiveEase(e),this.animator.start();else if(!n||e.time>n.time)this.bars.push(e),this.syncLiveEase(e),this.coords.barInterval>0?this.coords.appendBar(e.time):this.coords.setBars(this.bars.map(i=>i.time));else return;this.scene.bars=this.bars,this.scheduler.invalidate(4);}syncLiveEase(e){this.liveEaseTime=e.time,this.liveEaseHigh=e.high,this.liveEaseLow=e.low,this.liveEaseClose=e.close;}easeLiveBar(e){let t=this.bars[this.bars.length-1];if(!t||this.liveEaseTime!==t.time)return false;let n=Math.max(1e-9,Math.abs(t.close)*1e-6),i=Xe(this.liveEaseHigh,t.high,e,ju),o=Xe(this.liveEaseLow,t.low,e,ju),s=Xe(this.liveEaseClose,t.close,e,ju),a=Math.abs(i-t.high)>n||Math.abs(o-t.low)>n||Math.abs(s-t.close)>n;return this.liveEaseHigh=a?i:t.high,this.liveEaseLow=a?o:t.low,this.liveEaseClose=a?s:t.close,a}ensurePane(e){this.scene.ensurePane(e.id,e.kind,e.order,e.heightWeight??(e.kind==="price"?3:1)),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}removePane(e){e!==Se&&(this.scene.removePane(e),this.maximizedPaneId===e&&(this.maximizedPaneId=null),this.refreshAxisWidth(),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}setIndicatorPane(e,t,n){let i=this.scene.indicators.get(e.id);i&&(i.paneId=t,i.ownScale=n?.ownScale===true,i.ownScale||this.scene.dropIndicatorScale(e.id),this.inputsUI.setPane(e.id,t),this.refreshAnchorOffset(i),this.refreshAxisWidth(),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}orderPanes(e){this.scene.orderPanes(e),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}setPaneCollapsed(e,t){let n=this.scene.panes.get(e);!n||n.collapsed===t||(n.collapsed=t,this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}setPaneMaximized(e){e!==null&&!this.scene.panes.has(e)&&(e=null),this.maximizedPaneId=e,this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}onPaneAction(e){return this.paneActionCbs.add(e),()=>this.paneActionCbs.delete(e)}emitPaneAction(e){for(let t of this.paneActionCbs)t(e);}onMoveIndicator(e){return this.moveIndicatorCbs.add(e),()=>this.moveIndicatorCbs.delete(e)}maxOwnScaleColumns(){let e=0;for(let t of this.scene.panes.values()){let n=this.scene.ownScaleIndicatorsForPane(t.id).length;n>e&&(e=n);}return e}refreshAxisWidth(){let e=lc+CL*this.maxOwnScaleColumns();return e===this.rightAxisW?false:(this.rightAxisW=e,this.publishGutters(),this.coords.width>0&&this.syncSize(),true)}refreshAnchorOffset(e){let t=e.anchorTime;if(t==null||this.bars.length===0){this.scene.setAnchorOffset(e.id,0);return}let n=this.bars[0].time;if(t===n){this.scene.setAnchorOffset(e.id,0);return}if(t<n){let a=NL(e,n);if(a==null){console.warn(`[vela] indicator "${e.id}" starts before the first bar with no series to align on \u2014 rendering unanchored`),this.scene.setAnchorOffset(e.id,0);return}this.scene.setAnchorOffset(e.id,-a);return}let i=0,o=this.bars.length-1,s=this.bars.length;for(;i<=o;){let a=i+o>>1;this.bars[a].time>=t?(s=a,o=a-1):i=a+1;}if(s>=this.bars.length||this.bars[s].time!==t){console.warn(`[vela] indicator "${e.id}" anchorTime matches no chart bar \u2014 rendering unanchored`),this.scene.setAnchorOffset(e.id,0);return}this.scene.setAnchorOffset(e.id,s);}mountIndicator(e){return this.scene.indicators.set(e.id,e),this.refreshAnchorOffset(e),e.native&&this.extLayers.some(t=>t.def.id===e.native.type)?this.scene.assignIndicatorZTop(e.id):this.scene.assignIndicatorZ(e.id),this.inputsUI.upsert(e.id,e.shorttitle??e.title,e.inputs,e.inputValues,e.paneId,{native:!!e.native,...e.props?{props:e.props,propValues:e.propValues??{}}:{}}),e.native?.type==="volume"?(this.volumeActive=true,this.volumeHidden=false):e.native?.type==="vpvr"&&(this.vpvrActive=true,this.vpvrHidden=false),e.ownScale&&this.refreshAxisWidth(),this.paneControls?.refresh(),this.scheduler.invalidate(4),{id:e.id}}updateIndicator(e,t){let n=this.scene.indicators.get(e.id);if(n){if(t.kind==="value"&&t.anchorTime!==void 0){let i=t.anchorTime??void 0;i!==n.anchorTime&&(n.anchorTime=i,this.refreshAnchorOffset(n));}VL(n,t),this.scheduler.invalidate(3);}}removeIndicator(e){let t=this.scene.indicators.get(e.id)?.native?.type;t==="volume"?(this.volumeActive=false,this.volumeHidden=false,this.scene.volumeLayer=null):t==="vpvr"&&(this.vpvrActive=false,this.vpvrHidden=false,this.scene.vpvrLayer=null),this.scene.indicators.delete(e.id),this.scene.forgetIndicatorZ(e.id),this.scene.forgetAnchorOffset(e.id),this.scene.dropIndicatorScale(e.id),this.inputsUI.remove(e.id),this.refreshAxisWidth(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}setIndicatorInputs(e,t,n){this.inputsUI.setValues(e.id,t,n);}setSymbolPicker(e){this.symbolPicker=e,this.inputsUI?.setSymbolPicker(e);}setLegendActions(e){this.legendActionsProvider=e,this.inputsUI?.setLegendActions(e);}setLegendCallouts(e){this.legendCalloutsProvider=e,this.inputsUI?.setLegendCallouts(e);}setLegendOverviewAction(e){this.legendOverviewAction=e,this.inputsUI?.setLegendOverviewAction(e);}openIndicatorSettings(e){this.inputsUI?.openSettingsFor(e);}setIndicatorVisible(e,t){let n=this.scene.indicators.get(e.id)?.native?.type;if(n==="volume"||n==="vpvr"){n==="volume"?this.volumeHidden=!t:this.vpvrHidden=!t,this.inputsUI.setVisible(e.id,t),this.scheduler.invalidate(4);return}t||this.scene.indicators.delete(e.id),this.inputsUI.setVisible(e.id,t),this.scheduler.invalidate(4);}onInputChange(e){return this.inputChangeCbs.add(e),()=>this.inputChangeCbs.delete(e)}onToggleIndicatorVisible(e){return this.toggleVisibleCbs.add(e),()=>this.toggleVisibleCbs.delete(e)}onPriceStyleChange(e){return this.priceStyleCbs.add(e),()=>this.priceStyleCbs.delete(e)}setPriceStyle(e){if(e!==this.scene.priceStyle){this.scene.priceStyle=e,this.scene.basePainting=ou(e),this.scene.candleOverride=El(e,this.scene.style.chartTypes);for(let t of this.priceStyleCbs)t(e);}}onRemoveIndicator(e){return this.removeIndicatorCbs.add(e),()=>this.removeIndicatorCbs.delete(e)}setLayoutMode(e){if(e!==this.layoutMode){if(this.layoutMode=e,this.mountContainer?.setAttribute("data-vela-layout",e),this.userDrawings?.setLayoutMode(e),this.settingsDialog?.setLayoutMode(e),this.inputsUI?.setLayoutMode(e),this.paneControls?.setSuspended(e==="mobile"),this.scrollButton){let t=e==="mobile"?Ku:Ho;this.scrollButton.style.width=`${t}px`,this.scrollButton.style.height=`${t}px`;}this.updateScrollToRealtimeButton();}}setSettingsSections(e){this.hostSettingsSections=e,this.settingsDialog?.setHostSections(e);}setSettingsVisibility(e){this.hiddenSettings=[...e.hidden??[]],this.settingsDialog?.setHiddenSettings(this.hiddenSettings);}listSettingsIds(){return Wv(this.hostSettingsSections)}onChartTypeSettingsChange(e){return this.chartTypeSettingsCbs.add(e),()=>this.chartTypeSettingsCbs.delete(e)}onConfigChanged(e){return this.configChangedCbs.add(e),()=>this.configChangedCbs.delete(e)}onThemeSelect(e){return this.themeSelectCbs.add(e),()=>this.themeSelectCbs.delete(e)}onCrosshairMove(e){return this.crosshairCbs.add(e),()=>this.crosshairCbs.delete(e)}onClick(e){return this.clickCbs.add(e),()=>this.clickCbs.delete(e)}onAxisLongPress(e){return this.axisLongPressCbs.add(e),()=>this.axisLongPressCbs.delete(e)}onViewportChange(e){return this.viewportCbs.add(e),()=>this.viewportCbs.delete(e)}getVisibleRange(){let e=this.coords.barCount;if(e===0||this.coords.width===0)return null;let t=this.coords.visibleLogicalRange(),n=Math.max(0,Math.ceil(t.from)),i=Math.min(e-1,Math.floor(t.to));return i<n?null:{from:this.coords.logicalToTime(n),to:this.coords.logicalToTime(i)}}setVisibleRange(e){let t=this.coords.timeToLogical(e.from),n=this.coords.timeToLogical(e.to),i=Math.max(1e-6,n-t),o=Mt(this.coords.width/(i*this.coords.spacingScale)),s=n-(this.coords.barCount-1);this.applyViewport({barSpacing:o,rightOffset:s});}panBy(e){if(this.coords.barCount===0||this.coords.width===0)return;let t=this.coords.getViewport(),n=this.coords.width/this.coords.pxPerBar(),i=this.scrollTargetRO??t.rightOffset;this.glideRightOffset(this.clampViewport(t.barSpacing,i+e*n).rightOffset);}applyViewport(e){this.animator.stop(),this.panVelocity=0,this.scrollTargetRO=null;let t=this.clampViewport(e.barSpacing,e.rightOffset);this.coords.setViewport(t),this.targetBarSpacing=t.barSpacing,this.scheduler.invalidate(4),this.emitViewportChange();}zoomTo(e,t,n){let i=this.clampViewport(e,this.coords.getViewport().rightOffset).barSpacing;if(this.zoomAnchorLogical=t,this.zoomAnchorX=n,this.panVelocity=0,this.scrollTargetRO=null,!this.animZoom){let o=this.clampViewport(i,this.anchoredRightOffset(i));this.coords.setViewport(o),this.targetBarSpacing=o.barSpacing,this.scheduler.invalidate(4),this.emitViewportChange();return}this.targetBarSpacing=i,this.animator.start();}fling(e){this.animPan&&(this.scrollTargetRO=null,this.panVelocity=e,this.animator.start());}anchoredRightOffset(e){let t=e*this.coords.spacingScale;return this.zoomAnchorLogical+(this.coords.width-this.zoomAnchorX)/t-(this.coords.barCount-1)}clampViewport(e,t){let n=this.coords.barCount,i=this.coords.width;if(n<=1||i<=0)return {barSpacing:Mt(e),rightOffset:t};let o=Math.min(ML,n),s=this.coords.spacingScale,a=Math.min(1e3,i/(o*s)),l=Math.max(.5,Math.min(a,i/((n+Gy)*s))),c=Math.max(l,Math.min(a,e)),u=i/(c*s)-(o-1),h=o-n,p=Math.max(h,Math.min(u,t));return {barSpacing:c,rightOffset:p}}animTick(e){let t=this.coords.getViewport(),n=t.barSpacing,i=t.rightOffset,o=false,s=this.targetBarSpacing;Math.abs(n-s)>s*.001?(n=Mt(Xe(n,s,e,kL)),i=this.anchoredRightOffset(n),o=true):n!==s&&(n=s,i=this.anchoredRightOffset(n));let a=RL/Math.max(1e-6,n*this.coords.spacingScale);if(Math.abs(this.panVelocity)>a&&(i+=this.panVelocity*e,this.panVelocity*=Math.exp(-e/IL),Math.abs(this.panVelocity)<=a?this.panVelocity=0:o=true),this.scrollTargetRO!=null){let c=this.scrollTargetRO,d=Xe(i,c,e,AL);Math.abs(d-c)<.001?(i=c,this.scrollTargetRO=null):(i=d,o=true);}let l=this.clampViewport(n,i);return l.barSpacing!==n&&(this.targetBarSpacing=l.barSpacing),this.scrollTargetRO!=null&&l.rightOffset!==i&&(this.scrollTargetRO=l.rightOffset),this.coords.setViewport(l),this.computeScales(),this.easeScales(e)&&(o=true),this.easeLiveBar(e)&&(o=true),this.skeletonClockMs+=e,this.paintData(),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx()),this.updateLegendValues(),this.emitViewportChange(),o}easeScales(e){let t=false;for(let n of this.scene.panes.values()){let i=n.scaleTarget,o=n.scale;if(i.log&&o.min>0&&i.min>0){let c=Math.log(i.min),d=Math.log(i.max),u=Math.max(1e-9,Math.abs(d-c)),h=Xe(Math.log(o.min),c,e,ii),p=Xe(Math.log(o.max),d,e,ii);Math.abs(h-c)<=u*.001&&Math.abs(p-d)<=u*.001?n.scale={min:i.min,max:i.max,log:true}:(t=true,n.scale={min:Math.exp(h),max:Math.exp(p),log:true});continue}let s=Math.max(1e-9,Math.abs(i.max-i.min)),a=Xe(o.min,i.min,e,ii),l=Xe(o.max,i.max,e,ii);Math.abs(a-i.min)<=s*.001&&Math.abs(l-i.max)<=s*.001?(a=i.min,l=i.max):t=true,n.scale={min:a,max:l,log:i.log};}for(let n of this.scene.indicatorScales.values()){let i=n.scaleTarget,o=n.scale,s=Math.max(1e-9,Math.abs(i.max-i.min)),a=Xe(o.min,i.min,e,ii),l=Xe(o.max,i.max,e,ii);Math.abs(a-i.min)<=s*.001&&Math.abs(l-i.max)<=s*.001?(a=i.min,l=i.max):t=true,n.scale={min:a,max:l};}return t}emitViewportChange(){this.updateScrollToRealtimeButton();let e=this.getVisibleRange();if(e)for(let t of this.viewportCbs)t(e);}handlePointerMove(e,t){if(e===null||t===null||this.coords.barCount===0){this.scene.crosshair=null,this.hoverSeparatorY=null,this.lastPointer=null,this.scheduler.invalidate(1),this.hoverLogical=null;let p={time:null,price:null,paneKind:null,values:new Map,ohlc:null};for(let m of this.crosshairCbs)m(p);return}let n=e>=0&&t>=0&&e<=this.coords.width&&t<=this.coords.height;this.scene.crosshair=n?{x:e,y:t}:null,this.lastPointer=n?{x:e,y:t}:null,this.hoverSeparatorY=e>=0&&t>=0&&t<=this.coords.height?this.separatorHoverY(t):null,this.scheduler.invalidate(1);let i=Math.round(this.coords.xToLogical(e)),o=i>=0&&i<this.coords.barCount,s=o?this.coords.logicalToTime(i):null,a=this.paneNodeAtY(t),l=n&&a?this.coords.yToPrice(t,a.scale,a.bounds):null,c=new Map;if(o)for(let p of this.scene.indicators.values()){let m=this.scene.offsetOf(p.id);for(let f of p.series)if(ve(f)){let g=f.points[i-m]?.value;g!=null&&c.set(f.id,g);}}let d=o?this.bars[i]:void 0,u=d?{time:d.time,open:d.open,high:d.high,low:d.low,close:d.close,volume:d.volume}:null;this.hoverLogical=o?i:null;let h={time:s,price:l,paneKind:n&&a?a.kind:null,values:c,ohlc:u};for(let p of this.crosshairCbs)p(h);}handleClick(e){if(this.coords.barCount===0)return;let t=Math.round(this.coords.xToLogical(e)),n=t>=0&&t<this.coords.barCount;for(let i of this.clickCbs)i({time:n?this.coords.logicalToTime(t):null,price:null});}paneAtY(e){return this.paneNodeAtY(e)}paneNodeAtY(e){for(let t of this.scene.panes.values())if(e>=t.bounds.top&&e<=t.bounds.top+t.bounds.height)return t;return null}nearestPaneToY(e){let t=null,n=1/0;for(let i of this.scene.panes.values()){let o=e<i.bounds.top?i.bounds.top-e:e-(i.bounds.top+i.bounds.height);o<n&&(n=o,t=i);}return t}resolveScaleHolder(e,t){let n=this.paneNodeAtY(t);if(!n)return null;let i=this.coords.width,o=this.scene.ownScaleIndicatorsForPane(n.id);if(e>=i+64&&o.length>0){let s=Math.floor((e-i-64)/56),a=o[s];if(a)return {holder:this.scene.ensureIndicatorScale(a.id,n.scaleTarget),height:n.bounds.height}}return {holder:n,height:n.bounds.height}}beginPriceScale(e,t){let n=this.resolveScaleHolder(e,t);n&&(this.scaleDragHolder=n.holder,this.scaleDragHeight=n.height,this.scaleDragStart={...n.holder.scale},n.holder.manualScale={...n.holder.scale},this.axisScaleButtons?.reposition(),this.scheduler.invalidate(4));}priceScaleBy(e){let t=this.scaleDragHolder,n=this.scaleDragStart;!t||!n||this.setManualScale(t,My(n,Math.exp(e*DL)));}beginPricePan(e){let t=this.paneNodeAtY(e);return !t||!t.manualScale?false:(this.scaleDragHolder=t,this.scaleDragHeight=t.bounds.height,this.scaleDragStart={...t.scale},true)}pricePanBy(e){let t=this.scaleDragHolder,n=this.scaleDragStart;!t||!n||this.setManualScale(t,ky(n,e,this.scaleDragHeight));}resetPriceScale(e,t){let n=this.resolveScaleHolder(e,t);n&&(n.holder.manualScale=null,this.axisScaleButtons?.reposition(),this.scheduler.invalidate(4));}dataDblClick(e,t){let n=this.paneNodeAtY(t)??this.nearestPaneToY(t);if(!n)return;let i=this.maximizedPaneId!==n.id;this.maximizedPaneId=i?n.id:null,this.afterPaneLayoutChange(),this.emitPaneAction({type:"maximize",paneId:n.id,maximized:i});}resetView(){this.fitContent(),this.scheduler.invalidate(4),this.emitViewportChange();}setManualScale(e,t){e.manualScale=t,e.scale={...t},e.scaleTarget={...t},e.initialized=true,this.scheduler.invalidate(4);}afterPaneLayoutChange(){this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}paneControlViews(){let e=this.scene.orderedPanes();return e.map((t,n)=>({id:t.id,kind:t.kind,collapsed:t.collapsed,maximized:this.maximizedPaneId===t.id,top:t.bounds.top,height:t.bounds.height,index:n,count:e.length}))}movePaneLocal(e,t){let n=this.scene.orderedPanes(),i=n.findIndex(l=>l.id===e);if(i<0)return;let o=t==="up"?i-1:i+1;if(o<1||o>=n.length)return;let s=n.map(l=>l.id),a=s[i];s[i]=s[o],s[o]=a,this.scene.orderPanes(s),this.afterPaneLayoutChange(),this.emitPaneAction({type:"move",paneId:e,dir:t});}paneSeparatorAt(e){return this.separatorPaneIndexAt(e)!==null}separatorHoverY(e){if(!this.paneResizeEnabled)return null;let t=this.separatorPaneIndexAt(e);return t===null?null:this.scene.orderedPanes()[t].bounds.top}separatorPaneIndexAt(e){let t=this.scene.orderedPanes();for(let n=1;n<t.length;n++)if(Math.abs(e-t[n].bounds.top)<=FL)return n;return null}beginPaneResize(e){let t=this.separatorPaneIndexAt(e);if(t===null)return;let n=this.scene.orderedPanes(),i=n[t-1],o=n[t];this.resizeAbove=i,this.resizeBelow=o,this.resizeSplitStart={combinedTop:i.bounds.top,combinedHeight:i.bounds.height+o.bounds.height,combinedWeight:i.heightWeight+o.heightWeight,startBoundaryY:o.bounds.top};}paneResizeBy(e){let t=this.resizeAbove,n=this.resizeBelow,i=this.resizeSplitStart;if(!t||!n||!i)return;let o=Iy(i,e);t.heightWeight=o.above,n.heightWeight=o.below,this.layoutPanes(),this.scheduler.invalidate(4);}resetPaneSize(e){let t=this.separatorPaneIndexAt(e);if(t===null)return;let n=this.scene.orderedPanes(),i=n[t-1],o=n[t],s=(i.heightWeight+o.heightWeight)/2;i.heightWeight=s,o.heightWeight=s,this.layoutPanes(),this.scheduler.invalidate(4);}setKeyboardEnabled(e){this.keyboardEnabled=e,!(!this.dataCanvas||!this.keyboard)&&(e?(this.dataCanvas.tabIndex=0,this.dataCanvas.setAttribute("role","application"),this.dataCanvas.setAttribute("aria-label","Interactive price chart. Use Left/Right arrows to move between bars, Shift+Arrow to pan, plus/minus to zoom, Home/End to jump, 0 to reset."),!this.liveRegion&&this.wrapper&&(this.liveRegion=document.createElement("div"),this.liveRegion.setAttribute("aria-live","polite"),this.liveRegion.setAttribute("role","status"),Object.assign(this.liveRegion.style,{position:"absolute",width:"1px",height:"1px",margin:"-1px",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)",whiteSpace:"nowrap",border:"0"}),this.wrapper.appendChild(this.liveRegion)),this.keyboard.attach(this.dataCanvas)):(this.keyboard.detach(),this.dataCanvas.removeAttribute("tabindex"),this.dataCanvas.removeAttribute("role"),this.dataCanvas.removeAttribute("aria-label")));}panByBars(e){let t=this.coords.getViewport();this.applyViewport({barSpacing:t.barSpacing,rightOffset:t.rightOffset+e});}zoomByStep(e){let t=this.coords.getViewport(),n=Mt(t.barSpacing*Math.exp(e*OL));this.zoomTo(n,this.coords.rightEdgeLogical,this.coords.width);}stepCrosshair(e){let t=this.coords.barCount;if(t===0)return;let n=this.hoverLogical??Math.min(t-1,Math.round(this.coords.xToLogical(this.coords.width)));this.focusBar(n+e);}focusBar(e){let t=this.coords.barCount;if(t===0)return;let n=Math.max(0,Math.min(t-1,e)),i=this.coords.getViewport(),o=2,s=this.coords.xToLogical(0),a=this.coords.xToLogical(this.coords.width),l=i.rightOffset;n<s+o?l-=s+o-n:n>a-o&&(l+=n-(a-o)),l!==i.rightOffset&&this.applyViewport({barSpacing:i.barSpacing,rightOffset:l});let c=this.scene.orderedPanes().find(u=>u.kind==="price")??this.scene.orderedPanes()[0]??null,d=this.scene.crosshair?.y??(c?c.bounds.top+c.bounds.height/2:this.coords.height/2);this.handlePointerMove(this.coords.logicalToX(n),d),this.announceBar(n);}announceBar(e){if(!this.liveRegion)return;let t=this.bars[e],n=this.dataWindowPricePane(),i=this.dataWindowOHLC(t,n),o=[];t&&o.push(_L(t.time,this.scene.timezone)),i&&o.push(`Open ${i.o}, High ${i.h}, Low ${i.l}, Close ${i.c}`);for(let s of this.dataWindowGroups(e,n))for(let a of s.rows)o.push(`${a.label} ${a.value}`);this.liveRegion.textContent=o.join(". ");}getDataWindowReadout(){let e=this.bars.length;if(e===0)return {date:"",time:"",ohlc:null,groups:[]};let t=this.hoverLogical!=null?this.hoverLogical:e-1,n=this.bars[t],i=this.dataWindowPricePane(),o=n?Xy(n.time,this.scene.timezone):{date:"",time:""};return {date:o.date,time:o.time,ohlc:this.dataWindowOHLC(n,i),groups:this.dataWindowGroups(t,i)}}dataWindowPricePane(){return this.scene.orderedPanes().find(e=>e.kind==="price")??null}dataWindowFmt(e,t){return t?_l(t.scale,t.bounds.height,e,this.scene.priceMintick):String(e)}dataWindowOHLC(e,t){return e?{o:this.dataWindowFmt(e.open,t),h:this.dataWindowFmt(e.high,t),l:this.dataWindowFmt(e.low,t),c:this.dataWindowFmt(e.close,t),vol:e.volume!=null?Yy(e.volume):void 0,up:e.close>=e.open}:null}dataWindowGroups(e,t){let n=[];for(let i of this.scene.indicators.values()){let o=this.dataWindowRowsFor(i,e,t);o.length&&n.push({name:i.title,rows:o});}return n}dataWindowRowsFor(e,t,n){if(e.native?.type==="volume")return this.volumeReadoutRows(e,t);let i=(e.paneId?this.scene.panes.get(e.paneId):null)??n,o=this.scene.offsetOf(e.id),s=[];for(let a of e.series){let l,c;if(a.kind==="candle"||a.kind==="bar")l=a.bars[t-o]?.close,c=a.style?.up??this.theme.upColor;else if(ve(a)){if(a.visible===false)continue;l=a.points[t-o]?.value,c=a.points[t-o]?.color??a.style.color;}else continue;l==null||!Number.isFinite(l)||s.push({label:a.title||e.title,value:this.dataWindowFmt(l,i),color:c});}return s}volumeReadoutRows(e,t){if(this.volumeHidden)return [];let n=this.bars[t],i=n?.volume;if(n==null||i==null||!Number.isFinite(i))return [];let o=this.scene.volumeLayer,s=n.close>=n.open?o?.upColor??this.theme.upColor:o?.downColor??this.theme.downColor;return [{label:e.title,value:Yy(i),color:s}]}updateLegendValues(){if(!this.inputsUI)return;let e=this.bars.length,t=new Map;if(e>0){let n=this.hoverLogical!=null?this.hoverLogical:e-1,i=this.dataWindowPricePane();for(let o of this.scene.indicators.values())t.set(o.id,this.dataWindowRowsFor(o,n,i).map(s=>({value:s.value,color:s.color})));}this.inputsUI.setPlotValues(t);}renderFrame(e){this.animator.active||(du(e)?(this.computeScales(),this.paintData()):dv(e)&&this.paintedData&&(this.chrome.prepare(this.scene,this.coords,this.theme),this.chrome.render(this.scene,this.coords,this.theme,this.axisSurface())),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx()),!du(e)&&this.paintedData&&this.repaintCursorLayers(),this.updateLegendValues());}repaintCursorLayers(){let e=this.scene.panes.get(Se);if(!e)return;let t=typeof performance<"u"?performance.now():Date.now();for(let n of this.extLayers){if(!n.def.repaintOnCursor)continue;let i=this.layerPane(n.def.id)??e;i.collapsed||(n.instance.render(this.extLayerArgs(n.def.id,i.scale,i.bounds,t)),this.animZoom&&n.instance.animating?.()&&this.animator.start());}}clearLayerCanvas(e){e.width===0||e.height===0||e.getContext("2d")?.clearRect(0,0,e.width,e.height);}extLayerArgs(e,t,n,i){return {bars:this.scene.bars,data:this.scene.nativeData.get(e),settings:this.scene.nativeData.get(`${e}-settings`)??{},pending:this.scene.nativePending.get(e)??[],coords:this.coords,scale:t,bounds:n,theme:this.theme,priceStyle:this.scene.priceStyle,nowMs:i,cursor:this.lastPointer}}paintData(){this.syncLayerCanvasOrder(),this.stampScaleInvert(),this.backend.modelAlpha=this.modelAlpha,this.backend.candleBodyAlpha=this.candleBodyAlpha,this.backend.candleStructureAlpha=this.candleStructureAlpha;let e=1,t=1;this.backend.candleBodyScale=t;let n=this.scene.panes.get(Se);if(n){let a=this.nativeLayerPane("volume")??n;this.volumeRenderer.render({bars:this.scene.bars,data:this.scene.volumeLayer,visible:this.volumeActive&&!this.volumeHidden&&!a.collapsed,coords:this.coords,bounds:a.bounds,fillPane:a.kind!=="price"}),this.vpvrRenderer.render({bars:this.scene.bars,data:this.scene.vpvrLayer,visible:this.vpvrActive&&!this.vpvrHidden,coords:this.coords,scale:n.scale,bounds:n.bounds,theme:this.theme});let l=typeof performance<"u"?performance.now():Date.now(),c=null;for(let d of this.extLayers){let u=this.layerPane(d.def.id)??n;if(u.collapsed){this.clearLayerCanvas(d.canvas);continue}let h=this.extLayerArgs(d.def.id,u.scale,u.bounds,l);d.instance.render(h),u===n&&(c=Ry(c,d.instance.modulateBase?.(h)??null)),this.animZoom&&d.instance.animating?.()&&this.animator.start();}c&&(c.candleBodyScale!=null&&(this.backend.candleBodyScale=qu(c.candleBodyScale)||.01),c.candleBodyAlpha!=null&&(this.backend.candleBodyAlpha=qu(c.candleBodyAlpha)*this.candleBodyAlpha),c.gridAlpha!=null&&(e=qu(c.gridAlpha)));}let i=this.bars.length-1,o=i>=0?this.bars[i]:void 0,s=!!o&&this.liveEaseTime===o.time&&(o.high!==this.liveEaseHigh||o.low!==this.liveEaseLow||o.close!==this.liveEaseClose);s&&o&&(this.bars[i]={...o,high:this.liveEaseHigh,low:this.liveEaseLow,close:this.liveEaseClose}),this.scene.drawingSlices=xy(this.indicatorSlices.prepare(this.scene,this.coords,this.theme,this.dataCanvas),this.userDrawings?.prepareSlices(this.scene.orderedPanes().map(a=>a.id))??new Map),this.backdropRenderer.render(this.scene,this.coords,this.theme,e),this.backend.render(this.scene,this.coords,this.theme),this.chrome.render(this.scene,this.coords,this.theme,this.axisSurface()),this.userDrawings?.render(),s&&o&&(this.bars[i]=o),this.paintedData=true;}drawingProjector(){return Sy(this.coords,e=>{let t=this.scene.panes.get(e);return t?{scale:t.scale,bounds:t.bounds,collapsed:t.collapsed}:null},e=>this.paneNodeAtY(e)?.id??null,(e,t)=>this.barsInTimeRange(e,t),this.userDrawings?.seriesGateway?(e,t,n)=>this.userDrawings.seriesGateway.seriesInRange(e,t,n):void 0)}barsInTimeRange(e,t){let n=Math.min(e,t),i=Math.max(e,t),o=[];for(let s of this.bars)if(!(s.time<n)){if(s.time>i)break;o.push(s);}return o}get userDrawingsPort(){return this.userDrawings??void 0}focus(){this.dataCanvas?.focus({preventScroll:true});}setExternalCrosshair(e,t=null){let n=e==null?null:{time:e,price:t},i=this.externalCross;!n&&!i||n&&i&&i.time===n.time&&i.price===n.price||(this.externalCross=n,this.scheduler.invalidate(1));}externalCrossPx(){let e=this.externalCross;if(!e||this.coords.barCount===0)return null;let t=Math.floor(this.coords.timeToLogical(e.time));if(t<0||t>=this.coords.barCount)return null;let n=this.coords.logicalToX(t);if(!Number.isFinite(n)||n<0||n>this.coords.width)return null;let i=null;if(e.price!=null){let o=this.scene.orderedPanes().find(s=>s.kind==="price");o&&(i=this.coords.priceToY(e.price,o.scale,o.bounds),(!Number.isFinite(i)||i<o.bounds.top||i>o.bounds.top+o.bounds.height)&&(i=null));}return {x:n,y:i,time:this.coords.logicalToTime(t),price:i!=null?e.price:null}}setSnapMode(e){this.snapMode=e;}snapToCandle(e,t,n="strong",i){if(n==="off")return e;let o=this.bars.length;if(o===0)return e;let s=Math.max(0,Math.min(o-1,Math.round(this.coords.timeToLogical(e.time)))),a=this.bars[s];if(!a)return e;let l;if(t!==Se)l={time:a.time,price:e.price};else {let c=a.open;for(let d of [a.high,a.low,a.close])Math.abs(d-e.price)<Math.abs(c-e.price)&&(c=d);l={time:a.time,price:c};}if(n==="weak"&&i){let c=this.drawingProjector(),d=c.yOf(l.price,t);if(Math.hypot(c.xOf(l.time)-i.x,(d??i.y)-i.y)>xL)return e}return l}computeScales(){let e=this.coords.barCount;if(e===0)return;let t=this.coords.visibleLogicalRange(),n=Math.max(0,Math.floor(t.from)),i=Math.min(e-1,Math.ceil(t.to));if(i<n)return;this.scene.percentBaseline=this.bars[n]?.close??0;let o=this.scene.orderedPanes(),s=o.find(l=>l.kind==="price")??null;this.chrome.prepare(this.scene,this.coords,this.theme);let a=this.animator.active;for(let l of o){if(l.manualScale){l.scaleTarget=l.manualScale,l.scale={...l.manualScale},l.initialized=true;continue}let d=this.scene.indicatorsForPane(l.id).filter(p=>p.ownScale!==true),u=this.chrome.paneDrawingsRange(d,this.scene,l===s,t);if(l===s){let p=Py(this.scene.indicators.values(),n,i,m=>this.scene.offsetOf(m));p&&(u=u?{min:Math.min(u.min,p.min),max:Math.max(u.max,p.max)}:p);}let h=l.kind==="price"&&!this.scene.candlesHidden;if(l.scaleTarget=nc(d,this.bars,h,n,i,u,jr(this.scene,l),p=>this.scene.offsetOf(p)),l.percentBaseline=l.kind==="price"?this.bars[n]?.close??0:this.firstVisibleValue(d,n),l.axisFormat=void 0,l.axisBands=void 0,this.volumeOwnsPane(l,d)){let p=this.maxVisibleVolume(n,i);p>0&&(l.scaleTarget={min:0,max:p/Bu},l.axisFormat="volume");}else if(this.layerNativesOwnPane(l,d)&&(l.scaleTarget=nc([],this.bars,true,n,i,u,jr(this.scene,l),p=>this.scene.offsetOf(p)),l.percentBaseline=this.bars[n]?.close??0,d.every(p=>p.paneAxis!=null))){l.axisFormat="none";let p=d.find(m=>typeof m.paneAxis=="object");l.axisBands=p?p.paneAxis.bands:void 0;}if(l===s&&this.scene.tradeMarkers.visible&&l.bounds.height>0){let p=this.tradesScaleHints(t);if(p){let m=l.scaleTarget,f={...m,min:Math.min(m.min,p.min),max:Math.max(m.max,p.max)};l.scaleTarget=Ly(f,l.bounds.height,p.abovePx,p.belowPx);}}(!a||!l.initialized)&&(l.scale={...l.scaleTarget},l.initialized=true);for(let p of this.scene.ownScaleIndicatorsForPane(l.id)){let m=this.scene.ensureIndicatorScale(p.id,l.scaleTarget);if(m.manualScale){m.scaleTarget=m.manualScale,m.scale={...m.manualScale},m.initialized=true;continue}let f=this.chrome.paneDrawingsRange([p],this.scene,false,t);m.scaleTarget=nc([p],this.bars,false,n,i,f,false,g=>this.scene.offsetOf(g)),(!a||!m.initialized)&&(m.scale={...m.scaleTarget},m.initialized=true);}}}tradesScaleHints(e){let t=null,n={timeToLogical:i=>this.coords.timeToLogical(i),barAt:i=>{let o=this.bars[Math.round(i)];return o?{high:o.high,low:o.low}:null}};for(let i of this.scene.indicators.values()){if(!i.trades?.length)continue;let o=Cv(i.trades,this.scene.tradeMarkers,n,e.from,e.to,this.scene.style.fontSize);o&&(t=t?{min:Math.min(t.min,o.min),max:Math.max(t.max,o.max),abovePx:Math.max(t.abovePx,o.abovePx),belowPx:Math.max(t.belowPx,o.belowPx)}:o);}return t}fitContent(){let e=this.coords.barCount,t=this.coords.width;if(e<=0||t<=0)return;this.animator?.stop(),this.panVelocity=0;for(let s of this.scene.panes.values())s.manualScale=null;for(let s of this.scene.indicatorScales.values())s.manualScale=null;let n=Math.min(e,200),i=6,o=this.clampViewport(t/((n+i)*this.coords.spacingScale),i);this.coords.setViewport(o),this.targetBarSpacing=o.barSpacing;}reframeKeepZoom(){this.animator?.stop(),this.panVelocity=0;for(let t of this.scene.panes.values())t.manualScale=null;for(let t of this.scene.indicatorScales.values())t.manualScale=null;let e={barSpacing:Mt(this.coords.getViewport().barSpacing),rightOffset:Eo().rightOffset};this.coords.setViewport(e),this.targetBarSpacing=e.barSpacing;}paneBoundsFor(e){let t=this.scene.panes.get(e);return {top:t?.bounds.top??0,height:t?.bounds.height??0,rightAxis:this.rightAxisW}}paneMasterTitle(e){let t=this.scene.orderedIndicatorsForPane(e);return (t.find(i=>i.ownScale!==true)??t[0])?.title||null}nativeLayerPane(e){for(let t of this.scene.indicators.values())if(t.native?.type===e)return this.scene.panes.get(t.paneId??Se)??null;return null}layerOwner(e){for(let t of this.scene.indicators.values())if(t.native?.type===e)return t;return null}layerPane(e){let t=this.layerOwner(e),n=t?t.paneId??Se:Se;return this.scene.panes.get(n)??null}orderedLayerCanvases(){let e=new Map(this.extLayers.map(i=>[i.def.id,i.canvas])),{below:t,above:n}=Dy(this.extLayers.map(i=>{let o=this.layerOwner(i.def.id);return {id:i.def.id,placement:i.def.placement==="below-data"?"below-data":"above-data",ownerZ:o?this.scene.zOf(o.id):null}}),this.scene.candleZ);return {below:t.map(i=>e.get(i)),above:n.map(i=>e.get(i))}}canvasPile(){let{below:e,above:t}=this.orderedLayerCanvases();return [this.backdropCanvas,...e,this.dataCanvas,this.volumeCanvas,this.vpvrCanvas,...t]}syncLayerCanvasOrder(){if(this.extLayers.length===0||!this.plot)return;let{below:e,above:t}=this.orderedLayerCanvases(),n=[...e.map(i=>this.extLayers.find(o=>o.canvas===i).def.id),"|",...t.map(i=>this.extLayers.find(o=>o.canvas===i).def.id)].join(",");if(n!==this.layerOrderSig){this.layerOrderSig=n;for(let i of e)this.plot.insertBefore(i,this.dataCanvas);for(let i of t)this.plot.insertBefore(i,this.chromeCanvas);}}volumeOwnsPane(e,t){return e.kind==="price"||!this.volumeActive||this.volumeHidden||!this.scene.volumeLayer||this.nativeLayerPane("volume")!==e?false:t.every(n=>n.native?.type==="volume")}layerNativesOwnPane(e,t){return e.kind==="price"||t.length===0?false:t.every(n=>n.series.length===0&&!!n.native&&this.extLayers.some(i=>i.def.id===n.native.type))}paneScaleInfos(){return this.scene.orderedPanes().map(e=>({id:e.id,kind:e.kind,top:e.bounds.top,height:e.bounds.height,mode:fu(this.scene,e),log:jr(this.scene,e),invert:gu(this.scene,e)}))}axisScaleViews(){return this.scene.orderedPanes().map(e=>({id:e.id,top:e.bounds.top,height:e.bounds.height,collapsed:e.collapsed,auto:e.manualScale==null,log:jr(this.scene,e)}))}togglePaneAuto(e){let t=this.scene.panes.get(e);t&&(t.manualScale=t.manualScale==null?{...t.scale}:null,this.scheduler?.invalidate(4));}setPaneScaleMode(e,t){if(e===Se)this.scene.scaleMode=t;else {let n=this.scene.panes.get(e);if(!n)return;n.scaleMode=t;}this.scheduler?.invalidate(4);}setPaneLog(e,t){let n=e===Se?this.scene.orderedPanes().find(i=>i.kind==="price"):this.scene.panes.get(e);if(e===Se)this.scene.logScale=t;else {if(!n)return;n.logScale=t;}n?.manualScale&&(n.manualScale.log=t),this.scheduler?.invalidate(4);}setPaneInvert(e,t){if(e===Se)this.scene.invertScale=t;else {let n=this.scene.panes.get(e);if(!n)return;n.invert=t;}this.scheduler?.invalidate(4);}stampScaleInvert(){for(let e of this.scene.panes.values()){let t=gu(this.scene,e);e.scale.invert=t,e.scaleTarget.invert=t,e.manualScale&&(e.manualScale.invert=t);for(let n of this.scene.ownScaleIndicatorsForPane(e.id)){let i=this.scene.indicatorScales.get(n.id);i&&(i.scale.invert=t,i.scaleTarget.invert=t,i.manualScale&&(i.manualScale.invert=t));}}}firstVisibleValue(e,t){for(let n of e){let i=this.scene.offsetOf(n.id);for(let o of n.series)if(o.overlay!==true){if(ve(o)){let s=o.points[t-i]?.value;if(s!=null&&Number.isFinite(s))return s}else if(o.kind==="candle"||o.kind==="bar"){let s=o.bars[t-i];if(s&&Number.isFinite(s.close))return s.close}}}return 0}maxVisibleVolume(e,t){let n=0;for(let i=e;i<=t;i+=1){let o=this.bars[i]?.volume;o!=null&&o>n&&(n=o);}return n}layoutPanes(){let e=this.scene.orderedPanes(),t=this.coords.height;this.inputsUI?.setCollapsedPanes(this.collapsedMasterMap());let n=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null;if(n){let d=0;for(let u of e)u===n?u.bounds={top:0,height:t}:u.bounds={top:t,height:0},d+=u.bounds.height;this.inputsUI?.reposition(),this.paneControls?.reposition(),this.axisScaleButtons?.reposition(),this.repositionScrollButton(),this.positionAttribution(),this.publishPricePaneBounds();return}let i=e.filter(d=>d.collapsed),o=e.filter(d=>!d.collapsed),s=i.length*$y,a=Math.max(0,t-s),l=o.reduce((d,u)=>d+(u.heightWeight||1),0)||1,c=0;for(let d of e){let u=d.collapsed?$y:a*(d.heightWeight||1)/l;d.bounds={top:c,height:u},c+=u;}this.inputsUI?.reposition(),this.paneControls?.reposition(),this.axisScaleButtons?.reposition(),this.repositionScrollButton(),this.positionAttribution(),this.publishPricePaneBounds();}repositionScrollButton(){let e=this.coords.height;if(e<=0)return;let t=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null,n=t?[t]:this.scene.orderedPanes().filter(o=>!o.collapsed),i=n.length?Math.max(...n.map(o=>o.bounds.top+o.bounds.height)):e;this.scrollBtnBottomPx=Xu+Math.max(0,e-i),this.mountContainer?.style.setProperty("--vela-bottom-gutter",`${oi+Math.max(0,e-i)}px`),this.scrollBtnRightPx=this.rightAxisW+Ky,this.scrollButton&&(this.scrollButton.style.bottom=`${this.scrollBtnBottomPx}px`,this.scrollButton.style.right=`${this.scrollBtnRightPx}px`);}collapsedMasterMap(){let e=new Map;for(let t of this.scene.panes.values()){if(!t.collapsed)continue;let n=this.scene.orderedIndicatorsForPane(t.id),i=new Set(this.scene.ownScaleIndicatorsForPane(t.id).map(s=>s.id)),o=n.find(s=>!i.has(s.id))??n[0];e.set(t.id,o?.id??null);}return e}setToolbarGutter(e){e!==this.toolbarGutter&&(this.toolbarGutter=e,this.publishGutters(),this.positionAttribution(),this.syncSize());}publishGutters(){this.mountContainer?.style.setProperty("--vela-toolbar-gutter",`${this.toolbarGutter}px`),this.mountContainer?.style.setProperty("--vela-scale-gutter",`${this.rightAxisW}px`);}publishPricePaneBounds(){if(!this.mountContainer)return;let e=this.coords.height+oi,t=this.scene.panes.get(Se),n=t?t.bounds.top:0,i=t?t.bounds.height:this.coords.height,o=Math.max(0,e-(n+i));this.mountContainer.style.setProperty("--vela-price-pane-top",`${n}px`),this.mountContainer.style.setProperty("--vela-price-pane-bottom",`${o}px`);}buildAttributionEl(){return this.attributionHtml!==null?Vy(document,this.attributionHtml,this.theme.background):_y(document,this.theme.background)}rebuildAttribution(){this.attributionEl&&(this.attributionEl.remove(),this.attributionEl=this.buildAttributionEl(),this.attributionEnabled||(this.attributionEl.style.display="none"),this.positionAttribution(),this.wrapper.appendChild(this.attributionEl));}positionAttribution(){if(!this.attributionEl)return;let e=this.coords?.height??0,t=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null,n=t?[t]:this.scene.orderedPanes().filter(o=>!o.collapsed),i=e>0&&n.length?Math.max(...n.map(o=>o.bounds.top+o.bounds.height)):e;Object.assign(this.attributionEl.style,{left:`${(this.toolbarGutter||0)+12}px`,bottom:`${oi+10+Math.max(0,e-i)}px`});}refreshAttributionColor(){this.attributionEl&&(this.attributionHtml!==null?this.attributionEl.style.color=Wu(this.theme.background):Gu(this.attributionEl,this.theme.background));}syncSize(){let e=this.wrapper.clientWidth,t=this.wrapper.clientHeight;if(e<=0||t<=0)return;let n=window.devicePixelRatio||1;this.plot.style.left=`${this.toolbarGutter}px`;let i=this.plot.getBoundingClientRect(),o=Math.max(1,Math.round(i.width*n)),s=Math.max(1,Math.round(i.height*n)),a=this.plotDeviceSize;a&&Math.abs(a.width-i.width*n)<=1&&Math.abs(a.height-i.height*n)<=1&&(o=Math.max(1,a.width),s=Math.max(1,a.height));let l=o/n,c=s/n,d=u=>{u.width=o,u.height=s,u.style.width=`${l}px`,u.style.height=`${c}px`;};d(this.dataCanvas),d(this.backdropCanvas),d(this.volumeCanvas);for(let u of this.extLayers)d(u.canvas);d(this.vpvrCanvas),d(this.chromeCanvas),d(this.drawingsCanvas),d(this.cursorCanvas),this.coords.setSize(Math.max(1,l-this.rightAxisW),Math.max(1,c-oi),n),this.scene.crosshair=null,this.layoutPanes(),this.userDrawings?.onResize(),!this.didInitialFit&&this.coords.barCount>0&&(this.fitContent(),this.didInitialFit=true),this.animator.active?(this.computeScales(),this.paintData(),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx())):this.scheduler.flushNow(4);}applyBackground(){this.wrapper.style.background=this.theme.background;}};function NL(r,e){for(let t of r.series){let n=t.kind==="candle"||t.kind==="bar"?t.bars:ve(t)?t.points:null;if(!n||n.length===0)continue;let i=0,o=n.length;for(;i<o;){let s=i+o>>1;n[s].time<e?i=s+1:o=s;}return i}return null}function VL(r,e){if(e.kind==="value"){for(let t of e.series){let n=r.series.find(i=>i.id===t.seriesId);n&&(t.kind==="points"&&ve(n)?n.points=t.points:t.kind==="bars"&&(n.kind==="candle"||n.kind==="bar")&&(n.bars=t.bars));}e.lines&&(r.lines=e.lines),e.boxes&&(r.boxes=e.boxes),e.labels&&(r.labels=e.labels),e.polylines&&(r.polylines=e.polylines),e.linefills&&(r.linefills=e.linefills),e.tables&&(r.tables=e.tables),e.trades&&(r.trades=e.trades);return}for(let t of e.removed){let n=r.series.findIndex(i=>i.id===t);n>=0&&r.series.splice(n,1);}for(let t of e.added)r.series.push(t);}function Xy(r,e){let t=Hl(r,e),n=i=>i<10?`0${i}`:String(i);return {date:`${t.getUTCFullYear()}-${n(t.getUTCMonth()+1)}-${n(t.getUTCDate())}`,time:`${n(t.getUTCHours())}:${n(t.getUTCMinutes())}`}}function _L(r,e){let{date:t,time:n}=Xy(r,e);return `${t} ${n}`}function BL(r){if(!Array.isArray(r))return [];let e=[];for(let t of r){if(!t||typeof t!="object")continue;let n=t,i=Number(n.from),o=Number(n.to);!Number.isFinite(i)||!Number.isFinite(o)||o<=i||e.push({from:i,to:o,color:typeof n.color=="string"?n.color:"rgba(120,130,160,0.10)"});}return e.sort((t,n)=>t.from-n.from)}function HL(r){if(r==null||typeof r!="object")return null;let e=r,t=n=>{if(!Array.isArray(n))return [];let i=[];for(let o of n){if(!Array.isArray(o))continue;let s=Number(o[0]),a=Number(o[1]);Number.isFinite(s)&&Number.isFinite(a)&&a>s&&i.push([s,a]);}return i.sort((o,s)=>o[0]-s[0])};return {pre:t(e.pre),post:t(e.post)}}function qu(r){return Math.max(0,Math.min(1,r))}function zL(r){return typeof r=="string"&&Yr().includes(r)}function Uy(r){return r==="percent"||r==="indexed"?r:"price"}function Yy(r){let e=Math.abs(r);return e>=1e9?`${(r/1e9).toFixed(2)}B`:e>=1e6?`${(r/1e6).toFixed(2)}M`:e>=1e3?`${(r/1e3).toFixed(2)}K`:r.toFixed(2)}function $L(r){let e=[...r].sort((n,i)=>n.time-i.time),t=[];for(let n of e){let i=t[t.length-1];i&&i.time===n.time?t[t.length-1]=n:t.push(n);}return t}function Zu(r,e){let t=(r.open+r.high+r.low+r.close)/4,n=e?(e.open+e.close)/2:(r.open+r.close)/2;return {time:r.time,open:n,high:Math.max(r.high,n,t),low:Math.min(r.low,n,t),close:t,...r.volume!=null?{volume:r.volume}:{}}}function jy(r){let e=new Array(r.length),t;for(let n=0;n<r.length;n+=1)t=Zu(r[n],t),e[n]=t;return e}var WL={full:jy,next:Zu};function qy(){Ac({id:"heikinashi",label:"Heikin Ashi",barTransform:WL});}var Ju=q,Qu=X,eh=20;function GL(r,e){return typeof r=="number"&&Number.isFinite(r)?r:e}function Zy(r,e){return typeof r=="string"&&r!==""?r:e}function cc(r){return {upColor:Zy(r.upColor,Ju),downColor:Zy(r.downColor,Qu),heightFrac:Math.min(.5,Math.max(.05,GL(r.heightPct,eh)/100))}}var th=class{constructor(){this.inputs={};}start(e,t){this.ctx=e,this.inputs=t,e.emit({}),e.pushData(cc(t));}onBars(){}onViewport(){}setInputs(e){this.inputs=e,this.ctx.pushData(cc(e));}suspend(){}resume(){this.ctx.pushData(cc(this.inputs));}stop(){}},Jy={type:"volume",title:"Volume",paneHint:"price",overlay:true,inputsSchema:()=>[{key:"upColor",title:"Up color",type:"color",defval:Ju},{key:"downColor",title:"Down color",type:"color",defval:Qu},{key:"heightPct",title:"Height %",type:"int",defval:eh,min:5,max:50,step:1,tooltip:"Pane height the tallest visible bar occupies"}],defaultInputs:()=>({upColor:Ju,downColor:Qu,heightPct:eh}),create:()=>new th};function nh(){ir(Jy);}var ih=24,oh=30,sh=Ee,ah=X,lh=70;function rh(r,e){return typeof r=="number"&&Number.isFinite(r)?r:e}function Qy(r,e){return typeof r=="string"&&r!==""?r:e}function dc(r){return {rows:Math.round(Math.min(400,Math.max(2,rh(r.rows,ih)))),widthFrac:Math.min(.9,Math.max(.05,rh(r.widthPct,oh)/100)),upColor:Qy(r.upColor,sh),downColor:Qy(r.downColor,ah),showPoc:r.showPoc!==false,valueAreaFrac:Math.min(1,Math.max(0,rh(r.valueAreaPct,lh)/100))}}var ch=class{constructor(){this.inputs={};}start(e,t){this.ctx=e,this.inputs=t,e.emit({}),e.pushData(dc(t));}onBars(){}onViewport(){}setInputs(e){this.inputs=e,this.ctx.pushData(dc(e));}suspend(){}resume(){this.ctx.pushData(dc(this.inputs));}stop(){}},ew={type:"vpvr",title:"Visible Range Volume Profile",shortTitle:"VRVP",paneHint:"price",overlay:true,inputsSchema:()=>[{key:"rows",title:"Rows",type:"int",defval:ih,min:2,max:400,step:1},{key:"widthPct",title:"Width %",type:"int",defval:oh,min:5,max:90,step:1,tooltip:"Pane width the largest row occupies"},{key:"upColor",title:"Up color",type:"color",defval:sh},{key:"downColor",title:"Down color",type:"color",defval:ah},{key:"showPoc",title:"Point of control",type:"bool",defval:true},{key:"valueAreaPct",title:"Value area %",type:"int",defval:lh,min:0,max:100,step:1}],defaultInputs:()=>({rows:ih,widthPct:oh,upColor:sh,downColor:ah,showPoc:true,valueAreaPct:lh}),create:()=>new ch};function dh(){ir(ew);}var uh=class{constructor(e,t={},n={}){qy(),nh(),dh();let i=UL(e),o=gr(t.theme),s=true,a=true;typeof t.animations=="boolean"?(s=t.animations,a=t.animations):t.animations&&(s=t.animations.zoom??true,a=t.animations.pan??true);let l={currentPriceLine:t.currentPriceLine??true,logScale:t.logScale??false,nativeBackend:t.nativeBackend??"auto",animZoom:s,animPan:a,glow:t.glow??0,upColor:t.upColor??q,downColor:t.downColor??X,priceStyle:t.priceStyle??"candles"},c=t.renderer??zo;if(typeof c!="function")throw new Error("[vela] options.renderer must be a renderer class, e.g. import { LwcRenderer } from 'vela/renderers/lwc'. The 'lwc'/'native' string options were removed.");let d=n.renderer??new c(l),u=n.engines??[],h=n.dataFeed??new Nn,p={market:{symbol:t.symbol,timeframe:t.timeframe,bars:t.bars,session:t.session,visibleRange:t.visibleRange,data:t.data},live:t.live??false,theme:o,defaultLanguage:t.defaultLanguage??u[0]?.language??"pine",drawings:t.drawings,volume:t.volume??true};this.rendererControl=new ki(d),t.settings&&this.rendererControl.setSettingsVisibility(t.settings),this.dataControl=new Fi(h),this.orchestrator=new ha(i,d,h,u,p,this.dataControl);let m=Dc();Object.keys(m).length>0&&this.rendererControl.set(m),this.panesControl=new pa(this.orchestrator),this.drawingsControl=new Ni(this.orchestrator.drawings);}registerEngine(e,t){return this.orchestrator.registerEngine(e,t),this}addIndicator(e,t){return this.orchestrator.addIndicator(e,t)}addNativeIndicator(e,t){return this.orchestrator.addNativeIndicator(e,t)}availableNativeIndicators(){return this.orchestrator.availableNativeIndicators()}presentNativeIndicators(){return this.orchestrator.presentNativeIndicators()}indicators(){return this.orchestrator.listIndicators()}runScript(e,t){let n=this.addIndicator(e,t),i=new Set,o=()=>{try{n.remove();}catch{}};return new Promise(s=>{let a=false,l=this.on("script:run",d=>{if(d.id===n.id){if(a){for(let u of i)u(d);return}a=true,c(),s({ok:true,run:d,error:null,onUpdate:u=>(i.add(u),()=>i.delete(u)),remove:()=>{l(),i.clear(),o();}});}}),c=n.on("error",({error:d})=>{a||(a=true,l(),c(),o(),s({ok:false,run:null,error:d,onUpdate:()=>()=>{},remove:()=>{}}));});})}runIndicator(e,t){let n=this.addIndicator(e,t);return new Promise(i=>{let o=n.on("ready",()=>{o(),s(),i({ok:true,handle:n,error:null,context:null});}),s=n.on("error",({error:a})=>{o(),s(),n.context().catch(()=>null).then(l=>{try{n.remove();}catch{}i({ok:false,handle:null,error:a,context:l});});});})}setMarket(e){return this.orchestrator.setMarket(e)}get market(){return this.orchestrator.marketSnapshot()}ready(){return this.orchestrator.ready()}historyComplete(){return this.orchestrator.historyComplete()}inspect(){return this.orchestrator.inspect()}get renderer(){return this.rendererControl}get panes(){return this.panesControl}get data(){return this.dataControl}get drawings(){return this.drawingsControl}on(e,t){return this.orchestrator.events.on(e,t)}getVisibleRange(){return this.orchestrator.getVisibleRange()}setVisibleRange(e){return this.orchestrator.setVisibleRange(e),this}panBy(e){return this.orchestrator.panBy(e),this}setVisibleRangePreset(e){return this.orchestrator.setVisibleRangePreset(e),this}resize(){this.orchestrator.resize();}setTheme(e){return this.orchestrator.setTheme(gr(e)),this}destroy(){this.orchestrator.destroy();}};function UL(r){if(typeof r!="string")return r;let e=document.querySelector(r);if(!e)throw new Error(`[vela] container not found for selector "${r}"`);return e}var tw=["symbol","timeframes","style","layout","indicators","actions","undo-redo","alerts","panels","screenshot"];var si=new Map,$o=new Map,Wo=new Map;function YL(r){return $o.set(r.id,r),()=>{$o.get(r.id)===r&&$o.delete(r.id);}}function KL(r){$o.delete(r);}function XL(){return [...$o.values()]}var nw=100;function jL(r){return Wo.set(r.id,r),()=>{Wo.get(r.id)===r&&Wo.delete(r.id);}}function qL(r){Wo.delete(r);}function ZL(){return [...Wo.values()].sort((r,e)=>(r.order??nw)-(e.order??nw))}var hh=["indicators","screenshot"],rw=new Set(hh),JL=new Set(tw);function QL(r){if(rw.has(r))return si.get(r)}function eM(r){return JL.has(r.id)&&!rw.has(r.id)?(console.warn(`[vela] widget action "${r.id}": this built-in topbar slot is a stateful control and cannot be overridden \u2014 ignored. Overridable slots: ${hh.join(", ")}.`),()=>{}):(si.set(r.id,r),()=>{si.get(r.id)===r&&si.delete(r.id);})}function tM(r){si.delete(r);}function nM(r,e){let t=[...si.values()].filter(n=>n.target===r);return t.sort((n,i)=>(n.order??0)-(i.order??0)),e?t.filter(n=>!n.when||n.when(e)):t}var Go=new Map;function rM(r){return Go.set(r.id,r),()=>{Go.get(r.id)===r&&Go.delete(r.id);}}function iM(r){Go.delete(r);}function oM(){return [...Go.values()].sort((r,e)=>(r.order??0)-(e.order??0))}var Uo=new Map;function sM(r){return Uo.set(r.id,r),()=>{Uo.get(r.id)===r&&Uo.delete(r.id);}}function aM(r){Uo.delete(r);}function lM(){return [...Uo.values()].sort((r,e)=>(r.order??0)-(e.order??0))}var Yo=new Map;function cM(r){return Yo.set(r.key,r),()=>{Yo.get(r.key)===r&&Yo.delete(r.key);}}function dM(r){Yo.delete(r);}function uM(r){return [...Yo.values()].filter(e=>e.scope===r)}var uc;function hM(r){return uc=r,()=>{uc===r&&(uc=void 0);}}function pM(){return uc}var Ko=new Map;function mM(r,e){return Ko.set(r,e),()=>{Ko.get(r)===e&&Ko.delete(r);}}function fM(r){Ko.delete(r);}function gM(r){return {...Object.fromEntries(Ko),...r}}var iw=280,ph=200,ow=640;function bM(r,e=ph,t=ow){let n=Number.isFinite(e)&&e>0?e:ph,i=Number.isFinite(t)?Math.max(t,n):Number.POSITIVE_INFINITY;return Number.isFinite(r)?Math.round(Math.min(Math.max(r,n),i)):n}function sw(r){let e=r.title.trim().toLowerCase().replace(/\s+/g,"-");return `${r.instanceId}:${r.kind}:${e}#${r.ordinal}`}function ai(r){let e=r.description?.split("/")[0]?.trim();return e?e.replace(/\s+Perpetual$/i,""):r.ticker.replace(/[-_/]?(USDT|USDC|USD1|USDS|BUSD|USD|EUR|PERP)$/i,"")||r.ticker}function li(r){let e=r.trim().toUpperCase();return e?`https://crypto-icons.ledger.com/${encodeURIComponent(e)}.png`:void 0}var aw="https://api.binance.com/api/v3",vM="https://api.binance.us/api/v3",mh="https://fapi.binance.com/fapi/v1",yM="wss://stream.binance.com:9443",wM="wss://stream.binance.us:9443",xM="wss://fstream.binance.com",SM=15e3,CM=2e3,lw={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",360:"6h",480:"8h",720:"12h",D:"1d",W:"1w",M:"1M"},cw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},TM=[1,3,5,15,30,60,120,240,360,480,720],EM={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",360:"6h",480:"8h",720:"12h"},PM=["1","3","5","15","30","45","60","120","180","240","D","W","M"];function dw(r){return cw[r]??cw[r.toLowerCase()]??r}function fh(r){let e=r.trim().toUpperCase();return e.endsWith(".P")?{apiSymbol:e.slice(0,-2),isFutures:true}:{apiSymbol:e,isFutures:false}}function uw(r){return r.map(e=>({time:Number(e[0]),open:Number(e[1]),high:Number(e[2]),low:Number(e[3]),close:Number(e[4]),volume:Number(e[5])}))}function LM(r){return {time:Number(r.t),open:Number(r.o),high:Number(r.h),low:Number(r.l),close:Number(r.c),volume:Number(r.v)}}function MM(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function kM(r,e){let t=new Map;for(let n of r){let i=Math.floor(n.time/e)*e,o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function IM(r){return TM.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}var hc=class{constructor(){this.spotBaseUrl=null;this.spotBaseProbe=null;this.symbolsPromise=null;}info(){return {name:"binance",displayName:"Binance",requiresApiKey:false,supportedTimeframes:PM,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let{apiSymbol:i,isFutures:o}=fh(e),s=o?mh:await this.spotBase(),a=dw(t),l=lw[a];if(l)return MM(uw(await this.fetchKlines(s,i,l,n)));let c=/^\d+$/.test(a)?parseInt(a,10):null,d=c!=null?IM(c):null;if(c==null||d==null)return console.warn(`[vela] Binance: timeframe "${t}" is not supported and cannot be aggregated.`),[];let u=c/d,h={...n,limit:n.limit!=null?n.limit*u+u:void 0},p=uw(await this.fetchKlines(s,i,EM[d],h)),m=kM(p,c*6e4);return n.limit!=null&&m.length>n.limit?m.slice(-n.limit):m}catch(i){return console.warn(`[vela] Binance: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let{apiSymbol:t,isFutures:n}=fh(e),i=n?mh:await this.spotBase(),o=n?`${i}/exchangeInfo`:`${i}/exchangeInfo?symbol=${t}`,a=(await this.json(o).catch(()=>null))?.symbols??[],l=n?a.find(u=>u.symbol===t):a[0];if(!l)return;let c=l.filters?.find(u=>u.filterType==="PRICE_FILTER"),d=c?parseFloat(c.tickSize??"0.01"):.01;return {ticker:e,tickerid:`BINANCE:${e}`,prefix:"BINANCE",description:`${l.baseAsset} / ${l.quoteAsset}${n?" Perpetual":""}`,type:n?"futures":"crypto",basecurrency:l.baseAsset,currency:l.quoteAsset,mintick:d,pricescale:Math.round(1/d),timezone:"Etc/UTC",session:"24x7"}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=Promise.all([this.listSpot().catch(()=>[]),this.listFutures().catch(()=>[])]).then(([e,t])=>[...e,...t])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let{apiSymbol:i,isFutures:o}=fh(e),s=lw[dw(t)];return s&&typeof WebSocket<"u"?this.streamKlines(e,t,i,o,s,n):this.pollBars(e,t,n)}streamKlines(e,t,n,i,o,s){let a=false,l=null,c=null,d=null,u=null,h=`${n.toLowerCase()}@kline_${o}`,p=()=>{d&&(clearTimeout(d),d=null);},m=()=>{if(!(a||u)){p(),c&&(clearTimeout(c),c=null);try{l?.close();}catch{}l=null,console.warn(`[vela] Binance: ${e} ${t} stream delivered no data; falling back to polling.`),u=this.pollBars(e,t,s);}},f=async()=>{if(a)return;let g=i?xM:await this.spotWsBase();a||(l=new WebSocket(`${g}/ws/${h}`),d=setTimeout(m,SM),l.onmessage=b=>{if(!(a||u))try{let y=JSON.parse(typeof b.data=="string"?b.data:"");y.k&&(p(),s(LM(y.k)));}catch{}},l.onclose=()=>{!a&&!u&&(c=setTimeout(()=>{f();},CM));},l.onerror=()=>{try{l?.close();}catch{}});};return f(),()=>{a=true,p(),c&&clearTimeout(c),u?.();try{l?.close();}catch{}}}async spotWsBase(){return (await this.spotBase()).includes("binance.us")?wM:yM}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}async listSpot(){let e=await this.spotBase();return ((await this.json(`${e}/exchangeInfo`)).symbols??[]).filter(n=>n.status==="TRADING").map(n=>({ticker:n.symbol,description:`${n.baseAsset} / ${n.quoteAsset}`,type:"crypto"}))}async listFutures(){return ((await this.json(`${mh}/exchangeInfo`)).symbols??[]).filter(t=>t.contractType==="PERPETUAL"&&t.status==="TRADING").map(t=>({ticker:`${t.symbol}.P`,description:`${t.baseAsset} / ${t.quoteAsset} Perpetual`,type:"futures"}))}async fetchKlines(e,t,n,i){if(i.from!=null)return this.paginateForward(e,t,n,i.from,i.to??Date.now(),i.limit);let o=i.limit??500;return o>1e3?this.paginateBackward(e,t,n,o,i.to):this.klinesChunk(e,{symbol:t,interval:n,limit:o,endTime:i.to})}async paginateForward(e,t,n,i,o,s){let a=[],l=i;for(;l<o;){let c=await this.klinesChunk(e,{symbol:t,interval:n,limit:1e3,startTime:l,endTime:o});if(c.length===0||(a.push(...c),l=Number(c[c.length-1][6])+1,c.length<1e3)||s&&a.length>=s)break}return s?a.slice(0,s):a}async paginateBackward(e,t,n,i,o){let s=[],a=i,l=o,c=Math.ceil(i/1e3)+5;for(;a>0&&c-- >0;){let d=Math.min(a,1e3),u=await this.klinesChunk(e,{symbol:t,interval:n,limit:d,endTime:l});if(u.length===0||(s=u.concat(s),a-=u.length,l=Number(u[0][0])-1,u.length<d))break}return s}async klinesChunk(e,t){let n=new URL(`${e}/klines`);n.searchParams.set("symbol",t.symbol),n.searchParams.set("interval",t.interval),t.limit&&n.searchParams.set("limit",String(Math.min(t.limit,1e3))),t.startTime!=null&&n.searchParams.set("startTime",String(t.startTime)),t.endTime!=null&&n.searchParams.set("endTime",String(t.endTime));let i=await this.json(n.toString());return Array.isArray(i)?i.length>0&&!Array.isArray(i[0])?[]:i:[]}spotBase(){return this.spotBaseUrl?Promise.resolve(this.spotBaseUrl):(this.spotBaseProbe||(this.spotBaseProbe=(async()=>{try{for(let e of [aw,vM])try{if((await fetch(`${e}/ping`,{signal:AbortSignal.timeout(5e3)})).ok)return this.spotBaseUrl=e}catch{}return aw}finally{this.spotBaseProbe=null;}})()),this.spotBaseProbe)}async json(e){let t=await fetch(e);if(!t.ok)throw new Error(`Binance HTTP ${t.status} for ${e}`);return t.json()}};var AM="https://api.hyperliquid.xyz/info",RM="wss://api.hyperliquid.xyz/ws",DM=15e3,OM=2e3,hw={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",480:"8h",720:"12h",D:"1d",W:"1w",M:"1M"},pw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},FM=[1,3,5,15,30,60,120,240,480,720],NM={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",480:"8h",720:"12h"},VM=["1","3","5","15","30","45","60","120","180","240","360","480","720","D","W","M"],mw={D:864e5,W:6048e5,M:2592e6};function _M(r){if(mw[r])return mw[r];let e=parseInt(r,10);return Number.isFinite(e)&&e>0?e*6e4:36e5}function fw(r){return pw[r]??pw[r.toLowerCase()]??r}function gh(r){let e=r.trim();return e.includes("/")?e:e.toUpperCase()}function bh(r){return {time:Number(r.t),open:Number(r.o),high:Number(r.h),low:Number(r.l),close:Number(r.c),volume:Number(r.v)}}function BM(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function HM(r,e){let t=new Map;for(let n of r){let i=Math.floor(n.time/e)*e,o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function zM(r){return FM.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}var pc=class{constructor(){this.metaPromise=null;this.spotMetaPromise=null;this.symbolsPromise=null;}info(){return {name:"hyperliquid",displayName:"Hyperliquid",requiresApiKey:false,supportedTimeframes:VM,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let i=gh(e),o=fw(t),s=hw[o];if(s)return BM((await this.fetchCandles(i,s,_M(o),n)).map(bh));let a=/^\d+$/.test(o)?parseInt(o,10):null,l=a!=null?zM(a):null;if(a==null||l==null)return console.warn(`[vela] Hyperliquid: timeframe "${t}" is not supported and cannot be aggregated.`),[];let c=a/l,d={...n,limit:n.limit!=null?n.limit*c+c:void 0},u=(await this.fetchCandles(i,NM[l],l*6e4,d)).map(bh),h=HM(u,a*6e4);return n.limit!=null&&h.length>n.limit?h.slice(-n.limit):h}catch(i){return console.warn(`[vela] Hyperliquid: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let t=gh(e),i=(await this.fetchMeta().catch(()=>null))?.universe?.find(o=>o.name===t);if(i){let o=bw(Math.max(0,6-(i.szDecimals??2)));return gw(e,t,"USD","futures",`${t} / USD Perpetual`,o)}if(t.includes("/")){let o=await this.fetchSpotMeta().catch(()=>null),s=o?.universe?.find(u=>u.name===t),a=s&&o?.tokens?o.tokens[s.tokens?.[0]??-1]:void 0,[l=t,c="USDC"]=t.split("/"),d=bw(Math.max(0,8-(a?.szDecimals??2)));return gw(e,l,c,"crypto",`${l} / ${c}`,d)}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=Promise.all([this.listPerps().catch(()=>[]),this.listSpot().catch(()=>[])]).then(([e,t])=>[...e,...t])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let i=gh(e),o=hw[fw(t)];return o&&typeof WebSocket<"u"?this.streamCandles(e,t,i,o,n):this.pollBars(e,t,n)}async listPerps(){return ((await this.fetchMeta()).universe??[]).filter(t=>!t.isDelisted).map(t=>({ticker:t.name,description:`${t.name} / USD Perpetual`,type:"futures"}))}async listSpot(){let e=await this.fetchSpotMeta(),t=e.tokens??[],n=i=>i!=null?t[i]?.name??null:null;return (e.universe??[]).map(i=>{let o=n(i.tokens?.[0]),s=n(i.tokens?.[1]),a=o&&s?`${o} / ${s}`:i.name;return {ticker:i.name,description:a,type:"crypto"}})}async fetchCandles(e,t,n,i){let o=i.to??Date.now(),s=i.from!=null?i.from:o-((i.limit??500)+2)*n,a=await this.candleSnapshot(e,t,s,o);return i.from==null&&i.limit!=null&&a.length>i.limit?a.slice(-i.limit):a}async candleSnapshot(e,t,n,i){let o=await this.post({type:"candleSnapshot",req:{coin:e,interval:t,startTime:Math.floor(n),endTime:Math.floor(i)}});return Array.isArray(o)?o:[]}streamCandles(e,t,n,i,o){let s=false,a=null,l=null,c=null,d=null,u=null,h=()=>{d&&(clearTimeout(d),d=null);},p=()=>{l&&(clearInterval(l),l=null);},m=()=>{if(!(s||u)){h(),p(),c&&(clearTimeout(c),c=null);try{a?.close();}catch{}a=null,console.warn(`[vela] Hyperliquid: ${e} ${t} stream delivered no data; falling back to polling.`),u=this.pollBars(e,t,o);}},f=()=>{s||u||(a=new WebSocket(RM),d=setTimeout(m,DM),a.onopen=()=>{try{a?.send(JSON.stringify({method:"subscribe",subscription:{type:"candle",coin:n,interval:i}}));}catch{}l=setInterval(()=>{try{a?.send(JSON.stringify({method:"ping"}));}catch{}},3e4);},a.onmessage=g=>{if(!(s||u))try{let b=JSON.parse(typeof g.data=="string"?g.data:"");b.channel==="candle"&&b.data&&b.data.s===n&&(h(),o(bh(b.data)));}catch{}},a.onclose=()=>{p(),!s&&!u&&(c=setTimeout(f,OM));},a.onerror=()=>{try{a?.close();}catch{}});};return f(),()=>{s=true,h(),p(),c&&clearTimeout(c),u?.();try{a?.close();}catch{}}}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}fetchMeta(){return this.metaPromise??(this.metaPromise=this.post({type:"meta"}).then(e=>e))}fetchSpotMeta(){return this.spotMetaPromise??(this.spotMetaPromise=this.post({type:"spotMeta"}).then(e=>e))}async post(e){let t=await fetch(AM,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw new Error(`Hyperliquid HTTP ${t.status}`);return t.json()}};function gw(r,e,t,n,i,o){return {ticker:r,tickerid:`HYPERLIQUID:${r}`,prefix:"HYPERLIQUID",description:i,type:n,basecurrency:e,currency:t,mintick:o,pricescale:Math.round(1/o),timezone:"Etc/UTC",session:"24x7"}}function bw(r){return Math.pow(10,-r)}var $M={now:()=>Date.now(),delay:r=>new Promise(e=>setTimeout(e,r))},mc=class{constructor(e,t,n=$M){this.maxConcurrent=e;this.minIntervalMs=t;this.clock=n;this.active=0;this.waiters=[];this.nextStartAt=0;this.pausedUntil=0;}async run(e){await this.acquire();try{return await this.waitForTurn(),await e()}finally{this.release();}}pauseFor(e){e>0&&(this.pausedUntil=Math.max(this.pausedUntil,this.clock.now()+e));}async waitForTurn(){for(;;){let e=this.clock.now(),t=Math.max(this.pausedUntil-e,this.nextStartAt-e);if(t<=0)break;await this.clock.delay(t);}this.nextStartAt=Math.max(this.clock.now(),this.nextStartAt)+this.minIntervalMs;}acquire(){return this.active<this.maxConcurrent?(this.active+=1,Promise.resolve()):new Promise(e=>{this.waiters.push(()=>{this.active+=1,e();});})}release(){this.active-=1;let e=this.waiters.shift();e&&e();}};var vh="https://api.exchange.coinbase.com",WM="wss://ws-feed.exchange.coinbase.com",GM={Accept:"application/json"},UM=15e3,YM=2e3,KM=5e3,fc=300,XM=4,jM=120,qM=4,ZM=600,JM=400;function QM(r,e){let t=Number(r.headers.get("retry-after"));return Number.isFinite(t)&&t>0?t*1e3:e}var vw={1:60,5:300,15:900,60:3600,360:21600,D:86400},yw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},ek=[1,5,15,60,360,1440],tk={1:60,5:300,15:900,60:3600,360:21600,1440:86400},nk=["1","3","5","15","30","45","60","120","180","240","360","480","720","D","W","M"],yh=864e5;function ww(r){return yw[r]??yw[r.toLowerCase()]??r}function wh(r){return r.trim().toUpperCase()}function rk(r){return {time:Number(r[0])*1e3,open:Number(r[3]),high:Number(r[2]),low:Number(r[1]),close:Number(r[4]),volume:Number(r[5])}}function xh(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function ik(r,e){return xw(r,t=>Math.floor(t/e)*e)}function ok(r,e){return xw(r,e==="W"?sk:ak)}function xw(r,e){let t=new Map;for(let n of r){let i=e(n.time),o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function sk(r){let e=new Date(r),t=(e.getUTCDay()+6)%7;return Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()-t)}function ak(r){let e=new Date(r);return Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),1)}function lk(r){return ek.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}function Sh(r,e){return e!=null&&r.length>e?r.slice(-e):r}var gc=class{constructor(){this.symbolsPromise=null;this.gate=new mc(XM,jM);}info(){return {name:"coinbase",displayName:"Coinbase",requiresApiKey:false,supportedTimeframes:nk,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let i=wh(e),o=ww(t),s=vw[o];if(s)return xh(await this.fetchCandles(i,s,n));if(o==="W"||o==="M"){let h=o==="W"?7*yh:31*yh,p=n.from!=null?n:{...n,limit:n.limit!=null?Math.ceil(n.limit*h/yh)+31:void 0},m=await this.fetchCandles(i,86400,p);return Sh(ok(m,o),n.limit)}let a=/^\d+$/.test(o)?parseInt(o,10):null,l=a!=null?lk(a):null;if(a==null||l==null)return console.warn(`[vela] Coinbase: timeframe "${t}" is not supported and cannot be aggregated.`),[];let c=a/l,d={...n,limit:n.limit!=null?n.limit*c+c:void 0},u=await this.fetchCandles(i,tk[l],d);return Sh(ik(u,a*6e4),n.limit)}catch(i){return console.warn(`[vela] Coinbase: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let t=wh(e),n=await this.json(`${vh}/products/${t}`).catch(()=>null);if(!n||!n.id)return;let i=n.quote_increment!=null?parseFloat(n.quote_increment):.01,o=i>0?i:.01;return {ticker:e,tickerid:`COINBASE:${e}`,prefix:"COINBASE",description:`${n.base_currency} / ${n.quote_currency}`,type:"crypto",basecurrency:n.base_currency,currency:n.quote_currency,mintick:o,pricescale:Math.round(1/o),timezone:"Etc/UTC",session:"24x7"}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=this.fetchProducts().then(e=>e.filter(t=>t.status==="online"&&!t.trading_disabled).map(t=>({ticker:t.id,description:`${t.base_currency} / ${t.quote_currency}`,type:"crypto"}))).catch(()=>[])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let i=vw[ww(t)];return i&&typeof WebSocket<"u"?this.streamTicker(e,t,i,n):this.pollBars(e,t,n)}async fetchProducts(){let e=await this.json(`${vh}/products`);return Array.isArray(e)?e:[]}async fetchCandles(e,t,n){return n.from!=null?this.paginateForward(e,t,n.from,n.to??Date.now(),n.limit):this.paginateBackward(e,t,n.limit??500,n.to??Date.now())}async paginateBackward(e,t,n,i){let o=t*1e3,s=[],a=n,l=i,c=Math.ceil(n/fc)+4;for(;a>0&&c-- >0;){let d=Math.min(a,fc),u=l-d*o,h=await this.candlesChunk(e,t,u,l);if(h.length===0||(s=h.concat(s),a-=h.length,l=h[0].time-1,h.length<d))break}return Sh(xh(s),n)}async paginateForward(e,t,n,i,o){let s=t*1e3,a=[],l=n,c=Math.ceil((i-n)/(fc*s))+4;for(;l<i&&c-- >0;){let u=Math.min(l+fc*s,i),h=await this.candlesChunk(e,t,l,u);if(h.length>0&&a.push(...h),l=u,o!=null&&a.length>=o)break}let d=xh(a);return o!=null?d.slice(0,o):d}async candlesChunk(e,t,n,i){let o=new URL(`${vh}/products/${e}/candles`);o.searchParams.set("granularity",String(t)),o.searchParams.set("start",String(Math.floor(n/1e3))),o.searchParams.set("end",String(Math.floor(i/1e3)));let s=await this.json(o.toString());return !Array.isArray(s)||s.length>0&&!Array.isArray(s[0])?[]:s.map(rk).sort((a,l)=>a.time-l.time)}streamTicker(e,t,n,i){let o=wh(e),s=n*1e3,a=x=>Math.floor(x/s)*s,l=false,c=null,d=null,u=null,h=null,p=null,m=null,f=()=>{u&&(clearTimeout(u),u=null);},g=()=>{h&&(clearInterval(h),h=null);},b=()=>{m&&i({...m});},y=async x=>{try{let S=await this.getBars(e,t,{limit:2});if(l||S.length===0)return;x&&S.length>=2&&i(S[S.length-2]);let P=S[S.length-1];m=m&&m.time===P.time?{...P,high:Math.max(P.high,m.high),low:Math.min(P.low,m.low),close:m.close}:{...P},b();}catch{}},v=(x,S)=>{let P=Number(x);if(!Number.isFinite(P))return;let k=a(S);!m||k>m.time?(m={time:k,open:P,high:P,low:P,close:P,volume:0},b(),y(false)):k===m.time&&(m={...m,close:P,high:Math.max(m.high,P),low:Math.min(m.low,P)},b());},w=()=>{if(!(l||p)){f(),g(),d&&(clearTimeout(d),d=null);try{c?.close();}catch{}c=null,console.warn(`[vela] Coinbase: ${e} ${t} stream delivered no data; falling back to polling.`),p=this.pollBars(e,t,i);}},E=()=>{l||p||(c=new WebSocket(WM),u=setTimeout(w,UM),c.onopen=()=>{try{c?.send(JSON.stringify({type:"subscribe",product_ids:[o],channels:["ticker"]}));}catch{}y(false),h=setInterval(()=>{y(false);},KM);},c.onmessage=x=>{if(!(l||p))try{let S=JSON.parse(typeof x.data=="string"?x.data:"");S.type==="ticker"&&S.product_id===o&&S.price!=null&&(f(),v(S.price,S.time?Date.parse(S.time):Date.now()));}catch{}},c.onclose=()=>{g(),!l&&!p&&(d=setTimeout(E,YM));},c.onerror=()=>{try{c?.close();}catch{}});};return E(),()=>{l=true,f(),g(),d&&clearTimeout(d),p?.();try{c?.close();}catch{}}}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}async json(e){return (await this.request(e)).json()}async request(e){for(let t=0;;t+=1){let n=await this.gate.run(()=>fetch(e,{headers:GM}));if(n.status===429&&t<qM){let i=ZM*2**t+Math.random()*JM;this.gate.pauseFor(Math.max(QM(n,0),i));continue}if(!n.ok)throw new Error(`Coinbase HTTP ${n.status} for ${e}`);return n}}};
1003
- exports.ACCENT=Ee;exports.ACCENT_BRIGHT=sr;exports.BEARISH=X;exports.BULLISH=q;exports.BarStore=ma;exports.BinanceProvider=hc;exports.CATEGORICAL=Lh;exports.CROSSHAIR=Ih;exports.CachingDataFeed=Di;exports.CoinbaseProvider=gc;exports.DARK_THEME=bt;exports.DEFAULT_PANEL_MAX_WIDTH=ow;exports.DEFAULT_PANEL_MIN_WIDTH=ph;exports.DEFAULT_PANEL_WIDTH=iw;exports.DataControl=Fi;exports.Drawing=_;exports.DrawingStore=pr;exports.DrawingToolbar=Bo;exports.DrawingsControl=Ni;exports.HIGHLIGHT=Mh;exports.HyperliquidProvider=pc;exports.INFO=It;exports.INVALID=Jo;exports.LIGHT_THEME=Mi;exports.MARKER=kh;exports.MultiProviderFeed=Nn;exports.NEUTRAL=Pe;exports.NativeRenderer=zo;exports.OVERRIDABLE_TOPBAR_IDS=hh;exports.RendererControl=ki;exports.SERIES_LINE=ui;exports.SESSION_OFF=wk;exports.SESSION_POST=yk;exports.SESSION_PRE=vk;exports.SLATE=Qo;exports.SLATE_DEEP=Ah;exports.TRADE_EXIT=Oh;exports.TRADE_LONG=Rh;exports.TRADE_SHORT=Dh;exports.TypedEventBus=bn;exports.VALID=Zo;exports.Vela=uh;exports.WARNING=vn;exports.buildColorPicker=fo;exports.buildToolbar=Ti;exports.categoricalColor=xk;exports.chartType=Nt;exports.chartTypes=tt;exports.clampPanelWidth=bM;exports.combineColor=cl;exports.createDrawing=en;exports.defaultToolbar=Ci;exports.deserializeDrawing=pt;exports.drawingTypes=aa;exports.getDrawingType=Qe;exports.getNativeIndicator=di;exports.iconMarkup=ts;exports.inputDeltas=Og;exports.inputVisible=co;exports.legendActions=oM;exports.legendCallouts=lM;exports.nativeIndicatorDescriptors=jo;exports.nativeIndicatorTypes=Th;exports.normalizeSettingsRow=mr;exports.registerChartType=Ac;exports.registerDefaultEngine=mM;exports.registerDrawingType=O;exports.registerIcon=D;exports.registerLegendAction=rM;exports.registerLegendCallout=sM;exports.registerNativeIndicator=ir;exports.registerRendererDefaults=m0;exports.registerRendererLayer=hL;exports.registerSidePanel=jL;exports.registerStatePersistence=cM;exports.registerSymbolRanking=hM;exports.registerWidgetAction=eM;exports.registerWidgetAttachment=YL;exports.rendererDefaults=Dc;exports.rendererLayers=$u;exports.resolveEngines=gM;exports.resolveTheme=gr;exports.settingsRowValueKeys=Pi;exports.sharedBarStore=Ii;exports.sidePanels=ZL;exports.splitColor=un;exports.stableSeriesId=sw;exports.statePersistenceHandlers=uM;exports.symbolRanking=pM;exports.tickerModifierIds=Rc;exports.timeframeToMs=et;exports.topbarActionOverride=QL;exports.unregisterChartType=o0;exports.unregisterDefaultEngine=fM;exports.unregisterLegendAction=iM;exports.unregisterLegendCallout=aM;exports.unregisterNativeIndicator=Ch;exports.unregisterRendererDefaults=f0;exports.unregisterRendererLayer=pL;exports.unregisterSidePanel=qL;exports.unregisterStatePersistence=dM;exports.unregisterWidgetAction=tM;exports.unregisterWidgetAttachment=KL;exports.widgetActions=nM;exports.widgetAttachments=XL;return exports;})({});
1002
+ `;function fL(r){let e=r.getElementById(Ny);e||(e=r.createElement("style"),e.id=Ny,r.head.appendChild(e)),e.textContent=mL;}function Wu(r){return He(r)?"#ffffff":"#000000"}function Gu(r,e){let t=He(e);r.style.color=t?"#ffffff":"#000000",r.style.setProperty("--vela-attr-shadow",t?"rgba(0,0,0,0.45)":"rgba(255,255,255,0.55)");}function Vy(r,e,t){let n=r.createElement("div");return n.className="vela-attribution-custom",Object.assign(n.style,{position:"absolute",zIndex:"6",pointerEvents:"auto",display:"flex",alignItems:"center",lineHeight:"1"}),n.style.color=Wu(t),n.innerHTML=e,n}function _y(r,e){fL(r);let t=r.createElement("a");t.className="vela-attribution",t.href=pL,t.target="_blank",t.rel="noopener",t.title="Charting by Vela",t.setAttribute("aria-label","Charting by Vela"),Object.assign(t.style,{position:"absolute",zIndex:"6",pointerEvents:"auto",cursor:"pointer"}),Gu(t,e);let n=r.createElement("span");n.className="vela-attr-symbol",n.setAttribute("aria-hidden","true"),n.innerHTML=Oy;let i=r.createElement("span");return i.className="vela-attr-wordmark",i.innerHTML=Fy,t.append(n,i),t}function oc(r){if(!r||r==="transparent")return false;let e=/rgba?\(\s*[\d.]+\s*,\s*[\d.]+\s*,\s*[\d.]+\s*,\s*([\d.]+)\s*\)/.exec(r);return e?parseFloat(e[1])>.001:true}function By(r,e,t){let n=r.borderTopLeftRadius,i=parseFloat(n)||0,o=n.endsWith("%")?i/100*Math.min(e,t):i;return Math.max(0,Math.min(o,Math.min(e,t)/2))}function Uu(r,e,t,n,i,o){r.beginPath(),o>0&&typeof r.roundRect=="function"?r.roundRect(e,t,n,i,o):r.rect(e,t,n,i);}function gL(r){try{let e=r.ownerDocument.createElement("canvas");e.width=1,e.height=1;let t=e.getContext("2d");return t?(t.drawImage(r,0,0,1,1),e.toDataURL(),!0):!1}catch{return false}}function sc(r,e,t){let n=e.ownerDocument.defaultView;if(!n)return;r.save(),r.scale(t.dpr,t.dpr);let i=(c,d,u)=>{let h=c.textContent?.replace(/\s+/g," ").trim();if(!h)return;let p=c.ownerDocument.createRange();p.selectNodeContents(c);let m=p.getBoundingClientRect();m.width<=0||m.height<=0||(r.globalAlpha=u,r.fillStyle=d.color,r.font=`${d.fontStyle} ${d.fontWeight} ${d.fontSize} ${d.fontFamily}`,r.textBaseline="middle",r.textAlign="left",r.fillText(h,m.left-t.left,m.top-t.top+m.height/2));},o=(c,d,u)=>{if(!c.complete||c.naturalWidth<=0||!gL(c))return;let h=c.getBoundingClientRect();if(h.width<=0||h.height<=0)return;let p=h.left-t.left,m=h.top-t.top;r.save(),r.globalAlpha=u,Uu(r,p,m,h.width,h.height,By(d,h.width,h.height)),r.clip(),r.drawImage(c,p,m,h.width,h.height),r.restore();},s=(c,d)=>{for(let u of c.children){if(u.hasAttribute("transform"))continue;let h=u.tagName.toLowerCase();if(h==="g"){s(u,d);continue}let p=b=>parseFloat(u.getAttribute(b)??"0")||0,m=null;if(h==="path"){let b=u.getAttribute("d");b&&(m=new Path2D(b));}else if(h==="circle")m=new Path2D,m.arc(p("cx"),p("cy"),p("r"),0,Math.PI*2);else if(h==="ellipse")m=new Path2D,m.ellipse(p("cx"),p("cy"),p("rx"),p("ry"),0,0,Math.PI*2);else if(h==="rect")m=new Path2D,m.rect(p("x"),p("y"),p("width"),p("height"));else if(h==="line")m=new Path2D,m.moveTo(p("x1"),p("y1")),m.lineTo(p("x2"),p("y2"));else if(h==="polyline"||h==="polygon"){let b=(u.getAttribute("points")??"").trim().split(/[\s,]+/).map(Number);if(b.length<4||b.some(Number.isNaN))continue;m=new Path2D,m.moveTo(b[0],b[1]);for(let y=2;y+1<b.length;y+=2)m.lineTo(b[y],b[y+1]);h==="polygon"&&m.closePath();}if(!m)continue;let f=n.getComputedStyle(u);f.fill&&f.fill!=="none"&&oc(f.fill)&&(r.globalAlpha=d*(parseFloat(f.fillOpacity)||1),r.fillStyle=f.fill,r.fill(m));let g=parseFloat(f.strokeWidth)||0;f.stroke&&f.stroke!=="none"&&oc(f.stroke)&&g>0&&(r.globalAlpha=d*(parseFloat(f.strokeOpacity)||1),r.strokeStyle=f.stroke,r.lineWidth=g,(f.strokeLinecap==="round"||f.strokeLinecap==="square"||f.strokeLinecap==="butt")&&(r.lineCap=f.strokeLinecap),(f.strokeLinejoin==="round"||f.strokeLinejoin==="bevel"||f.strokeLinejoin==="miter")&&(r.lineJoin=f.strokeLinejoin),r.stroke(m));}},a=(c,d)=>{let u=c.getBoundingClientRect();if(u.width<=0||u.height<=0)return;let h=n.getComputedStyle(c);if(h.display==="none"||h.visibility==="hidden")return;let p=d*(parseFloat(h.opacity)||1);if(p<=.001)return;let m=c.viewBox.baseVal,f=m&&m.width>0?m.width:u.width,g=m&&m.height>0?m.height:u.height;r.save(),r.translate(u.left-t.left,u.top-t.top),r.scale(u.width/f,u.height/g),m&&r.translate(-m.x,-m.y),s(c,p),r.restore();},l=(c,d)=>{let u=n.getComputedStyle(c);if(u.display==="none"||u.visibility==="hidden")return;let h=d*(parseFloat(u.opacity)||1);if(h<=.001)return;let p=c.getBoundingClientRect();if(p.width>0&&p.height>0){let m=p.left-t.left,f=p.top-t.top,g=By(u,p.width,p.height);oc(u.backgroundColor)&&(r.globalAlpha=h,r.fillStyle=u.backgroundColor,Uu(r,m,f,p.width,p.height,g),r.fill());let b=parseFloat(u.borderTopWidth)||0;b>0&&u.borderTopStyle!=="none"&&oc(u.borderTopColor)&&(r.globalAlpha=h,r.strokeStyle=u.borderTopColor,r.lineWidth=b,Uu(r,m+b/2,f+b/2,p.width-b,p.height-b,Math.max(0,g-b/2)),r.stroke());}for(let m of c.childNodes)m.nodeType===3?i(m,u,h):m instanceof n.HTMLImageElement?o(m,n.getComputedStyle(m),h):m instanceof n.SVGSVGElement?a(m,h):m instanceof n.HTMLElement&&l(m,h);};e instanceof n.HTMLElement&&l(e,1),r.restore();}function Hy(r,e,t,n,i){let o=Math.max(0,e),s=Math.min(r.length-1,t);if(o>s)return null;let a=1/0,l=-1/0;for(let v=o;v<=s;v+=1){let w=r[v];w.volume!=null&&w.volume>0&&(w.low<a&&(a=w.low),w.high>l&&(l=w.high));}if(!Number.isFinite(a))return null;let c=l>a?Math.max(1,Math.round(n)):1,d=l>a?(l-a)/c:1,u=Array.from({length:c},(v,w)=>({price:a+w*d,up:0,down:0}));for(let v=o;v<=s;v+=1){let w=r[v],E=w.volume;if(!(E!=null&&E>0))continue;let x=w.close>=w.open?"up":"down",S=w.high-w.low;if(S<=0){let T=Yu(Math.floor((w.low-a)/d),c);u[T][x]+=E;continue}let P=Yu(Math.floor((w.low-a)/d),c),k=Yu(Math.floor((w.high-a)/d-1e-9),c);for(let T=P;T<=k;T+=1){let M=a+T*d,L=Math.min(w.high,M+d)-Math.max(w.low,M);L>0&&(u[T][x]+=E*L/S);}}let h=0,p=0,m=0;for(let v=0;v<c;v+=1){let w=u[v].up+u[v].down;h+=w,w>p&&(p=w,m=v);}if(p<=0)return null;let f=h*Math.min(1,Math.max(0,i)),g=m,b=m,y=p;for(;y<f&&(g>0||b<c-1);){let v=g>0?u[g-1].up+u[g-1].down:-1,w=b<c-1?u[b+1].up+u[b+1].down:-1;w>v?(b+=1,y+=w):(g-=1,y+=v);}return {rows:u,rowH:d,min:a,maxTotal:p,poc:m,vaFrom:g,vaTo:b}}function Yu(r,e){return r<0?0:r>=e?e-1:r}function zy(r,e,t,n){let{rows:i,rowH:o,maxTotal:s,poc:a,vaFrom:l,vaTo:c}=e,{rightX:d,maxW:u,yOf:h}=t;if(!(s<=0||u<=0)){for(let p=0;p<i.length;p+=1){let m=i[p],f=m.up+m.down;if(f<=0)continue;let g=h(m.price+o),b=Math.max(1,h(m.price)-g-1),y=f/s*u,v=m.up/f*y;r.globalAlpha=p>=l&&p<=c?.62:.28,v>0&&(r.fillStyle=n.upColor,r.fillRect(d-y,g,v,b)),y-v>0&&(r.fillStyle=n.downColor,r.fillRect(d-y+v,g,y-v,b));}if(n.showPoc){let p=i[a],m=h(p.price+o),f=Math.max(1,h(p.price)-m-1);r.globalAlpha=.9,r.strokeStyle=n.pocColor,r.lineWidth=1,r.strokeRect(d-u+.5,m+.5,u-1,f);}r.globalAlpha=1;}}var ac=class{constructor(){this.canvas=null;this.ctx=null;this.memoKey="";this.memo=null;}mount(e){this.canvas=e,this.ctx=e.getContext("2d");}destroy(){this.canvas=null,this.ctx=null,this.memoKey="",this.memo=null;}render(e){let t=this.ctx,n=this.canvas;if(!t||!n)return;let{bars:i,data:o,visible:s,coords:a,scale:l,bounds:c,theme:d}=e,u=a.dpr;if(t.setTransform(u,0,0,u,0,0),t.clearRect(0,0,n.width/u,n.height/u),!o||!s||i.length===0||c.height<=0)return;let h=a.visibleLogicalRange(),p=Math.max(0,Math.floor(h.from)),m=Math.min(i.length-1,Math.ceil(h.to));if(p>m)return;let f=i[m],g=`${p}:${m}:${i.length}:${f.high}:${f.low}:${f.close}:${f.volume??0}:${o.rows}:${o.valueAreaFrac}`;g!==this.memoKey&&(this.memoKey=g,this.memo=Hy(i,p,m,o.rows,o.valueAreaFrac));let b=this.memo;b&&(t.save(),t.beginPath(),t.rect(0,c.top,a.width,c.height),t.clip(),zy(t,b,{rightX:a.width,maxW:a.width*o.widthFrac,yOf:y=>a.priceToY(y,l,c)},{upColor:o.upColor,downColor:o.downColor,showPoc:o.showPoc,pocColor:d.textColor}),t.restore());}};var Se="price",wL=8,xL="rgba(0,0,0,0)",lc=64,SL=56,$y=26,oi=22,Ho=26,Ku=24,CL=5,TL="0 2px 8px rgba(0,0,0,0.4)",EL=12,Ky=12,Wy=lc+Ky,Xu=oi+14,PL=120,LL=2,Gy=6,ML=70,ii=80,kL=110,ju=90,IL=130,AL=.02,RL=.004,DL=.2,OL=4,zo=class{constructor(e){this.capabilities=qb;this.surfaceBackground=bt.background;this.surfaceTextColor=bt.textColor;this.toolbarGutter=0;this.mountContainer=null;this.userDrawings=null;this.backdropRenderer=new rc;this.volumeRenderer=new ic;this.extLayers=[];this.layerOrderSig="";this.attributionEl=null;this.attributionEnabled=true;this.attributionHtml=null;this.vpvrRenderer=new ac;this.resizeObserver=null;this.dprMedia=null;this.plotDeviceSize=null;this.coords=new kl;this.scene=new Fl;this.backendMode="auto";this.glowAmount=0;this.chrome=new zl;this.indicatorSlices=new tc;this.labelTooltip=null;this.crosshairLayer=new Wl;this.countdownTimer=null;this.symbolPicker=null;this.indicatorTitlesOn=true;this.indicatorValuesOn=true;this.legendActionsProvider=null;this.legendCalloutsProvider=null;this.legendOverviewAction=null;this.keyboard=null;this.keyboardEnabled=true;this.historyChordsEnabled=true;this.liveRegion=null;this.animZoom=true;this.animPan=true;this.candleUp=q;this.candleDown=X;this.introStyle="settle";this.introPlayed=false;this.introRaf=null;this.loadingEl=null;this.modelAlpha=1;this.targetBarSpacing=0;this.zoomAnchorLogical=0;this.zoomAnchorX=0;this.zoomAnchorMode="right";this.panVelocity=0;this.bars=[];this.didInitialFit=false;this.paintedData=false;this.skeletonClockMs=0;this.candleBodyAlpha=1;this.candleStructureAlpha=1;this.lastPointer=null;this.volumeActive=false;this.volumeHidden=false;this.vpvrActive=false;this.vpvrHidden=false;this.liveEaseTime=0;this.liveEaseHigh=0;this.liveEaseLow=0;this.liveEaseClose=0;this.axisDragEnabled=true;this.scaleDragHolder=null;this.scaleDragHeight=0;this.scaleDragStart=null;this.paneResizeEnabled=true;this.resizeAbove=null;this.resizeBelow=null;this.resizeSplitStart=null;this.hoverSeparatorY=null;this.maximizedPaneId=null;this.rightAxisW=lc;this.paneControls=null;this.axisScaleButtons=null;this.paneActionCbs=new Set;this.hoverLogical=null;this.settingsDialog=null;this.hiddenSettings=[];this.dialogHost=null;this.settingsButton=null;this.settingsEnabled=false;this.scrollButton=null;this.pointerNearScrollBtn=false;this.scrollTargetRO=null;this.scrollBtnBottomPx=Xu;this.scrollBtnRightPx=Wy;this.layoutMode="desktop";this.viewportCbs=new Set;this.crosshairCbs=new Set;this.chartTypeSettingsCbs=new Set;this.configChangedCbs=new Set;this.themeSelectCbs=new Set;this.factoryConfig=null;this.hostSettingsSections=[];this.clickCbs=new Set;this.axisLongPressCbs=new Set;this.inputChangeCbs=new Set;this.removeIndicatorCbs=new Set;this.toggleVisibleCbs=new Set;this.moveIndicatorCbs=new Set;this.priceStyleCbs=new Set;this.name="native";this.features=["logScale","currentPriceLine","priceLabel","countdown","upColor","downColor","glow","animZoom","animPan","intro","zoomAnchor","axisDrag","paneResize","candleZOrder","candleVisible","seriesOrder","highlights","sessionZones","gridlines","axisLabels","scaleMode","invertScale","paneScales","autoScale","timezone","keyboard","historyChords","priceStyle","priceBaseline","baselinePrice","settings","attribution","dialogHost","tradeMarkers","indicatorTitles","indicatorValues"];this.onScrollProximityMove=e=>{if(!this.scrollButton||!this.plot)return;let t=this.plot.getBoundingClientRect(),n=t.width-this.scrollBtnRightPx-Ho/2,i=t.height-this.scrollBtnBottomPx-Ho/2,o=Math.hypot(e.clientX-t.left-n,e.clientY-t.top-i)<=PL;o!==this.pointerNearScrollBtn&&(this.pointerNearScrollBtn=o,this.updateScrollToRealtimeButton());};this.onScrollProximityLeave=()=>{this.pointerNearScrollBtn&&(this.pointerNearScrollBtn=false,this.updateScrollToRealtimeButton());};this.onDprChange=()=>{this.watchDpr(),this.resize();};this.externalCross=null;this.snapMode="off";e&&(this.scene.showPriceLine=e.currentPriceLine,this.scene.logScale=e.logScale,this.backendMode=e.nativeBackend,this.animZoom=e.animZoom,this.animPan=e.animPan,this.glowAmount=e.glow,this.candleUp=e.upColor,this.candleDown=e.downColor,this.scene.priceStyle=e.priceStyle,this.scene.basePainting=ou(e.priceStyle),this.scene.candleOverride=El(e.priceStyle,this.scene.style.chartTypes)),this.theme=this.deriveTheme(bt);}applyFeature(e,t){switch(e){case "logScale":if(t&&typeof t=="object"){let n=t;this.setPaneLog(n.pane??Se,!!n.value);return}this.scene.logScale=!!t;break;case "currentPriceLine":this.scene.showPriceLine=!!t;break;case "priceLabel":this.scene.showPriceLabel=!!t;break;case "countdown":this.scene.showCountdown=!!t,this.syncCountdownTimer();break;case "upColor":this.candleUp=String(t),this.theme&&(this.theme=this.deriveTheme(this.theme));break;case "downColor":this.candleDown=String(t),this.theme&&(this.theme=this.deriveTheme(this.theme));break;case "glow":this.glowAmount=Number(t)||0,this.backend&&"glow"in this.backend&&(this.backend.glow=this.glowAmount);break;case "animZoom":this.animZoom=!!t;return;case "animPan":this.animPan=!!t;return;case "intro":{let n=t===false||t==="none"||t==="off"||t==null?"":String(t);this.introStyle=n,n&&this.playIntro(n);return}case "zoomAnchor":this.zoomAnchorMode=t==="right"?"right":"cursor",this.input&&(this.input.rightEdgeZoom=this.zoomAnchorMode==="right");return;case "axisDrag":this.axisDragEnabled=!!t,this.input&&(this.input.axisDrag=this.axisDragEnabled);return;case "paneResize":this.paneResizeEnabled=!!t,this.input&&(this.input.paneResize=this.paneResizeEnabled);return;case "candleZOrder":this.scene.candleZ=Number(t)||0;break;case "candleVisible":this.scene.candlesHidden=t===false;break;case "seriesOrder":this.applySeriesOrder(t);break;case "highlights":this.scene.highlights=_L(t);break;case "sessionZones":this.scene.sessionZones=BL(t);break;case "gridlines":this.scene.showGrid=!!t;break;case "axisLabels":this.scene.showAxisLabels=!!t;break;case "scaleMode":if(t&&typeof t=="object"){let n=t;this.setPaneScaleMode(n.pane??Se,Uy(n.mode));return}this.scene.scaleMode=Uy(t);break;case "invertScale":if(t&&typeof t=="object"){let n=t;this.setPaneInvert(n.pane??Se,!!n.value);return}this.scene.invertScale=!!t;break;case "autoScale":for(let n of this.scene.panes.values())n.manualScale=t?null:{...n.scale};break;case "timezone":this.scene.timezone=typeof t=="string"&&t?t:"UTC";break;case "priceStyle":this.setPriceStyle(HL(t)?t:"candles");break;case "priceBaseline":this.scene.baselineValue=t==null?null:Number(t);break;case "tradeMarkers":this.scene.tradeMarkers=yv(this.scene.tradeMarkers,t);break;case "keyboard":this.setKeyboardEnabled(!!t);return;case "historyChords":this.historyChordsEnabled=!!t,this.userDrawings&&(this.userDrawings.historyChords=this.historyChordsEnabled);return;case "settings":this.setSettingsEnabled(!!t);return;case "indicatorTitles":this.indicatorTitlesOn=t!==false,this.inputsUI?.setTitlesVisible(this.indicatorTitlesOn);return;case "indicatorValues":this.indicatorValuesOn=t!==false,this.inputsUI?.setValuesVisible(this.indicatorValuesOn);return;case "attribution":this.attributionHtml=typeof t=="string"&&t.trim()?t:null,this.attributionEnabled=this.attributionHtml!==null||!!t,this.rebuildAttribution();return;case "dialogHost":this.dialogHost=t instanceof HTMLElement?t:null,this.settingsDialog?.close(),this.settingsDialog=null,this.inputsUI?.setDialogHost(this.dialogHost);return;default:return}this.scheduler?.invalidate(4);}readFeature(e){switch(e){case "logScale":return this.scene.logScale;case "currentPriceLine":return this.scene.showPriceLine;case "priceLabel":return this.scene.showPriceLabel;case "countdown":return this.scene.showCountdown;case "upColor":return this.candleUp;case "downColor":return this.candleDown;case "glow":return this.glowAmount;case "animZoom":return this.animZoom;case "animPan":return this.animPan;case "intro":return this.introStyle;case "zoomAnchor":return this.zoomAnchorMode;case "axisDrag":return this.input?this.input.axisDrag:this.axisDragEnabled;case "paneResize":return this.input?this.input.paneResize:this.paneResizeEnabled;case "candleZOrder":return this.scene.candleZ;case "candleVisible":return !this.scene.candlesHidden;case "seriesOrder":return this.scene.indicatorZOrder();case "highlights":return this.scene.highlights;case "sessionZones":return this.scene.sessionZones;case "gridlines":return this.scene.showGrid;case "axisLabels":return this.scene.showAxisLabels;case "scaleMode":return this.scene.scaleMode;case "invertScale":return this.scene.invertScale;case "paneScales":return this.paneScaleInfos();case "autoScale":{let t=this.scene.orderedPanes().find(n=>n.kind==="price");return t?t.manualScale==null:true}case "timezone":return this.scene.timezone;case "priceStyle":return this.scene.priceStyle;case "priceBaseline":return this.scene.baselineValue;case "baselinePrice":{let t=this.scene.panes.get(Se);return t?this.scene.baselinePriceFor(t.scale):this.scene.baselineValue}case "tradeMarkers":return {...this.scene.tradeMarkers,colors:{...this.scene.tradeMarkers.colors}};case "keyboard":return this.keyboardEnabled;case "historyChords":return this.historyChordsEnabled;case "settings":return this.settingsEnabled;case "indicatorTitles":return this.indicatorTitlesOn;case "indicatorValues":return this.indicatorValuesOn;case "attribution":return this.attributionHtml??this.attributionEnabled;case "dialogHost":return this.dialogHost??void 0;default:return}}setNativeData(e,t){e==="volume"?(this.scene.volumeLayer=t??null,this.scheduler?.invalidate(3)):e==="vpvr"?(this.scene.vpvrLayer=t??null,this.scheduler?.invalidate(3)):e.endsWith("-pending")?(this.scene.nativePending.set(e.slice(0,-8),t??[]),this.scheduler?.invalidate(3)):(this.scene.nativeData.set(e,t),this.scheduler?.invalidate(3));}setIndicatorStatus(e,t){this.inputsUI.setStatus(e.id,t);}setLoading(e){if(!e||!this.wrapper){this.loadingEl?.remove(),this.loadingEl=null;return}if(this.loadingEl)return;let t=this.wrapper.ownerDocument,n=t.createElement("div");n.className="vela-loading",Object.assign(n.style,{position:"absolute",inset:"0",display:"flex",alignItems:"center",justifyContent:"center",gap:"7px",pointerEvents:"none"});for(let i=0;i<3;i+=1){let o=t.createElement("span");Object.assign(o.style,{width:"7px",height:"7px",borderRadius:"50%",background:this.chromeTheme().textColor,opacity:"0.15"}),o.animate([{opacity:.12},{opacity:.55}],{duration:800,iterations:1/0,direction:"alternate",easing:"ease-in-out",delay:-i*260}),n.appendChild(o);}this.wrapper.appendChild(n),this.loadingEl=n;}setPricePrecision(e){let t=typeof e=="number"&&e>0?e:void 0;t!==this.scene.priceMintick&&(this.scene.priceMintick=t,this.scheduler?.invalidate(4));}getConfig(){let e=this.scene.style,t=Object.fromEntries(Object.entries(e.chartTypes).map(([i,o])=>[i,{...o}])),n=this.theme;return {version:iu,chartTypes:t,layout:{background:n.background,textColor:n.textColor,fontFamily:n.fontFamily,fontSize:e.fontSize},grid:{vertLines:{visible:e.gridVert.visible,color:e.gridVert.color??n.gridColor},horzLines:{visible:e.gridHorz.visible,color:e.gridHorz.color??n.gridColor}},crosshair:{color:e.crosshair.color??n.textColor,width:e.crosshair.width,style:e.crosshair.style,opacity:e.crosshair.opacity,labelBackground:e.crosshair.labelBackground??n.textColor},priceScale:{mode:this.scene.scaleMode,log:this.scene.logScale,invert:this.scene.invertScale,borderColor:e.borderColor??n.borderColor,labelsVisible:this.scene.showAxisLabels,currentPriceLine:this.scene.showPriceLine,priceLabel:this.scene.showPriceLabel,countdown:this.scene.showCountdown},panes:{separatorColor:e.separatorColor??n.borderColor},trades:{visible:this.scene.tradeMarkers.visible,labels:this.scene.tradeMarkers.labels,qty:this.scene.tradeMarkers.qty,longColor:this.scene.tradeMarkers.colors.long,shortColor:this.scene.tradeMarkers.colors.short,exitColor:this.scene.tradeMarkers.colors.exit},timeScale:{timezone:this.scene.timezone},candles:{upColor:this.candleUp,downColor:this.candleDown,bodyVisible:e.candle.bodyVisible,borderVisible:e.candle.borderVisible,borderUpColor:e.candle.borderUpColor??this.candleUp,borderDownColor:e.candle.borderDownColor??this.candleDown,wickVisible:e.candle.wickVisible,wickUpColor:e.candle.wickUpColor??this.candleUp,wickDownColor:e.candle.wickDownColor??this.candleDown},bars:{upColor:e.bars.upColor??this.candleUp,downColor:e.bars.downColor??this.candleDown},line:{color:e.line.color??this.candleUp,width:e.line.width},stacking:{candles:this.scene.candleZ,series:Object.fromEntries(this.scene.indicatorZOrder().map(({id:i,z:o})=>[i,o]))},area:(()=>{let i=e.area.lineColor??this.candleUp;return {lineColor:i,width:e.area.width,topColor:e.area.topColor??i,bottomColor:e.area.bottomColor??xL}})(),baseline:(()=>{let i=e.baseline.topLineColor??Wr,o=e.baseline.bottomLineColor??Gr;return {topLineColor:i,bottomLineColor:o,topFillColor:e.baseline.topFillColor??$(i,Yt),topFillColor2:e.baseline.topFillColor2??$(i,Kt),bottomFillColor:e.baseline.bottomFillColor??$(o,Yt),bottomFillColor2:e.baseline.bottomFillColor2??$(o,Kt),width:e.baseline.width,baselineLevel:e.baseline.baselineLevel}})(),series:{style:this.scene.priceStyle,baseline:this.scene.baselineValue,spacing:this.coords.spacingScale},sessions:{premarketColor:e.sessions.premarketColor,postmarketColor:e.sessions.postmarketColor}}}applyConfig(e){let t=tv(this.getConfig(),e),n=this.scene.style;for(let[d,u]of Object.entries(t.chartTypes))if(JSON.stringify(n.chartTypes[d])!==JSON.stringify(u)){this.scene.nativeData.set(`${d}-settings`,{...u});for(let h of this.chartTypeSettingsCbs)h(d,{...u});}n.chartTypes=Object.fromEntries(Object.entries(t.chartTypes).map(([d,u])=>[d,{...u}]));let i=e&&typeof e=="object"?e.layout:void 0,o=i&&typeof i=="object"?i.textColor:void 0,s=typeof o=="string"&&o.trim().length>0,a=this.theme,l={textColor:t.layout.textColor,gridColor:a.gridColor,borderColor:a.borderColor};if(!s&&He(t.layout.textColor)===He(t.layout.background)){let d=He(t.layout.background)?bt:Mi;l={textColor:d.textColor,gridColor:d.gridColor,borderColor:d.borderColor};}this.theme={...this.theme,background:t.layout.background,textColor:l.textColor,gridColor:l.gridColor,borderColor:l.borderColor,fontFamily:t.layout.fontFamily},n.fontSize=t.layout.fontSize;let c=(d,u,h)=>d===null&&u===h?null:u;n.gridVert={visible:t.grid.vertLines.visible,color:c(n.gridVert.color,t.grid.vertLines.color,a.gridColor)},n.gridHorz={visible:t.grid.horzLines.visible,color:c(n.gridHorz.color,t.grid.horzLines.color,a.gridColor)},n.crosshair={color:t.crosshair.color,width:t.crosshair.width,style:t.crosshair.style,opacity:t.crosshair.opacity,labelBackground:t.crosshair.labelBackground},this.scene.scaleMode=t.priceScale.mode,this.scene.logScale=t.priceScale.log,this.scene.invertScale=t.priceScale.invert,n.borderColor=c(n.borderColor,t.priceScale.borderColor,a.borderColor),this.scene.showAxisLabels=t.priceScale.labelsVisible,this.scene.showPriceLine=t.priceScale.currentPriceLine,this.scene.showPriceLabel=t.priceScale.priceLabel,this.scene.showCountdown=t.priceScale.countdown,this.syncCountdownTimer(),n.separatorColor=c(n.separatorColor,t.panes.separatorColor,a.borderColor),this.scene.tradeMarkers={visible:t.trades.visible,labels:t.trades.labels,qty:t.trades.qty,colors:{long:t.trades.longColor,short:t.trades.shortColor,exit:t.trades.exitColor}},this.scene.timezone=t.timeScale.timezone,this.candleUp=t.candles.upColor,this.candleDown=t.candles.downColor,n.candle={bodyVisible:t.candles.bodyVisible,borderVisible:t.candles.borderVisible,borderUpColor:t.candles.borderUpColor,borderDownColor:t.candles.borderDownColor,wickVisible:t.candles.wickVisible,wickUpColor:t.candles.wickUpColor,wickDownColor:t.candles.wickDownColor},this.scene.candleZ=t.stacking.candles;for(let[d,u]of Object.entries(t.stacking.series))this.scene.setIndicatorZ(d,u);n.bars={upColor:t.bars.upColor,downColor:t.bars.downColor},n.line={color:t.line.color,width:t.line.width},n.area={lineColor:t.area.lineColor,width:t.area.width,topColor:t.area.topColor,bottomColor:t.area.bottomColor},n.baseline={topLineColor:t.baseline.topLineColor,bottomLineColor:t.baseline.bottomLineColor,topFillColor:t.baseline.topFillColor,topFillColor2:t.baseline.topFillColor2,bottomFillColor:t.baseline.bottomFillColor,bottomFillColor2:t.baseline.bottomFillColor2,width:t.baseline.width,baselineLevel:t.baseline.baselineLevel},n.sessions={premarketColor:t.sessions.premarketColor,postmarketColor:t.sessions.postmarketColor},this.setPriceStyle(t.series.style),this.scene.candleOverride=El(this.scene.priceStyle,n.chartTypes),this.scene.baselineValue=t.series.baseline,this.coords.setPitchScale(t.series.spacing),this.coords.setViewport(this.clampViewport(this.coords.getViewport().barSpacing,this.coords.getViewport().rightOffset)),this.targetBarSpacing=this.coords.getViewport().barSpacing,this.theme=this.deriveTheme(this.theme),this.wrapper&&(fe(this.wrapper,this.chromeTheme()),this.applyBackground()),this.inputsUI?.setTheme(this.theme),this.paneControls?.setTheme(this.theme),this.axisScaleButtons?.setTheme(this.theme),this.userDrawings?.setTheme(this.chromeTheme()),this.refreshScrollButtonTheme(),this.refreshAttributionColor(),this.scheduler?.invalidate(4);for(let d of this.configChangedCbs)d();}applySeriesOrder(e){if(!e||typeof e!="object")return;let t=e;typeof t.id=="string"&&(typeof t.z=="number"?this.scene.setIndicatorZ(t.id,t.z):t.to==="front"?this.scene.bringIndicatorToFront(t.id):t.to==="back"&&this.scene.sendIndicatorToBack(t.id));}setSettingsEnabled(e){this.settingsEnabled=e,e?(this.plot&&!this.settingsButton&&(this.settingsButton=this.makeSettingsButton(),this.plot.appendChild(this.settingsButton)),this.settingsButton&&(this.settingsButton.style.display="flex"),this.plot&&!this.settingsDialog&&(this.settingsDialog=new Do(this.dialogHost??this.plot,this.theme))):(this.settingsButton?.style.setProperty("display","none"),this.settingsDialog?.close());}makeSettingsButton(){let e=document.createElement("button");return e.type="button",e.title="Chart settings",e.innerHTML=ce("gear",14),Object.assign(e.style,{position:"absolute",bottom:`${oi+10}px`,right:`${lc+10}px`,zIndex:"6",width:"26px",height:"26px",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",borderRadius:"50%",border:`1px solid ${this.theme.borderColor}`,background:this.theme.background,color:this.theme.textColor,fontSize:"14px",lineHeight:"1",opacity:"0.75",pointerEvents:"auto",padding:"0"}),e.addEventListener("mouseenter",()=>e.style.opacity="1"),e.addEventListener("mouseleave",()=>e.style.opacity="0.75"),e.addEventListener("click",()=>this.toggleSettingsDialog()),e}openSettingsDialog(e){!this.settingsDialog&&this.plot&&(this.settingsDialog=new Do(this.dialogHost??this.plot,this.theme),this.settingsDialog.setLayoutMode(this.layoutMode)),this.toggleSettingsDialog(e);}syncThemeControl(){this.settingsDialog?.setThemeControl(He(this.surfaceBackground)?"dark":"light",e=>{for(let t of this.themeSelectCbs)t(e);});}toggleSettingsDialog(e){if(this.settingsDialog){if(e!==void 0&&this.settingsDialog.isOpen()){this.settingsDialog.showSection(e);return}this.settingsDialog.setTheme(this.theme),this.settingsDialog.setHostSections(this.hostSettingsSections),this.settingsDialog.setHiddenSettings(this.hiddenSettings),this.syncThemeControl(),this.settingsDialog.toggle(this.getConfig(),t=>this.applyConfig(t),t=>this.applyConfig(t),()=>{this.factoryConfig&&this.applyConfig(ev(this.factoryConfig)),this.settingsDialog?.close(),this.openSettingsDialog();},e);}}closeDialogs(){this.inputsUI?.closeOpenDialog(),this.settingsDialog?.close();}makeScrollToRealtimeButton(){let e=document.createElement("button");return e.type="button",e.title="Scroll to most recent bar (Alt+Shift+\u2192)",e.setAttribute("aria-label","Scroll to most recent bar"),e.innerHTML=this.scrollButtonIcon(),Object.assign(e.style,{position:"absolute",bottom:`${Xu}px`,right:`${Wy}px`,zIndex:"6",width:`${Ho}px`,height:`${Ho}px`,boxSizing:"border-box",display:"none",alignItems:"center",justifyContent:"center",cursor:"pointer",borderRadius:`${CL}px`,border:`1px solid ${this.theme.borderColor}`,boxShadow:TL,background:this.scrollButtonSurface(),color:this.theme.textColor,lineHeight:"0",opacity:"0.85",pointerEvents:"auto",padding:"0"}),e.addEventListener("mouseenter",()=>e.style.opacity="1"),e.addEventListener("mouseleave",()=>e.style.opacity="0.85"),e.addEventListener("click",()=>this.scrollToRealtime()),e}scrollButtonIcon(){return ce("chevrons-right",EL)}scrollButtonSurface(){return $(this.theme.background,.5)}refreshScrollButtonTheme(){this.scrollButton&&(this.scrollButton.style.background=this.scrollButtonSurface(),this.scrollButton.style.color=this.theme.textColor,this.scrollButton.style.borderColor=this.theme.borderColor);}updateScrollToRealtimeButton(){let e=this.scrollButton;if(!e)return;let t=this.coords.barCount>0&&this.coords.getViewport().rightOffset<0;if(this.layoutMode==="mobile"){e.style.display=t?"flex":"none";return}e.style.display=t&&this.pointerNearScrollBtn?"flex":"none";}scrollToRealtime(){this.coords.barCount!==0&&this.glideRightOffset(Gy);}glideRightOffset(e){let t=this.coords.getViewport();if(!this.animPan){this.applyViewport({barSpacing:t.barSpacing,rightOffset:e});return}this.panVelocity=0,this.targetBarSpacing=t.barSpacing,this.scrollTargetRO=e,this.animator.start();}screenshot(){if(!this.dataCanvas)return null;this.computeScales(),this.paintData();let e=document.createElement("canvas");e.width=this.dataCanvas.width,e.height=this.dataCanvas.height;let t=e.getContext("2d");if(!t)return null;t.fillStyle=this.theme.background,t.fillRect(0,0,e.width,e.height);let n=this.plot?.getBoundingClientRect(),i=n&&n.width>0?{left:n.left,top:n.top,dpr:e.width/n.width}:null,o=[...this.mountContainer?.querySelectorAll("[data-vela-screenshot]")??[]];if(i)for(let s of o)s.getAttribute("data-vela-screenshot")==="under"&&sc(t,s,i);for(let s of [...this.canvasPile(),this.chromeCanvas,this.drawingsCanvas])s&&s.width>0&&s.height>0&&t.drawImage(s,0,0);if(i){for(let s of this.plot?.querySelectorAll("[data-vela-pane]")??[])sc(t,s,i);for(let s of o)s.getAttribute("data-vela-screenshot")!=="under"&&sc(t,s,i);}return e.toDataURL("image/png")}playIntro(e){this.introRaf!=null&&cancelAnimationFrame(this.introRaf),this.introRaf=null;let t=this.bars,n=t.length;if(n===0)return;this.computeScales();for(let a of this.scene.panes.values())a.scale={...a.scaleTarget};this.modelAlpha=0;let i=650,o=performance.now(),s=a=>{let l=Math.min(1,(a-o)/i);this.scene.bars=l>=1?t:t.map((c,d)=>this.revealCandle(c,d,l,n,e)),this.paintData(),l<1?this.introRaf=requestAnimationFrame(s):(this.scene.bars=t,this.fadeInModels());};this.introRaf=requestAnimationFrame(s);}fadeInModels(){let t=performance.now(),n=i=>{this.modelAlpha=Math.min(1,(i-t)/350),this.paintData(),this.modelAlpha<1?this.introRaf=requestAnimationFrame(n):(this.modelAlpha=1,this.introRaf=null);};this.introRaf=requestAnimationFrame(n);}revealCandle(e,t,n,i,o){let a=Math.max(0,Math.min(1,(n-t/Math.max(1,i-1)*.55)/.44999999999999996)),l;if(o==="settle"){let u=a-1;l=1+(1.70158+1)*u*u*u+1.70158*u*u;}else {let d=1-a;l=1-d*d*d;}let c=e.open;return {...e,high:c+(e.high-c)*l,low:c+(e.low-c)*l,close:c+(e.close-c)*l}}deriveTheme(e){return {...e,upColor:this.candleUp,downColor:this.candleDown}}chromeTheme(){return {...this.theme,background:this.surfaceBackground,textColor:this.surfaceTextColor,borderColor:He(this.surfaceBackground)?bt.borderColor:Mi.borderColor}}axisSurface(){return {background:this.theme.background,textColor:this.theme.textColor}}mount(e,t){this.mountContainer=e,this.publishGutters(),this.theme=this.deriveTheme(t),this.surfaceBackground=t.background,this.surfaceTextColor=t.textColor,this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"relative",width:"100%",height:"100%",overflow:"hidden",cursor:"crosshair",userSelect:"none",webkitUserSelect:"none"}),fe(this.wrapper,this.chromeTheme()),this.backdropCanvas=document.createElement("canvas"),Object.assign(this.backdropCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.volumeCanvas=document.createElement("canvas"),Object.assign(this.volumeCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.dataCanvas=this.createGeometryBackend(),this.vpvrCanvas=document.createElement("canvas"),Object.assign(this.vpvrCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.chromeCanvas=document.createElement("canvas"),Object.assign(this.chromeCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.drawingsCanvas=document.createElement("canvas"),Object.assign(this.drawingsCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.cursorCanvas=document.createElement("canvas"),Object.assign(this.cursorCanvas.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),this.overlayRoot=document.createElement("div"),Object.assign(this.overlayRoot.style,{position:"absolute",inset:"0",pointerEvents:"none"}),this.plot=document.createElement("div"),Object.assign(this.plot.style,{position:"absolute",top:"0",right:"0",bottom:"0",left:"0"}),this.extLayers=$u().map(o=>{let s=document.createElement("canvas");return Object.assign(s.style,{position:"absolute",inset:"0",width:"100%",height:"100%",pointerEvents:"none"}),{def:o,instance:o.create(),canvas:s}});let n=this.extLayers.filter(o=>o.def.placement==="below-data").map(o=>o.canvas),i=this.extLayers.filter(o=>o.def.placement!=="below-data").map(o=>o.canvas);this.plot.append(this.backdropCanvas,...n,this.dataCanvas,this.volumeCanvas,this.vpvrCanvas,...i,this.chromeCanvas,this.drawingsCanvas,this.cursorCanvas,this.overlayRoot),this.layerOrderSig="",this.wrapper.appendChild(this.plot),this.factoryConfig=this.getConfig(),this.attributionEl=this.buildAttributionEl(),this.attributionEnabled||(this.attributionEl.style.display="none"),this.positionAttribution(),this.wrapper.appendChild(this.attributionEl),e.appendChild(this.wrapper),this.applyBackground(),this.backdropRenderer.mount(this.backdropCanvas),this.volumeRenderer.mount(this.volumeCanvas),this.vpvrRenderer.mount(this.vpvrCanvas);for(let o of this.extLayers)o.instance.mount(o.canvas);this.chrome.mount(this.chromeCanvas),this.crosshairLayer.mount(this.cursorCanvas),this.coords.setViewport(Eo()),this.scene.ensurePane(Se,"price",0,3),this.scheduler=new Il(o=>this.renderFrame(o)),this.animator=new Al(o=>this.animTick(o)),this.targetBarSpacing=this.coords.getViewport().barSpacing,this.input=new Rl({getCoords:()=>this.coords,apply:o=>this.applyViewport(o),zoomTo:(o,s,a)=>this.zoomTo(o,s,a),fling:o=>this.fling(o),onPointerMove:(o,s)=>this.handlePointerMove(o,s),onClick:o=>this.handleClick(o),onAxisLongPress:(o,s,a)=>{for(let l of this.axisLongPressCbs)l({axis:o,x:s,y:a});},beginPriceScale:(o,s)=>this.beginPriceScale(o,s),priceScaleBy:o=>this.priceScaleBy(o),beginPricePan:o=>this.beginPricePan(o),pricePanBy:o=>this.pricePanBy(o),resetPriceScale:(o,s)=>this.resetPriceScale(o,s),dataDblClick:(o,s)=>this.dataDblClick(o,s),paneSeparatorAt:o=>this.paneSeparatorAt(o),beginPaneResize:o=>this.beginPaneResize(o),paneResizeBy:o=>this.paneResizeBy(o),resetPaneSize:o=>this.resetPaneSize(o),resetView:()=>this.resetView(),drawingsClaim:(o,s)=>this.userDrawings?.claim(o,s)??false,drawingsMeasureStart:(o,s,a)=>this.userDrawings?.beginMeasureAt(o,s,a)??false,drawingsDeleteAt:(o,s)=>this.userDrawings?.deleteAt(o,s)??false,drawingsCancelPlacement:()=>this.userDrawings?.cancelPlacement()??false,drawingsSnapMode:()=>this.snapMode,drawingsPointerDown:(o,s,a,l)=>this.userDrawings?.pointerDown(o,s,a,l),drawingsPointerMove:(o,s,a,l)=>this.userDrawings?.pointerMove(o,s,a,l),drawingsPointerUp:(o,s,a)=>this.userDrawings?.pointerUp(o,s,a),drawingsCursor:(o,s)=>this.userDrawings?.cursorAt(o,s)??null,drawingsDblClick:(o,s)=>this.userDrawings?.dblClick(o,s)??false,drawingsClearTransient:()=>this.userDrawings?.clearTransient()}),this.input.rightEdgeZoom=this.zoomAnchorMode==="right",this.input.axisDrag=this.axisDragEnabled,this.input.paneResize=this.paneResizeEnabled,this.input.attach(this.dataCanvas),this.settingsEnabled&&this.setSettingsEnabled(true),this.syncCountdownTimer(),this.scrollButton=this.makeScrollToRealtimeButton(),this.plot.appendChild(this.scrollButton),this.plot.addEventListener("pointermove",this.onScrollProximityMove),this.plot.addEventListener("pointerleave",this.onScrollProximityLeave),this.labelTooltip=new $l(this.plot,{theme:()=>this.chromeTheme(),lookup:(o,s)=>this.indicatorSlices.labelTooltipAt(o,s)}),this.userDrawings=new Ql(this.wrapper,this.plot,this.drawingsCanvas,{projector:()=>this.drawingProjector(),dpr:()=>this.coords.dpr,theme:()=>this.theme,requestScaleUpdate:()=>this.scheduler.invalidate(3),seriesBoundaries:o=>this.scene.seriesBoundaries(o),priceZ:o=>o===Se?this.scene.candleZ:null,requestDataPaint:()=>this.scheduler.invalidate(3),seriesLook:()=>{let o=this.scene.style,s=Ur(o.candle,this.scene.candleOverride,this.theme.upColor,this.theme.downColor),a=o.bars.upColor??this.theme.upColor,l=o.bars.downColor??this.theme.downColor,c=this.scene.priceStyle;return {style:c,upColor:c==="bars"?a:s.up,downColor:c==="bars"?l:s.down,lineColor:c==="area"?o.area.lineColor??this.theme.upColor:o.line.color??this.theme.upColor}},chartBarMs:()=>this.coords.barInterval,snap:(o,s,a,l)=>this.snapToCandle(o,s,a,l),setSnapMode:o=>this.setSnapMode(o),setToolbarGutter:o=>this.setToolbarGutter(o)}),this.userDrawings.historyChords=this.historyChordsEnabled,this.layoutMode==="mobile"&&(this.mountContainer?.setAttribute("data-vela-layout",this.layoutMode),this.userDrawings.setLayoutMode(this.layoutMode),this.scrollButton&&(this.scrollButton.style.width=`${Ku}px`,this.scrollButton.style.height=`${Ku}px`)),this.keyboard=new Dl({panByBars:o=>this.panByBars(o),zoomByStep:o=>this.zoomByStep(o),stepCrosshair:o=>this.stepCrosshair(o),jumpToEdge:o=>this.focusBar(o==="first"?0:this.coords.barCount-1),resetView:()=>this.resetView(),scrollToRealtime:()=>this.scrollToRealtime(),clearCrosshair:()=>this.handlePointerMove(null,null),preempt:o=>this.userDrawings?.handleKey(o)??false}),this.setKeyboardEnabled(this.keyboardEnabled),this.inputsUI=new xl(this.plot,t,o=>this.paneBoundsFor(o)),this.inputsUI.setLayoutMode(this.layoutMode),this.inputsUI.setTitlesVisible(this.indicatorTitlesOn),this.inputsUI.setValuesVisible(this.indicatorValuesOn),this.inputsUI.setDialogHost(this.dialogHost),this.inputsUI.setSymbolPicker(this.symbolPicker),this.inputsUI.setLegendActions(this.legendActionsProvider),this.inputsUI.setLegendCallouts(this.legendCalloutsProvider),this.inputsUI.setLegendOverviewAction(this.legendOverviewAction),this.inputsUI.setOnChange(o=>{for(let s of this.inputChangeCbs)s({indicatorId:o.indicatorId,key:o.key,value:o.value,...o.kind?{kind:o.kind}:{}});}),this.inputsUI.setOnRemove(o=>{for(let s of this.removeIndicatorCbs)s(o);}),this.inputsUI.setOnToggleVisible((o,s)=>{for(let a of this.toggleVisibleCbs)a(o,s);}),this.inputsUI.setMoveApi({panes:()=>this.scene.orderedPanes().map((o,s)=>({id:o.id,kind:o.kind,label:o.kind==="price"?"Main chart":this.paneMasterTitle(o.id)??`Pane ${s}`,top:o.bounds.top,height:o.bounds.height})),move:(o,s)=>{for(let a of this.moveIndicatorCbs)a(o,s);}}),this.paneControls=new Sl(this.plot,t,{panes:()=>this.paneControlViews(),rightAxis:()=>this.rightAxisW,onMove:(o,s)=>this.movePaneLocal(o,s),onToggleCollapse:o=>{let s=this.scene.panes.get(o);if(!s)return;let a=!s.collapsed;s.collapsed=a,this.afterPaneLayoutChange(),this.emitPaneAction({type:"collapse",paneId:o,collapsed:a});},onToggleMaximize:o=>{let s=this.maximizedPaneId!==o;this.maximizedPaneId=s?o:null,this.afterPaneLayoutChange(),this.emitPaneAction({type:"maximize",paneId:o,maximized:s});}}),this.paneControls.setSuspended(this.layoutMode==="mobile"),this.axisScaleButtons=new Cl(this.plot,t,{panes:()=>this.axisScaleViews(),rightAxis:()=>this.rightAxisW,onToggleAuto:o=>this.togglePaneAuto(o),onToggleLog:o=>{let s=this.scene.panes.get(o);s&&this.setPaneLog(o,!jr(this.scene,s));}}),this.resizeObserver=new ResizeObserver(o=>{for(let s of o){if(s.target!==this.plot)continue;let a=s.devicePixelContentBoxSize?.[0];a&&(this.plotDeviceSize={width:a.inlineSize,height:a.blockSize});}this.resize();}),this.resizeObserver.observe(this.wrapper);try{this.resizeObserver.observe(this.plot,{box:"device-pixel-content-box"});}catch{}this.watchDpr(),this.syncSize();}makeDataCanvas(){let e=document.createElement("canvas");return Object.assign(e.style,{position:"absolute",inset:"0",width:"100%",height:"100%"}),e}createGeometryBackend(){if((this.backendMode==="auto"||this.backendMode==="webgl2")&&Zb()){let n=this.makeDataCanvas(),i=new Ml;if(i.glow=this.glowAmount,i.onNeedsRedraw=()=>this.scheduler?.invalidate(4),i.onContextFailed=()=>this.swapToCanvas2dFallback(),i.mount(n),i.ok)return this.backend=i,n;i.destroy();}let e=this.makeDataCanvas(),t=new Po;return t.mount(e),this.backend=t,e}swapToCanvas2dFallback(){if(this.backend.kind==="canvas2d")return;let e=this.dataCanvas;this.input?.detach(),this.backend.destroy();let t=this.makeDataCanvas(),n=new Po;n.mount(t),this.backend=n,e.replaceWith(t),this.dataCanvas=t,this.input?.attach(t),this.syncSize();}watchDpr(){typeof window.matchMedia=="function"&&(this.dprMedia?.removeEventListener("change",this.onDprChange),this.dprMedia=window.matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`),this.dprMedia.addEventListener("change",this.onDprChange,{once:true}));}setTheme(e){this.theme=this.deriveTheme(e),this.surfaceBackground=e.background,this.surfaceTextColor=e.textColor,this.wrapper&&fe(this.wrapper,this.chromeTheme()),this.applyBackground(),this.inputsUI.setTheme(e),this.paneControls?.setTheme(this.theme),this.axisScaleButtons?.setTheme(this.theme),this.settingsDialog?.refreshConfig(this.getConfig()),this.syncThemeControl(),this.settingsDialog?.setTheme(this.theme),this.settingsButton&&(this.settingsButton.style.background=this.theme.background,this.settingsButton.style.color=this.theme.textColor,this.settingsButton.style.borderColor=this.theme.borderColor),this.refreshScrollButtonTheme(),this.userDrawings?.setTheme(this.chromeTheme()),this.refreshAttributionColor(),this.scheduler.invalidate(4);}resize(){this.syncSize();}syncCountdownTimer(){this.scene.showCountdown?this.countdownTimer==null&&(this.countdownTimer=setInterval(()=>{this.scene.showCountdown&&this.scene.bars.length>0&&this.scheduler?.invalidate(2);},1e3)):this.countdownTimer!=null&&(clearInterval(this.countdownTimer),this.countdownTimer=null);}destroy(){this.introRaf!=null&&cancelAnimationFrame(this.introRaf),this.loadingEl?.remove(),this.loadingEl=null,this.countdownTimer!=null&&(clearInterval(this.countdownTimer),this.countdownTimer=null),this.scheduler?.destroy(),this.animator?.stop(),this.input?.detach(),this.keyboard?.detach(),this.keyboard=null,this.liveRegion=null,this.inputsUI?.destroy(),this.paneControls?.destroy(),this.axisScaleButtons?.destroy(),this.resizeObserver?.disconnect(),this.resizeObserver=null,this.dprMedia?.removeEventListener("change",this.onDprChange),this.dprMedia=null,this.userDrawings?.destroy(),this.userDrawings=null,this.settingsDialog?.destroy(),this.settingsDialog=null,this.settingsButton?.remove(),this.settingsButton=null,this.plot?.removeEventListener("pointermove",this.onScrollProximityMove),this.plot?.removeEventListener("pointerleave",this.onScrollProximityLeave),this.labelTooltip?.destroy(),this.labelTooltip=null,this.scrollButton?.remove(),this.scrollButton=null;for(let e of this.extLayers)e.instance.destroy?.();this.extLayers=[],this.backdropRenderer.destroy(),this.volumeRenderer.destroy(),this.vpvrRenderer.destroy(),this.backend.destroy(),this.chrome.destroy(),this.crosshairLayer.destroy(),this.attributionEl?.remove(),this.attributionEl=null,this.mountContainer?.style.removeProperty("--vela-toolbar-gutter"),this.mountContainer?.style.removeProperty("--vela-scale-gutter"),this.mountContainer?.style.removeProperty("--vela-bottom-gutter"),this.mountContainer?.style.removeProperty("--vela-price-pane-top"),this.mountContainer?.style.removeProperty("--vela-price-pane-bottom"),this.mountContainer=null,this.wrapper?.remove();}setBars(e,t){this.introRaf!=null&&(cancelAnimationFrame(this.introRaf),this.introRaf=null,this.modelAlpha=1),this.liveEaseTime=0;let n=this.bars,i=n[0]?.time;this.bars=zL(e),this.scene.bars=this.bars,this.coords.setBars(this.bars.map(s=>s.time));for(let s of this.scene.indicators.values())this.refreshAnchorOffset(s);if(t?.preserveView===true&&i!=null&&this.bars.length>0){let s=this.bars[0].time,a=0;if(s!==i){let l=this.bars.findIndex(c=>c.time===i);if(l>0)a=l;else {let c=n.findIndex(d=>d.time===s);c>0&&(a=-c);}}a!==0&&(this.zoomAnchorLogical+=a,this.hoverLogical!=null&&(this.hoverLogical+=a));}let o=t?.preserveView===true&&this.didInitialFit;if(this.coords.width>0&&!o&&(this.didInitialFit?this.reframeKeepZoom():this.fitContent(),this.didInitialFit=true),!this.introPlayed&&this.bars.length>0&&(this.introPlayed=true,this.introStyle)){this.playIntro(this.introStyle);return}this.scheduler.invalidate(4);}updateBar(e){let t=this.bars.length,n=this.bars[t-1];if(n&&e.time===n.time)this.bars[t-1]=e,this.liveEaseTime!==e.time&&this.syncLiveEase(e),this.animator.start();else if(!n||e.time>n.time)this.bars.push(e),this.syncLiveEase(e),this.coords.barInterval>0?this.coords.appendBar(e.time):this.coords.setBars(this.bars.map(i=>i.time));else return;this.scene.bars=this.bars,this.scheduler.invalidate(4);}syncLiveEase(e){this.liveEaseTime=e.time,this.liveEaseHigh=e.high,this.liveEaseLow=e.low,this.liveEaseClose=e.close;}easeLiveBar(e){let t=this.bars[this.bars.length-1];if(!t||this.liveEaseTime!==t.time)return false;let n=Math.max(1e-9,Math.abs(t.close)*1e-6),i=Xe(this.liveEaseHigh,t.high,e,ju),o=Xe(this.liveEaseLow,t.low,e,ju),s=Xe(this.liveEaseClose,t.close,e,ju),a=Math.abs(i-t.high)>n||Math.abs(o-t.low)>n||Math.abs(s-t.close)>n;return this.liveEaseHigh=a?i:t.high,this.liveEaseLow=a?o:t.low,this.liveEaseClose=a?s:t.close,a}ensurePane(e){this.scene.ensurePane(e.id,e.kind,e.order,e.heightWeight??(e.kind==="price"?3:1)),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}removePane(e){e!==Se&&(this.scene.removePane(e),this.maximizedPaneId===e&&(this.maximizedPaneId=null),this.refreshAxisWidth(),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}setIndicatorPane(e,t,n){let i=this.scene.indicators.get(e.id);i&&(i.paneId=t,i.ownScale=n?.ownScale===true,i.ownScale||this.scene.dropIndicatorScale(e.id),this.inputsUI.setPane(e.id,t),this.refreshAnchorOffset(i),this.refreshAxisWidth(),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}orderPanes(e){this.scene.orderPanes(e),this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}setPaneCollapsed(e,t){let n=this.scene.panes.get(e);!n||n.collapsed===t||(n.collapsed=t,this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4));}setPaneMaximized(e){e!==null&&!this.scene.panes.has(e)&&(e=null),this.maximizedPaneId=e,this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}onPaneAction(e){return this.paneActionCbs.add(e),()=>this.paneActionCbs.delete(e)}emitPaneAction(e){for(let t of this.paneActionCbs)t(e);}onMoveIndicator(e){return this.moveIndicatorCbs.add(e),()=>this.moveIndicatorCbs.delete(e)}maxOwnScaleColumns(){let e=0;for(let t of this.scene.panes.values()){let n=this.scene.ownScaleIndicatorsForPane(t.id).length;n>e&&(e=n);}return e}refreshAxisWidth(){let e=lc+SL*this.maxOwnScaleColumns();return e===this.rightAxisW?false:(this.rightAxisW=e,this.publishGutters(),this.coords.width>0&&this.syncSize(),true)}refreshAnchorOffset(e){let t=e.anchorTime;if(t==null||this.bars.length===0){this.scene.setAnchorOffset(e.id,0);return}let n=this.bars[0].time;if(t===n){this.scene.setAnchorOffset(e.id,0);return}if(t<n){let a=FL(e,n);if(a==null){console.warn(`[vela] indicator "${e.id}" starts before the first bar with no series to align on \u2014 rendering unanchored`),this.scene.setAnchorOffset(e.id,0);return}this.scene.setAnchorOffset(e.id,-a);return}let i=0,o=this.bars.length-1,s=this.bars.length;for(;i<=o;){let a=i+o>>1;this.bars[a].time>=t?(s=a,o=a-1):i=a+1;}if(s>=this.bars.length||this.bars[s].time!==t){console.warn(`[vela] indicator "${e.id}" anchorTime matches no chart bar \u2014 rendering unanchored`),this.scene.setAnchorOffset(e.id,0);return}this.scene.setAnchorOffset(e.id,s);}mountIndicator(e){return this.scene.indicators.set(e.id,e),this.refreshAnchorOffset(e),e.native&&this.extLayers.some(t=>t.def.id===e.native.type)?this.scene.assignIndicatorZTop(e.id):this.scene.assignIndicatorZ(e.id),this.inputsUI.upsert(e.id,e.shorttitle??e.title,e.inputs,e.inputValues,e.paneId,{native:!!e.native,...e.props?{props:e.props,propValues:e.propValues??{}}:{}}),e.native?.type==="volume"?(this.volumeActive=true,this.volumeHidden=false):e.native?.type==="vpvr"&&(this.vpvrActive=true,this.vpvrHidden=false),e.ownScale&&this.refreshAxisWidth(),this.paneControls?.refresh(),this.scheduler.invalidate(4),{id:e.id}}updateIndicator(e,t){let n=this.scene.indicators.get(e.id);if(n){if(t.kind==="value"&&t.anchorTime!==void 0){let i=t.anchorTime??void 0;i!==n.anchorTime&&(n.anchorTime=i,this.refreshAnchorOffset(n));}NL(n,t),this.scheduler.invalidate(3);}}removeIndicator(e){let t=this.scene.indicators.get(e.id)?.native?.type;t==="volume"?(this.volumeActive=false,this.volumeHidden=false,this.scene.volumeLayer=null):t==="vpvr"&&(this.vpvrActive=false,this.vpvrHidden=false,this.scene.vpvrLayer=null),this.scene.indicators.delete(e.id),this.scene.forgetIndicatorZ(e.id),this.scene.forgetAnchorOffset(e.id),this.scene.dropIndicatorScale(e.id),this.inputsUI.remove(e.id),this.refreshAxisWidth(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}setIndicatorInputs(e,t,n){this.inputsUI.setValues(e.id,t,n);}setSymbolPicker(e){this.symbolPicker=e,this.inputsUI?.setSymbolPicker(e);}setLegendActions(e){this.legendActionsProvider=e,this.inputsUI?.setLegendActions(e);}setLegendCallouts(e){this.legendCalloutsProvider=e,this.inputsUI?.setLegendCallouts(e);}setLegendOverviewAction(e){this.legendOverviewAction=e,this.inputsUI?.setLegendOverviewAction(e);}openIndicatorSettings(e){this.inputsUI?.openSettingsFor(e);}setIndicatorVisible(e,t){let n=this.scene.indicators.get(e.id)?.native?.type;if(n==="volume"||n==="vpvr"){n==="volume"?this.volumeHidden=!t:this.vpvrHidden=!t,this.inputsUI.setVisible(e.id,t),this.scheduler.invalidate(4);return}t||this.scene.indicators.delete(e.id),this.inputsUI.setVisible(e.id,t),this.scheduler.invalidate(4);}onInputChange(e){return this.inputChangeCbs.add(e),()=>this.inputChangeCbs.delete(e)}onToggleIndicatorVisible(e){return this.toggleVisibleCbs.add(e),()=>this.toggleVisibleCbs.delete(e)}onPriceStyleChange(e){return this.priceStyleCbs.add(e),()=>this.priceStyleCbs.delete(e)}setPriceStyle(e){if(e!==this.scene.priceStyle){this.scene.priceStyle=e,this.scene.basePainting=ou(e),this.scene.candleOverride=El(e,this.scene.style.chartTypes);for(let t of this.priceStyleCbs)t(e);}}onRemoveIndicator(e){return this.removeIndicatorCbs.add(e),()=>this.removeIndicatorCbs.delete(e)}setLayoutMode(e){if(e!==this.layoutMode){if(this.layoutMode=e,this.mountContainer?.setAttribute("data-vela-layout",e),this.userDrawings?.setLayoutMode(e),this.settingsDialog?.setLayoutMode(e),this.inputsUI?.setLayoutMode(e),this.paneControls?.setSuspended(e==="mobile"),this.scrollButton){let t=e==="mobile"?Ku:Ho;this.scrollButton.style.width=`${t}px`,this.scrollButton.style.height=`${t}px`;}this.updateScrollToRealtimeButton();}}setSettingsSections(e){this.hostSettingsSections=e,this.settingsDialog?.setHostSections(e);}setSettingsVisibility(e){this.hiddenSettings=[...e.hidden??[]],this.settingsDialog?.setHiddenSettings(this.hiddenSettings);}listSettingsIds(){return Wv(this.hostSettingsSections)}onChartTypeSettingsChange(e){return this.chartTypeSettingsCbs.add(e),()=>this.chartTypeSettingsCbs.delete(e)}onConfigChanged(e){return this.configChangedCbs.add(e),()=>this.configChangedCbs.delete(e)}onThemeSelect(e){return this.themeSelectCbs.add(e),()=>this.themeSelectCbs.delete(e)}onCrosshairMove(e){return this.crosshairCbs.add(e),()=>this.crosshairCbs.delete(e)}onClick(e){return this.clickCbs.add(e),()=>this.clickCbs.delete(e)}onAxisLongPress(e){return this.axisLongPressCbs.add(e),()=>this.axisLongPressCbs.delete(e)}onViewportChange(e){return this.viewportCbs.add(e),()=>this.viewportCbs.delete(e)}getVisibleRange(){let e=this.coords.barCount;if(e===0||this.coords.width===0)return null;let t=this.coords.visibleLogicalRange(),n=Math.max(0,Math.ceil(t.from)),i=Math.min(e-1,Math.floor(t.to));return i<n?null:{from:this.coords.logicalToTime(n),to:this.coords.logicalToTime(i)}}setVisibleRange(e){let t=this.coords.timeToLogical(e.from),n=this.coords.timeToLogical(e.to),i=Math.max(1e-6,n-t),o=Mt(this.coords.width/(i*this.coords.spacingScale)),s=n-(this.coords.barCount-1);this.applyViewport({barSpacing:o,rightOffset:s});}panBy(e){if(this.coords.barCount===0||this.coords.width===0)return;let t=this.coords.getViewport(),n=this.coords.width/this.coords.pxPerBar(),i=this.scrollTargetRO??t.rightOffset;this.glideRightOffset(this.clampViewport(t.barSpacing,i+e*n).rightOffset);}applyViewport(e){this.animator.stop(),this.panVelocity=0,this.scrollTargetRO=null;let t=this.clampViewport(e.barSpacing,e.rightOffset);this.coords.setViewport(t),this.targetBarSpacing=t.barSpacing,this.scheduler.invalidate(4),this.emitViewportChange();}zoomTo(e,t,n){let i=this.clampViewport(e,this.coords.getViewport().rightOffset).barSpacing;if(this.zoomAnchorLogical=t,this.zoomAnchorX=n,this.panVelocity=0,this.scrollTargetRO=null,!this.animZoom){let o=this.clampViewport(i,this.anchoredRightOffset(i));this.coords.setViewport(o),this.targetBarSpacing=o.barSpacing,this.scheduler.invalidate(4),this.emitViewportChange();return}this.targetBarSpacing=i,this.animator.start();}fling(e){this.animPan&&(this.scrollTargetRO=null,this.panVelocity=e,this.animator.start());}anchoredRightOffset(e){let t=e*this.coords.spacingScale;return this.zoomAnchorLogical+(this.coords.width-this.zoomAnchorX)/t-(this.coords.barCount-1)}clampViewport(e,t){let n=this.coords.barCount,i=this.coords.width;if(n<=1||i<=0)return {barSpacing:Mt(e),rightOffset:t};let o=Math.min(LL,n),s=this.coords.spacingScale,a=Math.min(1e3,i/(o*s)),l=Math.max(.5,Math.min(a,i/((n+Gy)*s))),c=Math.max(l,Math.min(a,e)),u=i/(c*s)-(o-1),h=o-n,p=Math.max(h,Math.min(u,t));return {barSpacing:c,rightOffset:p}}animTick(e){let t=this.coords.getViewport(),n=t.barSpacing,i=t.rightOffset,o=false,s=this.targetBarSpacing;Math.abs(n-s)>s*.001?(n=Mt(Xe(n,s,e,ML)),i=this.anchoredRightOffset(n),o=true):n!==s&&(n=s,i=this.anchoredRightOffset(n));let a=AL/Math.max(1e-6,n*this.coords.spacingScale);if(Math.abs(this.panVelocity)>a&&(i+=this.panVelocity*e,this.panVelocity*=Math.exp(-e/kL),Math.abs(this.panVelocity)<=a?this.panVelocity=0:o=true),this.scrollTargetRO!=null){let c=this.scrollTargetRO,d=Xe(i,c,e,IL);Math.abs(d-c)<.001?(i=c,this.scrollTargetRO=null):(i=d,o=true);}let l=this.clampViewport(n,i);return l.barSpacing!==n&&(this.targetBarSpacing=l.barSpacing),this.scrollTargetRO!=null&&l.rightOffset!==i&&(this.scrollTargetRO=l.rightOffset),this.coords.setViewport(l),this.computeScales(),this.easeScales(e)&&(o=true),this.easeLiveBar(e)&&(o=true),this.skeletonClockMs+=e,this.paintData(),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx()),this.updateLegendValues(),this.emitViewportChange(),o}easeScales(e){let t=false;for(let n of this.scene.panes.values()){let i=n.scaleTarget,o=n.scale;if(i.log&&o.min>0&&i.min>0){let c=Math.log(i.min),d=Math.log(i.max),u=Math.max(1e-9,Math.abs(d-c)),h=Xe(Math.log(o.min),c,e,ii),p=Xe(Math.log(o.max),d,e,ii);Math.abs(h-c)<=u*.001&&Math.abs(p-d)<=u*.001?n.scale={min:i.min,max:i.max,log:true}:(t=true,n.scale={min:Math.exp(h),max:Math.exp(p),log:true});continue}let s=Math.max(1e-9,Math.abs(i.max-i.min)),a=Xe(o.min,i.min,e,ii),l=Xe(o.max,i.max,e,ii);Math.abs(a-i.min)<=s*.001&&Math.abs(l-i.max)<=s*.001?(a=i.min,l=i.max):t=true,n.scale={min:a,max:l,log:i.log};}for(let n of this.scene.indicatorScales.values()){let i=n.scaleTarget,o=n.scale,s=Math.max(1e-9,Math.abs(i.max-i.min)),a=Xe(o.min,i.min,e,ii),l=Xe(o.max,i.max,e,ii);Math.abs(a-i.min)<=s*.001&&Math.abs(l-i.max)<=s*.001?(a=i.min,l=i.max):t=true,n.scale={min:a,max:l};}return t}emitViewportChange(){this.updateScrollToRealtimeButton();let e=this.getVisibleRange();if(e)for(let t of this.viewportCbs)t(e);}handlePointerMove(e,t){if(e===null||t===null||this.coords.barCount===0){this.scene.crosshair=null,this.hoverSeparatorY=null,this.lastPointer=null,this.scheduler.invalidate(1),this.hoverLogical=null;let p={time:null,price:null,paneKind:null,values:new Map,ohlc:null};for(let m of this.crosshairCbs)m(p);return}let n=e>=0&&t>=0&&e<=this.coords.width&&t<=this.coords.height;this.scene.crosshair=n?{x:e,y:t}:null,this.lastPointer=n?{x:e,y:t}:null,this.hoverSeparatorY=e>=0&&t>=0&&t<=this.coords.height?this.separatorHoverY(t):null,this.scheduler.invalidate(1);let i=Math.round(this.coords.xToLogical(e)),o=i>=0&&i<this.coords.barCount,s=o?this.coords.logicalToTime(i):null,a=this.paneNodeAtY(t),l=n&&a?this.coords.yToPrice(t,a.scale,a.bounds):null,c=new Map;if(o)for(let p of this.scene.indicators.values()){let m=this.scene.offsetOf(p.id);for(let f of p.series)if(ve(f)){let g=f.points[i-m]?.value;g!=null&&c.set(f.id,g);}}let d=o?this.bars[i]:void 0,u=d?{time:d.time,open:d.open,high:d.high,low:d.low,close:d.close,volume:d.volume}:null;this.hoverLogical=o?i:null;let h={time:s,price:l,paneKind:n&&a?a.kind:null,values:c,ohlc:u};for(let p of this.crosshairCbs)p(h);}handleClick(e){if(this.coords.barCount===0)return;let t=Math.round(this.coords.xToLogical(e)),n=t>=0&&t<this.coords.barCount;for(let i of this.clickCbs)i({time:n?this.coords.logicalToTime(t):null,price:null});}paneAtY(e){return this.paneNodeAtY(e)}paneNodeAtY(e){for(let t of this.scene.panes.values())if(e>=t.bounds.top&&e<=t.bounds.top+t.bounds.height)return t;return null}nearestPaneToY(e){let t=null,n=1/0;for(let i of this.scene.panes.values()){let o=e<i.bounds.top?i.bounds.top-e:e-(i.bounds.top+i.bounds.height);o<n&&(n=o,t=i);}return t}resolveScaleHolder(e,t){let n=this.paneNodeAtY(t);if(!n)return null;let i=this.coords.width,o=this.scene.ownScaleIndicatorsForPane(n.id);if(e>=i+64&&o.length>0){let s=Math.floor((e-i-64)/56),a=o[s];if(a)return {holder:this.scene.ensureIndicatorScale(a.id,n.scaleTarget),height:n.bounds.height}}return {holder:n,height:n.bounds.height}}beginPriceScale(e,t){let n=this.resolveScaleHolder(e,t);n&&(this.scaleDragHolder=n.holder,this.scaleDragHeight=n.height,this.scaleDragStart={...n.holder.scale},n.holder.manualScale={...n.holder.scale},this.axisScaleButtons?.reposition(),this.scheduler.invalidate(4));}priceScaleBy(e){let t=this.scaleDragHolder,n=this.scaleDragStart;!t||!n||this.setManualScale(t,My(n,Math.exp(e*RL)));}beginPricePan(e){let t=this.paneNodeAtY(e);return !t||!t.manualScale?false:(this.scaleDragHolder=t,this.scaleDragHeight=t.bounds.height,this.scaleDragStart={...t.scale},true)}pricePanBy(e){let t=this.scaleDragHolder,n=this.scaleDragStart;!t||!n||this.setManualScale(t,ky(n,e,this.scaleDragHeight));}resetPriceScale(e,t){let n=this.resolveScaleHolder(e,t);n&&(n.holder.manualScale=null,this.axisScaleButtons?.reposition(),this.scheduler.invalidate(4));}dataDblClick(e,t){let n=this.paneNodeAtY(t)??this.nearestPaneToY(t);if(!n)return;let i=this.maximizedPaneId!==n.id;this.maximizedPaneId=i?n.id:null,this.afterPaneLayoutChange(),this.emitPaneAction({type:"maximize",paneId:n.id,maximized:i});}resetView(){this.fitContent(),this.scheduler.invalidate(4),this.emitViewportChange();}setManualScale(e,t){e.manualScale=t,e.scale={...t},e.scaleTarget={...t},e.initialized=true,this.scheduler.invalidate(4);}afterPaneLayoutChange(){this.layoutPanes(),this.paneControls?.refresh(),this.scheduler.invalidate(4);}paneControlViews(){let e=this.scene.orderedPanes();return e.map((t,n)=>({id:t.id,kind:t.kind,collapsed:t.collapsed,maximized:this.maximizedPaneId===t.id,top:t.bounds.top,height:t.bounds.height,index:n,count:e.length}))}movePaneLocal(e,t){let n=this.scene.orderedPanes(),i=n.findIndex(l=>l.id===e);if(i<0)return;let o=t==="up"?i-1:i+1;if(o<1||o>=n.length)return;let s=n.map(l=>l.id),a=s[i];s[i]=s[o],s[o]=a,this.scene.orderPanes(s),this.afterPaneLayoutChange(),this.emitPaneAction({type:"move",paneId:e,dir:t});}paneSeparatorAt(e){return this.separatorPaneIndexAt(e)!==null}separatorHoverY(e){if(!this.paneResizeEnabled)return null;let t=this.separatorPaneIndexAt(e);return t===null?null:this.scene.orderedPanes()[t].bounds.top}separatorPaneIndexAt(e){let t=this.scene.orderedPanes();for(let n=1;n<t.length;n++)if(Math.abs(e-t[n].bounds.top)<=OL)return n;return null}beginPaneResize(e){let t=this.separatorPaneIndexAt(e);if(t===null)return;let n=this.scene.orderedPanes(),i=n[t-1],o=n[t];this.resizeAbove=i,this.resizeBelow=o,this.resizeSplitStart={combinedTop:i.bounds.top,combinedHeight:i.bounds.height+o.bounds.height,combinedWeight:i.heightWeight+o.heightWeight,startBoundaryY:o.bounds.top};}paneResizeBy(e){let t=this.resizeAbove,n=this.resizeBelow,i=this.resizeSplitStart;if(!t||!n||!i)return;let o=Iy(i,e);t.heightWeight=o.above,n.heightWeight=o.below,this.layoutPanes(),this.scheduler.invalidate(4);}resetPaneSize(e){let t=this.separatorPaneIndexAt(e);if(t===null)return;let n=this.scene.orderedPanes(),i=n[t-1],o=n[t],s=(i.heightWeight+o.heightWeight)/2;i.heightWeight=s,o.heightWeight=s,this.layoutPanes(),this.scheduler.invalidate(4);}setKeyboardEnabled(e){this.keyboardEnabled=e,!(!this.dataCanvas||!this.keyboard)&&(e?(this.dataCanvas.tabIndex=0,this.dataCanvas.setAttribute("role","application"),this.dataCanvas.setAttribute("aria-label","Interactive price chart. Use Left/Right arrows to move between bars, Shift+Arrow to pan, plus/minus to zoom, Home/End to jump, 0 to reset."),!this.liveRegion&&this.wrapper&&(this.liveRegion=document.createElement("div"),this.liveRegion.setAttribute("aria-live","polite"),this.liveRegion.setAttribute("role","status"),Object.assign(this.liveRegion.style,{position:"absolute",width:"1px",height:"1px",margin:"-1px",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)",whiteSpace:"nowrap",border:"0"}),this.wrapper.appendChild(this.liveRegion)),this.keyboard.attach(this.dataCanvas)):(this.keyboard.detach(),this.dataCanvas.removeAttribute("tabindex"),this.dataCanvas.removeAttribute("role"),this.dataCanvas.removeAttribute("aria-label")));}panByBars(e){let t=this.coords.getViewport();this.applyViewport({barSpacing:t.barSpacing,rightOffset:t.rightOffset+e});}zoomByStep(e){let t=this.coords.getViewport(),n=Mt(t.barSpacing*Math.exp(e*DL));this.zoomTo(n,this.coords.rightEdgeLogical,this.coords.width);}stepCrosshair(e){let t=this.coords.barCount;if(t===0)return;let n=this.hoverLogical??Math.min(t-1,Math.round(this.coords.xToLogical(this.coords.width)));this.focusBar(n+e);}focusBar(e){let t=this.coords.barCount;if(t===0)return;let n=Math.max(0,Math.min(t-1,e)),i=this.coords.getViewport(),o=2,s=this.coords.xToLogical(0),a=this.coords.xToLogical(this.coords.width),l=i.rightOffset;n<s+o?l-=s+o-n:n>a-o&&(l+=n-(a-o)),l!==i.rightOffset&&this.applyViewport({barSpacing:i.barSpacing,rightOffset:l});let c=this.scene.orderedPanes().find(u=>u.kind==="price")??this.scene.orderedPanes()[0]??null,d=this.scene.crosshair?.y??(c?c.bounds.top+c.bounds.height/2:this.coords.height/2);this.handlePointerMove(this.coords.logicalToX(n),d),this.announceBar(n);}announceBar(e){if(!this.liveRegion)return;let t=this.bars[e],n=this.dataWindowPricePane(),i=this.dataWindowOHLC(t,n),o=[];t&&o.push(VL(t.time,this.scene.timezone)),i&&o.push(`Open ${i.o}, High ${i.h}, Low ${i.l}, Close ${i.c}`);for(let s of this.dataWindowGroups(e,n))for(let a of s.rows)o.push(`${a.label} ${a.value}`);this.liveRegion.textContent=o.join(". ");}getDataWindowReadout(){let e=this.bars.length;if(e===0)return {date:"",time:"",ohlc:null,groups:[]};let t=this.hoverLogical!=null?this.hoverLogical:e-1,n=this.bars[t],i=this.dataWindowPricePane(),o=n?Xy(n.time,this.scene.timezone):{date:"",time:""};return {date:o.date,time:o.time,ohlc:this.dataWindowOHLC(n,i),groups:this.dataWindowGroups(t,i)}}dataWindowPricePane(){return this.scene.orderedPanes().find(e=>e.kind==="price")??null}dataWindowFmt(e,t){return t?_l(t.scale,t.bounds.height,e,this.scene.priceMintick):String(e)}dataWindowOHLC(e,t){return e?{o:this.dataWindowFmt(e.open,t),h:this.dataWindowFmt(e.high,t),l:this.dataWindowFmt(e.low,t),c:this.dataWindowFmt(e.close,t),vol:e.volume!=null?Yy(e.volume):void 0,up:e.close>=e.open}:null}dataWindowGroups(e,t){let n=[];for(let i of this.scene.indicators.values()){let o=this.dataWindowRowsFor(i,e,t);o.length&&n.push({name:i.title,rows:o});}return n}dataWindowRowsFor(e,t,n){if(e.native?.type==="volume")return this.volumeReadoutRows(e,t);let i=(e.paneId?this.scene.panes.get(e.paneId):null)??n,o=this.scene.offsetOf(e.id),s=[];for(let a of e.series){let l,c;if(a.kind==="candle"||a.kind==="bar")l=a.bars[t-o]?.close,c=a.style?.up??this.theme.upColor;else if(ve(a)){if(a.visible===false)continue;l=a.points[t-o]?.value,c=a.points[t-o]?.color??a.style.color;}else continue;l==null||!Number.isFinite(l)||s.push({label:a.title||e.title,value:this.dataWindowFmt(l,i),color:c});}return s}volumeReadoutRows(e,t){if(this.volumeHidden)return [];let n=this.bars[t],i=n?.volume;if(n==null||i==null||!Number.isFinite(i))return [];let o=this.scene.volumeLayer,s=n.close>=n.open?o?.upColor??this.theme.upColor:o?.downColor??this.theme.downColor;return [{label:e.title,value:Yy(i),color:s}]}updateLegendValues(){if(!this.inputsUI)return;let e=this.bars.length,t=new Map;if(e>0){let n=this.hoverLogical!=null?this.hoverLogical:e-1,i=this.dataWindowPricePane();for(let o of this.scene.indicators.values())t.set(o.id,this.dataWindowRowsFor(o,n,i).map(s=>({value:s.value,color:s.color})));}this.inputsUI.setPlotValues(t);}renderFrame(e){this.animator.active||(du(e)?(this.computeScales(),this.paintData()):dv(e)&&this.paintedData&&(this.chrome.prepare(this.scene,this.coords,this.theme),this.chrome.render(this.scene,this.coords,this.theme,this.axisSurface())),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx()),!du(e)&&this.paintedData&&this.repaintCursorLayers(),this.updateLegendValues());}repaintCursorLayers(){let e=this.scene.panes.get(Se);if(!e)return;let t=typeof performance<"u"?performance.now():Date.now();for(let n of this.extLayers){if(!n.def.repaintOnCursor)continue;let i=this.layerPane(n.def.id)??e;i.collapsed||(n.instance.render(this.extLayerArgs(n.def.id,i.scale,i.bounds,t)),this.animZoom&&n.instance.animating?.()&&this.animator.start());}}clearLayerCanvas(e){e.width===0||e.height===0||e.getContext("2d")?.clearRect(0,0,e.width,e.height);}extLayerArgs(e,t,n,i){return {bars:this.scene.bars,data:this.scene.nativeData.get(e),settings:this.scene.nativeData.get(`${e}-settings`)??{},pending:this.scene.nativePending.get(e)??[],coords:this.coords,scale:t,bounds:n,theme:this.theme,priceStyle:this.scene.priceStyle,nowMs:i,cursor:this.lastPointer}}paintData(){this.syncLayerCanvasOrder(),this.stampScaleInvert(),this.backend.modelAlpha=this.modelAlpha,this.backend.candleBodyAlpha=this.candleBodyAlpha,this.backend.candleStructureAlpha=this.candleStructureAlpha;let e=1,t=1;this.backend.candleBodyScale=t;let n=this.scene.panes.get(Se);if(n){let a=this.nativeLayerPane("volume")??n;this.volumeRenderer.render({bars:this.scene.bars,data:this.scene.volumeLayer,visible:this.volumeActive&&!this.volumeHidden&&!a.collapsed,coords:this.coords,bounds:a.bounds,fillPane:a.kind!=="price"}),this.vpvrRenderer.render({bars:this.scene.bars,data:this.scene.vpvrLayer,visible:this.vpvrActive&&!this.vpvrHidden,coords:this.coords,scale:n.scale,bounds:n.bounds,theme:this.theme});let l=typeof performance<"u"?performance.now():Date.now(),c=null;for(let d of this.extLayers){let u=this.layerPane(d.def.id)??n;if(u.collapsed){this.clearLayerCanvas(d.canvas);continue}let h=this.extLayerArgs(d.def.id,u.scale,u.bounds,l);d.instance.render(h),u===n&&(c=Ry(c,d.instance.modulateBase?.(h)??null)),this.animZoom&&d.instance.animating?.()&&this.animator.start();}c&&(c.candleBodyScale!=null&&(this.backend.candleBodyScale=qu(c.candleBodyScale)||.01),c.candleBodyAlpha!=null&&(this.backend.candleBodyAlpha=qu(c.candleBodyAlpha)*this.candleBodyAlpha),c.gridAlpha!=null&&(e=qu(c.gridAlpha)));}let i=this.bars.length-1,o=i>=0?this.bars[i]:void 0,s=!!o&&this.liveEaseTime===o.time&&(o.high!==this.liveEaseHigh||o.low!==this.liveEaseLow||o.close!==this.liveEaseClose);s&&o&&(this.bars[i]={...o,high:this.liveEaseHigh,low:this.liveEaseLow,close:this.liveEaseClose}),this.scene.drawingSlices=xy(this.indicatorSlices.prepare(this.scene,this.coords,this.theme,this.dataCanvas),this.userDrawings?.prepareSlices(this.scene.orderedPanes().map(a=>a.id))??new Map),this.backdropRenderer.render(this.scene,this.coords,this.theme,e),this.backend.render(this.scene,this.coords,this.theme),this.chrome.render(this.scene,this.coords,this.theme,this.axisSurface()),this.userDrawings?.render(),s&&o&&(this.bars[i]=o),this.paintedData=true;}drawingProjector(){return Sy(this.coords,e=>{let t=this.scene.panes.get(e);return t?{scale:t.scale,bounds:t.bounds,collapsed:t.collapsed}:null},e=>this.paneNodeAtY(e)?.id??null,(e,t)=>this.barsInTimeRange(e,t),this.userDrawings?.seriesGateway?(e,t,n)=>this.userDrawings.seriesGateway.seriesInRange(e,t,n):void 0)}barsInTimeRange(e,t){let n=Math.min(e,t),i=Math.max(e,t),o=[];for(let s of this.bars)if(!(s.time<n)){if(s.time>i)break;o.push(s);}return o}get userDrawingsPort(){return this.userDrawings??void 0}focus(){this.dataCanvas?.focus({preventScroll:true});}setExternalCrosshair(e,t=null){let n=e==null?null:{time:e,price:t},i=this.externalCross;!n&&!i||n&&i&&i.time===n.time&&i.price===n.price||(this.externalCross=n,this.scheduler.invalidate(1));}externalCrossPx(){let e=this.externalCross;if(!e||this.coords.barCount===0)return null;let t=Math.floor(this.coords.timeToLogical(e.time));if(t<0||t>=this.coords.barCount)return null;let n=this.coords.logicalToX(t);if(!Number.isFinite(n)||n<0||n>this.coords.width)return null;let i=null;if(e.price!=null){let o=this.scene.orderedPanes().find(s=>s.kind==="price");o&&(i=this.coords.priceToY(e.price,o.scale,o.bounds),(!Number.isFinite(i)||i<o.bounds.top||i>o.bounds.top+o.bounds.height)&&(i=null));}return {x:n,y:i,time:this.coords.logicalToTime(t),price:i!=null?e.price:null}}setSnapMode(e){this.snapMode=e;}snapToCandle(e,t,n="strong",i){if(n==="off")return e;let o=this.bars.length;if(o===0)return e;let s=Math.max(0,Math.min(o-1,Math.round(this.coords.timeToLogical(e.time)))),a=this.bars[s];if(!a)return e;let l;if(t!==Se)l={time:a.time,price:e.price};else {let c=a.open;for(let d of [a.high,a.low,a.close])Math.abs(d-e.price)<Math.abs(c-e.price)&&(c=d);l={time:a.time,price:c};}if(n==="weak"&&i){let c=this.drawingProjector(),d=c.yOf(l.price,t);if(Math.hypot(c.xOf(l.time)-i.x,(d??i.y)-i.y)>wL)return e}return l}computeScales(){let e=this.coords.barCount;if(e===0)return;let t=this.coords.visibleLogicalRange(),n=Math.max(0,Math.floor(t.from)),i=Math.min(e-1,Math.ceil(t.to));if(i<n)return;this.scene.percentBaseline=this.bars[n]?.close??0;let o=this.scene.orderedPanes(),s=o.find(l=>l.kind==="price")??null;this.chrome.prepare(this.scene,this.coords,this.theme);let a=this.animator.active;for(let l of o){if(l.manualScale){l.scaleTarget=l.manualScale,l.scale={...l.manualScale},l.initialized=true;continue}let d=this.scene.indicatorsForPane(l.id).filter(p=>p.ownScale!==true),u=this.chrome.paneDrawingsRange(d,this.scene,l===s,t);if(l===s){let p=Py(this.scene.indicators.values(),n,i,m=>this.scene.offsetOf(m));p&&(u=u?{min:Math.min(u.min,p.min),max:Math.max(u.max,p.max)}:p);}let h=l.kind==="price"&&!this.scene.candlesHidden;if(l.scaleTarget=nc(d,this.bars,h,n,i,u,jr(this.scene,l),p=>this.scene.offsetOf(p)),l.percentBaseline=l.kind==="price"?this.bars[n]?.close??0:this.firstVisibleValue(d,n),l.axisFormat=void 0,l.axisBands=void 0,this.volumeOwnsPane(l,d)){let p=this.maxVisibleVolume(n,i);p>0&&(l.scaleTarget={min:0,max:p/Bu},l.axisFormat="volume");}else if(this.layerNativesOwnPane(l,d)&&(l.scaleTarget=nc([],this.bars,true,n,i,u,jr(this.scene,l),p=>this.scene.offsetOf(p)),l.percentBaseline=this.bars[n]?.close??0,d.every(p=>p.paneAxis!=null))){l.axisFormat="none";let p=d.find(m=>typeof m.paneAxis=="object");l.axisBands=p?p.paneAxis.bands:void 0;}if(l===s&&this.scene.tradeMarkers.visible&&l.bounds.height>0){let p=this.tradesScaleHints(t);if(p){let m=l.scaleTarget,f={...m,min:Math.min(m.min,p.min),max:Math.max(m.max,p.max)};l.scaleTarget=Ly(f,l.bounds.height,p.abovePx,p.belowPx);}}(!a||!l.initialized)&&(l.scale={...l.scaleTarget},l.initialized=true);for(let p of this.scene.ownScaleIndicatorsForPane(l.id)){let m=this.scene.ensureIndicatorScale(p.id,l.scaleTarget);if(m.manualScale){m.scaleTarget=m.manualScale,m.scale={...m.manualScale},m.initialized=true;continue}let f=this.chrome.paneDrawingsRange([p],this.scene,false,t);m.scaleTarget=nc([p],this.bars,false,n,i,f,false,g=>this.scene.offsetOf(g)),(!a||!m.initialized)&&(m.scale={...m.scaleTarget},m.initialized=true);}}}tradesScaleHints(e){let t=null,n={timeToLogical:i=>this.coords.timeToLogical(i),barAt:i=>{let o=this.bars[Math.round(i)];return o?{high:o.high,low:o.low}:null}};for(let i of this.scene.indicators.values()){if(!i.trades?.length)continue;let o=Cv(i.trades,this.scene.tradeMarkers,n,e.from,e.to,this.scene.style.fontSize);o&&(t=t?{min:Math.min(t.min,o.min),max:Math.max(t.max,o.max),abovePx:Math.max(t.abovePx,o.abovePx),belowPx:Math.max(t.belowPx,o.belowPx)}:o);}return t}fitContent(){let e=this.coords.barCount,t=this.coords.width;if(e<=0||t<=0)return;this.animator?.stop(),this.panVelocity=0;for(let s of this.scene.panes.values())s.manualScale=null;for(let s of this.scene.indicatorScales.values())s.manualScale=null;let n=Math.min(e,200),i=6,o=this.clampViewport(t/((n+i)*this.coords.spacingScale),i);this.coords.setViewport(o),this.targetBarSpacing=o.barSpacing;}reframeKeepZoom(){this.animator?.stop(),this.panVelocity=0;for(let t of this.scene.panes.values())t.manualScale=null;for(let t of this.scene.indicatorScales.values())t.manualScale=null;let e={barSpacing:Mt(this.coords.getViewport().barSpacing),rightOffset:Eo().rightOffset};this.coords.setViewport(e),this.targetBarSpacing=e.barSpacing;}paneBoundsFor(e){let t=this.scene.panes.get(e);return {top:t?.bounds.top??0,height:t?.bounds.height??0,rightAxis:this.rightAxisW}}paneMasterTitle(e){let t=this.scene.orderedIndicatorsForPane(e);return (t.find(i=>i.ownScale!==true)??t[0])?.title||null}nativeLayerPane(e){for(let t of this.scene.indicators.values())if(t.native?.type===e)return this.scene.panes.get(t.paneId??Se)??null;return null}layerOwner(e){for(let t of this.scene.indicators.values())if(t.native?.type===e)return t;return null}layerPane(e){let t=this.layerOwner(e),n=t?t.paneId??Se:Se;return this.scene.panes.get(n)??null}orderedLayerCanvases(){let e=new Map(this.extLayers.map(i=>[i.def.id,i.canvas])),{below:t,above:n}=Dy(this.extLayers.map(i=>{let o=this.layerOwner(i.def.id);return {id:i.def.id,placement:i.def.placement==="below-data"?"below-data":"above-data",ownerZ:o?this.scene.zOf(o.id):null}}),this.scene.candleZ);return {below:t.map(i=>e.get(i)),above:n.map(i=>e.get(i))}}canvasPile(){let{below:e,above:t}=this.orderedLayerCanvases();return [this.backdropCanvas,...e,this.dataCanvas,this.volumeCanvas,this.vpvrCanvas,...t]}syncLayerCanvasOrder(){if(this.extLayers.length===0||!this.plot)return;let{below:e,above:t}=this.orderedLayerCanvases(),n=[...e.map(i=>this.extLayers.find(o=>o.canvas===i).def.id),"|",...t.map(i=>this.extLayers.find(o=>o.canvas===i).def.id)].join(",");if(n!==this.layerOrderSig){this.layerOrderSig=n;for(let i of e)this.plot.insertBefore(i,this.dataCanvas);for(let i of t)this.plot.insertBefore(i,this.chromeCanvas);}}volumeOwnsPane(e,t){return e.kind==="price"||!this.volumeActive||this.volumeHidden||!this.scene.volumeLayer||this.nativeLayerPane("volume")!==e?false:t.every(n=>n.native?.type==="volume")}layerNativesOwnPane(e,t){return e.kind==="price"||t.length===0?false:t.every(n=>n.series.length===0&&!!n.native&&this.extLayers.some(i=>i.def.id===n.native.type))}paneScaleInfos(){return this.scene.orderedPanes().map(e=>({id:e.id,kind:e.kind,top:e.bounds.top,height:e.bounds.height,mode:fu(this.scene,e),log:jr(this.scene,e),invert:gu(this.scene,e)}))}axisScaleViews(){return this.scene.orderedPanes().map(e=>({id:e.id,top:e.bounds.top,height:e.bounds.height,collapsed:e.collapsed,auto:e.manualScale==null,log:jr(this.scene,e)}))}togglePaneAuto(e){let t=this.scene.panes.get(e);t&&(t.manualScale=t.manualScale==null?{...t.scale}:null,this.scheduler?.invalidate(4));}setPaneScaleMode(e,t){if(e===Se)this.scene.scaleMode=t;else {let n=this.scene.panes.get(e);if(!n)return;n.scaleMode=t;}this.scheduler?.invalidate(4);}setPaneLog(e,t){let n=e===Se?this.scene.orderedPanes().find(i=>i.kind==="price"):this.scene.panes.get(e);if(e===Se)this.scene.logScale=t;else {if(!n)return;n.logScale=t;}n?.manualScale&&(n.manualScale.log=t),this.scheduler?.invalidate(4);}setPaneInvert(e,t){if(e===Se)this.scene.invertScale=t;else {let n=this.scene.panes.get(e);if(!n)return;n.invert=t;}this.scheduler?.invalidate(4);}stampScaleInvert(){for(let e of this.scene.panes.values()){let t=gu(this.scene,e);e.scale.invert=t,e.scaleTarget.invert=t,e.manualScale&&(e.manualScale.invert=t);for(let n of this.scene.ownScaleIndicatorsForPane(e.id)){let i=this.scene.indicatorScales.get(n.id);i&&(i.scale.invert=t,i.scaleTarget.invert=t,i.manualScale&&(i.manualScale.invert=t));}}}firstVisibleValue(e,t){for(let n of e){let i=this.scene.offsetOf(n.id);for(let o of n.series)if(o.overlay!==true){if(ve(o)){let s=o.points[t-i]?.value;if(s!=null&&Number.isFinite(s))return s}else if(o.kind==="candle"||o.kind==="bar"){let s=o.bars[t-i];if(s&&Number.isFinite(s.close))return s.close}}}return 0}maxVisibleVolume(e,t){let n=0;for(let i=e;i<=t;i+=1){let o=this.bars[i]?.volume;o!=null&&o>n&&(n=o);}return n}layoutPanes(){let e=this.scene.orderedPanes(),t=this.coords.height;this.inputsUI?.setCollapsedPanes(this.collapsedMasterMap());let n=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null;if(n){let d=0;for(let u of e)u===n?u.bounds={top:0,height:t}:u.bounds={top:t,height:0},d+=u.bounds.height;this.inputsUI?.reposition(),this.paneControls?.reposition(),this.axisScaleButtons?.reposition(),this.repositionScrollButton(),this.positionAttribution(),this.publishPricePaneBounds();return}let i=e.filter(d=>d.collapsed),o=e.filter(d=>!d.collapsed),s=i.length*$y,a=Math.max(0,t-s),l=o.reduce((d,u)=>d+(u.heightWeight||1),0)||1,c=0;for(let d of e){let u=d.collapsed?$y:a*(d.heightWeight||1)/l;d.bounds={top:c,height:u},c+=u;}this.inputsUI?.reposition(),this.paneControls?.reposition(),this.axisScaleButtons?.reposition(),this.repositionScrollButton(),this.positionAttribution(),this.publishPricePaneBounds();}repositionScrollButton(){let e=this.coords.height;if(e<=0)return;let t=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null,n=t?[t]:this.scene.orderedPanes().filter(o=>!o.collapsed),i=n.length?Math.max(...n.map(o=>o.bounds.top+o.bounds.height)):e;this.scrollBtnBottomPx=Xu+Math.max(0,e-i),this.mountContainer?.style.setProperty("--vela-bottom-gutter",`${oi+Math.max(0,e-i)}px`),this.scrollBtnRightPx=this.rightAxisW+Ky,this.scrollButton&&(this.scrollButton.style.bottom=`${this.scrollBtnBottomPx}px`,this.scrollButton.style.right=`${this.scrollBtnRightPx}px`);}collapsedMasterMap(){let e=new Map;for(let t of this.scene.panes.values()){if(!t.collapsed)continue;let n=this.scene.orderedIndicatorsForPane(t.id),i=new Set(this.scene.ownScaleIndicatorsForPane(t.id).map(s=>s.id)),o=n.find(s=>!i.has(s.id))??n[0];e.set(t.id,o?.id??null);}return e}setToolbarGutter(e){e!==this.toolbarGutter&&(this.toolbarGutter=e,this.publishGutters(),this.positionAttribution(),this.syncSize());}publishGutters(){this.mountContainer?.style.setProperty("--vela-toolbar-gutter",`${this.toolbarGutter}px`),this.mountContainer?.style.setProperty("--vela-scale-gutter",`${this.rightAxisW}px`);}publishPricePaneBounds(){if(!this.mountContainer)return;let e=this.coords.height+oi,t=this.scene.panes.get(Se),n=t?t.bounds.top:0,i=t?t.bounds.height:this.coords.height,o=Math.max(0,e-(n+i));this.mountContainer.style.setProperty("--vela-price-pane-top",`${n}px`),this.mountContainer.style.setProperty("--vela-price-pane-bottom",`${o}px`);}buildAttributionEl(){return this.attributionHtml!==null?Vy(document,this.attributionHtml,this.theme.background):_y(document,this.theme.background)}rebuildAttribution(){this.attributionEl&&(this.attributionEl.remove(),this.attributionEl=this.buildAttributionEl(),this.attributionEnabled||(this.attributionEl.style.display="none"),this.positionAttribution(),this.wrapper.appendChild(this.attributionEl));}positionAttribution(){if(!this.attributionEl)return;let e=this.coords?.height??0,t=this.maximizedPaneId?this.scene.panes.get(this.maximizedPaneId):null,n=t?[t]:this.scene.orderedPanes().filter(o=>!o.collapsed),i=e>0&&n.length?Math.max(...n.map(o=>o.bounds.top+o.bounds.height)):e;Object.assign(this.attributionEl.style,{left:`${(this.toolbarGutter||0)+12}px`,bottom:`${oi+10+Math.max(0,e-i)}px`});}refreshAttributionColor(){this.attributionEl&&(this.attributionHtml!==null?this.attributionEl.style.color=Wu(this.theme.background):Gu(this.attributionEl,this.theme.background));}syncSize(){let e=this.wrapper.clientWidth,t=this.wrapper.clientHeight;if(e<=0||t<=0)return;let n=window.devicePixelRatio||1;this.plot.style.left=`${this.toolbarGutter}px`;let i=this.plot.getBoundingClientRect(),o=Math.max(1,Math.round(i.width*n)),s=Math.max(1,Math.round(i.height*n)),a=this.plotDeviceSize;a&&Math.abs(a.width-i.width*n)<=1&&Math.abs(a.height-i.height*n)<=1&&(o=Math.max(1,a.width),s=Math.max(1,a.height));let l=o/n,c=s/n,d=u=>{u.width=o,u.height=s,u.style.width=`${l}px`,u.style.height=`${c}px`;};d(this.dataCanvas),d(this.backdropCanvas),d(this.volumeCanvas);for(let u of this.extLayers)d(u.canvas);d(this.vpvrCanvas),d(this.chromeCanvas),d(this.drawingsCanvas),d(this.cursorCanvas),this.coords.setSize(Math.max(1,l-this.rightAxisW),Math.max(1,c-oi),n),this.scene.crosshair=null,this.layoutPanes(),this.userDrawings?.onResize(),!this.didInitialFit&&this.coords.barCount>0&&(this.fitContent(),this.didInitialFit=true),this.animator.active?(this.computeScales(),this.paintData(),this.crosshairLayer.render(this.scene,this.coords,this.theme,this.hoverSeparatorY,this.externalCrossPx())):this.scheduler.flushNow(4);}applyBackground(){this.wrapper.style.background=this.theme.background;}};function FL(r,e){for(let t of r.series){let n=t.kind==="candle"||t.kind==="bar"?t.bars:ve(t)?t.points:null;if(!n||n.length===0)continue;let i=0,o=n.length;for(;i<o;){let s=i+o>>1;n[s].time<e?i=s+1:o=s;}return i}return null}function NL(r,e){if(e.kind==="value"){for(let t of e.series){let n=r.series.find(i=>i.id===t.seriesId);n&&(t.kind==="points"&&ve(n)?n.points=t.points:t.kind==="bars"&&(n.kind==="candle"||n.kind==="bar")&&(n.bars=t.bars));}e.lines&&(r.lines=e.lines),e.boxes&&(r.boxes=e.boxes),e.labels&&(r.labels=e.labels),e.polylines&&(r.polylines=e.polylines),e.linefills&&(r.linefills=e.linefills),e.tables&&(r.tables=e.tables),e.trades&&(r.trades=e.trades);return}for(let t of e.removed){let n=r.series.findIndex(i=>i.id===t);n>=0&&r.series.splice(n,1);}for(let t of e.added)r.series.push(t);}function Xy(r,e){let t=Hl(r,e),n=i=>i<10?`0${i}`:String(i);return {date:`${t.getUTCFullYear()}-${n(t.getUTCMonth()+1)}-${n(t.getUTCDate())}`,time:`${n(t.getUTCHours())}:${n(t.getUTCMinutes())}`}}function VL(r,e){let{date:t,time:n}=Xy(r,e);return `${t} ${n}`}function _L(r){if(!Array.isArray(r))return [];let e=[];for(let t of r){if(!t||typeof t!="object")continue;let n=t,i=Number(n.from),o=Number(n.to);!Number.isFinite(i)||!Number.isFinite(o)||o<=i||e.push({from:i,to:o,color:typeof n.color=="string"?n.color:"rgba(120,130,160,0.10)"});}return e.sort((t,n)=>t.from-n.from)}function BL(r){if(r==null||typeof r!="object")return null;let e=r,t=n=>{if(!Array.isArray(n))return [];let i=[];for(let o of n){if(!Array.isArray(o))continue;let s=Number(o[0]),a=Number(o[1]);Number.isFinite(s)&&Number.isFinite(a)&&a>s&&i.push([s,a]);}return i.sort((o,s)=>o[0]-s[0])};return {pre:t(e.pre),post:t(e.post)}}function qu(r){return Math.max(0,Math.min(1,r))}function HL(r){return typeof r=="string"&&Yr().includes(r)}function Uy(r){return r==="percent"||r==="indexed"?r:"price"}function Yy(r){let e=Math.abs(r);return e>=1e9?`${(r/1e9).toFixed(2)}B`:e>=1e6?`${(r/1e6).toFixed(2)}M`:e>=1e3?`${(r/1e3).toFixed(2)}K`:r.toFixed(2)}function zL(r){let e=[...r].sort((n,i)=>n.time-i.time),t=[];for(let n of e){let i=t[t.length-1];i&&i.time===n.time?t[t.length-1]=n:t.push(n);}return t}function Zu(r,e){let t=(r.open+r.high+r.low+r.close)/4,n=e?(e.open+e.close)/2:(r.open+r.close)/2;return {time:r.time,open:n,high:Math.max(r.high,n,t),low:Math.min(r.low,n,t),close:t,...r.volume!=null?{volume:r.volume}:{}}}function jy(r){let e=new Array(r.length),t;for(let n=0;n<r.length;n+=1)t=Zu(r[n],t),e[n]=t;return e}var $L={full:jy,next:Zu};function qy(){Ac({id:"heikinashi",label:"Heikin Ashi",barTransform:$L});}var Ju=q,Qu=X,eh=20;function WL(r,e){return typeof r=="number"&&Number.isFinite(r)?r:e}function Zy(r,e){return typeof r=="string"&&r!==""?r:e}function cc(r){return {upColor:Zy(r.upColor,Ju),downColor:Zy(r.downColor,Qu),heightFrac:Math.min(.5,Math.max(.05,WL(r.heightPct,eh)/100))}}var th=class{constructor(){this.inputs={};}start(e,t){this.ctx=e,this.inputs=t,e.emit({}),e.pushData(cc(t));}onBars(){}onViewport(){}setInputs(e){this.inputs=e,this.ctx.pushData(cc(e));}suspend(){}resume(){this.ctx.pushData(cc(this.inputs));}stop(){}},Jy={type:"volume",title:"Volume",paneHint:"price",overlay:true,inputsSchema:()=>[{key:"upColor",title:"Up color",type:"color",defval:Ju},{key:"downColor",title:"Down color",type:"color",defval:Qu},{key:"heightPct",title:"Height %",type:"int",defval:eh,min:5,max:50,step:1,tooltip:"Pane height the tallest visible bar occupies"}],defaultInputs:()=>({upColor:Ju,downColor:Qu,heightPct:eh}),create:()=>new th};function nh(){ir(Jy);}var ih=24,oh=30,sh=Ee,ah=X,lh=70;function rh(r,e){return typeof r=="number"&&Number.isFinite(r)?r:e}function Qy(r,e){return typeof r=="string"&&r!==""?r:e}function dc(r){return {rows:Math.round(Math.min(400,Math.max(2,rh(r.rows,ih)))),widthFrac:Math.min(.9,Math.max(.05,rh(r.widthPct,oh)/100)),upColor:Qy(r.upColor,sh),downColor:Qy(r.downColor,ah),showPoc:r.showPoc!==false,valueAreaFrac:Math.min(1,Math.max(0,rh(r.valueAreaPct,lh)/100))}}var ch=class{constructor(){this.inputs={};}start(e,t){this.ctx=e,this.inputs=t,e.emit({}),e.pushData(dc(t));}onBars(){}onViewport(){}setInputs(e){this.inputs=e,this.ctx.pushData(dc(e));}suspend(){}resume(){this.ctx.pushData(dc(this.inputs));}stop(){}},ew={type:"vpvr",title:"Visible Range Volume Profile",shortTitle:"VRVP",paneHint:"price",overlay:true,inputsSchema:()=>[{key:"rows",title:"Rows",type:"int",defval:ih,min:2,max:400,step:1},{key:"widthPct",title:"Width %",type:"int",defval:oh,min:5,max:90,step:1,tooltip:"Pane width the largest row occupies"},{key:"upColor",title:"Up color",type:"color",defval:sh},{key:"downColor",title:"Down color",type:"color",defval:ah},{key:"showPoc",title:"Point of control",type:"bool",defval:true},{key:"valueAreaPct",title:"Value area %",type:"int",defval:lh,min:0,max:100,step:1}],defaultInputs:()=>({rows:ih,widthPct:oh,upColor:sh,downColor:ah,showPoc:true,valueAreaPct:lh}),create:()=>new ch};function dh(){ir(ew);}var uh=class{constructor(e,t={},n={}){qy(),nh(),dh();let i=GL(e),o=gr(t.theme),s=true,a=true;typeof t.animations=="boolean"?(s=t.animations,a=t.animations):t.animations&&(s=t.animations.zoom??true,a=t.animations.pan??true);let l={currentPriceLine:t.currentPriceLine??true,logScale:t.logScale??false,nativeBackend:t.nativeBackend??"auto",animZoom:s,animPan:a,glow:t.glow??0,upColor:t.upColor??q,downColor:t.downColor??X,priceStyle:t.priceStyle??"candles"},c=t.renderer??zo;if(typeof c!="function")throw new Error("[vela] options.renderer must be a renderer class, e.g. import { LwcRenderer } from 'vela/renderers/lwc'. The 'lwc'/'native' string options were removed.");let d=n.renderer??new c(l),u=n.engines??[],h=n.dataFeed??new Nn,p={market:{symbol:t.symbol,timeframe:t.timeframe,bars:t.bars,session:t.session,visibleRange:t.visibleRange,data:t.data},live:t.live??false,theme:o,defaultLanguage:t.defaultLanguage??u[0]?.language??"pine",drawings:t.drawings,volume:t.volume??true};this.rendererControl=new ki(d),t.settings&&this.rendererControl.setSettingsVisibility(t.settings),this.dataControl=new Fi(h),this.orchestrator=new ha(i,d,h,u,p,this.dataControl);let m=Dc();Object.keys(m).length>0&&this.rendererControl.set(m),this.panesControl=new pa(this.orchestrator),this.drawingsControl=new Ni(this.orchestrator.drawings);}registerEngine(e,t){return this.orchestrator.registerEngine(e,t),this}addIndicator(e,t){return this.orchestrator.addIndicator(e,t)}addNativeIndicator(e,t){return this.orchestrator.addNativeIndicator(e,t)}availableNativeIndicators(){return this.orchestrator.availableNativeIndicators()}presentNativeIndicators(){return this.orchestrator.presentNativeIndicators()}indicators(){return this.orchestrator.listIndicators()}runScript(e,t){let n=this.addIndicator(e,t),i=new Set,o=()=>{try{n.remove();}catch{}};return new Promise(s=>{let a=false,l=this.on("script:run",d=>{if(d.id===n.id){if(a){for(let u of i)u(d);return}a=true,c(),s({ok:true,run:d,error:null,onUpdate:u=>(i.add(u),()=>i.delete(u)),remove:()=>{l(),i.clear(),o();}});}}),c=n.on("error",({error:d})=>{a||(a=true,l(),c(),o(),s({ok:false,run:null,error:d,onUpdate:()=>()=>{},remove:()=>{}}));});})}runIndicator(e,t){let n=this.addIndicator(e,t);return new Promise(i=>{let o=n.on("ready",()=>{o(),s(),i({ok:true,handle:n,error:null,context:null});}),s=n.on("error",({error:a})=>{o(),s(),n.context().catch(()=>null).then(l=>{try{n.remove();}catch{}i({ok:false,handle:null,error:a,context:l});});});})}setMarket(e){return this.orchestrator.setMarket(e)}get market(){return this.orchestrator.marketSnapshot()}ready(){return this.orchestrator.ready()}historyComplete(){return this.orchestrator.historyComplete()}inspect(){return this.orchestrator.inspect()}get renderer(){return this.rendererControl}get panes(){return this.panesControl}get data(){return this.dataControl}get drawings(){return this.drawingsControl}on(e,t){return this.orchestrator.events.on(e,t)}getVisibleRange(){return this.orchestrator.getVisibleRange()}setVisibleRange(e){return this.orchestrator.setVisibleRange(e),this}panBy(e){return this.orchestrator.panBy(e),this}setVisibleRangePreset(e){return this.orchestrator.setVisibleRangePreset(e),this}resize(){this.orchestrator.resize();}setTheme(e){return this.orchestrator.setTheme(gr(e)),this}destroy(){this.orchestrator.destroy();}};function GL(r){if(typeof r!="string")return r;let e=document.querySelector(r);if(!e)throw new Error(`[vela] container not found for selector "${r}"`);return e}var tw=["symbol","timeframes","style","layout","indicators","actions","undo-redo","alerts","panels","screenshot"];var si=new Map,$o=new Map,Wo=new Map;function UL(r){return $o.set(r.id,r),()=>{$o.get(r.id)===r&&$o.delete(r.id);}}function YL(r){$o.delete(r);}function KL(){return [...$o.values()]}var nw=100;function XL(r){return Wo.set(r.id,r),()=>{Wo.get(r.id)===r&&Wo.delete(r.id);}}function jL(r){Wo.delete(r);}function qL(){return [...Wo.values()].sort((r,e)=>(r.order??nw)-(e.order??nw))}var hh=["indicators","screenshot"],rw=new Set(hh),ZL=new Set(tw);function JL(r){if(rw.has(r))return si.get(r)}function QL(r){return ZL.has(r.id)&&!rw.has(r.id)?(console.warn(`[vela] widget action "${r.id}": this built-in topbar slot is a stateful control and cannot be overridden \u2014 ignored. Overridable slots: ${hh.join(", ")}.`),()=>{}):(si.set(r.id,r),()=>{si.get(r.id)===r&&si.delete(r.id);})}function eM(r){si.delete(r);}function tM(r,e){let t=[...si.values()].filter(n=>n.target===r);return t.sort((n,i)=>(n.order??0)-(i.order??0)),e?t.filter(n=>!n.when||n.when(e)):t}var Go=new Map;function nM(r){return Go.set(r.id,r),()=>{Go.get(r.id)===r&&Go.delete(r.id);}}function rM(r){Go.delete(r);}function iM(){return [...Go.values()].sort((r,e)=>(r.order??0)-(e.order??0))}var Uo=new Map;function oM(r){return Uo.set(r.id,r),()=>{Uo.get(r.id)===r&&Uo.delete(r.id);}}function sM(r){Uo.delete(r);}function aM(){return [...Uo.values()].sort((r,e)=>(r.order??0)-(e.order??0))}var Yo=new Map;function lM(r){return Yo.set(r.key,r),()=>{Yo.get(r.key)===r&&Yo.delete(r.key);}}function cM(r){Yo.delete(r);}function dM(r){return [...Yo.values()].filter(e=>e.scope===r)}var uc;function uM(r){return uc=r,()=>{uc===r&&(uc=void 0);}}function hM(){return uc}var Ko=new Map;function pM(r,e){return Ko.set(r,e),()=>{Ko.get(r)===e&&Ko.delete(r);}}function mM(r){Ko.delete(r);}function fM(r){return {...Object.fromEntries(Ko),...r}}var iw=280,ph=200,ow=640;function gM(r,e=ph,t=ow){let n=Number.isFinite(e)&&e>0?e:ph,i=Number.isFinite(t)?Math.max(t,n):Number.POSITIVE_INFINITY;return Number.isFinite(r)?Math.round(Math.min(Math.max(r,n),i)):n}function sw(r){let e=r.title.trim().toLowerCase().replace(/\s+/g,"-");return `${r.instanceId}:${r.kind}:${e}#${r.ordinal}`}function ai(r){let e=r.description?.split("/")[0]?.trim();return e?e.replace(/\s+Perpetual$/i,""):r.ticker.replace(/[-_/]?(USDT|USDC|USD1|USDS|BUSD|USD|EUR|PERP)$/i,"")||r.ticker}function li(r){let e=r.trim().toUpperCase();return e?`https://crypto-icons.ledger.com/${encodeURIComponent(e)}.png`:void 0}var aw="https://api.binance.com/api/v3",bM="https://api.binance.us/api/v3",mh="https://fapi.binance.com/fapi/v1",vM="wss://stream.binance.com:9443",yM="wss://stream.binance.us:9443",wM="wss://fstream.binance.com",xM=15e3,SM=2e3,lw={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",360:"6h",480:"8h",720:"12h",D:"1d",W:"1w",M:"1M"},cw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},CM=[1,3,5,15,30,60,120,240,360,480,720],TM={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",360:"6h",480:"8h",720:"12h"},EM=["1","3","5","15","30","45","60","120","180","240","D","W","M"];function dw(r){return cw[r]??cw[r.toLowerCase()]??r}function fh(r){let e=r.trim().toUpperCase();return e.endsWith(".P")?{apiSymbol:e.slice(0,-2),isFutures:true}:{apiSymbol:e,isFutures:false}}function uw(r){return r.map(e=>({time:Number(e[0]),open:Number(e[1]),high:Number(e[2]),low:Number(e[3]),close:Number(e[4]),volume:Number(e[5])}))}function PM(r){return {time:Number(r.t),open:Number(r.o),high:Number(r.h),low:Number(r.l),close:Number(r.c),volume:Number(r.v)}}function LM(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function MM(r,e){let t=new Map;for(let n of r){let i=Math.floor(n.time/e)*e,o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function kM(r){return CM.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}var hc=class{constructor(){this.spotBaseUrl=null;this.spotBaseProbe=null;this.symbolsPromise=null;}info(){return {name:"binance",displayName:"Binance",requiresApiKey:false,supportedTimeframes:EM,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let{apiSymbol:i,isFutures:o}=fh(e),s=o?mh:await this.spotBase(),a=dw(t),l=lw[a];if(l)return LM(uw(await this.fetchKlines(s,i,l,n)));let c=/^\d+$/.test(a)?parseInt(a,10):null,d=c!=null?kM(c):null;if(c==null||d==null)return console.warn(`[vela] Binance: timeframe "${t}" is not supported and cannot be aggregated.`),[];let u=c/d,h={...n,limit:n.limit!=null?n.limit*u+u:void 0},p=uw(await this.fetchKlines(s,i,TM[d],h)),m=MM(p,c*6e4);return n.limit!=null&&m.length>n.limit?m.slice(-n.limit):m}catch(i){return console.warn(`[vela] Binance: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let{apiSymbol:t,isFutures:n}=fh(e),i=n?mh:await this.spotBase(),o=n?`${i}/exchangeInfo`:`${i}/exchangeInfo?symbol=${t}`,a=(await this.json(o).catch(()=>null))?.symbols??[],l=n?a.find(u=>u.symbol===t):a[0];if(!l)return;let c=l.filters?.find(u=>u.filterType==="PRICE_FILTER"),d=c?parseFloat(c.tickSize??"0.01"):.01;return {ticker:e,tickerid:`BINANCE:${e}`,prefix:"BINANCE",description:`${l.baseAsset} / ${l.quoteAsset}${n?" Perpetual":""}`,type:n?"futures":"crypto",basecurrency:l.baseAsset,currency:l.quoteAsset,mintick:d,pricescale:Math.round(1/d),timezone:"Etc/UTC",session:"24x7"}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=Promise.all([this.listSpot().catch(()=>[]),this.listFutures().catch(()=>[])]).then(([e,t])=>[...e,...t])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let{apiSymbol:i,isFutures:o}=fh(e),s=lw[dw(t)];return s&&typeof WebSocket<"u"?this.streamKlines(e,t,i,o,s,n):this.pollBars(e,t,n)}streamKlines(e,t,n,i,o,s){let a=false,l=null,c=null,d=null,u=null,h=`${n.toLowerCase()}@kline_${o}`,p=()=>{d&&(clearTimeout(d),d=null);},m=()=>{if(!(a||u)){p(),c&&(clearTimeout(c),c=null);try{l?.close();}catch{}l=null,console.warn(`[vela] Binance: ${e} ${t} stream delivered no data; falling back to polling.`),u=this.pollBars(e,t,s);}},f=async()=>{if(a)return;let g=i?wM:await this.spotWsBase();a||(l=new WebSocket(`${g}/ws/${h}`),d=setTimeout(m,xM),l.onmessage=b=>{if(!(a||u))try{let y=JSON.parse(typeof b.data=="string"?b.data:"");y.k&&(p(),s(PM(y.k)));}catch{}},l.onclose=()=>{!a&&!u&&(c=setTimeout(()=>{f();},SM));},l.onerror=()=>{try{l?.close();}catch{}});};return f(),()=>{a=true,p(),c&&clearTimeout(c),u?.();try{l?.close();}catch{}}}async spotWsBase(){return (await this.spotBase()).includes("binance.us")?yM:vM}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}async listSpot(){let e=await this.spotBase();return ((await this.json(`${e}/exchangeInfo`)).symbols??[]).filter(n=>n.status==="TRADING").map(n=>({ticker:n.symbol,description:`${n.baseAsset} / ${n.quoteAsset}`,type:"crypto"}))}async listFutures(){return ((await this.json(`${mh}/exchangeInfo`)).symbols??[]).filter(t=>t.contractType==="PERPETUAL"&&t.status==="TRADING").map(t=>({ticker:`${t.symbol}.P`,description:`${t.baseAsset} / ${t.quoteAsset} Perpetual`,type:"futures"}))}async fetchKlines(e,t,n,i){if(i.from!=null)return this.paginateForward(e,t,n,i.from,i.to??Date.now(),i.limit);let o=i.limit??500;return o>1e3?this.paginateBackward(e,t,n,o,i.to):this.klinesChunk(e,{symbol:t,interval:n,limit:o,endTime:i.to})}async paginateForward(e,t,n,i,o,s){let a=[],l=i;for(;l<o;){let c=await this.klinesChunk(e,{symbol:t,interval:n,limit:1e3,startTime:l,endTime:o});if(c.length===0||(a.push(...c),l=Number(c[c.length-1][6])+1,c.length<1e3)||s&&a.length>=s)break}return s?a.slice(0,s):a}async paginateBackward(e,t,n,i,o){let s=[],a=i,l=o,c=Math.ceil(i/1e3)+5;for(;a>0&&c-- >0;){let d=Math.min(a,1e3),u=await this.klinesChunk(e,{symbol:t,interval:n,limit:d,endTime:l});if(u.length===0||(s=u.concat(s),a-=u.length,l=Number(u[0][0])-1,u.length<d))break}return s}async klinesChunk(e,t){let n=new URL(`${e}/klines`);n.searchParams.set("symbol",t.symbol),n.searchParams.set("interval",t.interval),t.limit&&n.searchParams.set("limit",String(Math.min(t.limit,1e3))),t.startTime!=null&&n.searchParams.set("startTime",String(t.startTime)),t.endTime!=null&&n.searchParams.set("endTime",String(t.endTime));let i=await this.json(n.toString());return Array.isArray(i)?i.length>0&&!Array.isArray(i[0])?[]:i:[]}spotBase(){return this.spotBaseUrl?Promise.resolve(this.spotBaseUrl):(this.spotBaseProbe||(this.spotBaseProbe=(async()=>{try{for(let e of [aw,bM])try{if((await fetch(`${e}/ping`,{signal:AbortSignal.timeout(5e3)})).ok)return this.spotBaseUrl=e}catch{}return aw}finally{this.spotBaseProbe=null;}})()),this.spotBaseProbe)}async json(e){let t=await fetch(e);if(!t.ok)throw new Error(`Binance HTTP ${t.status} for ${e}`);return t.json()}};var IM="https://api.hyperliquid.xyz/info",AM="wss://api.hyperliquid.xyz/ws",RM=15e3,DM=2e3,hw={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",480:"8h",720:"12h",D:"1d",W:"1w",M:"1M"},pw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},OM=[1,3,5,15,30,60,120,240,480,720],FM={1:"1m",3:"3m",5:"5m",15:"15m",30:"30m",60:"1h",120:"2h",240:"4h",480:"8h",720:"12h"},NM=["1","3","5","15","30","45","60","120","180","240","360","480","720","D","W","M"],mw={D:864e5,W:6048e5,M:2592e6};function VM(r){if(mw[r])return mw[r];let e=parseInt(r,10);return Number.isFinite(e)&&e>0?e*6e4:36e5}function fw(r){return pw[r]??pw[r.toLowerCase()]??r}function gh(r){let e=r.trim();return e.includes("/")?e:e.toUpperCase()}function bh(r){return {time:Number(r.t),open:Number(r.o),high:Number(r.h),low:Number(r.l),close:Number(r.c),volume:Number(r.v)}}function _M(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function BM(r,e){let t=new Map;for(let n of r){let i=Math.floor(n.time/e)*e,o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function HM(r){return OM.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}var pc=class{constructor(){this.metaPromise=null;this.spotMetaPromise=null;this.symbolsPromise=null;}info(){return {name:"hyperliquid",displayName:"Hyperliquid",requiresApiKey:false,supportedTimeframes:NM,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let i=gh(e),o=fw(t),s=hw[o];if(s)return _M((await this.fetchCandles(i,s,VM(o),n)).map(bh));let a=/^\d+$/.test(o)?parseInt(o,10):null,l=a!=null?HM(a):null;if(a==null||l==null)return console.warn(`[vela] Hyperliquid: timeframe "${t}" is not supported and cannot be aggregated.`),[];let c=a/l,d={...n,limit:n.limit!=null?n.limit*c+c:void 0},u=(await this.fetchCandles(i,FM[l],l*6e4,d)).map(bh),h=BM(u,a*6e4);return n.limit!=null&&h.length>n.limit?h.slice(-n.limit):h}catch(i){return console.warn(`[vela] Hyperliquid: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let t=gh(e),i=(await this.fetchMeta().catch(()=>null))?.universe?.find(o=>o.name===t);if(i){let o=bw(Math.max(0,6-(i.szDecimals??2)));return gw(e,t,"USD","futures",`${t} / USD Perpetual`,o)}if(t.includes("/")){let o=await this.fetchSpotMeta().catch(()=>null),s=o?.universe?.find(u=>u.name===t),a=s&&o?.tokens?o.tokens[s.tokens?.[0]??-1]:void 0,[l=t,c="USDC"]=t.split("/"),d=bw(Math.max(0,8-(a?.szDecimals??2)));return gw(e,l,c,"crypto",`${l} / ${c}`,d)}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=Promise.all([this.listPerps().catch(()=>[]),this.listSpot().catch(()=>[])]).then(([e,t])=>[...e,...t])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let i=gh(e),o=hw[fw(t)];return o&&typeof WebSocket<"u"?this.streamCandles(e,t,i,o,n):this.pollBars(e,t,n)}async listPerps(){return ((await this.fetchMeta()).universe??[]).filter(t=>!t.isDelisted).map(t=>({ticker:t.name,description:`${t.name} / USD Perpetual`,type:"futures"}))}async listSpot(){let e=await this.fetchSpotMeta(),t=e.tokens??[],n=i=>i!=null?t[i]?.name??null:null;return (e.universe??[]).map(i=>{let o=n(i.tokens?.[0]),s=n(i.tokens?.[1]),a=o&&s?`${o} / ${s}`:i.name;return {ticker:i.name,description:a,type:"crypto"}})}async fetchCandles(e,t,n,i){let o=i.to??Date.now(),s=i.from!=null?i.from:o-((i.limit??500)+2)*n,a=await this.candleSnapshot(e,t,s,o);return i.from==null&&i.limit!=null&&a.length>i.limit?a.slice(-i.limit):a}async candleSnapshot(e,t,n,i){let o=await this.post({type:"candleSnapshot",req:{coin:e,interval:t,startTime:Math.floor(n),endTime:Math.floor(i)}});return Array.isArray(o)?o:[]}streamCandles(e,t,n,i,o){let s=false,a=null,l=null,c=null,d=null,u=null,h=()=>{d&&(clearTimeout(d),d=null);},p=()=>{l&&(clearInterval(l),l=null);},m=()=>{if(!(s||u)){h(),p(),c&&(clearTimeout(c),c=null);try{a?.close();}catch{}a=null,console.warn(`[vela] Hyperliquid: ${e} ${t} stream delivered no data; falling back to polling.`),u=this.pollBars(e,t,o);}},f=()=>{s||u||(a=new WebSocket(AM),d=setTimeout(m,RM),a.onopen=()=>{try{a?.send(JSON.stringify({method:"subscribe",subscription:{type:"candle",coin:n,interval:i}}));}catch{}l=setInterval(()=>{try{a?.send(JSON.stringify({method:"ping"}));}catch{}},3e4);},a.onmessage=g=>{if(!(s||u))try{let b=JSON.parse(typeof g.data=="string"?g.data:"");b.channel==="candle"&&b.data&&b.data.s===n&&(h(),o(bh(b.data)));}catch{}},a.onclose=()=>{p(),!s&&!u&&(c=setTimeout(f,DM));},a.onerror=()=>{try{a?.close();}catch{}});};return f(),()=>{s=true,h(),p(),c&&clearTimeout(c),u?.();try{a?.close();}catch{}}}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}fetchMeta(){return this.metaPromise??(this.metaPromise=this.post({type:"meta"}).then(e=>e))}fetchSpotMeta(){return this.spotMetaPromise??(this.spotMetaPromise=this.post({type:"spotMeta"}).then(e=>e))}async post(e){let t=await fetch(IM,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw new Error(`Hyperliquid HTTP ${t.status}`);return t.json()}};function gw(r,e,t,n,i,o){return {ticker:r,tickerid:`HYPERLIQUID:${r}`,prefix:"HYPERLIQUID",description:i,type:n,basecurrency:e,currency:t,mintick:o,pricescale:Math.round(1/o),timezone:"Etc/UTC",session:"24x7"}}function bw(r){return Math.pow(10,-r)}var zM={now:()=>Date.now(),delay:r=>new Promise(e=>setTimeout(e,r))},mc=class{constructor(e,t,n=zM){this.maxConcurrent=e;this.minIntervalMs=t;this.clock=n;this.active=0;this.waiters=[];this.nextStartAt=0;this.pausedUntil=0;}async run(e){await this.acquire();try{return await this.waitForTurn(),await e()}finally{this.release();}}pauseFor(e){e>0&&(this.pausedUntil=Math.max(this.pausedUntil,this.clock.now()+e));}async waitForTurn(){for(;;){let e=this.clock.now(),t=Math.max(this.pausedUntil-e,this.nextStartAt-e);if(t<=0)break;await this.clock.delay(t);}this.nextStartAt=Math.max(this.clock.now(),this.nextStartAt)+this.minIntervalMs;}acquire(){return this.active<this.maxConcurrent?(this.active+=1,Promise.resolve()):new Promise(e=>{this.waiters.push(()=>{this.active+=1,e();});})}release(){this.active-=1;let e=this.waiters.shift();e&&e();}};var vh="https://api.exchange.coinbase.com",$M="wss://ws-feed.exchange.coinbase.com",WM={Accept:"application/json"},GM=15e3,UM=2e3,YM=5e3,fc=300,KM=4,XM=120,jM=4,qM=600,ZM=400;function JM(r,e){let t=Number(r.headers.get("retry-after"));return Number.isFinite(t)&&t>0?t*1e3:e}var vw={1:60,5:300,15:900,60:3600,360:21600,D:86400},yw={"1m":"1","3m":"3","5m":"5","15m":"15","30m":"30","45m":"45","1h":"60","2h":"120","3h":"180","4h":"240","6h":"360","8h":"480","12h":"720","1d":"D","1w":"W","1mo":"M","1D":"D","1W":"W","4H":"240",D:"D",W:"W",M:"M"},QM=[1,5,15,60,360,1440],ek={1:60,5:300,15:900,60:3600,360:21600,1440:86400},tk=["1","3","5","15","30","45","60","120","180","240","360","480","720","D","W","M"],yh=864e5;function ww(r){return yw[r]??yw[r.toLowerCase()]??r}function wh(r){return r.trim().toUpperCase()}function nk(r){return {time:Number(r[0])*1e3,open:Number(r[3]),high:Number(r[2]),low:Number(r[1]),close:Number(r[4]),volume:Number(r[5])}}function xh(r){let e=new Map;for(let t of r)e.set(t.time,t);return [...e.values()].sort((t,n)=>t.time-n.time)}function rk(r,e){return xw(r,t=>Math.floor(t/e)*e)}function ik(r,e){return xw(r,e==="W"?ok:sk)}function xw(r,e){let t=new Map;for(let n of r){let i=e(n.time),o=t.get(i);o?(o.high=Math.max(o.high,n.high),o.low=Math.min(o.low,n.low),o.close=n.close,o.volume=(o.volume??0)+(n.volume??0)):t.set(i,{time:i,open:n.open,high:n.high,low:n.low,close:n.close,volume:n.volume??0});}return [...t.values()].sort((n,i)=>n.time-i.time)}function ok(r){let e=new Date(r),t=(e.getUTCDay()+6)%7;return Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()-t)}function sk(r){let e=new Date(r);return Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),1)}function ak(r){return QM.filter(e=>e<r&&r%e===0).sort((e,t)=>t-e)[0]??null}function Sh(r,e){return e!=null&&r.length>e?r.slice(-e):r}var gc=class{constructor(){this.symbolsPromise=null;this.gate=new mc(KM,XM);}info(){return {name:"coinbase",displayName:"Coinbase",requiresApiKey:false,supportedTimeframes:tk,capabilities:{enumerate:true,stream:true,symbolInfo:true}}}async getBars(e,t,n){try{let i=wh(e),o=ww(t),s=vw[o];if(s)return xh(await this.fetchCandles(i,s,n));if(o==="W"||o==="M"){let h=o==="W"?7*yh:31*yh,p=n.from!=null?n:{...n,limit:n.limit!=null?Math.ceil(n.limit*h/yh)+31:void 0},m=await this.fetchCandles(i,86400,p);return Sh(ik(m,o),n.limit)}let a=/^\d+$/.test(o)?parseInt(o,10):null,l=a!=null?ak(a):null;if(a==null||l==null)return console.warn(`[vela] Coinbase: timeframe "${t}" is not supported and cannot be aggregated.`),[];let c=a/l,d={...n,limit:n.limit!=null?n.limit*c+c:void 0},u=await this.fetchCandles(i,ek[l],d);return Sh(rk(u,a*6e4),n.limit)}catch(i){return console.warn(`[vela] Coinbase: failed to fetch ${e} ${t} \u2014 ${i instanceof Error?i.message:String(i)}`),[]}}async getSymbolInfo(e){let t=wh(e),n=await this.json(`${vh}/products/${t}`).catch(()=>null);if(!n||!n.id)return;let i=n.quote_increment!=null?parseFloat(n.quote_increment):.01,o=i>0?i:.01;return {ticker:e,tickerid:`COINBASE:${e}`,prefix:"COINBASE",description:`${n.base_currency} / ${n.quote_currency}`,type:"crypto",basecurrency:n.base_currency,currency:n.quote_currency,mintick:o,pricescale:Math.round(1/o),timezone:"Etc/UTC",session:"24x7"}}listSymbols(){return this.symbolsPromise||(this.symbolsPromise=this.fetchProducts().then(e=>e.filter(t=>t.status==="online"&&!t.trading_disabled).map(t=>({ticker:t.id,description:`${t.base_currency} / ${t.quote_currency}`,type:"crypto"}))).catch(()=>[])),this.symbolsPromise}resolveSymbolIcon(e){return li(ai(e))}subscribe(e,t,n){let i=vw[ww(t)];return i&&typeof WebSocket<"u"?this.streamTicker(e,t,i,n):this.pollBars(e,t,n)}async fetchProducts(){let e=await this.json(`${vh}/products`);return Array.isArray(e)?e:[]}async fetchCandles(e,t,n){return n.from!=null?this.paginateForward(e,t,n.from,n.to??Date.now(),n.limit):this.paginateBackward(e,t,n.limit??500,n.to??Date.now())}async paginateBackward(e,t,n,i){let o=t*1e3,s=[],a=n,l=i,c=Math.ceil(n/fc)+4;for(;a>0&&c-- >0;){let d=Math.min(a,fc),u=l-d*o,h=await this.candlesChunk(e,t,u,l);if(h.length===0||(s=h.concat(s),a-=h.length,l=h[0].time-1,h.length<d))break}return Sh(xh(s),n)}async paginateForward(e,t,n,i,o){let s=t*1e3,a=[],l=n,c=Math.ceil((i-n)/(fc*s))+4;for(;l<i&&c-- >0;){let u=Math.min(l+fc*s,i),h=await this.candlesChunk(e,t,l,u);if(h.length>0&&a.push(...h),l=u,o!=null&&a.length>=o)break}let d=xh(a);return o!=null?d.slice(0,o):d}async candlesChunk(e,t,n,i){let o=new URL(`${vh}/products/${e}/candles`);o.searchParams.set("granularity",String(t)),o.searchParams.set("start",String(Math.floor(n/1e3))),o.searchParams.set("end",String(Math.floor(i/1e3)));let s=await this.json(o.toString());return !Array.isArray(s)||s.length>0&&!Array.isArray(s[0])?[]:s.map(nk).sort((a,l)=>a.time-l.time)}streamTicker(e,t,n,i){let o=wh(e),s=n*1e3,a=x=>Math.floor(x/s)*s,l=false,c=null,d=null,u=null,h=null,p=null,m=null,f=()=>{u&&(clearTimeout(u),u=null);},g=()=>{h&&(clearInterval(h),h=null);},b=()=>{m&&i({...m});},y=async x=>{try{let S=await this.getBars(e,t,{limit:2});if(l||S.length===0)return;x&&S.length>=2&&i(S[S.length-2]);let P=S[S.length-1];m=m&&m.time===P.time?{...P,high:Math.max(P.high,m.high),low:Math.min(P.low,m.low),close:m.close}:{...P},b();}catch{}},v=(x,S)=>{let P=Number(x);if(!Number.isFinite(P))return;let k=a(S);!m||k>m.time?(m={time:k,open:P,high:P,low:P,close:P,volume:0},b(),y(false)):k===m.time&&(m={...m,close:P,high:Math.max(m.high,P),low:Math.min(m.low,P)},b());},w=()=>{if(!(l||p)){f(),g(),d&&(clearTimeout(d),d=null);try{c?.close();}catch{}c=null,console.warn(`[vela] Coinbase: ${e} ${t} stream delivered no data; falling back to polling.`),p=this.pollBars(e,t,i);}},E=()=>{l||p||(c=new WebSocket($M),u=setTimeout(w,GM),c.onopen=()=>{try{c?.send(JSON.stringify({type:"subscribe",product_ids:[o],channels:["ticker"]}));}catch{}y(false),h=setInterval(()=>{y(false);},YM);},c.onmessage=x=>{if(!(l||p))try{let S=JSON.parse(typeof x.data=="string"?x.data:"");S.type==="ticker"&&S.product_id===o&&S.price!=null&&(f(),v(S.price,S.time?Date.parse(S.time):Date.now()));}catch{}},c.onclose=()=>{g(),!l&&!p&&(d=setTimeout(E,UM));},c.onerror=()=>{try{c?.close();}catch{}});};return E(),()=>{l=true,f(),g(),d&&clearTimeout(d),p?.();try{c?.close();}catch{}}}pollBars(e,t,n){let i=false,o=null,s=async()=>{if(!i){try{let a=await this.getBars(e,t,{limit:2});for(let l of a)n(l);}catch{}i||(o=setTimeout(()=>{s();},3e3));}};return o=setTimeout(()=>{s();},3e3),()=>{i=true,o&&clearTimeout(o);}}async json(e){return (await this.request(e)).json()}async request(e){for(let t=0;;t+=1){let n=await this.gate.run(()=>fetch(e,{headers:WM}));if(n.status===429&&t<jM){let i=qM*2**t+Math.random()*ZM;this.gate.pauseFor(Math.max(JM(n,0),i));continue}if(!n.ok)throw new Error(`Coinbase HTTP ${n.status} for ${e}`);return n}}};
1003
+ exports.ACCENT=Ee;exports.ACCENT_BRIGHT=sr;exports.BEARISH=X;exports.BULLISH=q;exports.BarStore=ma;exports.BinanceProvider=hc;exports.CATEGORICAL=Lh;exports.CROSSHAIR=Ih;exports.CachingDataFeed=Di;exports.CoinbaseProvider=gc;exports.DARK_THEME=bt;exports.DEFAULT_PANEL_MAX_WIDTH=ow;exports.DEFAULT_PANEL_MIN_WIDTH=ph;exports.DEFAULT_PANEL_WIDTH=iw;exports.DataControl=Fi;exports.Drawing=_;exports.DrawingStore=pr;exports.DrawingToolbar=Bo;exports.DrawingsControl=Ni;exports.HIGHLIGHT=Mh;exports.HyperliquidProvider=pc;exports.INFO=It;exports.INVALID=Jo;exports.LIGHT_THEME=Mi;exports.MARKER=kh;exports.MultiProviderFeed=Nn;exports.NEUTRAL=Pe;exports.NativeRenderer=zo;exports.OVERRIDABLE_TOPBAR_IDS=hh;exports.RendererControl=ki;exports.SERIES_LINE=ui;exports.SESSION_OFF=yk;exports.SESSION_POST=vk;exports.SESSION_PRE=bk;exports.SLATE=Qo;exports.SLATE_DEEP=Ah;exports.TRADE_EXIT=Oh;exports.TRADE_LONG=Rh;exports.TRADE_SHORT=Dh;exports.TypedEventBus=bn;exports.VALID=Zo;exports.Vela=uh;exports.WARNING=vn;exports.buildColorPicker=fo;exports.buildToolbar=Ti;exports.categoricalColor=wk;exports.chartType=Nt;exports.chartTypes=tt;exports.clampPanelWidth=gM;exports.combineColor=cl;exports.createDrawing=en;exports.defaultToolbar=Ci;exports.deserializeDrawing=pt;exports.drawingTypes=aa;exports.getDrawingType=Qe;exports.getNativeIndicator=di;exports.iconMarkup=ts;exports.inputDeltas=Og;exports.inputVisible=co;exports.legendActions=iM;exports.legendCallouts=aM;exports.nativeIndicatorDescriptors=jo;exports.nativeIndicatorTypes=Th;exports.normalizeSettingsRow=mr;exports.registerChartType=Ac;exports.registerDefaultEngine=pM;exports.registerDrawingType=O;exports.registerIcon=D;exports.registerLegendAction=nM;exports.registerLegendCallout=oM;exports.registerNativeIndicator=ir;exports.registerRendererDefaults=p0;exports.registerRendererLayer=uL;exports.registerSidePanel=XL;exports.registerStatePersistence=lM;exports.registerSymbolRanking=uM;exports.registerWidgetAction=QL;exports.registerWidgetAttachment=UL;exports.rendererDefaults=Dc;exports.rendererLayers=$u;exports.resolveEngines=fM;exports.resolveTheme=gr;exports.settingsRowValueKeys=Pi;exports.sharedBarStore=Ii;exports.sidePanels=qL;exports.splitColor=un;exports.stableSeriesId=sw;exports.statePersistenceHandlers=dM;exports.symbolRanking=hM;exports.tickerModifierIds=Rc;exports.timeframeToMs=et;exports.topbarActionOverride=JL;exports.unregisterChartType=o0;exports.unregisterDefaultEngine=mM;exports.unregisterLegendAction=rM;exports.unregisterLegendCallout=sM;exports.unregisterNativeIndicator=Ch;exports.unregisterRendererDefaults=m0;exports.unregisterRendererLayer=hL;exports.unregisterSidePanel=jL;exports.unregisterStatePersistence=cM;exports.unregisterWidgetAction=eM;exports.unregisterWidgetAttachment=YL;exports.widgetActions=tM;exports.widgetAttachments=KL;return exports;})({});