@duckcodeailabs/dql-cli 1.0.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/args.d.ts +1 -0
  2. package/dist/args.d.ts.map +1 -1
  3. package/dist/args.js +4 -0
  4. package/dist/args.js.map +1 -1
  5. package/dist/assets/dql-notebook/assets/index-Cscl1A2H.js +628 -0
  6. package/dist/assets/dql-notebook/index.html +1 -1
  7. package/dist/commands/app.d.ts +3 -0
  8. package/dist/commands/app.d.ts.map +1 -0
  9. package/dist/commands/app.js +191 -0
  10. package/dist/commands/app.js.map +1 -0
  11. package/dist/commands/build.d.ts.map +1 -1
  12. package/dist/commands/build.js +30 -2
  13. package/dist/commands/build.js.map +1 -1
  14. package/dist/commands/fmt.d.ts.map +1 -1
  15. package/dist/commands/fmt.js +26 -9
  16. package/dist/commands/fmt.js.map +1 -1
  17. package/dist/commands/init.d.ts.map +1 -1
  18. package/dist/commands/init.js +1 -1
  19. package/dist/commands/init.js.map +1 -1
  20. package/dist/commands/mcp.d.ts +7 -0
  21. package/dist/commands/mcp.d.ts.map +1 -0
  22. package/dist/commands/mcp.js +16 -0
  23. package/dist/commands/mcp.js.map +1 -0
  24. package/dist/commands/schedule.d.ts +3 -0
  25. package/dist/commands/schedule.d.ts.map +1 -0
  26. package/dist/commands/schedule.js +132 -0
  27. package/dist/commands/schedule.js.map +1 -0
  28. package/dist/digest.d.ts +10 -0
  29. package/dist/digest.d.ts.map +1 -0
  30. package/dist/digest.js +83 -0
  31. package/dist/digest.js.map +1 -0
  32. package/dist/index.js +16 -1
  33. package/dist/index.js.map +1 -1
  34. package/dist/llm/claude-agent-sdk.d.ts +3 -0
  35. package/dist/llm/claude-agent-sdk.d.ts.map +1 -0
  36. package/dist/llm/claude-agent-sdk.js +174 -0
  37. package/dist/llm/claude-agent-sdk.js.map +1 -0
  38. package/dist/llm/claude-code.d.ts +8 -0
  39. package/dist/llm/claude-code.d.ts.map +1 -0
  40. package/dist/llm/claude-code.js +171 -0
  41. package/dist/llm/claude-code.js.map +1 -0
  42. package/dist/llm/index.d.ts +4 -0
  43. package/dist/llm/index.d.ts.map +1 -0
  44. package/dist/llm/index.js +10 -0
  45. package/dist/llm/index.js.map +1 -0
  46. package/dist/llm/tools.d.ts +9 -0
  47. package/dist/llm/tools.d.ts.map +1 -0
  48. package/dist/llm/tools.js +112 -0
  49. package/dist/llm/tools.js.map +1 -0
  50. package/dist/llm/types.d.ts +64 -0
  51. package/dist/llm/types.d.ts.map +1 -0
  52. package/dist/llm/types.js +2 -0
  53. package/dist/llm/types.js.map +1 -0
  54. package/dist/local-runtime.d.ts +6 -0
  55. package/dist/local-runtime.d.ts.map +1 -1
  56. package/dist/local-runtime.js +69 -1
  57. package/dist/local-runtime.js.map +1 -1
  58. package/dist/schedule/alerts.d.ts +5 -0
  59. package/dist/schedule/alerts.d.ts.map +1 -0
  60. package/dist/schedule/alerts.js +54 -0
  61. package/dist/schedule/alerts.js.map +1 -0
  62. package/dist/schedule/discovery.d.ts +4 -0
  63. package/dist/schedule/discovery.d.ts.map +1 -0
  64. package/dist/schedule/discovery.js +36 -0
  65. package/dist/schedule/discovery.js.map +1 -0
  66. package/dist/schedule/notifiers/email.d.ts +3 -0
  67. package/dist/schedule/notifiers/email.d.ts.map +1 -0
  68. package/dist/schedule/notifiers/email.js +76 -0
  69. package/dist/schedule/notifiers/email.js.map +1 -0
  70. package/dist/schedule/notifiers/file.d.ts +3 -0
  71. package/dist/schedule/notifiers/file.d.ts.map +1 -0
  72. package/dist/schedule/notifiers/file.js +50 -0
  73. package/dist/schedule/notifiers/file.js.map +1 -0
  74. package/dist/schedule/notifiers/index.d.ts +10 -0
  75. package/dist/schedule/notifiers/index.d.ts.map +1 -0
  76. package/dist/schedule/notifiers/index.js +33 -0
  77. package/dist/schedule/notifiers/index.js.map +1 -0
  78. package/dist/schedule/notifiers/slack.d.ts +3 -0
  79. package/dist/schedule/notifiers/slack.d.ts.map +1 -0
  80. package/dist/schedule/notifiers/slack.js +58 -0
  81. package/dist/schedule/notifiers/slack.js.map +1 -0
  82. package/dist/schedule/runner.d.ts +11 -0
  83. package/dist/schedule/runner.d.ts.map +1 -0
  84. package/dist/schedule/runner.js +109 -0
  85. package/dist/schedule/runner.js.map +1 -0
  86. package/dist/schedule/runs.d.ts +5 -0
  87. package/dist/schedule/runs.d.ts.map +1 -0
  88. package/dist/schedule/runs.js +40 -0
  89. package/dist/schedule/runs.js.map +1 -0
  90. package/dist/schedule/service.d.ts +12 -0
  91. package/dist/schedule/service.d.ts.map +1 -0
  92. package/dist/schedule/service.js +49 -0
  93. package/dist/schedule/service.js.map +1 -0
  94. package/dist/schedule/types.d.ts +64 -0
  95. package/dist/schedule/types.d.ts.map +1 -0
  96. package/dist/schedule/types.js +2 -0
  97. package/dist/schedule/types.js.map +1 -0
  98. package/package.json +16 -10
  99. package/dist/assets/dql-notebook/assets/index-dZVjj9xj.js +0 -623
@@ -0,0 +1,628 @@
1
+ import{r as Ti,a as JT,g as Si}from"./react-CRB3T2We.js";import{S as fi,g as qT,E as at,s as gI,a as ve,b as QT,c as LI,P as _I,d as xI,e as yI,F as DI,f as MI,h as ZT,V as PI,D as Sn,R as bI,i as vI,C as zt,j as eS,k as Je,r as UI,l as wI,m as BI,u as FI,n as GI,t as HI,o as kI,p as jI,q as YI,v as WI,w as VI,x as $I,y as zo,z as XI,A as KI,B as zI,G as JI,H as qI,I as QI,J as ZI,K as eh,L as th,M as nh,N as rh,O as oh}from"./codemirror-BqWuFwtC.js";function sh(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const s=Object.getOwnPropertyDescriptor(r,o);s&&Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const s of o)if(s.type==="childList")for(const a of s.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function n(o){const s={};return o.integrity&&(s.integrity=o.integrity),o.referrerPolicy&&(s.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?s.credentials="include":o.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function r(o){if(o.ep)return;o.ep=!0;const s=n(o);fetch(o.href,s)}})();var da={exports:{}},_r={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var NE;function ih(){if(NE)return _r;NE=1;var e=Ti(),t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function a(l,E,c){var d,u={},T=null,S=null;c!==void 0&&(T=""+c),E.key!==void 0&&(T=""+E.key),E.ref!==void 0&&(S=E.ref);for(d in E)r.call(E,d)&&!s.hasOwnProperty(d)&&(u[d]=E[d]);if(l&&l.defaultProps)for(d in E=l.defaultProps,E)u[d]===void 0&&(u[d]=E[d]);return{$$typeof:t,type:l,key:T,ref:S,props:u,_owner:o.current}}return _r.Fragment=n,_r.jsx=a,_r.jsxs=a,_r}var mE;function ah(){return mE||(mE=1,da.exports=ih()),da.exports}var i=ah(),Jo={},CE;function lh(){if(CE)return Jo;CE=1;var e=JT();return Jo.createRoot=e.createRoot,Jo.hydrateRoot=e.hydrateRoot,Jo}var ch=lh(),f=Ti();const Ce=Si(f),tS=sh({__proto__:null,default:Ce},[f]),pe={gray0:"#ffffff",gray50:"#f6f8fa",gray100:"#eaeef2",gray200:"#d0d7de",gray300:"#afb8c1",gray400:"#8c959f",gray600:"#57606a",gray900:"#24292f",gray950:"#1c2128",gray975:"#161b22",gray1000:"#0d1117",blue400:"#58a6ff",blue500:"#388bfd",blue600:"#0969da",blue700:"#0550ae",green500:"#56d364",green600:"#1f883d",red500:"#f85149",red600:"#cf222e",yellow500:"#e3b341",yellow600:"#9a6700"},Ie={1:"4px",2:"8px",3:"12px",4:"16px"},gn={sm:"4px",md:"6px",lg:"8px"},Ue={xs:"11px",sm:"12px",md:"14px"},cc={medium:"500",semibold:"600"},jr={overlay:1e3,modal:1100,popover:1200,tooltip:1300},Eh={surfaceBase:pe.gray1000,surfaceRaised:pe.gray975,surfaceElevated:pe.gray950,surfaceOverlay:"rgba(0,0,0,0.7)",surfaceHover:pe.gray900,surfaceActive:"#1f2d3d",surfaceSunken:pe.gray1000,borderSubtle:"#21262d",borderDefault:"#30363d",borderStrong:"#484f58",borderFocus:pe.blue500,textPrimary:"#e6edf3",textSecondary:"#8b949e",textMuted:"#484f58",textDisabled:"#32383f",textInverse:pe.gray1000,accent:pe.blue500,accentHover:pe.blue400,accentMuted:"rgba(56,139,253,0.15)",accentContrast:"#ffffff",success:pe.green500,warning:pe.yellow500,danger:pe.red500,info:pe.blue400,shadowSm:"0 1px 2px rgba(0,0,0,0.4)",shadowMd:"0 4px 10px rgba(0,0,0,0.45)",shadowLg:"0 12px 28px rgba(0,0,0,0.55)"},dh={surfaceBase:pe.gray0,surfaceRaised:pe.gray50,surfaceElevated:pe.gray0,surfaceOverlay:"rgba(0,0,0,0.4)",surfaceHover:pe.gray100,surfaceActive:"#dbeafe",surfaceSunken:pe.gray50,borderSubtle:pe.gray100,borderDefault:pe.gray200,borderStrong:pe.gray300,borderFocus:pe.blue600,textPrimary:"#1f2328",textSecondary:pe.gray600,textMuted:pe.gray400,textDisabled:pe.gray300,textInverse:pe.gray0,accent:pe.blue600,accentHover:pe.blue700,accentMuted:"rgba(9,105,218,0.12)",accentContrast:"#ffffff",success:pe.green600,warning:pe.yellow600,danger:pe.red600,info:pe.blue600,shadowSm:"0 1px 2px rgba(31,35,40,0.08)",shadowMd:"0 4px 10px rgba(31,35,40,0.1)",shadowLg:"0 12px 28px rgba(31,35,40,0.15)"},uh={dark:Eh,light:dh};function nS(e){return`--dql-${e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}`}function gE(e){const t={};for(const[n,r]of Object.entries(e))t[nS(n)]=r;return t}function Te(e){return`var(${nS(e)})`}const Th=f.createContext(null);function Sh({theme:e,defaultTheme:t="dark",onThemeChange:n,applyGlobal:r=!1,children:o}){const[s,a]=f.useState(t),l=e??s,E=uh[l],c=f.useCallback(T=>{e===void 0&&a(T),n==null||n(T)},[e,n]);f.useEffect(()=>{if(!r)return;const T=gE(E),S=document.documentElement;for(const[I,p]of Object.entries(T))S.style.setProperty(I,p);return S.setAttribute("data-theme",l),()=>{for(const I of Object.keys(T))S.style.removeProperty(I);S.removeAttribute("data-theme")}},[r,l,E]);const d=f.useMemo(()=>({theme:l,tokens:E,setTheme:c}),[l,E,c]),u=r?void 0:gE(E);return i.jsx(Th.Provider,{value:d,children:i.jsx("div",{"data-theme":l,style:u,children:o})})}function le(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function LE(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function Ri(...e){return t=>{let n=!1;const r=e.map(o=>{const s=LE(o,t);return!n&&typeof s=="function"&&(n=!0),s});if(n)return()=>{for(let o=0;o<r.length;o++){const s=r[o];typeof s=="function"?s():LE(e[o],null)}}}}function ge(...e){return f.useCallback(Ri(...e),e)}function fh(e,t){const n=f.createContext(t),r=s=>{const{children:a,...l}=s,E=f.useMemo(()=>l,Object.values(l));return i.jsx(n.Provider,{value:E,children:a})};r.displayName=e+"Provider";function o(s){const a=f.useContext(n);if(a)return a;if(t!==void 0)return t;throw new Error(`\`${s}\` must be used within \`${e}\``)}return[r,o]}function an(e,t=[]){let n=[];function r(s,a){const l=f.createContext(a),E=n.length;n=[...n,a];const c=u=>{var A;const{scope:T,children:S,...I}=u,p=((A=T==null?void 0:T[e])==null?void 0:A[E])||l,R=f.useMemo(()=>I,Object.values(I));return i.jsx(p.Provider,{value:R,children:S})};c.displayName=s+"Provider";function d(u,T){var p;const S=((p=T==null?void 0:T[e])==null?void 0:p[E])||l,I=f.useContext(S);if(I)return I;if(a!==void 0)return a;throw new Error(`\`${u}\` must be used within \`${s}\``)}return[c,d]}const o=()=>{const s=n.map(a=>f.createContext(a));return function(l){const E=(l==null?void 0:l[e])||s;return f.useMemo(()=>({[`__scope${e}`]:{...l,[e]:E}}),[l,E])}};return o.scopeName=e,[r,Rh(o,...t)]}function Rh(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const a=r.reduce((l,{useScope:E,scopeName:c})=>{const u=E(s)[`__scope${c}`];return{...l,...u}},{});return f.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}var Ec=JT();const Ah=Si(Ec);function tr(e){const t=ph(e),n=f.forwardRef((r,o)=>{const{children:s,...a}=r,l=f.Children.toArray(s),E=l.find(hh);if(E){const c=E.props.children,d=l.map(u=>u===E?f.Children.count(c)>1?f.Children.only(null):f.isValidElement(c)?c.props.children:null:u);return i.jsx(t,{...a,ref:o,children:f.isValidElement(c)?f.cloneElement(c,void 0,d):null})}return i.jsx(t,{...a,ref:o,children:s})});return n.displayName=`${e}.Slot`,n}function ph(e){const t=f.forwardRef((n,r)=>{const{children:o,...s}=n;if(f.isValidElement(o)){const a=Nh(o),l=Oh(s,o.props);return o.type!==f.Fragment&&(l.ref=r?Ri(r,a):a),f.cloneElement(o,l)}return f.Children.count(o)>1?f.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var rS=Symbol("radix.slottable");function Ih(e){const t=({children:n})=>i.jsx(i.Fragment,{children:n});return t.displayName=`${e}.Slottable`,t.__radixId=rS,t}function hh(e){return f.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===rS}function Oh(e,t){const n={...t};for(const r in t){const o=e[r],s=t[r];/^on[A-Z]/.test(r)?o&&s?n[r]=(...l)=>{const E=s(...l);return o(...l),E}:o&&(n[r]=o):r==="style"?n[r]={...o,...s}:r==="className"&&(n[r]=[o,s].filter(Boolean).join(" "))}return{...e,...n}}function Nh(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var mh=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Oe=mh.reduce((e,t)=>{const n=tr(`Primitive.${t}`),r=f.forwardRef((o,s)=>{const{asChild:a,...l}=o,E=a?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),i.jsx(E,{...l,ref:s})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function oS(e,t){e&&Ec.flushSync(()=>e.dispatchEvent(t))}function Zt(e){const t=f.useRef(e);return f.useEffect(()=>{t.current=e}),f.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function Ch(e,t=globalThis==null?void 0:globalThis.document){const n=Zt(e);f.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var gh="DismissableLayer",Ll="dismissableLayer.update",Lh="dismissableLayer.pointerDownOutside",_h="dismissableLayer.focusOutside",_E,sS=f.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),co=f.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:s,onInteractOutside:a,onDismiss:l,...E}=e,c=f.useContext(sS),[d,u]=f.useState(null),T=(d==null?void 0:d.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,S]=f.useState({}),I=ge(t,g=>u(g)),p=Array.from(c.layers),[R]=[...c.layersWithOutsidePointerEventsDisabled].slice(-1),A=p.indexOf(R),h=d?p.indexOf(d):-1,O=c.layersWithOutsidePointerEventsDisabled.size>0,N=h>=A,m=Dh(g=>{const D=g.target,L=[...c.branches].some(U=>U.contains(D));!N||L||(o==null||o(g),a==null||a(g),g.defaultPrevented||l==null||l())},T),C=Mh(g=>{const D=g.target;[...c.branches].some(U=>U.contains(D))||(s==null||s(g),a==null||a(g),g.defaultPrevented||l==null||l())},T);return Ch(g=>{h===c.layers.size-1&&(r==null||r(g),!g.defaultPrevented&&l&&(g.preventDefault(),l()))},T),f.useEffect(()=>{if(d)return n&&(c.layersWithOutsidePointerEventsDisabled.size===0&&(_E=T.body.style.pointerEvents,T.body.style.pointerEvents="none"),c.layersWithOutsidePointerEventsDisabled.add(d)),c.layers.add(d),xE(),()=>{n&&c.layersWithOutsidePointerEventsDisabled.size===1&&(T.body.style.pointerEvents=_E)}},[d,T,n,c]),f.useEffect(()=>()=>{d&&(c.layers.delete(d),c.layersWithOutsidePointerEventsDisabled.delete(d),xE())},[d,c]),f.useEffect(()=>{const g=()=>S({});return document.addEventListener(Ll,g),()=>document.removeEventListener(Ll,g)},[]),i.jsx(Oe.div,{...E,ref:I,style:{pointerEvents:O?N?"auto":"none":void 0,...e.style},onFocusCapture:le(e.onFocusCapture,C.onFocusCapture),onBlurCapture:le(e.onBlurCapture,C.onBlurCapture),onPointerDownCapture:le(e.onPointerDownCapture,m.onPointerDownCapture)})});co.displayName=gh;var xh="DismissableLayerBranch",yh=f.forwardRef((e,t)=>{const n=f.useContext(sS),r=f.useRef(null),o=ge(t,r);return f.useEffect(()=>{const s=r.current;if(s)return n.branches.add(s),()=>{n.branches.delete(s)}},[n.branches]),i.jsx(Oe.div,{...e,ref:o})});yh.displayName=xh;function Dh(e,t=globalThis==null?void 0:globalThis.document){const n=Zt(e),r=f.useRef(!1),o=f.useRef(()=>{});return f.useEffect(()=>{const s=l=>{if(l.target&&!r.current){let E=function(){iS(Lh,n,c,{discrete:!0})};const c={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=E,t.addEventListener("click",o.current,{once:!0})):E()}else t.removeEventListener("click",o.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",s),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function Mh(e,t=globalThis==null?void 0:globalThis.document){const n=Zt(e),r=f.useRef(!1);return f.useEffect(()=>{const o=s=>{s.target&&!r.current&&iS(_h,n,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function xE(){const e=new CustomEvent(Ll);document.dispatchEvent(e)}function iS(e,t,n,{discrete:r}){const o=n.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?oS(o,s):o.dispatchEvent(s)}var en=globalThis!=null&&globalThis.document?f.useLayoutEffect:()=>{},Ph=tS[" useId ".trim().toString()]||(()=>{}),bh=0;function Br(e){const[t,n]=f.useState(Ph());return en(()=>{n(r=>r??String(bh++))},[e]),t?`radix-${t}`:""}const vh=["top","right","bottom","left"],tn=Math.min,$e=Math.max,Bs=Math.round,qo=Math.floor,It=e=>({x:e,y:e}),Uh={left:"right",right:"left",bottom:"top",top:"bottom"};function _l(e,t,n){return $e(e,tn(t,n))}function bt(e,t){return typeof e=="function"?e(t):e}function vt(e){return e.split("-")[0]}function fr(e){return e.split("-")[1]}function dc(e){return e==="x"?"y":"x"}function uc(e){return e==="y"?"height":"width"}function At(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function Tc(e){return dc(At(e))}function wh(e,t,n){n===void 0&&(n=!1);const r=fr(e),o=Tc(e),s=uc(o);let a=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(a=Fs(a)),[a,Fs(a)]}function Bh(e){const t=Fs(e);return[xl(e),t,xl(t)]}function xl(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const yE=["left","right"],DE=["right","left"],Fh=["top","bottom"],Gh=["bottom","top"];function Hh(e,t,n){switch(e){case"top":case"bottom":return n?t?DE:yE:t?yE:DE;case"left":case"right":return t?Fh:Gh;default:return[]}}function kh(e,t,n,r){const o=fr(e);let s=Hh(vt(e),n==="start",r);return o&&(s=s.map(a=>a+"-"+o),t&&(s=s.concat(s.map(xl)))),s}function Fs(e){const t=vt(e);return Uh[t]+e.slice(t.length)}function jh(e){return{top:0,right:0,bottom:0,left:0,...e}}function aS(e){return typeof e!="number"?jh(e):{top:e,right:e,bottom:e,left:e}}function Gs(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function ME(e,t,n){let{reference:r,floating:o}=e;const s=At(t),a=Tc(t),l=uc(a),E=vt(t),c=s==="y",d=r.x+r.width/2-o.width/2,u=r.y+r.height/2-o.height/2,T=r[l]/2-o[l]/2;let S;switch(E){case"top":S={x:d,y:r.y-o.height};break;case"bottom":S={x:d,y:r.y+r.height};break;case"right":S={x:r.x+r.width,y:u};break;case"left":S={x:r.x-o.width,y:u};break;default:S={x:r.x,y:r.y}}switch(fr(t)){case"start":S[a]-=T*(n&&c?-1:1);break;case"end":S[a]+=T*(n&&c?-1:1);break}return S}async function Yh(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:s,rects:a,elements:l,strategy:E}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:T=!1,padding:S=0}=bt(t,e),I=aS(S),R=l[T?u==="floating"?"reference":"floating":u],A=Gs(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(R)))==null||n?R:R.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(l.floating)),boundary:c,rootBoundary:d,strategy:E})),h=u==="floating"?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,O=await(s.getOffsetParent==null?void 0:s.getOffsetParent(l.floating)),N=await(s.isElement==null?void 0:s.isElement(O))?await(s.getScale==null?void 0:s.getScale(O))||{x:1,y:1}:{x:1,y:1},m=Gs(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:h,offsetParent:O,strategy:E}):h);return{top:(A.top-m.top+I.top)/N.y,bottom:(m.bottom-A.bottom+I.bottom)/N.y,left:(A.left-m.left+I.left)/N.x,right:(m.right-A.right+I.right)/N.x}}const Wh=50,Vh=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:a}=n,l=a.detectOverflow?a:{...a,detectOverflow:Yh},E=await(a.isRTL==null?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:u}=ME(c,r,E),T=r,S=0;const I={};for(let p=0;p<s.length;p++){const R=s[p];if(!R)continue;const{name:A,fn:h}=R,{x:O,y:N,data:m,reset:C}=await h({x:d,y:u,initialPlacement:r,placement:T,strategy:o,middlewareData:I,rects:c,platform:l,elements:{reference:e,floating:t}});d=O??d,u=N??u,I[A]={...I[A],...m},C&&S<Wh&&(S++,typeof C=="object"&&(C.placement&&(T=C.placement),C.rects&&(c=C.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:o}):C.rects),{x:d,y:u}=ME(c,T,E)),p=-1)}return{x:d,y:u,placement:T,strategy:o,middlewareData:I}},$h=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:s,platform:a,elements:l,middlewareData:E}=t,{element:c,padding:d=0}=bt(e,t)||{};if(c==null)return{};const u=aS(d),T={x:n,y:r},S=Tc(o),I=uc(S),p=await a.getDimensions(c),R=S==="y",A=R?"top":"left",h=R?"bottom":"right",O=R?"clientHeight":"clientWidth",N=s.reference[I]+s.reference[S]-T[S]-s.floating[I],m=T[S]-s.reference[S],C=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c));let g=C?C[O]:0;(!g||!await(a.isElement==null?void 0:a.isElement(C)))&&(g=l.floating[O]||s.floating[I]);const D=N/2-m/2,L=g/2-p[I]/2-1,U=tn(u[A],L),y=tn(u[h],L),b=U,F=g-p[I]-y,_=g/2-p[I]/2+D,v=_l(b,_,F),M=!E.arrow&&fr(o)!=null&&_!==v&&s.reference[I]/2-(_<b?U:y)-p[I]/2<0,w=M?_<b?_-b:_-F:0;return{[S]:T[S]+w,data:{[S]:v,centerOffset:_-v-w,...M&&{alignmentOffset:w}},reset:M}}}),Xh=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:a,initialPlacement:l,platform:E,elements:c}=t,{mainAxis:d=!0,crossAxis:u=!0,fallbackPlacements:T,fallbackStrategy:S="bestFit",fallbackAxisSideDirection:I="none",flipAlignment:p=!0,...R}=bt(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const A=vt(o),h=At(l),O=vt(l)===l,N=await(E.isRTL==null?void 0:E.isRTL(c.floating)),m=T||(O||!p?[Fs(l)]:Bh(l)),C=I!=="none";!T&&C&&m.push(...kh(l,p,I,N));const g=[l,...m],D=await E.detectOverflow(t,R),L=[];let U=((r=s.flip)==null?void 0:r.overflows)||[];if(d&&L.push(D[A]),u){const _=wh(o,a,N);L.push(D[_[0]],D[_[1]])}if(U=[...U,{placement:o,overflows:L}],!L.every(_=>_<=0)){var y,b;const _=(((y=s.flip)==null?void 0:y.index)||0)+1,v=g[_];if(v&&(!(u==="alignment"?h!==At(v):!1)||U.every(P=>At(P.placement)===h?P.overflows[0]>0:!0)))return{data:{index:_,overflows:U},reset:{placement:v}};let M=(b=U.filter(w=>w.overflows[0]<=0).sort((w,P)=>w.overflows[1]-P.overflows[1])[0])==null?void 0:b.placement;if(!M)switch(S){case"bestFit":{var F;const w=(F=U.filter(P=>{if(C){const x=At(P.placement);return x===h||x==="y"}return!0}).map(P=>[P.placement,P.overflows.filter(x=>x>0).reduce((x,B)=>x+B,0)]).sort((P,x)=>P[1]-x[1])[0])==null?void 0:F[0];w&&(M=w);break}case"initialPlacement":M=l;break}if(o!==M)return{reset:{placement:M}}}return{}}}};function PE(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function bE(e){return vh.some(t=>e[t]>=0)}const Kh=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:r}=t,{strategy:o="referenceHidden",...s}=bt(e,t);switch(o){case"referenceHidden":{const a=await r.detectOverflow(t,{...s,elementContext:"reference"}),l=PE(a,n.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:bE(l)}}}case"escaped":{const a=await r.detectOverflow(t,{...s,altBoundary:!0}),l=PE(a,n.floating);return{data:{escapedOffsets:l,escaped:bE(l)}}}default:return{}}}}},lS=new Set(["left","top"]);async function zh(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),a=vt(n),l=fr(n),E=At(n)==="y",c=lS.has(a)?-1:1,d=s&&E?-1:1,u=bt(t,e);let{mainAxis:T,crossAxis:S,alignmentAxis:I}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return l&&typeof I=="number"&&(S=l==="end"?I*-1:I),E?{x:S*d,y:T*c}:{x:T*c,y:S*d}}const Jh=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:s,placement:a,middlewareData:l}=t,E=await zh(t,e);return a===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+E.x,y:s+E.y,data:{...E,placement:a}}}}},qh=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o,platform:s}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:E={fn:A=>{let{x:h,y:O}=A;return{x:h,y:O}}},...c}=bt(e,t),d={x:n,y:r},u=await s.detectOverflow(t,c),T=At(vt(o)),S=dc(T);let I=d[S],p=d[T];if(a){const A=S==="y"?"top":"left",h=S==="y"?"bottom":"right",O=I+u[A],N=I-u[h];I=_l(O,I,N)}if(l){const A=T==="y"?"top":"left",h=T==="y"?"bottom":"right",O=p+u[A],N=p-u[h];p=_l(O,p,N)}const R=E.fn({...t,[S]:I,[T]:p});return{...R,data:{x:R.x-n,y:R.y-r,enabled:{[S]:a,[T]:l}}}}}},Qh=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:s,middlewareData:a}=t,{offset:l=0,mainAxis:E=!0,crossAxis:c=!0}=bt(e,t),d={x:n,y:r},u=At(o),T=dc(u);let S=d[T],I=d[u];const p=bt(l,t),R=typeof p=="number"?{mainAxis:p,crossAxis:0}:{mainAxis:0,crossAxis:0,...p};if(E){const O=T==="y"?"height":"width",N=s.reference[T]-s.floating[O]+R.mainAxis,m=s.reference[T]+s.reference[O]-R.mainAxis;S<N?S=N:S>m&&(S=m)}if(c){var A,h;const O=T==="y"?"width":"height",N=lS.has(vt(o)),m=s.reference[u]-s.floating[O]+(N&&((A=a.offset)==null?void 0:A[u])||0)+(N?0:R.crossAxis),C=s.reference[u]+s.reference[O]+(N?0:((h=a.offset)==null?void 0:h[u])||0)-(N?R.crossAxis:0);I<m?I=m:I>C&&(I=C)}return{[T]:S,[u]:I}}}},Zh=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:s,platform:a,elements:l}=t,{apply:E=()=>{},...c}=bt(e,t),d=await a.detectOverflow(t,c),u=vt(o),T=fr(o),S=At(o)==="y",{width:I,height:p}=s.floating;let R,A;u==="top"||u==="bottom"?(R=u,A=T===(await(a.isRTL==null?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(A=u,R=T==="end"?"top":"bottom");const h=p-d.top-d.bottom,O=I-d.left-d.right,N=tn(p-d[R],h),m=tn(I-d[A],O),C=!t.middlewareData.shift;let g=N,D=m;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(D=O),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(g=h),C&&!T){const U=$e(d.left,0),y=$e(d.right,0),b=$e(d.top,0),F=$e(d.bottom,0);S?D=I-2*(U!==0||y!==0?U+y:$e(d.left,d.right)):g=p-2*(b!==0||F!==0?b+F:$e(d.top,d.bottom))}await E({...t,availableWidth:D,availableHeight:g});const L=await a.getDimensions(l.floating);return I!==L.width||p!==L.height?{reset:{rects:!0}}:{}}}};function Ai(){return typeof window<"u"}function Rr(e){return cS(e)?(e.nodeName||"").toLowerCase():"#document"}function Ke(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Nt(e){var t;return(t=(cS(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function cS(e){return Ai()?e instanceof Node||e instanceof Ke(e).Node:!1}function lt(e){return Ai()?e instanceof Element||e instanceof Ke(e).Element:!1}function wt(e){return Ai()?e instanceof HTMLElement||e instanceof Ke(e).HTMLElement:!1}function vE(e){return!Ai()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ke(e).ShadowRoot}function Eo(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=ct(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&o!=="inline"&&o!=="contents"}function eO(e){return/^(table|td|th)$/.test(Rr(e))}function pi(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const tO=/transform|translate|scale|rotate|perspective|filter/,nO=/paint|layout|strict|content/,dn=e=>!!e&&e!=="none";let ua;function Sc(e){const t=lt(e)?ct(e):e;return dn(t.transform)||dn(t.translate)||dn(t.scale)||dn(t.rotate)||dn(t.perspective)||!fc()&&(dn(t.backdropFilter)||dn(t.filter))||tO.test(t.willChange||"")||nO.test(t.contain||"")}function rO(e){let t=nn(e);for(;wt(t)&&!nr(t);){if(Sc(t))return t;if(pi(t))return null;t=nn(t)}return null}function fc(){return ua==null&&(ua=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ua}function nr(e){return/^(html|body|#document)$/.test(Rr(e))}function ct(e){return Ke(e).getComputedStyle(e)}function Ii(e){return lt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function nn(e){if(Rr(e)==="html")return e;const t=e.assignedSlot||e.parentNode||vE(e)&&e.host||Nt(e);return vE(t)?t.host:t}function ES(e){const t=nn(e);return nr(t)?e.ownerDocument?e.ownerDocument.body:e.body:wt(t)&&Eo(t)?t:ES(t)}function Yr(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=ES(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),a=Ke(o);if(s){const l=yl(a);return t.concat(a,a.visualViewport||[],Eo(o)?o:[],l&&n?Yr(l):[])}else return t.concat(o,Yr(o,[],n))}function yl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function dS(e){const t=ct(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=wt(e),s=o?e.offsetWidth:n,a=o?e.offsetHeight:r,l=Bs(n)!==s||Bs(r)!==a;return l&&(n=s,r=a),{width:n,height:r,$:l}}function Rc(e){return lt(e)?e:e.contextElement}function zn(e){const t=Rc(e);if(!wt(t))return It(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=dS(t);let a=(s?Bs(n.width):n.width)/r,l=(s?Bs(n.height):n.height)/o;return(!a||!Number.isFinite(a))&&(a=1),(!l||!Number.isFinite(l))&&(l=1),{x:a,y:l}}const oO=It(0);function uS(e){const t=Ke(e);return!fc()||!t.visualViewport?oO:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function sO(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Ke(e)?!1:t}function pn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Rc(e);let a=It(1);t&&(r?lt(r)&&(a=zn(r)):a=zn(e));const l=sO(s,n,r)?uS(s):It(0);let E=(o.left+l.x)/a.x,c=(o.top+l.y)/a.y,d=o.width/a.x,u=o.height/a.y;if(s){const T=Ke(s),S=r&&lt(r)?Ke(r):r;let I=T,p=yl(I);for(;p&&r&&S!==I;){const R=zn(p),A=p.getBoundingClientRect(),h=ct(p),O=A.left+(p.clientLeft+parseFloat(h.paddingLeft))*R.x,N=A.top+(p.clientTop+parseFloat(h.paddingTop))*R.y;E*=R.x,c*=R.y,d*=R.x,u*=R.y,E+=O,c+=N,I=Ke(p),p=yl(I)}}return Gs({width:d,height:u,x:E,y:c})}function hi(e,t){const n=Ii(e).scrollLeft;return t?t.left+n:pn(Nt(e)).left+n}function TS(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-hi(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function iO(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",a=Nt(r),l=t?pi(t.floating):!1;if(r===a||l&&s)return n;let E={scrollLeft:0,scrollTop:0},c=It(1);const d=It(0),u=wt(r);if((u||!u&&!s)&&((Rr(r)!=="body"||Eo(a))&&(E=Ii(r)),u)){const S=pn(r);c=zn(r),d.x=S.x+r.clientLeft,d.y=S.y+r.clientTop}const T=a&&!u&&!s?TS(a,E):It(0);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-E.scrollLeft*c.x+d.x+T.x,y:n.y*c.y-E.scrollTop*c.y+d.y+T.y}}function aO(e){return Array.from(e.getClientRects())}function lO(e){const t=Nt(e),n=Ii(e),r=e.ownerDocument.body,o=$e(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=$e(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+hi(e);const l=-n.scrollTop;return ct(r).direction==="rtl"&&(a+=$e(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:a,y:l}}const UE=25;function cO(e,t){const n=Ke(e),r=Nt(e),o=n.visualViewport;let s=r.clientWidth,a=r.clientHeight,l=0,E=0;if(o){s=o.width,a=o.height;const d=fc();(!d||d&&t==="fixed")&&(l=o.offsetLeft,E=o.offsetTop)}const c=hi(r);if(c<=0){const d=r.ownerDocument,u=d.body,T=getComputedStyle(u),S=d.compatMode==="CSS1Compat"&&parseFloat(T.marginLeft)+parseFloat(T.marginRight)||0,I=Math.abs(r.clientWidth-u.clientWidth-S);I<=UE&&(s-=I)}else c<=UE&&(s+=c);return{width:s,height:a,x:l,y:E}}function EO(e,t){const n=pn(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=wt(e)?zn(e):It(1),a=e.clientWidth*s.x,l=e.clientHeight*s.y,E=o*s.x,c=r*s.y;return{width:a,height:l,x:E,y:c}}function wE(e,t,n){let r;if(t==="viewport")r=cO(e,n);else if(t==="document")r=lO(Nt(e));else if(lt(t))r=EO(t,n);else{const o=uS(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Gs(r)}function SS(e,t){const n=nn(e);return n===t||!lt(n)||nr(n)?!1:ct(n).position==="fixed"||SS(n,t)}function dO(e,t){const n=t.get(e);if(n)return n;let r=Yr(e,[],!1).filter(l=>lt(l)&&Rr(l)!=="body"),o=null;const s=ct(e).position==="fixed";let a=s?nn(e):e;for(;lt(a)&&!nr(a);){const l=ct(a),E=Sc(a);!E&&l.position==="fixed"&&(o=null),(s?!E&&!o:!E&&l.position==="static"&&!!o&&(o.position==="absolute"||o.position==="fixed")||Eo(a)&&!E&&SS(e,a))?r=r.filter(d=>d!==a):o=l,a=nn(a)}return t.set(e,r),r}function uO(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[...n==="clippingAncestors"?pi(t)?[]:dO(t,this._c):[].concat(n),r],l=wE(t,a[0],o);let E=l.top,c=l.right,d=l.bottom,u=l.left;for(let T=1;T<a.length;T++){const S=wE(t,a[T],o);E=$e(S.top,E),c=tn(S.right,c),d=tn(S.bottom,d),u=$e(S.left,u)}return{width:c-u,height:d-E,x:u,y:E}}function TO(e){const{width:t,height:n}=dS(e);return{width:t,height:n}}function SO(e,t,n){const r=wt(t),o=Nt(t),s=n==="fixed",a=pn(e,!0,s,t);let l={scrollLeft:0,scrollTop:0};const E=It(0);function c(){E.x=hi(o)}if(r||!r&&!s)if((Rr(t)!=="body"||Eo(o))&&(l=Ii(t)),r){const S=pn(t,!0,s,t);E.x=S.x+t.clientLeft,E.y=S.y+t.clientTop}else o&&c();s&&!r&&o&&c();const d=o&&!r&&!s?TS(o,l):It(0),u=a.left+l.scrollLeft-E.x-d.x,T=a.top+l.scrollTop-E.y-d.y;return{x:u,y:T,width:a.width,height:a.height}}function Ta(e){return ct(e).position==="static"}function BE(e,t){if(!wt(e)||ct(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Nt(e)===n&&(n=n.ownerDocument.body),n}function fS(e,t){const n=Ke(e);if(pi(e))return n;if(!wt(e)){let o=nn(e);for(;o&&!nr(o);){if(lt(o)&&!Ta(o))return o;o=nn(o)}return n}let r=BE(e,t);for(;r&&eO(r)&&Ta(r);)r=BE(r,t);return r&&nr(r)&&Ta(r)&&!Sc(r)?n:r||rO(e)||n}const fO=async function(e){const t=this.getOffsetParent||fS,n=this.getDimensions,r=await n(e.floating);return{reference:SO(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function RO(e){return ct(e).direction==="rtl"}const AO={convertOffsetParentRelativeRectToViewportRelativeRect:iO,getDocumentElement:Nt,getClippingRect:uO,getOffsetParent:fS,getElementRects:fO,getClientRects:aO,getDimensions:TO,getScale:zn,isElement:lt,isRTL:RO};function RS(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function pO(e,t){let n=null,r;const o=Nt(e);function s(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function a(l,E){l===void 0&&(l=!1),E===void 0&&(E=1),s();const c=e.getBoundingClientRect(),{left:d,top:u,width:T,height:S}=c;if(l||t(),!T||!S)return;const I=qo(u),p=qo(o.clientWidth-(d+T)),R=qo(o.clientHeight-(u+S)),A=qo(d),O={rootMargin:-I+"px "+-p+"px "+-R+"px "+-A+"px",threshold:$e(0,tn(1,E))||1};let N=!0;function m(C){const g=C[0].intersectionRatio;if(g!==E){if(!N)return a();g?a(!1,g):r=setTimeout(()=>{a(!1,1e-7)},1e3)}g===1&&!RS(c,e.getBoundingClientRect())&&a(),N=!1}try{n=new IntersectionObserver(m,{...O,root:o.ownerDocument})}catch{n=new IntersectionObserver(m,O)}n.observe(e)}return a(!0),s}function IO(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:E=!1}=r,c=Rc(e),d=o||s?[...c?Yr(c):[],...t?Yr(t):[]]:[];d.forEach(A=>{o&&A.addEventListener("scroll",n,{passive:!0}),s&&A.addEventListener("resize",n)});const u=c&&l?pO(c,n):null;let T=-1,S=null;a&&(S=new ResizeObserver(A=>{let[h]=A;h&&h.target===c&&S&&t&&(S.unobserve(t),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{var O;(O=S)==null||O.observe(t)})),n()}),c&&!E&&S.observe(c),t&&S.observe(t));let I,p=E?pn(e):null;E&&R();function R(){const A=pn(e);p&&!RS(p,A)&&n(),p=A,I=requestAnimationFrame(R)}return n(),()=>{var A;d.forEach(h=>{o&&h.removeEventListener("scroll",n),s&&h.removeEventListener("resize",n)}),u==null||u(),(A=S)==null||A.disconnect(),S=null,E&&cancelAnimationFrame(I)}}const hO=Jh,OO=qh,NO=Xh,mO=Zh,CO=Kh,FE=$h,gO=Qh,LO=(e,t,n)=>{const r=new Map,o={platform:AO,...n},s={...o.platform,_c:r};return Vh(e,t,{...o,platform:s})};var _O=typeof document<"u",xO=function(){},ms=_O?f.useLayoutEffect:xO;function Hs(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!Hs(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!Hs(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function AS(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function GE(e,t){const n=AS(e);return Math.round(t*n)/n}function Sa(e){const t=f.useRef(e);return ms(()=>{t.current=e}),t}function yO(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:s,floating:a}={},transform:l=!0,whileElementsMounted:E,open:c}=e,[d,u]=f.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[T,S]=f.useState(r);Hs(T,r)||S(r);const[I,p]=f.useState(null),[R,A]=f.useState(null),h=f.useCallback(P=>{P!==C.current&&(C.current=P,p(P))},[]),O=f.useCallback(P=>{P!==g.current&&(g.current=P,A(P))},[]),N=s||I,m=a||R,C=f.useRef(null),g=f.useRef(null),D=f.useRef(d),L=E!=null,U=Sa(E),y=Sa(o),b=Sa(c),F=f.useCallback(()=>{if(!C.current||!g.current)return;const P={placement:t,strategy:n,middleware:T};y.current&&(P.platform=y.current),LO(C.current,g.current,P).then(x=>{const B={...x,isPositioned:b.current!==!1};_.current&&!Hs(D.current,B)&&(D.current=B,Ec.flushSync(()=>{u(B)}))})},[T,t,n,y,b]);ms(()=>{c===!1&&D.current.isPositioned&&(D.current.isPositioned=!1,u(P=>({...P,isPositioned:!1})))},[c]);const _=f.useRef(!1);ms(()=>(_.current=!0,()=>{_.current=!1}),[]),ms(()=>{if(N&&(C.current=N),m&&(g.current=m),N&&m){if(U.current)return U.current(N,m,F);F()}},[N,m,F,U,L]);const v=f.useMemo(()=>({reference:C,floating:g,setReference:h,setFloating:O}),[h,O]),M=f.useMemo(()=>({reference:N,floating:m}),[N,m]),w=f.useMemo(()=>{const P={position:n,left:0,top:0};if(!M.floating)return P;const x=GE(M.floating,d.x),B=GE(M.floating,d.y);return l?{...P,transform:"translate("+x+"px, "+B+"px)",...AS(M.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:x,top:B}},[n,l,M.floating,d.x,d.y]);return f.useMemo(()=>({...d,update:F,refs:v,elements:M,floatingStyles:w}),[d,F,v,M,w])}const DO=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?FE({element:r.current,padding:o}).fn(n):{}:r?FE({element:r,padding:o}).fn(n):{}}}},MO=(e,t)=>{const n=hO(e);return{name:n.name,fn:n.fn,options:[e,t]}},PO=(e,t)=>{const n=OO(e);return{name:n.name,fn:n.fn,options:[e,t]}},bO=(e,t)=>({fn:gO(e).fn,options:[e,t]}),vO=(e,t)=>{const n=NO(e);return{name:n.name,fn:n.fn,options:[e,t]}},UO=(e,t)=>{const n=mO(e);return{name:n.name,fn:n.fn,options:[e,t]}},wO=(e,t)=>{const n=CO(e);return{name:n.name,fn:n.fn,options:[e,t]}},BO=(e,t)=>{const n=DO(e);return{name:n.name,fn:n.fn,options:[e,t]}};var FO="Arrow",pS=f.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...s}=e;return i.jsx(Oe.svg,{...s,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:i.jsx("polygon",{points:"0,0 30,0 15,10"})})});pS.displayName=FO;var GO=pS;function HO(e){const[t,n]=f.useState(void 0);return en(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const s=o[0];let a,l;if("borderBoxSize"in s){const E=s.borderBoxSize,c=Array.isArray(E)?E[0]:E;a=c.inlineSize,l=c.blockSize}else a=e.offsetWidth,l=e.offsetHeight;n({width:a,height:l})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}var Ac="Popper",[IS,Ar]=an(Ac),[kO,hS]=IS(Ac),OS=e=>{const{__scopePopper:t,children:n}=e,[r,o]=f.useState(null);return i.jsx(kO,{scope:t,anchor:r,onAnchorChange:o,children:n})};OS.displayName=Ac;var NS="PopperAnchor",mS=f.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,s=hS(NS,n),a=f.useRef(null),l=ge(t,a),E=f.useRef(null);return f.useEffect(()=>{const c=E.current;E.current=(r==null?void 0:r.current)||a.current,c!==E.current&&s.onAnchorChange(E.current)}),r?null:i.jsx(Oe.div,{...o,ref:l})});mS.displayName=NS;var pc="PopperContent",[jO,YO]=IS(pc),CS=f.forwardRef((e,t)=>{var Q,X,Z,ce,ne,$;const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:s="center",alignOffset:a=0,arrowPadding:l=0,avoidCollisions:E=!0,collisionBoundary:c=[],collisionPadding:d=0,sticky:u="partial",hideWhenDetached:T=!1,updatePositionStrategy:S="optimized",onPlaced:I,...p}=e,R=hS(pc,n),[A,h]=f.useState(null),O=ge(t,q=>h(q)),[N,m]=f.useState(null),C=HO(N),g=(C==null?void 0:C.width)??0,D=(C==null?void 0:C.height)??0,L=r+(s!=="center"?"-"+s:""),U=typeof d=="number"?d:{top:0,right:0,bottom:0,left:0,...d},y=Array.isArray(c)?c:[c],b=y.length>0,F={padding:U,boundary:y.filter(VO),altBoundary:b},{refs:_,floatingStyles:v,placement:M,isPositioned:w,middlewareData:P}=yO({strategy:"fixed",placement:L,whileElementsMounted:(...q)=>IO(...q,{animationFrame:S==="always"}),elements:{reference:R.anchor},middleware:[MO({mainAxis:o+D,alignmentAxis:a}),E&&PO({mainAxis:!0,crossAxis:!1,limiter:u==="partial"?bO():void 0,...F}),E&&vO({...F}),UO({...F,apply:({elements:q,rects:se,availableWidth:Se,availableHeight:de})=>{const{width:Ae,height:ke}=se.reference,be=q.floating.style;be.setProperty("--radix-popper-available-width",`${Se}px`),be.setProperty("--radix-popper-available-height",`${de}px`),be.setProperty("--radix-popper-anchor-width",`${Ae}px`),be.setProperty("--radix-popper-anchor-height",`${ke}px`)}}),N&&BO({element:N,padding:l}),$O({arrowWidth:g,arrowHeight:D}),T&&wO({strategy:"referenceHidden",...F})]}),[x,B]=_S(M),H=Zt(I);en(()=>{w&&(H==null||H())},[w,H]);const j=(Q=P.arrow)==null?void 0:Q.x,J=(X=P.arrow)==null?void 0:X.y,K=((Z=P.arrow)==null?void 0:Z.centerOffset)!==0,[W,z]=f.useState();return en(()=>{A&&z(window.getComputedStyle(A).zIndex)},[A]),i.jsx("div",{ref:_.setFloating,"data-radix-popper-content-wrapper":"",style:{...v,transform:w?v.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[(ce=P.transformOrigin)==null?void 0:ce.x,(ne=P.transformOrigin)==null?void 0:ne.y].join(" "),...(($=P.hide)==null?void 0:$.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:i.jsx(jO,{scope:n,placedSide:x,onArrowChange:m,arrowX:j,arrowY:J,shouldHideArrow:K,children:i.jsx(Oe.div,{"data-side":x,"data-align":B,...p,ref:O,style:{...p.style,animation:w?void 0:"none"}})})})});CS.displayName=pc;var gS="PopperArrow",WO={top:"bottom",right:"left",bottom:"top",left:"right"},LS=f.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,s=YO(gS,r),a=WO[s.placedSide];return i.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:i.jsx(GO,{...o,ref:n,style:{...o.style,display:"block"}})})});LS.displayName=gS;function VO(e){return e!==null}var $O=e=>({name:"transformOrigin",options:e,fn(t){var R,A,h;const{placement:n,rects:r,middlewareData:o}=t,a=((R=o.arrow)==null?void 0:R.centerOffset)!==0,l=a?0:e.arrowWidth,E=a?0:e.arrowHeight,[c,d]=_S(n),u={start:"0%",center:"50%",end:"100%"}[d],T=(((A=o.arrow)==null?void 0:A.x)??0)+l/2,S=(((h=o.arrow)==null?void 0:h.y)??0)+E/2;let I="",p="";return c==="bottom"?(I=a?u:`${T}px`,p=`${-E}px`):c==="top"?(I=a?u:`${T}px`,p=`${r.floating.height+E}px`):c==="right"?(I=`${-E}px`,p=a?u:`${S}px`):c==="left"&&(I=`${r.floating.width+E}px`,p=a?u:`${S}px`),{data:{x:I,y:p}}}});function _S(e){const[t,n="center"]=e.split("-");return[t,n]}var XO=OS,Oi=mS,Ic=CS,hc=LS,KO="Portal",uo=f.forwardRef((e,t)=>{var l;const{container:n,...r}=e,[o,s]=f.useState(!1);en(()=>s(!0),[]);const a=n||o&&((l=globalThis==null?void 0:globalThis.document)==null?void 0:l.body);return a?Ah.createPortal(i.jsx(Oe.div,{...r,ref:t}),a):null});uo.displayName=KO;function zO(e,t){return f.useReducer((n,r)=>t[n][r]??n,e)}var Qe=e=>{const{present:t,children:n}=e,r=JO(t),o=typeof n=="function"?n({present:r.isPresent}):f.Children.only(n),s=ge(r.ref,qO(o));return typeof n=="function"||r.isPresent?f.cloneElement(o,{ref:s}):null};Qe.displayName="Presence";function JO(e){const[t,n]=f.useState(),r=f.useRef(null),o=f.useRef(e),s=f.useRef("none"),a=e?"mounted":"unmounted",[l,E]=zO(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return f.useEffect(()=>{const c=Qo(r.current);s.current=l==="mounted"?c:"none"},[l]),en(()=>{const c=r.current,d=o.current;if(d!==e){const T=s.current,S=Qo(c);e?E("MOUNT"):S==="none"||(c==null?void 0:c.display)==="none"?E("UNMOUNT"):E(d&&T!==S?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,E]),en(()=>{if(t){let c;const d=t.ownerDocument.defaultView??window,u=S=>{const p=Qo(r.current).includes(CSS.escape(S.animationName));if(S.target===t&&p&&(E("ANIMATION_END"),!o.current)){const R=t.style.animationFillMode;t.style.animationFillMode="forwards",c=d.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=R)})}},T=S=>{S.target===t&&(s.current=Qo(r.current))};return t.addEventListener("animationstart",T),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{d.clearTimeout(c),t.removeEventListener("animationstart",T),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else E("ANIMATION_END")},[t,E]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:f.useCallback(c=>{r.current=c?getComputedStyle(c):null,n(c)},[])}}function Qo(e){return(e==null?void 0:e.animationName)||"none"}function qO(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var QO=tS[" useInsertionEffect ".trim().toString()]||en;function Oc({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,s,a]=ZO({defaultProp:t,onChange:n}),l=e!==void 0,E=l?e:o;{const d=f.useRef(e!==void 0);f.useEffect(()=>{const u=d.current;u!==l&&console.warn(`${r} is changing from ${u?"controlled":"uncontrolled"} to ${l?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),d.current=l},[l,r])}const c=f.useCallback(d=>{var u;if(l){const T=eN(d)?d(e):d;T!==e&&((u=a.current)==null||u.call(a,T))}else s(d)},[l,e,s,a]);return[E,c]}function ZO({defaultProp:e,onChange:t}){const[n,r]=f.useState(e),o=f.useRef(n),s=f.useRef(t);return QO(()=>{s.current=t},[t]),f.useEffect(()=>{var a;o.current!==n&&((a=s.current)==null||a.call(s,n),o.current=n)},[n,o]),[n,r,s]}function eN(e){return typeof e=="function"}var tN=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),nN="VisuallyHidden",xS=f.forwardRef((e,t)=>i.jsx(Oe.span,{...e,ref:t,style:{...tN,...e.style}}));xS.displayName=nN;var rN=xS,[Ni]=an("Tooltip",[Ar]),mi=Ar(),yS="TooltipProvider",oN=700,Dl="tooltip.open",[sN,Nc]=Ni(yS),DS=e=>{const{__scopeTooltip:t,delayDuration:n=oN,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:s}=e,a=f.useRef(!0),l=f.useRef(!1),E=f.useRef(0);return f.useEffect(()=>{const c=E.current;return()=>window.clearTimeout(c)},[]),i.jsx(sN,{scope:t,isOpenDelayedRef:a,delayDuration:n,onOpen:f.useCallback(()=>{window.clearTimeout(E.current),a.current=!1},[]),onClose:f.useCallback(()=>{window.clearTimeout(E.current),E.current=window.setTimeout(()=>a.current=!0,r)},[r]),isPointerInTransitRef:l,onPointerInTransitChange:f.useCallback(c=>{l.current=c},[]),disableHoverableContent:o,children:s})};DS.displayName=yS;var Wr="Tooltip",[iN,To]=Ni(Wr),MS=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:s,disableHoverableContent:a,delayDuration:l}=e,E=Nc(Wr,e.__scopeTooltip),c=mi(t),[d,u]=f.useState(null),T=Br(),S=f.useRef(0),I=a??E.disableHoverableContent,p=l??E.delayDuration,R=f.useRef(!1),[A,h]=Oc({prop:r,defaultProp:o??!1,onChange:g=>{g?(E.onOpen(),document.dispatchEvent(new CustomEvent(Dl))):E.onClose(),s==null||s(g)},caller:Wr}),O=f.useMemo(()=>A?R.current?"delayed-open":"instant-open":"closed",[A]),N=f.useCallback(()=>{window.clearTimeout(S.current),S.current=0,R.current=!1,h(!0)},[h]),m=f.useCallback(()=>{window.clearTimeout(S.current),S.current=0,h(!1)},[h]),C=f.useCallback(()=>{window.clearTimeout(S.current),S.current=window.setTimeout(()=>{R.current=!0,h(!0),S.current=0},p)},[p,h]);return f.useEffect(()=>()=>{S.current&&(window.clearTimeout(S.current),S.current=0)},[]),i.jsx(XO,{...c,children:i.jsx(iN,{scope:t,contentId:T,open:A,stateAttribute:O,trigger:d,onTriggerChange:u,onTriggerEnter:f.useCallback(()=>{E.isOpenDelayedRef.current?C():N()},[E.isOpenDelayedRef,C,N]),onTriggerLeave:f.useCallback(()=>{I?m():(window.clearTimeout(S.current),S.current=0)},[m,I]),onOpen:N,onClose:m,disableHoverableContent:I,children:n})})};MS.displayName=Wr;var Ml="TooltipTrigger",PS=f.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=To(Ml,n),s=Nc(Ml,n),a=mi(n),l=f.useRef(null),E=ge(t,l,o.onTriggerChange),c=f.useRef(!1),d=f.useRef(!1),u=f.useCallback(()=>c.current=!1,[]);return f.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),i.jsx(Oi,{asChild:!0,...a,children:i.jsx(Oe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:E,onPointerMove:le(e.onPointerMove,T=>{T.pointerType!=="touch"&&!d.current&&!s.isPointerInTransitRef.current&&(o.onTriggerEnter(),d.current=!0)}),onPointerLeave:le(e.onPointerLeave,()=>{o.onTriggerLeave(),d.current=!1}),onPointerDown:le(e.onPointerDown,()=>{o.open&&o.onClose(),c.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:le(e.onFocus,()=>{c.current||o.onOpen()}),onBlur:le(e.onBlur,o.onClose),onClick:le(e.onClick,o.onClose)})})});PS.displayName=Ml;var mc="TooltipPortal",[aN,lN]=Ni(mc,{forceMount:void 0}),bS=e=>{const{__scopeTooltip:t,forceMount:n,children:r,container:o}=e,s=To(mc,t);return i.jsx(aN,{scope:t,forceMount:n,children:i.jsx(Qe,{present:n||s.open,children:i.jsx(uo,{asChild:!0,container:o,children:r})})})};bS.displayName=mc;var rr="TooltipContent",vS=f.forwardRef((e,t)=>{const n=lN(rr,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...s}=e,a=To(rr,e.__scopeTooltip);return i.jsx(Qe,{present:r||a.open,children:a.disableHoverableContent?i.jsx(US,{side:o,...s,ref:t}):i.jsx(cN,{side:o,...s,ref:t})})}),cN=f.forwardRef((e,t)=>{const n=To(rr,e.__scopeTooltip),r=Nc(rr,e.__scopeTooltip),o=f.useRef(null),s=ge(t,o),[a,l]=f.useState(null),{trigger:E,onClose:c}=n,d=o.current,{onPointerInTransitChange:u}=r,T=f.useCallback(()=>{l(null),u(!1)},[u]),S=f.useCallback((I,p)=>{const R=I.currentTarget,A={x:I.clientX,y:I.clientY},h=SN(A,R.getBoundingClientRect()),O=fN(A,h),N=RN(p.getBoundingClientRect()),m=pN([...O,...N]);l(m),u(!0)},[u]);return f.useEffect(()=>()=>T(),[T]),f.useEffect(()=>{if(E&&d){const I=R=>S(R,d),p=R=>S(R,E);return E.addEventListener("pointerleave",I),d.addEventListener("pointerleave",p),()=>{E.removeEventListener("pointerleave",I),d.removeEventListener("pointerleave",p)}}},[E,d,S,T]),f.useEffect(()=>{if(a){const I=p=>{const R=p.target,A={x:p.clientX,y:p.clientY},h=(E==null?void 0:E.contains(R))||(d==null?void 0:d.contains(R)),O=!AN(A,a);h?T():O&&(T(),c())};return document.addEventListener("pointermove",I),()=>document.removeEventListener("pointermove",I)}},[E,d,a,c,T]),i.jsx(US,{...e,ref:s})}),[EN,dN]=Ni(Wr,{isInside:!1}),uN=Ih("TooltipContent"),US=f.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:a,...l}=e,E=To(rr,n),c=mi(n),{onClose:d}=E;return f.useEffect(()=>(document.addEventListener(Dl,d),()=>document.removeEventListener(Dl,d)),[d]),f.useEffect(()=>{if(E.trigger){const u=T=>{const S=T.target;S!=null&&S.contains(E.trigger)&&d()};return window.addEventListener("scroll",u,{capture:!0}),()=>window.removeEventListener("scroll",u,{capture:!0})}},[E.trigger,d]),i.jsx(co,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:a,onFocusOutside:u=>u.preventDefault(),onDismiss:d,children:i.jsxs(Ic,{"data-state":E.stateAttribute,...c,...l,ref:t,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[i.jsx(uN,{children:r}),i.jsx(EN,{scope:n,isInside:!0,children:i.jsx(rN,{id:E.contentId,role:"tooltip",children:o||r})})]})})});vS.displayName=rr;var wS="TooltipArrow",TN=f.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=mi(n);return dN(wS,n).isInside?null:i.jsx(hc,{...o,...r,ref:t})});TN.displayName=wS;function SN(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(n,r,o,s)){case s:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function fN(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function RN(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function AN(e,t){const{x:n,y:r}=e;let o=!1;for(let s=0,a=t.length-1;s<t.length;a=s++){const l=t[s],E=t[a],c=l.x,d=l.y,u=E.x,T=E.y;d>r!=T>r&&n<(u-c)*(r-d)/(T-d)+c&&(o=!o)}return o}function pN(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),IN(t)}function IN(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const s=t[t.length-1],a=t[t.length-2];if((s.x-a.x)*(o.y-a.y)>=(s.y-a.y)*(o.x-a.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const s=n[n.length-1],a=n[n.length-2];if((s.x-a.x)*(o.y-a.y)>=(s.y-a.y)*(o.x-a.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var hN=DS,ON=MS,NN=PS,mN=bS,CN=vS;function gN({content:e,children:t,side:n="right",align:r="center",sideOffset:o=6,delayMs:s=200,container:a}){return i.jsxs(ON,{delayDuration:s,children:[i.jsx(NN,{asChild:!0,children:t}),i.jsx(mN,{container:a,children:i.jsx(CN,{side:n,align:r,sideOffset:o,style:{background:Te("surfaceElevated"),color:Te("textPrimary"),border:`1px solid ${Te("borderDefault")}`,borderRadius:gn.sm,padding:`${Ie[1]} ${Ie[2]}`,fontSize:Ue.sm,boxShadow:Te("shadowMd"),zIndex:jr.tooltip,userSelect:"none"},children:e})})]})}const LN=hN;var fa="focusScope.autoFocusOnMount",Ra="focusScope.autoFocusOnUnmount",HE={bubbles:!1,cancelable:!0},_N="FocusScope",Ci=f.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:s,...a}=e,[l,E]=f.useState(null),c=Zt(o),d=Zt(s),u=f.useRef(null),T=ge(t,p=>E(p)),S=f.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;f.useEffect(()=>{if(r){let p=function(O){if(S.paused||!l)return;const N=O.target;l.contains(N)?u.current=N:Xt(u.current,{select:!0})},R=function(O){if(S.paused||!l)return;const N=O.relatedTarget;N!==null&&(l.contains(N)||Xt(u.current,{select:!0}))},A=function(O){if(document.activeElement===document.body)for(const m of O)m.removedNodes.length>0&&Xt(l)};document.addEventListener("focusin",p),document.addEventListener("focusout",R);const h=new MutationObserver(A);return l&&h.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",p),document.removeEventListener("focusout",R),h.disconnect()}}},[r,l,S.paused]),f.useEffect(()=>{if(l){jE.add(S);const p=document.activeElement;if(!l.contains(p)){const A=new CustomEvent(fa,HE);l.addEventListener(fa,c),l.dispatchEvent(A),A.defaultPrevented||(xN(bN(BS(l)),{select:!0}),document.activeElement===p&&Xt(l))}return()=>{l.removeEventListener(fa,c),setTimeout(()=>{const A=new CustomEvent(Ra,HE);l.addEventListener(Ra,d),l.dispatchEvent(A),A.defaultPrevented||Xt(p??document.body,{select:!0}),l.removeEventListener(Ra,d),jE.remove(S)},0)}}},[l,c,d,S]);const I=f.useCallback(p=>{if(!n&&!r||S.paused)return;const R=p.key==="Tab"&&!p.altKey&&!p.ctrlKey&&!p.metaKey,A=document.activeElement;if(R&&A){const h=p.currentTarget,[O,N]=yN(h);O&&N?!p.shiftKey&&A===N?(p.preventDefault(),n&&Xt(O,{select:!0})):p.shiftKey&&A===O&&(p.preventDefault(),n&&Xt(N,{select:!0})):A===h&&p.preventDefault()}},[n,r,S.paused]);return i.jsx(Oe.div,{tabIndex:-1,...a,ref:T,onKeyDown:I})});Ci.displayName=_N;function xN(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Xt(r,{select:t}),document.activeElement!==n)return}function yN(e){const t=BS(e),n=kE(t,e),r=kE(t.reverse(),e);return[n,r]}function BS(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function kE(e,t){for(const n of e)if(!DN(n,{upTo:t}))return n}function DN(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function MN(e){return e instanceof HTMLInputElement&&"select"in e}function Xt(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&MN(e)&&t&&e.select()}}var jE=PN();function PN(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=YE(e,t),e.unshift(t)},remove(t){var n;e=YE(e,t),(n=e[0])==null||n.resume()}}}function YE(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function bN(e){return e.filter(t=>t.tagName!=="A")}var Aa=0;function Cc(){f.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??WE()),document.body.insertAdjacentElement("beforeend",e[1]??WE()),Aa++,()=>{Aa===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Aa--}},[])}function WE(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Rt=function(){return Rt=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},Rt.apply(this,arguments)};function FS(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function vN(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))}var Cs="right-scroll-bar-position",gs="width-before-scroll-bar",UN="with-scroll-bars-hidden",wN="--removed-body-scroll-bar-size";function pa(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function BN(e,t){var n=f.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var FN=typeof window<"u"?f.useLayoutEffect:f.useEffect,VE=new WeakMap;function GN(e,t){var n=BN(null,function(r){return e.forEach(function(o){return pa(o,r)})});return FN(function(){var r=VE.get(n);if(r){var o=new Set(r),s=new Set(e),a=n.current;o.forEach(function(l){s.has(l)||pa(l,null)}),s.forEach(function(l){o.has(l)||pa(l,a)})}VE.set(n,e)},[e]),n}function HN(e){return e}function kN(e,t){t===void 0&&(t=HN);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(s){var a=t(s,r);return n.push(a),function(){n=n.filter(function(l){return l!==a})}},assignSyncMedium:function(s){for(r=!0;n.length;){var a=n;n=[],a.forEach(s)}n={push:function(l){return s(l)},filter:function(){return n}}},assignMedium:function(s){r=!0;var a=[];if(n.length){var l=n;n=[],l.forEach(s),a=n}var E=function(){var d=a;a=[],d.forEach(s)},c=function(){return Promise.resolve().then(E)};c(),n={push:function(d){a.push(d),c()},filter:function(d){return a=a.filter(d),n}}}};return o}function jN(e){e===void 0&&(e={});var t=kN(null);return t.options=Rt({async:!0,ssr:!1},e),t}var GS=function(e){var t=e.sideCar,n=FS(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return f.createElement(r,Rt({},n))};GS.isSideCarExport=!0;function YN(e,t){return e.useMedium(t),GS}var HS=jN(),Ia=function(){},gi=f.forwardRef(function(e,t){var n=f.useRef(null),r=f.useState({onScrollCapture:Ia,onWheelCapture:Ia,onTouchMoveCapture:Ia}),o=r[0],s=r[1],a=e.forwardProps,l=e.children,E=e.className,c=e.removeScrollBar,d=e.enabled,u=e.shards,T=e.sideCar,S=e.noRelative,I=e.noIsolation,p=e.inert,R=e.allowPinchZoom,A=e.as,h=A===void 0?"div":A,O=e.gapMode,N=FS(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),m=T,C=GN([n,t]),g=Rt(Rt({},N),o);return f.createElement(f.Fragment,null,d&&f.createElement(m,{sideCar:HS,removeScrollBar:c,shards:u,noRelative:S,noIsolation:I,inert:p,setCallbacks:s,allowPinchZoom:!!R,lockRef:n,gapMode:O}),a?f.cloneElement(f.Children.only(l),Rt(Rt({},g),{ref:C})):f.createElement(h,Rt({},g,{className:E,ref:C}),l))});gi.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};gi.classNames={fullWidth:gs,zeroRight:Cs};var WN=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function VN(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=WN();return t&&e.setAttribute("nonce",t),e}function $N(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function XN(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var KN=function(){var e=0,t=null;return{add:function(n){e==0&&(t=VN())&&($N(t,n),XN(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},zN=function(){var e=KN();return function(t,n){f.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},kS=function(){var e=zN(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},JN={left:0,top:0,right:0,gap:0},ha=function(e){return parseInt(e||"",10)||0},qN=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[ha(n),ha(r),ha(o)]},QN=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return JN;var t=qN(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},ZN=kS(),Jn="data-scroll-locked",em=function(e,t,n,r){var o=e.left,s=e.top,a=e.right,l=e.gap;return n===void 0&&(n="margin"),`
10
+ .`.concat(UN,` {
11
+ overflow: hidden `).concat(r,`;
12
+ padding-right: `).concat(l,"px ").concat(r,`;
13
+ }
14
+ body[`).concat(Jn,`] {
15
+ overflow: hidden `).concat(r,`;
16
+ overscroll-behavior: contain;
17
+ `).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
18
+ padding-left: `.concat(o,`px;
19
+ padding-top: `).concat(s,`px;
20
+ padding-right: `).concat(a,`px;
21
+ margin-left:0;
22
+ margin-top:0;
23
+ margin-right: `).concat(l,"px ").concat(r,`;
24
+ `),n==="padding"&&"padding-right: ".concat(l,"px ").concat(r,";")].filter(Boolean).join(""),`
25
+ }
26
+
27
+ .`).concat(Cs,` {
28
+ right: `).concat(l,"px ").concat(r,`;
29
+ }
30
+
31
+ .`).concat(gs,` {
32
+ margin-right: `).concat(l,"px ").concat(r,`;
33
+ }
34
+
35
+ .`).concat(Cs," .").concat(Cs,` {
36
+ right: 0 `).concat(r,`;
37
+ }
38
+
39
+ .`).concat(gs," .").concat(gs,` {
40
+ margin-right: 0 `).concat(r,`;
41
+ }
42
+
43
+ body[`).concat(Jn,`] {
44
+ `).concat(wN,": ").concat(l,`px;
45
+ }
46
+ `)},$E=function(){var e=parseInt(document.body.getAttribute(Jn)||"0",10);return isFinite(e)?e:0},tm=function(){f.useEffect(function(){return document.body.setAttribute(Jn,($E()+1).toString()),function(){var e=$E()-1;e<=0?document.body.removeAttribute(Jn):document.body.setAttribute(Jn,e.toString())}},[])},nm=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;tm();var s=f.useMemo(function(){return QN(o)},[o]);return f.createElement(ZN,{styles:em(s,!t,o,n?"":"!important")})},Pl=!1;if(typeof window<"u")try{var Zo=Object.defineProperty({},"passive",{get:function(){return Pl=!0,!0}});window.addEventListener("test",Zo,Zo),window.removeEventListener("test",Zo,Zo)}catch{Pl=!1}var wn=Pl?{passive:!1}:!1,rm=function(e){return e.tagName==="TEXTAREA"},jS=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!rm(e)&&n[t]==="visible")},om=function(e){return jS(e,"overflowY")},sm=function(e){return jS(e,"overflowX")},XE=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=YS(e,r);if(o){var s=WS(e,r),a=s[1],l=s[2];if(a>l)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},im=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},am=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},YS=function(e,t){return e==="v"?om(t):sm(t)},WS=function(e,t){return e==="v"?im(t):am(t)},lm=function(e,t){return e==="h"&&t==="rtl"?-1:1},cm=function(e,t,n,r,o){var s=lm(e,window.getComputedStyle(t).direction),a=s*r,l=n.target,E=t.contains(l),c=!1,d=a>0,u=0,T=0;do{if(!l)break;var S=WS(e,l),I=S[0],p=S[1],R=S[2],A=p-R-s*I;(I||A)&&YS(e,l)&&(u+=A,T+=I);var h=l.parentNode;l=h&&h.nodeType===Node.DOCUMENT_FRAGMENT_NODE?h.host:h}while(!E&&l!==document.body||E&&(t.contains(l)||t===l));return(d&&Math.abs(u)<1||!d&&Math.abs(T)<1)&&(c=!0),c},es=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},KE=function(e){return[e.deltaX,e.deltaY]},zE=function(e){return e&&"current"in e?e.current:e},Em=function(e,t){return e[0]===t[0]&&e[1]===t[1]},dm=function(e){return`
47
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
48
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
49
+ `)},um=0,Bn=[];function Tm(e){var t=f.useRef([]),n=f.useRef([0,0]),r=f.useRef(),o=f.useState(um++)[0],s=f.useState(kS)[0],a=f.useRef(e);f.useEffect(function(){a.current=e},[e]),f.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var p=vN([e.lockRef.current],(e.shards||[]).map(zE),!0).filter(Boolean);return p.forEach(function(R){return R.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),p.forEach(function(R){return R.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=f.useCallback(function(p,R){if("touches"in p&&p.touches.length===2||p.type==="wheel"&&p.ctrlKey)return!a.current.allowPinchZoom;var A=es(p),h=n.current,O="deltaX"in p?p.deltaX:h[0]-A[0],N="deltaY"in p?p.deltaY:h[1]-A[1],m,C=p.target,g=Math.abs(O)>Math.abs(N)?"h":"v";if("touches"in p&&g==="h"&&C.type==="range")return!1;var D=window.getSelection(),L=D&&D.anchorNode,U=L?L===C||L.contains(C):!1;if(U)return!1;var y=XE(g,C);if(!y)return!0;if(y?m=g:(m=g==="v"?"h":"v",y=XE(g,C)),!y)return!1;if(!r.current&&"changedTouches"in p&&(O||N)&&(r.current=m),!m)return!0;var b=r.current||m;return cm(b,R,p,b==="h"?O:N)},[]),E=f.useCallback(function(p){var R=p;if(!(!Bn.length||Bn[Bn.length-1]!==s)){var A="deltaY"in R?KE(R):es(R),h=t.current.filter(function(m){return m.name===R.type&&(m.target===R.target||R.target===m.shadowParent)&&Em(m.delta,A)})[0];if(h&&h.should){R.cancelable&&R.preventDefault();return}if(!h){var O=(a.current.shards||[]).map(zE).filter(Boolean).filter(function(m){return m.contains(R.target)}),N=O.length>0?l(R,O[0]):!a.current.noIsolation;N&&R.cancelable&&R.preventDefault()}}},[]),c=f.useCallback(function(p,R,A,h){var O={name:p,delta:R,target:A,should:h,shadowParent:Sm(A)};t.current.push(O),setTimeout(function(){t.current=t.current.filter(function(N){return N!==O})},1)},[]),d=f.useCallback(function(p){n.current=es(p),r.current=void 0},[]),u=f.useCallback(function(p){c(p.type,KE(p),p.target,l(p,e.lockRef.current))},[]),T=f.useCallback(function(p){c(p.type,es(p),p.target,l(p,e.lockRef.current))},[]);f.useEffect(function(){return Bn.push(s),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:T}),document.addEventListener("wheel",E,wn),document.addEventListener("touchmove",E,wn),document.addEventListener("touchstart",d,wn),function(){Bn=Bn.filter(function(p){return p!==s}),document.removeEventListener("wheel",E,wn),document.removeEventListener("touchmove",E,wn),document.removeEventListener("touchstart",d,wn)}},[]);var S=e.removeScrollBar,I=e.inert;return f.createElement(f.Fragment,null,I?f.createElement(s,{styles:dm(o)}):null,S?f.createElement(nm,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function Sm(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const fm=YN(HS,Tm);var Li=f.forwardRef(function(e,t){return f.createElement(gi,Rt({},e,{ref:t,sideCar:fm}))});Li.classNames=gi.classNames;var Rm=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Fn=new WeakMap,ts=new WeakMap,ns={},Oa=0,VS=function(e){return e&&(e.host||VS(e.parentNode))},Am=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=VS(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},pm=function(e,t,n,r){var o=Am(t,Array.isArray(e)?e:[e]);ns[n]||(ns[n]=new WeakMap);var s=ns[n],a=[],l=new Set,E=new Set(o),c=function(u){!u||l.has(u)||(l.add(u),c(u.parentNode))};o.forEach(c);var d=function(u){!u||E.has(u)||Array.prototype.forEach.call(u.children,function(T){if(l.has(T))d(T);else try{var S=T.getAttribute(r),I=S!==null&&S!=="false",p=(Fn.get(T)||0)+1,R=(s.get(T)||0)+1;Fn.set(T,p),s.set(T,R),a.push(T),p===1&&I&&ts.set(T,!0),R===1&&T.setAttribute(n,"true"),I||T.setAttribute(r,"true")}catch(A){console.error("aria-hidden: cannot operate on ",T,A)}})};return d(t),l.clear(),Oa++,function(){a.forEach(function(u){var T=Fn.get(u)-1,S=s.get(u)-1;Fn.set(u,T),s.set(u,S),T||(ts.has(u)||u.removeAttribute(r),ts.delete(u)),S||u.removeAttribute(n)}),Oa--,Oa||(Fn=new WeakMap,Fn=new WeakMap,ts=new WeakMap,ns={})}},gc=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=Rm(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live], script"))),pm(r,o,n,"aria-hidden")):function(){return null}},_i="Dialog",[$S]=an(_i),[Im,Et]=$S(_i),XS=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:s,modal:a=!0}=e,l=f.useRef(null),E=f.useRef(null),[c,d]=Oc({prop:r,defaultProp:o??!1,onChange:s,caller:_i});return i.jsx(Im,{scope:t,triggerRef:l,contentRef:E,contentId:Br(),titleId:Br(),descriptionId:Br(),open:c,onOpenChange:d,onOpenToggle:f.useCallback(()=>d(u=>!u),[d]),modal:a,children:n})};XS.displayName=_i;var KS="DialogTrigger",hm=f.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Et(KS,n),s=ge(t,o.triggerRef);return i.jsx(Oe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":xc(o.open),...r,ref:s,onClick:le(e.onClick,o.onOpenToggle)})});hm.displayName=KS;var Lc="DialogPortal",[Om,zS]=$S(Lc,{forceMount:void 0}),JS=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,s=Et(Lc,t);return i.jsx(Om,{scope:t,forceMount:n,children:f.Children.map(r,a=>i.jsx(Qe,{present:n||s.open,children:i.jsx(uo,{asChild:!0,container:o,children:a})}))})};JS.displayName=Lc;var ks="DialogOverlay",qS=f.forwardRef((e,t)=>{const n=zS(ks,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,s=Et(ks,e.__scopeDialog);return s.modal?i.jsx(Qe,{present:r||s.open,children:i.jsx(mm,{...o,ref:t})}):null});qS.displayName=ks;var Nm=tr("DialogOverlay.RemoveScroll"),mm=f.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Et(ks,n);return i.jsx(Li,{as:Nm,allowPinchZoom:!0,shards:[o.contentRef],children:i.jsx(Oe.div,{"data-state":xc(o.open),...r,ref:t,style:{pointerEvents:"auto",...r.style}})})}),In="DialogContent",QS=f.forwardRef((e,t)=>{const n=zS(In,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,s=Et(In,e.__scopeDialog);return i.jsx(Qe,{present:r||s.open,children:s.modal?i.jsx(Cm,{...o,ref:t}):i.jsx(gm,{...o,ref:t})})});QS.displayName=In;var Cm=f.forwardRef((e,t)=>{const n=Et(In,e.__scopeDialog),r=f.useRef(null),o=ge(t,n.contentRef,r);return f.useEffect(()=>{const s=r.current;if(s)return gc(s)},[]),i.jsx(ZS,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:le(e.onCloseAutoFocus,s=>{var a;s.preventDefault(),(a=n.triggerRef.current)==null||a.focus()}),onPointerDownOutside:le(e.onPointerDownOutside,s=>{const a=s.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0;(a.button===2||l)&&s.preventDefault()}),onFocusOutside:le(e.onFocusOutside,s=>s.preventDefault())})}),gm=f.forwardRef((e,t)=>{const n=Et(In,e.__scopeDialog),r=f.useRef(!1),o=f.useRef(!1);return i.jsx(ZS,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{var a,l;(a=e.onCloseAutoFocus)==null||a.call(e,s),s.defaultPrevented||(r.current||(l=n.triggerRef.current)==null||l.focus(),s.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:s=>{var E,c;(E=e.onInteractOutside)==null||E.call(e,s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=s.target;((c=n.triggerRef.current)==null?void 0:c.contains(a))&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&o.current&&s.preventDefault()}})}),ZS=f.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:s,...a}=e,l=Et(In,n),E=f.useRef(null),c=ge(t,E);return Cc(),i.jsxs(i.Fragment,{children:[i.jsx(Ci,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:s,children:i.jsx(co,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":xc(l.open),...a,ref:c,onDismiss:()=>l.onOpenChange(!1)})}),i.jsxs(i.Fragment,{children:[i.jsx(xm,{titleId:l.titleId}),i.jsx(Dm,{contentRef:E,descriptionId:l.descriptionId})]})]})}),_c="DialogTitle",ef=f.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Et(_c,n);return i.jsx(Oe.h2,{id:o.titleId,...r,ref:t})});ef.displayName=_c;var tf="DialogDescription",Lm=f.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Et(tf,n);return i.jsx(Oe.p,{id:o.descriptionId,...r,ref:t})});Lm.displayName=tf;var nf="DialogClose",_m=f.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Et(nf,n);return i.jsx(Oe.button,{type:"button",...r,ref:t,onClick:le(e.onClick,()=>o.onOpenChange(!1))})});_m.displayName=nf;function xc(e){return e?"open":"closed"}var rf="DialogTitleWarning",[yj,of]=fh(rf,{contentName:In,titleName:_c,docsSlug:"dialog"}),xm=({titleId:e})=>{const t=of(rf),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
50
+
51
+ If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
52
+
53
+ For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return f.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},ym="DialogDescriptionWarning",Dm=({contentRef:e,descriptionId:t})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${of(ym).contentName}}.`;return f.useEffect(()=>{var s;const o=(s=e.current)==null?void 0:s.getAttribute("aria-describedby");t&&o&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},Mm=XS,Pm=JS,bm=qS,vm=QS,Um=ef;function sf(e){const t=e+"CollectionProvider",[n,r]=an(t),[o,s]=n(t,{collectionRef:{current:null},itemMap:new Map}),a=p=>{const{scope:R,children:A}=p,h=Ce.useRef(null),O=Ce.useRef(new Map).current;return i.jsx(o,{scope:R,itemMap:O,collectionRef:h,children:A})};a.displayName=t;const l=e+"CollectionSlot",E=tr(l),c=Ce.forwardRef((p,R)=>{const{scope:A,children:h}=p,O=s(l,A),N=ge(R,O.collectionRef);return i.jsx(E,{ref:N,children:h})});c.displayName=l;const d=e+"CollectionItemSlot",u="data-radix-collection-item",T=tr(d),S=Ce.forwardRef((p,R)=>{const{scope:A,children:h,...O}=p,N=Ce.useRef(null),m=ge(R,N),C=s(d,A);return Ce.useEffect(()=>(C.itemMap.set(N,{ref:N,...O}),()=>void C.itemMap.delete(N))),i.jsx(T,{[u]:"",ref:m,children:h})});S.displayName=d;function I(p){const R=s(e+"CollectionConsumer",p);return Ce.useCallback(()=>{const h=R.collectionRef.current;if(!h)return[];const O=Array.from(h.querySelectorAll(`[${u}]`));return Array.from(R.itemMap.values()).sort((C,g)=>O.indexOf(C.ref.current)-O.indexOf(g.ref.current))},[R.collectionRef,R.itemMap])}return[{Provider:a,Slot:c,ItemSlot:S},I,r]}var wm=f.createContext(void 0);function Bm(e){const t=f.useContext(wm);return e||t||"ltr"}var Na="rovingFocusGroup.onEntryFocus",Fm={bubbles:!1,cancelable:!0},So="RovingFocusGroup",[bl,af,Gm]=sf(So),[Hm,lf]=an(So,[Gm]),[km,jm]=Hm(So),cf=f.forwardRef((e,t)=>i.jsx(bl.Provider,{scope:e.__scopeRovingFocusGroup,children:i.jsx(bl.Slot,{scope:e.__scopeRovingFocusGroup,children:i.jsx(Ym,{...e,ref:t})})}));cf.displayName=So;var Ym=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:o=!1,dir:s,currentTabStopId:a,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:E,onEntryFocus:c,preventScrollOnEntryFocus:d=!1,...u}=e,T=f.useRef(null),S=ge(t,T),I=Bm(s),[p,R]=Oc({prop:a,defaultProp:l??null,onChange:E,caller:So}),[A,h]=f.useState(!1),O=Zt(c),N=af(n),m=f.useRef(!1),[C,g]=f.useState(0);return f.useEffect(()=>{const D=T.current;if(D)return D.addEventListener(Na,O),()=>D.removeEventListener(Na,O)},[O]),i.jsx(km,{scope:n,orientation:r,dir:I,loop:o,currentTabStopId:p,onItemFocus:f.useCallback(D=>R(D),[R]),onItemShiftTab:f.useCallback(()=>h(!0),[]),onFocusableItemAdd:f.useCallback(()=>g(D=>D+1),[]),onFocusableItemRemove:f.useCallback(()=>g(D=>D-1),[]),children:i.jsx(Oe.div,{tabIndex:A||C===0?-1:0,"data-orientation":r,...u,ref:S,style:{outline:"none",...e.style},onMouseDown:le(e.onMouseDown,()=>{m.current=!0}),onFocus:le(e.onFocus,D=>{const L=!m.current;if(D.target===D.currentTarget&&L&&!A){const U=new CustomEvent(Na,Fm);if(D.currentTarget.dispatchEvent(U),!U.defaultPrevented){const y=N().filter(M=>M.focusable),b=y.find(M=>M.active),F=y.find(M=>M.id===p),v=[b,F,...y].filter(Boolean).map(M=>M.ref.current);uf(v,d)}}m.current=!1}),onBlur:le(e.onBlur,()=>h(!1))})})}),Ef="RovingFocusGroupItem",df=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:o=!1,tabStopId:s,children:a,...l}=e,E=Br(),c=s||E,d=jm(Ef,n),u=d.currentTabStopId===c,T=af(n),{onFocusableItemAdd:S,onFocusableItemRemove:I,currentTabStopId:p}=d;return f.useEffect(()=>{if(r)return S(),()=>I()},[r,S,I]),i.jsx(bl.ItemSlot,{scope:n,id:c,focusable:r,active:o,children:i.jsx(Oe.span,{tabIndex:u?0:-1,"data-orientation":d.orientation,...l,ref:t,onMouseDown:le(e.onMouseDown,R=>{r?d.onItemFocus(c):R.preventDefault()}),onFocus:le(e.onFocus,()=>d.onItemFocus(c)),onKeyDown:le(e.onKeyDown,R=>{if(R.key==="Tab"&&R.shiftKey){d.onItemShiftTab();return}if(R.target!==R.currentTarget)return;const A=$m(R,d.orientation,d.dir);if(A!==void 0){if(R.metaKey||R.ctrlKey||R.altKey||R.shiftKey)return;R.preventDefault();let O=T().filter(N=>N.focusable).map(N=>N.ref.current);if(A==="last")O.reverse();else if(A==="prev"||A==="next"){A==="prev"&&O.reverse();const N=O.indexOf(R.currentTarget);O=d.loop?Xm(O,N+1):O.slice(N+1)}setTimeout(()=>uf(O))}}),children:typeof a=="function"?a({isCurrentTabStop:u,hasTabStop:p!=null}):a})})});df.displayName=Ef;var Wm={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Vm(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function $m(e,t,n){const r=Vm(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return Wm[r]}function uf(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function Xm(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var Km=cf,zm=df,vl=["Enter"," "],Jm=["ArrowDown","PageUp","Home"],Tf=["ArrowUp","PageDown","End"],qm=[...Jm,...Tf],Qm={ltr:[...vl,"ArrowRight"],rtl:[...vl,"ArrowLeft"]},Zm={ltr:["ArrowLeft"],rtl:["ArrowRight"]},xi="Menu",[Vr,eC,tC]=sf(xi),[Ln,Sf]=an(xi,[tC,Ar,lf]),yc=Ar(),ff=lf(),[Dj,_n]=Ln(xi),[Mj,fo]=Ln(xi),nC="MenuAnchor",Dc=f.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,o=yc(n);return i.jsx(Oi,{...o,...r,ref:t})});Dc.displayName=nC;var Mc="MenuPortal",[rC,Rf]=Ln(Mc,{forceMount:void 0}),Af=e=>{const{__scopeMenu:t,forceMount:n,children:r,container:o}=e,s=_n(Mc,t);return i.jsx(rC,{scope:t,forceMount:n,children:i.jsx(Qe,{present:n||s.open,children:i.jsx(uo,{asChild:!0,container:o,children:r})})})};Af.displayName=Mc;var qe="MenuContent",[oC,Pc]=Ln(qe),pf=f.forwardRef((e,t)=>{const n=Rf(qe,e.__scopeMenu),{forceMount:r=n.forceMount,...o}=e,s=_n(qe,e.__scopeMenu),a=fo(qe,e.__scopeMenu);return i.jsx(Vr.Provider,{scope:e.__scopeMenu,children:i.jsx(Qe,{present:r||s.open,children:i.jsx(Vr.Slot,{scope:e.__scopeMenu,children:a.modal?i.jsx(sC,{...o,ref:t}):i.jsx(iC,{...o,ref:t})})})})}),sC=f.forwardRef((e,t)=>{const n=_n(qe,e.__scopeMenu),r=f.useRef(null),o=ge(t,r);return f.useEffect(()=>{const s=r.current;if(s)return gc(s)},[]),i.jsx(bc,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:le(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),iC=f.forwardRef((e,t)=>{const n=_n(qe,e.__scopeMenu);return i.jsx(bc,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),aC=tr("MenuContent.ScrollLock"),bc=f.forwardRef((e,t)=>{const{__scopeMenu:n,loop:r=!1,trapFocus:o,onOpenAutoFocus:s,onCloseAutoFocus:a,disableOutsidePointerEvents:l,onEntryFocus:E,onEscapeKeyDown:c,onPointerDownOutside:d,onFocusOutside:u,onInteractOutside:T,onDismiss:S,disableOutsideScroll:I,...p}=e,R=_n(qe,n),A=fo(qe,n),h=yc(n),O=ff(n),N=eC(n),[m,C]=f.useState(null),g=f.useRef(null),D=ge(t,g,R.onContentChange),L=f.useRef(0),U=f.useRef(""),y=f.useRef(0),b=f.useRef(null),F=f.useRef("right"),_=f.useRef(0),v=I?Li:f.Fragment,M=I?{as:aC,allowPinchZoom:!0}:void 0,w=x=>{var Q,X;const B=U.current+x,H=N().filter(Z=>!Z.disabled),j=document.activeElement,J=(Q=H.find(Z=>Z.ref.current===j))==null?void 0:Q.textValue,K=H.map(Z=>Z.textValue),W=IC(K,B,J),z=(X=H.find(Z=>Z.textValue===W))==null?void 0:X.ref.current;(function Z(ce){U.current=ce,window.clearTimeout(L.current),ce!==""&&(L.current=window.setTimeout(()=>Z(""),1e3))})(B),z&&setTimeout(()=>z.focus())};f.useEffect(()=>()=>window.clearTimeout(L.current),[]),Cc();const P=f.useCallback(x=>{var H,j;return F.current===((H=b.current)==null?void 0:H.side)&&OC(x,(j=b.current)==null?void 0:j.area)},[]);return i.jsx(oC,{scope:n,searchRef:U,onItemEnter:f.useCallback(x=>{P(x)&&x.preventDefault()},[P]),onItemLeave:f.useCallback(x=>{var B;P(x)||((B=g.current)==null||B.focus(),C(null))},[P]),onTriggerLeave:f.useCallback(x=>{P(x)&&x.preventDefault()},[P]),pointerGraceTimerRef:y,onPointerGraceIntentChange:f.useCallback(x=>{b.current=x},[]),children:i.jsx(v,{...M,children:i.jsx(Ci,{asChild:!0,trapped:o,onMountAutoFocus:le(s,x=>{var B;x.preventDefault(),(B=g.current)==null||B.focus({preventScroll:!0})}),onUnmountAutoFocus:a,children:i.jsx(co,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:c,onPointerDownOutside:d,onFocusOutside:u,onInteractOutside:T,onDismiss:S,children:i.jsx(Km,{asChild:!0,...O,dir:A.dir,orientation:"vertical",loop:r,currentTabStopId:m,onCurrentTabStopIdChange:C,onEntryFocus:le(E,x=>{A.isUsingKeyboardRef.current||x.preventDefault()}),preventScrollOnEntryFocus:!0,children:i.jsx(Ic,{role:"menu","aria-orientation":"vertical","data-state":vf(R.open),"data-radix-menu-content":"",dir:A.dir,...h,...p,ref:D,style:{outline:"none",...p.style},onKeyDown:le(p.onKeyDown,x=>{const H=x.target.closest("[data-radix-menu-content]")===x.currentTarget,j=x.ctrlKey||x.altKey||x.metaKey,J=x.key.length===1;H&&(x.key==="Tab"&&x.preventDefault(),!j&&J&&w(x.key));const K=g.current;if(x.target!==K||!qm.includes(x.key))return;x.preventDefault();const z=N().filter(Q=>!Q.disabled).map(Q=>Q.ref.current);Tf.includes(x.key)&&z.reverse(),AC(z)}),onBlur:le(e.onBlur,x=>{x.currentTarget.contains(x.target)||(window.clearTimeout(L.current),U.current="")}),onPointerMove:le(e.onPointerMove,$r(x=>{const B=x.target,H=_.current!==x.clientX;if(x.currentTarget.contains(B)&&H){const j=x.clientX>_.current?"right":"left";F.current=j,_.current=x.clientX}}))})})})})})})});pf.displayName=qe;var lC="MenuGroup",vc=f.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return i.jsx(Oe.div,{role:"group",...r,ref:t})});vc.displayName=lC;var cC="MenuLabel",If=f.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return i.jsx(Oe.div,{...r,ref:t})});If.displayName=cC;var js="MenuItem",JE="menu.itemSelect",yi=f.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:r,...o}=e,s=f.useRef(null),a=fo(js,e.__scopeMenu),l=Pc(js,e.__scopeMenu),E=ge(t,s),c=f.useRef(!1),d=()=>{const u=s.current;if(!n&&u){const T=new CustomEvent(JE,{bubbles:!0,cancelable:!0});u.addEventListener(JE,S=>r==null?void 0:r(S),{once:!0}),oS(u,T),T.defaultPrevented?c.current=!1:a.onClose()}};return i.jsx(hf,{...o,ref:E,disabled:n,onClick:le(e.onClick,d),onPointerDown:u=>{var T;(T=e.onPointerDown)==null||T.call(e,u),c.current=!0},onPointerUp:le(e.onPointerUp,u=>{var T;c.current||(T=u.currentTarget)==null||T.click()}),onKeyDown:le(e.onKeyDown,u=>{const T=l.searchRef.current!=="";n||T&&u.key===" "||vl.includes(u.key)&&(u.currentTarget.click(),u.preventDefault())})})});yi.displayName=js;var hf=f.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:r=!1,textValue:o,...s}=e,a=Pc(js,n),l=ff(n),E=f.useRef(null),c=ge(t,E),[d,u]=f.useState(!1),[T,S]=f.useState("");return f.useEffect(()=>{const I=E.current;I&&S((I.textContent??"").trim())},[s.children]),i.jsx(Vr.ItemSlot,{scope:n,disabled:r,textValue:o??T,children:i.jsx(zm,{asChild:!0,...l,focusable:!r,children:i.jsx(Oe.div,{role:"menuitem","data-highlighted":d?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0,...s,ref:c,onPointerMove:le(e.onPointerMove,$r(I=>{r?a.onItemLeave(I):(a.onItemEnter(I),I.defaultPrevented||I.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:le(e.onPointerLeave,$r(I=>a.onItemLeave(I))),onFocus:le(e.onFocus,()=>u(!0)),onBlur:le(e.onBlur,()=>u(!1))})})})}),EC="MenuCheckboxItem",Of=f.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:r,...o}=e;return i.jsx(Lf,{scope:e.__scopeMenu,checked:n,children:i.jsx(yi,{role:"menuitemcheckbox","aria-checked":Ys(n)?"mixed":n,...o,ref:t,"data-state":wc(n),onSelect:le(o.onSelect,()=>r==null?void 0:r(Ys(n)?!0:!n),{checkForDefaultPrevented:!1})})})});Of.displayName=EC;var Nf="MenuRadioGroup",[dC,uC]=Ln(Nf,{value:void 0,onValueChange:()=>{}}),mf=f.forwardRef((e,t)=>{const{value:n,onValueChange:r,...o}=e,s=Zt(r);return i.jsx(dC,{scope:e.__scopeMenu,value:n,onValueChange:s,children:i.jsx(vc,{...o,ref:t})})});mf.displayName=Nf;var Cf="MenuRadioItem",gf=f.forwardRef((e,t)=>{const{value:n,...r}=e,o=uC(Cf,e.__scopeMenu),s=n===o.value;return i.jsx(Lf,{scope:e.__scopeMenu,checked:s,children:i.jsx(yi,{role:"menuitemradio","aria-checked":s,...r,ref:t,"data-state":wc(s),onSelect:le(r.onSelect,()=>{var a;return(a=o.onValueChange)==null?void 0:a.call(o,n)},{checkForDefaultPrevented:!1})})})});gf.displayName=Cf;var Uc="MenuItemIndicator",[Lf,TC]=Ln(Uc,{checked:!1}),_f=f.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:r,...o}=e,s=TC(Uc,n);return i.jsx(Qe,{present:r||Ys(s.checked)||s.checked===!0,children:i.jsx(Oe.span,{...o,ref:t,"data-state":wc(s.checked)})})});_f.displayName=Uc;var SC="MenuSeparator",xf=f.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return i.jsx(Oe.div,{role:"separator","aria-orientation":"horizontal",...r,ref:t})});xf.displayName=SC;var fC="MenuArrow",yf=f.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,o=yc(n);return i.jsx(hc,{...o,...r,ref:t})});yf.displayName=fC;var RC="MenuSub",[Pj,Df]=Ln(RC),br="MenuSubTrigger",Mf=f.forwardRef((e,t)=>{const n=_n(br,e.__scopeMenu),r=fo(br,e.__scopeMenu),o=Df(br,e.__scopeMenu),s=Pc(br,e.__scopeMenu),a=f.useRef(null),{pointerGraceTimerRef:l,onPointerGraceIntentChange:E}=s,c={__scopeMenu:e.__scopeMenu},d=f.useCallback(()=>{a.current&&window.clearTimeout(a.current),a.current=null},[]);return f.useEffect(()=>d,[d]),f.useEffect(()=>{const u=l.current;return()=>{window.clearTimeout(u),E(null)}},[l,E]),i.jsx(Dc,{asChild:!0,...c,children:i.jsx(hf,{id:o.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":o.contentId,"data-state":vf(n.open),...e,ref:Ri(t,o.onTriggerChange),onClick:u=>{var T;(T=e.onClick)==null||T.call(e,u),!(e.disabled||u.defaultPrevented)&&(u.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:le(e.onPointerMove,$r(u=>{s.onItemEnter(u),!u.defaultPrevented&&!e.disabled&&!n.open&&!a.current&&(s.onPointerGraceIntentChange(null),a.current=window.setTimeout(()=>{n.onOpenChange(!0),d()},100))})),onPointerLeave:le(e.onPointerLeave,$r(u=>{var S,I;d();const T=(S=n.content)==null?void 0:S.getBoundingClientRect();if(T){const p=(I=n.content)==null?void 0:I.dataset.side,R=p==="right",A=R?-5:5,h=T[R?"left":"right"],O=T[R?"right":"left"];s.onPointerGraceIntentChange({area:[{x:u.clientX+A,y:u.clientY},{x:h,y:T.top},{x:O,y:T.top},{x:O,y:T.bottom},{x:h,y:T.bottom}],side:p}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(u),u.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:le(e.onKeyDown,u=>{var S;const T=s.searchRef.current!=="";e.disabled||T&&u.key===" "||Qm[r.dir].includes(u.key)&&(n.onOpenChange(!0),(S=n.content)==null||S.focus(),u.preventDefault())})})})});Mf.displayName=br;var Pf="MenuSubContent",bf=f.forwardRef((e,t)=>{const n=Rf(qe,e.__scopeMenu),{forceMount:r=n.forceMount,...o}=e,s=_n(qe,e.__scopeMenu),a=fo(qe,e.__scopeMenu),l=Df(Pf,e.__scopeMenu),E=f.useRef(null),c=ge(t,E);return i.jsx(Vr.Provider,{scope:e.__scopeMenu,children:i.jsx(Qe,{present:r||s.open,children:i.jsx(Vr.Slot,{scope:e.__scopeMenu,children:i.jsx(bc,{id:l.contentId,"aria-labelledby":l.triggerId,...o,ref:c,align:"start",side:a.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:d=>{var u;a.isUsingKeyboardRef.current&&((u=E.current)==null||u.focus()),d.preventDefault()},onCloseAutoFocus:d=>d.preventDefault(),onFocusOutside:le(e.onFocusOutside,d=>{d.target!==l.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:le(e.onEscapeKeyDown,d=>{a.onClose(),d.preventDefault()}),onKeyDown:le(e.onKeyDown,d=>{var S;const u=d.currentTarget.contains(d.target),T=Zm[a.dir].includes(d.key);u&&T&&(s.onOpenChange(!1),(S=l.trigger)==null||S.focus(),d.preventDefault())})})})})})});bf.displayName=Pf;function vf(e){return e?"open":"closed"}function Ys(e){return e==="indeterminate"}function wc(e){return Ys(e)?"indeterminate":e?"checked":"unchecked"}function AC(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function pC(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function IC(e,t,n){const o=t.length>1&&Array.from(t).every(c=>c===t[0])?t[0]:t,s=n?e.indexOf(n):-1;let a=pC(e,Math.max(s,0));o.length===1&&(a=a.filter(c=>c!==n));const E=a.find(c=>c.toLowerCase().startsWith(o.toLowerCase()));return E!==n?E:void 0}function hC(e,t){const{x:n,y:r}=e;let o=!1;for(let s=0,a=t.length-1;s<t.length;a=s++){const l=t[s],E=t[a],c=l.x,d=l.y,u=E.x,T=E.y;d>r!=T>r&&n<(u-c)*(r-d)/(T-d)+c&&(o=!o)}return o}function OC(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return hC(n,t)}function $r(e){return t=>t.pointerType==="mouse"?e(t):void 0}var NC=Dc,mC=Af,CC=pf,gC=vc,LC=If,_C=yi,xC=Of,yC=mf,DC=gf,MC=_f,PC=xf,bC=yf,vC=Mf,UC=bf,Uf="DropdownMenu",[wC]=an(Uf,[Sf]),He=Sf(),[bj,wf]=wC(Uf),Bf="DropdownMenuTrigger",BC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:r=!1,...o}=e,s=wf(Bf,n),a=He(n);return i.jsx(NC,{asChild:!0,...a,children:i.jsx(Oe.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":r?"":void 0,disabled:r,...o,ref:Ri(t,s.triggerRef),onPointerDown:le(e.onPointerDown,l=>{!r&&l.button===0&&l.ctrlKey===!1&&(s.onOpenToggle(),s.open||l.preventDefault())}),onKeyDown:le(e.onKeyDown,l=>{r||(["Enter"," "].includes(l.key)&&s.onOpenToggle(),l.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})})});BC.displayName=Bf;var FC="DropdownMenuPortal",Ff=e=>{const{__scopeDropdownMenu:t,...n}=e,r=He(t);return i.jsx(mC,{...r,...n})};Ff.displayName=FC;var Gf="DropdownMenuContent",Hf=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=wf(Gf,n),s=He(n),a=f.useRef(!1);return i.jsx(CC,{id:o.contentId,"aria-labelledby":o.triggerId,...s,...r,ref:t,onCloseAutoFocus:le(e.onCloseAutoFocus,l=>{var E;a.current||(E=o.triggerRef.current)==null||E.focus(),a.current=!1,l.preventDefault()}),onInteractOutside:le(e.onInteractOutside,l=>{const E=l.detail.originalEvent,c=E.button===0&&E.ctrlKey===!0,d=E.button===2||c;(!o.modal||d)&&(a.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Hf.displayName=Gf;var GC="DropdownMenuGroup",HC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(gC,{...o,...r,ref:t})});HC.displayName=GC;var kC="DropdownMenuLabel",kf=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(LC,{...o,...r,ref:t})});kf.displayName=kC;var jC="DropdownMenuItem",jf=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(_C,{...o,...r,ref:t})});jf.displayName=jC;var YC="DropdownMenuCheckboxItem",WC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(xC,{...o,...r,ref:t})});WC.displayName=YC;var VC="DropdownMenuRadioGroup",$C=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(yC,{...o,...r,ref:t})});$C.displayName=VC;var XC="DropdownMenuRadioItem",KC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(DC,{...o,...r,ref:t})});KC.displayName=XC;var zC="DropdownMenuItemIndicator",JC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(MC,{...o,...r,ref:t})});JC.displayName=zC;var qC="DropdownMenuSeparator",Yf=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(PC,{...o,...r,ref:t})});Yf.displayName=qC;var QC="DropdownMenuArrow",ZC=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(bC,{...o,...r,ref:t})});ZC.displayName=QC;var eg="DropdownMenuSubTrigger",tg=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(vC,{...o,...r,ref:t})});tg.displayName=eg;var ng="DropdownMenuSubContent",rg=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=He(n);return i.jsx(UC,{...o,...r,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});rg.displayName=ng;var og=Ff,sg=Hf,ig=kf,ag=jf,lg=Yf;const cg=f.forwardRef(({container:e,style:t,sideOffset:n=4,...r},o)=>i.jsx(og,{container:e,children:i.jsx(sg,{ref:o,sideOffset:n,style:{minWidth:180,background:Te("surfaceElevated"),color:Te("textPrimary"),border:`1px solid ${Te("borderDefault")}`,borderRadius:gn.md,boxShadow:Te("shadowMd"),padding:Ie[1],zIndex:jr.popover,...t},...r})}));cg.displayName="DropdownMenuContent";const Eg=f.forwardRef(({style:e,...t},n)=>i.jsx(ag,{ref:n,style:{display:"flex",alignItems:"center",gap:Ie[2],padding:`${Ie[1]} ${Ie[2]}`,fontSize:Ue.sm,borderRadius:gn.sm,cursor:"default",outline:"none",userSelect:"none",...e},...t}));Eg.displayName="DropdownMenuItem";const dg=f.forwardRef(({style:e,...t},n)=>i.jsx(lg,{ref:n,style:{height:1,background:Te("borderSubtle"),margin:`${Ie[1]} 0`,...e},...t}));dg.displayName="DropdownMenuSeparator";const ug=f.forwardRef(({style:e,...t},n)=>i.jsx(ig,{ref:n,style:{padding:`${Ie[1]} ${Ie[2]}`,fontSize:Ue.xs,color:Te("textMuted"),textTransform:"uppercase",letterSpacing:"0.04em",...e},...t}));ug.displayName="DropdownMenuLabel";var Wf="Popover",[Vf]=an(Wf,[Ar]),Di=Ar(),[vj,ln]=Vf(Wf),$f="PopoverAnchor",Tg=f.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=ln($f,n),s=Di(n),{onCustomAnchorAdd:a,onCustomAnchorRemove:l}=o;return f.useEffect(()=>(a(),()=>l()),[a,l]),i.jsx(Oi,{...s,...r,ref:t})});Tg.displayName=$f;var Xf="PopoverTrigger",Sg=f.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=ln(Xf,n),s=Di(n),a=ge(t,o.triggerRef),l=i.jsx(Oe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Qf(o.open),...r,ref:a,onClick:le(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?l:i.jsx(Oi,{asChild:!0,...s,children:l})});Sg.displayName=Xf;var Bc="PopoverPortal",[fg,Rg]=Vf(Bc,{forceMount:void 0}),Kf=e=>{const{__scopePopover:t,forceMount:n,children:r,container:o}=e,s=ln(Bc,t);return i.jsx(fg,{scope:t,forceMount:n,children:i.jsx(Qe,{present:n||s.open,children:i.jsx(uo,{asChild:!0,container:o,children:r})})})};Kf.displayName=Bc;var or="PopoverContent",zf=f.forwardRef((e,t)=>{const n=Rg(or,e.__scopePopover),{forceMount:r=n.forceMount,...o}=e,s=ln(or,e.__scopePopover);return i.jsx(Qe,{present:r||s.open,children:s.modal?i.jsx(pg,{...o,ref:t}):i.jsx(Ig,{...o,ref:t})})});zf.displayName=or;var Ag=tr("PopoverContent.RemoveScroll"),pg=f.forwardRef((e,t)=>{const n=ln(or,e.__scopePopover),r=f.useRef(null),o=ge(t,r),s=f.useRef(!1);return f.useEffect(()=>{const a=r.current;if(a)return gc(a)},[]),i.jsx(Li,{as:Ag,allowPinchZoom:!0,children:i.jsx(Jf,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:le(e.onCloseAutoFocus,a=>{var l;a.preventDefault(),s.current||(l=n.triggerRef.current)==null||l.focus()}),onPointerDownOutside:le(e.onPointerDownOutside,a=>{const l=a.detail.originalEvent,E=l.button===0&&l.ctrlKey===!0,c=l.button===2||E;s.current=c},{checkForDefaultPrevented:!1}),onFocusOutside:le(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),Ig=f.forwardRef((e,t)=>{const n=ln(or,e.__scopePopover),r=f.useRef(!1),o=f.useRef(!1);return i.jsx(Jf,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{var a,l;(a=e.onCloseAutoFocus)==null||a.call(e,s),s.defaultPrevented||(r.current||(l=n.triggerRef.current)==null||l.focus(),s.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:s=>{var E,c;(E=e.onInteractOutside)==null||E.call(e,s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=s.target;((c=n.triggerRef.current)==null?void 0:c.contains(a))&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&o.current&&s.preventDefault()}})}),Jf=f.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:s,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:E,onFocusOutside:c,onInteractOutside:d,...u}=e,T=ln(or,n),S=Di(n);return Cc(),i.jsx(Ci,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:s,children:i.jsx(co,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:d,onEscapeKeyDown:l,onPointerDownOutside:E,onFocusOutside:c,onDismiss:()=>T.onOpenChange(!1),children:i.jsx(Ic,{"data-state":Qf(T.open),role:"dialog",id:T.contentId,...S,...u,ref:t,style:{...u.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),qf="PopoverClose",hg=f.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=ln(qf,n);return i.jsx(Oe.button,{type:"button",...r,ref:t,onClick:le(e.onClick,()=>o.onOpenChange(!1))})});hg.displayName=qf;var Og="PopoverArrow",Ng=f.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=Di(n);return i.jsx(hc,{...o,...r,ref:t})});Ng.displayName=Og;function Qf(e){return e?"open":"closed"}var mg=Kf,Cg=zf;const gg=f.forwardRef(({container:e,style:t,sideOffset:n=6,...r},o)=>i.jsx(mg,{container:e,children:i.jsx(Cg,{ref:o,sideOffset:n,style:{background:Te("surfaceElevated"),color:Te("textPrimary"),border:`1px solid ${Te("borderDefault")}`,borderRadius:gn.md,boxShadow:Te("shadowMd"),padding:Ie[3],zIndex:jr.popover,minWidth:220,...t},...r})}));gg.displayName="PopoverContent";const qE=e=>{let t;const n=new Set,r=(c,d)=>{const u=typeof c=="function"?c(t):c;if(!Object.is(u,t)){const T=t;t=d??(typeof u!="object"||u===null)?u:Object.assign({},t,u),n.forEach(S=>S(t,T))}},o=()=>t,l={setState:r,getState:o,getInitialState:()=>E,subscribe:c=>(n.add(c),()=>n.delete(c))},E=t=e(r,o,l);return l},Lg=(e=>e?qE(e):qE),_g=e=>e;function xg(e,t=_g){const n=Ce.useSyncExternalStore(e.subscribe,Ce.useCallback(()=>t(e.getState()),[e,t]),Ce.useCallback(()=>t(e.getInitialState()),[e,t]));return Ce.useDebugValue(n),n}const QE=e=>{const t=Lg(e),n=r=>xg(t,r);return Object.assign(n,t),n},yg=(e=>e?QE(e):QE),ZE=e=>Symbol.iterator in e,ed=e=>"entries"in e,td=(e,t)=>{const n=e instanceof Map?e:new Map(e.entries()),r=t instanceof Map?t:new Map(t.entries());if(n.size!==r.size)return!1;for(const[o,s]of n)if(!r.has(o)||!Object.is(s,r.get(o)))return!1;return!0},Dg=(e,t)=>{const n=e[Symbol.iterator](),r=t[Symbol.iterator]();let o=n.next(),s=r.next();for(;!o.done&&!s.done;){if(!Object.is(o.value,s.value))return!1;o=n.next(),s=r.next()}return!!o.done&&!!s.done};function Mg(e,t){return Object.is(e,t)?!0:typeof e!="object"||e===null||typeof t!="object"||t===null||Object.getPrototypeOf(e)!==Object.getPrototypeOf(t)?!1:ZE(e)&&ZE(t)?ed(e)&&ed(t)?td(e,t):Dg(e,t):td({entries:()=>Object.entries(e)},{entries:()=>Object.entries(t)})}function Pg(e){const t=Ce.useRef(void 0);return n=>{const r=e(n);return Mg(t.current,r)?t.current:t.current=r}}const bg={mainView:"notebook",themeMode:"dark",sidebarPanel:"files",sidebarOpen:!0,files:[],filesLoading:!1,activeFile:null,cells:[],notebookTitle:"",notebookMetadata:{},notebookDirty:!1,schemaTables:[],schemaLoading:!1,semanticLayer:{available:!1,provider:null,metrics:[],dimensions:[],hierarchies:[],domains:[],tags:[],favorites:[],recentlyUsed:[],loading:!1,lastSyncTime:null},devPanelOpen:!1,devPanelTab:"logs",queryLog:[],newNotebookModalOpen:!1,newBlockModalOpen:!1,autoSave:!1,executionCounter:0,savingFile:!1,lineageFullscreen:!1,lineageFocusNodeId:null,dashboardMode:!1,activeBlockPath:null,blockStudioDraft:"",blockStudioDirty:!1,blockStudioPreview:null,blockStudioValidation:null,blockStudioMetadata:null,blockStudioCatalog:null,blockStudioCatalogLoading:!1,inspectorOpen:!1,inspectorContext:null};function vg(e,t){var n,r;switch(t.type){case"SET_MAIN_VIEW":return{...e,mainView:t.view,lineageFullscreen:!1,lineageFocusNodeId:null};case"SET_THEME":return{...e,themeMode:t.mode};case"SET_SIDEBAR_PANEL":return{...e,sidebarPanel:t.panel,sidebarOpen:t.panel!==null&&t.panel!=="connection"&&t.panel!=="reference",lineageFullscreen:!1,lineageFocusNodeId:null,mainView:t.panel==="connection"?"connection":t.panel==="reference"?"reference":((n=e.activeFile)==null?void 0:n.type)==="block"?"block_studio":"notebook"};case"TOGGLE_SIDEBAR":return{...e,sidebarOpen:!e.sidebarOpen};case"SET_FILES":return{...e,files:t.files};case"SET_FILES_LOADING":return{...e,filesLoading:t.loading};case"OPEN_FILE":return{...e,activeFile:t.file,cells:t.cells,notebookTitle:t.title,notebookMetadata:t.metadata??{},notebookDirty:!1,mainView:t.file.type==="block"?"block_studio":"notebook",activeBlockPath:t.file.type==="block"?t.file.path:null,blockStudioDraft:t.file.type==="block"?e.blockStudioDraft:"",blockStudioDirty:!1,blockStudioPreview:t.file.type==="block"?e.blockStudioPreview:null,blockStudioValidation:t.file.type==="block"?e.blockStudioValidation:null,blockStudioMetadata:t.file.type==="block"?e.blockStudioMetadata:null,lineageFullscreen:!1,lineageFocusNodeId:null};case"OPEN_BLOCK_STUDIO":return{...e,activeFile:t.file,cells:[],notebookTitle:t.payload.metadata.name,notebookDirty:!1,mainView:"block_studio",dashboardMode:!1,activeBlockPath:t.payload.path,blockStudioDraft:t.payload.source,blockStudioDirty:!1,blockStudioPreview:null,blockStudioValidation:t.payload.validation,blockStudioMetadata:t.payload.metadata,lineageFullscreen:!1,lineageFocusNodeId:(r=t.payload.metadata)!=null&&r.name?`block:${t.payload.metadata.name}`:null};case"SET_CELLS":return{...e,cells:t.cells,notebookDirty:!0};case"UPDATE_NOTEBOOK_METADATA":{const o=e.notebookMetadata;let s=!1;for(const a of Object.keys(t.updates))if(o[a]!==t.updates[a]){s=!0;break}return s?{...e,notebookMetadata:{...o,...t.updates},notebookDirty:!0}:e}case"ADD_CELL":{if(!t.afterId)return{...e,cells:[...e.cells,t.cell],notebookDirty:!0};const o=e.cells.findIndex(a=>a.id===t.afterId);if(o===-1)return{...e,cells:[...e.cells,t.cell],notebookDirty:!0};const s=[...e.cells];return s.splice(o+1,0,t.cell),{...e,cells:s,notebookDirty:!0}}case"UPDATE_CELL":{const o=e.cells.map(a=>a.id===t.id?{...a,...t.updates}:a),s=t.updates.executionCount!==void 0?e.executionCounter+1:e.executionCounter;return{...e,cells:o,notebookDirty:!0,executionCounter:s}}case"DELETE_CELL":return{...e,cells:e.cells.filter(o=>o.id!==t.id),notebookDirty:!0};case"MOVE_CELL":{const o=e.cells.findIndex(a=>a.id===t.id);if(o===-1)return e;const s=[...e.cells];return t.direction==="up"&&o>0?[s[o-1],s[o]]=[s[o],s[o-1]]:t.direction==="down"&&o<s.length-1&&([s[o],s[o+1]]=[s[o+1],s[o]]),{...e,cells:s,notebookDirty:!0}}case"REORDER_CELL":{const{fromIndex:o,toIndex:s}=t;if(o===s||o<0||s<0||o>=e.cells.length||s>=e.cells.length)return e;const a=[...e.cells],[l]=a.splice(o,1);return a.splice(s,0,l),{...e,cells:a,notebookDirty:!0}}case"SET_SCHEMA":return{...e,schemaTables:t.tables};case"SET_SCHEMA_LOADING":return{...e,schemaLoading:t.loading};case"TOGGLE_SCHEMA_TABLE":return{...e,schemaTables:e.schemaTables.map(o=>o.name===t.tableName?{...o,expanded:!o.expanded}:o)};case"TOGGLE_DEV_PANEL":return{...e,devPanelOpen:!e.devPanelOpen};case"SET_DEV_PANEL_TAB":return{...e,devPanelTab:t.tab};case"APPEND_QUERY_LOG":return{...e,queryLog:[...e.queryLog,t.entry]};case"OPEN_NEW_NOTEBOOK_MODAL":return{...e,newNotebookModalOpen:!0};case"CLOSE_NEW_NOTEBOOK_MODAL":return{...e,newNotebookModalOpen:!1};case"OPEN_NEW_BLOCK_MODAL":return{...e,newBlockModalOpen:!0};case"CLOSE_NEW_BLOCK_MODAL":return{...e,newBlockModalOpen:!1};case"SET_AUTO_SAVE":return{...e,autoSave:t.enabled};case"SET_NOTEBOOK_DIRTY":return{...e,notebookDirty:t.dirty};case"SET_SAVING":return{...e,savingFile:t.saving};case"FILE_ADDED":return{...e,files:[...e.files,t.file]};case"SET_TABLE_COLUMNS":return{...e,schemaTables:e.schemaTables.map(o=>o.name===t.tableName?{...o,columns:t.columns}:o)};case"SET_PARAM_VALUE":return{...e,cells:e.cells.map(o=>o.id===t.id?{...o,paramValue:t.value}:o),notebookDirty:!0};case"SET_SEMANTIC_LAYER":return{...e,semanticLayer:{...t.layer,loading:!1}};case"SET_SEMANTIC_LOADING":return{...e,semanticLayer:{...e.semanticLayer,loading:t.loading}};case"SET_SEMANTIC_FAVORITES":return{...e,semanticLayer:{...e.semanticLayer,favorites:t.favorites}};case"ADD_SEMANTIC_RECENT":{const o=[t.name,...e.semanticLayer.recentlyUsed.filter(s=>s!==t.name)].slice(0,12);return{...e,semanticLayer:{...e.semanticLayer,recentlyUsed:o}}}case"SET_SEMANTIC_DOMAINS":return{...e,semanticLayer:{...e.semanticLayer,domains:t.domains,tags:t.tags,lastSyncTime:t.lastSyncTime??e.semanticLayer.lastSyncTime}};case"TOGGLE_LINEAGE_FULLSCREEN":return{...e,lineageFullscreen:!e.lineageFullscreen};case"SET_LINEAGE_FOCUS":return{...e,lineageFocusNodeId:t.nodeId};case"TOGGLE_DASHBOARD_MODE":return{...e,dashboardMode:!e.dashboardMode};case"SET_BLOCK_STUDIO_DRAFT":return{...e,blockStudioDraft:t.draft,blockStudioDirty:!0};case"SET_BLOCK_STUDIO_DIRTY":return{...e,blockStudioDirty:t.dirty};case"SET_BLOCK_STUDIO_PREVIEW":return{...e,blockStudioPreview:t.preview};case"SET_BLOCK_STUDIO_VALIDATION":return{...e,blockStudioValidation:t.validation};case"SET_BLOCK_STUDIO_METADATA":return{...e,blockStudioMetadata:t.metadata,notebookTitle:t.metadata.name,blockStudioDirty:!0};case"SET_BLOCK_STUDIO_CATALOG":return{...e,blockStudioCatalog:t.catalog};case"SET_BLOCK_STUDIO_CATALOG_LOADING":return{...e,blockStudioCatalogLoading:t.loading};case"TOGGLE_INSPECTOR":return{...e,inspectorOpen:!e.inspectorOpen};case"SET_INSPECTOR":return{...e,inspectorOpen:t.open,inspectorContext:t.context===void 0?e.inspectorContext:t.context};case"SET_INSPECTOR_CONTEXT":return{...e,inspectorContext:t.context,inspectorOpen:t.context!==null?!0:e.inspectorOpen};default:return e}}const nd=yg((e,t)=>({...bg,dispatch:n=>{const r=vg(t(),n);e(r)}})),Ug=f.createContext(null);function wg({children:e}){return i.jsx(i.Fragment,{children:e})}function ue(){const e=nd(Pg(r=>{const{dispatch:o,...s}=r;return s})),t=nd(r=>r.dispatch);return f.useContext(Ug)??{state:e,dispatch:t}}function Dt(){return`cell_${Date.now()}_${Math.random().toString(36).slice(2,8)}`}function Ve(e,t=""){const n={id:Dt(),type:e,content:t,status:"idle"};return e==="param"&&(n.content="",n.paramConfig={paramType:"text",label:"Parameter",defaultValue:"",options:[]}),e==="chart"&&(n.chartConfig={chart:"bar"}),e==="filter"&&(n.filterConfig={mode:"keep",groups:[{id:`g_${Math.random().toString(36).slice(2,8)}`,combinator:"and",rules:[]}]}),e==="pivot"&&(n.pivotConfig={rows:[],columns:[],values:[]}),e==="single_value"&&(n.singleValueConfig={aggregation:"count",format:"number"}),e==="table"&&(n.tableConfig={}),e==="chat"&&(n.chatConfig={provider:"claude-agent-sdk",history:[]}),n}function Bg(e,t){if(!t)return 1;const n=(e.label+" "+e.group+" "+(e.keywords||"")).toLowerCase(),r=t.toLowerCase();if(n.includes(r))return 100-n.indexOf(r);let o=0;for(const s of n)if(s===r[o]&&o++,o===r.length)return 10;return 0}function Fg({open:e,onClose:t}){const{state:n,dispatch:r}=ue(),[o,s]=f.useState(""),[a,l]=f.useState(0),E=f.useRef(null);f.useEffect(()=>{e&&(s(""),l(0))},[e]);const c=f.useMemo(()=>{const S=h=>r(h),I=()=>t(),p=h=>()=>{h(),I()},R=[["Files","files"],["Schema","schema"],["Lineage","lineage"],["Git","git"],["Block Library","block_library"],["Connections","connection"],["Reference","reference"]];return[{id:"sidebar.toggle",label:n.sidebarOpen?"Hide sidebar":"Show sidebar",group:"View",shortcut:"⌘B",run:p(()=>S({type:"TOGGLE_SIDEBAR"}))},{id:"theme.toggle",label:n.themeMode==="dark"?"Switch to light theme":"Switch to dark theme",group:"View",keywords:"appearance color mode",run:p(()=>S({type:"SET_THEME",mode:n.themeMode==="dark"?"light":"dark"}))},{id:"inspector.toggle",label:n.inspectorOpen?"Hide inspector":"Show inspector",group:"View",shortcut:"⌘⇧I",run:p(()=>S({type:"TOGGLE_INSPECTOR"}))},{id:"dashboard.toggle",label:n.dashboardMode?"Exit dashboard mode":"Enter dashboard mode",group:"View",shortcut:"⌘D",run:p(()=>S({type:"TOGGLE_DASHBOARD_MODE"}))},{id:"dev.toggle",label:"Toggle dev panel",group:"View",shortcut:"⌘J",run:p(()=>S({type:"TOGGLE_DEV_PANEL"}))},{id:"lineage.fullscreen",label:n.lineageFullscreen?"Exit full-screen lineage":"Open full-screen lineage",group:"Lineage",keywords:"graph dag",run:p(()=>S({type:"TOGGLE_LINEAGE_FULLSCREEN"}))},...R.map(([h,O])=>({id:`panel.${O}`,label:`Go to ${h}`,group:"Navigate",run:p(()=>{S({type:"SET_SIDEBAR_PANEL",panel:O}),n.sidebarOpen||S({type:"TOGGLE_SIDEBAR"})})})),{id:"notebook.new",label:"New notebook…",group:"Create",run:p(()=>S({type:"OPEN_NEW_NOTEBOOK_MODAL"}))},{id:"block.new",label:"New block…",group:"Create",run:p(()=>S({type:"OPEN_NEW_BLOCK_MODAL"}))}]},[n.sidebarOpen,n.themeMode,n.dashboardMode,n.lineageFullscreen,n.inspectorOpen,r,t]),d=f.useMemo(()=>{const S=c.map(I=>({a:I,s:Bg(I,o)})).filter(I=>I.s>0);return S.sort((I,p)=>p.s-I.s),S.map(I=>I.a)},[c,o]);f.useEffect(()=>{l(0)},[o]),f.useEffect(()=>{var I;const S=(I=E.current)==null?void 0:I.querySelector(`[data-palette-idx="${a}"]`);S==null||S.scrollIntoView({block:"nearest"})},[a]);const u=S=>{var I;S.key==="ArrowDown"?(S.preventDefault(),l(p=>Math.min(d.length-1,p+1))):S.key==="ArrowUp"?(S.preventDefault(),l(p=>Math.max(0,p-1))):S.key==="Enter"&&(S.preventDefault(),(I=d[a])==null||I.run())};let T="";return i.jsx(Mm,{open:e,onOpenChange:S=>!S&&t(),children:i.jsxs(Pm,{children:[i.jsx(bm,{style:{position:"fixed",inset:0,background:Te("surfaceOverlay"),zIndex:jr.overlay}}),i.jsxs(vm,{"aria-label":"Command palette",style:{position:"fixed",top:"18vh",left:"50%",transform:"translateX(-50%)",width:"92vw",maxWidth:620,background:Te("surfaceRaised"),color:Te("textPrimary"),border:`1px solid ${Te("borderDefault")}`,borderRadius:gn.lg,boxShadow:Te("shadowLg"),zIndex:jr.modal,display:"flex",flexDirection:"column",overflow:"hidden"},onKeyDown:u,children:[i.jsx(Um,{style:{position:"absolute",left:-9999},children:"Command palette"}),i.jsx("input",{autoFocus:!0,value:o,onChange:S=>s(S.target.value),placeholder:"Type a command…",style:{padding:`${Ie[3]}px ${Ie[4]}px`,border:"none",outline:"none",background:"transparent",color:Te("textPrimary"),fontSize:Ue.md,borderBottom:`1px solid ${Te("borderSubtle")}`}}),i.jsxs("div",{ref:E,style:{maxHeight:360,overflowY:"auto",padding:`${Ie[1]}px 0`},children:[d.length===0&&i.jsx("div",{style:{padding:Ie[4],fontSize:Ue.sm,color:Te("textMuted"),textAlign:"center"},children:"No matching commands"}),d.map((S,I)=>{const p=S.group!==T;T=S.group;const R=I===a;return i.jsxs(Ce.Fragment,{children:[p&&i.jsx("div",{style:{padding:`${Ie[2]}px ${Ie[4]}px ${Ie[1]}px`,fontSize:Ue.xs,fontWeight:cc.medium,textTransform:"uppercase",letterSpacing:.5,color:Te("textMuted")},children:S.group}),i.jsxs("div",{"data-palette-idx":I,role:"option","aria-selected":R,onMouseEnter:()=>l(I),onMouseDown:A=>{A.preventDefault(),S.run()},style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:`${Ie[2]}px ${Ie[4]}px`,fontSize:Ue.sm,cursor:"pointer",background:R?Te("surfaceHover"):"transparent",color:Te("textPrimary")},children:[i.jsx("span",{children:S.label}),S.shortcut&&i.jsx("span",{style:{fontSize:Ue.xs,color:Te("textMuted"),fontFamily:"var(--dql-font-mono, monospace)"},children:S.shortcut})]})]},S.id)})]})]})]})})}const Gg=window.location.origin;async function ie(e,t){const n=await fetch(`${Gg}${e}`,{headers:{"Content-Type":"application/json"},...t});if(!n.ok){const r=await n.text().catch(()=>n.statusText);throw new Error(r||`HTTP ${n.status}`)}if(n.status!==204)return n.json()}const ee={async listNotebooks(){try{return await ie("/api/notebooks")}catch{return[]}},async readNotebook(e){return ie(`/api/notebook-content?path=${encodeURIComponent(e)}`)},async createNotebook(e,t){return ie("/api/notebooks",{method:"POST",body:JSON.stringify({name:e,template:t})})},async createBlock(e){return ie("/api/blocks",{method:"POST",body:JSON.stringify({name:e})})},async getBlockLibrary(){try{return await ie("/api/blocks/library")}catch{return{blocks:[]}}},async updateBlockStatus(e,t){return ie("/api/blocks/status",{method:"POST",body:JSON.stringify({path:e,newStatus:t})})},async getBlockHistory(e){try{return await ie(`/api/blocks/history?path=${encodeURIComponent(e)}`)}catch{return{entries:[]}}},async runBlockTests(e,t){return ie("/api/blocks/run-tests",{method:"POST",body:JSON.stringify({source:e,path:t})})},async getBlockStudioCatalog(){return ie("/api/block-studio/catalog")},async openBlockStudio(e){return ie(`/api/block-studio/open?path=${encodeURIComponent(e)}`)},async validateBlockStudio(e,t){return ie("/api/block-studio/validate",{method:"POST",body:JSON.stringify({source:e,path:t})})},async runBlockStudio(e,t){return ie("/api/block-studio/run",{method:"POST",body:JSON.stringify({source:e,path:t})})},async saveBlockStudio(e){return ie("/api/block-studio/save",{method:"POST",body:JSON.stringify(e)})},async saveAsBlock(e){return ie("/api/blocks/save-from-cell",{method:"POST",body:JSON.stringify(e)})},async getBlockTemplates(){try{return(await ie("/api/blocks/templates")).templates}catch{return[]}},async listBlocks(e){try{return(await ie("/api/notebooks")).filter(n=>n.type==="block"&&(!e||n.path.startsWith(`blocks/${e}/`)))}catch{return[]}},async saveNotebook(e,t){return ie("/api/notebook-content",{method:"PUT",body:JSON.stringify({path:e,content:t})})},async executeQuery(e,t){var s;const n=await ie("/api/query",{method:"POST",body:JSON.stringify({sql:e}),signal:t}),r=Array.isArray(n==null?void 0:n.columns)?n.columns.map(a=>typeof a=="string"?a:typeof(a==null?void 0:a.name)=="string"?a.name:String(a)):[],o=n!=null&&n.semanticRefs&&typeof n.semanticRefs=="object"?{metrics:Array.isArray(n.semanticRefs.metrics)?n.semanticRefs.metrics.map(String):[],dimensions:Array.isArray(n.semanticRefs.dimensions)?n.semanticRefs.dimensions.map(String):[]}:void 0;return{columns:r,rows:Array.isArray(n==null?void 0:n.rows)?n.rows:[],rowCount:(n==null?void 0:n.rowCount)??((s=n==null?void 0:n.rows)==null?void 0:s.length)??0,executionTime:(n==null?void 0:n.executionTime)??(n==null?void 0:n.executionTimeMs)??0,...o?{semanticRefs:o}:{}}},async getSchema(){try{return await ie("/api/schema")}catch{return[]}},async getConnections(){try{return await ie("/api/connections")}catch{return{default:"unknown",connections:{}}}},async saveConnections(e){return ie("/api/connections",{method:"PUT",body:JSON.stringify({connections:e})})},async testConnection(){try{return await ie("/api/test-connection",{method:"POST",body:JSON.stringify({})})}catch(e){return{ok:!1,message:e.message??"Connection failed"}}},async getSemanticLayer(){try{return await ie("/api/semantic-layer")}catch{return{available:!1,provider:null,metrics:[],dimensions:[],hierarchies:[],domains:[],tags:[],favorites:[],recentlyUsed:[],lastSyncTime:null}}},async getSemanticTree(){return(await ie("/api/semantic-layer/tree")).tree},async getSemanticObject(e){return ie(`/api/semantic-layer/object/${encodeURIComponent(e)}`)},async importSemanticLayer(e){return ie("/api/semantic-layer/import",{method:"POST",body:JSON.stringify(e)})},async syncSemanticLayer(){return ie("/api/semantic-layer/sync",{method:"POST",body:JSON.stringify({})})},async previewSemanticImport(e){return ie("/api/semantic-layer/import-preview",{method:"POST",body:JSON.stringify(e)})},async previewSyncDiff(){return ie("/api/semantic-layer/sync-preview",{method:"POST",body:JSON.stringify({})})},async searchSemanticLayer(e){const t=new URLSearchParams;e.query&&t.set("q",e.query),e.domain&&t.set("domain",e.domain),e.tag&&t.set("tag",e.tag),e.type&&t.set("type",e.type);try{return await ie(`/api/semantic-layer/search?${t.toString()}`)}catch{return{metrics:[],dimensions:[],hierarchies:[]}}},async getFavorites(){try{return(await ie("/api/user-prefs/favorites")).favorites}catch{return[]}},async toggleFavorite(e){return(await ie("/api/user-prefs/favorites",{method:"POST",body:JSON.stringify({name:e})})).favorites},async getRecentlyUsed(){try{return(await ie("/api/user-prefs/recent")).recentlyUsed}catch{return[]}},async trackUsage(e){try{return(await ie("/api/user-prefs/recent",{method:"POST",body:JSON.stringify({name:e})})).recentlyUsed}catch{return[]}},async getCompatibleDimensions(e){const t=new URLSearchParams;e.length>0&&t.set("metrics",e.join(","));try{return(await ie(`/api/semantic-layer/compatible-dims?${t.toString()}`)).dimensions}catch{return[]}},async composeQuery(e,t,n){try{return await ie("/api/semantic-query",{method:"POST",body:JSON.stringify({metrics:e,dimensions:t,timeDimension:n})})}catch(r){return{error:r.message??"Failed to compose query"}}},async previewSemanticBuilder(e){try{return await ie("/api/semantic-builder/preview",{method:"POST",body:JSON.stringify(e)})}catch(t){return{error:t.message??"Failed to preview semantic block"}}},async saveSemanticBuilder(e){return ie("/api/semantic-builder/save",{method:"POST",body:JSON.stringify(e)})},async createMetric(e){try{return await ie("/api/semantic-layer/metric",{method:"POST",body:JSON.stringify(e)})}catch(t){return{ok:!1,error:t.message??"Failed to create metric"}}},async describeTable(e){const t=e.split("."),n=t.length>1?t[t.length-1]:e,r=t.length>1?t.slice(0,-1).join("."):"",o=new URLSearchParams({table:n});r&&o.set("schema",r);try{return await ie(`/api/describe-table?${o.toString()}`)}catch{return[]}},async fetchLineage(){try{return await ie("/api/lineage")}catch{return{nodes:[],edges:[]}}},async searchLineage(e){try{return await ie(`/api/lineage/search?q=${encodeURIComponent(e)}`)}catch{return{matches:[]}}},async queryLineage(e){var n;const t=new URLSearchParams;e.focus&&t.set("focus",e.focus),e.search&&t.set("search",e.search),(n=e.types)!=null&&n.length&&t.set("types",e.types.join(",")),e.domain&&t.set("domain",e.domain),e.upstreamDepth!==void 0&&t.set("upstreamDepth",String(e.upstreamDepth)),e.downstreamDepth!==void 0&&t.set("downstreamDepth",String(e.downstreamDepth));try{return await ie(`/api/lineage/query?${t.toString()}`)}catch{return{graph:{nodes:[],edges:[]},matches:[]}}},async fetchLineageNode(e){try{return await ie(`/api/lineage/node/${encodeURIComponent(e)}`)}catch{return null}},async fetchBlockLineage(e){try{return await ie(`/api/lineage/block/${encodeURIComponent(e)}`)}catch{return null}},async fetchImpactAnalysis(e){try{return await ie(`/api/lineage/impact/${encodeURIComponent(e)}`)}catch{return null}},async fetchLineagePaths(e,t){try{const n=new URLSearchParams;t!=null&&t.maxDepth&&n.set("maxDepth",String(t.maxDepth)),t!=null&&t.maxPaths&&n.set("maxPaths",String(t.maxPaths));const r=n.toString(),o=`/api/lineage/paths/${encodeURIComponent(e)}${r?`?${r}`:""}`;return await ie(o)}catch{return null}},async fetchGitStatus(){try{return await ie("/api/git/status")}catch{return{inRepo:!1,branch:null,ahead:0,behind:0,changes:[]}}},async fetchGitLog(e=20){try{return await ie(`/api/git/log?limit=${e}`)}catch{return{inRepo:!1,commits:[]}}},async fetchRunSnapshot(e){try{return await ie(`/api/run-snapshot?path=${encodeURIComponent(e)}`)}catch{return{found:!1,snapshot:null}}},async saveRunSnapshot(e,t){await ie("/api/run-snapshot",{method:"PUT",body:JSON.stringify({path:e,snapshot:t})})},async fetchGitDiff(e){try{const t=e?`?path=${encodeURIComponent(e)}`:"";return await ie(`/api/git/diff${t}`)}catch{return{inRepo:!1,diff:"",before:null,after:null,diffReport:null}}}};function Hg(){const{state:e,dispatch:t}=ue(),n=e.inspectorContext;return i.jsxs("aside",{"aria-label":"Inspector",style:{width:320,borderLeft:`1px solid ${Te("borderSubtle")}`,background:Te("surfaceBase"),color:Te("textPrimary"),display:"flex",flexDirection:"column",overflow:"hidden",flexShrink:0},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:`${Ie[3]}px ${Ie[4]}px`,borderBottom:`1px solid ${Te("borderSubtle")}`},children:[i.jsx("div",{style:{fontSize:Ue.sm,fontWeight:cc.semibold},children:n?kg(n):"Inspector"}),i.jsx("button",{onClick:()=>t({type:"SET_INSPECTOR",open:!1}),"aria-label":"Close inspector",style:{background:"transparent",border:"none",color:Te("textMuted"),cursor:"pointer",fontSize:Ue.md,padding:2,borderRadius:gn.sm},children:"×"})]}),i.jsx("div",{style:{flex:1,overflow:"auto",padding:Ie[4]},children:n?i.jsx(jg,{context:n}):i.jsx($g,{})})]})}function kg(e){switch(e.kind){case"cell":return"Cell";case"lineage-node":return"Lineage node";case"metric":return"Metric"}}function jg({context:e}){return e.kind==="cell"?i.jsx(Yg,{cellId:e.cellId}):e.kind==="lineage-node"?i.jsx(Wg,{nodeId:e.nodeId}):i.jsx(Vg,{name:e.name})}function Yg({cellId:e}){const{state:t}=ue(),n=t.cells.find(r=>r.id===e);return n?i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ie[3],fontSize:Ue.sm},children:[i.jsx(We,{label:"Type",children:n.type}),i.jsx(We,{label:"ID",children:i.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)"},children:n.id})}),i.jsxs(We,{label:"Length",children:[n.content.length," chars"]}),n.status&&i.jsx(We,{label:"Status",children:n.status})]}):i.jsx(Ws,{children:"No matching cell in the active notebook."})}function Wg({nodeId:e}){const[t,n]=f.useState(null),[r,o]=f.useState(!0);if(f.useEffect(()=>{let a=!1;return o(!0),ee.fetchLineageNode(e).then(l=>{a||(n(l),o(!1))}).catch(()=>{a||o(!1)}),()=>{a=!0}},[e]),r)return i.jsx(Ws,{children:"Loading node…"});if(!t||!t.node)return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ie[3]},children:[i.jsx(We,{label:"Node ID",children:i.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)"},children:e})}),i.jsx(Ws,{children:"No metadata available for this node."})]});const s=t.node;return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ie[3]},children:[i.jsx(We,{label:"Name",children:s.name??e}),i.jsx(We,{label:"Type",children:s.type}),s.domain&&i.jsx(We,{label:"Domain",children:s.domain}),s.layer&&i.jsx(We,{label:"Layer",children:s.layer}),i.jsx(We,{label:"Upstream",children:t.incoming.length}),i.jsx(We,{label:"Downstream",children:t.outgoing.length}),s.path&&i.jsx(We,{label:"Path",children:i.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)",fontSize:Ue.xs},children:s.path})})]})}function Vg({name:e}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ie[3]},children:[i.jsx(We,{label:"Metric",children:e}),i.jsx(Ws,{children:"Definition, dimensions, and governance surface will render here."})]})}function We({label:e,children:t}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[i.jsx("div",{style:{fontSize:Ue.xs,color:Te("textMuted"),textTransform:"uppercase",letterSpacing:.5,fontWeight:cc.medium},children:e}),i.jsx("div",{style:{fontSize:Ue.sm,color:Te("textPrimary")},children:t})]})}function Ws({children:e}){return i.jsx("div",{style:{fontSize:Ue.sm,color:Te("textSecondary"),lineHeight:1.5,background:Te("surfaceSunken"),border:`1px solid ${Te("borderSubtle")}`,borderRadius:gn.md,padding:Ie[3]},children:e})}function $g(){return i.jsx("div",{style:{fontSize:Ue.sm,color:Te("textMuted"),lineHeight:1.5},children:"Select a cell, lineage node, or metric to inspect its details here."})}const Xg={appBg:"#0a0a0c",sidebarBg:"#111114",activityBarBg:"#08080a",headerBg:"#111114",headerBorder:"#1d1d22",cellBg:"#131317",cellBorder:"#26262d",cellBorderActive:"#5b8def",cellBorderRunning:"#4ade80",textPrimary:"#f4f4f5",textSecondary:"#a0a0a8",textMuted:"#5a5a65",editorBg:"#0a0a0c",editorBorder:"#26262d",tableBorder:"#26262d",tableHeaderBg:"#17171c",tableRowHover:"#1a1a20",accent:"#5b8def",accentHover:"#7aa5ff",success:"#4ade80",error:"#f87171",warning:"#fbbf24",btnBg:"#1a1a1f",btnBorder:"#26262d",btnHover:"#26262d",sidebarItemHover:"#1a1a20",sidebarItemActive:"#1f2937",scrollbarThumb:"#26262d",modalBg:"#111114",modalOverlay:"rgba(0,0,0,0.75)",inputBg:"#0a0a0c",inputBorder:"#26262d",pillBg:"#1a1a1f",font:"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontMono:"'JetBrains Mono', 'Fira Code', Consolas, monospace",fontSerif:"Georgia, 'Times New Roman', serif"},Kg={appBg:"#fafafa",sidebarBg:"#f3f4f6",activityBarBg:"#ececef",headerBg:"#ffffff",headerBorder:"#e4e4e7",cellBg:"#ffffff",cellBorder:"#e4e4e7",cellBorderActive:"#4f46e5",cellBorderRunning:"#16a34a",textPrimary:"#18181b",textSecondary:"#52525b",textMuted:"#a1a1aa",editorBg:"#fafafa",editorBorder:"#e4e4e7",tableBorder:"#e4e4e7",tableHeaderBg:"#f3f4f6",tableRowHover:"#f3f4f6",accent:"#4f46e5",accentHover:"#4338ca",success:"#16a34a",error:"#dc2626",warning:"#ca8a04",btnBg:"#f3f4f6",btnBorder:"#e4e4e7",btnHover:"#e4e4e7",sidebarItemHover:"#e4e4e7",sidebarItemActive:"#e0e7ff",scrollbarThumb:"#d4d4d8",modalBg:"#ffffff",modalOverlay:"rgba(0,0,0,0.4)",inputBg:"#ffffff",inputBorder:"#e4e4e7",pillBg:"#f3f4f6",font:"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontMono:"'JetBrains Mono', 'Fira Code', Consolas, monospace",fontSerif:"Georgia, 'Times New Roman', serif"},oe={dark:Xg,light:Kg};function gt({title:e,active:t,onClick:n,children:r,t:o}){const[s,a]=f.useState(!1);return i.jsx(gN,{content:e,side:"right",children:i.jsx("button",{"aria-label":e,onClick:n,onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),style:{width:32,height:32,display:"flex",alignItems:"center",justifyContent:"center",background:"transparent",border:"none",borderLeft:t?`2px solid ${o.accent}`:"2px solid transparent",cursor:"pointer",color:t?o.textPrimary:s?o.textSecondary:o.textMuted,transition:"color 0.15s, border-color 0.15s",padding:0,flexShrink:0},children:r})})}function zg(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75Z"})})}function Jg(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 0C3.58 0 0 1.567 0 3.5v9C0 14.433 3.58 16 8 16s8-1.567 8-3.5v-9C16 1.567 12.42 0 8 0ZM1.5 7.784V5.716C3.05 6.51 5.404 7 8 7s4.95-.49 6.5-1.284v2.068C12.95 8.578 10.596 9 8 9s-4.95-.422-6.5-1.216ZM8 1.5c3.17 0 5.854 1.116 6.357 2.5H1.643C2.146 2.616 4.83 1.5 8 1.5Zm0 13c-3.17 0-5.854-1.116-6.357-2.5h12.714C13.854 13.384 11.17 14.5 8 14.5Zm6.5-3.284C12.95 11.01 10.596 11.5 8 11.5s-4.95-.49-6.5-1.284V8.216C3.05 9.01 5.404 9.5 8 9.5s4.95-.49 6.5-1.284v2.5Z"})})}function qg(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M4 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm8 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-8 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM6 4h4l2 4-2 4H6",stroke:"currentColor",strokeWidth:"1.2",fill:"none"})})}function Qg(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M1 2.75C1 1.784 1.784 1 2.75 1h2.5C6.216 1 7 1.784 7 2.75v2.5C7 6.216 6.216 7 5.25 7h-2.5C1.784 7 1 6.216 1 5.25Zm1.75-.25a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5A.25.25 0 0 0 6 5.25v-2.5A.25.25 0 0 0 5.25 2.5ZM9 2.75C9 1.784 9.784 1 10.75 1h2.5C14.216 1 15 1.784 15 2.75v2.5C15 6.216 14.216 7 13.25 7h-2.5C9.784 7 9 6.216 9 5.25Zm1.75-.25a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25ZM1 10.75C1 9.784 1.784 9 2.75 9h2.5C6.216 9 7 9.784 7 10.75v2.5C7 14.216 6.216 15 5.25 15h-2.5C1.784 15 1 14.216 1 13.25Zm1.75-.25a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25ZM13 9.75a.75.75 0 0 1 .75.75v1.75H15.5a.75.75 0 0 1 0 1.5h-1.75V15.5a.75.75 0 0 1-1.5 0v-1.75H10.5a.75.75 0 0 1 0-1.5h1.75V10.5A.75.75 0 0 1 13 9.75Z"})})}function Zg(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"})})}function eL(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.92 6.085h.001a.749.749 0 1 1-1.342-.67C6.03 4.26 6.88 3.75 8 3.75c1.463 0 2.5 1.008 2.5 2.25 0 1.133-.67 1.8-1.4 2.25-.487.3-.6.47-.6.75V9.5a.75.75 0 0 1-1.5 0v-.5c0-.833.585-1.33 1.1-1.65.387-.24.9-.597.9-1.35 0-.65-.53-1.25-1.5-1.25-.74 0-1.163.353-1.58.835ZM8 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"})})}function tL(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M11.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 3 2.122V6a2.5 2.5 0 0 1-2.5 2.5h-2.5v2.128a2.251 2.251 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.5 0v1.628h2.5a1 1 0 0 0 1-1v-.628A2.25 2.25 0 0 1 9.5 3.25ZM4.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM3.5 3.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"})})}function nL(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.103-.303c-.066-.019-.176-.011-.299.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.103.303c.066.019.176.011.299-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.147a6.6 6.6 0 0 0-1.142 0ZM8 5.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"})})}function rL(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode];function r(o){if(o==="connection"||o==="reference"){t({type:"SET_SIDEBAR_PANEL",panel:o});return}e.sidebarPanel===o&&e.sidebarOpen?t({type:"TOGGLE_SIDEBAR"}):t({type:"SET_SIDEBAR_PANEL",panel:o})}return i.jsxs("div",{style:{width:32,flexShrink:0,background:n.activityBarBg,borderRight:`1px solid ${n.headerBorder}`,display:"flex",flexDirection:"column",alignItems:"center",paddingTop:8,paddingBottom:8,gap:2,userSelect:"none"},children:[i.jsx(gt,{title:"Files",active:e.sidebarPanel==="files"&&e.sidebarOpen,onClick:()=>r("files"),t:n,children:i.jsx(zg,{})}),i.jsx(gt,{title:"Schema",active:e.sidebarPanel==="schema"&&e.sidebarOpen,onClick:()=>r("schema"),t:n,children:i.jsx(Jg,{})}),i.jsx(gt,{title:"Block Library",active:e.sidebarPanel==="block_library"&&e.sidebarOpen,onClick:()=>r("block_library"),t:n,children:i.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[i.jsx("rect",{x:"2",y:"2",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.3"}),i.jsx("rect",{x:"10",y:"2",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.3"}),i.jsx("rect",{x:"2",y:"10",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.3"}),i.jsx("rect",{x:"10",y:"10",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.3"})]})}),i.jsx(gt,{title:"Lineage",active:e.sidebarPanel==="lineage"&&e.sidebarOpen,onClick:()=>r("lineage"),t:n,children:i.jsx(qg,{})}),i.jsx(gt,{title:"Connection",active:e.mainView==="connection",onClick:()=>r("connection"),t:n,children:i.jsx(Qg,{})}),i.jsx(gt,{title:"Reference",active:e.mainView==="reference",onClick:()=>r("reference"),t:n,children:i.jsx(Zg,{})}),i.jsx(gt,{title:"Git",active:e.sidebarPanel==="git"&&e.sidebarOpen,onClick:()=>r("git"),t:n,children:i.jsx(tL,{})}),i.jsx("div",{style:{flex:1}}),i.jsx(gt,{title:"Help & Reference",active:e.mainView==="reference",onClick:()=>r("reference"),t:n,children:i.jsx(eL,{})}),i.jsx(gt,{title:"Settings",active:!1,onClick:()=>{},t:n,children:i.jsx(nL,{})})]})}const ma={notebooks:"Notebooks",workbooks:"Workbooks",blocks:"Blocks",dashboards:"Dashboards"};function oL({type:e}){switch(e){case"notebook":return i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.063 0L7.597 13.66A2.25 2.25 0 0 0 6.007 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h4.507c.656 0 1.287.169 1.744.324Zm1.499.004c.457-.155 1.088-.324 1.744-.324H15v-9h-3.495a2.25 2.25 0 0 0-2.252 2.247l-.002 9.077Z"})});case"workbook":return i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v12.5A1.75 1.75 0 0 1 12.25 16h-8.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Zm2 3.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75ZM6.5 7.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5Zm-.75 3.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z"})});case"block":return i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M10.5 0l5.25 4-5.25 4V6H9.25A1.75 1.75 0 0 0 7.5 7.75v2.5A1.75 1.75 0 0 0 9.25 12h1.25v8H9v-6.5A3.25 3.25 0 0 1 5.75 10h-2A3.25 3.25 0 0 1 .5 6.75v-2.5A3.25 3.25 0 0 1 3.75 1h2A3.25 3.25 0 0 1 9 4.5V6h1.5V0z"})});default:return i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M.24 2.375C.24 1.064 1.225.001 2.409.001h6.451a1.17 1.17 0 0 1 .828.344l3.311 3.312a1.17 1.17 0 0 1 .344.828v9.14c0 1.31-.985 2.374-2.169 2.374H2.41C1.225 16 .24 14.937.24 13.625Zm2.169-1a.846.846 0 0 0-.844.86v11.39c0 .47.38.86.844.86h8.774a.847.847 0 0 0 .844-.86V5.157L8.688 1.373H2.41Z"})})}}function sL({expanded:e}){return i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:e?i.jsx("path",{d:"M1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25H7.5A1.75 1.75 0 0 1 5.75 2.5h-4ZM0 2.75C0 1.784.784 1 1.75 1h4c.966 0 1.75.784 1.75 1.75H14.25c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25Z"}):i.jsx("path",{d:"M1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25H7.5A1.75 1.75 0 0 1 5.75 2.5h-4ZM0 2.75C0 1.784.784 1 1.75 1h4c.966 0 1.75.784 1.75 1.75H14.25c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25Z"})})}function iL(e){return e.name.replace(/\.(dqlnb|dql)$/,"")}function aL({onOpenFile:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],[o,s]=f.useState({notebooks:!0,workbooks:!0,blocks:!1,dashboards:!1}),[a,l]=f.useState(!1),E={notebooks:[],workbooks:[],blocks:[],dashboards:[]};for(const d of t.files){const u=d.folder.toLowerCase();u in E&&E[u].push(d)}const c=d=>{s(u=>({...u,[d]:!u[d]}))};return i.jsxs("div",{style:{flex:1,overflow:"auto",padding:"8px 0",display:"flex",flexDirection:"column",gap:0},children:[i.jsx("div",{style:{padding:"0 8px 8px"},children:i.jsxs("button",{onClick:()=>n({type:"OPEN_NEW_NOTEBOOK_MODAL"}),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{width:"100%",height:30,background:"transparent",border:`1px dashed ${a?r.accent:r.cellBorder}`,borderRadius:6,color:a?r.accent:r.textSecondary,cursor:"pointer",fontSize:12,fontFamily:r.font,fontWeight:500,display:"flex",alignItems:"center",justifyContent:"center",gap:6,transition:"border-color 0.15s, color 0.15s"},children:[i.jsx("span",{style:{fontSize:16,lineHeight:1},children:"+"}),"New Notebook"]})}),t.filesLoading&&i.jsx("div",{style:{padding:"8px 14px",color:r.textMuted,fontSize:12,fontFamily:r.font},children:"Loading files…"}),Object.keys(ma).map(d=>{const u=E[d],T=o[d],S=d==="notebooks"?()=>n({type:"OPEN_NEW_NOTEBOOK_MODAL"}):d==="blocks"?()=>n({type:"OPEN_NEW_BLOCK_MODAL"}):void 0;return i.jsxs("div",{children:[i.jsx(lL,{label:ma[d],count:u.length,expanded:T,onToggle:()=>c(d),onAdd:S,t:r}),T&&i.jsx("div",{children:u.length===0?i.jsxs("div",{style:{padding:"4px 14px 4px 32px",fontSize:12,color:r.textMuted,fontFamily:r.font,fontStyle:"italic"},children:["No ",ma[d].toLowerCase()]}):u.map(I=>{var p;return i.jsx(cL,{file:I,active:((p=t.activeFile)==null?void 0:p.path)===I.path,onClick:()=>e(I),t:r},I.path)})})]},d)})]})}function lL({label:e,count:t,expanded:n,onToggle:r,onAdd:o,t:s}){const[a,l]=f.useState(!1),[E,c]=f.useState(!1);return i.jsxs("div",{onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{display:"flex",alignItems:"center",background:a?s.sidebarItemHover:"transparent",transition:"background 0.1s"},children:[i.jsxs("button",{onClick:r,style:{flex:1,display:"flex",alignItems:"center",gap:6,padding:"3px 0 3px 10px",background:"transparent",border:"none",cursor:"pointer",color:s.textSecondary,fontSize:11,fontWeight:600,fontFamily:s.font,letterSpacing:"0.04em",textTransform:"uppercase",textAlign:"left"},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:n?"rotate(90deg)":"rotate(0deg)",transition:"transform 0.15s",flexShrink:0},children:i.jsx("path",{d:"M3 2l4 3-4 3V2Z"})}),i.jsx(sL,{expanded:n}),i.jsx("span",{style:{flex:1},children:e}),t>0&&i.jsx("span",{style:{background:s.pillBg,color:s.textMuted,borderRadius:10,padding:"0 5px",fontSize:10,fontWeight:500},children:t})]}),o&&a&&i.jsx("button",{onClick:d=>{d.stopPropagation(),o()},onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),title:`New ${e.slice(0,-1)}`,style:{background:E?s.btnHover:"transparent",border:"none",borderRadius:4,cursor:"pointer",color:E?s.accent:s.textMuted,fontSize:14,lineHeight:1,padding:"2px 8px",marginRight:4,flexShrink:0,transition:"color 0.1s"},children:"+"})]})}function cL({file:e,active:t,onClick:n,t:r}){const[o,s]=f.useState(!1);return i.jsxs("button",{onClick:n,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 8px 4px 26px",background:t?r.sidebarItemActive:o?r.sidebarItemHover:"transparent",border:"none",borderLeft:t?`2px solid ${r.accent}`:"2px solid transparent",cursor:"pointer",color:t||o?r.textPrimary:r.textSecondary,fontSize:13,fontFamily:r.font,textAlign:"left",transition:"background 0.1s, color 0.1s",overflow:"hidden"},children:[i.jsx("span",{style:{flexShrink:0,color:t?r.accent:r.textMuted},children:i.jsx(oL,{type:e.type})}),i.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:iL(e)}),e.isNew&&i.jsx("span",{style:{fontSize:9,fontWeight:600,color:r.accent,background:r.sidebarItemActive,borderRadius:4,padding:"1px 4px",flexShrink:0},children:"NEW"})]})}const EL={varchar:"#388bfd",text:"#388bfd",string:"#388bfd",char:"#388bfd",integer:"#56d364",int:"#56d364",bigint:"#56d364",smallint:"#56d364",float:"#56d364",double:"#56d364",decimal:"#56d364",numeric:"#56d364",real:"#56d364",date:"#e3b341",timestamp:"#e3b341",datetime:"#e3b341",time:"#e3b341",boolean:"#f778ba",bool:"#f778ba",json:"#79c0ff",jsonb:"#79c0ff",uuid:"#d2a8ff",bytea:"#ffa657",binary:"#ffa657"};function Ul(e,t){const n=e.toLowerCase().split("(")[0].trim();return EL[n]??t}function dL({t:e}){return i.jsxs("div",{style:{padding:"8px 12px",display:"flex",flexDirection:"column",gap:8},children:[[1,2,3].map(t=>i.jsx("div",{style:{height:28,borderRadius:4,background:e.pillBg,opacity:.6,animation:"pulse 1.5s ease-in-out infinite"}},t)),i.jsx("style",{children:"@keyframes pulse { 0%,100%{opacity:.6} 50%{opacity:.3} }"})]})}function uL(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState(!1),[s,a]=f.useState(""),l=async()=>{t({type:"SET_SCHEMA_LOADING",loading:!0});try{const T=await ee.getSchema();t({type:"SET_SCHEMA",tables:T})}catch(T){console.error("Schema refresh failed:",T)}finally{t({type:"SET_SCHEMA_LOADING",loading:!1})}},E=f.useMemo(()=>{const T=s.trim().toLowerCase();return T?e.schemaTables.filter(S=>{const I=[S.name,S.path,S.objectType].filter(R=>!!R).some(R=>R.toLowerCase().includes(T)),p=S.columns.some(R=>R.name.toLowerCase().includes(T)||R.type.toLowerCase().includes(T));return I||p}):e.schemaTables},[s,e.schemaTables]),c=f.useMemo(()=>{const T=new Map;for(const S of E){const[I,...p]=S.name.split("."),R=p.length>0?I:S.source==="file"?"files":"default",A=T.get(R)??[];A.push(S),T.set(R,A)}return Array.from(T.entries()).sort((S,I)=>S[0].localeCompare(I[0]))},[E]),d={schemas:c.length,tables:e.schemaTables.length,columns:e.schemaTables.reduce((T,S)=>T+S.columns.length,0)},u={width:"100%",background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:6,color:n.textPrimary,fontSize:12,fontFamily:n.font,padding:"7px 10px",outline:"none",boxSizing:"border-box"};return i.jsxs("div",{style:{flex:1,overflow:"auto",display:"flex",flexDirection:"column"},children:[i.jsxs("div",{style:{padding:"10px",display:"grid",gap:10,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:n.textPrimary,fontFamily:n.font},children:"Database Catalog"}),i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:"Browse schemas, tables, views, and loaded columns from the active connection."})]}),i.jsxs("button",{onClick:l,onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),title:"Refresh schema",style:{background:r?n.btnHover:"transparent",border:`1px solid ${n.btnBorder}`,borderRadius:6,cursor:"pointer",color:r?n.textSecondary:n.textMuted,fontSize:11,fontFamily:n.font,padding:"6px 8px",display:"flex",alignItems:"center",gap:4,transition:"all 0.15s"},children:[i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z"})}),"Refresh"]})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, minmax(0, 1fr))",gap:8},children:[i.jsx(Ca,{label:"Schemas",value:d.schemas,t:n}),i.jsx(Ca,{label:"Tables",value:d.tables,t:n}),i.jsx(Ca,{label:"Columns",value:d.columns,t:n})]}),i.jsx("input",{value:s,onChange:T=>a(T.target.value),placeholder:"Search schemas, tables, columns...",style:u})]}),e.schemaLoading?i.jsx(dL,{t:n}):e.schemaTables.length===0?i.jsxs("div",{style:{padding:"24px 14px",color:n.textMuted,fontSize:12,fontFamily:n.font,textAlign:"center",fontStyle:"italic"},children:["No tables found.",i.jsx("br",{}),"Connect a data source to explore schema."]}):E.length===0?i.jsx("div",{style:{padding:"24px 14px",color:n.textMuted,fontSize:12,fontFamily:n.font,textAlign:"center",fontStyle:"italic"},children:"No database objects match the current search."}):i.jsx("div",{style:{overflow:"auto",flex:1},children:c.map(([T,S])=>i.jsxs("div",{children:[i.jsxs("div",{style:{padding:"8px 10px 4px",fontSize:10,fontWeight:700,color:n.textMuted,fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.05em"},children:[T," · ",S.length]}),S.map(I=>i.jsx(TL,{table:I,t:n},I.name))]},T))})]})}function Ca({label:e,value:t,t:n}){return i.jsxs("div",{style:{background:n.cellBg,border:`1px solid ${n.headerBorder}`,borderRadius:8,padding:"8px 10px"},children:[i.jsx("div",{style:{fontSize:9,fontWeight:700,color:n.textMuted,fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.05em"},children:e}),i.jsx("div",{style:{fontSize:18,fontWeight:700,color:n.textPrimary,fontFamily:n.font,marginTop:2},children:t})]})}function TL({table:e,t}){var E;const{dispatch:n}=ue(),[r,o]=f.useState(!1),[s,a]=f.useState(!1),l=async()=>{if(n({type:"TOGGLE_SCHEMA_TABLE",tableName:e.name}),!e.expanded&&e.columns.length===0){a(!0);try{const c=await ee.describeTable(e.path);c.length>0&&n({type:"SET_TABLE_COLUMNS",tableName:e.name,columns:c})}catch(c){console.error("describeTable failed:",c)}finally{a(!1)}}};return i.jsxs("div",{children:[i.jsxs("button",{onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),onClick:l,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"5px 10px",background:r?t.sidebarItemHover:"transparent",border:"none",cursor:"pointer",color:t.textPrimary,fontSize:12,fontFamily:t.font,fontWeight:500,textAlign:"left",transition:"background 0.1s"},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:e.expanded?"rotate(90deg)":"rotate(0deg)",transition:"transform 0.15s",flexShrink:0,color:t.textMuted},children:i.jsx("path",{d:"M3 2l4 3-4 3V2Z"})}),e.source==="database"?i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",style:{color:"#56d364",flexShrink:0},children:i.jsx("path",{d:"M1 3.5c0-1.865 2.91-3 6-3s6 1.135 6 3v9c0 1.865-2.91 3-6 3s-6-1.135-6-3Zm1.5.5c.484.85 2.28 1.5 4.5 1.5s4.016-.65 4.5-1.5V6c-.484.85-2.28 1.5-4.5 1.5S2.984 6.85 2.5 6Zm0 4c.484.85 2.28 1.5 4.5 1.5s4.016-.65 4.5-1.5v2c-.484.85-2.28 1.5-4.5 1.5S2.984 10.85 2.5 10Z"})}):i.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",style:{color:t.accent,flexShrink:0},children:i.jsx("path",{d:"M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v1.5A1.75 1.75 0 0 1 14.25 5H1.75A1.75 1.75 0 0 1 0 3.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Zm-1.75 6C0 6.784.784 6 1.75 6h12.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 14.25 11H1.75A1.75 1.75 0 0 1 0 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Zm-1.75 6c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Z"})}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),e.objectType&&i.jsx("span",{style:{fontSize:9,fontFamily:t.fontMono,color:t.accent,background:`${t.accent}18`,borderRadius:4,padding:"1px 4px",flexShrink:0},children:e.objectType.toLowerCase().includes("view")?"view":"table"}),((E=e.governance)==null?void 0:E.status)&&i.jsx(RL,{status:e.governance.status,t}),e.columns.length>0&&i.jsx("span",{style:{fontSize:10,color:t.textMuted,background:t.pillBg,borderRadius:8,padding:"1px 5px",flexShrink:0},children:e.columns.length})]}),e.expanded&&i.jsxs("div",{style:{paddingLeft:26},children:[e.governance&&(e.governance.owner||e.governance.domain)&&i.jsxs("div",{style:{padding:"3px 10px",display:"flex",gap:8,flexWrap:"wrap"},children:[e.governance.domain&&i.jsxs("span",{style:{fontSize:9,fontFamily:t.font,color:t.textMuted},children:[i.jsx("span",{style:{fontWeight:600},children:"domain:"})," ",e.governance.domain]}),e.governance.owner&&i.jsxs("span",{style:{fontSize:9,fontFamily:t.font,color:t.textMuted},children:[i.jsx("span",{style:{fontWeight:600},children:"owner:"})," ",e.governance.owner]})]}),s?i.jsx("div",{style:{padding:"4px 10px",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:"..."}):e.columns.length===0?i.jsx("div",{style:{padding:"4px 10px",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:"No columns"}):e.columns.map(c=>i.jsx(SL,{col:c,t},c.name))]})]})}function SL({col:e,t}){const[n,r]=f.useState(!1);return i.jsxs("div",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),style:{display:"flex",alignItems:"center",gap:8,padding:"3px 10px 3px 8px",background:n?t.sidebarItemHover:"transparent",cursor:"default",transition:"background 0.1s"},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 16 16",fill:"currentColor",style:{color:t.textMuted,flexShrink:0},children:i.jsx("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7-3.25v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5a.75.75 0 0 1 1.5 0Z"})}),i.jsx("span",{style:{flex:1,fontSize:11,fontFamily:t.fontMono,color:t.textSecondary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),i.jsx("span",{style:{fontSize:10,fontFamily:t.fontMono,color:Ul(e.type,t.accent),background:`${Ul(e.type,t.accent)}18`,borderRadius:4,padding:"1px 5px",flexShrink:0},children:e.type.toLowerCase()})]})}const fL={certified:{color:"#56d364",label:"Certified",icon:"✓"},review:{color:"#e3b341",label:"In Review",icon:"◎"},draft:{color:"#8b949e",label:"Draft",icon:"○"},deprecated:{color:"#f85149",label:"Deprecated",icon:"✗"},pending_recertification:{color:"#ffa657",label:"Re-cert",icon:"↻"}};function RL({status:e,t}){const n=fL[e];return n?i.jsxs("span",{title:n.label,style:{fontSize:8,fontWeight:700,fontFamily:t.font,color:n.color,background:`${n.color}18`,border:`1px solid ${n.color}40`,borderRadius:3,padding:"0 4px",flexShrink:0,letterSpacing:"0.04em",lineHeight:"14px"},children:[n.icon," ",n.label.toUpperCase()]}):null}const wl={duckdb:"DuckDB",file:"Local File / DuckDB",postgres:"PostgreSQL",bigquery:"BigQuery",snowflake:"Snowflake",sqlite:"SQLite",mysql:"MySQL",mssql:"SQL Server",redshift:"Amazon Redshift",databricks:"Databricks",clickhouse:"ClickHouse",athena:"Amazon Athena",trino:"Trino",fabric:"Microsoft Fabric"},ga={duckdb:"#f4bc00",file:"#f4bc00",postgres:"#336791",bigquery:"#4285f4",snowflake:"#29b5e8",sqlite:"#003b57",mysql:"#00758f",mssql:"#cc2927",redshift:"#8c4fff",databricks:"#ff3621",clickhouse:"#ffcc00",athena:"#ff9900",trino:"#dd00a1",fabric:"#0078d4"},AL={duckdb:["filepath"],postgres:["host","port","database","user","password"],mysql:["host","port","database","user","password"],bigquery:["project","dataset","keyFilename"],snowflake:["account","warehouse","database","schema","username","password"],mssql:["server","port","database","user","password"],redshift:["host","port","database","user","password"],sqlite:["filepath"],databricks:["host","path","token"],clickhouse:["host","port","database","user","password"],athena:["region","database","outputLocation"],trino:["host","port","catalog","schema","user"],fabric:["server","database","authentication"]},pL=[{name:"default",label:"Local DuckDB",description:"In-memory DuckDB — no configuration needed",config:{driver:"duckdb",filepath:":memory:"}},{name:"postgres",label:"PostgreSQL",description:"Connect to a local PostgreSQL instance",config:{driver:"postgres",host:"localhost",port:5432,database:"postgres",user:"postgres",password:""}},{name:"snowflake",label:"Snowflake",description:"Connect to your Snowflake data warehouse",config:{driver:"snowflake",account:"",warehouse:"",database:"",schema:"PUBLIC",username:"",password:""}}];function Zf(){const{state:e}=ue(),t=oe[e.themeMode],[n,r]=f.useState(null),[o,s]=f.useState(!1),[a,l]=f.useState(null),[E,c]=f.useState(null),[d,u]=f.useState(!1),[T,S]=f.useState(!1),[I,p]=f.useState(null),[R,A]=f.useState(""),[h,O]=f.useState("duckdb"),[N,m]=f.useState({});f.useEffect(()=>{ee.getConnections().then(M=>{r(M),Object.keys(M.connections).length>0&&ee.testConnection().then(l)})},[]);const C=async()=>{s(!0),l(null);const M=await ee.testConnection();l(M),s(!1)},g=(M,w)=>{c(M),u(!1),A(M),O((w==null?void 0:w.driver)??"duckdb");const P={};Object.entries(w??{}).forEach(([x,B])=>{x!=="driver"&&x!=="type"&&(P[x]=String(B??""))}),m(P)},D=()=>{u(!0),c(null),A(""),O("duckdb"),m({})},L=()=>{c(null),u(!1)},U=async()=>{if(!n)return;S(!0),p(null);const M=R.trim()||(E??"default"),w={driver:h};Object.entries(N).forEach(([x,B])=>{B.trim()&&(x==="port"&&!isNaN(Number(B))?w[x]=Number(B):w[x]=B)});const P={...n.connections};E&&E!==M&&delete P[E],P[M]=w;try{await ee.saveConnections(P);const x=await ee.getConnections();r(x),p("Saved"),setTimeout(()=>p(null),2e3),c(null),u(!1);try{s(!0);const B=await ee.testConnection();l(B)}catch{}finally{s(!1)}}catch(x){p(`Error: ${x.message}`)}finally{S(!1)}},y=async M=>{if(!n)return;const w={...n.connections};delete w[M],S(!0);try{await ee.saveConnections(w);const P=await ee.getConnections();r(P),c(null)}finally{S(!1)}},b={fontSize:10,fontWeight:600,letterSpacing:"0.07em",textTransform:"uppercase",color:t.textMuted,fontFamily:t.font,marginBottom:6},F={background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:7,padding:"10px 12px",marginBottom:10},_=(n==null?void 0:n.connections)??{},v=(n==null?void 0:n.default)??"";return i.jsxs("div",{style:{flex:1,overflow:"auto",padding:"12px 12px 20px"},children:[a&&i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"6px 10px",marginBottom:10,borderRadius:6,background:a.ok?`${t.success}12`:`${t.error}12`,border:`1px solid ${a.ok?t.success:t.error}30`},children:[i.jsx("span",{style:{width:8,height:8,borderRadius:"50%",background:a.ok?t.success:t.error,flexShrink:0}}),i.jsx("span",{style:{fontSize:11,fontFamily:t.font,color:a.ok?t.success:t.error},children:a.ok?"Connected":"Disconnected"})]}),i.jsx("div",{style:b,children:"Connections"}),n===null?i.jsx("div",{style:{fontSize:12,color:t.textMuted,fontFamily:t.font},children:"Loading…"}):Object.entries(_).map(([M,w])=>{const P=(w==null?void 0:w.driver)??(w==null?void 0:w.type)??"unknown",x=M===v||Object.keys(_).length===1,B=ga[P]??t.accent;return E===M?i.jsx(rd,{t,editName:R,setEditName:A,editDriver:h,setEditDriver:O,editFields:N,setEditFields:m,onSave:U,onCancel:L,onDelete:()=>y(M),saving:T,isNew:!1},M):i.jsxs("div",{style:{...F,borderLeft:x?`3px solid ${B}`:`1px solid ${t.cellBorder}`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:6},children:[i.jsx("span",{style:{fontSize:10,fontWeight:700,fontFamily:t.fontMono,color:B,background:`${B}18`,border:`1px solid ${B}40`,borderRadius:4,padding:"1px 6px",letterSpacing:"0.05em",textTransform:"uppercase"},children:wl[P]??P}),i.jsx("span",{style:{fontSize:11,fontFamily:t.fontMono,color:t.textSecondary,fontWeight:500},children:M}),x&&i.jsx("span",{style:{fontSize:9,color:t.accent,fontFamily:t.font,fontWeight:600},children:"DEFAULT"}),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:()=>g(M,w),style:{background:"transparent",border:`1px solid ${t.btnBorder}`,borderRadius:3,cursor:"pointer",color:t.textMuted,fontSize:10,fontFamily:t.font,padding:"1px 6px",transition:"all 0.15s"},children:"Edit"})]}),i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:3},children:Object.entries(w??{}).filter(([H])=>H!=="driver"&&H!=="type").map(([H,j])=>i.jsxs("div",{style:{display:"flex",gap:6,alignItems:"baseline"},children:[i.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.fontMono,minWidth:70,flexShrink:0},children:H}),i.jsx("span",{style:{fontSize:11,color:t.textSecondary,fontFamily:t.fontMono,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:H.toLowerCase().includes("password")||H.toLowerCase().includes("token")?"••••••••":String(j)})]},H))})]},M)}),!d&&!E&&Object.keys(_).length===0&&i.jsxs(i.Fragment,{children:[i.jsx("div",{style:{...b,marginTop:8},children:"Quick Connect"}),i.jsx("div",{style:{display:"grid",gap:6,marginBottom:12},children:pL.map(M=>i.jsxs("button",{onClick:async()=>{S(!0);try{const w={..._,[M.name]:M.config};await ee.saveConnections(w);const P=await ee.getConnections();r(P),s(!0);const x=await ee.testConnection();l(x),s(!1)}finally{S(!1)}},disabled:T,style:{display:"flex",alignItems:"center",gap:8,padding:"8px 12px",background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:7,cursor:T?"not-allowed":"pointer",textAlign:"left",transition:"border-color 0.15s"},children:[i.jsx("span",{style:{width:8,height:8,borderRadius:"50%",background:ga[M.config.driver]??t.accent,flexShrink:0}}),i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:M.label}),i.jsx("div",{style:{fontSize:10,color:t.textMuted,fontFamily:t.font},children:M.description})]})]},M.name))})]}),d?i.jsx(rd,{t,editName:R,setEditName:A,editDriver:h,setEditDriver:O,editFields:N,setEditFields:m,onSave:U,onCancel:L,saving:T,isNew:!0}):i.jsxs("button",{onClick:D,style:{width:"100%",padding:"7px 0",borderRadius:6,border:`1px dashed ${t.cellBorder}`,background:"transparent",color:t.textSecondary,fontSize:12,fontFamily:t.font,fontWeight:500,cursor:"pointer",marginBottom:12,display:"flex",alignItems:"center",justifyContent:"center",gap:6,transition:"border-color 0.15s, color 0.15s"},children:[i.jsx("span",{style:{fontSize:16,lineHeight:1},children:"+"}),"Add Connection"]}),I&&i.jsx("div",{style:{fontSize:11,fontFamily:t.font,padding:"4px 10px",borderRadius:4,marginBottom:8,color:I.startsWith("Error")?t.error:t.success,background:I.startsWith("Error")?`${t.error}12`:`${t.success}12`},children:I}),i.jsx("button",{onClick:C,disabled:o,style:{width:"100%",padding:"7px 0",borderRadius:6,border:`1px solid ${t.btnBorder}`,background:t.btnBg,color:t.textSecondary,fontSize:12,fontFamily:t.font,fontWeight:500,cursor:o?"not-allowed":"pointer",marginBottom:8,opacity:o?.7:1,transition:"all 0.15s"},children:o?"Testing…":"Test Connection"}),a&&i.jsxs("div",{style:{fontSize:12,fontFamily:t.font,color:a.ok?t.success:t.error,background:a.ok?`${t.success}12`:`${t.error}12`,border:`1px solid ${a.ok?t.success:t.error}40`,borderRadius:6,padding:"7px 10px",marginBottom:12},children:[a.ok?"✓ ":"✗ ",a.message]}),i.jsx("div",{style:{...b,marginTop:4},children:"Supported Drivers"}),i.jsx("div",{style:{...F,display:"flex",flexDirection:"column",gap:4},children:Object.entries(wl).map(([M,w])=>i.jsxs("div",{style:{display:"flex",gap:8,alignItems:"baseline"},children:[i.jsx("code",{style:{fontSize:10,fontFamily:t.fontMono,color:ga[M]??t.textMuted,minWidth:80,flexShrink:0},children:M}),i.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.font},children:w})]},M))})]})}function rd({t:e,editName:t,setEditName:n,editDriver:r,setEditDriver:o,editFields:s,setEditFields:a,onSave:l,onCancel:E,onDelete:c,saving:d,isNew:u}){const T=AL[r]??[],S={background:e.inputBg,border:`1px solid ${e.inputBorder}`,borderRadius:4,color:e.textPrimary,fontSize:11,fontFamily:e.fontMono,padding:"4px 8px",outline:"none",width:"100%"},I={fontSize:9,fontWeight:600,color:e.textMuted,fontFamily:e.font,letterSpacing:"0.05em",textTransform:"uppercase",marginBottom:2};return i.jsxs("div",{style:{background:e.cellBg,border:`1px solid ${e.accent}40`,borderRadius:7,padding:"10px 12px",marginBottom:10},children:[i.jsx("div",{style:{fontSize:11,fontWeight:600,color:e.accent,fontFamily:e.font,marginBottom:8},children:u?"New Connection":"Edit Connection"}),i.jsxs("div",{style:{marginBottom:6},children:[i.jsx("div",{style:I,children:"Name"}),i.jsx("input",{style:S,value:t,onChange:p=>n(p.target.value),placeholder:"e.g. production"})]}),i.jsxs("div",{style:{marginBottom:6},children:[i.jsx("div",{style:I,children:"Driver"}),i.jsx("select",{style:{...S,fontFamily:e.font},value:r,onChange:p=>{o(p.target.value),a({})},children:Object.entries(wl).map(([p,R])=>i.jsx("option",{value:p,children:R},p))})]}),T.map(p=>i.jsxs("div",{style:{marginBottom:6},children:[i.jsx("div",{style:I,children:p}),i.jsx("input",{style:S,type:p.toLowerCase().includes("password")||p.toLowerCase().includes("token")?"password":"text",value:s[p]??"",placeholder:p==="port"?"5432":p==="filepath"?":memory:":"",onChange:R=>a({...s,[p]:R.target.value})})]},p)),i.jsxs("div",{style:{display:"flex",gap:6,marginTop:8},children:[i.jsx("button",{onClick:l,disabled:d,style:{flex:1,padding:"5px 0",borderRadius:5,border:"none",background:e.accent,color:"#fff",fontSize:11,fontFamily:e.font,fontWeight:600,cursor:d?"not-allowed":"pointer",opacity:d?.6:1},children:d?"Saving…":"Save"}),i.jsx("button",{onClick:E,style:{padding:"5px 12px",borderRadius:5,border:`1px solid ${e.btnBorder}`,background:"transparent",color:e.textSecondary,fontSize:11,fontFamily:e.font,cursor:"pointer"},children:"Cancel"}),c&&!u&&i.jsx("button",{onClick:c,style:{padding:"5px 12px",borderRadius:5,border:`1px solid ${e.error}40`,background:"transparent",color:e.error,fontSize:11,fontFamily:e.font,cursor:"pointer"},children:"Delete"})]})]})}function Lt({title:e,defaultOpen:t=!1,children:n,t:r}){const[o,s]=f.useState(t),[a,l]=f.useState(!1);return i.jsxs("div",{style:{borderBottom:`1px solid ${r.headerBorder}`},children:[i.jsxs("button",{onClick:()=>s(E=>!E),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{width:"100%",padding:"7px 12px",display:"flex",alignItems:"center",gap:6,background:a?r.sidebarItemHover:"transparent",border:"none",cursor:"pointer",textAlign:"left",transition:"background 0.1s"},children:[i.jsx("span",{style:{fontSize:9,color:r.textMuted,display:"inline-block",transition:"transform 0.15s",transform:o?"rotate(90deg)":"rotate(0deg)",lineHeight:1},children:"▶"}),i.jsx("span",{style:{fontSize:11,fontWeight:600,fontFamily:r.font,color:r.textSecondary,letterSpacing:"0.04em"},children:e})]}),o&&i.jsx("div",{style:{padding:"4px 12px 10px"},children:n})]})}function IL({code:e,t}){const[n,r]=f.useState(!1);async function o(){try{await navigator.clipboard.writeText(e)}catch{const s=document.createElement("textarea");s.value=e,document.body.appendChild(s),s.select(),document.execCommand("copy"),document.body.removeChild(s)}r(!0),setTimeout(()=>r(!1),1500)}return i.jsx("button",{onClick:o,title:"Copy to clipboard",style:{position:"absolute",top:6,right:6,padding:"2px 6px",fontSize:10,fontFamily:t.font,background:n?`${t.success}20`:t.btnBg,border:`1px solid ${n?t.success+"50":t.btnBorder}`,borderRadius:4,cursor:"pointer",color:n?t.success:t.textMuted,transition:"all 0.15s"},children:n?"✓":"Copy"})}function Me({code:e,t}){return i.jsxs("div",{style:{position:"relative",marginTop:6},children:[i.jsx("pre",{style:{margin:0,padding:"8px 10px",paddingRight:52,background:t.editorBg,border:`1px solid ${t.cellBorder}`,borderRadius:6,fontFamily:t.fontMono,fontSize:11,color:t.textPrimary,lineHeight:1.6,whiteSpace:"pre",overflowX:"auto"},children:e}),i.jsx(IL,{code:e,t})]})}function od({rows:e,t}){return i.jsx("table",{style:{width:"100%",borderCollapse:"collapse",fontSize:11,fontFamily:t.font,marginTop:6},children:i.jsx("tbody",{children:e.map(([n,r],o)=>i.jsxs("tr",{style:{borderBottom:`1px solid ${t.tableBorder}`},children:[i.jsx("td",{style:{padding:"5px 6px 5px 0",fontFamily:t.fontMono,fontSize:11,color:t.accent,whiteSpace:"nowrap",verticalAlign:"top",width:"45%"},children:n}),i.jsx("td",{style:{padding:"5px 0",color:t.textSecondary,verticalAlign:"top",lineHeight:1.5},children:r})]},o))})})}const hL=`block "Revenue by Channel" {
54
+ domain = "revenue"
55
+ type = "custom"
56
+ description = "Revenue grouped by sales channel"
57
+ owner = "data-team"
58
+ tags = ["revenue"]
59
+
60
+ params {
61
+ period = "current_quarter"
62
+ }
63
+
64
+ query = """
65
+ SELECT channel,
66
+ SUM(order_total) AS revenue
67
+ FROM read_csv_auto('data/orders.csv')
68
+ WHERE fiscal_period = \${period}
69
+ GROUP BY channel
70
+ ORDER BY revenue DESC
71
+ """
72
+
73
+ visualization {
74
+ chart = "bar"
75
+ x = channel
76
+ y = revenue
77
+ }
78
+
79
+ tests {
80
+ assert row_count > 0
81
+ }
82
+ }`,OL=`# semantic-layer/metrics/total_revenue.yaml
83
+ name: total_revenue
84
+ label: Total Revenue
85
+ description: Sum of all recognized revenue.
86
+ domain: finance
87
+ sql: SUM(amount)
88
+ type: sum # sum|count|count_distinct|avg|min|max|custom
89
+ table: fct_revenue
90
+ tags:
91
+ - revenue
92
+ - kpi`,NL=`# semantic-layer/dimensions/segment.yaml
93
+ name: segment
94
+ label: Customer Segment
95
+ description: Customer segment tier.
96
+ sql: segment_tier
97
+ type: string # string|number|date|boolean
98
+ table: fct_revenue`,mL=`# semantic-layer/hierarchies/time.yaml
99
+ name: fiscal_time
100
+ label: Fiscal Time
101
+ description: Drill from year to quarter.
102
+ domain: finance
103
+ levels:
104
+ - name: fiscal_year
105
+ dimension: fiscal_year
106
+ order: 1
107
+ - name: fiscal_quarter
108
+ dimension: fiscal_quarter
109
+ order: 2
110
+ defaultRollup: sum`,CL=`# semantic-layer/cubes/revenue_cube.yaml
111
+ name: revenue
112
+ label: Revenue Cube
113
+ table: fct_revenue
114
+ domain: finance
115
+
116
+ measures:
117
+ - name: total_revenue
118
+ sql: SUM(amount)
119
+ type: sum
120
+ - name: deal_count
121
+ sql: COUNT(*)
122
+ type: count
123
+
124
+ dimensions:
125
+ - name: segment_tier
126
+ sql: segment_tier
127
+ type: string
128
+
129
+ time_dimensions:
130
+ - name: recognized_at
131
+ sql: recognized_at
132
+ primary_time: true
133
+ granularities: [day, month, quarter, year]
134
+
135
+ joins:
136
+ - name: customers
137
+ type: left
138
+ sql: "\${left}.customer_id = \${right}.id"`,gL=`{
139
+ "semanticLayer": {
140
+ "provider": "dql"
141
+ }
142
+ }`,LL=`{
143
+ "semanticLayer": {
144
+ "provider": "dbt",
145
+ "projectPath": "/path/to/your/dbt-project"
146
+ }
147
+ }`,_L=`{
148
+ "semanticLayer": {
149
+ "provider": "cubejs",
150
+ "projectPath": "/path/to/your/cube-project"
151
+ }
152
+ }`,xL=`{
153
+ "defaultConnection": {
154
+ "driver": "file",
155
+ "filepath": ":memory:"
156
+ }
157
+ }`,yL=`{
158
+ "defaultConnection": {
159
+ "driver": "snowflake",
160
+ "account": "acme.snowflakecomputing.com",
161
+ "username": "your_user",
162
+ "password": "\${SNOWFLAKE_PASSWORD}",
163
+ "database": "ANALYTICS",
164
+ "schema": "PUBLIC",
165
+ "warehouse": "COMPUTE_WH",
166
+ "role": "ANALYST"
167
+ }
168
+ }`,DL=`{
169
+ "defaultConnection": {
170
+ "driver": "bigquery",
171
+ "project": "your-gcp-project-id",
172
+ "dataset": "analytics",
173
+ "keyFilename": "./service-account.json"
174
+ }
175
+ }`,ML=`{
176
+ "defaultConnection": {
177
+ "driver": "postgres",
178
+ "host": "localhost",
179
+ "port": 5432,
180
+ "database": "analytics",
181
+ "username": "your_user",
182
+ "password": "\${POSTGRES_PASSWORD}"
183
+ }
184
+ }`,PL=`-- Primary workflow: use Compose Query in the Semantic Layer panel
185
+ -- 1. Pick metrics + dimensions (+ optional time dimension)
186
+ -- 2. Click "Compose SQL"
187
+ -- 3. Click "+ Insert as Cell" → edit and run
188
+
189
+ -- Advanced: reference metrics inline in any SQL cell
190
+ -- DQL resolves @metric() and @dim() at query time
191
+ SELECT
192
+ @dim(segment_tier),
193
+ @metric(total_revenue)
194
+ FROM fct_revenue
195
+ GROUP BY @dim(segment_tier)
196
+ ORDER BY @metric(total_revenue) DESC`,bL=`{
197
+ "semanticLayer": {
198
+ "provider": "snowflake",
199
+ "projectPath": "MY_DATABASE"
200
+ }
201
+ }`;function eR({themeMode:e}){const t=oe[e];return i.jsxs("div",{style:{flex:1,overflowY:"auto",fontFamily:t.font},children:[i.jsx(Lt,{title:"SQL Essentials",defaultOpen:!0,t,children:i.jsx(Me,{t,code:`-- Basic select
202
+ SELECT col1, col2
203
+ FROM table_name
204
+ WHERE condition
205
+ ORDER BY col1 DESC
206
+ LIMIT 100
207
+
208
+ -- GROUP BY
209
+ SELECT col, COUNT(*), SUM(val)
210
+ FROM table_name
211
+ GROUP BY col
212
+
213
+ -- JOIN
214
+ SELECT a.*, b.col
215
+ FROM table_a AS a
216
+ JOIN table_b AS b ON a.id = b.id
217
+
218
+ -- CTE (WITH)
219
+ WITH cte AS (
220
+ SELECT * FROM table_name WHERE val > 0
221
+ )
222
+ SELECT * FROM cte
223
+
224
+ -- Window function
225
+ SELECT *,
226
+ ROW_NUMBER() OVER (
227
+ PARTITION BY group_col
228
+ ORDER BY val DESC
229
+ ) AS rank
230
+ FROM table_name`})}),i.jsx(Lt,{title:"DuckDB Functions",defaultOpen:!1,t,children:i.jsx(od,{t,rows:[["read_csv_auto(path)","Auto-detect CSV schema and load"],["read_parquet(path)","Load a Parquet file"],["strftime(date, fmt)","Format date as string (e.g. '%Y-%m')"],["date_trunc(part, date)","Truncate date to part ('month', 'year'…)"],["CURRENT_DATE","Today's date"],["epoch_ms(ts)","Convert epoch milliseconds to timestamp"],["array_agg(col)","Aggregate column values into an array"],["string_agg(col, sep)","Concatenate values with separator"]]})}),i.jsxs(Lt,{title:"DQL Block Structure",defaultOpen:!0,t,children:[i.jsx(Me,{t,code:hL}),i.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.6},children:["Run ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql certify <file> --connection duckdb"})," to execute ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"tests {}"})," assertions against live data. Use ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"--skip-tests"})," to check governance fields only."]})]}),i.jsxs(Lt,{title:"DQL Chart Types",defaultOpen:!1,t,children:[i.jsx(od,{t,rows:[["table","Tabular data grid (default)"],["bar","Bar chart — use x and y fields"],["line","Line chart — use x (date) and y (value)"],["pie","Pie/donut chart — use x (label) and y (value)"],["kpi","Single big-number KPI card (dql preview)"]]}),i.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.6},children:["Set chart type inside the"," ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:'visualization { chart = "pie"; x = label_col; y = value_col }'})," ","block."]})]}),i.jsxs(Lt,{title:"Semantic Layer Usage",defaultOpen:!1,t,children:[i.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:6},children:["Primary workflow: open the ",i.jsx("strong",{children:"Semantic Layer"})," panel → Compose Query → pick metrics and dimensions → Compose SQL → + Insert as Cell. Advanced: use ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"@metric(name)"})," and ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"@dim(name)"})," refs directly in any SQL cell."]}),i.jsx(Me,{t,code:PL})]}),i.jsxs(Lt,{title:"Semantic Layer",defaultOpen:!1,t,children:[i.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Define reusable metrics, dimensions, and hierarchies in YAML. They appear in the"," ",i.jsx("strong",{style:{color:t.textPrimary},children:"Semantic Layer"})," sidebar panel."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"10px 0 4px",letterSpacing:"0.03em"},children:"Directory Structure"}),i.jsx(Me,{t,code:`my-project/
231
+ ├── dql.config.json
232
+ └── semantic-layer/
233
+ ├── metrics/ ← one YAML per metric
234
+ ├── dimensions/ ← one YAML per dimension
235
+ ├── hierarchies/ ← optional drill paths
236
+ └── cubes/ ← optional (groups all into one)`}),i.jsxs("div",{style:{marginTop:8,padding:"6px 8px",background:`${t.accent}10`,border:`1px solid ${t.accent}30`,borderRadius:4,fontSize:11,color:t.textSecondary,fontFamily:t.font,lineHeight:1.6},children:[i.jsx("strong",{style:{color:t.textPrimary},children:"Recommended:"})," For multi-table projects, use a ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"cubes/"})," file — it keeps metrics, dimensions, and joins together. Use standalone ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"metrics/"})," and ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dimensions/"})," files only for simple single-table projects."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Metric YAML"}),i.jsx(Me,{t,code:OL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Dimension YAML"}),i.jsx(Me,{t,code:NL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Hierarchy YAML"}),i.jsx(Me,{t,code:mL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Cube YAML (advanced — multi-table with joins)"}),i.jsx(Me,{t,code:CL})]}),i.jsxs(Lt,{title:"Semantic Layer Providers",defaultOpen:!1,t,children:[i.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Add to your ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql.config.json"})," to connect a semantic layer provider."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"10px 0 4px",letterSpacing:"0.03em"},children:"DQL Native (YAML files in semantic-layer/)"}),i.jsx(Me,{t,code:gL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"dbt (reads models/**/*.yml)"}),i.jsx(Me,{t,code:LL}),i.jsxs("div",{style:{marginTop:4,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Point to your dbt project root (directory with ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dbt_project.yml"}),"). Reads ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"semantic_models"})," and"," ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"metrics"})," blocks (dbt 1.6+)."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Cube.js (reads model/ or schema/)"}),i.jsx(Me,{t,code:_L}),i.jsxs("div",{style:{marginTop:4,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Point to your Cube.js project root. Reads"," ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"cubes:"})," blocks from YAML schema files."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Snowflake Semantic Views (requires live connection)"}),i.jsx(Me,{t,code:bL}),i.jsxs("div",{style:{marginTop:4,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Introspects Snowflake semantic views via"," ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"SHOW SEMANTIC VIEWS"}),". Set ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"projectPath"})," to your database name to scope discovery. Requires a Snowflake connection in ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"defaultConnection"}),"."]})]}),i.jsxs(Lt,{title:"Connection Setup",defaultOpen:!1,t,children:[i.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Configure ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"defaultConnection"})," in"," ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql.config.json"}),"."]}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"10px 0 4px",letterSpacing:"0.03em"},children:"DuckDB (in-memory — default)"}),i.jsx(Me,{t,code:xL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Snowflake"}),i.jsx(Me,{t,code:yL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"BigQuery"}),i.jsx(Me,{t,code:DL}),i.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"PostgreSQL"}),i.jsx(Me,{t,code:ML}),i.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Use ",i.jsxs("code",{style:{fontFamily:t.fontMono,fontSize:10},children:["$","${ENV_VAR}"]})," syntax for secrets. Run ",i.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dql doctor"})," to verify your connection."]})]}),i.jsxs(Lt,{title:"Variable References",defaultOpen:!1,t,children:[i.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Use"," ",i.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"{{cell_name}}"})," ","to reference other cells:",i.jsxs("ul",{style:{margin:"6px 0 0",paddingLeft:18},children:[i.jsxs("li",{children:[i.jsx("strong",{children:"Param cell"})," → substituted as a SQL literal value"]}),i.jsxs("li",{children:[i.jsx("strong",{children:"SQL cell"})," → injected as a CTE"]})]})]}),i.jsx(Me,{t,code:`-- Param cell named "start_date" holds '2024-01-01'
237
+ SELECT *
238
+ FROM read_csv_auto('data/sales.csv')
239
+ WHERE date >= {{start_date}}
240
+
241
+ -- SQL cell named "base_query" used as CTE
242
+ SELECT segment, SUM(revenue) AS total
243
+ FROM {{base_query}}
244
+ GROUP BY segment`})]})]})}const Be={source_table:"#8b949e",dbt_model:"#ff7b72",dbt_source:"#79c0ff",block:"#56d364",metric:"#388bfd",dimension:"#e3b341",domain:"#d2a8ff",chart:"#f778ba",dashboard:"#d2a8ff"},Fc={source_table:"TBL",dbt_model:"DBT",dbt_source:"SRC",block:"BLK",metric:"MET",dimension:"DIM",domain:"DOM",chart:"CHT",dashboard:"DASH"},Mi={source_table:"Source Table",dbt_model:"dbt Model",dbt_source:"dbt Source",block:"DQL Block",metric:"Metric",dimension:"Dimension",domain:"Domain",chart:"Chart",dashboard:"Notebook"},Fr={reads_from:"#8b949e",feeds_into:"#56d364",aggregates:"#388bfd",visualizes:"#f778ba",depends_on:"#ff7b72",contains:"#d2a8ff",crosses_domain:"#d2a8ff"},vL={reads_from:"reads from",feeds_into:"feeds into",aggregates:"aggregates into",visualizes:"visualizes",depends_on:"dbt depends on",contains:"contains",crosses_domain:"crosses domain"},UL={source:"#79c0ff",transform:"#ff7b72",answer:"#56d364",consumption:"#d2a8ff"},sd={source:"Sources",transform:"Transform",answer:"Answer",consumption:"Consumption"},Vs=["source","transform","answer","consumption"];function Gc(e){if(e.layer)return e.layer;switch(e.type){case"source_table":case"dbt_source":return"source";case"dbt_model":return"transform";case"block":case"metric":case"dimension":case"domain":return"answer";case"chart":case"dashboard":return"consumption";default:return"answer"}}function tR({type:e}){const t=Be[e]??"#8b949e";return i.jsx("span",{style:{color:t,fontSize:10,fontWeight:700,textTransform:"uppercase",minWidth:34},title:Mi[e]??e,children:Fc[e]??e.slice(0,4).toUpperCase()})}function wL({value:e,onChange:t,placeholder:n,t:r}){return i.jsx("input",{value:e,onChange:o=>t(o.target.value),placeholder:n,style:{width:"100%",padding:"8px 10px",borderRadius:6,border:`1px solid ${r.headerBorder}`,background:r.sidebarBg,color:r.textPrimary,fontSize:12,outline:"none"}})}function nR({node:e,t,onClick:n,secondary:r}){return i.jsxs("button",{onClick:n,style:{width:"100%",textAlign:"left",background:"transparent",border:"none",borderRadius:6,padding:"6px 8px",cursor:"pointer",color:t.textPrimary},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx(tR,{type:e.type}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12},title:e.name,children:e.name})]}),(r||e.domain)&&i.jsx("div",{style:{marginLeft:40,marginTop:2,color:t.textMuted,fontSize:11},children:r??e.domain})]})}const BL=30,La=200;function _t({title:e,nodes:t,t:n,onSelect:r}){const o=t.length>BL,[s,a]=f.useState(!o),[l,E]=f.useState(La);if(t.length===0)return null;const c=s?Math.min(l,t.length):0,d=Math.max(0,t.length-c);return i.jsxs("div",{style:{padding:"8px 0",borderTop:`1px solid ${n.headerBorder}`},children:[i.jsxs("button",{onClick:()=>a(u=>!u),"aria-expanded":s,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"0 8px 6px",color:n.textMuted,fontSize:11,fontWeight:700,textTransform:"uppercase",background:"transparent",border:"none",cursor:"pointer",textAlign:"left"},children:[i.jsx("span",{style:{display:"inline-block",width:10},children:s?"▾":"▸"}),i.jsx("span",{children:e}),i.jsx("span",{style:{marginLeft:"auto",fontWeight:500},children:t.length})]}),s&&t.slice(0,c).map(u=>i.jsx(nR,{node:u,t:n,onClick:()=>r(u)},u.id)),s&&d>0&&i.jsxs("button",{onClick:()=>E(u=>u+La),style:{width:"100%",margin:"4px 0 0",padding:"6px 8px",background:"transparent",border:"none",color:n.textMuted,fontSize:11,cursor:"pointer",textAlign:"left"},children:["Show ",Math.min(La,d)," more (",d," hidden)"]})]})}function FL(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState(!0),[s,a]=f.useState([]),[l,E]=f.useState([]),[c,d]=f.useState(""),[u,T]=f.useState([]),[S,I]=f.useState(null),[p,R]=f.useState(null),A=f.useCallback(async()=>{o(!0);const L=await ee.fetchLineage();a(L.nodes??[]),E(L.edges??[]),o(!1)},[]);f.useEffect(()=>{A()},[A]),f.useEffect(()=>{let L=!1;if(c.trim().length<2){T([]);return}return ee.searchLineage(c.trim()).then(U=>{L||T(U.matches??[])}),()=>{L=!0}},[c]);const h=f.useCallback(async L=>{const U=await ee.queryLineage({focus:L.id});I(U.focalNode??L),R(U.graph??{nodes:[],edges:[]}),t({type:"SET_LINEAGE_FOCUS",nodeId:L.id}),t({type:"SET_INSPECTOR_CONTEXT",context:{kind:"lineage-node",nodeId:L.id}}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"})},[t,e.lineageFullscreen]),O=f.useCallback(()=>{I(null),R(null),d(""),T([]),t({type:"SET_LINEAGE_FOCUS",nodeId:null})},[t]),[N,m]=f.useState("type"),C=f.useMemo(()=>({dashboards:s.filter(L=>L.type==="dashboard"),blocks:s.filter(L=>L.type==="block"),dbtModels:s.filter(L=>L.type==="dbt_model"),dbtSources:s.filter(L=>L.type==="dbt_source"),tables:s.filter(L=>L.type==="source_table"),domains:s.filter(L=>L.type==="domain")}),[s]),g=f.useMemo(()=>{const L={source:[],transform:[],answer:[],consumption:[]};for(const U of s){const y=Gc(U);L[y].push(U)}return L},[s]),D=f.useMemo(()=>{if(!S||!p)return{upstream:[],downstream:[]};const L=new Set(p.edges.filter(y=>y.target===S.id).map(y=>y.source)),U=new Set(p.edges.filter(y=>y.source===S.id).map(y=>y.target));return{upstream:p.nodes.filter(y=>L.has(y.id)),downstream:p.nodes.filter(y=>U.has(y.id))}},[p,S]);return r?i.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"Loading lineage..."}):s.length===0?i.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"No lineage data found yet. Run `dql compile` or add notebooks/blocks first."}):i.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[i.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsx("button",{onClick:()=>t({type:"TOGGLE_LINEAGE_FULLSCREEN"}),style:{width:"100%",padding:"8px 10px",borderRadius:6,border:`1px solid ${e.lineageFullscreen?"#388bfd":n.headerBorder}`,background:e.lineageFullscreen?"#388bfd":"transparent",color:e.lineageFullscreen?"#fff":n.textPrimary,fontSize:12,fontWeight:600,cursor:"pointer",marginBottom:8},children:e.lineageFullscreen?"Close Graph View":"Open Graph View"}),i.jsx(wL,{value:c,onChange:d,placeholder:"Search blocks, tables, dbt models, notebooks...",t:n}),i.jsx("div",{style:{marginTop:8,color:n.textMuted,fontSize:11,lineHeight:1.5},children:"Search across source tables, dbt sources/models, DQL blocks, metrics, and notebooks. Selecting any item opens a focused lineage path instead of the full graph."})]}),i.jsxs("div",{style:{flex:1,overflow:"auto"},children:[c.trim().length>=2&&u.length>0&&i.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsx("div",{style:{color:n.textMuted,fontSize:11,fontWeight:700,textTransform:"uppercase",marginBottom:6},children:"Search Results"}),u.slice(0,8).map(L=>i.jsx(nR,{node:L.node,t:n,onClick:()=>h(L.node),secondary:L.node.domain},L.node.id))]}),S&&p&&i.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:8},children:[i.jsx(tR,{type:S.type}),i.jsxs("div",{style:{flex:1,minWidth:0},children:[i.jsx("div",{style:{color:n.textPrimary,fontSize:13,fontWeight:700},children:S.name}),i.jsx("div",{style:{color:n.textMuted,fontSize:11},children:S.domain??Mi[S.type]??S.type})]}),i.jsx("button",{onClick:O,style:{border:`1px solid ${n.headerBorder}`,background:"transparent",color:n.textPrimary,borderRadius:6,padding:"6px 8px",cursor:"pointer",fontSize:11},children:"Show All"})]}),i.jsxs("div",{style:{color:n.textMuted,fontSize:11,marginBottom:6},children:[p.nodes.length," node(s), ",p.edges.length," edge(s)"]}),i.jsx("div",{style:{color:n.textMuted,fontSize:11,marginBottom:6,lineHeight:1.5},children:"Focused lineage shows the path into this item from raw tables/dbt and the downstream notebooks or analytics objects that consume it."}),i.jsx(_t,{title:"Upstream",nodes:D.upstream,t:n,onSelect:h}),i.jsx(_t,{title:"Downstream",nodes:D.downstream,t:n,onSelect:h})]}),!S&&i.jsxs(i.Fragment,{children:[i.jsxs("div",{style:{padding:"6px 8px",display:"flex",gap:8,flexWrap:"wrap",borderBottom:`1px solid ${n.headerBorder}`},children:[Vs.map(L=>{const U=g[L].length;return U===0?null:i.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:3,fontSize:10,color:n.textMuted},children:[i.jsx("span",{style:{width:8,height:8,borderRadius:2,background:UL[L],display:"inline-block"}}),sd[L],": ",U]},L)}),i.jsx("span",{style:{flex:1}}),i.jsxs("div",{style:{display:"flex",borderRadius:4,border:`1px solid ${n.headerBorder}`,overflow:"hidden"},children:[i.jsx("button",{onClick:()=>m("type"),style:{padding:"2px 6px",fontSize:9,fontWeight:700,border:"none",cursor:"pointer",background:N==="type"?`${n.headerBorder}`:"transparent",color:N==="type"?n.textPrimary:n.textMuted},children:"Type"}),i.jsx("button",{onClick:()=>m("layer"),style:{padding:"2px 6px",fontSize:9,fontWeight:700,border:"none",cursor:"pointer",borderLeft:`1px solid ${n.headerBorder}`,background:N==="layer"?`${n.headerBorder}`:"transparent",color:N==="layer"?n.textPrimary:n.textMuted},children:"Layer"})]})]}),N==="type"?i.jsxs(i.Fragment,{children:[i.jsx(_t,{title:"Notebooks",nodes:C.dashboards,t:n,onSelect:h}),i.jsx(_t,{title:"DQL Blocks",nodes:C.blocks,t:n,onSelect:h}),i.jsx(_t,{title:"dbt Models",nodes:C.dbtModels,t:n,onSelect:h}),i.jsx(_t,{title:"dbt Sources",nodes:C.dbtSources,t:n,onSelect:h}),i.jsx(_t,{title:"Source Tables",nodes:C.tables,t:n,onSelect:h}),i.jsx(_t,{title:"Business Domains",nodes:C.domains,t:n,onSelect:h})]}):i.jsx(i.Fragment,{children:Vs.map(L=>i.jsx(_t,{title:sd[L],nodes:g[L],t:n,onSelect:h},L))})]})]})]})}const Bl={draft:"#8b949e",review:"#d29922",certified:"#3fb950",deprecated:"#f85149",pending_recertification:"#db6d28"};function GL(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState([]),[s,a]=f.useState(!0),[l,E]=f.useState(""),[c,d]=f.useState(""),[u,T]=f.useState("");f.useEffect(()=>{a(!0),ee.getBlockLibrary().then(h=>o(h.blocks)).finally(()=>a(!1))},[]);const S=[...new Set(r.map(h=>h.domain))].sort(),I=[...new Set(r.map(h=>h.status))].sort(),p=r.filter(h=>!(l&&!h.name.toLowerCase().includes(l.toLowerCase())&&!h.description.toLowerCase().includes(l.toLowerCase())||c&&h.domain!==c||u&&h.status!==u)),R=h=>{const O={name:h.path.split("/").pop()??h.name,path:h.path,type:"block",folder:"blocks"};e.files.some(N=>N.path===h.path)||t({type:"FILE_ADDED",file:O}),ee.openBlockStudio(h.path).then(N=>{t({type:"OPEN_BLOCK_STUDIO",file:O,payload:N})})},A={background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:4,color:n.textPrimary,fontSize:11,fontFamily:n.font,padding:"4px 6px",outline:"none"};return i.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden"},children:[i.jsxs("div",{style:{padding:"10px 12px",borderBottom:`1px solid ${n.headerBorder}`,display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:12,fontWeight:600,color:n.textPrimary,fontFamily:n.font},children:"Blocks"}),i.jsx("span",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:p.length}),i.jsx("span",{style:{flex:1}}),i.jsx("button",{onClick:()=>t({type:"OPEN_NEW_BLOCK_MODAL"}),style:{background:n.accent,border:"none",borderRadius:4,color:"#fff",cursor:"pointer",fontSize:10,fontWeight:600,fontFamily:n.font,padding:"3px 10px"},children:"+ New"}),i.jsx("button",{onClick:()=>{a(!0),ee.getBlockLibrary().then(h=>o(h.blocks)).finally(()=>a(!1))},style:{background:"transparent",border:`1px solid ${n.cellBorder}`,borderRadius:4,color:n.textSecondary,cursor:"pointer",fontSize:10,fontFamily:n.font,padding:"3px 8px"},children:"Refresh"})]}),i.jsxs("div",{style:{padding:"8px 12px",borderBottom:`1px solid ${n.headerBorder}`,display:"flex",gap:6,flexWrap:"wrap"},children:[i.jsx("input",{value:l,onChange:h=>E(h.target.value),placeholder:"Search blocks...",style:{...A,flex:1,minWidth:100}}),i.jsxs("select",{value:c,onChange:h=>d(h.target.value),style:A,children:[i.jsx("option",{value:"",children:"All domains"}),S.map(h=>i.jsx("option",{value:h,children:h},h))]}),i.jsxs("select",{value:u,onChange:h=>T(h.target.value),style:A,children:[i.jsx("option",{value:"",children:"All statuses"}),I.map(h=>i.jsx("option",{value:h,children:h},h))]})]}),i.jsx("div",{style:{flex:1,overflowY:"auto"},children:s?i.jsx("div",{style:{padding:20,textAlign:"center",fontSize:12,color:n.textMuted,fontFamily:n.font},children:"Loading blocks..."}):p.length===0?i.jsx("div",{style:{padding:20,textAlign:"center",fontSize:12,color:n.textMuted,fontFamily:n.font},children:r.length===0?"No blocks found. Create your first block to get started.":"No blocks match your filters."}):p.map(h=>i.jsxs("button",{onClick:()=>R(h),style:{display:"block",width:"100%",textAlign:"left",background:"transparent",border:"none",borderBottom:`1px solid ${n.cellBorder}`,cursor:"pointer",padding:"10px 12px",transition:"background 0.1s"},onMouseEnter:O=>{O.currentTarget.style.background=`${n.accent}0a`},onMouseLeave:O=>{O.currentTarget.style.background="transparent"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:4},children:[i.jsx("span",{style:{fontSize:12,fontWeight:600,color:n.textPrimary,fontFamily:n.font},children:h.name}),i.jsx("span",{style:{fontSize:9,fontWeight:600,color:Bl[h.status]??n.textMuted,background:`${Bl[h.status]??n.textMuted}18`,padding:"1px 6px",borderRadius:4,textTransform:"uppercase",letterSpacing:"0.04em",fontFamily:n.font},children:h.status})]}),h.description&&i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font,lineHeight:1.3,marginBottom:4,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:h.description}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,fontSize:10,color:n.textMuted,fontFamily:n.font},children:[i.jsx("span",{style:{background:n.pillBg,padding:"1px 6px",borderRadius:4},children:h.domain}),h.owner&&i.jsxs("span",{children:["by ",h.owner]}),i.jsx("span",{style:{marginLeft:"auto"},children:new Date(h.lastModified).toLocaleDateString()})]})]},h.path))})]})}function HL({diff:e,diffReport:t,activeFilePath:n,diffPath:r,onScopeToFile:o,onClearScope:s,t:a}){const l=t!==null&&!t.identical,E=e.trim()!=="";return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:8},children:[i.jsxs("div",{style:{display:"flex",gap:6,fontSize:11},children:[i.jsx("button",{onClick:s,style:ad(r==null,a),children:"All"}),n&&i.jsx("button",{onClick:o,style:ad(r===n,a),children:"Active file"}),r&&i.jsx("span",{style:{color:a.textMuted,fontSize:10,alignSelf:"center",fontFamily:a.fontMono},children:r})]}),l&&i.jsx(kL,{report:t,t:a}),!l&&E&&i.jsx(WL,{diff:e,t:a}),!l&&!E&&i.jsx("div",{style:{color:a.textMuted},children:t&&t.identical?"No semantic changes.":"No unstaged changes."})]})}function kL({report:e,t}){return i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:6},children:e.changes.map((n,r)=>i.jsx(jL,{change:n,t},r))})}function jL({change:e,t}){const{marker:n,color:r,label:o}=VL(e),s="fields"in e?e.fields:null;return i.jsxs("div",{style:{border:`1px solid ${t.editorBorder}`,borderRadius:6,padding:"6px 10px",background:t.editorBg},children:[i.jsxs("div",{style:{display:"flex",gap:8,alignItems:"baseline"},children:[i.jsx("span",{style:{color:r,fontFamily:t.fontMono,fontWeight:700,width:14},children:n}),i.jsx("span",{style:{color:t.textPrimary,fontSize:12,fontFamily:t.fontMono},children:o})]}),s&&s.length>0&&i.jsx("div",{style:{marginTop:4,display:"flex",flexDirection:"column",gap:2},children:s.map((a,l)=>i.jsx(YL,{field:a,t},l))})]})}function YL({field:e,t}){return i.jsxs("div",{style:{fontSize:11,fontFamily:t.fontMono,color:t.textPrimary,paddingLeft:22},children:[i.jsx("span",{style:{color:t.accent},children:e.path}),i.jsx("span",{style:{color:t.textMuted},children:": "}),i.jsx("span",{style:{color:t.error,textDecoration:"line-through"},children:id(e.before)}),i.jsx("span",{style:{color:t.textMuted},children:" → "}),i.jsx("span",{style:{color:t.success},children:id(e.after)})]})}function WL({diff:e,t}){return i.jsx("pre",{style:{fontFamily:t.fontMono,fontSize:11,margin:0,padding:8,background:t.editorBg,border:`1px solid ${t.editorBorder}`,borderRadius:6,overflow:"auto",whiteSpace:"pre",color:t.textPrimary},children:e.split(`
245
+ `).map((n,r)=>i.jsx("div",{style:{color:$L(n,t)},children:n||" "},r))})}function VL(e){const t={marker:"+",color:"#3cb371"},n={marker:"-",color:"#e06060"},r={marker:"~",color:"#d4a24c"};switch(e.kind){case"block-added":return{...t,label:`block "${e.name}"`};case"block-removed":return{...n,label:`block "${e.name}"`};case"block-changed":return{...r,label:`block "${e.name}"`};case"dashboard-added":return{...t,label:`dashboard "${e.title}"`};case"dashboard-removed":return{...n,label:`dashboard "${e.title}"`};case"dashboard-changed":return{...r,label:`dashboard "${e.title}"`};case"workbook-added":return{...t,label:`workbook "${e.title}"`};case"workbook-removed":return{...n,label:`workbook "${e.title}"`};case"workbook-changed":return{...r,label:`workbook "${e.title}"`};case"cell-added":return{...t,label:`cell ${_a(e.id,e.name)} [${e.cellType}]`};case"cell-removed":return{...n,label:`cell ${_a(e.id,e.name)} [${e.cellType}]`};case"cell-changed":return{...r,label:`cell ${_a(e.id,e.name)}`};case"notebook-changed":return{...r,label:"notebook"}}}function _a(e,t){return t?`"${t}" (${e.slice(0,8)})`:e.slice(0,8)}function id(e,t=60){if(e==null)return"∅";const n=e.replace(/\s+/g," ").trim();return n.length>t?`${n.slice(0,t)}…`:n}function ad(e,t){return{background:e?t.btnHover:"transparent",color:e?t.textPrimary:t.textMuted,border:`1px solid ${t.headerBorder}`,padding:"2px 8px",borderRadius:4,fontSize:11,cursor:"pointer"}}function $L(e,t){return e.startsWith("+++")||e.startsWith("---")?t.textMuted:e.startsWith("+")?t.success:e.startsWith("-")?t.error:e.startsWith("@@")?t.accent:t.textPrimary}const XL=2e3;function KL(){var h;const{state:e}=ue(),t=oe[e.themeMode],[n,r]=f.useState("status"),[o,s]=f.useState(null),[a,l]=f.useState(null),[E,c]=f.useState(""),[d,u]=f.useState(null),[T,S]=f.useState(null),[I,p]=f.useState(!1),R=f.useCallback(async()=>{p(!0);try{if(n==="status")s(await ee.fetchGitStatus());else if(n==="log")l(await ee.fetchGitLog(30));else{const O=await ee.fetchGitDiff(T??void 0);c(O.diff),u(O.diffReport)}}finally{p(!1)}},[n,T]);f.useEffect(()=>{R()},[R]),f.useEffect(()=>{if(n!=="status")return;const O=window.setInterval(()=>{ee.fetchGitStatus().then(N=>{s(m=>zL(m,N)?m:N)})},XL);return()=>window.clearInterval(O)},[n]);const A=((h=e.activeFile)==null?void 0:h.path)??null;return i.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",color:t.textPrimary,fontFamily:t.font},children:[i.jsxs("div",{style:{display:"flex",gap:4,padding:"8px 10px",borderBottom:`1px solid ${t.headerBorder}`},children:[i.jsx(xa,{t,active:n==="status",onClick:()=>r("status"),children:"Status"}),i.jsx(xa,{t,active:n==="log",onClick:()=>r("log"),children:"Log"}),i.jsx(xa,{t,active:n==="diff",onClick:()=>r("diff"),children:"Diff"}),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:()=>void R(),title:"Refresh",style:{background:"transparent",border:"none",cursor:"pointer",color:t.textMuted,padding:"2px 6px",borderRadius:4,fontSize:12},children:"↻"})]}),i.jsxs("div",{style:{flex:1,overflow:"auto",padding:10,fontSize:12},children:[I&&!o&&!a&&i.jsx("div",{style:{color:t.textMuted},children:"Loading…"}),n==="status"&&o&&i.jsx(JL,{status:o,t}),n==="log"&&a&&i.jsx(qL,{log:a,t}),n==="diff"&&i.jsx(HL,{diff:E,diffReport:d,activeFilePath:A,diffPath:T,onScopeToFile:()=>S(A),onClearScope:()=>S(null),t})]})]})}function zL(e,t){if(!e||e.inRepo!==t.inRepo||e.branch!==t.branch||e.ahead!==t.ahead||e.behind!==t.behind||e.changes.length!==t.changes.length)return!1;const n=e.changes.map(o=>`${o.path}\0${o.status}`).sort(),r=t.changes.map(o=>`${o.path}\0${o.status}`).sort();for(let o=0;o<n.length;o++)if(n[o]!==r[o])return!1;return!0}function JL({status:e,t}){return e.inRepo?i.jsxs("div",{children:[i.jsxs("div",{style:{marginBottom:10},children:[i.jsx("span",{style:{color:t.textMuted},children:"Branch"})," ",i.jsx("span",{style:{color:t.accent,fontWeight:600},children:e.branch??"detached"}),e.ahead>0&&i.jsxs("span",{style:{marginLeft:8,color:t.textMuted},children:["↑ ",e.ahead]}),e.behind>0&&i.jsxs("span",{style:{marginLeft:8,color:t.textMuted},children:["↓ ",e.behind]})]}),e.changes.length===0?i.jsx("div",{style:{color:t.textMuted},children:"Working tree clean."}):i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:2,fontFamily:t.fontMono,fontSize:11},children:e.changes.map(n=>i.jsxs("div",{style:{display:"flex",gap:8},children:[i.jsx("span",{style:{color:QL(n.status,t),width:22},children:n.status.trim()||"??"}),i.jsx("span",{style:{color:t.textPrimary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:n.path})]},n.path))})]}):i.jsx("div",{style:{color:t.textMuted},children:"Not a git repository."})}function qL({log:e,t}){return e.inRepo?e.commits.length===0?i.jsx("div",{style:{color:t.textMuted},children:"No commits."}):i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:8},children:e.commits.map(n=>i.jsxs("div",{style:{borderLeft:`2px solid ${t.headerBorder}`,paddingLeft:8},children:[i.jsx("div",{style:{color:t.textPrimary,fontSize:12},children:n.subject}),i.jsxs("div",{style:{color:t.textMuted,fontSize:10,marginTop:2,fontFamily:t.fontMono},children:[n.hash.slice(0,7)," · ",n.author," · ",n.date]})]},n.hash))}):i.jsx("div",{style:{color:t.textMuted},children:"Not a git repository."})}function xa({active:e,onClick:t,children:n,t:r}){return i.jsx("button",{onClick:t,style:{background:e?r.btnHover:"transparent",color:e?r.textPrimary:r.textMuted,border:"none",padding:"3px 10px",borderRadius:4,fontSize:11,fontWeight:600,cursor:"pointer"},children:n})}function QL(e,t){const n=e.trim();return n==="M"||n==="MM"?t.warning:n==="A"||n==="??"?t.success:n==="D"?t.error:n.startsWith("R")?t.accent:t.textMuted}const ZL={files:"Explorer",schema:"Schema",block_library:"Block Library",lineage:"Lineage",connection:"Connection",reference:"Quick Reference",git:"Git"};function e_({onOpenFile:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],[o,s]=f.useState(!1),a=t.sidebarPanel;return i.jsxs("div",{style:{width:240,flexShrink:0,background:r.sidebarBg,borderRight:`1px solid ${r.headerBorder}`,display:"flex",flexDirection:"column",overflow:"hidden"},children:[i.jsxs("div",{style:{height:36,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"space-between",padding:"0 10px 0 14px",borderBottom:`1px solid ${r.headerBorder}`},children:[i.jsx("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.06em",textTransform:"uppercase",color:r.textSecondary,fontFamily:r.font},children:ZL[a??""]??""}),i.jsx("button",{title:"Collapse sidebar",onClick:()=>n({type:"TOGGLE_SIDEBAR"}),onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),style:{background:"transparent",border:"none",cursor:"pointer",color:o?r.textPrimary:r.textMuted,padding:"2px 4px",borderRadius:4,fontSize:14,lineHeight:1,transition:"color 0.15s",display:"flex",alignItems:"center"},children:"‹"})]}),i.jsxs("div",{style:{flex:1,overflow:"hidden",display:"flex",flexDirection:"column"},children:[a==="files"&&i.jsx(aL,{onOpenFile:e}),a==="schema"&&i.jsx(uL,{}),a==="block_library"&&i.jsx(GL,{}),a==="lineage"&&i.jsx(FL,{}),a==="connection"&&i.jsx(Zf,{}),a==="reference"&&i.jsx(eR,{themeMode:t.themeMode}),a==="git"&&i.jsx(KL,{})]})]})}var ld;(function(e){e.Program="Program",e.Workbook="Workbook",e.Page="Page",e.Dashboard="Dashboard",e.ChartCall="ChartCall",e.FilterCall="FilterCall",e.VariableDecl="VariableDecl",e.ParamDecl="ParamDecl",e.ImportDecl="ImportDecl",e.UseDecl="UseDecl",e.LayoutBlock="LayoutBlock",e.LayoutRow="LayoutRow",e.Decorator="Decorator",e.SQLQuery="SQLQuery",e.NamedArg="NamedArg",e.StringLiteral="StringLiteral",e.NumberLiteral="NumberLiteral",e.BooleanLiteral="BooleanLiteral",e.ArrayLiteral="ArrayLiteral",e.Identifier="Identifier",e.BinaryExpr="BinaryExpr",e.IntervalExpr="IntervalExpr",e.FunctionCall="FunctionCall",e.TemplateString="TemplateString",e.BlockDecl="BlockDecl",e.BlockParams="BlockParams",e.BlockVisualization="BlockVisualization",e.BlockTest="BlockTest",e.Digest="Digest",e.Narrative="Narrative"})(ld||(ld={}));var cd;(function(e){e.Error="error",e.Warning="warning",e.Info="info"})(cd||(cd={}));var fe;(function(e){e.StringLiteral="StringLiteral",e.NumberLiteral="NumberLiteral",e.BooleanLiteral="BooleanLiteral",e.Identifier="Identifier",e.DashboardKeyword="DashboardKeyword",e.WorkbookKeyword="WorkbookKeyword",e.PageKeyword="PageKeyword",e.LetKeyword="LetKeyword",e.ParamKeyword="ParamKeyword",e.ChartKeyword="ChartKeyword",e.FilterKeyword="FilterKeyword",e.IntervalKeyword="IntervalKeyword",e.ImportKeyword="ImportKeyword",e.FromKeyword="FromKeyword",e.UseKeyword="UseKeyword",e.LayoutKeyword="LayoutKeyword",e.RowKeyword="RowKeyword",e.BlockKeyword="BlockKeyword",e.DomainKeyword="DomainKeyword",e.TypeKeyword="TypeKeyword",e.DescriptionKeyword="DescriptionKeyword",e.TagsKeyword="TagsKeyword",e.OwnerKeyword="OwnerKeyword",e.QueryKeyword="QueryKeyword",e.VisualizationKeyword="VisualizationKeyword",e.TestsKeyword="TestsKeyword",e.ParamsKeyword="ParamsKeyword",e.AssertKeyword="AssertKeyword",e.VarKeyword="VarKeyword",e.DefaultKeyword="DefaultKeyword",e.MetricKeyword="MetricKeyword",e.MetricsKeyword="MetricsKeyword",e.DigestKeyword="DigestKeyword",e.NarrativeKeyword="NarrativeKeyword",e.ColonToken="ColonToken",e.TripleQuoteString="TripleQuoteString",e.GreaterThan="GreaterThan",e.LessThan="LessThan",e.GreaterThanOrEqual="GreaterThanOrEqual",e.LessThanOrEqual="LessThanOrEqual",e.DoubleEquals="DoubleEquals",e.NotEquals="NotEquals",e.InKeyword="InKeyword",e.SQLFragment="SQLFragment",e.AtSign="AtSign",e.LeftParen="LeftParen",e.RightParen="RightParen",e.LeftBrace="LeftBrace",e.RightBrace="RightBrace",e.LeftBracket="LeftBracket",e.RightBracket="RightBracket",e.Comma="Comma",e.Dot="Dot",e.Equals="Equals",e.Plus="Plus",e.Minus="Minus",e.Star="Star",e.Comment="Comment",e.Newline="Newline",e.EOF="EOF"})(fe||(fe={}));fe.DashboardKeyword,fe.WorkbookKeyword,fe.PageKeyword,fe.LetKeyword,fe.ParamKeyword,fe.ChartKeyword,fe.FilterKeyword,fe.BooleanLiteral,fe.BooleanLiteral,fe.IntervalKeyword,fe.ImportKeyword,fe.FromKeyword,fe.UseKeyword,fe.LayoutKeyword,fe.RowKeyword,fe.BlockKeyword,fe.DomainKeyword,fe.TypeKeyword,fe.DescriptionKeyword,fe.TagsKeyword,fe.OwnerKeyword,fe.QueryKeyword,fe.VisualizationKeyword,fe.TestsKeyword,fe.ParamsKeyword,fe.AssertKeyword,fe.VarKeyword,fe.DefaultKeyword,fe.InKeyword,fe.MetricKeyword,fe.MetricsKeyword,fe.DigestKeyword,fe.NarrativeKeyword;const rR=1;function t_(e,t={}){const n=t.version??rR,r=JSON.parse(e),{dqlnbVersion:o,...s}=r,a={dqlnbVersion:n,...s};return JSON.stringify(a,n_(),2)+`
246
+ `}function n_(){return function(t,n){if(n===null||typeof n!="object"||Array.isArray(n))return n;const r=n,o=Object.keys(r);o.sort((a,l)=>{const E=Ed[a],c=Ed[l];return E!==void 0&&c!==void 0?E-c:E!==void 0?-1:c!==void 0?1:a<l?-1:a>l?1:0});const s={};for(const a of o)s[a]=r[a];return s}}const Ed={dqlnbVersion:0,version:1,title:2,metadata:3,cells:4,id:10,type:11,name:12,content:13};function r_(e){try{const t=e.match(/workbook\s+"([^"]+)"/i),n=t?t[1]:"Untitled Workbook",r=[],o=/page\s+"([^"]+)"\s*\{([\s\S]*?)\}/gi;let s;for(;(s=o.exec(e))!==null;){const a=s[1],l=s[2].trim();r.push({id:Dt(),type:"markdown",content:`# ${a}`,status:"idle"}),l&&r.push({id:Dt(),type:"dql",name:a.toLowerCase().replace(/\s+/g,"_"),content:l,status:"idle"})}return r.length===0&&r.push({id:Dt(),type:"dql",content:e.trim(),status:"idle"}),{title:n,cells:r}}catch(t){return console.warn("parse-workbook: falling back after error",t),{title:"Untitled Workbook",cells:[{id:Dt(),type:"dql",content:e.trim(),status:"idle"}]}}}function o_(e){var t;try{const n=JSON.parse(e),r=n.title||((t=n.metadata)==null?void 0:t.title)||"Untitled",o=(n.cells||[]).map(l=>({id:l.id||Dt(),type:l.type||"sql",content:l.content??l.source??"",name:l.name||l.title,status:"idle",...l.paramConfig?{paramConfig:l.paramConfig}:{},...l.paramValue!==void 0?{paramValue:l.paramValue}:{},...l.chartConfig?{chartConfig:l.chartConfig}:{},...l.filterConfig?{filterConfig:l.filterConfig}:{},...l.pivotConfig?{pivotConfig:l.pivotConfig}:{},...l.singleValueConfig?{singleValueConfig:l.singleValueConfig}:{},...l.tableConfig?{tableConfig:l.tableConfig}:{},...l.upstream?{upstream:l.upstream}:{},...l.blockBinding?{blockBinding:l.blockBinding}:{}})),{title:s,...a}=n.metadata??{};return{title:r,cells:o,metadata:a}}catch(n){return console.warn("parse-workbook: falling back after error",n),{title:"Untitled",cells:[{id:Dt(),type:"sql",content:e,status:"idle"}]}}}function s_(e,t,n){const r={dqlnbVersion:rR,version:1,title:e,metadata:{...n,modifiedAt:new Date().toISOString(),...n!=null&&n.createdAt?{}:{createdAt:new Date().toISOString()}},cells:t.map(o=>({id:o.id,type:o.type,content:o.content,...o.name?{name:o.name}:{},...o.paramConfig?{paramConfig:o.paramConfig}:{},...o.paramValue!==void 0?{paramValue:o.paramValue}:{},...o.chartConfig?{chartConfig:o.chartConfig}:{},...o.filterConfig?{filterConfig:o.filterConfig}:{},...o.pivotConfig?{pivotConfig:o.pivotConfig}:{},...o.singleValueConfig?{singleValueConfig:o.singleValueConfig}:{},...o.tableConfig?{tableConfig:o.tableConfig}:{},...o.upstream?{upstream:o.upstream}:{},...o.blockBinding?{blockBinding:o.blockBinding}:{}}))};return t_(JSON.stringify(r))}function i_(e,t){return e.endsWith(".dql")?r_(t):o_(t)}const oR=/\{\{([a-zA-Z_][a-zA-Z0-9_]*)\}\}/g;function a_(e){const t=new Set;for(const n of e.matchAll(oR))t.add(n[1]);return[...t]}function l_(e,t){if(!t.columns.length||!t.rows.length)return`${e} AS (SELECT 1 WHERE 1=0)`;const n=t.columns,o=t.rows.slice(0,5e3).map(a=>`(${n.map(E=>{const c=a[E];return c==null?"NULL":typeof c=="number"?String(c):typeof c=="boolean"?c?"TRUE":"FALSE":`'${String(c).replace(/'/g,"''")}'`}).join(", ")})`).join(`,
247
+ `),s=n.map(a=>`"${a.replace(/"/g,'""')}"`).join(", ");return`${e} AS (
248
+ SELECT * FROM (VALUES
249
+ ${o}
250
+ ) AS _t(${s})
251
+ )`}function c_(e,t){if(t==="number"){const n=Number(e);return isNaN(n)?`'${e.replace(/'/g,"''")}'`:String(n)}return`'${e.replace(/'/g,"''")}'`}function E_(){const{state:e}=ue();return{substituteVariables:f.useCallback(n=>{var c;const r=[...n.matchAll(oR)];if(r.length===0)return{sql:n,substituted:[]};const o=[],s=[];let a=n;const l=new Map,E=new Map;for(const d of e.cells){const u=(c=d.name)==null?void 0:c.trim();u&&(d.type==="param"?l.set(u,d):d.status==="success"&&d.result&&E.set(u,d.result))}for(const d of r){const u=d[1];if(l.has(u)){const T=l.get(u),S=T.paramConfig,I=T.paramValue??(S==null?void 0:S.defaultValue)??"",p=(S==null?void 0:S.paramType)??"text",R=c_(I,p);a=a.replace(d[0],R),o.push(u)}else E.has(u)&&(s.push(l_(u,E.get(u))),a=a.replace(d[0],`"${u}"`),o.push(u))}if(s.length===0&&o.length===0)return{sql:n,substituted:[]};if(s.length>0){const d=a.trimStart();/^WITH\s+/i.test(d)?a=a.replace(/^(\s*WITH\s+)/i,`$1${s.join(`,
252
+ `)},
253
+ `):a=`WITH ${s.join(`,
254
+ `)}
255
+ ${a}`}return{sql:a,substituted:o}},[e.cells])}}function d_(e){var s;const t=e.match(/visualization\s*\{([^}]+)\}/is);if(!t)return;const n=t[1],r=a=>{var l;return(l=n.match(new RegExp(`\\b${a}\\s*=\\s*["']?([\\w-]+)["']?`,"i")))==null?void 0:l[1]},o=r("chart");if(o)return{chart:o,x:r("x"),y:r("y"),color:r("color"),title:(s=n.match(/\btitle\s*=\s*"([^"]+)"/i))==null?void 0:s[1]}}function Hc(e){const t=e.trim();if(!t)return null;const n=t.match(/query\s*=\s*"""([\s\S]*?)"""/i);if(n)return n[1].trim()||null;const r=t.match(/"""([\s\S]*?)"""/);if(r)return r[1].trim()||null;if(/^\s*(dashboard|workbook)\s+"/i.test(t))return null;const o=t.match(/\b(SELECT|WITH|INSERT|UPDATE|DELETE|CREATE|DROP|ALTER|SHOW|DESCRIBE|EXPLAIN)\b([\s\S]*)/i);if(o){let s=o[0];const a=s.search(/\b(visualization|tests|block)\s*\{/i);return a>0&&(s=s.slice(0,a)),s=u_(s),s.trim()||null}return null}function u_(e){let t=0;for(let n=0;n<e.length;n++){const r=e[n];if(r==="("){t++;continue}if(r===")"){t>0&&t--;continue}if(r==="'"||r==='"'){for(n++;n<e.length&&e[n]!==r;)e[n]==="\\"&&n++,n++;continue}if(r===","&&t===0){let o=n+1;for(;o<e.length&&/\s/.test(e[o]);)o++;if(o<e.length&&/[a-zA-Z_]/.test(e[o])){for(;o<e.length&&/[a-zA-Z0-9_]/.test(e[o]);)o++;let s=o;for(;s<e.length&&/\s/.test(e[s]);)s++;if(s<e.length&&e[s]==="="&&e[s+1]!=="=")return e.slice(0,n)}}}return e}function dd(e){const t=xn(e);return t?{name:t.name,domain:t.domain,owner:t.owner,description:t.description,blockType:t.blockType,tags:t.tags}:null}function ya(e,t,n){const r=xn(e);if(!r){const s=n.replace(/"/g,'\\"'),a=new RegExp(`(\\b${t}\\s*=\\s*)"[^"]*"`,"i");return a.test(e)?e.replace(a,`$1"${s}"`):kc(e,` ${t} = "${s}"`)}const o={...r};return t==="domain"&&(o.domain=n),t==="owner"&&(o.owner=n),t==="description"&&(o.description=n),t==="type"&&(o.blockType=n),pr(o)}function sR(e,t){const n=xn(e);if(!n){const r=t.replace(/"/g,'\\"');return/^\s*block\s+"/i.test(e)?e.replace(/^(\s*block\s+)"[^"]+"/i,`$1"${r}"`):e}return pr({...n,name:t})}function T_(e,t){const n=xn(e);if(!n){const r=t.map(s=>`"${s.replace(/"/g,'\\"')}"`).join(", "),o=/(\btags\s*=\s*)\[[^\]]*\]/i;return o.test(e)?e.replace(o,`$1[${r}]`):kc(e,` tags = [${r}]`)}return pr({...n,tags:t})}function S_(e,t){const n=xn(e),r=p_(t);return n?pr({...n,visualization:r}):/visualization\s*\{[\s\S]*?\n\s*\}/i.test(e)?e.replace(/visualization\s*\{[\s\S]*?\n\s*\}/i,r):kc(e,` ${r.replace(/\n/g,`
256
+ `)}`,!0)}function f_(e,t){return e==="metric"?`@metric(${t})`:`@dim(${t})`}function R_(e,t){const n=xn(e);if(!n||n.blockType!=="semantic")return e;const r={...n,metrics:[...n.metrics],dimensions:[...n.dimensions]};if(t.kind==="metric"){const o=new Set;r.metric&&o.add(r.metric);for(const a of r.metrics)o.add(a);o.add(t.name);const s=Array.from(o);r.metric=s.length===1?s[0]:"",r.metrics=s.length>1?s:[]}else r.dimensions.includes(t.name)||(r.dimensions=[...r.dimensions,t.name]);return pr(r)}function A_(e,t){const n=xn(e);if(!n||n.blockType!=="custom")return`${e.trimEnd()}
257
+ ${t}
258
+ `;const r=n.query.trimEnd(),o=r?`${r}
259
+ ${t}`:t;return pr({...n,query:o})}function xn(e){var s,a;if(!/^\s*block\s+"/i.test(e.trim()))return null;const t=l=>{var E;return((E=e.match(new RegExp(`\\b${l}\\s*=\\s*"([^"]*)"`,"i")))==null?void 0:E[1])??""},n=((s=e.match(/^\s*block\s+"([^"]+)"/i))==null?void 0:s[1])??"",r=e.match(/\btags\s*=\s*\[([^\]]*)\]/i),o=e.match(/query\s*=\s*"""([\s\S]*?)"""/i);return{name:n,domain:t("domain"),owner:t("owner"),description:t("description"),blockType:(t("type")||"custom").toLowerCase()==="semantic"?"semantic":"custom",tags:r?(r[1].match(/"([^"]*)"/g)??[]).map(l=>l.slice(1,-1)):[],metric:t("metric"),metrics:ud(e,"metrics"),dimensions:ud(e,"dimensions"),timeDimension:t("time_dimension"),granularity:t("granularity"),query:((a=o==null?void 0:o[1])==null?void 0:a.trim())??"",visualization:Td(e,"visualization"),tests:Td(e,"tests")}}function ud(e,t){const n=e.match(new RegExp(`\\b${t}\\s*=\\s*\\[([\\s\\S]*?)\\]`,"i"));return n?(n[1].match(/"([^"]*)"/g)??[]).map(r=>r.slice(1,-1)).filter(Boolean):[]}function Td(e,t){const n=new RegExp(`\\b${t}\\s*\\{`,"i").exec(e);if(!n||n.index==null)return"";let r=0,o=-1;for(let s=n.index;s<e.length;s++){const a=e[s];if(a==="{")r===0&&(o=s),r++;else if(a==="}"&&(r--,r===0&&o>=0))return e.slice(n.index,s+1).trim()}return""}function pr(e){const t=[`block "${tt(e.name||"New Block")}" {`,` domain = "${tt(e.domain||"uncategorized")}"`,` type = "${e.blockType}"`,` description = "${tt(e.description)}"`,` owner = "${tt(e.owner)}"`,` tags = [${e.tags.map(n=>`"${tt(n)}"`).join(", ")}]`];if(e.blockType==="semantic"){const n=e.metrics.length>0?Array.from(new Set(e.metrics)):e.metric?[e.metric]:[];n.length===1?t.push(` metric = "${tt(n[0])}"`):n.length>1&&t.push(` metrics = [${n.map(r=>`"${tt(r)}"`).join(", ")}]`),e.dimensions.length>0&&t.push(` dimensions = [${Array.from(new Set(e.dimensions)).map(r=>`"${tt(r)}"`).join(", ")}]`),e.timeDimension&&t.push(` time_dimension = "${tt(e.timeDimension)}"`),e.granularity&&t.push(` granularity = "${tt(e.granularity)}"`)}return e.blockType==="custom"&&(t.push(""),t.push(' query = """'),t.push(...I_(e.query.trim(),4)),t.push(' """')),e.visualization&&(t.push(""),t.push(...Sd(e.visualization,2))),e.tests&&(t.push(""),t.push(...Sd(e.tests,2))),t.push("}"),t.join(`
260
+ `)+`
261
+ `}function p_(e){const t=[];return t.push("visualization {"),t.push(` chart = "${e.chart??"table"}"`),e.x&&t.push(` x = ${e.x}`),e.y&&t.push(` y = ${e.y}`),e.color&&t.push(` color = ${e.color}`),e.title&&t.push(` title = "${tt(e.title)}"`),t.push("}"),t.join(`
262
+ `)}function I_(e,t){const n=" ".repeat(t);return(e?e.split(`
263
+ `):[""]).map(o=>`${n}${o}`)}function Sd(e,t){const n=" ".repeat(t);return e.split(`
264
+ `).map(r=>`${n}${r.trimEnd()}`)}function tt(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}function kc(e,t,n=!1){const r=e.trimEnd();if(!/^\s*block\s+"/i.test(r))return`${r}
265
+ ${t}
266
+ `;const o=n?`
267
+
268
+ ${t}
269
+ `:`
270
+ ${t}`;return r.replace(/\n\}\s*$/,`${o}
271
+ }`)}const xr=new Map;function h_(e){if(e.type==="markdown"||e.type==="param")return null;if(e.type==="sql")return e.content.trim()||null;const t=e.content.trim();return t?Hc(t):null}function Pi(){const{state:e,dispatch:t}=ue(),{substituteVariables:n}=E_(),r=f.useCallback(async l=>{const E=e.cells.find(I=>I.id===l);if(!E)return;const c=h_(E);if(!c)return;if(E.type==="dql"){const I=d_(E.content);I&&JSON.stringify(I)!==JSON.stringify(E.chartConfig)&&t({type:"UPDATE_CELL",id:l,updates:{chartConfig:I}})}const{sql:d}=n(c),u=Date.now(),T=xr.get(l);T&&T.abort();const S=new AbortController;xr.set(l,S),t({type:"UPDATE_CELL",id:l,updates:{status:"running",error:void 0,result:void 0,fromSnapshot:!1}});try{const I=await ee.executeQuery(d,S.signal),p=Date.now()-u,R=(E.executionCount??0)+1;t({type:"UPDATE_CELL",id:l,updates:{status:"success",result:{...I,executionTime:I.executionTime??p,rowCount:I.rowCount??I.rows.length},executionCount:R}}),t({type:"APPEND_QUERY_LOG",entry:{id:Dt(),cellName:E.name??E.id,rows:I.rowCount??I.rows.length,time:I.executionTime??p,ts:new Date}}),setTimeout(()=>{t({type:"UPDATE_CELL",id:l,updates:{status:"idle"}})},2e3)}catch(I){if(S.signal.aborted){t({type:"UPDATE_CELL",id:l,updates:{status:"idle",error:void 0}});return}const p=Date.now()-u,R=I instanceof Error?I.message:String(I);t({type:"UPDATE_CELL",id:l,updates:{status:"error",error:R,executionCount:(E.executionCount??0)+1}}),t({type:"APPEND_QUERY_LOG",entry:{id:Dt(),cellName:E.name??E.id,rows:0,time:p,ts:new Date,error:R}})}finally{xr.delete(l)}},[e.cells,t]),o=f.useCallback(async()=>{for(const l of e.cells)l.type!=="markdown"&&await r(l.id)},[e.cells,r]),s=f.useCallback(async l=>{if(!l)return;const E=`{{${l}}}`;for(const c of e.cells)c.type==="markdown"||c.type==="param"||c.content.includes(E)&&await r(c.id)},[e.cells,r]),a=f.useCallback(l=>{const E=xr.get(l);E&&(E.abort(),xr.delete(l)),t({type:"UPDATE_CELL",id:l,updates:{status:"idle"}})},[t]);return{executeCell:r,executeAll:o,executeDependents:s,cancelCell:a}}function Fe(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function O_(e){return typeof e=="number"?Math.abs(e)>=1e6?`${(e/1e6).toFixed(1)}M`:Math.abs(e)>=1e3?`${(e/1e3).toFixed(1)}K`:Number.isInteger(e)?String(e):e.toFixed(2):""}function N_(e){const t=e.split(`
272
+ `),n=[];let r=!1,o=!1;for(const s of t){const a=s;if(a.startsWith("```")){o&&(n.push("</ul>"),o=!1),r?(n.push("</code></pre>"),r=!1):(n.push("<pre><code>"),r=!0);continue}if(r){n.push(Fe(a));continue}if(a.startsWith("### ")){o&&(n.push("</ul>"),o=!1),n.push(`<h3>${Fe(a.slice(4))}</h3>`);continue}if(a.startsWith("## ")){o&&(n.push("</ul>"),o=!1),n.push(`<h2>${Fe(a.slice(3))}</h2>`);continue}if(a.startsWith("# ")){o&&(n.push("</ul>"),o=!1),n.push(`<h1>${Fe(a.slice(2))}</h1>`);continue}if(a.startsWith("> ")){o&&(n.push("</ul>"),o=!1),n.push(`<blockquote><p>${Fe(a.slice(2))}</p></blockquote>`);continue}if(a.startsWith("- ")||a.startsWith("* ")){o||(n.push("<ul>"),o=!0),n.push(`<li>${fd(a.slice(2))}</li>`);continue}if(o&&(n.push("</ul>"),o=!1),a.trim()===""){n.push("<br>");continue}n.push(`<p>${fd(a)}</p>`)}return o&&n.push("</ul>"),r&&n.push("</code></pre>"),n.join(`
273
+ `)}function fd(e){return Fe(e).replace(/\*\*(.+?)\*\*/g,"<strong>$1</strong>").replace(/\*(.+?)\*/g,"<em>$1</em>").replace(/`(.+?)`/g,"<code>$1</code>")}function m_(e){const{columns:t,rows:n}=e,r=n.slice(0,200),o=n.length>200,s=t.map(l=>`<th>${Fe(l)}</th>`).join(""),a=r.map(l=>`<tr>${t.map(c=>{const d=l[c],u=typeof d=="number",T=d==null?"—":String(d);return`<td${u?' class="num"':""}>${Fe(T)}</td>`}).join("")}</tr>`).join("");return`
274
+ <div class="table-wrap">
275
+ <table>
276
+ <thead><tr>${s}</tr></thead>
277
+ <tbody>${a}</tbody>
278
+ </table>
279
+ ${o?`<p class="truncated">Showing first 200 of ${n.length.toLocaleString()} rows</p>`:""}
280
+ </div>`}function C_(e){const{columns:t,rows:n}=e;if(t.length<2||n.length===0)return null;const r=t.find(s=>typeof n[0][s]=="number"),o=t.find(s=>s!==r);return!r||!o?null:{labelCol:o,valueCol:r}}function g_(e){const t=C_(e);if(!t)return null;const n=e.rows.slice(0,20).map(d=>({label:String(d[t.labelCol]??""),value:Number(d[t.valueCol]??0)})),r=Math.max(...n.map(d=>d.value),1),o=28,s=6,a=140,l=440,E=n.length*(o+s)+40,c=n.map((d,u)=>{const T=u*(o+s)+20,S=Math.max(d.value/r*l,2);return`
281
+ <text x="${a-6}" y="${T+o/2+4}" text-anchor="end" font-size="11" fill="#8b949e">${Fe(d.label.slice(0,20))}</text>
282
+ <rect x="${a}" y="${T}" width="${S}" height="${o}" rx="3" fill="#388bfd" />
283
+ <text x="${a+S+5}" y="${T+o/2+4}" font-size="11" fill="#e6edf3">${O_(d.value)}</text>`}).join("");return`<svg xmlns="http://www.w3.org/2000/svg" width="${a+l+80}" height="${E}" style="max-width:100%">${c}</svg>`}function L_(e,t){const n=t.map(r=>{if(r.type==="markdown")return`<section class="cell md-cell">${N_(r.content)}</section>`;const o=r.name?`<div class="cell-header"><span class="cell-type">${r.type.toUpperCase()}</span><span class="cell-name">${Fe(r.name)}</span></div>`:`<div class="cell-header"><span class="cell-type">${r.type.toUpperCase()}</span></div>`,s=`<pre class="cell-code"><code>${Fe(r.content)}</code></pre>`;let a="";if(r.result&&r.result.rows.length>0){const l=g_(r.result),E=m_(r.result);a=`<div class="cell-output">${`<div class="output-meta">${r.result.rows.length.toLocaleString()} rows${r.result.executionTime?` · ${r.result.executionTime}ms`:""}</div>`}${l??""}${l?"":E}</div>`}else r.error&&(a=`<div class="cell-error">⚠ ${Fe(r.error)}</div>`);return`<section class="cell sql-cell">${o}${s}${a}</section>`}).join(`
284
+ `);return`<!DOCTYPE html>
285
+ <html lang="en">
286
+ <head>
287
+ <meta charset="UTF-8">
288
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
289
+ <title>${Fe(e)}</title>
290
+ <style>
291
+ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
292
+ body {
293
+ font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
294
+ background: #0d1117; color: #e6edf3;
295
+ line-height: 1.6; padding: 0;
296
+ }
297
+ .page-header {
298
+ background: #161b22; border-bottom: 1px solid #21262d;
299
+ padding: 16px 32px; display: flex; align-items: center; gap: 12px;
300
+ }
301
+ .logo {
302
+ width: 28px; height: 28px; border-radius: 6px;
303
+ background: linear-gradient(135deg, #388bfd, #1f6feb);
304
+ display: flex; align-items: center; justify-content: center;
305
+ font-size: 10px; font-weight: 700; color: #fff;
306
+ font-family: monospace; letter-spacing: -0.5px; flex-shrink: 0;
307
+ }
308
+ .page-title { font-size: 18px; font-weight: 600; color: #e6edf3; }
309
+ .page-meta { font-size: 12px; color: #8b949e; margin-left: auto; }
310
+ .content { max-width: 900px; margin: 0 auto; padding: 32px 24px; display: flex; flex-direction: column; gap: 24px; }
311
+ .cell { border-radius: 8px; overflow: hidden; }
312
+ .md-cell { padding: 4px 0; }
313
+ .md-cell h1 { font-size: 26px; font-weight: 700; color: #e6edf3; margin: 0 0 12px; }
314
+ .md-cell h2 { font-size: 20px; font-weight: 600; color: #e6edf3; margin: 20px 0 10px; }
315
+ .md-cell h3 { font-size: 16px; font-weight: 600; color: #e6edf3; margin: 16px 0 8px; }
316
+ .md-cell p { color: #c9d1d9; margin-bottom: 8px; }
317
+ .md-cell ul { padding-left: 20px; color: #c9d1d9; margin-bottom: 8px; }
318
+ .md-cell code { background: #21262d; padding: 2px 6px; border-radius: 4px; font-family: monospace; font-size: 13px; }
319
+ .md-cell pre { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 14px; overflow-x: auto; margin-bottom: 8px; }
320
+ .md-cell pre code { background: none; padding: 0; }
321
+ .md-cell blockquote { border-left: 3px solid #388bfd; padding-left: 14px; color: #8b949e; }
322
+ .sql-cell { background: #161b22; border: 1px solid #30363d; }
323
+ .cell-header { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-bottom: 1px solid #21262d; background: #1c2128; }
324
+ .cell-type { font-size: 10px; font-weight: 600; letter-spacing: 0.05em; color: #8b949e; background: #21262d; padding: 2px 6px; border-radius: 4px; font-family: monospace; }
325
+ .cell-name { font-size: 12px; color: #388bfd; font-family: monospace; }
326
+ .cell-code { background: #0d1117; padding: 14px; font-size: 12px; font-family: 'JetBrains Mono', monospace; color: #c9d1d9; overflow-x: auto; border-bottom: 1px solid #21262d; line-height: 1.55; white-space: pre; }
327
+ .cell-output { padding: 14px; }
328
+ .output-meta { font-size: 11px; color: #8b949e; margin-bottom: 10px; }
329
+ .table-wrap { overflow-x: auto; }
330
+ table { width: 100%; border-collapse: collapse; font-size: 12px; }
331
+ th { background: #1c2128; color: #8b949e; font-weight: 600; text-align: left; padding: 7px 12px; border-bottom: 1px solid #30363d; white-space: nowrap; }
332
+ td { padding: 6px 12px; border-bottom: 1px solid #21262d; color: #e6edf3; }
333
+ td.num { text-align: right; font-family: monospace; }
334
+ tr:last-child td { border-bottom: none; }
335
+ .truncated { font-size: 11px; color: #8b949e; margin-top: 8px; }
336
+ .cell-error { padding: 12px 14px; background: #3d1a1a; border-top: 1px solid #f85149; color: #f85149; font-size: 13px; }
337
+ .exported-by { text-align: center; color: #484f58; font-size: 11px; padding: 40px 0 24px; }
338
+ </style>
339
+ </head>
340
+ <body>
341
+ <div class="page-header">
342
+ <div class="logo">DQL</div>
343
+ <span class="page-title">${Fe(e)}</span>
344
+ <span class="page-meta">Exported ${new Date().toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"})}</span>
345
+ </div>
346
+ <div class="content">
347
+ ${n}
348
+ </div>
349
+ <p class="exported-by">Built with DQL Notebook</p>
350
+ </body>
351
+ </html>`}function __(e,t){const n=L_(e,t),r=new Blob([n],{type:"text/html;charset=utf-8"}),o=URL.createObjectURL(r),s=document.createElement("a");s.href=o,s.download=`${e.toLowerCase().replace(/[^a-z0-9]+/g,"-")}-dashboard.html`,document.body.appendChild(s),s.click(),document.body.removeChild(s),URL.revokeObjectURL(o)}function x_(e,t){var s,a;const n=[];n.push(`workbook "${e}" {`);let r=0,o=0;for(const l of t)if(l.type!=="param"){if(l.type==="markdown"){o++;const E=`Markdown ${o}`;n.push(""),n.push(` page "${E}" {`);const c=l.content.split(`
352
+ `);for(const d of c)n.push(` // ${d}`);n.push(" }")}else if(l.type==="sql"){r++;const E=((s=l.name)==null?void 0:s.trim())||`Query ${r}`;n.push(""),n.push(` page "${E}" {`);const d=l.content.trim().split(`
353
+ `).map(u=>` ${u}`).join(`
354
+ `);n.push(" chart.table("),n.push(d+","),n.push(` title = "${E}"`),n.push(" )"),n.push(" }")}else if(l.type==="dql"){r++;const E=((a=l.name)==null?void 0:a.trim())||`Query ${r}`;n.push(""),n.push(` page "${E}" {`);const c=l.content.trim().split(`
355
+ `);for(const d of c)n.push(` ${d}`);n.push(" }")}}return n.push("}"),n.join(`
356
+ `)}function y_(e,t){const n=x_(e,t),r=new Blob([n],{type:"text/plain;charset=utf-8"}),o=URL.createObjectURL(r),s=document.createElement("a"),a=e.replace(/[^a-zA-Z0-9_-]/g,"_")+".dql";s.href=o,s.download=a,document.body.appendChild(s),s.click(),document.body.removeChild(s),URL.revokeObjectURL(o)}function D_({t:e}){return i.jsx("div",{style:{width:28,height:28,borderRadius:6,background:"linear-gradient(135deg, #388bfd 0%, #1f6feb 100%)",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:i.jsx("span",{style:{color:"#ffffff",fontSize:10,fontWeight:700,fontFamily:e.fontMono,letterSpacing:"-0.5px"},children:"DQL"})})}function M_(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],{executeAll:r}=Pi(),[o,s]=f.useState(!1),[a,l]=f.useState(""),[E,c]=f.useState(!1),[d,u]=f.useState(!1),[T,S]=f.useState(!1),[I,p]=f.useState(!1),[R,A]=f.useState(!1),[h,O]=f.useState(!1),N=f.useRef(null),m=f.useRef(null),C=e.mainView==="block_studio"?e.blockStudioDirty:e.notebookDirty,g=e.mainView==="notebook",D=e.mainView==="connection"?"Connections":e.mainView==="reference"?"Quick Reference":e.notebookTitle||"Untitled";f.useEffect(()=>{o&&m.current&&(m.current.focus(),m.current.select())},[o]),f.useEffect(()=>{if(!h)return;function _(v){N.current&&!N.current.contains(v.target)&&O(!1)}return document.addEventListener("mousedown",_),()=>document.removeEventListener("mousedown",_)},[h]);const L=()=>{l(e.notebookTitle),s(!0)},U=()=>{s(!1),a.trim()&&a!==e.notebookTitle&&(e.mainView==="block_studio"&&e.blockStudioMetadata?(t({type:"SET_BLOCK_STUDIO_METADATA",metadata:{...e.blockStudioMetadata,name:a.trim()}}),t({type:"SET_BLOCK_STUDIO_DRAFT",draft:sR(e.blockStudioDraft,a.trim())})):t({type:"SET_NOTEBOOK_DIRTY",dirty:!0}))},y=f.useCallback(async()=>{var _;if(e.activeFile){t({type:"SET_SAVING",saving:!0});try{if(e.mainView==="block_studio"){if(!e.blockStudioMetadata)return;const v=await ee.saveBlockStudio({path:e.activeBlockPath,source:e.blockStudioDraft,metadata:{name:e.blockStudioMetadata.name,domain:e.blockStudioMetadata.domain,description:e.blockStudioMetadata.description,owner:e.blockStudioMetadata.owner,tags:e.blockStudioMetadata.tags}});t({type:"OPEN_BLOCK_STUDIO",file:{name:`${v.metadata.name}.dql`,path:v.path,type:"block",folder:"blocks"},payload:v}),e.files.some(M=>M.path===v.path)||t({type:"FILE_ADDED",file:{name:`${v.metadata.name}.dql`,path:v.path,type:"block",folder:"blocks"}})}else{const v=e.activeFile.type==="block"?((_=e.cells[0])==null?void 0:_.content)??"":s_(e.notebookTitle,e.cells,e.notebookMetadata);await ee.saveNotebook(e.activeFile.path,v),t({type:"SET_NOTEBOOK_DIRTY",dirty:!1})}c(!0),setTimeout(()=>c(!1),2e3)}catch(v){console.error("Save failed:",v)}finally{t({type:"SET_SAVING",saving:!1})}}},[e.activeFile,e.activeBlockPath,e.blockStudioDraft,e.blockStudioMetadata,e.files,e.mainView,e.notebookTitle,e.notebookMetadata,e.cells,t]);f.useEffect(()=>{const _=v=>{(v.metaKey||v.ctrlKey)&&v.key==="s"&&(v.preventDefault(),y())};return document.addEventListener("keydown",_),()=>document.removeEventListener("keydown",_)},[y]),f.useEffect(()=>{if(!e.autoSave||!C||!e.activeFile)return;const _=setTimeout(()=>{y()},2e3);return()=>clearTimeout(_)},[e.autoSave,C,e.activeFile,e.cells,e.blockStudioDraft,y]);const b=()=>{t({type:"SET_THEME",mode:e.themeMode==="dark"?"light":"dark"})},F={height:28,padding:"0 10px",borderRadius:6,border:`1px solid ${n.btnBorder}`,cursor:"pointer",fontSize:12,fontWeight:500,fontFamily:n.font,display:"flex",alignItems:"center",gap:4,transition:"background 0.15s, color 0.15s",whiteSpace:"nowrap"};return i.jsxs("div",{style:{height:48,flexShrink:0,background:n.headerBg,borderBottom:`1px solid ${n.headerBorder}`,display:"flex",alignItems:"center",padding:"0 12px",gap:8,userSelect:"none"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:0},children:[i.jsx(D_,{t:n}),i.jsx("div",{style:{width:1,height:20,background:n.headerBorder,flexShrink:0}}),e.activeFile&&i.jsx("span",{style:{fontSize:10,fontWeight:600,color:e.activeFile.type==="block"?"#e3b341":n.accent,background:`${e.activeFile.type==="block"?"#e3b341":n.accent}18`,borderRadius:4,padding:"2px 6px",fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.05em",flexShrink:0},children:e.activeFile.type}),e.activeFile&&e.mainView!=="connection"&&e.mainView!=="reference"?o?i.jsx("input",{ref:m,value:a,onChange:_=>l(_.target.value),onBlur:U,onKeyDown:_=>{_.key==="Enter"&&U(),_.key==="Escape"&&s(!1)},style:{background:"transparent",border:`1px solid ${n.cellBorderActive}`,borderRadius:4,color:n.textPrimary,fontSize:13,fontWeight:500,fontFamily:n.font,padding:"2px 6px",outline:"none",minWidth:120,maxWidth:320}}):i.jsxs("span",{onClick:L,title:"Click to rename",style:{color:n.textPrimary,fontSize:13,fontWeight:500,fontFamily:n.font,cursor:"text",maxWidth:320,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",padding:"2px 4px",borderRadius:4,border:"1px solid transparent"},children:[D,C&&i.jsx("span",{style:{color:n.textMuted,marginLeft:4},children:"●"})]}):i.jsx("span",{style:{color:n.textSecondary,fontSize:13,fontFamily:n.font,padding:"2px 4px"},children:D})]}),i.jsx("div",{style:{flex:1}}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsxs("button",{onClick:g?r:void 0,disabled:!e.activeFile||!g,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),style:{...F,background:(d&&e.activeFile,n.accent),color:"#ffffff",border:`1px solid ${n.accent}`,opacity:!e.activeFile||!g?.4:d?.9:1},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:i.jsx("path",{d:"M1.5 1.5l7 3.5-7 3.5V1.5Z"})}),"Run All"]}),i.jsx("div",{style:{width:1,height:20,background:n.headerBorder}}),i.jsx("button",{onClick:b,onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1),title:e.themeMode==="dark"?"Switch to light mode":"Switch to dark mode",style:{...F,background:I?n.btnHover:n.btnBg,color:n.textSecondary,padding:"0 8px",fontSize:14},children:e.themeMode==="dark"?"☀":"☾"}),i.jsx("button",{onClick:y,disabled:!e.activeFile||e.savingFile,onMouseEnter:()=>S(!0),onMouseLeave:()=>S(!1),title:"Save (Cmd+S)",style:{...F,background:T&&e.activeFile?n.btnHover:n.btnBg,color:E?n.success:n.textSecondary,opacity:e.activeFile?1:.4},children:e.savingFile?i.jsxs(i.Fragment,{children:[i.jsx(P_,{}),"Saving…"]}):E?i.jsx(i.Fragment,{children:"✓ Saved"}):i.jsx(i.Fragment,{children:"Save"})}),i.jsx("button",{onClick:()=>t({type:"SET_AUTO_SAVE",enabled:!e.autoSave}),title:e.autoSave?"Auto-save on":"Auto-save off",style:{...F,background:e.autoSave?`${n.accent}20`:n.btnBg,color:e.autoSave?n.accent:n.textMuted,padding:"0 6px",fontSize:10,fontWeight:600,letterSpacing:"0.03em",border:`1px solid ${e.autoSave?n.accent:n.btnBorder}`},children:"AUTO"}),i.jsxs("button",{onClick:()=>t({type:"TOGGLE_DASHBOARD_MODE"}),disabled:!e.activeFile,title:e.dashboardMode?"Switch to editor mode":"Switch to dashboard mode",style:{...F,background:e.dashboardMode?`${n.accent}20`:n.btnBg,color:e.dashboardMode?n.accent:n.textSecondary,border:`1px solid ${e.dashboardMode?n.accent:n.btnBorder}`,opacity:e.activeFile?1:.4,padding:"0 8px"},children:[i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:e.dashboardMode?i.jsx("path",{d:"M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 8.75 4.25V1.5Z"}):i.jsx("path",{d:"M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v3.585a.746.746 0 0 1 0 .83v8.085A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25V5h13V1.75a.25.25 0 0 0-.25-.25ZM1.5 6.5v7.75c0 .138.112.25.25.25H7v-8Zm7 8h5.75a.25.25 0 0 0 .25-.25V6.5h-6Z"})}),e.dashboardMode?"Editor":"Dashboard"]}),i.jsx("div",{style:{width:1,height:20,background:n.headerBorder}}),i.jsxs("div",{ref:N,style:{position:"relative"},children:[i.jsxs("button",{onClick:()=>{e.activeFile&&O(_=>!_)},disabled:!e.activeFile,onMouseEnter:()=>A(!0),onMouseLeave:()=>A(!1),title:"Export options",style:{...F,background:(R||h)&&e.activeFile?n.btnHover:n.btnBg,color:n.textSecondary,opacity:e.activeFile?1:.4},children:[i.jsxs("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:[i.jsx("path",{d:"M2.75 14A1.75 1.75 0 0 1 1 12.25v-2.5a.75.75 0 0 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 14Z"}),i.jsx("path",{d:"M7.25 7.689V2a.75.75 0 0 1 1.5 0v5.689l1.97-1.97a.749.749 0 1 1 1.06 1.06l-3.25 3.25a.749.749 0 0 1-1.06 0L4.22 6.779a.749.749 0 1 1 1.06-1.06l1.97 1.97Z"})]}),"Export",i.jsx("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"currentColor",style:{marginLeft:1},children:i.jsx("path",{d:"M1 2.5l3 3 3-3",stroke:"currentColor",fill:"none",strokeWidth:"1.2",strokeLinecap:"round"})})]}),h&&i.jsxs("div",{style:{position:"absolute",top:32,right:0,zIndex:200,background:n.modalBg,border:`1px solid ${n.cellBorder}`,borderRadius:8,boxShadow:"0 8px 24px rgba(0,0,0,0.3)",padding:4,minWidth:160,display:"flex",flexDirection:"column",gap:2},children:[i.jsx(Rd,{label:"Export HTML",description:"Standalone dashboard",t:n,onClick:()=>{__(e.notebookTitle||"dashboard",e.cells),O(!1)}}),i.jsx(Rd,{label:"Export .dql",description:"DQL workbook file",t:n,onClick:()=>{y_(e.notebookTitle||"notebook",e.cells),O(!1)}})]})]})]})]})}function Rd({label:e,description:t,t:n,onClick:r}){const[o,s]=f.useState(!1);return i.jsxs("button",{onClick:r,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),style:{background:o?n.btnHover:"transparent",border:"none",borderRadius:5,cursor:"pointer",padding:"6px 10px",textAlign:"left",display:"flex",flexDirection:"column",gap:1,transition:"background 0.12s"},children:[i.jsx("span",{style:{fontSize:12,fontWeight:500,color:n.textPrimary,fontFamily:n.font},children:e}),i.jsx("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.font},children:t})]})}function P_(){return i.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",style:{animation:"spin 0.8s linear infinite"},children:[i.jsx("style",{children:"@keyframes spin { to { transform: rotate(360deg); } }"}),i.jsx("circle",{cx:"6",cy:"6",r:"4.5",stroke:"currentColor",strokeWidth:"1.5",strokeDasharray:"14 7"})]})}function b_(e){return e.toTimeString().slice(0,8)}function v_(e){return e<1e3?`${e}ms`:`${(e/1e3).toFixed(2)}s`}function U_(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState(!1),s=e.queryLog.filter(l=>l.error),a=l=>t({type:"SET_DEV_PANEL_TAB",tab:l});return i.jsxs("div",{style:{height:e.devPanelOpen?180:0,flexShrink:0,background:n.sidebarBg,borderTop:`1px solid ${n.headerBorder}`,display:"flex",flexDirection:"column",overflow:"hidden",transition:"height 0.2s ease",position:"relative"},children:[e.devPanelOpen&&i.jsxs(i.Fragment,{children:[i.jsxs("div",{style:{height:32,flexShrink:0,display:"flex",alignItems:"center",borderBottom:`1px solid ${n.headerBorder}`,padding:"0 8px",gap:2},children:[["logs","errors"].map(l=>i.jsx(w_,{label:l==="errors"?`Errors${s.length>0?` (${s.length})`:""}`:`Logs (${e.queryLog.length})`,active:e.devPanelTab===l,onClick:()=>a(l),t:n},l)),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:()=>t({type:"SET_CELLS",cells:e.cells}),title:"Clear logs",style:{background:"transparent",border:"none",cursor:"pointer",color:n.textMuted,fontSize:11,fontFamily:n.font,padding:"2px 6px",borderRadius:4},children:"Clear"})]}),i.jsxs("div",{style:{flex:1,overflow:"auto",padding:"4px 0"},children:[e.devPanelTab==="logs"&&(e.queryLog.length===0?i.jsx(Ad,{t:n,message:"No queries executed yet."}):[...e.queryLog].reverse().map(l=>i.jsx(pd,{entry:l,t:n},l.id))),e.devPanelTab==="errors"&&(s.length===0?i.jsx(Ad,{t:n,message:"No errors."}):[...s].reverse().map(l=>i.jsx(pd,{entry:l,t:n},l.id)))]})]}),i.jsxs("button",{onClick:()=>t({type:"TOGGLE_DEV_PANEL"}),onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),title:e.devPanelOpen?"Close panel":"Open dev panel",style:{position:"absolute",bottom:e.devPanelOpen?4:-28,right:8,height:22,padding:"0 8px",borderRadius:"4px 4px 0 0",border:`1px solid ${n.headerBorder}`,borderBottom:e.devPanelOpen?`1px solid ${n.sidebarBg}`:void 0,background:r?n.btnHover:n.sidebarBg,color:n.textMuted,cursor:"pointer",fontSize:11,fontFamily:n.font,display:"flex",alignItems:"center",gap:4,transition:"background 0.15s, bottom 0.2s ease",zIndex:10},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:i.jsx("path",{d:e.devPanelOpen?"M1 7l4-4 4 4":"M1 3l4 4 4-4",strokeWidth:"1.5",stroke:"currentColor",fill:"none"})}),"Dev"]})]})}function w_({label:e,active:t,onClick:n,t:r}){const[o,s]=f.useState(!1);return i.jsx("button",{onClick:n,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),style:{background:"transparent",border:"none",borderBottom:t?`2px solid ${r.accent}`:"2px solid transparent",cursor:"pointer",color:t?r.textPrimary:o?r.textSecondary:r.textMuted,fontSize:12,fontFamily:r.font,fontWeight:t?500:400,padding:"4px 8px",height:32,transition:"color 0.15s"},children:e})}function Ad({t:e,message:t}){return i.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",color:e.textMuted,fontSize:12,fontFamily:e.font,fontStyle:"italic"},children:t})}function pd({entry:e,t}){return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"3px 12px",fontSize:11,fontFamily:t.fontMono,color:e.error?t.error:t.textSecondary,borderLeft:e.error?`2px solid ${t.error}`:"2px solid transparent"},children:[i.jsx("span",{style:{color:t.textMuted,flexShrink:0},children:b_(e.ts)}),i.jsx("span",{style:{flexShrink:0,color:t.textPrimary,maxWidth:160,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.cellName}),e.error?i.jsx("span",{style:{color:t.error,flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.error}):i.jsxs(i.Fragment,{children:[i.jsxs("span",{style:{color:t.textMuted},children:[e.rows.toLocaleString()," rows"]}),i.jsx("span",{style:{color:t.textMuted},children:v_(e.time)})]})]})}function B_({onOpenFile:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],o=t.files.slice(0,3);return i.jsx("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",background:r.appBg,padding:40,overflow:"auto"},children:i.jsxs("div",{style:{maxWidth:720,width:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:48},children:[i.jsxs("div",{style:{textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[i.jsx("div",{style:{width:72,height:72,borderRadius:16,background:"linear-gradient(135deg, #388bfd 0%, #1f6feb 60%, #0d419d 100%)",display:"flex",alignItems:"center",justifyContent:"center",boxShadow:"0 8px 32px rgba(56,139,253,0.3)"},children:i.jsx("span",{style:{color:"#fff",fontSize:26,fontWeight:800,fontFamily:r.fontMono,letterSpacing:"-1px"},children:"DQL"})}),i.jsxs("div",{children:[i.jsx("h1",{style:{fontSize:32,fontWeight:700,color:r.textPrimary,fontFamily:r.font,marginBottom:8,letterSpacing:"-0.5px"},children:"DQL Notebook"}),i.jsx("p",{style:{fontSize:15,color:r.textSecondary,fontFamily:r.font,letterSpacing:"0.02em"},children:"Analytics as Code"})]})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",gap:16,width:"100%"},children:[i.jsx(Id,{title:"New Notebook",description:"Start a fresh analysis with an empty notebook.",icon:i.jsx(H_,{}),accent:r.accent,onClick:()=>n({type:"OPEN_NEW_NOTEBOOK_MODAL"}),t:r}),i.jsx(F_,{recentFiles:o,onOpenFile:e,t:r}),i.jsx(Id,{title:"New Block",description:"Create a reusable SQL block file.",icon:i.jsx(j_,{}),accent:"#e3b341",onClick:()=>n({type:"OPEN_NEW_BLOCK_MODAL"}),t:r})]}),i.jsxs("div",{style:{width:"100%",borderRadius:10,border:`1px solid ${r.cellBorder}`,padding:"16px 20px",background:r.cellBg},children:[i.jsx("div",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.08em",textTransform:"uppercase",color:r.textMuted,fontFamily:r.font,marginBottom:12},children:"Quick Tips"}),i.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:8},children:[["Shift + Enter","Run cell"],["⌘ + S","Save notebook"],["⌘ + B","Toggle sidebar"],["⌘ + D","Dashboard mode"],["⌘ + Shift + Enter","Run all cells"],["⌘ + J","Toggle dev panel"],["Click +","Add a new cell"],["Drag handle","Reorder cells"]].map(([s,a])=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("kbd",{style:{background:r.pillBg,border:`1px solid ${r.cellBorder}`,borderRadius:4,padding:"2px 6px",fontSize:11,fontFamily:r.fontMono,color:r.textSecondary,whiteSpace:"nowrap"},children:s}),i.jsx("span",{style:{fontSize:12,color:r.textMuted,fontFamily:r.font},children:a})]},s))})]})]})})}function Id({title:e,description:t,icon:n,accent:r,onClick:o,t:s}){const[a,l]=f.useState(!1);return i.jsxs("button",{onClick:o,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{background:a?s.cellBg:"transparent",border:`1px solid ${a?r:s.cellBorder}`,borderRadius:10,padding:"20px 16px",cursor:"pointer",textAlign:"left",display:"flex",flexDirection:"column",gap:10,transition:"border-color 0.2s, background 0.2s, box-shadow 0.2s",boxShadow:a?`0 0 0 1px ${r}30, 0 4px 16px rgba(0,0,0,0.15)`:"none"},children:[i.jsx("div",{style:{width:36,height:36,borderRadius:8,background:`${r}18`,display:"flex",alignItems:"center",justifyContent:"center",color:r},children:n}),i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:13,fontWeight:600,color:s.textPrimary,fontFamily:s.font,marginBottom:4},children:e}),i.jsx("div",{style:{fontSize:12,color:s.textSecondary,fontFamily:s.font,lineHeight:1.5},children:t})]})]})}function F_({recentFiles:e,onOpenFile:t,t:n}){const[r,o]=f.useState(!1);return i.jsxs("div",{onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),style:{background:r?n.cellBg:"transparent",border:`1px solid ${r?n.textMuted:n.cellBorder}`,borderRadius:10,padding:"20px 16px",textAlign:"left",display:"flex",flexDirection:"column",gap:10,transition:"border-color 0.2s, background 0.2s"},children:[i.jsx("div",{style:{width:36,height:36,borderRadius:8,background:`${n.warning}18`,display:"flex",alignItems:"center",justifyContent:"center",color:n.warning},children:i.jsx(k_,{})}),i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:13,fontWeight:600,color:n.textPrimary,fontFamily:n.font,marginBottom:8},children:"Open Recent"}),e.length===0?i.jsx("div",{style:{fontSize:12,color:n.textMuted,fontFamily:n.font,fontStyle:"italic"},children:"No recent files."}):i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:4},children:e.map(s=>i.jsx(G_,{file:s,onClick:()=>t(s),t:n},s.path))})]})]})}function G_({file:e,onClick:t,t:n}){const[r,o]=f.useState(!1);return i.jsx("button",{onClick:t,onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),style:{background:"transparent",border:"none",cursor:"pointer",color:r?n.accent:n.textSecondary,fontSize:12,fontFamily:n.font,textAlign:"left",padding:"2px 0",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",transition:"color 0.15s"},children:e.name.replace(/\.(dqlnb|dql)$/,"")})}function H_(){return i.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 8.75 4.25V1.5ZM8.75 5.5h2.836L10.25 3.664V4.25c0 .138.112.25.25.25H8.75Zm.5 3.25a.75.75 0 0 1 .75.75v.75h.75a.75.75 0 0 1 0 1.5H10v.75a.75.75 0 0 1-1.5 0V11.5H7.75a.75.75 0 0 1 0-1.5H8.5V9.5a.75.75 0 0 1 .75-.75Z"})})}function k_(){return i.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7-3.25v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5a.75.75 0 0 1 1.5 0Z"})})}function j_(){return i.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8.75 1.75a.75.75 0 0 0-1.5 0V6.5H2.75a.75.75 0 0 0 0 1.5H7.25v4.75a.75.75 0 0 0 1.5 0V8H13.25a.75.75 0 0 0 0-1.5H8.75V1.75Z"})})}const hd=typeof String.prototype.normalize=="function"?e=>e.normalize("NFKD"):e=>e;class Xr{constructor(t,n,r=0,o=t.length,s,a){this.test=a,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=t.iterRange(r,o),this.bufferStart=r,this.normalize=s?l=>s(hd(l)):hd,this.query=this.normalize(n)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return xI(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let t=this.peek();if(t<0)return this.done=!0,this;let n=vI(t),r=this.bufferStart+this.bufferPos;this.bufferPos+=yI(t);let o=this.normalize(n);if(o.length)for(let s=0,a=r;;s++){let l=o.charCodeAt(s),E=this.match(l,a,this.bufferPos+this.bufferStart);if(s==o.length-1){if(E)return this.value=E,this;break}a==r&&s<n.length&&n.charCodeAt(s)==l&&a++}}}match(t,n,r){let o=null;for(let s=0;s<this.matches.length;s+=2){let a=this.matches[s],l=!1;this.query.charCodeAt(a)==t&&(a==this.query.length-1?o={from:this.matches[s+1],to:r}:(this.matches[s]++,l=!0)),l||(this.matches.splice(s,2),s-=2)}return this.query.charCodeAt(0)==t&&(this.query.length==1?o={from:n,to:r}:this.matches.push(1,n)),o&&this.test&&!this.test(o.from,o.to,this.buffer,this.bufferStart)&&(o=null),o}}typeof Symbol<"u"&&(Xr.prototype[Symbol.iterator]=function(){return this});const iR={from:-1,to:-1,match:/.*/.exec("")},jc="gm"+(/x/.unicode==null?"":"u");class aR{constructor(t,n,r,o=0,s=t.length){if(this.text=t,this.to=s,this.curLine="",this.done=!1,this.value=iR,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new lR(t,n,r,o,s);this.re=new RegExp(n,jc+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.iter=t.iter();let a=t.lineAt(o);this.curLineStart=a.from,this.matchPos=$s(t,o),this.getLine(this.curLineStart)}getLine(t){this.iter.next(t),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let t=this.matchPos-this.curLineStart;;){this.re.lastIndex=t;let n=this.matchPos<=this.to&&this.re.exec(this.curLine);if(n){let r=this.curLineStart+n.index,o=r+n[0].length;if(this.matchPos=$s(this.text,o+(r==o?1:0)),r==this.curLineStart+this.curLine.length&&this.nextLine(),(r<o||r>this.value.to)&&(!this.test||this.test(r,o,n)))return this.value={from:r,to:o,match:n},this;t=this.matchPos-this.curLineStart}else if(this.curLineStart+this.curLine.length<this.to)this.nextLine(),t=0;else return this.done=!0,this}}}const Da=new WeakMap;class qn{constructor(t,n){this.from=t,this.text=n}get to(){return this.from+this.text.length}static get(t,n,r){let o=Da.get(t);if(!o||o.from>=r||o.to<=n){let l=new qn(n,t.sliceString(n,r));return Da.set(t,l),l}if(o.from==n&&o.to==r)return o;let{text:s,from:a}=o;return a>n&&(s=t.sliceString(n,a)+s,a=n),o.to<r&&(s+=t.sliceString(o.to,r)),Da.set(t,new qn(a,s)),new qn(n,s.slice(n-a,r-a))}}class lR{constructor(t,n,r,o,s){this.text=t,this.to=s,this.done=!1,this.value=iR,this.matchPos=$s(t,o),this.re=new RegExp(n,jc+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=qn.get(t,o,this.chunkEnd(o+5e3))}chunkEnd(t){return t>=this.to?this.to:this.text.lineAt(t).to}next(){for(;;){let t=this.re.lastIndex=this.matchPos-this.flat.from,n=this.re.exec(this.flat.text);if(n&&!n[0]&&n.index==t&&(this.re.lastIndex=t+1,n=this.re.exec(this.flat.text)),n){let r=this.flat.from+n.index,o=r+n[0].length;if((this.flat.to>=this.to||n.index+n[0].length<=this.flat.text.length-10)&&(!this.test||this.test(r,o,n)))return this.value={from:r,to:o,match:n},this.matchPos=$s(this.text,o+(r==o?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=qn.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(aR.prototype[Symbol.iterator]=lR.prototype[Symbol.iterator]=function(){return this});function Y_(e){try{return new RegExp(e,jc),!0}catch{return!1}}function $s(e,t){if(t>=e.length)return t;let n=e.lineAt(t),r;for(;t<n.to&&(r=n.text.charCodeAt(t-n.from))>=56320&&r<57344;)t++;return t}const W_=e=>{let{state:t}=e,n=String(t.doc.lineAt(e.state.selection.main.head).number),{close:r,result:o}=gI(e,{label:t.phrase("Go to line"),input:{type:"text",name:"line",value:n},focus:!0,submitLabel:t.phrase("go")});return o.then(s=>{let a=s&&/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(s.elements.line.value);if(!a){e.dispatch({effects:r});return}let l=t.doc.lineAt(t.selection.main.head),[,E,c,d,u]=a,T=d?+d.slice(1):0,S=c?+c:l.number;if(c&&u){let R=S/100;E&&(R=R*(E=="-"?-1:1)+l.number/t.doc.lines),S=Math.round(t.doc.lines*R)}else c&&E&&(S=S*(E=="-"?-1:1)+l.number);let I=t.doc.line(Math.max(1,Math.min(t.doc.lines,S))),p=at.cursor(I.from+Math.max(0,Math.min(T,I.length)));e.dispatch({effects:[r,ve.scrollIntoView(p.from,{y:"center"})],selection:p})}),!0},V_=({state:e,dispatch:t})=>{let{selection:n}=e,r=at.create(n.ranges.map(o=>e.wordAt(o.head)||at.cursor(o.head)),n.mainIndex);return r.eq(n)?!1:(t(e.update({selection:r})),!0)};function $_(e,t){let{main:n,ranges:r}=e.selection,o=e.wordAt(n.head),s=o&&o.from==n.from&&o.to==n.to;for(let a=!1,l=new Xr(e.doc,t,r[r.length-1].to);;)if(l.next(),l.done){if(a)return null;l=new Xr(e.doc,t,0,Math.max(0,r[r.length-1].from-1)),a=!0}else{if(a&&r.some(E=>E.from==l.value.from))continue;if(s){let E=e.wordAt(l.value.from);if(!E||E.from!=l.value.from||E.to!=l.value.to)continue}return l.value}}const X_=({state:e,dispatch:t})=>{let{ranges:n}=e.selection;if(n.some(s=>s.from===s.to))return V_({state:e,dispatch:t});let r=e.sliceDoc(n[0].from,n[0].to);if(e.selection.ranges.some(s=>e.sliceDoc(s.from,s.to)!=r))return!1;let o=$_(e,r);return o?(t(e.update({selection:e.selection.addRange(at.range(o.from,o.to),!1),effects:ve.scrollIntoView(o.to)})),!0):!1},yn=DI.define({combine(e){return MI(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new lx(t),scrollToMatch:t=>ve.scrollIntoView(t)})}});function K_(e){return e?[yn.of(e),Gl]:Gl}class cR{constructor(t){this.search=t.search,this.caseSensitive=!!t.caseSensitive,this.literal=!!t.literal,this.regexp=!!t.regexp,this.replace=t.replace||"",this.valid=!!this.search&&(!this.regexp||Y_(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!t.wholeWord,this.test=t.test}unquote(t){return this.literal?t:t.replace(/\\([nrt\\])/g,(n,r)=>r=="n"?`
357
+ `:r=="r"?"\r":r=="t"?" ":"\\")}eq(t){return this.search==t.search&&this.replace==t.replace&&this.caseSensitive==t.caseSensitive&&this.regexp==t.regexp&&this.wholeWord==t.wholeWord&&this.test==t.test}create(){return this.regexp?new ex(this):new q_(this)}getCursor(t,n=0,r){let o=t.doc?t:ZT.create({doc:t});return r==null&&(r=o.doc.length),this.regexp?$n(this,o,n,r):Vn(this,o,n,r)}}class ER{constructor(t){this.spec=t}}function z_(e,t,n){return(r,o,s,a)=>{if(n&&!n(r,o,s,a))return!1;let l=r>=a&&o<=a+s.length?s.slice(r-a,o-a):t.doc.sliceString(r,o);return e(l,t,r,o)}}function Vn(e,t,n,r){let o;return e.wholeWord&&(o=J_(t.doc,t.charCategorizer(t.selection.main.head))),e.test&&(o=z_(e.test,t,o)),new Xr(t.doc,e.unquoted,n,r,e.caseSensitive?void 0:s=>s.toLowerCase(),o)}function J_(e,t){return(n,r,o,s)=>((s>n||s+o.length<r)&&(s=Math.max(0,n-2),o=e.sliceString(s,Math.min(e.length,r+2))),(t(Xs(o,n-s))!=zt.Word||t(Ks(o,n-s))!=zt.Word)&&(t(Ks(o,r-s))!=zt.Word||t(Xs(o,r-s))!=zt.Word))}class q_ extends ER{constructor(t){super(t)}nextMatch(t,n,r){let o=Vn(this.spec,t,r,t.doc.length).nextOverlapping();if(o.done){let s=Math.min(t.doc.length,n+this.spec.unquoted.length);o=Vn(this.spec,t,0,s).nextOverlapping()}return o.done||o.value.from==n&&o.value.to==r?null:o.value}prevMatchInRange(t,n,r){for(let o=r;;){let s=Math.max(n,o-1e4-this.spec.unquoted.length),a=Vn(this.spec,t,s,o),l=null;for(;!a.nextOverlapping().done;)l=a.value;if(l)return l;if(s==n)return null;o-=1e4}}prevMatch(t,n,r){let o=this.prevMatchInRange(t,0,n);return o||(o=this.prevMatchInRange(t,Math.max(0,r-this.spec.unquoted.length),t.doc.length)),o&&(o.from!=n||o.to!=r)?o:null}getReplacement(t){return this.spec.unquote(this.spec.replace)}matchAll(t,n){let r=Vn(this.spec,t,0,t.doc.length),o=[];for(;!r.next().done;){if(o.length>=n)return null;o.push(r.value)}return o}highlight(t,n,r,o){let s=Vn(this.spec,t,Math.max(0,n-this.spec.unquoted.length),Math.min(r+this.spec.unquoted.length,t.doc.length));for(;!s.next().done;)o(s.value.from,s.value.to)}}function Q_(e,t,n){return(r,o,s)=>(!n||n(r,o,s))&&e(s[0],t,r,o)}function $n(e,t,n,r){let o;return e.wholeWord&&(o=Z_(t.charCategorizer(t.selection.main.head))),e.test&&(o=Q_(e.test,t,o)),new aR(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:o},n,r)}function Xs(e,t){return e.slice(eS(e,t,!1),t)}function Ks(e,t){return e.slice(t,eS(e,t))}function Z_(e){return(t,n,r)=>!r[0].length||(e(Xs(r.input,r.index))!=zt.Word||e(Ks(r.input,r.index))!=zt.Word)&&(e(Ks(r.input,r.index+r[0].length))!=zt.Word||e(Xs(r.input,r.index+r[0].length))!=zt.Word)}class ex extends ER{nextMatch(t,n,r){let o=$n(this.spec,t,r,t.doc.length).next();return o.done&&(o=$n(this.spec,t,0,n).next()),o.done?null:o.value}prevMatchInRange(t,n,r){for(let o=1;;o++){let s=Math.max(n,r-o*1e4),a=$n(this.spec,t,s,r),l=null;for(;!a.next().done;)l=a.value;if(l&&(s==n||l.from>s+10))return l;if(s==n)return null}}prevMatch(t,n,r){return this.prevMatchInRange(t,0,n)||this.prevMatchInRange(t,r,t.doc.length)}getReplacement(t){return this.spec.unquote(this.spec.replace).replace(/\$([$&]|\d+)/g,(n,r)=>{if(r=="&")return t.match[0];if(r=="$")return"$";for(let o=r.length;o>0;o--){let s=+r.slice(0,o);if(s>0&&s<t.match.length)return t.match[s]+r.slice(o)}return n})}matchAll(t,n){let r=$n(this.spec,t,0,t.doc.length),o=[];for(;!r.next().done;){if(o.length>=n)return null;o.push(r.value)}return o}highlight(t,n,r,o){let s=$n(this.spec,t,Math.max(0,n-250),Math.min(r+250,t.doc.length));for(;!s.next().done;)o(s.value.from,s.value.to)}}const Kr=fi.define(),Yc=fi.define(),Jt=QT.define({create(e){return new Ma(Fl(e).create(),null)},update(e,t){for(let n of t.effects)n.is(Kr)?e=new Ma(n.value.create(),e.panel):n.is(Yc)&&(e=new Ma(e.query,n.value?Wc:null));return e},provide:e=>LI.from(e,t=>t.panel)});class Ma{constructor(t,n){this.query=t,this.panel=n}}const tx=Sn.mark({class:"cm-searchMatch"}),nx=Sn.mark({class:"cm-searchMatch cm-searchMatch-selected"}),rx=PI.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(Jt))}update(e){let t=e.state.field(Jt);(t!=e.startState.field(Jt)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return Sn.none;let{view:n}=this,r=new bI;for(let o=0,s=n.visibleRanges,a=s.length;o<a;o++){let{from:l,to:E}=s[o];for(;o<a-1&&E>s[o+1].from-500;)E=s[++o].to;e.highlight(n.state,l,E,(c,d)=>{let u=n.state.selection.ranges.some(T=>T.from==c&&T.to==d);r.add(c,d,u?nx:tx)})}return r.finish()}},{decorations:e=>e.decorations});function Ro(e){return t=>{let n=t.state.field(Jt,!1);return n&&n.query.spec.valid?e(t,n):TR(t)}}const zs=Ro((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let o=at.single(r.from,r.to),s=e.state.facet(yn);return e.dispatch({selection:o,effects:[Vc(e,r),s.scrollToMatch(o.main,e)],userEvent:"select.search"}),uR(e),!0}),Js=Ro((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,o=t.prevMatch(n,r,r);if(!o)return!1;let s=at.single(o.from,o.to),a=e.state.facet(yn);return e.dispatch({selection:s,effects:[Vc(e,o),a.scrollToMatch(s.main,e)],userEvent:"select.search"}),uR(e),!0}),ox=Ro((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!n||!n.length?!1:(e.dispatch({selection:at.create(n.map(r=>at.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),sx=({state:e,dispatch:t})=>{let n=e.selection;if(n.ranges.length>1||n.main.empty)return!1;let{from:r,to:o}=n.main,s=[],a=0;for(let l=new Xr(e.doc,e.sliceDoc(r,o));!l.next().done;){if(s.length>1e3)return!1;l.value.from==r&&(a=s.length),s.push(at.range(l.value.from,l.value.to))}return t(e.update({selection:at.create(s,a),userEvent:"select.search.matches"})),!0},Od=Ro((e,{query:t})=>{let{state:n}=e,{from:r,to:o}=n.selection.main;if(n.readOnly)return!1;let s=t.nextMatch(n,r,r);if(!s)return!1;let a=s,l=[],E,c,d=[];a.from==r&&a.to==o&&(c=n.toText(t.getReplacement(a)),l.push({from:a.from,to:a.to,insert:c}),a=t.nextMatch(n,a.from,a.to),d.push(ve.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+".")));let u=e.state.changes(l);return a&&(E=at.single(a.from,a.to).map(u),d.push(Vc(e,a)),d.push(n.facet(yn).scrollToMatch(E.main,e))),e.dispatch({changes:u,selection:E,effects:d,userEvent:"input.replace"}),!0}),ix=Ro((e,{query:t})=>{if(e.state.readOnly)return!1;let n=t.matchAll(e.state,1e9).map(o=>{let{from:s,to:a}=o;return{from:s,to:a,insert:t.getReplacement(o)}});if(!n.length)return!1;let r=e.state.phrase("replaced $ matches",n.length)+".";return e.dispatch({changes:n,effects:ve.announce.of(r),userEvent:"input.replace.all"}),!0});function Wc(e){return e.state.facet(yn).createPanel(e)}function Fl(e,t){var n,r,o,s,a;let l=e.selection.main,E=l.empty||l.to>l.from+100?"":e.sliceDoc(l.from,l.to);if(t&&!E)return t;let c=e.facet(yn);return new cR({search:((n=t==null?void 0:t.literal)!==null&&n!==void 0?n:c.literal)?E:E.replace(/\n/g,"\\n"),caseSensitive:(r=t==null?void 0:t.caseSensitive)!==null&&r!==void 0?r:c.caseSensitive,literal:(o=t==null?void 0:t.literal)!==null&&o!==void 0?o:c.literal,regexp:(s=t==null?void 0:t.regexp)!==null&&s!==void 0?s:c.regexp,wholeWord:(a=t==null?void 0:t.wholeWord)!==null&&a!==void 0?a:c.wholeWord})}function dR(e){let t=qT(e,Wc);return t&&t.dom.querySelector("[main-field]")}function uR(e){let t=dR(e);t&&t==e.root.activeElement&&t.select()}const TR=e=>{let t=e.state.field(Jt,!1);if(t&&t.panel){let n=dR(e);if(n&&n!=e.root.activeElement){let r=Fl(e.state,t.query.spec);r.valid&&e.dispatch({effects:Kr.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[Yc.of(!0),t?Kr.of(Fl(e.state,t.query.spec)):fi.appendConfig.of(Gl)]});return!0},SR=e=>{let t=e.state.field(Jt,!1);if(!t||!t.panel)return!1;let n=qT(e,Wc);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:Yc.of(!1)}),!0},ax=[{key:"Mod-f",run:TR,scope:"editor search-panel"},{key:"F3",run:zs,shift:Js,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:zs,shift:Js,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:SR,scope:"editor search-panel"},{key:"Mod-Shift-l",run:sx},{key:"Mod-Alt-g",run:W_},{key:"Mod-d",run:X_,preventDefault:!0}];class lx{constructor(t){this.view=t;let n=this.query=t.state.field(Jt).query.spec;this.commit=this.commit.bind(this),this.searchField=Je("input",{value:n.search,placeholder:Ye(t,"Find"),"aria-label":Ye(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Je("input",{value:n.replace,placeholder:Ye(t,"Replace"),"aria-label":Ye(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Je("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Je("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Je("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(o,s,a){return Je("button",{class:"cm-button",name:o,onclick:s,type:"button"},a)}this.dom=Je("div",{onkeydown:o=>this.keydown(o),class:"cm-search"},[this.searchField,r("next",()=>zs(t),[Ye(t,"next")]),r("prev",()=>Js(t),[Ye(t,"previous")]),r("select",()=>ox(t),[Ye(t,"all")]),Je("label",null,[this.caseField,Ye(t,"match case")]),Je("label",null,[this.reField,Ye(t,"regexp")]),Je("label",null,[this.wordField,Ye(t,"by word")]),...t.state.readOnly?[]:[Je("br"),this.replaceField,r("replace",()=>Od(t),[Ye(t,"replace")]),r("replaceAll",()=>ix(t),[Ye(t,"replace all")])],Je("button",{name:"close",onclick:()=>SR(t),"aria-label":Ye(t,"close"),type:"button"},["×"])])}commit(){let t=new cR({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});t.eq(this.query)||(this.query=t,this.view.dispatch({effects:Kr.of(t)}))}keydown(t){UI(this.view,t,"search-panel")?t.preventDefault():t.keyCode==13&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?Js:zs)(this.view)):t.keyCode==13&&t.target==this.replaceField&&(t.preventDefault(),Od(this.view))}update(t){for(let n of t.transactions)for(let r of n.effects)r.is(Kr)&&!r.value.eq(this.query)&&this.setQuery(r.value)}setQuery(t){this.query=t,this.searchField.value=t.search,this.replaceField.value=t.replace,this.caseField.checked=t.caseSensitive,this.reField.checked=t.regexp,this.wordField.checked=t.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(yn).top}}function Ye(e,t){return e.state.phrase(t)}const rs=30,os=/[\s\.,:;?!]/;function Vc(e,{from:t,to:n}){let r=e.state.doc.lineAt(t),o=e.state.doc.lineAt(n).to,s=Math.max(r.from,t-rs),a=Math.min(o,n+rs),l=e.state.sliceDoc(s,a);if(s!=r.from){for(let E=0;E<rs;E++)if(!os.test(l[E+1])&&os.test(l[E])){l=l.slice(E);break}}if(a!=o){for(let E=l.length-1;E>l.length-rs;E--)if(!os.test(l[E-1])&&os.test(l[E])){l=l.slice(0,E);break}}return ve.announce.of(`${e.state.phrase("current match")}. ${l} ${e.state.phrase("on line")} ${r.number}.`)}const cx=ve.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),Gl=[Jt,_I.low(rx),cx],Ex=3e4,qs="application/dql-semantic-ref";let ss=[],Nd=0,zr=null;function dx(e){ee.trackUsage(e),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:e}}))}async function md(){if(Date.now()<Nd&&ss.length>0)return ss;const e=await fetch(`${window.location.origin}/api/semantic-completions`);if(!e.ok)throw new Error(`Failed to load semantic completions: HTTP ${e.status}`);const t=await e.json();return ss=Array.isArray(t.completions)?t.completions:[],Nd=Date.now()+Ex,ss}function fR(e,t,n){const r=n??e.state.selection.main.from;e.dispatch({changes:{from:r,to:n??e.state.selection.main.to,insert:t},selection:{anchor:r+t.length}}),e.focus()}function ux(e){zr=e}function Tx(e){zr===e&&(zr=null)}function Sx(e){return zr?(fR(zr,e),!0):!1}function fx(e,t,n){const r=n?e.posAtCoords(n)??e.state.selection.main.from:e.state.selection.main.from;fR(e,t,r)}function Cd(e,t,n){return{label:e.name,detail:e.type==="metric"?"@metric":"@dim",type:e.type==="metric"?"function":"variable",info:`${e.label}${e.description?`
358
+ ${e.description}`:""}${e.sql?`
359
+ ${e.sql}`:""}`,apply(r){const s=r.state.sliceDoc(n,n+1)===")"?e.name:`${e.name})`;r.dispatch({changes:{from:t,to:n,insert:s},selection:{anchor:t+s.length}}),dx(e.name)}}}function Rx(e){return{from:e,options:[{label:"@metric(",detail:"semantic metric",type:"function",apply(t,n,r,o){t.dispatch({changes:{from:r,to:o,insert:"@metric("},selection:{anchor:r+8}})}},{label:"@dim(",detail:"semantic dimension",type:"function",apply(t,n,r,o){t.dispatch({changes:{from:r,to:o,insert:"@dim("},selection:{anchor:r+5}})}}]}}const Ax=async e=>{const{state:t,pos:n}=e,r=t.sliceDoc(Math.max(0,n-120),n),o=/@metric\(([^)]*)$/i.exec(r);if(o){const l=o[1].trim().toLowerCase(),E=n-o[1].length,c=(await md()).filter(d=>d.type==="metric").filter(d=>!l||d.name.toLowerCase().includes(l)||d.label.toLowerCase().includes(l)||(d.domain??"").toLowerCase().includes(l)||d.tags.some(u=>u.toLowerCase().includes(l))).slice(0,50);return{from:E,options:c.map(d=>Cd(d,E,n)),validFor:/^[\w-]*$/}}const s=/@dim\(([^)]*)$/i.exec(r);if(s){const l=s[1].trim().toLowerCase(),E=n-s[1].length,c=(await md()).filter(d=>d.type==="dimension").filter(d=>!l||d.name.toLowerCase().includes(l)||d.label.toLowerCase().includes(l)||(d.domain??"").toLowerCase().includes(l)||d.tags.some(u=>u.toLowerCase().includes(l))).slice(0,50);return{from:E,options:c.map(d=>Cd(d,E,n)),validFor:/^[\w-]*$/}}const a=/@([md][a-z_]*)?$/i.exec(r);return a?Rx(n-a[0].length):(e.explicit,null)};function RR(e){if(!e)return null;try{const t=JSON.parse(e);return(t.type==="metric"||t.type==="dimension")&&t.name&&t.reference?{type:t.type,name:t.name,reference:t.reference}:null}catch{return null}}function px(e){const t=e.match(/LINE\s+(\d+)/i);if(t){const o=parseInt(t[1],10),s=e.match(/\n(\s*)\^/),a=s?s[1].length+1:1;return{line:o,col:a}}const n=e.match(/at line\s+(\d+),?\s*column\s+(\d+)/i);if(n)return{line:parseInt(n[1],10),col:parseInt(n[2],10)};const r=e.match(/line\s+(\d+)/i);return r?{line:parseInt(r[1],10),col:1}:null}const Ls=fi.define(),Ix=QT.define({create(){return Sn.none},update(e,t){for(const n of t.effects)if(n.is(Ls)){if(!n.value)return Sn.none;const{from:r,to:o,message:s}=n.value;return Sn.set([Sn.mark({class:"cm-sql-error",attributes:{title:s}}).range(r,o)])}return e},provide:e=>ve.decorations.from(e)}),hx=ve.baseTheme({".cm-sql-error":{textDecoration:"underline wavy #f85149",textUnderlineOffset:"3px",background:"rgba(248, 81, 73, 0.08)"}}),Ox=ve.theme({"&":{background:"#f6f8fa",color:"#1f2328"},".cm-content":{caretColor:"#1f2328"},".cm-cursor":{borderLeftColor:"#1f2328"},".cm-selectionBackground":{background:"#b3d4fc"},"&.cm-focused .cm-selectionBackground":{background:"#b3d4fc"},".cm-gutters":{background:"#f0f2f5",color:"#8c959f",border:"none",borderRight:"1px solid #d0d7de"},".cm-activeLineGutter":{background:"#e8f0fe"},".cm-activeLine":{background:"#eaf0fb"},".cm-matchingBracket":{background:"#c8e6c9",outline:"1px solid #66bb6a"},".cm-foldPlaceholder":{background:"#eaeef2",border:"1px solid #d0d7de",color:"#57606a",borderRadius:3,padding:"0 4px"},".cm-tooltip":{background:"#ffffff",border:"1px solid #d0d7de",borderRadius:6,boxShadow:"0 4px 12px rgba(0,0,0,0.12)"},".cm-tooltip.cm-tooltip-autocomplete":{"& > ul > li":{padding:"3px 8px"},"& > ul > li[aria-selected]":{background:"#dbeafe",color:"#0550ae"}},".cm-searchMatch":{background:"#fff3b0",outline:"1px solid #f5c518"},".cm-searchMatch.cm-searchMatch-selected":{background:"#f5c518"},".cm-panels":{background:"#f0f2f5",borderTop:"1px solid #d0d7de"},".cm-panel":{padding:"6px 8px"},".cm-panel input":{background:"#fff",border:"1px solid #d0d7de",borderRadius:4,padding:"2px 6px",fontSize:12},".cm-panel button":{background:"#f6f8fa",border:"1px solid #d0d7de",borderRadius:4,padding:"2px 8px",cursor:"pointer",fontSize:12,marginLeft:4}},{dark:!1}),Nx=ve.theme({".cm-panels":{background:"#161b22",borderTop:"1px solid #30363d"},".cm-panel input":{background:"#0d1117",border:"1px solid #30363d",color:"#e6edf3",borderRadius:4,padding:"2px 6px",fontSize:12},".cm-panel button":{background:"#21262d",border:"1px solid #30363d",color:"#e6edf3",borderRadius:4,padding:"2px 8px",cursor:"pointer",fontSize:12,marginLeft:4},".cm-tooltip":{background:"#1c2128",border:"1px solid #30363d",borderRadius:6,boxShadow:"0 4px 12px rgba(0,0,0,0.4)"},".cm-tooltip.cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:"#1f3858",color:"#58a6ff"}},".cm-matchingBracket":{background:"#1f3858",outline:"1px solid #388bfd"},".cm-searchMatch":{background:"#3d3000",outline:"1px solid #e3b341"},".cm-searchMatch.cm-searchMatch-selected":{background:"#6a4e00"}},{dark:!0});function $c({value:e,onChange:t,onRun:n,themeMode:r,autoFocus:o,schema:s,errorMessage:a,editorRef:l}){const E=oe[r],c=f.useRef(null),d=f.useRef(null),[u,T]=f.useState(!1),S=f.useRef(n),I=f.useRef(t),p=f.useRef(new wI);return S.current=n,I.current=t,f.useEffect(()=>{l&&(l.current={undo:()=>{d.current&&FI(d.current)},redo:()=>{d.current&&BI(d.current)},resetTo:R=>{const A=d.current;A&&A.dispatch({changes:{from:0,to:A.state.doc.length,insert:R}})}})}),f.useEffect(()=>{if(!c.current)return;const R=GI.of([{key:"Shift-Enter",run:()=>(S.current(),!0)},{key:"Ctrl-Enter",mac:"Cmd-Enter",run:()=>(S.current(),!0)},{key:"Ctrl-/",mac:"Cmd-/",run:HI},kI,...jI,...YI,...WI,...ax,...VI,...$I]),A=ve.updateListener.of(D=>{D.docChanged&&I.current(D.state.doc.toString())}),h=ve.domEventHandlers({focus:(D,L)=>{ux(L)},blur:(D,L)=>{Tx(L)}}),O=ve.theme({"&":{background:E.editorBg,fontFamily:E.fontMono,fontSize:"13px",minHeight:"80px",maxHeight:"480px"},".cm-scroller":{overflow:"auto",fontFamily:"inherit"},".cm-content":{padding:"10px 0",minHeight:"80px"},".cm-focused":{outline:"none"},".cm-editor":{border:"none"},".cm-gutters":{minWidth:40},".cm-foldGutter":{cursor:"pointer"}}),N=s?zo({schema:s,upperCaseKeywords:!1}):zo({upperCaseKeywords:!1}),m=[R,A,h,O,p.current.of(N),KI({closeOnBlur:!1,override:[Ax]}),zI(),JI(),qI(),QI(),ZI(),eh(),th(),nh(),ve.lineWrapping,K_({top:!0}),Ix,hx,...r==="dark"?[XI,Nx]:[Ox,rh(oh)]],C=ZT.create({doc:e,extensions:m}),g=new ve({state:C,parent:c.current});return d.current=g,o&&g.focus(),()=>{g.destroy(),d.current=null}},[r]),f.useEffect(()=>{const R=d.current;if(!R)return;const A=s?zo({schema:s,upperCaseKeywords:!1}):zo({upperCaseKeywords:!1});R.dispatch({effects:p.current.reconfigure(A)})},[s]),f.useEffect(()=>{const R=d.current;if(!R)return;const A=R.state.doc.toString();A!==e&&R.dispatch({changes:{from:0,to:A.length,insert:e}})},[e]),f.useEffect(()=>{const R=d.current;if(!R)return;if(!a){R.dispatch({effects:Ls.of(null)});return}const A=px(a),h=R.state.doc;if(A&&A.line>=1&&A.line<=h.lines){const O=h.line(A.line),N=O.from+Math.max(0,A.col-1),m=Math.max(N+1,O.to);R.dispatch({effects:Ls.of({from:Math.min(N,h.length),to:Math.min(m,h.length),message:a})})}else if(h.lines>=1){const O=h.line(1);R.dispatch({effects:Ls.of({from:O.from,to:Math.max(O.from+1,O.to),message:a})})}},[a]),i.jsx("div",{onDragOver:R=>{R.dataTransfer.types.includes(qs)&&(R.preventDefault(),T(!0))},onDragLeave:()=>T(!1),onDrop:R=>{const A=d.current;if(!A)return;const h=RR(R.dataTransfer.getData(qs));h&&(R.preventDefault(),T(!1),fx(A,h.reference,{x:R.clientX,y:R.clientY}),ee.trackUsage(h.name),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:h.name}})))},style:{background:E.editorBg,minHeight:80,border:u?`1px solid ${E.accent}`:"1px solid transparent",borderRadius:6,transition:"border-color 0.15s"},children:i.jsx("div",{ref:c,style:{minHeight:80}})})}$c.displayName="SQLCellEditor";function mx(e,t){const n=e.split(`
360
+ `),r=[];let o=0;for(;o<n.length;){const s=n[o],a=s.match(/^(#{1,6})\s+(.+)$/);if(a){const l=a[1].length,E=a[2],d=[28,22,18,16,14,13][l-1];r.push(i.jsx("div",{style:{fontSize:d,fontWeight:l<=2?700:600,color:t.textPrimary,fontFamily:t.font,lineHeight:1.3,marginBottom:l===1?12:8,marginTop:o>0?l===1?16:10:0,borderBottom:l===1?`1px solid ${t.cellBorder}`:void 0,paddingBottom:l===1?8:void 0},children:yr(E,t)},o)),o++;continue}if(/^[-*_]{3,}$/.test(s.trim())){r.push(i.jsx("hr",{style:{border:"none",borderTop:`1px solid ${t.cellBorder}`,margin:"12px 0"}},o)),o++;continue}if(s.startsWith("> ")){r.push(i.jsx("div",{style:{borderLeft:`3px solid ${t.textMuted}`,paddingLeft:12,marginLeft:4,color:t.textSecondary,fontStyle:"italic",fontFamily:t.fontSerif,fontSize:14},children:yr(s.slice(2),t)},o)),o++;continue}if(s.startsWith("```")){const l=[];for(o++;o<n.length&&!n[o].startsWith("```");)l.push(n[o]),o++;r.push(i.jsx("pre",{style:{background:t.editorBg,border:`1px solid ${t.cellBorder}`,borderRadius:6,padding:"10px 12px",fontSize:12,fontFamily:t.fontMono,color:t.textPrimary,overflow:"auto",margin:"8px 0",lineHeight:1.6},children:l.join(`
361
+ `)},o)),o++;continue}if(/^[-*+]\s/.test(s)){const l=[];for(;o<n.length&&/^[-*+]\s/.test(n[o]);)l.push(n[o].replace(/^[-*+]\s/,"")),o++;r.push(i.jsx("ul",{style:{paddingLeft:20,marginBottom:8,color:t.textSecondary},children:l.map((E,c)=>i.jsx("li",{style:{fontSize:14,fontFamily:t.font,lineHeight:1.6,marginBottom:2},children:yr(E,t)},c))},o));continue}if(/^\d+\.\s/.test(s)){const l=[];for(;o<n.length&&/^\d+\.\s/.test(n[o]);)l.push(n[o].replace(/^\d+\.\s/,"")),o++;r.push(i.jsx("ol",{style:{paddingLeft:20,marginBottom:8,color:t.textSecondary},children:l.map((E,c)=>i.jsx("li",{style:{fontSize:14,fontFamily:t.font,lineHeight:1.6,marginBottom:2},children:yr(E,t)},c))},o));continue}if(!s.trim()){r.push(i.jsx("div",{style:{height:8}},o)),o++;continue}r.push(i.jsx("p",{style:{fontSize:14,lineHeight:1.7,fontFamily:t.fontSerif,color:t.textSecondary,marginBottom:6},children:yr(s,t)},o)),o++}return r}function yr(e,t){const n=[];let r=e,o=0;for(;r.length>0;){const s=r.match(/\*{3}(.+?)\*{3}/),a=r.match(/\*{2}(.+?)\*{2}/),l=r.match(/\*(.+?)\*/),E=r.match(/`(.+?)`/),c=r.match(/\[(.+?)\]\((.+?)\)/),d=[s?{match:s,type:"boldItalic"}:null,a?{match:a,type:"bold"}:null,l?{match:l,type:"italic"}:null,E?{match:E,type:"code"}:null,c?{match:c,type:"link"}:null].filter(Boolean);if(d.length===0){n.push(i.jsx(Ce.Fragment,{children:r},o++));break}const u=d.reduce((S,I)=>(S.match.index??0)<(I.match.index??0)?S:I),T=u.match.index??0;switch(T>0&&n.push(i.jsx(Ce.Fragment,{children:r.slice(0,T)},o++)),u.type){case"boldItalic":n.push(i.jsx("strong",{style:{fontStyle:"italic"},children:u.match[1]},o++));break;case"bold":n.push(i.jsx("strong",{children:u.match[1]},o++));break;case"italic":n.push(i.jsx("em",{children:u.match[1]},o++));break;case"code":n.push(i.jsx("code",{style:{background:t.editorBg,border:`1px solid ${t.cellBorder}`,borderRadius:4,padding:"1px 5px",fontSize:"0.9em",fontFamily:t.fontMono,color:t.accent},children:u.match[1]},o++));break;case"link":n.push(i.jsx("a",{href:u.match[2],target:"_blank",rel:"noopener noreferrer",style:{color:t.accent,textDecoration:"underline"},children:u.match[1]},o++));break}r=r.slice(T+u.match[0].length)}return i.jsx(i.Fragment,{children:n})}function Cx({value:e,onChange:t,onRun:n,themeMode:r}){const o=oe[r],[s,a]=f.useState(!1),l=f.useRef(null);f.useEffect(()=>{if(s&&l.current){l.current.focus();const u=l.current;u.style.height="auto",u.style.height=`${Math.max(u.scrollHeight,80)}px`}},[s]);const E=()=>{a(!1)},c=u=>{if(u.key==="Escape"&&a(!1),u.key==="Enter"&&u.shiftKey&&(u.preventDefault(),a(!1),n==null||n()),u.key==="Tab"){u.preventDefault();const T=u.currentTarget,S=T.selectionStart,I=T.selectionEnd,p=e.slice(0,S)+" "+e.slice(I);t(p),requestAnimationFrame(()=>{T.selectionStart=T.selectionEnd=S+2})}},d=u=>{t(u.target.value);const T=u.target;T.style.height="auto",T.style.height=`${Math.max(T.scrollHeight,80)}px`};return s?i.jsx("textarea",{ref:l,value:e,onChange:d,onBlur:E,onKeyDown:c,placeholder:"Write markdown here...",spellCheck:!1,style:{display:"block",width:"100%",minHeight:80,padding:"12px 16px",background:o.editorBg,color:o.textPrimary,border:"none",outline:"none",resize:"none",fontFamily:o.fontMono,fontSize:13,lineHeight:"20px",borderRadius:0,caretColor:o.accent}}):e.trim()?i.jsx("div",{onDoubleClick:()=>a(!0),title:"Double-click to edit",style:{padding:"12px 16px",cursor:"text",minHeight:48},children:mx(e,o)}):i.jsx("div",{onDoubleClick:()=>a(!0),style:{padding:"12px 16px",color:o.textMuted,fontFamily:o.font,fontSize:13,fontStyle:"italic",cursor:"text",minHeight:48,display:"flex",alignItems:"center"},children:"Double-click to add markdown..."})}function gx({cell:e,themeMode:t,onApplyParam:n}){const{dispatch:r}=ue(),o=oe[t],[s,a]=f.useState(!1),l=e.paramConfig??{paramType:"text",label:"Parameter",defaultValue:"",options:[]},E=e.paramValue??l.defaultValue,c=S=>{r({type:"UPDATE_CELL",id:e.id,updates:{paramConfig:{...l,...S}}})},d=S=>{r({type:"SET_PARAM_VALUE",id:e.id,value:S})},u=(l.options??[]).map(S=>S.trim()).filter(Boolean),T=e.name?`{{${e.name}}}`:null;return i.jsxs("div",{style:{background:o.cellBg,border:`1px solid ${o.cellBorder}`,borderLeft:"3px solid #e3b341",borderRadius:8,overflow:"hidden"},children:[s&&i.jsxs("div",{style:{background:o.tableHeaderBg,borderBottom:`1px solid ${o.cellBorder}`,padding:"12px 14px",display:"flex",flexDirection:"column",gap:10},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:2},children:[i.jsx("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.06em",color:"#e3b341",fontFamily:o.fontMono,textTransform:"uppercase"},children:"Configure Parameter"}),i.jsx("button",{onClick:()=>a(!1),title:"Done",style:{background:"#e3b341",border:"none",borderRadius:5,cursor:"pointer",color:"#000",fontSize:11,fontWeight:700,fontFamily:o.font,padding:"3px 10px",display:"flex",alignItems:"center",gap:4},children:"✓ Done"})]}),i.jsxs("div",{style:{display:"flex",gap:10,flexWrap:"wrap"},children:[i.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[i.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Variable name"}),i.jsx("input",{value:e.name??"",onChange:S=>r({type:"UPDATE_CELL",id:e.id,updates:{name:S.target.value||void 0}}),placeholder:"e.g. start_date",style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:12,fontFamily:o.fontMono,padding:"4px 7px",outline:"none"}})]}),i.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[i.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Display label"}),i.jsx("input",{value:l.label,onChange:S=>c({label:S.target.value}),placeholder:"e.g. Start Date",style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:12,fontFamily:o.font,padding:"4px 7px",outline:"none"}})]}),i.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 100px"},children:[i.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Type"}),i.jsxs("select",{value:l.paramType,onChange:S=>c({paramType:S.target.value}),style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:12,fontFamily:o.font,padding:"4px 7px",outline:"none"},children:[i.jsx("option",{value:"text",children:"Text"}),i.jsx("option",{value:"number",children:"Number"}),i.jsx("option",{value:"date",children:"Date"}),i.jsx("option",{value:"select",children:"Select"})]})]}),i.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[i.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Default value"}),i.jsx("input",{type:l.paramType==="number"?"number":l.paramType==="date"?"date":"text",value:l.defaultValue,onChange:S=>c({defaultValue:S.target.value}),style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:12,fontFamily:o.font,padding:"4px 7px",outline:"none"}})]})]}),l.paramType==="select"&&i.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3},children:[i.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Options (one per line)"}),i.jsx("textarea",{value:(l.options??[]).join(`
362
+ `),onChange:S=>c({options:S.target.value.split(`
363
+ `)}),rows:4,placeholder:`Option A
364
+ Option B
365
+ Option C`,style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:12,fontFamily:o.fontMono,padding:"5px 7px",outline:"none",resize:"vertical"}})]})]}),i.jsxs("div",{style:{padding:"12px 14px",display:"flex",alignItems:"center",gap:12,flexWrap:"wrap"},children:[i.jsx("button",{onClick:()=>a(S=>!S),title:s?"Close config":"Configure parameter",style:{background:s?"#e3b34118":"transparent",border:`1px solid ${s?"#e3b341":o.cellBorder}`,borderRadius:5,cursor:"pointer",color:s?"#e3b341":o.textMuted,width:26,height:26,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,transition:"all 0.15s"},children:s?i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.749.749 0 1 1 1.06-1.06L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"})}):i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM8 5.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"})})}),i.jsx("span",{style:{fontSize:13,fontWeight:500,fontFamily:o.font,color:o.textSecondary,flexShrink:0},children:l.label}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[l.paramType==="select"?i.jsx("select",{value:E,onChange:S=>d(S.target.value),style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:5,color:o.textPrimary,fontSize:13,fontFamily:o.font,padding:"5px 10px",outline:"none",minWidth:160},children:u.length===0?i.jsx("option",{value:"",children:"— no options configured —"}):u.map(S=>i.jsx("option",{value:S,children:S},S))}):i.jsx("input",{type:l.paramType,value:E,onChange:S=>d(S.target.value),style:{background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:5,color:o.textPrimary,fontSize:13,fontFamily:l.paramType==="number"?o.fontMono:o.font,padding:"5px 10px",outline:"none",minWidth:160}}),T&&i.jsx("span",{style:{fontSize:10,fontFamily:o.fontMono,color:"#e3b341",opacity:.8},children:T})]}),E&&i.jsx("span",{style:{fontSize:12,fontFamily:o.fontMono,color:o.textPrimary,background:"#e3b34118",border:"1px solid #e3b34140",borderRadius:4,padding:"2px 8px",flexShrink:0},children:E}),e.name&&n&&i.jsx("button",{onClick:()=>n(e.name),title:`Re-run cells that use {{${e.name}}}`,style:{background:"#e3b341",border:"none",borderRadius:5,cursor:"pointer",color:"#000",fontSize:11,fontWeight:600,fontFamily:o.font,padding:"4px 12px",flexShrink:0,transition:"opacity 0.15s"},children:"Apply"})]})]})}function Lx({cell:e,themeMode:t,title:n,subtitle:r,color:o,badge:s}){const a=oe[t];return i.jsxs("div",{style:{display:"flex",flexDirection:"column",background:a.cellBg,border:`1px solid ${a.cellBorder}`,borderLeft:`3px solid ${o}`,borderRadius:6,padding:"14px 16px",gap:8,fontFamily:a.font},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:10,fontFamily:a.fontMono,fontWeight:700,letterSpacing:"0.08em",color:o,textTransform:"uppercase",padding:"2px 6px",borderRadius:3,background:`${o}18`},children:n}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:a.fontMono,color:a.textSecondary},children:e.name}),s&&i.jsx("span",{style:{fontSize:9,fontFamily:a.fontMono,fontWeight:600,letterSpacing:"0.1em",color:a.textMuted,textTransform:"uppercase",marginLeft:"auto",padding:"2px 6px",border:`1px solid ${a.cellBorder}`,borderRadius:3},children:s})]}),i.jsx("div",{style:{fontSize:12,color:a.textSecondary,lineHeight:1.5},children:r})]})}function _x(e){return e.type==="param"?"param":e.type.toUpperCase()}function xx({cells:e,index:t,content:n,themeMode:r,onInsertHandle:o}){const s=oe[r],[a,l]=f.useState(!1),E=f.useRef(null),c=f.useMemo(()=>e.slice(0,t).filter(T=>T.name&&T.name.trim().length>0),[e,t]),d=f.useMemo(()=>a_(n),[n]);f.useEffect(()=>{if(!a)return;const T=S=>{var I;(I=E.current)!=null&&I.contains(S.target)||l(!1)};return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[a]);const u=d.length===0?"df":d.length===1?`df: ${d[0]}`:`df: ${d[0]} +${d.length-1}`;return i.jsxs("div",{ref:E,style:{position:"relative",flexShrink:0},children:[i.jsxs("button",{onClick:()=>l(T=>!T),title:"Insert an upstream dataframe handle ({{name}})",style:{display:"inline-flex",alignItems:"center",gap:4,fontSize:10,fontFamily:s.fontMono,fontWeight:600,letterSpacing:"0.04em",color:d.length>0?s.accent:s.textMuted,background:d.length>0?`${s.accent}14`:"transparent",border:`1px solid ${d.length>0?`${s.accent}55`:s.btnBorder}`,borderRadius:4,padding:"1px 6px",cursor:"pointer",textTransform:"lowercase",transition:"border-color 0.15s, color 0.15s"},children:[u,i.jsx("span",{style:{fontSize:8,opacity:.7},children:"▾"})]}),a&&i.jsxs("div",{style:{position:"absolute",top:"calc(100% + 4px)",left:0,zIndex:20,minWidth:220,maxWidth:280,background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.25)",padding:4,display:"flex",flexDirection:"column",gap:2},children:[i.jsx("div",{style:{fontSize:9,fontFamily:s.font,fontWeight:700,letterSpacing:"0.1em",color:s.textMuted,textTransform:"uppercase",padding:"4px 8px 2px"},children:"Upstream dataframes"}),c.length===0&&i.jsx("div",{style:{fontSize:11,fontFamily:s.font,color:s.textMuted,padding:"6px 8px 8px",lineHeight:1.4},children:"No named upstream cells yet. Name a cell (click its header) to expose it here."}),c.map(T=>{const S=T.name?d.includes(T.name):!1;return i.jsxs("button",{onClick:()=>{T.name&&o(T.name),l(!1)},style:{display:"flex",alignItems:"center",gap:8,padding:"5px 8px",background:S?`${s.accent}14`:"transparent",border:"none",borderRadius:4,cursor:"pointer",textAlign:"left",color:s.textPrimary,fontFamily:s.fontMono,fontSize:11},onMouseEnter:I=>{S||(I.currentTarget.style.background=s.tableRowHover)},onMouseLeave:I=>{S||(I.currentTarget.style.background="transparent")},children:[i.jsx("span",{style:{fontSize:9,fontFamily:s.fontMono,fontWeight:700,color:s.textMuted,minWidth:36},children:_x(T)}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:T.name}),S&&i.jsx("span",{style:{fontSize:9,color:s.accent,fontWeight:700,letterSpacing:"0.08em"},children:"IN USE"})]},T.id)})]})]})}const yx=/date|time|_at$|_on$|timestamp/i;function Dx(e){return typeof e=="number"||typeof e=="string"&&e!==""&&!isNaN(Number(e))}function Xc(e,t){if(yx.test(e))return"date";const n=t.slice(0,40).map(o=>o[e]).filter(o=>o!=null);return n.length===0?"string":n.every(o=>typeof o=="boolean")?"bool":n.every(o=>typeof o=="object")?"json":n.filter(Dx).length/n.length>.8?"numeric":"string"}function AR(e){return e==="numeric"?"measure":e==="date"?"temporal":"dimension"}const Mx=[25,50,100,500];function Hl(e){return typeof e=="number"?!0:typeof e=="string"?!isNaN(Number(e))&&e.trim()!=="":!1}function Px(e){switch(e){case"numeric":return{icon:"#",color:"#79c0ff"};case"date":return{icon:"📅",color:"#e3b341"};case"bool":return{icon:"T/F",color:"#a371f7"};case"json":return{icon:"{}",color:"#ff7b72"};case"string":default:return{icon:"A",color:"#56d364"}}}function pR(e){return e==null?"":typeof e=="object"?JSON.stringify(e):String(e)}function bx(e,t){return e==null?1:t==null?-1:Hl(e)&&Hl(t)?Number(e)-Number(t):String(e).localeCompare(String(t))}function vx(e,t){const n=a=>a.includes(",")||a.includes('"')||a.includes(`
366
+ `)?`"${a.replace(/"/g,'""')}"`:a,r=e.columns.map(n).join(","),o=e.rows.map(a=>e.columns.map(l=>n(pR(a[l]))).join(",")),s=[r,...o].join(`
367
+ `);IR(s,"export.csv","text/csv")}function Ux(e,t){const n=JSON.stringify(e.rows,null,2);IR(n,"export.json","application/json")}function IR(e,t,n){const r=new Blob([e],{type:n}),o=URL.createObjectURL(r),s=document.createElement("a");s.href=o,s.download=t,document.body.appendChild(s),s.click(),document.body.removeChild(s),URL.revokeObjectURL(o)}function wx({dir:e,color:t}){return e?i.jsx("svg",{width:"8",height:"10",viewBox:"0 0 8 10",fill:t,style:{marginLeft:3,flexShrink:0},children:e==="asc"?i.jsx("path",{d:"M4 0L7 4H1L4 0Z"}):i.jsx("path",{d:"M4 10L1 6H7L4 10Z"})}):i.jsxs("svg",{width:"8",height:"10",viewBox:"0 0 8 10",fill:t,opacity:.3,style:{marginLeft:3,flexShrink:0},children:[i.jsx("path",{d:"M4 0L7 3.5H1L4 0Z"}),i.jsx("path",{d:"M4 10L1 6.5H7L4 10Z"})]})}function Ao({result:e,themeMode:t}){const n=oe[t],[r,o]=f.useState(null),[s,a]=f.useState(null),[l,E]=f.useState(null),[c,d]=f.useState(""),[u,T]=f.useState(50),[S,I]=f.useState(0),p=f.useCallback(C=>{s===C?l==="asc"?E("desc"):l==="desc"?(a(null),E(null)):E("asc"):(a(C),E("asc")),I(0)},[s,l]),R=f.useMemo(()=>{if(!c.trim())return e.rows;const C=c.toLowerCase();return e.rows.filter(g=>e.columns.some(D=>{const L=g[D];return L==null?!1:String(L).toLowerCase().includes(C)}))},[e.rows,e.columns,c]),A=f.useMemo(()=>{if(!s||!l)return R;const C=[...R];return C.sort((g,D)=>{const L=bx(g[s],D[s]);return l==="desc"?-L:L}),C},[R,s,l]),h=f.useMemo(()=>{const C=new Map;for(const g of e.columns)C.set(g,Xc(g,e.rows));return C},[e.columns,e.rows]),O=Math.max(1,Math.ceil(A.length/u)),N=Math.min(S,O-1),m=A.slice(N*u,(N+1)*u);return e.columns.length===0?i.jsx("div",{style:{padding:"12px 16px",color:n.textMuted,fontSize:12,fontFamily:n.font,fontStyle:"italic"},children:"Query executed successfully. No columns to display."}):i.jsxs("div",{children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"4px 8px",borderBottom:`1px solid ${n.tableBorder}`,background:`${n.tableHeaderBg}60`,flexWrap:"wrap"},children:[i.jsxs("div",{style:{position:"relative",flex:"0 1 200px",minWidth:120},children:[i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:n.textMuted,style:{position:"absolute",left:6,top:6},children:i.jsx("path",{d:"M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"})}),i.jsx("input",{value:c,onChange:C=>{d(C.target.value),I(0)},placeholder:"Filter rows...",style:{width:"100%",background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:4,color:n.textPrimary,fontSize:11,fontFamily:n.font,padding:"3px 8px 3px 22px",outline:"none"}}),c&&i.jsx("button",{onClick:()=>d(""),style:{position:"absolute",right:4,top:3,background:"none",border:"none",color:n.textMuted,cursor:"pointer",fontSize:12,padding:"0 2px"},children:"×"})]}),i.jsxs("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.font},children:[c?`${A.length} of ${e.rows.length}`:`${e.rows.length}`," rows"]}),i.jsx("div",{style:{flex:1}}),i.jsx(gd,{label:"CSV",onClick:()=>vx(e),t:n}),i.jsx(gd,{label:"JSON",onClick:()=>Ux(e),t:n}),i.jsx("select",{value:u,onChange:C=>{T(Number(C.target.value)),I(0)},style:{background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:3,color:n.textSecondary,fontSize:10,fontFamily:n.font,padding:"2px 4px",outline:"none"},children:Mx.map(C=>i.jsxs("option",{value:C,children:[C," / page"]},C))}),O>1&&i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[i.jsx(Gn,{disabled:N===0,onClick:()=>I(0),t:n,children:"«"}),i.jsx(Gn,{disabled:N===0,onClick:()=>I(N-1),t:n,children:"‹"}),i.jsxs("span",{style:{fontSize:10,color:n.textSecondary,fontFamily:n.font,padding:"0 4px"},children:[N+1,"/",O]}),i.jsx(Gn,{disabled:N>=O-1,onClick:()=>I(N+1),t:n,children:"›"}),i.jsx(Gn,{disabled:N>=O-1,onClick:()=>I(O-1),t:n,children:"»"})]})]}),i.jsx("div",{style:{maxHeight:400,overflow:"auto",position:"relative"},children:i.jsxs("table",{style:{width:"100%",borderCollapse:"collapse",tableLayout:"auto",fontSize:12,fontFamily:n.fontMono},children:[i.jsx("thead",{children:i.jsx("tr",{children:e.columns.map(C=>i.jsx("th",{onClick:()=>p(C),style:{background:n.tableHeaderBg,color:n.textSecondary,fontWeight:600,fontSize:11,textAlign:"left",padding:"6px 12px",borderBottom:`1px solid ${n.tableBorder}`,borderRight:`1px solid ${n.tableBorder}`,minWidth:80,maxWidth:300,whiteSpace:"nowrap",position:"sticky",top:0,zIndex:1,fontFamily:n.font,letterSpacing:"0.03em",overflow:"hidden",textOverflow:"ellipsis",cursor:"pointer",userSelect:"none",transition:"background 0.1s"},children:i.jsxs("span",{style:{display:"flex",alignItems:"center",gap:6},children:[(()=>{const g=Px(h.get(C)??"string");return i.jsx("span",{title:h.get(C)??"string",style:{fontSize:9,fontFamily:n.fontMono,fontWeight:700,color:g.color,background:`${g.color}15`,border:`1px solid ${g.color}40`,borderRadius:3,padding:"0 4px",minWidth:14,textAlign:"center",lineHeight:"14px",flexShrink:0},children:g.icon})})(),i.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:C}),i.jsx(wx,{dir:s===C?l:null,color:s===C?n.accent:n.textMuted})]})},C))})}),i.jsx("tbody",{children:m.map((C,g)=>i.jsx("tr",{onMouseEnter:()=>o(g),onMouseLeave:()=>o(null),style:{background:r===g?n.tableRowHover:"transparent",transition:"background 0.1s"},children:e.columns.map(D=>{const L=C[D],U=L==null,y=Hl(L);return i.jsx("td",{style:{padding:"5px 12px",borderBottom:`1px solid ${n.tableBorder}`,borderRight:`1px solid ${n.tableBorder}`,color:U?n.textMuted:n.textPrimary,fontStyle:U?"italic":"normal",textAlign:y?"right":"left",whiteSpace:"nowrap",maxWidth:300,overflow:"hidden",textOverflow:"ellipsis"},children:U?"—":pR(L)},D)})},g))})]})}),i.jsxs("div",{style:{padding:"5px 10px",color:n.textMuted,fontSize:10,fontFamily:n.font,borderTop:`1px solid ${n.tableBorder}`,background:`${n.tableHeaderBg}60`,display:"flex",alignItems:"center",gap:4},children:[O>1&&i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[i.jsx(Gn,{disabled:N===0,onClick:()=>I(N-1),t:n,children:"‹"}),Bx(O,N).map((C,g)=>C==="…"?i.jsx("span",{style:{color:n.textMuted,fontSize:10,padding:"0 2px"},children:"…"},`gap-${g}`):i.jsx("button",{onClick:()=>I(C-1),style:{background:C-1===N?`${n.accent}20`:"transparent",border:"none",color:C-1===N?n.accent:n.textSecondary,fontSize:10,fontFamily:n.font,fontWeight:C-1===N?700:400,padding:"1px 6px",borderRadius:3,cursor:"pointer",minWidth:20},children:C},C)),i.jsx(Gn,{disabled:N>=O-1,onClick:()=>I(N+1),t:n,children:"›"})]}),i.jsx("div",{style:{flex:1}}),i.jsx(is,{label:"View",t:n}),i.jsx(is,{label:"Format",t:n}),i.jsx(is,{label:"Columns",t:n}),i.jsx(is,{label:"Totals",t:n}),i.jsxs("span",{style:{fontSize:10,color:n.textSecondary,fontFamily:n.font,marginLeft:6,whiteSpace:"nowrap"},children:[A.length.toLocaleString()," ",A.length===1?"row":"rows",c&&e.rows.length!==A.length&&` of ${e.rows.length.toLocaleString()}`]})]})]})}function Bx(e,t){if(e<=7)return Array.from({length:e},(o,s)=>s+1);const n=t+1,r=[1];n>3&&r.push("…");for(let o=Math.max(2,n-1);o<=Math.min(e-1,n+1);o++)r.push(o);return n<e-2&&r.push("…"),r.push(e),r}function is({label:e,t}){const[n,r]=f.useState(!1);return i.jsx("button",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),title:`${e} (coming in v0.11)`,style:{background:n?t.btnHover:"transparent",border:`1px solid ${n?t.btnBorder:"transparent"}`,borderRadius:3,color:n?t.textSecondary:t.textMuted,fontSize:10,fontFamily:t.font,fontWeight:600,padding:"2px 8px",cursor:"pointer",transition:"all 0.15s"},children:e})}function gd({label:e,onClick:t,t:n}){const[r,o]=f.useState(!1);return i.jsxs("button",{onClick:t,onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),style:{background:r?n.btnHover:"transparent",border:`1px solid ${r?n.btnBorder:"transparent"}`,borderRadius:3,cursor:"pointer",color:r?n.textSecondary:n.textMuted,fontSize:10,fontFamily:n.font,fontWeight:600,padding:"2px 6px",transition:"all 0.15s",display:"flex",alignItems:"center",gap:3},children:[i.jsxs("svg",{width:"9",height:"9",viewBox:"0 0 16 16",fill:"currentColor",children:[i.jsx("path",{d:"M2.75 14A1.75 1.75 0 0 1 1 12.25v-2.5a.75.75 0 0 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 14Z"}),i.jsx("path",{d:"M7.25 7.689V2a.75.75 0 0 1 1.5 0v5.689l1.97-1.97a.749.749 0 1 1 1.06 1.06l-3.25 3.25a.749.749 0 0 1-1.06 0L4.22 6.779a.749.749 0 1 1 1.06-1.06l1.97 1.97Z"})]}),e]})}function Gn({disabled:e,onClick:t,children:n,t:r}){return i.jsx("button",{disabled:e,onClick:t,style:{background:"transparent",border:"none",cursor:e?"default":"pointer",color:e?r.textMuted:r.textSecondary,fontSize:12,fontFamily:r.font,padding:"0 3px",opacity:e?.4:1,transition:"opacity 0.1s"},children:n})}const bi=[{value:"bar",label:"Bar"},{value:"grouped-bar",label:"Grouped Bar"},{value:"stacked-bar",label:"Stacked Bar"},{value:"line",label:"Line"},{value:"area",label:"Area"},{value:"scatter",label:"Scatter"},{value:"pie",label:"Pie"},{value:"donut",label:"Donut"},{value:"heatmap",label:"Heatmap"},{value:"histogram",label:"Histogram"},{value:"funnel",label:"Funnel"},{value:"waterfall",label:"Waterfall"},{value:"gauge",label:"Gauge"},{value:"kpi",label:"KPI"}],Fx=/date|time|at|day|month|year/i,hR=/^(label|name|category|status|type|group)$/i,NR=/^(value|count|total|revenue|amount|sum|avg|price|quantity|sales)$/i;function qt(e){return typeof e=="number"?!0:typeof e=="string"?e.trim()!==""&&!isNaN(Number(e)):!1}function Gx(e){return typeof e=="string"||typeof e=="number"}const Hx=new Set(["bar","line","area","pie","donut","scatter","heatmap","funnel","waterfall","histogram","gauge","stacked-bar","grouped-bar","kpi","table"]);function Jr(e,t){if(t!=null&&t.chart){const n=t.chart.toLowerCase().replace(/_/g,"-");if(Hx.has(n))return n}return kx(e)}function kx(e){const{columns:t,rows:n}=e;if(t.length<2||n.length===0)return"table";const r=t[0],o=t[1],s=n.slice(0,5),a=s.every(u=>qt(u[o])),l=s.every(u=>Gx(u[r]));if(Fx.test(r)&&a&&l)return"line";const E=t.find(u=>hR.test(u)),c=t.find(u=>NR.test(u));return E&&c&&s.every(T=>qt(T[c]))?"bar":s.every(u=>qt(u[r]))&&a&&t.length>=2?"scatter":t.length===2&&l&&a?"bar":"table"}const mR={default:["#388bfd","#56d364","#e3b341","#f78166","#a371f7","#39c5cf","#ffa657","#ff7b72","#89d185","#d2a8ff","#58a6ff","#3fb950"],warm:["#f85149","#f78166","#ffa657","#e3b341","#d29922","#db6d28","#ff7b72","#ffa198","#ffdfb6","#e6c174","#c4a35a","#b08c3e"],cool:["#388bfd","#58a6ff","#79c0ff","#39c5cf","#56d364","#3fb950","#a371f7","#d2a8ff","#bc8cff","#6cb6ff","#2ea043","#1f6feb"],mono:["#c9d1d9","#b1bac4","#8b949e","#6e7681","#484f58","#30363d","#21262d","#161b22","#a0a8b2","#9e9e9e","#757575","#616161"],pastel:["#b8d8f8","#b4e6c8","#f4e6a0","#f8c4a4","#d2b8f0","#a8e0e0","#f8d8a0","#f4b8b4","#c0e8c0","#e0d0f8","#a8d8f8","#b0e8b0"]},we=mR.default;function Pe(e){return Math.abs(e)>=1e6?`${(e/1e6).toFixed(1)}M`:Math.abs(e)>=1e3?`${(e/1e3).toFixed(1)}K`:e.toLocaleString(void 0,{maximumFractionDigits:2})}function jx(e){const t=new Date(e);if(!isNaN(t.getTime())){if(/^\d{4}-\d{2}-\d{2}/.test(e))return t.toLocaleDateString("en-US",{month:"short",day:"numeric"});if(/^\d{4}-\d{2}$/.test(e))return t.toLocaleDateString("en-US",{year:"numeric",month:"short"})}return String(e).length>8?String(e).slice(0,8):String(e)}function vi(e,t){const n=(t!=null&&t.x&&e.columns.includes(t.x)?t.x:void 0)??e.columns.find(o=>hR.test(o))??e.columns[0],r=(t!=null&&t.y&&e.columns.includes(t.y)?t.y:void 0)??e.columns.find(o=>NR.test(o))??e.columns[1];return{labelCol:n,valueCol:r}}const hn=20;function Kc({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),{labelCol:a,valueCol:l}=vi(e,n),E=(n==null?void 0:n.maxItems)??hn,c=e.rows.slice(0,E).map(A=>({label:String(A[a]??""),value:Number(A[l]??0)})),d=e.rows.length>E,u=Math.max(...c.map(A=>A.value),1),T=28,S=120,I=6,p=12,R=c.length*(T+I)+p*2;return i.jsxs("div",{style:{padding:"8px 0"},children:[i.jsx("svg",{width:"100%",height:R,viewBox:`0 0 600 ${R}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:c.map((A,h)=>{const O=p+h*(T+I),N=600-S-84,m=Math.max(A.value/u*N,2),C=o===h;return i.jsxs("g",{onMouseEnter:()=>s(h),onMouseLeave:()=>s(null),style:{cursor:"default"},children:[i.jsx("text",{x:S-8,y:O+T/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:A.label.length>16?A.label.slice(0,15)+"…":A.label}),i.jsx("rect",{x:S,y:O,width:m,height:T,rx:3,fill:C?r.accentHover:r.accent,style:{transition:"fill 0.15s"}}),i.jsx("text",{x:S+m+6,y:O+T/2+4,textAnchor:"start",fontSize:11,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(A.value)})]},h)})}),d&&i.jsxs("div",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font,fontStyle:"italic",padding:"4px 12px"},children:["Showing ",hn," of ",e.rows.length," rows"]})]})}function Yx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),a=n!=null&&n.x&&e.columns.includes(n.x)?n.x:e.columns[0],l=e.rows.slice(0,5),E=e.columns.filter(A=>A!==a&&l.some(h=>qt(h[A])));if(E.length===0)return i.jsx(Kc,{result:e,themeMode:t,chartConfig:n});const c=e.rows.slice(0,hn).map(A=>String(A[a]??"")),d=Math.max(...e.rows.slice(0,hn).flatMap(A=>E.map(h=>Math.abs(Number(A[h]??0)))),1),u=24,T=u/E.length,S=120,I=12,p=8,R=c.length*(u+p)+I*2;return i.jsxs("div",{style:{padding:"8px 0"},children:[i.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:E.map((A,h)=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[i.jsx("div",{style:{width:10,height:10,borderRadius:2,background:we[h%we.length]}}),i.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:A})]},A))}),i.jsx("svg",{width:"100%",height:R,viewBox:`0 0 600 ${R}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:c.map((A,h)=>{const O=I+h*(u+p),N=e.rows[h];return i.jsxs("g",{children:[i.jsx("text",{x:S-8,y:O+u/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:A.length>16?A.slice(0,15)+"…":A}),E.map((m,C)=>{const g=Number(N[m]??0),D=600-S-60,L=Math.max(Math.abs(g)/d*D,1),U=O+C*T,y=`${h}-${C}`;return i.jsxs("g",{onMouseEnter:()=>s(y),onMouseLeave:()=>s(null),children:[i.jsx("rect",{x:S,y:U,width:L,height:T-1,rx:2,fill:we[C%we.length],opacity:o===y?1:.85,style:{transition:"opacity 0.15s"}}),o===y&&i.jsx("text",{x:S+L+4,y:U+T/2+3,fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(g)})]},C)})]},h)})})]})}function Wx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),a=n!=null&&n.x&&e.columns.includes(n.x)?n.x:e.columns[0],l=e.rows.slice(0,5),E=e.columns.filter(A=>A!==a&&l.some(h=>qt(h[A])));if(E.length===0)return i.jsx(Kc,{result:e,themeMode:t,chartConfig:n});const c=e.rows.slice(0,hn),d=c.map(A=>String(A[a]??"")),u=Math.max(...c.map(A=>E.reduce((h,O)=>h+Math.abs(Number(A[O]??0)),0)),1),T=28,S=120,I=12,p=6,R=d.length*(T+p)+I*2;return i.jsxs("div",{style:{padding:"8px 0"},children:[i.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:E.map((A,h)=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[i.jsx("div",{style:{width:10,height:10,borderRadius:2,background:we[h%we.length]}}),i.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:A})]},A))}),i.jsx("svg",{width:"100%",height:R,viewBox:`0 0 600 ${R}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:d.map((A,h)=>{const O=I+h*(T+p),N=c[h],m=600-S-60;let C=S;return i.jsxs("g",{children:[i.jsx("text",{x:S-8,y:O+T/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:A.length>16?A.slice(0,15)+"…":A}),E.map((g,D)=>{const L=Math.abs(Number(N[g]??0)),U=Math.max(L/u*m,0),y=C;C+=U;const b=`${h}-${D}`;return i.jsxs("g",{onMouseEnter:()=>s(b),onMouseLeave:()=>s(null),children:[i.jsx("rect",{x:y,y:O,width:U,height:T,rx:D===0?3:0,fill:we[D%we.length],opacity:o===b?1:.85,style:{transition:"opacity 0.15s"}}),o===b&&U>30&&i.jsx("text",{x:y+U/2,y:O+T/2+4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:"#fff",fontWeight:600,children:Pe(L)})]},D)})]},h)})})]})}function Ld({result:e,themeMode:t,showArea:n}){const r=oe[t],[o,s]=f.useState(null),a=e.columns[0],l=e.columns[1],E=e.rows.map(_=>({label:String(_[a]??""),value:Number(_[l]??0)}));if(E.length<2)return null;const c=560,d=200,u=52,T=16,S=16,I=36,p=c-u-T,R=d-S-I,A=Math.min(...E.map(_=>_.value)),O=Math.max(...E.map(_=>_.value))-A||1,N=p/(E.length-1),m=_=>u+_*N,C=_=>S+R-(_-A)/O*R,g=E.map((_,v)=>({x:m(v),y:C(_.value)})),D=g.reduce((_,v,M)=>{if(M===0)return`M ${v.x},${v.y}`;const w=g[M-1],P=w.x+(v.x-w.x)/2;return`${_} C ${P},${w.y} ${P},${v.y} ${v.x},${v.y}`},""),L=`${D} L ${g[g.length-1].x},${S+R} L ${u},${S+R} Z`,U=5,y=Array.from({length:U+1},(_,v)=>{const M=A+O*v/U;return{val:M,y:C(M)}}),b=Math.ceil(E.length/8),F=E.filter((_,v)=>v%b===0||v===E.length-1);return i.jsx("div",{style:{position:"relative",padding:"8px 0"},children:i.jsxs("svg",{width:"100%",height:d,viewBox:`0 0 ${c} ${d}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},onMouseLeave:()=>s(null),children:[y.map((_,v)=>i.jsxs("g",{children:[i.jsx("line",{x1:u,y1:_.y,x2:u+p,y2:_.y,stroke:r.tableBorder,strokeWidth:.5}),i.jsx("text",{x:u-6,y:_.y+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(_.val)})]},v)),i.jsx("path",{d:L,fill:r.accent,opacity:n?.3:.15}),i.jsx("path",{d:D,fill:"none",stroke:r.accent,strokeWidth:2,strokeLinejoin:"round"}),g.map((_,v)=>i.jsx("circle",{cx:_.x,cy:_.y,r:3,fill:r.accent,style:{cursor:"crosshair"},onMouseEnter:()=>s({x:_.x,y:_.y,label:E[v].label,value:E[v].value})},v)),F.map((_,v)=>{const M=E.indexOf(_);return i.jsx("text",{x:m(M),y:S+R+16,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:jx(_.label)},v)}),i.jsx("line",{x1:u,y1:S,x2:u,y2:S+R,stroke:r.tableBorder,strokeWidth:1}),i.jsx("line",{x1:u,y1:S+R,x2:u+p,y2:S+R,stroke:r.tableBorder,strokeWidth:1}),o&&i.jsxs("g",{children:[i.jsx("rect",{x:o.x+8,y:o.y-20,width:90,height:32,rx:4,fill:r.cellBg,stroke:r.cellBorder,strokeWidth:1}),i.jsx("text",{x:o.x+13,y:o.y-8,fontSize:10,fontFamily:r.font,fill:r.textSecondary,children:o.label.length>10?o.label.slice(0,10)+"…":o.label}),i.jsx("text",{x:o.x+13,y:o.y+6,fontSize:11,fontFamily:r.fontMono,fill:r.textPrimary,fontWeight:600,children:Pe(o.value)})]})]})})}function Vx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),a=n!=null&&n.x&&e.columns.includes(n.x)?n.x:e.columns[0],l=n!=null&&n.y&&e.columns.includes(n.y)?n.y:e.columns[1],E=n!=null&&n.color&&e.columns.includes(n.color)?n.color:void 0,c=e.rows.slice(0,200).map(y=>({x:Number(y[a]??0),y:Number(y[l]??0),color:E?String(y[E]??""):void 0})),d=560,u=300,T=52,S=16,I=16,p=36,R=d-T-S,A=u-I-p,h=Math.min(...c.map(y=>y.x)),O=Math.max(...c.map(y=>y.x)),N=Math.min(...c.map(y=>y.y)),m=Math.max(...c.map(y=>y.y)),C=O-h||1,g=m-N||1,D=y=>T+(y-h)/C*R,L=y=>I+A-(y-N)/g*A,U=E?[...new Set(c.map(y=>y.color))]:[];return i.jsxs("div",{style:{padding:"8px 0"},children:[E&&U.length>0&&i.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:U.slice(0,12).map((y,b)=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[i.jsx("div",{style:{width:8,height:8,borderRadius:"50%",background:we[b%we.length]}}),i.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:y})]},y))}),i.jsxs("svg",{width:"100%",height:u,viewBox:`0 0 ${d} ${u}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:6},(y,b)=>{const F=N+g*b/5,_=L(F);return i.jsxs("g",{children:[i.jsx("line",{x1:T,y1:_,x2:T+R,y2:_,stroke:r.tableBorder,strokeWidth:.5}),i.jsx("text",{x:T-6,y:_+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(F)})]},b)}),Array.from({length:6},(y,b)=>{const F=h+C*b/5,_=D(F);return i.jsx("text",{x:_,y:I+A+16,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(F)},b)}),i.jsx("line",{x1:T,y1:I,x2:T,y2:I+A,stroke:r.tableBorder,strokeWidth:1}),i.jsx("line",{x1:T,y1:I+A,x2:T+R,y2:I+A,stroke:r.tableBorder,strokeWidth:1}),i.jsx("text",{x:T+R/2,y:u-2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:a}),i.jsx("text",{x:10,y:I+A/2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,transform:`rotate(-90, 10, ${I+A/2})`,children:l}),c.map((y,b)=>{const F=E?U.indexOf(y.color):0;return i.jsx("circle",{cx:D(y.x),cy:L(y.y),r:o===b?5:3.5,fill:we[F%we.length],opacity:o===b?1:.7,style:{cursor:"crosshair",transition:"r 0.1s, opacity 0.1s"},onMouseEnter:()=>s(b),onMouseLeave:()=>s(null)},b)}),o!==null&&i.jsxs("g",{children:[i.jsx("rect",{x:D(c[o].x)+8,y:L(c[o].y)-24,width:100,height:28,rx:4,fill:r.cellBg,stroke:r.cellBorder,strokeWidth:1}),i.jsxs("text",{x:D(c[o].x)+13,y:L(c[o].y)-8,fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:["(",Pe(c[o].x),", ",Pe(c[o].y),")"]})]})]})]})}const $x=12;function _d({result:e,themeMode:t,chartConfig:n,isDonut:r}){const o=oe[t],[s,a]=f.useState(null),{labelCol:l,valueCol:E}=vi(e,n),c=e.rows.slice(0,$x).map(h=>({label:String(h[l]??""),value:Math.abs(Number(h[E]??0))})),d=c.reduce((h,O)=>h+O.value,0)||1,u=90,T=90,S=70,I=r?40:0,p=[];let R=-Math.PI/2;c.forEach((h,O)=>{const N=h.value/d*2*Math.PI,m=R,C=R+N,g=u+S*Math.cos(m),D=T+S*Math.sin(m),L=u+S*Math.cos(C),U=T+S*Math.sin(C),y=N>Math.PI?1:0;let b;if(I>0){const F=u+I*Math.cos(m),_=T+I*Math.sin(m),v=u+I*Math.cos(C),M=T+I*Math.sin(C);b=`M ${g} ${D} A ${S} ${S} 0 ${y} 1 ${L} ${U} L ${v} ${M} A ${I} ${I} 0 ${y} 0 ${F} ${_} Z`}else b=`M ${u} ${T} L ${g} ${D} A ${S} ${S} 0 ${y} 1 ${L} ${U} Z`;p.push({path:b,color:we[O%we.length],label:h.label,value:h.value,pct:h.value/d*100}),R=C});const A=s!==null?p[s]:null;return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:16,padding:"8px 12px",flexWrap:"wrap"},children:[i.jsxs("svg",{width:180,height:180,style:{flexShrink:0},onMouseLeave:()=>a(null),children:[p.map((h,O)=>i.jsx("path",{d:h.path,fill:h.color,opacity:s===null||s===O?1:.55,style:{cursor:"pointer",transition:"opacity 0.15s"},onMouseEnter:()=>a(O)},O)),r&&i.jsxs(i.Fragment,{children:[i.jsx("text",{x:u,y:T-5,textAnchor:"middle",fontSize:11,fontFamily:o.fontMono,fill:o.textSecondary,children:Pe(A?A.value:d)}),i.jsx("text",{x:u,y:T+9,textAnchor:"middle",fontSize:9,fontFamily:o.font,fill:o.textMuted,children:A?`${A.pct.toFixed(1)}%`:"total"})]})]}),i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:4,maxHeight:180,overflowY:"auto",flex:1},children:p.map((h,O)=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,cursor:"default",opacity:s===null||s===O?1:.5},onMouseEnter:()=>a(O),onMouseLeave:()=>a(null),children:[i.jsx("div",{style:{width:10,height:10,borderRadius:2,background:h.color,flexShrink:0}}),i.jsx("span",{style:{fontSize:11,fontFamily:o.font,color:o.textSecondary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:h.label}),i.jsxs("span",{style:{fontSize:11,fontFamily:o.fontMono,color:o.textMuted,marginLeft:"auto",flexShrink:0},children:[h.pct.toFixed(1),"%"]})]},O))})]})}function Xx({result:e,themeMode:t}){const n=oe[t],[r,o]=f.useState(null),s=e.columns[0],a=e.columns.slice(1),l=e.rows.slice(0,30),E=l.flatMap(R=>a.map(A=>Number(R[A]??0))),c=Math.min(...E),u=Math.max(...E)-c||1,T=Math.min(50,480/a.length),S=24,I=100;function p(R){const A=(R-c)/u,h=Math.round(56+A*192),O=Math.round(139+A*-58),N=Math.round(253+A*-180);return`rgb(${h},${O},${N})`}return i.jsx("div",{style:{padding:"8px 0",overflowX:"auto"},children:i.jsxs("svg",{width:I+a.length*T+20,height:l.length*S+S+16,style:{display:"block",overflow:"visible"},children:[a.map((R,A)=>i.jsx("text",{x:I+A*T+T/2,y:14,textAnchor:"middle",fontSize:9,fontFamily:n.font,fill:n.textMuted,transform:`rotate(-30, ${I+A*T+T/2}, 14)`,children:R.length>8?R.slice(0,7)+"…":R},A)),l.map((R,A)=>{const h=String(R[s]??""),O=S+A*S;return i.jsxs("g",{children:[i.jsx("text",{x:I-6,y:O+S/2+4,textAnchor:"end",fontSize:10,fontFamily:n.font,fill:n.textSecondary,children:h.length>14?h.slice(0,13)+"…":h}),a.map((N,m)=>{const C=Number(R[N]??0),g=(r==null?void 0:r.r)===A&&(r==null?void 0:r.c)===m;return i.jsxs("g",{onMouseEnter:()=>o({r:A,c:m}),onMouseLeave:()=>o(null),children:[i.jsx("rect",{x:I+m*T,y:O,width:T-1,height:S-1,rx:2,fill:p(C),opacity:g?1:.85,stroke:g?n.accent:"none",strokeWidth:g?1.5:0}),g&&i.jsx("text",{x:I+m*T+T/2,y:O+S/2+4,textAnchor:"middle",fontSize:10,fontFamily:n.fontMono,fill:"#fff",fontWeight:600,children:Pe(C)})]},m)})]},A)})]})})}function Kx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),a=(n!=null&&n.x&&e.columns.includes(n.x)?n.x:void 0)??e.columns.find(D=>e.rows.slice(0,5).some(L=>qt(L[D])))??e.columns[0],l=e.rows.map(D=>Number(D[a]??0)).filter(D=>!isNaN(D));if(l.length===0)return null;const E=Math.min(20,Math.max(5,Math.ceil(Math.sqrt(l.length)))),c=Math.min(...l),T=(Math.max(...l)-c||1)/E,S=Array.from({length:E},(D,L)=>({low:c+L*T,high:c+(L+1)*T,count:0}));l.forEach(D=>{const L=Math.min(Math.floor((D-c)/T),E-1);S[L].count++});const I=Math.max(...S.map(D=>D.count),1),p=560,R=200,A=52,h=16,O=16,N=36,m=p-A-h,C=R-O-N,g=m/E;return i.jsx("div",{style:{padding:"8px 0"},children:i.jsxs("svg",{width:"100%",height:R,viewBox:`0 0 ${p} ${R}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:5},(D,L)=>{const U=I*(L+1)/5,y=O+C-U/I*C;return i.jsxs("g",{children:[i.jsx("line",{x1:A,y1:y,x2:A+m,y2:y,stroke:r.tableBorder,strokeWidth:.5}),i.jsx("text",{x:A-6,y:y+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Math.round(U)})]},L)}),S.map((D,L)=>{const U=D.count/I*C,y=A+L*g,b=O+C-U,F=o===L;return i.jsxs("g",{onMouseEnter:()=>s(L),onMouseLeave:()=>s(null),children:[i.jsx("rect",{x:y+1,y:b,width:g-2,height:U,rx:1,fill:F?r.accentHover:r.accent,opacity:F?1:.85,style:{transition:"fill 0.1s"}}),F&&i.jsx("text",{x:y+g/2,y:b-4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:D.count})]},L)}),S.filter((D,L)=>L%Math.ceil(E/6)===0).map((D,L)=>{const U=S.indexOf(D);return i.jsx("text",{x:A+U*g+g/2,y:O+C+16,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(D.low)},L)}),i.jsx("line",{x1:A,y1:O,x2:A,y2:O+C,stroke:r.tableBorder,strokeWidth:1}),i.jsx("line",{x1:A,y1:O+C,x2:A+m,y2:O+C,stroke:r.tableBorder,strokeWidth:1}),i.jsx("text",{x:A+m/2,y:R-2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:a})]})})}function zx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),{labelCol:a,valueCol:l}=vi(e,n),E=e.rows.slice(0,10).map(R=>({label:String(R[a]??""),value:Math.abs(Number(R[l]??0))}));if(E.length===0)return null;const c=E[0].value||1,d=400,u=36,T=4,S=16,I=E.length*(u+T)+S*2,p=d/2;return i.jsx("div",{style:{padding:"8px 0",display:"flex",justifyContent:"center"},children:i.jsx("svg",{width:d,height:I,style:{display:"block"},children:E.map((R,A)=>{const h=S+A*(u+T),O=R.value/c,N=Math.max(O*(d-80),40),m=o===A,C=A<E.length-1?E[A+1].value/c:O*.8,g=Math.max(C*(d-80),40),D=p-N/2,L=p+N/2,U=p+g/2,y=p-g/2,b=`M ${D} ${h} L ${L} ${h} L ${U} ${h+u} L ${y} ${h+u} Z`;return i.jsxs("g",{onMouseEnter:()=>s(A),onMouseLeave:()=>s(null),style:{cursor:"default"},children:[i.jsx("path",{d:b,fill:we[A%we.length],opacity:m?1:.85,style:{transition:"opacity 0.15s"}}),i.jsx("text",{x:p,y:h+u/2+1,textAnchor:"middle",fontSize:11,fontFamily:r.font,fill:"#fff",fontWeight:500,children:R.label}),i.jsxs("text",{x:p,y:h+u/2+13,textAnchor:"middle",fontSize:9,fontFamily:r.fontMono,fill:"rgba(255,255,255,0.7)",children:[Pe(R.value)," (",(O*100).toFixed(0),"%)"]})]},A)})})})}function Jx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],[o,s]=f.useState(null),{labelCol:a,valueCol:l}=vi(e,n),E=e.rows.slice(0,15).map(L=>({label:String(L[a]??""),value:Number(L[l]??0)}));if(E.length===0)return null;let c=0;const d=E.map(L=>{const U=c;return c+=L.value,{...L,start:U,end:c}}),u=d.flatMap(L=>[L.start,L.end]),T=Math.min(0,...u),I=Math.max(0,...u)-T||1,p=560,R=240,A=52,h=16,O=16,N=44,m=p-A-h,C=R-O-N,g=m/d.length,D=L=>O+C-(L-T)/I*C;return i.jsx("div",{style:{padding:"8px 0"},children:i.jsxs("svg",{width:"100%",height:R,viewBox:`0 0 ${p} ${R}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:6},(L,U)=>{const y=T+I*U/5,b=D(y);return i.jsxs("g",{children:[i.jsx("line",{x1:A,y1:b,x2:A+m,y2:b,stroke:r.tableBorder,strokeWidth:.5}),i.jsx("text",{x:A-6,y:b+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Pe(y)})]},U)}),i.jsx("line",{x1:A,y1:D(0),x2:A+m,y2:D(0),stroke:r.textMuted,strokeWidth:1,strokeDasharray:"3,3"}),d.map((L,U)=>{const y=A+U*g,b=D(Math.max(L.start,L.end)),_=D(Math.min(L.start,L.end))-b,v=L.value>=0,M=o===U;return i.jsxs("g",{onMouseEnter:()=>s(U),onMouseLeave:()=>s(null),children:[U<d.length-1&&i.jsx("line",{x1:y+g-2,y1:D(L.end),x2:y+g+2,y2:D(L.end),stroke:r.textMuted,strokeWidth:1,strokeDasharray:"2,2"}),i.jsx("rect",{x:y+4,y:b,width:g-8,height:Math.max(_,1),rx:2,fill:v?r.success:r.error,opacity:M?1:.8,style:{transition:"opacity 0.1s"}}),M&&i.jsxs("text",{x:y+g/2,y:b-4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:[L.value>=0?"+":"",Pe(L.value)]})]},U)}),d.map((L,U)=>i.jsx("text",{x:A+U*g+g/2,y:R-6,textAnchor:"middle",fontSize:9,fontFamily:r.font,fill:r.textMuted,transform:`rotate(-20, ${A+U*g+g/2}, ${R-6})`,children:L.label.length>8?L.label.slice(0,7)+"…":L.label},U)),i.jsx("line",{x1:A,y1:O,x2:A,y2:O+C,stroke:r.tableBorder,strokeWidth:1}),i.jsx("line",{x1:A,y1:O+C,x2:A+m,y2:O+C,stroke:r.tableBorder,strokeWidth:1})]})})}function qx({result:e,themeMode:t,chartConfig:n}){const r=oe[t],o=e.rows[0];if(!o)return null;const s=(n!=null&&n.y&&e.columns.includes(n.y)?n.y:void 0)??e.columns.find(D=>qt(o[D]))??e.columns[0],a=Number(o[s]??0),l=(n==null?void 0:n.title)??s,E=a>100?a*1.2:100,c=Math.min(Math.max(a/E,0),1),d=120,u=110,T=80,S=Math.PI,I=0,p=S-(S-I)*c,R=d+T*Math.cos(S),A=u+T*Math.sin(S),h=d+T*Math.cos(p),O=u+T*Math.sin(p),N=c>.5?1:0,m=d+T*Math.cos(I),C=u+T*Math.sin(I),g=c<.33?r.error:c<.66?r.warning:r.success;return i.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",padding:"16px 24px"},children:i.jsxs("svg",{width:240,height:140,style:{display:"block",overflow:"visible"},children:[i.jsx("path",{d:`M ${R} ${A} A ${T} ${T} 0 1 1 ${m} ${C}`,fill:"none",stroke:r.tableBorder,strokeWidth:12,strokeLinecap:"round"}),c>0&&i.jsx("path",{d:`M ${R} ${A} A ${T} ${T} 0 ${N} 1 ${h} ${O}`,fill:"none",stroke:g,strokeWidth:12,strokeLinecap:"round"}),i.jsx("text",{x:d,y:u-4,textAnchor:"middle",fontSize:28,fontFamily:r.fontMono,fill:g,fontWeight:700,children:Pe(a)}),i.jsx("text",{x:d,y:u+16,textAnchor:"middle",fontSize:11,fontFamily:r.font,fill:r.textMuted,children:l})]})})}function CR({result:e,themeMode:t,chartConfig:n}){const r=oe[t],o=e.rows[0];if(!o)return null;const s=n!=null&&n.y&&e.columns.includes(n.y)?n.y:e.columns.find(d=>qt(o[d]))??e.columns[0],a=o[s],l=Number(a),E=isNaN(l)?String(a):l.toLocaleString(void 0,{maximumFractionDigits:2}),c=(n==null?void 0:n.title)??(n!=null&&n.x&&o[n.x]?String(o[n.x]):s);return i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"32px 24px",gap:8},children:[i.jsx("span",{style:{fontSize:40,fontWeight:700,fontFamily:r.fontMono,color:r.accent,lineHeight:1.1},children:E}),i.jsx("span",{style:{fontSize:13,fontFamily:r.font,color:r.textMuted,textTransform:"uppercase",letterSpacing:"0.08em",fontWeight:500},children:c})]})}function Qx({config:e,columns:t,onChange:n,onClose:r,t:o}){const s={background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:11,fontFamily:o.font,padding:"4px 8px",outline:"none",width:"100%",boxSizing:"border-box"};return i.jsxs("div",{style:{position:"absolute",top:4,right:4,zIndex:100,background:o.cellBg,border:`1px solid ${o.headerBorder}`,borderRadius:8,padding:12,width:240,boxShadow:"0 4px 16px rgba(0,0,0,0.3)",display:"grid",gap:8},onClick:a=>a.stopPropagation(),children:[i.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[i.jsx("span",{style:{fontSize:11,fontWeight:600,color:o.textPrimary,fontFamily:o.font},children:"Chart Settings"}),i.jsx("button",{onClick:r,style:{background:"none",border:"none",color:o.textMuted,cursor:"pointer",fontSize:14},children:"×"})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Title",i.jsx("input",{value:e.title??"",onChange:a=>n({title:a.target.value||void 0}),placeholder:"Chart title",style:{...s,marginTop:2}})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["X-axis label",i.jsx("input",{value:e.xLabel??"",onChange:a=>n({xLabel:a.target.value||void 0}),placeholder:"Auto",style:{...s,marginTop:2}})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Y-axis label",i.jsx("input",{value:e.yLabel??"",onChange:a=>n({yLabel:a.target.value||void 0}),placeholder:"Auto",style:{...s,marginTop:2}})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Legend",i.jsxs("select",{value:e.legendPosition??"top",onChange:a=>n({legendPosition:a.target.value}),style:{...s,marginTop:2},children:[i.jsx("option",{value:"top",children:"Top"}),i.jsx("option",{value:"bottom",children:"Bottom"}),i.jsx("option",{value:"left",children:"Left"}),i.jsx("option",{value:"right",children:"Right"}),i.jsx("option",{value:"none",children:"Hidden"})]})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Color palette",i.jsx("select",{value:e.colorPalette??"default",onChange:a=>n({colorPalette:a.target.value}),style:{...s,marginTop:2},children:Object.keys(mR).map(a=>i.jsx("option",{value:a,children:a.charAt(0).toUpperCase()+a.slice(1)},a))})]}),i.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Max items",i.jsx("input",{type:"number",value:e.maxItems??hn,min:5,max:200,onChange:a=>n({maxItems:parseInt(a.target.value)||hn}),style:{...s,marginTop:2}})]})]})}function Zx({result:e,themeMode:t,chartConfig:n,onConfigChange:r}){const o=oe[t],s=Jr(e,n),[a,l]=f.useState(!1);return s==="kpi"?i.jsx(CR,{result:e,themeMode:t,chartConfig:n}):i.jsxs("div",{style:{position:"relative"},children:[(n==null?void 0:n.title)&&i.jsx("div",{style:{padding:"8px 12px 0",fontSize:13,fontWeight:600,color:o.textPrimary,fontFamily:o.font,textAlign:"center"},children:n.title}),r&&i.jsx("button",{onClick:()=>l(!a),title:"Chart settings",style:{position:"absolute",top:4,right:4,zIndex:50,background:a?`${o.accent}18`:"transparent",border:`1px solid ${a?o.accent:"transparent"}`,borderRadius:4,color:a?o.accent:o.textMuted,cursor:"pointer",fontSize:14,padding:"2px 6px",lineHeight:1},children:"⚙"}),a&&r&&i.jsx(Qx,{config:n??{},columns:e.columns,onChange:E=>r(E),onClose:()=>l(!1),t:o}),Ui(s,e,t,n)]})}function Ui(e,t,n,r){const o=r!=null&&r.x&&t.columns.includes(r.x)?r.x:void 0,s=r!=null&&r.y&&t.columns.includes(r.y)?r.y:void 0,a=o||s?ey(t,o,s):t;switch(e){case"line":return i.jsx(Ld,{result:a,themeMode:n});case"area":return i.jsx(Ld,{result:a,themeMode:n,showArea:!0});case"bar":return i.jsx(Kc,{result:a,themeMode:n,chartConfig:r});case"grouped-bar":return i.jsx(Yx,{result:a,themeMode:n,chartConfig:r});case"stacked-bar":return i.jsx(Wx,{result:a,themeMode:n,chartConfig:r});case"scatter":return i.jsx(Vx,{result:t,themeMode:n,chartConfig:r});case"pie":return i.jsx(_d,{result:t,themeMode:n,chartConfig:r,isDonut:!1});case"donut":return i.jsx(_d,{result:t,themeMode:n,chartConfig:r,isDonut:!0});case"heatmap":return i.jsx(Xx,{result:t,themeMode:n});case"histogram":return i.jsx(Kx,{result:t,themeMode:n,chartConfig:r});case"funnel":return i.jsx(zx,{result:t,themeMode:n,chartConfig:r});case"waterfall":return i.jsx(Jx,{result:t,themeMode:n,chartConfig:r});case"gauge":return i.jsx(qx,{result:t,themeMode:n,chartConfig:r});case"kpi":return i.jsx(CR,{result:t,themeMode:n,chartConfig:r});default:return i.jsx(Ao,{result:t,themeMode:n})}}function ey(e,t,n){const r=e.columns,o=[];t&&r.includes(t)&&o.push(t),n&&r.includes(n)&&o.push(n);for(const s of r)o.includes(s)||o.push(s);return o.join(",")===r.join(",")?e:{...e,columns:o,rows:e.rows.map(s=>{const a={};for(const l of o)a[l]=s[l];return a})}}function wi(e){var E,c;if(!e)return{metrics:[],dimensions:[],columns:[],fields:[],hasSemanticBinding:!1};const t=new Set(((E=e.semanticRefs)==null?void 0:E.metrics)??[]),n=new Set(((c=e.semanticRefs)==null?void 0:c.dimensions)??[]),r=t.size>0||n.size>0,o=[],s=[],a=[],l=[];for(const d of e.columns)t.has(d)?(o.push(d),l.push({name:d,kind:"metric"})):n.has(d)&&(s.push(d),l.push({name:d,kind:"dimension"}));for(const d of e.columns)t.has(d)||n.has(d)||(a.push(d),l.push({name:d,kind:"column",chartRole:AR(Xc(d,e.rows))}));return{metrics:o,dimensions:s,columns:a,fields:l,hasSemanticBinding:r}}function qr(e){return e==="metric"?"#":e==="dimension"?"∴":"A"}function Qr(e,t){return e==="metric"?t:e==="dimension"?"#e3b341":"#56d364"}function xd(e){return e==="metric"?"metric":e==="dimension"?"dimension":"column"}function gR({theme:e,value:t,fields:n,allowKinds:r,placeholder:o="Select field",minWidth:s=180,onChange:a}){const[l,E]=f.useState(!1),[c,d]=f.useState(""),u=f.useRef(null),T=f.useRef(null);f.useEffect(()=>{if(!l)return;const R=A=>{var h;(h=u.current)!=null&&h.contains(A.target)||E(!1)};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[l]),f.useEffect(()=>{if(l){const R=setTimeout(()=>{var A;return(A=T.current)==null?void 0:A.focus()},20);return()=>clearTimeout(R)}d("")},[l]);const S=f.useMemo(()=>n.find(R=>R.name===t),[n,t]),I=f.useMemo(()=>{if(!c)return n;const R=c.toLowerCase();return n.filter(A=>A.name.toLowerCase().includes(R))},[n,c]),p=R=>r?r.includes(R):!0;return i.jsxs("div",{ref:u,style:{position:"relative",minWidth:s},children:[i.jsxs("button",{onClick:()=>E(R=>!R),style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 8px",background:e.editorBg,border:`1px solid ${e.cellBorder}`,borderRadius:3,cursor:"pointer",color:S?e.textPrimary:e.textMuted,fontFamily:e.fontMono,fontSize:11,textAlign:"left"},children:[S?i.jsxs(i.Fragment,{children:[i.jsx("span",{style:{color:Qr(S.kind,e.accent),fontWeight:700,width:12},children:qr(S.kind)}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:S.name})]}):i.jsx("span",{style:{flex:1},children:o}),i.jsx("span",{style:{color:e.textMuted,fontSize:9},children:"▾"})]}),l&&i.jsxs("div",{style:{position:"absolute",top:"calc(100% + 2px)",left:0,right:0,zIndex:20,background:e.cellBg,border:`1px solid ${e.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.28)",padding:4,maxHeight:260,overflow:"auto",minWidth:Math.max(s,200)},children:[i.jsx("input",{ref:T,value:c,onChange:R=>d(R.target.value),placeholder:"Search fields...",style:{width:"100%",padding:"4px 6px",marginBottom:4,background:e.editorBg,border:`1px solid ${e.cellBorder}`,borderRadius:3,color:e.textPrimary,fontFamily:e.font,fontSize:11,outline:"none"}}),t&&i.jsx("button",{onClick:()=>{a(void 0),E(!1)},style:{width:"100%",textAlign:"left",padding:"3px 6px",background:"transparent",border:"none",borderRadius:3,color:e.textMuted,fontSize:10,fontFamily:e.font,cursor:"pointer",fontStyle:"italic"},children:"Clear selection"}),I.length===0&&i.jsx("div",{style:{padding:"6px 8px",fontSize:11,color:e.textMuted,fontFamily:e.font},children:"No matches"}),I.map(R=>{const A=p(R.kind);return i.jsxs("button",{onClick:()=>{A&&(a(R.name),E(!1))},disabled:!A,title:A?R.name:`${xd(R.kind)} — not selectable here`,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 6px",background:"transparent",border:"none",borderRadius:3,cursor:A?"pointer":"not-allowed",textAlign:"left",color:A?e.textPrimary:e.textMuted,fontFamily:e.fontMono,fontSize:11,opacity:A?1:.55},onMouseEnter:h=>{A&&(h.currentTarget.style.background=e.tableRowHover)},onMouseLeave:h=>{h.currentTarget.style.background="transparent"},children:[i.jsx("span",{style:{color:Qr(R.kind,e.accent),fontWeight:700,width:12,textAlign:"center"},children:qr(R.kind)}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:R.name}),i.jsx("span",{style:{fontSize:9,color:e.textMuted,fontFamily:e.font,textTransform:"uppercase",letterSpacing:"0.06em"},children:xd(R.kind)})]},R.name)})]})]})}function Bi({theme:e}){return i.jsxs("div",{style:{fontSize:10,fontFamily:e.font,color:e.textMuted,background:`${e.cellBorder}60`,borderRadius:3,padding:"3px 8px",letterSpacing:"0.02em"},children:["No semantic binding — metrics and dimensions unavailable. Use ",i.jsx("code",{children:"@metric(...)"})," or ",i.jsx("code",{children:"@dim(...)"})," upstream to populate typed pickers."]})}function po({theme:e,accentColor:t,cellLabel:n,cellName:r,description:o,upstreamOptions:s,onPick:a}){return i.jsxs("div",{style:{background:e.cellBg,border:`1px solid ${e.cellBorder}`,borderLeft:`3px solid ${t}`,borderRadius:6,padding:"18px 20px",fontFamily:e.font},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:10},children:[i.jsx("span",{style:{fontSize:10,fontFamily:e.fontMono,fontWeight:700,letterSpacing:"0.08em",color:t,background:`${t}18`,padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:n}),r&&i.jsx("span",{style:{fontSize:12,fontFamily:e.fontMono,color:e.textSecondary},children:r})]}),i.jsx("div",{style:{fontSize:12,color:e.textSecondary,marginBottom:8,lineHeight:1.5},children:o}),s.length===0?i.jsxs("div",{style:{fontSize:11,color:e.textMuted,background:`${t}0A`,border:`1px dashed ${e.cellBorder}`,borderRadius:4,padding:"10px 12px",lineHeight:1.6},children:[i.jsx("div",{style:{fontWeight:600,color:e.textSecondary,marginBottom:4},children:"No dataframe available yet"}),i.jsxs("div",{children:["1. Add a ",i.jsx("span",{style:{fontFamily:e.fontMono,color:e.textSecondary},children:"SQL"})," or"," ",i.jsx("span",{style:{fontFamily:e.fontMono,color:e.textSecondary},children:"Block"})," cell above this one.",i.jsx("br",{}),"2. Run it ",i.jsx("span",{style:{fontFamily:e.fontMono},children:"(⌘↵)"})," and give the cell a name.",i.jsx("br",{}),"3. Come back here — named upstream cells show up as chips you can pick."]}),i.jsxs("div",{style:{marginTop:8,fontSize:10,color:e.textMuted,fontStyle:"italic"},children:["Tip: use ",i.jsx("span",{style:{fontFamily:e.fontMono},children:"@metric(...)"})," and"," ",i.jsx("span",{style:{fontFamily:e.fontMono},children:"@dim(...)"})," in the upstream SQL and metrics / dimensions appear with typed icons in the pickers here."]})]}):i.jsxs(i.Fragment,{children:[i.jsx("div",{style:{fontSize:10,color:e.textMuted,marginBottom:6,letterSpacing:"0.06em",textTransform:"uppercase",fontWeight:700},children:"Pick an upstream dataframe"}),i.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:s.map(l=>i.jsx("button",{onClick:()=>l.name&&a(l.name),style:{fontSize:11,fontFamily:e.fontMono,color:t,background:`${t}14`,border:`1px solid ${t}55`,borderRadius:4,padding:"3px 10px",cursor:"pointer"},children:l.name},l.id))})]})]})}function kl(e){return e==="measure"?"#":e==="temporal"?"📅":"A"}function jl(e,t){return e==="measure"?t.accent:e==="temporal"?"#e3b341":"#56d364"}const ty=[{key:"x",label:"X-axis"},{key:"y",label:"Y-axis"},{key:"color",label:"Color"},{key:"facet",label:"Faceting"}],ny={chart:"bar"},zc="application/x-dql-chart-column";function LR(e,t){e.effectAllowed="move",e.setData(zc,JSON.stringify(t)),e.setData("text/plain",t.column)}function ry(e){const t=e.getData(zc);if(!t)return null;try{return JSON.parse(t)}catch{return null}}function oy({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const s=oe[r],a=e.chartConfig??ny,l=a.chart??"bar",E=f.useMemo(()=>{const R=e.upstream;if(R)return t.find(A=>A.name===R)},[e.upstream,t]),c=f.useMemo(()=>t.slice(0,n).filter(R=>R.name&&R.result),[t,n]),d=E==null?void 0:E.result,u=f.useMemo(()=>wi(d),[d]),T=f.useMemo(()=>{if(!d)return new Map;const R=new Map,A=new Set(u.metrics),h=new Set(u.dimensions);for(const O of d.columns)A.has(O)?R.set(O,"measure"):h.has(O)?R.set(O,"dimension"):R.set(O,AR(Xc(O,d.rows)));return R},[d,u]),S=f.useMemo(()=>d?d.columns.filter(R=>T.get(R)==="measure"):[],[d,T]),I=f.useMemo(()=>d?d.columns.filter(R=>T.get(R)!=="measure"):[],[d,T]),p=R=>{o({chartConfig:{...a,...R}})};return!e.upstream||!d?i.jsx(po,{theme:s,accentColor:"#a371f7",cellLabel:"Chart",cellName:e.name,description:"Charts render from an upstream dataframe — the rows of a named SQL, DQL, or Block cell above. Drag measures to Y, dimensions to X.",upstreamOptions:c,onPick:R=>o({upstream:R})}):i.jsxs("div",{style:{display:"flex",flexDirection:"column",background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,overflow:"hidden",fontFamily:s.font},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}60`},children:[i.jsx("span",{style:{fontSize:10,fontFamily:s.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Chart"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:s.fontMono,color:s.textSecondary},children:e.name}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:["· df: ",e.upstream]}),i.jsx("button",{onClick:()=>o({upstream:void 0}),title:"Change upstream dataframe",style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.fontMono},children:"change"}),i.jsx("div",{style:{flex:1}}),i.jsx("select",{value:l,onChange:R=>p({chart:R.target.value}),style:{fontSize:11,fontFamily:s.font,background:s.editorBg,color:s.textSecondary,border:`1px solid ${s.cellBorder}`,borderRadius:3,padding:"2px 6px",outline:"none"},children:bi.map(R=>i.jsx("option",{value:R.value,children:R.label},R.value))})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"200px 240px 1fr",minHeight:320},children:[i.jsxs("div",{style:{borderRight:`1px solid ${s.cellBorder}`,padding:10,display:"flex",flexDirection:"column",gap:12,overflow:"auto"},children:[!u.hasSemanticBinding&&i.jsx(Bi,{theme:s}),i.jsx(yd,{label:"Measures",columns:S,kinds:T,theme:s,onPick:R=>p({y:R}),pickHint:"Y-axis"}),i.jsx(yd,{label:"Dimensions",columns:I,kinds:T,theme:s,onPick:R=>p({x:R}),pickHint:"X-axis"})]}),i.jsxs("div",{style:{borderRight:`1px solid ${s.cellBorder}`,padding:10,display:"flex",flexDirection:"column",gap:8},children:[i.jsxs("div",{style:{display:"flex",gap:4,borderBottom:`1px solid ${s.cellBorder}`,paddingBottom:4},children:[i.jsx(Dd,{label:"Data",active:!0,theme:s}),i.jsx(Dd,{label:"Style",theme:s})]}),ty.map(R=>i.jsx(sy,{slotKey:R.key,label:R.label,value:a[R.key],columns:d.columns,kinds:T,theme:s,onAssign:(A,h)=>{const O={[R.key]:A};h&&h!==R.key&&(O[h]=void 0),p(O)},onClear:()=>p({[R.key]:void 0})},R.key))]}),i.jsx("div",{style:{padding:10,minWidth:0,overflow:"hidden"},children:Ui(l,d,r,a)})]})]})}function yd({label:e,columns:t,kinds:n,theme:r,onPick:o,pickHint:s}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[i.jsx("div",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:r.textMuted,textTransform:"uppercase",fontFamily:r.font,padding:"0 2px"},children:e}),t.length===0&&i.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font,padding:"2px 2px"},children:"None"}),t.map(a=>{const l=n.get(a)??"dimension";return i.jsxs("button",{onClick:()=>o(a),draggable:!0,onDragStart:E=>LR(E.dataTransfer,{column:a}),title:`Drag to an axis slot, or click to set as ${s}`,style:{display:"flex",alignItems:"center",gap:6,padding:"4px 6px",background:"transparent",border:"1px solid transparent",borderRadius:4,cursor:"grab",textAlign:"left",color:r.textPrimary,fontFamily:r.fontMono,fontSize:11,transition:"border-color 0.1s, background 0.1s"},onMouseEnter:E=>{E.currentTarget.style.borderColor=r.cellBorder,E.currentTarget.style.background=r.tableRowHover},onMouseLeave:E=>{E.currentTarget.style.borderColor="transparent",E.currentTarget.style.background="transparent"},children:[i.jsx("span",{style:{fontSize:9,fontFamily:r.fontMono,fontWeight:700,color:jl(l,r),width:14,textAlign:"center"},children:kl(l)}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:a})]},a)})]})}function Dd({label:e,active:t,theme:n}){return i.jsx("span",{style:{fontSize:11,fontFamily:n.font,fontWeight:600,color:t?n.textPrimary:n.textMuted,padding:"3px 10px",borderRadius:3,background:t?n.tableHeaderBg:"transparent",cursor:t?"default":"not-allowed"},children:e})}function sy({slotKey:e,label:t,value:n,columns:r,kinds:o,theme:s,onAssign:a,onClear:l}){const[E,c]=f.useState(!1),[d,u]=f.useState(!1),T=f.useRef(null);f.useEffect(()=>{if(!E)return;const h=O=>{var N;(N=T.current)!=null&&N.contains(O.target)||c(!1)};return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[E]);const S=h=>{h.dataTransfer.types.includes(zc)&&(h.preventDefault(),h.dataTransfer.dropEffect="move",d||u(!0))},I=()=>u(!1),p=h=>{u(!1);const O=ry(h.dataTransfer);O&&(h.preventDefault(),a(O.column,O.fromSlot),c(!1))},R=d?s.accent:n?`${s.accent}77`:s.cellBorder,A=d?`${s.accent}22`:n?`${s.accent}10`:s.editorBg;return i.jsxs("div",{ref:T,style:{position:"relative"},children:[i.jsx("div",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:s.textMuted,textTransform:"uppercase",fontFamily:s.font,marginBottom:3},children:t}),i.jsx("button",{onClick:()=>c(h=>!h),onDragOver:S,onDragEnter:S,onDragLeave:I,onDrop:p,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"5px 8px",background:A,border:`1px dashed ${R}`,borderRadius:4,cursor:"pointer",color:n?s.textPrimary:s.textMuted,fontFamily:s.fontMono,fontSize:11,textAlign:"left",transition:"background 0.1s, border-color 0.1s"},children:n?i.jsxs(i.Fragment,{children:[i.jsxs("span",{draggable:!0,onDragStart:h=>{h.stopPropagation(),LR(h.dataTransfer,{column:n,fromSlot:e})},style:{display:"inline-flex",alignItems:"center",gap:6,flex:1,cursor:"grab",minWidth:0},children:[i.jsx("span",{style:{color:jl(o.get(n)??"dimension",s),fontWeight:700,width:14},children:kl(o.get(n)??"dimension")}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:n})]}),i.jsx("span",{onClick:h=>{h.stopPropagation(),l(),c(!1)},title:"Clear",style:{color:s.textMuted,fontSize:10,padding:"0 4px"},children:"✕"})]}):i.jsx("span",{children:d?"drop to set":"+ drop column"})}),E&&i.jsx("div",{style:{position:"absolute",top:"calc(100% + 2px)",left:0,right:0,zIndex:10,background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.25)",padding:4,maxHeight:220,overflow:"auto"},children:r.map(h=>i.jsxs("button",{onClick:()=>{a(h),c(!1)},style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 6px",background:"transparent",border:"none",borderRadius:3,cursor:"pointer",textAlign:"left",color:s.textPrimary,fontFamily:s.fontMono,fontSize:11},onMouseEnter:O=>{O.currentTarget.style.background=s.tableRowHover},onMouseLeave:O=>{O.currentTarget.style.background="transparent"},children:[i.jsx("span",{style:{color:jl(o.get(h)??"dimension",s),fontWeight:700,width:14},children:kl(o.get(h)??"dimension")}),i.jsx("span",{children:h})]},h))})]})}const _s=[{value:"eq",label:"=",needsValue:!0},{value:"neq",label:"!=",needsValue:!0},{value:"gt",label:">",needsValue:!0},{value:"gte",label:">=",needsValue:!0},{value:"lt",label:"<",needsValue:!0},{value:"lte",label:"<=",needsValue:!0},{value:"contains",label:"contains",needsValue:!0},{value:"not_contains",label:"does not contain",needsValue:!0},{value:"starts_with",label:"starts with",needsValue:!0},{value:"ends_with",label:"ends with",needsValue:!0},{value:"in",label:"in (list)",needsValue:!0},{value:"not_in",label:"not in (list)",needsValue:!0},{value:"between",label:"between (a, b)",needsValue:!0},{value:"is_null",label:"is empty",needsValue:!1},{value:"is_not_null",label:"is not empty",needsValue:!1}];function Yl(e){return`${e}_${Math.random().toString(36).slice(2,10)}`}function iy(){return{mode:"keep",groups:[{id:Yl("g"),combinator:"and",rules:[]}]}}function ay(e){const t=_s.find(n=>n.value===e.operation);return t?e.column?t.needsValue?`${e.column} ${t.label} ${e.value||"…"}`:`${e.column} ${t.label}`:"…":""}function ly({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const s=oe[r],a=f.useMemo(iy,[e.id]),l=e.filterConfig??a,E=f.useMemo(()=>{const m=e.upstream??l.upstream;if(m)return t.find(C=>C.name===m)},[e.upstream,l.upstream,t]),c=f.useMemo(()=>t.slice(0,n).filter(m=>m.name&&m.result),[t,n]),d=E==null?void 0:E.result,u=(d==null?void 0:d.columns)??[],T=f.useMemo(()=>wi(d),[d]),S=m=>{o({filterConfig:m})},I=(m,C)=>{S({...l,groups:l.groups.map(g=>g.id===m?{...g,...C}:g)})},p=(m,C,g)=>{S({...l,groups:l.groups.map(D=>D.id===m?{...D,rules:D.rules.map(L=>L.id===C?{...L,...g}:L)}:D)})},R=m=>{S({...l,groups:l.groups.map(C=>C.id===m?{...C,rules:[...C.rules,{id:Yl("r"),column:u[0]??"",operation:"eq",value:""}]}:C)})},A=(m,C)=>{S({...l,groups:l.groups.map(g=>g.id===m?{...g,rules:g.rules.filter(D=>D.id!==C)}:g)})},h=()=>{S({...l,groups:[...l.groups,{id:Yl("g"),combinator:"and",rules:[]}]})},O=m=>{S({...l,groups:l.groups.filter(C=>C.id!==m)})};if(!E||!d)return i.jsx(po,{theme:s,accentColor:"#ff7b72",cellLabel:"Filter",cellName:e.name,description:"Filter cells keep or drop rows from an upstream dataframe using column-by-column rules — no SQL needed.",upstreamOptions:c,onPick:m=>o({upstream:m})});const N={background:s.editorBg,border:`1px solid ${s.cellBorder}`,borderRadius:3,color:s.textPrimary,fontSize:11,fontFamily:s.fontMono,padding:"3px 6px",outline:"none"};return i.jsxs("div",{style:{background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderLeft:"3px solid #ff7b72",borderRadius:6,fontFamily:s.font,overflow:"hidden"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}60`},children:[i.jsx("span",{style:{fontSize:10,fontFamily:s.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#ff7b72",background:"#ff7b7218",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Filter"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:s.fontMono,color:s.textSecondary},children:e.name}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:["· df: ",E.name]}),i.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.fontMono},children:"change"}),i.jsx("div",{style:{flex:1}}),i.jsx("div",{style:{display:"inline-flex",border:`1px solid ${s.cellBorder}`,borderRadius:3,overflow:"hidden"},children:["keep","drop"].map(m=>i.jsx("button",{onClick:()=>S({...l,mode:m}),style:{fontSize:10,fontFamily:s.font,fontWeight:600,letterSpacing:"0.04em",padding:"3px 10px",background:l.mode===m?`${s.accent}20`:"transparent",color:l.mode===m?s.accent:s.textMuted,border:"none",cursor:"pointer",textTransform:"uppercase"},children:m==="keep"?"Keep rows":"Drop rows"},m))})]}),i.jsxs("div",{style:{padding:12,display:"flex",flexDirection:"column",gap:10},children:[!T.hasSemanticBinding&&i.jsx(Bi,{theme:s}),l.groups.map((m,C)=>i.jsxs("div",{style:{border:`1px solid ${s.cellBorder}`,borderRadius:6,padding:10,background:`${s.tableHeaderBg}30`,display:"flex",flexDirection:"column",gap:8},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsxs("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:s.textMuted,textTransform:"uppercase",fontFamily:s.font},children:["Group ",C+1]}),i.jsx("div",{style:{display:"inline-flex",border:`1px solid ${s.cellBorder}`,borderRadius:3,overflow:"hidden"},children:["and","or"].map(g=>i.jsx("button",{onClick:()=>I(m.id,{combinator:g}),style:{fontSize:10,fontFamily:s.fontMono,padding:"2px 8px",background:m.combinator===g?`${s.accent}20`:"transparent",color:m.combinator===g?s.accent:s.textMuted,border:"none",cursor:"pointer",textTransform:"uppercase",fontWeight:700},children:g},g))}),i.jsx("div",{style:{flex:1}}),l.groups.length>1&&i.jsx("button",{onClick:()=>O(m.id),style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.font},children:"Remove group"})]}),m.rules.length===0&&i.jsx("div",{style:{fontSize:11,color:s.textMuted,fontFamily:s.font,padding:"4px 2px"},children:"No rules yet — add one below."}),m.rules.map(g=>{const D=_s.find(L=>L.value===g.operation)??_s[0];return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx(gR,{theme:s,value:g.column||void 0,fields:T.fields,placeholder:"Select field",minWidth:180,onChange:L=>p(m.id,g.id,{column:L??""})}),i.jsx("select",{value:g.operation,onChange:L=>p(m.id,g.id,{operation:L.target.value}),style:{...N,minWidth:120},children:_s.map(L=>i.jsx("option",{value:L.value,children:L.label},L.value))}),D.needsValue&&i.jsx("input",{value:g.value,onChange:L=>p(m.id,g.id,{value:L.target.value}),placeholder:"Value",style:{...N,flex:1,minWidth:100}}),i.jsx("button",{onClick:()=>A(m.id,g.id),title:"Remove rule",style:{background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,fontSize:10,padding:"2px 6px",cursor:"pointer"},children:"✕"})]},g.id)}),i.jsx("div",{children:i.jsx("button",{onClick:()=>R(m.id),style:{fontSize:10,fontFamily:s.font,color:s.accent,background:"transparent",border:`1px dashed ${s.accent}55`,borderRadius:3,padding:"3px 10px",cursor:"pointer",letterSpacing:"0.04em"},children:"+ Add filter"})})]},m.id)),i.jsx("div",{children:i.jsx("button",{onClick:h,style:{fontSize:10,fontFamily:s.font,color:s.textMuted,background:"transparent",border:`1px dashed ${s.btnBorder}`,borderRadius:3,padding:"3px 10px",cursor:"pointer",letterSpacing:"0.04em"},children:"+ Add filter group"})})]}),i.jsxs("div",{style:{padding:"6px 12px",borderTop:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}40`,fontSize:10,fontFamily:s.fontMono,color:s.textMuted,letterSpacing:"0.04em",overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},children:[l.mode==="keep"?"KEEP WHERE ":"DROP WHERE ",l.groups.map(m=>m.rules.map(ay).join(` ${m.combinator.toUpperCase()} `)).filter(Boolean).map(m=>`(${m})`).join(" AND ")||"—"]})]})}function Md(e){return typeof e=="number"?e:typeof e=="string"&&e.trim()!==""&&!isNaN(Number(e))?Number(e):null}function Wl(e,t){if(t==="count")return e.length;if(t==="count_distinct")return new Set(e.map(r=>String(r))).size;if(t==="last"){const r=e[e.length-1];return Md(r)}const n=e.map(Md).filter(r=>r!==null);if(n.length===0)return null;switch(t){case"sum":return n.reduce((r,o)=>r+o,0);case"avg":return n.reduce((r,o)=>r+o,0)/n.length;case"min":return n.reduce((r,o)=>o<r?o:r,n[0]);case"max":return n.reduce((r,o)=>o>r?o:r,n[0])}}const cy=[{value:"sum",label:"Sum"},{value:"avg",label:"Average"},{value:"count",label:"Count"},{value:"min",label:"Min"},{value:"max",label:"Max"},{value:"last",label:"Last"}],Ey=[{value:"number",label:"Number"},{value:"currency",label:"Currency"},{value:"percent",label:"Percent"},{value:"duration",label:"Duration"}],dy={aggregation:"count",format:"number"};function uy(e,t,n){return n==="count"?Wl(e.rows,"count"):!t||!e.columns.includes(t)?null:Wl(e.rows.map(r=>r[t]),n)}function Ty(e,t){if(e===null)return"—";switch(t){case"currency":return e.toLocaleString(void 0,{style:"currency",currency:"USD",maximumFractionDigits:2});case"percent":return`${(e*100).toFixed(1)}%`;case"duration":return e<60?`${e.toFixed(1)}s`:e<3600?`${(e/60).toFixed(1)}m`:`${(e/3600).toFixed(1)}h`;case"number":default:return Math.abs(e)>=1e3?e.toLocaleString(void 0,{maximumFractionDigits:2}):e.toFixed(Number.isInteger(e)?0:2)}}function Sy({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const s=oe[r],a=e.singleValueConfig??dy,l=a.aggregation??"count",E=a.format??"number",c=f.useMemo(()=>{const A=e.upstream??a.upstream;if(A)return t.find(h=>h.name===A)},[e.upstream,a.upstream,t]),d=f.useMemo(()=>t.slice(0,n).filter(A=>A.name&&A.result),[t,n]),u=c==null?void 0:c.result,T=f.useMemo(()=>wi(u),[u]),S=f.useMemo(()=>u?uy(u,a.metric,l):null,[u,a.metric,l]),I=A=>{o({singleValueConfig:{...a,...A}})};if(!c||!u)return i.jsx(po,{theme:s,accentColor:"#a371f7",cellLabel:"Single value",cellName:e.name,description:"Single-value cards render one KPI from an upstream dataframe — sum, avg, count, min, max, or last — with a format of your choice.",upstreamOptions:d,onPick:A=>o({upstream:A})});const p=Ty(S,E),R={background:s.editorBg,border:`1px solid ${s.cellBorder}`,borderRadius:3,color:s.textPrimary,fontSize:11,fontFamily:s.fontMono,padding:"3px 6px",outline:"none"};return i.jsxs("div",{style:{background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,fontFamily:s.font,overflow:"hidden"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}60`},children:[i.jsx("span",{style:{fontSize:10,fontFamily:s.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Single value"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:s.fontMono,color:s.textSecondary},children:e.name}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:["· df: ",c.name]}),i.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.fontMono},children:"change"})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"280px 1fr"},children:[i.jsxs("div",{style:{padding:12,display:"flex",flexDirection:"column",gap:8,borderRight:`1px solid ${s.cellBorder}`},children:[i.jsx(as,{label:"Aggregation",theme:s,children:i.jsx("select",{value:l,onChange:A=>I({aggregation:A.target.value}),style:{...R,width:"100%"},children:cy.map(A=>i.jsx("option",{value:A.value,children:A.label},A.value))})}),l!=="count"&&i.jsxs(as,{label:"Metric field",theme:s,children:[i.jsx(gR,{theme:s,value:a.metric,fields:T.fields,placeholder:"Select metric or column",minWidth:240,onChange:A=>I({metric:A})}),!T.hasSemanticBinding&&i.jsx(Bi,{theme:s})]}),i.jsx(as,{label:"Format",theme:s,children:i.jsx("select",{value:E,onChange:A=>I({format:A.target.value}),style:{...R,width:"100%"},children:Ey.map(A=>i.jsx("option",{value:A.value,children:A.label},A.value))})}),i.jsx(as,{label:"Label",theme:s,children:i.jsx("input",{value:a.label??"",onChange:A=>I({label:A.target.value||void 0}),placeholder:"e.g. Total revenue",style:{...R,width:"100%"}})})]}),i.jsxs("div",{style:{padding:"24px 20px",display:"flex",flexDirection:"column",justifyContent:"center",gap:6},children:[i.jsx("div",{style:{fontSize:11,fontFamily:s.font,color:s.textMuted,letterSpacing:"0.06em",textTransform:"uppercase",fontWeight:600},children:a.label??`${l.toUpperCase()}${a.metric?` · ${a.metric}`:""}`}),i.jsx("div",{style:{fontSize:42,fontWeight:700,fontFamily:s.font,color:s.textPrimary,lineHeight:1.1,letterSpacing:"-0.02em"},children:p}),i.jsxs("div",{style:{fontSize:10,color:s.textMuted,fontFamily:s.fontMono},children:["from ",u.rows.length.toLocaleString()," rows"]})]})]})]})}function as({label:e,theme:t,children:n}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[i.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:t.textMuted,textTransform:"uppercase",fontFamily:t.font},children:e}),n]})}const fy=["sum","avg","count","min","max","count_distinct"],Ry={rows:[],columns:[],values:[]};function Pd(e,t){return t.map(n=>String(e[n]??"")).join("|")}function Pa(e,t){return e.metrics.includes(t)?"metric":e.dimensions.includes(t)?"dimension":"column"}function bd(e,t){const n=e.fields.filter(o=>o.kind===t),r=e.fields.filter(o=>o.kind!==t);return[...n,...r].map(o=>({name:o.name,kind:o.kind}))}function Ay({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const s=oe[r],a=e.pivotConfig??Ry,l={upstream:a.upstream,rows:a.rows??[],columns:a.columns??[],values:a.values??[]},E=f.useMemo(()=>{const R=e.upstream??l.upstream;if(R)return t.find(A=>A.name===R)},[e.upstream,l.upstream,t]),c=f.useMemo(()=>t.slice(0,n).filter(R=>R.name&&R.result),[t,n]),d=E==null?void 0:E.result;d==null||d.columns;const u=f.useMemo(()=>wi(d),[d]),T=f.useMemo(()=>bd(u,"dimension"),[u]),S=f.useMemo(()=>bd(u,"metric"),[u]),I=R=>o({pivotConfig:R}),p=f.useMemo(()=>{if(!d||l.rows.length===0&&l.columns.length===0||l.values.length===0)return null;const R=new Set,A=new Map;for(const m of d.rows){const C=Pd(m,l.rows),g=Pd(m,l.columns);R.add(g);let D=A.get(C);if(!D){const U={};for(const y of l.rows)U[y]=m[y];D={row:U,groups:new Map},A.set(C,D)}const L=D.groups.get(g)??[];L.push(m),D.groups.set(g,L)}const h=[...R].sort(),O=h.map(m=>m===""?"value":m),N=[];for(const[,m]of A){const C=m,g=h.map(D=>{const L=C.groups.get(D)??[],U={};for(const y of l.values){const b=L.map(F=>F[y.column]);U[`${y.aggregation}(${y.column})`]=Wl(b,y.aggregation)}return U});N.push({rowDims:C.row,values:g})}return{columnKeys:h,columnHeaders:O,body:N}},[l,d]);return!E||!d?i.jsx(po,{theme:s,accentColor:"#a371f7",cellLabel:"Pivot",cellName:e.name,description:"Pivots reshape an upstream dataframe into a rows × columns grid. Pick dimensions for rows/columns and a metric for values.",upstreamOptions:c,onPick:R=>o({upstream:R})}):i.jsxs("div",{style:{background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,fontFamily:s.font,overflow:"hidden"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}60`},children:[i.jsx("span",{style:{fontSize:10,fontFamily:s.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Pivot"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:s.fontMono,color:s.textSecondary},children:e.name}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:["· df: ",E.name]}),i.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.fontMono},children:"change"})]}),!u.hasSemanticBinding&&i.jsx("div",{style:{padding:"8px 12px 0"},children:i.jsx(Bi,{theme:s})}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",padding:12,gap:10,borderBottom:`1px solid ${s.cellBorder}`},children:[i.jsx(vd,{label:"Rows",selected:l.rows,availableFields:T.filter(R=>!l.rows.includes(R.name)),kindFor:R=>Pa(u,R),theme:s,onAdd:R=>I({...l,rows:[...l.rows,R]}),onRemove:R=>I({...l,rows:l.rows.filter(A=>A!==R)})}),i.jsx(vd,{label:"Columns",selected:l.columns,availableFields:T.filter(R=>!l.columns.includes(R.name)),kindFor:R=>Pa(u,R),theme:s,onAdd:R=>I({...l,columns:[...l.columns,R]}),onRemove:R=>I({...l,columns:l.columns.filter(A=>A!==R)})}),i.jsx(py,{values:l.values,availableFields:S,kindFor:R=>Pa(u,R),theme:s,onAdd:R=>I({...l,values:[...l.values,{column:R,aggregation:"sum"}]}),onUpdate:(R,A)=>I({...l,values:l.values.map((h,O)=>O===R?{...h,...A}:h)}),onRemove:R=>I({...l,values:l.values.filter((A,h)=>h!==R)})})]}),i.jsx("div",{style:{padding:12,overflowX:"auto"},children:!p||p.body.length===0?i.jsx("div",{style:{fontSize:11,color:s.textMuted,fontFamily:s.font},children:"Pick at least one row/column dimension and one value to see a preview."}):i.jsxs("table",{style:{width:"100%",borderCollapse:"collapse",fontFamily:s.fontMono,fontSize:11},children:[i.jsx("thead",{children:i.jsxs("tr",{children:[l.rows.map(R=>i.jsx("th",{style:{textAlign:"left",padding:"4px 8px",borderBottom:`1px solid ${s.cellBorder}`,color:s.textSecondary,fontWeight:600},children:R},R)),p.columnHeaders.map((R,A)=>i.jsx("th",{style:{textAlign:"right",padding:"4px 8px",borderBottom:`1px solid ${s.cellBorder}`,color:s.textSecondary,fontWeight:600},children:R},A))]})}),i.jsx("tbody",{children:p.body.slice(0,50).map((R,A)=>i.jsxs("tr",{children:[l.rows.map(h=>i.jsx("td",{style:{padding:"3px 8px",color:s.textPrimary,borderBottom:`1px solid ${s.cellBorder}30`},children:String(R.rowDims[h]??"")},h)),R.values.map((h,O)=>i.jsx("td",{style:{padding:"3px 8px",color:s.textPrimary,textAlign:"right",borderBottom:`1px solid ${s.cellBorder}30`},children:Object.values(h).map((N,m)=>i.jsx("div",{children:N===null?"—":typeof N=="number"?N.toLocaleString(void 0,{maximumFractionDigits:2}):String(N)},m))},O))]},A))})]})})]})}function vd({label:e,selected:t,availableFields:n,kindFor:r,theme:o,onAdd:s,onRemove:a}){return i.jsx(_R,{label:e,theme:o,availableFields:n,onAdd:s,children:t.length===0?i.jsx("span",{style:{fontSize:11,color:o.textMuted,fontFamily:o.font},children:"+ add field"}):t.map(l=>{const E=r(l);return i.jsxs("div",{style:{display:"inline-flex",alignItems:"center",gap:4,padding:"2px 6px",background:`${o.accent}14`,border:`1px solid ${o.accent}55`,borderRadius:3,fontSize:11,fontFamily:o.fontMono,color:o.textPrimary,margin:2},children:[i.jsx("span",{style:{color:Qr(E,o.accent),fontWeight:700},children:qr(E)}),l,i.jsx("span",{onClick:()=>a(l),style:{cursor:"pointer",color:o.textMuted,fontSize:10},title:"Remove",children:"✕"})]},l)})})}function py({values:e,availableFields:t,kindFor:n,theme:r,onAdd:o,onUpdate:s,onRemove:a}){return i.jsx(_R,{label:"Values",theme:r,availableFields:t,onAdd:o,children:e.length===0?i.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font},children:"+ add value"}):e.map((l,E)=>{const c=n(l.column);return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,margin:2},children:[i.jsx("select",{value:l.aggregation,onChange:d=>s(E,{aggregation:d.target.value}),style:{background:r.editorBg,border:`1px solid ${r.cellBorder}`,borderRadius:3,color:r.textSecondary,fontSize:10,fontFamily:r.fontMono,padding:"1px 4px"},children:fy.map(d=>i.jsx("option",{value:d,children:d},d))}),i.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:4,padding:"2px 6px",background:`${r.accent}14`,border:`1px solid ${r.accent}55`,borderRadius:3,fontSize:11,fontFamily:r.fontMono,color:r.textPrimary},children:[i.jsx("span",{style:{color:Qr(c,r.accent),fontWeight:700},children:qr(c)}),l.column,i.jsx("span",{onClick:()=>a(E),style:{cursor:"pointer",color:r.textMuted,fontSize:10},children:"✕"})]})]},E)})})}function _R({label:e,theme:t,availableFields:n,onAdd:r,children:o}){const[s,a]=f.useState(!1),l=f.useRef(null);return f.useEffect(()=>{if(!s)return;const E=c=>{var d;(d=l.current)!=null&&d.contains(c.target)||a(!1)};return document.addEventListener("mousedown",E),()=>document.removeEventListener("mousedown",E)},[s]),i.jsxs("div",{ref:l,style:{position:"relative",display:"flex",flexDirection:"column",gap:4},children:[i.jsx("div",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:t.textMuted,textTransform:"uppercase",fontFamily:t.font},children:e}),i.jsx("div",{onClick:()=>a(E=>!E),style:{minHeight:42,border:`1px dashed ${t.cellBorder}`,borderRadius:4,padding:4,cursor:"pointer",display:"flex",flexWrap:"wrap",alignItems:"center"},children:o}),s&&n.length>0&&i.jsx("div",{style:{position:"absolute",top:"calc(100% + 2px)",left:0,right:0,zIndex:10,background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.25)",padding:4,maxHeight:200,overflow:"auto"},children:n.map(E=>i.jsxs("button",{onClick:()=>{r(E.name),a(!1)},style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 8px",background:"transparent",border:"none",borderRadius:3,cursor:"pointer",textAlign:"left",color:t.textPrimary,fontFamily:t.fontMono,fontSize:11},onMouseEnter:c=>{c.currentTarget.style.background=t.tableRowHover},onMouseLeave:c=>{c.currentTarget.style.background="transparent"},children:[i.jsx("span",{style:{color:Qr(E.kind,t.accent),fontWeight:700,width:12},children:qr(E.kind)}),i.jsx("span",{children:E.name})]},E.name))})]})}const ls="#79c0ff";function Iy({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const s=oe[r],a=e.tableConfig??{},l=f.useMemo(()=>{const T=e.upstream??a.upstream;if(T)return t.find(S=>S.name===T)},[e.upstream,a.upstream,t]),E=f.useMemo(()=>t.slice(0,n).filter(T=>T.name&&T.result),[t,n]),c=l==null?void 0:l.result,d=a.visibleColumns,u=f.useMemo(()=>{if(!c)return;if(!d||d.length===0)return c;const T=new Set(c.columns),S=d.filter(I=>T.has(I));return S.length===0?c:{...c,columns:S}},[c,d]);return!l||!u?i.jsx(po,{theme:s,accentColor:ls,cellLabel:"Table",cellName:e.name,description:"Renders an upstream dataframe — the rows of a named SQL, DQL, or Block cell above — as a sortable, exportable table. Use visibleColumns in tableConfig to pin a subset.",upstreamOptions:E,onPick:T=>o({upstream:T})}):i.jsxs("div",{style:{display:"flex",flexDirection:"column",background:s.cellBg,border:`1px solid ${s.cellBorder}`,borderLeft:`3px solid ${ls}`,borderRadius:6,overflow:"hidden",fontFamily:s.font},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,background:`${s.tableHeaderBg}60`},children:[i.jsx("span",{style:{fontSize:10,fontFamily:s.fontMono,fontWeight:700,letterSpacing:"0.08em",color:ls,background:`${ls}18`,padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Table"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:s.fontMono,color:s.textSecondary},children:e.name}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:["· df: ",e.upstream??a.upstream]}),i.jsx("button",{onClick:()=>o({upstream:void 0}),title:"Change upstream dataframe",style:{fontSize:10,background:"transparent",border:`1px solid ${s.btnBorder}`,borderRadius:3,color:s.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:s.fontMono},children:"change"}),i.jsx("div",{style:{flex:1}}),i.jsxs("span",{style:{fontSize:11,color:s.textMuted,fontFamily:s.fontMono},children:[u.rows.length.toLocaleString()," rows · ",u.columns.length," cols"]})]}),i.jsx(Ao,{result:u,themeMode:r})]})}async function hy(e,t){const n=await fetch("/api/llm/run",{method:"POST",headers:{"Content-Type":"application/json",Accept:"text/event-stream"},body:JSON.stringify({provider:e.provider,messages:e.messages,upstream:e.upstream}),signal:e.signal});if(!n.ok){const a=await n.text().catch(()=>n.statusText);throw new Error(a||`HTTP ${n.status}`)}if(!n.body)throw new Error("Response has no body");const r=n.body.getReader(),o=new TextDecoder;let s="";try{for(;;){const{value:a,done:l}=await r.read();if(l)break;s+=o.decode(a,{stream:!0});let E;for(;(E=s.indexOf(`
368
+
369
+ `))!==-1;){const c=s.slice(0,E);s=s.slice(E+2);const d=c.split(`
370
+ `).find(u=>u.startsWith("data: "));if(d)try{t(JSON.parse(d.slice(6)))}catch{}}}}finally{r.releaseLock()}}function cs(){return i.jsx("span",{style:{color:"#ff7b72",marginLeft:2},children:"*"})}function ba(e){return e.trim().toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Oy(e){const t=new Set,n=/@(metric|dim)\(([^)]+)\)/gi;let r;for(;r=n.exec(e);)t.add(r[2].trim());return Array.from(t)}function xR({cell:e,onClose:t,onSaved:n,initialContent:r,initialName:o,initialDescription:s,initialTags:a}){const{state:l,dispatch:E}=ue(),c=oe[l.themeMode],d=f.useRef(null),[u,T]=f.useState(o||e.name||"new_block"),[S,I]=f.useState(""),[p,R]=f.useState(""),[A,h]=f.useState(s??l.notebookMetadata.description??""),[O,N]=f.useState((a??l.notebookMetadata.categories??[]).join(", ")),[m,C]=f.useState(r??e.content),[g,D]=f.useState(""),[L,U]=f.useState(""),[y,b]=f.useState([]),[F,_]=f.useState(!1),[v,M]=f.useState(null),w=f.useMemo(()=>Oy(m),[m]),P=f.useMemo(()=>O.split(",").map(W=>W.trim()).filter(Boolean),[O]),x=[{id:"has-name",label:"Block has name",severity:"error",passed:!!u.trim()},{id:"has-description",label:"Block has description",severity:"error",passed:!!A.trim()},{id:"has-owner",label:"Block has owner",severity:"error",passed:!!p.trim()},{id:"has-domain",label:"Block has domain",severity:"error",passed:!!S.trim()},{id:"has-tags",label:"Has at least one tag",severity:"warning",passed:P.length>0},{id:"has-llm-context",label:"Has LLM context (for agents)",severity:"warning",passed:!!g.trim()}],B=x.some(W=>W.severity==="error"&&!W.passed);f.useEffect(()=>{var W;(W=d.current)==null||W.focus()},[]),f.useEffect(()=>{const W=z=>{z.key==="Escape"&&t()};return document.addEventListener("keydown",W),()=>document.removeEventListener("keydown",W)},[t]);const H=l.semanticLayer.domains,j=`${S.trim()?`blocks/${ba(S)}/`:"blocks/"}${ba(u)||"new-block"}.dql`,J=async()=>{var W;if(B){M("Fix the required governance fields before saving.");return}if(!m.trim()){M("Block content is required.");return}_(!0),M(null);try{const z=L.split(`
371
+ `).map(ne=>ne.trim()).filter(Boolean),Q=y.map(ne=>({question:ne.question.trim(),sql:ne.sql.trim()||void 0})).filter(ne=>ne.question),X=await ee.saveAsBlock({cellId:e.id,notebookPath:((W=l.activeFile)==null?void 0:W.path)??null,name:u.trim(),domain:S.trim()||void 0,owner:p.trim()||void 0,content:m,description:A.trim()||void 0,tags:P,metricRefs:w,llmContext:g.trim()||void 0,examples:Q.length>0?Q:void 0,invariants:z.length>0?z:void 0}),Z={name:`${ba(u)||"new-block"}.dql`,path:X.path,type:"block",folder:"blocks"};l.files.some(ne=>ne.path===X.path)||E({type:"FILE_ADDED",file:Z});const ce=await ee.openBlockStudio(X.path);E({type:"OPEN_BLOCK_STUDIO",file:Z,payload:ce}),n==null||n({...X,name:u.trim()}),t()}catch(z){M(z instanceof Error?z.message:String(z))}finally{_(!1)}},K={width:"100%",background:c.inputBg,border:`1px solid ${v?c.error:c.inputBorder}`,borderRadius:6,color:c.textPrimary,fontSize:13,fontFamily:c.font,padding:"8px 12px",outline:"none",boxSizing:"border-box"};return i.jsx("div",{onClick:W=>{W.target===W.currentTarget&&t()},style:{position:"fixed",inset:0,background:c.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1100,backdropFilter:"blur(4px)"},children:i.jsxs("div",{style:{width:760,maxWidth:"calc(100vw - 48px)",maxHeight:"calc(100vh - 48px)",overflow:"auto",background:c.modalBg,border:`1px solid ${c.cellBorder}`,borderRadius:12,boxShadow:"0 20px 60px rgba(0,0,0,0.5)"},children:[i.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[i.jsx("h2",{style:{margin:0,fontSize:16,fontWeight:600,color:c.textPrimary,fontFamily:c.font},children:"Save as Block"}),i.jsx("button",{onClick:t,style:{background:"transparent",border:"none",color:c.textMuted,cursor:"pointer",fontSize:18},children:"×"})]}),i.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:16},children:[i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:12},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsxs("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:["Block Name ",i.jsx(cs,{})]}),i.jsx("input",{ref:d,value:u,onChange:W=>T(W.target.value),style:K})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsxs("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:["Domain ",i.jsx(cs,{})]}),i.jsx("input",{value:S,onChange:W=>I(W.target.value),list:"semantic-domain-options",style:K,placeholder:"finance"}),i.jsx("datalist",{id:"semantic-domain-options",children:H.map(W=>i.jsx("option",{value:W},W))})]})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:12},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsxs("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:["Owner ",i.jsx(cs,{})]}),i.jsx("input",{value:p,onChange:W=>R(W.target.value),style:K,placeholder:"data-platform@company.com"})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:"Tags"}),i.jsx("input",{value:O,onChange:W=>N(W.target.value),style:K,placeholder:"revenue, dashboard"})]})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsxs("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:["Description ",i.jsx(cs,{})]}),i.jsx("input",{value:A,onChange:W=>h(W.target.value),style:K})]}),i.jsxs("details",{style:{border:`1px solid ${c.cellBorder}`,borderRadius:6,padding:"8px 12px"},children:[i.jsx("summary",{style:{fontSize:12,fontWeight:600,color:c.textSecondary,fontFamily:c.font,cursor:"pointer"},children:"Agent-facing metadata (optional — helps AI tools ground answers on this block)"}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10,paddingTop:10},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:"How should an AI describe this block?"}),i.jsx("textarea",{value:g,onChange:W=>D(W.target.value),rows:3,placeholder:'One paragraph. E.g. "Monthly revenue recognized from closed-won deals, grouped by billing month. Excludes refunds."',style:{...K,fontFamily:c.font,lineHeight:1.5,resize:"vertical"}})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:"Invariants (one per line)"}),i.jsx("textarea",{value:L,onChange:W=>U(W.target.value),rows:2,placeholder:`Revenue is never negative
372
+ Each row is a unique month`,style:{...K,fontFamily:c.fontMono,lineHeight:1.5,resize:"vertical"}})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:"Example questions (grounding for chat cells)"}),y.map((W,z)=>i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr auto",gap:6},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[i.jsx("input",{value:W.question,onChange:Q=>{const X=[...y];X[z]={...X[z],question:Q.target.value},b(X)},placeholder:"What was revenue last month?",style:K}),i.jsx("input",{value:W.sql,onChange:Q=>{const X=[...y];X[z]={...X[z],sql:Q.target.value},b(X)},placeholder:"Optional SQL snippet",style:{...K,fontFamily:c.fontMono,fontSize:12}})]}),i.jsx("button",{type:"button",onClick:()=>b(y.filter((Q,X)=>X!==z)),style:{background:"transparent",border:`1px solid ${c.cellBorder}`,borderRadius:6,color:c.textMuted,cursor:"pointer",fontSize:12,padding:"0 10px"},children:"×"})]},z)),i.jsx("button",{type:"button",onClick:()=>b([...y,{question:"",sql:""}]),style:{alignSelf:"flex-start",background:c.btnBg,border:`1px solid ${c.btnBorder}`,borderRadius:6,color:c.textSecondary,cursor:"pointer",fontSize:12,fontFamily:c.font,padding:"4px 10px"},children:"+ Add example"})]})]})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6,padding:"10px 12px",background:c.pillBg,borderRadius:6,border:`1px solid ${c.cellBorder}`},children:[i.jsx("div",{style:{fontSize:11,fontWeight:700,color:c.textSecondary,fontFamily:c.font,letterSpacing:"0.06em",textTransform:"uppercase"},children:"Governance checks"}),i.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:x.map(W=>{const z=W.passed?"#3fb950":W.severity==="error"?"#ff7b72":"#e3b341",Q=W.passed?"✓":W.severity==="error"?"✕":"!";return i.jsxs("span",{title:W.passed?`${W.label} — passed`:`${W.label} — ${W.severity}`,style:{display:"inline-flex",alignItems:"center",gap:4,fontSize:11,fontFamily:c.font,color:z,background:`${z}18`,border:`1px solid ${z}55`,borderRadius:999,padding:"2px 10px"},children:[i.jsx("span",{style:{fontWeight:700},children:Q}),W.label]},W.id)})})]}),i.jsx("div",{style:{fontSize:12,color:c.textMuted,fontFamily:c.fontMono,padding:"8px 12px",background:c.pillBg,borderRadius:6},children:j}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,color:c.textSecondary,fontFamily:c.font},children:"Content Preview"}),i.jsx("textarea",{value:m,onChange:W=>C(W.target.value),style:{...K,minHeight:220,resize:"vertical",fontFamily:c.fontMono,lineHeight:1.5}})]}),w.length>0&&i.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6,padding:"10px 12px",background:c.pillBg,borderRadius:6},children:[i.jsx("span",{style:{fontSize:11,color:c.textMuted,fontFamily:c.font},children:"Detected semantic refs:"}),w.map(W=>i.jsx("span",{style:{fontSize:11,color:c.accent,fontFamily:c.fontMono,background:`${c.accent}18`,borderRadius:999,padding:"2px 8px"},children:W},W))]}),v&&i.jsx("div",{style:{fontSize:12,color:c.error,fontFamily:c.font},children:v})]}),i.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${c.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[i.jsx("button",{onClick:t,style:{background:c.btnBg,border:`1px solid ${c.btnBorder}`,borderRadius:6,color:c.textSecondary,cursor:"pointer",fontSize:13,fontFamily:c.font,padding:"7px 16px"},children:"Cancel"}),i.jsx("button",{onClick:J,disabled:F||B,title:B?"Fix governance errors to enable Save":void 0,style:{background:c.accent,border:`1px solid ${c.accent}`,borderRadius:6,color:"#fff",cursor:F||B?"not-allowed":"pointer",fontSize:13,fontFamily:c.font,padding:"7px 20px",opacity:F||B?.5:1},children:F?"Saving...":"Save Block"})]})]})})}const Ud=[{id:"claude-agent-sdk",label:"Claude Agent SDK",hint:"Uses ANTHROPIC_API_KEY / ~/.dql/credentials"},{id:"claude-code",label:"Claude Code",hint:"Spawns `claude -p` — uses your Claude Code auth"}];function wd(){return`m_${Date.now()}_${Math.random().toString(36).slice(2,8)}`}function Ny(e,t,n){if(n){const r=e.find(o=>o.name===n);if(r!=null&&r.content)return r.content}for(let r=t-1;r>=0;r--){const o=e[r];if((o.type==="sql"||o.type==="dql")&&o.content)return o.content}}function my({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const{dispatch:s}=ue(),a=oe[r],l=e.chatConfig??{provider:"claude-agent-sdk",history:[]},[E,c]=f.useState(""),[d,u]=f.useState(!1),[T,S]=f.useState(""),[I,p]=f.useState([]),[R,A]=f.useState(null),[h,O]=f.useState(!1),N=f.useRef(null),m=U=>{o({chatConfig:{...l,...U}})},C=async()=>{const U=E.trim();if(!U||d)return;const y={id:wd(),role:"user",content:U},b={id:wd(),role:"assistant",content:"",events:[]},F=[...l.history,y,b];m({history:F}),c(""),S(""),p([]),A(null),u(!0);const _=new AbortController;N.current=_;let v="";const M=[];let w;try{await hy({provider:l.provider,messages:[...l.history,y].map(P=>({role:P.role,content:P.content})),upstream:{cellId:e.id,sql:Ny(t,n,l.upstream)},signal:_.signal},P=>{M.push(P),p([...M]),P.kind==="text"?(v+=P.text,S(v)):P.kind==="error"?A(P.message):P.kind==="proposal"&&(w={...P.proposal,certified:P.governance.certified,errors:P.governance.errors,warnings:P.governance.warnings})})}catch(P){A(P instanceof Error?P.message:String(P))}finally{const P=F.map(x=>x.id===b.id?{...x,content:v,events:M.map(B=>({kind:B.kind,payload:B}))}:x);o({chatConfig:{...l,history:P,lastProposal:w??l.lastProposal}}),u(!1),S(""),p([]),N.current=null}},g=()=>{var U;(U=N.current)==null||U.abort()},D=()=>{m({history:[],lastProposal:void 0})},L=l.lastProposal;return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10,padding:"14px 16px",background:a.cellBg,fontFamily:a.font},children:[i.jsx(Cy,{cell:e,provider:l.provider,onProviderChange:U=>m({provider:U}),onClear:l.history.length>0?D:void 0,t:a}),l.history.length===0&&!d&&i.jsx("div",{style:{fontSize:12,color:a.textSecondary,lineHeight:1.5},children:"Ask for a metric, a comparison, or a dashboard. The agent searches blocks, checks the semantic layer, and proposes a governed block when you're ready."}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[l.history.map(U=>i.jsx(gy,{msg:U,t:a},U.id)),d&&i.jsx(Ly,{streamingText:T,events:I,t:a})]}),R&&i.jsx("div",{style:{fontSize:12,color:"#ff7b72",padding:"6px 10px",background:"#ff7b7218",borderRadius:4},children:R}),L&&i.jsx(xy,{proposal:L,t:a,onOpen:()=>O(!0),onDismiss:()=>m({lastProposal:void 0})}),i.jsx(_y,{value:E,onChange:c,onSend:C,onStop:g,running:d,t:a}),h&&L&&i.jsx(xR,{cell:e,initialContent:L.sql,initialName:L.name,initialDescription:L.description,initialTags:L.tags,onClose:()=>O(!1),onSaved:({path:U,name:y})=>{O(!1),m({lastProposal:void 0}),s({type:"FILE_ADDED",file:{name:y,path:U,type:"block",folder:"blocks"}})}})]})}function Cy({cell:e,provider:t,onProviderChange:n,onClear:r,t:o}){var s;return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:10,fontFamily:o.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#f0883e",textTransform:"uppercase",padding:"2px 6px",borderRadius:3,background:"#f0883e18"},children:"Chat"}),e.name&&i.jsx("span",{style:{fontSize:12,fontFamily:o.fontMono,color:o.textSecondary},children:e.name}),i.jsx("select",{value:t,onChange:a=>n(a.target.value),title:(s=Ud.find(a=>a.id===t))==null?void 0:s.hint,style:{marginLeft:"auto",fontSize:11,fontFamily:o.fontMono,padding:"3px 6px",background:o.cellBg,color:o.textSecondary,border:`1px solid ${o.cellBorder}`,borderRadius:4},children:Ud.map(a=>i.jsx("option",{value:a.id,children:a.label},a.id))}),r&&i.jsx("button",{onClick:r,style:{fontSize:11,padding:"3px 8px",background:"transparent",color:o.textSecondary,border:`1px solid ${o.cellBorder}`,borderRadius:4,cursor:"pointer"},children:"Clear"})]})}function gy({msg:e,t}){const n=e.role==="user",r=(e.events??[]).map(o=>o.payload);return i.jsxs("div",{style:{padding:"8px 12px",borderRadius:6,background:n?`${t.accent}14`:t.cellBg,border:`1px solid ${n?`${t.accent}40`:t.cellBorder}`,fontSize:13,lineHeight:1.5,color:t.textPrimary,whiteSpace:"pre-wrap"},children:[i.jsx("div",{style:{fontSize:10,fontFamily:t.fontMono,color:t.textMuted,marginBottom:4,textTransform:"uppercase",letterSpacing:"0.08em"},children:n?"You":"Assistant"}),e.content||(r.length>0?i.jsx("em",{style:{color:t.textSecondary},children:"(tool calls only)"}):null),r.filter(o=>o.kind==="tool_call").map(o=>i.jsx(yR,{turn:o,t},`tc-${o.id}`))]})}function Ly({streamingText:e,events:t,t:n}){return i.jsxs("div",{style:{padding:"8px 12px",borderRadius:6,background:n.cellBg,border:`1px solid ${n.cellBorder}`,fontSize:13,lineHeight:1.5,color:n.textPrimary,whiteSpace:"pre-wrap"},children:[i.jsxs("div",{style:{fontSize:10,fontFamily:n.fontMono,color:n.textMuted,marginBottom:4,textTransform:"uppercase",letterSpacing:"0.08em"},children:["Assistant ",i.jsx("span",{style:{color:n.accent},children:"●"})]}),e||i.jsx("em",{style:{color:n.textSecondary},children:"Thinking…"}),t.filter(r=>r.kind==="tool_call").map(r=>i.jsx(yR,{turn:r,t:n},`live-${r.id}`))]})}function yR({turn:e,t}){return e.kind!=="tool_call"?null:i.jsxs("div",{style:{marginTop:6,fontSize:11,fontFamily:t.fontMono,color:t.textSecondary,padding:"4px 8px",background:t.cellBorder,borderRadius:4,display:"inline-block"},children:["🔧 ",e.name,"(",JSON.stringify(e.input).slice(0,80),JSON.stringify(e.input).length>80?"…":"",")"]})}function _y({value:e,onChange:t,onSend:n,onStop:r,running:o,t:s}){return i.jsxs("div",{style:{display:"flex",gap:6,alignItems:"flex-end"},children:[i.jsx("textarea",{value:e,onChange:a=>t(a.target.value),onKeyDown:a=>{a.key==="Enter"&&(a.metaKey||a.ctrlKey)&&(a.preventDefault(),n())},placeholder:"Ask for a metric or dashboard — ⌘↵ to send",rows:2,style:{flex:1,resize:"vertical",minHeight:44,padding:"8px 10px",fontSize:13,fontFamily:s.font,background:s.cellBg,color:s.textPrimary,border:`1px solid ${s.cellBorder}`,borderRadius:6}}),o?i.jsx("button",{onClick:r,style:{padding:"8px 14px",fontSize:12,background:"#ff7b7218",color:"#ff7b72",border:"1px solid #ff7b72",borderRadius:6,cursor:"pointer"},children:"Stop"}):i.jsx("button",{onClick:n,disabled:!e.trim(),style:{padding:"8px 14px",fontSize:12,background:e.trim()?`${s.accent}28`:"transparent",color:e.trim()?s.accent:s.textMuted,border:`1px solid ${e.trim()?s.accent:s.cellBorder}`,borderRadius:6,cursor:e.trim()?"pointer":"not-allowed"},children:"Send"})]})}function xy({proposal:e,t,onOpen:n,onDismiss:r}){const o=[{id:"has-name",label:"Name",passed:!!e.name,severity:"error"},{id:"has-description",label:"Description",passed:!!e.description,severity:"error"},{id:"has-owner",label:"Owner",passed:!!e.owner,severity:"error"},{id:"has-domain",label:"Domain",passed:!!e.domain,severity:"error"},{id:"has-sql",label:"SQL",passed:!!e.sql,severity:"error"}];return i.jsxs("div",{style:{border:`1px solid ${e.certified?"#3fb950":t.cellBorder}`,borderLeft:`3px solid ${e.certified?"#3fb950":"#f0883e"}`,borderRadius:6,padding:"10px 12px",background:e.certified?"#3fb95010":"#f0883e10",display:"flex",flexDirection:"column",gap:8},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:10,fontFamily:t.fontMono,fontWeight:700,letterSpacing:"0.08em",color:e.certified?"#3fb950":"#f0883e",textTransform:"uppercase"},children:"Block Proposal"}),i.jsx("span",{style:{fontSize:13,fontFamily:t.fontMono,color:t.textPrimary},children:e.name}),e.domain&&i.jsxs("span",{style:{fontSize:11,color:t.textSecondary},children:["· ",e.domain]}),i.jsx("button",{onClick:r,style:{marginLeft:"auto",fontSize:11,padding:"2px 6px",background:"transparent",color:t.textMuted,border:"none",cursor:"pointer"},children:"✕"})]}),i.jsx("div",{style:{display:"flex",gap:4,flexWrap:"wrap"},children:o.map(s=>i.jsxs("span",{style:{fontSize:10,fontFamily:t.fontMono,padding:"2px 6px",borderRadius:3,background:s.passed?"#3fb95020":"#ff7b7220",color:s.passed?"#3fb950":"#ff7b72",border:`1px solid ${s.passed?"#3fb95040":"#ff7b7240"}`},children:[s.passed?"✓":"✕"," ",s.label]},s.id))}),e.description&&i.jsx("div",{style:{fontSize:12,color:t.textSecondary},children:e.description}),i.jsx("div",{children:i.jsx("button",{onClick:n,style:{padding:"6px 12px",fontSize:12,background:`${t.accent}28`,color:t.accent,border:`1px solid ${t.accent}`,borderRadius:4,cursor:"pointer"},children:"Review & Save as Block"})})]})}const yy=[{id:"select-all",label:"Select all rows",description:"Read all rows from a CSV file with a row limit",category:"SQL",code:"SELECT * FROM read_csv_auto('data/filename.csv') LIMIT 100"},{id:"group-by",label:"Group and aggregate",description:"Group rows and compute count + sum",category:"SQL",code:`SELECT
373
+ category,
374
+ COUNT(*) AS count,
375
+ SUM(amount) AS total
376
+ FROM read_csv_auto('data/filename.csv')
377
+ GROUP BY category
378
+ ORDER BY total DESC`},{id:"filter-date",label:"Filter by date range",description:"Filter rows between two dates",category:"SQL",code:`SELECT *
379
+ FROM read_csv_auto('data/filename.csv')
380
+ WHERE date_column >= '2024-01-01'
381
+ AND date_column < '2025-01-01'`},{id:"window-rank",label:"Window function: rank",description:"Rank rows within groups using ROW_NUMBER()",category:"SQL",code:`SELECT
382
+ *,
383
+ ROW_NUMBER() OVER (PARTITION BY category ORDER BY amount DESC) AS rank
384
+ FROM read_csv_auto('data/filename.csv')`},{id:"cte",label:"CTE (WITH clause)",description:"Define a named subquery with WITH",category:"SQL",code:`WITH base AS (
385
+ SELECT *
386
+ FROM read_csv_auto('data/filename.csv')
387
+ WHERE amount > 0
388
+ )
389
+ SELECT
390
+ category,
391
+ SUM(amount) AS total
392
+ FROM base
393
+ GROUP BY category`},{id:"join",label:"Join two tables",description:"Join two CSV files on a shared key",category:"SQL",code:`SELECT a.*, b.name
394
+ FROM read_csv_auto('data/table_a.csv') AS a
395
+ JOIN read_csv_auto('data/table_b.csv') AS b
396
+ ON a.id = b.id`},{id:"pivot",label:"Pivot / unpivot",description:"Pivot a column into multiple columns",category:"SQL",code:`SELECT *
397
+ FROM (
398
+ SELECT category, quarter, amount
399
+ FROM read_csv_auto('data/filename.csv')
400
+ ) PIVOT (SUM(amount) FOR quarter IN ('Q1', 'Q2', 'Q3', 'Q4'))`},{id:"dql-block",label:"DQL block (basic)",description:"Minimal DQL block with a table visualization",category:"DQL",code:`block "My Block" {
401
+ domain = "analytics"
402
+ type = "custom"
403
+ description = "Describe what this block does"
404
+ owner = "data-team"
405
+ tags = ["analytics"]
406
+
407
+ query = """
408
+ SELECT *
409
+ FROM read_csv_auto('data/filename.csv')
410
+ LIMIT 100
411
+ """
412
+
413
+ visualization {
414
+ chart = "table"
415
+ }
416
+ }`},{id:"dql-block-bar",label:"DQL block with bar chart",description:"DQL block with params, bar chart, and a test assertion",category:"DQL",code:`block "Revenue by Segment" {
417
+ domain = "revenue"
418
+ type = "custom"
419
+ description = "Revenue grouped by segment"
420
+ owner = "data-team"
421
+ tags = ["revenue"]
422
+
423
+ params {
424
+ period = "current_quarter"
425
+ }
426
+
427
+ query = """
428
+ SELECT
429
+ segment_tier AS segment,
430
+ SUM(amount) AS revenue
431
+ FROM read_csv_auto('data/revenue.csv')
432
+ WHERE fiscal_period = \${period}
433
+ GROUP BY segment_tier
434
+ ORDER BY revenue DESC
435
+ """
436
+
437
+ visualization {
438
+ chart = "bar"
439
+ x = segment
440
+ y = revenue
441
+ }
442
+
443
+ tests {
444
+ assert row_count > 0
445
+ }
446
+ }`},{id:"dql-semantic-metric",label:"Semantic metric reference",description:"Reference a metric and dimension from the semantic layer in a SQL cell",category:"DQL",code:`SELECT @dim(segment), @metric(total_revenue)
447
+ FROM fct_revenue
448
+ GROUP BY @dim(segment)
449
+ ORDER BY @metric(total_revenue) DESC`},{id:"dql-semantic-block",label:"Semantic block (inline)",description:"DQL block that references a named metric from the semantic layer — no SQL duplication",category:"DQL",code:`block "ARR by Plan Tier" {
450
+ domain = "revenue"
451
+ type = "semantic"
452
+ owner = "data-team"
453
+ description = "Annual Recurring Revenue by subscription plan tier"
454
+ tags = ["arr", "revenue", "saas"]
455
+
456
+ metric = "arr"
457
+ dimensions = ["plan_tier"]
458
+
459
+ visualization {
460
+ chart = "bar"
461
+ x = plan_tier
462
+ y = arr
463
+ }
464
+
465
+ tests {
466
+ assert row_count > 0
467
+ }
468
+ }`},{id:"revenue-by-segment",label:"Revenue by segment",description:"Aggregate revenue totals, deal count, and average deal size per segment",category:"Analysis",code:`SELECT
469
+ segment_tier,
470
+ SUM(amount) AS total_revenue,
471
+ COUNT(*) AS deals,
472
+ ROUND(AVG(amount), 0) AS avg_deal
473
+ FROM read_csv_auto('data/revenue.csv')
474
+ GROUP BY segment_tier
475
+ ORDER BY total_revenue DESC`},{id:"quarterly-trend",label:"Quarterly trend",description:"Revenue totals grouped by fiscal year and quarter",category:"Analysis",code:`SELECT
476
+ fiscal_year || ' ' || fiscal_quarter AS period,
477
+ SUM(amount) AS revenue
478
+ FROM read_csv_auto('data/revenue.csv')
479
+ GROUP BY fiscal_year, fiscal_quarter
480
+ ORDER BY fiscal_year, fiscal_quarter`}];function Dy({onInsert:e,themeMode:t,cellType:n}){const r=oe[t],[o,s]=f.useState(!1),[a,l]=f.useState(null),E=f.useRef(null),c=yy.filter(T=>n==="dql"?T.category==="DQL":T.category==="SQL"||T.category==="Analysis"),d=Array.from(new Set(c.map(T=>T.category)));f.useEffect(()=>{if(!o)return;function T(S){E.current&&!E.current.contains(S.target)&&s(!1)}return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[o]);function u(T){e(T),s(!1)}return i.jsxs("div",{ref:E,style:{position:"relative",display:"inline-block"},children:[i.jsxs("button",{title:"Insert template snippet",onClick:()=>s(T=>!T),style:{height:22,padding:"0 8px",fontSize:10,fontFamily:r.font,fontWeight:600,letterSpacing:"0.04em",color:o?r.accent:r.textMuted,background:o?`${r.accent}15`:"transparent",border:`1px solid ${o?r.accent+"50":r.btnBorder}`,borderRadius:4,cursor:"pointer",display:"flex",alignItems:"center",gap:4,transition:"all 0.15s",whiteSpace:"nowrap"},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"})}),"Templates"]}),o&&i.jsx("div",{style:{position:"absolute",top:"calc(100% + 4px)",left:0,zIndex:300,width:300,maxHeight:360,overflowY:"auto",background:r.modalBg,border:`1px solid ${r.cellBorder}`,borderRadius:8,boxShadow:"0 8px 24px rgba(0,0,0,0.3)",padding:"6px 0"},children:d.map(T=>i.jsxs("div",{children:[i.jsx("div",{style:{padding:"6px 12px 4px",fontSize:10,fontWeight:700,fontFamily:r.font,letterSpacing:"0.08em",textTransform:"uppercase",color:r.textMuted},children:T}),c.filter(S=>S.category===T).map(S=>i.jsxs("button",{onMouseEnter:()=>l(S.id),onMouseLeave:()=>l(null),onClick:()=>u(S.code),style:{width:"100%",padding:"7px 12px",textAlign:"left",background:a===S.id?r.sidebarItemHover:"transparent",border:"none",cursor:"pointer",display:"flex",flexDirection:"column",gap:2,transition:"background 0.1s"},children:[i.jsx("span",{style:{fontSize:12,fontWeight:600,fontFamily:r.font,color:r.textPrimary,lineHeight:1.4},children:S.label}),i.jsx("span",{style:{fontSize:11,fontFamily:r.font,color:r.textMuted,lineHeight:1.4},children:S.description})]},S.id))]},T))})]})}function My(e,t){var o,s,a,l;const n=e.upstream??((o=e.singleValueConfig)==null?void 0:o.upstream)??((s=e.filterConfig)==null?void 0:s.upstream)??((a=e.pivotConfig)==null?void 0:a.upstream)??((l=e.tableConfig)==null?void 0:l.upstream);if(!n)return null;const r=t.find(E=>E.name===n&&(E.type==="sql"||E.type==="dql"));return!r||!r.content.trim()?null:{name:r.name,sql:r.content.trim()}}function Py(e){if(!e||!e.chart)return"";const t=[`chart = "${e.chart}"`];return e.x&&t.push(`x = ${e.x}`),e.y&&t.push(`y = ${e.y}`),e.color&&t.push(`color = ${e.color}`),e.facet&&t.push(`facet = ${e.facet}`),`
481
+ visualization {
482
+ ${t.join(`
483
+ `)}
484
+ }`}function by(e){if(!e)return"";const t=['chart = "kpi"'];return e.metric&&t.push(`y = ${e.metric}`),e.format&&t.push(`format = "${e.format}"`),e.label&&t.push(`label = "${e.label.replace(/"/g,'\\"')}"`),`
485
+ visualization {
486
+ ${t.join(`
487
+ `)}
488
+ }`}function vy(e,t){return` query = """
489
+ ${e.replace(/^/gm," ")}
490
+ """${t}`}function Uy(e,t){var a,l,E,c;if(e.type==="sql"||e.type==="dql")return{content:e.content,suggestedName:e.name,derivedFromUpstream:!1,blocker:e.content.trim()?void 0:"Cell is empty — add a SQL query first."};if(e.type==="markdown"||e.type==="param"||e.type==="map"||e.type==="writeback"||e.type==="python")return{content:"",derivedFromUpstream:!1,blocker:`${e.type} cells cannot be promoted to blocks yet.`};const n=My(e,t);if(!n)return{content:"",derivedFromUpstream:!0,blocker:"No upstream SQL cell is wired — pick an upstream dataframe before saving as a block."};let r="",o,s;switch(e.type){case"chart":r=Py(e.chartConfig),o=e.name??(n.name?`${n.name}_chart`:"chart_block"),s=((a=e.chartConfig)==null?void 0:a.title)??((l=e.chartConfig)!=null&&l.chart?`${e.chartConfig.chart} of ${n.name??"upstream"}`:void 0);break;case"single_value":r=by(e.singleValueConfig),o=e.name??((E=e.singleValueConfig)!=null&&E.label?e.singleValueConfig.label:`${n.name??"metric"}_kpi`),s=(c=e.singleValueConfig)==null?void 0:c.label;break;case"filter":case"pivot":case"table":o=e.name??(n.name?`${n.name}_${e.type}`:`${e.type}_block`);break}return{content:vy(n.sql,r),suggestedName:o,suggestedDescription:s,derivedFromUpstream:!0}}function wy(e){let t=e;try{const c=JSON.parse(e);c&&typeof c.error=="string"&&(t=c.error)}catch{}t=t.replace(/^DuckDB query failed:\s*/i,"").trim();let n="Error";/Parser Error/i.test(t)?n="Syntax Error":/Binder Error/i.test(t)?n="Reference Error":/Conversion Error/i.test(t)?n="Type Error":/Invalid Input Error/i.test(t)?n="Input Error":/IO Error/i.test(t)?n="File Error":/Constraint Error/i.test(t)&&(n="Constraint Error");let r;const o=t.match(/LINE\s+(\d+):/i)??t.match(/\bline\s+(\d+)\b/i);o&&(r=parseInt(o[1],10));let s;const a=t.match(/at or near "([^"]+)"/i);a?s=a[1]:/at end of input/i.test(t)&&(s="end of input");let l;n==="Syntax Error"?s==='"""'||t.includes('"""')?l="Triple-quoted strings are DQL block syntax. Use a DQL cell for block syntax, or plain SQL in a SQL cell.":s==="end of input"||/at end of input/i.test(t)?l="Query is incomplete — check for unclosed parentheses, missing keywords, or a dangling comma.":(s===")"||s==="(")&&(l="Mismatched parentheses — check that every opening ( has a closing )."):n==="Reference Error"?/column.*not found|Referenced column/i.test(t)?l="Column not found — check the column name in the Schema panel (left sidebar).":/table.*not found|Table.*does not exist/i.test(t)&&(l="Table not found — make sure the file path is correct and the file exists in your data/ folder."):n==="Input Error"?/No files found/i.test(t)&&(l="File not found — use read_csv_auto('./data/filename.csv'). Open the Schema panel (left sidebar) to see all files available in your data/ folder."):n==="File Error"?l="File could not be read — use read_csv_auto('./data/filename.csv'). Open the Schema panel to browse available data files.":n==="Type Error"&&(l="Type mismatch — you may be comparing or casting incompatible types (e.g. text vs number).");const E=t.replace(/^(Parser Error|Binder Error|Conversion Error|Invalid Input Error|IO Error|Constraint Error):\s*/i,"").trim();return{type:n,message:E,line:r,near:s,hint:l}}function By(e,t){const n=e.length,r=t.length,o=Array.from({length:n+1},(s,a)=>Array.from({length:r+1},(l,E)=>a===0?E:E===0?a:0));for(let s=1;s<=n;s++)for(let a=1;a<=r;a++)o[s][a]=e[s-1]===t[a-1]?o[s-1][a-1]:1+Math.min(o[s-1][a],o[s][a-1],o[s-1][a-1]);return o[n][r]}function Bd(e,t){const n=e.toLowerCase();let r=null,o=4;for(const s of t){const a=By(n,s.toLowerCase());a<o&&(o=a,r=s)}return r}function Fy({message:e,themeMode:t,onFix:n,schemaTables:r}){const o=oe[t],s=wy(e);let a=null;if(r&&r.length>0&&s.type==="Reference Error"){const E=/column.*not found|Referenced column/i.test(s.message),c=/table.*not found|Table.*does not exist/i.test(s.message);if(E&&s.near){const d=r.flatMap(T=>T.columns.map(S=>S.name)),u=Bd(s.near,d);u&&(a=`Did you mean column "${u}"?`)}else if(c&&s.near){const d=Bd(s.near,r.map(u=>u.name));d&&(a=`Did you mean table "${d}"?`)}}const l=n&&(s.type==="Syntax Error"||s.near===")"||s.near==="("||s.near==="end of input");return i.jsxs("div",{style:{padding:"12px 14px",background:`${o.error}10`,borderLeft:`3px solid ${o.error}`,display:"flex",flexDirection:"column",gap:8},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap"},children:[i.jsx("div",{style:{flexShrink:0,color:o.error,display:"flex",alignItems:"center"},children:i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"})})}),i.jsx("span",{style:{fontSize:10,fontWeight:700,fontFamily:o.fontMono,letterSpacing:"0.06em",textTransform:"uppercase",color:o.error,background:`${o.error}18`,border:`1px solid ${o.error}40`,borderRadius:4,padding:"1px 7px",flexShrink:0},children:s.type}),s.line!==void 0&&i.jsxs("span",{style:{fontSize:10,fontWeight:600,fontFamily:o.fontMono,color:o.textSecondary,background:`${o.textMuted}18`,border:`1px solid ${o.textMuted}30`,borderRadius:4,padding:"1px 7px",flexShrink:0},children:["Line ",s.line]}),s.near&&i.jsxs("span",{style:{fontSize:11,fontFamily:o.fontMono,color:o.textSecondary,flexShrink:0},children:["near ",i.jsxs("span",{style:{color:o.error},children:["“",s.near,"”"]})]})]}),i.jsx("pre",{style:{margin:0,fontFamily:o.fontMono,fontSize:12,color:o.error,lineHeight:1.6,whiteSpace:"pre-wrap",wordBreak:"break-word"},children:s.message}),a&&i.jsxs("div",{style:{fontSize:12,fontFamily:o.font,color:o.textSecondary,display:"flex",alignItems:"center",gap:6},children:[i.jsx("span",{style:{color:o.accent},children:"→"}),a]}),s.hint&&i.jsxs("div",{style:{marginTop:2,padding:"8px 12px",background:`${o.warning}12`,border:`1px solid ${o.warning}40`,borderRadius:6,display:"flex",alignItems:"flex-start",gap:8},children:[i.jsx("span",{style:{flexShrink:0,fontSize:13,lineHeight:1.5},children:"💡"}),i.jsx("span",{style:{fontSize:12,fontFamily:o.font,color:o.warning,lineHeight:1.6},children:s.hint})]}),l&&i.jsxs("button",{onClick:n,style:{alignSelf:"flex-start",marginTop:2,padding:"5px 12px",background:`${o.accent}15`,border:`1px solid ${o.accent}50`,borderRadius:6,color:o.accent,fontSize:12,fontFamily:o.font,fontWeight:500,cursor:"pointer",display:"flex",alignItems:"center",gap:6,transition:"all 0.15s"},onMouseEnter:E=>{E.currentTarget.style.background=`${o.accent}25`},onMouseLeave:E=>{E.currentTarget.style.background=`${o.accent}15`},children:[i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"})}),"Format & Run"]})]})}function Vl({path:e,onNodeClick:t,focalNodeId:n,t:r}){return e.nodes.length===0?null:i.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:4,alignItems:"center"},children:e.nodes.map((o,s)=>i.jsxs(Ce.Fragment,{children:[i.jsx(Gy,{node:o,isFocal:o.id===n,onClick:t?()=>t(o.id):void 0,t:r}),s<e.nodes.length-1&&i.jsx("span",{style:{color:r.textMuted,fontSize:10,lineHeight:1},children:"→"})]},o.id))})}function Fd({title:e,paths:t,onNodeClick:n,focalNodeId:r,maxVisible:o=4,t:s}){const[a,l]=Ce.useState(!1),E=a?t:t.slice(0,o),c=t.length>o;return t.length===0?null:i.jsxs("div",{style:{border:`1px solid ${s.cellBorder}`,borderRadius:10,overflow:"hidden",background:s.inputBg},children:[i.jsxs("div",{style:{padding:"8px 12px",borderBottom:`1px solid ${s.cellBorder}`,fontSize:11,fontWeight:700,color:s.textMuted,fontFamily:s.font,textTransform:"uppercase",letterSpacing:"0.04em",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[i.jsx("span",{children:e}),i.jsxs("span",{style:{fontWeight:400,fontSize:10},children:[t.length," path",t.length!==1?"s":""]})]}),i.jsxs("div",{style:{display:"grid",gap:8,padding:10},children:[E.map((d,u)=>i.jsx(Vl,{path:d,onNodeClick:n,focalNodeId:r,t:s},`path-${u}`)),c&&!a&&i.jsxs("button",{onClick:()=>l(!0),style:{background:"none",border:"none",color:s.accent,cursor:"pointer",fontSize:11,fontFamily:s.font,padding:"2px 0",textAlign:"left"},children:["Show ",t.length-o," more path",t.length-o!==1?"s":"","..."]})]})]})}function Gy({node:e,isFocal:t,onClick:n,t:r}){const o=Be[e.type]??"#8b949e",s=Fc[e.type]??e.type.slice(0,3).toUpperCase();return i.jsxs("button",{onClick:n,disabled:!n,style:{display:"inline-flex",alignItems:"center",gap:4,background:t?`${o}18`:r.pillBg??`${r.cellBg}`,border:`1px solid ${t?o:r.cellBorder}`,borderRadius:999,color:r.textPrimary,cursor:n?"pointer":"default",fontSize:10,fontFamily:r.font,padding:"3px 8px",transition:"border-color 0.15s",whiteSpace:"nowrap",maxWidth:180},title:`${e.type}: ${e.name}${e.domain?` (${e.domain})`:""}`,children:[i.jsx("span",{style:{fontSize:8,fontWeight:700,color:"#0d1117",background:o,borderRadius:3,padding:"1px 3px",flexShrink:0},children:s}),i.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]})}function Hy({layerSummary:e,t}){const n=["source","transform","answer","consumption"];if(Object.values(e).reduce((a,l)=>a+l,0)===0)return null;const o={source:"#79c0ff",transform:"#ff7b72",answer:"#56d364",consumption:"#d2a8ff"},s={source:"Sources",transform:"Transform",answer:"Answer",consumption:"Consumption"};return i.jsx("div",{style:{display:"flex",gap:10,fontSize:10,color:t.textMuted,fontFamily:t.font},children:n.map(a=>{const l=e[a]??0;return l===0?null:i.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:3},children:[i.jsx("span",{style:{width:8,height:8,borderRadius:2,background:o[a],display:"inline-block"}}),s[a],": ",l]},a)})})}function _e(e){if(typeof e=="string"||typeof e=="number")return""+e;let t="";if(Array.isArray(e))for(let n=0,r;n<e.length;n++)(r=_e(e[n]))!==""&&(t+=(t&&" ")+r);else for(let n in e)e[n]&&(t+=(t&&" ")+n);return t}var ky={value:()=>{}};function Fi(){for(var e=0,t=arguments.length,n={},r;e<t;++e){if(!(r=arguments[e]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new xs(n)}function xs(e){this._=e}function jy(e,t){return e.trim().split(/^|\s+/).map(function(n){var r="",o=n.indexOf(".");if(o>=0&&(r=n.slice(o+1),n=n.slice(0,o)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}xs.prototype=Fi.prototype={constructor:xs,on:function(e,t){var n=this._,r=jy(e+"",n),o,s=-1,a=r.length;if(arguments.length<2){for(;++s<a;)if((o=(e=r[s]).type)&&(o=Yy(n[o],e.name)))return o;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++s<a;)if(o=(e=r[s]).type)n[o]=Gd(n[o],e.name,t);else if(t==null)for(o in n)n[o]=Gd(n[o],e.name,null);return this},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new xs(e)},call:function(e,t){if((o=arguments.length-2)>0)for(var n=new Array(o),r=0,o,s;r<o;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(s=this._[e],r=0,o=s.length;r<o;++r)s[r].value.apply(t,n)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],o=0,s=r.length;o<s;++o)r[o].value.apply(t,n)}};function Yy(e,t){for(var n=0,r=e.length,o;n<r;++n)if((o=e[n]).name===t)return o.value}function Gd(e,t,n){for(var r=0,o=e.length;r<o;++r)if(e[r].name===t){e[r]=ky,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var $l="http://www.w3.org/1999/xhtml";const Hd={svg:"http://www.w3.org/2000/svg",xhtml:$l,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Gi(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),Hd.hasOwnProperty(t)?{space:Hd[t],local:e}:e}function Wy(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===$l&&t.documentElement.namespaceURI===$l?t.createElement(e):t.createElementNS(n,e)}}function Vy(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function DR(e){var t=Gi(e);return(t.local?Vy:Wy)(t)}function $y(){}function Jc(e){return e==null?$y:function(){return this.querySelector(e)}}function Xy(e){typeof e!="function"&&(e=Jc(e));for(var t=this._groups,n=t.length,r=new Array(n),o=0;o<n;++o)for(var s=t[o],a=s.length,l=r[o]=new Array(a),E,c,d=0;d<a;++d)(E=s[d])&&(c=e.call(E,E.__data__,d,s))&&("__data__"in E&&(c.__data__=E.__data__),l[d]=c);return new ze(r,this._parents)}function Ky(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function zy(){return[]}function MR(e){return e==null?zy:function(){return this.querySelectorAll(e)}}function Jy(e){return function(){return Ky(e.apply(this,arguments))}}function qy(e){typeof e=="function"?e=Jy(e):e=MR(e);for(var t=this._groups,n=t.length,r=[],o=[],s=0;s<n;++s)for(var a=t[s],l=a.length,E,c=0;c<l;++c)(E=a[c])&&(r.push(e.call(E,E.__data__,c,a)),o.push(E));return new ze(r,o)}function PR(e){return function(){return this.matches(e)}}function bR(e){return function(t){return t.matches(e)}}var Qy=Array.prototype.find;function Zy(e){return function(){return Qy.call(this.children,e)}}function e0(){return this.firstElementChild}function t0(e){return this.select(e==null?e0:Zy(typeof e=="function"?e:bR(e)))}var n0=Array.prototype.filter;function r0(){return Array.from(this.children)}function o0(e){return function(){return n0.call(this.children,e)}}function s0(e){return this.selectAll(e==null?r0:o0(typeof e=="function"?e:bR(e)))}function i0(e){typeof e!="function"&&(e=PR(e));for(var t=this._groups,n=t.length,r=new Array(n),o=0;o<n;++o)for(var s=t[o],a=s.length,l=r[o]=[],E,c=0;c<a;++c)(E=s[c])&&e.call(E,E.__data__,c,s)&&l.push(E);return new ze(r,this._parents)}function vR(e){return new Array(e.length)}function a0(){return new ze(this._enter||this._groups.map(vR),this._parents)}function Qs(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Qs.prototype={constructor:Qs,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function l0(e){return function(){return e}}function c0(e,t,n,r,o,s){for(var a=0,l,E=t.length,c=s.length;a<c;++a)(l=t[a])?(l.__data__=s[a],r[a]=l):n[a]=new Qs(e,s[a]);for(;a<E;++a)(l=t[a])&&(o[a]=l)}function E0(e,t,n,r,o,s,a){var l,E,c=new Map,d=t.length,u=s.length,T=new Array(d),S;for(l=0;l<d;++l)(E=t[l])&&(T[l]=S=a.call(E,E.__data__,l,t)+"",c.has(S)?o[l]=E:c.set(S,E));for(l=0;l<u;++l)S=a.call(e,s[l],l,s)+"",(E=c.get(S))?(r[l]=E,E.__data__=s[l],c.delete(S)):n[l]=new Qs(e,s[l]);for(l=0;l<d;++l)(E=t[l])&&c.get(T[l])===E&&(o[l]=E)}function d0(e){return e.__data__}function u0(e,t){if(!arguments.length)return Array.from(this,d0);var n=t?E0:c0,r=this._parents,o=this._groups;typeof e!="function"&&(e=l0(e));for(var s=o.length,a=new Array(s),l=new Array(s),E=new Array(s),c=0;c<s;++c){var d=r[c],u=o[c],T=u.length,S=T0(e.call(d,d&&d.__data__,c,r)),I=S.length,p=l[c]=new Array(I),R=a[c]=new Array(I),A=E[c]=new Array(T);n(d,u,p,R,A,S,t);for(var h=0,O=0,N,m;h<I;++h)if(N=p[h]){for(h>=O&&(O=h+1);!(m=R[O])&&++O<I;);N._next=m||null}}return a=new ze(a,r),a._enter=l,a._exit=E,a}function T0(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function S0(){return new ze(this._exit||this._groups.map(vR),this._parents)}function f0(e,t,n){var r=this.enter(),o=this,s=this.exit();return typeof e=="function"?(r=e(r),r&&(r=r.selection())):r=r.append(e+""),t!=null&&(o=t(o),o&&(o=o.selection())),n==null?s.remove():n(s),r&&o?r.merge(o).order():o}function R0(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,o=n.length,s=r.length,a=Math.min(o,s),l=new Array(o),E=0;E<a;++E)for(var c=n[E],d=r[E],u=c.length,T=l[E]=new Array(u),S,I=0;I<u;++I)(S=c[I]||d[I])&&(T[I]=S);for(;E<o;++E)l[E]=n[E];return new ze(l,this._parents)}function A0(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r=e[t],o=r.length-1,s=r[o],a;--o>=0;)(a=r[o])&&(s&&a.compareDocumentPosition(s)^4&&s.parentNode.insertBefore(a,s),s=a);return this}function p0(e){e||(e=I0);function t(u,T){return u&&T?e(u.__data__,T.__data__):!u-!T}for(var n=this._groups,r=n.length,o=new Array(r),s=0;s<r;++s){for(var a=n[s],l=a.length,E=o[s]=new Array(l),c,d=0;d<l;++d)(c=a[d])&&(E[d]=c);E.sort(t)}return new ze(o,this._parents).order()}function I0(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function h0(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function O0(){return Array.from(this)}function N0(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],o=0,s=r.length;o<s;++o){var a=r[o];if(a)return a}return null}function m0(){let e=0;for(const t of this)++e;return e}function C0(){return!this.node()}function g0(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var o=t[n],s=0,a=o.length,l;s<a;++s)(l=o[s])&&e.call(l,l.__data__,s,o);return this}function L0(e){return function(){this.removeAttribute(e)}}function _0(e){return function(){this.removeAttributeNS(e.space,e.local)}}function x0(e,t){return function(){this.setAttribute(e,t)}}function y0(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function D0(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function M0(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function P0(e,t){var n=Gi(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((t==null?n.local?_0:L0:typeof t=="function"?n.local?M0:D0:n.local?y0:x0)(n,t))}function UR(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function b0(e){return function(){this.style.removeProperty(e)}}function v0(e,t,n){return function(){this.style.setProperty(e,t,n)}}function U0(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function w0(e,t,n){return arguments.length>1?this.each((t==null?b0:typeof t=="function"?U0:v0)(e,t,n??"")):sr(this.node(),e)}function sr(e,t){return e.style.getPropertyValue(t)||UR(e).getComputedStyle(e,null).getPropertyValue(t)}function B0(e){return function(){delete this[e]}}function F0(e,t){return function(){this[e]=t}}function G0(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function H0(e,t){return arguments.length>1?this.each((t==null?B0:typeof t=="function"?G0:F0)(e,t)):this.node()[e]}function wR(e){return e.trim().split(/^|\s+/)}function qc(e){return e.classList||new BR(e)}function BR(e){this._node=e,this._names=wR(e.getAttribute("class")||"")}BR.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function FR(e,t){for(var n=qc(e),r=-1,o=t.length;++r<o;)n.add(t[r])}function GR(e,t){for(var n=qc(e),r=-1,o=t.length;++r<o;)n.remove(t[r])}function k0(e){return function(){FR(this,e)}}function j0(e){return function(){GR(this,e)}}function Y0(e,t){return function(){(t.apply(this,arguments)?FR:GR)(this,e)}}function W0(e,t){var n=wR(e+"");if(arguments.length<2){for(var r=qc(this.node()),o=-1,s=n.length;++o<s;)if(!r.contains(n[o]))return!1;return!0}return this.each((typeof t=="function"?Y0:t?k0:j0)(n,t))}function V0(){this.textContent=""}function $0(e){return function(){this.textContent=e}}function X0(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function K0(e){return arguments.length?this.each(e==null?V0:(typeof e=="function"?X0:$0)(e)):this.node().textContent}function z0(){this.innerHTML=""}function J0(e){return function(){this.innerHTML=e}}function q0(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function Q0(e){return arguments.length?this.each(e==null?z0:(typeof e=="function"?q0:J0)(e)):this.node().innerHTML}function Z0(){this.nextSibling&&this.parentNode.appendChild(this)}function eD(){return this.each(Z0)}function tD(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function nD(){return this.each(tD)}function rD(e){var t=typeof e=="function"?e:DR(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function oD(){return null}function sD(e,t){var n=typeof e=="function"?e:DR(e),r=t==null?oD:typeof t=="function"?t:Jc(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function iD(){var e=this.parentNode;e&&e.removeChild(this)}function aD(){return this.each(iD)}function lD(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function cD(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function ED(e){return this.select(e?cD:lD)}function dD(e){return arguments.length?this.property("__data__",e):this.node().__data__}function uD(e){return function(t){e.call(this,t,this.__data__)}}function TD(e){return e.trim().split(/^|\s+/).map(function(t){var n="",r=t.indexOf(".");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{type:t,name:n}})}function SD(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,o=t.length,s;n<o;++n)s=t[n],(!e.type||s.type===e.type)&&s.name===e.name?this.removeEventListener(s.type,s.listener,s.options):t[++r]=s;++r?t.length=r:delete this.__on}}}function fD(e,t,n){return function(){var r=this.__on,o,s=uD(t);if(r){for(var a=0,l=r.length;a<l;++a)if((o=r[a]).type===e.type&&o.name===e.name){this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=s,o.options=n),o.value=t;return}}this.addEventListener(e.type,s,n),o={type:e.type,name:e.name,value:t,listener:s,options:n},r?r.push(o):this.__on=[o]}}function RD(e,t,n){var r=TD(e+""),o,s=r.length,a;if(arguments.length<2){var l=this.node().__on;if(l){for(var E=0,c=l.length,d;E<c;++E)for(o=0,d=l[E];o<s;++o)if((a=r[o]).type===d.type&&a.name===d.name)return d.value}return}for(l=t?fD:SD,o=0;o<s;++o)this.each(l(r[o],t,n));return this}function HR(e,t,n){var r=UR(e),o=r.CustomEvent;typeof o=="function"?o=new o(t,n):(o=r.document.createEvent("Event"),n?(o.initEvent(t,n.bubbles,n.cancelable),o.detail=n.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function AD(e,t){return function(){return HR(this,e,t)}}function pD(e,t){return function(){return HR(this,e,t.apply(this,arguments))}}function ID(e,t){return this.each((typeof t=="function"?pD:AD)(e,t))}function*hD(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],o=0,s=r.length,a;o<s;++o)(a=r[o])&&(yield a)}var kR=[null];function ze(e,t){this._groups=e,this._parents=t}function Io(){return new ze([[document.documentElement]],kR)}function OD(){return this}ze.prototype=Io.prototype={constructor:ze,select:Xy,selectAll:qy,selectChild:t0,selectChildren:s0,filter:i0,data:u0,enter:a0,exit:S0,join:f0,merge:R0,selection:OD,order:A0,sort:p0,call:h0,nodes:O0,node:N0,size:m0,empty:C0,each:g0,attr:P0,style:w0,property:H0,classed:W0,text:K0,html:Q0,raise:eD,lower:nD,append:rD,insert:sD,remove:aD,clone:ED,datum:dD,on:RD,dispatch:ID,[Symbol.iterator]:hD};function Xe(e){return typeof e=="string"?new ze([[document.querySelector(e)]],[document.documentElement]):new ze([[e]],kR)}function ND(e){let t;for(;t=e.sourceEvent;)e=t;return e}function nt(e,t){if(e=ND(e),t===void 0&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=e.clientX,r.y=e.clientY,r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}if(t.getBoundingClientRect){var o=t.getBoundingClientRect();return[e.clientX-o.left-t.clientLeft,e.clientY-o.top-t.clientTop]}}return[e.pageX,e.pageY]}const mD={passive:!1},Zr={capture:!0,passive:!1};function va(e){e.stopImmediatePropagation()}function Qn(e){e.preventDefault(),e.stopImmediatePropagation()}function jR(e){var t=e.document.documentElement,n=Xe(e).on("dragstart.drag",Qn,Zr);"onselectstart"in t?n.on("selectstart.drag",Qn,Zr):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function YR(e,t){var n=e.document.documentElement,r=Xe(e).on("dragstart.drag",null);t&&(r.on("click.drag",Qn,Zr),setTimeout(function(){r.on("click.drag",null)},0)),"onselectstart"in n?r.on("selectstart.drag",null):(n.style.MozUserSelect=n.__noselect,delete n.__noselect)}const Es=e=>()=>e;function Xl(e,{sourceEvent:t,subject:n,target:r,identifier:o,active:s,x:a,y:l,dx:E,dy:c,dispatch:d}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},subject:{value:n,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},identifier:{value:o,enumerable:!0,configurable:!0},active:{value:s,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:l,enumerable:!0,configurable:!0},dx:{value:E,enumerable:!0,configurable:!0},dy:{value:c,enumerable:!0,configurable:!0},_:{value:d}})}Xl.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function CD(e){return!e.ctrlKey&&!e.button}function gD(){return this.parentNode}function LD(e,t){return t??{x:e.x,y:e.y}}function _D(){return navigator.maxTouchPoints||"ontouchstart"in this}function WR(){var e=CD,t=gD,n=LD,r=_D,o={},s=Fi("start","drag","end"),a=0,l,E,c,d,u=0;function T(N){N.on("mousedown.drag",S).filter(r).on("touchstart.drag",R).on("touchmove.drag",A,mD).on("touchend.drag touchcancel.drag",h).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function S(N,m){if(!(d||!e.call(this,N,m))){var C=O(this,t.call(this,N,m),N,m,"mouse");C&&(Xe(N.view).on("mousemove.drag",I,Zr).on("mouseup.drag",p,Zr),jR(N.view),va(N),c=!1,l=N.clientX,E=N.clientY,C("start",N))}}function I(N){if(Qn(N),!c){var m=N.clientX-l,C=N.clientY-E;c=m*m+C*C>u}o.mouse("drag",N)}function p(N){Xe(N.view).on("mousemove.drag mouseup.drag",null),YR(N.view,c),Qn(N),o.mouse("end",N)}function R(N,m){if(e.call(this,N,m)){var C=N.changedTouches,g=t.call(this,N,m),D=C.length,L,U;for(L=0;L<D;++L)(U=O(this,g,N,m,C[L].identifier,C[L]))&&(va(N),U("start",N,C[L]))}}function A(N){var m=N.changedTouches,C=m.length,g,D;for(g=0;g<C;++g)(D=o[m[g].identifier])&&(Qn(N),D("drag",N,m[g]))}function h(N){var m=N.changedTouches,C=m.length,g,D;for(d&&clearTimeout(d),d=setTimeout(function(){d=null},500),g=0;g<C;++g)(D=o[m[g].identifier])&&(va(N),D("end",N,m[g]))}function O(N,m,C,g,D,L){var U=s.copy(),y=nt(L||C,m),b,F,_;if((_=n.call(N,new Xl("beforestart",{sourceEvent:C,target:T,identifier:D,active:a,x:y[0],y:y[1],dx:0,dy:0,dispatch:U}),g))!=null)return b=_.x-y[0]||0,F=_.y-y[1]||0,function v(M,w,P){var x=y,B;switch(M){case"start":o[D]=v,B=a++;break;case"end":delete o[D],--a;case"drag":y=nt(P||w,m),B=a;break}U.call(M,N,new Xl(M,{sourceEvent:w,subject:_,target:T,identifier:D,active:B,x:y[0]+b,y:y[1]+F,dx:y[0]-x[0],dy:y[1]-x[1],dispatch:U}),g)}}return T.filter=function(N){return arguments.length?(e=typeof N=="function"?N:Es(!!N),T):e},T.container=function(N){return arguments.length?(t=typeof N=="function"?N:Es(N),T):t},T.subject=function(N){return arguments.length?(n=typeof N=="function"?N:Es(N),T):n},T.touchable=function(N){return arguments.length?(r=typeof N=="function"?N:Es(!!N),T):r},T.on=function(){var N=s.on.apply(s,arguments);return N===s?T:N},T.clickDistance=function(N){return arguments.length?(u=(N=+N)*N,T):Math.sqrt(u)},T}function Qc(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function VR(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function ho(){}var eo=.7,Zs=1/eo,Zn="\\s*([+-]?\\d+)\\s*",to="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",ht="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",xD=/^#([0-9a-f]{3,8})$/,yD=new RegExp(`^rgb\\(${Zn},${Zn},${Zn}\\)$`),DD=new RegExp(`^rgb\\(${ht},${ht},${ht}\\)$`),MD=new RegExp(`^rgba\\(${Zn},${Zn},${Zn},${to}\\)$`),PD=new RegExp(`^rgba\\(${ht},${ht},${ht},${to}\\)$`),bD=new RegExp(`^hsl\\(${to},${ht},${ht}\\)$`),vD=new RegExp(`^hsla\\(${to},${ht},${ht},${to}\\)$`),kd={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Qc(ho,On,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:jd,formatHex:jd,formatHex8:UD,formatHsl:wD,formatRgb:Yd,toString:Yd});function jd(){return this.rgb().formatHex()}function UD(){return this.rgb().formatHex8()}function wD(){return $R(this).formatHsl()}function Yd(){return this.rgb().formatRgb()}function On(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=xD.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?Wd(t):n===3?new Ge(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?ds(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?ds(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=yD.exec(e))?new Ge(t[1],t[2],t[3],1):(t=DD.exec(e))?new Ge(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=MD.exec(e))?ds(t[1],t[2],t[3],t[4]):(t=PD.exec(e))?ds(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=bD.exec(e))?Xd(t[1],t[2]/100,t[3]/100,1):(t=vD.exec(e))?Xd(t[1],t[2]/100,t[3]/100,t[4]):kd.hasOwnProperty(e)?Wd(kd[e]):e==="transparent"?new Ge(NaN,NaN,NaN,0):null}function Wd(e){return new Ge(e>>16&255,e>>8&255,e&255,1)}function ds(e,t,n,r){return r<=0&&(e=t=n=NaN),new Ge(e,t,n,r)}function BD(e){return e instanceof ho||(e=On(e)),e?(e=e.rgb(),new Ge(e.r,e.g,e.b,e.opacity)):new Ge}function Kl(e,t,n,r){return arguments.length===1?BD(e):new Ge(e,t,n,r??1)}function Ge(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}Qc(Ge,Kl,VR(ho,{brighter(e){return e=e==null?Zs:Math.pow(Zs,e),new Ge(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?eo:Math.pow(eo,e),new Ge(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Ge(Rn(this.r),Rn(this.g),Rn(this.b),ei(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Vd,formatHex:Vd,formatHex8:FD,formatRgb:$d,toString:$d}));function Vd(){return`#${fn(this.r)}${fn(this.g)}${fn(this.b)}`}function FD(){return`#${fn(this.r)}${fn(this.g)}${fn(this.b)}${fn((isNaN(this.opacity)?1:this.opacity)*255)}`}function $d(){const e=ei(this.opacity);return`${e===1?"rgb(":"rgba("}${Rn(this.r)}, ${Rn(this.g)}, ${Rn(this.b)}${e===1?")":`, ${e})`}`}function ei(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Rn(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function fn(e){return e=Rn(e),(e<16?"0":"")+e.toString(16)}function Xd(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new rt(e,t,n,r)}function $R(e){if(e instanceof rt)return new rt(e.h,e.s,e.l,e.opacity);if(e instanceof ho||(e=On(e)),!e)return new rt;if(e instanceof rt)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,o=Math.min(t,n,r),s=Math.max(t,n,r),a=NaN,l=s-o,E=(s+o)/2;return l?(t===s?a=(n-r)/l+(n<r)*6:n===s?a=(r-t)/l+2:a=(t-n)/l+4,l/=E<.5?s+o:2-s-o,a*=60):l=E>0&&E<1?0:a,new rt(a,l,E,e.opacity)}function GD(e,t,n,r){return arguments.length===1?$R(e):new rt(e,t,n,r??1)}function rt(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}Qc(rt,GD,VR(ho,{brighter(e){return e=e==null?Zs:Math.pow(Zs,e),new rt(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?eo:Math.pow(eo,e),new rt(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,o=2*n-r;return new Ge(Ua(e>=240?e-240:e+120,o,r),Ua(e,o,r),Ua(e<120?e+240:e-120,o,r),this.opacity)},clamp(){return new rt(Kd(this.h),us(this.s),us(this.l),ei(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=ei(this.opacity);return`${e===1?"hsl(":"hsla("}${Kd(this.h)}, ${us(this.s)*100}%, ${us(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Kd(e){return e=(e||0)%360,e<0?e+360:e}function us(e){return Math.max(0,Math.min(1,e||0))}function Ua(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const Zc=e=>()=>e;function HD(e,t){return function(n){return e+n*t}}function kD(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}function jD(e){return(e=+e)==1?XR:function(t,n){return n-t?kD(t,n,e):Zc(isNaN(t)?n:t)}}function XR(e,t){var n=t-e;return n?HD(e,n):Zc(isNaN(e)?t:e)}const ti=(function e(t){var n=jD(t);function r(o,s){var a=n((o=Kl(o)).r,(s=Kl(s)).r),l=n(o.g,s.g),E=n(o.b,s.b),c=XR(o.opacity,s.opacity);return function(d){return o.r=a(d),o.g=l(d),o.b=E(d),o.opacity=c(d),o+""}}return r.gamma=e,r})(1);function YD(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),o;return function(s){for(o=0;o<n;++o)r[o]=e[o]*(1-s)+t[o]*s;return r}}function WD(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function VD(e,t){var n=t?t.length:0,r=e?Math.min(n,e.length):0,o=new Array(r),s=new Array(n),a;for(a=0;a<r;++a)o[a]=Gr(e[a],t[a]);for(;a<n;++a)s[a]=t[a];return function(l){for(a=0;a<r;++a)s[a]=o[a](l);return s}}function $D(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function ft(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function XD(e,t){var n={},r={},o;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(o in t)o in e?n[o]=Gr(e[o],t[o]):r[o]=t[o];return function(s){for(o in n)r[o]=n[o](s);return r}}var zl=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,wa=new RegExp(zl.source,"g");function KD(e){return function(){return e}}function zD(e){return function(t){return e(t)+""}}function KR(e,t){var n=zl.lastIndex=wa.lastIndex=0,r,o,s,a=-1,l=[],E=[];for(e=e+"",t=t+"";(r=zl.exec(e))&&(o=wa.exec(t));)(s=o.index)>n&&(s=t.slice(n,s),l[a]?l[a]+=s:l[++a]=s),(r=r[0])===(o=o[0])?l[a]?l[a]+=o:l[++a]=o:(l[++a]=null,E.push({i:a,x:ft(r,o)})),n=wa.lastIndex;return n<t.length&&(s=t.slice(n),l[a]?l[a]+=s:l[++a]=s),l.length<2?E[0]?zD(E[0].x):KD(t):(t=E.length,function(c){for(var d=0,u;d<t;++d)l[(u=E[d]).i]=u.x(c);return l.join("")})}function Gr(e,t){var n=typeof t,r;return t==null||n==="boolean"?Zc(t):(n==="number"?ft:n==="string"?(r=On(t))?(t=r,ti):KR:t instanceof On?ti:t instanceof Date?$D:WD(t)?YD:Array.isArray(t)?VD:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?XD:ft)(e,t)}var zd=180/Math.PI,Jl={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function zR(e,t,n,r,o,s){var a,l,E;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(E=e*n+t*r)&&(n-=e*E,r-=t*E),(l=Math.sqrt(n*n+r*r))&&(n/=l,r/=l,E/=l),e*r<t*n&&(e=-e,t=-t,E=-E,a=-a),{translateX:o,translateY:s,rotate:Math.atan2(t,e)*zd,skewX:Math.atan(E)*zd,scaleX:a,scaleY:l}}var Ts;function JD(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Jl:zR(t.a,t.b,t.c,t.d,t.e,t.f)}function qD(e){return e==null||(Ts||(Ts=document.createElementNS("http://www.w3.org/2000/svg","g")),Ts.setAttribute("transform",e),!(e=Ts.transform.baseVal.consolidate()))?Jl:(e=e.matrix,zR(e.a,e.b,e.c,e.d,e.e,e.f))}function JR(e,t,n,r){function o(c){return c.length?c.pop()+" ":""}function s(c,d,u,T,S,I){if(c!==u||d!==T){var p=S.push("translate(",null,t,null,n);I.push({i:p-4,x:ft(c,u)},{i:p-2,x:ft(d,T)})}else(u||T)&&S.push("translate("+u+t+T+n)}function a(c,d,u,T){c!==d?(c-d>180?d+=360:d-c>180&&(c+=360),T.push({i:u.push(o(u)+"rotate(",null,r)-2,x:ft(c,d)})):d&&u.push(o(u)+"rotate("+d+r)}function l(c,d,u,T){c!==d?T.push({i:u.push(o(u)+"skewX(",null,r)-2,x:ft(c,d)}):d&&u.push(o(u)+"skewX("+d+r)}function E(c,d,u,T,S,I){if(c!==u||d!==T){var p=S.push(o(S)+"scale(",null,",",null,")");I.push({i:p-4,x:ft(c,u)},{i:p-2,x:ft(d,T)})}else(u!==1||T!==1)&&S.push(o(S)+"scale("+u+","+T+")")}return function(c,d){var u=[],T=[];return c=e(c),d=e(d),s(c.translateX,c.translateY,d.translateX,d.translateY,u,T),a(c.rotate,d.rotate,u,T),l(c.skewX,d.skewX,u,T),E(c.scaleX,c.scaleY,d.scaleX,d.scaleY,u,T),c=d=null,function(S){for(var I=-1,p=T.length,R;++I<p;)u[(R=T[I]).i]=R.x(S);return u.join("")}}}var QD=JR(JD,"px, ","px)","deg)"),ZD=JR(qD,", ",")",")"),eM=1e-12;function Jd(e){return((e=Math.exp(e))+1/e)/2}function tM(e){return((e=Math.exp(e))-1/e)/2}function nM(e){return((e=Math.exp(2*e))-1)/(e+1)}const ys=(function e(t,n,r){function o(s,a){var l=s[0],E=s[1],c=s[2],d=a[0],u=a[1],T=a[2],S=d-l,I=u-E,p=S*S+I*I,R,A;if(p<eM)A=Math.log(T/c)/t,R=function(g){return[l+g*S,E+g*I,c*Math.exp(t*g*A)]};else{var h=Math.sqrt(p),O=(T*T-c*c+r*p)/(2*c*n*h),N=(T*T-c*c-r*p)/(2*T*n*h),m=Math.log(Math.sqrt(O*O+1)-O),C=Math.log(Math.sqrt(N*N+1)-N);A=(C-m)/t,R=function(g){var D=g*A,L=Jd(m),U=c/(n*h)*(L*nM(t*D+m)-tM(m));return[l+U*S,E+U*I,c*L/Jd(t*D+m)]}}return R.duration=A*1e3*t/Math.SQRT2,R}return o.rho=function(s){var a=Math.max(.001,+s),l=a*a,E=l*l;return e(a,l,E)},o})(Math.SQRT2,2,4);var ir=0,vr=0,Dr=0,qR=1e3,ni,Ur,ri=0,Nn=0,Hi=0,no=typeof performance=="object"&&performance.now?performance:Date,QR=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function eE(){return Nn||(QR(rM),Nn=no.now()+Hi)}function rM(){Nn=0}function oi(){this._call=this._time=this._next=null}oi.prototype=ZR.prototype={constructor:oi,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?eE():+n)+(t==null?0:+t),!this._next&&Ur!==this&&(Ur?Ur._next=this:ni=this,Ur=this),this._call=e,this._time=n,ql()},stop:function(){this._call&&(this._call=null,this._time=1/0,ql())}};function ZR(e,t,n){var r=new oi;return r.restart(e,t,n),r}function oM(){eE(),++ir;for(var e=ni,t;e;)(t=Nn-e._time)>=0&&e._call.call(void 0,t),e=e._next;--ir}function qd(){Nn=(ri=no.now())+Hi,ir=vr=0;try{oM()}finally{ir=0,iM(),Nn=0}}function sM(){var e=no.now(),t=e-ri;t>qR&&(Hi-=t,ri=e)}function iM(){for(var e,t=ni,n,r=1/0;t;)t._call?(r>t._time&&(r=t._time),e=t,t=t._next):(n=t._next,t._next=null,t=e?e._next=n:ni=n);Ur=e,ql(r)}function ql(e){if(!ir){vr&&(vr=clearTimeout(vr));var t=e-Nn;t>24?(e<1/0&&(vr=setTimeout(qd,e-no.now()-Hi)),Dr&&(Dr=clearInterval(Dr))):(Dr||(ri=no.now(),Dr=setInterval(sM,qR)),ir=1,QR(qd))}}function Qd(e,t,n){var r=new oi;return t=t==null?0:+t,r.restart(o=>{r.stop(),e(o+t)},t,n),r}var aM=Fi("start","end","cancel","interrupt"),lM=[],eA=0,Zd=1,Ql=2,Ds=3,eu=4,Zl=5,Ms=6;function ki(e,t,n,r,o,s){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;cM(e,n,{name:t,index:r,group:o,on:aM,tween:lM,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:eA})}function tE(e,t){var n=dt(e,t);if(n.state>eA)throw new Error("too late; already scheduled");return n}function mt(e,t){var n=dt(e,t);if(n.state>Ds)throw new Error("too late; already running");return n}function dt(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function cM(e,t,n){var r=e.__transition,o;r[t]=n,n.timer=ZR(s,0,n.time);function s(c){n.state=Zd,n.timer.restart(a,n.delay,n.time),n.delay<=c&&a(c-n.delay)}function a(c){var d,u,T,S;if(n.state!==Zd)return E();for(d in r)if(S=r[d],S.name===n.name){if(S.state===Ds)return Qd(a);S.state===eu?(S.state=Ms,S.timer.stop(),S.on.call("interrupt",e,e.__data__,S.index,S.group),delete r[d]):+d<t&&(S.state=Ms,S.timer.stop(),S.on.call("cancel",e,e.__data__,S.index,S.group),delete r[d])}if(Qd(function(){n.state===Ds&&(n.state=eu,n.timer.restart(l,n.delay,n.time),l(c))}),n.state=Ql,n.on.call("start",e,e.__data__,n.index,n.group),n.state===Ql){for(n.state=Ds,o=new Array(T=n.tween.length),d=0,u=-1;d<T;++d)(S=n.tween[d].value.call(e,e.__data__,n.index,n.group))&&(o[++u]=S);o.length=u+1}}function l(c){for(var d=c<n.duration?n.ease.call(null,c/n.duration):(n.timer.restart(E),n.state=Zl,1),u=-1,T=o.length;++u<T;)o[u].call(e,d);n.state===Zl&&(n.on.call("end",e,e.__data__,n.index,n.group),E())}function E(){n.state=Ms,n.timer.stop(),delete r[t];for(var c in r)return;delete e.__transition}}function Ps(e,t){var n=e.__transition,r,o,s=!0,a;if(n){t=t==null?null:t+"";for(a in n){if((r=n[a]).name!==t){s=!1;continue}o=r.state>Ql&&r.state<Zl,r.state=Ms,r.timer.stop(),r.on.call(o?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}s&&delete e.__transition}}function EM(e){return this.each(function(){Ps(this,e)})}function dM(e,t){var n,r;return function(){var o=mt(this,e),s=o.tween;if(s!==n){r=n=s;for(var a=0,l=r.length;a<l;++a)if(r[a].name===t){r=r.slice(),r.splice(a,1);break}}o.tween=r}}function uM(e,t,n){var r,o;if(typeof n!="function")throw new Error;return function(){var s=mt(this,e),a=s.tween;if(a!==r){o=(r=a).slice();for(var l={name:t,value:n},E=0,c=o.length;E<c;++E)if(o[E].name===t){o[E]=l;break}E===c&&o.push(l)}s.tween=o}}function TM(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=dt(this.node(),n).tween,o=0,s=r.length,a;o<s;++o)if((a=r[o]).name===e)return a.value;return null}return this.each((t==null?dM:uM)(n,e,t))}function nE(e,t,n){var r=e._id;return e.each(function(){var o=mt(this,r);(o.value||(o.value={}))[t]=n.apply(this,arguments)}),function(o){return dt(o,r).value[t]}}function tA(e,t){var n;return(typeof t=="number"?ft:t instanceof On?ti:(n=On(t))?(t=n,ti):KR)(e,t)}function SM(e){return function(){this.removeAttribute(e)}}function fM(e){return function(){this.removeAttributeNS(e.space,e.local)}}function RM(e,t,n){var r,o=n+"",s;return function(){var a=this.getAttribute(e);return a===o?null:a===r?s:s=t(r=a,n)}}function AM(e,t,n){var r,o=n+"",s;return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?s:s=t(r=a,n)}}function pM(e,t,n){var r,o,s;return function(){var a,l=n(this),E;return l==null?void this.removeAttribute(e):(a=this.getAttribute(e),E=l+"",a===E?null:a===r&&E===o?s:(o=E,s=t(r=a,l)))}}function IM(e,t,n){var r,o,s;return function(){var a,l=n(this),E;return l==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),E=l+"",a===E?null:a===r&&E===o?s:(o=E,s=t(r=a,l)))}}function hM(e,t){var n=Gi(e),r=n==="transform"?ZD:tA;return this.attrTween(e,typeof t=="function"?(n.local?IM:pM)(n,r,nE(this,"attr."+e,t)):t==null?(n.local?fM:SM)(n):(n.local?AM:RM)(n,r,t))}function OM(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function NM(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function mM(e,t){var n,r;function o(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&NM(e,s)),n}return o._value=t,o}function CM(e,t){var n,r;function o(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&OM(e,s)),n}return o._value=t,o}function gM(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;var r=Gi(e);return this.tween(n,(r.local?mM:CM)(r,t))}function LM(e,t){return function(){tE(this,e).delay=+t.apply(this,arguments)}}function _M(e,t){return t=+t,function(){tE(this,e).delay=t}}function xM(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?LM:_M)(t,e)):dt(this.node(),t).delay}function yM(e,t){return function(){mt(this,e).duration=+t.apply(this,arguments)}}function DM(e,t){return t=+t,function(){mt(this,e).duration=t}}function MM(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?yM:DM)(t,e)):dt(this.node(),t).duration}function PM(e,t){if(typeof t!="function")throw new Error;return function(){mt(this,e).ease=t}}function bM(e){var t=this._id;return arguments.length?this.each(PM(t,e)):dt(this.node(),t).ease}function vM(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;mt(this,e).ease=n}}function UM(e){if(typeof e!="function")throw new Error;return this.each(vM(this._id,e))}function wM(e){typeof e!="function"&&(e=PR(e));for(var t=this._groups,n=t.length,r=new Array(n),o=0;o<n;++o)for(var s=t[o],a=s.length,l=r[o]=[],E,c=0;c<a;++c)(E=s[c])&&e.call(E,E.__data__,c,s)&&l.push(E);return new Ut(r,this._parents,this._name,this._id)}function BM(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,o=n.length,s=Math.min(r,o),a=new Array(r),l=0;l<s;++l)for(var E=t[l],c=n[l],d=E.length,u=a[l]=new Array(d),T,S=0;S<d;++S)(T=E[S]||c[S])&&(u[S]=T);for(;l<r;++l)a[l]=t[l];return new Ut(a,this._parents,this._name,this._id)}function FM(e){return(e+"").trim().split(/^|\s+/).every(function(t){var n=t.indexOf(".");return n>=0&&(t=t.slice(0,n)),!t||t==="start"})}function GM(e,t,n){var r,o,s=FM(t)?tE:mt;return function(){var a=s(this,e),l=a.on;l!==r&&(o=(r=l).copy()).on(t,n),a.on=o}}function HM(e,t){var n=this._id;return arguments.length<2?dt(this.node(),n).on.on(e):this.each(GM(n,e,t))}function kM(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function jM(){return this.on("end.remove",kM(this._id))}function YM(e){var t=this._name,n=this._id;typeof e!="function"&&(e=Jc(e));for(var r=this._groups,o=r.length,s=new Array(o),a=0;a<o;++a)for(var l=r[a],E=l.length,c=s[a]=new Array(E),d,u,T=0;T<E;++T)(d=l[T])&&(u=e.call(d,d.__data__,T,l))&&("__data__"in d&&(u.__data__=d.__data__),c[T]=u,ki(c[T],t,n,T,c,dt(d,n)));return new Ut(s,this._parents,t,n)}function WM(e){var t=this._name,n=this._id;typeof e!="function"&&(e=MR(e));for(var r=this._groups,o=r.length,s=[],a=[],l=0;l<o;++l)for(var E=r[l],c=E.length,d,u=0;u<c;++u)if(d=E[u]){for(var T=e.call(d,d.__data__,u,E),S,I=dt(d,n),p=0,R=T.length;p<R;++p)(S=T[p])&&ki(S,t,n,p,T,I);s.push(T),a.push(d)}return new Ut(s,a,t,n)}var VM=Io.prototype.constructor;function $M(){return new VM(this._groups,this._parents)}function XM(e,t){var n,r,o;return function(){var s=sr(this,e),a=(this.style.removeProperty(e),sr(this,e));return s===a?null:s===n&&a===r?o:o=t(n=s,r=a)}}function nA(e){return function(){this.style.removeProperty(e)}}function KM(e,t,n){var r,o=n+"",s;return function(){var a=sr(this,e);return a===o?null:a===r?s:s=t(r=a,n)}}function zM(e,t,n){var r,o,s;return function(){var a=sr(this,e),l=n(this),E=l+"";return l==null&&(E=l=(this.style.removeProperty(e),sr(this,e))),a===E?null:a===r&&E===o?s:(o=E,s=t(r=a,l))}}function JM(e,t){var n,r,o,s="style."+t,a="end."+s,l;return function(){var E=mt(this,e),c=E.on,d=E.value[s]==null?l||(l=nA(t)):void 0;(c!==n||o!==d)&&(r=(n=c).copy()).on(a,o=d),E.on=r}}function qM(e,t,n){var r=(e+="")=="transform"?QD:tA;return t==null?this.styleTween(e,XM(e,r)).on("end.style."+e,nA(e)):typeof t=="function"?this.styleTween(e,zM(e,r,nE(this,"style."+e,t))).each(JM(this._id,e)):this.styleTween(e,KM(e,r,t),n).on("end.style."+e,null)}function QM(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function ZM(e,t,n){var r,o;function s(){var a=t.apply(this,arguments);return a!==o&&(r=(o=a)&&QM(e,a,n)),r}return s._value=t,s}function eP(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;return this.tween(r,ZM(e,t,n??""))}function tP(e){return function(){this.textContent=e}}function nP(e){return function(){var t=e(this);this.textContent=t??""}}function rP(e){return this.tween("text",typeof e=="function"?nP(nE(this,"text",e)):tP(e==null?"":e+""))}function oP(e){return function(t){this.textContent=e.call(this,t)}}function sP(e){var t,n;function r(){var o=e.apply(this,arguments);return o!==n&&(t=(n=o)&&oP(o)),t}return r._value=e,r}function iP(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,sP(e))}function aP(){for(var e=this._name,t=this._id,n=rA(),r=this._groups,o=r.length,s=0;s<o;++s)for(var a=r[s],l=a.length,E,c=0;c<l;++c)if(E=a[c]){var d=dt(E,t);ki(E,e,n,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new Ut(r,this._parents,e,n)}function lP(){var e,t,n=this,r=n._id,o=n.size();return new Promise(function(s,a){var l={value:a},E={value:function(){--o===0&&s()}};n.each(function(){var c=mt(this,r),d=c.on;d!==e&&(t=(e=d).copy(),t._.cancel.push(l),t._.interrupt.push(l),t._.end.push(E)),c.on=t}),o===0&&s()})}var cP=0;function Ut(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function rA(){return++cP}var xt=Io.prototype;Ut.prototype={constructor:Ut,select:YM,selectAll:WM,selectChild:xt.selectChild,selectChildren:xt.selectChildren,filter:wM,merge:BM,selection:$M,transition:aP,call:xt.call,nodes:xt.nodes,node:xt.node,size:xt.size,empty:xt.empty,each:xt.each,on:HM,attr:hM,attrTween:gM,style:qM,styleTween:eP,text:rP,textTween:iP,remove:jM,tween:TM,delay:xM,duration:MM,ease:bM,easeVarying:UM,end:lP,[Symbol.iterator]:xt[Symbol.iterator]};function EP(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var dP={time:null,delay:0,duration:250,ease:EP};function uP(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function TP(e){var t,n;e instanceof Ut?(t=e._id,e=e._name):(t=rA(),(n=dP).time=eE(),e=e==null?null:e+"");for(var r=this._groups,o=r.length,s=0;s<o;++s)for(var a=r[s],l=a.length,E,c=0;c<l;++c)(E=a[c])&&ki(E,e,t,c,a,n||uP(E,t));return new Ut(r,this._parents,e,t)}Io.prototype.interrupt=EM;Io.prototype.transition=TP;const Ss=e=>()=>e;function SP(e,{sourceEvent:t,target:n,transform:r,dispatch:o}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},transform:{value:r,enumerable:!0,configurable:!0},_:{value:o}})}function Mt(e,t,n){this.k=e,this.x=t,this.y=n}Mt.prototype={constructor:Mt,scale:function(e){return e===1?this:new Mt(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Mt(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var ji=new Mt(1,0,0);oA.prototype=Mt.prototype;function oA(e){for(;!e.__zoom;)if(!(e=e.parentNode))return ji;return e.__zoom}function Ba(e){e.stopImmediatePropagation()}function Mr(e){e.preventDefault(),e.stopImmediatePropagation()}function fP(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function RP(){var e=this;return e instanceof SVGElement?(e=e.ownerSVGElement||e,e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]):[[0,0],[e.clientWidth,e.clientHeight]]}function tu(){return this.__zoom||ji}function AP(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function pP(){return navigator.maxTouchPoints||"ontouchstart"in this}function IP(e,t,n){var r=e.invertX(t[0][0])-n[0][0],o=e.invertX(t[1][0])-n[1][0],s=e.invertY(t[0][1])-n[0][1],a=e.invertY(t[1][1])-n[1][1];return e.translate(o>r?(r+o)/2:Math.min(0,r)||Math.max(0,o),a>s?(s+a)/2:Math.min(0,s)||Math.max(0,a))}function sA(){var e=fP,t=RP,n=IP,r=AP,o=pP,s=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],l=250,E=ys,c=Fi("start","zoom","end"),d,u,T,S=500,I=150,p=0,R=10;function A(_){_.property("__zoom",tu).on("wheel.zoom",D,{passive:!1}).on("mousedown.zoom",L).on("dblclick.zoom",U).filter(o).on("touchstart.zoom",y).on("touchmove.zoom",b).on("touchend.zoom touchcancel.zoom",F).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}A.transform=function(_,v,M,w){var P=_.selection?_.selection():_;P.property("__zoom",tu),_!==P?m(_,v,M,w):P.interrupt().each(function(){C(this,arguments).event(w).start().zoom(null,typeof v=="function"?v.apply(this,arguments):v).end()})},A.scaleBy=function(_,v,M,w){A.scaleTo(_,function(){var P=this.__zoom.k,x=typeof v=="function"?v.apply(this,arguments):v;return P*x},M,w)},A.scaleTo=function(_,v,M,w){A.transform(_,function(){var P=t.apply(this,arguments),x=this.__zoom,B=M==null?N(P):typeof M=="function"?M.apply(this,arguments):M,H=x.invert(B),j=typeof v=="function"?v.apply(this,arguments):v;return n(O(h(x,j),B,H),P,a)},M,w)},A.translateBy=function(_,v,M,w){A.transform(_,function(){return n(this.__zoom.translate(typeof v=="function"?v.apply(this,arguments):v,typeof M=="function"?M.apply(this,arguments):M),t.apply(this,arguments),a)},null,w)},A.translateTo=function(_,v,M,w,P){A.transform(_,function(){var x=t.apply(this,arguments),B=this.__zoom,H=w==null?N(x):typeof w=="function"?w.apply(this,arguments):w;return n(ji.translate(H[0],H[1]).scale(B.k).translate(typeof v=="function"?-v.apply(this,arguments):-v,typeof M=="function"?-M.apply(this,arguments):-M),x,a)},w,P)};function h(_,v){return v=Math.max(s[0],Math.min(s[1],v)),v===_.k?_:new Mt(v,_.x,_.y)}function O(_,v,M){var w=v[0]-M[0]*_.k,P=v[1]-M[1]*_.k;return w===_.x&&P===_.y?_:new Mt(_.k,w,P)}function N(_){return[(+_[0][0]+ +_[1][0])/2,(+_[0][1]+ +_[1][1])/2]}function m(_,v,M,w){_.on("start.zoom",function(){C(this,arguments).event(w).start()}).on("interrupt.zoom end.zoom",function(){C(this,arguments).event(w).end()}).tween("zoom",function(){var P=this,x=arguments,B=C(P,x).event(w),H=t.apply(P,x),j=M==null?N(H):typeof M=="function"?M.apply(P,x):M,J=Math.max(H[1][0]-H[0][0],H[1][1]-H[0][1]),K=P.__zoom,W=typeof v=="function"?v.apply(P,x):v,z=E(K.invert(j).concat(J/K.k),W.invert(j).concat(J/W.k));return function(Q){if(Q===1)Q=W;else{var X=z(Q),Z=J/X[2];Q=new Mt(Z,j[0]-X[0]*Z,j[1]-X[1]*Z)}B.zoom(null,Q)}})}function C(_,v,M){return!M&&_.__zooming||new g(_,v)}function g(_,v){this.that=_,this.args=v,this.active=0,this.sourceEvent=null,this.extent=t.apply(_,v),this.taps=0}g.prototype={event:function(_){return _&&(this.sourceEvent=_),this},start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(_,v){return this.mouse&&_!=="mouse"&&(this.mouse[1]=v.invert(this.mouse[0])),this.touch0&&_!=="touch"&&(this.touch0[1]=v.invert(this.touch0[0])),this.touch1&&_!=="touch"&&(this.touch1[1]=v.invert(this.touch1[0])),this.that.__zoom=v,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(_){var v=Xe(this.that).datum();c.call(_,this.that,new SP(_,{sourceEvent:this.sourceEvent,target:A,transform:this.that.__zoom,dispatch:c}),v)}};function D(_,...v){if(!e.apply(this,arguments))return;var M=C(this,v).event(_),w=this.__zoom,P=Math.max(s[0],Math.min(s[1],w.k*Math.pow(2,r.apply(this,arguments)))),x=nt(_);if(M.wheel)(M.mouse[0][0]!==x[0]||M.mouse[0][1]!==x[1])&&(M.mouse[1]=w.invert(M.mouse[0]=x)),clearTimeout(M.wheel);else{if(w.k===P)return;M.mouse=[x,w.invert(x)],Ps(this),M.start()}Mr(_),M.wheel=setTimeout(B,I),M.zoom("mouse",n(O(h(w,P),M.mouse[0],M.mouse[1]),M.extent,a));function B(){M.wheel=null,M.end()}}function L(_,...v){if(T||!e.apply(this,arguments))return;var M=_.currentTarget,w=C(this,v,!0).event(_),P=Xe(_.view).on("mousemove.zoom",j,!0).on("mouseup.zoom",J,!0),x=nt(_,M),B=_.clientX,H=_.clientY;jR(_.view),Ba(_),w.mouse=[x,this.__zoom.invert(x)],Ps(this),w.start();function j(K){if(Mr(K),!w.moved){var W=K.clientX-B,z=K.clientY-H;w.moved=W*W+z*z>p}w.event(K).zoom("mouse",n(O(w.that.__zoom,w.mouse[0]=nt(K,M),w.mouse[1]),w.extent,a))}function J(K){P.on("mousemove.zoom mouseup.zoom",null),YR(K.view,w.moved),Mr(K),w.event(K).end()}}function U(_,...v){if(e.apply(this,arguments)){var M=this.__zoom,w=nt(_.changedTouches?_.changedTouches[0]:_,this),P=M.invert(w),x=M.k*(_.shiftKey?.5:2),B=n(O(h(M,x),w,P),t.apply(this,v),a);Mr(_),l>0?Xe(this).transition().duration(l).call(m,B,w,_):Xe(this).call(A.transform,B,w,_)}}function y(_,...v){if(e.apply(this,arguments)){var M=_.touches,w=M.length,P=C(this,v,_.changedTouches.length===w).event(_),x,B,H,j;for(Ba(_),B=0;B<w;++B)H=M[B],j=nt(H,this),j=[j,this.__zoom.invert(j),H.identifier],P.touch0?!P.touch1&&P.touch0[2]!==j[2]&&(P.touch1=j,P.taps=0):(P.touch0=j,x=!0,P.taps=1+!!d);d&&(d=clearTimeout(d)),x&&(P.taps<2&&(u=j[0],d=setTimeout(function(){d=null},S)),Ps(this),P.start())}}function b(_,...v){if(this.__zooming){var M=C(this,v).event(_),w=_.changedTouches,P=w.length,x,B,H,j;for(Mr(_),x=0;x<P;++x)B=w[x],H=nt(B,this),M.touch0&&M.touch0[2]===B.identifier?M.touch0[0]=H:M.touch1&&M.touch1[2]===B.identifier&&(M.touch1[0]=H);if(B=M.that.__zoom,M.touch1){var J=M.touch0[0],K=M.touch0[1],W=M.touch1[0],z=M.touch1[1],Q=(Q=W[0]-J[0])*Q+(Q=W[1]-J[1])*Q,X=(X=z[0]-K[0])*X+(X=z[1]-K[1])*X;B=h(B,Math.sqrt(Q/X)),H=[(J[0]+W[0])/2,(J[1]+W[1])/2],j=[(K[0]+z[0])/2,(K[1]+z[1])/2]}else if(M.touch0)H=M.touch0[0],j=M.touch0[1];else return;M.zoom("touch",n(O(B,H,j),M.extent,a))}}function F(_,...v){if(this.__zooming){var M=C(this,v).event(_),w=_.changedTouches,P=w.length,x,B;for(Ba(_),T&&clearTimeout(T),T=setTimeout(function(){T=null},S),x=0;x<P;++x)B=w[x],M.touch0&&M.touch0[2]===B.identifier?delete M.touch0:M.touch1&&M.touch1[2]===B.identifier&&delete M.touch1;if(M.touch1&&!M.touch0&&(M.touch0=M.touch1,delete M.touch1),M.touch0)M.touch0[1]=this.__zoom.invert(M.touch0[0]);else if(M.end(),M.taps===2&&(B=nt(B,this),Math.hypot(u[0]-B[0],u[1]-B[1])<R)){var H=Xe(this).on("dblclick.zoom");H&&H.apply(this,arguments)}}}return A.wheelDelta=function(_){return arguments.length?(r=typeof _=="function"?_:Ss(+_),A):r},A.filter=function(_){return arguments.length?(e=typeof _=="function"?_:Ss(!!_),A):e},A.touchable=function(_){return arguments.length?(o=typeof _=="function"?_:Ss(!!_),A):o},A.extent=function(_){return arguments.length?(t=typeof _=="function"?_:Ss([[+_[0][0],+_[0][1]],[+_[1][0],+_[1][1]]]),A):t},A.scaleExtent=function(_){return arguments.length?(s[0]=+_[0],s[1]=+_[1],A):[s[0],s[1]]},A.translateExtent=function(_){return arguments.length?(a[0][0]=+_[0][0],a[1][0]=+_[1][0],a[0][1]=+_[0][1],a[1][1]=+_[1][1],A):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},A.constrain=function(_){return arguments.length?(n=_,A):n},A.duration=function(_){return arguments.length?(l=+_,A):l},A.interpolate=function(_){return arguments.length?(E=_,A):E},A.on=function(){var _=c.on.apply(c,arguments);return _===c?A:_},A.clickDistance=function(_){return arguments.length?(p=(_=+_)*_,A):Math.sqrt(p)},A.tapDistance=function(_){return arguments.length?(R=+_,A):R},A}const Ot={error001:()=>"[React Flow]: Seems like you have not used zustand provider as an ancestor. Help: https://reactflow.dev/error#001",error002:()=>"It looks like you've created a new nodeTypes or edgeTypes object. If this wasn't on purpose please define the nodeTypes/edgeTypes outside of the component or memoize them.",error003:e=>`Node type "${e}" not found. Using fallback type "default".`,error004:()=>"The React Flow parent container needs a width and a height to render the graph.",error005:()=>"Only child nodes can use a parent extent.",error006:()=>"Can't create edge. An edge needs a source and a target.",error007:e=>`The old edge with id=${e} does not exist.`,error009:e=>`Marker type "${e}" doesn't exist.`,error008:(e,{id:t,sourceHandle:n,targetHandle:r})=>`Couldn't create edge for ${e} handle id: "${e==="source"?n:r}", edge id: ${t}.`,error010:()=>"Handle: No node id found. Make sure to only use a Handle inside a custom Node.",error011:e=>`Edge type "${e}" not found. Using fallback type "default".`,error012:e=>`Node with id "${e}" does not exist, it may have been removed. This can happen when a node is deleted before the "onNodeClick" handler is called.`,error013:(e="react")=>`It seems that you haven't loaded the styles. Please import '@xyflow/${e}/dist/style.css' or base.css to make sure everything is working properly.`,error014:()=>"useNodeConnections: No node ID found. Call useNodeConnections inside a custom Node or provide a node ID.",error015:()=>"It seems that you are trying to drag a node that is not initialized. Please use onNodesChange as explained in the docs."},ro=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],iA=["Enter"," ","Escape"],aA={"node.a11yDescription.default":"Press enter or space to select a node. Press delete to remove it and escape to cancel.","node.a11yDescription.keyboardDisabled":"Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.","node.a11yDescription.ariaLiveMessage":({direction:e,x:t,y:n})=>`Moved selected node ${e}. New position, x: ${t}, y: ${n}`,"edge.a11yDescription.default":"Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.","controls.ariaLabel":"Control Panel","controls.zoomIn.ariaLabel":"Zoom In","controls.zoomOut.ariaLabel":"Zoom Out","controls.fitView.ariaLabel":"Fit View","controls.interactive.ariaLabel":"Toggle Interactivity","minimap.ariaLabel":"Mini Map","handle.ariaLabel":"Handle"};var ar;(function(e){e.Strict="strict",e.Loose="loose"})(ar||(ar={}));var An;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(An||(An={}));var oo;(function(e){e.Partial="partial",e.Full="full"})(oo||(oo={}));const lA={inProgress:!1,isValid:null,from:null,fromHandle:null,fromPosition:null,fromNode:null,to:null,toHandle:null,toPosition:null,toNode:null,pointer:null};var Kt;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})(Kt||(Kt={}));var lr;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(lr||(lr={}));var re;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(re||(re={}));const nu={[re.Left]:re.Right,[re.Right]:re.Left,[re.Top]:re.Bottom,[re.Bottom]:re.Top};function cA(e){return e===null?null:e?"valid":"invalid"}const EA=e=>"id"in e&&"source"in e&&"target"in e,hP=e=>"id"in e&&"position"in e&&!("source"in e)&&!("target"in e),rE=e=>"id"in e&&"internals"in e&&!("source"in e)&&!("target"in e),Oo=(e,t=[0,0])=>{const{width:n,height:r}=Bt(e),o=e.origin??t,s=n*o[0],a=r*o[1];return{x:e.position.x-s,y:e.position.y-a}},OP=(e,t={nodeOrigin:[0,0]})=>{if(e.length===0)return{x:0,y:0,width:0,height:0};const n=e.reduce((r,o)=>{const s=typeof o=="string";let a=!t.nodeLookup&&!s?o:void 0;t.nodeLookup&&(a=s?t.nodeLookup.get(o):rE(o)?o:t.nodeLookup.get(o.id));const l=a?si(a,t.nodeOrigin):{x:0,y:0,x2:0,y2:0};return Yi(r,l)},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return Wi(n)},No=(e,t={})=>{let n={x:1/0,y:1/0,x2:-1/0,y2:-1/0},r=!1;return e.forEach(o=>{(t.filter===void 0||t.filter(o))&&(n=Yi(n,si(o)),r=!0)}),r?Wi(n):{x:0,y:0,width:0,height:0}},oE=(e,t,[n,r,o]=[0,0,1],s=!1,a=!1)=>{const l={...Co(t,[n,r,o]),width:t.width/o,height:t.height/o},E=[];for(const c of e.values()){const{measured:d,selectable:u=!0,hidden:T=!1}=c;if(a&&!u||T)continue;const S=d.width??c.width??c.initialWidth??null,I=d.height??c.height??c.initialHeight??null,p=so(l,Er(c)),R=(S??0)*(I??0),A=s&&p>0;(!c.internals.handleBounds||A||p>=R||c.dragging)&&E.push(c)}return E},NP=(e,t)=>{const n=new Set;return e.forEach(r=>{n.add(r.id)}),t.filter(r=>n.has(r.source)||n.has(r.target))};function mP(e,t){const n=new Map,r=t!=null&&t.nodes?new Set(t.nodes.map(o=>o.id)):null;return e.forEach(o=>{o.measured.width&&o.measured.height&&((t==null?void 0:t.includeHiddenNodes)||!o.hidden)&&(!r||r.has(o.id))&&n.set(o.id,o)}),n}async function CP({nodes:e,width:t,height:n,panZoom:r,minZoom:o,maxZoom:s},a){if(e.size===0)return Promise.resolve(!0);const l=mP(e,a),E=No(l),c=sE(E,t,n,(a==null?void 0:a.minZoom)??o,(a==null?void 0:a.maxZoom)??s,(a==null?void 0:a.padding)??.1);return await r.setViewport(c,{duration:a==null?void 0:a.duration,ease:a==null?void 0:a.ease,interpolate:a==null?void 0:a.interpolate}),Promise.resolve(!0)}function dA({nodeId:e,nextPosition:t,nodeLookup:n,nodeOrigin:r=[0,0],nodeExtent:o,onError:s}){const a=n.get(e),l=a.parentId?n.get(a.parentId):void 0,{x:E,y:c}=l?l.internals.positionAbsolute:{x:0,y:0},d=a.origin??r;let u=a.extent||o;if(a.extent==="parent"&&!a.expandParent)if(!l)s==null||s("005",Ot.error005());else{const S=l.measured.width,I=l.measured.height;S&&I&&(u=[[E,c],[E+S,c+I]])}else l&&dr(a.extent)&&(u=[[a.extent[0][0]+E,a.extent[0][1]+c],[a.extent[1][0]+E,a.extent[1][1]+c]]);const T=dr(u)?mn(t,u,a.measured):t;return(a.measured.width===void 0||a.measured.height===void 0)&&(s==null||s("015",Ot.error015())),{position:{x:T.x-E+(a.measured.width??0)*d[0],y:T.y-c+(a.measured.height??0)*d[1]},positionAbsolute:T}}async function gP({nodesToRemove:e=[],edgesToRemove:t=[],nodes:n,edges:r,onBeforeDelete:o}){const s=new Set(e.map(T=>T.id)),a=[];for(const T of n){if(T.deletable===!1)continue;const S=s.has(T.id),I=!S&&T.parentId&&a.find(p=>p.id===T.parentId);(S||I)&&a.push(T)}const l=new Set(t.map(T=>T.id)),E=r.filter(T=>T.deletable!==!1),d=NP(a,E);for(const T of E)l.has(T.id)&&!d.find(I=>I.id===T.id)&&d.push(T);if(!o)return{edges:d,nodes:a};const u=await o({nodes:a,edges:d});return typeof u=="boolean"?u?{edges:d,nodes:a}:{edges:[],nodes:[]}:u}const cr=(e,t=0,n=1)=>Math.min(Math.max(e,t),n),mn=(e={x:0,y:0},t,n)=>({x:cr(e.x,t[0][0],t[1][0]-((n==null?void 0:n.width)??0)),y:cr(e.y,t[0][1],t[1][1]-((n==null?void 0:n.height)??0))});function uA(e,t,n){const{width:r,height:o}=Bt(n),{x:s,y:a}=n.internals.positionAbsolute;return mn(e,[[s,a],[s+r,a+o]],t)}const ru=(e,t,n)=>e<t?cr(Math.abs(e-t),1,t)/t:e>n?-cr(Math.abs(e-n),1,t)/t:0,TA=(e,t,n=15,r=40)=>{const o=ru(e.x,r,t.width-r)*n,s=ru(e.y,r,t.height-r)*n;return[o,s]},Yi=(e,t)=>({x:Math.min(e.x,t.x),y:Math.min(e.y,t.y),x2:Math.max(e.x2,t.x2),y2:Math.max(e.y2,t.y2)}),ec=({x:e,y:t,width:n,height:r})=>({x:e,y:t,x2:e+n,y2:t+r}),Wi=({x:e,y:t,x2:n,y2:r})=>({x:e,y:t,width:n-e,height:r-t}),Er=(e,t=[0,0])=>{var o,s;const{x:n,y:r}=rE(e)?e.internals.positionAbsolute:Oo(e,t);return{x:n,y:r,width:((o=e.measured)==null?void 0:o.width)??e.width??e.initialWidth??0,height:((s=e.measured)==null?void 0:s.height)??e.height??e.initialHeight??0}},si=(e,t=[0,0])=>{var o,s;const{x:n,y:r}=rE(e)?e.internals.positionAbsolute:Oo(e,t);return{x:n,y:r,x2:n+(((o=e.measured)==null?void 0:o.width)??e.width??e.initialWidth??0),y2:r+(((s=e.measured)==null?void 0:s.height)??e.height??e.initialHeight??0)}},SA=(e,t)=>Wi(Yi(ec(e),ec(t))),so=(e,t)=>{const n=Math.max(0,Math.min(e.x+e.width,t.x+t.width)-Math.max(e.x,t.x)),r=Math.max(0,Math.min(e.y+e.height,t.y+t.height)-Math.max(e.y,t.y));return Math.ceil(n*r)},ou=e=>ot(e.width)&&ot(e.height)&&ot(e.x)&&ot(e.y),ot=e=>!isNaN(e)&&isFinite(e),LP=(e,t)=>{},mo=(e,t=[1,1])=>({x:t[0]*Math.round(e.x/t[0]),y:t[1]*Math.round(e.y/t[1])}),Co=({x:e,y:t},[n,r,o],s=!1,a=[1,1])=>{const l={x:(e-n)/o,y:(t-r)/o};return s?mo(l,a):l},ii=({x:e,y:t},[n,r,o])=>({x:e*o+n,y:t*o+r});function Hn(e,t){if(typeof e=="number")return Math.floor((t-t/(1+e))*.5);if(typeof e=="string"&&e.endsWith("px")){const n=parseFloat(e);if(!Number.isNaN(n))return Math.floor(n)}if(typeof e=="string"&&e.endsWith("%")){const n=parseFloat(e);if(!Number.isNaN(n))return Math.floor(t*n*.01)}return console.error(`[React Flow] The padding value "${e}" is invalid. Please provide a number or a string with a valid unit (px or %).`),0}function _P(e,t,n){if(typeof e=="string"||typeof e=="number"){const r=Hn(e,n),o=Hn(e,t);return{top:r,right:o,bottom:r,left:o,x:o*2,y:r*2}}if(typeof e=="object"){const r=Hn(e.top??e.y??0,n),o=Hn(e.bottom??e.y??0,n),s=Hn(e.left??e.x??0,t),a=Hn(e.right??e.x??0,t);return{top:r,right:a,bottom:o,left:s,x:s+a,y:r+o}}return{top:0,right:0,bottom:0,left:0,x:0,y:0}}function xP(e,t,n,r,o,s){const{x:a,y:l}=ii(e,[t,n,r]),{x:E,y:c}=ii({x:e.x+e.width,y:e.y+e.height},[t,n,r]),d=o-E,u=s-c;return{left:Math.floor(a),top:Math.floor(l),right:Math.floor(d),bottom:Math.floor(u)}}const sE=(e,t,n,r,o,s)=>{const a=_P(s,t,n),l=(t-a.x)/e.width,E=(n-a.y)/e.height,c=Math.min(l,E),d=cr(c,r,o),u=e.x+e.width/2,T=e.y+e.height/2,S=t/2-u*d,I=n/2-T*d,p=xP(e,S,I,d,t,n),R={left:Math.min(p.left-a.left,0),top:Math.min(p.top-a.top,0),right:Math.min(p.right-a.right,0),bottom:Math.min(p.bottom-a.bottom,0)};return{x:S-R.left+R.right,y:I-R.top+R.bottom,zoom:d}},io=()=>{var e;return typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)==null?void 0:e.indexOf("Mac"))>=0};function dr(e){return e!=null&&e!=="parent"}function Bt(e){var t,n;return{width:((t=e.measured)==null?void 0:t.width)??e.width??e.initialWidth??0,height:((n=e.measured)==null?void 0:n.height)??e.height??e.initialHeight??0}}function fA(e){var t,n;return(((t=e.measured)==null?void 0:t.width)??e.width??e.initialWidth)!==void 0&&(((n=e.measured)==null?void 0:n.height)??e.height??e.initialHeight)!==void 0}function RA(e,t={width:0,height:0},n,r,o){const s={...e},a=r.get(n);if(a){const l=a.origin||o;s.x+=a.internals.positionAbsolute.x-(t.width??0)*l[0],s.y+=a.internals.positionAbsolute.y-(t.height??0)*l[1]}return s}function su(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function yP(){let e,t;return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}function DP(e){return{...aA,...e||{}}}function Hr(e,{snapGrid:t=[0,0],snapToGrid:n=!1,transform:r,containerBounds:o}){const{x:s,y:a}=st(e),l=Co({x:s-((o==null?void 0:o.left)??0),y:a-((o==null?void 0:o.top)??0)},r),{x:E,y:c}=n?mo(l,t):l;return{xSnapped:E,ySnapped:c,...l}}const iE=e=>({width:e.offsetWidth,height:e.offsetHeight}),AA=e=>{var t;return((t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))||(window==null?void 0:window.document)},MP=["INPUT","SELECT","TEXTAREA"];function pA(e){var r,o;const t=((o=(r=e.composedPath)==null?void 0:r.call(e))==null?void 0:o[0])||e.target;return(t==null?void 0:t.nodeType)!==1?!1:MP.includes(t.nodeName)||t.hasAttribute("contenteditable")||!!t.closest(".nokey")}const IA=e=>"clientX"in e,st=(e,t)=>{var s,a;const n=IA(e),r=n?e.clientX:(s=e.touches)==null?void 0:s[0].clientX,o=n?e.clientY:(a=e.touches)==null?void 0:a[0].clientY;return{x:r-((t==null?void 0:t.left)??0),y:o-((t==null?void 0:t.top)??0)}},iu=(e,t,n,r,o)=>{const s=t.querySelectorAll(`.${e}`);return!s||!s.length?null:Array.from(s).map(a=>{const l=a.getBoundingClientRect();return{id:a.getAttribute("data-handleid"),type:e,nodeId:o,position:a.getAttribute("data-handlepos"),x:(l.left-n.left)/r,y:(l.top-n.top)/r,...iE(a)}})};function hA({sourceX:e,sourceY:t,targetX:n,targetY:r,sourceControlX:o,sourceControlY:s,targetControlX:a,targetControlY:l}){const E=e*.125+o*.375+a*.375+n*.125,c=t*.125+s*.375+l*.375+r*.125,d=Math.abs(E-e),u=Math.abs(c-t);return[E,c,d,u]}function fs(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function au({pos:e,x1:t,y1:n,x2:r,y2:o,c:s}){switch(e){case re.Left:return[t-fs(t-r,s),n];case re.Right:return[t+fs(r-t,s),n];case re.Top:return[t,n-fs(n-o,s)];case re.Bottom:return[t,n+fs(o-n,s)]}}function OA({sourceX:e,sourceY:t,sourcePosition:n=re.Bottom,targetX:r,targetY:o,targetPosition:s=re.Top,curvature:a=.25}){const[l,E]=au({pos:n,x1:e,y1:t,x2:r,y2:o,c:a}),[c,d]=au({pos:s,x1:r,y1:o,x2:e,y2:t,c:a}),[u,T,S,I]=hA({sourceX:e,sourceY:t,targetX:r,targetY:o,sourceControlX:l,sourceControlY:E,targetControlX:c,targetControlY:d});return[`M${e},${t} C${l},${E} ${c},${d} ${r},${o}`,u,T,S,I]}function NA({sourceX:e,sourceY:t,targetX:n,targetY:r}){const o=Math.abs(n-e)/2,s=n<e?n+o:n-o,a=Math.abs(r-t)/2,l=r<t?r+a:r-a;return[s,l,o,a]}function PP({sourceNode:e,targetNode:t,selected:n=!1,zIndex:r=0,elevateOnSelect:o=!1,zIndexMode:s="basic"}){if(s==="manual")return r;const a=o&&n?r+1e3:r,l=Math.max(e.parentId||o&&e.selected?e.internals.z:0,t.parentId||o&&t.selected?t.internals.z:0);return a+l}function bP({sourceNode:e,targetNode:t,width:n,height:r,transform:o}){const s=Yi(si(e),si(t));s.x===s.x2&&(s.x2+=1),s.y===s.y2&&(s.y2+=1);const a={x:-o[0]/o[2],y:-o[1]/o[2],width:n/o[2],height:r/o[2]};return so(a,Wi(s))>0}const vP=({source:e,sourceHandle:t,target:n,targetHandle:r})=>`xy-edge__${e}${t||""}-${n}${r||""}`,UP=(e,t)=>t.some(n=>n.source===e.source&&n.target===e.target&&(n.sourceHandle===e.sourceHandle||!n.sourceHandle&&!e.sourceHandle)&&(n.targetHandle===e.targetHandle||!n.targetHandle&&!e.targetHandle)),wP=(e,t,n={})=>{if(!e.source||!e.target)return t;const r=n.getEdgeId||vP;let o;return EA(e)?o={...e}:o={...e,id:r(e)},UP(o,t)?t:(o.sourceHandle===null&&delete o.sourceHandle,o.targetHandle===null&&delete o.targetHandle,t.concat(o))};function mA({sourceX:e,sourceY:t,targetX:n,targetY:r}){const[o,s,a,l]=NA({sourceX:e,sourceY:t,targetX:n,targetY:r});return[`M ${e},${t}L ${n},${r}`,o,s,a,l]}const lu={[re.Left]:{x:-1,y:0},[re.Right]:{x:1,y:0},[re.Top]:{x:0,y:-1},[re.Bottom]:{x:0,y:1}},BP=({source:e,sourcePosition:t=re.Bottom,target:n})=>t===re.Left||t===re.Right?e.x<n.x?{x:1,y:0}:{x:-1,y:0}:e.y<n.y?{x:0,y:1}:{x:0,y:-1},cu=(e,t)=>Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2));function FP({source:e,sourcePosition:t=re.Bottom,target:n,targetPosition:r=re.Top,center:o,offset:s,stepPosition:a}){const l=lu[t],E=lu[r],c={x:e.x+l.x*s,y:e.y+l.y*s},d={x:n.x+E.x*s,y:n.y+E.y*s},u=BP({source:c,sourcePosition:t,target:d}),T=u.x!==0?"x":"y",S=u[T];let I=[],p,R;const A={x:0,y:0},h={x:0,y:0},[,,O,N]=NA({sourceX:e.x,sourceY:e.y,targetX:n.x,targetY:n.y});if(l[T]*E[T]===-1){T==="x"?(p=o.x??c.x+(d.x-c.x)*a,R=o.y??(c.y+d.y)/2):(p=o.x??(c.x+d.x)/2,R=o.y??c.y+(d.y-c.y)*a);const C=[{x:p,y:c.y},{x:p,y:d.y}],g=[{x:c.x,y:R},{x:d.x,y:R}];l[T]===S?I=T==="x"?C:g:I=T==="x"?g:C}else{const C=[{x:c.x,y:d.y}],g=[{x:d.x,y:c.y}];if(T==="x"?I=l.x===S?g:C:I=l.y===S?C:g,t===r){const b=Math.abs(e[T]-n[T]);if(b<=s){const F=Math.min(s-1,s-b);l[T]===S?A[T]=(c[T]>e[T]?-1:1)*F:h[T]=(d[T]>n[T]?-1:1)*F}}if(t!==r){const b=T==="x"?"y":"x",F=l[T]===E[b],_=c[b]>d[b],v=c[b]<d[b];(l[T]===1&&(!F&&_||F&&v)||l[T]!==1&&(!F&&v||F&&_))&&(I=T==="x"?C:g)}const D={x:c.x+A.x,y:c.y+A.y},L={x:d.x+h.x,y:d.y+h.y},U=Math.max(Math.abs(D.x-I[0].x),Math.abs(L.x-I[0].x)),y=Math.max(Math.abs(D.y-I[0].y),Math.abs(L.y-I[0].y));U>=y?(p=(D.x+L.x)/2,R=I[0].y):(p=I[0].x,R=(D.y+L.y)/2)}return[[e,{x:c.x+A.x,y:c.y+A.y},...I,{x:d.x+h.x,y:d.y+h.y},n],p,R,O,N]}function GP(e,t,n,r){const o=Math.min(cu(e,t)/2,cu(t,n)/2,r),{x:s,y:a}=t;if(e.x===s&&s===n.x||e.y===a&&a===n.y)return`L${s} ${a}`;if(e.y===a){const c=e.x<n.x?-1:1,d=e.y<n.y?1:-1;return`L ${s+o*c},${a}Q ${s},${a} ${s},${a+o*d}`}const l=e.x<n.x?1:-1,E=e.y<n.y?-1:1;return`L ${s},${a+o*E}Q ${s},${a} ${s+o*l},${a}`}function tc({sourceX:e,sourceY:t,sourcePosition:n=re.Bottom,targetX:r,targetY:o,targetPosition:s=re.Top,borderRadius:a=5,centerX:l,centerY:E,offset:c=20,stepPosition:d=.5}){const[u,T,S,I,p]=FP({source:{x:e,y:t},sourcePosition:n,target:{x:r,y:o},targetPosition:s,center:{x:l,y:E},offset:c,stepPosition:d});return[u.reduce((A,h,O)=>{let N="";return O>0&&O<u.length-1?N=GP(u[O-1],h,u[O+1],a):N=`${O===0?"M":"L"}${h.x} ${h.y}`,A+=N,A},""),T,S,I,p]}function Eu(e){var t;return e&&!!(e.internals.handleBounds||(t=e.handles)!=null&&t.length)&&!!(e.measured.width||e.width||e.initialWidth)}function HP(e){var u;const{sourceNode:t,targetNode:n}=e;if(!Eu(t)||!Eu(n))return null;const r=t.internals.handleBounds||du(t.handles),o=n.internals.handleBounds||du(n.handles),s=uu((r==null?void 0:r.source)??[],e.sourceHandle),a=uu(e.connectionMode===ar.Strict?(o==null?void 0:o.target)??[]:((o==null?void 0:o.target)??[]).concat((o==null?void 0:o.source)??[]),e.targetHandle);if(!s||!a)return(u=e.onError)==null||u.call(e,"008",Ot.error008(s?"target":"source",{id:e.id,sourceHandle:e.sourceHandle,targetHandle:e.targetHandle})),null;const l=(s==null?void 0:s.position)||re.Bottom,E=(a==null?void 0:a.position)||re.Top,c=Cn(t,s,l),d=Cn(n,a,E);return{sourceX:c.x,sourceY:c.y,targetX:d.x,targetY:d.y,sourcePosition:l,targetPosition:E}}function du(e){if(!e)return null;const t=[],n=[];for(const r of e)r.width=r.width??1,r.height=r.height??1,r.type==="source"?t.push(r):r.type==="target"&&n.push(r);return{source:t,target:n}}function Cn(e,t,n=re.Left,r=!1){const o=((t==null?void 0:t.x)??0)+e.internals.positionAbsolute.x,s=((t==null?void 0:t.y)??0)+e.internals.positionAbsolute.y,{width:a,height:l}=t??Bt(e);if(r)return{x:o+a/2,y:s+l/2};switch((t==null?void 0:t.position)??n){case re.Top:return{x:o+a/2,y:s};case re.Right:return{x:o+a,y:s+l/2};case re.Bottom:return{x:o+a/2,y:s+l};case re.Left:return{x:o,y:s+l/2}}}function uu(e,t){return e&&(t?e.find(n=>n.id===t):e[0])||null}function nc(e,t){return e?typeof e=="string"?e:`${t?`${t}__`:""}${Object.keys(e).sort().map(r=>`${r}=${e[r]}`).join("&")}`:""}function kP(e,{id:t,defaultColor:n,defaultMarkerStart:r,defaultMarkerEnd:o}){const s=new Set;return e.reduce((a,l)=>([l.markerStart||r,l.markerEnd||o].forEach(E=>{if(E&&typeof E=="object"){const c=nc(E,t);s.has(c)||(a.push({id:c,color:E.color||n,...E}),s.add(c))}}),a),[]).sort((a,l)=>a.id.localeCompare(l.id))}const CA=1e3,jP=10,aE={nodeOrigin:[0,0],nodeExtent:ro,elevateNodesOnSelect:!0,zIndexMode:"basic",defaults:{}},YP={...aE,checkEquality:!0};function lE(e,t){const n={...e};for(const r in t)t[r]!==void 0&&(n[r]=t[r]);return n}function WP(e,t,n){const r=lE(aE,n);for(const o of e.values())if(o.parentId)EE(o,e,t,r);else{const s=Oo(o,r.nodeOrigin),a=dr(o.extent)?o.extent:r.nodeExtent,l=mn(s,a,Bt(o));o.internals.positionAbsolute=l}}function VP(e,t){if(!e.handles)return e.measured?t==null?void 0:t.internals.handleBounds:void 0;const n=[],r=[];for(const o of e.handles){const s={id:o.id,width:o.width??1,height:o.height??1,nodeId:e.id,x:o.x,y:o.y,position:o.position,type:o.type};o.type==="source"?n.push(s):o.type==="target"&&r.push(s)}return{source:n,target:r}}function cE(e){return e==="manual"}function rc(e,t,n,r={}){var c,d;const o=lE(YP,r),s={i:0},a=new Map(t),l=o!=null&&o.elevateNodesOnSelect&&!cE(o.zIndexMode)?CA:0;let E=e.length>0;t.clear(),n.clear();for(const u of e){let T=a.get(u.id);if(o.checkEquality&&u===(T==null?void 0:T.internals.userNode))t.set(u.id,T);else{const S=Oo(u,o.nodeOrigin),I=dr(u.extent)?u.extent:o.nodeExtent,p=mn(S,I,Bt(u));T={...o.defaults,...u,measured:{width:(c=u.measured)==null?void 0:c.width,height:(d=u.measured)==null?void 0:d.height},internals:{positionAbsolute:p,handleBounds:VP(u,T),z:gA(u,l,o.zIndexMode),userNode:u}},t.set(u.id,T)}(T.measured===void 0||T.measured.width===void 0||T.measured.height===void 0)&&!T.hidden&&(E=!1),u.parentId&&EE(T,t,n,r,s)}return E}function $P(e,t){if(!e.parentId)return;const n=t.get(e.parentId);n?n.set(e.id,e):t.set(e.parentId,new Map([[e.id,e]]))}function EE(e,t,n,r,o){const{elevateNodesOnSelect:s,nodeOrigin:a,nodeExtent:l,zIndexMode:E}=lE(aE,r),c=e.parentId,d=t.get(c);if(!d){console.warn(`Parent node ${c} not found. Please make sure that parent nodes are in front of their child nodes in the nodes array.`);return}$P(e,n),o&&!d.parentId&&d.internals.rootParentIndex===void 0&&E==="auto"&&(d.internals.rootParentIndex=++o.i,d.internals.z=d.internals.z+o.i*jP),o&&d.internals.rootParentIndex!==void 0&&(o.i=d.internals.rootParentIndex);const u=s&&!cE(E)?CA:0,{x:T,y:S,z:I}=XP(e,d,a,l,u,E),{positionAbsolute:p}=e.internals,R=T!==p.x||S!==p.y;(R||I!==e.internals.z)&&t.set(e.id,{...e,internals:{...e.internals,positionAbsolute:R?{x:T,y:S}:p,z:I}})}function gA(e,t,n){const r=ot(e.zIndex)?e.zIndex:0;return cE(n)?r:r+(e.selected?t:0)}function XP(e,t,n,r,o,s){const{x:a,y:l}=t.internals.positionAbsolute,E=Bt(e),c=Oo(e,n),d=dr(e.extent)?mn(c,e.extent,E):c;let u=mn({x:a+d.x,y:l+d.y},r,E);e.extent==="parent"&&(u=uA(u,E,t));const T=gA(e,o,s),S=t.internals.z??0;return{x:u.x,y:u.y,z:S>=T?S+1:T}}function dE(e,t,n,r=[0,0]){var a;const o=[],s=new Map;for(const l of e){const E=t.get(l.parentId);if(!E)continue;const c=((a=s.get(l.parentId))==null?void 0:a.expandedRect)??Er(E),d=SA(c,l.rect);s.set(l.parentId,{expandedRect:d,parent:E})}return s.size>0&&s.forEach(({expandedRect:l,parent:E},c)=>{var O;const d=E.internals.positionAbsolute,u=Bt(E),T=E.origin??r,S=l.x<d.x?Math.round(Math.abs(d.x-l.x)):0,I=l.y<d.y?Math.round(Math.abs(d.y-l.y)):0,p=Math.max(u.width,Math.round(l.width)),R=Math.max(u.height,Math.round(l.height)),A=(p-u.width)*T[0],h=(R-u.height)*T[1];(S>0||I>0||A||h)&&(o.push({id:c,type:"position",position:{x:E.position.x-S+A,y:E.position.y-I+h}}),(O=n.get(c))==null||O.forEach(N=>{e.some(m=>m.id===N.id)||o.push({id:N.id,type:"position",position:{x:N.position.x+S,y:N.position.y+I}})})),(u.width<l.width||u.height<l.height||S||I)&&o.push({id:c,type:"dimensions",setAttributes:!0,dimensions:{width:p+(S?T[0]*S-A:0),height:R+(I?T[1]*I-h:0)}})}),o}function KP(e,t,n,r,o,s,a){const l=r==null?void 0:r.querySelector(".xyflow__viewport");let E=!1;if(!l)return{changes:[],updatedInternals:E};const c=[],d=window.getComputedStyle(l),{m22:u}=new window.DOMMatrixReadOnly(d.transform),T=[];for(const S of e.values()){const I=t.get(S.id);if(!I)continue;if(I.hidden){t.set(I.id,{...I,internals:{...I.internals,handleBounds:void 0}}),E=!0;continue}const p=iE(S.nodeElement),R=I.measured.width!==p.width||I.measured.height!==p.height;if(!!(p.width&&p.height&&(R||!I.internals.handleBounds||S.force))){const h=S.nodeElement.getBoundingClientRect(),O=dr(I.extent)?I.extent:s;let{positionAbsolute:N}=I.internals;I.parentId&&I.extent==="parent"?N=uA(N,p,t.get(I.parentId)):O&&(N=mn(N,O,p));const m={...I,measured:p,internals:{...I.internals,positionAbsolute:N,handleBounds:{source:iu("source",S.nodeElement,h,u,I.id),target:iu("target",S.nodeElement,h,u,I.id)}}};t.set(I.id,m),I.parentId&&EE(m,t,n,{nodeOrigin:o,zIndexMode:a}),E=!0,R&&(c.push({id:I.id,type:"dimensions",dimensions:p}),I.expandParent&&I.parentId&&T.push({id:I.id,parentId:I.parentId,rect:Er(m,o)}))}}if(T.length>0){const S=dE(T,t,n,o);c.push(...S)}return{changes:c,updatedInternals:E}}async function zP({delta:e,panZoom:t,transform:n,translateExtent:r,width:o,height:s}){if(!t||!e.x&&!e.y)return Promise.resolve(!1);const a=await t.setViewportConstrained({x:n[0]+e.x,y:n[1]+e.y,zoom:n[2]},[[0,0],[o,s]],r),l=!!a&&(a.x!==n[0]||a.y!==n[1]||a.k!==n[2]);return Promise.resolve(l)}function Tu(e,t,n,r,o,s){let a=o;const l=r.get(a)||new Map;r.set(a,l.set(n,t)),a=`${o}-${e}`;const E=r.get(a)||new Map;if(r.set(a,E.set(n,t)),s){a=`${o}-${e}-${s}`;const c=r.get(a)||new Map;r.set(a,c.set(n,t))}}function LA(e,t,n){e.clear(),t.clear();for(const r of n){const{source:o,target:s,sourceHandle:a=null,targetHandle:l=null}=r,E={edgeId:r.id,source:o,target:s,sourceHandle:a,targetHandle:l},c=`${o}-${a}--${s}-${l}`,d=`${s}-${l}--${o}-${a}`;Tu("source",E,d,e,o,a),Tu("target",E,c,e,s,l),t.set(r.id,r)}}function _A(e,t){if(!e.parentId)return!1;const n=t.get(e.parentId);return n?n.selected?!0:_A(n,t):!1}function Su(e,t,n){var o;let r=e;do{if((o=r==null?void 0:r.matches)!=null&&o.call(r,t))return!0;if(r===n)return!1;r=r==null?void 0:r.parentElement}while(r);return!1}function JP(e,t,n,r){const o=new Map;for(const[s,a]of e)if((a.selected||a.id===r)&&(!a.parentId||!_A(a,e))&&(a.draggable||t&&typeof a.draggable>"u")){const l=e.get(s);l&&o.set(s,{id:s,position:l.position||{x:0,y:0},distance:{x:n.x-l.internals.positionAbsolute.x,y:n.y-l.internals.positionAbsolute.y},extent:l.extent,parentId:l.parentId,origin:l.origin,expandParent:l.expandParent,internals:{positionAbsolute:l.internals.positionAbsolute||{x:0,y:0}},measured:{width:l.measured.width??0,height:l.measured.height??0}})}return o}function Fa({nodeId:e,dragItems:t,nodeLookup:n,dragging:r=!0}){var a,l,E;const o=[];for(const[c,d]of t){const u=(a=n.get(c))==null?void 0:a.internals.userNode;u&&o.push({...u,position:d.position,dragging:r})}if(!e)return[o[0],o];const s=(l=n.get(e))==null?void 0:l.internals.userNode;return[s?{...s,position:((E=t.get(e))==null?void 0:E.position)||s.position,dragging:r}:o[0],o]}function qP({dragItems:e,snapGrid:t,x:n,y:r}){const o=e.values().next().value;if(!o)return null;const s={x:n-o.distance.x,y:r-o.distance.y},a=mo(s,t);return{x:a.x-s.x,y:a.y-s.y}}function QP({onNodeMouseDown:e,getStoreItems:t,onDragStart:n,onDrag:r,onDragStop:o}){let s={x:null,y:null},a=0,l=new Map,E=!1,c={x:0,y:0},d=null,u=!1,T=null,S=!1,I=!1,p=null;function R({noDragClassName:h,handleSelector:O,domNode:N,isSelectable:m,nodeId:C,nodeClickDistance:g=0}){T=Xe(N);function D({x:b,y:F}){const{nodeLookup:_,nodeExtent:v,snapGrid:M,snapToGrid:w,nodeOrigin:P,onNodeDrag:x,onSelectionDrag:B,onError:H,updateNodePositions:j}=t();s={x:b,y:F};let J=!1;const K=l.size>1,W=K&&v?ec(No(l)):null,z=K&&w?qP({dragItems:l,snapGrid:M,x:b,y:F}):null;for(const[Q,X]of l){if(!_.has(Q))continue;let Z={x:b-X.distance.x,y:F-X.distance.y};w&&(Z=z?{x:Math.round(Z.x+z.x),y:Math.round(Z.y+z.y)}:mo(Z,M));let ce=null;if(K&&v&&!X.extent&&W){const{positionAbsolute:q}=X.internals,se=q.x-W.x+v[0][0],Se=q.x+X.measured.width-W.x2+v[1][0],de=q.y-W.y+v[0][1],Ae=q.y+X.measured.height-W.y2+v[1][1];ce=[[se,de],[Se,Ae]]}const{position:ne,positionAbsolute:$}=dA({nodeId:Q,nextPosition:Z,nodeLookup:_,nodeExtent:ce||v,nodeOrigin:P,onError:H});J=J||X.position.x!==ne.x||X.position.y!==ne.y,X.position=ne,X.internals.positionAbsolute=$}if(I=I||J,!!J&&(j(l,!0),p&&(r||x||!C&&B))){const[Q,X]=Fa({nodeId:C,dragItems:l,nodeLookup:_});r==null||r(p,l,Q,X),x==null||x(p,Q,X),C||B==null||B(p,X)}}async function L(){if(!d)return;const{transform:b,panBy:F,autoPanSpeed:_,autoPanOnNodeDrag:v}=t();if(!v){E=!1,cancelAnimationFrame(a);return}const[M,w]=TA(c,d,_);(M!==0||w!==0)&&(s.x=(s.x??0)-M/b[2],s.y=(s.y??0)-w/b[2],await F({x:M,y:w})&&D(s)),a=requestAnimationFrame(L)}function U(b){var K;const{nodeLookup:F,multiSelectionActive:_,nodesDraggable:v,transform:M,snapGrid:w,snapToGrid:P,selectNodesOnDrag:x,onNodeDragStart:B,onSelectionDragStart:H,unselectNodesAndEdges:j}=t();u=!0,(!x||!m)&&!_&&C&&((K=F.get(C))!=null&&K.selected||j()),m&&x&&C&&(e==null||e(C));const J=Hr(b.sourceEvent,{transform:M,snapGrid:w,snapToGrid:P,containerBounds:d});if(s=J,l=JP(F,v,J,C),l.size>0&&(n||B||!C&&H)){const[W,z]=Fa({nodeId:C,dragItems:l,nodeLookup:F});n==null||n(b.sourceEvent,l,W,z),B==null||B(b.sourceEvent,W,z),C||H==null||H(b.sourceEvent,z)}}const y=WR().clickDistance(g).on("start",b=>{const{domNode:F,nodeDragThreshold:_,transform:v,snapGrid:M,snapToGrid:w}=t();d=(F==null?void 0:F.getBoundingClientRect())||null,S=!1,I=!1,p=b.sourceEvent,_===0&&U(b),s=Hr(b.sourceEvent,{transform:v,snapGrid:M,snapToGrid:w,containerBounds:d}),c=st(b.sourceEvent,d)}).on("drag",b=>{const{autoPanOnNodeDrag:F,transform:_,snapGrid:v,snapToGrid:M,nodeDragThreshold:w,nodeLookup:P}=t(),x=Hr(b.sourceEvent,{transform:_,snapGrid:v,snapToGrid:M,containerBounds:d});if(p=b.sourceEvent,(b.sourceEvent.type==="touchmove"&&b.sourceEvent.touches.length>1||C&&!P.has(C))&&(S=!0),!S){if(!E&&F&&u&&(E=!0,L()),!u){const B=st(b.sourceEvent,d),H=B.x-c.x,j=B.y-c.y;Math.sqrt(H*H+j*j)>w&&U(b)}(s.x!==x.xSnapped||s.y!==x.ySnapped)&&l&&u&&(c=st(b.sourceEvent,d),D(x))}}).on("end",b=>{if(!(!u||S)&&(E=!1,u=!1,cancelAnimationFrame(a),l.size>0)){const{nodeLookup:F,updateNodePositions:_,onNodeDragStop:v,onSelectionDragStop:M}=t();if(I&&(_(l,!1),I=!1),o||v||!C&&M){const[w,P]=Fa({nodeId:C,dragItems:l,nodeLookup:F,dragging:!1});o==null||o(b.sourceEvent,l,w,P),v==null||v(b.sourceEvent,w,P),C||M==null||M(b.sourceEvent,P)}}}).filter(b=>{const F=b.target;return!b.button&&(!h||!Su(F,`.${h}`,N))&&(!O||Su(F,O,N))});T.call(y)}function A(){T==null||T.on(".drag",null)}return{update:R,destroy:A}}function ZP(e,t,n){const r=[],o={x:e.x-n,y:e.y-n,width:n*2,height:n*2};for(const s of t.values())so(o,Er(s))>0&&r.push(s);return r}const e1=250;function t1(e,t,n,r){var l,E;let o=[],s=1/0;const a=ZP(e,n,t+e1);for(const c of a){const d=[...((l=c.internals.handleBounds)==null?void 0:l.source)??[],...((E=c.internals.handleBounds)==null?void 0:E.target)??[]];for(const u of d){if(r.nodeId===u.nodeId&&r.type===u.type&&r.id===u.id)continue;const{x:T,y:S}=Cn(c,u,u.position,!0),I=Math.sqrt(Math.pow(T-e.x,2)+Math.pow(S-e.y,2));I>t||(I<s?(o=[{...u,x:T,y:S}],s=I):I===s&&o.push({...u,x:T,y:S}))}}if(!o.length)return null;if(o.length>1){const c=r.type==="source"?"target":"source";return o.find(d=>d.type===c)??o[0]}return o[0]}function xA(e,t,n,r,o,s=!1){var c,d,u;const a=r.get(e);if(!a)return null;const l=o==="strict"?(c=a.internals.handleBounds)==null?void 0:c[t]:[...((d=a.internals.handleBounds)==null?void 0:d.source)??[],...((u=a.internals.handleBounds)==null?void 0:u.target)??[]],E=(n?l==null?void 0:l.find(T=>T.id===n):l==null?void 0:l[0])??null;return E&&s?{...E,...Cn(a,E,E.position,!0)}:E}function yA(e,t){return e||(t!=null&&t.classList.contains("target")?"target":t!=null&&t.classList.contains("source")?"source":null)}function n1(e,t){let n=null;return t?n=!0:e&&!t&&(n=!1),n}const DA=()=>!0;function r1(e,{connectionMode:t,connectionRadius:n,handleId:r,nodeId:o,edgeUpdaterType:s,isTarget:a,domNode:l,nodeLookup:E,lib:c,autoPanOnConnect:d,flowId:u,panBy:T,cancelConnection:S,onConnectStart:I,onConnect:p,onConnectEnd:R,isValidConnection:A=DA,onReconnectEnd:h,updateConnection:O,getTransform:N,getFromHandle:m,autoPanSpeed:C,dragThreshold:g=1,handleDomNode:D}){const L=AA(e.target);let U=0,y;const{x:b,y:F}=st(e),_=yA(s,D),v=l==null?void 0:l.getBoundingClientRect();let M=!1;if(!v||!_)return;const w=xA(o,_,r,E,t);if(!w)return;let P=st(e,v),x=!1,B=null,H=!1,j=null;function J(){if(!d||!v)return;const[ne,$]=TA(P,v,C);T({x:ne,y:$}),U=requestAnimationFrame(J)}const K={...w,nodeId:o,type:_,position:w.position},W=E.get(o);let Q={inProgress:!0,isValid:null,from:Cn(W,K,re.Left,!0),fromHandle:K,fromPosition:K.position,fromNode:W,to:P,toHandle:null,toPosition:nu[K.position],toNode:null,pointer:P};function X(){M=!0,O(Q),I==null||I(e,{nodeId:o,handleId:r,handleType:_})}g===0&&X();function Z(ne){if(!M){const{x:Ae,y:ke}=st(ne),be=Ae-b,ut=ke-F;if(!(be*be+ut*ut>g*g))return;X()}if(!m()||!K){ce(ne);return}const $=N();P=st(ne,v),y=t1(Co(P,$,!1,[1,1]),n,E,K),x||(J(),x=!0);const q=MA(ne,{handle:y,connectionMode:t,fromNodeId:o,fromHandleId:r,fromType:a?"target":"source",isValidConnection:A,doc:L,lib:c,flowId:u,nodeLookup:E});j=q.handleDomNode,B=q.connection,H=n1(!!y,q.isValid);const se=E.get(o),Se=se?Cn(se,K,re.Left,!0):Q.from,de={...Q,from:Se,isValid:H,to:q.toHandle&&H?ii({x:q.toHandle.x,y:q.toHandle.y},$):P,toHandle:q.toHandle,toPosition:H&&q.toHandle?q.toHandle.position:nu[K.position],toNode:q.toHandle?E.get(q.toHandle.nodeId):null,pointer:P};O(de),Q=de}function ce(ne){if(!("touches"in ne&&ne.touches.length>0)){if(M){(y||j)&&B&&H&&(p==null||p(B));const{inProgress:$,...q}=Q,se={...q,toPosition:Q.toHandle?Q.toPosition:null};R==null||R(ne,se),s&&(h==null||h(ne,se))}S(),cancelAnimationFrame(U),x=!1,H=!1,B=null,j=null,L.removeEventListener("mousemove",Z),L.removeEventListener("mouseup",ce),L.removeEventListener("touchmove",Z),L.removeEventListener("touchend",ce)}}L.addEventListener("mousemove",Z),L.addEventListener("mouseup",ce),L.addEventListener("touchmove",Z),L.addEventListener("touchend",ce)}function MA(e,{handle:t,connectionMode:n,fromNodeId:r,fromHandleId:o,fromType:s,doc:a,lib:l,flowId:E,isValidConnection:c=DA,nodeLookup:d}){const u=s==="target",T=t?a.querySelector(`.${l}-flow__handle[data-id="${E}-${t==null?void 0:t.nodeId}-${t==null?void 0:t.id}-${t==null?void 0:t.type}"]`):null,{x:S,y:I}=st(e),p=a.elementFromPoint(S,I),R=p!=null&&p.classList.contains(`${l}-flow__handle`)?p:T,A={handleDomNode:R,isValid:!1,connection:null,toHandle:null};if(R){const h=yA(void 0,R),O=R.getAttribute("data-nodeid"),N=R.getAttribute("data-handleid"),m=R.classList.contains("connectable"),C=R.classList.contains("connectableend");if(!O||!h)return A;const g={source:u?O:r,sourceHandle:u?N:o,target:u?r:O,targetHandle:u?o:N};A.connection=g;const L=m&&C&&(n===ar.Strict?u&&h==="source"||!u&&h==="target":O!==r||N!==o);A.isValid=L&&c(g),A.toHandle=xA(O,h,N,d,n,!0)}return A}const oc={onPointerDown:r1,isValid:MA};function o1({domNode:e,panZoom:t,getTransform:n,getViewScale:r}){const o=Xe(e);function s({translateExtent:l,width:E,height:c,zoomStep:d=1,pannable:u=!0,zoomable:T=!0,inversePan:S=!1}){const I=O=>{if(O.sourceEvent.type!=="wheel"||!t)return;const N=n(),m=O.sourceEvent.ctrlKey&&io()?10:1,C=-O.sourceEvent.deltaY*(O.sourceEvent.deltaMode===1?.05:O.sourceEvent.deltaMode?1:.002)*d,g=N[2]*Math.pow(2,C*m);t.scaleTo(g)};let p=[0,0];const R=O=>{(O.sourceEvent.type==="mousedown"||O.sourceEvent.type==="touchstart")&&(p=[O.sourceEvent.clientX??O.sourceEvent.touches[0].clientX,O.sourceEvent.clientY??O.sourceEvent.touches[0].clientY])},A=O=>{const N=n();if(O.sourceEvent.type!=="mousemove"&&O.sourceEvent.type!=="touchmove"||!t)return;const m=[O.sourceEvent.clientX??O.sourceEvent.touches[0].clientX,O.sourceEvent.clientY??O.sourceEvent.touches[0].clientY],C=[m[0]-p[0],m[1]-p[1]];p=m;const g=r()*Math.max(N[2],Math.log(N[2]))*(S?-1:1),D={x:N[0]-C[0]*g,y:N[1]-C[1]*g},L=[[0,0],[E,c]];t.setViewportConstrained({x:D.x,y:D.y,zoom:N[2]},L,l)},h=sA().on("start",R).on("zoom",u?A:null).on("zoom.wheel",T?I:null);o.call(h,{})}function a(){o.on("zoom",null)}return{update:s,destroy:a,pointer:nt}}const Vi=e=>({x:e.x,y:e.y,zoom:e.k}),Ga=({x:e,y:t,zoom:n})=>ji.translate(e,t).scale(n),Xn=(e,t)=>e.target.closest(`.${t}`),PA=(e,t)=>t===2&&Array.isArray(e)&&e.includes(2),s1=e=>((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2,Ha=(e,t=0,n=s1,r=()=>{})=>{const o=typeof t=="number"&&t>0;return o||r(),o?e.transition().duration(t).ease(n).on("end",r):e},bA=e=>{const t=e.ctrlKey&&io()?10:1;return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*t};function i1({zoomPanValues:e,noWheelClassName:t,d3Selection:n,d3Zoom:r,panOnScrollMode:o,panOnScrollSpeed:s,zoomOnPinch:a,onPanZoomStart:l,onPanZoom:E,onPanZoomEnd:c}){return d=>{if(Xn(d,t))return d.ctrlKey&&d.preventDefault(),!1;d.preventDefault(),d.stopImmediatePropagation();const u=n.property("__zoom").k||1;if(d.ctrlKey&&a){const R=nt(d),A=bA(d),h=u*Math.pow(2,A);r.scaleTo(n,h,R,d);return}const T=d.deltaMode===1?20:1;let S=o===An.Vertical?0:d.deltaX*T,I=o===An.Horizontal?0:d.deltaY*T;!io()&&d.shiftKey&&o!==An.Vertical&&(S=d.deltaY*T,I=0),r.translateBy(n,-(S/u)*s,-(I/u)*s,{internal:!0});const p=Vi(n.property("__zoom"));clearTimeout(e.panScrollTimeout),e.isPanScrolling?(E==null||E(d,p),e.panScrollTimeout=setTimeout(()=>{c==null||c(d,p),e.isPanScrolling=!1},150)):(e.isPanScrolling=!0,l==null||l(d,p))}}function a1({noWheelClassName:e,preventScrolling:t,d3ZoomHandler:n}){return function(r,o){const s=r.type==="wheel",a=!t&&s&&!r.ctrlKey,l=Xn(r,e);if(r.ctrlKey&&s&&l&&r.preventDefault(),a||l)return null;r.preventDefault(),n.call(this,r,o)}}function l1({zoomPanValues:e,onDraggingChange:t,onPanZoomStart:n}){return r=>{var s,a,l;if((s=r.sourceEvent)!=null&&s.internal)return;const o=Vi(r.transform);e.mouseButton=((a=r.sourceEvent)==null?void 0:a.button)||0,e.isZoomingOrPanning=!0,e.prevViewport=o,((l=r.sourceEvent)==null?void 0:l.type)==="mousedown"&&t(!0),n&&(n==null||n(r.sourceEvent,o))}}function c1({zoomPanValues:e,panOnDrag:t,onPaneContextMenu:n,onTransformChange:r,onPanZoom:o}){return s=>{var a,l;e.usedRightMouseButton=!!(n&&PA(t,e.mouseButton??0)),(a=s.sourceEvent)!=null&&a.sync||r([s.transform.x,s.transform.y,s.transform.k]),o&&!((l=s.sourceEvent)!=null&&l.internal)&&(o==null||o(s.sourceEvent,Vi(s.transform)))}}function E1({zoomPanValues:e,panOnDrag:t,panOnScroll:n,onDraggingChange:r,onPanZoomEnd:o,onPaneContextMenu:s}){return a=>{var l;if(!((l=a.sourceEvent)!=null&&l.internal)&&(e.isZoomingOrPanning=!1,s&&PA(t,e.mouseButton??0)&&!e.usedRightMouseButton&&a.sourceEvent&&s(a.sourceEvent),e.usedRightMouseButton=!1,r(!1),o)){const E=Vi(a.transform);e.prevViewport=E,clearTimeout(e.timerId),e.timerId=setTimeout(()=>{o==null||o(a.sourceEvent,E)},n?150:0)}}}function d1({zoomActivationKeyPressed:e,zoomOnScroll:t,zoomOnPinch:n,panOnDrag:r,panOnScroll:o,zoomOnDoubleClick:s,userSelectionActive:a,noWheelClassName:l,noPanClassName:E,lib:c,connectionInProgress:d}){return u=>{var R;const T=e||t,S=n&&u.ctrlKey,I=u.type==="wheel";if(u.button===1&&u.type==="mousedown"&&(Xn(u,`${c}-flow__node`)||Xn(u,`${c}-flow__edge`)))return!0;if(!r&&!T&&!o&&!s&&!n||a||d&&!I||Xn(u,l)&&I||Xn(u,E)&&(!I||o&&I&&!e)||!n&&u.ctrlKey&&I)return!1;if(!n&&u.type==="touchstart"&&((R=u.touches)==null?void 0:R.length)>1)return u.preventDefault(),!1;if(!T&&!o&&!S&&I||!r&&(u.type==="mousedown"||u.type==="touchstart")||Array.isArray(r)&&!r.includes(u.button)&&u.type==="mousedown")return!1;const p=Array.isArray(r)&&r.includes(u.button)||!u.button||u.button<=1;return(!u.ctrlKey||I)&&p}}function u1({domNode:e,minZoom:t,maxZoom:n,translateExtent:r,viewport:o,onPanZoom:s,onPanZoomStart:a,onPanZoomEnd:l,onDraggingChange:E}){const c={isZoomingOrPanning:!1,usedRightMouseButton:!1,prevViewport:{},mouseButton:0,timerId:void 0,panScrollTimeout:void 0,isPanScrolling:!1},d=e.getBoundingClientRect(),u=sA().scaleExtent([t,n]).translateExtent(r),T=Xe(e).call(u);h({x:o.x,y:o.y,zoom:cr(o.zoom,t,n)},[[0,0],[d.width,d.height]],r);const S=T.on("wheel.zoom"),I=T.on("dblclick.zoom");u.wheelDelta(bA);function p(y,b){return T?new Promise(F=>{u==null||u.interpolate((b==null?void 0:b.interpolate)==="linear"?Gr:ys).transform(Ha(T,b==null?void 0:b.duration,b==null?void 0:b.ease,()=>F(!0)),y)}):Promise.resolve(!1)}function R({noWheelClassName:y,noPanClassName:b,onPaneContextMenu:F,userSelectionActive:_,panOnScroll:v,panOnDrag:M,panOnScrollMode:w,panOnScrollSpeed:P,preventScrolling:x,zoomOnPinch:B,zoomOnScroll:H,zoomOnDoubleClick:j,zoomActivationKeyPressed:J,lib:K,onTransformChange:W,connectionInProgress:z,paneClickDistance:Q,selectionOnDrag:X}){_&&!c.isZoomingOrPanning&&A();const Z=v&&!J&&!_;u.clickDistance(X?1/0:!ot(Q)||Q<0?0:Q);const ce=Z?i1({zoomPanValues:c,noWheelClassName:y,d3Selection:T,d3Zoom:u,panOnScrollMode:w,panOnScrollSpeed:P,zoomOnPinch:B,onPanZoomStart:a,onPanZoom:s,onPanZoomEnd:l}):a1({noWheelClassName:y,preventScrolling:x,d3ZoomHandler:S});if(T.on("wheel.zoom",ce,{passive:!1}),!_){const $=l1({zoomPanValues:c,onDraggingChange:E,onPanZoomStart:a});u.on("start",$);const q=c1({zoomPanValues:c,panOnDrag:M,onPaneContextMenu:!!F,onPanZoom:s,onTransformChange:W});u.on("zoom",q);const se=E1({zoomPanValues:c,panOnDrag:M,panOnScroll:v,onPaneContextMenu:F,onPanZoomEnd:l,onDraggingChange:E});u.on("end",se)}const ne=d1({zoomActivationKeyPressed:J,panOnDrag:M,zoomOnScroll:H,panOnScroll:v,zoomOnDoubleClick:j,zoomOnPinch:B,userSelectionActive:_,noPanClassName:b,noWheelClassName:y,lib:K,connectionInProgress:z});u.filter(ne),j?T.on("dblclick.zoom",I):T.on("dblclick.zoom",null)}function A(){u.on("zoom",null)}async function h(y,b,F){const _=Ga(y),v=u==null?void 0:u.constrain()(_,b,F);return v&&await p(v),new Promise(M=>M(v))}async function O(y,b){const F=Ga(y);return await p(F,b),new Promise(_=>_(F))}function N(y){if(T){const b=Ga(y),F=T.property("__zoom");(F.k!==y.zoom||F.x!==y.x||F.y!==y.y)&&(u==null||u.transform(T,b,null,{sync:!0}))}}function m(){const y=T?oA(T.node()):{x:0,y:0,k:1};return{x:y.x,y:y.y,zoom:y.k}}function C(y,b){return T?new Promise(F=>{u==null||u.interpolate((b==null?void 0:b.interpolate)==="linear"?Gr:ys).scaleTo(Ha(T,b==null?void 0:b.duration,b==null?void 0:b.ease,()=>F(!0)),y)}):Promise.resolve(!1)}function g(y,b){return T?new Promise(F=>{u==null||u.interpolate((b==null?void 0:b.interpolate)==="linear"?Gr:ys).scaleBy(Ha(T,b==null?void 0:b.duration,b==null?void 0:b.ease,()=>F(!0)),y)}):Promise.resolve(!1)}function D(y){u==null||u.scaleExtent(y)}function L(y){u==null||u.translateExtent(y)}function U(y){const b=!ot(y)||y<0?0:y;u==null||u.clickDistance(b)}return{update:R,destroy:A,setViewport:O,setViewportConstrained:h,getViewport:m,scaleTo:C,scaleBy:g,setScaleExtent:D,setTranslateExtent:L,syncViewport:N,setClickDistance:U}}var ur;(function(e){e.Line="line",e.Handle="handle"})(ur||(ur={}));function T1({width:e,prevWidth:t,height:n,prevHeight:r,affectsX:o,affectsY:s}){const a=e-t,l=n-r,E=[a>0?1:a<0?-1:0,l>0?1:l<0?-1:0];return a&&o&&(E[0]=E[0]*-1),l&&s&&(E[1]=E[1]*-1),E}function fu(e){const t=e.includes("right")||e.includes("left"),n=e.includes("bottom")||e.includes("top"),r=e.includes("left"),o=e.includes("top");return{isHorizontal:t,isVertical:n,affectsX:r,affectsY:o}}function Wt(e,t){return Math.max(0,t-e)}function Vt(e,t){return Math.max(0,e-t)}function Rs(e,t,n){return Math.max(0,t-e,e-n)}function Ru(e,t){return e?!t:t}function S1(e,t,n,r,o,s,a,l){let{affectsX:E,affectsY:c}=t;const{isHorizontal:d,isVertical:u}=t,T=d&&u,{xSnapped:S,ySnapped:I}=n,{minWidth:p,maxWidth:R,minHeight:A,maxHeight:h}=r,{x:O,y:N,width:m,height:C,aspectRatio:g}=e;let D=Math.floor(d?S-e.pointerX:0),L=Math.floor(u?I-e.pointerY:0);const U=m+(E?-D:D),y=C+(c?-L:L),b=-s[0]*m,F=-s[1]*C;let _=Rs(U,p,R),v=Rs(y,A,h);if(a){let P=0,x=0;E&&D<0?P=Wt(O+D+b,a[0][0]):!E&&D>0&&(P=Vt(O+U+b,a[1][0])),c&&L<0?x=Wt(N+L+F,a[0][1]):!c&&L>0&&(x=Vt(N+y+F,a[1][1])),_=Math.max(_,P),v=Math.max(v,x)}if(l){let P=0,x=0;E&&D>0?P=Vt(O+D,l[0][0]):!E&&D<0&&(P=Wt(O+U,l[1][0])),c&&L>0?x=Vt(N+L,l[0][1]):!c&&L<0&&(x=Wt(N+y,l[1][1])),_=Math.max(_,P),v=Math.max(v,x)}if(o){if(d){const P=Rs(U/g,A,h)*g;if(_=Math.max(_,P),a){let x=0;!E&&!c||E&&!c&&T?x=Vt(N+F+U/g,a[1][1])*g:x=Wt(N+F+(E?D:-D)/g,a[0][1])*g,_=Math.max(_,x)}if(l){let x=0;!E&&!c||E&&!c&&T?x=Wt(N+U/g,l[1][1])*g:x=Vt(N+(E?D:-D)/g,l[0][1])*g,_=Math.max(_,x)}}if(u){const P=Rs(y*g,p,R)/g;if(v=Math.max(v,P),a){let x=0;!E&&!c||c&&!E&&T?x=Vt(O+y*g+b,a[1][0])/g:x=Wt(O+(c?L:-L)*g+b,a[0][0])/g,v=Math.max(v,x)}if(l){let x=0;!E&&!c||c&&!E&&T?x=Wt(O+y*g,l[1][0])/g:x=Vt(O+(c?L:-L)*g,l[0][0])/g,v=Math.max(v,x)}}}L=L+(L<0?v:-v),D=D+(D<0?_:-_),o&&(T?U>y*g?L=(Ru(E,c)?-D:D)/g:D=(Ru(E,c)?-L:L)*g:d?(L=D/g,c=E):(D=L*g,E=c));const M=E?O+D:O,w=c?N+L:N;return{width:m+(E?-D:D),height:C+(c?-L:L),x:s[0]*D*(E?-1:1)+M,y:s[1]*L*(c?-1:1)+w}}const vA={width:0,height:0,x:0,y:0},f1={...vA,pointerX:0,pointerY:0,aspectRatio:1};function R1(e){return[[0,0],[e.measured.width,e.measured.height]]}function A1(e,t,n){const r=t.position.x+e.position.x,o=t.position.y+e.position.y,s=e.measured.width??0,a=e.measured.height??0,l=n[0]*s,E=n[1]*a;return[[r-l,o-E],[r+s-l,o+a-E]]}function p1({domNode:e,nodeId:t,getStoreItems:n,onChange:r,onEnd:o}){const s=Xe(e);let a={controlDirection:fu("bottom-right"),boundaries:{minWidth:0,minHeight:0,maxWidth:Number.MAX_VALUE,maxHeight:Number.MAX_VALUE},resizeDirection:void 0,keepAspectRatio:!1};function l({controlPosition:c,boundaries:d,keepAspectRatio:u,resizeDirection:T,onResizeStart:S,onResize:I,onResizeEnd:p,shouldResize:R}){let A={...vA},h={...f1};a={boundaries:d,resizeDirection:T,keepAspectRatio:u,controlDirection:fu(c)};let O,N=null,m=[],C,g,D,L=!1;const U=WR().on("start",y=>{const{nodeLookup:b,transform:F,snapGrid:_,snapToGrid:v,nodeOrigin:M,paneDomNode:w}=n();if(O=b.get(t),!O)return;N=(w==null?void 0:w.getBoundingClientRect())??null;const{xSnapped:P,ySnapped:x}=Hr(y.sourceEvent,{transform:F,snapGrid:_,snapToGrid:v,containerBounds:N});A={width:O.measured.width??0,height:O.measured.height??0,x:O.position.x??0,y:O.position.y??0},h={...A,pointerX:P,pointerY:x,aspectRatio:A.width/A.height},C=void 0,O.parentId&&(O.extent==="parent"||O.expandParent)&&(C=b.get(O.parentId),g=C&&O.extent==="parent"?R1(C):void 0),m=[],D=void 0;for(const[B,H]of b)if(H.parentId===t&&(m.push({id:B,position:{...H.position},extent:H.extent}),H.extent==="parent"||H.expandParent)){const j=A1(H,O,H.origin??M);D?D=[[Math.min(j[0][0],D[0][0]),Math.min(j[0][1],D[0][1])],[Math.max(j[1][0],D[1][0]),Math.max(j[1][1],D[1][1])]]:D=j}S==null||S(y,{...A})}).on("drag",y=>{const{transform:b,snapGrid:F,snapToGrid:_,nodeOrigin:v}=n(),M=Hr(y.sourceEvent,{transform:b,snapGrid:F,snapToGrid:_,containerBounds:N}),w=[];if(!O)return;const{x:P,y:x,width:B,height:H}=A,j={},J=O.origin??v,{width:K,height:W,x:z,y:Q}=S1(h,a.controlDirection,M,a.boundaries,a.keepAspectRatio,J,g,D),X=K!==B,Z=W!==H,ce=z!==P&&X,ne=Q!==x&&Z;if(!ce&&!ne&&!X&&!Z)return;if((ce||ne||J[0]===1||J[1]===1)&&(j.x=ce?z:A.x,j.y=ne?Q:A.y,A.x=j.x,A.y=j.y,m.length>0)){const Se=z-P,de=Q-x;for(const Ae of m)Ae.position={x:Ae.position.x-Se+J[0]*(K-B),y:Ae.position.y-de+J[1]*(W-H)},w.push(Ae)}if((X||Z)&&(j.width=X&&(!a.resizeDirection||a.resizeDirection==="horizontal")?K:A.width,j.height=Z&&(!a.resizeDirection||a.resizeDirection==="vertical")?W:A.height,A.width=j.width,A.height=j.height),C&&O.expandParent){const Se=J[0]*(j.width??0);j.x&&j.x<Se&&(A.x=Se,h.x=h.x-(j.x-Se));const de=J[1]*(j.height??0);j.y&&j.y<de&&(A.y=de,h.y=h.y-(j.y-de))}const $=T1({width:A.width,prevWidth:B,height:A.height,prevHeight:H,affectsX:a.controlDirection.affectsX,affectsY:a.controlDirection.affectsY}),q={...A,direction:$};(R==null?void 0:R(y,q))!==!1&&(L=!0,I==null||I(y,q),r(j,w))}).on("end",y=>{L&&(p==null||p(y,{...A}),o==null||o({...A}),L=!1)});s.call(U)}function E(){s.on(".drag",null)}return{update:l,destroy:E}}var ka={exports:{}},ja={},Ya={exports:{}},Wa={};/**
491
+ * @license React
492
+ * use-sync-external-store-shim.production.js
493
+ *
494
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
495
+ *
496
+ * This source code is licensed under the MIT license found in the
497
+ * LICENSE file in the root directory of this source tree.
498
+ */var Au;function I1(){if(Au)return Wa;Au=1;var e=Ti();function t(u,T){return u===T&&(u!==0||1/u===1/T)||u!==u&&T!==T}var n=typeof Object.is=="function"?Object.is:t,r=e.useState,o=e.useEffect,s=e.useLayoutEffect,a=e.useDebugValue;function l(u,T){var S=T(),I=r({inst:{value:S,getSnapshot:T}}),p=I[0].inst,R=I[1];return s(function(){p.value=S,p.getSnapshot=T,E(p)&&R({inst:p})},[u,S,T]),o(function(){return E(p)&&R({inst:p}),u(function(){E(p)&&R({inst:p})})},[u]),a(S),S}function E(u){var T=u.getSnapshot;u=u.value;try{var S=T();return!n(u,S)}catch{return!0}}function c(u,T){return T()}var d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:l;return Wa.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:d,Wa}var pu;function h1(){return pu||(pu=1,Ya.exports=I1()),Ya.exports}/**
499
+ * @license React
500
+ * use-sync-external-store-shim/with-selector.production.js
501
+ *
502
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
503
+ *
504
+ * This source code is licensed under the MIT license found in the
505
+ * LICENSE file in the root directory of this source tree.
506
+ */var Iu;function O1(){if(Iu)return ja;Iu=1;var e=Ti(),t=h1();function n(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}var r=typeof Object.is=="function"?Object.is:n,o=t.useSyncExternalStore,s=e.useRef,a=e.useEffect,l=e.useMemo,E=e.useDebugValue;return ja.useSyncExternalStoreWithSelector=function(c,d,u,T,S){var I=s(null);if(I.current===null){var p={hasValue:!1,value:null};I.current=p}else p=I.current;I=l(function(){function A(C){if(!h){if(h=!0,O=C,C=T(C),S!==void 0&&p.hasValue){var g=p.value;if(S(g,C))return N=g}return N=C}if(g=N,r(O,C))return g;var D=T(C);return S!==void 0&&S(g,D)?(O=C,g):(O=C,N=D)}var h=!1,O,N,m=u===void 0?null:u;return[function(){return A(d())},m===null?void 0:function(){return A(m())}]},[d,u,T,S]);var R=o(c,I[0],I[1]);return a(function(){p.hasValue=!0,p.value=R},[R]),E(R),R},ja}var hu;function N1(){return hu||(hu=1,ka.exports=O1()),ka.exports}var m1=N1();const C1=Si(m1),g1={},Ou=e=>{let t;const n=new Set,r=(d,u)=>{const T=typeof d=="function"?d(t):d;if(!Object.is(T,t)){const S=t;t=u??(typeof T!="object"||T===null)?T:Object.assign({},t,T),n.forEach(I=>I(t,S))}},o=()=>t,E={setState:r,getState:o,getInitialState:()=>c,subscribe:d=>(n.add(d),()=>n.delete(d)),destroy:()=>{(g1?"production":void 0)!=="production"&&console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}},c=t=e(r,o,E);return E},L1=e=>e?Ou(e):Ou,{useDebugValue:_1}=Ce,{useSyncExternalStoreWithSelector:x1}=C1,y1=e=>e;function UA(e,t=y1,n){const r=x1(e.subscribe,e.getState,e.getServerState||e.getInitialState,t,n);return _1(r),r}const Nu=(e,t)=>{const n=L1(e),r=(o,s=t)=>UA(n,o,s);return Object.assign(r,n),r},D1=(e,t)=>e?Nu(e,t):Nu;function he(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(const[r,o]of e)if(!Object.is(o,t.get(r)))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(const r of e)if(!t.has(r))return!1;return!0}const n=Object.keys(e);if(n.length!==Object.keys(t).length)return!1;for(const r of n)if(!Object.prototype.hasOwnProperty.call(t,r)||!Object.is(e[r],t[r]))return!1;return!0}const $i=f.createContext(null),M1=$i.Provider,wA=Ot.error001();function Re(e,t){const n=f.useContext($i);if(n===null)throw new Error(wA);return UA(n,e,t)}function Ne(){const e=f.useContext($i);if(e===null)throw new Error(wA);return f.useMemo(()=>({getState:e.getState,setState:e.setState,subscribe:e.subscribe}),[e])}const mu={display:"none"},P1={position:"absolute",width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0px, 0px, 0px, 0px)",clipPath:"inset(100%)"},BA="react-flow__node-desc",FA="react-flow__edge-desc",b1="react-flow__aria-live",v1=e=>e.ariaLiveMessage,U1=e=>e.ariaLabelConfig;function w1({rfId:e}){const t=Re(v1);return i.jsx("div",{id:`${b1}-${e}`,"aria-live":"assertive","aria-atomic":"true",style:P1,children:t})}function B1({rfId:e,disableKeyboardA11y:t}){const n=Re(U1);return i.jsxs(i.Fragment,{children:[i.jsx("div",{id:`${BA}-${e}`,style:mu,children:t?n["node.a11yDescription.default"]:n["node.a11yDescription.keyboardDisabled"]}),i.jsx("div",{id:`${FA}-${e}`,style:mu,children:n["edge.a11yDescription.default"]}),!t&&i.jsx(w1,{rfId:e})]})}const Tr=f.forwardRef(({position:e="top-left",children:t,className:n,style:r,...o},s)=>{const a=`${e}`.split("-");return i.jsx("div",{className:_e(["react-flow__panel",n,...a]),style:r,ref:s,...o,children:t})});Tr.displayName="Panel";function F1({proOptions:e,position:t="bottom-right"}){return e!=null&&e.hideAttribution?null:i.jsx(Tr,{position:t,className:"react-flow__attribution","data-message":"Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev",children:i.jsx("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer","aria-label":"React Flow attribution",children:"React Flow"})})}const G1=e=>{const t=[],n=[];for(const[,r]of e.nodeLookup)r.selected&&t.push(r.internals.userNode);for(const[,r]of e.edgeLookup)r.selected&&n.push(r);return{selectedNodes:t,selectedEdges:n}},As=e=>e.id;function H1(e,t){return he(e.selectedNodes.map(As),t.selectedNodes.map(As))&&he(e.selectedEdges.map(As),t.selectedEdges.map(As))}function k1({onSelectionChange:e}){const t=Ne(),{selectedNodes:n,selectedEdges:r}=Re(G1,H1);return f.useEffect(()=>{const o={nodes:n,edges:r};e==null||e(o),t.getState().onSelectionChangeHandlers.forEach(s=>s(o))},[n,r,e]),null}const j1=e=>!!e.onSelectionChangeHandlers;function Y1({onSelectionChange:e}){const t=Re(j1);return e||t?i.jsx(k1,{onSelectionChange:e}):null}const GA=[0,0],W1={x:0,y:0,zoom:1},V1=["nodes","edges","defaultNodes","defaultEdges","onConnect","onConnectStart","onConnectEnd","onClickConnectStart","onClickConnectEnd","nodesDraggable","autoPanOnNodeFocus","nodesConnectable","nodesFocusable","edgesFocusable","edgesReconnectable","elevateNodesOnSelect","elevateEdgesOnSelect","minZoom","maxZoom","nodeExtent","onNodesChange","onEdgesChange","elementsSelectable","connectionMode","snapGrid","snapToGrid","translateExtent","connectOnClick","defaultEdgeOptions","fitView","fitViewOptions","onNodesDelete","onEdgesDelete","onDelete","onNodeDrag","onNodeDragStart","onNodeDragStop","onSelectionDrag","onSelectionDragStart","onSelectionDragStop","onMoveStart","onMove","onMoveEnd","noPanClassName","nodeOrigin","autoPanOnConnect","autoPanOnNodeDrag","onError","connectionRadius","isValidConnection","selectNodesOnDrag","nodeDragThreshold","connectionDragThreshold","onBeforeDelete","debug","autoPanSpeed","ariaLabelConfig","zIndexMode"],Cu=[...V1,"rfId"],$1=e=>({setNodes:e.setNodes,setEdges:e.setEdges,setMinZoom:e.setMinZoom,setMaxZoom:e.setMaxZoom,setTranslateExtent:e.setTranslateExtent,setNodeExtent:e.setNodeExtent,reset:e.reset,setDefaultNodesAndEdges:e.setDefaultNodesAndEdges}),gu={translateExtent:ro,nodeOrigin:GA,minZoom:.5,maxZoom:2,elementsSelectable:!0,noPanClassName:"nopan",rfId:"1"};function X1(e){const{setNodes:t,setEdges:n,setMinZoom:r,setMaxZoom:o,setTranslateExtent:s,setNodeExtent:a,reset:l,setDefaultNodesAndEdges:E}=Re($1,he),c=Ne();f.useEffect(()=>(E(e.defaultNodes,e.defaultEdges),()=>{d.current=gu,l()}),[]);const d=f.useRef(gu);return f.useEffect(()=>{for(const u of Cu){const T=e[u],S=d.current[u];T!==S&&(typeof e[u]>"u"||(u==="nodes"?t(T):u==="edges"?n(T):u==="minZoom"?r(T):u==="maxZoom"?o(T):u==="translateExtent"?s(T):u==="nodeExtent"?a(T):u==="ariaLabelConfig"?c.setState({ariaLabelConfig:DP(T)}):u==="fitView"?c.setState({fitViewQueued:T}):u==="fitViewOptions"?c.setState({fitViewOptions:T}):c.setState({[u]:T})))}d.current=e},Cu.map(u=>e[u])),null}function Lu(){return typeof window>"u"||!window.matchMedia?null:window.matchMedia("(prefers-color-scheme: dark)")}function K1(e){var r;const[t,n]=f.useState(e==="system"?null:e);return f.useEffect(()=>{if(e!=="system"){n(e);return}const o=Lu(),s=()=>n(o!=null&&o.matches?"dark":"light");return s(),o==null||o.addEventListener("change",s),()=>{o==null||o.removeEventListener("change",s)}},[e]),t!==null?t:(r=Lu())!=null&&r.matches?"dark":"light"}const _u=typeof document<"u"?document:null;function ao(e=null,t={target:_u,actInsideInputWithModifier:!0}){const[n,r]=f.useState(!1),o=f.useRef(!1),s=f.useRef(new Set([])),[a,l]=f.useMemo(()=>{if(e!==null){const c=(Array.isArray(e)?e:[e]).filter(u=>typeof u=="string").map(u=>u.replace("+",`
507
+ `).replace(`
508
+
509
+ `,`
510
+ +`).split(`
511
+ `)),d=c.reduce((u,T)=>u.concat(...T),[]);return[c,d]}return[[],[]]},[e]);return f.useEffect(()=>{const E=(t==null?void 0:t.target)??_u,c=(t==null?void 0:t.actInsideInputWithModifier)??!0;if(e!==null){const d=S=>{var R,A;if(o.current=S.ctrlKey||S.metaKey||S.shiftKey||S.altKey,(!o.current||o.current&&!c)&&pA(S))return!1;const p=yu(S.code,l);if(s.current.add(S[p]),xu(a,s.current,!1)){const h=((A=(R=S.composedPath)==null?void 0:R.call(S))==null?void 0:A[0])||S.target,O=(h==null?void 0:h.nodeName)==="BUTTON"||(h==null?void 0:h.nodeName)==="A";t.preventDefault!==!1&&(o.current||!O)&&S.preventDefault(),r(!0)}},u=S=>{const I=yu(S.code,l);xu(a,s.current,!0)?(r(!1),s.current.clear()):s.current.delete(S[I]),S.key==="Meta"&&s.current.clear(),o.current=!1},T=()=>{s.current.clear(),r(!1)};return E==null||E.addEventListener("keydown",d),E==null||E.addEventListener("keyup",u),window.addEventListener("blur",T),window.addEventListener("contextmenu",T),()=>{E==null||E.removeEventListener("keydown",d),E==null||E.removeEventListener("keyup",u),window.removeEventListener("blur",T),window.removeEventListener("contextmenu",T)}}},[e,r]),n}function xu(e,t,n){return e.filter(r=>n||r.length===t.size).some(r=>r.every(o=>t.has(o)))}function yu(e,t){return t.includes(e)?"code":"key"}const z1=()=>{const e=Ne();return f.useMemo(()=>({zoomIn:t=>{const{panZoom:n}=e.getState();return n?n.scaleBy(1.2,{duration:t==null?void 0:t.duration}):Promise.resolve(!1)},zoomOut:t=>{const{panZoom:n}=e.getState();return n?n.scaleBy(1/1.2,{duration:t==null?void 0:t.duration}):Promise.resolve(!1)},zoomTo:(t,n)=>{const{panZoom:r}=e.getState();return r?r.scaleTo(t,{duration:n==null?void 0:n.duration}):Promise.resolve(!1)},getZoom:()=>e.getState().transform[2],setViewport:async(t,n)=>{const{transform:[r,o,s],panZoom:a}=e.getState();return a?(await a.setViewport({x:t.x??r,y:t.y??o,zoom:t.zoom??s},n),Promise.resolve(!0)):Promise.resolve(!1)},getViewport:()=>{const[t,n,r]=e.getState().transform;return{x:t,y:n,zoom:r}},setCenter:async(t,n,r)=>e.getState().setCenter(t,n,r),fitBounds:async(t,n)=>{const{width:r,height:o,minZoom:s,maxZoom:a,panZoom:l}=e.getState(),E=sE(t,r,o,s,a,(n==null?void 0:n.padding)??.1);return l?(await l.setViewport(E,{duration:n==null?void 0:n.duration,ease:n==null?void 0:n.ease,interpolate:n==null?void 0:n.interpolate}),Promise.resolve(!0)):Promise.resolve(!1)},screenToFlowPosition:(t,n={})=>{const{transform:r,snapGrid:o,snapToGrid:s,domNode:a}=e.getState();if(!a)return t;const{x:l,y:E}=a.getBoundingClientRect(),c={x:t.x-l,y:t.y-E},d=n.snapGrid??o,u=n.snapToGrid??s;return Co(c,r,u,d)},flowToScreenPosition:t=>{const{transform:n,domNode:r}=e.getState();if(!r)return t;const{x:o,y:s}=r.getBoundingClientRect(),a=ii(t,n);return{x:a.x+o,y:a.y+s}}}),[])};function HA(e,t){const n=[],r=new Map,o=[];for(const s of e)if(s.type==="add"){o.push(s);continue}else if(s.type==="remove"||s.type==="replace")r.set(s.id,[s]);else{const a=r.get(s.id);a?a.push(s):r.set(s.id,[s])}for(const s of t){const a=r.get(s.id);if(!a){n.push(s);continue}if(a[0].type==="remove")continue;if(a[0].type==="replace"){n.push({...a[0].item});continue}const l={...s};for(const E of a)J1(E,l);n.push(l)}return o.length&&o.forEach(s=>{s.index!==void 0?n.splice(s.index,0,{...s.item}):n.push({...s.item})}),n}function J1(e,t){switch(e.type){case"select":{t.selected=e.selected;break}case"position":{typeof e.position<"u"&&(t.position=e.position),typeof e.dragging<"u"&&(t.dragging=e.dragging);break}case"dimensions":{typeof e.dimensions<"u"&&(t.measured={...e.dimensions},e.setAttributes&&((e.setAttributes===!0||e.setAttributes==="width")&&(t.width=e.dimensions.width),(e.setAttributes===!0||e.setAttributes==="height")&&(t.height=e.dimensions.height))),typeof e.resizing=="boolean"&&(t.resizing=e.resizing);break}}}function kA(e,t){return HA(e,t)}function jA(e,t){return HA(e,t)}function Tn(e,t){return{id:e,type:"select",selected:t}}function Kn(e,t=new Set,n=!1){const r=[];for(const[o,s]of e){const a=t.has(o);!(s.selected===void 0&&!a)&&s.selected!==a&&(n&&(s.selected=a),r.push(Tn(s.id,a)))}return r}function Du({items:e=[],lookup:t}){var o;const n=[],r=new Map(e.map(s=>[s.id,s]));for(const[s,a]of e.entries()){const l=t.get(a.id),E=((o=l==null?void 0:l.internals)==null?void 0:o.userNode)??l;E!==void 0&&E!==a&&n.push({id:a.id,item:a,type:"replace"}),E===void 0&&n.push({item:a,type:"add",index:s})}for(const[s]of t)r.get(s)===void 0&&n.push({id:s,type:"remove"});return n}function Mu(e){return{id:e.id,type:"remove"}}const Pu=e=>hP(e),q1=e=>EA(e);function YA(e){return f.forwardRef(e)}const Q1=typeof window<"u"?f.useLayoutEffect:f.useEffect;function bu(e){const[t,n]=f.useState(BigInt(0)),[r]=f.useState(()=>Z1(()=>n(o=>o+BigInt(1))));return Q1(()=>{const o=r.get();o.length&&(e(o),r.reset())},[t]),r}function Z1(e){let t=[];return{get:()=>t,reset:()=>{t=[]},push:n=>{t.push(n),e()}}}const WA=f.createContext(null);function eb({children:e}){const t=Ne(),n=f.useCallback(l=>{const{nodes:E=[],setNodes:c,hasDefaultNodes:d,onNodesChange:u,nodeLookup:T,fitViewQueued:S,onNodesChangeMiddlewareMap:I}=t.getState();let p=E;for(const A of l)p=typeof A=="function"?A(p):A;let R=Du({items:p,lookup:T});for(const A of I.values())R=A(R);d&&c(p),R.length>0?u==null||u(R):S&&window.requestAnimationFrame(()=>{const{fitViewQueued:A,nodes:h,setNodes:O}=t.getState();A&&O(h)})},[]),r=bu(n),o=f.useCallback(l=>{const{edges:E=[],setEdges:c,hasDefaultEdges:d,onEdgesChange:u,edgeLookup:T}=t.getState();let S=E;for(const I of l)S=typeof I=="function"?I(S):I;d?c(S):u&&u(Du({items:S,lookup:T}))},[]),s=bu(o),a=f.useMemo(()=>({nodeQueue:r,edgeQueue:s}),[]);return i.jsx(WA.Provider,{value:a,children:e})}function tb(){const e=f.useContext(WA);if(!e)throw new Error("useBatchContext must be used within a BatchProvider");return e}const nb=e=>!!e.panZoom;function uE(){const e=z1(),t=Ne(),n=tb(),r=Re(nb),o=f.useMemo(()=>{const s=u=>t.getState().nodeLookup.get(u),a=u=>{n.nodeQueue.push(u)},l=u=>{n.edgeQueue.push(u)},E=u=>{var A,h;const{nodeLookup:T,nodeOrigin:S}=t.getState(),I=Pu(u)?u:T.get(u.id),p=I.parentId?RA(I.position,I.measured,I.parentId,T,S):I.position,R={...I,position:p,width:((A=I.measured)==null?void 0:A.width)??I.width,height:((h=I.measured)==null?void 0:h.height)??I.height};return Er(R)},c=(u,T,S={replace:!1})=>{a(I=>I.map(p=>{if(p.id===u){const R=typeof T=="function"?T(p):T;return S.replace&&Pu(R)?R:{...p,...R}}return p}))},d=(u,T,S={replace:!1})=>{l(I=>I.map(p=>{if(p.id===u){const R=typeof T=="function"?T(p):T;return S.replace&&q1(R)?R:{...p,...R}}return p}))};return{getNodes:()=>t.getState().nodes.map(u=>({...u})),getNode:u=>{var T;return(T=s(u))==null?void 0:T.internals.userNode},getInternalNode:s,getEdges:()=>{const{edges:u=[]}=t.getState();return u.map(T=>({...T}))},getEdge:u=>t.getState().edgeLookup.get(u),setNodes:a,setEdges:l,addNodes:u=>{const T=Array.isArray(u)?u:[u];n.nodeQueue.push(S=>[...S,...T])},addEdges:u=>{const T=Array.isArray(u)?u:[u];n.edgeQueue.push(S=>[...S,...T])},toObject:()=>{const{nodes:u=[],edges:T=[],transform:S}=t.getState(),[I,p,R]=S;return{nodes:u.map(A=>({...A})),edges:T.map(A=>({...A})),viewport:{x:I,y:p,zoom:R}}},deleteElements:async({nodes:u=[],edges:T=[]})=>{const{nodes:S,edges:I,onNodesDelete:p,onEdgesDelete:R,triggerNodeChanges:A,triggerEdgeChanges:h,onDelete:O,onBeforeDelete:N}=t.getState(),{nodes:m,edges:C}=await gP({nodesToRemove:u,edgesToRemove:T,nodes:S,edges:I,onBeforeDelete:N}),g=C.length>0,D=m.length>0;if(g){const L=C.map(Mu);R==null||R(C),h(L)}if(D){const L=m.map(Mu);p==null||p(m),A(L)}return(D||g)&&(O==null||O({nodes:m,edges:C})),{deletedNodes:m,deletedEdges:C}},getIntersectingNodes:(u,T=!0,S)=>{const I=ou(u),p=I?u:E(u),R=S!==void 0;return p?(S||t.getState().nodes).filter(A=>{const h=t.getState().nodeLookup.get(A.id);if(h&&!I&&(A.id===u.id||!h.internals.positionAbsolute))return!1;const O=Er(R?A:h),N=so(O,p);return T&&N>0||N>=O.width*O.height||N>=p.width*p.height}):[]},isNodeIntersecting:(u,T,S=!0)=>{const p=ou(u)?u:E(u);if(!p)return!1;const R=so(p,T);return S&&R>0||R>=T.width*T.height||R>=p.width*p.height},updateNode:c,updateNodeData:(u,T,S={replace:!1})=>{c(u,I=>{const p=typeof T=="function"?T(I):T;return S.replace?{...I,data:p}:{...I,data:{...I.data,...p}}},S)},updateEdge:d,updateEdgeData:(u,T,S={replace:!1})=>{d(u,I=>{const p=typeof T=="function"?T(I):T;return S.replace?{...I,data:p}:{...I,data:{...I.data,...p}}},S)},getNodesBounds:u=>{const{nodeLookup:T,nodeOrigin:S}=t.getState();return OP(u,{nodeLookup:T,nodeOrigin:S})},getHandleConnections:({type:u,id:T,nodeId:S})=>{var I;return Array.from(((I=t.getState().connectionLookup.get(`${S}-${u}${T?`-${T}`:""}`))==null?void 0:I.values())??[])},getNodeConnections:({type:u,handleId:T,nodeId:S})=>{var I;return Array.from(((I=t.getState().connectionLookup.get(`${S}${u?T?`-${u}-${T}`:`-${u}`:""}`))==null?void 0:I.values())??[])},fitView:async u=>{const T=t.getState().fitViewResolver??yP();return t.setState({fitViewQueued:!0,fitViewOptions:u,fitViewResolver:T}),n.nodeQueue.push(S=>[...S]),T.promise}}},[]);return f.useMemo(()=>({...o,...e,viewportInitialized:r}),[r])}const vu=e=>e.selected,rb=typeof window<"u"?window:void 0;function ob({deleteKeyCode:e,multiSelectionKeyCode:t}){const n=Ne(),{deleteElements:r}=uE(),o=ao(e,{actInsideInputWithModifier:!1}),s=ao(t,{target:rb});f.useEffect(()=>{if(o){const{edges:a,nodes:l}=n.getState();r({nodes:l.filter(vu),edges:a.filter(vu)}),n.setState({nodesSelectionActive:!1})}},[o]),f.useEffect(()=>{n.setState({multiSelectionActive:s})},[s])}function sb(e){const t=Ne();f.useEffect(()=>{const n=()=>{var o,s,a,l;if(!e.current||!(((s=(o=e.current).checkVisibility)==null?void 0:s.call(o))??!0))return!1;const r=iE(e.current);(r.height===0||r.width===0)&&((l=(a=t.getState()).onError)==null||l.call(a,"004",Ot.error004())),t.setState({width:r.width||500,height:r.height||500})};if(e.current){n(),window.addEventListener("resize",n);const r=new ResizeObserver(()=>n());return r.observe(e.current),()=>{window.removeEventListener("resize",n),r&&e.current&&r.unobserve(e.current)}}},[])}const Xi={position:"absolute",width:"100%",height:"100%",top:0,left:0},ib=e=>({userSelectionActive:e.userSelectionActive,lib:e.lib,connectionInProgress:e.connection.inProgress});function ab({onPaneContextMenu:e,zoomOnScroll:t=!0,zoomOnPinch:n=!0,panOnScroll:r=!1,panOnScrollSpeed:o=.5,panOnScrollMode:s=An.Free,zoomOnDoubleClick:a=!0,panOnDrag:l=!0,defaultViewport:E,translateExtent:c,minZoom:d,maxZoom:u,zoomActivationKeyCode:T,preventScrolling:S=!0,children:I,noWheelClassName:p,noPanClassName:R,onViewportChange:A,isControlledViewport:h,paneClickDistance:O,selectionOnDrag:N}){const m=Ne(),C=f.useRef(null),{userSelectionActive:g,lib:D,connectionInProgress:L}=Re(ib,he),U=ao(T),y=f.useRef();sb(C);const b=f.useCallback(F=>{A==null||A({x:F[0],y:F[1],zoom:F[2]}),h||m.setState({transform:F})},[A,h]);return f.useEffect(()=>{if(C.current){y.current=u1({domNode:C.current,minZoom:d,maxZoom:u,translateExtent:c,viewport:E,onDraggingChange:M=>m.setState(w=>w.paneDragging===M?w:{paneDragging:M}),onPanZoomStart:(M,w)=>{const{onViewportChangeStart:P,onMoveStart:x}=m.getState();x==null||x(M,w),P==null||P(w)},onPanZoom:(M,w)=>{const{onViewportChange:P,onMove:x}=m.getState();x==null||x(M,w),P==null||P(w)},onPanZoomEnd:(M,w)=>{const{onViewportChangeEnd:P,onMoveEnd:x}=m.getState();x==null||x(M,w),P==null||P(w)}});const{x:F,y:_,zoom:v}=y.current.getViewport();return m.setState({panZoom:y.current,transform:[F,_,v],domNode:C.current.closest(".react-flow")}),()=>{var M;(M=y.current)==null||M.destroy()}}},[]),f.useEffect(()=>{var F;(F=y.current)==null||F.update({onPaneContextMenu:e,zoomOnScroll:t,zoomOnPinch:n,panOnScroll:r,panOnScrollSpeed:o,panOnScrollMode:s,zoomOnDoubleClick:a,panOnDrag:l,zoomActivationKeyPressed:U,preventScrolling:S,noPanClassName:R,userSelectionActive:g,noWheelClassName:p,lib:D,onTransformChange:b,connectionInProgress:L,selectionOnDrag:N,paneClickDistance:O})},[e,t,n,r,o,s,a,l,U,S,R,g,p,D,b,L,N,O]),i.jsx("div",{className:"react-flow__renderer",ref:C,style:Xi,children:I})}const lb=e=>({userSelectionActive:e.userSelectionActive,userSelectionRect:e.userSelectionRect});function cb(){const{userSelectionActive:e,userSelectionRect:t}=Re(lb,he);return e&&t?i.jsx("div",{className:"react-flow__selection react-flow__container",style:{width:t.width,height:t.height,transform:`translate(${t.x}px, ${t.y}px)`}}):null}const Va=(e,t)=>n=>{n.target===t.current&&(e==null||e(n))},Eb=e=>({userSelectionActive:e.userSelectionActive,elementsSelectable:e.elementsSelectable,connectionInProgress:e.connection.inProgress,dragging:e.paneDragging});function db({isSelecting:e,selectionKeyPressed:t,selectionMode:n=oo.Full,panOnDrag:r,paneClickDistance:o,selectionOnDrag:s,onSelectionStart:a,onSelectionEnd:l,onPaneClick:E,onPaneContextMenu:c,onPaneScroll:d,onPaneMouseEnter:u,onPaneMouseMove:T,onPaneMouseLeave:S,children:I}){const p=Ne(),{userSelectionActive:R,elementsSelectable:A,dragging:h,connectionInProgress:O}=Re(Eb,he),N=A&&(e||R),m=f.useRef(null),C=f.useRef(),g=f.useRef(new Set),D=f.useRef(new Set),L=f.useRef(!1),U=P=>{if(L.current||O){L.current=!1;return}E==null||E(P),p.getState().resetSelectedElements(),p.setState({nodesSelectionActive:!1})},y=P=>{if(Array.isArray(r)&&(r!=null&&r.includes(2))){P.preventDefault();return}c==null||c(P)},b=d?P=>d(P):void 0,F=P=>{L.current&&(P.stopPropagation(),L.current=!1)},_=P=>{var W,z;const{domNode:x}=p.getState();if(C.current=x==null?void 0:x.getBoundingClientRect(),!C.current)return;const B=P.target===m.current;if(!B&&!!P.target.closest(".nokey")||!e||!(s&&B||t)||P.button!==0||!P.isPrimary)return;(z=(W=P.target)==null?void 0:W.setPointerCapture)==null||z.call(W,P.pointerId),L.current=!1;const{x:J,y:K}=st(P.nativeEvent,C.current);p.setState({userSelectionRect:{width:0,height:0,startX:J,startY:K,x:J,y:K}}),B||(P.stopPropagation(),P.preventDefault())},v=P=>{const{userSelectionRect:x,transform:B,nodeLookup:H,edgeLookup:j,connectionLookup:J,triggerNodeChanges:K,triggerEdgeChanges:W,defaultEdgeOptions:z,resetSelectedElements:Q}=p.getState();if(!C.current||!x)return;const{x:X,y:Z}=st(P.nativeEvent,C.current),{startX:ce,startY:ne}=x;if(!L.current){const de=t?0:o;if(Math.hypot(X-ce,Z-ne)<=de)return;Q(),a==null||a(P)}L.current=!0;const $={startX:ce,startY:ne,x:X<ce?X:ce,y:Z<ne?Z:ne,width:Math.abs(X-ce),height:Math.abs(Z-ne)},q=g.current,se=D.current;g.current=new Set(oE(H,$,B,n===oo.Partial,!0).map(de=>de.id)),D.current=new Set;const Se=(z==null?void 0:z.selectable)??!0;for(const de of g.current){const Ae=J.get(de);if(Ae)for(const{edgeId:ke}of Ae.values()){const be=j.get(ke);be&&(be.selectable??Se)&&D.current.add(ke)}}if(!su(q,g.current)){const de=Kn(H,g.current,!0);K(de)}if(!su(se,D.current)){const de=Kn(j,D.current);W(de)}p.setState({userSelectionRect:$,userSelectionActive:!0,nodesSelectionActive:!1})},M=P=>{var x,B;P.button===0&&((B=(x=P.target)==null?void 0:x.releasePointerCapture)==null||B.call(x,P.pointerId),!R&&P.target===m.current&&p.getState().userSelectionRect&&(U==null||U(P)),p.setState({userSelectionActive:!1,userSelectionRect:null}),L.current&&(l==null||l(P),p.setState({nodesSelectionActive:g.current.size>0})))},w=r===!0||Array.isArray(r)&&r.includes(0);return i.jsxs("div",{className:_e(["react-flow__pane",{draggable:w,dragging:h,selection:e}]),onClick:N?void 0:Va(U,m),onContextMenu:Va(y,m),onWheel:Va(b,m),onPointerEnter:N?void 0:u,onPointerMove:N?v:T,onPointerUp:N?M:void 0,onPointerDownCapture:N?_:void 0,onClickCapture:N?F:void 0,onPointerLeave:S,ref:m,style:Xi,children:[I,i.jsx(cb,{})]})}function sc({id:e,store:t,unselect:n=!1,nodeRef:r}){const{addSelectedNodes:o,unselectNodesAndEdges:s,multiSelectionActive:a,nodeLookup:l,onError:E}=t.getState(),c=l.get(e);if(!c){E==null||E("012",Ot.error012(e));return}t.setState({nodesSelectionActive:!1}),c.selected?(n||c.selected&&a)&&(s({nodes:[c],edges:[]}),requestAnimationFrame(()=>{var d;return(d=r==null?void 0:r.current)==null?void 0:d.blur()})):o([e])}function VA({nodeRef:e,disabled:t=!1,noDragClassName:n,handleSelector:r,nodeId:o,isSelectable:s,nodeClickDistance:a}){const l=Ne(),[E,c]=f.useState(!1),d=f.useRef();return f.useEffect(()=>{d.current=QP({getStoreItems:()=>l.getState(),onNodeMouseDown:u=>{sc({id:u,store:l,nodeRef:e})},onDragStart:()=>{c(!0)},onDragStop:()=>{c(!1)}})},[]),f.useEffect(()=>{if(!(t||!e.current||!d.current))return d.current.update({noDragClassName:n,handleSelector:r,domNode:e.current,isSelectable:s,nodeId:o,nodeClickDistance:a}),()=>{var u;(u=d.current)==null||u.destroy()}},[n,r,t,s,e,o,a]),E}const ub=e=>t=>t.selected&&(t.draggable||e&&typeof t.draggable>"u");function $A(){const e=Ne();return f.useCallback(n=>{const{nodeExtent:r,snapToGrid:o,snapGrid:s,nodesDraggable:a,onError:l,updateNodePositions:E,nodeLookup:c,nodeOrigin:d}=e.getState(),u=new Map,T=ub(a),S=o?s[0]:5,I=o?s[1]:5,p=n.direction.x*S*n.factor,R=n.direction.y*I*n.factor;for(const[,A]of c){if(!T(A))continue;let h={x:A.internals.positionAbsolute.x+p,y:A.internals.positionAbsolute.y+R};o&&(h=mo(h,s));const{position:O,positionAbsolute:N}=dA({nodeId:A.id,nextPosition:h,nodeLookup:c,nodeExtent:r,nodeOrigin:d,onError:l});A.position=O,A.internals.positionAbsolute=N,u.set(A.id,A)}E(u)},[])}const TE=f.createContext(null),Tb=TE.Provider;TE.Consumer;const XA=()=>f.useContext(TE),Sb=e=>({connectOnClick:e.connectOnClick,noPanClassName:e.noPanClassName,rfId:e.rfId}),fb=(e,t,n)=>r=>{const{connectionClickStartHandle:o,connectionMode:s,connection:a}=r,{fromHandle:l,toHandle:E,isValid:c}=a,d=(E==null?void 0:E.nodeId)===e&&(E==null?void 0:E.id)===t&&(E==null?void 0:E.type)===n;return{connectingFrom:(l==null?void 0:l.nodeId)===e&&(l==null?void 0:l.id)===t&&(l==null?void 0:l.type)===n,connectingTo:d,clickConnecting:(o==null?void 0:o.nodeId)===e&&(o==null?void 0:o.id)===t&&(o==null?void 0:o.type)===n,isPossibleEndHandle:s===ar.Strict?(l==null?void 0:l.type)!==n:e!==(l==null?void 0:l.nodeId)||t!==(l==null?void 0:l.id),connectionInProcess:!!l,clickConnectionInProcess:!!o,valid:d&&c}};function Rb({type:e="source",position:t=re.Top,isValidConnection:n,isConnectable:r=!0,isConnectableStart:o=!0,isConnectableEnd:s=!0,id:a,onConnect:l,children:E,className:c,onMouseDown:d,onTouchStart:u,...T},S){var v,M;const I=a||null,p=e==="target",R=Ne(),A=XA(),{connectOnClick:h,noPanClassName:O,rfId:N}=Re(Sb,he),{connectingFrom:m,connectingTo:C,clickConnecting:g,isPossibleEndHandle:D,connectionInProcess:L,clickConnectionInProcess:U,valid:y}=Re(fb(A,I,e),he);A||(M=(v=R.getState()).onError)==null||M.call(v,"010",Ot.error010());const b=w=>{const{defaultEdgeOptions:P,onConnect:x,hasDefaultEdges:B}=R.getState(),H={...P,...w};if(B){const{edges:j,setEdges:J}=R.getState();J(wP(H,j))}x==null||x(H),l==null||l(H)},F=w=>{if(!A)return;const P=IA(w.nativeEvent);if(o&&(P&&w.button===0||!P)){const x=R.getState();oc.onPointerDown(w.nativeEvent,{handleDomNode:w.currentTarget,autoPanOnConnect:x.autoPanOnConnect,connectionMode:x.connectionMode,connectionRadius:x.connectionRadius,domNode:x.domNode,nodeLookup:x.nodeLookup,lib:x.lib,isTarget:p,handleId:I,nodeId:A,flowId:x.rfId,panBy:x.panBy,cancelConnection:x.cancelConnection,onConnectStart:x.onConnectStart,onConnectEnd:(...B)=>{var H,j;return(j=(H=R.getState()).onConnectEnd)==null?void 0:j.call(H,...B)},updateConnection:x.updateConnection,onConnect:b,isValidConnection:n||((...B)=>{var H,j;return((j=(H=R.getState()).isValidConnection)==null?void 0:j.call(H,...B))??!0}),getTransform:()=>R.getState().transform,getFromHandle:()=>R.getState().connection.fromHandle,autoPanSpeed:x.autoPanSpeed,dragThreshold:x.connectionDragThreshold})}P?d==null||d(w):u==null||u(w)},_=w=>{const{onClickConnectStart:P,onClickConnectEnd:x,connectionClickStartHandle:B,connectionMode:H,isValidConnection:j,lib:J,rfId:K,nodeLookup:W,connection:z}=R.getState();if(!A||!B&&!o)return;if(!B){P==null||P(w.nativeEvent,{nodeId:A,handleId:I,handleType:e}),R.setState({connectionClickStartHandle:{nodeId:A,type:e,id:I}});return}const Q=AA(w.target),X=n||j,{connection:Z,isValid:ce}=oc.isValid(w.nativeEvent,{handle:{nodeId:A,id:I,type:e},connectionMode:H,fromNodeId:B.nodeId,fromHandleId:B.id||null,fromType:B.type,isValidConnection:X,flowId:K,doc:Q,lib:J,nodeLookup:W});ce&&Z&&b(Z);const ne=structuredClone(z);delete ne.inProgress,ne.toPosition=ne.toHandle?ne.toHandle.position:null,x==null||x(w,ne),R.setState({connectionClickStartHandle:null})};return i.jsx("div",{"data-handleid":I,"data-nodeid":A,"data-handlepos":t,"data-id":`${N}-${A}-${I}-${e}`,className:_e(["react-flow__handle",`react-flow__handle-${t}`,"nodrag",O,c,{source:!p,target:p,connectable:r,connectablestart:o,connectableend:s,clickconnecting:g,connectingfrom:m,connectingto:C,valid:y,connectionindicator:r&&(!L||D)&&(L||U?s:o)}]),onMouseDown:F,onTouchStart:F,onClick:h?_:void 0,ref:S,...T,children:E})}const rn=f.memo(YA(Rb));function Ab({data:e,isConnectable:t,sourcePosition:n=re.Bottom}){return i.jsxs(i.Fragment,{children:[e==null?void 0:e.label,i.jsx(rn,{type:"source",position:n,isConnectable:t})]})}function pb({data:e,isConnectable:t,targetPosition:n=re.Top,sourcePosition:r=re.Bottom}){return i.jsxs(i.Fragment,{children:[i.jsx(rn,{type:"target",position:n,isConnectable:t}),e==null?void 0:e.label,i.jsx(rn,{type:"source",position:r,isConnectable:t})]})}function Ib(){return null}function hb({data:e,isConnectable:t,targetPosition:n=re.Top}){return i.jsxs(i.Fragment,{children:[i.jsx(rn,{type:"target",position:n,isConnectable:t}),e==null?void 0:e.label]})}const ai={ArrowUp:{x:0,y:-1},ArrowDown:{x:0,y:1},ArrowLeft:{x:-1,y:0},ArrowRight:{x:1,y:0}},Uu={input:Ab,default:pb,output:hb,group:Ib};function Ob(e){var t,n,r,o;return e.internals.handleBounds===void 0?{width:e.width??e.initialWidth??((t=e.style)==null?void 0:t.width),height:e.height??e.initialHeight??((n=e.style)==null?void 0:n.height)}:{width:e.width??((r=e.style)==null?void 0:r.width),height:e.height??((o=e.style)==null?void 0:o.height)}}const Nb=e=>{const{width:t,height:n,x:r,y:o}=No(e.nodeLookup,{filter:s=>!!s.selected});return{width:ot(t)?t:null,height:ot(n)?n:null,userSelectionActive:e.userSelectionActive,transformString:`translate(${e.transform[0]}px,${e.transform[1]}px) scale(${e.transform[2]}) translate(${r}px,${o}px)`}};function mb({onSelectionContextMenu:e,noPanClassName:t,disableKeyboardA11y:n}){const r=Ne(),{width:o,height:s,transformString:a,userSelectionActive:l}=Re(Nb,he),E=$A(),c=f.useRef(null);f.useEffect(()=>{var S;n||(S=c.current)==null||S.focus({preventScroll:!0})},[n]);const d=!l&&o!==null&&s!==null;if(VA({nodeRef:c,disabled:!d}),!d)return null;const u=e?S=>{const I=r.getState().nodes.filter(p=>p.selected);e(S,I)}:void 0,T=S=>{Object.prototype.hasOwnProperty.call(ai,S.key)&&(S.preventDefault(),E({direction:ai[S.key],factor:S.shiftKey?4:1}))};return i.jsx("div",{className:_e(["react-flow__nodesselection","react-flow__container",t]),style:{transform:a},children:i.jsx("div",{ref:c,className:"react-flow__nodesselection-rect",onContextMenu:u,tabIndex:n?void 0:-1,onKeyDown:n?void 0:T,style:{width:o,height:s}})})}const wu=typeof window<"u"?window:void 0,Cb=e=>({nodesSelectionActive:e.nodesSelectionActive,userSelectionActive:e.userSelectionActive});function KA({children:e,onPaneClick:t,onPaneMouseEnter:n,onPaneMouseMove:r,onPaneMouseLeave:o,onPaneContextMenu:s,onPaneScroll:a,paneClickDistance:l,deleteKeyCode:E,selectionKeyCode:c,selectionOnDrag:d,selectionMode:u,onSelectionStart:T,onSelectionEnd:S,multiSelectionKeyCode:I,panActivationKeyCode:p,zoomActivationKeyCode:R,elementsSelectable:A,zoomOnScroll:h,zoomOnPinch:O,panOnScroll:N,panOnScrollSpeed:m,panOnScrollMode:C,zoomOnDoubleClick:g,panOnDrag:D,defaultViewport:L,translateExtent:U,minZoom:y,maxZoom:b,preventScrolling:F,onSelectionContextMenu:_,noWheelClassName:v,noPanClassName:M,disableKeyboardA11y:w,onViewportChange:P,isControlledViewport:x}){const{nodesSelectionActive:B,userSelectionActive:H}=Re(Cb,he),j=ao(c,{target:wu}),J=ao(p,{target:wu}),K=J||D,W=J||N,z=d&&K!==!0,Q=j||H||z;return ob({deleteKeyCode:E,multiSelectionKeyCode:I}),i.jsx(ab,{onPaneContextMenu:s,elementsSelectable:A,zoomOnScroll:h,zoomOnPinch:O,panOnScroll:W,panOnScrollSpeed:m,panOnScrollMode:C,zoomOnDoubleClick:g,panOnDrag:!j&&K,defaultViewport:L,translateExtent:U,minZoom:y,maxZoom:b,zoomActivationKeyCode:R,preventScrolling:F,noWheelClassName:v,noPanClassName:M,onViewportChange:P,isControlledViewport:x,paneClickDistance:l,selectionOnDrag:z,children:i.jsxs(db,{onSelectionStart:T,onSelectionEnd:S,onPaneClick:t,onPaneMouseEnter:n,onPaneMouseMove:r,onPaneMouseLeave:o,onPaneContextMenu:s,onPaneScroll:a,panOnDrag:K,isSelecting:!!Q,selectionMode:u,selectionKeyPressed:j,paneClickDistance:l,selectionOnDrag:z,children:[e,B&&i.jsx(mb,{onSelectionContextMenu:_,noPanClassName:M,disableKeyboardA11y:w})]})})}KA.displayName="FlowRenderer";const gb=f.memo(KA),Lb=e=>t=>e?oE(t.nodeLookup,{x:0,y:0,width:t.width,height:t.height},t.transform,!0).map(n=>n.id):Array.from(t.nodeLookup.keys());function _b(e){return Re(f.useCallback(Lb(e),[e]),he)}const xb=e=>e.updateNodeInternals;function yb(){const e=Re(xb),[t]=f.useState(()=>typeof ResizeObserver>"u"?null:new ResizeObserver(n=>{const r=new Map;n.forEach(o=>{const s=o.target.getAttribute("data-id");r.set(s,{id:s,nodeElement:o.target,force:!0})}),e(r)}));return f.useEffect(()=>()=>{t==null||t.disconnect()},[t]),t}function Db({node:e,nodeType:t,hasDimensions:n,resizeObserver:r}){const o=Ne(),s=f.useRef(null),a=f.useRef(null),l=f.useRef(e.sourcePosition),E=f.useRef(e.targetPosition),c=f.useRef(t),d=n&&!!e.internals.handleBounds;return f.useEffect(()=>{s.current&&!e.hidden&&(!d||a.current!==s.current)&&(a.current&&(r==null||r.unobserve(a.current)),r==null||r.observe(s.current),a.current=s.current)},[d,e.hidden]),f.useEffect(()=>()=>{a.current&&(r==null||r.unobserve(a.current),a.current=null)},[]),f.useEffect(()=>{if(s.current){const u=c.current!==t,T=l.current!==e.sourcePosition,S=E.current!==e.targetPosition;(u||T||S)&&(c.current=t,l.current=e.sourcePosition,E.current=e.targetPosition,o.getState().updateNodeInternals(new Map([[e.id,{id:e.id,nodeElement:s.current,force:!0}]])))}},[e.id,t,e.sourcePosition,e.targetPosition]),s}function Mb({id:e,onClick:t,onMouseEnter:n,onMouseMove:r,onMouseLeave:o,onContextMenu:s,onDoubleClick:a,nodesDraggable:l,elementsSelectable:E,nodesConnectable:c,nodesFocusable:d,resizeObserver:u,noDragClassName:T,noPanClassName:S,disableKeyboardA11y:I,rfId:p,nodeTypes:R,nodeClickDistance:A,onError:h}){const{node:O,internals:N,isParent:m}=Re(X=>{const Z=X.nodeLookup.get(e),ce=X.parentLookup.has(e);return{node:Z,internals:Z.internals,isParent:ce}},he);let C=O.type||"default",g=(R==null?void 0:R[C])||Uu[C];g===void 0&&(h==null||h("003",Ot.error003(C)),C="default",g=(R==null?void 0:R.default)||Uu.default);const D=!!(O.draggable||l&&typeof O.draggable>"u"),L=!!(O.selectable||E&&typeof O.selectable>"u"),U=!!(O.connectable||c&&typeof O.connectable>"u"),y=!!(O.focusable||d&&typeof O.focusable>"u"),b=Ne(),F=fA(O),_=Db({node:O,nodeType:C,hasDimensions:F,resizeObserver:u}),v=VA({nodeRef:_,disabled:O.hidden||!D,noDragClassName:T,handleSelector:O.dragHandle,nodeId:e,isSelectable:L,nodeClickDistance:A}),M=$A();if(O.hidden)return null;const w=Bt(O),P=Ob(O),x=L||D||t||n||r||o,B=n?X=>n(X,{...N.userNode}):void 0,H=r?X=>r(X,{...N.userNode}):void 0,j=o?X=>o(X,{...N.userNode}):void 0,J=s?X=>s(X,{...N.userNode}):void 0,K=a?X=>a(X,{...N.userNode}):void 0,W=X=>{const{selectNodesOnDrag:Z,nodeDragThreshold:ce}=b.getState();L&&(!Z||!D||ce>0)&&sc({id:e,store:b,nodeRef:_}),t&&t(X,{...N.userNode})},z=X=>{if(!(pA(X.nativeEvent)||I)){if(iA.includes(X.key)&&L){const Z=X.key==="Escape";sc({id:e,store:b,unselect:Z,nodeRef:_})}else if(D&&O.selected&&Object.prototype.hasOwnProperty.call(ai,X.key)){X.preventDefault();const{ariaLabelConfig:Z}=b.getState();b.setState({ariaLiveMessage:Z["node.a11yDescription.ariaLiveMessage"]({direction:X.key.replace("Arrow","").toLowerCase(),x:~~N.positionAbsolute.x,y:~~N.positionAbsolute.y})}),M({direction:ai[X.key],factor:X.shiftKey?4:1})}}},Q=()=>{var se;if(I||!((se=_.current)!=null&&se.matches(":focus-visible")))return;const{transform:X,width:Z,height:ce,autoPanOnNodeFocus:ne,setCenter:$}=b.getState();if(!ne)return;oE(new Map([[e,O]]),{x:0,y:0,width:Z,height:ce},X,!0).length>0||$(O.position.x+w.width/2,O.position.y+w.height/2,{zoom:X[2]})};return i.jsx("div",{className:_e(["react-flow__node",`react-flow__node-${C}`,{[S]:D},O.className,{selected:O.selected,selectable:L,parent:m,draggable:D,dragging:v}]),ref:_,style:{zIndex:N.z,transform:`translate(${N.positionAbsolute.x}px,${N.positionAbsolute.y}px)`,pointerEvents:x?"all":"none",visibility:F?"visible":"hidden",...O.style,...P},"data-id":e,"data-testid":`rf__node-${e}`,onMouseEnter:B,onMouseMove:H,onMouseLeave:j,onContextMenu:J,onClick:W,onDoubleClick:K,onKeyDown:y?z:void 0,tabIndex:y?0:void 0,onFocus:y?Q:void 0,role:O.ariaRole??(y?"group":void 0),"aria-roledescription":"node","aria-describedby":I?void 0:`${BA}-${p}`,"aria-label":O.ariaLabel,...O.domAttributes,children:i.jsx(Tb,{value:e,children:i.jsx(g,{id:e,data:O.data,type:C,positionAbsoluteX:N.positionAbsolute.x,positionAbsoluteY:N.positionAbsolute.y,selected:O.selected??!1,selectable:L,draggable:D,deletable:O.deletable??!0,isConnectable:U,sourcePosition:O.sourcePosition,targetPosition:O.targetPosition,dragging:v,dragHandle:O.dragHandle,zIndex:N.z,parentId:O.parentId,...w})})})}var Pb=f.memo(Mb);const bb=e=>({nodesDraggable:e.nodesDraggable,nodesConnectable:e.nodesConnectable,nodesFocusable:e.nodesFocusable,elementsSelectable:e.elementsSelectable,onError:e.onError});function zA(e){const{nodesDraggable:t,nodesConnectable:n,nodesFocusable:r,elementsSelectable:o,onError:s}=Re(bb,he),a=_b(e.onlyRenderVisibleElements),l=yb();return i.jsx("div",{className:"react-flow__nodes",style:Xi,children:a.map(E=>i.jsx(Pb,{id:E,nodeTypes:e.nodeTypes,nodeExtent:e.nodeExtent,onClick:e.onNodeClick,onMouseEnter:e.onNodeMouseEnter,onMouseMove:e.onNodeMouseMove,onMouseLeave:e.onNodeMouseLeave,onContextMenu:e.onNodeContextMenu,onDoubleClick:e.onNodeDoubleClick,noDragClassName:e.noDragClassName,noPanClassName:e.noPanClassName,rfId:e.rfId,disableKeyboardA11y:e.disableKeyboardA11y,resizeObserver:l,nodesDraggable:t,nodesConnectable:n,nodesFocusable:r,elementsSelectable:o,nodeClickDistance:e.nodeClickDistance,onError:s},E))})}zA.displayName="NodeRenderer";const vb=f.memo(zA);function Ub(e){return Re(f.useCallback(n=>{if(!e)return n.edges.map(o=>o.id);const r=[];if(n.width&&n.height)for(const o of n.edges){const s=n.nodeLookup.get(o.source),a=n.nodeLookup.get(o.target);s&&a&&bP({sourceNode:s,targetNode:a,width:n.width,height:n.height,transform:n.transform})&&r.push(o.id)}return r},[e]),he)}const wb=({color:e="none",strokeWidth:t=1})=>{const n={strokeWidth:t,...e&&{stroke:e}};return i.jsx("polyline",{className:"arrow",style:n,strokeLinecap:"round",fill:"none",strokeLinejoin:"round",points:"-5,-4 0,0 -5,4"})},Bb=({color:e="none",strokeWidth:t=1})=>{const n={strokeWidth:t,...e&&{stroke:e,fill:e}};return i.jsx("polyline",{className:"arrowclosed",style:n,strokeLinecap:"round",strokeLinejoin:"round",points:"-5,-4 0,0 -5,4 -5,-4"})},Bu={[lr.Arrow]:wb,[lr.ArrowClosed]:Bb};function Fb(e){const t=Ne();return f.useMemo(()=>{var o,s;return Object.prototype.hasOwnProperty.call(Bu,e)?Bu[e]:((s=(o=t.getState()).onError)==null||s.call(o,"009",Ot.error009(e)),null)},[e])}const Gb=({id:e,type:t,color:n,width:r=12.5,height:o=12.5,markerUnits:s="strokeWidth",strokeWidth:a,orient:l="auto-start-reverse"})=>{const E=Fb(t);return E?i.jsx("marker",{className:"react-flow__arrowhead",id:e,markerWidth:`${r}`,markerHeight:`${o}`,viewBox:"-10 -10 20 20",markerUnits:s,orient:l,refX:"0",refY:"0",children:i.jsx(E,{color:n,strokeWidth:a})}):null},JA=({defaultColor:e,rfId:t})=>{const n=Re(s=>s.edges),r=Re(s=>s.defaultEdgeOptions),o=f.useMemo(()=>kP(n,{id:t,defaultColor:e,defaultMarkerStart:r==null?void 0:r.markerStart,defaultMarkerEnd:r==null?void 0:r.markerEnd}),[n,r,t,e]);return o.length?i.jsx("svg",{className:"react-flow__marker","aria-hidden":"true",children:i.jsx("defs",{children:o.map(s=>i.jsx(Gb,{id:s.id,type:s.type,color:s.color,width:s.width,height:s.height,markerUnits:s.markerUnits,strokeWidth:s.strokeWidth,orient:s.orient},s.id))})}):null};JA.displayName="MarkerDefinitions";var Hb=f.memo(JA);function qA({x:e,y:t,label:n,labelStyle:r,labelShowBg:o=!0,labelBgStyle:s,labelBgPadding:a=[2,4],labelBgBorderRadius:l=2,children:E,className:c,...d}){const[u,T]=f.useState({x:1,y:0,width:0,height:0}),S=_e(["react-flow__edge-textwrapper",c]),I=f.useRef(null);return f.useEffect(()=>{if(I.current){const p=I.current.getBBox();T({x:p.x,y:p.y,width:p.width,height:p.height})}},[n]),n?i.jsxs("g",{transform:`translate(${e-u.width/2} ${t-u.height/2})`,className:S,visibility:u.width?"visible":"hidden",...d,children:[o&&i.jsx("rect",{width:u.width+2*a[0],x:-a[0],y:-a[1],height:u.height+2*a[1],className:"react-flow__edge-textbg",style:s,rx:l,ry:l}),i.jsx("text",{className:"react-flow__edge-text",y:u.height/2,dy:"0.3em",ref:I,style:r,children:n}),E]}):null}qA.displayName="EdgeText";const kb=f.memo(qA);function Ki({path:e,labelX:t,labelY:n,label:r,labelStyle:o,labelShowBg:s,labelBgStyle:a,labelBgPadding:l,labelBgBorderRadius:E,interactionWidth:c=20,...d}){return i.jsxs(i.Fragment,{children:[i.jsx("path",{...d,d:e,fill:"none",className:_e(["react-flow__edge-path",d.className])}),c?i.jsx("path",{d:e,fill:"none",strokeOpacity:0,strokeWidth:c,className:"react-flow__edge-interaction"}):null,r&&ot(t)&&ot(n)?i.jsx(kb,{x:t,y:n,label:r,labelStyle:o,labelShowBg:s,labelBgStyle:a,labelBgPadding:l,labelBgBorderRadius:E}):null]})}function Fu({pos:e,x1:t,y1:n,x2:r,y2:o}){return e===re.Left||e===re.Right?[.5*(t+r),n]:[t,.5*(n+o)]}function QA({sourceX:e,sourceY:t,sourcePosition:n=re.Bottom,targetX:r,targetY:o,targetPosition:s=re.Top}){const[a,l]=Fu({pos:n,x1:e,y1:t,x2:r,y2:o}),[E,c]=Fu({pos:s,x1:r,y1:o,x2:e,y2:t}),[d,u,T,S]=hA({sourceX:e,sourceY:t,targetX:r,targetY:o,sourceControlX:a,sourceControlY:l,targetControlX:E,targetControlY:c});return[`M${e},${t} C${a},${l} ${E},${c} ${r},${o}`,d,u,T,S]}function ZA(e){return f.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:s,sourcePosition:a,targetPosition:l,label:E,labelStyle:c,labelShowBg:d,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:S,style:I,markerEnd:p,markerStart:R,interactionWidth:A})=>{const[h,O,N]=QA({sourceX:n,sourceY:r,sourcePosition:a,targetX:o,targetY:s,targetPosition:l}),m=e.isInternal?void 0:t;return i.jsx(Ki,{id:m,path:h,labelX:O,labelY:N,label:E,labelStyle:c,labelShowBg:d,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:S,style:I,markerEnd:p,markerStart:R,interactionWidth:A})})}const jb=ZA({isInternal:!1}),ep=ZA({isInternal:!0});jb.displayName="SimpleBezierEdge";ep.displayName="SimpleBezierEdgeInternal";function tp(e){return f.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:s,label:a,labelStyle:l,labelShowBg:E,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:u,style:T,sourcePosition:S=re.Bottom,targetPosition:I=re.Top,markerEnd:p,markerStart:R,pathOptions:A,interactionWidth:h})=>{const[O,N,m]=tc({sourceX:n,sourceY:r,sourcePosition:S,targetX:o,targetY:s,targetPosition:I,borderRadius:A==null?void 0:A.borderRadius,offset:A==null?void 0:A.offset,stepPosition:A==null?void 0:A.stepPosition}),C=e.isInternal?void 0:t;return i.jsx(Ki,{id:C,path:O,labelX:N,labelY:m,label:a,labelStyle:l,labelShowBg:E,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:u,style:T,markerEnd:p,markerStart:R,interactionWidth:h})})}const np=tp({isInternal:!1}),rp=tp({isInternal:!0});np.displayName="SmoothStepEdge";rp.displayName="SmoothStepEdgeInternal";function op(e){return f.memo(({id:t,...n})=>{var o;const r=e.isInternal?void 0:t;return i.jsx(np,{...n,id:r,pathOptions:f.useMemo(()=>{var s;return{borderRadius:0,offset:(s=n.pathOptions)==null?void 0:s.offset}},[(o=n.pathOptions)==null?void 0:o.offset])})})}const Yb=op({isInternal:!1}),sp=op({isInternal:!0});Yb.displayName="StepEdge";sp.displayName="StepEdgeInternal";function ip(e){return f.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:s,label:a,labelStyle:l,labelShowBg:E,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:u,style:T,markerEnd:S,markerStart:I,interactionWidth:p})=>{const[R,A,h]=mA({sourceX:n,sourceY:r,targetX:o,targetY:s}),O=e.isInternal?void 0:t;return i.jsx(Ki,{id:O,path:R,labelX:A,labelY:h,label:a,labelStyle:l,labelShowBg:E,labelBgStyle:c,labelBgPadding:d,labelBgBorderRadius:u,style:T,markerEnd:S,markerStart:I,interactionWidth:p})})}const Wb=ip({isInternal:!1}),ap=ip({isInternal:!0});Wb.displayName="StraightEdge";ap.displayName="StraightEdgeInternal";function lp(e){return f.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:s,sourcePosition:a=re.Bottom,targetPosition:l=re.Top,label:E,labelStyle:c,labelShowBg:d,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:S,style:I,markerEnd:p,markerStart:R,pathOptions:A,interactionWidth:h})=>{const[O,N,m]=OA({sourceX:n,sourceY:r,sourcePosition:a,targetX:o,targetY:s,targetPosition:l,curvature:A==null?void 0:A.curvature}),C=e.isInternal?void 0:t;return i.jsx(Ki,{id:C,path:O,labelX:N,labelY:m,label:E,labelStyle:c,labelShowBg:d,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:S,style:I,markerEnd:p,markerStart:R,interactionWidth:h})})}const Vb=lp({isInternal:!1}),cp=lp({isInternal:!0});Vb.displayName="BezierEdge";cp.displayName="BezierEdgeInternal";const Gu={default:cp,straight:ap,step:sp,smoothstep:rp,simplebezier:ep},Hu={sourceX:null,sourceY:null,targetX:null,targetY:null,sourcePosition:null,targetPosition:null},$b=(e,t,n)=>n===re.Left?e-t:n===re.Right?e+t:e,Xb=(e,t,n)=>n===re.Top?e-t:n===re.Bottom?e+t:e,ku="react-flow__edgeupdater";function ju({position:e,centerX:t,centerY:n,radius:r=10,onMouseDown:o,onMouseEnter:s,onMouseOut:a,type:l}){return i.jsx("circle",{onMouseDown:o,onMouseEnter:s,onMouseOut:a,className:_e([ku,`${ku}-${l}`]),cx:$b(t,r,e),cy:Xb(n,r,e),r,stroke:"transparent",fill:"transparent"})}function Kb({isReconnectable:e,reconnectRadius:t,edge:n,sourceX:r,sourceY:o,targetX:s,targetY:a,sourcePosition:l,targetPosition:E,onReconnect:c,onReconnectStart:d,onReconnectEnd:u,setReconnecting:T,setUpdateHover:S}){const I=Ne(),p=(N,m)=>{if(N.button!==0)return;const{autoPanOnConnect:C,domNode:g,connectionMode:D,connectionRadius:L,lib:U,onConnectStart:y,cancelConnection:b,nodeLookup:F,rfId:_,panBy:v,updateConnection:M}=I.getState(),w=m.type==="target",P=(H,j)=>{T(!1),u==null||u(H,n,m.type,j)},x=H=>c==null?void 0:c(n,H),B=(H,j)=>{T(!0),d==null||d(N,n,m.type),y==null||y(H,j)};oc.onPointerDown(N.nativeEvent,{autoPanOnConnect:C,connectionMode:D,connectionRadius:L,domNode:g,handleId:m.id,nodeId:m.nodeId,nodeLookup:F,isTarget:w,edgeUpdaterType:m.type,lib:U,flowId:_,cancelConnection:b,panBy:v,isValidConnection:(...H)=>{var j,J;return((J=(j=I.getState()).isValidConnection)==null?void 0:J.call(j,...H))??!0},onConnect:x,onConnectStart:B,onConnectEnd:(...H)=>{var j,J;return(J=(j=I.getState()).onConnectEnd)==null?void 0:J.call(j,...H)},onReconnectEnd:P,updateConnection:M,getTransform:()=>I.getState().transform,getFromHandle:()=>I.getState().connection.fromHandle,dragThreshold:I.getState().connectionDragThreshold,handleDomNode:N.currentTarget})},R=N=>p(N,{nodeId:n.target,id:n.targetHandle??null,type:"target"}),A=N=>p(N,{nodeId:n.source,id:n.sourceHandle??null,type:"source"}),h=()=>S(!0),O=()=>S(!1);return i.jsxs(i.Fragment,{children:[(e===!0||e==="source")&&i.jsx(ju,{position:l,centerX:r,centerY:o,radius:t,onMouseDown:R,onMouseEnter:h,onMouseOut:O,type:"source"}),(e===!0||e==="target")&&i.jsx(ju,{position:E,centerX:s,centerY:a,radius:t,onMouseDown:A,onMouseEnter:h,onMouseOut:O,type:"target"})]})}function zb({id:e,edgesFocusable:t,edgesReconnectable:n,elementsSelectable:r,onClick:o,onDoubleClick:s,onContextMenu:a,onMouseEnter:l,onMouseMove:E,onMouseLeave:c,reconnectRadius:d,onReconnect:u,onReconnectStart:T,onReconnectEnd:S,rfId:I,edgeTypes:p,noPanClassName:R,onError:A,disableKeyboardA11y:h}){let O=Re($=>$.edgeLookup.get(e));const N=Re($=>$.defaultEdgeOptions);O=N?{...N,...O}:O;let m=O.type||"default",C=(p==null?void 0:p[m])||Gu[m];C===void 0&&(A==null||A("011",Ot.error011(m)),m="default",C=(p==null?void 0:p.default)||Gu.default);const g=!!(O.focusable||t&&typeof O.focusable>"u"),D=typeof u<"u"&&(O.reconnectable||n&&typeof O.reconnectable>"u"),L=!!(O.selectable||r&&typeof O.selectable>"u"),U=f.useRef(null),[y,b]=f.useState(!1),[F,_]=f.useState(!1),v=Ne(),{zIndex:M,sourceX:w,sourceY:P,targetX:x,targetY:B,sourcePosition:H,targetPosition:j}=Re(f.useCallback($=>{const q=$.nodeLookup.get(O.source),se=$.nodeLookup.get(O.target);if(!q||!se)return{zIndex:O.zIndex,...Hu};const Se=HP({id:e,sourceNode:q,targetNode:se,sourceHandle:O.sourceHandle||null,targetHandle:O.targetHandle||null,connectionMode:$.connectionMode,onError:A});return{zIndex:PP({selected:O.selected,zIndex:O.zIndex,sourceNode:q,targetNode:se,elevateOnSelect:$.elevateEdgesOnSelect,zIndexMode:$.zIndexMode}),...Se||Hu}},[O.source,O.target,O.sourceHandle,O.targetHandle,O.selected,O.zIndex]),he),J=f.useMemo(()=>O.markerStart?`url('#${nc(O.markerStart,I)}')`:void 0,[O.markerStart,I]),K=f.useMemo(()=>O.markerEnd?`url('#${nc(O.markerEnd,I)}')`:void 0,[O.markerEnd,I]);if(O.hidden||w===null||P===null||x===null||B===null)return null;const W=$=>{var de;const{addSelectedEdges:q,unselectNodesAndEdges:se,multiSelectionActive:Se}=v.getState();L&&(v.setState({nodesSelectionActive:!1}),O.selected&&Se?(se({nodes:[],edges:[O]}),(de=U.current)==null||de.blur()):q([e])),o&&o($,O)},z=s?$=>{s($,{...O})}:void 0,Q=a?$=>{a($,{...O})}:void 0,X=l?$=>{l($,{...O})}:void 0,Z=E?$=>{E($,{...O})}:void 0,ce=c?$=>{c($,{...O})}:void 0,ne=$=>{var q;if(!h&&iA.includes($.key)&&L){const{unselectNodesAndEdges:se,addSelectedEdges:Se}=v.getState();$.key==="Escape"?((q=U.current)==null||q.blur(),se({edges:[O]})):Se([e])}};return i.jsx("svg",{style:{zIndex:M},children:i.jsxs("g",{className:_e(["react-flow__edge",`react-flow__edge-${m}`,O.className,R,{selected:O.selected,animated:O.animated,inactive:!L&&!o,updating:y,selectable:L}]),onClick:W,onDoubleClick:z,onContextMenu:Q,onMouseEnter:X,onMouseMove:Z,onMouseLeave:ce,onKeyDown:g?ne:void 0,tabIndex:g?0:void 0,role:O.ariaRole??(g?"group":"img"),"aria-roledescription":"edge","data-id":e,"data-testid":`rf__edge-${e}`,"aria-label":O.ariaLabel===null?void 0:O.ariaLabel||`Edge from ${O.source} to ${O.target}`,"aria-describedby":g?`${FA}-${I}`:void 0,ref:U,...O.domAttributes,children:[!F&&i.jsx(C,{id:e,source:O.source,target:O.target,type:O.type,selected:O.selected,animated:O.animated,selectable:L,deletable:O.deletable??!0,label:O.label,labelStyle:O.labelStyle,labelShowBg:O.labelShowBg,labelBgStyle:O.labelBgStyle,labelBgPadding:O.labelBgPadding,labelBgBorderRadius:O.labelBgBorderRadius,sourceX:w,sourceY:P,targetX:x,targetY:B,sourcePosition:H,targetPosition:j,data:O.data,style:O.style,sourceHandleId:O.sourceHandle,targetHandleId:O.targetHandle,markerStart:J,markerEnd:K,pathOptions:"pathOptions"in O?O.pathOptions:void 0,interactionWidth:O.interactionWidth}),D&&i.jsx(Kb,{edge:O,isReconnectable:D,reconnectRadius:d,onReconnect:u,onReconnectStart:T,onReconnectEnd:S,sourceX:w,sourceY:P,targetX:x,targetY:B,sourcePosition:H,targetPosition:j,setUpdateHover:b,setReconnecting:_})]})})}var Jb=f.memo(zb);const qb=e=>({edgesFocusable:e.edgesFocusable,edgesReconnectable:e.edgesReconnectable,elementsSelectable:e.elementsSelectable,connectionMode:e.connectionMode,onError:e.onError});function Ep({defaultMarkerColor:e,onlyRenderVisibleElements:t,rfId:n,edgeTypes:r,noPanClassName:o,onReconnect:s,onEdgeContextMenu:a,onEdgeMouseEnter:l,onEdgeMouseMove:E,onEdgeMouseLeave:c,onEdgeClick:d,reconnectRadius:u,onEdgeDoubleClick:T,onReconnectStart:S,onReconnectEnd:I,disableKeyboardA11y:p}){const{edgesFocusable:R,edgesReconnectable:A,elementsSelectable:h,onError:O}=Re(qb,he),N=Ub(t);return i.jsxs("div",{className:"react-flow__edges",children:[i.jsx(Hb,{defaultColor:e,rfId:n}),N.map(m=>i.jsx(Jb,{id:m,edgesFocusable:R,edgesReconnectable:A,elementsSelectable:h,noPanClassName:o,onReconnect:s,onContextMenu:a,onMouseEnter:l,onMouseMove:E,onMouseLeave:c,onClick:d,reconnectRadius:u,onDoubleClick:T,onReconnectStart:S,onReconnectEnd:I,rfId:n,onError:O,edgeTypes:r,disableKeyboardA11y:p},m))]})}Ep.displayName="EdgeRenderer";const Qb=f.memo(Ep),Zb=e=>`translate(${e.transform[0]}px,${e.transform[1]}px) scale(${e.transform[2]})`;function ev({children:e}){const t=Re(Zb);return i.jsx("div",{className:"react-flow__viewport xyflow__viewport react-flow__container",style:{transform:t},children:e})}function tv(e){const t=uE(),n=f.useRef(!1);f.useEffect(()=>{!n.current&&t.viewportInitialized&&e&&(setTimeout(()=>e(t),1),n.current=!0)},[e,t.viewportInitialized])}const nv=e=>{var t;return(t=e.panZoom)==null?void 0:t.syncViewport};function rv(e){const t=Re(nv),n=Ne();return f.useEffect(()=>{e&&(t==null||t(e),n.setState({transform:[e.x,e.y,e.zoom]}))},[e,t]),null}function ov(e){return e.connection.inProgress?{...e.connection,to:Co(e.connection.to,e.transform)}:{...e.connection}}function sv(e){return ov}function iv(e){const t=sv();return Re(t,he)}const av=e=>({nodesConnectable:e.nodesConnectable,isValid:e.connection.isValid,inProgress:e.connection.inProgress,width:e.width,height:e.height});function lv({containerStyle:e,style:t,type:n,component:r}){const{nodesConnectable:o,width:s,height:a,isValid:l,inProgress:E}=Re(av,he);return!(s&&o&&E)?null:i.jsx("svg",{style:e,width:s,height:a,className:"react-flow__connectionline react-flow__container",children:i.jsx("g",{className:_e(["react-flow__connection",cA(l)]),children:i.jsx(dp,{style:t,type:n,CustomComponent:r,isValid:l})})})}const dp=({style:e,type:t=Kt.Bezier,CustomComponent:n,isValid:r})=>{const{inProgress:o,from:s,fromNode:a,fromHandle:l,fromPosition:E,to:c,toNode:d,toHandle:u,toPosition:T,pointer:S}=iv();if(!o)return;if(n)return i.jsx(n,{connectionLineType:t,connectionLineStyle:e,fromNode:a,fromHandle:l,fromX:s.x,fromY:s.y,toX:c.x,toY:c.y,fromPosition:E,toPosition:T,connectionStatus:cA(r),toNode:d,toHandle:u,pointer:S});let I="";const p={sourceX:s.x,sourceY:s.y,sourcePosition:E,targetX:c.x,targetY:c.y,targetPosition:T};switch(t){case Kt.Bezier:[I]=OA(p);break;case Kt.SimpleBezier:[I]=QA(p);break;case Kt.Step:[I]=tc({...p,borderRadius:0});break;case Kt.SmoothStep:[I]=tc(p);break;default:[I]=mA(p)}return i.jsx("path",{d:I,fill:"none",className:"react-flow__connection-path",style:e})};dp.displayName="ConnectionLine";const cv={};function Yu(e=cv){f.useRef(e),Ne(),f.useEffect(()=>{},[e])}function Ev(){Ne(),f.useRef(!1),f.useEffect(()=>{},[])}function up({nodeTypes:e,edgeTypes:t,onInit:n,onNodeClick:r,onEdgeClick:o,onNodeDoubleClick:s,onEdgeDoubleClick:a,onNodeMouseEnter:l,onNodeMouseMove:E,onNodeMouseLeave:c,onNodeContextMenu:d,onSelectionContextMenu:u,onSelectionStart:T,onSelectionEnd:S,connectionLineType:I,connectionLineStyle:p,connectionLineComponent:R,connectionLineContainerStyle:A,selectionKeyCode:h,selectionOnDrag:O,selectionMode:N,multiSelectionKeyCode:m,panActivationKeyCode:C,zoomActivationKeyCode:g,deleteKeyCode:D,onlyRenderVisibleElements:L,elementsSelectable:U,defaultViewport:y,translateExtent:b,minZoom:F,maxZoom:_,preventScrolling:v,defaultMarkerColor:M,zoomOnScroll:w,zoomOnPinch:P,panOnScroll:x,panOnScrollSpeed:B,panOnScrollMode:H,zoomOnDoubleClick:j,panOnDrag:J,onPaneClick:K,onPaneMouseEnter:W,onPaneMouseMove:z,onPaneMouseLeave:Q,onPaneScroll:X,onPaneContextMenu:Z,paneClickDistance:ce,nodeClickDistance:ne,onEdgeContextMenu:$,onEdgeMouseEnter:q,onEdgeMouseMove:se,onEdgeMouseLeave:Se,reconnectRadius:de,onReconnect:Ae,onReconnectStart:ke,onReconnectEnd:be,noDragClassName:ut,noWheelClassName:cn,noPanClassName:Ft,disableKeyboardA11y:Pn,nodeExtent:Lo,rfId:Gt,viewport:Ct,onViewportChange:Ht}){return Yu(e),Yu(t),Ev(),tv(n),rv(Ct),i.jsx(gb,{onPaneClick:K,onPaneMouseEnter:W,onPaneMouseMove:z,onPaneMouseLeave:Q,onPaneContextMenu:Z,onPaneScroll:X,paneClickDistance:ce,deleteKeyCode:D,selectionKeyCode:h,selectionOnDrag:O,selectionMode:N,onSelectionStart:T,onSelectionEnd:S,multiSelectionKeyCode:m,panActivationKeyCode:C,zoomActivationKeyCode:g,elementsSelectable:U,zoomOnScroll:w,zoomOnPinch:P,zoomOnDoubleClick:j,panOnScroll:x,panOnScrollSpeed:B,panOnScrollMode:H,panOnDrag:J,defaultViewport:y,translateExtent:b,minZoom:F,maxZoom:_,onSelectionContextMenu:u,preventScrolling:v,noDragClassName:ut,noWheelClassName:cn,noPanClassName:Ft,disableKeyboardA11y:Pn,onViewportChange:Ht,isControlledViewport:!!Ct,children:i.jsxs(ev,{children:[i.jsx(Qb,{edgeTypes:t,onEdgeClick:o,onEdgeDoubleClick:a,onReconnect:Ae,onReconnectStart:ke,onReconnectEnd:be,onlyRenderVisibleElements:L,onEdgeContextMenu:$,onEdgeMouseEnter:q,onEdgeMouseMove:se,onEdgeMouseLeave:Se,reconnectRadius:de,defaultMarkerColor:M,noPanClassName:Ft,disableKeyboardA11y:Pn,rfId:Gt}),i.jsx(lv,{style:p,type:I,component:R,containerStyle:A}),i.jsx("div",{className:"react-flow__edgelabel-renderer"}),i.jsx(vb,{nodeTypes:e,onNodeClick:r,onNodeDoubleClick:s,onNodeMouseEnter:l,onNodeMouseMove:E,onNodeMouseLeave:c,onNodeContextMenu:d,nodeClickDistance:ne,onlyRenderVisibleElements:L,noPanClassName:Ft,noDragClassName:ut,disableKeyboardA11y:Pn,nodeExtent:Lo,rfId:Gt}),i.jsx("div",{className:"react-flow__viewport-portal"})]})})}up.displayName="GraphView";const dv=f.memo(up),Wu=({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:s,fitView:a,fitViewOptions:l,minZoom:E=.5,maxZoom:c=2,nodeOrigin:d,nodeExtent:u,zIndexMode:T="basic"}={})=>{const S=new Map,I=new Map,p=new Map,R=new Map,A=r??t??[],h=n??e??[],O=d??[0,0],N=u??ro;LA(p,R,A);const m=rc(h,S,I,{nodeOrigin:O,nodeExtent:N,zIndexMode:T});let C=[0,0,1];if(a&&o&&s){const g=No(S,{filter:y=>!!((y.width||y.initialWidth)&&(y.height||y.initialHeight))}),{x:D,y:L,zoom:U}=sE(g,o,s,E,c,(l==null?void 0:l.padding)??.1);C=[D,L,U]}return{rfId:"1",width:o??0,height:s??0,transform:C,nodes:h,nodesInitialized:m,nodeLookup:S,parentLookup:I,edges:A,edgeLookup:R,connectionLookup:p,onNodesChange:null,onEdgesChange:null,hasDefaultNodes:n!==void 0,hasDefaultEdges:r!==void 0,panZoom:null,minZoom:E,maxZoom:c,translateExtent:ro,nodeExtent:N,nodesSelectionActive:!1,userSelectionActive:!1,userSelectionRect:null,connectionMode:ar.Strict,domNode:null,paneDragging:!1,noPanClassName:"nopan",nodeOrigin:O,nodeDragThreshold:1,connectionDragThreshold:1,snapGrid:[15,15],snapToGrid:!1,nodesDraggable:!0,nodesConnectable:!0,nodesFocusable:!0,edgesFocusable:!0,edgesReconnectable:!0,elementsSelectable:!0,elevateNodesOnSelect:!0,elevateEdgesOnSelect:!0,selectNodesOnDrag:!0,multiSelectionActive:!1,fitViewQueued:a??!1,fitViewOptions:l,fitViewResolver:null,connection:{...lA},connectionClickStartHandle:null,connectOnClick:!0,ariaLiveMessage:"",autoPanOnConnect:!0,autoPanOnNodeDrag:!0,autoPanOnNodeFocus:!0,autoPanSpeed:15,connectionRadius:20,onError:LP,isValidConnection:void 0,onSelectionChangeHandlers:[],lib:"react",debug:!1,ariaLabelConfig:aA,zIndexMode:T,onNodesChangeMiddlewareMap:new Map,onEdgesChangeMiddlewareMap:new Map}},uv=({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:s,fitView:a,fitViewOptions:l,minZoom:E,maxZoom:c,nodeOrigin:d,nodeExtent:u,zIndexMode:T})=>D1((S,I)=>{async function p(){const{nodeLookup:R,panZoom:A,fitViewOptions:h,fitViewResolver:O,width:N,height:m,minZoom:C,maxZoom:g}=I();A&&(await CP({nodes:R,width:N,height:m,panZoom:A,minZoom:C,maxZoom:g},h),O==null||O.resolve(!0),S({fitViewResolver:null}))}return{...Wu({nodes:e,edges:t,width:o,height:s,fitView:a,fitViewOptions:l,minZoom:E,maxZoom:c,nodeOrigin:d,nodeExtent:u,defaultNodes:n,defaultEdges:r,zIndexMode:T}),setNodes:R=>{const{nodeLookup:A,parentLookup:h,nodeOrigin:O,elevateNodesOnSelect:N,fitViewQueued:m,zIndexMode:C}=I(),g=rc(R,A,h,{nodeOrigin:O,nodeExtent:u,elevateNodesOnSelect:N,checkEquality:!0,zIndexMode:C});m&&g?(p(),S({nodes:R,nodesInitialized:g,fitViewQueued:!1,fitViewOptions:void 0})):S({nodes:R,nodesInitialized:g})},setEdges:R=>{const{connectionLookup:A,edgeLookup:h}=I();LA(A,h,R),S({edges:R})},setDefaultNodesAndEdges:(R,A)=>{if(R){const{setNodes:h}=I();h(R),S({hasDefaultNodes:!0})}if(A){const{setEdges:h}=I();h(A),S({hasDefaultEdges:!0})}},updateNodeInternals:R=>{const{triggerNodeChanges:A,nodeLookup:h,parentLookup:O,domNode:N,nodeOrigin:m,nodeExtent:C,debug:g,fitViewQueued:D,zIndexMode:L}=I(),{changes:U,updatedInternals:y}=KP(R,h,O,N,m,C,L);y&&(WP(h,O,{nodeOrigin:m,nodeExtent:C,zIndexMode:L}),D?(p(),S({fitViewQueued:!1,fitViewOptions:void 0})):S({}),(U==null?void 0:U.length)>0&&(g&&console.log("React Flow: trigger node changes",U),A==null||A(U)))},updateNodePositions:(R,A=!1)=>{const h=[];let O=[];const{nodeLookup:N,triggerNodeChanges:m,connection:C,updateConnection:g,onNodesChangeMiddlewareMap:D}=I();for(const[L,U]of R){const y=N.get(L),b=!!(y!=null&&y.expandParent&&(y!=null&&y.parentId)&&(U!=null&&U.position)),F={id:L,type:"position",position:b?{x:Math.max(0,U.position.x),y:Math.max(0,U.position.y)}:U.position,dragging:A};if(y&&C.inProgress&&C.fromNode.id===y.id){const _=Cn(y,C.fromHandle,re.Left,!0);g({...C,from:_})}b&&y.parentId&&h.push({id:L,parentId:y.parentId,rect:{...U.internals.positionAbsolute,width:U.measured.width??0,height:U.measured.height??0}}),O.push(F)}if(h.length>0){const{parentLookup:L,nodeOrigin:U}=I(),y=dE(h,N,L,U);O.push(...y)}for(const L of D.values())O=L(O);m(O)},triggerNodeChanges:R=>{const{onNodesChange:A,setNodes:h,nodes:O,hasDefaultNodes:N,debug:m}=I();if(R!=null&&R.length){if(N){const C=kA(R,O);h(C)}m&&console.log("React Flow: trigger node changes",R),A==null||A(R)}},triggerEdgeChanges:R=>{const{onEdgesChange:A,setEdges:h,edges:O,hasDefaultEdges:N,debug:m}=I();if(R!=null&&R.length){if(N){const C=jA(R,O);h(C)}m&&console.log("React Flow: trigger edge changes",R),A==null||A(R)}},addSelectedNodes:R=>{const{multiSelectionActive:A,edgeLookup:h,nodeLookup:O,triggerNodeChanges:N,triggerEdgeChanges:m}=I();if(A){const C=R.map(g=>Tn(g,!0));N(C);return}N(Kn(O,new Set([...R]),!0)),m(Kn(h))},addSelectedEdges:R=>{const{multiSelectionActive:A,edgeLookup:h,nodeLookup:O,triggerNodeChanges:N,triggerEdgeChanges:m}=I();if(A){const C=R.map(g=>Tn(g,!0));m(C);return}m(Kn(h,new Set([...R]))),N(Kn(O,new Set,!0))},unselectNodesAndEdges:({nodes:R,edges:A}={})=>{const{edges:h,nodes:O,nodeLookup:N,triggerNodeChanges:m,triggerEdgeChanges:C}=I(),g=R||O,D=A||h,L=[];for(const y of g){if(!y.selected)continue;const b=N.get(y.id);b&&(b.selected=!1),L.push(Tn(y.id,!1))}const U=[];for(const y of D)y.selected&&U.push(Tn(y.id,!1));m(L),C(U)},setMinZoom:R=>{const{panZoom:A,maxZoom:h}=I();A==null||A.setScaleExtent([R,h]),S({minZoom:R})},setMaxZoom:R=>{const{panZoom:A,minZoom:h}=I();A==null||A.setScaleExtent([h,R]),S({maxZoom:R})},setTranslateExtent:R=>{var A;(A=I().panZoom)==null||A.setTranslateExtent(R),S({translateExtent:R})},resetSelectedElements:()=>{const{edges:R,nodes:A,triggerNodeChanges:h,triggerEdgeChanges:O,elementsSelectable:N}=I();if(!N)return;const m=A.reduce((g,D)=>D.selected?[...g,Tn(D.id,!1)]:g,[]),C=R.reduce((g,D)=>D.selected?[...g,Tn(D.id,!1)]:g,[]);h(m),O(C)},setNodeExtent:R=>{const{nodes:A,nodeLookup:h,parentLookup:O,nodeOrigin:N,elevateNodesOnSelect:m,nodeExtent:C,zIndexMode:g}=I();R[0][0]===C[0][0]&&R[0][1]===C[0][1]&&R[1][0]===C[1][0]&&R[1][1]===C[1][1]||(rc(A,h,O,{nodeOrigin:N,nodeExtent:R,elevateNodesOnSelect:m,checkEquality:!1,zIndexMode:g}),S({nodeExtent:R}))},panBy:R=>{const{transform:A,width:h,height:O,panZoom:N,translateExtent:m}=I();return zP({delta:R,panZoom:N,transform:A,translateExtent:m,width:h,height:O})},setCenter:async(R,A,h)=>{const{width:O,height:N,maxZoom:m,panZoom:C}=I();if(!C)return Promise.resolve(!1);const g=typeof(h==null?void 0:h.zoom)<"u"?h.zoom:m;return await C.setViewport({x:O/2-R*g,y:N/2-A*g,zoom:g},{duration:h==null?void 0:h.duration,ease:h==null?void 0:h.ease,interpolate:h==null?void 0:h.interpolate}),Promise.resolve(!0)},cancelConnection:()=>{S({connection:{...lA}})},updateConnection:R=>{S({connection:R})},reset:()=>S({...Wu()})}},Object.is);function Tv({initialNodes:e,initialEdges:t,defaultNodes:n,defaultEdges:r,initialWidth:o,initialHeight:s,initialMinZoom:a,initialMaxZoom:l,initialFitViewOptions:E,fitView:c,nodeOrigin:d,nodeExtent:u,zIndexMode:T,children:S}){const[I]=f.useState(()=>uv({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:s,fitView:c,minZoom:a,maxZoom:l,fitViewOptions:E,nodeOrigin:d,nodeExtent:u,zIndexMode:T}));return i.jsx(M1,{value:I,children:i.jsx(eb,{children:S})})}function Sv({children:e,nodes:t,edges:n,defaultNodes:r,defaultEdges:o,width:s,height:a,fitView:l,fitViewOptions:E,minZoom:c,maxZoom:d,nodeOrigin:u,nodeExtent:T,zIndexMode:S}){return f.useContext($i)?i.jsx(i.Fragment,{children:e}):i.jsx(Tv,{initialNodes:t,initialEdges:n,defaultNodes:r,defaultEdges:o,initialWidth:s,initialHeight:a,fitView:l,initialFitViewOptions:E,initialMinZoom:c,initialMaxZoom:d,nodeOrigin:u,nodeExtent:T,zIndexMode:S,children:e})}const fv={width:"100%",height:"100%",overflow:"hidden",position:"relative",zIndex:0};function Rv({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,className:o,nodeTypes:s,edgeTypes:a,onNodeClick:l,onEdgeClick:E,onInit:c,onMove:d,onMoveStart:u,onMoveEnd:T,onConnect:S,onConnectStart:I,onConnectEnd:p,onClickConnectStart:R,onClickConnectEnd:A,onNodeMouseEnter:h,onNodeMouseMove:O,onNodeMouseLeave:N,onNodeContextMenu:m,onNodeDoubleClick:C,onNodeDragStart:g,onNodeDrag:D,onNodeDragStop:L,onNodesDelete:U,onEdgesDelete:y,onDelete:b,onSelectionChange:F,onSelectionDragStart:_,onSelectionDrag:v,onSelectionDragStop:M,onSelectionContextMenu:w,onSelectionStart:P,onSelectionEnd:x,onBeforeDelete:B,connectionMode:H,connectionLineType:j=Kt.Bezier,connectionLineStyle:J,connectionLineComponent:K,connectionLineContainerStyle:W,deleteKeyCode:z="Backspace",selectionKeyCode:Q="Shift",selectionOnDrag:X=!1,selectionMode:Z=oo.Full,panActivationKeyCode:ce="Space",multiSelectionKeyCode:ne=io()?"Meta":"Control",zoomActivationKeyCode:$=io()?"Meta":"Control",snapToGrid:q,snapGrid:se,onlyRenderVisibleElements:Se=!1,selectNodesOnDrag:de,nodesDraggable:Ae,autoPanOnNodeFocus:ke,nodesConnectable:be,nodesFocusable:ut,nodeOrigin:cn=GA,edgesFocusable:Ft,edgesReconnectable:Pn,elementsSelectable:Lo=!0,defaultViewport:Gt=W1,minZoom:Ct=.5,maxZoom:Ht=2,translateExtent:_o=ro,preventScrolling:xo=!0,nodeExtent:Or,defaultMarkerColor:yo="#b1b1b7",zoomOnScroll:Qi=!0,zoomOnPinch:kt=!0,panOnScroll:Do=!1,panOnScrollSpeed:jt=.5,panOnScrollMode:Mo=An.Free,zoomOnDoubleClick:bn=!0,panOnDrag:Nr=!0,onPaneClick:et,onPaneMouseEnter:Zi,onPaneMouseMove:ea,onPaneMouseLeave:ta,onPaneScroll:vn,onPaneContextMenu:En,paneClickDistance:na=1,nodeClickDistance:ra=0,children:mr,onReconnect:oa,onReconnectStart:Po,onReconnectEnd:Un,onEdgeContextMenu:Tt,onEdgeDoubleClick:je,onEdgeMouseEnter:bo,onEdgeMouseMove:vo,onEdgeMouseLeave:Uo,reconnectRadius:sa=10,onNodesChange:ia,onEdgesChange:wo,noDragClassName:aa="nodrag",noWheelClassName:la="nowheel",noPanClassName:Bo="nopan",fitView:Fo,fitViewOptions:Go,connectOnClick:ca,attributionPosition:Ho,proOptions:ko,defaultEdgeOptions:jo,elevateNodesOnSelect:Yo=!0,elevateEdgesOnSelect:Wo=!1,disableKeyboardA11y:Cr=!1,autoPanOnConnect:Vo,autoPanOnNodeDrag:$o,autoPanSpeed:Xo,connectionRadius:k,isValidConnection:Ee,onError:me,style:Le,id:Yt,nodeDragThreshold:gr,connectionDragThreshold:Lr,viewport:SI,onViewportChange:fI,width:RI,height:AI,colorMode:pI="light",debug:II,onScroll:Ko,ariaLabelConfig:hI,zIndexMode:hE="basic",...OI},NI){const Ea=Yt||"1",mI=K1(pI),CI=f.useCallback(OE=>{OE.currentTarget.scrollTo({top:0,left:0,behavior:"instant"}),Ko==null||Ko(OE)},[Ko]);return i.jsx("div",{"data-testid":"rf__wrapper",...OI,onScroll:CI,style:{...Le,...fv},ref:NI,className:_e(["react-flow",o,mI]),id:Yt,role:"application",children:i.jsxs(Sv,{nodes:e,edges:t,width:RI,height:AI,fitView:Fo,fitViewOptions:Go,minZoom:Ct,maxZoom:Ht,nodeOrigin:cn,nodeExtent:Or,zIndexMode:hE,children:[i.jsx(dv,{onInit:c,onNodeClick:l,onEdgeClick:E,onNodeMouseEnter:h,onNodeMouseMove:O,onNodeMouseLeave:N,onNodeContextMenu:m,onNodeDoubleClick:C,nodeTypes:s,edgeTypes:a,connectionLineType:j,connectionLineStyle:J,connectionLineComponent:K,connectionLineContainerStyle:W,selectionKeyCode:Q,selectionOnDrag:X,selectionMode:Z,deleteKeyCode:z,multiSelectionKeyCode:ne,panActivationKeyCode:ce,zoomActivationKeyCode:$,onlyRenderVisibleElements:Se,defaultViewport:Gt,translateExtent:_o,minZoom:Ct,maxZoom:Ht,preventScrolling:xo,zoomOnScroll:Qi,zoomOnPinch:kt,zoomOnDoubleClick:bn,panOnScroll:Do,panOnScrollSpeed:jt,panOnScrollMode:Mo,panOnDrag:Nr,onPaneClick:et,onPaneMouseEnter:Zi,onPaneMouseMove:ea,onPaneMouseLeave:ta,onPaneScroll:vn,onPaneContextMenu:En,paneClickDistance:na,nodeClickDistance:ra,onSelectionContextMenu:w,onSelectionStart:P,onSelectionEnd:x,onReconnect:oa,onReconnectStart:Po,onReconnectEnd:Un,onEdgeContextMenu:Tt,onEdgeDoubleClick:je,onEdgeMouseEnter:bo,onEdgeMouseMove:vo,onEdgeMouseLeave:Uo,reconnectRadius:sa,defaultMarkerColor:yo,noDragClassName:aa,noWheelClassName:la,noPanClassName:Bo,rfId:Ea,disableKeyboardA11y:Cr,nodeExtent:Or,viewport:SI,onViewportChange:fI}),i.jsx(X1,{nodes:e,edges:t,defaultNodes:n,defaultEdges:r,onConnect:S,onConnectStart:I,onConnectEnd:p,onClickConnectStart:R,onClickConnectEnd:A,nodesDraggable:Ae,autoPanOnNodeFocus:ke,nodesConnectable:be,nodesFocusable:ut,edgesFocusable:Ft,edgesReconnectable:Pn,elementsSelectable:Lo,elevateNodesOnSelect:Yo,elevateEdgesOnSelect:Wo,minZoom:Ct,maxZoom:Ht,nodeExtent:Or,onNodesChange:ia,onEdgesChange:wo,snapToGrid:q,snapGrid:se,connectionMode:H,translateExtent:_o,connectOnClick:ca,defaultEdgeOptions:jo,fitView:Fo,fitViewOptions:Go,onNodesDelete:U,onEdgesDelete:y,onDelete:b,onNodeDragStart:g,onNodeDrag:D,onNodeDragStop:L,onSelectionDrag:v,onSelectionDragStart:_,onSelectionDragStop:M,onMove:d,onMoveStart:u,onMoveEnd:T,noPanClassName:Bo,nodeOrigin:cn,rfId:Ea,autoPanOnConnect:Vo,autoPanOnNodeDrag:$o,autoPanSpeed:Xo,onError:me,connectionRadius:k,isValidConnection:Ee,selectNodesOnDrag:de,nodeDragThreshold:gr,connectionDragThreshold:Lr,onBeforeDelete:B,debug:II,ariaLabelConfig:hI,zIndexMode:hE}),i.jsx(Y1,{onSelectionChange:F}),mr,i.jsx(F1,{proOptions:ko,position:Ho}),i.jsx(B1,{rfId:Ea,disableKeyboardA11y:Cr})]})})}var Tp=YA(Rv);function Sp(e){const[t,n]=f.useState(e),r=f.useCallback(o=>n(s=>kA(o,s)),[]);return[t,n,r]}function fp(e){const[t,n]=f.useState(e),r=f.useCallback(o=>n(s=>jA(o,s)),[]);return[t,n,r]}function Av({dimensions:e,lineWidth:t,variant:n,className:r}){return i.jsx("path",{strokeWidth:t,d:`M${e[0]/2} 0 V${e[1]} M0 ${e[1]/2} H${e[0]}`,className:_e(["react-flow__background-pattern",n,r])})}function pv({radius:e,className:t}){return i.jsx("circle",{cx:e,cy:e,r:e,className:_e(["react-flow__background-pattern","dots",t])})}var Qt;(function(e){e.Lines="lines",e.Dots="dots",e.Cross="cross"})(Qt||(Qt={}));const Iv={[Qt.Dots]:1,[Qt.Lines]:1,[Qt.Cross]:6},hv=e=>({transform:e.transform,patternId:`pattern-${e.rfId}`});function Rp({id:e,variant:t=Qt.Dots,gap:n=20,size:r,lineWidth:o=1,offset:s=0,color:a,bgColor:l,style:E,className:c,patternClassName:d}){const u=f.useRef(null),{transform:T,patternId:S}=Re(hv,he),I=r||Iv[t],p=t===Qt.Dots,R=t===Qt.Cross,A=Array.isArray(n)?n:[n,n],h=[A[0]*T[2]||1,A[1]*T[2]||1],O=I*T[2],N=Array.isArray(s)?s:[s,s],m=R?[O,O]:h,C=[N[0]*T[2]||1+m[0]/2,N[1]*T[2]||1+m[1]/2],g=`${S}${e||""}`;return i.jsxs("svg",{className:_e(["react-flow__background",c]),style:{...E,...Xi,"--xy-background-color-props":l,"--xy-background-pattern-color-props":a},ref:u,"data-testid":"rf__background",children:[i.jsx("pattern",{id:g,x:T[0]%h[0],y:T[1]%h[1],width:h[0],height:h[1],patternUnits:"userSpaceOnUse",patternTransform:`translate(-${C[0]},-${C[1]})`,children:p?i.jsx(pv,{radius:O/2,className:d}):i.jsx(Av,{dimensions:m,lineWidth:o,variant:t,className:d})}),i.jsx("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:`url(#${g})`})]})}Rp.displayName="Background";const Ap=f.memo(Rp);function Ov(){return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",children:i.jsx("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"})})}function Nv(){return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5",children:i.jsx("path",{d:"M0 0h32v4.2H0z"})})}function mv(){return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30",children:i.jsx("path",{d:"M3.692 4.63c0-.53.4-.938.939-.938h5.215V0H4.708C2.13 0 0 2.054 0 4.63v5.216h3.692V4.631zM27.354 0h-5.2v3.692h5.17c.53 0 .984.4.984.939v5.215H32V4.631A4.624 4.624 0 0027.354 0zm.954 24.83c0 .532-.4.94-.939.94h-5.215v3.768h5.215c2.577 0 4.631-2.13 4.631-4.707v-5.139h-3.692v5.139zm-23.677.94c-.531 0-.939-.4-.939-.94v-5.138H0v5.139c0 2.577 2.13 4.707 4.708 4.707h5.138V25.77H4.631z"})})}function Cv(){return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32",children:i.jsx("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0 8 0 4.571 3.429 4.571 7.619v3.048H3.048A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047zm4.724-13.866H7.467V7.619c0-2.59 2.133-4.724 4.723-4.724 2.591 0 4.724 2.133 4.724 4.724v3.048z"})})}function gv(){return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32",children:i.jsx("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0c-4.114 1.828-1.37 2.133.305 2.438 1.676.305 4.42 2.59 4.42 5.181v3.048H3.047A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047z"})})}function ps({children:e,className:t,...n}){return i.jsx("button",{type:"button",className:_e(["react-flow__controls-button",t]),...n,children:e})}const Lv=e=>({isInteractive:e.nodesDraggable||e.nodesConnectable||e.elementsSelectable,minZoomReached:e.transform[2]<=e.minZoom,maxZoomReached:e.transform[2]>=e.maxZoom,ariaLabelConfig:e.ariaLabelConfig});function pp({style:e,showZoom:t=!0,showFitView:n=!0,showInteractive:r=!0,fitViewOptions:o,onZoomIn:s,onZoomOut:a,onFitView:l,onInteractiveChange:E,className:c,children:d,position:u="bottom-left",orientation:T="vertical","aria-label":S}){const I=Ne(),{isInteractive:p,minZoomReached:R,maxZoomReached:A,ariaLabelConfig:h}=Re(Lv,he),{zoomIn:O,zoomOut:N,fitView:m}=uE(),C=()=>{O(),s==null||s()},g=()=>{N(),a==null||a()},D=()=>{m(o),l==null||l()},L=()=>{I.setState({nodesDraggable:!p,nodesConnectable:!p,elementsSelectable:!p}),E==null||E(!p)},U=T==="horizontal"?"horizontal":"vertical";return i.jsxs(Tr,{className:_e(["react-flow__controls",U,c]),position:u,style:e,"data-testid":"rf__controls","aria-label":S??h["controls.ariaLabel"],children:[t&&i.jsxs(i.Fragment,{children:[i.jsx(ps,{onClick:C,className:"react-flow__controls-zoomin",title:h["controls.zoomIn.ariaLabel"],"aria-label":h["controls.zoomIn.ariaLabel"],disabled:A,children:i.jsx(Ov,{})}),i.jsx(ps,{onClick:g,className:"react-flow__controls-zoomout",title:h["controls.zoomOut.ariaLabel"],"aria-label":h["controls.zoomOut.ariaLabel"],disabled:R,children:i.jsx(Nv,{})})]}),n&&i.jsx(ps,{className:"react-flow__controls-fitview",onClick:D,title:h["controls.fitView.ariaLabel"],"aria-label":h["controls.fitView.ariaLabel"],children:i.jsx(mv,{})}),r&&i.jsx(ps,{className:"react-flow__controls-interactive",onClick:L,title:h["controls.interactive.ariaLabel"],"aria-label":h["controls.interactive.ariaLabel"],children:p?i.jsx(gv,{}):i.jsx(Cv,{})}),d]})}pp.displayName="Controls";const _v=f.memo(pp);function xv({id:e,x:t,y:n,width:r,height:o,style:s,color:a,strokeColor:l,strokeWidth:E,className:c,borderRadius:d,shapeRendering:u,selected:T,onClick:S}){const{background:I,backgroundColor:p}=s||{},R=a||I||p;return i.jsx("rect",{className:_e(["react-flow__minimap-node",{selected:T},c]),x:t,y:n,rx:d,ry:d,width:r,height:o,style:{fill:R,stroke:l,strokeWidth:E},shapeRendering:u,onClick:S?A=>S(A,e):void 0})}const yv=f.memo(xv),Dv=e=>e.nodes.map(t=>t.id),$a=e=>e instanceof Function?e:()=>e;function Mv({nodeStrokeColor:e,nodeColor:t,nodeClassName:n="",nodeBorderRadius:r=5,nodeStrokeWidth:o,nodeComponent:s=yv,onClick:a}){const l=Re(Dv,he),E=$a(t),c=$a(e),d=$a(n),u=typeof window>"u"||window.chrome?"crispEdges":"geometricPrecision";return i.jsx(i.Fragment,{children:l.map(T=>i.jsx(bv,{id:T,nodeColorFunc:E,nodeStrokeColorFunc:c,nodeClassNameFunc:d,nodeBorderRadius:r,nodeStrokeWidth:o,NodeComponent:s,onClick:a,shapeRendering:u},T))})}function Pv({id:e,nodeColorFunc:t,nodeStrokeColorFunc:n,nodeClassNameFunc:r,nodeBorderRadius:o,nodeStrokeWidth:s,shapeRendering:a,NodeComponent:l,onClick:E}){const{node:c,x:d,y:u,width:T,height:S}=Re(I=>{const p=I.nodeLookup.get(e);if(!p)return{node:void 0,x:0,y:0,width:0,height:0};const R=p.internals.userNode,{x:A,y:h}=p.internals.positionAbsolute,{width:O,height:N}=Bt(R);return{node:R,x:A,y:h,width:O,height:N}},he);return!c||c.hidden||!fA(c)?null:i.jsx(l,{x:d,y:u,width:T,height:S,style:c.style,selected:!!c.selected,className:r(c),color:t(c),borderRadius:o,strokeColor:n(c),strokeWidth:s,shapeRendering:a,onClick:E,id:c.id})}const bv=f.memo(Pv);var vv=f.memo(Mv);const Uv=200,wv=150,Bv=e=>!e.hidden,Fv=e=>{const t={x:-e.transform[0]/e.transform[2],y:-e.transform[1]/e.transform[2],width:e.width/e.transform[2],height:e.height/e.transform[2]};return{viewBB:t,boundingRect:e.nodeLookup.size>0?SA(No(e.nodeLookup,{filter:Bv}),t):t,rfId:e.rfId,panZoom:e.panZoom,translateExtent:e.translateExtent,flowWidth:e.width,flowHeight:e.height,ariaLabelConfig:e.ariaLabelConfig}},Gv="react-flow__minimap-desc";function Ip({style:e,className:t,nodeStrokeColor:n,nodeColor:r,nodeClassName:o="",nodeBorderRadius:s=5,nodeStrokeWidth:a,nodeComponent:l,bgColor:E,maskColor:c,maskStrokeColor:d,maskStrokeWidth:u,position:T="bottom-right",onClick:S,onNodeClick:I,pannable:p=!1,zoomable:R=!1,ariaLabel:A,inversePan:h,zoomStep:O=1,offsetScale:N=5}){const m=Ne(),C=f.useRef(null),{boundingRect:g,viewBB:D,rfId:L,panZoom:U,translateExtent:y,flowWidth:b,flowHeight:F,ariaLabelConfig:_}=Re(Fv,he),v=(e==null?void 0:e.width)??Uv,M=(e==null?void 0:e.height)??wv,w=g.width/v,P=g.height/M,x=Math.max(w,P),B=x*v,H=x*M,j=N*x,J=g.x-(B-g.width)/2-j,K=g.y-(H-g.height)/2-j,W=B+j*2,z=H+j*2,Q=`${Gv}-${L}`,X=f.useRef(0),Z=f.useRef();X.current=x,f.useEffect(()=>{if(C.current&&U)return Z.current=o1({domNode:C.current,panZoom:U,getTransform:()=>m.getState().transform,getViewScale:()=>X.current}),()=>{var q;(q=Z.current)==null||q.destroy()}},[U]),f.useEffect(()=>{var q;(q=Z.current)==null||q.update({translateExtent:y,width:b,height:F,inversePan:h,pannable:p,zoomStep:O,zoomable:R})},[p,R,h,O,y,b,F]);const ce=S?q=>{var de;const[se,Se]=((de=Z.current)==null?void 0:de.pointer(q))||[0,0];S(q,{x:se,y:Se})}:void 0,ne=I?f.useCallback((q,se)=>{const Se=m.getState().nodeLookup.get(se).internals.userNode;I(q,Se)},[]):void 0,$=A??_["minimap.ariaLabel"];return i.jsx(Tr,{position:T,style:{...e,"--xy-minimap-background-color-props":typeof E=="string"?E:void 0,"--xy-minimap-mask-background-color-props":typeof c=="string"?c:void 0,"--xy-minimap-mask-stroke-color-props":typeof d=="string"?d:void 0,"--xy-minimap-mask-stroke-width-props":typeof u=="number"?u*x:void 0,"--xy-minimap-node-background-color-props":typeof r=="string"?r:void 0,"--xy-minimap-node-stroke-color-props":typeof n=="string"?n:void 0,"--xy-minimap-node-stroke-width-props":typeof a=="number"?a:void 0},className:_e(["react-flow__minimap",t]),"data-testid":"rf__minimap",children:i.jsxs("svg",{width:v,height:M,viewBox:`${J} ${K} ${W} ${z}`,className:"react-flow__minimap-svg",role:"img","aria-labelledby":Q,ref:C,onClick:ce,children:[$&&i.jsx("title",{id:Q,children:$}),i.jsx(vv,{onClick:ne,nodeColor:r,nodeStrokeColor:n,nodeBorderRadius:s,nodeClassName:o,nodeStrokeWidth:a,nodeComponent:l}),i.jsx("path",{className:"react-flow__minimap-mask",d:`M${J-j},${K-j}h${W+j*2}v${z+j*2}h${-W-j*2}z
512
+ M${D.x},${D.y}h${D.width}v${D.height}h${-D.width}z`,fillRule:"evenodd",pointerEvents:"none"})]})})}Ip.displayName="MiniMap";const Hv=f.memo(Ip),kv=e=>t=>e?`${Math.max(1/t.transform[2],1)}`:void 0,jv={[ur.Line]:"right",[ur.Handle]:"bottom-right"};function Yv({nodeId:e,position:t,variant:n=ur.Handle,className:r,style:o=void 0,children:s,color:a,minWidth:l=10,minHeight:E=10,maxWidth:c=Number.MAX_VALUE,maxHeight:d=Number.MAX_VALUE,keepAspectRatio:u=!1,resizeDirection:T,autoScale:S=!0,shouldResize:I,onResizeStart:p,onResize:R,onResizeEnd:A}){const h=XA(),O=typeof e=="string"?e:h,N=Ne(),m=f.useRef(null),C=n===ur.Handle,g=Re(f.useCallback(kv(C&&S),[C,S]),he),D=f.useRef(null),L=t??jv[n];f.useEffect(()=>{if(!(!m.current||!O))return D.current||(D.current=p1({domNode:m.current,nodeId:O,getStoreItems:()=>{const{nodeLookup:y,transform:b,snapGrid:F,snapToGrid:_,nodeOrigin:v,domNode:M}=N.getState();return{nodeLookup:y,transform:b,snapGrid:F,snapToGrid:_,nodeOrigin:v,paneDomNode:M}},onChange:(y,b)=>{const{triggerNodeChanges:F,nodeLookup:_,parentLookup:v,nodeOrigin:M}=N.getState(),w=[],P={x:y.x,y:y.y},x=_.get(O);if(x&&x.expandParent&&x.parentId){const B=x.origin??M,H=y.width??x.measured.width??0,j=y.height??x.measured.height??0,J={id:x.id,parentId:x.parentId,rect:{width:H,height:j,...RA({x:y.x??x.position.x,y:y.y??x.position.y},{width:H,height:j},x.parentId,_,B)}},K=dE([J],_,v,M);w.push(...K),P.x=y.x?Math.max(B[0]*H,y.x):void 0,P.y=y.y?Math.max(B[1]*j,y.y):void 0}if(P.x!==void 0&&P.y!==void 0){const B={id:O,type:"position",position:{...P}};w.push(B)}if(y.width!==void 0&&y.height!==void 0){const H={id:O,type:"dimensions",resizing:!0,setAttributes:T?T==="horizontal"?"width":"height":!0,dimensions:{width:y.width,height:y.height}};w.push(H)}for(const B of b){const H={...B,type:"position"};w.push(H)}F(w)},onEnd:({width:y,height:b})=>{const F={id:O,type:"dimensions",resizing:!1,dimensions:{width:y,height:b}};N.getState().triggerNodeChanges([F])}})),D.current.update({controlPosition:L,boundaries:{minWidth:l,minHeight:E,maxWidth:c,maxHeight:d},keepAspectRatio:u,resizeDirection:T,onResizeStart:p,onResize:R,onResizeEnd:A,shouldResize:I}),()=>{var y;(y=D.current)==null||y.destroy()}},[L,l,E,c,d,u,p,R,A,I]);const U=L.split("-");return i.jsx("div",{className:_e(["react-flow__resize-control","nodrag",...U,n,r]),ref:m,style:{...o,scale:g,...a&&{[C?"backgroundColor":"borderColor"]:a}},children:s})}f.memo(Yv);var hp=Object.defineProperty,Wv=(e,t,n)=>t in e?hp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vv=(e,t)=>{for(var n in t)hp(e,n,{get:t[n],enumerable:!0})},$v=(e,t,n)=>Wv(e,t+"",n),Op={};Vv(Op,{Graph:()=>Ze,alg:()=>SE,json:()=>mp,version:()=>zv});var Xv=Object.defineProperty,Np=(e,t)=>{for(var n in t)Xv(e,n,{get:t[n],enumerable:!0})},Ze=class{constructor(e){this._isDirected=!0,this._isMultigraph=!1,this._isCompound=!1,this._nodes={},this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={},this._nodeCount=0,this._edgeCount=0,this._defaultNodeLabelFn=()=>{},this._defaultEdgeLabelFn=()=>{},e&&(this._isDirected="directed"in e?e.directed:!0,this._isMultigraph="multigraph"in e?e.multigraph:!1,this._isCompound="compound"in e?e.compound:!1),this._isCompound&&(this._parent={},this._children={},this._children["\0"]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(e){return this._label=e,this}graph(){return this._label}setDefaultNodeLabel(e){return typeof e!="function"?this._defaultNodeLabelFn=()=>e:this._defaultNodeLabelFn=e,this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){return this.nodes().filter(e=>Object.keys(this._in[e]).length===0)}sinks(){return this.nodes().filter(e=>Object.keys(this._out[e]).length===0)}setNodes(e,t){return e.forEach(n=>{t!==void 0?this.setNode(n,t):this.setNode(n)}),this}setNode(e,t){return e in this._nodes?(arguments.length>1&&(this._nodes[e]=t),this):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]="\0",this._children[e]={},this._children["\0"][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)}node(e){return this._nodes[e]}hasNode(e){return e in this._nodes}removeNode(e){if(e in this._nodes){let t=n=>this.removeEdge(this._edgeObjs[n]);delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],this.children(e).forEach(n=>{this.setParent(n)}),delete this._children[e]),Object.keys(this._in[e]).forEach(t),delete this._in[e],delete this._preds[e],Object.keys(this._out[e]).forEach(t),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this}setParent(e,t){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(t===void 0)t="\0";else{t+="";for(let n=t;n!==void 0;n=this.parent(n))if(n===e)throw new Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this}parent(e){if(this._isCompound){let t=this._parent[e];if(t!=="\0")return t}}children(e="\0"){if(this._isCompound){let t=this._children[e];if(t)return Object.keys(t)}else{if(e==="\0")return this.nodes();if(this.hasNode(e))return[]}return[]}predecessors(e){let t=this._preds[e];if(t)return Object.keys(t)}successors(e){let t=this._sucs[e];if(t)return Object.keys(t)}neighbors(e){let t=this.predecessors(e);if(t){let n=new Set(t);for(let r of this.successors(e))n.add(r);return Array.from(n.values())}}isLeaf(e){let t;return this.isDirected()?t=this.successors(e):t=this.neighbors(e),t.length===0}filterNodes(e){let t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph()),Object.entries(this._nodes).forEach(([o,s])=>{e(o)&&t.setNode(o,s)}),Object.values(this._edgeObjs).forEach(o=>{t.hasNode(o.v)&&t.hasNode(o.w)&&t.setEdge(o,this.edge(o))});let n={},r=o=>{let s=this.parent(o);return!s||t.hasNode(s)?(n[o]=s??void 0,s??void 0):s in n?n[s]:r(s)};return this._isCompound&&t.nodes().forEach(o=>t.setParent(o,r(o))),t}setDefaultEdgeLabel(e){return typeof e!="function"?this._defaultEdgeLabelFn=()=>e:this._defaultEdgeLabelFn=e,this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(e,t){return e.reduce((n,r)=>(t!==void 0?this.setEdge(n,r,t):this.setEdge(n,r),r)),this}setEdge(e,t,n,r){let o,s,a,l,E=!1;typeof e=="object"&&e!==null&&"v"in e?(o=e.v,s=e.w,a=e.name,arguments.length===2&&(l=t,E=!0)):(o=e,s=t,a=r,arguments.length>2&&(l=n,E=!0)),o=""+o,s=""+s,a!==void 0&&(a=""+a);let c=wr(this._isDirected,o,s,a);if(c in this._edgeLabels)return E&&(this._edgeLabels[c]=l),this;if(a!==void 0&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(o),this.setNode(s),this._edgeLabels[c]=E?l:this._defaultEdgeLabelFn(o,s,a);let d=Kv(this._isDirected,o,s,a);return o=d.v,s=d.w,Object.freeze(d),this._edgeObjs[c]=d,Vu(this._preds[s],o),Vu(this._sucs[o],s),this._in[s][c]=d,this._out[o][c]=d,this._edgeCount++,this}edge(e,t,n){let r=arguments.length===1?Xa(this._isDirected,e):wr(this._isDirected,e,t,n);return this._edgeLabels[r]}edgeAsObj(e,t,n){let r=arguments.length===1?this.edge(e):this.edge(e,t,n);return typeof r!="object"?{label:r}:r}hasEdge(e,t,n){return(arguments.length===1?Xa(this._isDirected,e):wr(this._isDirected,e,t,n))in this._edgeLabels}removeEdge(e,t,n){let r=arguments.length===1?Xa(this._isDirected,e):wr(this._isDirected,e,t,n),o=this._edgeObjs[r];if(o){let s=o.v,a=o.w;delete this._edgeLabels[r],delete this._edgeObjs[r],$u(this._preds[a],s),$u(this._sucs[s],a),delete this._in[a][r],delete this._out[s][r],this._edgeCount--}return this}inEdges(e,t){return this.isDirected()?this.filterEdges(this._in[e],e,t):this.nodeEdges(e,t)}outEdges(e,t){return this.isDirected()?this.filterEdges(this._out[e],e,t):this.nodeEdges(e,t)}nodeEdges(e,t){if(e in this._nodes)return this.filterEdges({...this._in[e],...this._out[e]},e,t)}_removeFromParentsChildList(e){delete this._children[this._parent[e]][e]}filterEdges(e,t,n){if(!e)return;let r=Object.values(e);return n?r.filter(o=>o.v===t&&o.w===n||o.v===n&&o.w===t):r}};function Vu(e,t){e[t]?e[t]++:e[t]=1}function $u(e,t){e[t]!==void 0&&!--e[t]&&delete e[t]}function wr(e,t,n,r){let o=""+t,s=""+n;if(!e&&o>s){let a=o;o=s,s=a}return o+""+s+""+(r===void 0?"\0":r)}function Kv(e,t,n,r){let o=""+t,s=""+n;if(!e&&o>s){let l=o;o=s,s=l}let a={v:o,w:s};return r&&(a.name=r),a}function Xa(e,t){return wr(e,t.v,t.w,t.name)}var zv="4.0.1",mp={};Np(mp,{read:()=>Zv,write:()=>Jv});function Jv(e){let t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:qv(e),edges:Qv(e)},n=e.graph();return n!==void 0&&(t.value=structuredClone(n)),t}function qv(e){return e.nodes().map(t=>{let n=e.node(t),r=e.parent(t),o={v:t};return n!==void 0&&(o.value=n),r!==void 0&&(o.parent=r),o})}function Qv(e){return e.edges().map(t=>{let n=e.edge(t),r={v:t.v,w:t.w};return t.name!==void 0&&(r.name=t.name),n!==void 0&&(r.value=n),r})}function Zv(e){let t=new Ze(e.options);return e.value!==void 0&&t.setGraph(e.value),e.nodes.forEach(n=>{t.setNode(n.v,n.value),n.parent&&t.setParent(n.v,n.parent)}),e.edges.forEach(n=>{t.setEdge({v:n.v,w:n.w,name:n.name},n.value)}),t}var SE={};Np(SE,{CycleException:()=>ci,bellmanFord:()=>Cp,components:()=>nU,dijkstra:()=>li,dijkstraAll:()=>sU,findCycles:()=>iU,floydWarshall:()=>lU,isAcyclic:()=>EU,postorder:()=>uU,preorder:()=>TU,prim:()=>SU,shortestPaths:()=>fU,tarjan:()=>Lp,topsort:()=>_p});var eU=()=>1;function Cp(e,t,n,r){return tU(e,String(t),n||eU,r||function(o){return e.outEdges(o)})}function tU(e,t,n,r){let o={},s,a=0,l=e.nodes(),E=function(u){let T=n(u);o[u.v].distance+T<o[u.w].distance&&(o[u.w]={distance:o[u.v].distance+T,predecessor:u.v},s=!0)},c=function(){l.forEach(function(u){r(u).forEach(function(T){let S=T.v===u?T.v:T.w,I=S===T.v?T.w:T.v;E({v:S,w:I})})})};l.forEach(function(u){let T=u===t?0:Number.POSITIVE_INFINITY;o[u]={distance:T,predecessor:""}});let d=l.length;for(let u=1;u<d&&(s=!1,a++,c(),!!s);u++);if(a===d-1&&(s=!1,c(),s))throw new Error("The graph contains a negative weight cycle");return o}function nU(e){let t={},n=[],r;function o(s){s in t||(t[s]=!0,r.push(s),e.successors(s).forEach(o),e.predecessors(s).forEach(o))}return e.nodes().forEach(function(s){r=[],o(s),r.length&&n.push(r)}),n}var gp=class{constructor(){this._arr=[],this._keyIndices={}}size(){return this._arr.length}keys(){return this._arr.map(e=>e.key)}has(e){return e in this._keyIndices}priority(e){let t=this._keyIndices[e];if(t!==void 0)return this._arr[t].priority}min(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key}add(e,t){let n=this._keyIndices,r=String(e);if(!(r in n)){let o=this._arr,s=o.length;return n[r]=s,o.push({key:r,priority:t}),this._decrease(s),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);let e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key}decrease(e,t){let n=this._keyIndices[e];if(n===void 0)throw new Error(`Key not found: ${e}`);let r=this._arr[n].priority;if(t>r)throw new Error(`New priority is greater than current priority. Key: ${e} Old: ${r} New: ${t}`);this._arr[n].priority=t,this._decrease(n)}_heapify(e){let t=this._arr,n=2*e,r=n+1,o=e;n<t.length&&(o=t[n].priority<t[o].priority?n:o,r<t.length&&(o=t[r].priority<t[o].priority?r:o),o!==e&&(this._swap(e,o),this._heapify(o)))}_decrease(e){let t=this._arr,n=t[e].priority,r;for(;e!==0&&(r=e>>1,!(t[r].priority<n));)this._swap(e,r),e=r}_swap(e,t){let n=this._arr,r=this._keyIndices,o=n[e],s=n[t];n[e]=s,n[t]=o,r[s.key]=e,r[o.key]=t}},rU=()=>1;function li(e,t,n,r){let o=function(s){return e.outEdges(s)};return oU(e,String(t),n||rU,r||o)}function oU(e,t,n,r){let o={},s=new gp,a,l,E=function(c){let d=c.v!==a?c.v:c.w,u=o[d],T=n(c),S=l.distance+T;if(T<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+c+" Weight: "+T);S<u.distance&&(u.distance=S,u.predecessor=a,s.decrease(d,S))};for(e.nodes().forEach(function(c){let d=c===t?0:Number.POSITIVE_INFINITY;o[c]={distance:d,predecessor:""},s.add(c,d)});s.size()>0&&(a=s.removeMin(),l=o[a],l.distance!==Number.POSITIVE_INFINITY);)r(a).forEach(E);return o}function sU(e,t,n){return e.nodes().reduce(function(r,o){return r[o]=li(e,o,t,n),r},{})}function Lp(e){let t=0,n=[],r={},o=[];function s(a){let l=r[a]={onStack:!0,lowlink:t,index:t++};if(n.push(a),e.successors(a).forEach(function(E){E in r?r[E].onStack&&(l.lowlink=Math.min(l.lowlink,r[E].index)):(s(E),l.lowlink=Math.min(l.lowlink,r[E].lowlink))}),l.lowlink===l.index){let E=[],c;do c=n.pop(),r[c].onStack=!1,E.push(c);while(a!==c);o.push(E)}}return e.nodes().forEach(function(a){a in r||s(a)}),o}function iU(e){return Lp(e).filter(function(t){return t.length>1||t.length===1&&e.hasEdge(t[0],t[0])})}var aU=()=>1;function lU(e,t,n){return cU(e,t||aU,n||function(r){return e.outEdges(r)})}function cU(e,t,n){let r={},o=e.nodes();return o.forEach(function(s){r[s]={},r[s][s]={distance:0,predecessor:""},o.forEach(function(a){s!==a&&(r[s][a]={distance:Number.POSITIVE_INFINITY,predecessor:""})}),n(s).forEach(function(a){let l=a.v===s?a.w:a.v,E=t(a);r[s][l]={distance:E,predecessor:s}})}),o.forEach(function(s){let a=r[s];o.forEach(function(l){let E=r[l];o.forEach(function(c){let d=E[s],u=a[c],T=E[c],S=d.distance+u.distance;S<T.distance&&(T.distance=S,T.predecessor=u.predecessor)})})}),r}var ci=class extends Error{constructor(...e){super(...e)}};function _p(e){let t={},n={},r=[];function o(s){if(s in n)throw new ci;s in t||(n[s]=!0,t[s]=!0,e.predecessors(s).forEach(o),delete n[s],r.push(s))}if(e.sinks().forEach(o),Object.keys(t).length!==e.nodeCount())throw new ci;return r}function EU(e){try{_p(e)}catch(t){if(t instanceof ci)return!1;throw t}return!0}function dU(e,t,n,r,o){Array.isArray(t)||(t=[t]);let s=(l=>{var E;return(E=e.isDirected()?e.successors(l):e.neighbors(l))!=null?E:[]}),a={};return t.forEach(function(l){if(!e.hasNode(l))throw new Error("Graph does not have node: "+l);o=xp(e,l,n==="post",a,s,r,o)}),o}function xp(e,t,n,r,o,s,a){return t in r||(r[t]=!0,n||(a=s(a,t)),o(t).forEach(function(l){a=xp(e,l,n,r,o,s,a)}),n&&(a=s(a,t))),a}function yp(e,t,n){return dU(e,t,n,function(r,o){return r.push(o),r},[])}function uU(e,t){return yp(e,t,"post")}function TU(e,t){return yp(e,t,"pre")}function SU(e,t){let n=new Ze,r={},o=new gp,s;function a(E){let c=E.v===s?E.w:E.v,d=o.priority(c);if(d!==void 0){let u=t(E);u<d&&(r[c]=s,o.decrease(c,u))}}if(e.nodeCount()===0)return n;e.nodes().forEach(function(E){o.add(E,Number.POSITIVE_INFINITY),n.setNode(E)}),o.decrease(e.nodes()[0],0);let l=!1;for(;o.size()>0;){if(s=o.removeMin(),s in r)n.setEdge(s,r[s]);else{if(l)throw new Error("Input graph is not connected: "+e);l=!0}e.nodeEdges(s).forEach(a)}return n}function fU(e,t,n,r){return RU(e,t,n,r??(o=>{let s=e.outEdges(o);return s??[]}))}function RU(e,t,n,r){if(n===void 0)return li(e,t,n,r);let o=!1,s=e.nodes();for(let a=0;a<s.length;a++){let l=r(s[a]);for(let E=0;E<l.length;E++){let c=l[E],d=c.v===s[a]?c.v:c.w,u=d===c.v?c.w:c.v;n({v:d,w:u})<0&&(o=!0)}if(o)return Cp(e,t,n,r)}return li(e,t,n,r)}function Ir(e,t,n,r){let o=r;for(;e.hasNode(o);)o=fE(r);return n.dummy=t,e.setNode(o,n),o}function AU(e){let t=new Ze().setGraph(e.graph());return e.nodes().forEach(n=>t.setNode(n,e.node(n))),e.edges().forEach(n=>{let r=t.edge(n.v,n.w)||{weight:0,minlen:1},o=e.edge(n);t.setEdge(n.v,n.w,{weight:r.weight+o.weight,minlen:Math.max(r.minlen,o.minlen)})}),t}function Dp(e){let t=new Ze({multigraph:e.isMultigraph()}).setGraph(e.graph());return e.nodes().forEach(n=>{e.children(n).length||t.setNode(n,e.node(n))}),e.edges().forEach(n=>{t.setEdge(n,e.edge(n))}),t}function Xu(e,t){let n=e.x,r=e.y,o=t.x-n,s=t.y-r,a=e.width/2,l=e.height/2;if(!o&&!s)throw new Error("Not possible to find intersection inside of the rectangle");let E,c;return Math.abs(s)*a>Math.abs(o)*l?(s<0&&(l=-l),E=l*o/s,c=l):(o<0&&(a=-a),E=a,c=a*s/o),{x:n+E,y:r+c}}function go(e){let t=lo(Pp(e)+1).map(()=>[]);return e.nodes().forEach(n=>{let r=e.node(n),o=r.rank;o!==void 0&&(t[o]||(t[o]=[]),t[o][r.order]=n)}),t}function pU(e){let t=e.nodes().map(r=>{let o=e.node(r).rank;return o===void 0?Number.MAX_VALUE:o}),n=pt(Math.min,t);e.nodes().forEach(r=>{let o=e.node(r);Object.hasOwn(o,"rank")&&(o.rank-=n)})}function IU(e){let t=e.nodes().map(a=>e.node(a).rank).filter(a=>a!==void 0),n=pt(Math.min,t),r=[];e.nodes().forEach(a=>{let l=e.node(a).rank-n;r[l]||(r[l]=[]),r[l].push(a)});let o=0,s=e.graph().nodeRankFactor;Array.from(r).forEach((a,l)=>{a===void 0&&l%s!==0?--o:a!==void 0&&o&&a.forEach(E=>e.node(E).rank+=o)})}function Ku(e,t,n,r){let o={width:0,height:0};return arguments.length>=4&&(o.rank=n,o.order=r),Ir(e,"border",o,t)}function hU(e,t=Mp){let n=[];for(let r=0;r<e.length;r+=t){let o=e.slice(r,r+t);n.push(o)}return n}var Mp=65535;function pt(e,t){if(t.length>Mp){let n=hU(t);return e(...n.map(r=>e(...r)))}else return e(...t)}function Pp(e){let t=e.nodes().map(n=>{let r=e.node(n).rank;return r===void 0?Number.MIN_VALUE:r});return pt(Math.max,t)}function OU(e,t){let n={lhs:[],rhs:[]};return e.forEach(r=>{t(r)?n.lhs.push(r):n.rhs.push(r)}),n}function bp(e,t){let n=Date.now();try{return t()}finally{console.log(e+" time: "+(Date.now()-n)+"ms")}}function vp(e,t){return t()}var NU=0;function fE(e){let t=++NU;return e+(""+t)}function lo(e,t,n=1){t==null&&(t=e,e=0);let r=s=>s<t;n<0&&(r=s=>t<s);let o=[];for(let s=e;r(s);s+=n)o.push(s);return o}function Ei(e,t){let n={};for(let r of t)e[r]!==void 0&&(n[r]=e[r]);return n}function zi(e,t){let n;return typeof t=="string"?n=r=>r[t]:n=t,Object.entries(e).reduce((r,[o,s])=>(r[o]=n(s,o),r),{})}function mU(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}var Ji="\0",CU="3.0.0",gU=class{constructor(){$v(this,"_sentinel");let e={};e._next=e._prev=e,this._sentinel=e}dequeue(){let e=this._sentinel,t=e._prev;if(t!==e)return zu(t),t}enqueue(e){let t=this._sentinel;e._prev&&e._next&&zu(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t}toString(){let e=[],t=this._sentinel,n=t._prev;for(;n!==t;)e.push(JSON.stringify(n,LU)),n=n._prev;return"["+e.join(", ")+"]"}};function zu(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function LU(e,t){if(e!=="_next"&&e!=="_prev")return t}var _U=gU,xU=()=>1;function yU(e,t){if(e.nodeCount()<=1)return[];let n=MU(e,t||xU);return DU(n.graph,n.buckets,n.zeroIdx).flatMap(r=>e.outEdges(r.v,r.w)||[])}function DU(e,t,n){var r;let o=[],s=t[t.length-1],a=t[0],l;for(;e.nodeCount();){for(;l=a.dequeue();)Ka(e,t,n,l);for(;l=s.dequeue();)Ka(e,t,n,l);if(e.nodeCount()){for(let E=t.length-2;E>0;--E)if(l=(r=t[E])==null?void 0:r.dequeue(),l){o=o.concat(Ka(e,t,n,l,!0)||[]);break}}}return o}function Ka(e,t,n,r,o){let s=[],a=o?s:void 0;return(e.inEdges(r.v)||[]).forEach(l=>{let E=e.edge(l),c=e.node(l.v);o&&s.push({v:l.v,w:l.w}),c.out-=E,ic(t,n,c)}),(e.outEdges(r.v)||[]).forEach(l=>{let E=e.edge(l),c=l.w,d=e.node(c);d.in-=E,ic(t,n,d)}),e.removeNode(r.v),a}function MU(e,t){let n=new Ze,r=0,o=0;e.nodes().forEach(l=>{n.setNode(l,{v:l,in:0,out:0})}),e.edges().forEach(l=>{let E=n.edge(l.v,l.w)||0,c=t(l),d=E+c;n.setEdge(l.v,l.w,d);let u=n.node(l.v),T=n.node(l.w);o=Math.max(o,u.out+=c),r=Math.max(r,T.in+=c)});let s=PU(o+r+3).map(()=>new _U),a=r+1;return n.nodes().forEach(l=>{ic(s,a,n.node(l))}),{graph:n,buckets:s,zeroIdx:a}}function ic(e,t,n){var r,o,s;n.out?n.in?(s=e[n.out-n.in+t])==null||s.enqueue(n):(o=e[e.length-1])==null||o.enqueue(n):(r=e[0])==null||r.enqueue(n)}function PU(e){let t=[];for(let n=0;n<e;n++)t.push(n);return t}function bU(e){(e.graph().acyclicer==="greedy"?yU(e,t(e)):vU(e)).forEach(n=>{let r=e.edge(n);e.removeEdge(n),r.forwardName=n.name,r.reversed=!0,e.setEdge(n.w,n.v,r,fE("rev"))});function t(n){return r=>n.edge(r).weight}}function vU(e){let t=[],n={},r={};function o(s){Object.hasOwn(r,s)||(r[s]=!0,n[s]=!0,e.outEdges(s).forEach(a=>{Object.hasOwn(n,a.w)?t.push(a):o(a.w)}),delete n[s])}return e.nodes().forEach(o),t}function UU(e){e.edges().forEach(t=>{let n=e.edge(t);if(n.reversed){e.removeEdge(t);let r=n.forwardName;delete n.reversed,delete n.forwardName,e.setEdge(t.w,t.v,n,r)}})}function wU(e){e.graph().dummyChains=[],e.edges().forEach(t=>BU(e,t))}function BU(e,t){let n=t.v,r=e.node(n).rank,o=t.w,s=e.node(o).rank,a=t.name,l=e.edge(t),E=l.labelRank;if(s===r+1)return;e.removeEdge(t);let c,d,u;for(u=0,++r;r<s;++u,++r)l.points=[],d={width:0,height:0,edgeLabel:l,edgeObj:t,rank:r},c=Ir(e,"edge",d,"_d"),r===E&&(d.width=l.width,d.height=l.height,d.dummy="edge-label",d.labelpos=l.labelpos),e.setEdge(n,c,{weight:l.weight},a),u===0&&e.graph().dummyChains.push(c),n=c;e.setEdge(n,o,{weight:l.weight},a)}function FU(e){e.graph().dummyChains.forEach(t=>{let n=e.node(t),r=n.edgeLabel,o;for(e.setEdge(n.edgeObj,r);n.dummy;)o=e.successors(t)[0],e.removeNode(t),r.points.push({x:n.x,y:n.y}),n.dummy==="edge-label"&&(r.x=n.x,r.y=n.y,r.width=n.width,r.height=n.height),t=o,n=e.node(t)})}function RE(e){let t={};function n(r){let o=e.node(r);if(Object.hasOwn(t,r))return o.rank;t[r]=!0;let s=e.outEdges(r),a=s?s.map(E=>E==null?Number.POSITIVE_INFINITY:n(E.w)-e.edge(E).minlen):[],l=pt(Math.min,a);return l===Number.POSITIVE_INFINITY&&(l=0),o.rank=l}e.sources().forEach(n)}function Sr(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}var Up=GU;function GU(e){let t=new Ze({directed:!1}),n=e.nodes();if(n.length===0)throw new Error("Graph must have at least one node");let r=n[0],o=e.nodeCount();t.setNode(r,{});let s,a;for(;HU(t,e)<o&&(s=kU(t,e),!!s);)a=t.hasNode(s.v)?Sr(e,s):-Sr(e,s),jU(t,e,a);return t}function HU(e,t){function n(r){let o=t.nodeEdges(r);o&&o.forEach(s=>{let a=s.v,l=r===a?s.w:a;!e.hasNode(l)&&!Sr(t,s)&&(e.setNode(l,{}),e.setEdge(r,l,{}),n(l))})}return e.nodes().forEach(n),e.nodeCount()}function kU(e,t){return t.edges().reduce((n,r)=>{let o=Number.POSITIVE_INFINITY;return e.hasNode(r.v)!==e.hasNode(r.w)&&(o=Sr(t,r)),o<n[0]?[o,r]:n},[Number.POSITIVE_INFINITY,null])[1]}function jU(e,t,n){e.nodes().forEach(r=>t.node(r).rank+=n)}var{preorder:YU,postorder:WU}=SE,VU=Dn;Dn.initLowLimValues=pE;Dn.initCutValues=AE;Dn.calcCutValue=wp;Dn.leaveEdge=Fp;Dn.enterEdge=Gp;Dn.exchangeEdges=Hp;function Dn(e){e=AU(e),RE(e);let t=Up(e);pE(t),AE(t,e);let n,r;for(;n=Fp(t);)r=Gp(t,e,n),Hp(t,e,n,r)}function AE(e,t){let n=WU(e,e.nodes());n=n.slice(0,n.length-1),n.forEach(r=>$U(e,t,r))}function $U(e,t,n){let r=e.node(n).parent,o=e.edge(n,r);o.cutvalue=wp(e,t,n)}function wp(e,t,n){let r=e.node(n).parent,o=!0,s=t.edge(n,r),a=0;s||(o=!1,s=t.edge(r,n)),a=s.weight;let l=t.nodeEdges(n);return l&&l.forEach(E=>{let c=E.v===n,d=c?E.w:E.v;if(d!==r){let u=c===o,T=t.edge(E).weight;if(a+=u?T:-T,KU(e,n,d)){let S=e.edge(n,d).cutvalue;a+=u?-S:S}}}),a}function pE(e,t){arguments.length<2&&(t=e.nodes()[0]),Bp(e,{},1,t)}function Bp(e,t,n,r,o){let s=n,a=e.node(r);t[r]=!0;let l=e.neighbors(r);return l&&l.forEach(E=>{Object.hasOwn(t,E)||(n=Bp(e,t,n,E,r))}),a.low=s,a.lim=n++,o?a.parent=o:delete a.parent,n}function Fp(e){return e.edges().find(t=>e.edge(t).cutvalue<0)}function Gp(e,t,n){let r=n.v,o=n.w;t.hasEdge(r,o)||(r=n.w,o=n.v);let s=e.node(r),a=e.node(o),l=s,E=!1;return s.lim>a.lim&&(l=a,E=!0),t.edges().filter(c=>E===Ju(e,e.node(c.v),l)&&E!==Ju(e,e.node(c.w),l)).reduce((c,d)=>Sr(t,d)<Sr(t,c)?d:c)}function Hp(e,t,n,r){let o=n.v,s=n.w;e.removeEdge(o,s),e.setEdge(r.v,r.w,{}),pE(e),AE(e,t),XU(e,t)}function XU(e,t){let n=e.nodes().find(o=>!e.node(o).parent);if(!n)return;let r=YU(e,[n]);r=r.slice(1),r.forEach(o=>{let s=e.node(o).parent,a=t.edge(o,s),l=!1;a||(a=t.edge(s,o),l=!0),t.node(o).rank=t.node(s).rank+(l?a.minlen:-a.minlen)})}function KU(e,t,n){return e.hasEdge(t,n)}function Ju(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}var zU=JU;function JU(e){let t=e.graph().ranker;if(typeof t=="function")return t(e);switch(t){case"network-simplex":qu(e);break;case"tight-tree":QU(e);break;case"longest-path":qU(e);break;case"none":break;default:qu(e)}}var qU=RE;function QU(e){RE(e),Up(e)}function qu(e){VU(e)}var ZU=ew;function ew(e){let t=nw(e);e.graph().dummyChains.forEach(n=>{let r=e.node(n),o=r.edgeObj,s=tw(e,t,o.v,o.w),a=s.path,l=s.lca,E=0,c=a[E],d=!0;for(;n!==o.w;){if(r=e.node(n),d){for(;(c=a[E])!==l&&e.node(c).maxRank<r.rank;)E++;c===l&&(d=!1)}if(!d){for(;E<a.length-1&&e.node(a[E+1]).minRank<=r.rank;)E++;c=a[E]}c!==void 0&&e.setParent(n,c),n=e.successors(n)[0]}})}function tw(e,t,n,r){let o=[],s=[],a=Math.min(t[n].low,t[r].low),l=Math.max(t[n].lim,t[r].lim),E;E=n;do E=e.parent(E),o.push(E);while(E&&(t[E].low>a||l>t[E].lim));let c=E,d=r;for(;(d=e.parent(d))!==c;)s.push(d);return{path:o.concat(s.reverse()),lca:c}}function nw(e){let t={},n=0;function r(o){let s=n;e.children(o).forEach(r),t[o]={low:s,lim:n++}}return e.children(Ji).forEach(r),t}function rw(e){let t=Ir(e,"root",{},"_root"),n=ow(e),r=Object.values(n),o=pt(Math.max,r)-1,s=2*o+1;e.graph().nestingRoot=t,e.edges().forEach(l=>e.edge(l).minlen*=s);let a=sw(e)+1;e.children(Ji).forEach(l=>kp(e,t,s,a,o,n,l)),e.graph().nodeRankFactor=s}function kp(e,t,n,r,o,s,a){var l;let E=e.children(a);if(!E.length){a!==t&&e.setEdge(t,a,{weight:0,minlen:n});return}let c=Ku(e,"_bt"),d=Ku(e,"_bb"),u=e.node(a);e.setParent(c,a),u.borderTop=c,e.setParent(d,a),u.borderBottom=d,E.forEach(T=>{var S;kp(e,t,n,r,o,s,T);let I=e.node(T),p=I.borderTop?I.borderTop:T,R=I.borderBottom?I.borderBottom:T,A=I.borderTop?r:2*r,h=p!==R?1:o-((S=s[a])!=null?S:0)+1;e.setEdge(c,p,{weight:A,minlen:h,nestingEdge:!0}),e.setEdge(R,d,{weight:A,minlen:h,nestingEdge:!0})}),e.parent(a)||e.setEdge(t,c,{weight:0,minlen:o+((l=s[a])!=null?l:0)})}function ow(e){let t={};function n(r,o){let s=e.children(r);s&&s.length&&s.forEach(a=>n(a,o+1)),t[r]=o}return e.children(Ji).forEach(r=>n(r,1)),t}function sw(e){return e.edges().reduce((t,n)=>t+e.edge(n).weight,0)}function iw(e){let t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,e.edges().forEach(n=>{e.edge(n).nestingEdge&&e.removeEdge(n)})}var aw=lw;function lw(e){function t(n){let r=e.children(n),o=e.node(n);if(r.length&&r.forEach(t),Object.hasOwn(o,"minRank")){o.borderLeft=[],o.borderRight=[];for(let s=o.minRank,a=o.maxRank+1;s<a;++s)Qu(e,"borderLeft","_bl",n,o,s),Qu(e,"borderRight","_br",n,o,s)}}e.children(Ji).forEach(t)}function Qu(e,t,n,r,o,s){let a={width:0,height:0,rank:s,borderType:t},l=o[t][s-1],E=Ir(e,"border",a,n);o[t][s]=E,e.setParent(E,r),l&&e.setEdge(l,E,{weight:1})}function cw(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n==="lr"||n==="rl")&&jp(e)}function Ew(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n==="bt"||n==="rl")&&dw(e),(n==="lr"||n==="rl")&&(uw(e),jp(e))}function jp(e){e.nodes().forEach(t=>Zu(e.node(t))),e.edges().forEach(t=>Zu(e.edge(t)))}function Zu(e){let t=e.width;e.width=e.height,e.height=t}function dw(e){e.nodes().forEach(t=>za(e.node(t))),e.edges().forEach(t=>{var n;let r=e.edge(t);(n=r.points)==null||n.forEach(za),Object.hasOwn(r,"y")&&za(r)})}function za(e){e.y=-e.y}function uw(e){e.nodes().forEach(t=>Ja(e.node(t))),e.edges().forEach(t=>{var n;let r=e.edge(t);(n=r.points)==null||n.forEach(Ja),Object.hasOwn(r,"x")&&Ja(r)})}function Ja(e){let t=e.x;e.x=e.y,e.y=t}function Tw(e){let t={},n=e.nodes().filter(l=>!e.children(l).length),r=n.map(l=>e.node(l).rank),o=pt(Math.max,r),s=lo(o+1).map(()=>[]);function a(l){if(t[l])return;t[l]=!0;let E=e.node(l);s[E.rank].push(l);let c=e.successors(l);c&&c.forEach(a)}return n.sort((l,E)=>e.node(l).rank-e.node(E).rank).forEach(a),s}function Sw(e,t){let n=0;for(let r=1;r<t.length;++r)n+=fw(e,t[r-1],t[r]);return n}function fw(e,t,n){let r=mU(n,n.map((c,d)=>d)),o=t.flatMap(c=>{let d=e.outEdges(c);return d?d.map(u=>({pos:r[u.w],weight:e.edge(u).weight})).sort((u,T)=>u.pos-T.pos):[]}),s=1;for(;s<n.length;)s<<=1;let a=2*s-1;s-=1;let l=new Array(a).fill(0),E=0;return o.forEach(c=>{let d=c.pos+s;l[d]+=c.weight;let u=0;for(;d>0;)d%2&&(u+=l[d+1]),d=d-1>>1,l[d]+=c.weight;E+=c.weight*u}),E}function Rw(e,t=[]){return t.map(n=>{let r=e.inEdges(n);if(!r||!r.length)return{v:n};{let o=r.reduce((s,a)=>{let l=e.edge(a),E=e.node(a.v);return{sum:s.sum+l.weight*E.order,weight:s.weight+l.weight}},{sum:0,weight:0});return{v:n,barycenter:o.sum/o.weight,weight:o.weight}}})}function Aw(e,t){let n={};e.forEach((o,s)=>{let a={indegree:0,in:[],out:[],vs:[o.v],i:s};o.barycenter!==void 0&&(a.barycenter=o.barycenter,a.weight=o.weight),n[o.v]=a}),t.edges().forEach(o=>{let s=n[o.v],a=n[o.w];s!==void 0&&a!==void 0&&(a.indegree++,s.out.push(a))});let r=Object.values(n).filter(o=>!o.indegree);return pw(r)}function pw(e){let t=[];function n(o){return s=>{s.merged||(s.barycenter===void 0||o.barycenter===void 0||s.barycenter>=o.barycenter)&&Iw(o,s)}}function r(o){return s=>{s.in.push(o),--s.indegree===0&&e.push(s)}}for(;e.length;){let o=e.pop();t.push(o),o.in.reverse().forEach(n(o)),o.out.forEach(r(o))}return t.filter(o=>!o.merged).map(o=>Ei(o,["vs","i","barycenter","weight"]))}function Iw(e,t){let n=0,r=0;e.weight&&(n+=e.barycenter*e.weight,r+=e.weight),t.weight&&(n+=t.barycenter*t.weight,r+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=n/r,e.weight=r,e.i=Math.min(t.i,e.i),t.merged=!0}function hw(e,t){let n=OU(e,d=>Object.hasOwn(d,"barycenter")),r=n.lhs,o=n.rhs.sort((d,u)=>u.i-d.i),s=[],a=0,l=0,E=0;r.sort(Ow(!!t)),E=eT(s,o,E),r.forEach(d=>{E+=d.vs.length,s.push(d.vs),a+=d.barycenter*d.weight,l+=d.weight,E=eT(s,o,E)});let c={vs:s.flat(1)};return l&&(c.barycenter=a/l,c.weight=l),c}function eT(e,t,n){let r;for(;t.length&&(r=t[t.length-1]).i<=n;)t.pop(),e.push(r.vs),n++;return n}function Ow(e){return(t,n)=>t.barycenter<n.barycenter?-1:t.barycenter>n.barycenter?1:e?n.i-t.i:t.i-n.i}function Yp(e,t,n,r){let o=e.children(t),s=e.node(t),a=s?s.borderLeft:void 0,l=s?s.borderRight:void 0,E={};a&&(o=o.filter(T=>T!==a&&T!==l));let c=Rw(e,o);c.forEach(T=>{if(e.children(T.v).length){let S=Yp(e,T.v,n,r);E[T.v]=S,Object.hasOwn(S,"barycenter")&&mw(T,S)}});let d=Aw(c,n);Nw(d,E);let u=hw(d,r);if(a&&l){u.vs=[a,u.vs,l].flat(1);let T=e.predecessors(a);if(T&&T.length){let S=e.node(T[0]),I=e.predecessors(l),p=e.node(I[0]);Object.hasOwn(u,"barycenter")||(u.barycenter=0,u.weight=0),u.barycenter=(u.barycenter*u.weight+S.order+p.order)/(u.weight+2),u.weight+=2}}return u}function Nw(e,t){e.forEach(n=>{n.vs=n.vs.flatMap(r=>t[r]?t[r].vs:r)})}function mw(e,t){e.barycenter!==void 0?(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight):(e.barycenter=t.barycenter,e.weight=t.weight)}function Cw(e,t,n,r){r||(r=e.nodes());let o=gw(e),s=new Ze({compound:!0}).setGraph({root:o}).setDefaultNodeLabel(a=>e.node(a));return r.forEach(a=>{let l=e.node(a),E=e.parent(a);if(l.rank===t||l.minRank<=t&&t<=l.maxRank){s.setNode(a),s.setParent(a,E||o);let c=e[n](a);c&&c.forEach(d=>{let u=d.v===a?d.w:d.v,T=s.edge(u,a),S=T!==void 0?T.weight:0;s.setEdge(u,a,{weight:e.edge(d).weight+S})}),Object.hasOwn(l,"minRank")&&s.setNode(a,{borderLeft:l.borderLeft[t],borderRight:l.borderRight[t]})}}),s}function gw(e){let t;for(;e.hasNode(t=fE("_root")););return t}function Lw(e,t,n){let r={},o;n.forEach(s=>{let a=e.parent(s),l,E;for(;a;){if(l=e.parent(a),l?(E=r[l],r[l]=a):(E=o,o=a),E&&E!==a){t.setEdge(E,a);return}a=l}})}function Wp(e,t={}){if(typeof t.customOrder=="function"){t.customOrder(e,Wp);return}let n=Pp(e),r=tT(e,lo(1,n+1),"inEdges"),o=tT(e,lo(n-1,-1,-1),"outEdges"),s=Tw(e);if(nT(e,s),t.disableOptimalOrderHeuristic)return;let a=Number.POSITIVE_INFINITY,l,E=t.constraints||[];for(let c=0,d=0;d<4;++c,++d){_w(c%2?r:o,c%4>=2,E),s=go(e);let u=Sw(e,s);u<a?(d=0,l=Object.assign({},s),a=u):u===a&&(l=structuredClone(s))}nT(e,l)}function tT(e,t,n){let r=new Map,o=(s,a)=>{r.has(s)||r.set(s,[]),r.get(s).push(a)};for(let s of e.nodes()){let a=e.node(s);if(typeof a.rank=="number"&&o(a.rank,s),typeof a.minRank=="number"&&typeof a.maxRank=="number")for(let l=a.minRank;l<=a.maxRank;l++)l!==a.rank&&o(l,s)}return t.map(function(s){return Cw(e,s,n,r.get(s)||[])})}function _w(e,t,n){let r=new Ze;e.forEach(function(o){n.forEach(l=>r.setEdge(l.left,l.right));let s=o.graph().root,a=Yp(o,s,r,t);a.vs.forEach((l,E)=>o.node(l).order=E),Lw(o,r,a.vs)})}function nT(e,t){Object.values(t).forEach(n=>n.forEach((r,o)=>e.node(r).order=o))}function xw(e,t){let n={};function r(o,s){let a=0,l=0,E=o.length,c=s[s.length-1];return s.forEach((d,u)=>{let T=Dw(e,d),S=T?e.node(T).order:E;(T||d===c)&&(s.slice(l,u+1).forEach(I=>{let p=e.predecessors(I);p&&p.forEach(R=>{let A=e.node(R),h=A.order;(h<a||S<h)&&!(A.dummy&&e.node(I).dummy)&&Vp(n,R,I)})}),l=u+1,a=S)}),s}return t.length&&t.reduce(r),n}function yw(e,t){let n={};function r(s,a,l,E,c){lo(a,l).forEach(d=>{let u=s[d];if(u!==void 0&&e.node(u).dummy){let T=e.predecessors(u);T&&T.forEach(S=>{if(S===void 0)return;let I=e.node(S);I.dummy&&(I.order<E||I.order>c)&&Vp(n,S,u)})}})}function o(s,a){let l=-1,E=-1,c=0;return a.forEach((d,u)=>{if(e.node(d).dummy==="border"){let T=e.predecessors(d);if(T&&T.length){let S=T[0];if(S===void 0)return;E=e.node(S).order,r(a,c,u,l,E),c=u,l=E}}r(a,c,a.length,E,s.length)}),a}return t.length&&t.reduce(o),n}function Dw(e,t){if(e.node(t).dummy){let n=e.predecessors(t);if(n)return n.find(r=>e.node(r).dummy)}}function Vp(e,t,n){if(t>n){let o=t;t=n,n=o}let r=e[t];r||(e[t]=r={}),r[n]=!0}function Mw(e,t,n){if(t>n){let o=t;t=n,n=o}let r=e[t];return r!==void 0&&Object.hasOwn(r,n)}function Pw(e,t,n,r){let o={},s={},a={};return t.forEach(l=>{l.forEach((E,c)=>{o[E]=E,s[E]=E,a[E]=c})}),t.forEach(l=>{let E=-1;l.forEach(c=>{let d=r(c);if(d&&d.length){let u=d.sort((S,I)=>{let p=a[S],R=a[I];return(p!==void 0?p:0)-(R!==void 0?R:0)}),T=(u.length-1)/2;for(let S=Math.floor(T),I=Math.ceil(T);S<=I;++S){let p=u[S];if(p===void 0)continue;let R=a[p];if(R!==void 0&&s[c]===c&&E<R&&!Mw(n,c,p)){let A=o[p];A!==void 0&&(s[p]=c,s[c]=o[c]=A,E=R)}}}})}),{root:o,align:s}}function bw(e,t,n,r,o=!1){let s={},a=vw(e,t,n,o),l=o?"borderLeft":"borderRight";function E(S,I){let p=a.nodes().slice(),R={},A=p.pop();for(;A;){if(R[A])S(A);else{R[A]=!0,p.push(A);for(let h of I(A))p.push(h)}A=p.pop()}}function c(S){let I=a.inEdges(S);I?s[S]=I.reduce((p,R)=>{var A;let h=(A=s[R.v])!=null?A:0,O=a.edge(R);return Math.max(p,h+(O!==void 0?O:0))},0):s[S]=0}function d(S){let I=a.outEdges(S),p=Number.POSITIVE_INFINITY;I&&(p=I.reduce((A,h)=>{let O=s[h.w],N=a.edge(h);return Math.min(A,(O!==void 0?O:0)-(N!==void 0?N:0))},Number.POSITIVE_INFINITY));let R=e.node(S);p!==Number.POSITIVE_INFINITY&&R.borderType!==l&&(s[S]=Math.max(s[S]!==void 0?s[S]:0,p))}function u(S){return a.predecessors(S)||[]}function T(S){return a.successors(S)||[]}return E(c,u),E(d,T),Object.keys(r).forEach(S=>{var I;let p=n[S];p!==void 0&&(s[S]=(I=s[p])!=null?I:0)}),s}function vw(e,t,n,r){let o=new Ze,s=e.graph(),a=Gw(s.nodesep,s.edgesep,r);return t.forEach(l=>{let E;l.forEach(c=>{let d=n[c];if(d!==void 0){if(o.setNode(d),E!==void 0){let u=n[E];if(u!==void 0){let T=o.edge(u,d);o.setEdge(u,d,Math.max(a(e,c,E),T||0))}}E=c}})}),o}function Uw(e,t){return Object.values(t).reduce((n,r)=>{let o=Number.NEGATIVE_INFINITY,s=Number.POSITIVE_INFINITY;Object.entries(r).forEach(([l,E])=>{let c=Hw(e,l)/2;o=Math.max(E+c,o),s=Math.min(E-c,s)});let a=o-s;return a<n[0]&&(n=[a,r]),n},[Number.POSITIVE_INFINITY,null])[1]}function ww(e,t){let n=Object.values(t),r=pt(Math.min,n),o=pt(Math.max,n);["u","d"].forEach(s=>{["l","r"].forEach(a=>{let l=s+a,E=e[l];if(!E||E===t)return;let c=Object.values(E),d=r-pt(Math.min,c);a!=="l"&&(d=o-pt(Math.max,c)),d&&(e[l]=zi(E,u=>u+d))})})}function Bw(e,t=void 0){let n=e.ul;return n?zi(n,(r,o)=>{var s,a;if(t){let E=t.toLowerCase(),c=e[E];if(c&&c[o]!==void 0)return c[o]}let l=Object.values(e).map(E=>{let c=E[o];return c!==void 0?c:0}).sort((E,c)=>E-c);return(((s=l[1])!=null?s:0)+((a=l[2])!=null?a:0))/2}):{}}function Fw(e){let t=go(e),n=Object.assign(xw(e,t),yw(e,t)),r={},o;["u","d"].forEach(a=>{o=a==="u"?t:Object.values(t).reverse(),["l","r"].forEach(l=>{l==="r"&&(o=o.map(d=>Object.values(d).reverse()));let E=Pw(e,o,n,d=>(a==="u"?e.predecessors(d):e.successors(d))||[]),c=bw(e,o,E.root,E.align,l==="r");l==="r"&&(c=zi(c,d=>-d)),r[a+l]=c})});let s=Uw(e,r);return ww(r,s),Bw(r,e.graph().align)}function Gw(e,t,n){return(r,o,s)=>{let a=r.node(o),l=r.node(s),E=0,c;if(E+=a.width/2,Object.hasOwn(a,"labelpos"))switch(a.labelpos.toLowerCase()){case"l":c=-a.width/2;break;case"r":c=a.width/2;break}if(c&&(E+=n?c:-c),c=void 0,E+=(a.dummy?t:e)/2,E+=(l.dummy?t:e)/2,E+=l.width/2,Object.hasOwn(l,"labelpos"))switch(l.labelpos.toLowerCase()){case"l":c=l.width/2;break;case"r":c=-l.width/2;break}return c&&(E+=n?c:-c),E}}function Hw(e,t){return e.node(t).width}function kw(e){e=Dp(e),jw(e),Object.entries(Fw(e)).forEach(([t,n])=>e.node(t).x=n)}function jw(e){let t=go(e),n=e.graph(),r=n.ranksep,o=n.rankalign,s=0;t.forEach(a=>{let l=a.reduce((E,c)=>{var d;let u=(d=e.node(c).height)!=null?d:0;return E>u?E:u},0);a.forEach(E=>{let c=e.node(E);o==="top"?c.y=s+c.height/2:o==="bottom"?c.y=s+l-c.height/2:c.y=s+l/2}),s+=l+r})}function Yw(e,t={}){let n=t.debugTiming?bp:vp;return n("layout",()=>{let r=n(" buildLayoutGraph",()=>Zw(e));return n(" runLayout",()=>Ww(r,n,t)),n(" updateInputGraph",()=>Vw(e,r)),r})}function Ww(e,t,n){t(" makeSpaceForEdgeLabels",()=>eB(e)),t(" removeSelfEdges",()=>cB(e)),t(" acyclic",()=>bU(e)),t(" nestingGraph.run",()=>rw(e)),t(" rank",()=>zU(Dp(e))),t(" injectEdgeLabelProxies",()=>tB(e)),t(" removeEmptyRanks",()=>IU(e)),t(" nestingGraph.cleanup",()=>iw(e)),t(" normalizeRanks",()=>pU(e)),t(" assignRankMinMax",()=>nB(e)),t(" removeEdgeLabelProxies",()=>rB(e)),t(" normalize.run",()=>wU(e)),t(" parentDummyChains",()=>ZU(e)),t(" addBorderSegments",()=>aw(e)),t(" order",()=>Wp(e,n)),t(" insertSelfEdges",()=>EB(e)),t(" adjustCoordinateSystem",()=>cw(e)),t(" position",()=>kw(e)),t(" positionSelfEdges",()=>dB(e)),t(" removeBorderNodes",()=>lB(e)),t(" normalize.undo",()=>FU(e)),t(" fixupEdgeLabelCoords",()=>iB(e)),t(" undoCoordinateSystem",()=>Ew(e)),t(" translateGraph",()=>oB(e)),t(" assignNodeIntersects",()=>sB(e)),t(" reversePoints",()=>aB(e)),t(" acyclic.undo",()=>UU(e))}function Vw(e,t){e.nodes().forEach(n=>{let r=e.node(n),o=t.node(n);r&&(r.x=o.x,r.y=o.y,r.order=o.order,r.rank=o.rank,t.children(n).length&&(r.width=o.width,r.height=o.height))}),e.edges().forEach(n=>{let r=e.edge(n),o=t.edge(n);r.points=o.points,Object.hasOwn(o,"x")&&(r.x=o.x,r.y=o.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}var $w=["nodesep","edgesep","ranksep","marginx","marginy"],Xw={ranksep:50,edgesep:20,nodesep:50,rankdir:"TB",rankalign:"center"},Kw=["acyclicer","ranker","rankdir","align","rankalign"],zw=["width","height","rank"],rT={width:0,height:0},Jw=["minlen","weight","width","height","labeloffset"],qw={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},Qw=["labelpos"];function Zw(e){let t=new Ze({multigraph:!0,compound:!0}),n=Qa(e.graph());return t.setGraph(Object.assign({},Xw,qa(n,$w),Ei(n,Kw))),e.nodes().forEach(r=>{let o=Qa(e.node(r)),s=qa(o,zw);Object.keys(rT).forEach(l=>{s[l]===void 0&&(s[l]=rT[l])}),t.setNode(r,s);let a=e.parent(r);a!==void 0&&t.setParent(r,a)}),e.edges().forEach(r=>{let o=Qa(e.edge(r));t.setEdge(r,Object.assign({},qw,qa(o,Jw),Ei(o,Qw)))}),t}function eB(e){let t=e.graph();t.ranksep/=2,e.edges().forEach(n=>{let r=e.edge(n);r.minlen*=2,r.labelpos.toLowerCase()!=="c"&&(t.rankdir==="TB"||t.rankdir==="BT"?r.width+=r.labeloffset:r.height+=r.labeloffset)})}function tB(e){e.edges().forEach(t=>{let n=e.edge(t);if(n.width&&n.height){let r=e.node(t.v),o={rank:(e.node(t.w).rank-r.rank)/2+r.rank,e:t};Ir(e,"edge-proxy",o,"_ep")}})}function nB(e){let t=0;e.nodes().forEach(n=>{let r=e.node(n);r.borderTop&&(r.minRank=e.node(r.borderTop).rank,r.maxRank=e.node(r.borderBottom).rank,t=Math.max(t,r.maxRank))}),e.graph().maxRank=t}function rB(e){e.nodes().forEach(t=>{let n=e.node(t);if(n.dummy==="edge-proxy"){let r=n;e.edge(r.e).labelRank=n.rank,e.removeNode(t)}})}function oB(e){let t=Number.POSITIVE_INFINITY,n=0,r=Number.POSITIVE_INFINITY,o=0,s=e.graph(),a=s.marginx||0,l=s.marginy||0;function E(c){let d=c.x,u=c.y,T=c.width,S=c.height;t=Math.min(t,d-T/2),n=Math.max(n,d+T/2),r=Math.min(r,u-S/2),o=Math.max(o,u+S/2)}e.nodes().forEach(c=>E(e.node(c))),e.edges().forEach(c=>{let d=e.edge(c);Object.hasOwn(d,"x")&&E(d)}),t-=a,r-=l,e.nodes().forEach(c=>{let d=e.node(c);d.x-=t,d.y-=r}),e.edges().forEach(c=>{let d=e.edge(c);d.points.forEach(u=>{u.x-=t,u.y-=r}),Object.hasOwn(d,"x")&&(d.x-=t),Object.hasOwn(d,"y")&&(d.y-=r)}),s.width=n-t+a,s.height=o-r+l}function sB(e){e.edges().forEach(t=>{let n=e.edge(t),r=e.node(t.v),o=e.node(t.w),s,a;n.points?(s=n.points[0],a=n.points[n.points.length-1]):(n.points=[],s=o,a=r),n.points.unshift(Xu(r,s)),n.points.push(Xu(o,a))})}function iB(e){e.edges().forEach(t=>{let n=e.edge(t);if(Object.hasOwn(n,"x"))switch((n.labelpos==="l"||n.labelpos==="r")&&(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset;break}})}function aB(e){e.edges().forEach(t=>{let n=e.edge(t);n.reversed&&n.points.reverse()})}function lB(e){e.nodes().forEach(t=>{if(e.children(t).length){let n=e.node(t),r=e.node(n.borderTop),o=e.node(n.borderBottom),s=e.node(n.borderLeft[n.borderLeft.length-1]),a=e.node(n.borderRight[n.borderRight.length-1]);n.width=Math.abs(a.x-s.x),n.height=Math.abs(o.y-r.y),n.x=s.x+n.width/2,n.y=r.y+n.height/2}}),e.nodes().forEach(t=>{e.node(t).dummy==="border"&&e.removeNode(t)})}function cB(e){e.edges().forEach(t=>{if(t.v===t.w){let n=e.node(t.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}function EB(e){go(e).forEach(t=>{let n=0;t.forEach((r,o)=>{let s=e.node(r);s.order=o+n,(s.selfEdges||[]).forEach(a=>{Ir(e,"selfedge",{width:a.label.width,height:a.label.height,rank:s.rank,order:o+ ++n,e:a.e,label:a.label},"_se")}),delete s.selfEdges})})}function dB(e){e.nodes().forEach(t=>{let n=e.node(t);if(n.dummy==="selfedge"){let r=n,o=e.node(r.e.v),s=o.x+o.width/2,a=o.y,l=n.x-s,E=o.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:s+2*l/3,y:a-E},{x:s+5*l/6,y:a-E},{x:s+l,y:a},{x:s+5*l/6,y:a+E},{x:s+2*l/3,y:a+E}],r.label.x=n.x,r.label.y=n.y}})}function qa(e,t){return zi(Ei(e,t),Number)}function Qa(e){let t={};return e&&Object.entries(e).forEach(([n,r])=>{typeof n=="string"&&(n=n.toLowerCase()),t[n]=r}),t}function uB(e){let t=go(e),n=new Ze({compound:!0,multigraph:!0}).setGraph({});return e.nodes().forEach(r=>{n.setNode(r,{label:r}),n.setParent(r,"layer"+e.node(r).rank)}),e.edges().forEach(r=>n.setEdge(r.v,r.w,{},r.name)),t.forEach((r,o)=>{let s="layer"+o;n.setNode(s,{rank:"same"}),r.reduce((a,l)=>(n.setEdge(a,l,{style:"invis"}),l))}),n}var TB={graphlib:Op,version:CU,layout:Yw,debug:uB,util:{time:bp,notime:vp}},di=TB;/*! For license information please see dagre.esm.js.LEGAL.txt */function SB(e,t,n={}){var o;if(e.length===0)return e;const r=new di.graphlib.Graph().setDefaultEdgeLabel(()=>({}));r.setGraph({rankdir:"LR",ranksep:60,nodesep:30,marginx:20,marginy:20});for(const s of e){const a={width:170,height:52};if(n.mode==="layered"&&((o=s.data)!=null&&o.layer)){const l=Vs.indexOf(s.data.layer);l>=0&&(a.rank=l)}r.setNode(s.id,a)}for(const s of t)r.setEdge(s.source,s.target);return di.layout(r),e.map(s=>{const a=r.node(s.id);return{...s,position:{x:a.x-85,y:a.y-26}}})}function fB({data:e,selected:t}){const n=e.nodeType,r=e.isFocal,o=Be[n]??"#8b949e",s=Fc[n]??n.toUpperCase();return i.jsxs("div",{style:{minWidth:140,maxWidth:190,background:"#161b22",border:`2px solid ${r||t?"#58a6ff":o}`,borderRadius:8,padding:"6px 8px",boxShadow:r?"0 0 0 2px rgba(88, 166, 255, 0.25)":"none"},children:[i.jsx(rn,{type:"target",position:re.Left,style:{width:6,height:6,background:o,border:"none"}}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,marginBottom:2},children:[i.jsx("span",{style:{fontSize:8,fontWeight:700,letterSpacing:"0.04em",color:"#0d1117",background:o,borderRadius:3,padding:"1px 4px"},children:s}),e.domain&&i.jsx("span",{style:{color:"#8b949e",fontSize:9},children:e.domain})]}),i.jsx("div",{style:{color:"#e6edf3",fontSize:10,fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.label,children:e.label}),i.jsx(rn,{type:"source",position:re.Right,style:{width:6,height:6,background:o,border:"none"}})]})}const RB={miniDagNode:fB};function $p({nodes:e,edges:t,focalNodeId:n,height:r=250,onNodeClick:o,interactive:s=!0,layoutMode:a="flow"}){const[l,E,c]=Sp([]),[d,u,T]=fp([]);return f.useEffect(()=>{const S=e.map(p=>({id:p.id,type:"miniDagNode",position:{x:0,y:0},data:{label:p.name,nodeType:p.type,domain:p.domain,layer:Gc(p),isFocal:p.id===n}})),I=t.map((p,R)=>({id:`mini-edge-${R}-${p.source}-${p.target}`,source:p.source,target:p.target,style:{stroke:Fr[p.type]??"#8b949e",strokeWidth:1.4},markerEnd:{type:lr.ArrowClosed,color:Fr[p.type]??"#8b949e",width:10,height:10}}));E(SB(S,I,{mode:a})),u(I)},[e,t,n,a,E,u]),e.length===0?i.jsx("div",{style:{height:r,display:"flex",alignItems:"center",justifyContent:"center",color:"#8b949e",fontSize:11},children:"No lineage nodes to display"}):i.jsx("div",{style:{height:r,width:"100%",borderRadius:8,overflow:"hidden",border:"1px solid #30363d"},children:i.jsx(Tp,{nodes:l,edges:d,onNodesChange:s?c:void 0,onEdgesChange:s?T:void 0,onNodeClick:o?(S,I)=>o(I.id):void 0,nodeTypes:RB,fitView:!0,fitViewOptions:{padding:.15},proOptions:{hideAttribution:!0},nodesDraggable:s,nodesConnectable:!1,zoomOnScroll:s,panOnDrag:s,style:{background:"#0d1117"},children:i.jsx(Ap,{color:"#21262d",gap:20,size:1})})})}function AB(e){const t=e.match(/^\s*block\s+"([^"]+)"/i);return t?t[1]:null}function pB(e){const t=[],n=/\b(?:FROM|JOIN)\s+([a-zA-Z_][\w.]*)/gi;for(const o of e.matchAll(n)){const s=o[1].toLowerCase();["select","where","group","order","having","limit","union","lateral"].includes(s)||t.push(s)}const r=/\bref\s*\(\s*"([^"]+)"\s*\)/gi;for(const o of e.matchAll(r))t.push(o[1]);return[...new Set(t)]}function IB(e){const t=[],n=[];for(const r of e.matchAll(/@metric\s*\(\s*([^)]+)\s*\)/gi))t.push(r[1].replace(/['"]/g,"").trim());for(const r of e.matchAll(/@dim\s*\(\s*([^)]+)\s*\)/gi))n.push(r[1].replace(/['"]/g,"").trim());return{metrics:t,dimensions:n}}function hB({cellContent:e,cellType:t,cellName:n,themeMode:r,t:o,onFocusNode:s}){const[a,l]=f.useState(!1),[E,c]=f.useState(!1),[d,u]=f.useState([]),[T,S]=f.useState([]),[I,p]=f.useState(),[R,A]=f.useState([]),[h,O]=f.useState({metrics:[],dimensions:[]}),[N,m]=f.useState(null),[C,g]=f.useState(null),L=(t==="dql"?AB(e):null)||n,U=f.useCallback(async()=>{if(!(!L&&t!=="sql")){c(!0),g(null);try{const b=pB(e);if(A(b),O(IB(e)),L){const F=`block:${L}`;p(F);const[_,v]=await Promise.all([ee.queryLineage({focus:F}),ee.fetchLineagePaths(F)]);_!=null&&_.graph&&(u(_.graph.nodes??[]),S(_.graph.edges??[])),v&&m(v)}else{p(void 0);const _=((await ee.fetchLineage()).nodes??[]).filter(v=>b.some(M=>v.name===M||v.id===`table:${M}`));u(_),S([])}}catch{g("Failed to load lineage")}finally{c(!1)}}},[L,e,t]);f.useEffect(()=>{a&&U()},[a,U]);const y=R.length>0||h.metrics.length>0||h.dimensions.length>0;return e.trim()?i.jsxs("div",{style:{borderTop:`1px solid ${o.cellBorder}`},children:[i.jsxs("button",{onClick:()=>l(b=>!b),style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 12px",background:a?`${o.tableHeaderBg}60`:"transparent",border:"none",cursor:"pointer",color:o.textMuted,fontSize:10,fontFamily:o.font,transition:"background 0.15s"},children:[i.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",style:{flexShrink:0},children:[i.jsx("circle",{cx:"4",cy:"4",r:"2"}),i.jsx("circle",{cx:"12",cy:"8",r:"2"}),i.jsx("circle",{cx:"4",cy:"12",r:"2"}),i.jsx("line",{x1:"6",y1:"4",x2:"10",y2:"8"}),i.jsx("line",{x1:"6",y1:"12",x2:"10",y2:"8"})]}),i.jsx("span",{children:"Lineage"}),i.jsx("svg",{width:"8",height:"8",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:a?"rotate(0deg)":"rotate(-90deg)",transition:"transform 0.15s"},children:i.jsx("path",{d:"M1 3l4 4 4-4",stroke:"currentColor",fill:"none",strokeWidth:"1.5"})}),a&&L&&s&&i.jsx("span",{onClick:b=>{b.stopPropagation(),s(`block:${L}`)},style:{marginLeft:"auto",fontSize:9,color:o.accent,cursor:"pointer",textDecoration:"underline"},children:"View in DAG"})]}),a&&i.jsx("div",{style:{fontSize:11},children:E?i.jsx("div",{style:{color:o.textMuted,padding:"8px 12px"},children:"Loading lineage..."}):C?i.jsx("div",{style:{color:o.error,padding:"8px 12px"},children:C}):i.jsxs(i.Fragment,{children:[d.length>0&&I&&i.jsx("div",{style:{borderBottom:`1px solid ${o.cellBorder}`},children:i.jsx($p,{nodes:d,edges:T,focalNodeId:I,height:200,onNodeClick:s,interactive:!0,layoutMode:"flow"})}),i.jsxs("div",{style:{padding:"6px 12px 8px"},children:[N&&(N.upstreamPaths.length>0||N.downstreamPaths.length>0)&&i.jsxs("div",{style:{marginBottom:8},children:[i.jsx("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:4},children:"Complete Paths"}),i.jsxs("div",{style:{display:"grid",gap:6},children:[N.upstreamPaths.slice(0,3).map((b,F)=>i.jsx(Vl,{path:b,onNodeClick:s,focalNodeId:I,t:o},`up-${F}`)),N.downstreamPaths.slice(0,2).map((b,F)=>i.jsx(Vl,{path:b,onNodeClick:s,focalNodeId:I,t:o},`down-${F}`))]})]}),R.length>0&&i.jsxs("div",{style:{marginBottom:6},children:[i.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Reads From (",R.length,")"]}),R.map(b=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[i.jsx("span",{style:{color:Be.source_table,fontSize:9,fontWeight:700,width:26},children:"TBL"}),i.jsx("span",{children:b})]},b))]}),h.metrics.length>0&&i.jsxs("div",{style:{marginBottom:6},children:[i.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Metrics (",h.metrics.length,")"]}),h.metrics.map(b=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[i.jsx("span",{style:{color:Be.metric,fontSize:9,fontWeight:700,width:26},children:"MET"}),i.jsx("span",{children:b})]},b))]}),h.dimensions.length>0&&i.jsxs("div",{style:{marginBottom:6},children:[i.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Dimensions (",h.dimensions.length,")"]}),h.dimensions.map(b=>i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[i.jsx("span",{style:{color:Be.dimension,fontSize:9,fontWeight:700,width:26},children:"DIM"}),i.jsx("span",{children:b})]},b))]}),!y&&d.length===0&&!N&&i.jsx("div",{style:{color:o.textMuted,padding:"2px 0"},children:"No lineage dependencies detected for this cell."})]})]})})]}):null}const G=e=>e.flatMap(OB),OB=e=>bs(mB(e)).map(NB),NB=e=>e.replace(/ +/g," ").trim(),mB=e=>({type:"mandatory_block",items:IE(e,0)[0]}),IE=(e,t,n)=>{const r=[];for(;e[t];){const[o,s]=CB(e,t);if(r.push(o),t=s,e[t]==="|")t++;else if(e[t]==="}"||e[t]==="]"){if(n!==e[t])throw new Error(`Unbalanced parenthesis in: ${e}`);return t++,[r,t]}else if(t===e.length){if(n)throw new Error(`Unbalanced parenthesis in: ${e}`);return[r,t]}else throw new Error(`Unexpected "${e[t]}"`)}return[r,t]},CB=(e,t)=>{const n=[];for(;;){const[r,o]=gB(e,t);if(r)n.push(r),t=o;else break}return n.length===1?[n[0],t]:[{type:"concatenation",items:n},t]},gB=(e,t)=>{if(e[t]==="{")return LB(e,t+1);if(e[t]==="[")return _B(e,t+1);{let n="";for(;e[t]&&/[A-Za-z0-9_ ]/.test(e[t]);)n+=e[t],t++;return[n,t]}},LB=(e,t)=>{const[n,r]=IE(e,t,"}");return[{type:"mandatory_block",items:n},r]},_B=(e,t)=>{const[n,r]=IE(e,t,"]");return[{type:"optional_block",items:n},r]},bs=e=>{if(typeof e=="string")return[e];if(e.type==="concatenation")return e.items.map(bs).reduce(xB,[""]);if(e.type==="mandatory_block")return e.items.flatMap(bs);if(e.type==="optional_block")return["",...e.items.flatMap(bs)];throw new Error(`Unknown node type: ${e}`)},xB=(e,t)=>{const n=[];for(const r of e)for(const o of t)n.push(r+o);return n};var V;(function(e){e.QUOTED_IDENTIFIER="QUOTED_IDENTIFIER",e.IDENTIFIER="IDENTIFIER",e.STRING="STRING",e.VARIABLE="VARIABLE",e.RESERVED_DATA_TYPE="RESERVED_DATA_TYPE",e.RESERVED_PARAMETERIZED_DATA_TYPE="RESERVED_PARAMETERIZED_DATA_TYPE",e.RESERVED_KEYWORD="RESERVED_KEYWORD",e.RESERVED_FUNCTION_NAME="RESERVED_FUNCTION_NAME",e.RESERVED_KEYWORD_PHRASE="RESERVED_KEYWORD_PHRASE",e.RESERVED_DATA_TYPE_PHRASE="RESERVED_DATA_TYPE_PHRASE",e.RESERVED_SET_OPERATION="RESERVED_SET_OPERATION",e.RESERVED_CLAUSE="RESERVED_CLAUSE",e.RESERVED_SELECT="RESERVED_SELECT",e.RESERVED_JOIN="RESERVED_JOIN",e.ARRAY_IDENTIFIER="ARRAY_IDENTIFIER",e.ARRAY_KEYWORD="ARRAY_KEYWORD",e.CASE="CASE",e.END="END",e.WHEN="WHEN",e.ELSE="ELSE",e.THEN="THEN",e.LIMIT="LIMIT",e.BETWEEN="BETWEEN",e.AND="AND",e.OR="OR",e.XOR="XOR",e.OPERATOR="OPERATOR",e.COMMA="COMMA",e.ASTERISK="ASTERISK",e.PROPERTY_ACCESS_OPERATOR="PROPERTY_ACCESS_OPERATOR",e.OPEN_PAREN="OPEN_PAREN",e.CLOSE_PAREN="CLOSE_PAREN",e.LINE_COMMENT="LINE_COMMENT",e.BLOCK_COMMENT="BLOCK_COMMENT",e.DISABLE_COMMENT="DISABLE_COMMENT",e.NUMBER="NUMBER",e.NAMED_PARAMETER="NAMED_PARAMETER",e.QUOTED_PARAMETER="QUOTED_PARAMETER",e.NUMBERED_PARAMETER="NUMBERED_PARAMETER",e.POSITIONAL_PARAMETER="POSITIONAL_PARAMETER",e.CUSTOM_PARAMETER="CUSTOM_PARAMETER",e.DELIMITER="DELIMITER",e.EOF="EOF"})(V=V||(V={}));const Xp=e=>({type:V.EOF,raw:"«EOF»",text:"«EOF»",start:e}),on=Xp(1/0),kn=e=>t=>t.type===e.type&&t.text===e.text,sn={ARRAY:kn({text:"ARRAY",type:V.RESERVED_DATA_TYPE}),BY:kn({text:"BY",type:V.RESERVED_KEYWORD}),SET:kn({text:"SET",type:V.RESERVED_CLAUSE}),STRUCT:kn({text:"STRUCT",type:V.RESERVED_DATA_TYPE}),WINDOW:kn({text:"WINDOW",type:V.RESERVED_CLAUSE}),VALUES:kn({text:"VALUES",type:V.RESERVED_CLAUSE})},Kp=e=>e===V.RESERVED_DATA_TYPE||e===V.RESERVED_KEYWORD||e===V.RESERVED_FUNCTION_NAME||e===V.RESERVED_KEYWORD_PHRASE||e===V.RESERVED_DATA_TYPE_PHRASE||e===V.RESERVED_CLAUSE||e===V.RESERVED_SELECT||e===V.RESERVED_SET_OPERATION||e===V.RESERVED_JOIN||e===V.ARRAY_KEYWORD||e===V.CASE||e===V.END||e===V.WHEN||e===V.ELSE||e===V.THEN||e===V.LIMIT||e===V.BETWEEN||e===V.AND||e===V.OR||e===V.XOR,yB=e=>e===V.AND||e===V.OR||e===V.XOR,DB=["KEYS.NEW_KEYSET","KEYS.ADD_KEY_FROM_RAW_BYTES","AEAD.DECRYPT_BYTES","AEAD.DECRYPT_STRING","AEAD.ENCRYPT","KEYS.KEYSET_CHAIN","KEYS.KEYSET_FROM_JSON","KEYS.KEYSET_TO_JSON","KEYS.ROTATE_KEYSET","KEYS.KEYSET_LENGTH","ANY_VALUE","ARRAY_AGG","AVG","CORR","COUNT","COUNTIF","COVAR_POP","COVAR_SAMP","MAX","MIN","ST_CLUSTERDBSCAN","STDDEV_POP","STDDEV_SAMP","STRING_AGG","SUM","VAR_POP","VAR_SAMP","ANY_VALUE","ARRAY_AGG","ARRAY_CONCAT_AGG","AVG","BIT_AND","BIT_OR","BIT_XOR","COUNT","COUNTIF","LOGICAL_AND","LOGICAL_OR","MAX","MIN","STRING_AGG","SUM","APPROX_COUNT_DISTINCT","APPROX_QUANTILES","APPROX_TOP_COUNT","APPROX_TOP_SUM","ARRAY_CONCAT","ARRAY_LENGTH","ARRAY_TO_STRING","GENERATE_ARRAY","GENERATE_DATE_ARRAY","GENERATE_TIMESTAMP_ARRAY","ARRAY_REVERSE","OFFSET","SAFE_OFFSET","ORDINAL","SAFE_ORDINAL","BIT_COUNT","PARSE_BIGNUMERIC","PARSE_NUMERIC","SAFE_CAST","CURRENT_DATE","EXTRACT","DATE","DATE_ADD","DATE_SUB","DATE_DIFF","DATE_TRUNC","DATE_FROM_UNIX_DATE","FORMAT_DATE","LAST_DAY","PARSE_DATE","UNIX_DATE","CURRENT_DATETIME","DATETIME","EXTRACT","DATETIME_ADD","DATETIME_SUB","DATETIME_DIFF","DATETIME_TRUNC","FORMAT_DATETIME","LAST_DAY","PARSE_DATETIME","ERROR","EXTERNAL_QUERY","S2_CELLIDFROMPOINT","S2_COVERINGCELLIDS","ST_ANGLE","ST_AREA","ST_ASBINARY","ST_ASGEOJSON","ST_ASTEXT","ST_AZIMUTH","ST_BOUNDARY","ST_BOUNDINGBOX","ST_BUFFER","ST_BUFFERWITHTOLERANCE","ST_CENTROID","ST_CENTROID_AGG","ST_CLOSESTPOINT","ST_CLUSTERDBSCAN","ST_CONTAINS","ST_CONVEXHULL","ST_COVEREDBY","ST_COVERS","ST_DIFFERENCE","ST_DIMENSION","ST_DISJOINT","ST_DISTANCE","ST_DUMP","ST_DWITHIN","ST_ENDPOINT","ST_EQUALS","ST_EXTENT","ST_EXTERIORRING","ST_GEOGFROM","ST_GEOGFROMGEOJSON","ST_GEOGFROMTEXT","ST_GEOGFROMWKB","ST_GEOGPOINT","ST_GEOGPOINTFROMGEOHASH","ST_GEOHASH","ST_GEOMETRYTYPE","ST_INTERIORRINGS","ST_INTERSECTION","ST_INTERSECTS","ST_INTERSECTSBOX","ST_ISCOLLECTION","ST_ISEMPTY","ST_LENGTH","ST_MAKELINE","ST_MAKEPOLYGON","ST_MAKEPOLYGONORIENTED","ST_MAXDISTANCE","ST_NPOINTS","ST_NUMGEOMETRIES","ST_NUMPOINTS","ST_PERIMETER","ST_POINTN","ST_SIMPLIFY","ST_SNAPTOGRID","ST_STARTPOINT","ST_TOUCHES","ST_UNION","ST_UNION_AGG","ST_WITHIN","ST_X","ST_Y","FARM_FINGERPRINT","MD5","SHA1","SHA256","SHA512","HLL_COUNT.INIT","HLL_COUNT.MERGE","HLL_COUNT.MERGE_PARTIAL","HLL_COUNT.EXTRACT","MAKE_INTERVAL","EXTRACT","JUSTIFY_DAYS","JUSTIFY_HOURS","JUSTIFY_INTERVAL","JSON_EXTRACT","JSON_QUERY","JSON_EXTRACT_SCALAR","JSON_VALUE","JSON_EXTRACT_ARRAY","JSON_QUERY_ARRAY","JSON_EXTRACT_STRING_ARRAY","JSON_VALUE_ARRAY","TO_JSON_STRING","ABS","SIGN","IS_INF","IS_NAN","IEEE_DIVIDE","RAND","SQRT","POW","POWER","EXP","LN","LOG","LOG10","GREATEST","LEAST","DIV","SAFE_DIVIDE","SAFE_MULTIPLY","SAFE_NEGATE","SAFE_ADD","SAFE_SUBTRACT","MOD","ROUND","TRUNC","CEIL","CEILING","FLOOR","COS","COSH","ACOS","ACOSH","SIN","SINH","ASIN","ASINH","TAN","TANH","ATAN","ATANH","ATAN2","RANGE_BUCKET","FIRST_VALUE","LAST_VALUE","NTH_VALUE","LEAD","LAG","PERCENTILE_CONT","PERCENTILE_DISC","NET.IP_FROM_STRING","NET.SAFE_IP_FROM_STRING","NET.IP_TO_STRING","NET.IP_NET_MASK","NET.IP_TRUNC","NET.IPV4_FROM_INT64","NET.IPV4_TO_INT64","NET.HOST","NET.PUBLIC_SUFFIX","NET.REG_DOMAIN","RANK","DENSE_RANK","PERCENT_RANK","CUME_DIST","NTILE","ROW_NUMBER","SESSION_USER","CORR","COVAR_POP","COVAR_SAMP","STDDEV_POP","STDDEV_SAMP","STDDEV","VAR_POP","VAR_SAMP","VARIANCE","ASCII","BYTE_LENGTH","CHAR_LENGTH","CHARACTER_LENGTH","CHR","CODE_POINTS_TO_BYTES","CODE_POINTS_TO_STRING","CONCAT","CONTAINS_SUBSTR","ENDS_WITH","FORMAT","FROM_BASE32","FROM_BASE64","FROM_HEX","INITCAP","INSTR","LEFT","LENGTH","LPAD","LOWER","LTRIM","NORMALIZE","NORMALIZE_AND_CASEFOLD","OCTET_LENGTH","REGEXP_CONTAINS","REGEXP_EXTRACT","REGEXP_EXTRACT_ALL","REGEXP_INSTR","REGEXP_REPLACE","REGEXP_SUBSTR","REPLACE","REPEAT","REVERSE","RIGHT","RPAD","RTRIM","SAFE_CONVERT_BYTES_TO_STRING","SOUNDEX","SPLIT","STARTS_WITH","STRPOS","SUBSTR","SUBSTRING","TO_BASE32","TO_BASE64","TO_CODE_POINTS","TO_HEX","TRANSLATE","TRIM","UNICODE","UPPER","CURRENT_TIME","TIME","EXTRACT","TIME_ADD","TIME_SUB","TIME_DIFF","TIME_TRUNC","FORMAT_TIME","PARSE_TIME","CURRENT_TIMESTAMP","EXTRACT","STRING","TIMESTAMP","TIMESTAMP_ADD","TIMESTAMP_SUB","TIMESTAMP_DIFF","TIMESTAMP_TRUNC","FORMAT_TIMESTAMP","PARSE_TIMESTAMP","TIMESTAMP_SECONDS","TIMESTAMP_MILLIS","TIMESTAMP_MICROS","UNIX_SECONDS","UNIX_MILLIS","UNIX_MICROS","GENERATE_UUID","COALESCE","IF","IFNULL","NULLIF","AVG","BIT_AND","BIT_OR","BIT_XOR","CORR","COUNT","COVAR_POP","COVAR_SAMP","EXACT_COUNT_DISTINCT","FIRST","GROUP_CONCAT","GROUP_CONCAT_UNQUOTED","LAST","MAX","MIN","NEST","NTH","QUANTILES","STDDEV","STDDEV_POP","STDDEV_SAMP","SUM","TOP","UNIQUE","VARIANCE","VAR_POP","VAR_SAMP","BIT_COUNT","BOOLEAN","BYTES","CAST","FLOAT","HEX_STRING","INTEGER","STRING","COALESCE","GREATEST","IFNULL","IS_INF","IS_NAN","IS_EXPLICITLY_DEFINED","LEAST","NVL","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","DATE","DATE_ADD","DATEDIFF","DAY","DAYOFWEEK","DAYOFYEAR","FORMAT_UTC_USEC","HOUR","MINUTE","MONTH","MSEC_TO_TIMESTAMP","NOW","PARSE_UTC_USEC","QUARTER","SEC_TO_TIMESTAMP","SECOND","STRFTIME_UTC_USEC","TIME","TIMESTAMP","TIMESTAMP_TO_MSEC","TIMESTAMP_TO_SEC","TIMESTAMP_TO_USEC","USEC_TO_TIMESTAMP","UTC_USEC_TO_DAY","UTC_USEC_TO_HOUR","UTC_USEC_TO_MONTH","UTC_USEC_TO_WEEK","UTC_USEC_TO_YEAR","WEEK","YEAR","FORMAT_IP","PARSE_IP","FORMAT_PACKED_IP","PARSE_PACKED_IP","JSON_EXTRACT","JSON_EXTRACT_SCALAR","ABS","ACOS","ACOSH","ASIN","ASINH","ATAN","ATANH","ATAN2","CEIL","COS","COSH","DEGREES","EXP","FLOOR","LN","LOG","LOG2","LOG10","PI","POW","RADIANS","RAND","ROUND","SIN","SINH","SQRT","TAN","TANH","REGEXP_MATCH","REGEXP_EXTRACT","REGEXP_REPLACE","CONCAT","INSTR","LEFT","LENGTH","LOWER","LPAD","LTRIM","REPLACE","RIGHT","RPAD","RTRIM","SPLIT","SUBSTR","UPPER","TABLE_DATE_RANGE","TABLE_DATE_RANGE_STRICT","TABLE_QUERY","HOST","DOMAIN","TLD","AVG","COUNT","MAX","MIN","STDDEV","SUM","CUME_DIST","DENSE_RANK","FIRST_VALUE","LAG","LAST_VALUE","LEAD","NTH_VALUE","NTILE","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","RANK","RATIO_TO_REPORT","ROW_NUMBER","CURRENT_USER","EVERY","FROM_BASE64","HASH","FARM_FINGERPRINT","IF","POSITION","SHA1","SOME","TO_BASE64","BQ.JOBS.CANCEL","BQ.REFRESH_MATERIALIZED_VIEW","OPTIONS","PIVOT","UNPIVOT"],MB=["ALL","AND","ANY","AS","ASC","ASSERT_ROWS_MODIFIED","AT","BETWEEN","BY","CASE","CAST","COLLATE","CONTAINS","CREATE","CROSS","CUBE","CURRENT","DEFAULT","DEFINE","DESC","DISTINCT","ELSE","END","ENUM","ESCAPE","EXCEPT","EXCLUDE","EXISTS","EXTRACT","FALSE","FETCH","FOLLOWING","FOR","FROM","FULL","GROUP","GROUPING","GROUPS","HASH","HAVING","IF","IGNORE","IN","INNER","INTERSECT","INTO","IS","JOIN","LATERAL","LEFT","LIMIT","LOOKUP","MERGE","NATURAL","NEW","NO","NOT","NULL","NULLS","OF","ON","OR","ORDER","OUTER","OVER","PARTITION","PRECEDING","PROTO","RANGE","RECURSIVE","RESPECT","RIGHT","ROLLUP","ROWS","SELECT","SET","SOME","TABLE","TABLESAMPLE","THEN","TO","TREAT","TRUE","UNBOUNDED","UNION","UNNEST","USING","WHEN","WHERE","WINDOW","WITH","WITHIN","SAFE","LIKE","COPY","CLONE","IN","OUT","INOUT","RETURNS","LANGUAGE","CASCADE","RESTRICT","DETERMINISTIC"],PB=["ARRAY","BOOL","BYTES","DATE","DATETIME","GEOGRAPHY","INTERVAL","INT64","INT","SMALLINT","INTEGER","BIGINT","TINYINT","BYTEINT","NUMERIC","DECIMAL","BIGNUMERIC","BIGDECIMAL","FLOAT64","STRING","STRUCT","TIME","TIMEZONE"],bB=G(["SELECT [ALL | DISTINCT] [AS STRUCT | AS VALUE]"]),vB=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","QUALIFY","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","OMIT RECORD IF","INSERT [INTO]","VALUES","SET","MERGE [INTO]","WHEN [NOT] MATCHED [BY SOURCE | BY TARGET] [THEN]","UPDATE SET","CLUSTER BY","FOR SYSTEM_TIME AS OF","WITH CONNECTION","WITH PARTITION COLUMNS","REMOTE WITH CONNECTION"]),oT=G(["CREATE [OR REPLACE] [TEMP|TEMPORARY|SNAPSHOT|EXTERNAL] TABLE [IF NOT EXISTS]"]),Za=G(["CREATE [OR REPLACE] [MATERIALIZED] VIEW [IF NOT EXISTS]","UPDATE","DELETE [FROM]","DROP [SNAPSHOT | EXTERNAL] TABLE [IF EXISTS]","ALTER TABLE [IF EXISTS]","ADD COLUMN [IF NOT EXISTS]","DROP COLUMN [IF EXISTS]","RENAME TO","ALTER COLUMN [IF EXISTS]","SET DEFAULT COLLATE","SET OPTIONS","DROP NOT NULL","SET DATA TYPE","ALTER SCHEMA [IF EXISTS]","ALTER [MATERIALIZED] VIEW [IF EXISTS]","ALTER BI_CAPACITY","TRUNCATE TABLE","CREATE SCHEMA [IF NOT EXISTS]","DEFAULT COLLATE","CREATE [OR REPLACE] [TEMP|TEMPORARY|TABLE] FUNCTION [IF NOT EXISTS]","CREATE [OR REPLACE] PROCEDURE [IF NOT EXISTS]","CREATE [OR REPLACE] ROW ACCESS POLICY [IF NOT EXISTS]","GRANT TO","FILTER USING","CREATE CAPACITY","AS JSON","CREATE RESERVATION","CREATE ASSIGNMENT","CREATE SEARCH INDEX [IF NOT EXISTS]","DROP SCHEMA [IF EXISTS]","DROP [MATERIALIZED] VIEW [IF EXISTS]","DROP [TABLE] FUNCTION [IF EXISTS]","DROP PROCEDURE [IF EXISTS]","DROP ROW ACCESS POLICY","DROP ALL ROW ACCESS POLICIES","DROP CAPACITY [IF EXISTS]","DROP RESERVATION [IF EXISTS]","DROP ASSIGNMENT [IF EXISTS]","DROP SEARCH INDEX [IF EXISTS]","DROP [IF EXISTS]","GRANT","REVOKE","DECLARE","EXECUTE IMMEDIATE","LOOP","END LOOP","REPEAT","END REPEAT","WHILE","END WHILE","BREAK","LEAVE","CONTINUE","ITERATE","FOR","END FOR","BEGIN","BEGIN TRANSACTION","COMMIT TRANSACTION","ROLLBACK TRANSACTION","RAISE","RETURN","CALL","ASSERT","EXPORT DATA"]),UB=G(["UNION {ALL | DISTINCT}","EXCEPT DISTINCT","INTERSECT DISTINCT"]),wB=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN"]),BB=G(["TABLESAMPLE SYSTEM","ANY TYPE","ALL COLUMNS","NOT DETERMINISTIC","{ROWS | RANGE} BETWEEN","IS [NOT] DISTINCT FROM"]),FB=G([]),GB={name:"bigquery",tokenizerOptions:{reservedSelect:bB,reservedClauses:[...vB,...Za,...oT],reservedSetOperations:UB,reservedJoins:wB,reservedKeywordPhrases:BB,reservedDataTypePhrases:FB,reservedKeywords:MB,reservedDataTypes:PB,reservedFunctionNames:DB,extraParens:["[]"],stringTypes:[{quote:'""".."""',prefixes:["R","B","RB","BR"]},{quote:"'''..'''",prefixes:["R","B","RB","BR"]},'""-bs',"''-bs",{quote:'""-raw',prefixes:["R","B","RB","BR"],requirePrefix:!0},{quote:"''-raw",prefixes:["R","B","RB","BR"],requirePrefix:!0}],identTypes:["``"],identChars:{dashes:!0},paramTypes:{positional:!0,named:["@"],quoted:["@"]},variableTypes:[{regex:String.raw`@@\w+`}],lineCommentTypes:["--","#"],operators:["&","|","^","~",">>","<<","||","=>"],postProcess:HB},formatOptions:{onelineClauses:[...oT,...Za],tabularOnelineClauses:Za}};function HB(e){return kB(jB(e))}function kB(e){let t=on;return e.map(n=>n.text==="OFFSET"&&t.text==="["?(t=n,Object.assign(Object.assign({},n),{type:V.RESERVED_FUNCTION_NAME})):(t=n,n))}function jB(e){var t;const n=[];for(let r=0;r<e.length;r++){const o=e[r];if((sn.ARRAY(o)||sn.STRUCT(o))&&((t=e[r+1])===null||t===void 0?void 0:t.text)==="<"){const s=YB(e,r+1),a=e.slice(r,s+1);n.push({type:V.IDENTIFIER,raw:a.map(sT("raw")).join(""),text:a.map(sT("text")).join(""),start:o.start}),r=s}else n.push(o)}return n}const sT=e=>t=>t.type===V.IDENTIFIER||t.type===V.COMMA?t[e]+" ":t[e];function YB(e,t){let n=0;for(let r=t;r<e.length;r++){const o=e[r];if(o.text==="<"?n++:o.text===">"?n--:o.text===">>"&&(n-=2),n===0)return r}return e.length-1}const WB=["BIT_AND","BIT_OR","BIT_XOR","BLAKE3","CAST","CHARACTER_LENGTH","CHAR_LENGTH","COVAR_POP","COVAR_SAMP","CRC32","CRC32IEEE","CRC64","DATE","DATE_DIFF","DATE_FORMAT","DATE_TRUNC","DAY","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","FORMAT_BYTES","FQDN","FROM_BASE64","FROM_DAYS","FROM_UNIXTIME","HOUR","INET6_ATON","INET6_NTOA","INET_ATON","INET_NTOA","IPv4CIDRToRange","IPv4NumToString","IPv4NumToStringClassC","IPv4StringToNum","IPv4StringToNumOrDefault","IPv4StringToNumOrNull","IPv4ToIPv6","IPv6CIDRToRange","IPv6NumToString","IPv6StringToNum","IPv6StringToNumOrDefault","IPv6StringToNumOrNull","JSONAllPaths","JSONAllPathsWithTypes","JSONArrayLength","JSONDynamicPaths","JSONDynamicPathsWithTypes","JSONExtract","JSONExtractArrayRaw","JSONExtractArrayRawCaseInsensitive","JSONExtractBool","JSONExtractBoolCaseInsensitive","JSONExtractCaseInsensitive","JSONExtractFloat","JSONExtractFloatCaseInsensitive","JSONExtractInt","JSONExtractIntCaseInsensitive","JSONExtractKeys","JSONExtractKeysAndValues","JSONExtractKeysAndValuesCaseInsensitive","JSONExtractKeysAndValuesRaw","JSONExtractKeysAndValuesRawCaseInsensitive","JSONExtractKeysCaseInsensitive","JSONExtractRaw","JSONExtractRawCaseInsensitive","JSONExtractString","JSONExtractStringCaseInsensitive","JSONExtractUInt","JSONExtractUIntCaseInsensitive","JSONHas","JSONKey","JSONLength","JSONMergePatch","JSONSharedDataPaths","JSONSharedDataPathsWithTypes","JSONType","JSON_ARRAY_LENGTH","JSON_EXISTS","JSON_QUERY","JSON_VALUE","L1Distance","L1Norm","L1Normalize","L2Distance","L2Norm","L2Normalize","L2SquaredDistance","L2SquaredNorm","LAST_DAY","LinfDistance","LinfNorm","LinfNormalize","LpDistance","LpNorm","LpNormalize","MACNumToString","MACStringToNum","MACStringToOUI","MAP_FROM_ARRAYS","MD4","MD5","MILLISECOND","MINUTE","MONTH","OCTET_LENGTH","QUARTER","REGEXP_EXTRACT","REGEXP_MATCHES","REGEXP_REPLACE","RIPEMD160","SCHEMA","SECOND","SHA1","SHA224","SHA256","SHA384","SHA512","SHA512_256","STD","STDDEV_POP","STDDEV_SAMP","ST_LineFromWKB","ST_MLineFromWKB","ST_MPolyFromWKB","ST_PointFromWKB","ST_PolyFromWKB","SUBSTRING_INDEX","SVG","TIMESTAMP_DIFF","TO_BASE64","TO_DAYS","TO_UNIXTIME","ULIDStringToDateTime","URLHash","URLHierarchy","URLPathHierarchy","UTCTimestamp","UTC_timestamp","UUIDNumToString","UUIDStringToNum","UUIDToNum","UUIDv7ToDateTime","VAR_POP","VAR_SAMP","YEAR","YYYYMMDDToDate","YYYYMMDDToDate32","YYYYMMDDhhmmssToDateTime","YYYYMMDDhhmmssToDateTime64","_CAST","__actionName","__bitBoolMaskAnd","__bitBoolMaskOr","__bitSwapLastTwo","__bitWrapperFunc","__getScalar","__patchPartitionID","__scalarSubqueryResult","abs","accurateCast","accurateCastOrDefault","accurateCastOrNull","acos","acosh","addDate","addDays","addHours","addInterval","addMicroseconds","addMilliseconds","addMinutes","addMonths","addNanoseconds","addQuarters","addSeconds","addTupleOfIntervals","addWeeks","addYears","addressToLine","addressToLineWithInlines","addressToSymbol","aes_decrypt_mysql","aes_encrypt_mysql","age","aggThrow","alphaTokens","analysisOfVariance","anova","any","anyHeavy","anyLast","anyLastRespectNulls","anyLast_respect_nulls","anyRespectNulls","anyValueRespectNulls","any_respect_nulls","any_value","any_value_respect_nulls","appendTrailingCharIfAbsent","approx_top_count","approx_top_k","approx_top_sum","argMax","argMin","array","arrayAUC","arrayAUCPR","arrayAll","arrayAvg","arrayCompact","arrayConcat","arrayCount","arrayCumSum","arrayCumSumNonNegative","arrayDifference","arrayDistinct","arrayDotProduct","arrayElement","arrayElementOrNull","arrayEnumerate","arrayEnumerateDense","arrayEnumerateDenseRanked","arrayEnumerateUniq","arrayEnumerateUniqRanked","arrayExists","arrayFill","arrayFilter","arrayFirst","arrayFirstIndex","arrayFirstOrNull","arrayFlatten","arrayFold","arrayIntersect","arrayJaccardIndex","arrayJoin","arrayLast","arrayLastIndex","arrayLastOrNull","arrayLevenshteinDistance","arrayLevenshteinDistanceWeighted","arrayMap","arrayMax","arrayMin","arrayNormalizedGini","arrayPRAUC","arrayPartialReverseSort","arrayPartialShuffle","arrayPartialSort","arrayPopBack","arrayPopFront","arrayProduct","arrayPushBack","arrayPushFront","arrayROCAUC","arrayRandomSample","arrayReduce","arrayReduceInRanges","arrayResize","arrayReverse","arrayReverseFill","arrayReverseSort","arrayReverseSplit","arrayRotateLeft","arrayRotateRight","arrayShiftLeft","arrayShiftRight","arrayShingles","arrayShuffle","arraySimilarity","arraySlice","arraySort","arraySplit","arrayStringConcat","arraySum","arraySymmetricDifference","arrayUnion","arrayUniq","arrayWithConstant","arrayZip","arrayZipUnaligned","array_agg","array_concat_agg","ascii","asin","asinh","assumeNotNull","atan","atan2","atanh","authenticatedUser","avg","avgWeighted","bar","base32Decode","base32Encode","base58Decode","base58Encode","base64Decode","base64Encode","base64URLDecode","base64URLEncode","basename","bech32Decode","bech32Encode","bin","bitAnd","bitCount","bitHammingDistance","bitNot","bitOr","bitPositionsToArray","bitRotateLeft","bitRotateRight","bitShiftLeft","bitShiftRight","bitSlice","bitTest","bitTestAll","bitTestAny","bitXor","bitmapAnd","bitmapAndCardinality","bitmapAndnot","bitmapAndnotCardinality","bitmapBuild","bitmapCardinality","bitmapContains","bitmapHasAll","bitmapHasAny","bitmapMax","bitmapMin","bitmapOr","bitmapOrCardinality","bitmapSubsetInRange","bitmapSubsetLimit","bitmapToArray","bitmapTransform","bitmapXor","bitmapXorCardinality","bitmaskToArray","bitmaskToList","blockNumber","blockSerializedSize","blockSize","boundingRatio","buildId","byteHammingDistance","byteSize","byteSlice","byteSwap","caseWithExpr","caseWithExpression","caseWithoutExpr","caseWithoutExpression","catboostEvaluate","categoricalInformationValue","cbrt","ceil","ceiling","changeDay","changeHour","changeMinute","changeMonth","changeSecond","changeYear","char","cityHash64","clamp","coalesce","colorOKLCHToSRGB","colorSRGBToOKLCH","compareSubstrings","concat","concatAssumeInjective","concatWithSeparator","concatWithSeparatorAssumeInjective","concat_ws","connectionId","connection_id","contingency","convertCharset","corr","corrMatrix","corrStable","cos","cosh","cosineDistance","count","countDigits","countEqual","countMatches","countMatchesCaseInsensitive","countSubstrings","countSubstringsCaseInsensitive","countSubstringsCaseInsensitiveUTF8","covarPop","covarPopMatrix","covarPopStable","covarSamp","covarSampMatrix","covarSampStable","cramersV","cramersVBiasCorrected","curdate","currentDatabase","currentProfiles","currentQueryID","currentRoles","currentSchemas","currentUser","current_database","current_date","current_query_id","current_schemas","current_timestamp","current_user","cutFragment","cutIPv6","cutQueryString","cutQueryStringAndFragment","cutToFirstSignificantSubdomain","cutToFirstSignificantSubdomainCustom","cutToFirstSignificantSubdomainCustomRFC","cutToFirstSignificantSubdomainCustomWithWWW","cutToFirstSignificantSubdomainCustomWithWWWRFC","cutToFirstSignificantSubdomainRFC","cutToFirstSignificantSubdomainWithWWW","cutToFirstSignificantSubdomainWithWWWRFC","cutURLParameter","cutWWW","damerauLevenshteinDistance","dateDiff","dateName","dateTime64ToSnowflake","dateTime64ToSnowflakeID","dateTimeToSnowflake","dateTimeToSnowflakeID","dateTimeToUUIDv7","dateTrunc","date_bin","date_diff","decodeHTMLComponent","decodeURLComponent","decodeURLFormComponent","decodeXMLComponent","decrypt","defaultProfiles","defaultRoles","defaultValueOfArgumentType","defaultValueOfTypeName","degrees","deltaSum","deltaSumTimestamp","demangle","denseRank","dense_rank","detectCharset","detectLanguage","detectLanguageMixed","detectLanguageUnknown","detectProgrammingLanguage","detectTonality","dictGet","dictGetAll","dictGetChildren","dictGetDate","dictGetDateOrDefault","dictGetDateTime","dictGetDateTimeOrDefault","dictGetDescendants","dictGetFloat32","dictGetFloat32OrDefault","dictGetFloat64","dictGetFloat64OrDefault","dictGetHierarchy","dictGetIPv4","dictGetIPv4OrDefault","dictGetIPv6","dictGetIPv6OrDefault","dictGetInt16","dictGetInt16OrDefault","dictGetInt32","dictGetInt32OrDefault","dictGetInt64","dictGetInt64OrDefault","dictGetInt8","dictGetInt8OrDefault","dictGetOrDefault","dictGetOrNull","dictGetString","dictGetStringOrDefault","dictGetUInt16","dictGetUInt16OrDefault","dictGetUInt32","dictGetUInt32OrDefault","dictGetUInt64","dictGetUInt64OrDefault","dictGetUInt8","dictGetUInt8OrDefault","dictGetUUID","dictGetUUIDOrDefault","dictHas","dictIsIn","displayName","distanceL1","distanceL2","distanceL2Squared","distanceLinf","distanceLp","distinctDynamicTypes","distinctJSONPaths","distinctJSONPathsAndTypes","divide","divideDecimal","divideOrNull","domain","domainRFC","domainWithoutWWW","domainWithoutWWWRFC","dotProduct","dumpColumnStructure","dynamicElement","dynamicType","e","editDistance","editDistanceUTF8","empty","emptyArrayDate","emptyArrayDateTime","emptyArrayFloat32","emptyArrayFloat64","emptyArrayInt16","emptyArrayInt32","emptyArrayInt64","emptyArrayInt8","emptyArrayString","emptyArrayToSingle","emptyArrayUInt16","emptyArrayUInt32","emptyArrayUInt64","emptyArrayUInt8","enabledProfiles","enabledRoles","encodeURLComponent","encodeURLFormComponent","encodeXMLComponent","encrypt","endsWith","endsWithUTF8","entropy","equals","erf","erfc","errorCodeToName","estimateCompressionRatio","evalMLMethod","exp","exp10","exp2","exponentialMovingAverage","exponentialTimeDecayedAvg","exponentialTimeDecayedCount","exponentialTimeDecayedMax","exponentialTimeDecayedSum","extract","extractAll","extractAllGroups","extractAllGroupsHorizontal","extractAllGroupsVertical","extractGroups","extractKeyValuePairs","extractKeyValuePairsWithEscaping","extractTextFromHTML","extractURLParameter","extractURLParameterNames","extractURLParameters","factorial","farmFingerprint64","farmHash64","file","filesystemAvailable","filesystemCapacity","filesystemUnreserved","finalizeAggregation","financialInternalRateOfReturn","financialInternalRateOfReturnExtended","financialNetPresentValue","financialNetPresentValueExtended","firstLine","firstSignificantSubdomain","firstSignificantSubdomainCustom","firstSignificantSubdomainCustomRFC","firstSignificantSubdomainRFC","firstValueRespectNulls","first_value","first_value_respect_nulls","flameGraph","flatten","flattenTuple","floor","formatDateTime","formatDateTimeInJodaSyntax","formatQuery","formatQueryOrNull","formatQuerySingleLine","formatQuerySingleLineOrNull","formatReadableDecimalSize","formatReadableQuantity","formatReadableSize","formatReadableTimeDelta","formatRow","formatRowNoNewline","fragment","fromDaysSinceYearZero","fromDaysSinceYearZero32","fromModifiedJulianDay","fromModifiedJulianDayOrNull","fromUTCTimestamp","fromUnixTimestamp","fromUnixTimestamp64Micro","fromUnixTimestamp64Milli","fromUnixTimestamp64Nano","fromUnixTimestamp64Second","fromUnixTimestampInJodaSyntax","from_utc_timestamp","fullHostName","fuzzBits","gccMurmurHash","gcd","generateRandomStructure","generateSerialID","generateSnowflakeID","generateULID","generateUUIDv4","generateUUIDv7","geoDistance","geoToH3","geoToS2","geohashDecode","geohashEncode","geohashesInBox","getClientHTTPHeader","getMacro","getMaxTableNameLengthForDatabase","getMergeTreeSetting","getOSKernelVersion","getServerPort","getServerSetting","getSetting","getSettingOrDefault","getSizeOfEnumType","getSubcolumn","getTypeSerializationStreams","globalIn","globalInIgnoreSet","globalNotIn","globalNotInIgnoreSet","globalNotNullIn","globalNotNullInIgnoreSet","globalNullIn","globalNullInIgnoreSet","globalVariable","greatCircleAngle","greatCircleDistance","greater","greaterOrEquals","greatest","groupArray","groupArrayInsertAt","groupArrayIntersect","groupArrayLast","groupArrayMovingAvg","groupArrayMovingSum","groupArraySample","groupArraySorted","groupBitAnd","groupBitOr","groupBitXor","groupBitmap","groupBitmapAnd","groupBitmapOr","groupBitmapXor","groupConcat","groupNumericIndexedVector","groupUniqArray","group_concat","h3CellAreaM2","h3CellAreaRads2","h3Distance","h3EdgeAngle","h3EdgeLengthKm","h3EdgeLengthM","h3ExactEdgeLengthKm","h3ExactEdgeLengthM","h3ExactEdgeLengthRads","h3GetBaseCell","h3GetDestinationIndexFromUnidirectionalEdge","h3GetFaces","h3GetIndexesFromUnidirectionalEdge","h3GetOriginIndexFromUnidirectionalEdge","h3GetPentagonIndexes","h3GetRes0Indexes","h3GetResolution","h3GetUnidirectionalEdge","h3GetUnidirectionalEdgeBoundary","h3GetUnidirectionalEdgesFromHexagon","h3HexAreaKm2","h3HexAreaM2","h3HexRing","h3IndexesAreNeighbors","h3IsPentagon","h3IsResClassIII","h3IsValid","h3Line","h3NumHexagons","h3PointDistKm","h3PointDistM","h3PointDistRads","h3ToCenterChild","h3ToChildren","h3ToGeo","h3ToGeoBoundary","h3ToParent","h3ToString","h3UnidirectionalEdgeIsValid","h3kRing","halfMD5","has","hasAll","hasAny","hasColumnInTable","hasSubsequence","hasSubsequenceCaseInsensitive","hasSubsequenceCaseInsensitiveUTF8","hasSubsequenceUTF8","hasSubstr","hasThreadFuzzer","hasToken","hasTokenCaseInsensitive","hasTokenCaseInsensitiveOrNull","hasTokenOrNull","hex","hilbertDecode","hilbertEncode","histogram","hiveHash","hop","hopEnd","hopStart","hostName","hostname","hypot","icebergBucket","icebergHash","icebergTruncate","identity","idnaDecode","idnaEncode","if","ifNotFinite","ifNull","ignore","inIgnoreSet","indexHint","indexOf","indexOfAssumeSorted","initcap","initcapUTF8","initialQueryID","initialQueryStartTime","initial_query_id","initial_query_start_time","initializeAggregation","instr","intDiv","intDivOrNull","intDivOrZero","intExp10","intExp2","intHash32","intHash64","intervalLengthSum","isConstant","isDecimalOverflow","isDynamicElementInSharedData","isFinite","isIPAddressInRange","isIPv4String","isIPv6String","isInfinite","isMergeTreePartCoveredBy","isNaN","isNotDistinctFrom","isNotNull","isNull","isNullable","isValidJSON","isValidUTF8","isZeroOrNull","jaroSimilarity","jaroWinklerSimilarity","javaHash","javaHashUTF16LE","joinGet","joinGetOrNull","jsonMergePatch","jumpConsistentHash","kafkaMurmurHash","keccak256","kolmogorovSmirnovTest","kostikConsistentHash","kql_array_sort_asc","kql_array_sort_desc","kurtPop","kurtSamp","lag","lagInFrame","largestTriangleThreeBuckets","lastValueRespectNulls","last_value","last_value_respect_nulls","lcase","lcm","lead","leadInFrame","least","left","leftPad","leftPadUTF8","leftUTF8","lemmatize","length","lengthUTF8","less","lessOrEquals","levenshteinDistance","levenshteinDistanceUTF8","lgamma","ln","locate","log","log10","log1p","log2","logTrace","lowCardinalityIndices","lowCardinalityKeys","lower","lowerUTF8","lpad","ltrim","lttb","makeDate","makeDate32","makeDateTime","makeDateTime64","mannWhitneyUTest","map","mapAdd","mapAll","mapApply","mapConcat","mapContains","mapContainsKey","mapContainsKeyLike","mapContainsValue","mapContainsValueLike","mapExists","mapExtractKeyLike","mapExtractValueLike","mapFilter","mapFromArrays","mapFromString","mapKeys","mapPartialReverseSort","mapPartialSort","mapPopulateSeries","mapReverseSort","mapSort","mapSubtract","mapUpdate","mapValues","match","materialize","max","max2","maxIntersections","maxIntersectionsPosition","maxMappedArrays","meanZTest","median","medianBFloat16","medianBFloat16Weighted","medianDD","medianDeterministic","medianExact","medianExactHigh","medianExactLow","medianExactWeighted","medianExactWeightedInterpolated","medianGK","medianInterpolatedWeighted","medianTDigest","medianTDigestWeighted","medianTiming","medianTimingWeighted","mergeTreePartInfo","metroHash64","mid","min","min2","minMappedArrays","minSampleSizeContinous","minSampleSizeContinuous","minSampleSizeConversion","minus","mismatches","mod","modOrNull","modulo","moduloLegacy","moduloOrNull","moduloOrZero","monthName","mortonDecode","mortonEncode","multiFuzzyMatchAllIndices","multiFuzzyMatchAny","multiFuzzyMatchAnyIndex","multiIf","multiMatchAllIndices","multiMatchAny","multiMatchAnyIndex","multiSearchAllPositions","multiSearchAllPositionsCaseInsensitive","multiSearchAllPositionsCaseInsensitiveUTF8","multiSearchAllPositionsUTF8","multiSearchAny","multiSearchAnyCaseInsensitive","multiSearchAnyCaseInsensitiveUTF8","multiSearchAnyUTF8","multiSearchFirstIndex","multiSearchFirstIndexCaseInsensitive","multiSearchFirstIndexCaseInsensitiveUTF8","multiSearchFirstIndexUTF8","multiSearchFirstPosition","multiSearchFirstPositionCaseInsensitive","multiSearchFirstPositionCaseInsensitiveUTF8","multiSearchFirstPositionUTF8","multiply","multiplyDecimal","murmurHash2_32","murmurHash2_64","murmurHash3_128","murmurHash3_32","murmurHash3_64","negate","neighbor","nested","netloc","ngramDistance","ngramDistanceCaseInsensitive","ngramDistanceCaseInsensitiveUTF8","ngramDistanceUTF8","ngramMinHash","ngramMinHashArg","ngramMinHashArgCaseInsensitive","ngramMinHashArgCaseInsensitiveUTF8","ngramMinHashArgUTF8","ngramMinHashCaseInsensitive","ngramMinHashCaseInsensitiveUTF8","ngramMinHashUTF8","ngramSearch","ngramSearchCaseInsensitive","ngramSearchCaseInsensitiveUTF8","ngramSearchUTF8","ngramSimHash","ngramSimHashCaseInsensitive","ngramSimHashCaseInsensitiveUTF8","ngramSimHashUTF8","ngrams","nonNegativeDerivative","normL1","normL2","normL2Squared","normLinf","normLp","normalizeL1","normalizeL2","normalizeLinf","normalizeLp","normalizeQuery","normalizeQueryKeepNames","normalizeUTF8NFC","normalizeUTF8NFD","normalizeUTF8NFKC","normalizeUTF8NFKD","normalizedQueryHash","normalizedQueryHashKeepNames","notEmpty","notEquals","notILike","notIn","notInIgnoreSet","notLike","notNullIn","notNullInIgnoreSet","nothing","nothingNull","nothingUInt64","now","now64","nowInBlock","nowInBlock64","nth_value","ntile","nullIf","nullIn","nullInIgnoreSet","numbers","numericIndexedVectorAllValueSum","numericIndexedVectorBuild","numericIndexedVectorCardinality","numericIndexedVectorGetValue","numericIndexedVectorPointwiseAdd","numericIndexedVectorPointwiseDivide","numericIndexedVectorPointwiseEqual","numericIndexedVectorPointwiseGreater","numericIndexedVectorPointwiseGreaterEqual","numericIndexedVectorPointwiseLess","numericIndexedVectorPointwiseLessEqual","numericIndexedVectorPointwiseMultiply","numericIndexedVectorPointwiseNotEqual","numericIndexedVectorPointwiseSubtract","numericIndexedVectorShortDebugString","numericIndexedVectorToMap","overlay","overlayUTF8","parseDateTime","parseDateTime32BestEffort","parseDateTime32BestEffortOrNull","parseDateTime32BestEffortOrZero","parseDateTime64","parseDateTime64BestEffort","parseDateTime64BestEffortOrNull","parseDateTime64BestEffortOrZero","parseDateTime64BestEffortUS","parseDateTime64BestEffortUSOrNull","parseDateTime64BestEffortUSOrZero","parseDateTime64InJodaSyntax","parseDateTime64InJodaSyntaxOrNull","parseDateTime64InJodaSyntaxOrZero","parseDateTime64OrNull","parseDateTime64OrZero","parseDateTimeBestEffort","parseDateTimeBestEffortOrNull","parseDateTimeBestEffortOrZero","parseDateTimeBestEffortUS","parseDateTimeBestEffortUSOrNull","parseDateTimeBestEffortUSOrZero","parseDateTimeInJodaSyntax","parseDateTimeInJodaSyntaxOrNull","parseDateTimeInJodaSyntaxOrZero","parseDateTimeOrNull","parseDateTimeOrZero","parseReadableSize","parseReadableSizeOrNull","parseReadableSizeOrZero","parseTimeDelta","partitionID","partitionId","path","pathFull","percentRank","percent_rank","pi","plus","pmod","pmodOrNull","pointInEllipses","pointInPolygon","polygonAreaCartesian","polygonAreaSpherical","polygonConvexHullCartesian","polygonPerimeterCartesian","polygonPerimeterSpherical","polygonsDistanceCartesian","polygonsDistanceSpherical","polygonsEqualsCartesian","polygonsIntersectCartesian","polygonsIntersectSpherical","polygonsIntersectionCartesian","polygonsIntersectionSpherical","polygonsSymDifferenceCartesian","polygonsSymDifferenceSpherical","polygonsUnionCartesian","polygonsUnionSpherical","polygonsWithinCartesian","polygonsWithinSpherical","port","portRFC","position","positionCaseInsensitive","positionCaseInsensitiveUTF8","positionUTF8","positiveModulo","positiveModuloOrNull","positive_modulo","positive_modulo_or_null","pow","power","printf","proportionsZTest","protocol","punycodeDecode","punycodeEncode","quantile","quantileBFloat16","quantileBFloat16Weighted","quantileDD","quantileDeterministic","quantileExact","quantileExactExclusive","quantileExactHigh","quantileExactInclusive","quantileExactLow","quantileExactWeighted","quantileExactWeightedInterpolated","quantileGK","quantileInterpolatedWeighted","quantileTDigest","quantileTDigestWeighted","quantileTiming","quantileTimingWeighted","quantiles","quantilesBFloat16","quantilesBFloat16Weighted","quantilesDD","quantilesDeterministic","quantilesExact","quantilesExactExclusive","quantilesExactHigh","quantilesExactInclusive","quantilesExactLow","quantilesExactWeighted","quantilesExactWeightedInterpolated","quantilesGK","quantilesInterpolatedWeighted","quantilesTDigest","quantilesTDigestWeighted","quantilesTiming","quantilesTimingWeighted","queryID","queryString","queryStringAndFragment","query_id","radians","rand","rand32","rand64","randBernoulli","randBinomial","randCanonical","randChiSquared","randConstant","randExponential","randFisherF","randLogNormal","randNegativeBinomial","randNormal","randPoisson","randStudentT","randUniform","randomFixedString","randomPrintableASCII","randomString","randomStringUTF8","rank","rankCorr","readWKBLineString","readWKBMultiLineString","readWKBMultiPolygon","readWKBPoint","readWKBPolygon","readWKTLineString","readWKTMultiLineString","readWKTMultiPolygon","readWKTPoint","readWKTPolygon","readWKTRing","regexpExtract","regexpQuoteMeta","regionHierarchy","regionIn","regionToArea","regionToCity","regionToContinent","regionToCountry","regionToDistrict","regionToName","regionToPopulation","regionToTopContinent","reinterpret","reinterpretAsDate","reinterpretAsDateTime","reinterpretAsFixedString","reinterpretAsFloat32","reinterpretAsFloat64","reinterpretAsInt128","reinterpretAsInt16","reinterpretAsInt256","reinterpretAsInt32","reinterpretAsInt64","reinterpretAsInt8","reinterpretAsString","reinterpretAsUInt128","reinterpretAsUInt16","reinterpretAsUInt256","reinterpretAsUInt32","reinterpretAsUInt64","reinterpretAsUInt8","reinterpretAsUUID","repeat","replace","replaceAll","replaceOne","replaceRegexpAll","replaceRegexpOne","replicate","retention","reverse","reverseUTF8","revision","right","rightPad","rightPadUTF8","rightUTF8","round","roundAge","roundBankers","roundDown","roundDuration","roundToExp2","rowNumberInAllBlocks","rowNumberInBlock","row_number","rpad","rtrim","runningAccumulate","runningConcurrency","runningDifference","runningDifferenceStartingWithFirstValue","s2CapContains","s2CapUnion","s2CellsIntersect","s2GetNeighbors","s2RectAdd","s2RectContains","s2RectIntersection","s2RectUnion","s2ToGeo","scalarProduct","searchAll","searchAny","sequenceCount","sequenceMatch","sequenceMatchEvents","sequenceNextNode","seriesDecomposeSTL","seriesOutliersDetectTukey","seriesPeriodDetectFFT","serverTimeZone","serverTimezone","serverUUID","shardCount","shardNum","showCertificate","sigmoid","sign","simpleJSONExtractBool","simpleJSONExtractFloat","simpleJSONExtractInt","simpleJSONExtractRaw","simpleJSONExtractString","simpleJSONExtractUInt","simpleJSONHas","simpleLinearRegression","sin","singleValueOrNull","sinh","sipHash128","sipHash128Keyed","sipHash128Reference","sipHash128ReferenceKeyed","sipHash64","sipHash64Keyed","skewPop","skewSamp","sleep","sleepEachRow","snowflakeIDToDateTime","snowflakeIDToDateTime64","snowflakeToDateTime","snowflakeToDateTime64","soundex","space","sparkBar","sparkbar","sparseGrams","sparseGramsHashes","sparseGramsHashesUTF8","sparseGramsUTF8","splitByAlpha","splitByChar","splitByNonAlpha","splitByRegexp","splitByString","splitByWhitespace","sqid","sqidDecode","sqidEncode","sqrt","startsWith","startsWithUTF8","stddevPop","stddevPopStable","stddevSamp","stddevSampStable","stem","stochasticLinearRegression","stochasticLogisticRegression","str_to_date","str_to_map","stringBytesEntropy","stringBytesUniq","stringJaccardIndex","stringJaccardIndexUTF8","stringToH3","structureToCapnProtoSchema","structureToProtobufSchema","studentTTest","subBitmap","subDate","substr","substring","substringIndex","substringIndexUTF8","substringUTF8","subtractDays","subtractHours","subtractInterval","subtractMicroseconds","subtractMilliseconds","subtractMinutes","subtractMonths","subtractNanoseconds","subtractQuarters","subtractSeconds","subtractTupleOfIntervals","subtractWeeks","subtractYears","sum","sumCount","sumKahan","sumMapFiltered","sumMapFilteredWithOverflow","sumMapWithOverflow","sumMappedArrays","sumWithOverflow","svg","synonyms","tan","tanh","tcpPort","tgamma","theilsU","throwIf","tid","timeDiff","timeSeriesDeltaToGrid","timeSeriesDerivToGrid","timeSeriesFromGrid","timeSeriesGroupArray","timeSeriesIdToTags","timeSeriesIdToTagsGroup","timeSeriesIdeltaToGrid","timeSeriesInstantDeltaToGrid","timeSeriesInstantRateToGrid","timeSeriesIrateToGrid","timeSeriesLastToGrid","timeSeriesLastTwoSamples","timeSeriesPredictLinearToGrid","timeSeriesRange","timeSeriesRateToGrid","timeSeriesResampleToGridWithStaleness","timeSeriesStoreTags","timeSeriesTagsGroupToTags","timeSlot","timeSlots","timeZone","timeZoneOf","timeZoneOffset","time_bucket","timestamp","timestampDiff","timestamp_diff","timezone","timezoneOf","timezoneOffset","toBFloat16","toBFloat16OrNull","toBFloat16OrZero","toBool","toColumnTypeName","toDate","toDate32","toDate32OrDefault","toDate32OrNull","toDate32OrZero","toDateOrDefault","toDateOrNull","toDateOrZero","toDateTime","toDateTime32","toDateTime64","toDateTime64OrDefault","toDateTime64OrNull","toDateTime64OrZero","toDateTimeOrDefault","toDateTimeOrNull","toDateTimeOrZero","toDayOfMonth","toDayOfWeek","toDayOfYear","toDaysSinceYearZero","toDecimal128","toDecimal128OrDefault","toDecimal128OrNull","toDecimal128OrZero","toDecimal256","toDecimal256OrDefault","toDecimal256OrNull","toDecimal256OrZero","toDecimal32","toDecimal32OrDefault","toDecimal32OrNull","toDecimal32OrZero","toDecimal64","toDecimal64OrDefault","toDecimal64OrNull","toDecimal64OrZero","toDecimalString","toFixedString","toFloat32","toFloat32OrDefault","toFloat32OrNull","toFloat32OrZero","toFloat64","toFloat64OrDefault","toFloat64OrNull","toFloat64OrZero","toHour","toIPv4","toIPv4OrDefault","toIPv4OrNull","toIPv4OrZero","toIPv6","toIPv6OrDefault","toIPv6OrNull","toIPv6OrZero","toISOWeek","toISOYear","toInt128","toInt128OrDefault","toInt128OrNull","toInt128OrZero","toInt16","toInt16OrDefault","toInt16OrNull","toInt16OrZero","toInt256","toInt256OrDefault","toInt256OrNull","toInt256OrZero","toInt32","toInt32OrDefault","toInt32OrNull","toInt32OrZero","toInt64","toInt64OrDefault","toInt64OrNull","toInt64OrZero","toInt8","toInt8OrDefault","toInt8OrNull","toInt8OrZero","toInterval","toIntervalDay","toIntervalHour","toIntervalMicrosecond","toIntervalMillisecond","toIntervalMinute","toIntervalMonth","toIntervalNanosecond","toIntervalQuarter","toIntervalSecond","toIntervalWeek","toIntervalYear","toJSONString","toLastDayOfMonth","toLastDayOfWeek","toLowCardinality","toMillisecond","toMinute","toModifiedJulianDay","toModifiedJulianDayOrNull","toMonday","toMonth","toMonthNumSinceEpoch","toNullable","toQuarter","toRelativeDayNum","toRelativeHourNum","toRelativeMinuteNum","toRelativeMonthNum","toRelativeQuarterNum","toRelativeSecondNum","toRelativeWeekNum","toRelativeYearNum","toSecond","toStartOfDay","toStartOfFifteenMinutes","toStartOfFiveMinute","toStartOfFiveMinutes","toStartOfHour","toStartOfISOYear","toStartOfInterval","toStartOfMicrosecond","toStartOfMillisecond","toStartOfMinute","toStartOfMonth","toStartOfNanosecond","toStartOfQuarter","toStartOfSecond","toStartOfTenMinutes","toStartOfWeek","toStartOfYear","toString","toStringCutToZero","toTime","toTime64","toTime64OrNull","toTime64OrZero","toTimeOrNull","toTimeOrZero","toTimeWithFixedDate","toTimeZone","toTimezone","toTypeName","toUInt128","toUInt128OrDefault","toUInt128OrNull","toUInt128OrZero","toUInt16","toUInt16OrDefault","toUInt16OrNull","toUInt16OrZero","toUInt256","toUInt256OrDefault","toUInt256OrNull","toUInt256OrZero","toUInt32","toUInt32OrDefault","toUInt32OrNull","toUInt32OrZero","toUInt64","toUInt64OrDefault","toUInt64OrNull","toUInt64OrZero","toUInt8","toUInt8OrDefault","toUInt8OrNull","toUInt8OrZero","toUTCTimestamp","toUUID","toUUIDOrDefault","toUUIDOrNull","toUUIDOrZero","toUnixTimestamp","toUnixTimestamp64Micro","toUnixTimestamp64Milli","toUnixTimestamp64Nano","toUnixTimestamp64Second","toValidUTF8","toWeek","toYYYYMM","toYYYYMMDD","toYYYYMMDDhhmmss","toYear","toYearNumSinceEpoch","toYearWeek","to_utc_timestamp","today","tokens","topK","topKWeighted","topLevelDomain","topLevelDomainRFC","transactionID","transactionLatestSnapshot","transactionOldestSnapshot","transform","translate","translateUTF8","trim","trimBoth","trimLeft","trimRight","trunc","tryBase32Decode","tryBase58Decode","tryBase64Decode","tryBase64URLDecode","tryDecrypt","tryIdnaEncode","tryPunycodeDecode","tumble","tumbleEnd","tumbleStart","tuple","tupleConcat","tupleDivide","tupleDivideByNumber","tupleElement","tupleHammingDistance","tupleIntDiv","tupleIntDivByNumber","tupleIntDivOrZero","tupleIntDivOrZeroByNumber","tupleMinus","tupleModulo","tupleModuloByNumber","tupleMultiply","tupleMultiplyByNumber","tupleNames","tupleNegate","tuplePlus","tupleToNameValuePairs","ucase","unbin","unhex","uniq","uniqCombined","uniqCombined64","uniqExact","uniqHLL12","uniqTheta","uniqThetaIntersect","uniqThetaNot","uniqThetaUnion","uniqUpTo","upper","upperUTF8","uptime","user","validateNestedArraySizes","varPop","varPopStable","varSamp","varSampStable","variantElement","variantType","vectorDifference","vectorSum","version","visibleWidth","visitParamExtractBool","visitParamExtractFloat","visitParamExtractInt","visitParamExtractRaw","visitParamExtractString","visitParamExtractUInt","visitParamHas","week","welchTTest","widthBucket","width_bucket","windowFunnel","windowID","wkb","wkt","wordShingleMinHash","wordShingleMinHashArg","wordShingleMinHashArgCaseInsensitive","wordShingleMinHashArgCaseInsensitiveUTF8","wordShingleMinHashArgUTF8","wordShingleMinHashCaseInsensitive","wordShingleMinHashCaseInsensitiveUTF8","wordShingleMinHashUTF8","wordShingleSimHash","wordShingleSimHashCaseInsensitive","wordShingleSimHashCaseInsensitiveUTF8","wordShingleSimHashUTF8","wyHash64","xor","xxHash32","xxHash64","xxh3","yandexConsistentHash","yearweek","yesterday","zookeeperSessionUptime","MergeTree","ReplacingMergeTree","SummingMergeTree","AggregatingMergeTree","CollapsingMergeTree","VersionedCollapsingMergeTree","GraphiteMergeTree","CoalescingMergeTree","Atomic","Shared","Lazy","Replicated","PostgreSQL","MySQL","SQLite","MaterializedPostgreSQL","DataLakeCatalog"],VB=["ACCESS","ACTION","ADD","ADMIN","AFTER","ALGORITHM","ALIAS","ALL","ALLOWED_LATENESS","ALTER","AND","ANTI","APPEND","APPLY","AS","ASC","ASCENDING","ASOF","ASSUME","AST","ASYNC","ATTACH","AUTO_INCREMENT","AZURE","BACKUP","BAGEXPANSION","BASE_BACKUP","BCRYPT_HASH","BCRYPT_PASSWORD","BEGIN","BETWEEN","BIDIRECTIONAL","BOTH","BY","CACHE","CACHES","CASCADE","CASE","CHANGE","CHANGEABLE_IN_READONLY","CHANGED","CHARACTER","CHECK","CLEANUP","CLEAR","CLUSTER","CLUSTERS","CLUSTER_HOST_IDS","CN","CODEC","COLLATE","COLLECTION","COLUMN","COLUMNS","COMMENT","COMMIT","COMPRESSION","CONST","CONSTRAINT","CREATE","CROSS","CUBE","CURRENT","D","DATA","DATABASE","DATABASES","DAYS","DD","DDL","DEDUPLICATE","DEFAULT","DEFINER","DELAY","DELETE","DELETED","DEPENDS","DESC","DESCENDING","DESCRIBE","DETACH","DETACHED","DICTIONARIES","DICTIONARY","DISK","DISTINCT","DIV","DOUBLE_SHA1_HASH","DOUBLE_SHA1_PASSWORD","DROP","ELSE","ENABLED","END","ENFORCED","ENGINE","ENGINES","EPHEMERAL","ESTIMATE","EVENT","EVENTS","EVERY","EXCEPT","EXCHANGE","EXISTS","EXPLAIN","EXPRESSION","EXTENDED","EXTERNAL","FAKE","FALSE","FETCH","FIELDS","FILESYSTEM","FILL","FILTER","FINAL","FIRST","FOLLOWING","FOR","FOREIGN","FORMAT","FREEZE","FROM","FULL","FULLTEXT","FUNCTION","FUNCTIONS","GLOBAL","GRANT","GRANTEES","GRANTS","GRANULARITY","GROUP","GROUPING","GROUPS","H","HASH","HAVING","HDFS","HH","HIERARCHICAL","HOST","HOURS","HTTP","IDENTIFIED","ILIKE","IN","INDEX","INDEXES","INDICES","INFILE","INHERIT","INJECTIVE","INNER","INSERT","INTERPOLATE","INTERSECT","INTERVAL","INTO","INVISIBLE","INVOKER","IP","IS","IS_OBJECT_ID","JOIN","JWT","KERBEROS","KEY","KEYED","KEYS","KILL","KIND","LARGE","LAST","LAYOUT","LDAP","LEADING","LEVEL","LIFETIME","LIGHTWEIGHT","LIKE","LIMIT","LIMITS","LINEAR","LIST","LIVE","LOCAL","M","MASK","MATERIALIZED","MCS","MEMORY","MERGES","METRICS","MI","MICROSECOND","MICROSECONDS","MILLISECONDS","MINUTES","MM","MODIFY","MONTHS","MOVE","MS","MUTATION","N","NAME","NAMED","NANOSECOND","NANOSECONDS","NEXT","NO","NONE","NOT","NO_PASSWORD","NS","NULL","NULLS","OBJECT","OFFSET","ON","ONLY","OPTIMIZE","OPTION","OR","ORDER","OUTER","OUTFILE","OVER","OVERRIDABLE","OVERRIDE","PART","PARTIAL","PARTITION","PARTITIONS","PART_MOVE_TO_SHARD","PASTE","PERIODIC","PERMANENTLY","PERMISSIVE","PERSISTENT","PIPELINE","PLAINTEXT_PASSWORD","PLAN","POLICY","POPULATE","PRECEDING","PRECISION","PREWHERE","PRIMARY","PRIVILEGES","PROCESSLIST","PROFILE","PROJECTION","PROTOBUF","PULL","Q","QQ","QUALIFY","QUARTERS","QUERY","QUOTA","RANDOMIZE","RANDOMIZED","RANGE","READONLY","REALM","RECOMPRESS","RECURSIVE","REFERENCES","REFRESH","REGEXP","REMOVE","RENAME","RESET","RESPECT","RESTORE","RESTRICT","RESTRICTIVE","RESUME","REVOKE","ROLE","ROLES","ROLLBACK","ROLLUP","ROW","ROWS","S","S3","SALT","SAMPLE","SAN","SCHEME","SECONDS","SECURITY","SELECT","SEMI","SEQUENTIAL","SERVER","SET","SETS","SETTING","SETTINGS","SHA256_HASH","SHA256_PASSWORD","SHARD","SHOW","SIGNED","SIMPLE","SNAPSHOT","SOURCE","SPATIAL","SQL","SQL_TSI_DAY","SQL_TSI_HOUR","SQL_TSI_MICROSECOND","SQL_TSI_MILLISECOND","SQL_TSI_MINUTE","SQL_TSI_MONTH","SQL_TSI_NANOSECOND","SQL_TSI_QUARTER","SQL_TSI_SECOND","SQL_TSI_WEEK","SQL_TSI_YEAR","SS","SSH_KEY","SSL_CERTIFICATE","STALENESS","START","STATISTICS","STDOUT","STEP","STORAGE","STRICT","STRICTLY_ASCENDING","SUBPARTITION","SUBPARTITIONS","SUSPEND","SYNC","SYNTAX","SYSTEM","TABLE","TABLES","TAGS","TEMPORARY","TEST","THAN","THEN","TIES","TIME","TO","TOP","TOTALS","TRACKING","TRAILING","TRANSACTION","TREE","TRIGGER","TRUE","TRUNCATE","TTL","TYPE","TYPEOF","UNBOUNDED","UNDROP","UNFREEZE","UNION","UNIQUE","UNSET","UNSIGNED","UNTIL","UPDATE","URL","USE","USING","UUID","VALID","VALUES","VARYING","VIEW","VISIBLE","VOLUME","WATCH","WATERMARK","WEEKS","WHEN","WHERE","WINDOW","WITH","WITH_ITEMINDEX","WK","WRITABLE","WW","YEARS","YY","YYYY","ZKPATH"],$B=["AGGREGATEFUNCTION","ARRAY","BFLOAT16","BIGINT","BIGINT SIGNED","BIGINT UNSIGNED","BINARY","BINARY LARGE OBJECT","BINARY VARYING","BIT","BLOB","BYTE","BYTEA","BOOL","CHAR","CHAR LARGE OBJECT","CHAR VARYING","CHARACTER","CHARACTER LARGE OBJECT","CHARACTER VARYING","CLOB","DEC","DOUBLE","DOUBLE PRECISION","DATE","DATE32","DATETIME","DATETIME32","DATETIME64","DECIMAL","DECIMAL128","DECIMAL256","DECIMAL32","DECIMAL64","DYNAMIC","ENUM","ENUM","ENUM16","ENUM8","FIXED","FLOAT","FIXEDSTRING","FLOAT32","FLOAT64","GEOMETRY","INET4","INET6","INT","INT SIGNED","INT UNSIGNED","INT1","INT1 SIGNED","INT1 UNSIGNED","INTEGER","INTEGER SIGNED","INTEGER UNSIGNED","IPV4","IPV6","INT128","INT16","INT256","INT32","INT64","INT8","INTERVALDAY","INTERVALHOUR","INTERVALMICROSECOND","INTERVALMILLISECOND","INTERVALMINUTE","INTERVALMONTH","INTERVALNANOSECOND","INTERVALQUARTER","INTERVALSECOND","INTERVALWEEK","INTERVALYEAR","JSON","LONGBLOB","LONGTEXT","LINESTRING","LOWCARDINALITY","MEDIUMBLOB","MEDIUMINT","MEDIUMINT SIGNED","MEDIUMINT UNSIGNED","MEDIUMTEXT","MAP","MULTILINESTRING","MULTIPOLYGON","NATIONAL CHAR","NATIONAL CHAR VARYING","NATIONAL CHARACTER","NATIONAL CHARACTER LARGE OBJECT","NATIONAL CHARACTER VARYING","NCHAR","NCHAR LARGE OBJECT","NCHAR VARYING","NUMERIC","NVARCHAR","NESTED","NOTHING","NULLABLE","OBJECT","POINT","POLYGON","REAL","RING","SET","SIGNED","SINGLE","SMALLINT","SMALLINT SIGNED","SMALLINT UNSIGNED","SIMPLEAGGREGATEFUNCTION","STRING","TEXT","TIMESTAMP","TINYBLOB","TINYINT","TINYINT SIGNED","TINYINT UNSIGNED","TINYTEXT","TIME","TIME64","TUPLE","UINT128","UINT16","UINT256","UINT32","UINT64","UINT8","UNSIGNED","UUID","VARBINARY","VARCHAR","VARCHAR2","VARIANT","YEAR","BOOL","BOOLEAN"],XB=G(["SELECT [DISTINCT]","MODIFY QUERY SELECT [DISTINCT]"]),KB=G(["SET","WITH","FROM","SAMPLE","PREWHERE","WHERE","GROUP BY","HAVING","QUALIFY","ORDER BY","LIMIT","SETTINGS","INTO OUTFILE","FORMAT","WINDOW","PARTITION BY","INSERT INTO","VALUES","DEPENDS ON","MOVE {USER | ROLE | QUOTA | SETTINGS PROFILE | ROW POLICY}","GRANT","REVOKE","CHECK GRANT","SET [DEFAULT] ROLE [NONE | ALL | ALL EXCEPT]","DEDUPLICATE BY","MODIFY STATISTICS","TYPE","ALTER USER [IF EXISTS]","ALTER [ROW] POLICY [IF EXISTS]","DROP {USER | ROLE | QUOTA | PROFILE | SETTINGS PROFILE | ROW POLICY | POLICY} [IF EXISTS]"]),iT=G(["CREATE [OR REPLACE] [TEMPORARY] TABLE [IF NOT EXISTS]"]),el=G(["ALL EXCEPT","ON CLUSTER","UPDATE","SYSTEM RELOAD {DICTIONARIES | DICTIONARY | FUNCTIONS | FUNCTION | ASYNCHRONOUS METRICS}","SYSTEM DROP {DNS CACHE | MARK CACHE | ICEBERG METADATA CACHE | TEXT INDEX DICTIONARY CACHE | TEXT INDEX HEADER CACHE | TEXT INDEX POSTINGS CACHE | REPLICA | DATABASE REPLICA | UNCOMPRESSED CACHE | COMPILED EXPRESSION CACHE | QUERY CONDITION CACHE | QUERY CACHE | FORMAT SCHEMA CACHE | FILESYSTEM CACHE}","SYSTEM FLUSH LOGS","SYSTEM RELOAD {CONFIG | USERS}","SYSTEM SHUTDOWN","SYSTEM KILL","SYSTEM FLUSH DISTRIBUTED","SYSTEM START DISTRIBUTED SENDS","SYSTEM {STOP | START} {LISTEN | MERGES | TTL MERGES | MOVES | FETCHES | REPLICATED SENDS | REPLICATION QUEUES | PULLING REPLICATION LOG}","SYSTEM {SYNC | RESTART | RESTORE} REPLICA","SYSTEM {SYNC | RESTORE} DATABASE REPLICA","SYSTEM RESTART REPLICAS","SYSTEM UNFREEZE","SYSTEM WAIT LOADING PARTS","SYSTEM {LOAD | UNLOAD} PRIMARY KEY","SYSTEM {STOP | START} [REPLICATED] VIEW","SYSTEM {STOP | START} VIEWS","SYSTEM {REFRESH | CANCEL | WAIT} VIEW","WITH NAME","SHOW [CREATE] {TABLE | TEMPORARY TABLE | DICTIONARY | VIEW | DATABASE}","SHOW DATABASES [[NOT] {LIKE | ILIKE}]","SHOW [FULL] [TEMPORARY] TABLES [FROM | IN]","SHOW [EXTENDED] [FULL] COLUMNS {FROM | IN}","ATTACH {TABLE | DICTIONARY | DATABASE} [IF NOT EXISTS]","DETACH {TABLE | DICTIONARY | DATABASE} [IF EXISTS]","PERMANENTLY","SYNC","DROP {DICTIONARY | DATABASE | PROFILE | VIEW | FUNCTION | NAMED COLLECTION} [IF EXISTS]","DROP [TEMPORARY] TABLE [IF EXISTS] [IF EMPTY]","RENAME TO","EXISTS [TEMPORARY] {TABLE | DICTIONARY | DATABASE}","KILL QUERY","OPTIMIZE TABLE","RENAME {TABLE | DICTIONARY | DATABASE}","EXCHANGE {TABLES | DICTIONARIES}","TRUNCATE TABLE [IF EXISTS]","EXECUTE AS","USE","TO","UNDROP TABLE","CREATE {DATABASE | NAMED COLLECTION} [IF NOT EXISTS]","CREATE [OR REPLACE] {VIEW | DICTIONARY} [IF NOT EXISTS]","CREATE MATERIALIZED VIEW [IF NOT EXISTS]","CREATE FUNCTION","CREATE {USER | ROLE | QUOTA | SETTINGS PROFILE} [IF NOT EXISTS | OR REPLACE]","CREATE [ROW] POLICY [IF NOT EXISTS | OR REPLACE]","REPLACE [TEMPORARY] TABLE [IF NOT EXISTS]","ALTER {ROLE | QUOTA | SETTINGS PROFILE} [IF EXISTS]","ALTER [TEMPORARY] TABLE","ALTER NAMED COLLECTION [IF EXISTS]","GRANTEES","NOT IDENTIFIED","RESET AUTHENTICATION METHODS TO NEW","{IDENTIFIED | ADD IDENTIFIED} [WITH | BY]","[ADD | DROP] HOST {LOCAL | NAME | REGEXP | IP | LIKE}","VALID UNTIL","DROP [ALL] {PROFILES | SETTINGS}","{ADD | MODIFY} SETTINGS","ADD PROFILES","APPLY DELETED MASK","IN PARTITION","{ADD | DROP | RENAME | CLEAR | COMMENT | MODIFY | ALTER | MATERIALIZE} COLUMN","{DETACH | DROP | ATTACH | FETCH | MOVE} {PART | PARTITION}","DROP DETACHED {PART | PARTITION}","{FORGET | REPLACE} PARTITION","CLEAR COLUMN","{FREEZE | UNFREEZE} [PARTITION]","CLEAR INDEX","TO {DISK | VOLUME}","[DELETE | REWRITE PARTS] IN PARTITION","{MODIFY | RESET} SETTING","DELETE WHERE","MODIFY ORDER BY","{MODIFY | REMOVE} SAMPLE BY","{ADD | MATERIALIZE | CLEAR} INDEX [IF NOT EXISTS]","DROP INDEX [IF EXISTS]","GRANULARITY","AFTER","FIRST","ADD CONSTRAINT [IF NOT EXISTS]","DROP CONSTRAINT [IF EXISTS]","MODIFY TTL","REMOVE TTL","ADD STATISTICS [IF NOT EXISTS]","{DROP | CLEAR} STATISTICS [IF EXISTS]","MATERIALIZE STATISTICS [ALL | IF EXISTS]","KEYED BY","NOT KEYED","FOR [RANDOMIZED] INTERVAL","AS {PERMISSIVE | RESTRICTIVE}","FOR SELECT","ADD PROJECTION [IF NOT EXISTS]","{DROP | MATERIALIZE | CLEAR} PROJECTION [IF EXISTS]","REFRESH {EVERY | AFTER}","RANDOMIZE FOR","APPEND","APPEND TO","DELETE FROM","EXPLAIN [AST | SYNTAX | QUERY TREE | PLAN | PIPELINE | ESTIMATE | TABLE OVERRIDE]","GRANT ON CLUSTER","GRANT CURRENT GRANTS","WITH GRANT OPTION","REVOKE ON CLUSTER","ADMIN OPTION FOR","CHECK TABLE","PARTITION ID","{DESC | DESCRIBE} TABLE"]),zB=G(["UNION [ALL | DISTINCT]","PARALLEL WITH"]),JB=G(["[GLOBAL] [INNER|LEFT|RIGHT|FULL|CROSS] [OUTER|SEMI|ANTI|ANY|ALL|ASOF] JOIN","[LEFT] ARRAY JOIN"]),qB=G(["{ROWS | RANGE} BETWEEN","ALTER MATERIALIZE STATISTICS"]),QB={name:"clickhouse",tokenizerOptions:{reservedSelect:XB,reservedClauses:[...KB,...iT,...el],reservedSetOperations:zB,reservedJoins:JB,reservedKeywordPhrases:qB,reservedKeywords:VB,reservedDataTypes:$B,reservedFunctionNames:WB,extraParens:["[]","{}"],lineCommentTypes:["#","--"],nestedBlockComments:!1,underscoresInNumbers:!0,stringTypes:["$$","''-qq-bs"],identTypes:['""-qq-bs',"``"],paramTypes:{custom:[{regex:String.raw`\{[^:']+:[^}]+\}`,key:e=>{const t=/\{([^:]+):/.exec(e);return t?t[1].trim():e}}]},operators:["%","||","?",":","==","<=>","->"],postProcess:ZB},formatOptions:{onelineClauses:[...iT,...el],tabularOnelineClauses:el}};function ZB(e){return e.map((t,n)=>{const r=e[n+1]||on,o=e[n-1]||on;return t.type===V.RESERVED_SELECT&&(r.type===V.COMMA||o.type===V.RESERVED_CLAUSE||o.type===V.COMMA)?Object.assign(Object.assign({},t),{type:V.RESERVED_KEYWORD}):sn.SET(t)&&r.type===V.OPEN_PAREN?Object.assign(Object.assign({},t),{type:V.RESERVED_FUNCTION_NAME}):t})}const eF=["ARRAY_AGG","AVG","CORRELATION","COUNT","COUNT_BIG","COVARIANCE","COVARIANCE_SAMP","CUME_DIST","GROUPING","LISTAGG","MAX","MEDIAN","MIN","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_ICPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","STDDEV","STDDEV_SAMP","SUM","VARIANCE","VARIANCE_SAMP","XMLAGG","XMLGROUP","ABS","ABSVAL","ACOS","ADD_DAYS","ADD_HOURS","ADD_MINUTES","ADD_MONTHS","ADD_SECONDS","ADD_YEARS","AGE","ARRAY_DELETE","ARRAY_FIRST","ARRAY_LAST","ARRAY_NEXT","ARRAY_PRIOR","ASCII","ASCII_STR","ASIN","ATAN","ATAN2","ATANH","BITAND","BITANDNOT","BITOR","BITXOR","BITNOT","BPCHAR","BSON_TO_JSON","BTRIM","CARDINALITY","CEILING","CEIL","CHARACTER_LENGTH","CHR","COALESCE","COLLATION_KEY","COLLATION_KEY_BIT","COMPARE_DECFLOAT","CONCAT","COS","COSH","COT","CURSOR_ROWCOUNT","DATAPARTITIONNUM","DATE_PART","DATE_TRUNC","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFWEEK_ISO","DAYOFYEAR","DAYS","DAYS_BETWEEN","DAYS_TO_END_OF_MONTH","DBPARTITIONNUM","DECFLOAT","DECFLOAT_FORMAT","DECODE","DECRYPT_BIN","DECRYPT_CHAR","DEGREES","DEREF","DIFFERENCE","DIGITS","DOUBLE_PRECISION","EMPTY_BLOB","EMPTY_CLOB","EMPTY_DBCLOB","EMPTY_NCLOB","ENCRYPT","EVENT_MON_STATE","EXP","EXTRACT","FIRST_DAY","FLOOR","FROM_UTC_TIMESTAMP","GENERATE_UNIQUE","GETHINT","GREATEST","HASH","HASH4","HASH8","HASHEDVALUE","HEX","HEXTORAW","HOUR","HOURS_BETWEEN","IDENTITY_VAL_LOCAL","IFNULL","INITCAP","INSERT","INSTR","INSTR2","INSTR4","INSTRB","INTNAND","INTNOR","INTNXOR","INTNNOT","ISNULL","JSON_ARRAY","JSON_OBJECT","JSON_QUERY","JSON_TO_BSON","JSON_VALUE","JULIAN_DAY","LAST_DAY","LCASE","LEAST","LEFT","LENGTH","LENGTH2","LENGTH4","LENGTHB","LN","LOCATE","LOCATE_IN_STRING","LOG10","LONG_VARCHAR","LONG_VARGRAPHIC","LOWER","LPAD","LTRIM","MAX","MAX_CARDINALITY","MICROSECOND","MIDNIGHT_SECONDS","MIN","MINUTE","MINUTES_BETWEEN","MOD","MONTH","MONTHNAME","MONTHS_BETWEEN","MULTIPLY_ALT","NEXT_DAY","NEXT_MONTH","NEXT_QUARTER","NEXT_WEEK","NEXT_YEAR","NORMALIZE_DECFLOAT","NOW","NULLIF","NVL","NVL2","OCTET_LENGTH","OVERLAY","PARAMETER","POSITION","POSSTR","POW","POWER","QUANTIZE","QUARTER","QUOTE_IDENT","QUOTE_LITERAL","RADIANS","RAISE_ERROR","RAND","RANDOM","RAWTOHEX","REC2XML","REGEXP_COUNT","REGEXP_EXTRACT","REGEXP_INSTR","REGEXP_LIKE","REGEXP_MATCH_COUNT","REGEXP_REPLACE","REGEXP_SUBSTR","REPEAT","REPLACE","RID","RID_BIT","RIGHT","ROUND","ROUND_TIMESTAMP","RPAD","RTRIM","SECLABEL","SECLABEL_BY_NAME","SECLABEL_TO_CHAR","SECOND","SECONDS_BETWEEN","SIGN","SIN","SINH","SOUNDEX","SPACE","SQRT","STRIP","STRLEFT","STRPOS","STRRIGHT","SUBSTR","SUBSTR2","SUBSTR4","SUBSTRB","SUBSTRING","TABLE_NAME","TABLE_SCHEMA","TAN","TANH","THIS_MONTH","THIS_QUARTER","THIS_WEEK","THIS_YEAR","TIMESTAMP_FORMAT","TIMESTAMP_ISO","TIMESTAMPDIFF","TIMEZONE","TO_CHAR","TO_CLOB","TO_DATE","TO_HEX","TO_MULTI_BYTE","TO_NCHAR","TO_NCLOB","TO_NUMBER","TO_SINGLE_BYTE","TO_TIMESTAMP","TO_UTC_TIMESTAMP","TOTALORDER","TRANSLATE","TRIM","TRIM_ARRAY","TRUNC_TIMESTAMP","TRUNCATE","TRUNC","TYPE_ID","TYPE_NAME","TYPE_SCHEMA","UCASE","UNICODE_STR","UPPER","VALUE","VARCHAR_BIT_FORMAT","VARCHAR_FORMAT","VARCHAR_FORMAT_BIT","VERIFY_GROUP_FOR_USER","VERIFY_ROLE_FOR_USER","VERIFY_TRUSTED_CONTEXT_ROLE_FOR_USER","WEEK","WEEK_ISO","WEEKS_BETWEEN","WIDTH_BUCKET","XMLATTRIBUTES","XMLCOMMENT","XMLCONCAT","XMLDOCUMENT","XMLELEMENT","XMLFOREST","XMLNAMESPACES","XMLPARSE","XMLPI","XMLQUERY","XMLROW","XMLSERIALIZE","XMLTEXT","XMLVALIDATE","XMLXSROBJECTID","XSLTRANSFORM","YEAR","YEARS_BETWEEN","YMD_BETWEEN","BASE_TABLE","JSON_TABLE","UNNEST","XMLTABLE","RANK","DENSE_RANK","NTILE","LAG","LEAD","ROW_NUMBER","FIRST_VALUE","LAST_VALUE","NTH_VALUE","RATIO_TO_REPORT","CAST"],tF=["ACTIVATE","ADD","AFTER","ALIAS","ALL","ALLOCATE","ALLOW","ALTER","AND","ANY","AS","ASENSITIVE","ASSOCIATE","ASUTIME","AT","ATTRIBUTES","AUDIT","AUTHORIZATION","AUX","AUXILIARY","BEFORE","BEGIN","BETWEEN","BINARY","BUFFERPOOL","BY","CACHE","CALL","CALLED","CAPTURE","CARDINALITY","CASCADED","CASE","CAST","CHECK","CLONE","CLOSE","CLUSTER","COLLECTION","COLLID","COLUMN","COMMENT","COMMIT","CONCAT","CONDITION","CONNECT","CONNECTION","CONSTRAINT","CONTAINS","CONTINUE","COUNT","COUNT_BIG","CREATE","CROSS","CURRENT","CURRENT_DATE","CURRENT_LC_CTYPE","CURRENT_PATH","CURRENT_SCHEMA","CURRENT_SERVER","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","CURRENT_USER","CURSOR","CYCLE","DATA","DATABASE","DATAPARTITIONNAME","DATAPARTITIONNUM","DAY","DAYS","DB2GENERAL","DB2GENRL","DB2SQL","DBINFO","DBPARTITIONNAME","DBPARTITIONNUM","DEALLOCATE","DECLARE","DEFAULT","DEFAULTS","DEFINITION","DELETE","DENSERANK","DENSE_RANK","DESCRIBE","DESCRIPTOR","DETERMINISTIC","DIAGNOSTICS","DISABLE","DISALLOW","DISCONNECT","DISTINCT","DO","DOCUMENT","DROP","DSSIZE","DYNAMIC","EACH","EDITPROC","ELSE","ELSEIF","ENABLE","ENCODING","ENCRYPTION","END","END-EXEC","ENDING","ERASE","ESCAPE","EVERY","EXCEPT","EXCEPTION","EXCLUDING","EXCLUSIVE","EXECUTE","EXISTS","EXIT","EXPLAIN","EXTENDED","EXTERNAL","EXTRACT","FENCED","FETCH","FIELDPROC","FILE","FINAL","FIRST1","FOR","FOREIGN","FREE","FROM","FULL","FUNCTION","GENERAL","GENERATED","GET","GLOBAL","GO","GOTO","GRANT","GRAPHIC","GROUP","HANDLER","HASH","HASHED_VALUE","HAVING","HINT","HOLD","HOUR","HOURS","IDENTITY","IF","IMMEDIATE","IMPORT","IN","INCLUDING","INCLUSIVE","INCREMENT","INDEX","INDICATOR","INDICATORS","INF","INFINITY","INHERIT","INNER","INOUT","INSENSITIVE","INSERT","INTEGRITY","INTERSECT","INTO","IS","ISNULL","ISOBID","ISOLATION","ITERATE","JAR","JAVA","JOIN","KEEP","KEY","LABEL","LANGUAGE","LAST3","LATERAL","LC_CTYPE","LEAVE","LEFT","LIKE","LIMIT","LINKTYPE","LOCAL","LOCALDATE","LOCALE","LOCALTIME","LOCALTIMESTAMP","LOCATOR","LOCATORS","LOCK","LOCKMAX","LOCKSIZE","LOOP","MAINTAINED","MATERIALIZED","MAXVALUE","MICROSECOND","MICROSECONDS","MINUTE","MINUTES","MINVALUE","MODE","MODIFIES","MONTH","MONTHS","NAN","NEW","NEW_TABLE","NEXTVAL","NO","NOCACHE","NOCYCLE","NODENAME","NODENUMBER","NOMAXVALUE","NOMINVALUE","NONE","NOORDER","NORMALIZED","NOT2","NOTNULL","NULL","NULLS","NUMPARTS","OBID","OF","OFF","OFFSET","OLD","OLD_TABLE","ON","OPEN","OPTIMIZATION","OPTIMIZE","OPTION","OR","ORDER","OUT","OUTER","OVER","OVERRIDING","PACKAGE","PADDED","PAGESIZE","PARAMETER","PART","PARTITION","PARTITIONED","PARTITIONING","PARTITIONS","PASSWORD","PATH","PERCENT","PIECESIZE","PLAN","POSITION","PRECISION","PREPARE","PREVVAL","PRIMARY","PRIQTY","PRIVILEGES","PROCEDURE","PROGRAM","PSID","PUBLIC","QUERY","QUERYNO","RANGE","RANK","READ","READS","RECOVERY","REFERENCES","REFERENCING","REFRESH","RELEASE","RENAME","REPEAT","RESET","RESIGNAL","RESTART","RESTRICT","RESULT","RESULT_SET_LOCATOR","RETURN","RETURNS","REVOKE","RIGHT","ROLE","ROLLBACK","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_HALF_UP","ROUND_UP","ROUTINE","ROW","ROWNUMBER","ROWS","ROWSET","ROW_NUMBER","RRN","RUN","SAVEPOINT","SCHEMA","SCRATCHPAD","SCROLL","SEARCH","SECOND","SECONDS","SECQTY","SECURITY","SELECT","SENSITIVE","SEQUENCE","SESSION","SESSION_USER","SET","SIGNAL","SIMPLE","SNAN","SOME","SOURCE","SPECIFIC","SQL","SQLID","STACKED","STANDARD","START","STARTING","STATEMENT","STATIC","STATMENT","STAY","STOGROUP","STORES","STYLE","SUBSTRING","SUMMARY","SYNONYM","SYSFUN","SYSIBM","SYSPROC","SYSTEM","SYSTEM_USER","TABLE","TABLESPACE","THEN","TO","TRANSACTION","TRIGGER","TRIM","TRUNCATE","TYPE","UNDO","UNION","UNIQUE","UNTIL","UPDATE","USAGE","USER","USING","VALIDPROC","VALUE","VALUES","VARIABLE","VARIANT","VCAT","VERSION","VIEW","VOLATILE","VOLUMES","WHEN","WHENEVER","WHERE","WHILE","WITH","WITHOUT","WLM","WRITE","XMLELEMENT","XMLEXISTS","XMLNAMESPACES","YEAR","YEARS"],nF=["ARRAY","BIGINT","BINARY","BLOB","BOOLEAN","CCSID","CHAR","CHARACTER","CLOB","DATE","DATETIME","DBCLOB","DEC","DECIMAL","DOUBLE","DOUBLE PRECISION","FLOAT","FLOAT4","FLOAT8","GRAPHIC","INT","INT2","INT4","INT8","INTEGER","INTERVAL","LONG VARCHAR","LONG VARGRAPHIC","NCHAR","NCHR","NCLOB","NVARCHAR","NUMERIC","SMALLINT","REAL","TIME","TIMESTAMP","VARBINARY","VARCHAR","VARGRAPHIC"],rF=G(["SELECT [ALL | DISTINCT]"]),oF=G(["WITH","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER BY [INPUT SEQUENCE]","LIMIT","OFFSET","FETCH NEXT","FOR UPDATE [OF]","FOR {READ | FETCH} ONLY","FOR {RR | CS | UR | RS} [USE AND KEEP {SHARE | UPDATE | EXCLUSIVE} LOCKS]","WAIT FOR OUTCOME","SKIP LOCKED DATA","INTO","INSERT INTO","VALUES","SET","MERGE INTO","WHEN [NOT] MATCHED [THEN]","UPDATE SET","INSERT"]),aT=G(["CREATE [GLOBAL TEMPORARY | EXTERNAL] TABLE [IF NOT EXISTS]"]),tl=G(["CREATE [OR REPLACE] VIEW","UPDATE","WHERE CURRENT OF","WITH {RR | RS | CS | UR}","DELETE FROM","DROP TABLE [IF EXISTS]","ALTER TABLE","ADD [COLUMN]","DROP [COLUMN]","RENAME COLUMN","ALTER [COLUMN]","SET DATA TYPE","SET NOT NULL","DROP {DEFAULT | GENERATED | NOT NULL}","TRUNCATE [TABLE]","ALLOCATE","ALTER AUDIT POLICY","ALTER BUFFERPOOL","ALTER DATABASE PARTITION GROUP","ALTER DATABASE","ALTER EVENT MONITOR","ALTER FUNCTION","ALTER HISTOGRAM TEMPLATE","ALTER INDEX","ALTER MASK","ALTER METHOD","ALTER MODULE","ALTER NICKNAME","ALTER PACKAGE","ALTER PERMISSION","ALTER PROCEDURE","ALTER SCHEMA","ALTER SECURITY LABEL COMPONENT","ALTER SECURITY POLICY","ALTER SEQUENCE","ALTER SERVER","ALTER SERVICE CLASS","ALTER STOGROUP","ALTER TABLESPACE","ALTER THRESHOLD","ALTER TRIGGER","ALTER TRUSTED CONTEXT","ALTER TYPE","ALTER USAGE LIST","ALTER USER MAPPING","ALTER VIEW","ALTER WORK ACTION SET","ALTER WORK CLASS SET","ALTER WORKLOAD","ALTER WRAPPER","ALTER XSROBJECT","ALTER STOGROUP","ALTER TABLESPACE","ALTER TRIGGER","ALTER TRUSTED CONTEXT","ALTER VIEW","ASSOCIATE [RESULT SET] {LOCATOR | LOCATORS}","AUDIT","BEGIN DECLARE SECTION","CALL","CLOSE","COMMENT ON","COMMIT [WORK]","CONNECT","CREATE [OR REPLACE] [PUBLIC] ALIAS","CREATE AUDIT POLICY","CREATE BUFFERPOOL","CREATE DATABASE PARTITION GROUP","CREATE EVENT MONITOR","CREATE [OR REPLACE] FUNCTION","CREATE FUNCTION MAPPING","CREATE HISTOGRAM TEMPLATE","CREATE [UNIQUE] INDEX","CREATE INDEX EXTENSION","CREATE [OR REPLACE] MASK","CREATE [SPECIFIC] METHOD","CREATE [OR REPLACE] MODULE","CREATE [OR REPLACE] NICKNAME","CREATE [OR REPLACE] PERMISSION","CREATE [OR REPLACE] PROCEDURE","CREATE ROLE","CREATE SCHEMA","CREATE SECURITY LABEL [COMPONENT]","CREATE SECURITY POLICY","CREATE [OR REPLACE] SEQUENCE","CREATE SERVICE CLASS","CREATE SERVER","CREATE STOGROUP","CREATE SYNONYM","CREATE [LARGE | REGULAR | {SYSTEM | USER} TEMPORARY] TABLESPACE","CREATE THRESHOLD","CREATE {TRANSFORM | TRANSFORMS} FOR","CREATE [OR REPLACE] TRIGGER","CREATE TRUSTED CONTEXT","CREATE [OR REPLACE] TYPE","CREATE TYPE MAPPING","CREATE USAGE LIST","CREATE USER MAPPING FOR","CREATE [OR REPLACE] VARIABLE","CREATE WORK ACTION SET","CREATE WORK CLASS SET","CREATE WORKLOAD","CREATE WRAPPER","DECLARE","DECLARE GLOBAL TEMPORARY TABLE","DESCRIBE [INPUT | OUTPUT]","DISCONNECT","DROP [PUBLIC] ALIAS","DROP AUDIT POLICY","DROP BUFFERPOOL","DROP DATABASE PARTITION GROUP","DROP EVENT MONITOR","DROP [SPECIFIC] FUNCTION","DROP FUNCTION MAPPING","DROP HISTOGRAM TEMPLATE","DROP INDEX [EXTENSION]","DROP MASK","DROP [SPECIFIC] METHOD","DROP MODULE","DROP NICKNAME","DROP PACKAGE","DROP PERMISSION","DROP [SPECIFIC] PROCEDURE","DROP ROLE","DROP SCHEMA","DROP SECURITY LABEL [COMPONENT]","DROP SECURITY POLICY","DROP SEQUENCE","DROP SERVER","DROP SERVICE CLASS","DROP STOGROUP","DROP TABLE HIERARCHY","DROP {TABLESPACE | TABLESPACES}","DROP {TRANSFORM | TRANSFORMS}","DROP THRESHOLD","DROP TRIGGER","DROP TRUSTED CONTEXT","DROP TYPE [MAPPING]","DROP USAGE LIST","DROP USER MAPPING FOR","DROP VARIABLE","DROP VIEW [HIERARCHY]","DROP WORK {ACTION | CLASS} SET","DROP WORKLOAD","DROP WRAPPER","DROP XSROBJECT","END DECLARE SECTION","EXECUTE [IMMEDIATE]","EXPLAIN {PLAN [SECTION] | ALL}","FETCH [FROM]","FLUSH {BUFFERPOOL | BUFFERPOOLS} ALL","FLUSH EVENT MONITOR","FLUSH FEDERATED CACHE","FLUSH OPTIMIZATION PROFILE CACHE","FLUSH PACKAGE CACHE [DYNAMIC]","FLUSH AUTHENTICATION CACHE [FOR ALL]","FREE LOCATOR","GET DIAGNOSTICS","GOTO","GRANT","INCLUDE","ITERATE","LEAVE","LOCK TABLE","LOOP","OPEN","PIPE","PREPARE","REFRESH TABLE","RELEASE","RELEASE [TO] SAVEPOINT","RENAME [TABLE | INDEX | STOGROUP | TABLESPACE]","REPEAT","RESIGNAL","RETURN","REVOKE","ROLLBACK [WORK] [TO SAVEPOINT]","SAVEPOINT","SET COMPILATION ENVIRONMENT","SET CONNECTION","SET CURRENT","SET ENCRYPTION PASSWORD","SET EVENT MONITOR STATE","SET INTEGRITY","SET PASSTHRU","SET PATH","SET ROLE","SET SCHEMA","SET SERVER OPTION","SET {SESSION AUTHORIZATION | SESSION_USER}","SET USAGE LIST","SIGNAL","TRANSFER OWNERSHIP OF","WHENEVER {NOT FOUND | SQLERROR | SQLWARNING}","WHILE"]),sF=G(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),iF=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN"]),aF=G(["ON DELETE","ON UPDATE","SET NULL","{ROWS | RANGE} BETWEEN"]),lF=G([]),cF={name:"db2",tokenizerOptions:{reservedSelect:rF,reservedClauses:[...oF,...aT,...tl],reservedSetOperations:sF,reservedJoins:iF,reservedKeywordPhrases:aF,reservedDataTypePhrases:lF,reservedKeywords:tF,reservedDataTypes:nF,reservedFunctionNames:eF,extraParens:["[]"],stringTypes:[{quote:"''-qq",prefixes:["G","N","U&"]},{quote:"''-raw",prefixes:["X","BX","GX","UX"],requirePrefix:!0}],identTypes:['""-qq'],identChars:{first:"@#$",rest:"@#$"},paramTypes:{positional:!0,named:[":"]},paramChars:{first:"@#$",rest:"@#$"},operators:["**","%","|","&","^","~","¬=","¬>","¬<","!>","!<","^=","^>","^<","||","->","=>"]},formatOptions:{onelineClauses:[...aT,...tl],tabularOnelineClauses:tl}},EF=["ARRAY_AGG","AVG","CORR","CORRELATION","COUNT","COUNT_BIG","COVAR_POP","COVARIANCE","COVAR","COVAR_SAMP","COVARIANCE_SAMP","EVERY","GROUPING","JSON_ARRAYAGG","JSON_OBJECTAGG","LISTAGG","MAX","MEDIAN","MIN","PERCENTILE_CONT","PERCENTILE_DISC","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","SOME","STDDEV_POP","STDDEV","STDDEV_SAMP","SUM","VAR_POP","VARIANCE","VAR","VAR_SAMP","VARIANCE_SAMP","XMLAGG","XMLGROUP","ABS","ABSVAL","ACOS","ADD_DAYS","ADD_HOURS","ADD_MINUTES","ADD_MONTHS","ADD_SECONDS","ADD_YEARS","ANTILOG","ARRAY_MAX_CARDINALITY","ARRAY_TRIM","ASCII","ASIN","ATAN","ATAN2","ATANH","BASE64_DECODE","BASE64_ENCODE","BIT_LENGTH","BITAND","BITANDNOT","BITNOT","BITOR","BITXOR","BSON_TO_JSON","CARDINALITY","CEIL","CEILING","CHAR_LENGTH","CHARACTER_LENGTH","CHR","COALESCE","COMPARE_DECFLOAT","CONCAT","CONTAINS","COS","COSH","COT","CURDATE","CURTIME","DATABASE","DATAPARTITIONNAME","DATAPARTITIONNUM","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK_ISO","DAYOFWEEK","DAYOFYEAR","DAYS","DBPARTITIONNAME","DBPARTITIONNUM","DECFLOAT_FORMAT","DECFLOAT_SORTKEY","DECRYPT_BINARY","DECRYPT_BIT","DECRYPT_CHAR","DECRYPT_DB","DEGREES","DIFFERENCE","DIGITS","DLCOMMENT","DLLINKTYPE","DLURLCOMPLETE","DLURLPATH","DLURLPATHONLY","DLURLSCHEME","DLURLSERVER","DLVALUE","DOUBLE_PRECISION","DOUBLE","ENCRPYT","ENCRYPT_AES","ENCRYPT_AES256","ENCRYPT_RC2","ENCRYPT_TDES","EXP","EXTRACT","FIRST_DAY","FLOOR","GENERATE_UNIQUE","GET_BLOB_FROM_FILE","GET_CLOB_FROM_FILE","GET_DBCLOB_FROM_FILE","GET_XML_FILE","GETHINT","GREATEST","HASH_MD5","HASH_ROW","HASH_SHA1","HASH_SHA256","HASH_SHA512","HASH_VALUES","HASHED_VALUE","HEX","HEXTORAW","HOUR","HTML_ENTITY_DECODE","HTML_ENTITY_ENCODE","HTTP_DELETE_BLOB","HTTP_DELETE","HTTP_GET_BLOB","HTTP_GET","HTTP_PATCH_BLOB","HTTP_PATCH","HTTP_POST_BLOB","HTTP_POST","HTTP_PUT_BLOB","HTTP_PUT","IDENTITY_VAL_LOCAL","IFNULL","INSERT","INSTR","INTERPRET","ISFALSE","ISNOTFALSE","ISNOTTRUE","ISTRUE","JSON_ARRAY","JSON_OBJECT","JSON_QUERY","JSON_TO_BSON","JSON_UPDATE","JSON_VALUE","JULIAN_DAY","LAND","LAST_DAY","LCASE","LEAST","LEFT","LENGTH","LN","LNOT","LOCATE_IN_STRING","LOCATE","LOG10","LOR","LOWER","LPAD","LTRIM","MAX_CARDINALITY","MAX","MICROSECOND","MIDNIGHT_SECONDS","MIN","MINUTE","MOD","MONTH","MONTHNAME","MONTHS_BETWEEN","MQREAD","MQREADCLOB","MQRECEIVE","MQRECEIVECLOB","MQSEND","MULTIPLY_ALT","NEXT_DAY","NORMALIZE_DECFLOAT","NOW","NULLIF","NVL","OCTET_LENGTH","OVERLAY","PI","POSITION","POSSTR","POW","POWER","QUANTIZE","QUARTER","RADIANS","RAISE_ERROR","RANDOM","RAND","REGEXP_COUNT","REGEXP_INSTR","REGEXP_REPLACE","REGEXP_SUBSTR","REPEAT","REPLACE","RID","RIGHT","ROUND_TIMESTAMP","ROUND","RPAD","RRN","RTRIM","SCORE","SECOND","SIGN","SIN","SINH","SOUNDEX","SPACE","SQRT","STRIP","STRLEFT","STRPOS","STRRIGHT","SUBSTR","SUBSTRING","TABLE_NAME","TABLE_SCHEMA","TAN","TANH","TIMESTAMP_FORMAT","TIMESTAMP_ISO","TIMESTAMPDIFF_BIG","TIMESTAMPDIFF","TO_CHAR","TO_CLOB","TO_DATE","TO_NUMBER","TO_TIMESTAMP","TOTALORDER","TRANSLATE","TRIM_ARRAY","TRIM","TRUNC_TIMESTAMP","TRUNC","TRUNCATE","UCASE","UPPER","URL_DECODE","URL_ENCODE","VALUE","VARBINARY_FORMAT","VARCHAR_BIT_FORMAT","VARCHAR_FORMAT_BINARY","VARCHAR_FORMAT","VERIFY_GROUP_FOR_USER","WEEK_ISO","WEEK","WRAP","XMLATTRIBUTES","XMLCOMMENT","XMLCONCAT","XMLDOCUMENT","XMLELEMENT","XMLFOREST","XMLNAMESPACES","XMLPARSE","XMLPI","XMLROW","XMLSERIALIZE","XMLTEXT","XMLVALIDATE","XOR","XSLTRANSFORM","YEAR","ZONED","BASE_TABLE","HTTP_DELETE_BLOB_VERBOSE","HTTP_DELETE_VERBOSE","HTTP_GET_BLOB_VERBOSE","HTTP_GET_VERBOSE","HTTP_PATCH_BLOB_VERBOSE","HTTP_PATCH_VERBOSE","HTTP_POST_BLOB_VERBOSE","HTTP_POST_VERBOSE","HTTP_PUT_BLOB_VERBOSE","HTTP_PUT_VERBOSE","JSON_TABLE","MQREADALL","MQREADALLCLOB","MQRECEIVEALL","MQRECEIVEALLCLOB","XMLTABLE","UNPACK","CUME_DIST","DENSE_RANK","FIRST_VALUE","LAG","LAST_VALUE","LEAD","NTH_VALUE","NTILE","PERCENT_RANK","RANK","RATIO_TO_REPORT","ROW_NUMBER","CAST"],dF=["ABSENT","ACCORDING","ACCTNG","ACTION","ACTIVATE","ADD","ALIAS","ALL","ALLOCATE","ALLOW","ALTER","AND","ANY","APPEND","APPLNAME","ARRAY","ARRAY_AGG","ARRAY_TRIM","AS","ASC","ASENSITIVE","ASSOCIATE","ATOMIC","ATTACH","ATTRIBUTES","AUTHORIZATION","AUTONOMOUS","BEFORE","BEGIN","BETWEEN","BIND","BSON","BUFFERPOOL","BY","CACHE","CALL","CALLED","CARDINALITY","CASE","CAST","CHECK","CL","CLOSE","CLUSTER","COLLECT","COLLECTION","COLUMN","COMMENT","COMMIT","COMPACT","COMPARISONS","COMPRESS","CONCAT","CONCURRENT","CONDITION","CONNECT","CONNECT_BY_ROOT","CONNECTION","CONSTANT","CONSTRAINT","CONTAINS","CONTENT","CONTINUE","COPY","COUNT","COUNT_BIG","CREATE","CREATEIN","CROSS","CUBE","CUME_DIST","CURRENT","CURRENT_DATE","CURRENT_PATH","CURRENT_SCHEMA","CURRENT_SERVER","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","CURRENT_USER","CURSOR","CYCLE","DATABASE","DATAPARTITIONNAME","DATAPARTITIONNUM","DAY","DAYS","DB2GENERAL","DB2GENRL","DB2SQL","DBINFO","DBPARTITIONNAME","DBPARTITIONNUM","DEACTIVATE","DEALLOCATE","DECLARE","DEFAULT","DEFAULTS","DEFER","DEFINE","DEFINITION","DELETE","DELETING","DENSE_RANK","DENSERANK","DESC","DESCRIBE","DESCRIPTOR","DETACH","DETERMINISTIC","DIAGNOSTICS","DISABLE","DISALLOW","DISCONNECT","DISTINCT","DO","DOCUMENT","DROP","DYNAMIC","EACH","ELSE","ELSEIF","EMPTY","ENABLE","ENCODING","ENCRYPTION","END","END-EXEC","ENDING","ENFORCED","ERROR","ESCAPE","EVERY","EXCEPT","EXCEPTION","EXCLUDING","EXCLUSIVE","EXECUTE","EXISTS","EXIT","EXTEND","EXTERNAL","EXTRACT","FALSE","FENCED","FETCH","FIELDPROC","FILE","FINAL","FIRST_VALUE","FOR","FOREIGN","FORMAT","FREE","FREEPAGE","FROM","FULL","FUNCTION","GBPCACHE","GENERAL","GENERATED","GET","GLOBAL","GO","GOTO","GRANT","GROUP","HANDLER","HASH","HASH_ROW","HASHED_VALUE","HAVING","HINT","HOLD","HOUR","HOURS","IDENTITY","IF","IGNORE","IMMEDIATE","IMPLICITLY","IN","INCLUDE","INCLUDING","INCLUSIVE","INCREMENT","INDEX","INDEXBP","INDICATOR","INF","INFINITY","INHERIT","INLINE","INNER","INOUT","INSENSITIVE","INSERT","INSERTING","INTEGRITY","INTERPRET","INTERSECT","INTO","IS","ISNULL","ISOLATION","ITERATE","JAVA","JOIN","JSON","JSON_ARRAY","JSON_ARRAYAGG","JSON_EXISTS","JSON_OBJECT","JSON_OBJECTAGG","JSON_QUERY","JSON_TABLE","JSON_VALUE","KEEP","KEY","KEYS","LABEL","LAG","LANGUAGE","LAST_VALUE","LATERAL","LEAD","LEAVE","LEFT","LEVEL2","LIKE","LIMIT","LINKTYPE","LISTAGG","LOCAL","LOCALDATE","LOCALTIME","LOCALTIMESTAMP","LOCATION","LOCATOR","LOCK","LOCKSIZE","LOG","LOGGED","LOOP","MAINTAINED","MASK","MATCHED","MATERIALIZED","MAXVALUE","MERGE","MICROSECOND","MICROSECONDS","MINPCTUSED","MINUTE","MINUTES","MINVALUE","MIRROR","MIXED","MODE","MODIFIES","MONTH","MONTHS","NAMESPACE","NAN","NATIONAL","NCHAR","NCLOB","NESTED","NEW","NEW_TABLE","NEXTVAL","NO","NOCACHE","NOCYCLE","NODENAME","NODENUMBER","NOMAXVALUE","NOMINVALUE","NONE","NOORDER","NORMALIZED","NOT","NOTNULL","NTH_VALUE","NTILE","NULL","NULLS","NVARCHAR","OBID","OBJECT","OF","OFF","OFFSET","OLD","OLD_TABLE","OMIT","ON","ONLY","OPEN","OPTIMIZE","OPTION","OR","ORDER","ORDINALITY","ORGANIZE","OUT","OUTER","OVER","OVERLAY","OVERRIDING","PACKAGE","PADDED","PAGE","PAGESIZE","PARAMETER","PART","PARTITION","PARTITIONED","PARTITIONING","PARTITIONS","PASSING","PASSWORD","PATH","PCTFREE","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","PERIOD","PERMISSION","PIECESIZE","PIPE","PLAN","POSITION","PREPARE","PREVVAL","PRIMARY","PRIOR","PRIQTY","PRIVILEGES","PROCEDURE","PROGRAM","PROGRAMID","QUERY","RANGE","RANK","RATIO_TO_REPORT","RCDFMT","READ","READS","RECOVERY","REFERENCES","REFERENCING","REFRESH","REGEXP_LIKE","RELEASE","RENAME","REPEAT","RESET","RESIGNAL","RESTART","RESULT","RESULT_SET_LOCATOR","RETURN","RETURNING","RETURNS","REVOKE","RID","RIGHT","ROLLBACK","ROLLUP","ROUTINE","ROW","ROW_NUMBER","ROWNUMBER","ROWS","RRN","RUN","SAVEPOINT","SBCS","SCALAR","SCHEMA","SCRATCHPAD","SCROLL","SEARCH","SECOND","SECONDS","SECQTY","SECURED","SELECT","SENSITIVE","SEQUENCE","SESSION","SESSION_USER","SET","SIGNAL","SIMPLE","SKIP","SNAN","SOME","SOURCE","SPECIFIC","SQL","SQLID","SQLIND_DEFAULT","SQLIND_UNASSIGNED","STACKED","START","STARTING","STATEMENT","STATIC","STOGROUP","SUBSTRING","SUMMARY","SYNONYM","SYSTEM_TIME","SYSTEM_USER","TABLE","TABLESPACE","TABLESPACES","TAG","THEN","THREADSAFE","TO","TRANSACTION","TRANSFER","TRIGGER","TRIM","TRIM_ARRAY","TRUE","TRUNCATE","TRY_CAST","TYPE","UNDO","UNION","UNIQUE","UNIT","UNKNOWN","UNNEST","UNTIL","UPDATE","UPDATING","URI","USAGE","USE","USER","USERID","USING","VALUE","VALUES","VARIABLE","VARIANT","VCAT","VERSION","VERSIONING","VIEW","VOLATILE","WAIT","WHEN","WHENEVER","WHERE","WHILE","WITH","WITHIN","WITHOUT","WRAPPED","WRAPPER","WRITE","WRKSTNNAME","XMLAGG","XMLATTRIBUTES","XMLCAST","XMLCOMMENT","XMLCONCAT","XMLDOCUMENT","XMLELEMENT","XMLFOREST","XMLGROUP","XMLNAMESPACES","XMLPARSE","XMLPI","XMLROW","XMLSERIALIZE","XMLTABLE","XMLTEXT","XMLVALIDATE","XSLTRANSFORM","XSROBJECT","YEAR","YEARS","YES","ZONE"],uF=["ARRAY","BIGINT","BINARY","BIT","BLOB","BOOLEAN","CCSID","CHAR","CHARACTER","CLOB","DATA","DATALINK","DATE","DBCLOB","DECFLOAT","DECIMAL","DEC","DOUBLE","DOUBLE PRECISION","FLOAT","GRAPHIC","INT","INTEGER","LONG","NUMERIC","REAL","ROWID","SMALLINT","TIME","TIMESTAMP","VARBINARY","VARCHAR","VARGRAPHIC","XML"],TF=G(["SELECT [ALL | DISTINCT]"]),SF=G(["WITH [RECURSIVE]","INTO","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER [SIBLINGS] BY [INPUT SEQUENCE]","LIMIT","OFFSET","FETCH {FIRST | NEXT}","FOR UPDATE [OF]","FOR READ ONLY","OPTIMIZE FOR","INSERT INTO","VALUES","SET","MERGE INTO","WHEN [NOT] MATCHED [THEN]","UPDATE SET","DELETE","INSERT","FOR SYSTEM NAME"]),lT=G(["CREATE [OR REPLACE] TABLE"]),nl=G(["CREATE [OR REPLACE] [RECURSIVE] VIEW","UPDATE","WHERE CURRENT OF","WITH {NC | RR | RS | CS | UR}","DELETE FROM","DROP TABLE","ALTER TABLE","ADD [COLUMN]","ALTER [COLUMN]","DROP [COLUMN]","SET DATA TYPE","SET {GENERATED ALWAYS | GENERATED BY DEFAULT}","SET NOT NULL","SET {NOT HIDDEN | IMPLICITLY HIDDEN}","SET FIELDPROC","DROP {DEFAULT | NOT NULL | GENERATED | IDENTITY | ROW CHANGE TIMESTAMP | FIELDPROC}","TRUNCATE [TABLE]","SET [CURRENT] SCHEMA","SET CURRENT_SCHEMA","ALLOCATE CURSOR","ALLOCATE [SQL] DESCRIPTOR [LOCAL | GLOBAL] SQL","ALTER [SPECIFIC] {FUNCTION | PROCEDURE}","ALTER {MASK | PERMISSION | SEQUENCE | TRIGGER}","ASSOCIATE [RESULT SET] {LOCATOR | LOCATORS}","BEGIN DECLARE SECTION","CALL","CLOSE","COMMENT ON {ALIAS | COLUMN | CONSTRAINT | INDEX | MASK | PACKAGE | PARAMETER | PERMISSION | SEQUENCE | TABLE | TRIGGER | VARIABLE | XSROBJECT}","COMMENT ON [SPECIFIC] {FUNCTION | PROCEDURE | ROUTINE}","COMMENT ON PARAMETER SPECIFIC {FUNCTION | PROCEDURE | ROUTINE}","COMMENT ON [TABLE FUNCTION] RETURN COLUMN","COMMENT ON [TABLE FUNCTION] RETURN COLUMN SPECIFIC [PROCEDURE | ROUTINE]","COMMIT [WORK] [HOLD]","CONNECT [TO | RESET] USER","CREATE [OR REPLACE] {ALIAS | FUNCTION | MASK | PERMISSION | PROCEDURE | SEQUENCE | TRIGGER | VARIABLE}","CREATE [ENCODED VECTOR] INDEX","CREATE UNIQUE [WHERE NOT NULL] INDEX","CREATE SCHEMA","CREATE TYPE","DEALLOCATE [SQL] DESCRIPTOR [LOCAL | GLOBAL]","DECLARE CURSOR","DECLARE GLOBAL TEMPORARY TABLE","DECLARE","DESCRIBE CURSOR","DESCRIBE INPUT","DESCRIBE [OUTPUT]","DESCRIBE {PROCEDURE | ROUTINE}","DESCRIBE TABLE","DISCONNECT ALL [SQL]","DISCONNECT [CURRENT]","DROP {ALIAS | INDEX | MASK | PACKAGE | PERMISSION | SCHEMA | SEQUENCE | TABLE | TYPE | VARIABLE | XSROBJECT} [IF EXISTS]","DROP [SPECIFIC] {FUNCTION | PROCEDURE | ROUTINE} [IF EXISTS]","END DECLARE SECTION","EXECUTE [IMMEDIATE]","FREE LOCATOR","GET [SQL] DESCRIPTOR [LOCAL | GLOBAL]","GET [CURRENT | STACKED] DIAGNOSTICS","GRANT {ALL [PRIVILEGES] | ALTER | EXECUTE} ON {FUNCTION | PROCEDURE | ROUTINE | PACKAGE | SCHEMA | SEQUENCE | TABLE | TYPE | VARIABLE | XSROBJECT}","HOLD LOCATOR","INCLUDE","LABEL ON {ALIAS | COLUMN | CONSTRAINT | INDEX | MASK | PACKAGE | PERMISSION | SEQUENCE | TABLE | TRIGGER | VARIABLE | XSROBJECT}","LABEL ON [SPECIFIC] {FUNCTION | PROCEDURE | ROUTINE}","LOCK TABLE","OPEN","PREPARE","REFRESH TABLE","RELEASE","RELEASE [TO] SAVEPOINT","RENAME [TABLE | INDEX] TO","REVOKE {ALL [PRIVILEGES] | ALTER | EXECUTE} ON {FUNCTION | PROCEDURE | ROUTINE | PACKAGE | SCHEMA | SEQUENCE | TABLE | TYPE | VARIABLE | XSROBJECT}","ROLLBACK [WORK] [HOLD | TO SAVEPOINT]","SAVEPOINT","SET CONNECTION","SET CURRENT {DEBUG MODE | DECFLOAT ROUNDING MODE | DEGREE | IMPLICIT XMLPARSE OPTION | TEMPORAL SYSTEM_TIME}","SET [SQL] DESCRIPTOR [LOCAL | GLOBAL]","SET ENCRYPTION PASSWORD","SET OPTION","SET {[CURRENT [FUNCTION]] PATH | CURRENT_PATH}","SET RESULT SETS [WITH RETURN [TO CALLER | TO CLIENT]]","SET SESSION AUTHORIZATION","SET SESSION_USER","SET TRANSACTION","SIGNAL SQLSTATE [VALUE]","TAG","TRANSFER OWNERSHIP OF","WHENEVER {NOT FOUND | SQLERROR | SQLWARNING}"]),fF=G(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),RF=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","[LEFT | RIGHT] EXCEPTION JOIN","{INNER | CROSS} JOIN"]),AF=G(["ON DELETE","ON UPDATE","SET NULL","{ROWS | RANGE} BETWEEN"]),pF=G([]),IF={name:"db2i",tokenizerOptions:{reservedSelect:TF,reservedClauses:[...SF,...lT,...nl],reservedSetOperations:fF,reservedJoins:RF,reservedKeywordPhrases:AF,reservedDataTypePhrases:pF,reservedKeywords:dF,reservedDataTypes:uF,reservedFunctionNames:EF,nestedBlockComments:!0,extraParens:["[]"],stringTypes:[{quote:"''-qq",prefixes:["G","N"]},{quote:"''-raw",prefixes:["X","BX","GX","UX"],requirePrefix:!0}],identTypes:['""-qq'],identChars:{first:"@#$",rest:"@#$"},paramTypes:{positional:!0,named:[":"]},paramChars:{first:"@#$",rest:"@#$"},operators:["**","¬=","¬>","¬<","!>","!<","||","=>"]},formatOptions:{onelineClauses:[...lT,...nl],tabularOnelineClauses:nl}},hF=["ABS","ACOS","ADD","ADD_PARQUET_KEY","AGE","AGGREGATE","ALIAS","ALL_PROFILING_OUTPUT","ANY_VALUE","APPLY","APPROX_COUNT_DISTINCT","APPROX_QUANTILE","ARBITRARY","ARGMAX","ARGMIN","ARG_MAX","ARG_MAX_NULL","ARG_MIN","ARG_MIN_NULL","ARRAY_AGG","ARRAY_AGGR","ARRAY_AGGREGATE","ARRAY_APPEND","ARRAY_APPLY","ARRAY_CAT","ARRAY_CONCAT","ARRAY_CONTAINS","ARRAY_COSINE_SIMILARITY","ARRAY_CROSS_PRODUCT","ARRAY_DISTANCE","ARRAY_DISTINCT","ARRAY_DOT_PRODUCT","ARRAY_EXTRACT","ARRAY_FILTER","ARRAY_GRADE_UP","ARRAY_HAS","ARRAY_HAS_ALL","ARRAY_HAS_ANY","ARRAY_INDEXOF","ARRAY_INNER_PRODUCT","ARRAY_INTERSECT","ARRAY_LENGTH","ARRAY_POP_BACK","ARRAY_POP_FRONT","ARRAY_POSITION","ARRAY_PREPEND","ARRAY_PUSH_BACK","ARRAY_PUSH_FRONT","ARRAY_REDUCE","ARRAY_RESIZE","ARRAY_REVERSE","ARRAY_REVERSE_SORT","ARRAY_SELECT","ARRAY_SLICE","ARRAY_SORT","ARRAY_TO_JSON","ARRAY_TO_STRING","ARRAY_TRANSFORM","ARRAY_UNIQUE","ARRAY_VALUE","ARRAY_WHERE","ARRAY_ZIP","ARROW_SCAN","ARROW_SCAN_DUMB","ASCII","ASIN","ATAN","ATAN2","AVG","BASE64","BIN","BITSTRING","BITSTRING_AGG","BIT_AND","BIT_COUNT","BIT_LENGTH","BIT_OR","BIT_POSITION","BIT_XOR","BOOL_AND","BOOL_OR","CARDINALITY","CBRT","CEIL","CEILING","CENTURY","CHECKPOINT","CHR","COLLATIONS","COL_DESCRIPTION","COMBINE","CONCAT","CONCAT_WS","CONSTANT_OR_NULL","CONTAINS","COPY_DATABASE","CORR","COS","COT","COUNT","COUNT_IF","COUNT_STAR","COVAR_POP","COVAR_SAMP","CREATE_SORT_KEY","CURRENT_CATALOG","CURRENT_DATABASE","CURRENT_DATE","CURRENT_LOCALTIME","CURRENT_LOCALTIMESTAMP","CURRENT_QUERY","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_SCHEMAS","CURRENT_SETTING","CURRENT_USER","CURRVAL","DAMERAU_LEVENSHTEIN","DATABASE_LIST","DATABASE_SIZE","DATEDIFF","DATEPART","DATESUB","DATETRUNC","DATE_ADD","DATE_DIFF","DATE_PART","DATE_SUB","DATE_TRUNC","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","DECADE","DECODE","DEGREES","DISABLE_CHECKPOINT_ON_SHUTDOWN","DISABLE_OBJECT_CACHE","DISABLE_OPTIMIZER","DISABLE_PRINT_PROGRESS_BAR","DISABLE_PROFILE","DISABLE_PROFILING","DISABLE_PROGRESS_BAR","DISABLE_VERIFICATION","DISABLE_VERIFY_EXTERNAL","DISABLE_VERIFY_FETCH_ROW","DISABLE_VERIFY_PARALLELISM","DISABLE_VERIFY_SERIALIZER","DIVIDE","DUCKDB_COLUMNS","DUCKDB_CONSTRAINTS","DUCKDB_DATABASES","DUCKDB_DEPENDENCIES","DUCKDB_EXTENSIONS","DUCKDB_FUNCTIONS","DUCKDB_INDEXES","DUCKDB_KEYWORDS","DUCKDB_MEMORY","DUCKDB_OPTIMIZERS","DUCKDB_SCHEMAS","DUCKDB_SECRETS","DUCKDB_SEQUENCES","DUCKDB_SETTINGS","DUCKDB_TABLES","DUCKDB_TEMPORARY_FILES","DUCKDB_TYPES","DUCKDB_VIEWS","EDIT","EDITDIST3","ELEMENT_AT","ENABLE_CHECKPOINT_ON_SHUTDOWN","ENABLE_OBJECT_CACHE","ENABLE_OPTIMIZER","ENABLE_PRINT_PROGRESS_BAR","ENABLE_PROFILE","ENABLE_PROFILING","ENABLE_PROGRESS_BAR","ENABLE_VERIFICATION","ENCODE","ENDS_WITH","ENTROPY","ENUM_CODE","ENUM_FIRST","ENUM_LAST","ENUM_RANGE","ENUM_RANGE_BOUNDARY","EPOCH","EPOCH_MS","EPOCH_NS","EPOCH_US","ERA","ERROR","EVEN","EXP","FACTORIAL","FAVG","FDIV","FILTER","FINALIZE","FIRST","FLATTEN","FLOOR","FMOD","FORCE_CHECKPOINT","FORMAT","FORMATREADABLEDECIMALSIZE","FORMATREADABLESIZE","FORMAT_BYTES","FORMAT_PG_TYPE","FORMAT_TYPE","FROM_BASE64","FROM_BINARY","FROM_HEX","FROM_JSON","FROM_JSON_STRICT","FSUM","FUNCTIONS","GAMMA","GCD","GENERATE_SERIES","GENERATE_SUBSCRIPTS","GEN_RANDOM_UUID","GEOMEAN","GEOMETRIC_MEAN","GETENV","GET_BIT","GET_BLOCK_SIZE","GET_CURRENT_TIME","GET_CURRENT_TIMESTAMP","GLOB","GRADE_UP","GREATEST","GREATEST_COMMON_DIVISOR","GROUP_CONCAT","HAMMING","HASH","HAS_ANY_COLUMN_PRIVILEGE","HAS_COLUMN_PRIVILEGE","HAS_DATABASE_PRIVILEGE","HAS_FOREIGN_DATA_WRAPPER_PRIVILEGE","HAS_FUNCTION_PRIVILEGE","HAS_LANGUAGE_PRIVILEGE","HAS_SCHEMA_PRIVILEGE","HAS_SEQUENCE_PRIVILEGE","HAS_SERVER_PRIVILEGE","HAS_TABLESPACE_PRIVILEGE","HAS_TABLE_PRIVILEGE","HEX","HISTOGRAM","HOUR","ICU_CALENDAR_NAMES","ICU_SORT_KEY","ILIKE_ESCAPE","IMPORT_DATABASE","INDEX_SCAN","INET_CLIENT_ADDR","INET_CLIENT_PORT","INET_SERVER_ADDR","INET_SERVER_PORT","INSTR","IN_SEARCH_PATH","ISFINITE","ISINF","ISNAN","ISODOW","ISOYEAR","JACCARD","JARO_SIMILARITY","JARO_WINKLER_SIMILARITY","JSON_ARRAY","JSON_ARRAY_LENGTH","JSON_CONTAINS","JSON_DESERIALIZE_SQL","JSON_EXECUTE_SERIALIZED_SQL","JSON_EXTRACT","JSON_EXTRACT_PATH","JSON_EXTRACT_PATH_TEXT","JSON_EXTRACT_STRING","JSON_GROUP_ARRAY","JSON_GROUP_OBJECT","JSON_GROUP_STRUCTURE","JSON_KEYS","JSON_MERGE_PATCH","JSON_OBJECT","JSON_QUOTE","JSON_SERIALIZE_PLAN","JSON_SERIALIZE_SQL","JSON_STRUCTURE","JSON_TRANSFORM","JSON_TRANSFORM_STRICT","JSON_TYPE","JSON_VALID","JULIAN","KAHAN_SUM","KURTOSIS","KURTOSIS_POP","LAST","LAST_DAY","LCASE","LCM","LEAST","LEAST_COMMON_MULTIPLE","LEFT","LEFT_GRAPHEME","LEN","LENGTH","LENGTH_GRAPHEME","LEVENSHTEIN","LGAMMA","LIKE_ESCAPE","LIST","LISTAGG","LIST_AGGR","LIST_AGGREGATE","LIST_ANY_VALUE","LIST_APPEND","LIST_APPLY","LIST_APPROX_COUNT_DISTINCT","LIST_AVG","LIST_BIT_AND","LIST_BIT_OR","LIST_BIT_XOR","LIST_BOOL_AND","LIST_BOOL_OR","LIST_CAT","LIST_CONCAT","LIST_CONTAINS","LIST_COSINE_SIMILARITY","LIST_COUNT","LIST_DISTANCE","LIST_DISTINCT","LIST_DOT_PRODUCT","LIST_ELEMENT","LIST_ENTROPY","LIST_EXTRACT","LIST_FILTER","LIST_FIRST","LIST_GRADE_UP","LIST_HAS","LIST_HAS_ALL","LIST_HAS_ANY","LIST_HISTOGRAM","LIST_INDEXOF","LIST_INNER_PRODUCT","LIST_INTERSECT","LIST_KURTOSIS","LIST_KURTOSIS_POP","LIST_LAST","LIST_MAD","LIST_MAX","LIST_MEDIAN","LIST_MIN","LIST_MODE","LIST_PACK","LIST_POSITION","LIST_PREPEND","LIST_PRODUCT","LIST_REDUCE","LIST_RESIZE","LIST_REVERSE","LIST_REVERSE_SORT","LIST_SELECT","LIST_SEM","LIST_SKEWNESS","LIST_SLICE","LIST_SORT","LIST_STDDEV_POP","LIST_STDDEV_SAMP","LIST_STRING_AGG","LIST_SUM","LIST_TRANSFORM","LIST_UNIQUE","LIST_VALUE","LIST_VAR_POP","LIST_VAR_SAMP","LIST_WHERE","LIST_ZIP","LN","LOG","LOG10","LOG2","LOWER","LPAD","LSMODE","LTRIM","MAD","MAKE_DATE","MAKE_TIME","MAKE_TIMESTAMP","MAKE_TIMESTAMPTZ","MAP","MAP_CONCAT","MAP_ENTRIES","MAP_EXTRACT","MAP_FROM_ENTRIES","MAP_KEYS","MAP_VALUES","MAX","MAX_BY","MD5","MD5_NUMBER","MD5_NUMBER_LOWER","MD5_NUMBER_UPPER","MEAN","MEDIAN","METADATA_INFO","MICROSECOND","MILLENNIUM","MILLISECOND","MIN","MINUTE","MIN_BY","MISMATCHES","MOD","MODE","MONTH","MONTHNAME","MULTIPLY","NEXTAFTER","NEXTVAL","NFC_NORMALIZE","NOT_ILIKE_ESCAPE","NOT_LIKE_ESCAPE","NOW","NULLIF","OBJ_DESCRIPTION","OCTET_LENGTH","ORD","PARQUET_FILE_METADATA","PARQUET_KV_METADATA","PARQUET_METADATA","PARQUET_SCAN","PARQUET_SCHEMA","PARSE_DIRNAME","PARSE_DIRPATH","PARSE_FILENAME","PARSE_PATH","PG_COLLATION_IS_VISIBLE","PG_CONF_LOAD_TIME","PG_CONVERSION_IS_VISIBLE","PG_FUNCTION_IS_VISIBLE","PG_GET_CONSTRAINTDEF","PG_GET_EXPR","PG_GET_VIEWDEF","PG_HAS_ROLE","PG_IS_OTHER_TEMP_SCHEMA","PG_MY_TEMP_SCHEMA","PG_OPCLASS_IS_VISIBLE","PG_OPERATOR_IS_VISIBLE","PG_OPFAMILY_IS_VISIBLE","PG_POSTMASTER_START_TIME","PG_SIZE_PRETTY","PG_TABLE_IS_VISIBLE","PG_TIMEZONE_NAMES","PG_TS_CONFIG_IS_VISIBLE","PG_TS_DICT_IS_VISIBLE","PG_TS_PARSER_IS_VISIBLE","PG_TS_TEMPLATE_IS_VISIBLE","PG_TYPEOF","PG_TYPE_IS_VISIBLE","PI","PLATFORM","POSITION","POW","POWER","PRAGMA_COLLATIONS","PRAGMA_DATABASE_SIZE","PRAGMA_METADATA_INFO","PRAGMA_PLATFORM","PRAGMA_SHOW","PRAGMA_STORAGE_INFO","PRAGMA_TABLE_INFO","PRAGMA_USER_AGENT","PRAGMA_VERSION","PREFIX","PRINTF","PRODUCT","QUANTILE","QUANTILE_CONT","QUANTILE_DISC","QUARTER","RADIANS","RANDOM","RANGE","READFILE","READ_BLOB","READ_CSV","READ_CSV_AUTO","READ_JSON","READ_JSON_AUTO","READ_JSON_OBJECTS","READ_JSON_OBJECTS_AUTO","READ_NDJSON","READ_NDJSON_AUTO","READ_NDJSON_OBJECTS","READ_PARQUET","READ_TEXT","REDUCE","REGEXP_ESCAPE","REGEXP_EXTRACT","REGEXP_EXTRACT_ALL","REGEXP_FULL_MATCH","REGEXP_MATCHES","REGEXP_REPLACE","REGEXP_SPLIT_TO_ARRAY","REGEXP_SPLIT_TO_TABLE","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","REPEAT","REPEAT_ROW","REPLACE","RESERVOIR_QUANTILE","REVERSE","RIGHT","RIGHT_GRAPHEME","ROUND","ROUNDBANKERS","ROUND_EVEN","ROW","ROW_TO_JSON","RPAD","RTRIM","SECOND","SEM","SEQ_SCAN","SESSION_USER","SETSEED","SET_BIT","SHA256","SHA3","SHELL_ADD_SCHEMA","SHELL_ESCAPE_CRNL","SHELL_IDQUOTE","SHELL_MODULE_SCHEMA","SHELL_PUTSNL","SHOBJ_DESCRIPTION","SHOW","SHOW_DATABASES","SHOW_TABLES","SHOW_TABLES_EXPANDED","SIGN","SIGNBIT","SIN","SKEWNESS","SNIFF_CSV","SPLIT","SPLIT_PART","SQL_AUTO_COMPLETE","SQRT","STARTS_WITH","STATS","STDDEV","STDDEV_POP","STDDEV_SAMP","STORAGE_INFO","STRFTIME","STRING_AGG","STRING_SPLIT","STRING_SPLIT_REGEX","STRING_TO_ARRAY","STRIP_ACCENTS","STRLEN","STRPOS","STRPTIME","STRUCT_EXTRACT","STRUCT_INSERT","STRUCT_PACK","STR_SPLIT","STR_SPLIT_REGEX","SUBSTR","SUBSTRING","SUBSTRING_GRAPHEME","SUBTRACT","SUFFIX","SUM","SUMKAHAN","SUMMARY","SUM_NO_OVERFLOW","TABLE_INFO","TAN","TEST_ALL_TYPES","TEST_VECTOR_TYPES","TIMEZONE","TIMEZONE_HOUR","TIMEZONE_MINUTE","TIME_BUCKET","TODAY","TO_BASE","TO_BASE64","TO_BINARY","TO_CENTURIES","TO_DAYS","TO_DECADES","TO_HEX","TO_HOURS","TO_JSON","TO_MICROSECONDS","TO_MILLENNIA","TO_MILLISECONDS","TO_MINUTES","TO_MONTHS","TO_SECONDS","TO_TIMESTAMP","TO_WEEKS","TO_YEARS","TRANSACTION_TIMESTAMP","TRANSLATE","TRIM","TRUNC","TRY_STRPTIME","TXID_CURRENT","TYPEOF","UCASE","UNBIN","UNHEX","UNICODE","UNION_EXTRACT","UNION_TAG","UNION_VALUE","UNNEST","UNPIVOT_LIST","UPPER","USER","USER_AGENT","UUID","VARIANCE","VAR_POP","VAR_SAMP","VECTOR_TYPE","VERIFY_EXTERNAL","VERIFY_FETCH_ROW","VERIFY_PARALLELISM","VERIFY_SERIALIZER","VERSION","WEEK","WEEKDAY","WEEKOFYEAR","WHICH_SECRET","WRITEFILE","XOR","YEAR","YEARWEEK","CAST","COALESCE","RANK","ROW_NUMBER"],OF=["ALL","ANALYSE","ANALYZE","AND","ANY","AS","ASC","ATTACH","ASYMMETRIC","BOTH","CASE","CAST","CHECK","COLLATE","COLUMN","CONSTRAINT","CREATE","DEFAULT","DEFERRABLE","DESC","DESCRIBE","DETACH","DISTINCT","DO","ELSE","END","EXCEPT","FALSE","FETCH","FOR","FOREIGN","FROM","GRANT","GROUP","HAVING","IN","INITIALLY","INTERSECT","INTO","IS","LATERAL","LEADING","LIMIT","NOT","NULL","OFFSET","ON","ONLY","OR","ORDER","PIVOT","PIVOT_LONGER","PIVOT_WIDER","PLACING","PRIMARY","REFERENCES","RETURNING","SELECT","SHOW","SOME","SUMMARIZE","SYMMETRIC","TABLE","THEN","TO","TRAILING","TRUE","UNION","UNIQUE","UNPIVOT","USING","VARIADIC","WHEN","WHERE","WINDOW","WITH"],NF=["ARRAY","BIGINT","BINARY","BIT","BITSTRING","BLOB","BOOL","BOOLEAN","BPCHAR","BYTEA","CHAR","DATE","DATETIME","DEC","DECIMAL","DOUBLE","ENUM","FLOAT","FLOAT4","FLOAT8","GUID","HUGEINT","INET","INT","INT1","INT128","INT16","INT2","INT32","INT4","INT64","INT8","INTEGER","INTEGRAL","INTERVAL","JSON","LIST","LOGICAL","LONG","MAP","NUMERIC","NVARCHAR","OID","REAL","ROW","SHORT","SIGNED","SMALLINT","STRING","STRUCT","TEXT","TIME","TIMESTAMP_MS","TIMESTAMP_NS","TIMESTAMP_S","TIMESTAMP_US","TIMESTAMP","TIMESTAMPTZ","TIMETZ","TINYINT","UBIGINT","UHUGEINT","UINT128","UINT16","UINT32","UINT64","UINT8","UINTEGER","UNION","USMALLINT","UTINYINT","UUID","VARBINARY","VARCHAR"],mF=G(["SELECT [ALL | DISTINCT]"]),CF=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY [ALL]","HAVING","WINDOW","PARTITION BY","ORDER BY [ALL]","LIMIT","OFFSET","USING SAMPLE","QUALIFY","INSERT [OR REPLACE] INTO","VALUES","DEFAULT VALUES","SET","RETURNING"]),cT=G(["CREATE [OR REPLACE] [TEMPORARY | TEMP] TABLE [IF NOT EXISTS]"]),rl=G(["UPDATE","ON CONFLICT","DELETE FROM","DROP TABLE [IF EXISTS]","TRUNCATE","ALTER TABLE","ADD [COLUMN] [IF NOT EXISTS]","ADD PRIMARY KEY","DROP [COLUMN] [IF EXISTS]","ALTER [COLUMN]","RENAME [COLUMN]","RENAME TO","SET [DATA] TYPE","{SET | DROP} DEFAULT","{SET | DROP} NOT NULL","CREATE [OR REPLACE] [TEMPORARY | TEMP] {MACRO | FUNCTION}","DROP MACRO [TABLE] [IF EXISTS]","DROP FUNCTION [IF EXISTS]","CREATE [UNIQUE] INDEX [IF NOT EXISTS]","DROP INDEX [IF EXISTS]","CREATE [OR REPLACE] SCHEMA [IF NOT EXISTS]","DROP SCHEMA [IF EXISTS]","CREATE [OR REPLACE] [PERSISTENT | TEMPORARY] SECRET [IF NOT EXISTS]","DROP [PERSISTENT | TEMPORARY] SECRET [IF EXISTS]","CREATE [OR REPLACE] [TEMPORARY | TEMP] SEQUENCE","DROP SEQUENCE [IF EXISTS]","CREATE [OR REPLACE] [TEMPORARY | TEMP] VIEW [IF NOT EXISTS]","DROP VIEW [IF EXISTS]","ALTER VIEW","CREATE TYPE","DROP TYPE [IF EXISTS]","ANALYZE","ATTACH [DATABASE] [IF NOT EXISTS]","DETACH [DATABASE] [IF EXISTS]","CALL","[FORCE] CHECKPOINT","COMMENT ON [TABLE | COLUMN | VIEW | INDEX | SEQUENCE | TYPE | MACRO | MACRO TABLE]","COPY [FROM DATABASE]","DESCRIBE","EXPORT DATABASE","IMPORT DATABASE","INSTALL","LOAD","PIVOT","PIVOT_WIDER","UNPIVOT","EXPLAIN [ANALYZE]","SET {LOCAL | SESSION | GLOBAL}","RESET [LOCAL | SESSION | GLOBAL]","{SET | RESET} VARIABLE","SUMMARIZE","BEGIN TRANSACTION","ROLLBACK","COMMIT","ABORT","USE","VACUUM [ANALYZE]","PREPARE","EXECUTE","DEALLOCATE [PREPARE]"]),gF=G(["UNION [ALL | BY NAME]","EXCEPT [ALL]","INTERSECT [ALL]"]),LF=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","{NATURAL | ASOF} [INNER] JOIN","{NATURAL | ASOF} {LEFT | RIGHT | FULL} [OUTER] JOIN","POSITIONAL JOIN","ANTI JOIN","SEMI JOIN"]),_F=G(["{ROWS | RANGE | GROUPS} BETWEEN","SIMILAR TO","IS [NOT] DISTINCT FROM"]),xF=G(["TIMESTAMP WITH TIME ZONE"]),yF={name:"duckdb",tokenizerOptions:{reservedSelect:mF,reservedClauses:[...CF,...cT,...rl],reservedSetOperations:gF,reservedJoins:LF,reservedKeywordPhrases:_F,reservedDataTypePhrases:xF,supportsXor:!0,reservedKeywords:OF,reservedDataTypes:NF,reservedFunctionNames:hF,nestedBlockComments:!0,extraParens:["[]","{}"],underscoresInNumbers:!0,stringTypes:["$$","''-qq",{quote:"''-qq-bs",prefixes:["E"],requirePrefix:!0},{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:['""-qq'],identChars:{rest:"$"},paramTypes:{positional:!0,numbered:["$"],quoted:["$"]},operators:["//","%","**","^","!","&","|","~","<<",">>","::","==","->","->>",":",":=","=>","~~","!~~","~~*","!~~*","~~~","~","!~","~*","!~*","^@","||",">>=","<<="]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...cT,...rl],tabularOnelineClauses:rl}},DF=["ABS","ACOS","ASIN","ATAN","BIN","BROUND","CBRT","CEIL","CEILING","CONV","COS","DEGREES","EXP","FACTORIAL","FLOOR","GREATEST","HEX","LEAST","LN","LOG","LOG10","LOG2","NEGATIVE","PI","PMOD","POSITIVE","POW","POWER","RADIANS","RAND","ROUND","SHIFTLEFT","SHIFTRIGHT","SHIFTRIGHTUNSIGNED","SIGN","SIN","SQRT","TAN","UNHEX","WIDTH_BUCKET","ARRAY_CONTAINS","MAP_KEYS","MAP_VALUES","SIZE","SORT_ARRAY","BINARY","CAST","ADD_MONTHS","DATE","DATE_ADD","DATE_FORMAT","DATE_SUB","DATEDIFF","DAY","DAYNAME","DAYOFMONTH","DAYOFYEAR","EXTRACT","FROM_UNIXTIME","FROM_UTC_TIMESTAMP","HOUR","LAST_DAY","MINUTE","MONTH","MONTHS_BETWEEN","NEXT_DAY","QUARTER","SECOND","TIMESTAMP","TO_DATE","TO_UTC_TIMESTAMP","TRUNC","UNIX_TIMESTAMP","WEEKOFYEAR","YEAR","ASSERT_TRUE","COALESCE","IF","ISNOTNULL","ISNULL","NULLIF","NVL","ASCII","BASE64","CHARACTER_LENGTH","CHR","CONCAT","CONCAT_WS","CONTEXT_NGRAMS","DECODE","ELT","ENCODE","FIELD","FIND_IN_SET","FORMAT_NUMBER","GET_JSON_OBJECT","IN_FILE","INITCAP","INSTR","LCASE","LENGTH","LEVENSHTEIN","LOCATE","LOWER","LPAD","LTRIM","NGRAMS","OCTET_LENGTH","PARSE_URL","PRINTF","QUOTE","REGEXP_EXTRACT","REGEXP_REPLACE","REPEAT","REVERSE","RPAD","RTRIM","SENTENCES","SOUNDEX","SPACE","SPLIT","STR_TO_MAP","SUBSTR","SUBSTRING","TRANSLATE","TRIM","UCASE","UNBASE64","UPPER","MASK","MASK_FIRST_N","MASK_HASH","MASK_LAST_N","MASK_SHOW_FIRST_N","MASK_SHOW_LAST_N","AES_DECRYPT","AES_ENCRYPT","CRC32","CURRENT_DATABASE","CURRENT_USER","HASH","JAVA_METHOD","LOGGED_IN_USER","MD5","REFLECT","SHA","SHA1","SHA2","SURROGATE_KEY","VERSION","AVG","COLLECT_LIST","COLLECT_SET","CORR","COUNT","COVAR_POP","COVAR_SAMP","HISTOGRAM_NUMERIC","MAX","MIN","NTILE","PERCENTILE","PERCENTILE_APPROX","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","STDDEV_POP","STDDEV_SAMP","SUM","VAR_POP","VAR_SAMP","VARIANCE","EXPLODE","INLINE","JSON_TUPLE","PARSE_URL_TUPLE","POSEXPLODE","STACK","LEAD","LAG","FIRST_VALUE","LAST_VALUE","RANK","ROW_NUMBER","DENSE_RANK","CUME_DIST","PERCENT_RANK","NTILE"],MF=["ADD","ADMIN","AFTER","ANALYZE","ARCHIVE","ASC","BEFORE","BUCKET","BUCKETS","CASCADE","CHANGE","CLUSTER","CLUSTERED","CLUSTERSTATUS","COLLECTION","COLUMNS","COMMENT","COMPACT","COMPACTIONS","COMPUTE","CONCATENATE","CONTINUE","DATA","DATABASES","DATETIME","DAY","DBPROPERTIES","DEFERRED","DEFINED","DELIMITED","DEPENDENCY","DESC","DIRECTORIES","DIRECTORY","DISABLE","DISTRIBUTE","ELEM_TYPE","ENABLE","ESCAPED","EXCLUSIVE","EXPLAIN","EXPORT","FIELDS","FILE","FILEFORMAT","FIRST","FORMAT","FORMATTED","FUNCTIONS","HOLD_DDLTIME","HOUR","IDXPROPERTIES","IGNORE","INDEX","INDEXES","INPATH","INPUTDRIVER","INPUTFORMAT","ITEMS","JAR","KEYS","KEY_TYPE","LIMIT","LINES","LOAD","LOCATION","LOCK","LOCKS","LOGICAL","LONG","MAPJOIN","MATERIALIZED","METADATA","MINUS","MINUTE","MONTH","MSCK","NOSCAN","NO_DROP","OFFLINE","OPTION","OUTPUTDRIVER","OUTPUTFORMAT","OVERWRITE","OWNER","PARTITIONED","PARTITIONS","PLUS","PRETTY","PRINCIPALS","PROTECTION","PURGE","READ","READONLY","REBUILD","RECORDREADER","RECORDWRITER","RELOAD","RENAME","REPAIR","REPLACE","REPLICATION","RESTRICT","REWRITE","ROLE","ROLES","SCHEMA","SCHEMAS","SECOND","SEMI","SERDE","SERDEPROPERTIES","SERVER","SETS","SHARED","SHOW","SHOW_DATABASE","SKEWED","SORT","SORTED","SSL","STATISTICS","STORED","STREAMTABLE","STRING","TABLES","TBLPROPERTIES","TEMPORARY","TERMINATED","TINYINT","TOUCH","TRANSACTIONS","UNARCHIVE","UNDO","UNIONTYPE","UNLOCK","UNSET","UNSIGNED","URI","USE","UTC","UTCTIMESTAMP","VALUE_TYPE","VIEW","WHILE","YEAR","AUTOCOMMIT","ISOLATION","LEVEL","OFFSET","SNAPSHOT","TRANSACTION","WORK","WRITE","ABORT","KEY","LAST","NORELY","NOVALIDATE","NULLS","RELY","VALIDATE","DETAIL","DOW","EXPRESSION","OPERATOR","QUARTER","SUMMARY","VECTORIZATION","WEEK","YEARS","MONTHS","WEEKS","DAYS","HOURS","MINUTES","SECONDS","TIMESTAMPTZ","ZONE","ALL","ALTER","AND","AS","AUTHORIZATION","BETWEEN","BOTH","BY","CASE","CAST","COLUMN","CONF","CREATE","CROSS","CUBE","CURRENT","CURRENT_DATE","CURRENT_TIMESTAMP","CURSOR","DATABASE","DELETE","DESCRIBE","DISTINCT","DROP","ELSE","END","EXCHANGE","EXISTS","EXTENDED","EXTERNAL","FALSE","FETCH","FOLLOWING","FOR","FROM","FULL","FUNCTION","GRANT","GROUP","GROUPING","HAVING","IF","IMPORT","IN","INNER","INSERT","INTERSECT","INTO","IS","JOIN","LATERAL","LEFT","LESS","LIKE","LOCAL","MACRO","MORE","NONE","NOT","NULL","OF","ON","OR","ORDER","OUT","OUTER","OVER","PARTIALSCAN","PARTITION","PERCENT","PRECEDING","PRESERVE","PROCEDURE","RANGE","READS","REDUCE","REVOKE","RIGHT","ROLLUP","ROW","ROWS","SELECT","SET","TABLE","TABLESAMPLE","THEN","TO","TRANSFORM","TRIGGER","TRUE","TRUNCATE","UNBOUNDED","UNION","UNIQUEJOIN","UPDATE","USER","USING","UTC_TMESTAMP","VALUES","WHEN","WHERE","WINDOW","WITH","COMMIT","ONLY","REGEXP","RLIKE","ROLLBACK","START","CACHE","CONSTRAINT","FOREIGN","PRIMARY","REFERENCES","DAYOFWEEK","EXTRACT","FLOOR","VIEWS","TIME","SYNC","TEXTFILE","SEQUENCEFILE","ORC","CSV","TSV","PARQUET","AVRO","RCFILE","JSONFILE","INPUTFORMAT","OUTPUTFORMAT"],PF=["ARRAY","BIGINT","BINARY","BOOLEAN","CHAR","DATE","DECIMAL","DOUBLE","FLOAT","INT","INTEGER","INTERVAL","MAP","NUMERIC","PRECISION","SMALLINT","STRUCT","TIMESTAMP","VARCHAR"],bF=G(["SELECT [ALL | DISTINCT]"]),vF=G(["WITH","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","SORT BY","CLUSTER BY","DISTRIBUTE BY","LIMIT","INSERT INTO [TABLE]","VALUES","SET","MERGE INTO","WHEN [NOT] MATCHED [THEN]","UPDATE SET","INSERT [VALUES]","INSERT OVERWRITE [LOCAL] DIRECTORY","LOAD DATA [LOCAL] INPATH","[OVERWRITE] INTO TABLE"]),ET=G(["CREATE [TEMPORARY] [EXTERNAL] TABLE [IF NOT EXISTS]"]),ol=G(["CREATE [MATERIALIZED] VIEW [IF NOT EXISTS]","UPDATE","DELETE FROM","DROP TABLE [IF EXISTS]","ALTER TABLE","RENAME TO","TRUNCATE [TABLE]","ALTER","CREATE","USE","DESCRIBE","DROP","FETCH","SHOW","STORED AS","STORED BY","ROW FORMAT"]),UF=G(["UNION [ALL | DISTINCT]"]),wF=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","LEFT SEMI JOIN"]),BF=G(["{ROWS | RANGE} BETWEEN"]),FF=G([]),GF={name:"hive",tokenizerOptions:{reservedSelect:bF,reservedClauses:[...vF,...ET,...ol],reservedSetOperations:UF,reservedJoins:wF,reservedKeywordPhrases:BF,reservedDataTypePhrases:FF,reservedKeywords:MF,reservedDataTypes:PF,reservedFunctionNames:DF,extraParens:["[]"],stringTypes:['""-bs',"''-bs"],identTypes:["``"],variableTypes:[{quote:"{}",prefixes:["$"],requirePrefix:!0}],operators:["%","~","^","|","&","<=>","==","!","||"]},formatOptions:{onelineClauses:[...ET,...ol],tabularOnelineClauses:ol}};function qi(e){return e.map((t,n)=>{const r=e[n+1]||on;if(sn.SET(t)&&r.text==="(")return Object.assign(Object.assign({},t),{type:V.RESERVED_FUNCTION_NAME});const o=e[n-1]||on;return sn.VALUES(t)&&o.text==="="?Object.assign(Object.assign({},t),{type:V.RESERVED_FUNCTION_NAME}):t})}const HF=["ACCESSIBLE","ADD","ALL","ALTER","ANALYZE","AND","AS","ASC","ASENSITIVE","BEFORE","BETWEEN","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHECK","COLLATE","COLUMN","CONDITION","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CURRENT_DATE","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DECLARE","DEFAULT","DELAYED","DELETE","DELETE_DOMAIN_ID","DESC","DESCRIBE","DETERMINISTIC","DISTINCT","DISTINCTROW","DIV","DO_DOMAIN_IDS","DROP","DUAL","EACH","ELSE","ELSEIF","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","FALSE","FETCH","FOR","FORCE","FOREIGN","FROM","FULLTEXT","GENERAL","GRANT","GROUP","HAVING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","IGNORE_DOMAIN_IDS","IGNORE_SERVER_IDS","IN","INDEX","INFILE","INNER","INOUT","INSENSITIVE","INSERT","INTERSECT","INTERVAL","INTO","IS","ITERATE","JOIN","KEY","KEYS","KILL","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINEAR","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LOOP","LOW_PRIORITY","MASTER_HEARTBEAT_PERIOD","MASTER_SSL_VERIFY_SERVER_CERT","MATCH","MAXVALUE","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","MODIFIES","NATURAL","NOT","NO_WRITE_TO_BINLOG","NULL","OFFSET","ON","OPTIMIZE","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PAGE_CHECKSUM","PARSE_VCOL_EXPR","PARTITION","POSITION","PRIMARY","PROCEDURE","PURGE","RANGE","READ","READS","READ_WRITE","RECURSIVE","REF_SYSTEM_ID","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESIGNAL","RESTRICT","RETURN","RETURNING","REVOKE","RIGHT","RLIKE","ROW_NUMBER","ROWS","SCHEMA","SCHEMAS","SECOND_MICROSECOND","SELECT","SENSITIVE","SEPARATOR","SET","SHOW","SIGNAL","SLOW","SPATIAL","SPECIFIC","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQL_BIG_RESULT","SQL_CALC_FOUND_ROWS","SQL_SMALL_RESULT","SSL","STARTING","STATS_AUTO_RECALC","STATS_PERSISTENT","STATS_SAMPLE_PAGES","STRAIGHT_JOIN","TABLE","TERMINATED","THEN","TO","TRAILING","TRIGGER","TRUE","UNDO","UNION","UNIQUE","UNLOCK","UNSIGNED","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","VALUES","WHEN","WHERE","WHILE","WINDOW","WITH","WRITE","XOR","YEAR_MONTH","ZEROFILL"],kF=["BIGINT","BINARY","BIT","BLOB","CHAR BYTE","CHAR","CHARACTER","DATETIME","DEC","DECIMAL","DOUBLE PRECISION","DOUBLE","ENUM","FIXED","FLOAT","FLOAT4","FLOAT8","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","LONG","LONGBLOB","LONGTEXT","MEDIUMBLOB","MEDIUMINT","MEDIUMTEXT","MIDDLEINT","NATIONAL CHAR","NATIONAL VARCHAR","NUMERIC","PRECISION","REAL","SMALLINT","TEXT","TIMESTAMP","TINYBLOB","TINYINT","TINYTEXT","VARBINARY","VARCHAR","VARCHARACTER","VARYING","YEAR"],jF=["ADDDATE","ADD_MONTHS","BIT_AND","BIT_OR","BIT_XOR","CAST","COUNT","CUME_DIST","CURDATE","CURTIME","DATE_ADD","DATE_SUB","DATE_FORMAT","DECODE","DENSE_RANK","EXTRACT","FIRST_VALUE","GROUP_CONCAT","JSON_ARRAYAGG","JSON_OBJECTAGG","LAG","LEAD","MAX","MEDIAN","MID","MIN","NOW","NTH_VALUE","NTILE","POSITION","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","RANK","ROW_NUMBER","SESSION_USER","STD","STDDEV","STDDEV_POP","STDDEV_SAMP","SUBDATE","SUBSTR","SUBSTRING","SUM","SYSTEM_USER","TRIM","TRIM_ORACLE","VARIANCE","VAR_POP","VAR_SAMP","ABS","ACOS","ADDTIME","AES_DECRYPT","AES_ENCRYPT","ASIN","ATAN","ATAN2","BENCHMARK","BIN","BINLOG_GTID_POS","BIT_COUNT","BIT_LENGTH","CEIL","CEILING","CHARACTER_LENGTH","CHAR_LENGTH","CHR","COERCIBILITY","COLUMN_CHECK","COLUMN_EXISTS","COLUMN_LIST","COLUMN_JSON","COMPRESS","CONCAT","CONCAT_OPERATOR_ORACLE","CONCAT_WS","CONNECTION_ID","CONV","CONVERT_TZ","COS","COT","CRC32","DATEDIFF","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","DEGREES","DECODE_HISTOGRAM","DECODE_ORACLE","DES_DECRYPT","DES_ENCRYPT","ELT","ENCODE","ENCRYPT","EXP","EXPORT_SET","EXTRACTVALUE","FIELD","FIND_IN_SET","FLOOR","FORMAT","FOUND_ROWS","FROM_BASE64","FROM_DAYS","FROM_UNIXTIME","GET_LOCK","GREATEST","HEX","IFNULL","INSTR","ISNULL","IS_FREE_LOCK","IS_USED_LOCK","JSON_ARRAY","JSON_ARRAY_APPEND","JSON_ARRAY_INSERT","JSON_COMPACT","JSON_CONTAINS","JSON_CONTAINS_PATH","JSON_DEPTH","JSON_DETAILED","JSON_EXISTS","JSON_EXTRACT","JSON_INSERT","JSON_KEYS","JSON_LENGTH","JSON_LOOSE","JSON_MERGE","JSON_MERGE_PATCH","JSON_MERGE_PRESERVE","JSON_QUERY","JSON_QUOTE","JSON_OBJECT","JSON_REMOVE","JSON_REPLACE","JSON_SET","JSON_SEARCH","JSON_TYPE","JSON_UNQUOTE","JSON_VALID","JSON_VALUE","LAST_DAY","LAST_INSERT_ID","LCASE","LEAST","LENGTH","LENGTHB","LN","LOAD_FILE","LOCATE","LOG","LOG10","LOG2","LOWER","LPAD","LPAD_ORACLE","LTRIM","LTRIM_ORACLE","MAKEDATE","MAKETIME","MAKE_SET","MASTER_GTID_WAIT","MASTER_POS_WAIT","MD5","MONTHNAME","NAME_CONST","NVL","NVL2","OCT","OCTET_LENGTH","ORD","PERIOD_ADD","PERIOD_DIFF","PI","POW","POWER","QUOTE","REGEXP_INSTR","REGEXP_REPLACE","REGEXP_SUBSTR","RADIANS","RAND","RELEASE_ALL_LOCKS","RELEASE_LOCK","REPLACE_ORACLE","REVERSE","ROUND","RPAD","RPAD_ORACLE","RTRIM","RTRIM_ORACLE","SEC_TO_TIME","SHA","SHA1","SHA2","SIGN","SIN","SLEEP","SOUNDEX","SPACE","SQRT","STRCMP","STR_TO_DATE","SUBSTR_ORACLE","SUBSTRING_INDEX","SUBTIME","SYS_GUID","TAN","TIMEDIFF","TIME_FORMAT","TIME_TO_SEC","TO_BASE64","TO_CHAR","TO_DAYS","TO_SECONDS","UCASE","UNCOMPRESS","UNCOMPRESSED_LENGTH","UNHEX","UNIX_TIMESTAMP","UPDATEXML","UPPER","UUID","UUID_SHORT","VERSION","WEEKDAY","WEEKOFYEAR","WSREP_LAST_WRITTEN_GTID","WSREP_LAST_SEEN_GTID","WSREP_SYNC_WAIT_UPTO_GTID","YEARWEEK","COALESCE","NULLIF"],YF=G(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),WF=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER BY","LIMIT","OFFSET","FETCH {FIRST | NEXT}","INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO]","REPLACE [LOW_PRIORITY | DELAYED] [INTO]","VALUES","ON DUPLICATE KEY UPDATE","SET","RETURNING"]),dT=G(["CREATE [OR REPLACE] [TEMPORARY] TABLE [IF NOT EXISTS]"]),sl=G(["CREATE [OR REPLACE] [SQL SECURITY DEFINER | SQL SECURITY INVOKER] VIEW [IF NOT EXISTS]","UPDATE [LOW_PRIORITY] [IGNORE]","DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM","DROP [TEMPORARY] TABLE [IF EXISTS]","ALTER [ONLINE] [IGNORE] TABLE [IF EXISTS]","ADD [COLUMN] [IF NOT EXISTS]","{CHANGE | MODIFY} [COLUMN] [IF EXISTS]","DROP [COLUMN] [IF EXISTS]","RENAME [TO]","RENAME COLUMN","ALTER [COLUMN]","{SET | DROP} DEFAULT","SET {VISIBLE | INVISIBLE}","TRUNCATE [TABLE]","ALTER DATABASE","ALTER DATABASE COMMENT","ALTER EVENT","ALTER FUNCTION","ALTER PROCEDURE","ALTER SCHEMA","ALTER SCHEMA COMMENT","ALTER SEQUENCE","ALTER SERVER","ALTER USER","ALTER VIEW","ANALYZE","ANALYZE TABLE","BACKUP LOCK","BACKUP STAGE","BACKUP UNLOCK","BEGIN","BINLOG","CACHE INDEX","CALL","CHANGE MASTER TO","CHECK TABLE","CHECK VIEW","CHECKSUM TABLE","COMMIT","CREATE AGGREGATE FUNCTION","CREATE DATABASE","CREATE EVENT","CREATE FUNCTION","CREATE INDEX","CREATE PROCEDURE","CREATE ROLE","CREATE SEQUENCE","CREATE SERVER","CREATE SPATIAL INDEX","CREATE TRIGGER","CREATE UNIQUE INDEX","CREATE USER","DEALLOCATE PREPARE","DESCRIBE","DROP DATABASE","DROP EVENT","DROP FUNCTION","DROP INDEX","DROP PREPARE","DROP PROCEDURE","DROP ROLE","DROP SEQUENCE","DROP SERVER","DROP TRIGGER","DROP USER","DROP VIEW","EXECUTE","EXPLAIN","FLUSH","GET DIAGNOSTICS","GET DIAGNOSTICS CONDITION","GRANT","HANDLER","HELP","INSTALL PLUGIN","INSTALL SONAME","KILL","LOAD DATA INFILE","LOAD INDEX INTO CACHE","LOAD XML INFILE","LOCK TABLE","OPTIMIZE TABLE","PREPARE","PURGE BINARY LOGS","PURGE MASTER LOGS","RELEASE SAVEPOINT","RENAME TABLE","RENAME USER","REPAIR TABLE","REPAIR VIEW","RESET MASTER","RESET QUERY CACHE","RESET REPLICA","RESET SLAVE","RESIGNAL","REVOKE","ROLLBACK","SAVEPOINT","SET CHARACTER SET","SET DEFAULT ROLE","SET GLOBAL TRANSACTION","SET NAMES","SET PASSWORD","SET ROLE","SET STATEMENT","SET TRANSACTION","SHOW","SHOW ALL REPLICAS STATUS","SHOW ALL SLAVES STATUS","SHOW AUTHORS","SHOW BINARY LOGS","SHOW BINLOG EVENTS","SHOW BINLOG STATUS","SHOW CHARACTER SET","SHOW CLIENT_STATISTICS","SHOW COLLATION","SHOW COLUMNS","SHOW CONTRIBUTORS","SHOW CREATE DATABASE","SHOW CREATE EVENT","SHOW CREATE FUNCTION","SHOW CREATE PACKAGE","SHOW CREATE PACKAGE BODY","SHOW CREATE PROCEDURE","SHOW CREATE SEQUENCE","SHOW CREATE TABLE","SHOW CREATE TRIGGER","SHOW CREATE USER","SHOW CREATE VIEW","SHOW DATABASES","SHOW ENGINE","SHOW ENGINE INNODB STATUS","SHOW ENGINES","SHOW ERRORS","SHOW EVENTS","SHOW EXPLAIN","SHOW FUNCTION CODE","SHOW FUNCTION STATUS","SHOW GRANTS","SHOW INDEX","SHOW INDEXES","SHOW INDEX_STATISTICS","SHOW KEYS","SHOW LOCALES","SHOW MASTER LOGS","SHOW MASTER STATUS","SHOW OPEN TABLES","SHOW PACKAGE BODY CODE","SHOW PACKAGE BODY STATUS","SHOW PACKAGE STATUS","SHOW PLUGINS","SHOW PLUGINS SONAME","SHOW PRIVILEGES","SHOW PROCEDURE CODE","SHOW PROCEDURE STATUS","SHOW PROCESSLIST","SHOW PROFILE","SHOW PROFILES","SHOW QUERY_RESPONSE_TIME","SHOW RELAYLOG EVENTS","SHOW REPLICA","SHOW REPLICA HOSTS","SHOW REPLICA STATUS","SHOW SCHEMAS","SHOW SLAVE","SHOW SLAVE HOSTS","SHOW SLAVE STATUS","SHOW STATUS","SHOW STORAGE ENGINES","SHOW TABLE STATUS","SHOW TABLES","SHOW TRIGGERS","SHOW USER_STATISTICS","SHOW VARIABLES","SHOW WARNINGS","SHOW WSREP_MEMBERSHIP","SHOW WSREP_STATUS","SHUTDOWN","SIGNAL","START ALL REPLICAS","START ALL SLAVES","START REPLICA","START SLAVE","START TRANSACTION","STOP ALL REPLICAS","STOP ALL SLAVES","STOP REPLICA","STOP SLAVE","UNINSTALL PLUGIN","UNINSTALL SONAME","UNLOCK TABLE","USE","XA BEGIN","XA COMMIT","XA END","XA PREPARE","XA RECOVER","XA ROLLBACK","XA START"]),VF=G(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]","MINUS [ALL | DISTINCT]"]),$F=G(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),XF=G(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),KF=G([]),zF={name:"mariadb",tokenizerOptions:{reservedSelect:YF,reservedClauses:[...WF,...dT,...sl],reservedSetOperations:VF,reservedJoins:$F,reservedKeywordPhrases:XF,reservedDataTypePhrases:KF,supportsXor:!0,reservedKeywords:HF,reservedDataTypes:kF,reservedFunctionNames:jF,stringTypes:['""-qq-bs',"''-qq-bs",{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:["``"],identChars:{first:"$",rest:"$",allowFirstCharNumber:!0},variableTypes:[{regex:"@@?[A-Za-z0-9_.$]+"},{quote:'""-qq-bs',prefixes:["@"],requirePrefix:!0},{quote:"''-qq-bs",prefixes:["@"],requirePrefix:!0},{quote:"``",prefixes:["@"],requirePrefix:!0}],paramTypes:{positional:!0},lineCommentTypes:["--","#"],operators:["%",":=","&","|","^","~","<<",">>","<=>","&&","||","!","*.*"],postProcess:qi},formatOptions:{onelineClauses:[...dT,...sl],tabularOnelineClauses:sl}},JF=["ACCESSIBLE","ADD","ALL","ALTER","ANALYZE","AND","AS","ASC","ASENSITIVE","BEFORE","BETWEEN","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHECK","COLLATE","COLUMN","CONDITION","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CUBE","CUME_DIST","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DECLARE","DEFAULT","DELAYED","DELETE","DENSE_RANK","DESC","DESCRIBE","DETERMINISTIC","DISTINCT","DISTINCTROW","DIV","DROP","DUAL","EACH","ELSE","ELSEIF","EMPTY","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","FALSE","FETCH","FIRST_VALUE","FOR","FORCE","FOREIGN","FROM","FULLTEXT","FUNCTION","GENERATED","GET","GRANT","GROUP","GROUPING","GROUPS","HAVING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","IN","INDEX","INFILE","INNER","INOUT","INSENSITIVE","INSERT","IN","INTERSECT","INTERVAL","INTO","IO_AFTER_GTIDS","IO_BEFORE_GTIDS","IS","ITERATE","JOIN","JSON_TABLE","KEY","KEYS","KILL","LAG","LAST_VALUE","LATERAL","LEAD","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINEAR","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LONG","LOOP","LOW_PRIORITY","MASTER_BIND","MASTER_SSL_VERIFY_SERVER_CERT","MATCH","MAXVALUE","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","MODIFIES","NATURAL","NOT","NO_WRITE_TO_BINLOG","NTH_VALUE","NTILE","NULL","OF","ON","OPTIMIZE","OPTIMIZER_COSTS","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PARTITION","PERCENT_RANK","PRIMARY","PROCEDURE","PURGE","RANGE","RANK","READ","READS","READ_WRITE","RECURSIVE","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESIGNAL","RESTRICT","RETURN","REVOKE","RIGHT","RLIKE","ROW","ROWS","ROW_NUMBER","SCHEMA","SCHEMAS","SECOND_MICROSECOND","SELECT","SENSITIVE","SEPARATOR","SET","SHOW","SIGNAL","SPATIAL","SPECIFIC","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQL_BIG_RESULT","SQL_CALC_FOUND_ROWS","SQL_SMALL_RESULT","SSL","STARTING","STORED","STRAIGHT_JOIN","SYSTEM","TABLE","TERMINATED","THEN","TO","TRAILING","TRIGGER","TRUE","UNDO","UNION","UNIQUE","UNLOCK","UNSIGNED","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","VALUES","VIRTUAL","WHEN","WHERE","WHILE","WINDOW","WITH","WRITE","XOR","YEAR_MONTH","ZEROFILL"],qF=["BIGINT","BINARY","BIT","BLOB","BOOL","BOOLEAN","CHAR","CHARACTER","DATE","DATETIME","DEC","DECIMAL","DOUBLE PRECISION","DOUBLE","ENUM","FIXED","FLOAT","FLOAT4","FLOAT8","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","LONGBLOB","LONGTEXT","MEDIUMBLOB","MEDIUMINT","MEDIUMTEXT","MIDDLEINT","NATIONAL CHAR","NATIONAL VARCHAR","NUMERIC","PRECISION","REAL","SMALLINT","TEXT","TIME","TIMESTAMP","TINYBLOB","TINYINT","TINYTEXT","VARBINARY","VARCHAR","VARCHARACTER","VARYING","YEAR"],QF=["ABS","ACOS","ADDDATE","ADDTIME","AES_DECRYPT","AES_ENCRYPT","ANY_VALUE","ASCII","ASIN","ATAN","ATAN2","AVG","BENCHMARK","BIN","BIN_TO_UUID","BINARY","BIT_AND","BIT_COUNT","BIT_LENGTH","BIT_OR","BIT_XOR","CAN_ACCESS_COLUMN","CAN_ACCESS_DATABASE","CAN_ACCESS_TABLE","CAN_ACCESS_USER","CAN_ACCESS_VIEW","CAST","CEIL","CEILING","CHAR","CHAR_LENGTH","CHARACTER_LENGTH","CHARSET","COALESCE","COERCIBILITY","COLLATION","COMPRESS","CONCAT","CONCAT_WS","CONNECTION_ID","CONV","CONVERT","CONVERT_TZ","COS","COT","COUNT","CRC32","CUME_DIST","CURDATE","CURRENT_DATE","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURTIME","DATABASE","DATE","DATE_ADD","DATE_FORMAT","DATE_SUB","DATEDIFF","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","DEFAULT","DEGREES","DENSE_RANK","DIV","ELT","EXP","EXPORT_SET","EXTRACT","EXTRACTVALUE","FIELD","FIND_IN_SET","FIRST_VALUE","FLOOR","FORMAT","FORMAT_BYTES","FORMAT_PICO_TIME","FOUND_ROWS","FROM_BASE64","FROM_DAYS","FROM_UNIXTIME","GEOMCOLLECTION","GEOMETRYCOLLECTION","GET_DD_COLUMN_PRIVILEGES","GET_DD_CREATE_OPTIONS","GET_DD_INDEX_SUB_PART_LENGTH","GET_FORMAT","GET_LOCK","GREATEST","GROUP_CONCAT","GROUPING","GTID_SUBSET","GTID_SUBTRACT","HEX","HOUR","ICU_VERSION","IF","IFNULL","INET_ATON","INET_NTOA","INET6_ATON","INET6_NTOA","INSERT","INSTR","INTERNAL_AUTO_INCREMENT","INTERNAL_AVG_ROW_LENGTH","INTERNAL_CHECK_TIME","INTERNAL_CHECKSUM","INTERNAL_DATA_FREE","INTERNAL_DATA_LENGTH","INTERNAL_DD_CHAR_LENGTH","INTERNAL_GET_COMMENT_OR_ERROR","INTERNAL_GET_ENABLED_ROLE_JSON","INTERNAL_GET_HOSTNAME","INTERNAL_GET_USERNAME","INTERNAL_GET_VIEW_WARNING_OR_ERROR","INTERNAL_INDEX_COLUMN_CARDINALITY","INTERNAL_INDEX_LENGTH","INTERNAL_IS_ENABLED_ROLE","INTERNAL_IS_MANDATORY_ROLE","INTERNAL_KEYS_DISABLED","INTERNAL_MAX_DATA_LENGTH","INTERNAL_TABLE_ROWS","INTERNAL_UPDATE_TIME","INTERVAL","IS","IS_FREE_LOCK","IS_IPV4","IS_IPV4_COMPAT","IS_IPV4_MAPPED","IS_IPV6","IS NOT","IS NOT NULL","IS NULL","IS_USED_LOCK","IS_UUID","ISNULL","JSON_ARRAY","JSON_ARRAY_APPEND","JSON_ARRAY_INSERT","JSON_ARRAYAGG","JSON_CONTAINS","JSON_CONTAINS_PATH","JSON_DEPTH","JSON_EXTRACT","JSON_INSERT","JSON_KEYS","JSON_LENGTH","JSON_MERGE","JSON_MERGE_PATCH","JSON_MERGE_PRESERVE","JSON_OBJECT","JSON_OBJECTAGG","JSON_OVERLAPS","JSON_PRETTY","JSON_QUOTE","JSON_REMOVE","JSON_REPLACE","JSON_SCHEMA_VALID","JSON_SCHEMA_VALIDATION_REPORT","JSON_SEARCH","JSON_SET","JSON_STORAGE_FREE","JSON_STORAGE_SIZE","JSON_TABLE","JSON_TYPE","JSON_UNQUOTE","JSON_VALID","JSON_VALUE","LAG","LAST_DAY","LAST_INSERT_ID","LAST_VALUE","LCASE","LEAD","LEAST","LEFT","LENGTH","LIKE","LINESTRING","LN","LOAD_FILE","LOCALTIME","LOCALTIMESTAMP","LOCATE","LOG","LOG10","LOG2","LOWER","LPAD","LTRIM","MAKE_SET","MAKEDATE","MAKETIME","MASTER_POS_WAIT","MATCH","MAX","MBRCONTAINS","MBRCOVEREDBY","MBRCOVERS","MBRDISJOINT","MBREQUALS","MBRINTERSECTS","MBROVERLAPS","MBRTOUCHES","MBRWITHIN","MD5","MICROSECOND","MID","MIN","MINUTE","MOD","MONTH","MONTHNAME","MULTILINESTRING","MULTIPOINT","MULTIPOLYGON","NAME_CONST","NOW","NTH_VALUE","NTILE","NULLIF","OCT","OCTET_LENGTH","ORD","PERCENT_RANK","PERIOD_ADD","PERIOD_DIFF","PI","POINT","POLYGON","POSITION","POW","POWER","PS_CURRENT_THREAD_ID","PS_THREAD_ID","QUARTER","QUOTE","RADIANS","RAND","RANDOM_BYTES","RANK","REGEXP","REGEXP_INSTR","REGEXP_LIKE","REGEXP_REPLACE","REGEXP_SUBSTR","RELEASE_ALL_LOCKS","RELEASE_LOCK","REPEAT","REPLACE","REVERSE","RIGHT","RLIKE","ROLES_GRAPHML","ROUND","ROW_COUNT","ROW_NUMBER","RPAD","RTRIM","SCHEMA","SEC_TO_TIME","SECOND","SESSION_USER","SHA1","SHA2","SIGN","SIN","SLEEP","SOUNDEX","SOUNDS LIKE","SOURCE_POS_WAIT","SPACE","SQRT","ST_AREA","ST_ASBINARY","ST_ASGEOJSON","ST_ASTEXT","ST_BUFFER","ST_BUFFER_STRATEGY","ST_CENTROID","ST_COLLECT","ST_CONTAINS","ST_CONVEXHULL","ST_CROSSES","ST_DIFFERENCE","ST_DIMENSION","ST_DISJOINT","ST_DISTANCE","ST_DISTANCE_SPHERE","ST_ENDPOINT","ST_ENVELOPE","ST_EQUALS","ST_EXTERIORRING","ST_FRECHETDISTANCE","ST_GEOHASH","ST_GEOMCOLLFROMTEXT","ST_GEOMCOLLFROMWKB","ST_GEOMETRYN","ST_GEOMETRYTYPE","ST_GEOMFROMGEOJSON","ST_GEOMFROMTEXT","ST_GEOMFROMWKB","ST_HAUSDORFFDISTANCE","ST_INTERIORRINGN","ST_INTERSECTION","ST_INTERSECTS","ST_ISCLOSED","ST_ISEMPTY","ST_ISSIMPLE","ST_ISVALID","ST_LATFROMGEOHASH","ST_LATITUDE","ST_LENGTH","ST_LINEFROMTEXT","ST_LINEFROMWKB","ST_LINEINTERPOLATEPOINT","ST_LINEINTERPOLATEPOINTS","ST_LONGFROMGEOHASH","ST_LONGITUDE","ST_MAKEENVELOPE","ST_MLINEFROMTEXT","ST_MLINEFROMWKB","ST_MPOINTFROMTEXT","ST_MPOINTFROMWKB","ST_MPOLYFROMTEXT","ST_MPOLYFROMWKB","ST_NUMGEOMETRIES","ST_NUMINTERIORRING","ST_NUMPOINTS","ST_OVERLAPS","ST_POINTATDISTANCE","ST_POINTFROMGEOHASH","ST_POINTFROMTEXT","ST_POINTFROMWKB","ST_POINTN","ST_POLYFROMTEXT","ST_POLYFROMWKB","ST_SIMPLIFY","ST_SRID","ST_STARTPOINT","ST_SWAPXY","ST_SYMDIFFERENCE","ST_TOUCHES","ST_TRANSFORM","ST_UNION","ST_VALIDATE","ST_WITHIN","ST_X","ST_Y","STATEMENT_DIGEST","STATEMENT_DIGEST_TEXT","STD","STDDEV","STDDEV_POP","STDDEV_SAMP","STR_TO_DATE","STRCMP","SUBDATE","SUBSTR","SUBSTRING","SUBSTRING_INDEX","SUBTIME","SUM","SYSDATE","SYSTEM_USER","TAN","TIME","TIME_FORMAT","TIME_TO_SEC","TIMEDIFF","TIMESTAMP","TIMESTAMPADD","TIMESTAMPDIFF","TO_BASE64","TO_DAYS","TO_SECONDS","TRIM","TRUNCATE","UCASE","UNCOMPRESS","UNCOMPRESSED_LENGTH","UNHEX","UNIX_TIMESTAMP","UPDATEXML","UPPER","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","UUID","UUID_SHORT","UUID_TO_BIN","VALIDATE_PASSWORD_STRENGTH","VALUES","VAR_POP","VAR_SAMP","VARIANCE","VERSION","WAIT_FOR_EXECUTED_GTID_SET","WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS","WEEK","WEEKDAY","WEEKOFYEAR","WEIGHT_STRING","YEAR","YEARWEEK"],ZF=G(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),eG=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO]","REPLACE [LOW_PRIORITY | DELAYED] [INTO]","VALUES","ON DUPLICATE KEY UPDATE","SET"]),uT=G(["CREATE [TEMPORARY] TABLE [IF NOT EXISTS]"]),il=G(["CREATE [OR REPLACE] [SQL SECURITY DEFINER | SQL SECURITY INVOKER] VIEW [IF NOT EXISTS]","UPDATE [LOW_PRIORITY] [IGNORE]","DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM","DROP [TEMPORARY] TABLE [IF EXISTS]","ALTER TABLE","ADD [COLUMN]","{CHANGE | MODIFY} [COLUMN]","DROP [COLUMN]","RENAME [TO | AS]","RENAME COLUMN","ALTER [COLUMN]","{SET | DROP} DEFAULT","TRUNCATE [TABLE]","ALTER DATABASE","ALTER EVENT","ALTER FUNCTION","ALTER INSTANCE","ALTER LOGFILE GROUP","ALTER PROCEDURE","ALTER RESOURCE GROUP","ALTER SERVER","ALTER TABLESPACE","ALTER USER","ALTER VIEW","ANALYZE TABLE","BINLOG","CACHE INDEX","CALL","CHANGE MASTER TO","CHANGE REPLICATION FILTER","CHANGE REPLICATION SOURCE TO","CHECK TABLE","CHECKSUM TABLE","CLONE","COMMIT","CREATE DATABASE","CREATE EVENT","CREATE FUNCTION","CREATE FUNCTION","CREATE INDEX","CREATE LOGFILE GROUP","CREATE PROCEDURE","CREATE RESOURCE GROUP","CREATE ROLE","CREATE SERVER","CREATE SPATIAL REFERENCE SYSTEM","CREATE TABLESPACE","CREATE TRIGGER","CREATE USER","DEALLOCATE PREPARE","DESCRIBE","DROP DATABASE","DROP EVENT","DROP FUNCTION","DROP FUNCTION","DROP INDEX","DROP LOGFILE GROUP","DROP PROCEDURE","DROP RESOURCE GROUP","DROP ROLE","DROP SERVER","DROP SPATIAL REFERENCE SYSTEM","DROP TABLESPACE","DROP TRIGGER","DROP USER","DROP VIEW","EXECUTE","EXPLAIN","FLUSH","GRANT","HANDLER","HELP","IMPORT TABLE","INSTALL COMPONENT","INSTALL PLUGIN","KILL","LOAD DATA","LOAD INDEX INTO CACHE","LOAD XML","LOCK INSTANCE FOR BACKUP","LOCK TABLES","MASTER_POS_WAIT","OPTIMIZE TABLE","PREPARE","PURGE BINARY LOGS","RELEASE SAVEPOINT","RENAME TABLE","RENAME USER","REPAIR TABLE","RESET","RESET MASTER","RESET PERSIST","RESET REPLICA","RESET SLAVE","RESTART","REVOKE","ROLLBACK","ROLLBACK TO SAVEPOINT","SAVEPOINT","SET CHARACTER SET","SET DEFAULT ROLE","SET NAMES","SET PASSWORD","SET RESOURCE GROUP","SET ROLE","SET TRANSACTION","SHOW","SHOW BINARY LOGS","SHOW BINLOG EVENTS","SHOW CHARACTER SET","SHOW COLLATION","SHOW COLUMNS","SHOW CREATE DATABASE","SHOW CREATE EVENT","SHOW CREATE FUNCTION","SHOW CREATE PROCEDURE","SHOW CREATE TABLE","SHOW CREATE TRIGGER","SHOW CREATE USER","SHOW CREATE VIEW","SHOW DATABASES","SHOW ENGINE","SHOW ENGINES","SHOW ERRORS","SHOW EVENTS","SHOW FUNCTION CODE","SHOW FUNCTION STATUS","SHOW GRANTS","SHOW INDEX","SHOW MASTER STATUS","SHOW OPEN TABLES","SHOW PLUGINS","SHOW PRIVILEGES","SHOW PROCEDURE CODE","SHOW PROCEDURE STATUS","SHOW PROCESSLIST","SHOW PROFILE","SHOW PROFILES","SHOW RELAYLOG EVENTS","SHOW REPLICA STATUS","SHOW REPLICAS","SHOW SLAVE","SHOW SLAVE HOSTS","SHOW STATUS","SHOW TABLE STATUS","SHOW TABLES","SHOW TRIGGERS","SHOW VARIABLES","SHOW WARNINGS","SHUTDOWN","SOURCE_POS_WAIT","START GROUP_REPLICATION","START REPLICA","START SLAVE","START TRANSACTION","STOP GROUP_REPLICATION","STOP REPLICA","STOP SLAVE","TABLE","UNINSTALL COMPONENT","UNINSTALL PLUGIN","UNLOCK INSTANCE","UNLOCK TABLES","USE","XA","ITERATE","LEAVE","LOOP","REPEAT","RETURN","WHILE"]),tG=G(["UNION [ALL | DISTINCT]"]),nG=G(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),rG=G(["ON {UPDATE | DELETE} [SET NULL]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),oG=G([]),sG={name:"mysql",tokenizerOptions:{reservedSelect:ZF,reservedClauses:[...eG,...uT,...il],reservedSetOperations:tG,reservedJoins:nG,reservedKeywordPhrases:rG,reservedDataTypePhrases:oG,supportsXor:!0,reservedKeywords:JF,reservedDataTypes:qF,reservedFunctionNames:QF,stringTypes:['""-qq-bs',{quote:"''-qq-bs",prefixes:["N"]},{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:["``"],identChars:{first:"$",rest:"$",allowFirstCharNumber:!0},variableTypes:[{regex:"@@?[A-Za-z0-9_.$]+"},{quote:'""-qq-bs',prefixes:["@"],requirePrefix:!0},{quote:"''-qq-bs",prefixes:["@"],requirePrefix:!0},{quote:"``",prefixes:["@"],requirePrefix:!0}],paramTypes:{positional:!0},lineCommentTypes:["--","#"],operators:["%",":=","&","|","^","~","<<",">>","<=>","->","->>","&&","||","!","*.*"],postProcess:qi},formatOptions:{onelineClauses:[...uT,...il],tabularOnelineClauses:il}},iG=["ADD","ALL","ALTER","ANALYZE","AND","ARRAY","AS","ASC","BETWEEN","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHECK","COLLATE","COLUMN","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CURRENT_DATE","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DEFAULT","DELAYED","DELETE","DESC","DESCRIBE","DISTINCT","DISTINCTROW","DIV","DOUBLE","DROP","DUAL","ELSE","ELSEIF","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","FALSE","FETCH","FOR","FORCE","FOREIGN","FROM","FULLTEXT","GENERATED","GRANT","GROUP","GROUPS","HAVING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","ILIKE","IN","INDEX","INFILE","INNER","INOUT","INSERT","INTERSECT","INTERVAL","INTO","IS","ITERATE","JOIN","KEY","KEYS","KILL","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINEAR","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LONG","LOW_PRIORITY","MATCH","MAXVALUE","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","NATURAL","NOT","NO_WRITE_TO_BINLOG","NULL","OF","ON","OPTIMIZE","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PARTITION","PRIMARY","PROCEDURE","RANGE","READ","RECURSIVE","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESTRICT","REVOKE","RIGHT","RLIKE","ROW","ROWS","SECOND_MICROSECOND","SELECT","SET","SHOW","SPATIAL","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQL_BIG_RESULT","SQL_CALC_FOUND_ROWS","SQL_SMALL_RESULT","SSL","STARTING","STATS_EXTENDED","STORED","STRAIGHT_JOIN","TABLE","TABLESAMPLE","TERMINATED","THEN","TO","TRAILING","TRIGGER","TRUE","TiDB_CURRENT_TSO","UNION","UNIQUE","UNLOCK","UNSIGNED","UNTIL","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","VALUES","VIRTUAL","WHEN","WHERE","WHILE","WINDOW","WITH","WRITE","XOR","YEAR_MONTH","ZEROFILL"],aG=["BIGINT","BINARY","BIT","BLOB","BOOL","BOOLEAN","CHAR","CHARACTER","DATE","DATETIME","DEC","DECIMAL","DOUBLE PRECISION","DOUBLE","ENUM","FIXED","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","LONGBLOB","LONGTEXT","MEDIUMBLOB","MEDIUMINT","MIDDLEINT","NATIONAL CHAR","NATIONAL VARCHAR","NUMERIC","PRECISION","SMALLINT","TEXT","TIME","TIMESTAMP","TINYBLOB","TINYINT","TINYTEXT","VARBINARY","VARCHAR","VARCHARACTER","VARYING","YEAR"],lG=["ABS","ACOS","ADDDATE","ADDTIME","AES_DECRYPT","AES_ENCRYPT","ANY_VALUE","ASCII","ASIN","ATAN","ATAN2","AVG","BENCHMARK","BIN","BIN_TO_UUID","BIT_AND","BIT_COUNT","BIT_LENGTH","BIT_OR","BIT_XOR","BITAND","BITNEG","BITOR","BITXOR","CASE","CAST","CEIL","CEILING","CHAR_FUNC","CHAR_LENGTH","CHARACTER_LENGTH","CHARSET","COALESCE","COERCIBILITY","COLLATION","COMPRESS","CONCAT","CONCAT_WS","CONNECTION_ID","CONV","CONVERT","CONVERT_TZ","COS","COT","COUNT","CRC32","CUME_DIST","CURDATE","CURRENT_DATE","CURRENT_RESOURCE_GROUP","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURTIME","DATABASE","DATE","DATE_ADD","DATE_FORMAT","DATE_SUB","DATEDIFF","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","DECODE","DEFAULT_FUNC","DEGREES","DENSE_RANK","DES_DECRYPT","DES_ENCRYPT","DIV","ELT","ENCODE","ENCRYPT","EQ","EXP","EXPORT_SET","EXTRACT","FIELD","FIND_IN_SET","FIRST_VALUE","FLOOR","FORMAT","FORMAT_BYTES","FORMAT_NANO_TIME","FOUND_ROWS","FROM_BASE64","FROM_DAYS","FROM_UNIXTIME","GE","GET_FORMAT","GET_LOCK","GETPARAM","GREATEST","GROUP_CONCAT","GROUPING","GT","HEX","HOUR","IF","IFNULL","ILIKE","INET6_ATON","INET6_NTOA","INET_ATON","INET_NTOA","INSERT_FUNC","INSTR","INTDIV","INTERVAL","IS_FREE_LOCK","IS_IPV4","IS_IPV4_COMPAT","IS_IPV4_MAPPED","IS_IPV6","IS_USED_LOCK","IS_UUID","ISFALSE","ISNULL","ISTRUE","JSON_ARRAY","JSON_ARRAYAGG","JSON_ARRAY_APPEND","JSON_ARRAY_INSERT","JSON_CONTAINS","JSON_CONTAINS_PATH","JSON_DEPTH","JSON_EXTRACT","JSON_INSERT","JSON_KEYS","JSON_LENGTH","JSON_MEMBEROF","JSON_MERGE","JSON_MERGE_PATCH","JSON_MERGE_PRESERVE","JSON_OBJECT","JSON_OBJECTAGG","JSON_OVERLAPS","JSON_PRETTY","JSON_QUOTE","JSON_REMOVE","JSON_REPLACE","JSON_SEARCH","JSON_SET","JSON_STORAGE_FREE","JSON_STORAGE_SIZE","JSON_TYPE","JSON_UNQUOTE","JSON_VALID","LAG","LAST_DAY","LAST_INSERT_ID","LAST_VALUE","LASTVAL","LCASE","LE","LEAD","LEAST","LEFT","LEFTSHIFT","LENGTH","LIKE","LN","LOAD_FILE","LOCALTIME","LOCALTIMESTAMP","LOCATE","LOG","LOG10","LOG2","LOWER","LPAD","LT","LTRIM","MAKE_SET","MAKEDATE","MAKETIME","MASTER_POS_WAIT","MAX","MD5","MICROSECOND","MID","MIN","MINUS","MINUTE","MOD","MONTH","MONTHNAME","MUL","NAME_CONST","NE","NEXTVAL","NOT","NOW","NTH_VALUE","NTILE","NULLEQ","OCT","OCTET_LENGTH","OLD_PASSWORD","ORD","PASSWORD_FUNC","PERCENT_RANK","PERIOD_ADD","PERIOD_DIFF","PI","PLUS","POSITION","POW","POWER","QUARTER","QUOTE","RADIANS","RAND","RANDOM_BYTES","RANK","REGEXP","REGEXP_INSTR","REGEXP_LIKE","REGEXP_REPLACE","REGEXP_SUBSTR","RELEASE_ALL_LOCKS","RELEASE_LOCK","REPEAT","REPLACE","REVERSE","RIGHT","RIGHTSHIFT","ROUND","ROW_COUNT","ROW_NUMBER","RPAD","RTRIM","SCHEMA","SEC_TO_TIME","SECOND","SESSION_USER","SETVAL","SETVAR","SHA","SHA1","SHA2","SIGN","SIN","SLEEP","SM3","SPACE","SQRT","STD","STDDEV","STDDEV_POP","STDDEV_SAMP","STR_TO_DATE","STRCMP","SUBDATE","SUBSTR","SUBSTRING","SUBSTRING_INDEX","SUBTIME","SUM","SYSDATE","SYSTEM_USER","TAN","TIDB_BOUNDED_STALENESS","TIDB_CURRENT_TSO","TIDB_DECODE_BINARY_PLAN","TIDB_DECODE_KEY","TIDB_DECODE_PLAN","TIDB_DECODE_SQL_DIGESTS","TIDB_ENCODE_SQL_DIGEST","TIDB_IS_DDL_OWNER","TIDB_PARSE_TSO","TIDB_PARSE_TSO_LOGICAL","TIDB_ROW_CHECKSUM","TIDB_SHARD","TIDB_VERSION","TIME","TIME_FORMAT","TIME_TO_SEC","TIMEDIFF","TIMESTAMP","TIMESTAMPADD","TIMESTAMPDIFF","TO_BASE64","TO_DAYS","TO_SECONDS","TRANSLATE","TRIM","TRUNCATE","UCASE","UNARYMINUS","UNCOMPRESS","UNCOMPRESSED_LENGTH","UNHEX","UNIX_TIMESTAMP","UPPER","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","UUID","UUID_SHORT","UUID_TO_BIN","VALIDATE_PASSWORD_STRENGTH","VAR_POP","VAR_SAMP","VARIANCE","VERSION","VITESS_HASH","WEEK","WEEKDAY","WEEKOFYEAR","WEIGHT_STRING","YEAR","YEARWEEK"],cG=G(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),EG=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO]","REPLACE [LOW_PRIORITY | DELAYED] [INTO]","VALUES","ON DUPLICATE KEY UPDATE","SET"]),TT=G(["CREATE [TEMPORARY] TABLE [IF NOT EXISTS]"]),al=G(["CREATE [OR REPLACE] [SQL SECURITY DEFINER | SQL SECURITY INVOKER] VIEW [IF NOT EXISTS]","UPDATE [LOW_PRIORITY] [IGNORE]","DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM","DROP [TEMPORARY] TABLE [IF EXISTS]","ALTER TABLE","ADD [COLUMN]","{CHANGE | MODIFY} [COLUMN]","DROP [COLUMN]","RENAME [TO | AS]","RENAME COLUMN","ALTER [COLUMN]","{SET | DROP} DEFAULT","TRUNCATE [TABLE]","ALTER DATABASE","ALTER INSTANCE","ALTER RESOURCE GROUP","ALTER SEQUENCE","ALTER USER","ALTER VIEW","ANALYZE TABLE","CHECK TABLE","CHECKSUM TABLE","COMMIT","CREATE DATABASE","CREATE INDEX","CREATE RESOURCE GROUP","CREATE ROLE","CREATE SEQUENCE","CREATE USER","DEALLOCATE PREPARE","DESCRIBE","DROP DATABASE","DROP INDEX","DROP RESOURCE GROUP","DROP ROLE","DROP TABLESPACE","DROP USER","DROP VIEW","EXPLAIN","FLUSH","GRANT","IMPORT TABLE","INSTALL COMPONENT","INSTALL PLUGIN","KILL","LOAD DATA","LOCK INSTANCE FOR BACKUP","LOCK TABLES","OPTIMIZE TABLE","PREPARE","RELEASE SAVEPOINT","RENAME TABLE","RENAME USER","REPAIR TABLE","RESET","REVOKE","ROLLBACK","ROLLBACK TO SAVEPOINT","SAVEPOINT","SET CHARACTER SET","SET DEFAULT ROLE","SET NAMES","SET PASSWORD","SET RESOURCE GROUP","SET ROLE","SET TRANSACTION","SHOW","SHOW BINARY LOGS","SHOW BINLOG EVENTS","SHOW CHARACTER SET","SHOW COLLATION","SHOW COLUMNS","SHOW CREATE DATABASE","SHOW CREATE TABLE","SHOW CREATE USER","SHOW CREATE VIEW","SHOW DATABASES","SHOW ENGINE","SHOW ENGINES","SHOW ERRORS","SHOW EVENTS","SHOW GRANTS","SHOW INDEX","SHOW MASTER STATUS","SHOW OPEN TABLES","SHOW PLUGINS","SHOW PRIVILEGES","SHOW PROCESSLIST","SHOW PROFILE","SHOW PROFILES","SHOW STATUS","SHOW TABLE STATUS","SHOW TABLES","SHOW TRIGGERS","SHOW VARIABLES","SHOW WARNINGS","TABLE","UNINSTALL COMPONENT","UNINSTALL PLUGIN","UNLOCK INSTANCE","UNLOCK TABLES","USE"]),dG=G(["UNION [ALL | DISTINCT]"]),uG=G(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),TG=G(["ON {UPDATE | DELETE} [SET NULL]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),SG=G([]),fG={name:"tidb",tokenizerOptions:{reservedSelect:cG,reservedClauses:[...EG,...TT,...al],reservedSetOperations:dG,reservedJoins:uG,reservedKeywordPhrases:TG,reservedDataTypePhrases:SG,supportsXor:!0,reservedKeywords:iG,reservedDataTypes:aG,reservedFunctionNames:lG,stringTypes:['""-qq-bs',{quote:"''-qq-bs",prefixes:["N"]},{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:["``"],identChars:{first:"$",rest:"$",allowFirstCharNumber:!0},variableTypes:[{regex:"@@?[A-Za-z0-9_.$]+"},{quote:'""-qq-bs',prefixes:["@"],requirePrefix:!0},{quote:"''-qq-bs",prefixes:["@"],requirePrefix:!0},{quote:"``",prefixes:["@"],requirePrefix:!0}],paramTypes:{positional:!0},lineCommentTypes:["--","#"],operators:["%",":=","&","|","^","~","<<",">>","<=>","->","->>","&&","||","!","*.*"],postProcess:qi},formatOptions:{onelineClauses:[...TT,...al],tabularOnelineClauses:al}},RG=["ABORT","ABS","ACOS","ADVISOR","ARRAY_AGG","ARRAY_AGG","ARRAY_APPEND","ARRAY_AVG","ARRAY_BINARY_SEARCH","ARRAY_CONCAT","ARRAY_CONTAINS","ARRAY_COUNT","ARRAY_DISTINCT","ARRAY_EXCEPT","ARRAY_FLATTEN","ARRAY_IFNULL","ARRAY_INSERT","ARRAY_INTERSECT","ARRAY_LENGTH","ARRAY_MAX","ARRAY_MIN","ARRAY_MOVE","ARRAY_POSITION","ARRAY_PREPEND","ARRAY_PUT","ARRAY_RANGE","ARRAY_REMOVE","ARRAY_REPEAT","ARRAY_REPLACE","ARRAY_REVERSE","ARRAY_SORT","ARRAY_STAR","ARRAY_SUM","ARRAY_SYMDIFF","ARRAY_SYMDIFF1","ARRAY_SYMDIFFN","ARRAY_UNION","ASIN","ATAN","ATAN2","AVG","BASE64","BASE64_DECODE","BASE64_ENCODE","BITAND ","BITCLEAR ","BITNOT ","BITOR ","BITSET ","BITSHIFT ","BITTEST ","BITXOR ","CEIL","CLOCK_LOCAL","CLOCK_MILLIS","CLOCK_STR","CLOCK_TZ","CLOCK_UTC","COALESCE","CONCAT","CONCAT2","CONTAINS","CONTAINS_TOKEN","CONTAINS_TOKEN_LIKE","CONTAINS_TOKEN_REGEXP","COS","COUNT","COUNT","COUNTN","CUME_DIST","CURL","DATE_ADD_MILLIS","DATE_ADD_STR","DATE_DIFF_MILLIS","DATE_DIFF_STR","DATE_FORMAT_STR","DATE_PART_MILLIS","DATE_PART_STR","DATE_RANGE_MILLIS","DATE_RANGE_STR","DATE_TRUNC_MILLIS","DATE_TRUNC_STR","DECODE","DECODE_JSON","DEGREES","DENSE_RANK","DURATION_TO_STR","ENCODED_SIZE","ENCODE_JSON","EXP","FIRST_VALUE","FLOOR","GREATEST","HAS_TOKEN","IFINF","IFMISSING","IFMISSINGORNULL","IFNAN","IFNANORINF","IFNULL","INITCAP","ISARRAY","ISATOM","ISBITSET","ISBOOLEAN","ISNUMBER","ISOBJECT","ISSTRING","LAG","LAST_VALUE","LEAD","LEAST","LENGTH","LN","LOG","LOWER","LTRIM","MAX","MEAN","MEDIAN","META","MILLIS","MILLIS_TO_LOCAL","MILLIS_TO_STR","MILLIS_TO_TZ","MILLIS_TO_UTC","MILLIS_TO_ZONE_NAME","MIN","MISSINGIF","NANIF","NEGINFIF","NOW_LOCAL","NOW_MILLIS","NOW_STR","NOW_TZ","NOW_UTC","NTH_VALUE","NTILE","NULLIF","NVL","NVL2","OBJECT_ADD","OBJECT_CONCAT","OBJECT_INNER_PAIRS","OBJECT_INNER_VALUES","OBJECT_LENGTH","OBJECT_NAMES","OBJECT_PAIRS","OBJECT_PUT","OBJECT_REMOVE","OBJECT_RENAME","OBJECT_REPLACE","OBJECT_UNWRAP","OBJECT_VALUES","PAIRS","PERCENT_RANK","PI","POLY_LENGTH","POSINFIF","POSITION","POWER","RADIANS","RANDOM","RANK","RATIO_TO_REPORT","REGEXP_CONTAINS","REGEXP_LIKE","REGEXP_MATCHES","REGEXP_POSITION","REGEXP_REPLACE","REGEXP_SPLIT","REGEX_CONTAINS","REGEX_LIKE","REGEX_MATCHES","REGEX_POSITION","REGEX_REPLACE","REGEX_SPLIT","REPEAT","REPLACE","REVERSE","ROUND","ROW_NUMBER","RTRIM","SEARCH","SEARCH_META","SEARCH_SCORE","SIGN","SIN","SPLIT","SQRT","STDDEV","STDDEV_POP","STDDEV_SAMP","STR_TO_DURATION","STR_TO_MILLIS","STR_TO_TZ","STR_TO_UTC","STR_TO_ZONE_NAME","SUBSTR","SUFFIXES","SUM","TAN","TITLE","TOARRAY","TOATOM","TOBOOLEAN","TOKENS","TOKENS","TONUMBER","TOOBJECT","TOSTRING","TRIM","TRUNC","UPPER","UUID","VARIANCE","VARIANCE_POP","VARIANCE_SAMP","VAR_POP","VAR_SAMP","WEEKDAY_MILLIS","WEEKDAY_STR","CAST"],AG=["ADVISE","ALL","ALTER","ANALYZE","AND","ANY","ARRAY","AS","ASC","AT","BEGIN","BETWEEN","BINARY","BOOLEAN","BREAK","BUCKET","BUILD","BY","CALL","CASE","CAST","CLUSTER","COLLATE","COLLECTION","COMMIT","COMMITTED","CONNECT","CONTINUE","CORRELATED","COVER","CREATE","CURRENT","DATABASE","DATASET","DATASTORE","DECLARE","DECREMENT","DELETE","DERIVED","DESC","DESCRIBE","DISTINCT","DO","DROP","EACH","ELEMENT","ELSE","END","EVERY","EXCEPT","EXCLUDE","EXECUTE","EXISTS","EXPLAIN","FALSE","FETCH","FILTER","FIRST","FLATTEN","FLUSH","FOLLOWING","FOR","FORCE","FROM","FTS","FUNCTION","GOLANG","GRANT","GROUP","GROUPS","GSI","HASH","HAVING","IF","IGNORE","ILIKE","IN","INCLUDE","INCREMENT","INDEX","INFER","INLINE","INNER","INSERT","INTERSECT","INTO","IS","ISOLATION","JAVASCRIPT","JOIN","KEY","KEYS","KEYSPACE","KNOWN","LANGUAGE","LAST","LEFT","LET","LETTING","LEVEL","LIKE","LIMIT","LSM","MAP","MAPPING","MATCHED","MATERIALIZED","MERGE","MINUS","MISSING","NAMESPACE","NEST","NL","NO","NOT","NTH_VALUE","NULL","NULLS","NUMBER","OBJECT","OFFSET","ON","OPTION","OPTIONS","OR","ORDER","OTHERS","OUTER","OVER","PARSE","PARTITION","PASSWORD","PATH","POOL","PRECEDING","PREPARE","PRIMARY","PRIVATE","PRIVILEGE","PROBE","PROCEDURE","PUBLIC","RANGE","RAW","REALM","REDUCE","RENAME","RESPECT","RETURN","RETURNING","REVOKE","RIGHT","ROLE","ROLLBACK","ROW","ROWS","SATISFIES","SAVEPOINT","SCHEMA","SCOPE","SELECT","SELF","SEMI","SET","SHOW","SOME","START","STATISTICS","STRING","SYSTEM","THEN","TIES","TO","TRAN","TRANSACTION","TRIGGER","TRUE","TRUNCATE","UNBOUNDED","UNDER","UNION","UNIQUE","UNKNOWN","UNNEST","UNSET","UPDATE","UPSERT","USE","USER","USING","VALIDATE","VALUE","VALUED","VALUES","VIA","VIEW","WHEN","WHERE","WHILE","WINDOW","WITH","WITHIN","WORK","XOR"],pG=[],IG=G(["SELECT [ALL | DISTINCT]"]),hG=G(["WITH","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT INTO","VALUES","SET","MERGE INTO","WHEN [NOT] MATCHED THEN","UPDATE SET","INSERT","NEST","UNNEST","RETURNING"]),ST=G(["UPDATE","DELETE FROM","SET SCHEMA","ADVISE","ALTER INDEX","BEGIN TRANSACTION","BUILD INDEX","COMMIT TRANSACTION","CREATE COLLECTION","CREATE FUNCTION","CREATE INDEX","CREATE PRIMARY INDEX","CREATE SCOPE","DROP COLLECTION","DROP FUNCTION","DROP INDEX","DROP PRIMARY INDEX","DROP SCOPE","EXECUTE","EXECUTE FUNCTION","EXPLAIN","GRANT","INFER","PREPARE","REVOKE","ROLLBACK TRANSACTION","SAVEPOINT","SET TRANSACTION","UPDATE STATISTICS","UPSERT","LET","SET CURRENT SCHEMA","SHOW","USE [PRIMARY] KEYS"]),OG=G(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),NG=G(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","INNER JOIN"]),mG=G(["{ROWS | RANGE | GROUPS} BETWEEN"]),CG=G([]),gG={name:"n1ql",tokenizerOptions:{reservedSelect:IG,reservedClauses:[...hG,...ST],reservedSetOperations:OG,reservedJoins:NG,reservedKeywordPhrases:mG,reservedDataTypePhrases:CG,supportsXor:!0,reservedKeywords:AG,reservedDataTypes:pG,reservedFunctionNames:RG,stringTypes:['""-bs',"''-bs"],identTypes:["``"],extraParens:["[]","{}"],paramTypes:{positional:!0,numbered:["$"],named:["$"]},lineCommentTypes:["#","--"],operators:["%","==",":","||"]},formatOptions:{onelineClauses:ST}},LG=["ADD","AGENT","AGGREGATE","ALL","ALTER","AND","ANY","ARROW","AS","ASC","AT","ATTRIBUTE","AUTHID","AVG","BEGIN","BETWEEN","BLOCK","BODY","BOTH","BOUND","BULK","BY","BYTE","CALL","CALLING","CASCADE","CASE","CHARSET","CHARSETFORM","CHARSETID","CHECK","CLOSE","CLUSTER","CLUSTERS","COLAUTH","COLLECT","COLUMNS","COMMENT","COMMIT","COMMITTED","COMPILED","COMPRESS","CONNECT","CONSTANT","CONSTRUCTOR","CONTEXT","CONVERT","COUNT","CRASH","CREATE","CURRENT","CURSOR","CUSTOMDATUM","DANGLING","DATA","DAY","DECLARE","DEFAULT","DEFINE","DELETE","DESC","DETERMINISTIC","DISTINCT","DROP","DURATION","ELEMENT","ELSE","ELSIF","EMPTY","END","ESCAPE","EXCEPT","EXCEPTION","EXCEPTIONS","EXCLUSIVE","EXECUTE","EXISTS","EXIT","EXTERNAL","FETCH","FINAL","FIXED","FOR","FORALL","FORCE","FORM","FROM","FUNCTION","GENERAL","GOTO","GRANT","GROUP","HASH","HAVING","HEAP","HIDDEN","HOUR","IDENTIFIED","IF","IMMEDIATE","IN","INCLUDING","INDEX","INDEXES","INDICATOR","INDICES","INFINITE","INSERT","INSTANTIABLE","INTERFACE","INTERSECT","INTERVAL","INTO","INVALIDATE","IS","ISOLATION","JAVA","LANGUAGE","LARGE","LEADING","LENGTH","LEVEL","LIBRARY","LIKE","LIKE2","LIKE4","LIKEC","LIMIT","LIMITED","LOCAL","LOCK","LOOP","MAP","MAX","MAXLEN","MEMBER","MERGE","MIN","MINUS","MINUTE","MOD","MODE","MODIFY","MONTH","MULTISET","NAME","NAN","NATIONAL","NATIVE","NEW","NOCOMPRESS","NOCOPY","NOT","NOWAIT","NULL","OBJECT","OCICOLL","OCIDATE","OCIDATETIME","OCIDURATION","OCIINTERVAL","OCILOBLOCATOR","OCINUMBER","OCIRAW","OCIREF","OCIREFCURSOR","OCIROWID","OCISTRING","OCITYPE","OF","ON","ONLY","OPAQUE","OPEN","OPERATOR","OPTION","OR","ORACLE","ORADATA","ORDER","OVERLAPS","ORGANIZATION","ORLANY","ORLVARY","OTHERS","OUT","OVERRIDING","PACKAGE","PARALLEL_ENABLE","PARAMETER","PARAMETERS","PARTITION","PASCAL","PIPE","PIPELINED","PRAGMA","PRIOR","PRIVATE","PROCEDURE","PUBLIC","RAISE","RANGE","READ","RECORD","REF","REFERENCE","REM","REMAINDER","RENAME","RESOURCE","RESULT","RETURN","RETURNING","REVERSE","REVOKE","ROLLBACK","ROW","SAMPLE","SAVE","SAVEPOINT","SB1","SB2","SB4","SECOND","SEGMENT","SELECT","SELF","SEPARATE","SEQUENCE","SERIALIZABLE","SET","SHARE","SHORT","SIZE","SIZE_T","SOME","SPARSE","SQL","SQLCODE","SQLDATA","SQLNAME","SQLSTATE","STANDARD","START","STATIC","STDDEV","STORED","STRING","STRUCT","STYLE","SUBMULTISET","SUBPARTITION","SUBSTITUTABLE","SUBTYPE","SUM","SYNONYM","TABAUTH","TABLE","TDO","THE","THEN","TIME","TIMEZONE_ABBR","TIMEZONE_HOUR","TIMEZONE_MINUTE","TIMEZONE_REGION","TO","TRAILING","TRANSAC","TRANSACTIONAL","TRUSTED","TYPE","UB1","UB2","UB4","UNDER","UNION","UNIQUE","UNSIGNED","UNTRUSTED","UPDATE","USE","USING","VALIST","VALUE","VALUES","VARIABLE","VARIANCE","VARRAY","VIEW","VIEWS","VOID","WHEN","WHERE","WHILE","WITH","WORK","WRAPPED","WRITE","YEAR","ZONE"],_G=["ARRAY","BFILE_BASE","BINARY","BLOB_BASE","CHAR VARYING","CHAR_BASE","CHAR","CHARACTER VARYING","CHARACTER","CLOB_BASE","DATE_BASE","DATE","DECIMAL","DOUBLE","FLOAT","INT","INTERVAL DAY","INTERVAL YEAR","LONG","NATIONAL CHAR VARYING","NATIONAL CHAR","NATIONAL CHARACTER VARYING","NATIONAL CHARACTER","NCHAR VARYING","NCHAR","NCHAR","NUMBER_BASE","NUMBER","NUMBERIC","NVARCHAR","PRECISION","RAW","TIMESTAMP","UROWID","VARCHAR","VARCHAR2"],xG=["ABS","ACOS","ASIN","ATAN","ATAN2","BITAND","CEIL","COS","COSH","EXP","FLOOR","LN","LOG","MOD","NANVL","POWER","REMAINDER","ROUND","SIGN","SIN","SINH","SQRT","TAN","TANH","TRUNC","WIDTH_BUCKET","CHR","CONCAT","INITCAP","LOWER","LPAD","LTRIM","NLS_INITCAP","NLS_LOWER","NLSSORT","NLS_UPPER","REGEXP_REPLACE","REGEXP_SUBSTR","REPLACE","RPAD","RTRIM","SOUNDEX","SUBSTR","TRANSLATE","TREAT","TRIM","UPPER","NLS_CHARSET_DECL_LEN","NLS_CHARSET_ID","NLS_CHARSET_NAME","ASCII","INSTR","LENGTH","REGEXP_INSTR","ADD_MONTHS","CURRENT_DATE","CURRENT_TIMESTAMP","DBTIMEZONE","EXTRACT","FROM_TZ","LAST_DAY","LOCALTIMESTAMP","MONTHS_BETWEEN","NEW_TIME","NEXT_DAY","NUMTODSINTERVAL","NUMTOYMINTERVAL","ROUND","SESSIONTIMEZONE","SYS_EXTRACT_UTC","SYSDATE","SYSTIMESTAMP","TO_CHAR","TO_TIMESTAMP","TO_TIMESTAMP_TZ","TO_DSINTERVAL","TO_YMINTERVAL","TRUNC","TZ_OFFSET","GREATEST","LEAST","ASCIISTR","BIN_TO_NUM","CAST","CHARTOROWID","COMPOSE","CONVERT","DECOMPOSE","HEXTORAW","NUMTODSINTERVAL","NUMTOYMINTERVAL","RAWTOHEX","RAWTONHEX","ROWIDTOCHAR","ROWIDTONCHAR","SCN_TO_TIMESTAMP","TIMESTAMP_TO_SCN","TO_BINARY_DOUBLE","TO_BINARY_FLOAT","TO_CHAR","TO_CLOB","TO_DATE","TO_DSINTERVAL","TO_LOB","TO_MULTI_BYTE","TO_NCHAR","TO_NCLOB","TO_NUMBER","TO_DSINTERVAL","TO_SINGLE_BYTE","TO_TIMESTAMP","TO_TIMESTAMP_TZ","TO_YMINTERVAL","TO_YMINTERVAL","TRANSLATE","UNISTR","BFILENAME","EMPTY_BLOB,","EMPTY_CLOB","CARDINALITY","COLLECT","POWERMULTISET","POWERMULTISET_BY_CARDINALITY","SET","SYS_CONNECT_BY_PATH","CLUSTER_ID","CLUSTER_PROBABILITY","CLUSTER_SET","FEATURE_ID","FEATURE_SET","FEATURE_VALUE","PREDICTION","PREDICTION_COST","PREDICTION_DETAILS","PREDICTION_PROBABILITY","PREDICTION_SET","APPENDCHILDXML","DELETEXML","DEPTH","EXTRACT","EXISTSNODE","EXTRACTVALUE","INSERTCHILDXML","INSERTXMLBEFORE","PATH","SYS_DBURIGEN","SYS_XMLAGG","SYS_XMLGEN","UPDATEXML","XMLAGG","XMLCDATA","XMLCOLATTVAL","XMLCOMMENT","XMLCONCAT","XMLFOREST","XMLPARSE","XMLPI","XMLQUERY","XMLROOT","XMLSEQUENCE","XMLSERIALIZE","XMLTABLE","XMLTRANSFORM","DECODE","DUMP","ORA_HASH","VSIZE","COALESCE","LNNVL","NULLIF","NVL","NVL2","SYS_CONTEXT","SYS_GUID","SYS_TYPEID","UID","USER","USERENV","AVG","COLLECT","CORR","CORR_S","CORR_K","COUNT","COVAR_POP","COVAR_SAMP","CUME_DIST","DENSE_RANK","FIRST","GROUP_ID","GROUPING","GROUPING_ID","LAST","MAX","MEDIAN","MIN","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","RANK","REGR_SLOPE","REGR_INTERCEPT","REGR_COUNT","REGR_R2","REGR_AVGX","REGR_AVGY","REGR_SXX","REGR_SYY","REGR_SXY","STATS_BINOMIAL_TEST","STATS_CROSSTAB","STATS_F_TEST","STATS_KS_TEST","STATS_MODE","STATS_MW_TEST","STATS_ONE_WAY_ANOVA","STATS_T_TEST_ONE","STATS_T_TEST_PAIRED","STATS_T_TEST_INDEP","STATS_T_TEST_INDEPU","STATS_WSR_TEST","STDDEV","STDDEV_POP","STDDEV_SAMP","SUM","VAR_POP","VAR_SAMP","VARIANCE","FIRST_VALUE","LAG","LAST_VALUE","LEAD","NTILE","RATIO_TO_REPORT","ROW_NUMBER","DEREF","MAKE_REF","REF","REFTOHEX","VALUE","CV","ITERATION_NUMBER","PRESENTNNV","PRESENTV","PREVIOUS"],yG=G(["SELECT [ALL | DISTINCT | UNIQUE]"]),DG=G(["WITH","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER [SIBLINGS] BY","OFFSET","FETCH {FIRST | NEXT}","FOR UPDATE [OF]","INSERT [INTO | ALL INTO]","VALUES","SET","MERGE [INTO]","WHEN [NOT] MATCHED [THEN]","UPDATE SET","RETURNING"]),fT=G(["CREATE [GLOBAL TEMPORARY | PRIVATE TEMPORARY | SHARDED | DUPLICATED | IMMUTABLE BLOCKCHAIN | BLOCKCHAIN | IMMUTABLE] TABLE"]),ll=G(["CREATE [OR REPLACE] [NO FORCE | FORCE] [EDITIONING | EDITIONABLE | EDITIONABLE EDITIONING | NONEDITIONABLE] VIEW","CREATE MATERIALIZED VIEW","UPDATE [ONLY]","DELETE FROM [ONLY]","DROP TABLE","ALTER TABLE","ADD","DROP {COLUMN | UNUSED COLUMNS | COLUMNS CONTINUE}","MODIFY","RENAME TO","RENAME COLUMN","TRUNCATE TABLE","SET SCHEMA","BEGIN","CONNECT BY","DECLARE","EXCEPT","EXCEPTION","LOOP","START WITH"]),MG=G(["UNION [ALL]","MINUS","INTERSECT"]),PG=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN","{CROSS | OUTER} APPLY"]),bG=G(["ON {UPDATE | DELETE} [SET NULL]","ON COMMIT","{ROWS | RANGE} BETWEEN"]),vG=G([]),UG={name:"plsql",tokenizerOptions:{reservedSelect:yG,reservedClauses:[...DG,...fT,...ll],reservedSetOperations:MG,reservedJoins:PG,reservedKeywordPhrases:bG,reservedDataTypePhrases:vG,supportsXor:!0,reservedKeywords:LG,reservedDataTypes:_G,reservedFunctionNames:xG,stringTypes:[{quote:"''-qq",prefixes:["N"]},{quote:"q''",prefixes:["N"]}],identTypes:['""-qq'],identChars:{rest:"$#"},variableTypes:[{regex:"&{1,2}[A-Za-z][A-Za-z0-9_$#]*"}],paramTypes:{numbered:[":"],named:[":"]},operators:["**",":=","%","~=","^=",">>","<<","=>","@","||"],postProcess:wG},formatOptions:{alwaysDenseOperators:["@"],onelineClauses:[...fT,...ll],tabularOnelineClauses:ll}};function wG(e){let t=on;return e.map(n=>sn.SET(n)&&sn.BY(t)?Object.assign(Object.assign({},n),{type:V.RESERVED_KEYWORD}):(Kp(n.type)&&(t=n),n))}const BG=["ABS","ACOS","ACOSD","ACOSH","ASIN","ASIND","ASINH","ATAN","ATAN2","ATAN2D","ATAND","ATANH","CBRT","CEIL","CEILING","COS","COSD","COSH","COT","COTD","DEGREES","DIV","EXP","FACTORIAL","FLOOR","GCD","LCM","LN","LOG","LOG10","MIN_SCALE","MOD","PI","POWER","RADIANS","RANDOM","ROUND","SCALE","SETSEED","SIGN","SIN","SIND","SINH","SQRT","TAN","TAND","TANH","TRIM_SCALE","TRUNC","WIDTH_BUCKET","ABS","ASCII","BIT_LENGTH","BTRIM","CHARACTER_LENGTH","CHAR_LENGTH","CHR","CONCAT","CONCAT_WS","FORMAT","INITCAP","LEFT","LENGTH","LOWER","LPAD","LTRIM","MD5","NORMALIZE","OCTET_LENGTH","OVERLAY","PARSE_IDENT","PG_CLIENT_ENCODING","POSITION","QUOTE_IDENT","QUOTE_LITERAL","QUOTE_NULLABLE","REGEXP_MATCH","REGEXP_MATCHES","REGEXP_REPLACE","REGEXP_SPLIT_TO_ARRAY","REGEXP_SPLIT_TO_TABLE","REPEAT","REPLACE","REVERSE","RIGHT","RPAD","RTRIM","SPLIT_PART","SPRINTF","STARTS_WITH","STRING_AGG","STRING_TO_ARRAY","STRING_TO_TABLE","STRPOS","SUBSTR","SUBSTRING","TO_ASCII","TO_HEX","TRANSLATE","TRIM","UNISTR","UPPER","BIT_COUNT","BIT_LENGTH","BTRIM","CONVERT","CONVERT_FROM","CONVERT_TO","DECODE","ENCODE","GET_BIT","GET_BYTE","LENGTH","LTRIM","MD5","OCTET_LENGTH","OVERLAY","POSITION","RTRIM","SET_BIT","SET_BYTE","SHA224","SHA256","SHA384","SHA512","STRING_AGG","SUBSTR","SUBSTRING","TRIM","BIT_COUNT","BIT_LENGTH","GET_BIT","LENGTH","OCTET_LENGTH","OVERLAY","POSITION","SET_BIT","SUBSTRING","REGEXP_MATCH","REGEXP_MATCHES","REGEXP_REPLACE","REGEXP_SPLIT_TO_ARRAY","REGEXP_SPLIT_TO_TABLE","TO_CHAR","TO_DATE","TO_NUMBER","TO_TIMESTAMP","CLOCK_TIMESTAMP","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","DATE_BIN","DATE_PART","DATE_TRUNC","EXTRACT","ISFINITE","JUSTIFY_DAYS","JUSTIFY_HOURS","JUSTIFY_INTERVAL","LOCALTIME","LOCALTIMESTAMP","MAKE_DATE","MAKE_INTERVAL","MAKE_TIME","MAKE_TIMESTAMP","MAKE_TIMESTAMPTZ","NOW","PG_SLEEP","PG_SLEEP_FOR","PG_SLEEP_UNTIL","STATEMENT_TIMESTAMP","TIMEOFDAY","TO_TIMESTAMP","TRANSACTION_TIMESTAMP","ENUM_FIRST","ENUM_LAST","ENUM_RANGE","AREA","BOUND_BOX","BOX","CENTER","CIRCLE","DIAGONAL","DIAMETER","HEIGHT","ISCLOSED","ISOPEN","LENGTH","LINE","LSEG","NPOINTS","PATH","PCLOSE","POINT","POLYGON","POPEN","RADIUS","SLOPE","WIDTH","ABBREV","BROADCAST","FAMILY","HOST","HOSTMASK","INET_MERGE","INET_SAME_FAMILY","MACADDR8_SET7BIT","MASKLEN","NETMASK","NETWORK","SET_MASKLEN","TRUNC","ARRAY_TO_TSVECTOR","GET_CURRENT_TS_CONFIG","JSONB_TO_TSVECTOR","JSON_TO_TSVECTOR","LENGTH","NUMNODE","PHRASETO_TSQUERY","PLAINTO_TSQUERY","QUERYTREE","SETWEIGHT","STRIP","TO_TSQUERY","TO_TSVECTOR","TSQUERY_PHRASE","TSVECTOR_TO_ARRAY","TS_DEBUG","TS_DELETE","TS_FILTER","TS_HEADLINE","TS_LEXIZE","TS_PARSE","TS_RANK","TS_RANK_CD","TS_REWRITE","TS_STAT","TS_TOKEN_TYPE","WEBSEARCH_TO_TSQUERY","GEN_RANDOM_UUID","UUIDV4","UUIDV7","UUID_EXTRACT_TIMESTAMP","UUID_EXTRACT_VERSION","CURSOR_TO_XML","CURSOR_TO_XMLSCHEMA","DATABASE_TO_XML","DATABASE_TO_XMLSCHEMA","DATABASE_TO_XML_AND_XMLSCHEMA","NEXTVAL","QUERY_TO_XML","QUERY_TO_XMLSCHEMA","QUERY_TO_XML_AND_XMLSCHEMA","SCHEMA_TO_XML","SCHEMA_TO_XMLSCHEMA","SCHEMA_TO_XML_AND_XMLSCHEMA","STRING","TABLE_TO_XML","TABLE_TO_XMLSCHEMA","TABLE_TO_XML_AND_XMLSCHEMA","XMLAGG","XMLCOMMENT","XMLCONCAT","XMLELEMENT","XMLEXISTS","XMLFOREST","XMLPARSE","XMLPI","XMLROOT","XMLSERIALIZE","XMLTABLE","XML_IS_WELL_FORMED","XML_IS_WELL_FORMED_CONTENT","XML_IS_WELL_FORMED_DOCUMENT","XPATH","XPATH_EXISTS","ARRAY_TO_JSON","JSONB_AGG","JSONB_ARRAY_ELEMENTS","JSONB_ARRAY_ELEMENTS_TEXT","JSONB_ARRAY_LENGTH","JSONB_BUILD_ARRAY","JSONB_BUILD_OBJECT","JSONB_EACH","JSONB_EACH_TEXT","JSONB_EXTRACT_PATH","JSONB_EXTRACT_PATH_TEXT","JSONB_INSERT","JSONB_OBJECT","JSONB_OBJECT_AGG","JSONB_OBJECT_KEYS","JSONB_PATH_EXISTS","JSONB_PATH_EXISTS_TZ","JSONB_PATH_MATCH","JSONB_PATH_MATCH_TZ","JSONB_PATH_QUERY","JSONB_PATH_QUERY_ARRAY","JSONB_PATH_QUERY_ARRAY_TZ","JSONB_PATH_QUERY_FIRST","JSONB_PATH_QUERY_FIRST_TZ","JSONB_PATH_QUERY_TZ","JSONB_POPULATE_RECORD","JSONB_POPULATE_RECORDSET","JSONB_PRETTY","JSONB_SET","JSONB_SET_LAX","JSONB_STRIP_NULLS","JSONB_TO_RECORD","JSONB_TO_RECORDSET","JSONB_TYPEOF","JSON_AGG","JSON_ARRAY_ELEMENTS","JSON_ARRAY_ELEMENTS_TEXT","JSON_ARRAY_LENGTH","JSON_BUILD_ARRAY","JSON_BUILD_OBJECT","JSON_EACH","JSON_EACH_TEXT","JSON_EXTRACT_PATH","JSON_EXTRACT_PATH_TEXT","JSON_OBJECT","JSON_OBJECT_AGG","JSON_OBJECT_KEYS","JSON_POPULATE_RECORD","JSON_POPULATE_RECORDSET","JSON_STRIP_NULLS","JSON_TO_RECORD","JSON_TO_RECORDSET","JSON_TYPEOF","ROW_TO_JSON","TO_JSON","TO_JSONB","TO_TIMESTAMP","CURRVAL","LASTVAL","NEXTVAL","SETVAL","COALESCE","GREATEST","LEAST","NULLIF","ARRAY_AGG","ARRAY_APPEND","ARRAY_CAT","ARRAY_DIMS","ARRAY_FILL","ARRAY_LENGTH","ARRAY_LOWER","ARRAY_NDIMS","ARRAY_POSITION","ARRAY_POSITIONS","ARRAY_PREPEND","ARRAY_REMOVE","ARRAY_REPLACE","ARRAY_TO_STRING","ARRAY_UPPER","CARDINALITY","STRING_TO_ARRAY","TRIM_ARRAY","UNNEST","ISEMPTY","LOWER","LOWER_INC","LOWER_INF","MULTIRANGE","RANGE_MERGE","UPPER","UPPER_INC","UPPER_INF","ARRAY_AGG","AVG","BIT_AND","BIT_OR","BIT_XOR","BOOL_AND","BOOL_OR","COALESCE","CORR","COUNT","COVAR_POP","COVAR_SAMP","CUME_DIST","DENSE_RANK","EVERY","GROUPING","JSONB_AGG","JSONB_OBJECT_AGG","JSON_AGG","JSON_OBJECT_AGG","MAX","MIN","MODE","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","RANGE_AGG","RANGE_INTERSECT_AGG","RANK","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","STDDEV","STDDEV_POP","STDDEV_SAMP","STRING_AGG","SUM","TO_JSON","TO_JSONB","VARIANCE","VAR_POP","VAR_SAMP","XMLAGG","CUME_DIST","DENSE_RANK","FIRST_VALUE","LAG","LAST_VALUE","LEAD","NTH_VALUE","NTILE","PERCENT_RANK","RANK","ROW_NUMBER","GENERATE_SERIES","GENERATE_SUBSCRIPTS","ACLDEFAULT","ACLEXPLODE","COL_DESCRIPTION","CURRENT_CATALOG","CURRENT_DATABASE","CURRENT_QUERY","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_SCHEMAS","CURRENT_USER","FORMAT_TYPE","HAS_ANY_COLUMN_PRIVILEGE","HAS_COLUMN_PRIVILEGE","HAS_DATABASE_PRIVILEGE","HAS_FOREIGN_DATA_WRAPPER_PRIVILEGE","HAS_FUNCTION_PRIVILEGE","HAS_LANGUAGE_PRIVILEGE","HAS_SCHEMA_PRIVILEGE","HAS_SEQUENCE_PRIVILEGE","HAS_SERVER_PRIVILEGE","HAS_TABLESPACE_PRIVILEGE","HAS_TABLE_PRIVILEGE","HAS_TYPE_PRIVILEGE","INET_CLIENT_ADDR","INET_CLIENT_PORT","INET_SERVER_ADDR","INET_SERVER_PORT","MAKEACLITEM","OBJ_DESCRIPTION","PG_BACKEND_PID","PG_BLOCKING_PIDS","PG_COLLATION_IS_VISIBLE","PG_CONF_LOAD_TIME","PG_CONTROL_CHECKPOINT","PG_CONTROL_INIT","PG_CONTROL_SYSTEM","PG_CONVERSION_IS_VISIBLE","PG_CURRENT_LOGFILE","PG_CURRENT_SNAPSHOT","PG_CURRENT_XACT_ID","PG_CURRENT_XACT_ID_IF_ASSIGNED","PG_DESCRIBE_OBJECT","PG_FUNCTION_IS_VISIBLE","PG_GET_CATALOG_FOREIGN_KEYS","PG_GET_CONSTRAINTDEF","PG_GET_EXPR","PG_GET_FUNCTIONDEF","PG_GET_FUNCTION_ARGUMENTS","PG_GET_FUNCTION_IDENTITY_ARGUMENTS","PG_GET_FUNCTION_RESULT","PG_GET_INDEXDEF","PG_GET_KEYWORDS","PG_GET_OBJECT_ADDRESS","PG_GET_OWNED_SEQUENCE","PG_GET_RULEDEF","PG_GET_SERIAL_SEQUENCE","PG_GET_STATISTICSOBJDEF","PG_GET_TRIGGERDEF","PG_GET_USERBYID","PG_GET_VIEWDEF","PG_HAS_ROLE","PG_IDENTIFY_OBJECT","PG_IDENTIFY_OBJECT_AS_ADDRESS","PG_INDEXAM_HAS_PROPERTY","PG_INDEX_COLUMN_HAS_PROPERTY","PG_INDEX_HAS_PROPERTY","PG_IS_OTHER_TEMP_SCHEMA","PG_JIT_AVAILABLE","PG_LAST_COMMITTED_XACT","PG_LISTENING_CHANNELS","PG_MY_TEMP_SCHEMA","PG_NOTIFICATION_QUEUE_USAGE","PG_OPCLASS_IS_VISIBLE","PG_OPERATOR_IS_VISIBLE","PG_OPFAMILY_IS_VISIBLE","PG_OPTIONS_TO_TABLE","PG_POSTMASTER_START_TIME","PG_SAFE_SNAPSHOT_BLOCKING_PIDS","PG_SNAPSHOT_XIP","PG_SNAPSHOT_XMAX","PG_SNAPSHOT_XMIN","PG_STATISTICS_OBJ_IS_VISIBLE","PG_TABLESPACE_DATABASES","PG_TABLESPACE_LOCATION","PG_TABLE_IS_VISIBLE","PG_TRIGGER_DEPTH","PG_TS_CONFIG_IS_VISIBLE","PG_TS_DICT_IS_VISIBLE","PG_TS_PARSER_IS_VISIBLE","PG_TS_TEMPLATE_IS_VISIBLE","PG_TYPEOF","PG_TYPE_IS_VISIBLE","PG_VISIBLE_IN_SNAPSHOT","PG_XACT_COMMIT_TIMESTAMP","PG_XACT_COMMIT_TIMESTAMP_ORIGIN","PG_XACT_STATUS","PQSERVERVERSION","ROW_SECURITY_ACTIVE","SESSION_USER","SHOBJ_DESCRIPTION","TO_REGCLASS","TO_REGCOLLATION","TO_REGNAMESPACE","TO_REGOPER","TO_REGOPERATOR","TO_REGPROC","TO_REGPROCEDURE","TO_REGROLE","TO_REGTYPE","TXID_CURRENT","TXID_CURRENT_IF_ASSIGNED","TXID_CURRENT_SNAPSHOT","TXID_SNAPSHOT_XIP","TXID_SNAPSHOT_XMAX","TXID_SNAPSHOT_XMIN","TXID_STATUS","TXID_VISIBLE_IN_SNAPSHOT","USER","VERSION","BRIN_DESUMMARIZE_RANGE","BRIN_SUMMARIZE_NEW_VALUES","BRIN_SUMMARIZE_RANGE","CONVERT_FROM","CURRENT_SETTING","GIN_CLEAN_PENDING_LIST","PG_ADVISORY_LOCK","PG_ADVISORY_LOCK_SHARED","PG_ADVISORY_UNLOCK","PG_ADVISORY_UNLOCK_ALL","PG_ADVISORY_UNLOCK_SHARED","PG_ADVISORY_XACT_LOCK","PG_ADVISORY_XACT_LOCK_SHARED","PG_BACKUP_START_TIME","PG_CANCEL_BACKEND","PG_COLLATION_ACTUAL_VERSION","PG_COLUMN_COMPRESSION","PG_COLUMN_SIZE","PG_COPY_LOGICAL_REPLICATION_SLOT","PG_COPY_PHYSICAL_REPLICATION_SLOT","PG_CREATE_LOGICAL_REPLICATION_SLOT","PG_CREATE_PHYSICAL_REPLICATION_SLOT","PG_CREATE_RESTORE_POINT","PG_CURRENT_WAL_FLUSH_LSN","PG_CURRENT_WAL_INSERT_LSN","PG_CURRENT_WAL_LSN","PG_DATABASE_SIZE","PG_DROP_REPLICATION_SLOT","PG_EXPORT_SNAPSHOT","PG_FILENODE_RELATION","PG_GET_WAL_REPLAY_PAUSE_STATE","PG_IMPORT_SYSTEM_COLLATIONS","PG_INDEXES_SIZE","PG_IS_IN_BACKUP","PG_IS_IN_RECOVERY","PG_IS_WAL_REPLAY_PAUSED","PG_LAST_WAL_RECEIVE_LSN","PG_LAST_WAL_REPLAY_LSN","PG_LAST_XACT_REPLAY_TIMESTAMP","PG_LOGICAL_EMIT_MESSAGE","PG_LOGICAL_SLOT_GET_BINARY_CHANGES","PG_LOGICAL_SLOT_GET_CHANGES","PG_LOGICAL_SLOT_PEEK_BINARY_CHANGES","PG_LOGICAL_SLOT_PEEK_CHANGES","PG_LOG_BACKEND_MEMORY_CONTEXTS","PG_LS_ARCHIVE_STATUSDIR","PG_LS_DIR","PG_LS_LOGDIR","PG_LS_TMPDIR","PG_LS_WALDIR","PG_PARTITION_ANCESTORS","PG_PARTITION_ROOT","PG_PARTITION_TREE","PG_PROMOTE","PG_READ_BINARY_FILE","PG_READ_FILE","PG_RELATION_FILENODE","PG_RELATION_FILEPATH","PG_RELATION_SIZE","PG_RELOAD_CONF","PG_REPLICATION_ORIGIN_ADVANCE","PG_REPLICATION_ORIGIN_CREATE","PG_REPLICATION_ORIGIN_DROP","PG_REPLICATION_ORIGIN_OID","PG_REPLICATION_ORIGIN_PROGRESS","PG_REPLICATION_ORIGIN_SESSION_IS_SETUP","PG_REPLICATION_ORIGIN_SESSION_PROGRESS","PG_REPLICATION_ORIGIN_SESSION_RESET","PG_REPLICATION_ORIGIN_SESSION_SETUP","PG_REPLICATION_ORIGIN_XACT_RESET","PG_REPLICATION_ORIGIN_XACT_SETUP","PG_REPLICATION_SLOT_ADVANCE","PG_ROTATE_LOGFILE","PG_SIZE_BYTES","PG_SIZE_PRETTY","PG_START_BACKUP","PG_STAT_FILE","PG_STOP_BACKUP","PG_SWITCH_WAL","PG_TABLESPACE_SIZE","PG_TABLE_SIZE","PG_TERMINATE_BACKEND","PG_TOTAL_RELATION_SIZE","PG_TRY_ADVISORY_LOCK","PG_TRY_ADVISORY_LOCK_SHARED","PG_TRY_ADVISORY_XACT_LOCK","PG_TRY_ADVISORY_XACT_LOCK_SHARED","PG_WALFILE_NAME","PG_WALFILE_NAME_OFFSET","PG_WAL_LSN_DIFF","PG_WAL_REPLAY_PAUSE","PG_WAL_REPLAY_RESUME","SET_CONFIG","SUPPRESS_REDUNDANT_UPDATES_TRIGGER","TSVECTOR_UPDATE_TRIGGER","TSVECTOR_UPDATE_TRIGGER_COLUMN","PG_EVENT_TRIGGER_DDL_COMMANDS","PG_EVENT_TRIGGER_DROPPED_OBJECTS","PG_EVENT_TRIGGER_TABLE_REWRITE_OID","PG_EVENT_TRIGGER_TABLE_REWRITE_REASON","PG_GET_OBJECT_ADDRESS","PG_MCV_LIST_ITEMS","CAST"],FG=["ALL","ANALYSE","ANALYZE","AND","ANY","AS","ASC","ASYMMETRIC","AUTHORIZATION","BETWEEN","BINARY","BOTH","CASE","CAST","CHECK","COLLATE","COLLATION","COLUMN","CONCURRENTLY","CONSTRAINT","CREATE","CROSS","CURRENT_CATALOG","CURRENT_DATE","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","DAY","DEFAULT","DEFERRABLE","DESC","DISTINCT","DO","ELSE","END","EXCEPT","EXISTS","FALSE","FETCH","FILTER","FOR","FOREIGN","FREEZE","FROM","FULL","GRANT","GROUP","HAVING","HOUR","ILIKE","IN","INITIALLY","INNER","INOUT","INTERSECT","INTO","IS","ISNULL","JOIN","LATERAL","LEADING","LEFT","LIKE","LIMIT","LOCALTIME","LOCALTIMESTAMP","MINUTE","MONTH","NATURAL","NOT","NOTNULL","NULL","NULLIF","OFFSET","ON","ONLY","OR","ORDER","OUT","OUTER","OVER","OVERLAPS","PLACING","PRIMARY","REFERENCES","RETURNING","RIGHT","ROW","SECOND","SELECT","SESSION_USER","SIMILAR","SOME","SYMMETRIC","TABLE","TABLESAMPLE","THEN","TO","TRAILING","TRUE","UNION","UNIQUE","USER","USING","VALUES","VARIADIC","VERBOSE","WHEN","WHERE","WINDOW","WITH","WITHIN","WITHOUT","YEAR"],GG=["ARRAY","BIGINT","BIT","BIT VARYING","BOOL","BOOLEAN","CHAR","CHARACTER","CHARACTER VARYING","DECIMAL","DEC","DOUBLE","ENUM","FLOAT","INT","INTEGER","INTERVAL","NCHAR","NUMERIC","JSON","JSONB","PRECISION","REAL","SMALLINT","TEXT","TIME","TIMESTAMP","TIMESTAMPTZ","UUID","VARCHAR","XML","ZONE"],HG=G(["SELECT [ALL | DISTINCT]"]),kG=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY [ALL | DISTINCT]","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","FETCH {FIRST | NEXT}","FOR {UPDATE | NO KEY UPDATE | SHARE | KEY SHARE} [OF]","INSERT INTO","VALUES","DEFAULT VALUES","SET","RETURNING"]),RT=G(["CREATE [GLOBAL | LOCAL] [TEMPORARY | TEMP | UNLOGGED] TABLE [IF NOT EXISTS]"]),cl=G(["CREATE [OR REPLACE] [TEMP | TEMPORARY] [RECURSIVE] VIEW","CREATE [MATERIALIZED] VIEW [IF NOT EXISTS]","UPDATE [ONLY]","WHERE CURRENT OF","ON CONFLICT","DELETE FROM [ONLY]","DROP TABLE [IF EXISTS]","ALTER TABLE [IF EXISTS] [ONLY]","ALTER TABLE ALL IN TABLESPACE","RENAME [COLUMN]","RENAME TO","ADD [COLUMN] [IF NOT EXISTS]","DROP [COLUMN] [IF EXISTS]","ALTER [COLUMN]","SET DATA TYPE","{SET | DROP} DEFAULT","{SET | DROP} NOT NULL","TRUNCATE [TABLE] [ONLY]","SET SCHEMA","AFTER","ABORT","ALTER AGGREGATE","ALTER COLLATION","ALTER CONVERSION","ALTER DATABASE","ALTER DEFAULT PRIVILEGES","ALTER DOMAIN","ALTER EVENT TRIGGER","ALTER EXTENSION","ALTER FOREIGN DATA WRAPPER","ALTER FOREIGN TABLE","ALTER FUNCTION","ALTER GROUP","ALTER INDEX","ALTER LANGUAGE","ALTER LARGE OBJECT","ALTER MATERIALIZED VIEW","ALTER OPERATOR","ALTER OPERATOR CLASS","ALTER OPERATOR FAMILY","ALTER POLICY","ALTER PROCEDURE","ALTER PUBLICATION","ALTER ROLE","ALTER ROUTINE","ALTER RULE","ALTER SCHEMA","ALTER SEQUENCE","ALTER SERVER","ALTER STATISTICS","ALTER SUBSCRIPTION","ALTER SYSTEM","ALTER TABLESPACE","ALTER TEXT SEARCH CONFIGURATION","ALTER TEXT SEARCH DICTIONARY","ALTER TEXT SEARCH PARSER","ALTER TEXT SEARCH TEMPLATE","ALTER TRIGGER","ALTER TYPE","ALTER USER","ALTER USER MAPPING","ALTER VIEW","ANALYZE","BEGIN","CALL","CHECKPOINT","CLOSE","CLUSTER","COMMENT ON","COMMIT","COMMIT PREPARED","COPY","CREATE ACCESS METHOD","CREATE [OR REPLACE] AGGREGATE","CREATE CAST","CREATE COLLATION","CREATE [DEFAULT] CONVERSION","CREATE DATABASE","CREATE DOMAIN","CREATE EVENT TRIGGER","CREATE EXTENSION","CREATE FOREIGN DATA WRAPPER","CREATE FOREIGN TABLE","CREATE [OR REPLACE] FUNCTION","CREATE GROUP","CREATE [UNIQUE] INDEX","CREATE [OR REPLACE] [TRUSTED] [PROCEDURAL] LANGUAGE","CREATE OPERATOR","CREATE OPERATOR CLASS","CREATE OPERATOR FAMILY","CREATE POLICY","CREATE [OR REPLACE] PROCEDURE","CREATE PUBLICATION","CREATE ROLE","CREATE [OR REPLACE] RULE","CREATE SCHEMA [AUTHORIZATION]","CREATE [TEMPORARY | TEMP | UNLOGGED] SEQUENCE","CREATE SERVER","CREATE STATISTICS","CREATE SUBSCRIPTION","CREATE TABLESPACE","CREATE TEXT SEARCH CONFIGURATION","CREATE TEXT SEARCH DICTIONARY","CREATE TEXT SEARCH PARSER","CREATE TEXT SEARCH TEMPLATE","CREATE [OR REPLACE] TRANSFORM","CREATE [OR REPLACE] [CONSTRAINT] TRIGGER","CREATE TYPE","CREATE USER","CREATE USER MAPPING","DEALLOCATE","DECLARE","DISCARD","DROP ACCESS METHOD","DROP AGGREGATE","DROP CAST","DROP COLLATION","DROP CONVERSION","DROP DATABASE","DROP DOMAIN","DROP EVENT TRIGGER","DROP EXTENSION","DROP FOREIGN DATA WRAPPER","DROP FOREIGN TABLE","DROP FUNCTION","DROP GROUP","DROP IDENTITY","DROP INDEX","DROP LANGUAGE","DROP MATERIALIZED VIEW [IF EXISTS]","DROP OPERATOR","DROP OPERATOR CLASS","DROP OPERATOR FAMILY","DROP OWNED","DROP POLICY","DROP PROCEDURE","DROP PUBLICATION","DROP ROLE","DROP ROUTINE","DROP RULE","DROP SCHEMA","DROP SEQUENCE","DROP SERVER","DROP STATISTICS","DROP SUBSCRIPTION","DROP TABLESPACE","DROP TEXT SEARCH CONFIGURATION","DROP TEXT SEARCH DICTIONARY","DROP TEXT SEARCH PARSER","DROP TEXT SEARCH TEMPLATE","DROP TRANSFORM","DROP TRIGGER","DROP TYPE","DROP USER","DROP USER MAPPING","DROP VIEW","EXECUTE","EXPLAIN","FETCH","GRANT","IMPORT FOREIGN SCHEMA","LISTEN","LOAD","LOCK","MOVE","NOTIFY","OVERRIDING SYSTEM VALUE","PREPARE","PREPARE TRANSACTION","REASSIGN OWNED","REFRESH MATERIALIZED VIEW","REINDEX","RELEASE SAVEPOINT","RESET [ALL|ROLE|SESSION AUTHORIZATION]","REVOKE","ROLLBACK","ROLLBACK PREPARED","ROLLBACK TO SAVEPOINT","SAVEPOINT","SECURITY LABEL","SELECT INTO","SET CONSTRAINTS","SET ROLE","SET SESSION AUTHORIZATION","SET TRANSACTION","SHOW","START TRANSACTION","UNLISTEN","VACUUM"]),jG=G(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),YG=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),WG=G(["PRIMARY KEY","GENERATED {ALWAYS | BY DEFAULT} AS IDENTITY","ON {UPDATE | DELETE} [NO ACTION | RESTRICT | CASCADE | SET NULL | SET DEFAULT]","DO {NOTHING | UPDATE}","AS MATERIALIZED","{ROWS | RANGE | GROUPS} BETWEEN","IS [NOT] DISTINCT FROM","NULLS {FIRST | LAST}","WITH ORDINALITY"]),VG=G(["[TIMESTAMP | TIME] {WITH | WITHOUT} TIME ZONE"]),$G={name:"postgresql",tokenizerOptions:{reservedSelect:HG,reservedClauses:[...kG,...RT,...cl],reservedSetOperations:jG,reservedJoins:YG,reservedKeywordPhrases:WG,reservedDataTypePhrases:VG,reservedKeywords:FG,reservedDataTypes:GG,reservedFunctionNames:BG,nestedBlockComments:!0,extraParens:["[]"],underscoresInNumbers:!0,stringTypes:["$$",{quote:"''-qq",prefixes:["U&"]},{quote:"''-qq-bs",prefixes:["E"],requirePrefix:!0},{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:[{quote:'""-qq',prefixes:["U&"]}],identChars:{rest:"$"},paramTypes:{numbered:["$"]},operators:["%","^","|/","||/","@",":=","&","|","#","~","<<",">>","~>~","~<~","~>=~","~<=~","@-@","@@","##","<->","&&","&<","&>","<<|","&<|","|>>","|&>","<^","^>","?#","?-","?|","?-|","?||","@>","<@","~=","?","@?","?&","->","->>","#>","#>>","#-","=>",">>=","<<=","~~","~~*","!~~","!~~*","~","~*","!~","!~*","-|-","||","@@@","!!","^@","<%","%>","<<%","%>>","<<->","<->>","<<<->","<->>>","::",":","<#>","<=>","<+>","<~>","<%>"],operatorKeyword:!0},formatOptions:{alwaysDenseOperators:["::",":"],onelineClauses:[...RT,...cl],tabularOnelineClauses:cl}},XG=["ANY_VALUE","APPROXIMATE PERCENTILE_DISC","AVG","COUNT","LISTAGG","MAX","MEDIAN","MIN","PERCENTILE_CONT","STDDEV_SAMP","STDDEV_POP","SUM","VAR_SAMP","VAR_POP","array_concat","array_flatten","get_array_length","split_to_array","subarray","BIT_AND","BIT_OR","BOOL_AND","BOOL_OR","COALESCE","DECODE","GREATEST","LEAST","NVL","NVL2","NULLIF","ADD_MONTHS","AT TIME ZONE","CONVERT_TIMEZONE","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","DATE_CMP","DATE_CMP_TIMESTAMP","DATE_CMP_TIMESTAMPTZ","DATE_PART_YEAR","DATEADD","DATEDIFF","DATE_PART","DATE_TRUNC","EXTRACT","GETDATE","INTERVAL_CMP","LAST_DAY","MONTHS_BETWEEN","NEXT_DAY","SYSDATE","TIMEOFDAY","TIMESTAMP_CMP","TIMESTAMP_CMP_DATE","TIMESTAMP_CMP_TIMESTAMPTZ","TIMESTAMPTZ_CMP","TIMESTAMPTZ_CMP_DATE","TIMESTAMPTZ_CMP_TIMESTAMP","TIMEZONE","TO_TIMESTAMP","TRUNC","AddBBox","DropBBox","GeometryType","ST_AddPoint","ST_Angle","ST_Area","ST_AsBinary","ST_AsEWKB","ST_AsEWKT","ST_AsGeoJSON","ST_AsText","ST_Azimuth","ST_Boundary","ST_Collect","ST_Contains","ST_ContainsProperly","ST_ConvexHull","ST_CoveredBy","ST_Covers","ST_Crosses","ST_Dimension","ST_Disjoint","ST_Distance","ST_DistanceSphere","ST_DWithin","ST_EndPoint","ST_Envelope","ST_Equals","ST_ExteriorRing","ST_Force2D","ST_Force3D","ST_Force3DM","ST_Force3DZ","ST_Force4D","ST_GeometryN","ST_GeometryType","ST_GeomFromEWKB","ST_GeomFromEWKT","ST_GeomFromText","ST_GeomFromWKB","ST_InteriorRingN","ST_Intersects","ST_IsPolygonCCW","ST_IsPolygonCW","ST_IsClosed","ST_IsCollection","ST_IsEmpty","ST_IsSimple","ST_IsValid","ST_Length","ST_LengthSphere","ST_Length2D","ST_LineFromMultiPoint","ST_LineInterpolatePoint","ST_M","ST_MakeEnvelope","ST_MakeLine","ST_MakePoint","ST_MakePolygon","ST_MemSize","ST_MMax","ST_MMin","ST_Multi","ST_NDims","ST_NPoints","ST_NRings","ST_NumGeometries","ST_NumInteriorRings","ST_NumPoints","ST_Perimeter","ST_Perimeter2D","ST_Point","ST_PointN","ST_Points","ST_Polygon","ST_RemovePoint","ST_Reverse","ST_SetPoint","ST_SetSRID","ST_Simplify","ST_SRID","ST_StartPoint","ST_Touches","ST_Within","ST_X","ST_XMax","ST_XMin","ST_Y","ST_YMax","ST_YMin","ST_Z","ST_ZMax","ST_ZMin","SupportsBBox","CHECKSUM","FUNC_SHA1","FNV_HASH","MD5","SHA","SHA1","SHA2","HLL","HLL_CREATE_SKETCH","HLL_CARDINALITY","HLL_COMBINE","IS_VALID_JSON","IS_VALID_JSON_ARRAY","JSON_ARRAY_LENGTH","JSON_EXTRACT_ARRAY_ELEMENT_TEXT","JSON_EXTRACT_PATH_TEXT","JSON_PARSE","JSON_SERIALIZE","ABS","ACOS","ASIN","ATAN","ATAN2","CBRT","CEILING","CEIL","COS","COT","DEGREES","DEXP","DLOG1","DLOG10","EXP","FLOOR","LN","LOG","MOD","PI","POWER","RADIANS","RANDOM","ROUND","SIN","SIGN","SQRT","TAN","TO_HEX","TRUNC","EXPLAIN_MODEL","ASCII","BPCHARCMP","BTRIM","BTTEXT_PATTERN_CMP","CHAR_LENGTH","CHARACTER_LENGTH","CHARINDEX","CHR","COLLATE","CONCAT","CRC32","DIFFERENCE","INITCAP","LEFT","RIGHT","LEN","LENGTH","LOWER","LPAD","RPAD","LTRIM","OCTETINDEX","OCTET_LENGTH","POSITION","QUOTE_IDENT","QUOTE_LITERAL","REGEXP_COUNT","REGEXP_INSTR","REGEXP_REPLACE","REGEXP_SUBSTR","REPEAT","REPLACE","REPLICATE","REVERSE","RTRIM","SOUNDEX","SPLIT_PART","STRPOS","STRTOL","SUBSTRING","TEXTLEN","TRANSLATE","TRIM","UPPER","decimal_precision","decimal_scale","is_array","is_bigint","is_boolean","is_char","is_decimal","is_float","is_integer","is_object","is_scalar","is_smallint","is_varchar","json_typeof","AVG","COUNT","CUME_DIST","DENSE_RANK","FIRST_VALUE","LAST_VALUE","LAG","LEAD","LISTAGG","MAX","MEDIAN","MIN","NTH_VALUE","NTILE","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","RANK","RATIO_TO_REPORT","ROW_NUMBER","STDDEV_SAMP","STDDEV_POP","SUM","VAR_SAMP","VAR_POP","CAST","CONVERT","TO_CHAR","TO_DATE","TO_NUMBER","TEXT_TO_INT_ALT","TEXT_TO_NUMERIC_ALT","CHANGE_QUERY_PRIORITY","CHANGE_SESSION_PRIORITY","CHANGE_USER_PRIORITY","CURRENT_SETTING","PG_CANCEL_BACKEND","PG_TERMINATE_BACKEND","REBOOT_CLUSTER","SET_CONFIG","CURRENT_AWS_ACCOUNT","CURRENT_DATABASE","CURRENT_NAMESPACE","CURRENT_SCHEMA","CURRENT_SCHEMAS","CURRENT_USER","CURRENT_USER_ID","HAS_ASSUMEROLE_PRIVILEGE","HAS_DATABASE_PRIVILEGE","HAS_SCHEMA_PRIVILEGE","HAS_TABLE_PRIVILEGE","PG_BACKEND_PID","PG_GET_COLS","PG_GET_GRANTEE_BY_IAM_ROLE","PG_GET_IAM_ROLE_BY_USER","PG_GET_LATE_BINDING_VIEW_COLS","PG_LAST_COPY_COUNT","PG_LAST_COPY_ID","PG_LAST_UNLOAD_ID","PG_LAST_QUERY_ID","PG_LAST_UNLOAD_COUNT","SESSION_USER","SLICE_NUM","USER","VERSION"],KG=["AES128","AES256","ALL","ALLOWOVERWRITE","ANY","AS","ASC","AUTHORIZATION","BACKUP","BETWEEN","BINARY","BOTH","CHECK","COLUMN","CONSTRAINT","CREATE","CROSS","DEFAULT","DEFERRABLE","DEFLATE","DEFRAG","DESC","DISABLE","DISTINCT","DO","ENABLE","ENCODE","ENCRYPT","ENCRYPTION","EXPLICIT","FALSE","FOR","FOREIGN","FREEZE","FROM","FULL","GLOBALDICT256","GLOBALDICT64K","GROUP","IDENTITY","IGNORE","ILIKE","IN","INITIALLY","INNER","INTO","IS","ISNULL","LANGUAGE","LEADING","LIKE","LIMIT","LOCALTIME","LOCALTIMESTAMP","LUN","LUNS","MINUS","NATURAL","NEW","NOT","NOTNULL","NULL","NULLS","OFF","OFFLINE","OFFSET","OID","OLD","ON","ONLY","OPEN","ORDER","OUTER","OVERLAPS","PARALLEL","PARTITION","PERCENT","PERMISSIONS","PLACING","PRIMARY","RECOVER","REFERENCES","REJECTLOG","RESORT","RESPECT","RESTORE","SIMILAR","SNAPSHOT","SOME","SYSTEM","TABLE","TAG","TDES","THEN","TIMESTAMP","TO","TOP","TRAILING","TRUE","UNIQUE","USING","VERBOSE","WALLET","WITHOUT","ACCEPTANYDATE","ACCEPTINVCHARS","BLANKSASNULL","DATEFORMAT","EMPTYASNULL","ENCODING","ESCAPE","EXPLICIT_IDS","FILLRECORD","IGNOREBLANKLINES","IGNOREHEADER","REMOVEQUOTES","ROUNDEC","TIMEFORMAT","TRIMBLANKS","TRUNCATECOLUMNS","COMPROWS","COMPUPDATE","MAXERROR","NOLOAD","STATUPDATE","FORMAT","CSV","DELIMITER","FIXEDWIDTH","SHAPEFILE","AVRO","JSON","PARQUET","ORC","ACCESS_KEY_ID","CREDENTIALS","ENCRYPTED","IAM_ROLE","MASTER_SYMMETRIC_KEY","SECRET_ACCESS_KEY","SESSION_TOKEN","BZIP2","GZIP","LZOP","ZSTD","MANIFEST","READRATIO","REGION","SSH","RAW","AZ64","BYTEDICT","DELTA","DELTA32K","LZO","MOSTLY8","MOSTLY16","MOSTLY32","RUNLENGTH","TEXT255","TEXT32K","CATALOG_ROLE","SECRET_ARN","EXTERNAL","AUTO","EVEN","KEY","PREDICATE","COMPRESSION"],zG=["ARRAY","BIGINT","BPCHAR","CHAR","CHARACTER VARYING","CHARACTER","DECIMAL","INT","INT2","INT4","INT8","INTEGER","NCHAR","NUMERIC","NVARCHAR","SMALLINT","TEXT","VARBYTE","VARCHAR"],JG=G(["SELECT [ALL | DISTINCT]"]),qG=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","QUALIFY","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT INTO","VALUES","SET"]),AT=G(["CREATE [TEMPORARY | TEMP | LOCAL TEMPORARY | LOCAL TEMP] TABLE [IF NOT EXISTS]"]),El=G(["CREATE [OR REPLACE | MATERIALIZED] VIEW","UPDATE","DELETE [FROM]","DROP TABLE [IF EXISTS]","ALTER TABLE","ALTER TABLE APPEND","ADD [COLUMN]","DROP [COLUMN]","RENAME TO","RENAME COLUMN","ALTER COLUMN","TYPE","ENCODE","TRUNCATE [TABLE]","ABORT","ALTER DATABASE","ALTER DATASHARE","ALTER DEFAULT PRIVILEGES","ALTER GROUP","ALTER MATERIALIZED VIEW","ALTER PROCEDURE","ALTER SCHEMA","ALTER USER","ANALYSE","ANALYZE","ANALYSE COMPRESSION","ANALYZE COMPRESSION","BEGIN","CALL","CANCEL","CLOSE","COMMIT","COPY","CREATE DATABASE","CREATE DATASHARE","CREATE EXTERNAL FUNCTION","CREATE EXTERNAL SCHEMA","CREATE EXTERNAL TABLE","CREATE FUNCTION","CREATE GROUP","CREATE LIBRARY","CREATE MODEL","CREATE PROCEDURE","CREATE SCHEMA","CREATE USER","DEALLOCATE","DECLARE","DESC DATASHARE","DROP DATABASE","DROP DATASHARE","DROP FUNCTION","DROP GROUP","DROP LIBRARY","DROP MODEL","DROP MATERIALIZED VIEW","DROP PROCEDURE","DROP SCHEMA","DROP USER","DROP VIEW","DROP","EXECUTE","EXPLAIN","FETCH","GRANT","LOCK","PREPARE","REFRESH MATERIALIZED VIEW","RESET","REVOKE","ROLLBACK","SELECT INTO","SET SESSION AUTHORIZATION","SET SESSION CHARACTERISTICS","SHOW","SHOW EXTERNAL TABLE","SHOW MODEL","SHOW DATASHARES","SHOW PROCEDURE","SHOW TABLE","SHOW VIEW","START TRANSACTION","UNLOAD","VACUUM"]),QG=G(["UNION [ALL]","EXCEPT","INTERSECT","MINUS"]),ZG=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),e2=G(["NULL AS","DATA CATALOG","HIVE METASTORE","{ROWS | RANGE} BETWEEN"]),t2=G([]),n2={name:"redshift",tokenizerOptions:{reservedSelect:JG,reservedClauses:[...qG,...AT,...El],reservedSetOperations:QG,reservedJoins:ZG,reservedKeywordPhrases:e2,reservedDataTypePhrases:t2,reservedKeywords:KG,reservedDataTypes:zG,reservedFunctionNames:XG,extraParens:["[]"],stringTypes:["''-qq"],identTypes:['""-qq'],identChars:{first:"#"},paramTypes:{numbered:["$"]},operators:["^","%","@","|/","||/","&","|","~","<<",">>","||","::"]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...AT,...El],tabularOnelineClauses:El}},r2=["ADD","AFTER","ALL","ALTER","ANALYZE","AND","ANTI","ANY","ARCHIVE","AS","ASC","AT","AUTHORIZATION","BETWEEN","BOTH","BUCKET","BUCKETS","BY","CACHE","CASCADE","CAST","CHANGE","CHECK","CLEAR","CLUSTER","CLUSTERED","CODEGEN","COLLATE","COLLECTION","COLUMN","COLUMNS","COMMENT","COMMIT","COMPACT","COMPACTIONS","COMPUTE","CONCATENATE","CONSTRAINT","COST","CREATE","CROSS","CUBE","CURRENT","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","DATA","DATABASE","DATABASES","DAY","DBPROPERTIES","DEFINED","DELETE","DELIMITED","DESC","DESCRIBE","DFS","DIRECTORIES","DIRECTORY","DISTINCT","DISTRIBUTE","DIV","DROP","ESCAPE","ESCAPED","EXCEPT","EXCHANGE","EXISTS","EXPORT","EXTENDED","EXTERNAL","EXTRACT","FALSE","FETCH","FIELDS","FILTER","FILEFORMAT","FIRST","FIRST_VALUE","FOLLOWING","FOR","FOREIGN","FORMAT","FORMATTED","FULL","FUNCTION","FUNCTIONS","GLOBAL","GRANT","GROUP","GROUPING","HOUR","IF","IGNORE","IMPORT","IN","INDEX","INDEXES","INNER","INPATH","INPUTFORMAT","INTERSECT","INTO","IS","ITEMS","KEYS","LAST","LAST_VALUE","LATERAL","LAZY","LEADING","LEFT","LIKE","LINES","LIST","LOCAL","LOCATION","LOCK","LOCKS","LOGICAL","MACRO","MATCHED","MERGE","MINUTE","MONTH","MSCK","NAMESPACE","NAMESPACES","NATURAL","NO","NOT","NULL","NULLS","OF","ONLY","OPTION","OPTIONS","OR","ORDER","OUT","OUTER","OUTPUTFORMAT","OVER","OVERLAPS","OVERLAY","OVERWRITE","OWNER","PARTITION","PARTITIONED","PARTITIONS","PERCENT","PLACING","POSITION","PRECEDING","PRIMARY","PRINCIPALS","PROPERTIES","PURGE","QUERY","RANGE","RECORDREADER","RECORDWRITER","RECOVER","REDUCE","REFERENCES","RENAME","REPAIR","REPLACE","RESPECT","RESTRICT","REVOKE","RIGHT","RLIKE","ROLE","ROLES","ROLLBACK","ROLLUP","ROW","ROWS","SCHEMA","SECOND","SELECT","SEMI","SEPARATED","SERDE","SERDEPROPERTIES","SESSION_USER","SETS","SHOW","SKEWED","SOME","SORT","SORTED","START","STATISTICS","STORED","STRATIFY","SUBSTR","SUBSTRING","TABLE","TABLES","TBLPROPERTIES","TEMPORARY","TERMINATED","THEN","TO","TOUCH","TRAILING","TRANSACTION","TRANSACTIONS","TRIM","TRUE","TRUNCATE","UNARCHIVE","UNBOUNDED","UNCACHE","UNIQUE","UNKNOWN","UNLOCK","UNSET","USE","USER","USING","VIEW","WINDOW","YEAR","ANALYSE","ARRAY_ZIP","COALESCE","CONTAINS","CONVERT","DAYS","DAY_HOUR","DAY_MINUTE","DAY_SECOND","DECODE","DEFAULT","DISTINCTROW","ENCODE","EXPLODE","EXPLODE_OUTER","FIXED","GREATEST","GROUP_CONCAT","HOURS","HOUR_MINUTE","HOUR_SECOND","IFNULL","LEAST","LEVEL","MINUTE_SECOND","NULLIF","OFFSET","ON","OPTIMIZE","REGEXP","SEPARATOR","SIZE","TYPE","TYPES","UNSIGNED","VARIABLES","YEAR_MONTH"],o2=["ARRAY","BIGINT","BINARY","BOOLEAN","BYTE","CHAR","DATE","DEC","DECIMAL","DOUBLE","FLOAT","INT","INTEGER","INTERVAL","LONG","MAP","NUMERIC","REAL","SHORT","SMALLINT","STRING","STRUCT","TIMESTAMP_LTZ","TIMESTAMP_NTZ","TIMESTAMP","TINYINT","VARCHAR"],s2=["APPROX_COUNT_DISTINCT","APPROX_PERCENTILE","AVG","BIT_AND","BIT_OR","BIT_XOR","BOOL_AND","BOOL_OR","COLLECT_LIST","COLLECT_SET","CORR","COUNT","COUNT","COUNT","COUNT_IF","COUNT_MIN_SKETCH","COVAR_POP","COVAR_SAMP","EVERY","FIRST","FIRST_VALUE","GROUPING","GROUPING_ID","KURTOSIS","LAST","LAST_VALUE","MAX","MAX_BY","MEAN","MIN","MIN_BY","PERCENTILE","PERCENTILE","PERCENTILE_APPROX","SKEWNESS","STD","STDDEV","STDDEV_POP","STDDEV_SAMP","SUM","VAR_POP","VAR_SAMP","VARIANCE","CUME_DIST","DENSE_RANK","LAG","LEAD","NTH_VALUE","NTILE","PERCENT_RANK","RANK","ROW_NUMBER","ARRAY","ARRAY_CONTAINS","ARRAY_DISTINCT","ARRAY_EXCEPT","ARRAY_INTERSECT","ARRAY_JOIN","ARRAY_MAX","ARRAY_MIN","ARRAY_POSITION","ARRAY_REMOVE","ARRAY_REPEAT","ARRAY_UNION","ARRAYS_OVERLAP","ARRAYS_ZIP","FLATTEN","SEQUENCE","SHUFFLE","SLICE","SORT_ARRAY","ELEMENT_AT","ELEMENT_AT","MAP_CONCAT","MAP_ENTRIES","MAP_FROM_ARRAYS","MAP_FROM_ENTRIES","MAP_KEYS","MAP_VALUES","STR_TO_MAP","ADD_MONTHS","CURRENT_DATE","CURRENT_DATE","CURRENT_TIMESTAMP","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","DATE_ADD","DATE_FORMAT","DATE_FROM_UNIX_DATE","DATE_PART","DATE_SUB","DATE_TRUNC","DATEDIFF","DAY","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","EXTRACT","FROM_UNIXTIME","FROM_UTC_TIMESTAMP","HOUR","LAST_DAY","MAKE_DATE","MAKE_DT_INTERVAL","MAKE_INTERVAL","MAKE_TIMESTAMP","MAKE_YM_INTERVAL","MINUTE","MONTH","MONTHS_BETWEEN","NEXT_DAY","NOW","QUARTER","SECOND","SESSION_WINDOW","TIMESTAMP_MICROS","TIMESTAMP_MILLIS","TIMESTAMP_SECONDS","TO_DATE","TO_TIMESTAMP","TO_UNIX_TIMESTAMP","TO_UTC_TIMESTAMP","TRUNC","UNIX_DATE","UNIX_MICROS","UNIX_MILLIS","UNIX_SECONDS","UNIX_TIMESTAMP","WEEKDAY","WEEKOFYEAR","WINDOW","YEAR","FROM_JSON","GET_JSON_OBJECT","JSON_ARRAY_LENGTH","JSON_OBJECT_KEYS","JSON_TUPLE","SCHEMA_OF_JSON","TO_JSON","ABS","ACOS","ACOSH","AGGREGATE","ARRAY_SORT","ASCII","ASIN","ASINH","ASSERT_TRUE","ATAN","ATAN2","ATANH","BASE64","BIN","BIT_COUNT","BIT_GET","BIT_LENGTH","BROUND","BTRIM","CARDINALITY","CBRT","CEIL","CEILING","CHAR_LENGTH","CHARACTER_LENGTH","CHR","CONCAT","CONCAT_WS","CONV","COS","COSH","COT","CRC32","CURRENT_CATALOG","CURRENT_DATABASE","CURRENT_USER","DEGREES","ELT","EXP","EXPM1","FACTORIAL","FIND_IN_SET","FLOOR","FORALL","FORMAT_NUMBER","FORMAT_STRING","FROM_CSV","GETBIT","HASH","HEX","HYPOT","INITCAP","INLINE","INLINE_OUTER","INPUT_FILE_BLOCK_LENGTH","INPUT_FILE_BLOCK_START","INPUT_FILE_NAME","INSTR","ISNAN","ISNOTNULL","ISNULL","JAVA_METHOD","LCASE","LEFT","LENGTH","LEVENSHTEIN","LN","LOCATE","LOG","LOG10","LOG1P","LOG2","LOWER","LPAD","LTRIM","MAP_FILTER","MAP_ZIP_WITH","MD5","MOD","MONOTONICALLY_INCREASING_ID","NAMED_STRUCT","NANVL","NEGATIVE","NVL","NVL2","OCTET_LENGTH","OVERLAY","PARSE_URL","PI","PMOD","POSEXPLODE","POSEXPLODE_OUTER","POSITION","POSITIVE","POW","POWER","PRINTF","RADIANS","RAISE_ERROR","RAND","RANDN","RANDOM","REFLECT","REGEXP_EXTRACT","REGEXP_EXTRACT_ALL","REGEXP_LIKE","REGEXP_REPLACE","REPEAT","REPLACE","REVERSE","RIGHT","RINT","ROUND","RPAD","RTRIM","SCHEMA_OF_CSV","SENTENCES","SHA","SHA1","SHA2","SHIFTLEFT","SHIFTRIGHT","SHIFTRIGHTUNSIGNED","SIGN","SIGNUM","SIN","SINH","SOUNDEX","SPACE","SPARK_PARTITION_ID","SPLIT","SQRT","STACK","SUBSTR","SUBSTRING","SUBSTRING_INDEX","TAN","TANH","TO_CSV","TRANSFORM_KEYS","TRANSFORM_VALUES","TRANSLATE","TRIM","TRY_ADD","TRY_DIVIDE","TYPEOF","UCASE","UNBASE64","UNHEX","UPPER","UUID","VERSION","WIDTH_BUCKET","XPATH","XPATH_BOOLEAN","XPATH_DOUBLE","XPATH_FLOAT","XPATH_INT","XPATH_LONG","XPATH_NUMBER","XPATH_SHORT","XPATH_STRING","XXHASH64","ZIP_WITH","CAST","COALESCE","NULLIF"],i2=G(["SELECT [ALL | DISTINCT]"]),a2=G(["WITH","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","SORT BY","CLUSTER BY","DISTRIBUTE BY","LIMIT","INSERT [INTO | OVERWRITE] [TABLE]","VALUES","INSERT OVERWRITE [LOCAL] DIRECTORY","LOAD DATA [LOCAL] INPATH","[OVERWRITE] INTO TABLE"]),pT=G(["CREATE [EXTERNAL] TABLE [IF NOT EXISTS]"]),dl=G(["CREATE [OR REPLACE] [GLOBAL TEMPORARY | TEMPORARY] VIEW [IF NOT EXISTS]","DROP TABLE [IF EXISTS]","ALTER TABLE","ADD COLUMNS","DROP {COLUMN | COLUMNS}","RENAME TO","RENAME COLUMN","ALTER COLUMN","TRUNCATE TABLE","LATERAL VIEW","ALTER DATABASE","ALTER VIEW","CREATE DATABASE","CREATE FUNCTION","DROP DATABASE","DROP FUNCTION","DROP VIEW","REPAIR TABLE","USE DATABASE","TABLESAMPLE","PIVOT","TRANSFORM","EXPLAIN","ADD FILE","ADD JAR","ANALYZE TABLE","CACHE TABLE","CLEAR CACHE","DESCRIBE DATABASE","DESCRIBE FUNCTION","DESCRIBE QUERY","DESCRIBE TABLE","LIST FILE","LIST JAR","REFRESH","REFRESH TABLE","REFRESH FUNCTION","RESET","SHOW COLUMNS","SHOW CREATE TABLE","SHOW DATABASES","SHOW FUNCTIONS","SHOW PARTITIONS","SHOW TABLE EXTENDED","SHOW TABLES","SHOW TBLPROPERTIES","SHOW VIEWS","UNCACHE TABLE"]),l2=G(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),c2=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN","[LEFT] {ANTI | SEMI} JOIN","NATURAL [LEFT] {ANTI | SEMI} JOIN"]),E2=G(["ON DELETE","ON UPDATE","CURRENT ROW","{ROWS | RANGE} BETWEEN"]),d2=G([]),u2={name:"spark",tokenizerOptions:{reservedSelect:i2,reservedClauses:[...a2,...pT,...dl],reservedSetOperations:l2,reservedJoins:c2,reservedKeywordPhrases:E2,reservedDataTypePhrases:d2,supportsXor:!0,reservedKeywords:r2,reservedDataTypes:o2,reservedFunctionNames:s2,extraParens:["[]"],stringTypes:["''-bs",'""-bs',{quote:"''-raw",prefixes:["R","X"],requirePrefix:!0},{quote:'""-raw',prefixes:["R","X"],requirePrefix:!0}],identTypes:["``"],identChars:{allowFirstCharNumber:!0},variableTypes:[{quote:"{}",prefixes:["$"],requirePrefix:!0}],operators:["%","~","^","|","&","<=>","==","!","||","->"],postProcess:T2},formatOptions:{onelineClauses:[...pT,...dl],tabularOnelineClauses:dl}};function T2(e){return e.map((t,n)=>{const r=e[n-1]||on,o=e[n+1]||on;return sn.WINDOW(t)&&o.type===V.OPEN_PAREN?Object.assign(Object.assign({},t),{type:V.RESERVED_FUNCTION_NAME}):t.text==="ITEMS"&&t.type===V.RESERVED_KEYWORD&&!(r.text==="COLLECTION"&&o.text==="TERMINATED")?Object.assign(Object.assign({},t),{type:V.IDENTIFIER,text:t.raw}):t})}const S2=["ABS","CHANGES","CHAR","COALESCE","FORMAT","GLOB","HEX","IFNULL","IIF","INSTR","LAST_INSERT_ROWID","LENGTH","LIKE","LIKELIHOOD","LIKELY","LOAD_EXTENSION","LOWER","LTRIM","NULLIF","PRINTF","QUOTE","RANDOM","RANDOMBLOB","REPLACE","ROUND","RTRIM","SIGN","SOUNDEX","SQLITE_COMPILEOPTION_GET","SQLITE_COMPILEOPTION_USED","SQLITE_OFFSET","SQLITE_SOURCE_ID","SQLITE_VERSION","SUBSTR","SUBSTRING","TOTAL_CHANGES","TRIM","TYPEOF","UNICODE","UNLIKELY","UPPER","ZEROBLOB","AVG","COUNT","GROUP_CONCAT","MAX","MIN","SUM","TOTAL","DATE","TIME","DATETIME","JULIANDAY","UNIXEPOCH","STRFTIME","row_number","rank","dense_rank","percent_rank","cume_dist","ntile","lag","lead","first_value","last_value","nth_value","ACOS","ACOSH","ASIN","ASINH","ATAN","ATAN2","ATANH","CEIL","CEILING","COS","COSH","DEGREES","EXP","FLOOR","LN","LOG","LOG","LOG10","LOG2","MOD","PI","POW","POWER","RADIANS","SIN","SINH","SQRT","TAN","TANH","TRUNC","JSON","JSON_ARRAY","JSON_ARRAY_LENGTH","JSON_ARRAY_LENGTH","JSON_EXTRACT","JSON_INSERT","JSON_OBJECT","JSON_PATCH","JSON_REMOVE","JSON_REPLACE","JSON_SET","JSON_TYPE","JSON_TYPE","JSON_VALID","JSON_QUOTE","JSON_GROUP_ARRAY","JSON_GROUP_OBJECT","JSON_EACH","JSON_TREE","CAST"],f2=["ABORT","ACTION","ADD","AFTER","ALL","ALTER","AND","ARE","ALWAYS","ANALYZE","AS","ASC","ATTACH","AUTOINCREMENT","BEFORE","BEGIN","BETWEEN","BY","CASCADE","CASE","CAST","CHECK","COLLATE","COLUMN","COMMIT","CONFLICT","CONSTRAINT","CREATE","CROSS","CURRENT","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","DATABASE","DEFAULT","DEFERRABLE","DEFERRED","DELETE","DESC","DETACH","DISTINCT","DO","DROP","EACH","ELSE","END","ESCAPE","EXCEPT","EXCLUDE","EXCLUSIVE","EXISTS","EXPLAIN","FAIL","FILTER","FIRST","FOLLOWING","FOR","FOREIGN","FROM","FULL","GENERATED","GLOB","GROUP","HAVING","IF","IGNORE","IMMEDIATE","IN","INDEX","INDEXED","INITIALLY","INNER","INSERT","INSTEAD","INTERSECT","INTO","IS","ISNULL","JOIN","KEY","LAST","LEFT","LIKE","LIMIT","MATCH","MATERIALIZED","NATURAL","NO","NOT","NOTHING","NOTNULL","NULL","NULLS","OF","OFFSET","ON","ONLY","OPEN","OR","ORDER","OTHERS","OUTER","OVER","PARTITION","PLAN","PRAGMA","PRECEDING","PRIMARY","QUERY","RAISE","RANGE","RECURSIVE","REFERENCES","REGEXP","REINDEX","RELEASE","RENAME","REPLACE","RESTRICT","RETURNING","RIGHT","ROLLBACK","ROW","ROWS","SAVEPOINT","SELECT","SET","TABLE","TEMP","TEMPORARY","THEN","TIES","TO","TRANSACTION","TRIGGER","UNBOUNDED","UNION","UNIQUE","UPDATE","USING","VACUUM","VALUES","VIEW","VIRTUAL","WHEN","WHERE","WINDOW","WITH","WITHOUT"],R2=["ANY","ARRAY","BLOB","CHARACTER","DECIMAL","INT","INTEGER","NATIVE CHARACTER","NCHAR","NUMERIC","NVARCHAR","REAL","TEXT","VARCHAR","VARYING CHARACTER"],A2=G(["SELECT [ALL | DISTINCT]"]),p2=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT [OR ABORT | OR FAIL | OR IGNORE | OR REPLACE | OR ROLLBACK] INTO","REPLACE INTO","VALUES","SET","RETURNING"]),IT=G(["CREATE [TEMPORARY | TEMP] TABLE [IF NOT EXISTS]"]),ul=G(["CREATE [TEMPORARY | TEMP] VIEW [IF NOT EXISTS]","UPDATE [OR ABORT | OR FAIL | OR IGNORE | OR REPLACE | OR ROLLBACK]","ON CONFLICT","DELETE FROM","DROP TABLE [IF EXISTS]","ALTER TABLE","ADD [COLUMN]","DROP [COLUMN]","RENAME [COLUMN]","RENAME TO","SET SCHEMA"]),I2=G(["UNION [ALL]","EXCEPT","INTERSECT"]),h2=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),O2=G(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE | GROUPS} BETWEEN","DO UPDATE"]),N2=G([]),m2={name:"sqlite",tokenizerOptions:{reservedSelect:A2,reservedClauses:[...p2,...IT,...ul],reservedSetOperations:I2,reservedJoins:h2,reservedKeywordPhrases:O2,reservedDataTypePhrases:N2,reservedKeywords:f2,reservedDataTypes:R2,reservedFunctionNames:S2,stringTypes:["''-qq",{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq',"``","[]"],paramTypes:{positional:!0,numbered:["?"],named:[":","@","$"]},operators:["%","~","&","|","<<",">>","==","->","->>","||"]},formatOptions:{onelineClauses:[...IT,...ul],tabularOnelineClauses:ul}},C2=["GROUPING","RANK","DENSE_RANK","PERCENT_RANK","CUME_DIST","ROW_NUMBER","POSITION","OCCURRENCES_REGEX","POSITION_REGEX","EXTRACT","CHAR_LENGTH","CHARACTER_LENGTH","OCTET_LENGTH","CARDINALITY","ABS","MOD","LN","EXP","POWER","SQRT","FLOOR","CEIL","CEILING","WIDTH_BUCKET","SUBSTRING","SUBSTRING_REGEX","UPPER","LOWER","CONVERT","TRANSLATE","TRANSLATE_REGEX","TRIM","OVERLAY","NORMALIZE","SPECIFICTYPE","CURRENT_DATE","CURRENT_TIME","LOCALTIME","CURRENT_TIMESTAMP","LOCALTIMESTAMP","COUNT","AVG","MAX","MIN","SUM","STDDEV_POP","STDDEV_SAMP","VAR_SAMP","VAR_POP","COLLECT","FUSION","INTERSECTION","COVAR_POP","COVAR_SAMP","CORR","REGR_SLOPE","REGR_INTERCEPT","REGR_COUNT","REGR_R2","REGR_AVGX","REGR_AVGY","REGR_SXX","REGR_SYY","REGR_SXY","PERCENTILE_CONT","PERCENTILE_DISC","CAST","COALESCE","NULLIF","ROUND","SIN","COS","TAN","ASIN","ACOS","ATAN"],g2=["ALL","ALLOCATE","ALTER","ANY","ARE","AS","ASC","ASENSITIVE","ASYMMETRIC","AT","ATOMIC","AUTHORIZATION","BEGIN","BETWEEN","BOTH","BY","CALL","CALLED","CASCADED","CAST","CHECK","CLOSE","COALESCE","COLLATE","COLUMN","COMMIT","CONDITION","CONNECT","CONSTRAINT","CORRESPONDING","CREATE","CROSS","CUBE","CURRENT","CURRENT_CATALOG","CURRENT_DEFAULT_TRANSFORM_GROUP","CURRENT_PATH","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_TRANSFORM_GROUP_FOR_TYPE","CURRENT_USER","CURSOR","CYCLE","DEALLOCATE","DAY","DECLARE","DEFAULT","DELETE","DEREF","DESC","DESCRIBE","DETERMINISTIC","DISCONNECT","DISTINCT","DROP","DYNAMIC","EACH","ELEMENT","END-EXEC","ESCAPE","EVERY","EXCEPT","EXEC","EXECUTE","EXISTS","EXTERNAL","FALSE","FETCH","FILTER","FOR","FOREIGN","FREE","FROM","FULL","FUNCTION","GET","GLOBAL","GRANT","GROUP","HAVING","HOLD","HOUR","IDENTITY","IN","INDICATOR","INNER","INOUT","INSENSITIVE","INSERT","INTERSECT","INTO","IS","LANGUAGE","LARGE","LATERAL","LEADING","LEFT","LIKE","LIKE_REGEX","LOCAL","MATCH","MEMBER","MERGE","METHOD","MINUTE","MODIFIES","MODULE","MONTH","NATURAL","NEW","NO","NONE","NOT","NULL","NULLIF","OF","OLD","ON","ONLY","OPEN","ORDER","OUT","OUTER","OVER","OVERLAPS","PARAMETER","PARTITION","PRECISION","PREPARE","PRIMARY","PROCEDURE","RANGE","READS","REAL","RECURSIVE","REF","REFERENCES","REFERENCING","RELEASE","RESULT","RETURN","RETURNS","REVOKE","RIGHT","ROLLBACK","ROLLUP","ROW","ROWS","SAVEPOINT","SCOPE","SCROLL","SEARCH","SECOND","SELECT","SENSITIVE","SESSION_USER","SET","SIMILAR","SOME","SPECIFIC","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","START","STATIC","SUBMULTISET","SYMMETRIC","SYSTEM","SYSTEM_USER","TABLE","TABLESAMPLE","THEN","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TRAILING","TRANSLATION","TREAT","TRIGGER","TRUE","UESCAPE","UNION","UNIQUE","UNKNOWN","UNNEST","UPDATE","USER","USING","VALUE","VALUES","WHENEVER","WINDOW","WITHIN","WITHOUT","YEAR"],L2=["ARRAY","BIGINT","BINARY LARGE OBJECT","BINARY VARYING","BINARY","BLOB","BOOLEAN","CHAR LARGE OBJECT","CHAR VARYING","CHAR","CHARACTER LARGE OBJECT","CHARACTER VARYING","CHARACTER","CLOB","DATE","DEC","DECIMAL","DOUBLE","FLOAT","INT","INTEGER","INTERVAL","MULTISET","NATIONAL CHAR VARYING","NATIONAL CHAR","NATIONAL CHARACTER LARGE OBJECT","NATIONAL CHARACTER VARYING","NATIONAL CHARACTER","NCHAR LARGE OBJECT","NCHAR VARYING","NCHAR","NCLOB","NUMERIC","SMALLINT","TIME","TIMESTAMP","VARBINARY","VARCHAR"],_2=G(["SELECT [ALL | DISTINCT]"]),x2=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY [ALL | DISTINCT]","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","FETCH {FIRST | NEXT}","INSERT INTO","VALUES","SET"]),hT=G(["CREATE [GLOBAL TEMPORARY | LOCAL TEMPORARY] TABLE"]),Tl=G(["CREATE [RECURSIVE] VIEW","UPDATE","WHERE CURRENT OF","DELETE FROM","DROP TABLE","ALTER TABLE","ADD COLUMN","DROP [COLUMN]","RENAME COLUMN","RENAME TO","ALTER [COLUMN]","{SET | DROP} DEFAULT","ADD SCOPE","DROP SCOPE {CASCADE | RESTRICT}","RESTART WITH","TRUNCATE TABLE","SET SCHEMA"]),y2=G(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),D2=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),M2=G(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE} BETWEEN"]),P2=G([]),b2={name:"sql",tokenizerOptions:{reservedSelect:_2,reservedClauses:[...x2,...hT,...Tl],reservedSetOperations:y2,reservedJoins:D2,reservedKeywordPhrases:M2,reservedDataTypePhrases:P2,reservedKeywords:g2,reservedDataTypes:L2,reservedFunctionNames:C2,stringTypes:[{quote:"''-qq-bs",prefixes:["N","U&"]},{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq',"``"],paramTypes:{positional:!0},operators:["||"]},formatOptions:{onelineClauses:[...hT,...Tl],tabularOnelineClauses:Tl}},v2=["ABS","ACOS","ALL_MATCH","ANY_MATCH","APPROX_DISTINCT","APPROX_MOST_FREQUENT","APPROX_PERCENTILE","APPROX_SET","ARBITRARY","ARRAYS_OVERLAP","ARRAY_AGG","ARRAY_DISTINCT","ARRAY_EXCEPT","ARRAY_INTERSECT","ARRAY_JOIN","ARRAY_MAX","ARRAY_MIN","ARRAY_POSITION","ARRAY_REMOVE","ARRAY_SORT","ARRAY_UNION","ASIN","ATAN","ATAN2","AT_TIMEZONE","AVG","BAR","BETA_CDF","BING_TILE","BING_TILES_AROUND","BING_TILE_AT","BING_TILE_COORDINATES","BING_TILE_POLYGON","BING_TILE_QUADKEY","BING_TILE_ZOOM_LEVEL","BITWISE_AND","BITWISE_AND_AGG","BITWISE_LEFT_SHIFT","BITWISE_NOT","BITWISE_OR","BITWISE_OR_AGG","BITWISE_RIGHT_SHIFT","BITWISE_RIGHT_SHIFT_ARITHMETIC","BITWISE_XOR","BIT_COUNT","BOOL_AND","BOOL_OR","CARDINALITY","CAST","CBRT","CEIL","CEILING","CHAR2HEXINT","CHECKSUM","CHR","CLASSIFY","COALESCE","CODEPOINT","COLOR","COMBINATIONS","CONCAT","CONCAT_WS","CONTAINS","CONTAINS_SEQUENCE","CONVEX_HULL_AGG","CORR","COS","COSH","COSINE_SIMILARITY","COUNT","COUNT_IF","COVAR_POP","COVAR_SAMP","CRC32","CUME_DIST","CURRENT_CATALOG","CURRENT_DATE","CURRENT_GROUPS","CURRENT_SCHEMA","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","CURRENT_USER","DATE","DATE_ADD","DATE_DIFF","DATE_FORMAT","DATE_PARSE","DATE_TRUNC","DAY","DAY_OF_MONTH","DAY_OF_WEEK","DAY_OF_YEAR","DEGREES","DENSE_RANK","DOW","DOY","E","ELEMENT_AT","EMPTY_APPROX_SET","EVALUATE_CLASSIFIER_PREDICTIONS","EVERY","EXP","EXTRACT","FEATURES","FILTER","FIRST_VALUE","FLATTEN","FLOOR","FORMAT","FORMAT_DATETIME","FORMAT_NUMBER","FROM_BASE","FROM_BASE32","FROM_BASE64","FROM_BASE64URL","FROM_BIG_ENDIAN_32","FROM_BIG_ENDIAN_64","FROM_ENCODED_POLYLINE","FROM_GEOJSON_GEOMETRY","FROM_HEX","FROM_IEEE754_32","FROM_IEEE754_64","FROM_ISO8601_DATE","FROM_ISO8601_TIMESTAMP","FROM_ISO8601_TIMESTAMP_NANOS","FROM_UNIXTIME","FROM_UNIXTIME_NANOS","FROM_UTF8","GEOMETRIC_MEAN","GEOMETRY_FROM_HADOOP_SHAPE","GEOMETRY_INVALID_REASON","GEOMETRY_NEAREST_POINTS","GEOMETRY_TO_BING_TILES","GEOMETRY_UNION","GEOMETRY_UNION_AGG","GREATEST","GREAT_CIRCLE_DISTANCE","HAMMING_DISTANCE","HASH_COUNTS","HISTOGRAM","HMAC_MD5","HMAC_SHA1","HMAC_SHA256","HMAC_SHA512","HOUR","HUMAN_READABLE_SECONDS","IF","INDEX","INFINITY","INTERSECTION_CARDINALITY","INVERSE_BETA_CDF","INVERSE_NORMAL_CDF","IS_FINITE","IS_INFINITE","IS_JSON_SCALAR","IS_NAN","JACCARD_INDEX","JSON_ARRAY_CONTAINS","JSON_ARRAY_GET","JSON_ARRAY_LENGTH","JSON_EXISTS","JSON_EXTRACT","JSON_EXTRACT_SCALAR","JSON_FORMAT","JSON_PARSE","JSON_QUERY","JSON_SIZE","JSON_VALUE","KURTOSIS","LAG","LAST_DAY_OF_MONTH","LAST_VALUE","LEAD","LEARN_CLASSIFIER","LEARN_LIBSVM_CLASSIFIER","LEARN_LIBSVM_REGRESSOR","LEARN_REGRESSOR","LEAST","LENGTH","LEVENSHTEIN_DISTANCE","LINE_INTERPOLATE_POINT","LINE_INTERPOLATE_POINTS","LINE_LOCATE_POINT","LISTAGG","LN","LOCALTIME","LOCALTIMESTAMP","LOG","LOG10","LOG2","LOWER","LPAD","LTRIM","LUHN_CHECK","MAKE_SET_DIGEST","MAP","MAP_AGG","MAP_CONCAT","MAP_ENTRIES","MAP_FILTER","MAP_FROM_ENTRIES","MAP_KEYS","MAP_UNION","MAP_VALUES","MAP_ZIP_WITH","MAX","MAX_BY","MD5","MERGE","MERGE_SET_DIGEST","MILLISECOND","MIN","MINUTE","MIN_BY","MOD","MONTH","MULTIMAP_AGG","MULTIMAP_FROM_ENTRIES","MURMUR3","NAN","NGRAMS","NONE_MATCH","NORMALIZE","NORMAL_CDF","NOW","NTH_VALUE","NTILE","NULLIF","NUMERIC_HISTOGRAM","OBJECTID","OBJECTID_TIMESTAMP","PARSE_DATA_SIZE","PARSE_DATETIME","PARSE_DURATION","PERCENT_RANK","PI","POSITION","POW","POWER","QDIGEST_AGG","QUARTER","RADIANS","RAND","RANDOM","RANK","REDUCE","REDUCE_AGG","REGEXP_COUNT","REGEXP_EXTRACT","REGEXP_EXTRACT_ALL","REGEXP_LIKE","REGEXP_POSITION","REGEXP_REPLACE","REGEXP_SPLIT","REGRESS","REGR_INTERCEPT","REGR_SLOPE","RENDER","REPEAT","REPLACE","REVERSE","RGB","ROUND","ROW_NUMBER","RPAD","RTRIM","SECOND","SEQUENCE","SHA1","SHA256","SHA512","SHUFFLE","SIGN","SIMPLIFY_GEOMETRY","SIN","SKEWNESS","SLICE","SOUNDEX","SPATIAL_PARTITIONING","SPATIAL_PARTITIONS","SPLIT","SPLIT_PART","SPLIT_TO_MAP","SPLIT_TO_MULTIMAP","SPOOKY_HASH_V2_32","SPOOKY_HASH_V2_64","SQRT","STARTS_WITH","STDDEV","STDDEV_POP","STDDEV_SAMP","STRPOS","ST_AREA","ST_ASBINARY","ST_ASTEXT","ST_BOUNDARY","ST_BUFFER","ST_CENTROID","ST_CONTAINS","ST_CONVEXHULL","ST_COORDDIM","ST_CROSSES","ST_DIFFERENCE","ST_DIMENSION","ST_DISJOINT","ST_DISTANCE","ST_ENDPOINT","ST_ENVELOPE","ST_ENVELOPEASPTS","ST_EQUALS","ST_EXTERIORRING","ST_GEOMETRIES","ST_GEOMETRYFROMTEXT","ST_GEOMETRYN","ST_GEOMETRYTYPE","ST_GEOMFROMBINARY","ST_INTERIORRINGN","ST_INTERIORRINGS","ST_INTERSECTION","ST_INTERSECTS","ST_ISCLOSED","ST_ISEMPTY","ST_ISRING","ST_ISSIMPLE","ST_ISVALID","ST_LENGTH","ST_LINEFROMTEXT","ST_LINESTRING","ST_MULTIPOINT","ST_NUMGEOMETRIES","ST_NUMINTERIORRING","ST_NUMPOINTS","ST_OVERLAPS","ST_POINT","ST_POINTN","ST_POINTS","ST_POLYGON","ST_RELATE","ST_STARTPOINT","ST_SYMDIFFERENCE","ST_TOUCHES","ST_UNION","ST_WITHIN","ST_X","ST_XMAX","ST_XMIN","ST_Y","ST_YMAX","ST_YMIN","SUBSTR","SUBSTRING","SUM","TAN","TANH","TDIGEST_AGG","TIMESTAMP_OBJECTID","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO_BASE","TO_BASE32","TO_BASE64","TO_BASE64URL","TO_BIG_ENDIAN_32","TO_BIG_ENDIAN_64","TO_CHAR","TO_DATE","TO_ENCODED_POLYLINE","TO_GEOJSON_GEOMETRY","TO_GEOMETRY","TO_HEX","TO_IEEE754_32","TO_IEEE754_64","TO_ISO8601","TO_MILLISECONDS","TO_SPHERICAL_GEOGRAPHY","TO_TIMESTAMP","TO_UNIXTIME","TO_UTF8","TRANSFORM","TRANSFORM_KEYS","TRANSFORM_VALUES","TRANSLATE","TRIM","TRIM_ARRAY","TRUNCATE","TRY","TRY_CAST","TYPEOF","UPPER","URL_DECODE","URL_ENCODE","URL_EXTRACT_FRAGMENT","URL_EXTRACT_HOST","URL_EXTRACT_PARAMETER","URL_EXTRACT_PATH","URL_EXTRACT_PORT","URL_EXTRACT_PROTOCOL","URL_EXTRACT_QUERY","UUID","VALUES_AT_QUANTILES","VALUE_AT_QUANTILE","VARIANCE","VAR_POP","VAR_SAMP","VERSION","WEEK","WEEK_OF_YEAR","WIDTH_BUCKET","WILSON_INTERVAL_LOWER","WILSON_INTERVAL_UPPER","WITH_TIMEZONE","WORD_STEM","XXHASH64","YEAR","YEAR_OF_WEEK","YOW","ZIP","ZIP_WITH","CLASSIFIER","FIRST","LAST","MATCH_NUMBER","NEXT","PERMUTE","PREV"],U2=["ABSENT","ADD","ADMIN","AFTER","ALL","ALTER","ANALYZE","AND","ANY","AS","ASC","AT","AUTHORIZATION","BERNOULLI","BETWEEN","BOTH","BY","CALL","CASCADE","CASE","CATALOGS","COLUMN","COLUMNS","COMMENT","COMMIT","COMMITTED","CONDITIONAL","CONSTRAINT","COPARTITION","CREATE","CROSS","CUBE","CURRENT","CURRENT_PATH","CURRENT_ROLE","DATA","DEALLOCATE","DEFAULT","DEFINE","DEFINER","DELETE","DENY","DESC","DESCRIBE","DESCRIPTOR","DISTINCT","DISTRIBUTED","DOUBLE","DROP","ELSE","EMPTY","ENCODING","END","ERROR","ESCAPE","EXCEPT","EXCLUDING","EXECUTE","EXISTS","EXPLAIN","FALSE","FETCH","FINAL","FIRST","FOLLOWING","FOR","FROM","FULL","FUNCTIONS","GRANT","GRANTED","GRANTS","GRAPHVIZ","GROUP","GROUPING","GROUPS","HAVING","IGNORE","IN","INCLUDING","INITIAL","INNER","INPUT","INSERT","INTERSECT","INTERVAL","INTO","INVOKER","IO","IS","ISOLATION","JOIN","JSON","JSON_ARRAY","JSON_OBJECT","KEEP","KEY","KEYS","LAST","LATERAL","LEADING","LEFT","LEVEL","LIKE","LIMIT","LOCAL","LOGICAL","MATCH","MATCHED","MATCHES","MATCH_RECOGNIZE","MATERIALIZED","MEASURES","NATURAL","NEXT","NFC","NFD","NFKC","NFKD","NO","NONE","NOT","NULL","NULLS","OBJECT","OF","OFFSET","OMIT","ON","ONE","ONLY","OPTION","OR","ORDER","ORDINALITY","OUTER","OUTPUT","OVER","OVERFLOW","PARTITION","PARTITIONS","PASSING","PAST","PATH","PATTERN","PER","PERMUTE","PRECEDING","PRECISION","PREPARE","PRIVILEGES","PROPERTIES","PRUNE","QUOTES","RANGE","READ","RECURSIVE","REFRESH","RENAME","REPEATABLE","RESET","RESPECT","RESTRICT","RETURNING","REVOKE","RIGHT","ROLE","ROLES","ROLLBACK","ROLLUP","ROW","ROWS","RUNNING","SCALAR","SCHEMA","SCHEMAS","SECURITY","SEEK","SELECT","SERIALIZABLE","SESSION","SET","SETS","SHOW","SKIP","SOME","START","STATS","STRING","SUBSET","SYSTEM","TABLE","TABLES","TABLESAMPLE","TEXT","THEN","TIES","TIME","TIMESTAMP","TO","TRAILING","TRANSACTION","TRUE","TYPE","UESCAPE","UNBOUNDED","UNCOMMITTED","UNCONDITIONAL","UNION","UNIQUE","UNKNOWN","UNMATCHED","UNNEST","UPDATE","USE","USER","USING","UTF16","UTF32","UTF8","VALIDATE","VALUE","VALUES","VERBOSE","VIEW","WHEN","WHERE","WINDOW","WITH","WITHIN","WITHOUT","WORK","WRAPPER","WRITE","ZONE"],w2=["BIGINT","INT","INTEGER","SMALLINT","TINYINT","BOOLEAN","DATE","DECIMAL","REAL","DOUBLE","HYPERLOGLOG","QDIGEST","TDIGEST","P4HYPERLOGLOG","INTERVAL","TIMESTAMP","TIME","VARBINARY","VARCHAR","CHAR","ROW","ARRAY","MAP","JSON","JSON2016","IPADDRESS","GEOMETRY","UUID","SETDIGEST","JONIREGEXP","RE2JREGEXP","LIKEPATTERN","COLOR","CODEPOINTS","FUNCTION","JSONPATH"],B2=G(["SELECT [ALL | DISTINCT]"]),F2=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY [ALL | DISTINCT]","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","FETCH {FIRST | NEXT}","INSERT INTO","VALUES","SET","MATCH_RECOGNIZE","MEASURES","ONE ROW PER MATCH","ALL ROWS PER MATCH","AFTER MATCH","PATTERN","SUBSET","DEFINE"]),OT=G(["CREATE TABLE [IF NOT EXISTS]"]),Sl=G(["CREATE [OR REPLACE] [MATERIALIZED] VIEW","UPDATE","DELETE FROM","DROP TABLE [IF EXISTS]","ALTER TABLE [IF EXISTS]","ADD COLUMN [IF NOT EXISTS]","DROP COLUMN [IF EXISTS]","RENAME COLUMN [IF EXISTS]","RENAME TO","SET AUTHORIZATION [USER | ROLE]","SET PROPERTIES","EXECUTE","TRUNCATE TABLE","ALTER SCHEMA","ALTER MATERIALIZED VIEW","ALTER VIEW","CREATE SCHEMA","CREATE ROLE","DROP SCHEMA","DROP MATERIALIZED VIEW","DROP VIEW","DROP ROLE","EXPLAIN","ANALYZE","EXPLAIN ANALYZE","EXPLAIN ANALYZE VERBOSE","USE","DESCRIBE INPUT","DESCRIBE OUTPUT","REFRESH MATERIALIZED VIEW","RESET SESSION","SET SESSION","SET PATH","SET TIME ZONE","SHOW GRANTS","SHOW CREATE TABLE","SHOW CREATE SCHEMA","SHOW CREATE VIEW","SHOW CREATE MATERIALIZED VIEW","SHOW TABLES","SHOW SCHEMAS","SHOW CATALOGS","SHOW COLUMNS","SHOW STATS FOR","SHOW ROLES","SHOW CURRENT ROLES","SHOW ROLE GRANTS","SHOW FUNCTIONS","SHOW SESSION"]),G2=G(["UNION [ALL | DISTINCT] [CORRESPONDING]","EXCEPT [ALL | DISTINCT] [CORRESPONDING]","INTERSECT [ALL | DISTINCT] [CORRESPONDING]"]),H2=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),k2=G(["{ROWS | RANGE | GROUPS} BETWEEN","IS [NOT] DISTINCT FROM"]),j2=G([]),Y2={name:"trino",tokenizerOptions:{reservedSelect:B2,reservedClauses:[...F2,...OT,...Sl],reservedSetOperations:G2,reservedJoins:H2,reservedKeywordPhrases:k2,reservedDataTypePhrases:j2,reservedKeywords:U2,reservedDataTypes:w2,reservedFunctionNames:v2,extraParens:["[]","{}"],stringTypes:[{quote:"''-qq",prefixes:["U&"]},{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq'],paramTypes:{positional:!0},operators:["%","->","=>",":","||","|","^","$"]},formatOptions:{onelineClauses:[...OT,...Sl],tabularOnelineClauses:Sl}},W2=["APPROX_COUNT_DISTINCT","AVG","CHECKSUM_AGG","COUNT","COUNT_BIG","GROUPING","GROUPING_ID","MAX","MIN","STDEV","STDEVP","SUM","VAR","VARP","CUME_DIST","FIRST_VALUE","LAG","LAST_VALUE","LEAD","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","Collation - COLLATIONPROPERTY","Collation - TERTIARY_WEIGHTS","@@DBTS","@@LANGID","@@LANGUAGE","@@LOCK_TIMEOUT","@@MAX_CONNECTIONS","@@MAX_PRECISION","@@NESTLEVEL","@@OPTIONS","@@REMSERVER","@@SERVERNAME","@@SERVICENAME","@@SPID","@@TEXTSIZE","@@VERSION","CAST","CONVERT","PARSE","TRY_CAST","TRY_CONVERT","TRY_PARSE","ASYMKEY_ID","ASYMKEYPROPERTY","CERTPROPERTY","CERT_ID","CRYPT_GEN_RANDOM","DECRYPTBYASYMKEY","DECRYPTBYCERT","DECRYPTBYKEY","DECRYPTBYKEYAUTOASYMKEY","DECRYPTBYKEYAUTOCERT","DECRYPTBYPASSPHRASE","ENCRYPTBYASYMKEY","ENCRYPTBYCERT","ENCRYPTBYKEY","ENCRYPTBYPASSPHRASE","HASHBYTES","IS_OBJECTSIGNED","KEY_GUID","KEY_ID","KEY_NAME","SIGNBYASYMKEY","SIGNBYCERT","SYMKEYPROPERTY","VERIFYSIGNEDBYCERT","VERIFYSIGNEDBYASYMKEY","@@CURSOR_ROWS","@@FETCH_STATUS","CURSOR_STATUS","DATALENGTH","IDENT_CURRENT","IDENT_INCR","IDENT_SEED","IDENTITY","SQL_VARIANT_PROPERTY","@@DATEFIRST","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","CURRENT_TIMEZONE_ID","DATEADD","DATEDIFF","DATEDIFF_BIG","DATEFROMPARTS","DATENAME","DATEPART","DATETIME2FROMPARTS","DATETIMEFROMPARTS","DATETIMEOFFSETFROMPARTS","DAY","EOMONTH","GETDATE","GETUTCDATE","ISDATE","MONTH","SMALLDATETIMEFROMPARTS","SWITCHOFFSET","SYSDATETIME","SYSDATETIMEOFFSET","SYSUTCDATETIME","TIMEFROMPARTS","TODATETIMEOFFSET","YEAR","JSON","ISJSON","JSON_VALUE","JSON_QUERY","JSON_MODIFY","ABS","ACOS","ASIN","ATAN","ATN2","CEILING","COS","COT","DEGREES","EXP","FLOOR","LOG","LOG10","PI","POWER","RADIANS","RAND","ROUND","SIGN","SIN","SQRT","SQUARE","TAN","CHOOSE","GREATEST","IIF","LEAST","@@PROCID","APP_NAME","APPLOCK_MODE","APPLOCK_TEST","ASSEMBLYPROPERTY","COL_LENGTH","COL_NAME","COLUMNPROPERTY","DATABASEPROPERTYEX","DB_ID","DB_NAME","FILE_ID","FILE_IDEX","FILE_NAME","FILEGROUP_ID","FILEGROUP_NAME","FILEGROUPPROPERTY","FILEPROPERTY","FILEPROPERTYEX","FULLTEXTCATALOGPROPERTY","FULLTEXTSERVICEPROPERTY","INDEX_COL","INDEXKEY_PROPERTY","INDEXPROPERTY","NEXT VALUE FOR","OBJECT_DEFINITION","OBJECT_ID","OBJECT_NAME","OBJECT_SCHEMA_NAME","OBJECTPROPERTY","OBJECTPROPERTYEX","ORIGINAL_DB_NAME","PARSENAME","SCHEMA_ID","SCHEMA_NAME","SCOPE_IDENTITY","SERVERPROPERTY","STATS_DATE","TYPE_ID","TYPE_NAME","TYPEPROPERTY","DENSE_RANK","NTILE","RANK","ROW_NUMBER","PUBLISHINGSERVERNAME","CERTENCODED","CERTPRIVATEKEY","CURRENT_USER","DATABASE_PRINCIPAL_ID","HAS_DBACCESS","HAS_PERMS_BY_NAME","IS_MEMBER","IS_ROLEMEMBER","IS_SRVROLEMEMBER","LOGINPROPERTY","ORIGINAL_LOGIN","PERMISSIONS","PWDENCRYPT","PWDCOMPARE","SESSION_USER","SESSIONPROPERTY","SUSER_ID","SUSER_NAME","SUSER_SID","SUSER_SNAME","SYSTEM_USER","USER","USER_ID","USER_NAME","ASCII","CHARINDEX","CONCAT","CONCAT_WS","DIFFERENCE","FORMAT","LEFT","LEN","LOWER","LTRIM","PATINDEX","QUOTENAME","REPLACE","REPLICATE","REVERSE","RIGHT","RTRIM","SOUNDEX","SPACE","STR","STRING_AGG","STRING_ESCAPE","STUFF","SUBSTRING","TRANSLATE","TRIM","UNICODE","UPPER","$PARTITION","@@ERROR","@@IDENTITY","@@PACK_RECEIVED","@@ROWCOUNT","@@TRANCOUNT","BINARY_CHECKSUM","CHECKSUM","COMPRESS","CONNECTIONPROPERTY","CONTEXT_INFO","CURRENT_REQUEST_ID","CURRENT_TRANSACTION_ID","DECOMPRESS","ERROR_LINE","ERROR_MESSAGE","ERROR_NUMBER","ERROR_PROCEDURE","ERROR_SEVERITY","ERROR_STATE","FORMATMESSAGE","GET_FILESTREAM_TRANSACTION_CONTEXT","GETANSINULL","HOST_ID","HOST_NAME","ISNULL","ISNUMERIC","MIN_ACTIVE_ROWVERSION","NEWID","NEWSEQUENTIALID","ROWCOUNT_BIG","SESSION_CONTEXT","XACT_STATE","@@CONNECTIONS","@@CPU_BUSY","@@IDLE","@@IO_BUSY","@@PACK_SENT","@@PACKET_ERRORS","@@TIMETICKS","@@TOTAL_ERRORS","@@TOTAL_READ","@@TOTAL_WRITE","TEXTPTR","TEXTVALID","COLUMNS_UPDATED","EVENTDATA","TRIGGER_NESTLEVEL","UPDATE","COALESCE","NULLIF"],V2=["ADD","ALL","ALTER","AND","ANY","AS","ASC","AUTHORIZATION","BACKUP","BEGIN","BETWEEN","BREAK","BROWSE","BULK","BY","CASCADE","CHECK","CHECKPOINT","CLOSE","CLUSTERED","COALESCE","COLLATE","COLUMN","COMMIT","COMPUTE","CONSTRAINT","CONTAINS","CONTAINSTABLE","CONTINUE","CONVERT","CREATE","CROSS","CURRENT","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DBCC","DEALLOCATE","DECLARE","DEFAULT","DELETE","DENY","DESC","DISK","DISTINCT","DISTRIBUTED","DROP","DUMP","ERRLVL","ESCAPE","EXEC","EXECUTE","EXISTS","EXIT","EXTERNAL","FETCH","FILE","FILLFACTOR","FOR","FOREIGN","FREETEXT","FREETEXTTABLE","FROM","FULL","FUNCTION","GOTO","GRANT","GROUP","HAVING","HOLDLOCK","IDENTITY","IDENTITYCOL","IDENTITY_INSERT","IF","IN","INDEX","INNER","INSERT","INTERSECT","INTO","IS","JOIN","KEY","KILL","LEFT","LIKE","LINENO","LOAD","MERGE","NOCHECK","NONCLUSTERED","NOT","NULL","NULLIF","OF","OFF","OFFSETS","ON","OPEN","OPENDATASOURCE","OPENQUERY","OPENROWSET","OPENXML","OPTION","OR","ORDER","OUTER","OVER","PERCENT","PIVOT","PLAN","PRIMARY","PRINT","PROC","PROCEDURE","PUBLIC","RAISERROR","READ","READTEXT","RECONFIGURE","REFERENCES","REPLICATION","RESTORE","RESTRICT","RETURN","REVERT","REVOKE","RIGHT","ROLLBACK","ROWCOUNT","ROWGUIDCOL","RULE","SAVE","SCHEMA","SECURITYAUDIT","SELECT","SEMANTICKEYPHRASETABLE","SEMANTICSIMILARITYDETAILSTABLE","SEMANTICSIMILARITYTABLE","SESSION_USER","SET","SETUSER","SHUTDOWN","SOME","STATISTICS","SYSTEM_USER","TABLE","TABLESAMPLE","TEXTSIZE","THEN","TO","TOP","TRAN","TRANSACTION","TRIGGER","TRUNCATE","TRY_CONVERT","TSEQUAL","UNION","UNIQUE","UNPIVOT","UPDATE","UPDATETEXT","USE","USER","VALUES","VIEW","WAITFOR","WHERE","WHILE","WITH","WITHIN GROUP","WRITETEXT","$ACTION"],$2=["BINARY","BIT","CHAR","CHAR","CHARACTER","DATE","DATETIME2","DATETIMEOFFSET","DEC","DECIMAL","DOUBLE","FLOAT","INT","INTEGER","NATIONAL","NCHAR","NUMERIC","NVARCHAR","PRECISION","REAL","SMALLINT","TIME","TIMESTAMP","VARBINARY","VARCHAR"],X2=G(["SELECT [ALL | DISTINCT]"]),K2=G(["WITH","INTO","FROM","WHERE","GROUP BY","HAVING","WINDOW","PARTITION BY","ORDER BY","OFFSET","FETCH {FIRST | NEXT}","FOR {BROWSE | XML | JSON}","OPTION","INSERT [INTO]","VALUES","SET","MERGE [INTO]","WHEN [NOT] MATCHED [BY TARGET | BY SOURCE] [THEN]","UPDATE SET"]),NT=G(["CREATE TABLE"]),fl=G(["CREATE [OR ALTER] [MATERIALIZED] VIEW","UPDATE","WHERE CURRENT OF","DELETE [FROM]","DROP TABLE [IF EXISTS]","ALTER TABLE","ADD","DROP COLUMN [IF EXISTS]","ALTER COLUMN","TRUNCATE TABLE","CREATE [UNIQUE] [CLUSTERED] INDEX","CREATE DATABASE","ALTER DATABASE","DROP DATABASE [IF EXISTS]","CREATE [OR ALTER] [PARTITION] {FUNCTION | PROCEDURE | PROC}","ALTER [PARTITION] {FUNCTION | PROCEDURE | PROC}","DROP [PARTITION] {FUNCTION | PROCEDURE | PROC} [IF EXISTS]","GO","USE","ADD SENSITIVITY CLASSIFICATION","ADD SIGNATURE","AGGREGATE","ANSI_DEFAULTS","ANSI_NULLS","ANSI_NULL_DFLT_OFF","ANSI_NULL_DFLT_ON","ANSI_PADDING","ANSI_WARNINGS","APPLICATION ROLE","ARITHABORT","ARITHIGNORE","ASSEMBLY","ASYMMETRIC KEY","AUTHORIZATION","AVAILABILITY GROUP","BACKUP","BACKUP CERTIFICATE","BACKUP MASTER KEY","BACKUP SERVICE MASTER KEY","BEGIN CONVERSATION TIMER","BEGIN DIALOG CONVERSATION","BROKER PRIORITY","BULK INSERT","CERTIFICATE","CLOSE MASTER KEY","CLOSE SYMMETRIC KEY","COLUMN ENCRYPTION KEY","COLUMN MASTER KEY","COLUMNSTORE INDEX","CONCAT_NULL_YIELDS_NULL","CONTEXT_INFO","CONTRACT","CREDENTIAL","CRYPTOGRAPHIC PROVIDER","CURSOR_CLOSE_ON_COMMIT","DATABASE","DATABASE AUDIT SPECIFICATION","DATABASE ENCRYPTION KEY","DATABASE HADR","DATABASE SCOPED CONFIGURATION","DATABASE SCOPED CREDENTIAL","DATABASE SET","DATEFIRST","DATEFORMAT","DEADLOCK_PRIORITY","DENY","DENY XML","DISABLE TRIGGER","ENABLE TRIGGER","END CONVERSATION","ENDPOINT","EVENT NOTIFICATION","EVENT SESSION","EXECUTE AS","EXTERNAL DATA SOURCE","EXTERNAL FILE FORMAT","EXTERNAL LANGUAGE","EXTERNAL LIBRARY","EXTERNAL RESOURCE POOL","EXTERNAL TABLE","FIPS_FLAGGER","FMTONLY","FORCEPLAN","FULLTEXT CATALOG","FULLTEXT INDEX","FULLTEXT STOPLIST","GET CONVERSATION GROUP","GET_TRANSMISSION_STATUS","GRANT","GRANT XML","IDENTITY_INSERT","IMPLICIT_TRANSACTIONS","INDEX","LANGUAGE","LOCK_TIMEOUT","LOGIN","MASTER KEY","MESSAGE TYPE","MOVE CONVERSATION","NOCOUNT","NOEXEC","NUMERIC_ROUNDABORT","OFFSETS","OPEN MASTER KEY","OPEN SYMMETRIC KEY","PARSEONLY","PARTITION SCHEME","QUERY_GOVERNOR_COST_LIMIT","QUEUE","QUOTED_IDENTIFIER","RECEIVE","REMOTE SERVICE BINDING","REMOTE_PROC_TRANSACTIONS","RESOURCE GOVERNOR","RESOURCE POOL","RESTORE","RESTORE FILELISTONLY","RESTORE HEADERONLY","RESTORE LABELONLY","RESTORE MASTER KEY","RESTORE REWINDONLY","RESTORE SERVICE MASTER KEY","RESTORE VERIFYONLY","REVERT","REVOKE","REVOKE XML","ROLE","ROUTE","ROWCOUNT","RULE","SCHEMA","SEARCH PROPERTY LIST","SECURITY POLICY","SELECTIVE XML INDEX","SEND","SENSITIVITY CLASSIFICATION","SEQUENCE","SERVER AUDIT","SERVER AUDIT SPECIFICATION","SERVER CONFIGURATION","SERVER ROLE","SERVICE","SERVICE MASTER KEY","SETUSER","SHOWPLAN_ALL","SHOWPLAN_TEXT","SHOWPLAN_XML","SIGNATURE","SPATIAL INDEX","STATISTICS","STATISTICS IO","STATISTICS PROFILE","STATISTICS TIME","STATISTICS XML","SYMMETRIC KEY","SYNONYM","TABLE","TABLE IDENTITY","TEXTSIZE","TRANSACTION ISOLATION LEVEL","TRIGGER","TYPE","UPDATE STATISTICS","USER","WORKLOAD GROUP","XACT_ABORT","XML INDEX","XML SCHEMA COLLECTION"]),z2=G(["UNION [ALL]","EXCEPT","INTERSECT"]),J2=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","{CROSS | OUTER} APPLY"]),q2=G(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE} BETWEEN"]),Q2=G([]),Z2={name:"transactsql",tokenizerOptions:{reservedSelect:X2,reservedClauses:[...K2,...NT,...fl],reservedSetOperations:z2,reservedJoins:J2,reservedKeywordPhrases:q2,reservedDataTypePhrases:Q2,reservedKeywords:V2,reservedDataTypes:$2,reservedFunctionNames:W2,nestedBlockComments:!0,stringTypes:[{quote:"''-qq",prefixes:["N"]},"{}"],identTypes:['""-qq',"[]"],identChars:{first:"#@",rest:"#@$"},paramTypes:{named:["@"],quoted:["@"]},operators:["%","&","|","^","~","!<","!>","+=","-=","*=","/=","%=","|=","&=","^=","::",":"],propertyAccessOperators:[".."]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...NT,...fl],tabularOnelineClauses:fl}},eH=["ADD","ALL","ALTER","ANALYZE","AND","AS","ASC","ASENSITIVE","BEFORE","BETWEEN","_BINARY","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHECK","COLLATE","COLUMN","CONDITION","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DECLARE","DEFAULT","DELAYED","DELETE","DESC","DESCRIBE","DETERMINISTIC","DISTINCT","DISTINCTROW","DIV","DROP","DUAL","EACH","ELSE","ELSEIF","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","EXTRA_JOIN","FALSE","FETCH","FOR","FORCE","FORCE_COMPILED_MODE","FORCE_INTERPRETER_MODE","FOREIGN","FROM","FULL","FULLTEXT","GRANT","GROUP","HAVING","HEARTBEAT_NO_LOGGING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","IN","INDEX","INFILE","INNER","INOUT","INSENSITIVE","INSERT","IN","_INTERNAL_DYNAMIC_TYPECAST","INTERSECT","INTERVAL","INTO","ITERATE","JOIN","KEY","KEYS","KILL","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LOOP","LOW_PRIORITY","MATCH","MAXVALUE","MINUS","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","MODIFIES","NATURAL","NO_QUERY_REWRITE","NOT","NO_WRITE_TO_BINLOG","NO_QUERY_REWRITE","NULL","ON","OPTIMIZE","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PRIMARY","PROCEDURE","PURGE","RANGE","READ","READS","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESTRICT","RETURN","REVOKE","RIGHT","RIGHT_ANTI_JOIN","RIGHT_SEMI_JOIN","RIGHT_STRAIGHT_JOIN","RLIKE","SCHEMA","SCHEMAS","SECOND_MICROSECOND","SELECT","SEMI_JOIN","SENSITIVE","SEPARATOR","SET","SHOW","SIGNAL","SPATIAL","SPECIFIC","SQL","SQL_BIG_RESULT","SQL_BUFFER_RESULT","SQL_CACHE","SQL_CALC_FOUND_ROWS","SQLEXCEPTION","SQL_NO_CACHE","SQL_NO_LOGGING","SQL_SMALL_RESULT","SQLSTATE","SQLWARNING","STRAIGHT_JOIN","TABLE","TERMINATED","THEN","TO","TRAILING","TRIGGER","TRUE","UNBOUNDED","UNDO","UNION","UNIQUE","UNLOCK","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","_UTF8","VALUES","WHEN","WHERE","WHILE","WINDOW","WITH","WITHIN","WRITE","XOR","YEAR_MONTH","ZEROFILL"],tH=["BIGINT","BINARY","BIT","BLOB","CHAR","CHARACTER","DATETIME","DEC","DECIMAL","DOUBLE PRECISION","DOUBLE","ENUM","FIXED","FLOAT","FLOAT4","FLOAT8","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","LONG","LONGBLOB","LONGTEXT","MEDIUMBLOB","MEDIUMINT","MEDIUMTEXT","MIDDLEINT","NATIONAL CHAR","NATIONAL VARCHAR","NUMERIC","PRECISION","REAL","SMALLINT","TEXT","TIME","TIMESTAMP","TINYBLOB","TINYINT","TINYTEXT","UNSIGNED","VARBINARY","VARCHAR","VARCHARACTER","YEAR"],nH=["ABS","ACOS","ADDDATE","ADDTIME","AES_DECRYPT","AES_ENCRYPT","ANY_VALUE","APPROX_COUNT_DISTINCT","APPROX_COUNT_DISTINCT_ACCUMULATE","APPROX_COUNT_DISTINCT_COMBINE","APPROX_COUNT_DISTINCT_ESTIMATE","APPROX_GEOGRAPHY_INTERSECTS","APPROX_PERCENTILE","ASCII","ASIN","ATAN","ATAN2","AVG","BIN","BINARY","BIT_AND","BIT_COUNT","BIT_OR","BIT_XOR","CAST","CEIL","CEILING","CHAR","CHARACTER_LENGTH","CHAR_LENGTH","CHARSET","COALESCE","COERCIBILITY","COLLATION","COLLECT","CONCAT","CONCAT_WS","CONNECTION_ID","CONV","CONVERT","CONVERT_TZ","COS","COT","COUNT","CUME_DIST","CURDATE","CURRENT_DATE","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURTIME","DATABASE","DATE","DATE_ADD","DATEDIFF","DATE_FORMAT","DATE_SUB","DATE_TRUNC","DAY","DAYNAME","DAYOFMONTH","DAYOFWEEK","DAYOFYEAR","DECODE","DEFAULT","DEGREES","DENSE_RANK","DIV","DOT_PRODUCT","ELT","EUCLIDEAN_DISTANCE","EXP","EXTRACT","FIELD","FIRST","FIRST_VALUE","FLOOR","FORMAT","FOUND_ROWS","FROM_BASE64","FROM_DAYS","FROM_UNIXTIME","GEOGRAPHY_AREA","GEOGRAPHY_CONTAINS","GEOGRAPHY_DISTANCE","GEOGRAPHY_INTERSECTS","GEOGRAPHY_LATITUDE","GEOGRAPHY_LENGTH","GEOGRAPHY_LONGITUDE","GEOGRAPHY_POINT","GEOGRAPHY_WITHIN_DISTANCE","GEOMETRY_AREA","GEOMETRY_CONTAINS","GEOMETRY_DISTANCE","GEOMETRY_FILTER","GEOMETRY_INTERSECTS","GEOMETRY_LENGTH","GEOMETRY_POINT","GEOMETRY_WITHIN_DISTANCE","GEOMETRY_X","GEOMETRY_Y","GREATEST","GROUPING","GROUP_CONCAT","HEX","HIGHLIGHT","HOUR","ICU_VERSION","IF","IFNULL","INET_ATON","INET_NTOA","INET6_ATON","INET6_NTOA","INITCAP","INSERT","INSTR","INTERVAL","IS","IS NULL","JSON_AGG","JSON_ARRAY_CONTAINS_DOUBLE","JSON_ARRAY_CONTAINS_JSON","JSON_ARRAY_CONTAINS_STRING","JSON_ARRAY_PUSH_DOUBLE","JSON_ARRAY_PUSH_JSON","JSON_ARRAY_PUSH_STRING","JSON_DELETE_KEY","JSON_EXTRACT_DOUBLE","JSON_EXTRACT_JSON","JSON_EXTRACT_STRING","JSON_EXTRACT_BIGINT","JSON_GET_TYPE","JSON_LENGTH","JSON_SET_DOUBLE","JSON_SET_JSON","JSON_SET_STRING","JSON_SPLICE_DOUBLE","JSON_SPLICE_JSON","JSON_SPLICE_STRING","LAG","LAST_DAY","LAST_VALUE","LCASE","LEAD","LEAST","LEFT","LENGTH","LIKE","LN","LOCALTIME","LOCALTIMESTAMP","LOCATE","LOG","LOG10","LOG2","LPAD","LTRIM","MATCH","MAX","MD5","MEDIAN","MICROSECOND","MIN","MINUTE","MOD","MONTH","MONTHNAME","MONTHS_BETWEEN","NOT","NOW","NTH_VALUE","NTILE","NULLIF","OCTET_LENGTH","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","PI","PIVOT","POSITION","POW","POWER","QUARTER","QUOTE","RADIANS","RAND","RANK","REGEXP","REPEAT","REPLACE","REVERSE","RIGHT","RLIKE","ROUND","ROW_COUNT","ROW_NUMBER","RPAD","RTRIM","SCALAR","SCHEMA","SEC_TO_TIME","SHA1","SHA2","SIGMOID","SIGN","SIN","SLEEP","SPLIT","SOUNDEX","SOUNDS LIKE","SOURCE_POS_WAIT","SPACE","SQRT","STDDEV","STDDEV_POP","STDDEV_SAMP","STR_TO_DATE","SUBDATE","SUBSTR","SUBSTRING","SUBSTRING_INDEX","SUM","SYS_GUID","TAN","TIME","TIMEDIFF","TIME_BUCKET","TIME_FORMAT","TIMESTAMP","TIMESTAMPADD","TIMESTAMPDIFF","TIME_TO_SEC","TO_BASE64","TO_CHAR","TO_DAYS","TO_JSON","TO_NUMBER","TO_SECONDS","TO_TIMESTAMP","TRIM","TRUNC","TRUNCATE","UCASE","UNHEX","UNIX_TIMESTAMP","UPDATEXML","UPPER","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","UUID","VALUES","VARIANCE","VAR_POP","VAR_SAMP","VECTOR_SUB","VERSION","WEEK","WEEKDAY","WEEKOFYEAR","YEAR"],rH=G(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),oH=G(["WITH","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT [IGNORE] [INTO]","VALUES","REPLACE [INTO]","ON DUPLICATE KEY UPDATE","SET","CREATE [OR REPLACE] [TEMPORARY] PROCEDURE [IF NOT EXISTS]","CREATE [OR REPLACE] [EXTERNAL] FUNCTION"]),mT=G(["CREATE [ROWSTORE] [REFERENCE | TEMPORARY | GLOBAL TEMPORARY] TABLE [IF NOT EXISTS]"]),Rl=G(["CREATE VIEW","UPDATE","DELETE [FROM]","DROP [TEMPORARY] TABLE [IF EXISTS]","ALTER [ONLINE] TABLE","ADD [COLUMN]","ADD [UNIQUE] {INDEX | KEY}","DROP [COLUMN]","MODIFY [COLUMN]","CHANGE","RENAME [TO | AS]","TRUNCATE [TABLE]","ADD AGGREGATOR","ADD LEAF","AGGREGATOR SET AS MASTER","ALTER DATABASE","ALTER PIPELINE","ALTER RESOURCE POOL","ALTER USER","ALTER VIEW","ANALYZE TABLE","ATTACH DATABASE","ATTACH LEAF","ATTACH LEAF ALL","BACKUP DATABASE","BINLOG","BOOTSTRAP AGGREGATOR","CACHE INDEX","CALL","CHANGE","CHANGE MASTER TO","CHANGE REPLICATION FILTER","CHANGE REPLICATION SOURCE TO","CHECK BLOB CHECKSUM","CHECK TABLE","CHECKSUM TABLE","CLEAR ORPHAN DATABASES","CLONE","COMMIT","CREATE DATABASE","CREATE GROUP","CREATE INDEX","CREATE LINK","CREATE MILESTONE","CREATE PIPELINE","CREATE RESOURCE POOL","CREATE ROLE","CREATE USER","DEALLOCATE PREPARE","DESCRIBE","DETACH DATABASE","DETACH PIPELINE","DROP DATABASE","DROP FUNCTION","DROP INDEX","DROP LINK","DROP PIPELINE","DROP PROCEDURE","DROP RESOURCE POOL","DROP ROLE","DROP USER","DROP VIEW","EXECUTE","EXPLAIN","FLUSH","FORCE","GRANT","HANDLER","HELP","KILL CONNECTION","KILLALL QUERIES","LOAD DATA","LOAD INDEX INTO CACHE","LOAD XML","LOCK INSTANCE FOR BACKUP","LOCK TABLES","MASTER_POS_WAIT","OPTIMIZE TABLE","PREPARE","PURGE BINARY LOGS","REBALANCE PARTITIONS","RELEASE SAVEPOINT","REMOVE AGGREGATOR","REMOVE LEAF","REPAIR TABLE","REPLACE","REPLICATE DATABASE","RESET","RESET MASTER","RESET PERSIST","RESET REPLICA","RESET SLAVE","RESTART","RESTORE DATABASE","RESTORE REDUNDANCY","REVOKE","ROLLBACK","ROLLBACK TO SAVEPOINT","SAVEPOINT","SET CHARACTER SET","SET DEFAULT ROLE","SET NAMES","SET PASSWORD","SET RESOURCE GROUP","SET ROLE","SET TRANSACTION","SHOW","SHOW CHARACTER SET","SHOW COLLATION","SHOW COLUMNS","SHOW CREATE DATABASE","SHOW CREATE FUNCTION","SHOW CREATE PIPELINE","SHOW CREATE PROCEDURE","SHOW CREATE TABLE","SHOW CREATE USER","SHOW CREATE VIEW","SHOW DATABASES","SHOW ENGINE","SHOW ENGINES","SHOW ERRORS","SHOW FUNCTION CODE","SHOW FUNCTION STATUS","SHOW GRANTS","SHOW INDEX","SHOW MASTER STATUS","SHOW OPEN TABLES","SHOW PLUGINS","SHOW PRIVILEGES","SHOW PROCEDURE CODE","SHOW PROCEDURE STATUS","SHOW PROCESSLIST","SHOW PROFILE","SHOW PROFILES","SHOW RELAYLOG EVENTS","SHOW REPLICA STATUS","SHOW REPLICAS","SHOW SLAVE","SHOW SLAVE HOSTS","SHOW STATUS","SHOW TABLE STATUS","SHOW TABLES","SHOW VARIABLES","SHOW WARNINGS","SHUTDOWN","SNAPSHOT DATABASE","SOURCE_POS_WAIT","START GROUP_REPLICATION","START PIPELINE","START REPLICA","START SLAVE","START TRANSACTION","STOP GROUP_REPLICATION","STOP PIPELINE","STOP REPLICA","STOP REPLICATING","STOP SLAVE","TEST PIPELINE","UNLOCK INSTANCE","UNLOCK TABLES","USE","XA","ITERATE","LEAVE","LOOP","REPEAT","RETURN","WHILE"]),sH=G(["UNION [ALL | DISTINCT]","EXCEPT","INTERSECT","MINUS"]),iH=G(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),aH=G(["ON DELETE","ON UPDATE","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),lH=G([]),cH={name:"singlestoredb",tokenizerOptions:{reservedSelect:rH,reservedClauses:[...oH,...mT,...Rl],reservedSetOperations:sH,reservedJoins:iH,reservedKeywordPhrases:aH,reservedDataTypePhrases:lH,reservedKeywords:eH,reservedDataTypes:tH,reservedFunctionNames:nH,stringTypes:['""-qq-bs',"''-qq-bs",{quote:"''-raw",prefixes:["B","X"],requirePrefix:!0}],identTypes:["``"],identChars:{first:"$",rest:"$",allowFirstCharNumber:!0},variableTypes:[{regex:"@@?[A-Za-z0-9_$]+"},{quote:"``",prefixes:["@"],requirePrefix:!0}],lineCommentTypes:["--","#"],operators:[":=","&","|","^","~","<<",">>","<=>","&&","||","::","::$","::%",":>","!:>","*.*"],postProcess:qi},formatOptions:{alwaysDenseOperators:["::","::$","::%"],onelineClauses:[...mT,...Rl],tabularOnelineClauses:Rl}},EH=["ABS","ACOS","ACOSH","ADD_MONTHS","ALL_USER_NAMES","ANY_VALUE","APPROX_COUNT_DISTINCT","APPROX_PERCENTILE","APPROX_PERCENTILE_ACCUMULATE","APPROX_PERCENTILE_COMBINE","APPROX_PERCENTILE_ESTIMATE","APPROX_TOP_K","APPROX_TOP_K_ACCUMULATE","APPROX_TOP_K_COMBINE","APPROX_TOP_K_ESTIMATE","APPROXIMATE_JACCARD_INDEX","APPROXIMATE_SIMILARITY","ARRAY_AGG","ARRAY_APPEND","ARRAY_CAT","ARRAY_COMPACT","ARRAY_CONSTRUCT","ARRAY_CONSTRUCT_COMPACT","ARRAY_CONTAINS","ARRAY_INSERT","ARRAY_INTERSECTION","ARRAY_POSITION","ARRAY_PREPEND","ARRAY_SIZE","ARRAY_SLICE","ARRAY_TO_STRING","ARRAY_UNION_AGG","ARRAY_UNIQUE_AGG","ARRAYS_OVERLAP","AS_ARRAY","AS_BINARY","AS_BOOLEAN","AS_CHAR","AS_VARCHAR","AS_DATE","AS_DECIMAL","AS_NUMBER","AS_DOUBLE","AS_REAL","AS_INTEGER","AS_OBJECT","AS_TIME","AS_TIMESTAMP_LTZ","AS_TIMESTAMP_NTZ","AS_TIMESTAMP_TZ","ASCII","ASIN","ASINH","ATAN","ATAN2","ATANH","AUTO_REFRESH_REGISTRATION_HISTORY","AUTOMATIC_CLUSTERING_HISTORY","AVG","BASE64_DECODE_BINARY","BASE64_DECODE_STRING","BASE64_ENCODE","BIT_LENGTH","BITAND","BITAND_AGG","BITMAP_BIT_POSITION","BITMAP_BUCKET_NUMBER","BITMAP_CONSTRUCT_AGG","BITMAP_COUNT","BITMAP_OR_AGG","BITNOT","BITOR","BITOR_AGG","BITSHIFTLEFT","BITSHIFTRIGHT","BITXOR","BITXOR_AGG","BOOLAND","BOOLAND_AGG","BOOLNOT","BOOLOR","BOOLOR_AGG","BOOLXOR","BOOLXOR_AGG","BUILD_SCOPED_FILE_URL","BUILD_STAGE_FILE_URL","CASE","CAST","CBRT","CEIL","CHARINDEX","CHECK_JSON","CHECK_XML","CHR","CHAR","COALESCE","COLLATE","COLLATION","COMPLETE_TASK_GRAPHS","COMPRESS","CONCAT","CONCAT_WS","CONDITIONAL_CHANGE_EVENT","CONDITIONAL_TRUE_EVENT","CONTAINS","CONVERT_TIMEZONE","COPY_HISTORY","CORR","COS","COSH","COT","COUNT","COUNT_IF","COVAR_POP","COVAR_SAMP","CUME_DIST","CURRENT_ACCOUNT","CURRENT_AVAILABLE_ROLES","CURRENT_CLIENT","CURRENT_DATABASE","CURRENT_DATE","CURRENT_IP_ADDRESS","CURRENT_REGION","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_SCHEMAS","CURRENT_SECONDARY_ROLES","CURRENT_SESSION","CURRENT_STATEMENT","CURRENT_TASK_GRAPHS","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TRANSACTION","CURRENT_USER","CURRENT_VERSION","CURRENT_WAREHOUSE","DATA_TRANSFER_HISTORY","DATABASE_REFRESH_HISTORY","DATABASE_REFRESH_PROGRESS","DATABASE_REFRESH_PROGRESS_BY_JOB","DATABASE_STORAGE_USAGE_HISTORY","DATE_FROM_PARTS","DATE_PART","DATE_TRUNC","DATEADD","DATEDIFF","DAYNAME","DECODE","DECOMPRESS_BINARY","DECOMPRESS_STRING","DECRYPT","DECRYPT_RAW","DEGREES","DENSE_RANK","DIV0","EDITDISTANCE","ENCRYPT","ENCRYPT_RAW","ENDSWITH","EQUAL_NULL","EXP","EXPLAIN_JSON","EXTERNAL_FUNCTIONS_HISTORY","EXTERNAL_TABLE_FILES","EXTERNAL_TABLE_FILE_REGISTRATION_HISTORY","EXTRACT","EXTRACT_SEMANTIC_CATEGORIES","FACTORIAL","FILTER","FIRST_VALUE","FLATTEN","FLOOR","GENERATE_COLUMN_DESCRIPTION","GENERATOR","GET","GET_ABSOLUTE_PATH","GET_DDL","GET_IGNORE_CASE","GET_OBJECT_REFERENCES","GET_PATH","GET_PRESIGNED_URL","GET_RELATIVE_PATH","GET_STAGE_LOCATION","GETBIT","GREATEST","GREATEST_IGNORE_NULLS","GROUPING","GROUPING_ID","HASH","HASH_AGG","HAVERSINE","HEX_DECODE_BINARY","HEX_DECODE_STRING","HEX_ENCODE","HLL","HLL_ACCUMULATE","HLL_COMBINE","HLL_ESTIMATE","HLL_EXPORT","HLL_IMPORT","HOUR","MINUTE","SECOND","IDENTIFIER","IFF","IFNULL","ILIKE","ILIKE ANY","INFER_SCHEMA","INITCAP","INSERT","INVOKER_ROLE","INVOKER_SHARE","IS_ARRAY","IS_BINARY","IS_BOOLEAN","IS_CHAR","IS_VARCHAR","IS_DATE","IS_DATE_VALUE","IS_DECIMAL","IS_DOUBLE","IS_REAL","IS_GRANTED_TO_INVOKER_ROLE","IS_INTEGER","IS_NULL_VALUE","IS_OBJECT","IS_ROLE_IN_SESSION","IS_TIME","IS_TIMESTAMP_LTZ","IS_TIMESTAMP_NTZ","IS_TIMESTAMP_TZ","JAROWINKLER_SIMILARITY","JSON_EXTRACT_PATH_TEXT","KURTOSIS","LAG","LAST_DAY","LAST_QUERY_ID","LAST_TRANSACTION","LAST_VALUE","LEAD","LEAST","LEFT","LENGTH","LEN","LIKE","LIKE ALL","LIKE ANY","LISTAGG","LN","LOCALTIME","LOCALTIMESTAMP","LOG","LOGIN_HISTORY","LOGIN_HISTORY_BY_USER","LOWER","LPAD","LTRIM","MATERIALIZED_VIEW_REFRESH_HISTORY","MD5","MD5_HEX","MD5_BINARY","MD5_NUMBER — Obsoleted","MD5_NUMBER_LOWER64","MD5_NUMBER_UPPER64","MEDIAN","MIN","MAX","MINHASH","MINHASH_COMBINE","MOD","MODE","MONTHNAME","MONTHS_BETWEEN","NEXT_DAY","NORMAL","NTH_VALUE","NTILE","NULLIF","NULLIFZERO","NVL","NVL2","OBJECT_AGG","OBJECT_CONSTRUCT","OBJECT_CONSTRUCT_KEEP_NULL","OBJECT_DELETE","OBJECT_INSERT","OBJECT_KEYS","OBJECT_PICK","OCTET_LENGTH","PARSE_IP","PARSE_JSON","PARSE_URL","PARSE_XML","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","PI","PIPE_USAGE_HISTORY","POLICY_CONTEXT","POLICY_REFERENCES","POSITION","POW","POWER","PREVIOUS_DAY","QUERY_ACCELERATION_HISTORY","QUERY_HISTORY","QUERY_HISTORY_BY_SESSION","QUERY_HISTORY_BY_USER","QUERY_HISTORY_BY_WAREHOUSE","RADIANS","RANDOM","RANDSTR","RANK","RATIO_TO_REPORT","REGEXP","REGEXP_COUNT","REGEXP_INSTR","REGEXP_LIKE","REGEXP_REPLACE","REGEXP_SUBSTR","REGEXP_SUBSTR_ALL","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","REGR_VALX","REGR_VALY","REPEAT","REPLACE","REPLICATION_GROUP_REFRESH_HISTORY","REPLICATION_GROUP_REFRESH_PROGRESS","REPLICATION_GROUP_REFRESH_PROGRESS_BY_JOB","REPLICATION_GROUP_USAGE_HISTORY","REPLICATION_USAGE_HISTORY","REST_EVENT_HISTORY","RESULT_SCAN","REVERSE","RIGHT","RLIKE","ROUND","ROW_NUMBER","RPAD","RTRIM","RTRIMMED_LENGTH","SEARCH_OPTIMIZATION_HISTORY","SEQ1","SEQ2","SEQ4","SEQ8","SERVERLESS_TASK_HISTORY","SHA1","SHA1_HEX","SHA1_BINARY","SHA2","SHA2_HEX","SHA2_BINARY","SIGN","SIN","SINH","SKEW","SOUNDEX","SPACE","SPLIT","SPLIT_PART","SPLIT_TO_TABLE","SQRT","SQUARE","ST_AREA","ST_ASEWKB","ST_ASEWKT","ST_ASGEOJSON","ST_ASWKB","ST_ASBINARY","ST_ASWKT","ST_ASTEXT","ST_AZIMUTH","ST_CENTROID","ST_COLLECT","ST_CONTAINS","ST_COVEREDBY","ST_COVERS","ST_DIFFERENCE","ST_DIMENSION","ST_DISJOINT","ST_DISTANCE","ST_DWITHIN","ST_ENDPOINT","ST_ENVELOPE","ST_GEOGFROMGEOHASH","ST_GEOGPOINTFROMGEOHASH","ST_GEOGRAPHYFROMWKB","ST_GEOGRAPHYFROMWKT","ST_GEOHASH","ST_GEOMETRYFROMWKB","ST_GEOMETRYFROMWKT","ST_HAUSDORFFDISTANCE","ST_INTERSECTION","ST_INTERSECTS","ST_LENGTH","ST_MAKEGEOMPOINT","ST_GEOM_POINT","ST_MAKELINE","ST_MAKEPOINT","ST_POINT","ST_MAKEPOLYGON","ST_POLYGON","ST_NPOINTS","ST_NUMPOINTS","ST_PERIMETER","ST_POINTN","ST_SETSRID","ST_SIMPLIFY","ST_SRID","ST_STARTPOINT","ST_SYMDIFFERENCE","ST_UNION","ST_WITHIN","ST_X","ST_XMAX","ST_XMIN","ST_Y","ST_YMAX","ST_YMIN","STAGE_DIRECTORY_FILE_REGISTRATION_HISTORY","STAGE_STORAGE_USAGE_HISTORY","STARTSWITH","STDDEV","STDDEV_POP","STDDEV_SAMP","STRIP_NULL_VALUE","STRTOK","STRTOK_SPLIT_TO_TABLE","STRTOK_TO_ARRAY","SUBSTR","SUBSTRING","SUM","SYSDATE","SYSTEM$ABORT_SESSION","SYSTEM$ABORT_TRANSACTION","SYSTEM$AUTHORIZE_PRIVATELINK","SYSTEM$AUTHORIZE_STAGE_PRIVATELINK_ACCESS","SYSTEM$BEHAVIOR_CHANGE_BUNDLE_STATUS","SYSTEM$CANCEL_ALL_QUERIES","SYSTEM$CANCEL_QUERY","SYSTEM$CLUSTERING_DEPTH","SYSTEM$CLUSTERING_INFORMATION","SYSTEM$CLUSTERING_RATIO ","SYSTEM$CURRENT_USER_TASK_NAME","SYSTEM$DATABASE_REFRESH_HISTORY ","SYSTEM$DATABASE_REFRESH_PROGRESS","SYSTEM$DATABASE_REFRESH_PROGRESS_BY_JOB ","SYSTEM$DISABLE_BEHAVIOR_CHANGE_BUNDLE","SYSTEM$DISABLE_DATABASE_REPLICATION","SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE","SYSTEM$ESTIMATE_QUERY_ACCELERATION","SYSTEM$ESTIMATE_SEARCH_OPTIMIZATION_COSTS","SYSTEM$EXPLAIN_JSON_TO_TEXT","SYSTEM$EXPLAIN_PLAN_JSON","SYSTEM$EXTERNAL_TABLE_PIPE_STATUS","SYSTEM$GENERATE_SAML_CSR","SYSTEM$GENERATE_SCIM_ACCESS_TOKEN","SYSTEM$GET_AWS_SNS_IAM_POLICY","SYSTEM$GET_PREDECESSOR_RETURN_VALUE","SYSTEM$GET_PRIVATELINK","SYSTEM$GET_PRIVATELINK_AUTHORIZED_ENDPOINTS","SYSTEM$GET_PRIVATELINK_CONFIG","SYSTEM$GET_SNOWFLAKE_PLATFORM_INFO","SYSTEM$GET_TAG","SYSTEM$GET_TAG_ALLOWED_VALUES","SYSTEM$GET_TAG_ON_CURRENT_COLUMN","SYSTEM$GET_TAG_ON_CURRENT_TABLE","SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER","SYSTEM$LAST_CHANGE_COMMIT_TIME","SYSTEM$LINK_ACCOUNT_OBJECTS_BY_NAME","SYSTEM$MIGRATE_SAML_IDP_REGISTRATION","SYSTEM$PIPE_FORCE_RESUME","SYSTEM$PIPE_STATUS","SYSTEM$REVOKE_PRIVATELINK","SYSTEM$REVOKE_STAGE_PRIVATELINK_ACCESS","SYSTEM$SET_RETURN_VALUE","SYSTEM$SHOW_OAUTH_CLIENT_SECRETS","SYSTEM$STREAM_GET_TABLE_TIMESTAMP","SYSTEM$STREAM_HAS_DATA","SYSTEM$TASK_DEPENDENTS_ENABLE","SYSTEM$TYPEOF","SYSTEM$USER_TASK_CANCEL_ONGOING_EXECUTIONS","SYSTEM$VERIFY_EXTERNAL_OAUTH_TOKEN","SYSTEM$WAIT","SYSTEM$WHITELIST","SYSTEM$WHITELIST_PRIVATELINK","TAG_REFERENCES","TAG_REFERENCES_ALL_COLUMNS","TAG_REFERENCES_WITH_LINEAGE","TAN","TANH","TASK_DEPENDENTS","TASK_HISTORY","TIME_FROM_PARTS","TIME_SLICE","TIMEADD","TIMEDIFF","TIMESTAMP_FROM_PARTS","TIMESTAMPADD","TIMESTAMPDIFF","TO_ARRAY","TO_BINARY","TO_BOOLEAN","TO_CHAR","TO_VARCHAR","TO_DATE","DATE","TO_DECIMAL","TO_NUMBER","TO_NUMERIC","TO_DOUBLE","TO_GEOGRAPHY","TO_GEOMETRY","TO_JSON","TO_OBJECT","TO_TIME","TIME","TO_TIMESTAMP","TO_TIMESTAMP_LTZ","TO_TIMESTAMP_NTZ","TO_TIMESTAMP_TZ","TO_VARIANT","TO_XML","TRANSLATE","TRIM","TRUNCATE","TRUNC","TRUNC","TRY_BASE64_DECODE_BINARY","TRY_BASE64_DECODE_STRING","TRY_CAST","TRY_HEX_DECODE_BINARY","TRY_HEX_DECODE_STRING","TRY_PARSE_JSON","TRY_TO_BINARY","TRY_TO_BOOLEAN","TRY_TO_DATE","TRY_TO_DECIMAL","TRY_TO_NUMBER","TRY_TO_NUMERIC","TRY_TO_DOUBLE","TRY_TO_GEOGRAPHY","TRY_TO_GEOMETRY","TRY_TO_TIME","TRY_TO_TIMESTAMP","TRY_TO_TIMESTAMP_LTZ","TRY_TO_TIMESTAMP_NTZ","TRY_TO_TIMESTAMP_TZ","TYPEOF","UNICODE","UNIFORM","UPPER","UUID_STRING","VALIDATE","VALIDATE_PIPE_LOAD","VAR_POP","VAR_SAMP","VARIANCE","VARIANCE_SAMP","VARIANCE_POP","WAREHOUSE_LOAD_HISTORY","WAREHOUSE_METERING_HISTORY","WIDTH_BUCKET","XMLGET","YEAR","YEAROFWEEK","YEAROFWEEKISO","DAY","DAYOFMONTH","DAYOFWEEK","DAYOFWEEKISO","DAYOFYEAR","WEEK","WEEK","WEEKOFYEAR","WEEKISO","MONTH","QUARTER","ZEROIFNULL","ZIPF"],dH=["ACCOUNT","ALL","ALTER","AND","ANY","AS","BETWEEN","BY","CASE","CAST","CHECK","COLUMN","CONNECT","CONNECTION","CONSTRAINT","CREATE","CROSS","CURRENT","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","DATABASE","DELETE","DISTINCT","DROP","ELSE","EXISTS","FALSE","FOLLOWING","FOR","FROM","FULL","GRANT","GROUP","GSCLUSTER","HAVING","ILIKE","IN","INCREMENT","INNER","INSERT","INTERSECT","INTO","IS","ISSUE","JOIN","LATERAL","LEFT","LIKE","LOCALTIME","LOCALTIMESTAMP","MINUS","NATURAL","NOT","NULL","OF","ON","OR","ORDER","ORGANIZATION","QUALIFY","REGEXP","REVOKE","RIGHT","RLIKE","ROW","ROWS","SAMPLE","SCHEMA","SELECT","SET","SOME","START","TABLE","TABLESAMPLE","THEN","TO","TRIGGER","TRUE","TRY_CAST","UNION","UNIQUE","UPDATE","USING","VALUES","VIEW","WHEN","WHENEVER","WHERE","WITH","COMMENT"],uH=["NUMBER","DECIMAL","NUMERIC","INT","INTEGER","BIGINT","SMALLINT","TINYINT","BYTEINT","FLOAT","FLOAT4","FLOAT8","DOUBLE","DOUBLE PRECISION","REAL","VARCHAR","CHAR","CHARACTER","STRING","TEXT","BINARY","VARBINARY","BOOLEAN","DATE","DATETIME","TIME","TIMESTAMP","TIMESTAMP_LTZ","TIMESTAMP_NTZ","TIMESTAMP","TIMESTAMP_TZ","VARIANT","OBJECT","ARRAY","GEOGRAPHY","GEOMETRY"],TH=G(["SELECT [ALL | DISTINCT]"]),SH=G(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","PARTITION BY","ORDER BY","QUALIFY","LIMIT","OFFSET","FETCH [FIRST | NEXT]","INSERT [OVERWRITE] [ALL INTO | INTO | ALL | FIRST]","{THEN | ELSE} INTO","VALUES","SET","CLUSTER BY","[WITH] {MASKING POLICY | TAG | ROW ACCESS POLICY}","COPY GRANTS","USING TEMPLATE","MERGE INTO","WHEN MATCHED [AND]","THEN {UPDATE SET | DELETE}","WHEN NOT MATCHED THEN INSERT"]),CT=G(["CREATE [OR REPLACE] [VOLATILE] TABLE [IF NOT EXISTS]","CREATE [OR REPLACE] [LOCAL | GLOBAL] {TEMP|TEMPORARY} TABLE [IF NOT EXISTS]"]),Al=G(["CREATE [OR REPLACE] [SECURE] [RECURSIVE] VIEW [IF NOT EXISTS]","UPDATE","DELETE FROM","DROP TABLE [IF EXISTS]","ALTER TABLE [IF EXISTS]","RENAME TO","SWAP WITH","[SUSPEND | RESUME] RECLUSTER","DROP CLUSTERING KEY","ADD [COLUMN]","RENAME COLUMN","{ALTER | MODIFY} [COLUMN]","DROP [COLUMN]","{ADD | ALTER | MODIFY | DROP} [CONSTRAINT]","RENAME CONSTRAINT","{ADD | DROP} SEARCH OPTIMIZATION","{SET | UNSET} TAG","{ADD | DROP} ROW ACCESS POLICY","DROP ALL ROW ACCESS POLICIES","{SET | DROP} DEFAULT","{SET | DROP} NOT NULL","SET DATA TYPE","UNSET COMMENT","{SET | UNSET} MASKING POLICY","TRUNCATE [TABLE] [IF EXISTS]","ALTER ACCOUNT","ALTER API INTEGRATION","ALTER CONNECTION","ALTER DATABASE","ALTER EXTERNAL TABLE","ALTER FAILOVER GROUP","ALTER FILE FORMAT","ALTER FUNCTION","ALTER INTEGRATION","ALTER MASKING POLICY","ALTER MATERIALIZED VIEW","ALTER NETWORK POLICY","ALTER NOTIFICATION INTEGRATION","ALTER PIPE","ALTER PROCEDURE","ALTER REPLICATION GROUP","ALTER RESOURCE MONITOR","ALTER ROLE","ALTER ROW ACCESS POLICY","ALTER SCHEMA","ALTER SECURITY INTEGRATION","ALTER SEQUENCE","ALTER SESSION","ALTER SESSION POLICY","ALTER SHARE","ALTER STAGE","ALTER STORAGE INTEGRATION","ALTER STREAM","ALTER TAG","ALTER TASK","ALTER USER","ALTER VIEW","ALTER WAREHOUSE","BEGIN","CALL","COMMIT","COPY INTO","CREATE ACCOUNT","CREATE API INTEGRATION","CREATE CONNECTION","CREATE DATABASE","CREATE EXTERNAL FUNCTION","CREATE EXTERNAL TABLE","CREATE FAILOVER GROUP","CREATE FILE FORMAT","CREATE FUNCTION","CREATE INTEGRATION","CREATE MANAGED ACCOUNT","CREATE MASKING POLICY","CREATE MATERIALIZED VIEW","CREATE NETWORK POLICY","CREATE NOTIFICATION INTEGRATION","CREATE PIPE","CREATE PROCEDURE","CREATE REPLICATION GROUP","CREATE RESOURCE MONITOR","CREATE ROLE","CREATE ROW ACCESS POLICY","CREATE SCHEMA","CREATE SECURITY INTEGRATION","CREATE SEQUENCE","CREATE SESSION POLICY","CREATE SHARE","CREATE STAGE","CREATE STORAGE INTEGRATION","CREATE STREAM","CREATE TAG","CREATE TASK","CREATE USER","CREATE WAREHOUSE","DELETE","DESCRIBE DATABASE","DESCRIBE EXTERNAL TABLE","DESCRIBE FILE FORMAT","DESCRIBE FUNCTION","DESCRIBE INTEGRATION","DESCRIBE MASKING POLICY","DESCRIBE MATERIALIZED VIEW","DESCRIBE NETWORK POLICY","DESCRIBE PIPE","DESCRIBE PROCEDURE","DESCRIBE RESULT","DESCRIBE ROW ACCESS POLICY","DESCRIBE SCHEMA","DESCRIBE SEQUENCE","DESCRIBE SESSION POLICY","DESCRIBE SHARE","DESCRIBE STAGE","DESCRIBE STREAM","DESCRIBE TABLE","DESCRIBE TASK","DESCRIBE TRANSACTION","DESCRIBE USER","DESCRIBE VIEW","DESCRIBE WAREHOUSE","DROP CONNECTION","DROP DATABASE","DROP EXTERNAL TABLE","DROP FAILOVER GROUP","DROP FILE FORMAT","DROP FUNCTION","DROP INTEGRATION","DROP MANAGED ACCOUNT","DROP MASKING POLICY","DROP MATERIALIZED VIEW","DROP NETWORK POLICY","DROP PIPE","DROP PROCEDURE","DROP REPLICATION GROUP","DROP RESOURCE MONITOR","DROP ROLE","DROP ROW ACCESS POLICY","DROP SCHEMA","DROP SEQUENCE","DROP SESSION POLICY","DROP SHARE","DROP STAGE","DROP STREAM","DROP TAG","DROP TASK","DROP USER","DROP VIEW","DROP WAREHOUSE","EXECUTE IMMEDIATE","EXECUTE TASK","EXPLAIN","GET","GRANT OWNERSHIP","GRANT ROLE","INSERT","LIST","MERGE","PUT","REMOVE","REVOKE ROLE","ROLLBACK","SHOW COLUMNS","SHOW CONNECTIONS","SHOW DATABASES","SHOW DATABASES IN FAILOVER GROUP","SHOW DATABASES IN REPLICATION GROUP","SHOW DELEGATED AUTHORIZATIONS","SHOW EXTERNAL FUNCTIONS","SHOW EXTERNAL TABLES","SHOW FAILOVER GROUPS","SHOW FILE FORMATS","SHOW FUNCTIONS","SHOW GLOBAL ACCOUNTS","SHOW GRANTS","SHOW INTEGRATIONS","SHOW LOCKS","SHOW MANAGED ACCOUNTS","SHOW MASKING POLICIES","SHOW MATERIALIZED VIEWS","SHOW NETWORK POLICIES","SHOW OBJECTS","SHOW ORGANIZATION ACCOUNTS","SHOW PARAMETERS","SHOW PIPES","SHOW PRIMARY KEYS","SHOW PROCEDURES","SHOW REGIONS","SHOW REPLICATION ACCOUNTS","SHOW REPLICATION DATABASES","SHOW REPLICATION GROUPS","SHOW RESOURCE MONITORS","SHOW ROLES","SHOW ROW ACCESS POLICIES","SHOW SCHEMAS","SHOW SEQUENCES","SHOW SESSION POLICIES","SHOW SHARES","SHOW SHARES IN FAILOVER GROUP","SHOW SHARES IN REPLICATION GROUP","SHOW STAGES","SHOW STREAMS","SHOW TABLES","SHOW TAGS","SHOW TASKS","SHOW TRANSACTIONS","SHOW USER FUNCTIONS","SHOW USERS","SHOW VARIABLES","SHOW VIEWS","SHOW WAREHOUSES","TRUNCATE MATERIALIZED VIEW","UNDROP DATABASE","UNDROP SCHEMA","UNDROP TABLE","UNDROP TAG","UNSET","USE DATABASE","USE ROLE","USE SCHEMA","USE SECONDARY ROLES","USE WAREHOUSE"]),fH=G(["UNION [ALL]","MINUS","EXCEPT","INTERSECT"]),RH=G(["[INNER] JOIN","[NATURAL] {LEFT | RIGHT | FULL} [OUTER] JOIN","{CROSS | NATURAL} JOIN"]),AH=G(["{ROWS | RANGE} BETWEEN","ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]"]),pH=G([]),IH={name:"snowflake",tokenizerOptions:{reservedSelect:TH,reservedClauses:[...SH,...CT,...Al],reservedSetOperations:fH,reservedJoins:RH,reservedKeywordPhrases:AH,reservedDataTypePhrases:pH,reservedKeywords:dH,reservedDataTypes:uH,reservedFunctionNames:EH,stringTypes:["$$","''-qq-bs"],identTypes:['""-qq'],variableTypes:[{regex:"[$][1-9]\\d*"},{regex:"[$][_a-zA-Z][_a-zA-Z0-9$]*"}],extraParens:["[]"],identChars:{rest:"$"},lineCommentTypes:["--","//"],operators:["%","::","||","=>",":=","->"],propertyAccessOperators:[":"]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...CT,...Al],tabularOnelineClauses:Al}},hH=Object.freeze(Object.defineProperty({__proto__:null,bigquery:GB,clickhouse:QB,db2:cF,db2i:IF,duckdb:yF,hive:GF,mariadb:zF,mysql:sG,n1ql:gG,plsql:UG,postgresql:$G,redshift:n2,singlestoredb:cH,snowflake:IH,spark:u2,sql:b2,sqlite:m2,tidb:fG,transactsql:Z2,trino:Y2},Symbol.toStringTag,{value:"Module"})),kr=e=>e[e.length-1],zp=e=>e.sort((t,n)=>n.length-t.length||t.localeCompare(n)),vs=e=>e.replace(/\s+/gu," "),pl=e=>/\n/.test(e),it=e=>e.replace(/[.*+?^${}()|[\]\\]/gu,"\\$&"),gT=/\s+/uy,Mn=e=>new RegExp(`(?:${e})`,"uy"),OH=e=>e.split("").map(t=>/ /gu.test(t)?"\\s+":`[${t.toUpperCase()}${t.toLowerCase()}]`).join(""),NH=e=>e+"(?:-"+e+")*",mH=({prefixes:e,requirePrefix:t})=>`(?:${e.map(OH).join("|")}${t?"":"|"})`,CH=e=>new RegExp(`(?:${e.map(it).join("|")}).*?(?=\r
513
+ |\r|
514
+ |$)`,"uy"),LT=(e,t=[])=>{const n=e==="open"?0:1,r=["()",...t].map(o=>o[n]);return Mn(r.map(it).join("|"))},_T=e=>Mn(`${zp(e).map(it).join("|")}`),gH=({rest:e,dashes:t})=>e||t?`(?![${e||""}${t?"-":""}])`:"",yt=(e,t={})=>{if(e.length===0)return/^\b$/u;const n=gH(t),r=zp(e).map(it).join("|").replace(/ /gu,"\\s+");return new RegExp(`(?:${r})${n}\\b`,"iuy")},Il=(e,t)=>{if(!e.length)return;const n=e.map(it).join("|");return Mn(`(?:${n})(?:${t})`)},LH=()=>{const e={"<":">","[":"]","(":")","{":"}"},t="{left}(?:(?!{right}').)*?{right}",n=Object.entries(e).map(([a,l])=>t.replace(/{left}/g,it(a)).replace(/{right}/g,it(l))),r=it(Object.keys(e).join(""));return`[Qq]'(?:${String.raw`(?<tag>[^\s${r}])(?:(?!\k<tag>').)*?\k<tag>`}|${n.join("|")})'`},xT={"``":"(?:`[^`]*`)+","[]":String.raw`(?:\[[^\]]*\])(?:\][^\]]*\])*`,'""-qq':String.raw`(?:"[^"]*")+`,'""-bs':String.raw`(?:"[^"\\]*(?:\\.[^"\\]*)*")`,'""-qq-bs':String.raw`(?:"[^"\\]*(?:\\.[^"\\]*)*")+`,'""-raw':String.raw`(?:"[^"]*")`,"''-qq":String.raw`(?:'[^']*')+`,"''-bs":String.raw`(?:'[^'\\]*(?:\\.[^'\\]*)*')`,"''-qq-bs":String.raw`(?:'[^'\\]*(?:\\.[^'\\]*)*')+`,"''-raw":String.raw`(?:'[^']*')`,$$:String.raw`(?<tag>\$\w*\$)[\s\S]*?\k<tag>`,"'''..'''":String.raw`'''[^\\]*?(?:\\.[^\\]*?)*?'''`,'""".."""':String.raw`"""[^\\]*?(?:\\.[^\\]*?)*?"""`,"{}":String.raw`(?:\{[^\}]*\})`,"q''":LH()},Jp=e=>typeof e=="string"?xT[e]:"regex"in e?e.regex:mH(e)+xT[e.quote],_H=e=>Mn(e.map(t=>"regex"in t?t.regex:Jp(t)).join("|")),qp=e=>e.map(Jp).join("|"),yT=e=>Mn(qp(e)),xH=(e={})=>Mn(Qp(e)),Qp=({first:e,rest:t,dashes:n,allowFirstCharNumber:r}={})=>{const o="\\p{Alphabetic}\\p{Mark}_",s="\\p{Decimal_Number}",a=it(e??""),l=it(t??""),E=r?`[${o}${s}${a}][${o}${s}${l}]*`:`[${o}${a}][${o}${s}${l}]*`;return n?NH(E):E};function Zp(e,t){const n=e.slice(0,t).split(/\n/);return{line:n.length,col:n[n.length-1].length+1}}class yH{constructor(t,n){this.rules=t,this.dialectName=n,this.input="",this.index=0}tokenize(t){this.input=t,this.index=0;const n=[];let r;for(;this.index<this.input.length;){const o=this.getWhitespace();if(this.index<this.input.length){if(r=this.getNextToken(),!r)throw this.createParseError();n.push(Object.assign(Object.assign({},r),{precedingWhitespace:o}))}}return n}createParseError(){const t=this.input.slice(this.index,this.index+10),{line:n,col:r}=Zp(this.input,this.index);return new Error(`Parse error: Unexpected "${t}" at line ${n} column ${r}.
515
+ ${this.dialectInfo()}`)}dialectInfo(){return this.dialectName==="sql"?`This likely happens because you're using the default "sql" dialect.
516
+ If possible, please select a more specific dialect (like sqlite, postgresql, etc).`:`SQL dialect used: "${this.dialectName}".`}getWhitespace(){gT.lastIndex=this.index;const t=gT.exec(this.input);if(t)return this.index+=t[0].length,t[0]}getNextToken(){for(const t of this.rules){const n=this.match(t);if(n)return n}}match(t){t.regex.lastIndex=this.index;const n=t.regex.exec(this.input);if(n){const r=n[0],o={type:t.type,raw:r,text:t.text?t.text(r):r,start:this.index};return t.key&&(o.key=t.key(r)),this.index+=r.length,o}}}const DT=/\/\*/uy,DH=/[\s\S]/uy,MH=/\*\//uy;class PH{constructor(){this.lastIndex=0}exec(t){let n="",r,o=0;if(r=this.matchSection(DT,t))n+=r,o++;else return null;for(;o>0;)if(r=this.matchSection(DT,t))n+=r,o++;else if(r=this.matchSection(MH,t))n+=r,o--;else if(r=this.matchSection(DH,t))n+=r;else return null;return[n]}matchSection(t,n){t.lastIndex=this.lastIndex;const r=t.exec(n);return r&&(this.lastIndex+=r[0].length),r?r[0]:null}}class bH{constructor(t,n){this.cfg=t,this.dialectName=n,this.rulesBeforeParams=this.buildRulesBeforeParams(t),this.rulesAfterParams=this.buildRulesAfterParams(t)}tokenize(t,n){const r=[...this.rulesBeforeParams,...this.buildParamRules(this.cfg,n),...this.rulesAfterParams],o=new yH(r,this.dialectName).tokenize(t);return this.cfg.postProcess?this.cfg.postProcess(o):o}buildRulesBeforeParams(t){var n,r,o;return this.validRules([{type:V.DISABLE_COMMENT,regex:/(\/\* *sql-formatter-disable *\*\/[\s\S]*?(?:\/\* *sql-formatter-enable *\*\/|$))/uy},{type:V.BLOCK_COMMENT,regex:t.nestedBlockComments?new PH:/(\/\*[^]*?\*\/)/uy},{type:V.LINE_COMMENT,regex:CH((n=t.lineCommentTypes)!==null&&n!==void 0?n:["--"])},{type:V.QUOTED_IDENTIFIER,regex:yT(t.identTypes)},{type:V.NUMBER,regex:t.underscoresInNumbers?/(?:0x[0-9a-fA-F_]+|0b[01_]+|(?:-\s*)?(?:[0-9_]*\.[0-9_]+|[0-9_]+(?:\.[0-9_]*)?)(?:[eE][-+]?[0-9_]+(?:\.[0-9_]+)?)?)(?![\w\p{Alphabetic}])/uy:/(?:0x[0-9a-fA-F]+|0b[01]+|(?:-\s*)?(?:[0-9]*\.[0-9]+|[0-9]+(?:\.[0-9]*)?)(?:[eE][-+]?[0-9]+(?:\.[0-9]+)?)?)(?![\w\p{Alphabetic}])/uy},{type:V.RESERVED_KEYWORD_PHRASE,regex:yt((r=t.reservedKeywordPhrases)!==null&&r!==void 0?r:[],t.identChars),text:xe},{type:V.RESERVED_DATA_TYPE_PHRASE,regex:yt((o=t.reservedDataTypePhrases)!==null&&o!==void 0?o:[],t.identChars),text:xe},{type:V.CASE,regex:/CASE\b/iuy,text:xe},{type:V.END,regex:/END\b/iuy,text:xe},{type:V.BETWEEN,regex:/BETWEEN\b/iuy,text:xe},{type:V.LIMIT,regex:t.reservedClauses.includes("LIMIT")?/LIMIT\b/iuy:void 0,text:xe},{type:V.RESERVED_CLAUSE,regex:yt(t.reservedClauses,t.identChars),text:xe},{type:V.RESERVED_SELECT,regex:yt(t.reservedSelect,t.identChars),text:xe},{type:V.RESERVED_SET_OPERATION,regex:yt(t.reservedSetOperations,t.identChars),text:xe},{type:V.WHEN,regex:/WHEN\b/iuy,text:xe},{type:V.ELSE,regex:/ELSE\b/iuy,text:xe},{type:V.THEN,regex:/THEN\b/iuy,text:xe},{type:V.RESERVED_JOIN,regex:yt(t.reservedJoins,t.identChars),text:xe},{type:V.AND,regex:/AND\b/iuy,text:xe},{type:V.OR,regex:/OR\b/iuy,text:xe},{type:V.XOR,regex:t.supportsXor?/XOR\b/iuy:void 0,text:xe},...t.operatorKeyword?[{type:V.OPERATOR,regex:/OPERATOR *\([^)]+\)/iuy}]:[],{type:V.RESERVED_FUNCTION_NAME,regex:yt(t.reservedFunctionNames,t.identChars),text:xe},{type:V.RESERVED_DATA_TYPE,regex:yt(t.reservedDataTypes,t.identChars),text:xe},{type:V.RESERVED_KEYWORD,regex:yt(t.reservedKeywords,t.identChars),text:xe}])}buildRulesAfterParams(t){var n,r;return this.validRules([{type:V.VARIABLE,regex:t.variableTypes?_H(t.variableTypes):void 0},{type:V.STRING,regex:yT(t.stringTypes)},{type:V.IDENTIFIER,regex:xH(t.identChars)},{type:V.DELIMITER,regex:/[;]/uy},{type:V.COMMA,regex:/[,]/y},{type:V.OPEN_PAREN,regex:LT("open",t.extraParens)},{type:V.CLOSE_PAREN,regex:LT("close",t.extraParens)},{type:V.OPERATOR,regex:_T(["+","-","/",">","<","=","<>","<=",">=","!=",...(n=t.operators)!==null&&n!==void 0?n:[]])},{type:V.ASTERISK,regex:/[*]/uy},{type:V.PROPERTY_ACCESS_OPERATOR,regex:_T([".",...(r=t.propertyAccessOperators)!==null&&r!==void 0?r:[]])}])}buildParamRules(t,n){var r,o,s,a,l;const E={named:(n==null?void 0:n.named)||((r=t.paramTypes)===null||r===void 0?void 0:r.named)||[],quoted:(n==null?void 0:n.quoted)||((o=t.paramTypes)===null||o===void 0?void 0:o.quoted)||[],numbered:(n==null?void 0:n.numbered)||((s=t.paramTypes)===null||s===void 0?void 0:s.numbered)||[],positional:typeof(n==null?void 0:n.positional)=="boolean"?n.positional:(a=t.paramTypes)===null||a===void 0?void 0:a.positional,custom:(n==null?void 0:n.custom)||((l=t.paramTypes)===null||l===void 0?void 0:l.custom)||[]};return this.validRules([{type:V.NAMED_PARAMETER,regex:Il(E.named,Qp(t.paramChars||t.identChars)),key:c=>c.slice(1)},{type:V.QUOTED_PARAMETER,regex:Il(E.quoted,qp(t.identTypes)),key:c=>(({tokenKey:d,quoteChar:u})=>d.replace(new RegExp(it("\\"+u),"gu"),u))({tokenKey:c.slice(2,-1),quoteChar:c.slice(-1)})},{type:V.NUMBERED_PARAMETER,regex:Il(E.numbered,"[0-9]+"),key:c=>c.slice(1)},{type:V.POSITIONAL_PARAMETER,regex:E.positional?/[?]/y:void 0},...E.custom.map(c=>{var d;return{type:V.CUSTOM_PARAMETER,regex:Mn(c.regex),key:(d=c.key)!==null&&d!==void 0?d:(u=>u)}})])}validRules(t){return t.filter(n=>!!n.regex)}}const xe=e=>vs(e.toUpperCase()),MT=new Map,vH=e=>{let t=MT.get(e);return t||(t=UH(e),MT.set(e,t)),t},UH=e=>({tokenizer:new bH(e.tokenizerOptions,e.name),formatOptions:wH(e.formatOptions)}),wH=e=>{var t;return{alwaysDenseOperators:e.alwaysDenseOperators||[],onelineClauses:Object.fromEntries(e.onelineClauses.map(n=>[n,!0])),tabularOnelineClauses:Object.fromEntries(((t=e.tabularOnelineClauses)!==null&&t!==void 0?t:e.onelineClauses).map(n=>[n,!0]))}};function BH(e){return e.indentStyle==="tabularLeft"||e.indentStyle==="tabularRight"?" ".repeat(10):e.useTabs?" ":" ".repeat(e.tabWidth)}function jn(e){return e.indentStyle==="tabularLeft"||e.indentStyle==="tabularRight"}class FH{constructor(t){this.params=t,this.index=0}get({key:t,text:n}){return this.params?t?this.params[t]:this.params[this.index++]:n}getPositionalParameterIndex(){return this.index}setPositionalParameterIndex(t){this.index=t}}var Us={exports:{}},GH=Us.exports,PT;function HH(){return PT||(PT=1,(function(e){(function(t,n){e.exports?e.exports=n():t.nearley=n()})(GH,function(){function t(c,d,u){return this.id=++t.highestId,this.name=c,this.symbols=d,this.postprocess=u,this}t.highestId=0,t.prototype.toString=function(c){var d=typeof c>"u"?this.symbols.map(E).join(" "):this.symbols.slice(0,c).map(E).join(" ")+" ● "+this.symbols.slice(c).map(E).join(" ");return this.name+" → "+d};function n(c,d,u,T){this.rule=c,this.dot=d,this.reference=u,this.data=[],this.wantedBy=T,this.isComplete=this.dot===c.symbols.length}n.prototype.toString=function(){return"{"+this.rule.toString(this.dot)+"}, from: "+(this.reference||0)},n.prototype.nextState=function(c){var d=new n(this.rule,this.dot+1,this.reference,this.wantedBy);return d.left=this,d.right=c,d.isComplete&&(d.data=d.build(),d.right=void 0),d},n.prototype.build=function(){var c=[],d=this;do c.push(d.right.data),d=d.left;while(d.left);return c.reverse(),c},n.prototype.finish=function(){this.rule.postprocess&&(this.data=this.rule.postprocess(this.data,this.reference,a.fail))};function r(c,d){this.grammar=c,this.index=d,this.states=[],this.wants={},this.scannable=[],this.completed={}}r.prototype.process=function(c){for(var d=this.states,u=this.wants,T=this.completed,S=0;S<d.length;S++){var I=d[S];if(I.isComplete){if(I.finish(),I.data!==a.fail){for(var p=I.wantedBy,R=p.length;R--;){var A=p[R];this.complete(A,I)}if(I.reference===this.index){var h=I.rule.name;(this.completed[h]=this.completed[h]||[]).push(I)}}}else{var h=I.rule.symbols[I.dot];if(typeof h!="string"){this.scannable.push(I);continue}if(u[h]){if(u[h].push(I),T.hasOwnProperty(h))for(var O=T[h],R=0;R<O.length;R++){var N=O[R];this.complete(I,N)}}else u[h]=[I],this.predict(h)}}},r.prototype.predict=function(c){for(var d=this.grammar.byName[c]||[],u=0;u<d.length;u++){var T=d[u],S=this.wants[c],I=new n(T,0,this.index,S);this.states.push(I)}},r.prototype.complete=function(c,d){var u=c.nextState(d);this.states.push(u)};function o(c,d){this.rules=c,this.start=d||this.rules[0].name;var u=this.byName={};this.rules.forEach(function(T){u.hasOwnProperty(T.name)||(u[T.name]=[]),u[T.name].push(T)})}o.fromCompiled=function(T,d){var u=T.Lexer;T.ParserStart&&(d=T.ParserStart,T=T.ParserRules);var T=T.map(function(I){return new t(I.name,I.symbols,I.postprocess)}),S=new o(T,d);return S.lexer=u,S};function s(){this.reset("")}s.prototype.reset=function(c,d){this.buffer=c,this.index=0,this.line=d?d.line:1,this.lastLineBreak=d?-d.col:0},s.prototype.next=function(){if(this.index<this.buffer.length){var c=this.buffer[this.index++];return c===`
517
+ `&&(this.line+=1,this.lastLineBreak=this.index),{value:c}}},s.prototype.save=function(){return{line:this.line,col:this.index-this.lastLineBreak}},s.prototype.formatError=function(c,d){var u=this.buffer;if(typeof u=="string"){var T=u.split(`
518
+ `).slice(Math.max(0,this.line-5),this.line),S=u.indexOf(`
519
+ `,this.index);S===-1&&(S=u.length);var I=this.index-this.lastLineBreak,p=String(this.line).length;return d+=" at line "+this.line+" col "+I+`:
520
+
521
+ `,d+=T.map(function(A,h){return R(this.line-T.length+h+1,p)+" "+A},this).join(`
522
+ `),d+=`
523
+ `+R("",p+I)+`^
524
+ `,d}else return d+" at index "+(this.index-1);function R(A,h){var O=String(A);return Array(h-O.length+1).join(" ")+O}};function a(c,d,u){if(c instanceof o)var T=c,u=d;else var T=o.fromCompiled(c,d);this.grammar=T,this.options={keepHistory:!1,lexer:T.lexer||new s};for(var S in u||{})this.options[S]=u[S];this.lexer=this.options.lexer,this.lexerState=void 0;var I=new r(T,0);this.table=[I],I.wants[T.start]=[],I.predict(T.start),I.process(),this.current=0}a.fail={},a.prototype.feed=function(c){var d=this.lexer;d.reset(c,this.lexerState);for(var u;;){try{if(u=d.next(),!u)break}catch(g){var p=new r(this.grammar,this.current+1);this.table.push(p);var T=new Error(this.reportLexerError(g));throw T.offset=this.current,T.token=g.token,T}var S=this.table[this.current];this.options.keepHistory||delete this.table[this.current-1];var I=this.current+1,p=new r(this.grammar,I);this.table.push(p);for(var R=u.text!==void 0?u.text:u.value,A=d.constructor===s?u.value:u,h=S.scannable,O=h.length;O--;){var N=h[O],m=N.rule.symbols[N.dot];if(m.test?m.test(A):m.type?m.type===u.type:m.literal===R){var C=N.nextState({data:A,token:u,isToken:!0,reference:I-1});p.states.push(C)}}if(p.process(),p.states.length===0){var T=new Error(this.reportError(u));throw T.offset=this.current,T.token=u,T}this.options.keepHistory&&(S.lexerState=d.save()),this.current++}return S&&(this.lexerState=d.save()),this.results=this.finish(),this},a.prototype.reportLexerError=function(c){var d,u,T=c.token;return T?(d="input "+JSON.stringify(T.text[0])+" (lexer error)",u=this.lexer.formatError(T,"Syntax error")):(d="input (lexer error)",u=c.message),this.reportErrorCommon(u,d)},a.prototype.reportError=function(c){var d=(c.type?c.type+" token: ":"")+JSON.stringify(c.value!==void 0?c.value:c),u=this.lexer.formatError(c,"Syntax error");return this.reportErrorCommon(u,d)},a.prototype.reportErrorCommon=function(c,d){var u=[];u.push(c);var T=this.table.length-2,S=this.table[T],I=S.states.filter(function(R){var A=R.rule.symbols[R.dot];return A&&typeof A!="string"});if(I.length===0)u.push("Unexpected "+d+`. I did not expect any more input. Here is the state of my parse table:
525
+ `),this.displayStateStack(S.states,u);else{u.push("Unexpected "+d+`. Instead, I was expecting to see one of the following:
526
+ `);var p=I.map(function(R){return this.buildFirstStateStack(R,[])||[R]},this);p.forEach(function(R){var A=R[0],h=A.rule.symbols[A.dot],O=this.getSymbolDisplay(h);u.push("A "+O+" based on:"),this.displayStateStack(R,u)},this)}return u.push(""),u.join(`
527
+ `)},a.prototype.displayStateStack=function(c,d){for(var u,T=0,S=0;S<c.length;S++){var I=c[S],p=I.rule.toString(I.dot);p===u?T++:(T>0&&d.push(" ^ "+T+" more lines identical to this"),T=0,d.push(" "+p)),u=p}},a.prototype.getSymbolDisplay=function(c){return l(c)},a.prototype.buildFirstStateStack=function(c,d){if(d.indexOf(c)!==-1)return null;if(c.wantedBy.length===0)return[c];var u=c.wantedBy[0],T=[c].concat(d),S=this.buildFirstStateStack(u,T);return S===null?null:[c].concat(S)},a.prototype.save=function(){var c=this.table[this.current];return c.lexerState=this.lexerState,c},a.prototype.restore=function(c){var d=c.index;this.current=d,this.table[d]=c,this.table.splice(d+1),this.lexerState=c.lexerState,this.results=this.finish()},a.prototype.rewind=function(c){if(!this.options.keepHistory)throw new Error("set option `keepHistory` to enable rewinding");this.restore(this.table[c])},a.prototype.finish=function(){var c=[],d=this.grammar.start,u=this.table[this.table.length-1];return u.states.forEach(function(T){T.rule.name===d&&T.dot===T.rule.symbols.length&&T.reference===0&&T.data!==a.fail&&c.push(T)}),c.map(function(T){return T.data})};function l(c){var d=typeof c;if(d==="string")return c;if(d==="object"){if(c.literal)return JSON.stringify(c.literal);if(c instanceof RegExp)return"character matching "+c;if(c.type)return c.type+" token";if(c.test)return"token matching "+String(c.test);throw new Error("Unknown symbol type: "+c)}}function E(c){var d=typeof c;if(d==="string")return c;if(d==="object"){if(c.literal)return JSON.stringify(c.literal);if(c instanceof RegExp)return c.toString();if(c.type)return"%"+c.type;if(c.test)return"<"+String(c.test)+">";throw new Error("Unknown symbol type: "+c)}}return{Parser:a,Grammar:o,Rule:t}})})(Us)),Us.exports}var kH=HH();const jH=Si(kH);function YH(e){return e.map(WH).map(VH).map($H).map(XH).map(KH)}const WH=(e,t,n)=>{if(Kp(e.type)){const r=zH(n,t);if(r&&r.type===V.PROPERTY_ACCESS_OPERATOR)return Object.assign(Object.assign({},e),{type:V.IDENTIFIER,text:e.raw});const o=hr(n,t);if(o&&o.type===V.PROPERTY_ACCESS_OPERATOR)return Object.assign(Object.assign({},e),{type:V.IDENTIFIER,text:e.raw})}return e},VH=(e,t,n)=>{if(e.type===V.RESERVED_FUNCTION_NAME){const r=hr(n,t);if(!r||!eI(r))return Object.assign(Object.assign({},e),{type:V.IDENTIFIER,text:e.raw})}return e},$H=(e,t,n)=>{if(e.type===V.RESERVED_DATA_TYPE){const r=hr(n,t);if(r&&eI(r))return Object.assign(Object.assign({},e),{type:V.RESERVED_PARAMETERIZED_DATA_TYPE})}return e},XH=(e,t,n)=>{if(e.type===V.IDENTIFIER){const r=hr(n,t);if(r&&tI(r))return Object.assign(Object.assign({},e),{type:V.ARRAY_IDENTIFIER})}return e},KH=(e,t,n)=>{if(e.type===V.RESERVED_DATA_TYPE){const r=hr(n,t);if(r&&tI(r))return Object.assign(Object.assign({},e),{type:V.ARRAY_KEYWORD})}return e},zH=(e,t)=>hr(e,t,-1),hr=(e,t,n=1)=>{let r=1;for(;e[t+r*n]&&JH(e[t+r*n]);)r++;return e[t+r*n]},eI=e=>e.type===V.OPEN_PAREN&&e.text==="(",tI=e=>e.type===V.OPEN_PAREN&&e.text==="[",JH=e=>e.type===V.BLOCK_COMMENT||e.type===V.LINE_COMMENT;class nI{constructor(t){this.tokenize=t,this.index=0,this.tokens=[],this.input=""}reset(t,n){this.input=t,this.index=0,this.tokens=this.tokenize(t)}next(){return this.tokens[this.index++]}save(){}formatError(t){const{line:n,col:r}=Zp(this.input,t.start);return`Parse error at token: ${t.text} at line ${n} column ${r}`}has(t){return t in V}}var te;(function(e){e.statement="statement",e.clause="clause",e.set_operation="set_operation",e.function_call="function_call",e.parameterized_data_type="parameterized_data_type",e.array_subscript="array_subscript",e.property_access="property_access",e.parenthesis="parenthesis",e.between_predicate="between_predicate",e.case_expression="case_expression",e.case_when="case_when",e.case_else="case_else",e.limit_clause="limit_clause",e.all_columns_asterisk="all_columns_asterisk",e.literal="literal",e.identifier="identifier",e.keyword="keyword",e.data_type="data_type",e.parameter="parameter",e.operator="operator",e.comma="comma",e.line_comment="line_comment",e.block_comment="block_comment",e.disable_comment="disable_comment"})(te=te||(te={}));function hl(e){return e[0]}const ae=new nI(e=>[]),un=([[e]])=>e,ye=e=>({type:te.keyword,tokenType:e.type,text:e.text,raw:e.raw}),bT=e=>({type:te.data_type,text:e.text,raw:e.raw}),De=(e,{leading:t,trailing:n})=>(t!=null&&t.length&&(e=Object.assign(Object.assign({},e),{leadingComments:t})),n!=null&&n.length&&(e=Object.assign(Object.assign({},e),{trailingComments:n})),e),qH=(e,{leading:t,trailing:n})=>{if(t!=null&&t.length){const[r,...o]=e;e=[De(r,{leading:t}),...o]}if(n!=null&&n.length){const r=e.slice(0,-1),o=e[e.length-1];e=[...r,De(o,{trailing:n})]}return e},QH={Lexer:ae,ParserRules:[{name:"main$ebnf$1",symbols:[]},{name:"main$ebnf$1",symbols:["main$ebnf$1","statement"],postprocess:e=>e[0].concat([e[1]])},{name:"main",symbols:["main$ebnf$1"],postprocess:([e])=>{const t=e[e.length-1];return t&&!t.hasSemicolon?t.children.length>0?e:e.slice(0,-1):e}},{name:"statement$subexpression$1",symbols:[ae.has("DELIMITER")?{type:"DELIMITER"}:DELIMITER]},{name:"statement$subexpression$1",symbols:[ae.has("EOF")?{type:"EOF"}:EOF]},{name:"statement",symbols:["expressions_or_clauses","statement$subexpression$1"],postprocess:([e,[t]])=>({type:te.statement,children:e,hasSemicolon:t.type===V.DELIMITER})},{name:"expressions_or_clauses$ebnf$1",symbols:[]},{name:"expressions_or_clauses$ebnf$1",symbols:["expressions_or_clauses$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"expressions_or_clauses$ebnf$2",symbols:[]},{name:"expressions_or_clauses$ebnf$2",symbols:["expressions_or_clauses$ebnf$2","clause"],postprocess:e=>e[0].concat([e[1]])},{name:"expressions_or_clauses",symbols:["expressions_or_clauses$ebnf$1","expressions_or_clauses$ebnf$2"],postprocess:([e,t])=>[...e,...t]},{name:"clause$subexpression$1",symbols:["limit_clause"]},{name:"clause$subexpression$1",symbols:["select_clause"]},{name:"clause$subexpression$1",symbols:["other_clause"]},{name:"clause$subexpression$1",symbols:["set_operation"]},{name:"clause",symbols:["clause$subexpression$1"],postprocess:un},{name:"limit_clause$ebnf$1$subexpression$1$ebnf$1",symbols:["free_form_sql"]},{name:"limit_clause$ebnf$1$subexpression$1$ebnf$1",symbols:["limit_clause$ebnf$1$subexpression$1$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"limit_clause$ebnf$1$subexpression$1",symbols:[ae.has("COMMA")?{type:"COMMA"}:COMMA,"limit_clause$ebnf$1$subexpression$1$ebnf$1"]},{name:"limit_clause$ebnf$1",symbols:["limit_clause$ebnf$1$subexpression$1"],postprocess:hl},{name:"limit_clause$ebnf$1",symbols:[],postprocess:()=>null},{name:"limit_clause",symbols:[ae.has("LIMIT")?{type:"LIMIT"}:LIMIT,"_","expression_chain_","limit_clause$ebnf$1"],postprocess:([e,t,n,r])=>{if(r){const[o,s]=r;return{type:te.limit_clause,limitKw:De(ye(e),{trailing:t}),offset:n,count:s}}else return{type:te.limit_clause,limitKw:De(ye(e),{trailing:t}),count:n}}},{name:"select_clause$subexpression$1$ebnf$1",symbols:[]},{name:"select_clause$subexpression$1$ebnf$1",symbols:["select_clause$subexpression$1$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"select_clause$subexpression$1",symbols:["all_columns_asterisk","select_clause$subexpression$1$ebnf$1"]},{name:"select_clause$subexpression$1$ebnf$2",symbols:[]},{name:"select_clause$subexpression$1$ebnf$2",symbols:["select_clause$subexpression$1$ebnf$2","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"select_clause$subexpression$1",symbols:["asteriskless_free_form_sql","select_clause$subexpression$1$ebnf$2"]},{name:"select_clause",symbols:[ae.has("RESERVED_SELECT")?{type:"RESERVED_SELECT"}:RESERVED_SELECT,"select_clause$subexpression$1"],postprocess:([e,[t,n]])=>({type:te.clause,nameKw:ye(e),children:[t,...n]})},{name:"select_clause",symbols:[ae.has("RESERVED_SELECT")?{type:"RESERVED_SELECT"}:RESERVED_SELECT],postprocess:([e])=>({type:te.clause,nameKw:ye(e),children:[]})},{name:"all_columns_asterisk",symbols:[ae.has("ASTERISK")?{type:"ASTERISK"}:ASTERISK],postprocess:()=>({type:te.all_columns_asterisk})},{name:"other_clause$ebnf$1",symbols:[]},{name:"other_clause$ebnf$1",symbols:["other_clause$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"other_clause",symbols:[ae.has("RESERVED_CLAUSE")?{type:"RESERVED_CLAUSE"}:RESERVED_CLAUSE,"other_clause$ebnf$1"],postprocess:([e,t])=>({type:te.clause,nameKw:ye(e),children:t})},{name:"set_operation$ebnf$1",symbols:[]},{name:"set_operation$ebnf$1",symbols:["set_operation$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"set_operation",symbols:[ae.has("RESERVED_SET_OPERATION")?{type:"RESERVED_SET_OPERATION"}:RESERVED_SET_OPERATION,"set_operation$ebnf$1"],postprocess:([e,t])=>({type:te.set_operation,nameKw:ye(e),children:t})},{name:"expression_chain_$ebnf$1",symbols:["expression_with_comments_"]},{name:"expression_chain_$ebnf$1",symbols:["expression_chain_$ebnf$1","expression_with_comments_"],postprocess:e=>e[0].concat([e[1]])},{name:"expression_chain_",symbols:["expression_chain_$ebnf$1"],postprocess:hl},{name:"expression_chain$ebnf$1",symbols:[]},{name:"expression_chain$ebnf$1",symbols:["expression_chain$ebnf$1","_expression_with_comments"],postprocess:e=>e[0].concat([e[1]])},{name:"expression_chain",symbols:["expression","expression_chain$ebnf$1"],postprocess:([e,t])=>[e,...t]},{name:"andless_expression_chain$ebnf$1",symbols:[]},{name:"andless_expression_chain$ebnf$1",symbols:["andless_expression_chain$ebnf$1","_andless_expression_with_comments"],postprocess:e=>e[0].concat([e[1]])},{name:"andless_expression_chain",symbols:["andless_expression","andless_expression_chain$ebnf$1"],postprocess:([e,t])=>[e,...t]},{name:"expression_with_comments_",symbols:["expression","_"],postprocess:([e,t])=>De(e,{trailing:t})},{name:"_expression_with_comments",symbols:["_","expression"],postprocess:([e,t])=>De(t,{leading:e})},{name:"_andless_expression_with_comments",symbols:["_","andless_expression"],postprocess:([e,t])=>De(t,{leading:e})},{name:"free_form_sql$subexpression$1",symbols:["asteriskless_free_form_sql"]},{name:"free_form_sql$subexpression$1",symbols:["asterisk"]},{name:"free_form_sql",symbols:["free_form_sql$subexpression$1"],postprocess:un},{name:"asteriskless_free_form_sql$subexpression$1",symbols:["asteriskless_andless_expression"]},{name:"asteriskless_free_form_sql$subexpression$1",symbols:["logic_operator"]},{name:"asteriskless_free_form_sql$subexpression$1",symbols:["comma"]},{name:"asteriskless_free_form_sql$subexpression$1",symbols:["comment"]},{name:"asteriskless_free_form_sql$subexpression$1",symbols:["other_keyword"]},{name:"asteriskless_free_form_sql",symbols:["asteriskless_free_form_sql$subexpression$1"],postprocess:un},{name:"expression$subexpression$1",symbols:["andless_expression"]},{name:"expression$subexpression$1",symbols:["logic_operator"]},{name:"expression",symbols:["expression$subexpression$1"],postprocess:un},{name:"andless_expression$subexpression$1",symbols:["asteriskless_andless_expression"]},{name:"andless_expression$subexpression$1",symbols:["asterisk"]},{name:"andless_expression",symbols:["andless_expression$subexpression$1"],postprocess:un},{name:"asteriskless_andless_expression$subexpression$1",symbols:["atomic_expression"]},{name:"asteriskless_andless_expression$subexpression$1",symbols:["between_predicate"]},{name:"asteriskless_andless_expression$subexpression$1",symbols:["case_expression"]},{name:"asteriskless_andless_expression",symbols:["asteriskless_andless_expression$subexpression$1"],postprocess:un},{name:"atomic_expression$subexpression$1",symbols:["array_subscript"]},{name:"atomic_expression$subexpression$1",symbols:["function_call"]},{name:"atomic_expression$subexpression$1",symbols:["property_access"]},{name:"atomic_expression$subexpression$1",symbols:["parenthesis"]},{name:"atomic_expression$subexpression$1",symbols:["curly_braces"]},{name:"atomic_expression$subexpression$1",symbols:["square_brackets"]},{name:"atomic_expression$subexpression$1",symbols:["operator"]},{name:"atomic_expression$subexpression$1",symbols:["identifier"]},{name:"atomic_expression$subexpression$1",symbols:["parameter"]},{name:"atomic_expression$subexpression$1",symbols:["literal"]},{name:"atomic_expression$subexpression$1",symbols:["data_type"]},{name:"atomic_expression$subexpression$1",symbols:["keyword"]},{name:"atomic_expression",symbols:["atomic_expression$subexpression$1"],postprocess:un},{name:"array_subscript",symbols:[ae.has("ARRAY_IDENTIFIER")?{type:"ARRAY_IDENTIFIER"}:ARRAY_IDENTIFIER,"_","square_brackets"],postprocess:([e,t,n])=>({type:te.array_subscript,array:De({type:te.identifier,quoted:!1,text:e.text},{trailing:t}),parenthesis:n})},{name:"array_subscript",symbols:[ae.has("ARRAY_KEYWORD")?{type:"ARRAY_KEYWORD"}:ARRAY_KEYWORD,"_","square_brackets"],postprocess:([e,t,n])=>({type:te.array_subscript,array:De(ye(e),{trailing:t}),parenthesis:n})},{name:"function_call",symbols:[ae.has("RESERVED_FUNCTION_NAME")?{type:"RESERVED_FUNCTION_NAME"}:RESERVED_FUNCTION_NAME,"_","parenthesis"],postprocess:([e,t,n])=>({type:te.function_call,nameKw:De(ye(e),{trailing:t}),parenthesis:n})},{name:"parenthesis",symbols:[{literal:"("},"expressions_or_clauses",{literal:")"}],postprocess:([e,t,n])=>({type:te.parenthesis,children:t,openParen:"(",closeParen:")"})},{name:"curly_braces$ebnf$1",symbols:[]},{name:"curly_braces$ebnf$1",symbols:["curly_braces$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"curly_braces",symbols:[{literal:"{"},"curly_braces$ebnf$1",{literal:"}"}],postprocess:([e,t,n])=>({type:te.parenthesis,children:t,openParen:"{",closeParen:"}"})},{name:"square_brackets$ebnf$1",symbols:[]},{name:"square_brackets$ebnf$1",symbols:["square_brackets$ebnf$1","free_form_sql"],postprocess:e=>e[0].concat([e[1]])},{name:"square_brackets",symbols:[{literal:"["},"square_brackets$ebnf$1",{literal:"]"}],postprocess:([e,t,n])=>({type:te.parenthesis,children:t,openParen:"[",closeParen:"]"})},{name:"property_access$subexpression$1",symbols:["identifier"]},{name:"property_access$subexpression$1",symbols:["array_subscript"]},{name:"property_access$subexpression$1",symbols:["all_columns_asterisk"]},{name:"property_access$subexpression$1",symbols:["parameter"]},{name:"property_access",symbols:["atomic_expression","_",ae.has("PROPERTY_ACCESS_OPERATOR")?{type:"PROPERTY_ACCESS_OPERATOR"}:PROPERTY_ACCESS_OPERATOR,"_","property_access$subexpression$1"],postprocess:([e,t,n,r,[o]])=>({type:te.property_access,object:De(e,{trailing:t}),operator:n.text,property:De(o,{leading:r})})},{name:"between_predicate",symbols:[ae.has("BETWEEN")?{type:"BETWEEN"}:BETWEEN,"_","andless_expression_chain","_",ae.has("AND")?{type:"AND"}:AND,"_","andless_expression"],postprocess:([e,t,n,r,o,s,a])=>({type:te.between_predicate,betweenKw:ye(e),expr1:qH(n,{leading:t,trailing:r}),andKw:ye(o),expr2:[De(a,{leading:s})]})},{name:"case_expression$ebnf$1",symbols:["expression_chain_"],postprocess:hl},{name:"case_expression$ebnf$1",symbols:[],postprocess:()=>null},{name:"case_expression$ebnf$2",symbols:[]},{name:"case_expression$ebnf$2",symbols:["case_expression$ebnf$2","case_clause"],postprocess:e=>e[0].concat([e[1]])},{name:"case_expression",symbols:[ae.has("CASE")?{type:"CASE"}:CASE,"_","case_expression$ebnf$1","case_expression$ebnf$2",ae.has("END")?{type:"END"}:END],postprocess:([e,t,n,r,o])=>({type:te.case_expression,caseKw:De(ye(e),{trailing:t}),endKw:ye(o),expr:n||[],clauses:r})},{name:"case_clause",symbols:[ae.has("WHEN")?{type:"WHEN"}:WHEN,"_","expression_chain_",ae.has("THEN")?{type:"THEN"}:THEN,"_","expression_chain_"],postprocess:([e,t,n,r,o,s])=>({type:te.case_when,whenKw:De(ye(e),{trailing:t}),thenKw:De(ye(r),{trailing:o}),condition:n,result:s})},{name:"case_clause",symbols:[ae.has("ELSE")?{type:"ELSE"}:ELSE,"_","expression_chain_"],postprocess:([e,t,n])=>({type:te.case_else,elseKw:De(ye(e),{trailing:t}),result:n})},{name:"comma$subexpression$1",symbols:[ae.has("COMMA")?{type:"COMMA"}:COMMA]},{name:"comma",symbols:["comma$subexpression$1"],postprocess:([[e]])=>({type:te.comma})},{name:"asterisk$subexpression$1",symbols:[ae.has("ASTERISK")?{type:"ASTERISK"}:ASTERISK]},{name:"asterisk",symbols:["asterisk$subexpression$1"],postprocess:([[e]])=>({type:te.operator,text:e.text})},{name:"operator$subexpression$1",symbols:[ae.has("OPERATOR")?{type:"OPERATOR"}:OPERATOR]},{name:"operator",symbols:["operator$subexpression$1"],postprocess:([[e]])=>({type:te.operator,text:e.text})},{name:"identifier$subexpression$1",symbols:[ae.has("IDENTIFIER")?{type:"IDENTIFIER"}:IDENTIFIER]},{name:"identifier$subexpression$1",symbols:[ae.has("QUOTED_IDENTIFIER")?{type:"QUOTED_IDENTIFIER"}:QUOTED_IDENTIFIER]},{name:"identifier$subexpression$1",symbols:[ae.has("VARIABLE")?{type:"VARIABLE"}:VARIABLE]},{name:"identifier",symbols:["identifier$subexpression$1"],postprocess:([[e]])=>({type:te.identifier,quoted:e.type!=="IDENTIFIER",text:e.text})},{name:"parameter$subexpression$1",symbols:[ae.has("NAMED_PARAMETER")?{type:"NAMED_PARAMETER"}:NAMED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[ae.has("QUOTED_PARAMETER")?{type:"QUOTED_PARAMETER"}:QUOTED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[ae.has("NUMBERED_PARAMETER")?{type:"NUMBERED_PARAMETER"}:NUMBERED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[ae.has("POSITIONAL_PARAMETER")?{type:"POSITIONAL_PARAMETER"}:POSITIONAL_PARAMETER]},{name:"parameter$subexpression$1",symbols:[ae.has("CUSTOM_PARAMETER")?{type:"CUSTOM_PARAMETER"}:CUSTOM_PARAMETER]},{name:"parameter",symbols:["parameter$subexpression$1"],postprocess:([[e]])=>({type:te.parameter,key:e.key,text:e.text})},{name:"literal$subexpression$1",symbols:[ae.has("NUMBER")?{type:"NUMBER"}:NUMBER]},{name:"literal$subexpression$1",symbols:[ae.has("STRING")?{type:"STRING"}:STRING]},{name:"literal",symbols:["literal$subexpression$1"],postprocess:([[e]])=>({type:te.literal,text:e.text})},{name:"keyword$subexpression$1",symbols:[ae.has("RESERVED_KEYWORD")?{type:"RESERVED_KEYWORD"}:RESERVED_KEYWORD]},{name:"keyword$subexpression$1",symbols:[ae.has("RESERVED_KEYWORD_PHRASE")?{type:"RESERVED_KEYWORD_PHRASE"}:RESERVED_KEYWORD_PHRASE]},{name:"keyword$subexpression$1",symbols:[ae.has("RESERVED_JOIN")?{type:"RESERVED_JOIN"}:RESERVED_JOIN]},{name:"keyword",symbols:["keyword$subexpression$1"],postprocess:([[e]])=>ye(e)},{name:"data_type$subexpression$1",symbols:[ae.has("RESERVED_DATA_TYPE")?{type:"RESERVED_DATA_TYPE"}:RESERVED_DATA_TYPE]},{name:"data_type$subexpression$1",symbols:[ae.has("RESERVED_DATA_TYPE_PHRASE")?{type:"RESERVED_DATA_TYPE_PHRASE"}:RESERVED_DATA_TYPE_PHRASE]},{name:"data_type",symbols:["data_type$subexpression$1"],postprocess:([[e]])=>bT(e)},{name:"data_type",symbols:[ae.has("RESERVED_PARAMETERIZED_DATA_TYPE")?{type:"RESERVED_PARAMETERIZED_DATA_TYPE"}:RESERVED_PARAMETERIZED_DATA_TYPE,"_","parenthesis"],postprocess:([e,t,n])=>({type:te.parameterized_data_type,dataType:De(bT(e),{trailing:t}),parenthesis:n})},{name:"logic_operator$subexpression$1",symbols:[ae.has("AND")?{type:"AND"}:AND]},{name:"logic_operator$subexpression$1",symbols:[ae.has("OR")?{type:"OR"}:OR]},{name:"logic_operator$subexpression$1",symbols:[ae.has("XOR")?{type:"XOR"}:XOR]},{name:"logic_operator",symbols:["logic_operator$subexpression$1"],postprocess:([[e]])=>ye(e)},{name:"other_keyword$subexpression$1",symbols:[ae.has("WHEN")?{type:"WHEN"}:WHEN]},{name:"other_keyword$subexpression$1",symbols:[ae.has("THEN")?{type:"THEN"}:THEN]},{name:"other_keyword$subexpression$1",symbols:[ae.has("ELSE")?{type:"ELSE"}:ELSE]},{name:"other_keyword$subexpression$1",symbols:[ae.has("END")?{type:"END"}:END]},{name:"other_keyword",symbols:["other_keyword$subexpression$1"],postprocess:([[e]])=>ye(e)},{name:"_$ebnf$1",symbols:[]},{name:"_$ebnf$1",symbols:["_$ebnf$1","comment"],postprocess:e=>e[0].concat([e[1]])},{name:"_",symbols:["_$ebnf$1"],postprocess:([e])=>e},{name:"comment",symbols:[ae.has("LINE_COMMENT")?{type:"LINE_COMMENT"}:LINE_COMMENT],postprocess:([e])=>({type:te.line_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})},{name:"comment",symbols:[ae.has("BLOCK_COMMENT")?{type:"BLOCK_COMMENT"}:BLOCK_COMMENT],postprocess:([e])=>({type:te.block_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})},{name:"comment",symbols:[ae.has("DISABLE_COMMENT")?{type:"DISABLE_COMMENT"}:DISABLE_COMMENT],postprocess:([e])=>({type:te.disable_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})}],ParserStart:"main"},{Parser:ZH,Grammar:ek}=jH;function tk(e){let t={};const n=new nI(o=>[...YH(e.tokenize(o,t)),Xp(o.length)]),r=new ZH(ek.fromCompiled(QH),{lexer:n});return{parse:(o,s)=>{t=s;const{results:a}=r.feed(o);if(a.length===1)return a[0];throw a.length===0?new Error("Parse error: Invalid SQL"):new Error(`Parse error: Ambiguous grammar
528
+ ${JSON.stringify(a,void 0,2)}`)}}}var Y;(function(e){e[e.SPACE=0]="SPACE",e[e.NO_SPACE=1]="NO_SPACE",e[e.NO_NEWLINE=2]="NO_NEWLINE",e[e.NEWLINE=3]="NEWLINE",e[e.MANDATORY_NEWLINE=4]="MANDATORY_NEWLINE",e[e.INDENT=5]="INDENT",e[e.SINGLE_INDENT=6]="SINGLE_INDENT"})(Y=Y||(Y={}));class rI{constructor(t){this.indentation=t,this.items=[]}add(...t){for(const n of t)switch(n){case Y.SPACE:this.items.push(Y.SPACE);break;case Y.NO_SPACE:this.trimHorizontalWhitespace();break;case Y.NO_NEWLINE:this.trimWhitespace();break;case Y.NEWLINE:this.trimHorizontalWhitespace(),this.addNewline(Y.NEWLINE);break;case Y.MANDATORY_NEWLINE:this.trimHorizontalWhitespace(),this.addNewline(Y.MANDATORY_NEWLINE);break;case Y.INDENT:this.addIndentation();break;case Y.SINGLE_INDENT:this.items.push(Y.SINGLE_INDENT);break;default:this.items.push(n)}}trimHorizontalWhitespace(){for(;nk(kr(this.items));)this.items.pop()}trimWhitespace(){for(;rk(kr(this.items));)this.items.pop()}addNewline(t){if(this.items.length>0)switch(kr(this.items)){case Y.NEWLINE:this.items.pop(),this.items.push(t);break;case Y.MANDATORY_NEWLINE:break;default:this.items.push(t);break}}addIndentation(){for(let t=0;t<this.indentation.getLevel();t++)this.items.push(Y.SINGLE_INDENT)}toString(){return this.items.map(t=>this.itemToString(t)).join("")}getLayoutItems(){return this.items}itemToString(t){switch(t){case Y.SPACE:return" ";case Y.NEWLINE:case Y.MANDATORY_NEWLINE:return`
529
+ `;case Y.SINGLE_INDENT:return this.indentation.getSingleIndent();default:return t}}}const nk=e=>e===Y.SPACE||e===Y.SINGLE_INDENT,rk=e=>e===Y.SPACE||e===Y.SINGLE_INDENT||e===Y.NEWLINE;function vT(e,t){if(t==="standard")return e;let n=[];return e.length>=10&&e.includes(" ")&&([e,...n]=e.split(" ")),t==="tabularLeft"?e=e.padEnd(9," "):e=e.padStart(9," "),e+["",...n].join(" ")}function UT(e){return yB(e)||e===V.RESERVED_CLAUSE||e===V.RESERVED_SELECT||e===V.RESERVED_SET_OPERATION||e===V.RESERVED_JOIN||e===V.LIMIT}const Ol="top-level",ok="block-level";class oI{constructor(t){this.indent=t,this.indentTypes=[]}getSingleIndent(){return this.indent}getLevel(){return this.indentTypes.length}increaseTopLevel(){this.indentTypes.push(Ol)}increaseBlockLevel(){this.indentTypes.push(ok)}decreaseTopLevel(){this.indentTypes.length>0&&kr(this.indentTypes)===Ol&&this.indentTypes.pop()}decreaseBlockLevel(){for(;this.indentTypes.length>0&&this.indentTypes.pop()===Ol;);}}class sk extends rI{constructor(t){super(new oI("")),this.expressionWidth=t,this.length=0,this.trailingSpace=!1}add(...t){if(t.forEach(n=>this.addToLength(n)),this.length>this.expressionWidth)throw new ac;super.add(...t)}addToLength(t){if(typeof t=="string")this.length+=t.length,this.trailingSpace=!1;else{if(t===Y.MANDATORY_NEWLINE||t===Y.NEWLINE)throw new ac;t===Y.INDENT||t===Y.SINGLE_INDENT||t===Y.SPACE?this.trailingSpace||(this.length++,this.trailingSpace=!0):(t===Y.NO_NEWLINE||t===Y.NO_SPACE)&&this.trailingSpace&&(this.trailingSpace=!1,this.length--)}}}class ac extends Error{}class ui{constructor({cfg:t,dialectCfg:n,params:r,layout:o,inline:s=!1}){this.inline=!1,this.nodes=[],this.index=-1,this.cfg=t,this.dialectCfg=n,this.inline=s,this.params=r,this.layout=o}format(t){for(this.nodes=t,this.index=0;this.index<this.nodes.length;this.index++)this.formatNode(this.nodes[this.index]);return this.layout}formatNode(t){this.formatComments(t.leadingComments),this.formatNodeWithoutComments(t),this.formatComments(t.trailingComments)}formatNodeWithoutComments(t){switch(t.type){case te.function_call:return this.formatFunctionCall(t);case te.parameterized_data_type:return this.formatParameterizedDataType(t);case te.array_subscript:return this.formatArraySubscript(t);case te.property_access:return this.formatPropertyAccess(t);case te.parenthesis:return this.formatParenthesis(t);case te.between_predicate:return this.formatBetweenPredicate(t);case te.case_expression:return this.formatCaseExpression(t);case te.case_when:return this.formatCaseWhen(t);case te.case_else:return this.formatCaseElse(t);case te.clause:return this.formatClause(t);case te.set_operation:return this.formatSetOperation(t);case te.limit_clause:return this.formatLimitClause(t);case te.all_columns_asterisk:return this.formatAllColumnsAsterisk(t);case te.literal:return this.formatLiteral(t);case te.identifier:return this.formatIdentifier(t);case te.parameter:return this.formatParameter(t);case te.operator:return this.formatOperator(t);case te.comma:return this.formatComma(t);case te.line_comment:return this.formatLineComment(t);case te.block_comment:return this.formatBlockComment(t);case te.disable_comment:return this.formatBlockComment(t);case te.data_type:return this.formatDataType(t);case te.keyword:return this.formatKeywordNode(t)}}formatFunctionCall(t){this.withComments(t.nameKw,()=>{this.layout.add(this.showFunctionKw(t.nameKw))}),this.formatNode(t.parenthesis)}formatParameterizedDataType(t){this.withComments(t.dataType,()=>{this.layout.add(this.showDataType(t.dataType))}),this.formatNode(t.parenthesis)}formatArraySubscript(t){let n;switch(t.array.type){case te.data_type:n=this.showDataType(t.array);break;case te.keyword:n=this.showKw(t.array);break;default:n=this.showIdentifier(t.array);break}this.withComments(t.array,()=>{this.layout.add(n)}),this.formatNode(t.parenthesis)}formatPropertyAccess(t){this.formatNode(t.object),this.layout.add(Y.NO_SPACE,t.operator),this.formatNode(t.property)}formatParenthesis(t){const n=this.formatInlineExpression(t.children);n?(this.layout.add(t.openParen),this.layout.add(...n.getLayoutItems()),this.layout.add(Y.NO_SPACE,t.closeParen,Y.SPACE)):(this.layout.add(t.openParen,Y.NEWLINE),jn(this.cfg)?(this.layout.add(Y.INDENT),this.layout=this.formatSubExpression(t.children)):(this.layout.indentation.increaseBlockLevel(),this.layout.add(Y.INDENT),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseBlockLevel()),this.layout.add(Y.NEWLINE,Y.INDENT,t.closeParen,Y.SPACE))}formatBetweenPredicate(t){this.layout.add(this.showKw(t.betweenKw),Y.SPACE),this.layout=this.formatSubExpression(t.expr1),this.layout.add(Y.NO_SPACE,Y.SPACE,this.showNonTabularKw(t.andKw),Y.SPACE),this.layout=this.formatSubExpression(t.expr2),this.layout.add(Y.SPACE)}formatCaseExpression(t){this.formatNode(t.caseKw),this.layout.indentation.increaseBlockLevel(),this.layout=this.formatSubExpression(t.expr),this.layout=this.formatSubExpression(t.clauses),this.layout.indentation.decreaseBlockLevel(),this.layout.add(Y.NEWLINE,Y.INDENT),this.formatNode(t.endKw)}formatCaseWhen(t){this.layout.add(Y.NEWLINE,Y.INDENT),this.formatNode(t.whenKw),this.layout=this.formatSubExpression(t.condition),this.formatNode(t.thenKw),this.layout=this.formatSubExpression(t.result)}formatCaseElse(t){this.layout.add(Y.NEWLINE,Y.INDENT),this.formatNode(t.elseKw),this.layout=this.formatSubExpression(t.result)}formatClause(t){this.isOnelineClause(t)?this.formatClauseInOnelineStyle(t):jn(this.cfg)?this.formatClauseInTabularStyle(t):this.formatClauseInIndentedStyle(t)}isOnelineClause(t){return jn(this.cfg)?this.dialectCfg.tabularOnelineClauses[t.nameKw.text]:this.dialectCfg.onelineClauses[t.nameKw.text]}formatClauseInIndentedStyle(t){this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t.nameKw),Y.NEWLINE),this.layout.indentation.increaseTopLevel(),this.layout.add(Y.INDENT),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseTopLevel()}formatClauseInOnelineStyle(t){this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t.nameKw),Y.SPACE),this.layout=this.formatSubExpression(t.children)}formatClauseInTabularStyle(t){this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t.nameKw),Y.SPACE),this.layout.indentation.increaseTopLevel(),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseTopLevel()}formatSetOperation(t){this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t.nameKw),Y.NEWLINE),this.layout.add(Y.INDENT),this.layout=this.formatSubExpression(t.children)}formatLimitClause(t){this.withComments(t.limitKw,()=>{this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t.limitKw))}),this.layout.indentation.increaseTopLevel(),jn(this.cfg)?this.layout.add(Y.SPACE):this.layout.add(Y.NEWLINE,Y.INDENT),t.offset?(this.layout=this.formatSubExpression(t.offset),this.layout.add(Y.NO_SPACE,",",Y.SPACE),this.layout=this.formatSubExpression(t.count)):this.layout=this.formatSubExpression(t.count),this.layout.indentation.decreaseTopLevel()}formatAllColumnsAsterisk(t){this.layout.add("*",Y.SPACE)}formatLiteral(t){this.layout.add(t.text,Y.SPACE)}formatIdentifier(t){this.layout.add(this.showIdentifier(t),Y.SPACE)}formatParameter(t){this.layout.add(this.params.get(t),Y.SPACE)}formatOperator({text:t}){this.cfg.denseOperators||this.dialectCfg.alwaysDenseOperators.includes(t)?this.layout.add(Y.NO_SPACE,t):t===":"?this.layout.add(Y.NO_SPACE,t,Y.SPACE):this.layout.add(t,Y.SPACE)}formatComma(t){this.inline?this.layout.add(Y.NO_SPACE,",",Y.SPACE):this.layout.add(Y.NO_SPACE,",",Y.NEWLINE,Y.INDENT)}withComments(t,n){this.formatComments(t.leadingComments),n(),this.formatComments(t.trailingComments)}formatComments(t){t&&t.forEach(n=>{n.type===te.line_comment?this.formatLineComment(n):this.formatBlockComment(n)})}formatLineComment(t){pl(t.precedingWhitespace||"")?this.layout.add(Y.NEWLINE,Y.INDENT,t.text,Y.MANDATORY_NEWLINE,Y.INDENT):this.layout.getLayoutItems().length>0?this.layout.add(Y.NO_NEWLINE,Y.SPACE,t.text,Y.MANDATORY_NEWLINE,Y.INDENT):this.layout.add(t.text,Y.MANDATORY_NEWLINE,Y.INDENT)}formatBlockComment(t){t.type===te.block_comment&&this.isMultilineBlockComment(t)?(this.splitBlockComment(t.text).forEach(n=>{this.layout.add(Y.NEWLINE,Y.INDENT,n)}),this.layout.add(Y.NEWLINE,Y.INDENT)):this.layout.add(t.text,Y.SPACE)}isMultilineBlockComment(t){return pl(t.text)||pl(t.precedingWhitespace||"")}isDocComment(t){const n=t.split(/\n/);return/^\/\*\*?$/.test(n[0])&&n.slice(1,n.length-1).every(r=>/^\s*\*/.test(r))&&/^\s*\*\/$/.test(kr(n))}splitBlockComment(t){return this.isDocComment(t)?t.split(/\n/).map(n=>/^\s*\*/.test(n)?" "+n.replace(/^\s*/,""):n):t.split(/\n/).map(n=>n.replace(/^\s*/,""))}formatSubExpression(t){return new ui({cfg:this.cfg,dialectCfg:this.dialectCfg,params:this.params,layout:this.layout,inline:this.inline}).format(t)}formatInlineExpression(t){const n=this.params.getPositionalParameterIndex();try{return new ui({cfg:this.cfg,dialectCfg:this.dialectCfg,params:this.params,layout:new sk(this.cfg.expressionWidth),inline:!0}).format(t)}catch(r){if(r instanceof ac){this.params.setPositionalParameterIndex(n);return}else throw r}}formatKeywordNode(t){switch(t.tokenType){case V.RESERVED_JOIN:return this.formatJoin(t);case V.AND:case V.OR:case V.XOR:return this.formatLogicalOperator(t);default:return this.formatKeyword(t)}}formatJoin(t){jn(this.cfg)?(this.layout.indentation.decreaseTopLevel(),this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t),Y.SPACE),this.layout.indentation.increaseTopLevel()):this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t),Y.SPACE)}formatKeyword(t){this.layout.add(this.showKw(t),Y.SPACE)}formatLogicalOperator(t){this.cfg.logicalOperatorNewline==="before"?jn(this.cfg)?(this.layout.indentation.decreaseTopLevel(),this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t),Y.SPACE),this.layout.indentation.increaseTopLevel()):this.layout.add(Y.NEWLINE,Y.INDENT,this.showKw(t),Y.SPACE):this.layout.add(this.showKw(t),Y.NEWLINE,Y.INDENT)}formatDataType(t){this.layout.add(this.showDataType(t),Y.SPACE)}showKw(t){return UT(t.tokenType)?vT(this.showNonTabularKw(t),this.cfg.indentStyle):this.showNonTabularKw(t)}showNonTabularKw(t){switch(this.cfg.keywordCase){case"preserve":return vs(t.raw);case"upper":return t.text;case"lower":return t.text.toLowerCase()}}showFunctionKw(t){return UT(t.tokenType)?vT(this.showNonTabularFunctionKw(t),this.cfg.indentStyle):this.showNonTabularFunctionKw(t)}showNonTabularFunctionKw(t){switch(this.cfg.functionCase){case"preserve":return vs(t.raw);case"upper":return t.text;case"lower":return t.text.toLowerCase()}}showIdentifier(t){if(t.quoted)return t.text;switch(this.cfg.identifierCase){case"preserve":return t.text;case"upper":return t.text.toUpperCase();case"lower":return t.text.toLowerCase()}}showDataType(t){switch(this.cfg.dataTypeCase){case"preserve":return vs(t.raw);case"upper":return t.text;case"lower":return t.text.toLowerCase()}}}class ik{constructor(t,n){this.dialect=t,this.cfg=n,this.params=new FH(this.cfg.params)}format(t){const n=this.parse(t);return this.formatAst(n).trimEnd()}parse(t){return tk(this.dialect.tokenizer).parse(t,this.cfg.paramTypes||{})}formatAst(t){return t.map(n=>this.formatStatement(n)).join(`
530
+ `.repeat(this.cfg.linesBetweenQueries+1))}formatStatement(t){const n=new ui({cfg:this.cfg,dialectCfg:this.dialect.formatOptions,params:this.params,layout:new rI(new oI(BH(this.cfg)))}).format(t.children);return t.hasSemicolon&&(this.cfg.newlineBeforeSemicolon?n.add(Y.NEWLINE,";"):n.add(Y.NO_NEWLINE,";")),n.toString()}}class ws extends Error{}function ak(e){const t=["multilineLists","newlineBeforeOpenParen","newlineBeforeCloseParen","aliasAs","commaPosition","tabulateAlias"];for(const n of t)if(n in e)throw new ws(`${n} config is no more supported.`);if(e.expressionWidth<=0)throw new ws(`expressionWidth config must be positive number. Received ${e.expressionWidth} instead.`);if(e.params&&!lk(e.params)&&console.warn('WARNING: All "params" option values should be strings.'),e.paramTypes&&!ck(e.paramTypes))throw new ws("Empty regex given in custom paramTypes. That would result in matching infinite amount of parameters.");return e}function lk(e){return(e instanceof Array?e:Object.values(e)).every(n=>typeof n=="string")}function ck(e){return e.custom&&Array.isArray(e.custom)?e.custom.every(t=>t.regex!==""):!0}var Ek=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n};const sI={bigquery:"bigquery",clickhouse:"clickhouse",db2:"db2",db2i:"db2i",duckdb:"duckdb",hive:"hive",mariadb:"mariadb",mysql:"mysql",n1ql:"n1ql",plsql:"plsql",postgresql:"postgresql",redshift:"redshift",spark:"spark",sqlite:"sqlite",sql:"sql",tidb:"tidb",trino:"trino",transactsql:"transactsql",tsql:"transactsql",singlestoredb:"singlestoredb",snowflake:"snowflake"},dk=Object.keys(sI),uk={tabWidth:2,useTabs:!1,keywordCase:"preserve",identifierCase:"preserve",dataTypeCase:"preserve",functionCase:"preserve",indentStyle:"standard",logicalOperatorNewline:"before",expressionWidth:50,linesBetweenQueries:1,denseOperators:!1,newlineBeforeSemicolon:!1},Tk=(e,t={})=>{if(typeof t.language=="string"&&!dk.includes(t.language))throw new ws(`Unsupported SQL dialect: ${t.language}`);const n=sI[t.language||"sql"];return Sk(e,Object.assign(Object.assign({},t),{dialect:hH[n]}))},Sk=(e,t)=>{var{dialect:n}=t,r=Ek(t,["dialect"]);if(typeof e!="string")throw new Error("Invalid query argument. Expected string, instead got "+typeof e);const o=ak(Object.assign(Object.assign({},uk),r));return new ik(vH(n),o).format(e)};function $t({children:e}){return i.jsxs("div",{style:{display:"flex",gap:0,marginBottom:2},children:[i.jsx("div",{style:{width:40,flexShrink:0}}),i.jsx("div",{style:{flex:1,minWidth:0},children:e})]})}const fk={sql:"SQL",markdown:"MD",dql:"DQL",param:"PARAM",chart:"CHART",pivot:"PIVOT",single_value:"SINGLE VALUE",filter:"FILTER",table:"TABLE",map:"MAP",writeback:"WRITEBACK",python:"PYTHON",chat:"CHAT"},Nl={sql:"#388bfd",markdown:"#56d364",dql:"#e3b341",param:"#e3b341",chart:"#a371f7",pivot:"#a371f7",single_value:"#a371f7",filter:"#ff7b72",table:"#79c0ff",map:"#7ce38b",writeback:"#d2a8ff",python:"#3572a5",chat:"#f0883e"},Rk={map:{title:"Map",subtitle:"Geospatial visualization — lat/lon points and choropleths from an upstream dataframe. Lands in v0.11 on the dql-compiler geo pipeline.",color:"#7ce38b",badge:"v0.11"},writeback:{title:"Writeback",subtitle:"Governed output sink — writes a dataframe back to your warehouse with block tests gating the commit. Lands in v0.11.",color:"#d2a8ff",badge:"v0.11"},python:{title:"Python",subtitle:"Python cell via Pyodide sidecar.",color:"#3572a5",badge:"v0.11"}},iI="#56d364",aI="#e3b341";function Ak(e,t){if(e.blockBinding)return e.blockBinding.state==="forked"?aI:iI;switch(e.status){case"running":return t.cellBorderRunning;case"success":return t.success;case"error":return t.error;default:return t.cellBorder}}function pk({cell:e,t}){var s;let n="",r=t.textMuted,o="";if(e.status==="running")n="[*]",r=t.cellBorderRunning;else if(e.status==="error")n="[!]",r=t.error;else if(e.executionCount!==void 0){if(n=`[${e.executionCount}]`,r=t.textMuted,((s=e.result)==null?void 0:s.executionTime)!==void 0){const a=e.result.executionTime;o=a<1e3?`${a}ms`:`${(a/1e3).toFixed(1)}s`}}else n="[ ]",r=t.textMuted;return i.jsxs("div",{style:{width:40,display:"flex",flexDirection:"column",alignItems:"center",paddingTop:12,flexShrink:0,gap:2},children:[i.jsx("span",{style:{fontFamily:t.fontMono,fontSize:11,color:r,lineHeight:1.4,userSelect:"none",transition:"color 0.2s"},children:e.status==="running"?i.jsxs("span",{style:{display:"inline-block",animation:"spin 0.8s linear infinite"},children:[i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:i.jsx("circle",{cx:"6",cy:"6",r:"4.5",stroke:r,strokeWidth:"1.5",strokeDasharray:"14 7"})}),i.jsx("style",{children:"@keyframes spin { to { transform: rotate(360deg); } }"})]}):n}),o&&i.jsx("span",{style:{fontFamily:t.fontMono,fontSize:8,color:t.textMuted,lineHeight:1,userSelect:"none"},children:o})]})}function Ik(e){if(!/^\s*block\s+"/i.test(e.trim()))return null;const t=o=>{var s;return((s=e.match(new RegExp(`\\b${o}\\s*=\\s*"([^"]*)"`,"i")))==null?void 0:s[1])??""},n=e.match(/\btags\s*=\s*\[([^\]]*)\]/i),r=n?(n[1].match(/"([^"]*)"/g)??[]).map(o=>o.slice(1,-1)):[];return{domain:t("domain"),owner:t("owner"),description:t("description"),blockType:t("type")||"custom",tags:r}}function ml(e,t,n){const r=new RegExp(`(\\b${t}\\s*=\\s*)"[^"]*"`,"i");return r.test(e)?e.replace(r,`$1"${n.replace(/"/g,'\\"')}"`):e}function hk(e,t){const n=t.map(o=>`"${o}"`).join(", "),r=/(\btags\s*=\s*)\[[^\]]*\]/i;return r.test(e)?e.replace(r,`$1[${n}]`):e}function Ok({binding:e,t,onRevert:n,onUnbind:r}){const o=e.state==="forked",s=o?aI:iI,a=o?"FORKED":"BOUND",l=o?"Local edits have diverged from the block file — Revert to discard, or Save as Block to promote as a new version.":"This cell mirrors the block file. Edit to fork locally.";return i.jsxs("div",{title:l,style:{display:"flex",alignItems:"center",gap:8,padding:"4px 10px",borderBottom:`1px solid ${t.cellBorder}`,background:`${s}10`,fontFamily:t.fontMono,fontSize:11},children:[i.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.08em",color:s,background:`${s}24`,border:`1px solid ${s}55`,borderRadius:3,padding:"1px 5px"},children:a}),i.jsx("span",{style:{color:t.textSecondary},children:e.path}),e.version&&i.jsxs("span",{style:{color:t.textMuted},children:["· v",e.version]}),!o&&i.jsx("span",{title:"Bound cells track the block file — edits fork locally",style:{color:t.textMuted},children:"🔒"}),i.jsx("div",{style:{flex:1}}),o&&i.jsx("button",{onClick:n,title:"Discard local edits and restore the block file body",style:wT(t,s),children:"Revert"}),i.jsx("button",{onClick:r,title:"Detach this cell from the block file",style:wT(t,t.btnBorder),children:"Unbind"})]})}function wT(e,t){return{background:"transparent",border:`1px solid ${t}`,borderRadius:4,color:e.textSecondary,fontSize:10,fontFamily:e.font,fontWeight:600,letterSpacing:"0.04em",padding:"1px 7px",cursor:"pointer"}}function Nk({content:e,onChange:t,t:n}){const r=Ik(e);if(!r)return null;const o={background:n.editorBg,border:`1px solid ${n.cellBorder}`,borderRadius:3,color:n.textSecondary,fontSize:11,fontFamily:n.fontMono,padding:"2px 6px",outline:"none"},s={fontSize:9,fontWeight:700,color:n.textMuted,fontFamily:n.font,letterSpacing:"0.05em",textTransform:"uppercase",marginRight:4,flexShrink:0},a={display:"flex",alignItems:"center",gap:4};return i.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:"4px 12px",padding:"5px 10px",borderBottom:`1px solid ${n.cellBorder}`,background:`${n.tableHeaderBg}40`},children:[i.jsxs("div",{style:a,children:[i.jsx("span",{style:s,children:"domain"}),i.jsx("input",{style:{...o,width:80},value:r.domain,placeholder:"e.g. finance",onChange:l=>t(ml(e,"domain",l.target.value))})]}),i.jsxs("div",{style:a,children:[i.jsx("span",{style:s,children:"owner"}),i.jsx("input",{style:{...o,width:90},value:r.owner,placeholder:"e.g. data-team",onChange:l=>t(ml(e,"owner",l.target.value))})]}),i.jsxs("div",{style:a,children:[i.jsx("span",{style:s,children:"tags"}),i.jsx("input",{style:{...o,width:110},value:r.tags.join(", "),placeholder:"revenue, kpi",onChange:l=>{const E=l.target.value.split(",").map(c=>c.trim()).filter(Boolean);t(hk(e,E))}})]}),i.jsxs("div",{style:{...a,flex:1},children:[i.jsx("span",{style:s,children:"description"}),i.jsx("input",{style:{...o,flex:1,minWidth:120},value:r.description,placeholder:"What this block measures",onChange:l=>t(ml(e,"description",l.target.value))})]})]})}function mk({cell:e,index:t}){var ne;const{state:n,dispatch:r}=ue(),o=oe[n.themeMode],{executeCell:s,executeDependents:a,cancelCell:l}=Pi(),[E,c]=f.useState(!1),[d,u]=f.useState(!1),[T,S]=f.useState(e.name??""),[I,p]=f.useState(!0),[R,A]=f.useState("table"),[h,O]=f.useState(null),[N,m]=f.useState(!1),[C,g]=f.useState(!1),[D,L]=f.useState(!1),U=f.useMemo(()=>D?Uy(e,n.cells):null,[D,e,n.cells]),y=e.type==="sql"||e.type==="dql"||e.type==="chart"||e.type==="pivot"||e.type==="single_value"||e.type==="filter"||e.type==="table",b=Ak(e,o),F=e.type!=="markdown"&&e.type!=="param",_=f.useRef(null),v=f.useRef(e.content),[M,w]=f.useState(!1),P=f.useMemo(()=>n.schemaTables.length>0?Object.fromEntries(n.schemaTables.map($=>[$.name,$.columns.map(q=>q.name)])):void 0,[n.schemaTables]);f.useEffect(()=>{if(e.status==="success"&&e.result){const $=Jr(e.result,e.chartConfig);O($!=="table"?$:null),A($!=="table"?"chart":"table")}},[e.status,e.result,e.chartConfig]);const x=f.useCallback(()=>{F&&s(e.id)},[e.id,s,F]),B=f.useCallback($=>{const q={content:$},se=e.blockBinding;if((se==null?void 0:se.originalContent)!==void 0){const de=$.trim()!==se.originalContent.trim()?"forked":"bound";de!==se.state&&(q.blockBinding={...se,state:de})}r({type:"UPDATE_CELL",id:e.id,updates:q}),w($!==v.current)},[e.id,e.blockBinding,r]),H=f.useCallback(()=>{var q;const $=v.current;r({type:"UPDATE_CELL",id:e.id,updates:{content:$}}),(q=_.current)==null||q.resetTo($),w(!1)},[e.id,r]),j=f.useCallback(()=>{if(e.content.trim())try{const $=Tk(e.content,{language:"sql",tabWidth:2,keywordCase:"upper",linesBetweenQueries:1});r({type:"UPDATE_CELL",id:e.id,updates:{content:$}})}catch{}},[e.content,e.id,r]),J=f.useCallback(()=>{j(),setTimeout(()=>s(e.id),80)},[j,s,e.id]),K=f.useCallback($=>r({type:"UPDATE_CELL",id:e.id,updates:$}),[r,e.id]);if(e.type==="param")return i.jsx($t,{children:i.jsx(gx,{cell:e,themeMode:n.themeMode,onApplyParam:a})});if(e.type==="pivot")return i.jsx($t,{children:i.jsx(Ay,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="single_value")return i.jsx($t,{children:i.jsx(Sy,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="filter")return i.jsx($t,{children:i.jsx(ly,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="chart")return i.jsx($t,{children:i.jsx(oy,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="table")return i.jsx($t,{children:i.jsx(Iy,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="chat")return i.jsx($t,{children:i.jsx(my,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});const W=Rk[e.type];if(W)return i.jsx($t,{children:i.jsx(Lx,{cell:e,themeMode:n.themeMode,title:W.title,subtitle:W.subtitle,color:W.color,badge:W.badge})});const z=()=>{r({type:"DELETE_CELL",id:e.id})},Q=()=>{r({type:"MOVE_CELL",id:e.id,direction:"up"})},X=()=>{r({type:"MOVE_CELL",id:e.id,direction:"down"})},Z=()=>{u(!1),r({type:"UPDATE_CELL",id:e.id,updates:{name:T.trim()||void 0}})},ce=(e.result||e.error)&&e.type!=="markdown";return e.result&&Jr(e.result,e.chartConfig),i.jsxs("div",{onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),style:{display:"flex",gap:0,marginBottom:2},children:[D&&U&&i.jsx(xR,{cell:e,initialContent:U.derivedFromUpstream?U.content:void 0,initialName:U.suggestedName,initialDescription:U.suggestedDescription,onClose:()=>L(!1),onSaved:({path:$,name:q})=>{r({type:"FILE_ADDED",file:{name:q,path:$,type:"block",folder:"blocks"}})}}),i.jsx(pk,{cell:e,t:o}),i.jsxs("div",{style:{flex:1,minWidth:0,borderRadius:8,border:`1px solid ${E||e.status!=="idle"?b:o.cellBorder}`,borderLeft:`2px solid ${b}`,background:o.cellBg,overflow:"hidden",transition:"border-color 0.2s"},children:[i.jsxs("div",{style:{height:32,display:"flex",alignItems:"center",padding:"0 8px 0 10px",gap:8,borderBottom:`1px solid ${o.cellBorder}`,background:`${o.tableHeaderBg}80`},children:[i.jsx("span",{title:e.type==="dql"?"DQL cell — write a governed block (type, owner, description, tests) or use @metric()/@dim() refs":e.type==="sql"?"SQL cell — write raw SQL, reference other cells with {{name}}":void 0,style:{fontSize:10,fontWeight:700,fontFamily:o.fontMono,letterSpacing:"0.08em",color:Nl[e.type]??o.accent,background:`${Nl[e.type]??o.accent}18`,border:`1px solid ${Nl[e.type]??o.accent}40`,borderRadius:4,padding:"1px 6px",flexShrink:0,textTransform:"uppercase"},children:fk[e.type]}),E&&(e.type==="sql"||e.type==="dql")&&i.jsx(Dy,{themeMode:n.themeMode,cellType:e.type,onInsert:$=>B($)}),E&&(e.type==="sql"||e.type==="dql")&&i.jsx("button",{title:"Format SQL (clean up whitespace & keywords)",onClick:j,style:{background:"transparent",border:`1px solid ${o.btnBorder}`,borderRadius:4,color:o.textMuted,fontSize:10,fontFamily:o.font,fontWeight:600,letterSpacing:"0.04em",padding:"1px 7px",cursor:"pointer",transition:"color 0.15s, border-color 0.15s"},onMouseEnter:$=>{$.currentTarget.style.color=o.textSecondary,$.currentTarget.style.borderColor=o.accent},onMouseLeave:$=>{$.currentTarget.style.color=o.textMuted,$.currentTarget.style.borderColor=o.btnBorder},children:"Format"}),M&&(e.type==="sql"||e.type==="dql")&&i.jsx("button",{title:"Reset to last saved version (discard changes)",onClick:H,style:{background:"transparent",border:`1px solid ${o.btnBorder}`,borderRadius:4,color:"#f85149",fontSize:10,fontFamily:o.font,fontWeight:600,letterSpacing:"0.04em",padding:"1px 7px",cursor:"pointer",transition:"color 0.15s, border-color 0.15s"},onMouseEnter:$=>{$.currentTarget.style.borderColor="#f85149"},onMouseLeave:$=>{$.currentTarget.style.borderColor=o.btnBorder},children:"↺ Reset"}),E&&y&&i.jsx("button",{title:"Save this cell as a reusable block",onClick:()=>L(!0),style:{background:"transparent",border:`1px solid ${o.btnBorder}`,borderRadius:4,color:o.textMuted,fontSize:10,fontFamily:o.font,fontWeight:600,letterSpacing:"0.04em",padding:"1px 7px",cursor:"pointer",transition:"color 0.15s, border-color 0.15s"},onMouseEnter:$=>{$.currentTarget.style.color=o.textSecondary,$.currentTarget.style.borderColor=o.accent},onMouseLeave:$=>{$.currentTarget.style.color=o.textMuted,$.currentTarget.style.borderColor=o.btnBorder},children:"Save as Block"}),(e.type==="sql"||e.type==="dql")&&i.jsx(xx,{cells:n.cells,index:t,content:e.content,themeMode:n.themeMode,onInsertHandle:$=>{const q=`{{${$}}}`,se=e.content??"";if(se.includes(q))return;const Se=se.trim().length===0?`SELECT * FROM ${q}`:`${se.replace(/\s*$/,"")} ${q}`;B(Se)}}),d?i.jsx("input",{autoFocus:!0,value:T,onChange:$=>S($.target.value),onBlur:Z,onKeyDown:$=>{$.key==="Enter"&&Z(),$.key==="Escape"&&u(!1)},style:{background:"transparent",border:`1px solid ${o.cellBorderActive}`,borderRadius:4,color:o.textSecondary,fontSize:12,fontFamily:o.fontMono,padding:"1px 6px",outline:"none",width:140}}):e.name&&i.jsx("span",{onClick:()=>{S(e.name??""),u(!0)},title:"Click to rename",style:{color:o.textSecondary,fontSize:12,fontFamily:o.fontMono,cursor:"text",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",maxWidth:200},children:e.name}),i.jsx("div",{style:{flex:1}}),E&&i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[!e.name&&!d&&i.jsx(Yn,{title:"Name this cell",onClick:()=>{S(""),u(!0)},t:o,children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"})})}),F&&e.status==="running"?i.jsx(Yn,{title:"Cancel execution",onClick:()=>l(e.id),t:o,danger:!0,children:i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"currentColor",children:i.jsx("rect",{x:"2",y:"2",width:"6",height:"6",rx:"1"})})}):F?i.jsx(Yn,{title:"Run cell (Shift+Enter)",onClick:x,t:o,accent:!0,children:i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"currentColor",children:i.jsx("path",{d:"M1.5 1.5l7 3.5-7 3.5V1.5Z"})})}):null,i.jsx(Yn,{title:"Move up",onClick:Q,t:o,children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M3.47 7.78a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1-1.06 1.06L8.75 4.81v7.44a.75.75 0 0 1-1.5 0V4.81L4.53 7.78a.75.75 0 0 1-1.06 0Z"})})}),i.jsx(Yn,{title:"Move down",onClick:X,t:o,children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M12.53 8.22a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L2.97 9.28a.75.75 0 0 1 1.06-1.06l2.72 2.97V3.75a.75.75 0 0 1 1.5 0v7.44l2.72-2.97a.75.75 0 0 1 1.06 0Z"})})}),i.jsx(Yn,{title:"Delete cell",onClick:z,t:o,danger:!0,children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"})})})]})]}),e.type==="dql"&&i.jsx(Nk,{content:e.content,onChange:B,t:o}),e.blockBinding&&i.jsx(Ok,{binding:e.blockBinding,t:o,onRevert:async()=>{var q;const $=e.blockBinding;if($)try{const se=await ee.openBlockStudio($.path),Se=Hc(se.source)??se.source;r({type:"UPDATE_CELL",id:e.id,updates:{content:Se,blockBinding:{...$,state:"bound",originalContent:Se}}}),(q=_.current)==null||q.resetTo(Se)}catch(se){console.error("Failed to revert bound cell",se)}},onUnbind:()=>{r({type:"UPDATE_CELL",id:e.id,updates:{blockBinding:void 0}})}}),e.type==="markdown"?i.jsx(Cx,{value:e.content,onChange:B,themeMode:n.themeMode}):i.jsx($c,{value:e.content,onChange:B,onRun:x,themeMode:n.themeMode,schema:P,errorMessage:e.status==="error"?e.error:void 0,editorRef:_}),ce&&i.jsxs("div",{style:{borderTop:`1px solid ${o.cellBorder}`},children:[i.jsxs("div",{style:{height:28,display:"flex",alignItems:"center",padding:"0 12px",gap:10,borderBottom:e.result&&I?`1px solid ${o.cellBorder}`:"none",background:`${o.tableHeaderBg}60`},children:[e.result&&i.jsxs("span",{style:{fontSize:11,fontFamily:o.font,color:o.textMuted},children:[(e.result.rowCount??e.result.rows.length).toLocaleString()," rows",e.result.executionTime!==void 0&&i.jsxs(i.Fragment,{children:[" · ",e.result.executionTime<1e3?`${e.result.executionTime}ms`:`${(e.result.executionTime/1e3).toFixed(2)}s`]})]}),e.fromSnapshot&&e.result&&i.jsx("span",{title:"Result loaded from the last saved run; re-run to refresh.",style:{fontSize:10,fontFamily:o.font,color:o.textMuted,border:`1px solid ${o.btnBorder}`,borderRadius:3,padding:"0 6px",lineHeight:"16px"},children:"cached"}),e.error&&i.jsx("span",{style:{fontSize:11,fontFamily:o.font,color:o.error},children:"Error"}),i.jsx("div",{style:{flex:1}}),e.result&&I&&i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:3,position:"relative"},children:[i.jsx("button",{onClick:()=>{A("table"),m(!1)},style:{padding:"1px 7px",fontSize:10,fontFamily:o.font,borderRadius:3,border:`1px solid ${R==="table"?o.accent:o.btnBorder}`,background:R==="table"?`${o.accent}20`:"transparent",color:R==="table"?o.accent:o.textMuted,cursor:"pointer",transition:"all 0.15s"},children:"Table"}),i.jsxs("div",{style:{position:"relative"},children:[i.jsxs("button",{onClick:()=>{R==="chart"&&N?m(!1):(A("chart"),m($=>!$))},style:{padding:"1px 7px",fontSize:10,fontFamily:o.font,borderRadius:3,border:`1px solid ${R==="chart"?o.accent:o.btnBorder}`,background:R==="chart"?`${o.accent}20`:"transparent",color:R==="chart"?o.accent:o.textMuted,cursor:"pointer",transition:"all 0.15s",display:"flex",alignItems:"center",gap:3},children:[h?((ne=bi.find($=>$.value===h))==null?void 0:ne.label)??"Chart":"Chart",i.jsx("svg",{width:"6",height:"6",viewBox:"0 0 8 8",fill:"currentColor",children:i.jsx("path",{d:"M1 2.5l3 3 3-3",stroke:"currentColor",fill:"none",strokeWidth:"1.2",strokeLinecap:"round"})})]}),N&&i.jsx(Ck,{selected:h,onSelect:$=>{O($),A("chart"),m(!1)},onClose:()=>m(!1),t:o})]}),R==="chart"&&i.jsx("button",{onClick:()=>g($=>!$),title:"Chart configuration",style:{padding:"1px 5px",fontSize:11,borderRadius:3,cursor:"pointer",border:`1px solid ${C?o.accent:o.btnBorder}`,background:C?`${o.accent}20`:"transparent",color:C?o.accent:o.textMuted,transition:"all 0.15s",display:"flex",alignItems:"center"},children:i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.386.506.798.704 1.23.315.698.043 1.44-.476 1.89l-.815.806a.338.338 0 0 0-.079.262c.02.267.02.538 0 .805a.338.338 0 0 0 .079.262l.815.806c.52.45.79 1.192.476 1.89a7.22 7.22 0 0 1-.704 1.23c-.428.609-1.176.806-1.82.63l-1.103-.303c-.066-.019-.176-.011-.299.071a5.09 5.09 0 0 1-.668.386c-.133.066-.194.158-.212.224l-.288 1.107c-.169.645-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.29-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.09 5.09 0 0 1-.668-.387c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a7.12 7.12 0 0 1-.704-1.23c-.315-.698-.043-1.44.476-1.89l.815-.806a.338.338 0 0 0 .079-.262 6.08 6.08 0 0 1 0-.805.338.338 0 0 0-.079-.262l-.815-.806c-.52-.45-.79-1.192-.476-1.89a7.22 7.22 0 0 1 .704-1.23c.428-.609 1.176-.806 1.82-.63l1.103.303c.066.019.176.011.299-.071.214-.143.437-.272.668-.386.133-.066.194-.158.212-.224L6.54 1.29C6.71.645 7.256.095 7.999.031 8.236.01 8.474 0 8.713 0H8ZM8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"})})})]}),i.jsxs("button",{onClick:()=>p($=>!$),style:{background:"transparent",border:"none",cursor:"pointer",color:o.textMuted,fontSize:11,fontFamily:o.font,padding:"2px 4px",display:"flex",alignItems:"center",gap:4},children:[i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:I?"rotate(0deg)":"rotate(-90deg)",transition:"transform 0.15s"},children:i.jsx("path",{d:"M1 3l4 4 4-4",stroke:"currentColor",fill:"none",strokeWidth:"1.5"})}),I?"Hide":"Show"]})]}),I&&i.jsxs(i.Fragment,{children:[e.error&&i.jsx(Fy,{message:e.error,themeMode:n.themeMode,onFix:F?J:void 0,schemaTables:n.schemaTables}),e.result&&!e.error&&(R==="chart"&&h?i.jsxs(i.Fragment,{children:[Ui(h,e.result,n.themeMode,e.chartConfig),C&&i.jsx(gk,{columns:e.result.columns,chartConfig:e.chartConfig,onChange:$=>r({type:"UPDATE_CELL",id:e.id,updates:{chartConfig:{...e.chartConfig,...$}}}),t:o})]}):i.jsx(Ao,{result:e.result,themeMode:n.themeMode}))]})]}),F&&i.jsx(hB,{cellContent:e.content,cellType:e.type,cellName:e.name,themeMode:n.themeMode,t:o,onFocusNode:$=>{r({type:"SET_LINEAGE_FOCUS",nodeId:$}),n.lineageFullscreen||r({type:"TOGGLE_LINEAGE_FULLSCREEN"})}})]})]})}function Yn({title:e,onClick:t,children:n,t:r,accent:o,danger:s}){const[a,l]=f.useState(!1);return i.jsx("button",{title:e,onClick:t,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{width:24,height:24,display:"flex",alignItems:"center",justifyContent:"center",background:a?s?`${r.error}18`:o?`${r.accent}18`:r.btnHover:"transparent",border:"none",borderRadius:4,cursor:"pointer",color:a?s?r.error:o?r.accent:r.textSecondary:r.textMuted,transition:"all 0.15s",padding:0},children:n})}function Ck({selected:e,onSelect:t,onClose:n,t:r}){const[o,s]=f.useState(null);return Ce.useEffect(()=>{const a=l=>{setTimeout(()=>n(),0)};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[n]),i.jsx("div",{onMouseDown:a=>a.stopPropagation(),style:{position:"absolute",top:24,right:0,zIndex:200,background:r.cellBg,border:`1px solid ${r.cellBorder}`,borderRadius:6,boxShadow:"0 8px 24px rgba(0,0,0,0.3)",padding:4,minWidth:130,maxHeight:280,overflowY:"auto",display:"flex",flexDirection:"column",gap:1},children:bi.map(({value:a,label:l})=>i.jsx("button",{onClick:()=>t(a),onMouseEnter:()=>s(a),onMouseLeave:()=>s(null),style:{background:e===a?`${r.accent}20`:o===a?r.btnHover:"transparent",border:"none",borderRadius:4,cursor:"pointer",color:e===a?r.accent:r.textSecondary,fontSize:11,fontFamily:r.font,fontWeight:e===a?600:400,padding:"4px 10px",textAlign:"left",transition:"background 0.1s"},children:l},a))})}function gk({columns:e,chartConfig:t,onChange:n,t:r}){const o={background:r.inputBg,border:`1px solid ${r.inputBorder}`,borderRadius:4,color:r.textPrimary,fontSize:11,fontFamily:r.fontMono,padding:"3px 6px",outline:"none",minWidth:100,flex:1},s={fontSize:9,fontWeight:700,color:r.textMuted,fontFamily:r.font,letterSpacing:"0.05em",textTransform:"uppercase",minWidth:40,flexShrink:0};return i.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:"6px 16px",padding:"8px 12px",borderTop:`1px solid ${r.cellBorder}`,background:`${r.tableHeaderBg}40`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx("span",{style:s,children:"X axis"}),i.jsxs("select",{style:o,value:(t==null?void 0:t.x)??"",onChange:a=>n({x:a.target.value||void 0}),children:[i.jsx("option",{value:"",children:"Auto"}),e.map(a=>i.jsx("option",{value:a,children:a},a))]})]}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx("span",{style:s,children:"Y axis"}),i.jsxs("select",{style:o,value:(t==null?void 0:t.y)??"",onChange:a=>n({y:a.target.value||void 0}),children:[i.jsx("option",{value:"",children:"Auto"}),e.map(a=>i.jsx("option",{value:a,children:a},a))]})]}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx("span",{style:s,children:"Color"}),i.jsxs("select",{style:o,value:(t==null?void 0:t.color)??"",onChange:a=>n({color:a.target.value||void 0}),children:[i.jsx("option",{value:"",children:"None"}),e.map(a=>i.jsx("option",{value:a,children:a},a))]})]}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,flex:1,minWidth:150},children:[i.jsx("span",{style:s,children:"Title"}),i.jsx("input",{style:{...o,fontFamily:r.font},value:(t==null?void 0:t.title)??"",placeholder:"Chart title",onChange:a=>n({title:a.target.value||void 0})})]})]})}function Lk({themeMode:e,onPick:t,autoFocus:n=!0,compact:r=!0}){const o=oe[e],[s,a]=f.useState([]),[l,E]=f.useState(!0),[c,d]=f.useState(""),[u,T]=f.useState(""),[S,I]=f.useState(""),p=f.useRef(null);f.useEffect(()=>{let N=!1;return E(!0),ee.getBlockLibrary().then(m=>{N||a(m.blocks)}).finally(()=>{N||E(!1)}),()=>{N=!0}},[]),f.useEffect(()=>{if(n){const N=setTimeout(()=>{var m;return(m=p.current)==null?void 0:m.focus()},30);return()=>clearTimeout(N)}},[n]);const R=f.useMemo(()=>[...new Set(s.map(N=>N.domain))].sort(),[s]),A=f.useMemo(()=>[...new Set(s.map(N=>N.status))].sort(),[s]),h=f.useMemo(()=>s.filter(N=>{if(c){const m=c.toLowerCase();if(!N.name.toLowerCase().includes(m)&&!N.description.toLowerCase().includes(m))return!1}return!(u&&N.domain!==u||S&&N.status!==S)}),[s,c,u,S]),O={background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:11,fontFamily:o.font,padding:"4px 6px",outline:"none"};return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6,minWidth:r?340:void 0},children:[i.jsxs("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[i.jsx("input",{ref:p,value:c,onChange:N=>d(N.target.value),placeholder:"Search blocks...",style:{...O,flex:1,padding:"6px 8px"}}),i.jsxs("select",{value:u,onChange:N=>T(N.target.value),style:O,children:[i.jsx("option",{value:"",children:"All domains"}),R.map(N=>i.jsx("option",{value:N,children:N},N))]}),i.jsxs("select",{value:S,onChange:N=>I(N.target.value),style:O,children:[i.jsx("option",{value:"",children:"Any"}),A.map(N=>i.jsx("option",{value:N,children:N},N))]})]}),i.jsx("div",{style:{maxHeight:r?220:420,overflowY:"auto",display:"flex",flexDirection:"column",border:`1px solid ${o.cellBorder}`,borderRadius:4},children:l?i.jsx(BT,{t:o,children:"Loading blocks..."}):h.length===0?i.jsx(BT,{t:o,children:s.length===0?"No blocks yet. Save a cell as a block to get started.":"No blocks match your filters."}):h.map(N=>i.jsx(_k,{block:N,onClick:()=>t(N),t:o,compact:r},N.path))})]})}function BT({children:e,t}){return i.jsx("div",{style:{padding:16,textAlign:"center",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:e})}function _k({block:e,onClick:t,t:n,compact:r}){const[o,s]=f.useState(!1),a=Bl[e.status]??n.textMuted;return i.jsxs("button",{onClick:t,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),style:{background:o?`${n.accent}14`:"transparent",border:"none",borderBottom:`1px solid ${n.cellBorder}`,cursor:"pointer",padding:r?"8px 10px":"10px 12px",textAlign:"left",fontFamily:n.font},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:3},children:[i.jsx("span",{style:{fontSize:12,fontWeight:600,color:n.textPrimary},children:e.name}),i.jsx("span",{style:{fontSize:9,fontWeight:600,color:a,background:`${a}18`,padding:"1px 6px",borderRadius:4,textTransform:"uppercase",letterSpacing:"0.04em"},children:e.status})]}),e.description&&i.jsx("div",{style:{fontSize:11,color:n.textMuted,lineHeight:1.3,marginBottom:3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.description}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,fontSize:10,color:n.textMuted},children:[i.jsx("span",{style:{background:n.pillBg,padding:"1px 6px",borderRadius:4},children:e.domain||"no domain"}),e.owner&&i.jsxs("span",{children:["by ",e.owner]})]})]})}const xk=[{type:"block",label:"Block",icon:"◆",color:"#3fb950",group:"library"},{type:"chat",label:"Chat",icon:"✶",color:"#f0883e",group:"compute"},{type:"sql",label:"SQL",icon:"SQL",color:"#388bfd",group:"compute"},{type:"markdown",label:"Text",icon:"Tt",color:"#56d364",group:"compute"},{type:"chart",label:"Chart",icon:"📊",color:"#a371f7",group:"viz"},{type:"pivot",label:"Pivot",icon:"▦",color:"#a371f7",group:"viz"},{type:"single_value",label:"Single value",icon:"123",color:"#a371f7",group:"viz"},{type:"table",label:"Table",icon:"⊞",color:"#79c0ff",group:"viz"},{type:"param",label:"Inputs",icon:"⌸",color:"#e3b341",group:"io"},{type:"filter",label:"Filter",icon:"⟲",color:"#ff7b72",group:"transform"}];function Cl({afterId:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],[o,s]=f.useState(!1),[a,l]=f.useState(!1),[E,c]=f.useState(!1),[d,u]=f.useState(!1),T=f.useRef(null);f.useEffect(()=>{if(!a)return;function R(A){T.current&&!T.current.contains(A.target)&&(l(!1),c(!1))}return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[a]);const S=()=>{l(!1),c(!1)},I=R=>{const A=Ve(R);n({type:"ADD_CELL",cell:A,afterId:e}),R==="sql"&&n({type:"SET_SIDEBAR_PANEL",panel:"schema"}),S()},p=async R=>{let A;try{A=await ee.openBlockStudio(R.path)}catch(N){console.error("Failed to bind block cell",N),window.alert(`Couldn't load block ${R.path}. Check the console for details.`),S();return}const h=Hc(A.source)??A.source,O=Ve("sql",h);O.name=R.name,O.blockBinding={path:R.path,state:"bound",originalContent:h},n({type:"ADD_CELL",cell:O,afterId:e}),S()};return i.jsxs("div",{ref:T,onDragOver:R=>{R.dataTransfer.types.includes(qs)&&(R.preventDefault(),u(!0))},onDragLeave:()=>u(!1),onDrop:R=>{const A=RR(R.dataTransfer.getData(qs));if(!A)return;R.preventDefault(),u(!1);const h=Ve("sql",A.reference);n({type:"ADD_CELL",cell:h,afterId:e}),ee.trackUsage(A.name),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:A.name}}))},onMouseEnter:()=>s(!0),onMouseLeave:()=>{s(!1),u(!1)},style:{position:"relative",height:28,display:"flex",alignItems:"center",justifyContent:"center",cursor:"default"},children:[i.jsx("div",{style:{position:"absolute",left:0,right:0,height:1,background:d?r.accent:o||a?r.cellBorderActive:"transparent",transition:"background 0.15s"}}),(o||a||d)&&i.jsxs("button",{onClick:()=>l(R=>!R),style:{position:"relative",zIndex:2,height:22,padding:"0 10px",borderRadius:11,border:`1px solid ${d?r.accent:r.cellBorderActive}`,background:d?`${r.accent}28`:`${r.accent}18`,color:r.accent,cursor:"pointer",fontSize:12,fontFamily:r.font,fontWeight:500,display:"flex",alignItems:"center",gap:4,transition:"background 0.15s"},children:[i.jsx("span",{style:{fontSize:14,lineHeight:1,marginTop:-1},children:"+"}),"Add cell"]}),a&&i.jsxs("div",{style:{position:"absolute",top:26,left:"50%",transform:"translateX(-50%)",zIndex:100,background:r.modalBg,border:`1px solid ${r.cellBorder}`,borderRadius:10,boxShadow:"0 12px 32px rgba(0,0,0,0.35)",padding:10,display:"flex",flexDirection:"column",gap:8,minWidth:760},children:[i.jsx("div",{style:{display:"flex",gap:6,flexWrap:"nowrap",alignItems:"center",justifyContent:"space-between"},children:xk.map(R=>i.jsx(yk,{entry:R,active:R.type==="block"&&E,onClick:()=>{if(R.type==="block"){c(A=>!A);return}I(R.type)},t:r},R.type))}),E&&i.jsx("div",{style:{padding:"6px 2px 2px",borderTop:`1px solid ${r.cellBorder}`},children:i.jsx(Lk,{themeMode:t.themeMode,onPick:R=>void p(R)})})]})]})}function yk({entry:e,onClick:t,t:n,active:r=!1}){const[o,s]=f.useState(!1),a=r||o;return i.jsxs("button",{onClick:t,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),title:e.label,style:{background:a?`${e.color}18`:"transparent",border:`1px solid ${a?e.color:n.cellBorder}`,borderRadius:8,cursor:"pointer",color:a?e.color:n.textSecondary,fontSize:11,fontFamily:n.font,fontWeight:500,padding:"8px 6px",minWidth:76,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:4,transition:"all 0.12s"},children:[i.jsx("span",{style:{fontSize:14,fontFamily:n.fontMono,fontWeight:700,color:e.color,letterSpacing:"0.02em"},children:e.icon}),i.jsx("span",{style:{letterSpacing:"0.02em"},children:e.label})]})}function Dk({registerCellRef:e}){const{state:t,dispatch:n}=ue(),{executeCell:r}=Pi(),o=oe[t.themeMode],[s,a]=f.useState(null),l=f.useRef(0),[E,c]=f.useState(null),[d,u]=f.useState(null);f.useCallback(R=>{a(R)},[]),f.useEffect(()=>{s&&t.inspectorOpen&&n({type:"SET_INSPECTOR_CONTEXT",context:{kind:"cell",cellId:s}})},[s,t.inspectorOpen,n]),f.useEffect(()=>{function R(A){var m;if(!s)return;const h=A.target;if(h.tagName==="TEXTAREA"||h.tagName==="INPUT"||h.isContentEditable||h.closest(".cm-editor")){a(null);return}const O=t.cells,N=O.findIndex(C=>C.id===s);if(N!==-1)switch(A.key){case"a":{A.preventDefault();const C=Ve("sql");if(N===0)n({type:"ADD_CELL",cell:C,afterId:O[0].id}),n({type:"MOVE_CELL",id:C.id,direction:"up"});else{const g=O[N-1].id;n({type:"ADD_CELL",cell:C,afterId:g})}a(C.id);break}case"b":{A.preventDefault();const C=Ve("sql");n({type:"ADD_CELL",cell:C,afterId:s}),a(C.id);break}case"d":{A.preventDefault();const C=Date.now();if(C-l.current<=500){if(n({type:"DELETE_CELL",id:s}),O.length>1){const g=N>0?N-1:1;a(((m=O[g])==null?void 0:m.id)??null)}else a(null);l.current=0}else l.current=C;break}case"Enter":{if(A.shiftKey){A.preventDefault();const C=O[N];C&&C.type!=="markdown"&&r(C.id)}break}}}return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[s,t.cells,n,r]),f.useEffect(()=>{function R(A){A.target.closest("[data-cell-id]")||a(null)}return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[]);const T=f.useCallback((R,A)=>{c(A),R.dataTransfer.effectAllowed="move",R.dataTransfer.setData("text/plain",String(A));const h=R.currentTarget;setTimeout(()=>{h.style.opacity="0.4"},0)},[]),S=f.useCallback(R=>{R.currentTarget.style.opacity="1",c(null),u(null)},[]),I=f.useCallback((R,A)=>{R.preventDefault(),R.dataTransfer.dropEffect="move",u(A)},[]),p=f.useCallback((R,A)=>{R.preventDefault(),E!==null&&E!==A&&n({type:"REORDER_CELL",fromIndex:E,toIndex:A}),c(null),u(null)},[E,n]);return t.cells.length===0?i.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",padding:"0 24px",display:"flex",flexDirection:"column"},children:[i.jsx(Cl,{}),i.jsx(Mk,{t:o})]}):i.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",padding:"0 24px",display:"flex",flexDirection:"column"},children:[i.jsx(Cl,{afterId:void 0}),t.cells.map((R,A)=>i.jsxs(Ce.Fragment,{children:[i.jsxs("div",{ref:h=>e(R.id,h),"data-cell-id":R.id,draggable:!0,onDragStart:h=>T(h,A),onDragEnd:S,onDragOver:h=>I(h,A),onDrop:h=>p(h,A),onClick:h=>{const O=h.target;!O.closest(".cm-editor")&&!O.closest("textarea")&&!O.closest("input")&&a(R.id)},style:{outline:s===R.id?`2px solid ${o.accent}40`:"none",outlineOffset:2,borderRadius:10,transition:"outline 0.1s, transform 0.15s",position:"relative",...d===A&&E!==null&&E!==A?{borderTop:`2px solid ${o.accent}`}:{}},children:[i.jsx("div",{style:{position:"absolute",left:-20,top:8,width:16,height:24,display:"flex",alignItems:"center",justifyContent:"center",cursor:"grab",color:o.textMuted,opacity:0,transition:"opacity 0.15s",zIndex:5},className:"drag-handle",children:i.jsxs("svg",{width:"8",height:"14",viewBox:"0 0 8 14",fill:"currentColor",children:[i.jsx("circle",{cx:"2",cy:"2",r:"1.2"}),i.jsx("circle",{cx:"6",cy:"2",r:"1.2"}),i.jsx("circle",{cx:"2",cy:"7",r:"1.2"}),i.jsx("circle",{cx:"6",cy:"7",r:"1.2"}),i.jsx("circle",{cx:"2",cy:"12",r:"1.2"}),i.jsx("circle",{cx:"6",cy:"12",r:"1.2"})]})}),i.jsx(mk,{cell:R,index:A})]}),i.jsx(Cl,{afterId:R.id})]},R.id)),i.jsx("style",{children:`
531
+ [data-cell-id]:hover .drag-handle { opacity: 0.5 !important; }
532
+ [data-cell-id]:hover .drag-handle:hover { opacity: 1 !important; }
533
+ `})]})}function Mk({t:e}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"48px 0",gap:12,color:e.textMuted},children:[i.jsx("svg",{width:"40",height:"40",viewBox:"0 0 16 16",fill:"currentColor",style:{opacity:.3},children:i.jsx("path",{d:"M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 8.75 4.25V1.5ZM8.75 5.5h2.836L10.25 3.664V4.25c0 .138.112.25.25.25H8.75Z"})}),i.jsx("span",{style:{fontSize:13,fontFamily:e.font},children:"Empty notebook. Click + to add your first cell."})]})}function Pk(){const{state:e}=ue(),t=oe[e.themeMode],n=e.cells.filter(r=>r.type==="markdown"||r.result&&r.status!=="running"||r.error);return i.jsx("div",{style:{flex:1,overflow:"auto",background:t.appBg,padding:"32px 24px 48px"},children:i.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",display:"flex",flexDirection:"column",gap:24},children:[i.jsxs("div",{style:{textAlign:"center",marginBottom:8},children:[i.jsx("h1",{style:{fontSize:28,fontWeight:700,color:t.textPrimary,fontFamily:t.font,letterSpacing:"-0.3px",margin:0},children:e.notebookTitle||"Untitled"}),i.jsxs("p",{style:{fontSize:12,color:t.textMuted,fontFamily:t.font,marginTop:6},children:[e.cells.filter(r=>r.result).length," results",e.activeFile?` · ${e.activeFile.path}`:""]})]}),n.length===0?i.jsx("div",{style:{textAlign:"center",padding:48,color:t.textMuted,fontSize:14,fontFamily:t.font},children:"No outputs to display. Run some cells first, then switch to dashboard mode."}):n.map(r=>i.jsx(bk,{cell:r},r.id))]})})}function bk({cell:e}){const{state:t}=ue(),n=oe[t.themeMode];if(e.type==="markdown")return i.jsx("div",{style:{background:n.cellBg,borderRadius:10,border:`1px solid ${n.cellBorder}`,padding:"16px 24px",fontSize:14,lineHeight:1.7,fontFamily:n.font,color:n.textSecondary,whiteSpace:"pre-wrap"},dangerouslySetInnerHTML:{__html:Uk(e.content,n)}});if(e.error)return i.jsxs("div",{style:{background:n.cellBg,borderRadius:10,border:`1px solid ${n.error}40`,padding:"16px 24px"},children:[e.name&&i.jsx(vk,{name:e.name,t:n}),i.jsx("div",{style:{color:n.error,fontSize:12,fontFamily:n.fontMono,whiteSpace:"pre-wrap"},children:e.error})]});if(!e.result)return null;const r=Jr(e.result,e.chartConfig),o=r!=="table";return i.jsxs("div",{style:{background:n.cellBg,borderRadius:10,border:`1px solid ${n.cellBorder}`,overflow:"hidden"},children:[i.jsxs("div",{style:{padding:"10px 20px",borderBottom:`1px solid ${n.cellBorder}`,display:"flex",alignItems:"center",gap:8},children:[e.name?i.jsx("span",{style:{fontSize:13,fontWeight:600,color:n.textPrimary,fontFamily:n.font,flex:1},children:e.name}):i.jsx("span",{style:{flex:1}}),i.jsxs("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.fontMono},children:[e.result.rowCount??e.result.rows.length," rows",e.result.executionTime!=null&&i.jsxs(i.Fragment,{children:[" · ",e.result.executionTime<1e3?`${e.result.executionTime}ms`:`${(e.result.executionTime/1e3).toFixed(1)}s`]})]})]}),i.jsx("div",{style:{padding:o?"16px 20px":0},children:o?Ui(r,e.result,t.themeMode,e.chartConfig):i.jsx(Ao,{result:e.result,themeMode:t.themeMode})})]})}function vk({name:e,t}){return i.jsx("div",{style:{fontSize:13,fontWeight:600,color:t.textPrimary,fontFamily:t.font,marginBottom:8},children:e})}function Uk(e,t){const n=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");return e.split(`
534
+ `).map(r=>{const o=r.trim(),s=o.match(/^(#{1,6})\s+(.+)$/);if(s){const l=s[1].length;return`<div style="font-size:${["28px","22px","18px","16px","14px","13px"][l-1]};font-weight:${l<=2?700:600};color:${t.textPrimary};margin:8px 0 4px">${n(s[2])}</div>`}if(/^[-*_]{3,}$/.test(o))return`<hr style="border:none;border-top:1px solid ${t.cellBorder};margin:8px 0"/>`;if(!o)return'<div style="height:6px"></div>';let a=n(o);return a=a.replace(/\*{2}(.+?)\*{2}/g,"<strong>$1</strong>"),a=a.replace(/\*(.+?)\*/g,"<em>$1</em>"),a=a.replace(/`(.+?)`/g,`<code style="background:${t.editorBg};padding:1px 4px;border-radius:3px;font-size:0.9em">$1</code>`),`<div style="margin-bottom:4px">${a}</div>`}).join("")}const lI=[{value:"draft",label:"Draft",dot:"#f59e0b"},{value:"in_review",label:"In review",dot:"#5b8def"},{value:"certified",label:"Certified",dot:"#4ade80"},{value:"deprecated",label:"Deprecated",dot:"#ef4444"}];function wk(e){return e?lI.find(t=>t.value===e)??{value:e,label:e,dot:"#888"}:null}function Bk(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState(null),s=f.useRef(null);if(f.useEffect(()=>{if(!r)return;const S=p=>{s.current&&!s.current.contains(p.target)&&o(null)},I=p=>{p.key==="Escape"&&o(null)};return document.addEventListener("mousedown",S),document.addEventListener("keydown",I),()=>{document.removeEventListener("mousedown",S),document.removeEventListener("keydown",I)}},[r]),!e.activeFile)return null;const a=e.activeFile.name.replace(/\.dqlnb$/,""),l=e.notebookMetadata,E=S=>{t({type:"UPDATE_NOTEBOOK_METADATA",updates:S})},c=wk(l.status),d=(l.categories??[]).length>0,u=!!l.description,T=!!l.projectFilter;return i.jsxs("div",{ref:s,style:{maxWidth:1080,margin:"0 auto",padding:"32px 48px 8px",display:"flex",flexDirection:"column",gap:12},children:[i.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6,alignItems:"center",position:"relative"},children:[i.jsx(Is,{t:n,active:r==="status",filled:!!c,icon:i.jsx("span",{style:{color:(c==null?void 0:c.dot)??n.textMuted,fontSize:12},children:"●"}),label:(c==null?void 0:c.label)??"Add status",onClick:()=>o(r==="status"?null:"status"),children:r==="status"&&i.jsxs(hs,{t:n,children:[lI.map(S=>i.jsxs("button",{onClick:()=>{E({status:S.value}),o(null)},style:HT(n,l.status===S.value),children:[i.jsx("span",{style:{color:S.dot,fontSize:12},children:"●"}),i.jsx("span",{children:S.label})]},S.value)),l.status&&i.jsx("button",{onClick:()=>{E({status:void 0}),o(null)},style:{...HT(n,!1),color:n.textMuted},children:i.jsx("span",{children:"Clear"})})]})}),i.jsx(Is,{t:n,active:r==="categories",filled:d,icon:i.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"#"}),label:d?(l.categories??[]).slice(0,3).join(", ")+((l.categories??[]).length>3?"…":""):"Add categories",onClick:()=>o(r==="categories"?null:"categories"),children:r==="categories"&&i.jsx(hs,{t:n,width:260,children:i.jsx(Gk,{t:n,value:l.categories??[],onChange:S=>E({categories:S.length?S:void 0})})})}),i.jsx(Is,{t:n,active:r==="description",filled:u,icon:i.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"✎"}),label:u?FT(l.description,48):"Add description",onClick:()=>o(r==="description"?null:"description"),children:r==="description"&&i.jsx(hs,{t:n,width:320,children:i.jsx(GT,{multiline:!0,initial:l.description??"",onCommit:S=>E({description:S||void 0}),placeholder:"What does this notebook answer?",style:Fk(n)})})}),i.jsx(Is,{t:n,active:r==="projectFilter",filled:T,icon:i.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"⌕"}),label:T?FT(l.projectFilter,32):"Add project filter",onClick:()=>o(r==="projectFilter"?null:"projectFilter"),children:r==="projectFilter"&&i.jsx(hs,{t:n,width:280,children:i.jsx(GT,{initial:l.projectFilter??"",onCommit:S=>E({projectFilter:S||void 0}),placeholder:"e.g. team:analytics",style:cI(n)})})})]}),i.jsx("div",{style:{fontSize:22,fontWeight:600,color:n.textPrimary,fontFamily:n.font,letterSpacing:"-0.01em"},children:a})]})}function FT(e,t){return e.length>t?`${e.slice(0,t-1)}…`:e}function GT({initial:e,onCommit:t,multiline:n,placeholder:r,style:o}){const[s,a]=f.useState(e),l=f.useRef(s);l.current=s;const E=()=>{const c=l.current.trim();c!==e.trim()&&t(c)};return f.useEffect(()=>()=>E(),[]),n?i.jsx("textarea",{autoFocus:!0,value:s,onChange:c=>a(c.target.value),onBlur:E,placeholder:r,rows:4,style:o}):i.jsx("input",{autoFocus:!0,value:s,onChange:c=>a(c.target.value),onBlur:E,onKeyDown:c=>{c.key==="Enter"&&(c.preventDefault(),c.target.blur())},placeholder:r,style:o})}function Is({t:e,active:t,filled:n,icon:r,label:o,onClick:s,children:a}){return i.jsxs("div",{style:{position:"relative"},children:[i.jsxs("button",{className:"dql-meta-pill",onClick:s,style:{display:"inline-flex",alignItems:"center",gap:6,padding:"3px 9px",borderRadius:12,border:n?`1px solid ${e.cellBorder}`:`1px dashed ${e.cellBorder}`,background:t?`${e.accent}12`:n?e.pillBg:"transparent",color:n?e.textPrimary:e.textMuted,fontSize:11,fontFamily:e.font,cursor:"pointer",transition:"background-color 80ms, border-color 80ms","--dql-pill-hover-bg":`${e.accent}10`,"--dql-pill-hover-border":e.textMuted},children:[r,i.jsx("span",{children:o})]}),a]})}function hs({t:e,width:t=200,children:n}){return i.jsx("div",{style:{position:"absolute",top:"calc(100% + 6px)",left:0,zIndex:20,width:t,background:e.modalBg,border:`1px solid ${e.cellBorder}`,borderRadius:6,padding:6,boxShadow:"0 8px 24px rgba(0,0,0,0.35)",display:"flex",flexDirection:"column",gap:4},children:n})}function HT(e,t){return{display:"inline-flex",alignItems:"center",gap:8,padding:"6px 8px",borderRadius:4,border:"none",background:t?`${e.accent}18`:"transparent",color:e.textPrimary,fontSize:12,fontFamily:e.font,textAlign:"left",cursor:"pointer"}}function Fk(e){return{width:"100%",background:e.editorBg,border:`1px solid ${e.cellBorder}`,borderRadius:4,color:e.textPrimary,fontSize:12,fontFamily:e.font,padding:8,outline:"none",resize:"vertical"}}function cI(e){return{width:"100%",background:e.editorBg,border:`1px solid ${e.cellBorder}`,borderRadius:4,color:e.textPrimary,fontSize:12,fontFamily:e.fontMono,padding:"6px 8px",outline:"none"}}function Gk({t:e,value:t,onChange:n}){const[r,o]=f.useState(""),s=()=>{const a=r.trim();if(a){if(t.includes(a)){o("");return}n([...t,a]),o("")}};return i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[t.length>0&&i.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:4},children:t.map(a=>i.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:4,padding:"2px 6px",borderRadius:10,background:e.pillBg,border:`1px solid ${e.cellBorder}`,color:e.textPrimary,fontSize:11,fontFamily:e.font},children:[a,i.jsx("button",{onClick:()=>n(t.filter(l=>l!==a)),style:{background:"transparent",border:"none",color:e.textMuted,cursor:"pointer",padding:0,fontSize:12,lineHeight:1},"aria-label":`Remove ${a}`,children:"×"})]},a))}),i.jsx("input",{autoFocus:!0,value:r,onChange:a=>o(a.target.value),onKeyDown:a=>{a.key==="Enter"||a.key===","?(a.preventDefault(),s()):a.key==="Backspace"&&!r&&t.length>0&&n(t.slice(0,-1))},placeholder:"Add category, press Enter",style:cI(e)})]})}function Hk({onOpenFile:e,registerCellRef:t}){const{state:n}=ue(),r=oe[n.themeMode];return n.activeFile?n.dashboardMode?i.jsx(Pk,{}):i.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",background:r.appBg},children:[i.jsx(kk,{t:r}),i.jsxs("div",{style:{flex:1,overflow:"auto",padding:"0 0 40px"},children:[i.jsx(Bk,{}),i.jsx(Dk,{registerCellRef:t})]})]}):i.jsx(B_,{onOpenFile:e})}function kk({t:e}){const{state:t}=ue(),n=t.cells.length;return i.jsxs("div",{style:{height:32,flexShrink:0,borderBottom:`1px solid ${e.headerBorder}`,background:e.cellBg,display:"flex",alignItems:"center",padding:"0 16px",gap:12},children:[i.jsx(jk,{t:e}),i.jsx("div",{style:{flex:1}}),i.jsxs("span",{style:{fontSize:11,color:e.textMuted,fontFamily:e.font,display:"flex",alignItems:"center",gap:12},children:[i.jsxs("span",{children:[n," ",n===1?"cell":"cells"]}),t.notebookDirty&&i.jsx("span",{style:{color:e.warning},children:"● unsaved"})]})]})}function jk({t:e}){const{state:t}=ue();if(!t.activeFile)return null;const n=t.activeFile.path.split("/").filter(Boolean);return i.jsx("div",{style:{display:"flex",alignItems:"center",gap:4,fontSize:12,fontFamily:e.fontMono,color:e.textMuted,overflow:"hidden"},children:n.map((r,o)=>i.jsxs(Ce.Fragment,{children:[o>0&&i.jsx("span",{style:{color:e.textMuted,opacity:.5},children:"/"}),i.jsx("span",{style:{color:o===n.length-1?e.textSecondary:e.textMuted,fontWeight:o===n.length-1?500:400,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:o===n.length-1?200:100},children:r})]},o))})}const kT={blank:"Blank",revenue:"Revenue Analysis",pipeline:"Pipeline Health"},Yk={blank:"Start with an empty notebook.",revenue:"Pre-built queries for revenue metrics and trends.",pipeline:"Templates for data pipeline health monitoring."};function jT(e){return e.toLowerCase().replace(/[^a-z0-9\-_\s]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-").slice(0,64)}function Wk(e){return e.trim()?/^[a-zA-Z0-9\-_ ]+$/.test(e)?null:"Only letters, numbers, hyphens, underscores, and spaces allowed.":"Name is required."}function Vk(e){switch(e){case"revenue":return[Ve("markdown",`# Revenue Analysis
535
+
536
+ This notebook analyzes revenue metrics and trends over time.`),{...Ve("sql",`SELECT
537
+ DATE_TRUNC('month', order_date) AS month,
538
+ SUM(amount) AS revenue
539
+ FROM orders
540
+ GROUP BY 1
541
+ ORDER BY 1`),name:"monthly_revenue"},{...Ve("sql",`SELECT
542
+ product_category,
543
+ SUM(amount) AS total_revenue,
544
+ COUNT(*) AS orders
545
+ FROM orders
546
+ GROUP BY 1
547
+ ORDER BY 2 DESC`),name:"revenue_by_category"}];case"pipeline":return[Ve("markdown",`# Pipeline Health
548
+
549
+ Monitor data pipeline performance, SLA compliance, and error rates.`),{...Ve("sql",`SELECT
550
+ pipeline_name,
551
+ COUNT(*) AS runs,
552
+ AVG(duration_seconds) AS avg_duration,
553
+ SUM(CASE WHEN status = 'failed' THEN 1 ELSE 0 END) AS failures
554
+ FROM pipeline_runs
555
+ GROUP BY 1
556
+ ORDER BY 4 DESC`),name:"pipeline_summary"},{...Ve("sql",`SELECT
557
+ *
558
+ FROM pipeline_runs
559
+ WHERE status = 'failed'
560
+ AND run_date >= CURRENT_DATE - INTERVAL '7 days'
561
+ ORDER BY run_date DESC`),name:"recent_failures"}];default:return[Ve("sql")]}}function $k({onFileOpened:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],[o,s]=f.useState(""),[a,l]=f.useState("blank"),[E,c]=f.useState(null),[d,u]=f.useState(!1),T=f.useRef(null);f.useEffect(()=>{var p;(p=T.current)==null||p.focus()},[]),f.useEffect(()=>{const p=R=>{R.key==="Escape"&&n({type:"CLOSE_NEW_NOTEBOOK_MODAL"})};return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[n]);const S=async()=>{const p=Wk(o);if(p){c(p);return}u(!0),c(null);const R=jT(o),A=Vk(a);try{const h=await ee.createNotebook(R,a),O={name:`${R}.dqlnb`,path:h.path,type:"notebook",folder:"notebooks",isNew:!0};n({type:"FILE_ADDED",file:O}),n({type:"OPEN_FILE",file:O,cells:A,title:o.trim()}),n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),e(O)}catch{const h=`notebooks/${R}.dqlnb`,O={name:`${R}.dqlnb`,path:h,type:"notebook",folder:"notebooks",isNew:!0};n({type:"FILE_ADDED",file:O}),n({type:"OPEN_FILE",file:O,cells:A,title:o.trim()}),n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),e(O)}finally{u(!1)}},I=p=>{p.target===p.currentTarget&&n({type:"CLOSE_NEW_NOTEBOOK_MODAL"})};return i.jsx("div",{onClick:I,style:{position:"fixed",inset:0,background:r.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,backdropFilter:"blur(4px)"},children:i.jsxs("div",{style:{background:r.modalBg,border:`1px solid ${r.cellBorder}`,borderRadius:12,width:480,maxWidth:"calc(100vw - 48px)",boxShadow:"0 20px 60px rgba(0,0,0,0.5)",overflow:"hidden"},children:[i.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[i.jsx("h2",{style:{fontSize:16,fontWeight:600,color:r.textPrimary,fontFamily:r.font,margin:0},children:"New Notebook"}),i.jsx("button",{onClick:()=>n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),style:{background:"transparent",border:"none",cursor:"pointer",color:r.textMuted,fontSize:18,lineHeight:1,padding:"2px 4px",borderRadius:4},children:"×"})]}),i.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:20},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Name"}),i.jsx("input",{ref:T,value:o,onChange:p=>{s(p.target.value),c(null)},onKeyDown:p=>{p.key==="Enter"&&S()},placeholder:"my-analysis",style:{background:r.inputBg,border:`1px solid ${E?r.error:r.inputBorder}`,borderRadius:6,color:r.textPrimary,fontSize:13,fontFamily:r.font,padding:"8px 12px",outline:"none",transition:"border-color 0.15s"}}),E&&i.jsx("span",{style:{fontSize:11,color:r.error,fontFamily:r.font},children:E}),o&&!E&&i.jsxs("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.fontMono},children:["File: ",jT(o),".dqlnb"]})]}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Template"}),i.jsx("div",{style:{display:"flex",flexDirection:"column",gap:8},children:Object.keys(kT).map(p=>i.jsx(Xk,{value:p,selected:a===p,onSelect:()=>l(p),label:kT[p],description:Yk[p],t:r},p))})]})]}),i.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${r.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[i.jsx("button",{onClick:()=>n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),style:{background:r.btnBg,border:`1px solid ${r.btnBorder}`,borderRadius:6,color:r.textSecondary,cursor:"pointer",fontSize:13,fontFamily:r.font,fontWeight:500,padding:"7px 16px"},children:"Cancel"}),i.jsx("button",{onClick:S,disabled:d||!o.trim(),style:{background:r.accent,border:`1px solid ${r.accent}`,borderRadius:6,color:"#ffffff",cursor:d||!o.trim()?"not-allowed":"pointer",fontSize:13,fontFamily:r.font,fontWeight:500,padding:"7px 20px",opacity:d||!o.trim()?.6:1,display:"flex",alignItems:"center",gap:6},children:d?"Creating…":"Create Notebook"})]})]})})}function Xk({value:e,selected:t,onSelect:n,label:r,description:o,t:s}){const[a,l]=f.useState(!1);return i.jsxs("div",{onClick:n,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{display:"flex",alignItems:"flex-start",gap:10,padding:"10px 12px",borderRadius:8,border:`1px solid ${t?s.cellBorderActive:a?s.textMuted:s.inputBorder}`,background:t?`${s.cellBorderActive}10`:a?s.sidebarItemHover:"transparent",cursor:"pointer",transition:"all 0.15s"},children:[i.jsx("div",{style:{width:16,height:16,borderRadius:8,border:`2px solid ${t?s.accent:s.textMuted}`,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,marginTop:1,transition:"border-color 0.15s"},children:t&&i.jsx("div",{style:{width:8,height:8,borderRadius:4,background:s.accent}})}),i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:13,fontWeight:500,color:s.textPrimary,fontFamily:s.font,marginBottom:2},children:r}),i.jsx("div",{style:{fontSize:12,color:s.textSecondary,fontFamily:s.font},children:o})]})]})}function YT(e){return e.toLowerCase().replace(/[^a-z0-9\-_\s]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-").slice(0,64)}function Kk(e){return e.trim()?/^[a-zA-Z0-9\-_ ]+$/.test(e)?null:"Only letters, numbers, hyphens, underscores, and spaces allowed.":"Name is required."}function zk({onFileOpened:e}){const{state:t,dispatch:n}=ue(),r=oe[t.themeMode],[o,s]=f.useState(""),[a,l]=f.useState(null),[E,c]=f.useState(!1),d=f.useRef(null);f.useEffect(()=>{var S;(S=d.current)==null||S.focus()},[]),f.useEffect(()=>{const S=I=>{I.key==="Escape"&&n({type:"CLOSE_NEW_BLOCK_MODAL"})};return document.addEventListener("keydown",S),()=>document.removeEventListener("keydown",S)},[n]);const u=async()=>{var p;const S=Kk(o);if(S){l(S);return}c(!0),l(null);const I=YT(o);try{const R=await ee.createBlock(o.trim()),A={name:`${I}.dql`,path:R.path,type:"block",folder:"blocks",isNew:!0};n({type:"FILE_ADDED",file:A}),n({type:"CLOSE_NEW_BLOCK_MODAL"}),e(A)}catch(R){(p=R.message)!=null&&p.includes("already exists")?l("A block with this name already exists."):l(R.message??"Failed to create block.")}finally{c(!1)}},T=S=>{S.target===S.currentTarget&&n({type:"CLOSE_NEW_BLOCK_MODAL"})};return i.jsx("div",{onClick:T,style:{position:"fixed",inset:0,background:r.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,backdropFilter:"blur(4px)"},children:i.jsxs("div",{style:{background:r.modalBg,border:`1px solid ${r.cellBorder}`,borderRadius:12,width:420,maxWidth:"calc(100vw - 48px)",boxShadow:"0 20px 60px rgba(0,0,0,0.5)",overflow:"hidden"},children:[i.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[i.jsx("h2",{style:{fontSize:16,fontWeight:600,color:r.textPrimary,fontFamily:r.font,margin:0},children:"New Block"}),i.jsx("button",{onClick:()=>n({type:"CLOSE_NEW_BLOCK_MODAL"}),style:{background:"transparent",border:"none",cursor:"pointer",color:r.textMuted,fontSize:18,lineHeight:1,padding:"2px 4px",borderRadius:4},children:"×"})]}),i.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:16},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[i.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Block Name"}),i.jsx("input",{ref:d,value:o,onChange:S=>{s(S.target.value),l(null)},onKeyDown:S=>{S.key==="Enter"&&u()},placeholder:"revenue-summary",style:{background:r.inputBg,border:`1px solid ${a?r.error:r.inputBorder}`,borderRadius:6,color:r.textPrimary,fontSize:13,fontFamily:r.font,padding:"8px 12px",outline:"none",transition:"border-color 0.15s"}}),a&&i.jsx("span",{style:{fontSize:11,color:r.error,fontFamily:r.font},children:a}),o&&!a&&i.jsxs("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.fontMono},children:["blocks/",YT(o),".dql"]})]}),i.jsxs("div",{style:{fontSize:12,color:r.textMuted,fontFamily:r.font,lineHeight:1.5,padding:"8px 12px",background:r.pillBg,borderRadius:6},children:["Blocks are reusable SQL queries stored in the ",i.jsx("code",{style:{fontFamily:r.fontMono,fontSize:11},children:"blocks/"})," folder. They can be referenced from notebooks and other blocks."]})]}),i.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${r.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[i.jsx("button",{onClick:()=>n({type:"CLOSE_NEW_BLOCK_MODAL"}),style:{background:r.btnBg,border:`1px solid ${r.btnBorder}`,borderRadius:6,color:r.textSecondary,cursor:"pointer",fontSize:13,fontFamily:r.font,fontWeight:500,padding:"7px 16px"},children:"Cancel"}),i.jsx("button",{onClick:u,disabled:E||!o.trim(),style:{background:r.accent,border:`1px solid ${r.accent}`,borderRadius:6,color:"#ffffff",cursor:E||!o.trim()?"not-allowed":"pointer",fontSize:13,fontFamily:r.font,fontWeight:500,padding:"7px 20px",opacity:E||!o.trim()?.6:1,display:"flex",alignItems:"center",gap:6},children:E?"Creating...":"Create Block"})]})]})})}function Jk({item:e,favorite:t,onInsert:n,onPreview:r,onCopySql:o,onToggleFavorite:s,t:a}){if(!e)return null;const l=e.kind==="metric"||e.kind==="dimension",E=!!e.sql,c=e.source?`${e.source.provider} · ${e.source.objectType}`:null;return i.jsxs("div",{style:{borderTop:`1px solid ${a.headerBorder}`,padding:"12px 10px",display:"flex",flexDirection:"column",gap:10,background:`${a.cellBg}cc`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsxs("div",{style:{flex:1,minWidth:0},children:[i.jsx("div",{style:{fontSize:12,fontWeight:600,color:a.textPrimary,fontFamily:a.font},children:e.label||e.name}),i.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[e.kind," · ",e.name]})]}),i.jsx("button",{onClick:s,style:{background:t?"#e3b34122":"transparent",border:`1px solid ${t?"#e3b34166":a.cellBorder}`,borderRadius:6,color:t?"#e3b341":a.textMuted,cursor:"pointer",fontSize:11,fontFamily:a.font,padding:"4px 8px"},children:t?"Favorited":"Favorite"})]}),e.description&&i.jsx("div",{style:{fontSize:12,color:a.textSecondary,fontFamily:a.font,lineHeight:1.5},children:e.description}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:8,fontSize:11,fontFamily:a.fontMono,color:a.textMuted},children:[i.jsxs("div",{children:["domain: ",e.domain||"uncategorized"]}),i.jsxs("div",{children:["owner: ",e.owner??"unassigned"]}),e.table?i.jsxs("div",{children:["table: ",e.table]}):i.jsx("div",{}),e.cube?i.jsxs("div",{children:["cube: ",e.cube]}):i.jsx("div",{}),e.type?i.jsxs("div",{children:["type: ",e.type]}):i.jsx("div",{}),c?i.jsxs("div",{children:["source: ",c]}):i.jsx("div",{})]}),e.tags.length>0&&i.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:e.tags.map(d=>i.jsx("span",{style:{fontSize:10,color:a.textMuted,background:a.pillBg,borderRadius:999,padding:"2px 8px",fontFamily:a.font},children:d},d))}),e.sql&&i.jsxs("div",{style:{position:"relative"},children:[i.jsx("pre",{style:{margin:0,padding:"8px 10px",paddingRight:32,background:a.editorBg,border:`1px solid ${a.cellBorder}`,borderRadius:6,fontSize:10,fontFamily:a.fontMono,color:a.textSecondary,overflowX:"auto",whiteSpace:"pre-wrap"},children:e.sql}),i.jsx("button",{onClick:o,title:"Copy SQL",style:{position:"absolute",top:6,right:6,background:a.btnBg,border:`1px solid ${a.cellBorder}`,borderRadius:4,color:a.textMuted,cursor:"pointer",fontSize:10,fontFamily:a.font,padding:"2px 6px",opacity:.7,lineHeight:1},children:"Copy"})]}),e.joins&&e.joins.length>0&&i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[i.jsx("div",{style:{fontSize:11,fontWeight:600,color:a.textSecondary,fontFamily:a.font},children:"Joins"}),e.joins.map(d=>i.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[d.left," ",d.type," ",d.right]},d.name))]}),e.levels&&e.levels.length>0&&i.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[i.jsx("div",{style:{fontSize:11,fontWeight:600,color:a.textSecondary,fontFamily:a.font},children:"Levels"}),e.levels.map(d=>i.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[d.order,". ",d.label," → ",d.dimension]},d.name))]}),i.jsxs("div",{style:{display:"flex",gap:8},children:[i.jsx("button",{onClick:r,disabled:!E,style:{flex:1,background:a.btnBg,border:`1px solid ${a.btnBorder}`,borderRadius:6,color:a.textSecondary,cursor:"pointer",fontSize:11,fontFamily:a.font,padding:"6px 10px"},children:"Preview Data"}),i.jsx("button",{onClick:o,disabled:!e.sql,style:{flex:1,background:a.btnBg,border:`1px solid ${a.btnBorder}`,borderRadius:6,color:a.textSecondary,cursor:"pointer",fontSize:11,fontFamily:a.font,padding:"6px 10px"},children:"Copy SQL"}),i.jsx("button",{onClick:n,disabled:!l,style:{flex:1,background:a.accent,border:`1px solid ${a.accent}`,borderRadius:6,color:"#fff",cursor:"pointer",fontSize:11,fontFamily:a.font,padding:"6px 10px"},children:l?"Insert":"Inspect"})]})]})}function qk({query:e,provider:t,cube:n,owner:r,domain:o,tag:s,type:a,providers:l,cubes:E,owners:c,domains:d,tags:u,onQueryChange:T,onProviderChange:S,onCubeChange:I,onOwnerChange:p,onDomainChange:R,onTagChange:A,onTypeChange:h,t:O}){const N={width:"100%",background:O.inputBg,border:`1px solid ${O.inputBorder}`,borderRadius:6,color:O.textPrimary,fontSize:12,fontFamily:O.font,padding:"7px 10px",outline:"none",boxSizing:"border-box"};return i.jsxs("div",{style:{padding:"10px",display:"flex",flexDirection:"column",gap:8,borderBottom:`1px solid ${O.headerBorder}`},children:[i.jsx("input",{value:e,onChange:m=>T(m.target.value),placeholder:"Search labels, cubes, owners, tags...",style:N}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",gap:6},children:[i.jsxs("select",{value:t,onChange:m=>S(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All providers"}),l.map(m=>i.jsx("option",{value:m,children:m},m))]}),i.jsxs("select",{value:o,onChange:m=>R(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All domains"}),d.map(m=>i.jsx("option",{value:m,children:m},m))]}),i.jsxs("select",{value:n,onChange:m=>I(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All cubes"}),E.map(m=>i.jsx("option",{value:m,children:m},m))]}),i.jsxs("select",{value:r,onChange:m=>p(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All owners"}),c.map(m=>i.jsx("option",{value:m,children:m},m))]}),i.jsxs("select",{value:s,onChange:m=>A(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All tags"}),u.map(m=>i.jsx("option",{value:m,children:m},m))]}),i.jsxs("select",{value:a,onChange:m=>h(m.target.value),style:N,children:[i.jsx("option",{value:"",children:"All types"}),i.jsx("option",{value:"cube",children:"Cubes"}),i.jsx("option",{value:"metric",children:"Metrics"}),i.jsx("option",{value:"dimension",children:"Dimensions"}),i.jsx("option",{value:"hierarchy",children:"Hierarchies"}),i.jsx("option",{value:"segment",children:"Segments"}),i.jsx("option",{value:"pre_aggregation",children:"Pre-aggregations"})]})]})]})}function lc({label:e,depth:t=0,badge:n,badgeColor:r,count:o,expanded:s,favorite:a,selected:l,onClick:E,onDoubleClick:c,onToggle:d,onFavoriteToggle:u,onDragStart:T,title:S,muted:I,t:p}){const[R,A]=f.useState(!1);return i.jsxs("button",{draggable:!!T,onDragStart:T,onClick:E,onDoubleClick:c,onMouseEnter:()=>A(!0),onMouseLeave:()=>A(!1),title:S,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:`5px 8px 5px ${10+t*14}px`,background:l?`${p.accent}18`:R?p.sidebarItemHover:"transparent",border:"none",cursor:"pointer",color:I?p.textMuted:p.textPrimary,fontSize:12,fontFamily:p.font,textAlign:"left"},children:[d?i.jsx("span",{onClick:h=>{h.stopPropagation(),d()},style:{display:"inline-flex",transform:s?"rotate(90deg)":"rotate(0deg)",transition:"transform 0.15s",color:p.textMuted},children:i.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:i.jsx("path",{d:"M3 2l4 3-4 3V2Z"})})}):i.jsx("span",{style:{width:10,flexShrink:0}}),i.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e}),n&&i.jsx("span",{style:{fontSize:9,fontFamily:p.fontMono,color:r??p.accent,background:`${r??p.accent}18`,borderRadius:4,padding:"1px 4px",flexShrink:0},children:n}),typeof o=="number"&&i.jsx("span",{style:{fontSize:10,color:p.textMuted,background:p.pillBg,borderRadius:999,padding:"1px 6px",flexShrink:0},children:o}),typeof a=="boolean"&&i.jsx("span",{onClick:h=>{h.stopPropagation(),u==null||u()},style:{color:a?"#e3b341":p.textMuted,display:"inline-flex",flexShrink:0},children:i.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:i.jsx("path",{d:"M8 1.25l1.938 3.927 4.335.63-3.136 3.056.74 4.318L8 11.143l-3.877 2.038.74-4.318L1.727 5.807l4.335-.63L8 1.25Z"})})})]})}const Os=31,WT=10;function Qk(){var Ho,ko,jo,Yo,Wo,Cr,Vo,$o,Xo;const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState("semantic"),[s,a]=f.useState("validate"),[l,E]=f.useState(""),[c,d]=f.useState(""),[u,T]=f.useState(""),[S,I]=f.useState(""),[p,R]=f.useState(""),[A,h]=f.useState(""),[O,N]=f.useState(""),[m,C]=f.useState({}),[g,D]=f.useState(null),[L,U]=f.useState(null),[y,b]=f.useState([]),[F,_]=f.useState({}),[v,M]=f.useState(""),[w,P]=f.useState(new Set),[x,B]=f.useState(!1),[H,j]=f.useState(!1),[J,K]=f.useState(null),[W,z]=f.useState(null),[Q,X]=f.useState([]),[Z,ce]=f.useState(!1),[ne,$]=f.useState(null),[q,se]=f.useState(!1),[Se,de]=f.useState(!1),[Ae,ke]=f.useState(null),[be,ut]=f.useState(null),[cn,Ft]=f.useState(null),[Pn,Lo]=f.useState(!1),[Gt,Ct]=f.useState(0),[Ht,_o]=f.useState(400),[xo,Or]=f.useState(360),[yo,Qi]=f.useState(280),[kt,Do]=f.useState(!1),[jt,Mo]=f.useState(!1),bn=f.useRef(null);f.useEffect(()=>{t({type:"SET_BLOCK_STUDIO_CATALOG_LOADING",loading:!0}),z(null),ee.getBlockStudioCatalog().then(k=>{t({type:"SET_BLOCK_STUDIO_CATALOG",catalog:k}),b(k.databaseTree)}).catch(()=>{z("Failed to load schema. Check your connection and try refreshing.")}).finally(()=>t({type:"SET_BLOCK_STUDIO_CATALOG_LOADING",loading:!1}))},[t]),f.useEffect(()=>{if(!g||g.startsWith("provider:")||g.startsWith("domain:")||g.startsWith("group:")){U(null);return}ee.getSemanticObject(g).then(U).catch(()=>U(null))},[g]),f.useEffect(()=>{const k=window.setTimeout(()=>{e.blockStudioDraft.trim()&&ee.validateBlockStudio(e.blockStudioDraft,e.activeBlockPath).then(Ee=>t({type:"SET_BLOCK_STUDIO_VALIDATION",validation:Ee})).catch(()=>{})},250);return()=>window.clearTimeout(k)},[e.blockStudioDraft,e.activeBlockPath,t]);const Nr=((Ho=e.blockStudioCatalog)==null?void 0:Ho.semanticTree)??null,et=f.useMemo(()=>Tj(Nr)?Nr:Sj(e.semanticLayer),[Nr,e.semanticLayer]),Zi=f.useMemo(()=>gl(et,"provider"),[et]),ea=f.useMemo(()=>gl(et,"cube"),[et]),ta=f.useMemo(()=>gl(et,"owner"),[et]),vn=f.useMemo(()=>et?EI(et,{query:l,provider:c,domain:u,cube:S,owner:p,tag:A,type:O}):null,[et,l,c,u,S,p,A,O]),En=f.useMemo(()=>dI((vn==null?void 0:vn.children)??[],m),[vn,m]),na=f.useMemo(()=>dj(y,v),[y,v]),ra=f.useMemo(()=>uj(y),[y]),mr={metrics:e.semanticLayer.metrics.length,dimensions:e.semanticLayer.dimensions.length,hierarchies:e.semanticLayer.hierarchies.length},oa=En.length*Os,Po=f.useMemo(()=>{const k=Math.max(0,Math.floor(Gt/Os)-WT),Ee=Math.min(En.length,Math.ceil((Gt+Ht)/Os)+WT);return{offsetTop:k*Os,rows:En.slice(k,Ee)}},[En,Gt,Ht]);f.useEffect(()=>{const k=bn.current;if(!k)return;const Ee=()=>_o(k.clientHeight||400);if(Ee(),typeof ResizeObserver>"u")return window.addEventListener("resize",Ee),()=>window.removeEventListener("resize",Ee);const me=new ResizeObserver(()=>Ee());return me.observe(k),()=>me.disconnect()},[]),f.useEffect(()=>{Ct(0),bn.current&&(bn.current.scrollTop=0)},[l,c,u,S,p,A,O]);const Un=f.useMemo(()=>{var Ee;const k=dd(e.blockStudioDraft);return e.blockStudioMetadata?{...k,name:(k==null?void 0:k.name)||e.blockStudioMetadata.name,domain:(k==null?void 0:k.domain)||e.blockStudioMetadata.domain,description:(k==null?void 0:k.description)||e.blockStudioMetadata.description,owner:(k==null?void 0:k.owner)||e.blockStudioMetadata.owner,tags:(Ee=k==null?void 0:k.tags)!=null&&Ee.length?k.tags:e.blockStudioMetadata.tags,blockType:(k==null?void 0:k.blockType)||"custom"}:k},[e.blockStudioDraft,e.blockStudioMetadata]),Tt=(Un==null?void 0:Un.name)??((ko=e.blockStudioMetadata)==null?void 0:ko.name)??null;f.useEffect(()=>{if(!Tt)return;const k=`block:${Tt}`;t({type:"SET_LINEAGE_FOCUS",nodeId:k}),de(!0),Promise.all([ee.fetchLineageNode(k),ee.queryLineage({focus:k}),ee.fetchLineagePaths(k)]).then(([Ee,me,Le])=>{ke(Ee),ut(me.graph??null),Ft(Le)}).catch(()=>{ke(null),ut(null),Ft(null)}).finally(()=>de(!1))},[Tt,t]);const je=k=>{t({type:"SET_BLOCK_STUDIO_DRAFT",draft:k})},bo=async()=>{var k,Ee,me;B(!0);try{const Le=await ee.runBlockStudio(e.blockStudioDraft,e.activeBlockPath);t({type:"SET_BLOCK_STUDIO_PREVIEW",preview:Le}),a("results")}catch(Le){t({type:"SET_BLOCK_STUDIO_VALIDATION",validation:{valid:!1,chartConfig:(k=e.blockStudioValidation)==null?void 0:k.chartConfig,executableSql:((Ee=e.blockStudioValidation)==null?void 0:Ee.executableSql)??null,semanticRefs:((me=e.blockStudioValidation)==null?void 0:me.semanticRefs)??{metrics:[],dimensions:[],segments:[]},diagnostics:[{severity:"error",code:"block_run_failed",message:Le instanceof Error?Le.message:String(Le)}]}}),a("validate")}finally{B(!1)}},vo=async()=>{if(!e.blockStudioMetadata){t({type:"OPEN_NEW_BLOCK_MODAL"});return}j(!0),K(null);try{const k=await ee.saveBlockStudio({path:e.activeBlockPath,source:e.blockStudioDraft,metadata:{name:e.blockStudioMetadata.name,domain:e.blockStudioMetadata.domain,description:e.blockStudioMetadata.description,owner:e.blockStudioMetadata.owner,tags:e.blockStudioMetadata.tags}});t({type:"OPEN_BLOCK_STUDIO",file:{name:`${k.metadata.name}.dql`,path:k.path,type:"block",folder:"blocks"},payload:k}),e.files.some(me=>me.path===k.path)||t({type:"FILE_ADDED",file:{name:`${k.metadata.name}.dql`,path:k.path,type:"block",folder:"blocks"}}),a("save")}catch(k){const Ee=(k==null?void 0:k.message)??"Save failed";K(Ee.includes("409")||Ee.includes("BLOCK_EXISTS")?"A block with this name already exists. Rename and try again.":Ee),setTimeout(()=>K(null),5e3)}finally{j(!1)}},Uo=k=>{var Ee;if(k.kind==="metric"||k.kind==="dimension"){const me=f_(k.kind==="metric"?"metric":"dimension",k.name);(((Ee=dd(e.blockStudioDraft))==null?void 0:Ee.blockType)??"custom")==="semantic"?je(R_(e.blockStudioDraft,{kind:k.kind==="metric"?"metric":"dimension",name:k.name})):Sx(me)||je(A_(e.blockStudioDraft,me)),t({type:"ADD_SEMANTIC_RECENT",name:k.name});return}if(k.kind==="segment"&&k.sql){je(Ns(e.blockStudioDraft,`/* segment:${k.name} */ (${k.sql})`));return}k.kind==="pre_aggregation"&&je(Ns(e.blockStudioDraft,`/* pre_aggregation:${k.name} */`))},sa=k=>{je(Ns(e.blockStudioDraft,k))},ia=async k=>{if(!(!k.path||k.kind!=="table"||k.children&&k.children.length>0)){P(Ee=>new Set(Ee).add(k.id));try{const Ee=await ee.describeTable(k.path);b(me=>uI(me,k.id,{...k,children:Ee.map(Le=>({id:`db-column:${k.path}:${Le.name}`,label:Le.name,kind:"column",path:k.path,type:Le.type}))}))}finally{P(Ee=>{const me=new Set(Ee);return me.delete(k.id),me})}}},wo=f.useCallback(async()=>{try{const k=await ee.getBlockStudioCatalog();k!=null&&k.databaseTree&&b(k.databaseTree),t({type:"SET_BLOCK_STUDIO_CATALOG",catalog:k})}catch{}},[t]),aa=((jo=e.blockStudioValidation)==null?void 0:jo.chartConfig)??((Yo=e.blockStudioPreview)==null?void 0:Yo.chartConfig)??{chart:"table"},la=e.blockStudioPreview?Jr(e.blockStudioPreview.result,e.blockStudioPreview.chartConfig):"table",Bo=f.useMemo(()=>((Ae==null?void 0:Ae.incoming)??[]).filter(k=>k.node),[Ae]),Fo=f.useMemo(()=>((Ae==null?void 0:Ae.outgoing)??[]).filter(k=>k.node),[Ae]),Go=k=>{k.preventDefault();const Ee=k.clientX,me=xo,Le=gr=>{const Lr=Math.min(520,Math.max(280,me+gr.clientX-Ee));Or(Lr)},Yt=()=>{window.removeEventListener("mousemove",Le),window.removeEventListener("mouseup",Yt)};window.addEventListener("mousemove",Le),window.addEventListener("mouseup",Yt)},ca=k=>{k.preventDefault();const Ee=k.clientY,me=yo,Le=gr=>{const Lr=Math.min(520,Math.max(180,me-(gr.clientY-Ee)));Qi(Lr)},Yt=()=>{window.removeEventListener("mousemove",Le),window.removeEventListener("mouseup",Yt)};window.addEventListener("mousemove",Le),window.addEventListener("mouseup",Yt)};return i.jsxs("div",{style:{flex:1,position:"relative",display:"grid",gridTemplateColumns:kt?"0 0 minmax(0, 1fr)":`${xo}px 6px minmax(0, 1fr)`,gridTemplateRows:jt?"minmax(0, 1fr) 0 0":`minmax(0, 1fr) 6px ${yo}px`,overflow:"hidden",background:n.appBg},children:[i.jsxs("div",{style:{borderRight:kt?"none":`1px solid ${n.headerBorder}`,display:kt?"none":"flex",flexDirection:"column",overflow:"hidden",background:n.sidebarBg,minWidth:0},children:[i.jsxs("div",{style:{padding:14,display:"grid",gap:12,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10},children:[i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:n.textPrimary,fontFamily:n.font},children:"Block Studio"}),i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:"Build DQL with semantic models and live database structure in one workspace."})]}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[e.semanticLayer.provider&&i.jsx("span",{style:{fontSize:10,fontWeight:700,color:n.accent,background:`${n.accent}18`,borderRadius:999,padding:"5px 9px",textTransform:"uppercase",letterSpacing:"0.04em"},children:e.semanticLayer.provider}),i.jsx("button",{onClick:()=>Do(!0),style:{background:n.btnBg,border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textSecondary,cursor:"pointer",fontSize:12,fontFamily:n.font,padding:"4px 8px"},title:"Collapse explorer",children:"‹"})]})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, minmax(0, 1fr))",gap:8},children:[i.jsx(er,{label:"Metrics",value:mr.metrics,t:n}),i.jsx(er,{label:"Dimensions",value:mr.dimensions,t:n}),i.jsx(er,{label:"Hierarchies",value:mr.hierarchies,t:n})]})]}),i.jsxs("div",{style:{display:"flex",padding:"10px 12px",gap:8,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsx(St,{active:r==="semantic",onClick:()=>o("semantic"),label:"Semantic Layer"}),i.jsx(St,{active:r==="database",onClick:()=>o("database"),label:"Database"})]}),r==="semantic"?i.jsxs(i.Fragment,{children:[i.jsx("div",{style:{padding:12,borderBottom:`1px solid ${n.headerBorder}`,background:`${n.cellBg}66`},children:i.jsx(qk,{query:l,provider:c,cube:S,owner:p,domain:u,tag:A,type:O,providers:Zi,cubes:ea,owners:ta,domains:e.semanticLayer.domains,tags:e.semanticLayer.tags,onQueryChange:E,onProviderChange:d,onCubeChange:I,onOwnerChange:R,onDomainChange:T,onTagChange:h,onTypeChange:N,t:n})}),i.jsx("div",{ref:bn,onScroll:k=>Ct(k.currentTarget.scrollTop),style:{flex:1,overflowY:"auto",borderBottom:`1px solid ${n.headerBorder}`,background:n.cellBg},children:W?i.jsxs("div",{style:{padding:16,display:"grid",gap:8,textAlign:"center"},children:[i.jsx("div",{style:{fontSize:12,color:"#f85149",fontFamily:n.font},children:W}),i.jsx("button",{onClick:()=>{z(null),wo()},style:{fontSize:11,color:n.accent,background:`${n.accent}18`,border:"none",borderRadius:6,padding:"6px 12px",cursor:"pointer",fontFamily:n.font},children:"Retry"})]}):e.blockStudioCatalogLoading?i.jsx(Pt,{message:"Loading semantic catalog…"}):En.length===0?i.jsx(Pt,{message:"No semantic objects match the current filters."}):i.jsx("div",{style:{height:oa,position:"relative"},children:i.jsx("div",{style:{position:"absolute",top:Po.offsetTop,left:0,right:0},children:Po.rows.map(k=>i.jsx(lj,{row:k,selectedId:g,setSelectedId:D,expanded:m,setExpanded:C,onInsert:Uo,favorites:new Set(e.semanticLayer.favorites),dispatch:t,t:n},k.node.id))})})}),i.jsx(Jk,{item:L,favorite:!!(L&&e.semanticLayer.favorites.includes(L.name)),onInsert:()=>L&&Uo(L),onPreview:()=>{L!=null&&L.sql&&je(Ns(e.blockStudioDraft,L.sql))},onCopySql:()=>{L!=null&&L.sql&&navigator.clipboard.writeText(L.sql)},onToggleFavorite:()=>{!L||L.kind!=="metric"&&L.kind!=="dimension"||ee.toggleFavorite(L.name).then(k=>t({type:"SET_SEMANTIC_FAVORITES",favorites:k}))},t:n})]}):i.jsx(aj,{tree:na,totalTree:y,expanded:F,setExpanded:_,onEnsureColumns:ia,onInsert:sa,query:v,onQueryChange:M,stats:ra,connectionName:((Wo=e.blockStudioCatalog)==null?void 0:Wo.connection.current)??"default",loadingNodes:w,onRefresh:wo,t:n})]}),i.jsx("div",{onMouseDown:kt?void 0:Go,style:{display:kt?"none":"block",cursor:"col-resize",background:n.headerBorder}}),i.jsxs("div",{style:{display:"flex",flexDirection:"column",minWidth:0,overflow:"hidden",gridColumn:"3",gridRow:"1"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"12px 14px",borderBottom:`1px solid ${n.headerBorder}`,background:n.cellBg},children:[kt&&i.jsx("button",{onClick:()=>Do(!1),style:{background:n.btnBg,border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textSecondary,cursor:"pointer",fontSize:12,fontFamily:n.font,padding:"6px 10px"},title:"Open explorer",children:"Explorer"}),i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:n.textPrimary,fontFamily:n.font},children:"DQL Source"}),i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:"Use templates, insert semantic refs, run, validate, and save from one editor."})]}),i.jsx("div",{style:{flex:1}}),i.jsx(Pr,{label:"Semantic Skeleton",onClick:()=>{var k;return je(cj(((k=e.blockStudioMetadata)==null?void 0:k.name)??"New Block"))}}),i.jsx(Pr,{label:"Custom Skeleton",onClick:()=>{var k;return je(Ej(((k=e.blockStudioMetadata)==null?void 0:k.name)??"New Block"))}}),i.jsx(Pr,{label:"Lineage",onClick:()=>a("lineage")}),i.jsx(Pr,{label:"Run",onClick:()=>void bo(),busy:x}),i.jsx(Pr,{label:"Save",onClick:()=>void vo(),busy:H}),J&&i.jsx("span",{style:{fontSize:11,color:"#f85149",fontFamily:n.font,padding:"4px 8px",background:"#f8514918",borderRadius:6},children:J})]}),i.jsxs("div",{style:{padding:"10px 14px",display:"flex",gap:10,alignItems:"center",borderBottom:`1px solid ${n.headerBorder}`,background:`${n.pillBg}66`,flexWrap:"wrap"},children:[i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.04em"},children:"Active lineage"}),i.jsx(VT,{label:"Upstream",count:Bo.length,t:n}),i.jsx(VT,{label:"Downstream",count:Fo.length,t:n}),((Cr=Ae==null?void 0:Ae.node)==null?void 0:Cr.domain)&&i.jsxs("span",{style:{fontSize:11,color:n.textSecondary,fontFamily:n.font},children:["Domain: ",Ae.node.domain]}),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:()=>{Tt&&(t({type:"SET_LINEAGE_FOCUS",nodeId:`block:${Tt}`}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"}))},style:{background:n.btnBg,border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textPrimary,cursor:"pointer",fontSize:11,fontFamily:n.font,padding:"6px 10px"},children:"Open Full Lineage"})]}),i.jsx("div",{style:{flex:1,overflow:"hidden"},children:i.jsx($c,{value:e.blockStudioDraft,onChange:je,onRun:()=>void bo(),themeMode:e.themeMode,autoFocus:!0,errorMessage:($o=(Vo=e.blockStudioValidation)==null?void 0:Vo.diagnostics.find(k=>k.severity==="error"))==null?void 0:$o.message})})]}),i.jsx("div",{onMouseDown:jt?void 0:ca,style:{gridColumn:"1 / -1",gridRow:"2",display:jt?"none":"block",cursor:"row-resize",background:n.headerBorder}}),i.jsxs("div",{style:{gridColumn:"1 / -1",gridRow:"3",borderTop:jt?"none":`1px solid ${n.headerBorder}`,display:jt?"none":"flex",flexDirection:"column",overflow:"hidden",background:n.cellBg},children:[i.jsxs("div",{style:{padding:"12px 14px",display:"grid",gap:10,borderBottom:`1px solid ${n.headerBorder}`},children:[i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:n.textPrimary,fontFamily:n.font},children:"Preview & Governance"}),i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:"Validate references, inspect results, tune visualization, and save companion metadata."})]}),i.jsxs("div",{style:{display:"flex",gap:8,flexWrap:"wrap",alignItems:"center"},children:[i.jsx(St,{active:s==="results",onClick:()=>a("results"),label:"Results"}),i.jsx(St,{active:s==="visualization",onClick:()=>a("visualization"),label:"Visualization"}),i.jsx(St,{active:s==="lineage",onClick:()=>a("lineage"),label:"Lineage"}),i.jsx(St,{active:s==="validate",onClick:()=>a("validate"),label:"Validate"}),i.jsx(St,{active:s==="tests",onClick:()=>a("tests"),label:"Tests"}),i.jsx(St,{active:s==="history",onClick:()=>{a("history"),!Z&&e.activeBlockPath&&ee.getBlockHistory(e.activeBlockPath).then(k=>{X(k.entries),ce(!0)})},label:"History"}),i.jsx(St,{active:s==="save",onClick:()=>a("save"),label:"Save"}),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:()=>Mo(!0),style:{background:n.btnBg,border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textSecondary,cursor:"pointer",fontSize:12,fontFamily:n.font,padding:"6px 10px"},children:"Hide Pane"})]})]}),i.jsxs("div",{style:{flex:1,overflow:"auto"},children:[s==="results"&&(e.blockStudioPreview?i.jsxs("div",{style:{display:"grid",gap:12,padding:12},children:[i.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.fontMono},children:e.blockStudioPreview.sql}),la==="table"?i.jsx(Ao,{result:e.blockStudioPreview.result,themeMode:e.themeMode}):i.jsx(Zx,{result:e.blockStudioPreview.result,chartConfig:e.blockStudioPreview.chartConfig,themeMode:e.themeMode})]}):i.jsx(Pt,{message:"Run the block to preview results and visualization."})),s==="visualization"&&i.jsx(ej,{chartConfig:aa,onChange:k=>je(S_(e.blockStudioDraft,k)),t:n}),s==="lineage"&&i.jsx(tj,{blockName:Tt,loading:Se,detail:Ae,graph:be,paths:cn,onSelectNode:k=>{t({type:"SET_LINEAGE_FOCUS",nodeId:k}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"})},onOpenFull:()=>{Tt&&(t({type:"SET_LINEAGE_FOCUS",nodeId:`block:${Tt}`}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"}))},t:n}),s==="tests"&&i.jsx(sj,{source:e.blockStudioDraft,blockPath:e.activeBlockPath,testResults:ne,running:q,onRunTests:async()=>{if(e.activeBlockPath){se(!0);try{const k=await ee.runBlockTests(e.blockStudioDraft,e.activeBlockPath);$(k.assertions??[])}catch{$([])}finally{se(!1)}}},t:n}),s==="validate"&&i.jsx(Zk,{diagnostics:((Xo=e.blockStudioValidation)==null?void 0:Xo.diagnostics)??[],t:n}),s==="history"&&i.jsx(ij,{entries:Q,t:n}),s==="save"&&i.jsxs("div",{style:{display:"grid",gap:12},children:[e.activeBlockPath&&e.blockStudioMetadata&&i.jsx("div",{style:{padding:"12px 12px 0"},children:i.jsx(oj,{currentStatus:e.blockStudioMetadata.reviewStatus??"draft",blockPath:e.activeBlockPath,onStatusChanged:k=>{e.blockStudioMetadata&&t({type:"SET_BLOCK_STUDIO_METADATA",metadata:{...e.blockStudioMetadata,reviewStatus:k}})},t:n})}),i.jsx(nj,{metadata:e.blockStudioMetadata,draftMetadata:Un,onChange:k=>{if(!e.blockStudioMetadata)return;t({type:"SET_BLOCK_STUDIO_METADATA",metadata:{...e.blockStudioMetadata,...k}});let Ee=e.blockStudioDraft;typeof k.name=="string"&&(Ee=sR(Ee,k.name)),typeof k.domain=="string"&&(Ee=ya(Ee,"domain",k.domain)),typeof k.owner=="string"&&(Ee=ya(Ee,"owner",k.owner)),typeof k.description=="string"&&(Ee=ya(Ee,"description",k.description)),k.tags&&(Ee=T_(Ee,k.tags)),je(Ee)},onSave:()=>void vo(),saving:H,t:n})]})]})]}),jt&&i.jsx("div",{style:{position:"absolute",right:16,bottom:16},children:i.jsx("button",{onClick:()=>Mo(!1),style:{background:n.btnBg,border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textSecondary,cursor:"pointer",fontSize:12,fontFamily:n.font,padding:"8px 12px"},children:"Open Results"})})]})}function St({active:e,onClick:t,label:n,busy:r}){const{state:o}=ue(),s=oe[o.themeMode];return i.jsx("button",{onClick:t,style:{background:e?`${s.accent}18`:s.btnBg,border:`1px solid ${e?s.accent:s.btnBorder}`,borderRadius:6,color:e?s.accent:s.textSecondary,cursor:"pointer",fontSize:11,fontFamily:s.font,padding:"6px 10px",opacity:r?.7:1},children:r?`${n}…`:n})}function Pr(e){return i.jsx(St,{active:!1,...e})}function er({label:e,value:t,t:n}){return i.jsxs("div",{style:{background:n.cellBg,border:`1px solid ${n.headerBorder}`,borderRadius:10,padding:"10px 12px"},children:[i.jsx("div",{style:{fontSize:10,fontWeight:700,color:n.textMuted,fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.05em"},children:e}),i.jsx("div",{style:{fontSize:20,fontWeight:700,color:n.textPrimary,fontFamily:n.font,marginTop:4},children:t})]})}function Zk({diagnostics:e,t}){return e.length===0?i.jsx(Pt,{message:"No validation messages."}):i.jsx("div",{style:{display:"grid",gap:8,padding:12},children:e.map((n,r)=>i.jsxs("div",{style:{padding:"10px 12px",borderRadius:8,border:`1px solid ${n.severity==="error"?t.error:n.severity==="warning"?t.warning:t.cellBorder}`,background:n.severity==="error"?`${t.error}12`:n.severity==="warning"?`${t.warning}12`:t.pillBg},children:[i.jsx("div",{style:{fontSize:10,fontWeight:700,color:n.severity==="error"?t.error:n.severity==="warning"?t.warning:t.textMuted,textTransform:"uppercase",letterSpacing:"0.04em"},children:n.severity}),i.jsx("div",{style:{fontSize:12,color:t.textPrimary,marginTop:4},children:n.message})]},`${n.code??n.message}-${r}`))})}function ej({chartConfig:e,onChange:t,t:n}){const r={width:"100%",background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:6,color:n.textPrimary,fontSize:12,fontFamily:n.font,padding:"8px 10px",outline:"none"};return i.jsxs("div",{style:{display:"grid",gap:10,padding:12},children:[i.jsxs("select",{value:e.chart??"table",onChange:o=>t({...e,chart:o.target.value}),style:r,children:[i.jsx("option",{value:"table",children:"Table"}),bi.map(o=>i.jsx("option",{value:o.value,children:o.label},o.value))]}),i.jsx("input",{value:e.x??"",onChange:o=>t({...e,x:o.target.value}),placeholder:"x binding",style:r}),i.jsx("input",{value:e.y??"",onChange:o=>t({...e,y:o.target.value}),placeholder:"y binding",style:r}),i.jsx("input",{value:e.color??"",onChange:o=>t({...e,color:o.target.value}),placeholder:"color binding",style:r}),i.jsx("input",{value:e.title??"",onChange:o=>t({...e,title:o.target.value}),placeholder:"title",style:r})]})}function VT({label:e,count:t,t:n}){return i.jsxs("span",{style:{fontSize:11,fontWeight:600,color:n.textPrimary,background:n.pillBg,border:`1px solid ${n.cellBorder}`,borderRadius:999,padding:"4px 10px",fontFamily:n.font},children:[e,": ",t]})}function tj({blockName:e,loading:t,detail:n,graph:r,paths:o,onSelectNode:s,onOpenFull:a,t:l}){const[E,c]=f.useState(!1);if(!e)return i.jsx(Pt,{message:"Lineage will appear once the block has a name."});if(t)return i.jsx(Pt,{message:"Loading block lineage…"});if(!(n!=null&&n.node))return i.jsxs("div",{style:{padding:12,display:"grid",gap:12},children:[i.jsx("div",{style:{fontSize:12,color:l.textMuted,fontFamily:l.font},children:"No lineage node was found for this block yet. Save the block or compile the project if you expect it to appear in the graph."}),i.jsx("div",{children:i.jsx("button",{onClick:a,style:{background:l.btnBg,border:`1px solid ${l.btnBorder}`,borderRadius:6,color:l.textPrimary,cursor:"pointer",fontSize:11,fontFamily:l.font,padding:"6px 10px"},children:"Open Full Lineage"})})]});const d=`block:${e}`;return i.jsxs("div",{style:{padding:12,display:"grid",gap:12,overflowY:"auto"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:l.textPrimary,fontFamily:l.font},children:n.node.name}),i.jsx("div",{style:{fontSize:11,color:l.textMuted,fontFamily:l.font},children:n.node.domain?`Domain: ${n.node.domain}`:"Block lineage focus"})]}),i.jsx("div",{style:{flex:1}}),i.jsx("button",{onClick:a,style:{background:l.btnBg,border:`1px solid ${l.btnBorder}`,borderRadius:6,color:l.textPrimary,cursor:"pointer",fontSize:11,fontFamily:l.font,padding:"6px 10px"},children:"Open Full Lineage"})]}),(o==null?void 0:o.layerSummary)&&i.jsx(Hy,{layerSummary:o.layerSummary,t:l}),r&&r.nodes.length>0&&i.jsx($p,{nodes:r.nodes,edges:r.edges,focalNodeId:d,height:220,onNodeClick:s,layoutMode:"flow"}),o&&(o.upstreamPaths.length>0||o.downstreamPaths.length>0)&&i.jsxs("div",{style:{display:"grid",gap:10},children:[i.jsx("div",{style:{fontSize:12,color:l.textMuted,fontFamily:l.font,lineHeight:1.5},children:"Source tables and dbt models flow into this block. Downstream paths show notebooks and charts that consume it."}),o.upstreamPaths.length>0&&i.jsx(Fd,{title:"Source to Block",paths:o.upstreamPaths,onNodeClick:s,focalNodeId:d,t:l}),o.downstreamPaths.length>0&&i.jsx(Fd,{title:"Block to Consumption",paths:o.downstreamPaths,onNodeClick:s,focalNodeId:d,t:l})]}),i.jsxs("button",{onClick:()=>c(u=>!u),style:{background:"none",border:`1px solid ${l.cellBorder}`,borderRadius:6,padding:"6px 10px",color:l.textMuted,cursor:"pointer",fontSize:11,fontFamily:l.font,textAlign:"left"},children:[E?"▾":"▸"," Upstream / Downstream Details"]}),E&&i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(2, minmax(0, 1fr))",gap:12},children:[i.jsx($T,{title:"Upstream",entries:n.incoming,emptyMessage:"No upstream dependencies yet.",onSelectNode:s,t:l}),i.jsx($T,{title:"Downstream",entries:n.outgoing,emptyMessage:"No downstream dependencies yet.",onSelectNode:s,t:l})]})]})}function $T({title:e,entries:t,emptyMessage:n,onSelectNode:r,t:o}){const s=t.filter(a=>a.node);return i.jsxs("div",{style:{border:`1px solid ${o.cellBorder}`,borderRadius:10,overflow:"hidden",background:o.inputBg},children:[i.jsxs("div",{style:{padding:"10px 12px",borderBottom:`1px solid ${o.cellBorder}`,fontSize:11,fontWeight:700,color:o.textMuted,fontFamily:o.font,textTransform:"uppercase",letterSpacing:"0.04em"},children:[e," (",s.length,")"]}),s.length===0?i.jsx("div",{style:{padding:12,fontSize:12,color:o.textMuted,fontFamily:o.font},children:n}):i.jsx("div",{style:{display:"grid"},children:s.map(a=>i.jsxs("button",{onClick:()=>r(a.node.id),style:{background:"transparent",border:"none",borderTop:`1px solid ${o.cellBorder}`,padding:"10px 12px",textAlign:"left",cursor:"pointer"},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:10,fontWeight:700,color:o.accent,fontFamily:o.font,textTransform:"uppercase"},children:a.node.type.replace("_"," ")}),i.jsx("span",{style:{fontSize:12,color:o.textPrimary,fontFamily:o.font,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:a.node.name})]}),i.jsxs("div",{style:{marginTop:3,fontSize:11,color:o.textMuted,fontFamily:o.font},children:["via ",a.edge.type,a.node.domain?` · ${a.node.domain}`:""]})]},`${a.node.id}-${a.edge.type}`))})]})}function nj({metadata:e,draftMetadata:t,onChange:n,onSave:r,saving:o,t:s}){const a={width:"100%",background:s.inputBg,border:`1px solid ${s.inputBorder}`,borderRadius:6,color:s.textPrimary,fontSize:12,fontFamily:s.font,padding:"8px 10px",outline:"none"},l={name:(t==null?void 0:t.name)||(e==null?void 0:e.name)||"",domain:(t==null?void 0:t.domain)||(e==null?void 0:e.domain)||"uncategorized",description:(t==null?void 0:t.description)||(e==null?void 0:e.description)||"",owner:(t==null?void 0:t.owner)||(e==null?void 0:e.owner)||"",tags:(t==null?void 0:t.tags)||(e==null?void 0:e.tags)||[]};return i.jsxs("div",{style:{display:"grid",gap:10,padding:12},children:[i.jsx("input",{value:l.name,onChange:E=>n({name:E.target.value}),placeholder:"Block name",style:a}),i.jsx("input",{value:l.domain,onChange:E=>n({domain:E.target.value}),placeholder:"Domain",style:a}),i.jsx("input",{value:l.owner,onChange:E=>n({owner:E.target.value}),placeholder:"Owner",style:a}),i.jsx("input",{value:l.description,onChange:E=>n({description:E.target.value}),placeholder:"Description",style:a}),i.jsx("input",{value:l.tags.join(", "),onChange:E=>n({tags:E.target.value.split(",").map(c=>c.trim()).filter(Boolean)}),placeholder:"Tags",style:a}),i.jsx("button",{onClick:r,style:{background:s.accent,border:`1px solid ${s.accent}`,borderRadius:6,color:"#fff",cursor:"pointer",fontSize:12,fontFamily:s.font,padding:"8px 12px"},children:o?"Saving…":"Save Block"})]})}function Pt({message:e}){const{state:t}=ue(),n=oe[t.themeMode];return i.jsx("div",{style:{padding:16,fontSize:12,color:n.textMuted},children:e})}const XT={draft:"#8b949e",review:"#d29922",certified:"#3fb950",deprecated:"#f85149"},rj={draft:["review"],review:["certified","draft"],certified:["deprecated"],deprecated:["draft"]};function oj({currentStatus:e,blockPath:t,onStatusChanged:n,t:r}){const[o,s]=f.useState(!1),a=rj[e]??[],l=async E=>{if(t){s(!0);try{const c=await ee.updateBlockStatus(t,E);c.ok&&c.status&&n(c.status)}finally{s(!1)}}};return i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"10px 12px",background:r.pillBg,borderRadius:8},children:[i.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font},children:"Status:"}),i.jsx("span",{style:{fontSize:11,fontWeight:600,color:XT[e]??r.textMuted,background:`${XT[e]??r.textMuted}18`,padding:"2px 8px",borderRadius:4,textTransform:"uppercase",letterSpacing:"0.04em",fontFamily:r.font},children:e}),i.jsx("span",{style:{flex:1}}),a.map(E=>i.jsx("button",{onClick:()=>void l(E),disabled:o,style:{background:E==="certified"?"#3fb950":E==="deprecated"?"#f85149":r.btnBg,border:`1px solid ${E==="certified"?"#3fb950":E==="deprecated"?"#f85149":r.btnBorder}`,borderRadius:4,color:E==="certified"||E==="deprecated"?"#fff":r.textSecondary,cursor:o?"not-allowed":"pointer",fontSize:10,fontWeight:600,fontFamily:r.font,padding:"3px 10px",textTransform:"capitalize",opacity:o?.5:1},children:o?"...":E==="certified"?"Certify":E==="deprecated"?"Deprecate":`Move to ${E}`},E))]})}function sj({source:e,blockPath:t,testResults:n,running:r,onRunTests:o,t:s}){const l=[...e.matchAll(/assert\s+(\w+)\s*(>=?|<=?|==|!=|IN)\s*(\S+)/g)].map(E=>({field:E[1],operator:E[2],expected:E[3]}));return i.jsxs("div",{style:{padding:12,display:"grid",gap:10},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[i.jsx("span",{style:{fontSize:12,fontWeight:600,color:s.textPrimary,fontFamily:s.font},children:"Test Assertions"}),i.jsx("span",{style:{flex:1}}),i.jsx("button",{onClick:o,disabled:r||!t,style:{background:s.accent,border:"none",borderRadius:6,color:"#fff",cursor:r||!t?"not-allowed":"pointer",fontSize:11,fontWeight:600,fontFamily:s.font,padding:"5px 14px",opacity:r||!t?.5:1},children:r?"Running...":"Run Tests"})]}),l.length===0&&i.jsxs("div",{style:{fontSize:12,color:s.textMuted,fontFamily:s.font,lineHeight:1.5},children:["No test assertions found. Add assertions in your block:",i.jsx("pre",{style:{margin:"8px 0 0",padding:"8px 10px",background:s.editorBg,border:`1px solid ${s.cellBorder}`,borderRadius:6,fontSize:10,fontFamily:s.fontMono,color:s.textSecondary},children:`tests {
562
+ assert row_count > 0
563
+ assert max_value <= 1000000
564
+ }`})]}),l.map((E,c)=>{const d=n==null?void 0:n[c],u=d==null?void 0:d.passed;return i.jsxs("div",{style:{padding:"8px 12px",borderRadius:8,border:`1px solid ${d?u?"#3fb95040":"#f8514940":s.cellBorder}`,background:d?u?"#3fb95008":"#f8514908":"transparent",display:"flex",alignItems:"center",gap:8},children:[d&&i.jsx("span",{style:{fontSize:14,color:u?"#3fb950":"#f85149",fontWeight:700},children:u?"✓":"✗"}),i.jsxs("div",{style:{flex:1},children:[i.jsxs("div",{style:{fontSize:12,color:s.textPrimary,fontFamily:s.fontMono},children:[E.field," ",E.operator," ",E.expected]}),d&&!u&&d.actual&&i.jsxs("div",{style:{fontSize:11,color:"#f85149",fontFamily:s.font,marginTop:2},children:["Actual: ",d.actual]})]})]},c)}),n&&n.length>0&&i.jsxs("div",{style:{padding:"8px 12px",background:s.pillBg,borderRadius:8,fontSize:12,fontFamily:s.font,color:s.textSecondary},children:[n.filter(E=>E.passed).length,"/",n.length," passed"]})]})}function ij({entries:e,t}){return e.length===0?i.jsx(Pt,{message:"No version history available. Commit changes to build history."}):i.jsxs("div",{style:{padding:12,display:"grid",gap:8},children:[i.jsx("div",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:"Version History"}),e.map(n=>i.jsxs("div",{style:{padding:"8px 12px",border:`1px solid ${t.cellBorder}`,borderRadius:8,background:t.inputBg},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:4},children:[i.jsx("span",{style:{fontSize:10,fontFamily:t.fontMono,color:t.accent,background:`${t.accent}12`,padding:"1px 6px",borderRadius:4},children:n.hash.slice(0,7)}),i.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.font},children:new Date(n.date).toLocaleDateString()}),i.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.font,marginLeft:"auto"},children:n.author})]}),i.jsx("div",{style:{fontSize:12,color:t.textPrimary,fontFamily:t.font},children:n.message})]},n.hash))]})}function aj({tree:e,totalTree:t,expanded:n,setExpanded:r,onEnsureColumns:o,onInsert:s,query:a,onQueryChange:l,stats:E,connectionName:c,loadingNodes:d,onRefresh:u,t:T}){const S={width:"100%",background:T.inputBg,border:`1px solid ${T.inputBorder}`,borderRadius:8,color:T.textPrimary,fontSize:12,fontFamily:T.font,padding:"8px 10px",outline:"none",boxSizing:"border-box"},I=(p,R=0)=>{var g,D,L;const A=p.kind!=="column",h=n[p.id]??R<1,O=d.has(p.id),N=p.kind==="schema"?(g=p.children)==null?void 0:g.length:p.kind==="table"?(D=p.children)==null?void 0:D.length:void 0,m=p.kind==="column"?p.type:p.kind,C=p.kind==="column"&&p.type?Ul(p.type,T.accent):void 0;return i.jsxs("div",{children:[i.jsx(lc,{label:O?`${p.label} …`:p.label,depth:R,count:N,expanded:A?h:void 0,onToggle:A?()=>{r(U=>({...U,[p.id]:!h})),h||o(p)}:void 0,badge:m,badgeColor:C,onClick:()=>{if(p.kind==="table"&&p.path&&s(p.path),p.kind==="column"){const U=p.path?p.path.split(".").pop():"";s(U?`${U}.${p.label}`:p.label)}},onDoubleClick:()=>{p.kind==="table"&&p.path&&s(`SELECT *
565
+ FROM ${p.path}
566
+ LIMIT 100`)},t:T}),A&&h&&((L=p.children)==null?void 0:L.map(U=>I(U,R+1)))]},p.id)};return i.jsxs(i.Fragment,{children:[i.jsxs("div",{style:{padding:12,display:"grid",gap:12,borderBottom:`1px solid ${T.headerBorder}`,background:`${T.cellBg}66`},children:[i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10},children:[i.jsxs("div",{children:[i.jsx("div",{style:{fontSize:12,fontWeight:700,color:T.textPrimary,fontFamily:T.font},children:"Database Browser"}),i.jsx("div",{style:{fontSize:11,color:T.textMuted,fontFamily:T.font},children:"Browse the active connection, inspect schemas and columns, then insert tables or starter queries into the block."})]}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[i.jsx("button",{onClick:u,title:"Refresh schema",style:{background:"none",border:"none",cursor:"pointer",padding:4,borderRadius:6,color:T.textMuted,fontSize:14,lineHeight:1},children:"↻"}),i.jsx("span",{style:{fontSize:10,fontWeight:700,color:T.accent,background:`${T.accent}18`,borderRadius:999,padding:"5px 9px",textTransform:"uppercase",letterSpacing:"0.04em"},children:c})]})]}),i.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, minmax(0, 1fr))",gap:8},children:[i.jsx(er,{label:"Schemas",value:E.schemas,t:T}),i.jsx(er,{label:"Tables",value:E.tables,t:T}),i.jsx(er,{label:"Columns",value:E.columns,t:T})]}),i.jsx("input",{value:a,onChange:p=>l(p.target.value),placeholder:"Search schemas, tables, columns...",style:S})]}),i.jsx("div",{style:{flex:1,overflowY:"auto",padding:e.length>0?"6px 0 0":0},children:t.length===0?i.jsx(Pt,{message:"No schemas were found for the active connection yet."}):e.length===0?i.jsx(Pt,{message:"No database objects match the current search."}):e.map(p=>I(p))})]})}function lj({row:e,selectedId:t,setSelectedId:n,expanded:r,setExpanded:o,onInsert:s,favorites:a,dispatch:l,t:E}){var I;const{node:c,depth:d,hasChildren:u,isExpanded:T}=e,S=c.id.split(":").slice(1).join(":");return u?i.jsx(lc,{label:c.label,depth:d,count:(I=c.children)==null?void 0:I.length,expanded:T,onToggle:()=>o(p=>({...p,[c.id]:!T})),onClick:()=>n(c.id),selected:t===c.id,t:E}):i.jsx(lc,{label:c.label,depth:d,badge:c.kind,selected:t===c.id,onClick:()=>n(c.id),onDoubleClick:()=>{ee.getSemanticObject(c.id).then(s).catch(()=>{})},onFavoriteToggle:c.kind==="metric"||c.kind==="dimension"?()=>void ee.toggleFavorite(S).then(p=>l({type:"SET_SEMANTIC_FAVORITES",favorites:p})):void 0,favorite:c.kind==="metric"||c.kind==="dimension"?a.has(S):void 0,t:E})}function Ns(e,t){const n=e.match(/query\s*=\s*"""([\s\S]*?)"""/i);return n?e.replace(n[0],`query = """${n[1].trimEnd()}
567
+ ${t}
568
+ """`):/^\s*block\s+"/i.test(e.trim())?e.replace(/\n\}\s*$/,`
569
+
570
+ query = """
571
+ ${t}
572
+ """
573
+ }
574
+ `):`${e.trimEnd()}
575
+ ${t}
576
+ `}function cj(e){return`block "${e}" {
577
+ domain = "uncategorized"
578
+ type = "semantic"
579
+ description = ""
580
+ owner = ""
581
+ tags = []
582
+ metric = "total_revenue"
583
+
584
+ visualization {
585
+ chart = "table"
586
+ }
587
+ }
588
+ `}function Ej(e){return`block "${e}" {
589
+ domain = "uncategorized"
590
+ type = "custom"
591
+ description = ""
592
+ owner = ""
593
+ tags = []
594
+
595
+ query = """
596
+ SELECT 1 AS value
597
+ """
598
+
599
+ visualization {
600
+ chart = "table"
601
+ }
602
+ }
603
+ `}function gl(e,t){if(!e)return[];const n=new Set,r=o=>{var a;const s=(a=o.meta)==null?void 0:a[t];typeof s=="string"&&s.trim()&&n.add(s.trim());for(const l of o.children??[])r(l)};return r(e),Array.from(n).sort((o,s)=>o.localeCompare(s))}function EI(e,t){var T,S,I,p,R;const n=t.query.trim().toLowerCase(),r=Object.values(e.meta??{}).filter(A=>A!=null).map(A=>String(A).toLowerCase()),o=!n||e.label.toLowerCase().includes(n)||e.id.toLowerCase().includes(n)||r.some(A=>A.includes(n)),s=!t.type||e.kind===t.type||e.kind==="provider"||e.kind==="domain"||e.kind==="group",a=!t.domain||e.kind==="provider"||e.kind==="group"||((T=e.meta)==null?void 0:T.domain)===t.domain||e.kind==="domain"&&e.label===t.domain,l=!t.provider||((S=e.meta)==null?void 0:S.provider)===t.provider||e.id===`provider:${t.provider}`,E=!t.cube||((I=e.meta)==null?void 0:I.cube)===t.cube,c=!t.owner||((p=e.meta)==null?void 0:p.owner)===t.owner,d=!t.tag||String(((R=e.meta)==null?void 0:R.tags)??"").split(",").filter(Boolean).includes(t.tag),u=(e.children??[]).map(A=>EI(A,t)).filter(A=>!!A);return u.length>0?{...e,children:u,count:e.kind==="provider"||e.kind==="domain"||e.kind==="group"?u.length:e.count}:o&&s&&a&&l&&E&&c&&d?{...e,children:[]}:null}function dI(e,t,n=0){const r=[];for(const o of e){const s=!!(o.children&&o.children.length>0),a=t[o.id]??n<3;r.push({node:o,depth:n,hasChildren:s,isExpanded:a}),s&&a&&r.push(...dI(o.children??[],t,n+1))}return r}function uI(e,t,n){return e.map(r=>r.id===t?n:r.children?{...r,children:uI(r.children,t,n)}:r)}function dj(e,t){const n=t.trim().toLowerCase();if(!n)return e;const r=o=>{const s=[o.label,o.path,o.type].filter(l=>!!l).some(l=>l.toLowerCase().includes(n)),a=(o.children??[]).map(l=>r(l)).filter(l=>!!l);return s||a.length>0?{...o,children:a}:null};return e.map(o=>r(o)).filter(o=>!!o)}function uj(e){let t=0,n=0,r=0;const o=s=>{s.kind==="schema"&&(t+=1),s.kind==="table"&&(n+=1),s.kind==="column"&&(r+=1);for(const a of s.children??[])o(a)};for(const s of e)o(s);return{schemas:t,tables:n,columns:r}}function Tj(e){return!!(e&&e.children&&e.children.length>0)}function Sj(e){if(e.metrics.length===0&&e.dimensions.length===0&&e.hierarchies.length===0)return null;const t=e.provider??"dql",n=new Map,r=(s,a)=>{const l=n.get(s)??[];l.push(a),n.set(s,l)};for(const s of e.metrics){const a=s.domain||"uncategorized";r(a,{id:`metric:${s.name}`,label:s.label||s.name,kind:"metric",meta:{provider:t,domain:a,cube:s.table,owner:s.owner??"",tags:s.tags.join(",")}})}for(const s of e.dimensions){const a=s.domain||"uncategorized";r(a,{id:`dimension:${s.name}`,label:s.label||s.name,kind:"dimension",meta:{provider:t,domain:a,cube:s.table,owner:s.owner??"",tags:s.tags.join(",")}})}for(const s of e.hierarchies){const a=s.domain||"uncategorized";r(a,{id:`hierarchy:${s.name}`,label:s.label||s.name,kind:"hierarchy",meta:{provider:t,domain:a}})}const o=Array.from(n.entries()).sort((s,a)=>s[0].localeCompare(a[0])).map(([s,a])=>{const l=a.filter(u=>u.kind==="metric"),E=a.filter(u=>u.kind==="dimension"),c=a.filter(u=>u.kind==="hierarchy"),d=[];return l.length>0&&d.push({id:`group:${s}:metrics`,label:"Metrics",kind:"group",count:l.length,meta:{provider:t,domain:s},children:l.sort((u,T)=>u.label.localeCompare(T.label))}),E.length>0&&d.push({id:`group:${s}:dimensions`,label:"Dimensions",kind:"group",count:E.length,meta:{provider:t,domain:s},children:E.sort((u,T)=>u.label.localeCompare(T.label))}),c.length>0&&d.push({id:`group:${s}:hierarchies`,label:"Hierarchies",kind:"group",count:c.length,meta:{provider:t,domain:s},children:c.sort((u,T)=>u.label.localeCompare(T.label))}),{id:`domain:${t}:${s}`,label:s,kind:"domain",count:d.length,meta:{provider:t,domain:s},children:d}});return{id:"root:semantic",label:"Semantic Layer",kind:"group",children:[{id:`provider:${t}`,label:t.toUpperCase(),kind:"provider",count:o.length,meta:{provider:t},children:o}]}}const TI={source_table:"TABLE",dbt_model:"DBT",dbt_source:"SOURCE",block:"BLOCK",metric:"METRIC",dimension:"DIM",domain:"DOMAIN",chart:"CHART",dashboard:"NOTEBOOK"};function fj(e,t,n="flow",r="LR"){var a;const o=new di.graphlib.Graph().setDefaultEdgeLabel(()=>({})),s=r==="LR";o.setGraph({rankdir:r,ranksep:n==="layered"?120:s?80:60,nodesep:s?40:50,marginx:32,marginy:32});for(const l of e){const E={width:190,height:58};if(n==="layered"&&((a=l.data)!=null&&a.layer)){const c=Vs.indexOf(l.data.layer);c>=0&&(E.rank=c)}o.setNode(l.id,E)}for(const l of t)o.setEdge(l.source,l.target);return di.layout(o),e.map(l=>{const E=o.node(l.id);return{...l,position:{x:E.x-95,y:E.y-29},data:{...l.data,direction:r}}})}function Rj({data:e,selected:t}){const n=e.nodeType,r=Be[n]??"#8b949e",o=TI[n]??n.toUpperCase(),s=e.direction??"LR",a=s==="LR"?re.Left:re.Top,l=s==="LR"?re.Right:re.Bottom;return i.jsxs("div",{style:{minWidth:156,maxWidth:220,background:"#161b22",border:`2px solid ${t?"#58a6ff":r}`,borderRadius:10,padding:"8px 10px",boxShadow:t?"0 0 0 1px rgba(88, 166, 255, 0.2)":"none"},children:[i.jsx(rn,{type:"target",position:a,style:{width:7,height:7,background:r,border:"none"}}),i.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:4},children:[i.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.04em",color:"#0d1117",background:r,borderRadius:4,padding:"2px 6px"},children:o}),e.domain&&i.jsx("span",{style:{color:"#8b949e",fontSize:10},children:e.domain})]}),i.jsx("div",{style:{color:"#e6edf3",fontSize:11,fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.label,children:e.label}),i.jsx("div",{style:{color:"#8b949e",fontSize:10,marginTop:3},children:Mi[n]??n}),i.jsx(rn,{type:"source",position:l,style:{width:7,height:7,background:r,border:"none"}})]})}const Aj={dagNode:Rj};function Wn({label:e,active:t,color:n,onClick:r}){return i.jsx("button",{onClick:r,style:{borderRadius:999,border:`1px solid ${t?n:"#30363d"}`,background:t?`${n}22`:"transparent",color:t?n:"#8b949e",fontSize:10,fontWeight:700,padding:"4px 8px",cursor:"pointer"},children:e})}function pj(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],[r,o]=f.useState(!0),[s,a]=f.useState({nodes:[],edges:[]}),[l,E]=f.useState({nodes:[],edges:[]}),[c,d]=f.useState(null),[u,T]=f.useState(null),[S,I]=f.useState(""),[p,R]=f.useState([]),[A,h]=f.useState({source_table:!0,dbt_model:!0,dbt_source:!0,block:!0,dashboard:!0,domain:!0}),[O,N]=f.useState("flow"),[m,C]=f.useState("LR"),[g,D,L]=Sp([]),[U,y,b]=fp([]),F=f.useCallback(async()=>{o(!0);const x=await ee.fetchLineage(),B={nodes:x.nodes??[],edges:x.edges??[]};a(B),E(B),o(!1)},[]);f.useEffect(()=>{F()},[F]),f.useEffect(()=>{let x=!1;if(S.trim().length<2){R([]);return}return ee.searchLineage(S.trim()).then(B=>{x||R(B.matches??[])}),()=>{x=!0}},[S]);const _=f.useMemo(()=>{const x=new Set(l.nodes.filter(B=>A[B.type]??!1).map(B=>B.id));return{nodes:l.nodes.filter(B=>x.has(B.id)),edges:l.edges.filter(B=>x.has(B.source)&&x.has(B.target))}},[l,A]);f.useEffect(()=>{const x=_.nodes.map(H=>({id:H.id,type:"dagNode",position:{x:0,y:0},data:{label:H.name,nodeType:H.type,domain:H.domain,layer:Gc(H)}})),B=_.edges.map((H,j)=>({id:`edge-${j}-${H.source}-${H.target}-${H.type}`,source:H.source,target:H.target,style:{stroke:Fr[H.type]??"#8b949e",strokeWidth:1.6},markerEnd:{type:lr.ArrowClosed,color:Fr[H.type]??"#8b949e",width:12,height:12}}));D(fj(x,B,O,m)),y(B)},[_,O,m,y,D]);const v=f.useCallback(async x=>{const B=await ee.queryLineage({focus:x});E(B.graph??{nodes:[],edges:[]}),d(B.focalNode??null),T(B.focalNode??null),t({type:"SET_LINEAGE_FOCUS",nodeId:x}),I(""),R([])},[t]);f.useEffect(()=>{e.lineageFocusNodeId&&v(e.lineageFocusNodeId)},[v,e.lineageFocusNodeId]);const M=f.useCallback(()=>{E(s),d(null),T(null),t({type:"SET_LINEAGE_FOCUS",nodeId:null})},[t,s]),w=f.useCallback(async(x,B)=>{await v(B.id)},[v]),P=f.useMemo(()=>{if(!u)return null;const x=l.edges.filter(H=>H.target===u.id).length,B=l.edges.filter(H=>H.source===u.id).length;return{incoming:x,outgoing:B}},[l.edges,u]);return r?i.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"Loading lineage graph..."}):s.nodes.length===0?i.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"No lineage graph available yet."}):i.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",background:"#0d1117"},children:[i.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`,background:n.sidebarBg},children:[i.jsxs("div",{style:{display:"flex",gap:6,marginBottom:8,flexWrap:"wrap",alignItems:"center"},children:[i.jsxs("div",{style:{display:"flex",borderRadius:6,border:`1px solid ${n.headerBorder}`,overflow:"hidden"},children:[i.jsx("button",{onClick:()=>N("flow"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",cursor:"pointer",background:O==="flow"?"#30363d":"transparent",color:O==="flow"?"#e6edf3":"#8b949e"},children:"Flow"}),i.jsx("button",{onClick:()=>N("layered"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",borderLeft:`1px solid ${n.headerBorder}`,cursor:"pointer",background:O==="layered"?"#30363d":"transparent",color:O==="layered"?"#e6edf3":"#8b949e"},children:"Layered"})]}),i.jsxs("div",{style:{display:"flex",borderRadius:6,border:`1px solid ${n.headerBorder}`,overflow:"hidden",marginRight:4},children:[i.jsxs("button",{title:"Horizontal layout (left → right)",onClick:()=>C("LR"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",cursor:"pointer",background:m==="LR"?"#30363d":"transparent",color:m==="LR"?"#e6edf3":"#8b949e",display:"flex",alignItems:"center",gap:3},children:[i.jsxs("svg",{width:"14",height:"10",viewBox:"0 0 14 10",fill:"none",children:[i.jsx("rect",{x:"0",y:"2",width:"4",height:"6",rx:"1",fill:"currentColor",opacity:"0.7"}),i.jsx("line",{x1:"4",y1:"5",x2:"10",y2:"5",stroke:"currentColor",strokeWidth:"1.2"}),i.jsx("path",{d:"M9 3l2 2-2 2",stroke:"currentColor",strokeWidth:"1.2",fill:"none"}),i.jsx("rect",{x:"10",y:"2",width:"4",height:"6",rx:"1",fill:"currentColor"})]}),"LR"]}),i.jsxs("button",{title:"Vertical layout (top → bottom)",onClick:()=>C("TB"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",borderLeft:`1px solid ${n.headerBorder}`,cursor:"pointer",background:m==="TB"?"#30363d":"transparent",color:m==="TB"?"#e6edf3":"#8b949e",display:"flex",alignItems:"center",gap:3},children:[i.jsxs("svg",{width:"10",height:"14",viewBox:"0 0 10 14",fill:"none",children:[i.jsx("rect",{x:"2",y:"0",width:"6",height:"4",rx:"1",fill:"currentColor",opacity:"0.7"}),i.jsx("line",{x1:"5",y1:"4",x2:"5",y2:"10",stroke:"currentColor",strokeWidth:"1.2"}),i.jsx("path",{d:"M3 9l2 2 2-2",stroke:"currentColor",strokeWidth:"1.2",fill:"none"}),i.jsx("rect",{x:"2",y:"10",width:"6",height:"4",rx:"1",fill:"currentColor"})]}),"TB"]})]}),i.jsx(Wn,{label:"Tables",active:A.source_table,color:Be.source_table,onClick:()=>h(x=>({...x,source_table:!x.source_table}))}),i.jsx(Wn,{label:"dbt Models",active:A.dbt_model,color:Be.dbt_model,onClick:()=>h(x=>({...x,dbt_model:!x.dbt_model}))}),i.jsx(Wn,{label:"dbt Sources",active:A.dbt_source,color:Be.dbt_source,onClick:()=>h(x=>({...x,dbt_source:!x.dbt_source}))}),i.jsx(Wn,{label:"DQL Blocks",active:A.block,color:Be.block,onClick:()=>h(x=>({...x,block:!x.block}))}),i.jsx(Wn,{label:"Notebooks",active:A.dashboard,color:Be.dashboard,onClick:()=>h(x=>({...x,dashboard:!x.dashboard}))}),i.jsx(Wn,{label:"Domains",active:A.domain,color:Be.domain,onClick:()=>h(x=>({...x,domain:!x.domain}))})]}),i.jsxs("div",{style:{display:"flex",gap:8},children:[i.jsx("input",{value:S,onChange:x=>I(x.target.value),placeholder:"Search lineage and focus the graph...",style:{flex:1,padding:"8px 10px",borderRadius:6,border:`1px solid ${n.headerBorder}`,background:"#0d1117",color:n.textPrimary,fontSize:12,outline:"none"}}),c&&i.jsx("button",{onClick:M,style:{borderRadius:6,border:`1px solid ${n.headerBorder}`,background:"transparent",color:n.textPrimary,cursor:"pointer",fontSize:12,fontWeight:600,padding:"8px 10px"},children:"Show All"})]}),i.jsx("div",{style:{marginTop:8,color:n.textMuted,fontSize:11,lineHeight:1.5},children:"This graph connects raw source tables and dbt DAGs to DQL blocks and the notebooks that consume them. Search to focus on a single path instead of scanning the full project graph."}),p.length>0&&i.jsx("div",{style:{marginTop:8,border:`1px solid ${n.headerBorder}`,borderRadius:8,overflow:"hidden"},children:p.slice(0,8).map(x=>i.jsxs("button",{onClick:()=>void v(x.node.id),style:{width:"100%",textAlign:"left",padding:"8px 10px",background:"transparent",border:"none",borderTop:`1px solid ${n.headerBorder}`,color:n.textPrimary,cursor:"pointer"},children:[i.jsx("span",{style:{color:Be[x.node.type]??"#8b949e",fontSize:10,fontWeight:700,marginRight:8},children:TI[x.node.type]??x.node.type.toUpperCase()}),x.node.name]},x.node.id))})]}),i.jsx("div",{style:{flex:1,position:"relative"},children:i.jsxs(Tp,{nodes:g,edges:U,onNodesChange:L,onEdgesChange:b,onNodeClick:w,nodeTypes:Aj,fitView:!0,fitViewOptions:{padding:.18},proOptions:{hideAttribution:!0},style:{background:"#0d1117"},children:[i.jsx(Ap,{color:"#21262d",gap:24,size:1}),i.jsx(_v,{showInteractive:!1}),i.jsx(Hv,{nodeColor:x=>{var B;return Be[((B=x.data)==null?void 0:B.nodeType)??"source_table"]??"#8b949e"},maskColor:"rgba(0,0,0,0.55)",style:{background:"#0d1117",border:"1px solid #30363d"}}),i.jsx(Tr,{position:"top-left",children:i.jsxs("div",{style:{background:"rgba(13, 17, 23, 0.9)",border:"1px solid #30363d",borderRadius:8,padding:"8px 10px",minWidth:220,color:"#e6edf3",fontSize:12},children:[i.jsx("div",{style:{fontWeight:700,marginBottom:4},children:c?c.name:"Full Lineage View"}),i.jsxs("div",{style:{color:"#8b949e",fontSize:11},children:[l.nodes.length," node(s), ",l.edges.length," edge(s)"]}),i.jsx("div",{style:{color:"#8b949e",fontSize:11,marginTop:6,lineHeight:1.5},children:c?`Focused on ${Mi[c.type]??c.type}. Upstream shows provenance from tables/dbt; downstream shows DQL and notebook consumption.`:"Full project lineage across source tables, dbt, DQL blocks, and notebooks."}),u&&P&&i.jsxs("div",{style:{marginTop:8,color:"#8b949e",fontSize:11},children:[P.incoming," upstream, ",P.outgoing," downstream"]})]})}),i.jsx(Tr,{position:"bottom-left",children:i.jsx("div",{style:{display:"flex",gap:10,background:"rgba(13, 17, 23, 0.9)",border:"1px solid #30363d",borderRadius:8,padding:"6px 10px",color:"#8b949e",fontSize:10},children:Object.entries(Fr).map(([x,B])=>i.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:4},children:[i.jsx("span",{style:{width:10,height:2,background:B,display:"inline-block"}}),vL[x]??x]},x))})})]})})]})}function Ij(){const{state:e,dispatch:t}=ue(),{executeAll:n}=Pi();f.useEffect(()=>{const r=o=>{const s=o.metaKey||o.ctrlKey;if(s&&o.key==="b"&&!o.shiftKey){o.preventDefault(),t({type:"TOGGLE_SIDEBAR"});return}if(s&&o.shiftKey&&o.key==="Enter"){o.preventDefault(),e.activeFile&&n();return}if(s&&o.key==="j"&&!o.shiftKey){o.preventDefault(),t({type:"TOGGLE_DEV_PANEL"});return}if(s&&o.key==="d"&&!o.shiftKey){o.preventDefault(),e.activeFile&&t({type:"TOGGLE_DASHBOARD_MODE"});return}if(o.key==="Escape"){if(e.dashboardMode){t({type:"TOGGLE_DASHBOARD_MODE"});return}if(e.newNotebookModalOpen){t({type:"CLOSE_NEW_NOTEBOOK_MODAL"});return}if(e.newBlockModalOpen){t({type:"CLOSE_NEW_BLOCK_MODAL"});return}}};return document.addEventListener("keydown",r),()=>document.removeEventListener("keydown",r)},[t,n,e.activeFile,e.newNotebookModalOpen,e.newBlockModalOpen,e.dashboardMode])}const hj=600;function Oj(e,t){const n=t.filter(r=>r.result||r.error||(r.executionCount??0)>0).map(r=>({cellId:r.id,status:r.status,result:r.result,error:r.error,executionCount:r.executionCount,executedAt:new Date().toISOString()}));return{version:1,notebookPath:e,capturedAt:new Date().toISOString(),cells:n}}function KT(e){return e.map(t=>{var n;return`${t.id}:${t.executionCount??0}:${((n=t.result)==null?void 0:n.rowCount)??-1}:${(t.error??"").length}`}).join("|")}function Nj(){var o;const{state:e}=ue(),t=f.useRef(null),n=f.useRef(""),r=f.useRef(null);f.useEffect(()=>{var l;const s=((l=e.activeFile)==null?void 0:l.path)??null;if(!s)return;if(s!==r.current){r.current=s,n.current=KT(e.cells);return}const a=KT(e.cells);return a!==n.current&&(n.current=a,t.current&&clearTimeout(t.current),t.current=setTimeout(()=>{const E=Oj(s,e.cells);ee.saveRunSnapshot(s,E).catch(()=>{})},hj)),()=>{t.current&&(clearTimeout(t.current),t.current=null)}},[e.cells,(o=e.activeFile)==null?void 0:o.path])}function mj(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode],r=f.useRef({}),[o,s]=f.useState(!1);Ij(),Nj(),f.useEffect(()=>{const E=c=>{(c.metaKey||c.ctrlKey)&&c.key.toLowerCase()==="k"&&!c.shiftKey&&(c.preventDefault(),s(d=>!d)),(c.metaKey||c.ctrlKey)&&c.shiftKey&&c.key.toLowerCase()==="i"&&(c.preventDefault(),t({type:"TOGGLE_INSPECTOR"}))};return document.addEventListener("keydown",E),()=>document.removeEventListener("keydown",E)},[t]);const a=f.useCallback(async E=>{try{if(E.type==="block"){const p=await ee.openBlockStudio(E.path);t({type:"OPEN_BLOCK_STUDIO",file:E,payload:p});return}const{content:c}=await ee.readNotebook(E.path),{title:d,cells:u,metadata:T}=i_(E.path,c),S=E.path.endsWith(".dqlnb")?await ee.fetchRunSnapshot(E.path):null;let I=u;if(S!=null&&S.found&&S.snapshot){const p=new Map(S.snapshot.cells.map(R=>[R.cellId,R]));I=u.map(R=>{const A=p.get(R.id);return A?{...R,status:A.status??R.status,result:A.result??R.result,error:A.error??R.error,executionCount:A.executionCount??R.executionCount,fromSnapshot:A.result!=null}:R})}t({type:"OPEN_FILE",file:E,cells:I,title:d,metadata:T}),e.sidebarPanel!=="files"&&t({type:"SET_SIDEBAR_PANEL",panel:"files"})}catch(c){if(console.error("Failed to open file:",c),E.type==="block")try{const{content:d}=await ee.readNotebook(E.path);t({type:"OPEN_BLOCK_STUDIO",file:E,payload:{path:E.path,source:d,companionPath:null,metadata:{name:E.name.replace(/\.dql$/i,""),path:E.path,domain:E.path.split("/").slice(1,-1).join("/")||"uncategorized",description:"",owner:"",tags:[]},validation:{valid:!1,diagnostics:[{severity:"warning",message:"Opened block without studio metadata. Save once to normalize it."}],semanticRefs:{metrics:[],dimensions:[],segments:[]}}}});return}catch(d){console.error("Failed to open block fallback:",d)}else t({type:"OPEN_FILE",file:E,cells:[Ve("sql")],title:E.name})}},[t,e.sidebarPanel]);f.useCallback(E=>{const c=r.current[E];c&&c.scrollIntoView({behavior:"smooth",block:"start"})},[]);const l=f.useCallback((E,c)=>{c?r.current[E]=c:delete r.current[E]},[]);return i.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100vh",width:"100vw",background:n.appBg,fontFamily:n.font,color:n.textPrimary,overflow:"hidden"},children:[i.jsx(M_,{}),i.jsxs("div",{style:{flex:1,display:"flex",overflow:"hidden"},children:[i.jsx(rL,{}),e.sidebarOpen&&i.jsx(e_,{onOpenFile:a}),i.jsx("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",minWidth:0},children:e.lineageFullscreen?i.jsx(pj,{}):e.mainView==="connection"?i.jsx(zT,{title:"Connections",description:"Manage database connections, edit driver settings, and test connectivity in a full-page workspace.",children:i.jsx(Zf,{})}):e.mainView==="reference"?i.jsx(zT,{title:"Quick Reference",description:"Browse the complete DQL guide, semantic workflows, and authoring patterns in a documentation-style view.",children:i.jsx(eR,{themeMode:e.themeMode})}):i.jsx(i.Fragment,{children:e.mainView==="block_studio"?i.jsx(Qk,{}):i.jsxs(i.Fragment,{children:[i.jsx(Hk,{onOpenFile:a,registerCellRef:l}),i.jsx(U_,{})]})})}),e.inspectorOpen&&!e.lineageFullscreen&&!e.dashboardMode&&i.jsx(Hg,{})]}),e.newNotebookModalOpen&&i.jsx($k,{onFileOpened:a}),e.newBlockModalOpen&&i.jsx(zk,{onFileOpened:a}),i.jsx(Fg,{open:o,onClose:()=>s(!1)})]})}function zT({title:e,description:t,children:n}){return i.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0,overflow:"hidden"},children:[i.jsxs("div",{style:{padding:"18px 24px 12px",borderBottom:"1px solid rgba(127, 127, 127, 0.16)"},children:[i.jsx("div",{style:{fontSize:22,fontWeight:700},children:e}),i.jsx("div",{style:{fontSize:13,opacity:.72,marginTop:6,maxWidth:760,lineHeight:1.5},children:t})]}),i.jsx("div",{style:{flex:1,minHeight:0,overflow:"auto"},children:n})]})}function Cj(){const{state:e,dispatch:t}=ue(),n=f.useRef(null),r=f.useRef(null);f.useEffect(()=>{var o;n.current=((o=e.activeFile)==null?void 0:o.path)??null},[e.activeFile]),f.useEffect(()=>{if(typeof EventSource>"u")return;const o=()=>{const s=new EventSource(`${window.location.origin}/api/watch`);r.current=s,s.addEventListener("change",a=>{try{const l=JSON.parse(a.data);(l.type==="file-added"||l.type==="file-deleted")&&ee.listNotebooks().then(E=>{t({type:"SET_FILES",files:E})}),l.type==="file-changed"&&ee.listNotebooks().then(E=>{t({type:"SET_FILES",files:E})}),l.type==="semantic-reload"&&(t({type:"SET_SEMANTIC_LOADING",loading:!0}),ee.getSemanticLayer().then(E=>{t({type:"SET_SEMANTIC_LAYER",layer:E})}))}catch{}}),s.addEventListener("error",()=>{s.close(),setTimeout(o,5e3)})};return o(),()=>{var s;(s=r.current)==null||s.close(),r.current=null}},[t])}function gj(){const{state:e,dispatch:t}=ue(),n=oe[e.themeMode];return f.useEffect(()=>{const r="dql-global-styles";let o=document.getElementById(r);o||(o=document.createElement("style"),o.id=r,document.head.appendChild(o)),o.textContent=`
604
+ * { margin: 0; padding: 0; box-sizing: border-box; }
605
+ body {
606
+ font-family: ${n.font};
607
+ overflow: hidden;
608
+ background: ${n.appBg};
609
+ color: ${n.textPrimary};
610
+ }
611
+ ::-webkit-scrollbar { width: 6px; height: 6px; }
612
+ ::-webkit-scrollbar-track { background: transparent; }
613
+ ::-webkit-scrollbar-thumb {
614
+ background: ${n.scrollbarThumb};
615
+ border-radius: 3px;
616
+ }
617
+ ::-webkit-scrollbar-thumb:hover {
618
+ background: ${n.textMuted};
619
+ }
620
+ ::selection {
621
+ background: ${n.accent}40;
622
+ color: ${n.textPrimary};
623
+ }
624
+ .dql-meta-pill:hover {
625
+ background: var(--dql-pill-hover-bg) !important;
626
+ border-color: var(--dql-pill-hover-border) !important;
627
+ }
628
+ `},[n]),f.useEffect(()=>{t({type:"SET_FILES_LOADING",loading:!0}),ee.listNotebooks().then(r=>{t({type:"SET_FILES",files:r}),t({type:"SET_FILES_LOADING",loading:!1})})},[t]),f.useEffect(()=>{t({type:"SET_SCHEMA_LOADING",loading:!0}),ee.getSchema().then(r=>{t({type:"SET_SCHEMA",tables:r}),t({type:"SET_SCHEMA_LOADING",loading:!1})})},[t]),Cj(),i.jsx(Sh,{theme:e.themeMode,applyGlobal:!0,children:i.jsx(LN,{delayDuration:200,skipDelayDuration:400,children:i.jsx(mj,{})})})}function Lj(){return i.jsx(wg,{children:i.jsx(gj,{})})}ch.createRoot(document.getElementById("root")).render(i.jsx(Lj,{}));