@duckcodeailabs/dql-cli 1.4.4 → 1.5.1

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 (302) hide show
  1. package/LICENSE +123 -0
  2. package/README.md +72 -0
  3. package/{apps-api.d.ts → dist/apps-api.d.ts} +27 -3
  4. package/dist/apps-api.d.ts.map +1 -0
  5. package/{apps-api.js → dist/apps-api.js} +512 -8
  6. package/dist/apps-api.js.map +1 -0
  7. package/{apps-api.test.js → dist/apps-api.test.js} +6 -0
  8. package/{apps-api.test.js.map → dist/apps-api.test.js.map} +1 -1
  9. package/{args.test.js → dist/args.test.js} +8 -0
  10. package/{args.test.js.map → dist/args.test.js.map} +1 -1
  11. package/dist/assets/dql-notebook/assets/index-DZ2X3-OY.js +862 -0
  12. package/dist/assets/dql-notebook/assets/index-R3UrqjLQ.css +1 -0
  13. package/{assets → dist/assets}/dql-notebook/index.html +2 -2
  14. package/dist/block-studio-import.d.ts +59 -0
  15. package/dist/block-studio-import.d.ts.map +1 -0
  16. package/dist/block-studio-import.js +398 -0
  17. package/dist/block-studio-import.js.map +1 -0
  18. package/dist/block-studio-import.test.d.ts +2 -0
  19. package/dist/block-studio-import.test.d.ts.map +1 -0
  20. package/dist/block-studio-import.test.js +110 -0
  21. package/dist/block-studio-import.test.js.map +1 -0
  22. package/dist/commands/agent.d.ts.map +1 -0
  23. package/{commands → dist/commands}/agent.js +98 -5
  24. package/dist/commands/agent.js.map +1 -0
  25. package/{commands → dist/commands}/app.d.ts.map +1 -1
  26. package/{commands → dist/commands}/app.js +6 -0
  27. package/dist/commands/app.js.map +1 -0
  28. package/dist/commands/import.d.ts +3 -0
  29. package/dist/commands/import.d.ts.map +1 -0
  30. package/dist/commands/import.js +50 -0
  31. package/dist/commands/import.js.map +1 -0
  32. package/{commands → dist/commands}/init.d.ts.map +1 -1
  33. package/{commands → dist/commands}/init.js +8 -5
  34. package/dist/commands/init.js.map +1 -0
  35. package/{commands → dist/commands}/init.test.js +84 -24
  36. package/dist/commands/init.test.js.map +1 -0
  37. package/{commands → dist/commands}/migrate.d.ts.map +1 -1
  38. package/{commands → dist/commands}/migrate.js +5 -0
  39. package/dist/commands/migrate.js.map +1 -0
  40. package/dist/commands/validate.d.ts.map +1 -0
  41. package/dist/commands/validate.js +163 -0
  42. package/dist/commands/validate.js.map +1 -0
  43. package/dist/commands/validate.test.d.ts +2 -0
  44. package/dist/commands/validate.test.d.ts.map +1 -0
  45. package/dist/commands/validate.test.js +55 -0
  46. package/dist/commands/validate.test.js.map +1 -0
  47. package/{index.js → dist/index.js} +6 -1
  48. package/dist/index.js.map +1 -0
  49. package/{llm → dist/llm}/index.d.ts.map +1 -1
  50. package/{llm → dist/llm}/index.js +4 -3
  51. package/{llm → dist/llm}/index.js.map +1 -1
  52. package/{llm → dist/llm}/providers/dql-agent-provider.d.ts +1 -1
  53. package/dist/llm/providers/dql-agent-provider.d.ts.map +1 -0
  54. package/dist/llm/providers/dql-agent-provider.js +287 -0
  55. package/dist/llm/providers/dql-agent-provider.js.map +1 -0
  56. package/{llm → dist/llm}/types.d.ts +3 -1
  57. package/dist/llm/types.d.ts.map +1 -0
  58. package/{local-runtime.d.ts.map → dist/local-runtime.d.ts.map} +1 -1
  59. package/{local-runtime.js → dist/local-runtime.js} +567 -50
  60. package/dist/local-runtime.js.map +1 -0
  61. package/{schedule → dist/schedule}/runner.d.ts.map +1 -1
  62. package/{schedule → dist/schedule}/runner.js +4 -0
  63. package/{schedule → dist/schedule}/runner.js.map +1 -1
  64. package/dist/settings/provider-settings.d.ts +33 -0
  65. package/dist/settings/provider-settings.d.ts.map +1 -0
  66. package/dist/settings/provider-settings.js +91 -0
  67. package/dist/settings/provider-settings.js.map +1 -0
  68. package/package.json +31 -20
  69. package/apps-api.d.ts.map +0 -1
  70. package/apps-api.js.map +0 -1
  71. package/assets/dql-notebook/assets/index-DUTeFz5j.js +0 -858
  72. package/assets/dql-notebook/assets/index-DrhoZmtv.css +0 -1
  73. package/commands/agent.d.ts.map +0 -1
  74. package/commands/agent.js.map +0 -1
  75. package/commands/app.js.map +0 -1
  76. package/commands/init.js.map +0 -1
  77. package/commands/init.test.js.map +0 -1
  78. package/commands/migrate.js.map +0 -1
  79. package/commands/validate.d.ts.map +0 -1
  80. package/commands/validate.js +0 -116
  81. package/commands/validate.js.map +0 -1
  82. package/index.js.map +0 -1
  83. package/llm/providers/dql-agent-provider.d.ts.map +0 -1
  84. package/llm/providers/dql-agent-provider.js +0 -99
  85. package/llm/providers/dql-agent-provider.js.map +0 -1
  86. package/llm/types.d.ts.map +0 -1
  87. package/local-runtime.js.map +0 -1
  88. /package/{apps-api.test.d.ts → dist/apps-api.test.d.ts} +0 -0
  89. /package/{apps-api.test.d.ts.map → dist/apps-api.test.d.ts.map} +0 -0
  90. /package/{args.d.ts → dist/args.d.ts} +0 -0
  91. /package/{args.d.ts.map → dist/args.d.ts.map} +0 -0
  92. /package/{args.js → dist/args.js} +0 -0
  93. /package/{args.js.map → dist/args.js.map} +0 -0
  94. /package/{args.test.d.ts → dist/args.test.d.ts} +0 -0
  95. /package/{args.test.d.ts.map → dist/args.test.d.ts.map} +0 -0
  96. /package/{assets → dist/assets}/dql-notebook/assets/codemirror-DJYUkPr1.js +0 -0
  97. /package/{assets → dist/assets}/dql-notebook/assets/react-CRB3T2We.js +0 -0
  98. /package/{assets → dist/assets}/notebook-browser/app.js +0 -0
  99. /package/{assets → dist/assets}/notebook-browser/index.html +0 -0
  100. /package/{assets → dist/assets}/notebook-browser/styles.css +0 -0
  101. /package/{block-templates.d.ts → dist/block-templates.d.ts} +0 -0
  102. /package/{block-templates.d.ts.map → dist/block-templates.d.ts.map} +0 -0
  103. /package/{block-templates.js → dist/block-templates.js} +0 -0
  104. /package/{block-templates.js.map → dist/block-templates.js.map} +0 -0
  105. /package/{commands → dist/commands}/agent.d.ts +0 -0
  106. /package/{commands → dist/commands}/app.d.ts +0 -0
  107. /package/{commands → dist/commands}/build.d.ts +0 -0
  108. /package/{commands → dist/commands}/build.d.ts.map +0 -0
  109. /package/{commands → dist/commands}/build.js +0 -0
  110. /package/{commands → dist/commands}/build.js.map +0 -0
  111. /package/{commands → dist/commands}/build.test.d.ts +0 -0
  112. /package/{commands → dist/commands}/build.test.d.ts.map +0 -0
  113. /package/{commands → dist/commands}/build.test.js +0 -0
  114. /package/{commands → dist/commands}/build.test.js.map +0 -0
  115. /package/{commands → dist/commands}/certify.d.ts +0 -0
  116. /package/{commands → dist/commands}/certify.d.ts.map +0 -0
  117. /package/{commands → dist/commands}/certify.js +0 -0
  118. /package/{commands → dist/commands}/certify.js.map +0 -0
  119. /package/{commands → dist/commands}/compile.d.ts +0 -0
  120. /package/{commands → dist/commands}/compile.d.ts.map +0 -0
  121. /package/{commands → dist/commands}/compile.js +0 -0
  122. /package/{commands → dist/commands}/compile.js.map +0 -0
  123. /package/{commands → dist/commands}/compile.test.d.ts +0 -0
  124. /package/{commands → dist/commands}/compile.test.d.ts.map +0 -0
  125. /package/{commands → dist/commands}/compile.test.js +0 -0
  126. /package/{commands → dist/commands}/compile.test.js.map +0 -0
  127. /package/{commands → dist/commands}/diff.d.ts +0 -0
  128. /package/{commands → dist/commands}/diff.d.ts.map +0 -0
  129. /package/{commands → dist/commands}/diff.js +0 -0
  130. /package/{commands → dist/commands}/diff.js.map +0 -0
  131. /package/{commands → dist/commands}/doctor.d.ts +0 -0
  132. /package/{commands → dist/commands}/doctor.d.ts.map +0 -0
  133. /package/{commands → dist/commands}/doctor.js +0 -0
  134. /package/{commands → dist/commands}/doctor.js.map +0 -0
  135. /package/{commands → dist/commands}/doctor.test.d.ts +0 -0
  136. /package/{commands → dist/commands}/doctor.test.d.ts.map +0 -0
  137. /package/{commands → dist/commands}/doctor.test.js +0 -0
  138. /package/{commands → dist/commands}/doctor.test.js.map +0 -0
  139. /package/{commands → dist/commands}/fmt.d.ts +0 -0
  140. /package/{commands → dist/commands}/fmt.d.ts.map +0 -0
  141. /package/{commands → dist/commands}/fmt.js +0 -0
  142. /package/{commands → dist/commands}/fmt.js.map +0 -0
  143. /package/{commands → dist/commands}/info.d.ts +0 -0
  144. /package/{commands → dist/commands}/info.d.ts.map +0 -0
  145. /package/{commands → dist/commands}/info.js +0 -0
  146. /package/{commands → dist/commands}/info.js.map +0 -0
  147. /package/{commands → dist/commands}/init.d.ts +0 -0
  148. /package/{commands → dist/commands}/init.test.d.ts +0 -0
  149. /package/{commands → dist/commands}/init.test.d.ts.map +0 -0
  150. /package/{commands → dist/commands}/lineage.d.ts +0 -0
  151. /package/{commands → dist/commands}/lineage.d.ts.map +0 -0
  152. /package/{commands → dist/commands}/lineage.js +0 -0
  153. /package/{commands → dist/commands}/lineage.js.map +0 -0
  154. /package/{commands → dist/commands}/mcp.d.ts +0 -0
  155. /package/{commands → dist/commands}/mcp.d.ts.map +0 -0
  156. /package/{commands → dist/commands}/mcp.js +0 -0
  157. /package/{commands → dist/commands}/mcp.js.map +0 -0
  158. /package/{commands → dist/commands}/migrate.d.ts +0 -0
  159. /package/{commands → dist/commands}/new.d.ts +0 -0
  160. /package/{commands → dist/commands}/new.d.ts.map +0 -0
  161. /package/{commands → dist/commands}/new.js +0 -0
  162. /package/{commands → dist/commands}/new.js.map +0 -0
  163. /package/{commands → dist/commands}/new.test.d.ts +0 -0
  164. /package/{commands → dist/commands}/new.test.d.ts.map +0 -0
  165. /package/{commands → dist/commands}/new.test.js +0 -0
  166. /package/{commands → dist/commands}/new.test.js.map +0 -0
  167. /package/{commands → dist/commands}/notebook.d.ts +0 -0
  168. /package/{commands → dist/commands}/notebook.d.ts.map +0 -0
  169. /package/{commands → dist/commands}/notebook.js +0 -0
  170. /package/{commands → dist/commands}/notebook.js.map +0 -0
  171. /package/{commands → dist/commands}/parse.d.ts +0 -0
  172. /package/{commands → dist/commands}/parse.d.ts.map +0 -0
  173. /package/{commands → dist/commands}/parse.js +0 -0
  174. /package/{commands → dist/commands}/parse.js.map +0 -0
  175. /package/{commands → dist/commands}/preview.d.ts +0 -0
  176. /package/{commands → dist/commands}/preview.d.ts.map +0 -0
  177. /package/{commands → dist/commands}/preview.js +0 -0
  178. /package/{commands → dist/commands}/preview.js.map +0 -0
  179. /package/{commands → dist/commands}/schedule.d.ts +0 -0
  180. /package/{commands → dist/commands}/schedule.d.ts.map +0 -0
  181. /package/{commands → dist/commands}/schedule.js +0 -0
  182. /package/{commands → dist/commands}/schedule.js.map +0 -0
  183. /package/{commands → dist/commands}/semantic.d.ts +0 -0
  184. /package/{commands → dist/commands}/semantic.d.ts.map +0 -0
  185. /package/{commands → dist/commands}/semantic.js +0 -0
  186. /package/{commands → dist/commands}/semantic.js.map +0 -0
  187. /package/{commands → dist/commands}/serve.d.ts +0 -0
  188. /package/{commands → dist/commands}/serve.d.ts.map +0 -0
  189. /package/{commands → dist/commands}/serve.js +0 -0
  190. /package/{commands → dist/commands}/serve.js.map +0 -0
  191. /package/{commands → dist/commands}/slack.d.ts +0 -0
  192. /package/{commands → dist/commands}/slack.d.ts.map +0 -0
  193. /package/{commands → dist/commands}/slack.js +0 -0
  194. /package/{commands → dist/commands}/slack.js.map +0 -0
  195. /package/{commands → dist/commands}/sync.d.ts +0 -0
  196. /package/{commands → dist/commands}/sync.d.ts.map +0 -0
  197. /package/{commands → dist/commands}/sync.js +0 -0
  198. /package/{commands → dist/commands}/sync.js.map +0 -0
  199. /package/{commands → dist/commands}/sync.test.d.ts +0 -0
  200. /package/{commands → dist/commands}/sync.test.d.ts.map +0 -0
  201. /package/{commands → dist/commands}/sync.test.js +0 -0
  202. /package/{commands → dist/commands}/sync.test.js.map +0 -0
  203. /package/{commands → dist/commands}/test.d.ts +0 -0
  204. /package/{commands → dist/commands}/test.d.ts.map +0 -0
  205. /package/{commands → dist/commands}/test.js +0 -0
  206. /package/{commands → dist/commands}/test.js.map +0 -0
  207. /package/{commands → dist/commands}/validate.d.ts +0 -0
  208. /package/{commands → dist/commands}/verify.d.ts +0 -0
  209. /package/{commands → dist/commands}/verify.d.ts.map +0 -0
  210. /package/{commands → dist/commands}/verify.js +0 -0
  211. /package/{commands → dist/commands}/verify.js.map +0 -0
  212. /package/{digest.d.ts → dist/digest.d.ts} +0 -0
  213. /package/{digest.d.ts.map → dist/digest.d.ts.map} +0 -0
  214. /package/{digest.js → dist/digest.js} +0 -0
  215. /package/{digest.js.map → dist/digest.js.map} +0 -0
  216. /package/{git-service.d.ts → dist/git-service.d.ts} +0 -0
  217. /package/{git-service.d.ts.map → dist/git-service.d.ts.map} +0 -0
  218. /package/{git-service.js → dist/git-service.js} +0 -0
  219. /package/{git-service.js.map → dist/git-service.js.map} +0 -0
  220. /package/{governance-runtime.d.ts → dist/governance-runtime.d.ts} +0 -0
  221. /package/{governance-runtime.d.ts.map → dist/governance-runtime.d.ts.map} +0 -0
  222. /package/{governance-runtime.js → dist/governance-runtime.js} +0 -0
  223. /package/{governance-runtime.js.map → dist/governance-runtime.js.map} +0 -0
  224. /package/{index.d.ts → dist/index.d.ts} +0 -0
  225. /package/{index.d.ts.map → dist/index.d.ts.map} +0 -0
  226. /package/{llm → dist/llm}/index.d.ts +0 -0
  227. /package/{llm → dist/llm}/providers/claude-agent-sdk.d.ts +0 -0
  228. /package/{llm → dist/llm}/providers/claude-agent-sdk.d.ts.map +0 -0
  229. /package/{llm → dist/llm}/providers/claude-agent-sdk.js +0 -0
  230. /package/{llm → dist/llm}/providers/claude-agent-sdk.js.map +0 -0
  231. /package/{llm → dist/llm}/providers/claude-code.d.ts +0 -0
  232. /package/{llm → dist/llm}/providers/claude-code.d.ts.map +0 -0
  233. /package/{llm → dist/llm}/providers/claude-code.js +0 -0
  234. /package/{llm → dist/llm}/providers/claude-code.js.map +0 -0
  235. /package/{llm → dist/llm}/tools.d.ts +0 -0
  236. /package/{llm → dist/llm}/tools.d.ts.map +0 -0
  237. /package/{llm → dist/llm}/tools.js +0 -0
  238. /package/{llm → dist/llm}/tools.js.map +0 -0
  239. /package/{llm → dist/llm}/types.js +0 -0
  240. /package/{llm → dist/llm}/types.js.map +0 -0
  241. /package/{local-runtime.d.ts → dist/local-runtime.d.ts} +0 -0
  242. /package/{local-runtime.test.d.ts → dist/local-runtime.test.d.ts} +0 -0
  243. /package/{local-runtime.test.d.ts.map → dist/local-runtime.test.d.ts.map} +0 -0
  244. /package/{local-runtime.test.js → dist/local-runtime.test.js} +0 -0
  245. /package/{local-runtime.test.js.map → dist/local-runtime.test.js.map} +0 -0
  246. /package/{metricflow.d.ts → dist/metricflow.d.ts} +0 -0
  247. /package/{metricflow.d.ts.map → dist/metricflow.d.ts.map} +0 -0
  248. /package/{metricflow.js → dist/metricflow.js} +0 -0
  249. /package/{metricflow.js.map → dist/metricflow.js.map} +0 -0
  250. /package/{metricflow.test.d.ts → dist/metricflow.test.d.ts} +0 -0
  251. /package/{metricflow.test.d.ts.map → dist/metricflow.test.d.ts.map} +0 -0
  252. /package/{metricflow.test.js → dist/metricflow.test.js} +0 -0
  253. /package/{metricflow.test.js.map → dist/metricflow.test.js.map} +0 -0
  254. /package/{open-browser.d.ts → dist/open-browser.d.ts} +0 -0
  255. /package/{open-browser.d.ts.map → dist/open-browser.d.ts.map} +0 -0
  256. /package/{open-browser.js → dist/open-browser.js} +0 -0
  257. /package/{open-browser.js.map → dist/open-browser.js.map} +0 -0
  258. /package/{schedule → dist/schedule}/alerts.d.ts +0 -0
  259. /package/{schedule → dist/schedule}/alerts.d.ts.map +0 -0
  260. /package/{schedule → dist/schedule}/alerts.js +0 -0
  261. /package/{schedule → dist/schedule}/alerts.js.map +0 -0
  262. /package/{schedule → dist/schedule}/discovery.d.ts +0 -0
  263. /package/{schedule → dist/schedule}/discovery.d.ts.map +0 -0
  264. /package/{schedule → dist/schedule}/discovery.js +0 -0
  265. /package/{schedule → dist/schedule}/discovery.js.map +0 -0
  266. /package/{schedule → dist/schedule}/notifiers/email.d.ts +0 -0
  267. /package/{schedule → dist/schedule}/notifiers/email.d.ts.map +0 -0
  268. /package/{schedule → dist/schedule}/notifiers/email.js +0 -0
  269. /package/{schedule → dist/schedule}/notifiers/email.js.map +0 -0
  270. /package/{schedule → dist/schedule}/notifiers/file.d.ts +0 -0
  271. /package/{schedule → dist/schedule}/notifiers/file.d.ts.map +0 -0
  272. /package/{schedule → dist/schedule}/notifiers/file.js +0 -0
  273. /package/{schedule → dist/schedule}/notifiers/file.js.map +0 -0
  274. /package/{schedule → dist/schedule}/notifiers/index.d.ts +0 -0
  275. /package/{schedule → dist/schedule}/notifiers/index.d.ts.map +0 -0
  276. /package/{schedule → dist/schedule}/notifiers/index.js +0 -0
  277. /package/{schedule → dist/schedule}/notifiers/index.js.map +0 -0
  278. /package/{schedule → dist/schedule}/notifiers/slack.d.ts +0 -0
  279. /package/{schedule → dist/schedule}/notifiers/slack.d.ts.map +0 -0
  280. /package/{schedule → dist/schedule}/notifiers/slack.js +0 -0
  281. /package/{schedule → dist/schedule}/notifiers/slack.js.map +0 -0
  282. /package/{schedule → dist/schedule}/runner.d.ts +0 -0
  283. /package/{schedule → dist/schedule}/runs.d.ts +0 -0
  284. /package/{schedule → dist/schedule}/runs.d.ts.map +0 -0
  285. /package/{schedule → dist/schedule}/runs.js +0 -0
  286. /package/{schedule → dist/schedule}/runs.js.map +0 -0
  287. /package/{schedule → dist/schedule}/service.d.ts +0 -0
  288. /package/{schedule → dist/schedule}/service.d.ts.map +0 -0
  289. /package/{schedule → dist/schedule}/service.js +0 -0
  290. /package/{schedule → dist/schedule}/service.js.map +0 -0
  291. /package/{schedule → dist/schedule}/types.d.ts +0 -0
  292. /package/{schedule → dist/schedule}/types.d.ts.map +0 -0
  293. /package/{schedule → dist/schedule}/types.js +0 -0
  294. /package/{schedule → dist/schedule}/types.js.map +0 -0
  295. /package/{semantic-import.d.ts → dist/semantic-import.d.ts} +0 -0
  296. /package/{semantic-import.d.ts.map → dist/semantic-import.d.ts.map} +0 -0
  297. /package/{semantic-import.js → dist/semantic-import.js} +0 -0
  298. /package/{semantic-import.js.map → dist/semantic-import.js.map} +0 -0
  299. /package/{semantic-import.test.d.ts → dist/semantic-import.test.d.ts} +0 -0
  300. /package/{semantic-import.test.d.ts.map → dist/semantic-import.test.d.ts.map} +0 -0
  301. /package/{semantic-import.test.js → dist/semantic-import.test.js} +0 -0
  302. /package/{semantic-import.test.js.map → dist/semantic-import.test.js.map} +0 -0
@@ -1,858 +0,0 @@
1
- import{r as yi,a as Df,g as Li}from"./react-CRB3T2We.js";import{S as _i,g as Mf,E as Tt,s as DI,a as Ge,b as Pf,c as MI,P as PI,d as vI,e as wI,F as UI,f as BI,h as vf,V as FI,D as Cn,R as GI,i as kI,C as nn,j as wf,k as Ze,r as HI,H as jI,t as me,l as YI,m as WI,u as VI,n as $I,o as XI,p as KI,q as zI,v as JI,w as qI,x as QI,y as ZI,z as is,A as eN,B as tN,G as nN,I as rN,J as oN,K as sN,L as iN,M as aN,N as lN,O as cN}from"./codemirror-DJYUkPr1.js";function dN(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 i=Object.getOwnPropertyDescriptor(r,o);i&&Object.defineProperty(e,o,i.get?i:{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 i of o)if(i.type==="childList")for(const a of i.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();var ya={exports:{}},Hr={};/**
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 jd;function EN(){if(jd)return Hr;jd=1;var e=yi(),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,i={key:!0,ref:!0,__self:!0,__source:!0};function a(l,c,d){var E,u={},T=null,f=null;d!==void 0&&(T=""+d),c.key!==void 0&&(T=""+c.key),c.ref!==void 0&&(f=c.ref);for(E in c)r.call(c,E)&&!i.hasOwnProperty(E)&&(u[E]=c[E]);if(l&&l.defaultProps)for(E in c=l.defaultProps,c)u[E]===void 0&&(u[E]=c[E]);return{$$typeof:t,type:l,key:T,ref:f,props:u,_owner:o.current}}return Hr.Fragment=n,Hr.jsx=a,Hr.jsxs=a,Hr}var Yd;function uN(){return Yd||(Yd=1,ya.exports=EN()),ya.exports}var s=uN(),as={},Wd;function TN(){if(Wd)return as;Wd=1;var e=Df();return as.createRoot=e.createRoot,as.hydrateRoot=e.hydrateRoot,as}var fN=TN(),S=yi();const Le=Li(S),Uf=dN({__proto__:null,default:Le},[S]),Ie={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"},Ne={1:"4px",2:"8px",3:"12px",4:"16px"},fn={sm:"4px",md:"6px",lg:"8px"},ke={xs:"11px",sm:"12px",md:"14px"},Lc={medium:"500",semibold:"600"},ro={overlay:1e3,modal:1100,popover:1200,tooltip:1300},La={surfaceBase:Ie.gray1000,surfaceRaised:Ie.gray975,surfaceElevated:Ie.gray950,surfaceOverlay:"rgba(0,0,0,0.7)",surfaceHover:Ie.gray900,surfaceActive:"#1f2d3d",surfaceSunken:Ie.gray1000,borderSubtle:"#21262d",borderDefault:"#30363d",borderStrong:"#484f58",borderFocus:Ie.blue500,textPrimary:"#e6edf3",textSecondary:"#8b949e",textMuted:"#484f58",textDisabled:"#32383f",textInverse:Ie.gray1000,accent:Ie.blue500,accentHover:Ie.blue400,accentMuted:"rgba(56,139,253,0.15)",accentContrast:"#ffffff",success:Ie.green500,warning:Ie.yellow500,danger:Ie.red500,info:Ie.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)"},ls={surfaceBase:Ie.gray0,surfaceRaised:Ie.gray50,surfaceElevated:Ie.gray0,surfaceOverlay:"rgba(0,0,0,0.4)",surfaceHover:Ie.gray100,surfaceActive:"#dbeafe",surfaceSunken:Ie.gray50,borderSubtle:Ie.gray100,borderDefault:Ie.gray200,borderStrong:Ie.gray300,borderFocus:Ie.blue600,textPrimary:"#1f2328",textSecondary:Ie.gray600,textMuted:Ie.gray400,textDisabled:Ie.gray300,textInverse:Ie.gray0,accent:Ie.blue600,accentHover:Ie.blue700,accentMuted:"rgba(9,105,218,0.12)",accentContrast:"#ffffff",success:Ie.green600,warning:Ie.yellow600,danger:Ie.red600,info:Ie.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)"},SN={obsidian:La,paper:ls,white:ls,dark:La,light:ls,midnight:La,arctic:ls};function Bf(e){return`--dql-${e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}`}function Vd(e){const t={};for(const[n,r]of Object.entries(e))t[Bf(n)]=r;return t}function pe(e){return`var(${Bf(e)})`}const pN=S.createContext(null);function RN({theme:e,defaultTheme:t="dark",onThemeChange:n,applyGlobal:r=!1,children:o}){const[i,a]=S.useState(t),l=e??i,c=SN[l],d=S.useCallback(T=>{e===void 0&&a(T),n==null||n(T)},[e,n]);S.useEffect(()=>{if(!r)return;const T=Vd(c),f=document.documentElement;for(const[A,h]of Object.entries(T))f.style.setProperty(A,h);return f.setAttribute("data-theme",l),()=>{for(const A of Object.keys(T))f.style.removeProperty(A);f.removeAttribute("data-theme")}},[r,l,c]);const E=S.useMemo(()=>({theme:l,tokens:c,setTheme:d}),[l,c,d]),u=r?void 0:Vd(c);return s.jsx(pN.Provider,{value:E,children:s.jsx("div",{"data-theme":l,style:u,children:o})})}function Ee(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 $d(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function bi(...e){return t=>{let n=!1;const r=e.map(o=>{const i=$d(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<r.length;o++){const i=r[o];typeof i=="function"?i():$d(e[o],null)}}}}function _e(...e){return S.useCallback(bi(...e),e)}function AN(e,t){const n=S.createContext(t),r=i=>{const{children:a,...l}=i,c=S.useMemo(()=>l,Object.values(l));return s.jsx(n.Provider,{value:c,children:a})};r.displayName=e+"Provider";function o(i){const a=S.useContext(n);if(a)return a;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return[r,o]}function Sn(e,t=[]){let n=[];function r(i,a){const l=S.createContext(a),c=n.length;n=[...n,a];const d=u=>{var R;const{scope:T,children:f,...A}=u,h=((R=T==null?void 0:T[e])==null?void 0:R[c])||l,p=S.useMemo(()=>A,Object.values(A));return s.jsx(h.Provider,{value:p,children:f})};d.displayName=i+"Provider";function E(u,T){var h;const f=((h=T==null?void 0:T[e])==null?void 0:h[c])||l,A=S.useContext(f);if(A)return A;if(a!==void 0)return a;throw new Error(`\`${u}\` must be used within \`${i}\``)}return[d,E]}const o=()=>{const i=n.map(a=>S.createContext(a));return function(l){const c=(l==null?void 0:l[e])||i;return S.useMemo(()=>({[`__scope${e}`]:{...l,[e]:c}}),[l,c])}};return o.scopeName=e,[r,hN(o,...t)]}function hN(...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(i){const a=r.reduce((l,{useScope:c,scopeName:d})=>{const u=c(i)[`__scope${d}`];return{...l,...u}},{});return S.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}var _c=Df();const IN=Li(_c);function Tr(e){const t=NN(e),n=S.forwardRef((r,o)=>{const{children:i,...a}=r,l=S.Children.toArray(i),c=l.find(mN);if(c){const d=c.props.children,E=l.map(u=>u===c?S.Children.count(d)>1?S.Children.only(null):S.isValidElement(d)?d.props.children:null:u);return s.jsx(t,{...a,ref:o,children:S.isValidElement(d)?S.cloneElement(d,void 0,E):null})}return s.jsx(t,{...a,ref:o,children:i})});return n.displayName=`${e}.Slot`,n}function NN(e){const t=S.forwardRef((n,r)=>{const{children:o,...i}=n;if(S.isValidElement(o)){const a=CN(o),l=gN(i,o.props);return o.type!==S.Fragment&&(l.ref=r?bi(r,a):a),S.cloneElement(o,l)}return S.Children.count(o)>1?S.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var Ff=Symbol("radix.slottable");function ON(e){const t=({children:n})=>s.jsx(s.Fragment,{children:n});return t.displayName=`${e}.Slottable`,t.__radixId=Ff,t}function mN(e){return S.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Ff}function gN(e,t){const n={...t};for(const r in t){const o=e[r],i=t[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...l)=>{const c=i(...l);return o(...l),c}:o&&(n[r]=o):r==="style"?n[r]={...o,...i}:r==="className"&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...e,...n}}function CN(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 xN=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ce=xN.reduce((e,t)=>{const n=Tr(`Primitive.${t}`),r=S.forwardRef((o,i)=>{const{asChild:a,...l}=o,c=a?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(c,{...l,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function Gf(e,t){e&&_c.flushSync(()=>e.dispatchEvent(t))}function an(e){const t=S.useRef(e);return S.useEffect(()=>{t.current=e}),S.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function yN(e,t=globalThis==null?void 0:globalThis.document){const n=an(e);S.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 LN="DismissableLayer",Vl="dismissableLayer.update",_N="dismissableLayer.pointerDownOutside",bN="dismissableLayer.focusOutside",Xd,kf=S.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Co=S.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:a,onDismiss:l,...c}=e,d=S.useContext(kf),[E,u]=S.useState(null),T=(E==null?void 0:E.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,f]=S.useState({}),A=_e(t,g=>u(g)),h=Array.from(d.layers),[p]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),R=h.indexOf(p),N=E?h.indexOf(E):-1,I=d.layersWithOutsidePointerEventsDisabled.size>0,O=N>=R,C=PN(g=>{const L=g.target,x=[...d.branches].some(D=>D.contains(L));!O||x||(o==null||o(g),a==null||a(g),g.defaultPrevented||l==null||l())},T),m=vN(g=>{const L=g.target;[...d.branches].some(D=>D.contains(L))||(i==null||i(g),a==null||a(g),g.defaultPrevented||l==null||l())},T);return yN(g=>{N===d.layers.size-1&&(r==null||r(g),!g.defaultPrevented&&l&&(g.preventDefault(),l()))},T),S.useEffect(()=>{if(E)return n&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(Xd=T.body.style.pointerEvents,T.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(E)),d.layers.add(E),Kd(),()=>{n&&d.layersWithOutsidePointerEventsDisabled.size===1&&(T.body.style.pointerEvents=Xd)}},[E,T,n,d]),S.useEffect(()=>()=>{E&&(d.layers.delete(E),d.layersWithOutsidePointerEventsDisabled.delete(E),Kd())},[E,d]),S.useEffect(()=>{const g=()=>f({});return document.addEventListener(Vl,g),()=>document.removeEventListener(Vl,g)},[]),s.jsx(Ce.div,{...c,ref:A,style:{pointerEvents:I?O?"auto":"none":void 0,...e.style},onFocusCapture:Ee(e.onFocusCapture,m.onFocusCapture),onBlurCapture:Ee(e.onBlurCapture,m.onBlurCapture),onPointerDownCapture:Ee(e.onPointerDownCapture,C.onPointerDownCapture)})});Co.displayName=LN;var DN="DismissableLayerBranch",MN=S.forwardRef((e,t)=>{const n=S.useContext(kf),r=S.useRef(null),o=_e(t,r);return S.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(Ce.div,{...e,ref:o})});MN.displayName=DN;function PN(e,t=globalThis==null?void 0:globalThis.document){const n=an(e),r=S.useRef(!1),o=S.useRef(()=>{});return S.useEffect(()=>{const i=l=>{if(l.target&&!r.current){let c=function(){Hf(_N,n,d,{discrete:!0})};const d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=c,t.addEventListener("click",o.current,{once:!0})):c()}else t.removeEventListener("click",o.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function vN(e,t=globalThis==null?void 0:globalThis.document){const n=an(e),r=S.useRef(!1);return S.useEffect(()=>{const o=i=>{i.target&&!r.current&&Hf(bN,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Kd(){const e=new CustomEvent(Vl);document.dispatchEvent(e)}function Hf(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?Gf(o,i):o.dispatchEvent(i)}var ln=globalThis!=null&&globalThis.document?S.useLayoutEffect:()=>{},wN=Uf[" useId ".trim().toString()]||(()=>{}),UN=0;function Qr(e){const[t,n]=S.useState(wN());return ln(()=>{n(r=>r??String(UN++))},[e]),t?`radix-${t}`:""}const BN=["top","right","bottom","left"],cn=Math.min,ze=Math.max,Js=Math.round,cs=Math.floor,gt=e=>({x:e,y:e}),FN={left:"right",right:"left",bottom:"top",top:"bottom"};function $l(e,t,n){return ze(e,cn(t,n))}function Bt(e,t){return typeof e=="function"?e(t):e}function Ft(e){return e.split("-")[0]}function yr(e){return e.split("-")[1]}function bc(e){return e==="x"?"y":"x"}function Dc(e){return e==="y"?"height":"width"}function Ot(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function Mc(e){return bc(Ot(e))}function GN(e,t,n){n===void 0&&(n=!1);const r=yr(e),o=Mc(e),i=Dc(o);let a=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=qs(a)),[a,qs(a)]}function kN(e){const t=qs(e);return[Xl(e),t,Xl(t)]}function Xl(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const zd=["left","right"],Jd=["right","left"],HN=["top","bottom"],jN=["bottom","top"];function YN(e,t,n){switch(e){case"top":case"bottom":return n?t?Jd:zd:t?zd:Jd;case"left":case"right":return t?HN:jN;default:return[]}}function WN(e,t,n,r){const o=yr(e);let i=YN(Ft(e),n==="start",r);return o&&(i=i.map(a=>a+"-"+o),t&&(i=i.concat(i.map(Xl)))),i}function qs(e){const t=Ft(e);return FN[t]+e.slice(t.length)}function VN(e){return{top:0,right:0,bottom:0,left:0,...e}}function jf(e){return typeof e!="number"?VN(e):{top:e,right:e,bottom:e,left:e}}function Qs(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 qd(e,t,n){let{reference:r,floating:o}=e;const i=Ot(t),a=Mc(t),l=Dc(a),c=Ft(t),d=i==="y",E=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 f;switch(c){case"top":f={x:E,y:r.y-o.height};break;case"bottom":f={x:E,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:u};break;case"left":f={x:r.x-o.width,y:u};break;default:f={x:r.x,y:r.y}}switch(yr(t)){case"start":f[a]-=T*(n&&d?-1:1);break;case"end":f[a]+=T*(n&&d?-1:1);break}return f}async function $N(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:i,rects:a,elements:l,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:E="viewport",elementContext:u="floating",altBoundary:T=!1,padding:f=0}=Bt(t,e),A=jf(f),p=l[T?u==="floating"?"reference":"floating":u],R=Qs(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(p)))==null||n?p:p.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:d,rootBoundary:E,strategy:c})),N=u==="floating"?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,I=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),O=await(i.isElement==null?void 0:i.isElement(I))?await(i.getScale==null?void 0:i.getScale(I))||{x:1,y:1}:{x:1,y:1},C=Qs(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:N,offsetParent:I,strategy:c}):N);return{top:(R.top-C.top+A.top)/O.y,bottom:(C.bottom-R.bottom+A.bottom)/O.y,left:(R.left-C.left+A.left)/O.x,right:(C.right-R.right+A.right)/O.x}}const XN=50,KN=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,l=a.detectOverflow?a:{...a,detectOverflow:$N},c=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:E,y:u}=qd(d,r,c),T=r,f=0;const A={};for(let h=0;h<i.length;h++){const p=i[h];if(!p)continue;const{name:R,fn:N}=p,{x:I,y:O,data:C,reset:m}=await N({x:E,y:u,initialPlacement:r,placement:T,strategy:o,middlewareData:A,rects:d,platform:l,elements:{reference:e,floating:t}});E=I??E,u=O??u,A[R]={...A[R],...C},m&&f<XN&&(f++,typeof m=="object"&&(m.placement&&(T=m.placement),m.rects&&(d=m.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:o}):m.rects),{x:E,y:u}=qd(d,T,c)),h=-1)}return{x:E,y:u,placement:T,strategy:o,middlewareData:A}},zN=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:l,middlewareData:c}=t,{element:d,padding:E=0}=Bt(e,t)||{};if(d==null)return{};const u=jf(E),T={x:n,y:r},f=Mc(o),A=Dc(f),h=await a.getDimensions(d),p=f==="y",R=p?"top":"left",N=p?"bottom":"right",I=p?"clientHeight":"clientWidth",O=i.reference[A]+i.reference[f]-T[f]-i.floating[A],C=T[f]-i.reference[f],m=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let g=m?m[I]:0;(!g||!await(a.isElement==null?void 0:a.isElement(m)))&&(g=l.floating[I]||i.floating[A]);const L=O/2-C/2,x=g/2-h[A]/2-1,D=cn(u[R],x),b=cn(u[N],x),w=D,B=g-h[A]-b,_=g/2-h[A]/2+L,F=$l(w,_,B),P=!c.arrow&&yr(o)!=null&&_!==F&&i.reference[A]/2-(_<w?D:b)-h[A]/2<0,v=P?_<w?_-w:_-B:0;return{[f]:T[f]+v,data:{[f]:F,centerOffset:_-F-v,...P&&{alignmentOffset:v}},reset:P}}}),JN=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:l,platform:c,elements:d}=t,{mainAxis:E=!0,crossAxis:u=!0,fallbackPlacements:T,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:A="none",flipAlignment:h=!0,...p}=Bt(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const R=Ft(o),N=Ot(l),I=Ft(l)===l,O=await(c.isRTL==null?void 0:c.isRTL(d.floating)),C=T||(I||!h?[qs(l)]:kN(l)),m=A!=="none";!T&&m&&C.push(...WN(l,h,A,O));const g=[l,...C],L=await c.detectOverflow(t,p),x=[];let D=((r=i.flip)==null?void 0:r.overflows)||[];if(E&&x.push(L[R]),u){const _=GN(o,a,O);x.push(L[_[0]],L[_[1]])}if(D=[...D,{placement:o,overflows:x}],!x.every(_=>_<=0)){var b,w;const _=(((b=i.flip)==null?void 0:b.index)||0)+1,F=g[_];if(F&&(!(u==="alignment"?N!==Ot(F):!1)||D.every(M=>Ot(M.placement)===N?M.overflows[0]>0:!0)))return{data:{index:_,overflows:D},reset:{placement:F}};let P=(w=D.filter(v=>v.overflows[0]<=0).sort((v,M)=>v.overflows[1]-M.overflows[1])[0])==null?void 0:w.placement;if(!P)switch(f){case"bestFit":{var B;const v=(B=D.filter(M=>{if(m){const y=Ot(M.placement);return y===N||y==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(y=>y>0).reduce((y,U)=>y+U,0)]).sort((M,y)=>M[1]-y[1])[0])==null?void 0:B[0];v&&(P=v);break}case"initialPlacement":P=l;break}if(o!==P)return{reset:{placement:P}}}return{}}}};function Qd(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Zd(e){return BN.some(t=>e[t]>=0)}const qN=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:r}=t,{strategy:o="referenceHidden",...i}=Bt(e,t);switch(o){case"referenceHidden":{const a=await r.detectOverflow(t,{...i,elementContext:"reference"}),l=Qd(a,n.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:Zd(l)}}}case"escaped":{const a=await r.detectOverflow(t,{...i,altBoundary:!0}),l=Qd(a,n.floating);return{data:{escapedOffsets:l,escaped:Zd(l)}}}default:return{}}}}},Yf=new Set(["left","top"]);async function QN(e,t){const{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),a=Ft(n),l=yr(n),c=Ot(n)==="y",d=Yf.has(a)?-1:1,E=i&&c?-1:1,u=Bt(t,e);let{mainAxis:T,crossAxis:f,alignmentAxis:A}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return l&&typeof A=="number"&&(f=l==="end"?A*-1:A),c?{x:f*E,y:T*d}:{x:T*d,y:f*E}}const ZN=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:l}=t,c=await QN(t,e);return a===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:a}}}}},eO=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o,platform:i}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:c={fn:R=>{let{x:N,y:I}=R;return{x:N,y:I}}},...d}=Bt(e,t),E={x:n,y:r},u=await i.detectOverflow(t,d),T=Ot(Ft(o)),f=bc(T);let A=E[f],h=E[T];if(a){const R=f==="y"?"top":"left",N=f==="y"?"bottom":"right",I=A+u[R],O=A-u[N];A=$l(I,A,O)}if(l){const R=T==="y"?"top":"left",N=T==="y"?"bottom":"right",I=h+u[R],O=h-u[N];h=$l(I,h,O)}const p=c.fn({...t,[f]:A,[T]:h});return{...p,data:{x:p.x-n,y:p.y-r,enabled:{[f]:a,[T]:l}}}}}},tO=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:c=!0,crossAxis:d=!0}=Bt(e,t),E={x:n,y:r},u=Ot(o),T=bc(u);let f=E[T],A=E[u];const h=Bt(l,t),p=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(c){const I=T==="y"?"height":"width",O=i.reference[T]-i.floating[I]+p.mainAxis,C=i.reference[T]+i.reference[I]-p.mainAxis;f<O?f=O:f>C&&(f=C)}if(d){var R,N;const I=T==="y"?"width":"height",O=Yf.has(Ft(o)),C=i.reference[u]-i.floating[I]+(O&&((R=a.offset)==null?void 0:R[u])||0)+(O?0:p.crossAxis),m=i.reference[u]+i.reference[I]+(O?0:((N=a.offset)==null?void 0:N[u])||0)-(O?p.crossAxis:0);A<C?A=C:A>m&&(A=m)}return{[T]:f,[u]:A}}}},nO=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:i,platform:a,elements:l}=t,{apply:c=()=>{},...d}=Bt(e,t),E=await a.detectOverflow(t,d),u=Ft(o),T=yr(o),f=Ot(o)==="y",{width:A,height:h}=i.floating;let p,R;u==="top"||u==="bottom"?(p=u,R=T===(await(a.isRTL==null?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(R=u,p=T==="end"?"top":"bottom");const N=h-E.top-E.bottom,I=A-E.left-E.right,O=cn(h-E[p],N),C=cn(A-E[R],I),m=!t.middlewareData.shift;let g=O,L=C;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(L=I),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(g=N),m&&!T){const D=ze(E.left,0),b=ze(E.right,0),w=ze(E.top,0),B=ze(E.bottom,0);f?L=A-2*(D!==0||b!==0?D+b:ze(E.left,E.right)):g=h-2*(w!==0||B!==0?w+B:ze(E.top,E.bottom))}await c({...t,availableWidth:L,availableHeight:g});const x=await a.getDimensions(l.floating);return A!==x.width||h!==x.height?{reset:{rects:!0}}:{}}}};function Di(){return typeof window<"u"}function Lr(e){return Wf(e)?(e.nodeName||"").toLowerCase():"#document"}function qe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function yt(e){var t;return(t=(Wf(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Wf(e){return Di()?e instanceof Node||e instanceof qe(e).Node:!1}function ft(e){return Di()?e instanceof Element||e instanceof qe(e).Element:!1}function Ht(e){return Di()?e instanceof HTMLElement||e instanceof qe(e).HTMLElement:!1}function eE(e){return!Di()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof qe(e).ShadowRoot}function xo(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=St(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&o!=="inline"&&o!=="contents"}function rO(e){return/^(table|td|th)$/.test(Lr(e))}function Mi(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const oO=/transform|translate|scale|rotate|perspective|filter/,sO=/paint|layout|strict|content/,In=e=>!!e&&e!=="none";let _a;function Pc(e){const t=ft(e)?St(e):e;return In(t.transform)||In(t.translate)||In(t.scale)||In(t.rotate)||In(t.perspective)||!vc()&&(In(t.backdropFilter)||In(t.filter))||oO.test(t.willChange||"")||sO.test(t.contain||"")}function iO(e){let t=dn(e);for(;Ht(t)&&!fr(t);){if(Pc(t))return t;if(Mi(t))return null;t=dn(t)}return null}function vc(){return _a==null&&(_a=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),_a}function fr(e){return/^(html|body|#document)$/.test(Lr(e))}function St(e){return qe(e).getComputedStyle(e)}function Pi(e){return ft(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function dn(e){if(Lr(e)==="html")return e;const t=e.assignedSlot||e.parentNode||eE(e)&&e.host||yt(e);return eE(t)?t.host:t}function Vf(e){const t=dn(e);return fr(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ht(t)&&xo(t)?t:Vf(t)}function oo(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=Vf(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),a=qe(o);if(i){const l=Kl(a);return t.concat(a,a.visualViewport||[],xo(o)?o:[],l&&n?oo(l):[])}else return t.concat(o,oo(o,[],n))}function Kl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function $f(e){const t=St(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Ht(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,l=Js(n)!==i||Js(r)!==a;return l&&(n=i,r=a),{width:n,height:r,$:l}}function wc(e){return ft(e)?e:e.contextElement}function ir(e){const t=wc(e);if(!Ht(t))return gt(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=$f(t);let a=(i?Js(n.width):n.width)/r,l=(i?Js(n.height):n.height)/o;return(!a||!Number.isFinite(a))&&(a=1),(!l||!Number.isFinite(l))&&(l=1),{x:a,y:l}}const aO=gt(0);function Xf(e){const t=qe(e);return!vc()||!t.visualViewport?aO:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function lO(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==qe(e)?!1:t}function _n(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),i=wc(e);let a=gt(1);t&&(r?ft(r)&&(a=ir(r)):a=ir(e));const l=lO(i,n,r)?Xf(i):gt(0);let c=(o.left+l.x)/a.x,d=(o.top+l.y)/a.y,E=o.width/a.x,u=o.height/a.y;if(i){const T=qe(i),f=r&&ft(r)?qe(r):r;let A=T,h=Kl(A);for(;h&&r&&f!==A;){const p=ir(h),R=h.getBoundingClientRect(),N=St(h),I=R.left+(h.clientLeft+parseFloat(N.paddingLeft))*p.x,O=R.top+(h.clientTop+parseFloat(N.paddingTop))*p.y;c*=p.x,d*=p.y,E*=p.x,u*=p.y,c+=I,d+=O,A=qe(h),h=Kl(A)}}return Qs({width:E,height:u,x:c,y:d})}function vi(e,t){const n=Pi(e).scrollLeft;return t?t.left+n:_n(yt(e)).left+n}function Kf(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-vi(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function cO(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const i=o==="fixed",a=yt(r),l=t?Mi(t.floating):!1;if(r===a||l&&i)return n;let c={scrollLeft:0,scrollTop:0},d=gt(1);const E=gt(0),u=Ht(r);if((u||!u&&!i)&&((Lr(r)!=="body"||xo(a))&&(c=Pi(r)),u)){const f=_n(r);d=ir(r),E.x=f.x+r.clientLeft,E.y=f.y+r.clientTop}const T=a&&!u&&!i?Kf(a,c):gt(0);return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-c.scrollLeft*d.x+E.x+T.x,y:n.y*d.y-c.scrollTop*d.y+E.y+T.y}}function dO(e){return Array.from(e.getClientRects())}function EO(e){const t=yt(e),n=Pi(e),r=e.ownerDocument.body,o=ze(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=ze(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+vi(e);const l=-n.scrollTop;return St(r).direction==="rtl"&&(a+=ze(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:l}}const tE=25;function uO(e,t){const n=qe(e),r=yt(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,l=0,c=0;if(o){i=o.width,a=o.height;const E=vc();(!E||E&&t==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}const d=vi(r);if(d<=0){const E=r.ownerDocument,u=E.body,T=getComputedStyle(u),f=E.compatMode==="CSS1Compat"&&parseFloat(T.marginLeft)+parseFloat(T.marginRight)||0,A=Math.abs(r.clientWidth-u.clientWidth-f);A<=tE&&(i-=A)}else d<=tE&&(i+=d);return{width:i,height:a,x:l,y:c}}function TO(e,t){const n=_n(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=Ht(e)?ir(e):gt(1),a=e.clientWidth*i.x,l=e.clientHeight*i.y,c=o*i.x,d=r*i.y;return{width:a,height:l,x:c,y:d}}function nE(e,t,n){let r;if(t==="viewport")r=uO(e,n);else if(t==="document")r=EO(yt(e));else if(ft(t))r=TO(t,n);else{const o=Xf(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Qs(r)}function zf(e,t){const n=dn(e);return n===t||!ft(n)||fr(n)?!1:St(n).position==="fixed"||zf(n,t)}function fO(e,t){const n=t.get(e);if(n)return n;let r=oo(e,[],!1).filter(l=>ft(l)&&Lr(l)!=="body"),o=null;const i=St(e).position==="fixed";let a=i?dn(e):e;for(;ft(a)&&!fr(a);){const l=St(a),c=Pc(a);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&(o.position==="absolute"||o.position==="fixed")||xo(a)&&!c&&zf(e,a))?r=r.filter(E=>E!==a):o=l,a=dn(a)}return t.set(e,r),r}function SO(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[...n==="clippingAncestors"?Mi(t)?[]:fO(t,this._c):[].concat(n),r],l=nE(t,a[0],o);let c=l.top,d=l.right,E=l.bottom,u=l.left;for(let T=1;T<a.length;T++){const f=nE(t,a[T],o);c=ze(f.top,c),d=cn(f.right,d),E=cn(f.bottom,E),u=ze(f.left,u)}return{width:d-u,height:E-c,x:u,y:c}}function pO(e){const{width:t,height:n}=$f(e);return{width:t,height:n}}function RO(e,t,n){const r=Ht(t),o=yt(t),i=n==="fixed",a=_n(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const c=gt(0);function d(){c.x=vi(o)}if(r||!r&&!i)if((Lr(t)!=="body"||xo(o))&&(l=Pi(t)),r){const f=_n(t,!0,i,t);c.x=f.x+t.clientLeft,c.y=f.y+t.clientTop}else o&&d();i&&!r&&o&&d();const E=o&&!r&&!i?Kf(o,l):gt(0),u=a.left+l.scrollLeft-c.x-E.x,T=a.top+l.scrollTop-c.y-E.y;return{x:u,y:T,width:a.width,height:a.height}}function ba(e){return St(e).position==="static"}function rE(e,t){if(!Ht(e)||St(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return yt(e)===n&&(n=n.ownerDocument.body),n}function Jf(e,t){const n=qe(e);if(Mi(e))return n;if(!Ht(e)){let o=dn(e);for(;o&&!fr(o);){if(ft(o)&&!ba(o))return o;o=dn(o)}return n}let r=rE(e,t);for(;r&&rO(r)&&ba(r);)r=rE(r,t);return r&&fr(r)&&ba(r)&&!Pc(r)?n:r||iO(e)||n}const AO=async function(e){const t=this.getOffsetParent||Jf,n=this.getDimensions,r=await n(e.floating);return{reference:RO(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function hO(e){return St(e).direction==="rtl"}const IO={convertOffsetParentRelativeRectToViewportRelativeRect:cO,getDocumentElement:yt,getClippingRect:SO,getOffsetParent:Jf,getElementRects:AO,getClientRects:dO,getDimensions:pO,getScale:ir,isElement:ft,isRTL:hO};function qf(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function NO(e,t){let n=null,r;const o=yt(e);function i(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function a(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();const d=e.getBoundingClientRect(),{left:E,top:u,width:T,height:f}=d;if(l||t(),!T||!f)return;const A=cs(u),h=cs(o.clientWidth-(E+T)),p=cs(o.clientHeight-(u+f)),R=cs(E),I={rootMargin:-A+"px "+-h+"px "+-p+"px "+-R+"px",threshold:ze(0,cn(1,c))||1};let O=!0;function C(m){const g=m[0].intersectionRatio;if(g!==c){if(!O)return a();g?a(!1,g):r=setTimeout(()=>{a(!1,1e-7)},1e3)}g===1&&!qf(d,e.getBoundingClientRect())&&a(),O=!1}try{n=new IntersectionObserver(C,{...I,root:o.ownerDocument})}catch{n=new IntersectionObserver(C,I)}n.observe(e)}return a(!0),i}function OO(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,d=wc(e),E=o||i?[...d?oo(d):[],...t?oo(t):[]]:[];E.forEach(R=>{o&&R.addEventListener("scroll",n,{passive:!0}),i&&R.addEventListener("resize",n)});const u=d&&l?NO(d,n):null;let T=-1,f=null;a&&(f=new ResizeObserver(R=>{let[N]=R;N&&N.target===d&&f&&t&&(f.unobserve(t),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{var I;(I=f)==null||I.observe(t)})),n()}),d&&!c&&f.observe(d),t&&f.observe(t));let A,h=c?_n(e):null;c&&p();function p(){const R=_n(e);h&&!qf(h,R)&&n(),h=R,A=requestAnimationFrame(p)}return n(),()=>{var R;E.forEach(N=>{o&&N.removeEventListener("scroll",n),i&&N.removeEventListener("resize",n)}),u==null||u(),(R=f)==null||R.disconnect(),f=null,c&&cancelAnimationFrame(A)}}const mO=ZN,gO=eO,CO=JN,xO=nO,yO=qN,oE=zN,LO=tO,_O=(e,t,n)=>{const r=new Map,o={platform:IO,...n},i={...o.platform,_c:r};return KN(e,t,{...o,platform:i})};var bO=typeof document<"u",DO=function(){},ws=bO?S.useLayoutEffect:DO;function Zs(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(!Zs(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 i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!Zs(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Qf(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function sE(e,t){const n=Qf(e);return Math.round(t*n)/n}function Da(e){const t=S.useRef(e);return ws(()=>{t.current=e}),t}function MO(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:a}={},transform:l=!0,whileElementsMounted:c,open:d}=e,[E,u]=S.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[T,f]=S.useState(r);Zs(T,r)||f(r);const[A,h]=S.useState(null),[p,R]=S.useState(null),N=S.useCallback(M=>{M!==m.current&&(m.current=M,h(M))},[]),I=S.useCallback(M=>{M!==g.current&&(g.current=M,R(M))},[]),O=i||A,C=a||p,m=S.useRef(null),g=S.useRef(null),L=S.useRef(E),x=c!=null,D=Da(c),b=Da(o),w=Da(d),B=S.useCallback(()=>{if(!m.current||!g.current)return;const M={placement:t,strategy:n,middleware:T};b.current&&(M.platform=b.current),_O(m.current,g.current,M).then(y=>{const U={...y,isPositioned:w.current!==!1};_.current&&!Zs(L.current,U)&&(L.current=U,_c.flushSync(()=>{u(U)}))})},[T,t,n,b,w]);ws(()=>{d===!1&&L.current.isPositioned&&(L.current.isPositioned=!1,u(M=>({...M,isPositioned:!1})))},[d]);const _=S.useRef(!1);ws(()=>(_.current=!0,()=>{_.current=!1}),[]),ws(()=>{if(O&&(m.current=O),C&&(g.current=C),O&&C){if(D.current)return D.current(O,C,B);B()}},[O,C,B,D,x]);const F=S.useMemo(()=>({reference:m,floating:g,setReference:N,setFloating:I}),[N,I]),P=S.useMemo(()=>({reference:O,floating:C}),[O,C]),v=S.useMemo(()=>{const M={position:n,left:0,top:0};if(!P.floating)return M;const y=sE(P.floating,E.x),U=sE(P.floating,E.y);return l?{...M,transform:"translate("+y+"px, "+U+"px)",...Qf(P.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:y,top:U}},[n,l,P.floating,E.x,E.y]);return S.useMemo(()=>({...E,update:B,refs:F,elements:P,floatingStyles:v}),[E,B,F,P,v])}const PO=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?oE({element:r.current,padding:o}).fn(n):{}:r?oE({element:r,padding:o}).fn(n):{}}}},vO=(e,t)=>{const n=mO(e);return{name:n.name,fn:n.fn,options:[e,t]}},wO=(e,t)=>{const n=gO(e);return{name:n.name,fn:n.fn,options:[e,t]}},UO=(e,t)=>({fn:LO(e).fn,options:[e,t]}),BO=(e,t)=>{const n=CO(e);return{name:n.name,fn:n.fn,options:[e,t]}},FO=(e,t)=>{const n=xO(e);return{name:n.name,fn:n.fn,options:[e,t]}},GO=(e,t)=>{const n=yO(e);return{name:n.name,fn:n.fn,options:[e,t]}},kO=(e,t)=>{const n=PO(e);return{name:n.name,fn:n.fn,options:[e,t]}};var HO="Arrow",Zf=S.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...i}=e;return s.jsx(Ce.svg,{...i,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});Zf.displayName=HO;var jO=Zf;function YO(e){const[t,n]=S.useState(void 0);return ln(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let a,l;if("borderBoxSize"in i){const c=i.borderBoxSize,d=Array.isArray(c)?c[0]:c;a=d.inlineSize,l=d.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 Uc="Popper",[eS,_r]=Sn(Uc),[WO,tS]=eS(Uc),nS=e=>{const{__scopePopper:t,children:n}=e,[r,o]=S.useState(null);return s.jsx(WO,{scope:t,anchor:r,onAnchorChange:o,children:n})};nS.displayName=Uc;var rS="PopperAnchor",oS=S.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,i=tS(rS,n),a=S.useRef(null),l=_e(t,a),c=S.useRef(null);return S.useEffect(()=>{const d=c.current;c.current=(r==null?void 0:r.current)||a.current,d!==c.current&&i.onAnchorChange(c.current)}),r?null:s.jsx(Ce.div,{...o,ref:l})});oS.displayName=rS;var Bc="PopperContent",[VO,$O]=eS(Bc),sS=S.forwardRef((e,t)=>{var Q,X,Z,le,re,ie;const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:i="center",alignOffset:a=0,arrowPadding:l=0,avoidCollisions:c=!0,collisionBoundary:d=[],collisionPadding:E=0,sticky:u="partial",hideWhenDetached:T=!1,updatePositionStrategy:f="optimized",onPlaced:A,...h}=e,p=tS(Bc,n),[R,N]=S.useState(null),I=_e(t,W=>N(W)),[O,C]=S.useState(null),m=YO(O),g=(m==null?void 0:m.width)??0,L=(m==null?void 0:m.height)??0,x=r+(i!=="center"?"-"+i:""),D=typeof E=="number"?E:{top:0,right:0,bottom:0,left:0,...E},b=Array.isArray(d)?d:[d],w=b.length>0,B={padding:D,boundary:b.filter(KO),altBoundary:w},{refs:_,floatingStyles:F,placement:P,isPositioned:v,middlewareData:M}=MO({strategy:"fixed",placement:x,whileElementsMounted:(...W)=>OO(...W,{animationFrame:f==="always"}),elements:{reference:p.anchor},middleware:[vO({mainAxis:o+L,alignmentAxis:a}),c&&wO({mainAxis:!0,crossAxis:!1,limiter:u==="partial"?UO():void 0,...B}),c&&BO({...B}),FO({...B,apply:({elements:W,rects:ae,availableWidth:Te,availableHeight:ce})=>{const{width:ee,height:he}=ae.reference,Oe=W.floating.style;Oe.setProperty("--radix-popper-available-width",`${Te}px`),Oe.setProperty("--radix-popper-available-height",`${ce}px`),Oe.setProperty("--radix-popper-anchor-width",`${ee}px`),Oe.setProperty("--radix-popper-anchor-height",`${he}px`)}}),O&&kO({element:O,padding:l}),zO({arrowWidth:g,arrowHeight:L}),T&&GO({strategy:"referenceHidden",...B})]}),[y,U]=lS(P),G=an(A);ln(()=>{v&&(G==null||G())},[v,G]);const H=(Q=M.arrow)==null?void 0:Q.x,q=(X=M.arrow)==null?void 0:X.y,K=((Z=M.arrow)==null?void 0:Z.centerOffset)!==0,[j,J]=S.useState();return ln(()=>{R&&J(window.getComputedStyle(R).zIndex)},[R]),s.jsx("div",{ref:_.setFloating,"data-radix-popper-content-wrapper":"",style:{...F,transform:v?F.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:j,"--radix-popper-transform-origin":[(le=M.transformOrigin)==null?void 0:le.x,(re=M.transformOrigin)==null?void 0:re.y].join(" "),...((ie=M.hide)==null?void 0:ie.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:s.jsx(VO,{scope:n,placedSide:y,onArrowChange:C,arrowX:H,arrowY:q,shouldHideArrow:K,children:s.jsx(Ce.div,{"data-side":y,"data-align":U,...h,ref:I,style:{...h.style,animation:v?void 0:"none"}})})})});sS.displayName=Bc;var iS="PopperArrow",XO={top:"bottom",right:"left",bottom:"top",left:"right"},aS=S.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,i=$O(iS,r),a=XO[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(jO,{...o,ref:n,style:{...o.style,display:"block"}})})});aS.displayName=iS;function KO(e){return e!==null}var zO=e=>({name:"transformOrigin",options:e,fn(t){var p,R,N;const{placement:n,rects:r,middlewareData:o}=t,a=((p=o.arrow)==null?void 0:p.centerOffset)!==0,l=a?0:e.arrowWidth,c=a?0:e.arrowHeight,[d,E]=lS(n),u={start:"0%",center:"50%",end:"100%"}[E],T=(((R=o.arrow)==null?void 0:R.x)??0)+l/2,f=(((N=o.arrow)==null?void 0:N.y)??0)+c/2;let A="",h="";return d==="bottom"?(A=a?u:`${T}px`,h=`${-c}px`):d==="top"?(A=a?u:`${T}px`,h=`${r.floating.height+c}px`):d==="right"?(A=`${-c}px`,h=a?u:`${f}px`):d==="left"&&(A=`${r.floating.width+c}px`,h=a?u:`${f}px`),{data:{x:A,y:h}}}});function lS(e){const[t,n="center"]=e.split("-");return[t,n]}var JO=nS,wi=oS,Fc=sS,Gc=aS,qO="Portal",yo=S.forwardRef((e,t)=>{var l;const{container:n,...r}=e,[o,i]=S.useState(!1);ln(()=>i(!0),[]);const a=n||o&&((l=globalThis==null?void 0:globalThis.document)==null?void 0:l.body);return a?IN.createPortal(s.jsx(Ce.div,{...r,ref:t}),a):null});yo.displayName=qO;function QO(e,t){return S.useReducer((n,r)=>t[n][r]??n,e)}var nt=e=>{const{present:t,children:n}=e,r=ZO(t),o=typeof n=="function"?n({present:r.isPresent}):S.Children.only(n),i=_e(r.ref,em(o));return typeof n=="function"||r.isPresent?S.cloneElement(o,{ref:i}):null};nt.displayName="Presence";function ZO(e){const[t,n]=S.useState(),r=S.useRef(null),o=S.useRef(e),i=S.useRef("none"),a=e?"mounted":"unmounted",[l,c]=QO(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return S.useEffect(()=>{const d=ds(r.current);i.current=l==="mounted"?d:"none"},[l]),ln(()=>{const d=r.current,E=o.current;if(E!==e){const T=i.current,f=ds(d);e?c("MOUNT"):f==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(E&&T!==f?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,c]),ln(()=>{if(t){let d;const E=t.ownerDocument.defaultView??window,u=f=>{const h=ds(r.current).includes(CSS.escape(f.animationName));if(f.target===t&&h&&(c("ANIMATION_END"),!o.current)){const p=t.style.animationFillMode;t.style.animationFillMode="forwards",d=E.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=p)})}},T=f=>{f.target===t&&(i.current=ds(r.current))};return t.addEventListener("animationstart",T),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{E.clearTimeout(d),t.removeEventListener("animationstart",T),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:S.useCallback(d=>{r.current=d?getComputedStyle(d):null,n(d)},[])}}function ds(e){return(e==null?void 0:e.animationName)||"none"}function em(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 tm=Uf[" useInsertionEffect ".trim().toString()]||ln;function kc({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,i,a]=nm({defaultProp:t,onChange:n}),l=e!==void 0,c=l?e:o;{const E=S.useRef(e!==void 0);S.useEffect(()=>{const u=E.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.`),E.current=l},[l,r])}const d=S.useCallback(E=>{var u;if(l){const T=rm(E)?E(e):E;T!==e&&((u=a.current)==null||u.call(a,T))}else i(E)},[l,e,i,a]);return[c,d]}function nm({defaultProp:e,onChange:t}){const[n,r]=S.useState(e),o=S.useRef(n),i=S.useRef(t);return tm(()=>{i.current=t},[t]),S.useEffect(()=>{var a;o.current!==n&&((a=i.current)==null||a.call(i,n),o.current=n)},[n,o]),[n,r,i]}function rm(e){return typeof e=="function"}var om=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"}),sm="VisuallyHidden",cS=S.forwardRef((e,t)=>s.jsx(Ce.span,{...e,ref:t,style:{...om,...e.style}}));cS.displayName=sm;var im=cS,[Ui]=Sn("Tooltip",[_r]),Bi=_r(),dS="TooltipProvider",am=700,zl="tooltip.open",[lm,Hc]=Ui(dS),ES=e=>{const{__scopeTooltip:t,delayDuration:n=am,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:i}=e,a=S.useRef(!0),l=S.useRef(!1),c=S.useRef(0);return S.useEffect(()=>{const d=c.current;return()=>window.clearTimeout(d)},[]),s.jsx(lm,{scope:t,isOpenDelayedRef:a,delayDuration:n,onOpen:S.useCallback(()=>{window.clearTimeout(c.current),a.current=!1},[]),onClose:S.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>a.current=!0,r)},[r]),isPointerInTransitRef:l,onPointerInTransitChange:S.useCallback(d=>{l.current=d},[]),disableHoverableContent:o,children:i})};ES.displayName=dS;var so="Tooltip",[cm,Lo]=Ui(so),uS=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:i,disableHoverableContent:a,delayDuration:l}=e,c=Hc(so,e.__scopeTooltip),d=Bi(t),[E,u]=S.useState(null),T=Qr(),f=S.useRef(0),A=a??c.disableHoverableContent,h=l??c.delayDuration,p=S.useRef(!1),[R,N]=kc({prop:r,defaultProp:o??!1,onChange:g=>{g?(c.onOpen(),document.dispatchEvent(new CustomEvent(zl))):c.onClose(),i==null||i(g)},caller:so}),I=S.useMemo(()=>R?p.current?"delayed-open":"instant-open":"closed",[R]),O=S.useCallback(()=>{window.clearTimeout(f.current),f.current=0,p.current=!1,N(!0)},[N]),C=S.useCallback(()=>{window.clearTimeout(f.current),f.current=0,N(!1)},[N]),m=S.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>{p.current=!0,N(!0),f.current=0},h)},[h,N]);return S.useEffect(()=>()=>{f.current&&(window.clearTimeout(f.current),f.current=0)},[]),s.jsx(JO,{...d,children:s.jsx(cm,{scope:t,contentId:T,open:R,stateAttribute:I,trigger:E,onTriggerChange:u,onTriggerEnter:S.useCallback(()=>{c.isOpenDelayedRef.current?m():O()},[c.isOpenDelayedRef,m,O]),onTriggerLeave:S.useCallback(()=>{A?C():(window.clearTimeout(f.current),f.current=0)},[C,A]),onOpen:O,onClose:C,disableHoverableContent:A,children:n})})};uS.displayName=so;var Jl="TooltipTrigger",TS=S.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=Lo(Jl,n),i=Hc(Jl,n),a=Bi(n),l=S.useRef(null),c=_e(t,l,o.onTriggerChange),d=S.useRef(!1),E=S.useRef(!1),u=S.useCallback(()=>d.current=!1,[]);return S.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),s.jsx(wi,{asChild:!0,...a,children:s.jsx(Ce.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:c,onPointerMove:Ee(e.onPointerMove,T=>{T.pointerType!=="touch"&&!E.current&&!i.isPointerInTransitRef.current&&(o.onTriggerEnter(),E.current=!0)}),onPointerLeave:Ee(e.onPointerLeave,()=>{o.onTriggerLeave(),E.current=!1}),onPointerDown:Ee(e.onPointerDown,()=>{o.open&&o.onClose(),d.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:Ee(e.onFocus,()=>{d.current||o.onOpen()}),onBlur:Ee(e.onBlur,o.onClose),onClick:Ee(e.onClick,o.onClose)})})});TS.displayName=Jl;var jc="TooltipPortal",[dm,Em]=Ui(jc,{forceMount:void 0}),fS=e=>{const{__scopeTooltip:t,forceMount:n,children:r,container:o}=e,i=Lo(jc,t);return s.jsx(dm,{scope:t,forceMount:n,children:s.jsx(nt,{present:n||i.open,children:s.jsx(yo,{asChild:!0,container:o,children:r})})})};fS.displayName=jc;var Sr="TooltipContent",SS=S.forwardRef((e,t)=>{const n=Em(Sr,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...i}=e,a=Lo(Sr,e.__scopeTooltip);return s.jsx(nt,{present:r||a.open,children:a.disableHoverableContent?s.jsx(pS,{side:o,...i,ref:t}):s.jsx(um,{side:o,...i,ref:t})})}),um=S.forwardRef((e,t)=>{const n=Lo(Sr,e.__scopeTooltip),r=Hc(Sr,e.__scopeTooltip),o=S.useRef(null),i=_e(t,o),[a,l]=S.useState(null),{trigger:c,onClose:d}=n,E=o.current,{onPointerInTransitChange:u}=r,T=S.useCallback(()=>{l(null),u(!1)},[u]),f=S.useCallback((A,h)=>{const p=A.currentTarget,R={x:A.clientX,y:A.clientY},N=Rm(R,p.getBoundingClientRect()),I=Am(R,N),O=hm(h.getBoundingClientRect()),C=Nm([...I,...O]);l(C),u(!0)},[u]);return S.useEffect(()=>()=>T(),[T]),S.useEffect(()=>{if(c&&E){const A=p=>f(p,E),h=p=>f(p,c);return c.addEventListener("pointerleave",A),E.addEventListener("pointerleave",h),()=>{c.removeEventListener("pointerleave",A),E.removeEventListener("pointerleave",h)}}},[c,E,f,T]),S.useEffect(()=>{if(a){const A=h=>{const p=h.target,R={x:h.clientX,y:h.clientY},N=(c==null?void 0:c.contains(p))||(E==null?void 0:E.contains(p)),I=!Im(R,a);N?T():I&&(T(),d())};return document.addEventListener("pointermove",A),()=>document.removeEventListener("pointermove",A)}},[c,E,a,d,T]),s.jsx(pS,{...e,ref:i})}),[Tm,fm]=Ui(so,{isInside:!1}),Sm=ON("TooltipContent"),pS=S.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:i,onPointerDownOutside:a,...l}=e,c=Lo(Sr,n),d=Bi(n),{onClose:E}=c;return S.useEffect(()=>(document.addEventListener(zl,E),()=>document.removeEventListener(zl,E)),[E]),S.useEffect(()=>{if(c.trigger){const u=T=>{const f=T.target;f!=null&&f.contains(c.trigger)&&E()};return window.addEventListener("scroll",u,{capture:!0}),()=>window.removeEventListener("scroll",u,{capture:!0})}},[c.trigger,E]),s.jsx(Co,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:u=>u.preventDefault(),onDismiss:E,children:s.jsxs(Fc,{"data-state":c.stateAttribute,...d,...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:[s.jsx(Sm,{children:r}),s.jsx(Tm,{scope:n,isInside:!0,children:s.jsx(im,{id:c.contentId,role:"tooltip",children:o||r})})]})})});SS.displayName=Sr;var RS="TooltipArrow",pm=S.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=Bi(n);return fm(RS,n).isInside?null:s.jsx(Gc,{...o,...r,ref:t})});pm.displayName=RS;function Rm(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,r,o,i)){case i:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function Am(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 hm(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 Im(e,t){const{x:n,y:r}=e;let o=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const l=t[i],c=t[a],d=l.x,E=l.y,u=c.x,T=c.y;E>r!=T>r&&n<(u-d)*(r-E)/(T-E)+d&&(o=!o)}return o}function Nm(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),Om(t)}function Om(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 i=t[t.length-1],a=t[t.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.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 i=n[n.length-1],a=n[n.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.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 mm=ES,gm=uS,Cm=TS,xm=fS,ym=SS;function AS({content:e,children:t,side:n="right",align:r="center",sideOffset:o=6,delayMs:i=200,container:a}){return s.jsxs(gm,{delayDuration:i,children:[s.jsx(Cm,{asChild:!0,children:t}),s.jsx(xm,{container:a,children:s.jsx(ym,{side:n,align:r,sideOffset:o,style:{background:pe("surfaceElevated"),color:pe("textPrimary"),border:`1px solid ${pe("borderDefault")}`,borderRadius:fn.sm,padding:`${Ne[1]} ${Ne[2]}`,fontSize:ke.sm,boxShadow:pe("shadowMd"),zIndex:ro.tooltip,userSelect:"none"},children:e})})]})}const Lm=mm;var Ma="focusScope.autoFocusOnMount",Pa="focusScope.autoFocusOnUnmount",iE={bubbles:!1,cancelable:!0},_m="FocusScope",Fi=S.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=e,[l,c]=S.useState(null),d=an(o),E=an(i),u=S.useRef(null),T=_e(t,h=>c(h)),f=S.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;S.useEffect(()=>{if(r){let h=function(I){if(f.paused||!l)return;const O=I.target;l.contains(O)?u.current=O:Zt(u.current,{select:!0})},p=function(I){if(f.paused||!l)return;const O=I.relatedTarget;O!==null&&(l.contains(O)||Zt(u.current,{select:!0}))},R=function(I){if(document.activeElement===document.body)for(const C of I)C.removedNodes.length>0&&Zt(l)};document.addEventListener("focusin",h),document.addEventListener("focusout",p);const N=new MutationObserver(R);return l&&N.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",p),N.disconnect()}}},[r,l,f.paused]),S.useEffect(()=>{if(l){lE.add(f);const h=document.activeElement;if(!l.contains(h)){const R=new CustomEvent(Ma,iE);l.addEventListener(Ma,d),l.dispatchEvent(R),R.defaultPrevented||(bm(wm(hS(l)),{select:!0}),document.activeElement===h&&Zt(l))}return()=>{l.removeEventListener(Ma,d),setTimeout(()=>{const R=new CustomEvent(Pa,iE);l.addEventListener(Pa,E),l.dispatchEvent(R),R.defaultPrevented||Zt(h??document.body,{select:!0}),l.removeEventListener(Pa,E),lE.remove(f)},0)}}},[l,d,E,f]);const A=S.useCallback(h=>{if(!n&&!r||f.paused)return;const p=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,R=document.activeElement;if(p&&R){const N=h.currentTarget,[I,O]=Dm(N);I&&O?!h.shiftKey&&R===O?(h.preventDefault(),n&&Zt(I,{select:!0})):h.shiftKey&&R===I&&(h.preventDefault(),n&&Zt(O,{select:!0})):R===N&&h.preventDefault()}},[n,r,f.paused]);return s.jsx(Ce.div,{tabIndex:-1,...a,ref:T,onKeyDown:A})});Fi.displayName=_m;function bm(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Zt(r,{select:t}),document.activeElement!==n)return}function Dm(e){const t=hS(e),n=aE(t,e),r=aE(t.reverse(),e);return[n,r]}function hS(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 aE(e,t){for(const n of e)if(!Mm(n,{upTo:t}))return n}function Mm(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 Pm(e){return e instanceof HTMLInputElement&&"select"in e}function Zt(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&Pm(e)&&t&&e.select()}}var lE=vm();function vm(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=cE(e,t),e.unshift(t)},remove(t){var n;e=cE(e,t),(n=e[0])==null||n.resume()}}}function cE(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function wm(e){return e.filter(t=>t.tagName!=="A")}var va=0;function Yc(){S.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??dE()),document.body.insertAdjacentElement("beforeend",e[1]??dE()),va++,()=>{va===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),va--}},[])}function dE(){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 Nt=function(){return Nt=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},Nt.apply(this,arguments)};function IS(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 Um(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var Us="right-scroll-bar-position",Bs="width-before-scroll-bar",Bm="with-scroll-bars-hidden",Fm="--removed-body-scroll-bar-size";function wa(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Gm(e,t){var n=S.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 km=typeof window<"u"?S.useLayoutEffect:S.useEffect,EE=new WeakMap;function Hm(e,t){var n=Gm(null,function(r){return e.forEach(function(o){return wa(o,r)})});return km(function(){var r=EE.get(n);if(r){var o=new Set(r),i=new Set(e),a=n.current;o.forEach(function(l){i.has(l)||wa(l,null)}),i.forEach(function(l){o.has(l)||wa(l,a)})}EE.set(n,e)},[e]),n}function jm(e){return e}function Ym(e,t){t===void 0&&(t=jm);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(i){var a=t(i,r);return n.push(a),function(){n=n.filter(function(l){return l!==a})}},assignSyncMedium:function(i){for(r=!0;n.length;){var a=n;n=[],a.forEach(i)}n={push:function(l){return i(l)},filter:function(){return n}}},assignMedium:function(i){r=!0;var a=[];if(n.length){var l=n;n=[],l.forEach(i),a=n}var c=function(){var E=a;a=[],E.forEach(i)},d=function(){return Promise.resolve().then(c)};d(),n={push:function(E){a.push(E),d()},filter:function(E){return a=a.filter(E),n}}}};return o}function Wm(e){e===void 0&&(e={});var t=Ym(null);return t.options=Nt({async:!0,ssr:!1},e),t}var NS=function(e){var t=e.sideCar,n=IS(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 S.createElement(r,Nt({},n))};NS.isSideCarExport=!0;function Vm(e,t){return e.useMedium(t),NS}var OS=Wm(),Ua=function(){},Gi=S.forwardRef(function(e,t){var n=S.useRef(null),r=S.useState({onScrollCapture:Ua,onWheelCapture:Ua,onTouchMoveCapture:Ua}),o=r[0],i=r[1],a=e.forwardProps,l=e.children,c=e.className,d=e.removeScrollBar,E=e.enabled,u=e.shards,T=e.sideCar,f=e.noRelative,A=e.noIsolation,h=e.inert,p=e.allowPinchZoom,R=e.as,N=R===void 0?"div":R,I=e.gapMode,O=IS(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),C=T,m=Hm([n,t]),g=Nt(Nt({},O),o);return S.createElement(S.Fragment,null,E&&S.createElement(C,{sideCar:OS,removeScrollBar:d,shards:u,noRelative:f,noIsolation:A,inert:h,setCallbacks:i,allowPinchZoom:!!p,lockRef:n,gapMode:I}),a?S.cloneElement(S.Children.only(l),Nt(Nt({},g),{ref:m})):S.createElement(N,Nt({},g,{className:c,ref:m}),l))});Gi.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Gi.classNames={fullWidth:Bs,zeroRight:Us};var $m=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function Xm(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=$m();return t&&e.setAttribute("nonce",t),e}function Km(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function zm(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var Jm=function(){var e=0,t=null;return{add:function(n){e==0&&(t=Xm())&&(Km(t,n),zm(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},qm=function(){var e=Jm();return function(t,n){S.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},mS=function(){var e=qm(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},Qm={left:0,top:0,right:0,gap:0},Ba=function(e){return parseInt(e||"",10)||0},Zm=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[Ba(n),Ba(r),Ba(o)]},eg=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Qm;var t=Zm(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])}},tg=mS(),ar="data-scroll-locked",ng=function(e,t,n,r){var o=e.left,i=e.top,a=e.right,l=e.gap;return n===void 0&&(n="margin"),`
10
- .`.concat(Bm,` {
11
- overflow: hidden `).concat(r,`;
12
- padding-right: `).concat(l,"px ").concat(r,`;
13
- }
14
- body[`).concat(ar,`] {
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(i,`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(Us,` {
28
- right: `).concat(l,"px ").concat(r,`;
29
- }
30
-
31
- .`).concat(Bs,` {
32
- margin-right: `).concat(l,"px ").concat(r,`;
33
- }
34
-
35
- .`).concat(Us," .").concat(Us,` {
36
- right: 0 `).concat(r,`;
37
- }
38
-
39
- .`).concat(Bs," .").concat(Bs,` {
40
- margin-right: 0 `).concat(r,`;
41
- }
42
-
43
- body[`).concat(ar,`] {
44
- `).concat(Fm,": ").concat(l,`px;
45
- }
46
- `)},uE=function(){var e=parseInt(document.body.getAttribute(ar)||"0",10);return isFinite(e)?e:0},rg=function(){S.useEffect(function(){return document.body.setAttribute(ar,(uE()+1).toString()),function(){var e=uE()-1;e<=0?document.body.removeAttribute(ar):document.body.setAttribute(ar,e.toString())}},[])},og=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;rg();var i=S.useMemo(function(){return eg(o)},[o]);return S.createElement(tg,{styles:ng(i,!t,o,n?"":"!important")})},ql=!1;if(typeof window<"u")try{var Es=Object.defineProperty({},"passive",{get:function(){return ql=!0,!0}});window.addEventListener("test",Es,Es),window.removeEventListener("test",Es,Es)}catch{ql=!1}var $n=ql?{passive:!1}:!1,sg=function(e){return e.tagName==="TEXTAREA"},gS=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!sg(e)&&n[t]==="visible")},ig=function(e){return gS(e,"overflowY")},ag=function(e){return gS(e,"overflowX")},TE=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=CS(e,r);if(o){var i=xS(e,r),a=i[1],l=i[2];if(a>l)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},lg=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},cg=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},CS=function(e,t){return e==="v"?ig(t):ag(t)},xS=function(e,t){return e==="v"?lg(t):cg(t)},dg=function(e,t){return e==="h"&&t==="rtl"?-1:1},Eg=function(e,t,n,r,o){var i=dg(e,window.getComputedStyle(t).direction),a=i*r,l=n.target,c=t.contains(l),d=!1,E=a>0,u=0,T=0;do{if(!l)break;var f=xS(e,l),A=f[0],h=f[1],p=f[2],R=h-p-i*A;(A||R)&&CS(e,l)&&(u+=R,T+=A);var N=l.parentNode;l=N&&N.nodeType===Node.DOCUMENT_FRAGMENT_NODE?N.host:N}while(!c&&l!==document.body||c&&(t.contains(l)||t===l));return(E&&Math.abs(u)<1||!E&&Math.abs(T)<1)&&(d=!0),d},us=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},fE=function(e){return[e.deltaX,e.deltaY]},SE=function(e){return e&&"current"in e?e.current:e},ug=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Tg=function(e){return`
47
- .block-interactivity-`.concat(e,` {pointer-events: none;}
48
- .allow-interactivity-`).concat(e,` {pointer-events: all;}
49
- `)},fg=0,Xn=[];function Sg(e){var t=S.useRef([]),n=S.useRef([0,0]),r=S.useRef(),o=S.useState(fg++)[0],i=S.useState(mS)[0],a=S.useRef(e);S.useEffect(function(){a.current=e},[e]),S.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var h=Um([e.lockRef.current],(e.shards||[]).map(SE),!0).filter(Boolean);return h.forEach(function(p){return p.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),h.forEach(function(p){return p.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=S.useCallback(function(h,p){if("touches"in h&&h.touches.length===2||h.type==="wheel"&&h.ctrlKey)return!a.current.allowPinchZoom;var R=us(h),N=n.current,I="deltaX"in h?h.deltaX:N[0]-R[0],O="deltaY"in h?h.deltaY:N[1]-R[1],C,m=h.target,g=Math.abs(I)>Math.abs(O)?"h":"v";if("touches"in h&&g==="h"&&m.type==="range")return!1;var L=window.getSelection(),x=L&&L.anchorNode,D=x?x===m||x.contains(m):!1;if(D)return!1;var b=TE(g,m);if(!b)return!0;if(b?C=g:(C=g==="v"?"h":"v",b=TE(g,m)),!b)return!1;if(!r.current&&"changedTouches"in h&&(I||O)&&(r.current=C),!C)return!0;var w=r.current||C;return Eg(w,p,h,w==="h"?I:O)},[]),c=S.useCallback(function(h){var p=h;if(!(!Xn.length||Xn[Xn.length-1]!==i)){var R="deltaY"in p?fE(p):us(p),N=t.current.filter(function(C){return C.name===p.type&&(C.target===p.target||p.target===C.shadowParent)&&ug(C.delta,R)})[0];if(N&&N.should){p.cancelable&&p.preventDefault();return}if(!N){var I=(a.current.shards||[]).map(SE).filter(Boolean).filter(function(C){return C.contains(p.target)}),O=I.length>0?l(p,I[0]):!a.current.noIsolation;O&&p.cancelable&&p.preventDefault()}}},[]),d=S.useCallback(function(h,p,R,N){var I={name:h,delta:p,target:R,should:N,shadowParent:pg(R)};t.current.push(I),setTimeout(function(){t.current=t.current.filter(function(O){return O!==I})},1)},[]),E=S.useCallback(function(h){n.current=us(h),r.current=void 0},[]),u=S.useCallback(function(h){d(h.type,fE(h),h.target,l(h,e.lockRef.current))},[]),T=S.useCallback(function(h){d(h.type,us(h),h.target,l(h,e.lockRef.current))},[]);S.useEffect(function(){return Xn.push(i),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:T}),document.addEventListener("wheel",c,$n),document.addEventListener("touchmove",c,$n),document.addEventListener("touchstart",E,$n),function(){Xn=Xn.filter(function(h){return h!==i}),document.removeEventListener("wheel",c,$n),document.removeEventListener("touchmove",c,$n),document.removeEventListener("touchstart",E,$n)}},[]);var f=e.removeScrollBar,A=e.inert;return S.createElement(S.Fragment,null,A?S.createElement(i,{styles:Tg(o)}):null,f?S.createElement(og,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function pg(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const Rg=Vm(OS,Sg);var ki=S.forwardRef(function(e,t){return S.createElement(Gi,Nt({},e,{ref:t,sideCar:Rg}))});ki.classNames=Gi.classNames;var Ag=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Kn=new WeakMap,Ts=new WeakMap,fs={},Fa=0,yS=function(e){return e&&(e.host||yS(e.parentNode))},hg=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=yS(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})},Ig=function(e,t,n,r){var o=hg(t,Array.isArray(e)?e:[e]);fs[n]||(fs[n]=new WeakMap);var i=fs[n],a=[],l=new Set,c=new Set(o),d=function(u){!u||l.has(u)||(l.add(u),d(u.parentNode))};o.forEach(d);var E=function(u){!u||c.has(u)||Array.prototype.forEach.call(u.children,function(T){if(l.has(T))E(T);else try{var f=T.getAttribute(r),A=f!==null&&f!=="false",h=(Kn.get(T)||0)+1,p=(i.get(T)||0)+1;Kn.set(T,h),i.set(T,p),a.push(T),h===1&&A&&Ts.set(T,!0),p===1&&T.setAttribute(n,"true"),A||T.setAttribute(r,"true")}catch(R){console.error("aria-hidden: cannot operate on ",T,R)}})};return E(t),l.clear(),Fa++,function(){a.forEach(function(u){var T=Kn.get(u)-1,f=i.get(u)-1;Kn.set(u,T),i.set(u,f),T||(Ts.has(u)||u.removeAttribute(r),Ts.delete(u)),f||u.removeAttribute(n)}),Fa--,Fa||(Kn=new WeakMap,Kn=new WeakMap,Ts=new WeakMap,fs={})}},Wc=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=Ag(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live], script"))),Ig(r,o,n,"aria-hidden")):function(){return null}},Hi="Dialog",[LS]=Sn(Hi),[Ng,pt]=LS(Hi),_S=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!0}=e,l=S.useRef(null),c=S.useRef(null),[d,E]=kc({prop:r,defaultProp:o??!1,onChange:i,caller:Hi});return s.jsx(Ng,{scope:t,triggerRef:l,contentRef:c,contentId:Qr(),titleId:Qr(),descriptionId:Qr(),open:d,onOpenChange:E,onOpenToggle:S.useCallback(()=>E(u=>!u),[E]),modal:a,children:n})};_S.displayName=Hi;var bS="DialogTrigger",Og=S.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=pt(bS,n),i=_e(t,o.triggerRef);return s.jsx(Ce.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Xc(o.open),...r,ref:i,onClick:Ee(e.onClick,o.onOpenToggle)})});Og.displayName=bS;var Vc="DialogPortal",[mg,DS]=LS(Vc,{forceMount:void 0}),MS=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,i=pt(Vc,t);return s.jsx(mg,{scope:t,forceMount:n,children:S.Children.map(r,a=>s.jsx(nt,{present:n||i.open,children:s.jsx(yo,{asChild:!0,container:o,children:a})}))})};MS.displayName=Vc;var ei="DialogOverlay",PS=S.forwardRef((e,t)=>{const n=DS(ei,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=pt(ei,e.__scopeDialog);return i.modal?s.jsx(nt,{present:r||i.open,children:s.jsx(Cg,{...o,ref:t})}):null});PS.displayName=ei;var gg=Tr("DialogOverlay.RemoveScroll"),Cg=S.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=pt(ei,n);return s.jsx(ki,{as:gg,allowPinchZoom:!0,shards:[o.contentRef],children:s.jsx(Ce.div,{"data-state":Xc(o.open),...r,ref:t,style:{pointerEvents:"auto",...r.style}})})}),bn="DialogContent",vS=S.forwardRef((e,t)=>{const n=DS(bn,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=pt(bn,e.__scopeDialog);return s.jsx(nt,{present:r||i.open,children:i.modal?s.jsx(xg,{...o,ref:t}):s.jsx(yg,{...o,ref:t})})});vS.displayName=bn;var xg=S.forwardRef((e,t)=>{const n=pt(bn,e.__scopeDialog),r=S.useRef(null),o=_e(t,n.contentRef,r);return S.useEffect(()=>{const i=r.current;if(i)return Wc(i)},[]),s.jsx(wS,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Ee(e.onCloseAutoFocus,i=>{var a;i.preventDefault(),(a=n.triggerRef.current)==null||a.focus()}),onPointerDownOutside:Ee(e.onPointerDownOutside,i=>{const a=i.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0;(a.button===2||l)&&i.preventDefault()}),onFocusOutside:Ee(e.onFocusOutside,i=>i.preventDefault())})}),yg=S.forwardRef((e,t)=>{const n=pt(bn,e.__scopeDialog),r=S.useRef(!1),o=S.useRef(!1);return s.jsx(wS,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a,l;(a=e.onCloseAutoFocus)==null||a.call(e,i),i.defaultPrevented||(r.current||(l=n.triggerRef.current)==null||l.focus(),i.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:i=>{var c,d;(c=e.onInteractOutside)==null||c.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=i.target;((d=n.triggerRef.current)==null?void 0:d.contains(a))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}})}),wS=S.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,...a}=e,l=pt(bn,n),c=S.useRef(null),d=_e(t,c);return Yc(),s.jsxs(s.Fragment,{children:[s.jsx(Fi,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i,children:s.jsx(Co,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Xc(l.open),...a,ref:d,onDismiss:()=>l.onOpenChange(!1)})}),s.jsxs(s.Fragment,{children:[s.jsx(bg,{titleId:l.titleId}),s.jsx(Mg,{contentRef:c,descriptionId:l.descriptionId})]})]})}),$c="DialogTitle",US=S.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=pt($c,n);return s.jsx(Ce.h2,{id:o.titleId,...r,ref:t})});US.displayName=$c;var BS="DialogDescription",Lg=S.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=pt(BS,n);return s.jsx(Ce.p,{id:o.descriptionId,...r,ref:t})});Lg.displayName=BS;var FS="DialogClose",_g=S.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=pt(FS,n);return s.jsx(Ce.button,{type:"button",...r,ref:t,onClick:Ee(e.onClick,()=>o.onOpenChange(!1))})});_g.displayName=FS;function Xc(e){return e?"open":"closed"}var GS="DialogTitleWarning",[QV,kS]=AN(GS,{contentName:bn,titleName:$c,docsSlug:"dialog"}),bg=({titleId:e})=>{const t=kS(GS),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 S.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},Dg="DialogDescriptionWarning",Mg=({contentRef:e,descriptionId:t})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${kS(Dg).contentName}}.`;return S.useEffect(()=>{var i;const o=(i=e.current)==null?void 0:i.getAttribute("aria-describedby");t&&o&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},Pg=_S,vg=MS,wg=PS,Ug=vS,Bg=US;function HS(e){const t=e+"CollectionProvider",[n,r]=Sn(t),[o,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),a=h=>{const{scope:p,children:R}=h,N=Le.useRef(null),I=Le.useRef(new Map).current;return s.jsx(o,{scope:p,itemMap:I,collectionRef:N,children:R})};a.displayName=t;const l=e+"CollectionSlot",c=Tr(l),d=Le.forwardRef((h,p)=>{const{scope:R,children:N}=h,I=i(l,R),O=_e(p,I.collectionRef);return s.jsx(c,{ref:O,children:N})});d.displayName=l;const E=e+"CollectionItemSlot",u="data-radix-collection-item",T=Tr(E),f=Le.forwardRef((h,p)=>{const{scope:R,children:N,...I}=h,O=Le.useRef(null),C=_e(p,O),m=i(E,R);return Le.useEffect(()=>(m.itemMap.set(O,{ref:O,...I}),()=>void m.itemMap.delete(O))),s.jsx(T,{[u]:"",ref:C,children:N})});f.displayName=E;function A(h){const p=i(e+"CollectionConsumer",h);return Le.useCallback(()=>{const N=p.collectionRef.current;if(!N)return[];const I=Array.from(N.querySelectorAll(`[${u}]`));return Array.from(p.itemMap.values()).sort((m,g)=>I.indexOf(m.ref.current)-I.indexOf(g.ref.current))},[p.collectionRef,p.itemMap])}return[{Provider:a,Slot:d,ItemSlot:f},A,r]}var Fg=S.createContext(void 0);function Gg(e){const t=S.useContext(Fg);return e||t||"ltr"}var Ga="rovingFocusGroup.onEntryFocus",kg={bubbles:!1,cancelable:!0},_o="RovingFocusGroup",[Ql,jS,Hg]=HS(_o),[jg,YS]=Sn(_o,[Hg]),[Yg,Wg]=jg(_o),WS=S.forwardRef((e,t)=>s.jsx(Ql.Provider,{scope:e.__scopeRovingFocusGroup,children:s.jsx(Ql.Slot,{scope:e.__scopeRovingFocusGroup,children:s.jsx(Vg,{...e,ref:t})})}));WS.displayName=_o;var Vg=S.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:o=!1,dir:i,currentTabStopId:a,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:c,onEntryFocus:d,preventScrollOnEntryFocus:E=!1,...u}=e,T=S.useRef(null),f=_e(t,T),A=Gg(i),[h,p]=kc({prop:a,defaultProp:l??null,onChange:c,caller:_o}),[R,N]=S.useState(!1),I=an(d),O=jS(n),C=S.useRef(!1),[m,g]=S.useState(0);return S.useEffect(()=>{const L=T.current;if(L)return L.addEventListener(Ga,I),()=>L.removeEventListener(Ga,I)},[I]),s.jsx(Yg,{scope:n,orientation:r,dir:A,loop:o,currentTabStopId:h,onItemFocus:S.useCallback(L=>p(L),[p]),onItemShiftTab:S.useCallback(()=>N(!0),[]),onFocusableItemAdd:S.useCallback(()=>g(L=>L+1),[]),onFocusableItemRemove:S.useCallback(()=>g(L=>L-1),[]),children:s.jsx(Ce.div,{tabIndex:R||m===0?-1:0,"data-orientation":r,...u,ref:f,style:{outline:"none",...e.style},onMouseDown:Ee(e.onMouseDown,()=>{C.current=!0}),onFocus:Ee(e.onFocus,L=>{const x=!C.current;if(L.target===L.currentTarget&&x&&!R){const D=new CustomEvent(Ga,kg);if(L.currentTarget.dispatchEvent(D),!D.defaultPrevented){const b=O().filter(P=>P.focusable),w=b.find(P=>P.active),B=b.find(P=>P.id===h),F=[w,B,...b].filter(Boolean).map(P=>P.ref.current);XS(F,E)}}C.current=!1}),onBlur:Ee(e.onBlur,()=>N(!1))})})}),VS="RovingFocusGroupItem",$S=S.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:o=!1,tabStopId:i,children:a,...l}=e,c=Qr(),d=i||c,E=Wg(VS,n),u=E.currentTabStopId===d,T=jS(n),{onFocusableItemAdd:f,onFocusableItemRemove:A,currentTabStopId:h}=E;return S.useEffect(()=>{if(r)return f(),()=>A()},[r,f,A]),s.jsx(Ql.ItemSlot,{scope:n,id:d,focusable:r,active:o,children:s.jsx(Ce.span,{tabIndex:u?0:-1,"data-orientation":E.orientation,...l,ref:t,onMouseDown:Ee(e.onMouseDown,p=>{r?E.onItemFocus(d):p.preventDefault()}),onFocus:Ee(e.onFocus,()=>E.onItemFocus(d)),onKeyDown:Ee(e.onKeyDown,p=>{if(p.key==="Tab"&&p.shiftKey){E.onItemShiftTab();return}if(p.target!==p.currentTarget)return;const R=Kg(p,E.orientation,E.dir);if(R!==void 0){if(p.metaKey||p.ctrlKey||p.altKey||p.shiftKey)return;p.preventDefault();let I=T().filter(O=>O.focusable).map(O=>O.ref.current);if(R==="last")I.reverse();else if(R==="prev"||R==="next"){R==="prev"&&I.reverse();const O=I.indexOf(p.currentTarget);I=E.loop?zg(I,O+1):I.slice(O+1)}setTimeout(()=>XS(I))}}),children:typeof a=="function"?a({isCurrentTabStop:u,hasTabStop:h!=null}):a})})});$S.displayName=VS;var $g={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Xg(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function Kg(e,t,n){const r=Xg(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return $g[r]}function XS(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function zg(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var Jg=WS,qg=$S,Zl=["Enter"," "],Qg=["ArrowDown","PageUp","Home"],KS=["ArrowUp","PageDown","End"],Zg=[...Qg,...KS],eC={ltr:[...Zl,"ArrowRight"],rtl:[...Zl,"ArrowLeft"]},tC={ltr:["ArrowLeft"],rtl:["ArrowRight"]},ji="Menu",[io,nC,rC]=HS(ji),[Un,zS]=Sn(ji,[rC,_r,YS]),Kc=_r(),JS=YS(),[ZV,Bn]=Un(ji),[e$,bo]=Un(ji),oC="MenuAnchor",zc=S.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,o=Kc(n);return s.jsx(wi,{...o,...r,ref:t})});zc.displayName=oC;var Jc="MenuPortal",[sC,qS]=Un(Jc,{forceMount:void 0}),QS=e=>{const{__scopeMenu:t,forceMount:n,children:r,container:o}=e,i=Bn(Jc,t);return s.jsx(sC,{scope:t,forceMount:n,children:s.jsx(nt,{present:n||i.open,children:s.jsx(yo,{asChild:!0,container:o,children:r})})})};QS.displayName=Jc;var tt="MenuContent",[iC,qc]=Un(tt),ZS=S.forwardRef((e,t)=>{const n=qS(tt,e.__scopeMenu),{forceMount:r=n.forceMount,...o}=e,i=Bn(tt,e.__scopeMenu),a=bo(tt,e.__scopeMenu);return s.jsx(io.Provider,{scope:e.__scopeMenu,children:s.jsx(nt,{present:r||i.open,children:s.jsx(io.Slot,{scope:e.__scopeMenu,children:a.modal?s.jsx(aC,{...o,ref:t}):s.jsx(lC,{...o,ref:t})})})})}),aC=S.forwardRef((e,t)=>{const n=Bn(tt,e.__scopeMenu),r=S.useRef(null),o=_e(t,r);return S.useEffect(()=>{const i=r.current;if(i)return Wc(i)},[]),s.jsx(Qc,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:Ee(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),lC=S.forwardRef((e,t)=>{const n=Bn(tt,e.__scopeMenu);return s.jsx(Qc,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),cC=Tr("MenuContent.ScrollLock"),Qc=S.forwardRef((e,t)=>{const{__scopeMenu:n,loop:r=!1,trapFocus:o,onOpenAutoFocus:i,onCloseAutoFocus:a,disableOutsidePointerEvents:l,onEntryFocus:c,onEscapeKeyDown:d,onPointerDownOutside:E,onFocusOutside:u,onInteractOutside:T,onDismiss:f,disableOutsideScroll:A,...h}=e,p=Bn(tt,n),R=bo(tt,n),N=Kc(n),I=JS(n),O=nC(n),[C,m]=S.useState(null),g=S.useRef(null),L=_e(t,g,p.onContentChange),x=S.useRef(0),D=S.useRef(""),b=S.useRef(0),w=S.useRef(null),B=S.useRef("right"),_=S.useRef(0),F=A?ki:S.Fragment,P=A?{as:cC,allowPinchZoom:!0}:void 0,v=y=>{var Q,X;const U=D.current+y,G=O().filter(Z=>!Z.disabled),H=document.activeElement,q=(Q=G.find(Z=>Z.ref.current===H))==null?void 0:Q.textValue,K=G.map(Z=>Z.textValue),j=NC(K,U,q),J=(X=G.find(Z=>Z.textValue===j))==null?void 0:X.ref.current;(function Z(le){D.current=le,window.clearTimeout(x.current),le!==""&&(x.current=window.setTimeout(()=>Z(""),1e3))})(U),J&&setTimeout(()=>J.focus())};S.useEffect(()=>()=>window.clearTimeout(x.current),[]),Yc();const M=S.useCallback(y=>{var G,H;return B.current===((G=w.current)==null?void 0:G.side)&&mC(y,(H=w.current)==null?void 0:H.area)},[]);return s.jsx(iC,{scope:n,searchRef:D,onItemEnter:S.useCallback(y=>{M(y)&&y.preventDefault()},[M]),onItemLeave:S.useCallback(y=>{var U;M(y)||((U=g.current)==null||U.focus(),m(null))},[M]),onTriggerLeave:S.useCallback(y=>{M(y)&&y.preventDefault()},[M]),pointerGraceTimerRef:b,onPointerGraceIntentChange:S.useCallback(y=>{w.current=y},[]),children:s.jsx(F,{...P,children:s.jsx(Fi,{asChild:!0,trapped:o,onMountAutoFocus:Ee(i,y=>{var U;y.preventDefault(),(U=g.current)==null||U.focus({preventScroll:!0})}),onUnmountAutoFocus:a,children:s.jsx(Co,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:d,onPointerDownOutside:E,onFocusOutside:u,onInteractOutside:T,onDismiss:f,children:s.jsx(Jg,{asChild:!0,...I,dir:R.dir,orientation:"vertical",loop:r,currentTabStopId:C,onCurrentTabStopIdChange:m,onEntryFocus:Ee(c,y=>{R.isUsingKeyboardRef.current||y.preventDefault()}),preventScrollOnEntryFocus:!0,children:s.jsx(Fc,{role:"menu","aria-orientation":"vertical","data-state":Sp(p.open),"data-radix-menu-content":"",dir:R.dir,...N,...h,ref:L,style:{outline:"none",...h.style},onKeyDown:Ee(h.onKeyDown,y=>{const G=y.target.closest("[data-radix-menu-content]")===y.currentTarget,H=y.ctrlKey||y.altKey||y.metaKey,q=y.key.length===1;G&&(y.key==="Tab"&&y.preventDefault(),!H&&q&&v(y.key));const K=g.current;if(y.target!==K||!Zg.includes(y.key))return;y.preventDefault();const J=O().filter(Q=>!Q.disabled).map(Q=>Q.ref.current);KS.includes(y.key)&&J.reverse(),hC(J)}),onBlur:Ee(e.onBlur,y=>{y.currentTarget.contains(y.target)||(window.clearTimeout(x.current),D.current="")}),onPointerMove:Ee(e.onPointerMove,ao(y=>{const U=y.target,G=_.current!==y.clientX;if(y.currentTarget.contains(U)&&G){const H=y.clientX>_.current?"right":"left";B.current=H,_.current=y.clientX}}))})})})})})})});ZS.displayName=tt;var dC="MenuGroup",Zc=S.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return s.jsx(Ce.div,{role:"group",...r,ref:t})});Zc.displayName=dC;var EC="MenuLabel",ep=S.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return s.jsx(Ce.div,{...r,ref:t})});ep.displayName=EC;var ti="MenuItem",pE="menu.itemSelect",Yi=S.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:r,...o}=e,i=S.useRef(null),a=bo(ti,e.__scopeMenu),l=qc(ti,e.__scopeMenu),c=_e(t,i),d=S.useRef(!1),E=()=>{const u=i.current;if(!n&&u){const T=new CustomEvent(pE,{bubbles:!0,cancelable:!0});u.addEventListener(pE,f=>r==null?void 0:r(f),{once:!0}),Gf(u,T),T.defaultPrevented?d.current=!1:a.onClose()}};return s.jsx(tp,{...o,ref:c,disabled:n,onClick:Ee(e.onClick,E),onPointerDown:u=>{var T;(T=e.onPointerDown)==null||T.call(e,u),d.current=!0},onPointerUp:Ee(e.onPointerUp,u=>{var T;d.current||(T=u.currentTarget)==null||T.click()}),onKeyDown:Ee(e.onKeyDown,u=>{const T=l.searchRef.current!=="";n||T&&u.key===" "||Zl.includes(u.key)&&(u.currentTarget.click(),u.preventDefault())})})});Yi.displayName=ti;var tp=S.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:r=!1,textValue:o,...i}=e,a=qc(ti,n),l=JS(n),c=S.useRef(null),d=_e(t,c),[E,u]=S.useState(!1),[T,f]=S.useState("");return S.useEffect(()=>{const A=c.current;A&&f((A.textContent??"").trim())},[i.children]),s.jsx(io.ItemSlot,{scope:n,disabled:r,textValue:o??T,children:s.jsx(qg,{asChild:!0,...l,focusable:!r,children:s.jsx(Ce.div,{role:"menuitem","data-highlighted":E?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0,...i,ref:d,onPointerMove:Ee(e.onPointerMove,ao(A=>{r?a.onItemLeave(A):(a.onItemEnter(A),A.defaultPrevented||A.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:Ee(e.onPointerLeave,ao(A=>a.onItemLeave(A))),onFocus:Ee(e.onFocus,()=>u(!0)),onBlur:Ee(e.onBlur,()=>u(!1))})})})}),uC="MenuCheckboxItem",np=S.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:r,...o}=e;return s.jsx(ap,{scope:e.__scopeMenu,checked:n,children:s.jsx(Yi,{role:"menuitemcheckbox","aria-checked":ni(n)?"mixed":n,...o,ref:t,"data-state":td(n),onSelect:Ee(o.onSelect,()=>r==null?void 0:r(ni(n)?!0:!n),{checkForDefaultPrevented:!1})})})});np.displayName=uC;var rp="MenuRadioGroup",[TC,fC]=Un(rp,{value:void 0,onValueChange:()=>{}}),op=S.forwardRef((e,t)=>{const{value:n,onValueChange:r,...o}=e,i=an(r);return s.jsx(TC,{scope:e.__scopeMenu,value:n,onValueChange:i,children:s.jsx(Zc,{...o,ref:t})})});op.displayName=rp;var sp="MenuRadioItem",ip=S.forwardRef((e,t)=>{const{value:n,...r}=e,o=fC(sp,e.__scopeMenu),i=n===o.value;return s.jsx(ap,{scope:e.__scopeMenu,checked:i,children:s.jsx(Yi,{role:"menuitemradio","aria-checked":i,...r,ref:t,"data-state":td(i),onSelect:Ee(r.onSelect,()=>{var a;return(a=o.onValueChange)==null?void 0:a.call(o,n)},{checkForDefaultPrevented:!1})})})});ip.displayName=sp;var ed="MenuItemIndicator",[ap,SC]=Un(ed,{checked:!1}),lp=S.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:r,...o}=e,i=SC(ed,n);return s.jsx(nt,{present:r||ni(i.checked)||i.checked===!0,children:s.jsx(Ce.span,{...o,ref:t,"data-state":td(i.checked)})})});lp.displayName=ed;var pC="MenuSeparator",cp=S.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return s.jsx(Ce.div,{role:"separator","aria-orientation":"horizontal",...r,ref:t})});cp.displayName=pC;var RC="MenuArrow",dp=S.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,o=Kc(n);return s.jsx(Gc,{...o,...r,ref:t})});dp.displayName=RC;var AC="MenuSub",[t$,Ep]=Un(AC),Xr="MenuSubTrigger",up=S.forwardRef((e,t)=>{const n=Bn(Xr,e.__scopeMenu),r=bo(Xr,e.__scopeMenu),o=Ep(Xr,e.__scopeMenu),i=qc(Xr,e.__scopeMenu),a=S.useRef(null),{pointerGraceTimerRef:l,onPointerGraceIntentChange:c}=i,d={__scopeMenu:e.__scopeMenu},E=S.useCallback(()=>{a.current&&window.clearTimeout(a.current),a.current=null},[]);return S.useEffect(()=>E,[E]),S.useEffect(()=>{const u=l.current;return()=>{window.clearTimeout(u),c(null)}},[l,c]),s.jsx(zc,{asChild:!0,...d,children:s.jsx(tp,{id:o.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":o.contentId,"data-state":Sp(n.open),...e,ref:bi(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:Ee(e.onPointerMove,ao(u=>{i.onItemEnter(u),!u.defaultPrevented&&!e.disabled&&!n.open&&!a.current&&(i.onPointerGraceIntentChange(null),a.current=window.setTimeout(()=>{n.onOpenChange(!0),E()},100))})),onPointerLeave:Ee(e.onPointerLeave,ao(u=>{var f,A;E();const T=(f=n.content)==null?void 0:f.getBoundingClientRect();if(T){const h=(A=n.content)==null?void 0:A.dataset.side,p=h==="right",R=p?-5:5,N=T[p?"left":"right"],I=T[p?"right":"left"];i.onPointerGraceIntentChange({area:[{x:u.clientX+R,y:u.clientY},{x:N,y:T.top},{x:I,y:T.top},{x:I,y:T.bottom},{x:N,y:T.bottom}],side:h}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(u),u.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:Ee(e.onKeyDown,u=>{var f;const T=i.searchRef.current!=="";e.disabled||T&&u.key===" "||eC[r.dir].includes(u.key)&&(n.onOpenChange(!0),(f=n.content)==null||f.focus(),u.preventDefault())})})})});up.displayName=Xr;var Tp="MenuSubContent",fp=S.forwardRef((e,t)=>{const n=qS(tt,e.__scopeMenu),{forceMount:r=n.forceMount,...o}=e,i=Bn(tt,e.__scopeMenu),a=bo(tt,e.__scopeMenu),l=Ep(Tp,e.__scopeMenu),c=S.useRef(null),d=_e(t,c);return s.jsx(io.Provider,{scope:e.__scopeMenu,children:s.jsx(nt,{present:r||i.open,children:s.jsx(io.Slot,{scope:e.__scopeMenu,children:s.jsx(Qc,{id:l.contentId,"aria-labelledby":l.triggerId,...o,ref:d,align:"start",side:a.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:E=>{var u;a.isUsingKeyboardRef.current&&((u=c.current)==null||u.focus()),E.preventDefault()},onCloseAutoFocus:E=>E.preventDefault(),onFocusOutside:Ee(e.onFocusOutside,E=>{E.target!==l.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:Ee(e.onEscapeKeyDown,E=>{a.onClose(),E.preventDefault()}),onKeyDown:Ee(e.onKeyDown,E=>{var f;const u=E.currentTarget.contains(E.target),T=tC[a.dir].includes(E.key);u&&T&&(i.onOpenChange(!1),(f=l.trigger)==null||f.focus(),E.preventDefault())})})})})})});fp.displayName=Tp;function Sp(e){return e?"open":"closed"}function ni(e){return e==="indeterminate"}function td(e){return ni(e)?"indeterminate":e?"checked":"unchecked"}function hC(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function IC(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function NC(e,t,n){const o=t.length>1&&Array.from(t).every(d=>d===t[0])?t[0]:t,i=n?e.indexOf(n):-1;let a=IC(e,Math.max(i,0));o.length===1&&(a=a.filter(d=>d!==n));const c=a.find(d=>d.toLowerCase().startsWith(o.toLowerCase()));return c!==n?c:void 0}function OC(e,t){const{x:n,y:r}=e;let o=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const l=t[i],c=t[a],d=l.x,E=l.y,u=c.x,T=c.y;E>r!=T>r&&n<(u-d)*(r-E)/(T-E)+d&&(o=!o)}return o}function mC(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return OC(n,t)}function ao(e){return t=>t.pointerType==="mouse"?e(t):void 0}var gC=zc,CC=QS,xC=ZS,yC=Zc,LC=ep,_C=Yi,bC=np,DC=op,MC=ip,PC=lp,vC=cp,wC=dp,UC=up,BC=fp,pp="DropdownMenu",[FC]=Sn(pp,[zS]),We=zS(),[n$,Rp]=FC(pp),Ap="DropdownMenuTrigger",GC=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:r=!1,...o}=e,i=Rp(Ap,n),a=We(n);return s.jsx(gC,{asChild:!0,...a,children:s.jsx(Ce.button,{type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":r?"":void 0,disabled:r,...o,ref:bi(t,i.triggerRef),onPointerDown:Ee(e.onPointerDown,l=>{!r&&l.button===0&&l.ctrlKey===!1&&(i.onOpenToggle(),i.open||l.preventDefault())}),onKeyDown:Ee(e.onKeyDown,l=>{r||(["Enter"," "].includes(l.key)&&i.onOpenToggle(),l.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})})});GC.displayName=Ap;var kC="DropdownMenuPortal",hp=e=>{const{__scopeDropdownMenu:t,...n}=e,r=We(t);return s.jsx(CC,{...r,...n})};hp.displayName=kC;var Ip="DropdownMenuContent",Np=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=Rp(Ip,n),i=We(n),a=S.useRef(!1);return s.jsx(xC,{id:o.contentId,"aria-labelledby":o.triggerId,...i,...r,ref:t,onCloseAutoFocus:Ee(e.onCloseAutoFocus,l=>{var c;a.current||(c=o.triggerRef.current)==null||c.focus(),a.current=!1,l.preventDefault()}),onInteractOutside:Ee(e.onInteractOutside,l=>{const c=l.detail.originalEvent,d=c.button===0&&c.ctrlKey===!0,E=c.button===2||d;(!o.modal||E)&&(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)"}})});Np.displayName=Ip;var HC="DropdownMenuGroup",jC=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(yC,{...o,...r,ref:t})});jC.displayName=HC;var YC="DropdownMenuLabel",Op=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(LC,{...o,...r,ref:t})});Op.displayName=YC;var WC="DropdownMenuItem",mp=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(_C,{...o,...r,ref:t})});mp.displayName=WC;var VC="DropdownMenuCheckboxItem",$C=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(bC,{...o,...r,ref:t})});$C.displayName=VC;var XC="DropdownMenuRadioGroup",KC=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(DC,{...o,...r,ref:t})});KC.displayName=XC;var zC="DropdownMenuRadioItem",JC=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(MC,{...o,...r,ref:t})});JC.displayName=zC;var qC="DropdownMenuItemIndicator",QC=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(PC,{...o,...r,ref:t})});QC.displayName=qC;var ZC="DropdownMenuSeparator",gp=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(vC,{...o,...r,ref:t})});gp.displayName=ZC;var ex="DropdownMenuArrow",tx=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(wC,{...o,...r,ref:t})});tx.displayName=ex;var nx="DropdownMenuSubTrigger",rx=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(UC,{...o,...r,ref:t})});rx.displayName=nx;var ox="DropdownMenuSubContent",sx=S.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,o=We(n);return s.jsx(BC,{...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)"}})});sx.displayName=ox;var ix=hp,ax=Np,lx=Op,cx=mp,dx=gp;const Ex=S.forwardRef(({container:e,style:t,sideOffset:n=4,...r},o)=>s.jsx(ix,{container:e,children:s.jsx(ax,{ref:o,sideOffset:n,style:{minWidth:180,background:pe("surfaceElevated"),color:pe("textPrimary"),border:`1px solid ${pe("borderDefault")}`,borderRadius:fn.md,boxShadow:pe("shadowMd"),padding:Ne[1],zIndex:ro.popover,...t},...r})}));Ex.displayName="DropdownMenuContent";const ux=S.forwardRef(({style:e,...t},n)=>s.jsx(cx,{ref:n,style:{display:"flex",alignItems:"center",gap:Ne[2],padding:`${Ne[1]} ${Ne[2]}`,fontSize:ke.sm,borderRadius:fn.sm,cursor:"default",outline:"none",userSelect:"none",...e},...t}));ux.displayName="DropdownMenuItem";const Tx=S.forwardRef(({style:e,...t},n)=>s.jsx(dx,{ref:n,style:{height:1,background:pe("borderSubtle"),margin:`${Ne[1]} 0`,...e},...t}));Tx.displayName="DropdownMenuSeparator";const fx=S.forwardRef(({style:e,...t},n)=>s.jsx(lx,{ref:n,style:{padding:`${Ne[1]} ${Ne[2]}`,fontSize:ke.xs,color:pe("textMuted"),textTransform:"uppercase",letterSpacing:"0.04em",...e},...t}));fx.displayName="DropdownMenuLabel";var Cp="Popover",[xp]=Sn(Cp,[_r]),Wi=_r(),[r$,pn]=xp(Cp),yp="PopoverAnchor",Sx=S.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=pn(yp,n),i=Wi(n),{onCustomAnchorAdd:a,onCustomAnchorRemove:l}=o;return S.useEffect(()=>(a(),()=>l()),[a,l]),s.jsx(wi,{...i,...r,ref:t})});Sx.displayName=yp;var Lp="PopoverTrigger",px=S.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=pn(Lp,n),i=Wi(n),a=_e(t,o.triggerRef),l=s.jsx(Ce.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Pp(o.open),...r,ref:a,onClick:Ee(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?l:s.jsx(wi,{asChild:!0,...i,children:l})});px.displayName=Lp;var nd="PopoverPortal",[Rx,Ax]=xp(nd,{forceMount:void 0}),_p=e=>{const{__scopePopover:t,forceMount:n,children:r,container:o}=e,i=pn(nd,t);return s.jsx(Rx,{scope:t,forceMount:n,children:s.jsx(nt,{present:n||i.open,children:s.jsx(yo,{asChild:!0,container:o,children:r})})})};_p.displayName=nd;var pr="PopoverContent",bp=S.forwardRef((e,t)=>{const n=Ax(pr,e.__scopePopover),{forceMount:r=n.forceMount,...o}=e,i=pn(pr,e.__scopePopover);return s.jsx(nt,{present:r||i.open,children:i.modal?s.jsx(Ix,{...o,ref:t}):s.jsx(Nx,{...o,ref:t})})});bp.displayName=pr;var hx=Tr("PopoverContent.RemoveScroll"),Ix=S.forwardRef((e,t)=>{const n=pn(pr,e.__scopePopover),r=S.useRef(null),o=_e(t,r),i=S.useRef(!1);return S.useEffect(()=>{const a=r.current;if(a)return Wc(a)},[]),s.jsx(ki,{as:hx,allowPinchZoom:!0,children:s.jsx(Dp,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Ee(e.onCloseAutoFocus,a=>{var l;a.preventDefault(),i.current||(l=n.triggerRef.current)==null||l.focus()}),onPointerDownOutside:Ee(e.onPointerDownOutside,a=>{const l=a.detail.originalEvent,c=l.button===0&&l.ctrlKey===!0,d=l.button===2||c;i.current=d},{checkForDefaultPrevented:!1}),onFocusOutside:Ee(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),Nx=S.forwardRef((e,t)=>{const n=pn(pr,e.__scopePopover),r=S.useRef(!1),o=S.useRef(!1);return s.jsx(Dp,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a,l;(a=e.onCloseAutoFocus)==null||a.call(e,i),i.defaultPrevented||(r.current||(l=n.triggerRef.current)==null||l.focus(),i.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:i=>{var c,d;(c=e.onInteractOutside)==null||c.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=i.target;((d=n.triggerRef.current)==null?void 0:d.contains(a))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}})}),Dp=S.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:c,onFocusOutside:d,onInteractOutside:E,...u}=e,T=pn(pr,n),f=Wi(n);return Yc(),s.jsx(Fi,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i,children:s.jsx(Co,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:E,onEscapeKeyDown:l,onPointerDownOutside:c,onFocusOutside:d,onDismiss:()=>T.onOpenChange(!1),children:s.jsx(Fc,{"data-state":Pp(T.open),role:"dialog",id:T.contentId,...f,...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)"}})})})}),Mp="PopoverClose",Ox=S.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=pn(Mp,n);return s.jsx(Ce.button,{type:"button",...r,ref:t,onClick:Ee(e.onClick,()=>o.onOpenChange(!1))})});Ox.displayName=Mp;var mx="PopoverArrow",gx=S.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=Wi(n);return s.jsx(Gc,{...o,...r,ref:t})});gx.displayName=mx;function Pp(e){return e?"open":"closed"}var Cx=_p,xx=bp;const yx=S.forwardRef(({container:e,style:t,sideOffset:n=6,...r},o)=>s.jsx(Cx,{container:e,children:s.jsx(xx,{ref:o,sideOffset:n,style:{background:pe("surfaceElevated"),color:pe("textPrimary"),border:`1px solid ${pe("borderDefault")}`,borderRadius:fn.md,boxShadow:pe("shadowMd"),padding:Ne[3],zIndex:ro.popover,minWidth:220,...t},...r})}));yx.displayName="PopoverContent";function Gt({icon:e,eyebrow:t,title:n,subtitle:r,status:o,actions:i,toolbar:a,bodyPadding:l=14,children:c}){return s.jsxs("div",{className:"panel-frame",children:[s.jsxs("div",{className:"panel-frame-header",children:[s.jsxs("div",{className:"panel-frame-heading",children:[e&&s.jsx("span",{className:"panel-frame-icon",children:e}),s.jsxs("div",{className:"panel-frame-title-col",children:[t&&s.jsx("div",{className:"panel-frame-eyebrow",children:t}),s.jsxs("div",{className:"panel-frame-title-row",children:[n&&s.jsx("h2",{className:"panel-frame-title",children:n}),o&&s.jsx("span",{className:"panel-frame-status",children:o})]}),r&&s.jsx("div",{className:"panel-frame-subtitle",children:r})]})]}),i&&s.jsx("div",{className:"panel-frame-actions",children:i})]}),a&&s.jsx("div",{className:"panel-frame-toolbar",children:a}),s.jsx("div",{className:"panel-frame-body",style:{padding:l},children:c})]})}function rd({tone:e="neutral",icon:t,children:n,className:r="",...o}){return s.jsxs("span",{className:`status-pill tone-${e} ${r}`,...o,children:[t&&s.jsx("span",{className:"status-pill-icon",children:t}),n]})}function wt({icon:e,title:t,description:n,action:r}){return s.jsxs("div",{className:"panel-empty",children:[e&&s.jsx("span",{className:"panel-empty-icon",children:e}),t&&s.jsx("p",{className:"panel-empty-title",children:t}),n&&s.jsx("p",{className:"panel-empty-desc",children:n}),r]})}function Do({left:e,right:t,children:n,className:r=""}){return s.jsxs("div",{className:`panel-toolbar ${r}`,children:[e&&s.jsx("div",{className:"panel-toolbar-left",children:e}),n&&s.jsx("div",{className:"panel-toolbar-center",children:n}),t&&s.jsx("div",{className:"panel-toolbar-right",children:t})]})}function Lx({options:e,value:t,onChange:n,size:r="md",ariaLabel:o}){const i=r==="sm"?"4px 10px":"6px 12px",a=r==="sm"?11:12;return s.jsx("div",{role:"tablist","aria-label":o,style:{display:"inline-flex",padding:2,gap:2,background:"var(--bg-2)",border:"1px solid var(--border-default)",borderRadius:8},children:e.map(l=>{const c=l.value===t;return s.jsxs("button",{role:"tab","aria-selected":c,disabled:l.disabled,onClick:()=>n(l.value),style:{display:"inline-flex",alignItems:"center",gap:6,padding:i,border:"none",borderRadius:6,background:c?"var(--bg-0)":"transparent",color:c?"var(--text-primary)":"var(--text-tertiary)",fontSize:a,fontWeight:c?600:500,cursor:l.disabled?"not-allowed":"pointer",opacity:l.disabled?.5:1,boxShadow:c?"0 1px 2px rgba(0,0,0,0.12)":"none",transition:"background 120ms var(--ease), color 120ms var(--ease)",whiteSpace:"nowrap"},children:[l.icon&&s.jsx("span",{style:{display:"inline-flex"},children:l.icon}),l.label]},l.value)})})}function vp({typeLabel:e,typeColor:t,accent:n,idleBorder:r,background:o,headerBackground:i,active:a=!1,title:l,status:c,actions:d,toolbar:E,subheader:u,footer:T,children:f,onMouseEnter:A,onMouseLeave:h,onClick:p,gutter:R,className:N,style:I}){const O=t??"var(--color-accent-blue, #388bfd)",C=n??r??"var(--color-border-subtle, rgba(148,163,184,0.18))",m=r??"var(--color-border-subtle, rgba(148,163,184,0.18))",g=o??"var(--color-bg-1, rgba(22,27,34,0.5))",L=i??"transparent";return s.jsxs("div",{onMouseEnter:A,onMouseLeave:h,onClick:p,className:N,style:{display:"flex",gap:0,marginBottom:2,...I},children:[R!==void 0&&R,s.jsxs("div",{style:{flex:1,minWidth:0,borderRadius:8,border:`1px solid ${a?C:m}`,background:g,overflow:"hidden",transition:"border-color 0.2s, box-shadow 0.2s",boxShadow:a?`0 0 0 3px ${O}14, 0 1px 2px rgba(0,0,0,0.04)`:"0 1px 2px rgba(0,0,0,0.02)"},children:[s.jsxs("div",{style:{minHeight:32,display:"flex",alignItems:"center",padding:"8px 14px",gap:8,background:L},children:[s.jsx("span",{"aria-hidden":!0,style:{width:6,height:6,borderRadius:999,background:O,flexShrink:0}}),s.jsx("span",{style:{fontSize:11,fontWeight:500,letterSpacing:"0.2px",color:"var(--color-text-secondary, #4a4a52)",flexShrink:0,whiteSpace:"nowrap"},children:e}),l!==void 0&&s.jsxs(s.Fragment,{children:[s.jsx("span",{style:{color:"var(--color-text-tertiary, #8a8d96)",fontSize:11},children:"·"}),l]}),E!==void 0&&E,s.jsx("span",{style:{flex:1}}),c!==void 0&&c,d!==void 0&&d]}),u!==void 0&&u,f,T!==void 0&&T]})]})}function _x({shortcut:e,children:t,style:n,...r}){return s.jsx("kbd",{...r,style:{display:"inline-flex",alignItems:"center",justifyContent:"center",minWidth:18,height:18,padding:`0 ${Ne[1]}px`,borderRadius:fn.sm,border:`1px solid ${pe("borderSubtle")}`,background:pe("surfaceRaised"),color:pe("textSecondary"),fontFamily:"var(--dql-font-mono, monospace)",fontSize:ke.xs,fontWeight:Lc.medium,lineHeight:1,whiteSpace:"nowrap",...n},children:e??t})}const RE=e=>{let t;const n=new Set,r=(d,E)=>{const u=typeof d=="function"?d(t):d;if(!Object.is(u,t)){const T=t;t=E??(typeof u!="object"||u===null)?u:Object.assign({},t,u),n.forEach(f=>f(t,T))}},o=()=>t,l={setState:r,getState:o,getInitialState:()=>c,subscribe:d=>(n.add(d),()=>n.delete(d))},c=t=e(r,o,l);return l},bx=(e=>e?RE(e):RE),Dx=e=>e;function Mx(e,t=Dx){const n=Le.useSyncExternalStore(e.subscribe,Le.useCallback(()=>t(e.getState()),[e,t]),Le.useCallback(()=>t(e.getInitialState()),[e,t]));return Le.useDebugValue(n),n}const AE=e=>{const t=bx(e),n=r=>Mx(t,r);return Object.assign(n,t),n},Px=(e=>e?AE(e):AE),hE=e=>Symbol.iterator in e,IE=e=>"entries"in e,NE=(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,i]of n)if(!r.has(o)||!Object.is(i,r.get(o)))return!1;return!0},vx=(e,t)=>{const n=e[Symbol.iterator](),r=t[Symbol.iterator]();let o=n.next(),i=r.next();for(;!o.done&&!i.done;){if(!Object.is(o.value,i.value))return!1;o=n.next(),i=r.next()}return!!o.done&&!!i.done};function wx(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:hE(e)&&hE(t)?IE(e)&&IE(t)?NE(e,t):vx(e,t):NE({entries:()=>Object.entries(e)},{entries:()=>Object.entries(t)})}function Ux(e){const t=Le.useRef(void 0);return n=>{const r=e(n);return wx(t.current,r)?t.current:t.current=r}}function Bx(){var t;return typeof window>"u"?"studio":((t=window.localStorage)==null?void 0:t.getItem("dql-app-mode"))==="app"?"app":"studio"}function Fx(){var t;if(typeof window>"u")return"paper";const e=(t=window.localStorage)==null?void 0:t.getItem("dql-theme");return e==="obsidian"||e==="paper"||e==="white"?e:e==="midnight"||e==="dark"?"obsidian":e==="arctic"?"white":"paper"}const Gx={mainView:"notebook",themeMode:Fx(),appMode:Bx(),sidebarPanel:"files",sidebarOpen:!0,files:[],filesLoading:!1,activeFile:null,cells:[],notebookTitle:"",notebookMetadata:{},notebookDirty:!1,schemaTables:[],schemaLoading:!1,semanticLayer:{available:!1,provider:null,metrics:[],measures:[],dimensions:[],timeDimensions:[],entities:[],hierarchies:[],semanticModels:[],savedQueries:[],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,lineageDrawerOpen:!1,lineageDrawerNodeId:null,dashboardMode:!1,activeBlockPath:null,blockStudioDraft:"",blockStudioDirty:!1,blockStudioPreview:null,blockStudioValidation:null,blockStudioMetadata:null,blockStudioCatalog:null,blockStudioCatalogLoading:!1,inspectorOpen:!1,inspectorContext:null,apps:[],appsLoading:!1,activeAppId:null,activeDashboardId:null,activePersona:null};function kx(e,t){var n,r,o,i,a,l;switch(t.type){case"SET_MAIN_VIEW":return{...e,mainView:t.view,lineageFullscreen:!1,lineageFocusNodeId:null};case"SET_THEME":{if(typeof document<"u"){const c=t.mode==="dark"||t.mode==="midnight"?"obsidian":t.mode==="light"?"paper":t.mode==="arctic"?"white":t.mode;document.documentElement.setAttribute("data-theme",c);try{(n=window.localStorage)==null||n.setItem("dql-theme",t.mode)}catch{}}return{...e,themeMode:t.mode}}case"SET_APP_MODE":{if(typeof window<"u")try{(r=window.localStorage)==null||r.setItem("dql-app-mode",t.mode)}catch{}return{...e,appMode:t.mode}}case"SET_SIDEBAR_PANEL":{const c=["connection","reference","git","apps","settings"],d=t.panel!==null&&c.includes(t.panel);return{...e,sidebarPanel:t.panel,sidebarOpen:t.panel!==null&&!d,lineageFullscreen:!1,lineageFocusNodeId:null,mainView:t.panel==="connection"?"connection":t.panel==="reference"?"reference":t.panel==="git"?"git":t.panel==="apps"?"apps":t.panel==="settings"?"settings":((o=e.activeFile)==null?void 0:o.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:(i=t.payload.metadata)!=null&&i.name?`block:${t.payload.metadata.name}`:null};case"SET_CELLS":return{...e,cells:t.cells,notebookDirty:!0};case"UPDATE_NOTEBOOK_METADATA":{const c=e.notebookMetadata;let d=!1;for(const E of Object.keys(t.updates))if(c[E]!==t.updates[E]){d=!0;break}return d?{...e,notebookMetadata:{...c,...t.updates},notebookDirty:!0}:e}case"ADD_CELL":{if(!t.afterId)return{...e,cells:[...e.cells,t.cell],notebookDirty:!0};const c=e.cells.findIndex(E=>E.id===t.afterId);if(c===-1)return{...e,cells:[...e.cells,t.cell],notebookDirty:!0};const d=[...e.cells];return d.splice(c+1,0,t.cell),{...e,cells:d,notebookDirty:!0}}case"UPDATE_CELL":{const c=e.cells.map(E=>E.id===t.id?{...E,...t.updates}:E),d=t.updates.executionCount!==void 0?e.executionCounter+1:e.executionCounter;return{...e,cells:c,notebookDirty:!0,executionCounter:d}}case"DELETE_CELL":return{...e,cells:e.cells.filter(c=>c.id!==t.id),notebookDirty:!0};case"MOVE_CELL":{const c=e.cells.findIndex(E=>E.id===t.id);if(c===-1)return e;const d=[...e.cells];return t.direction==="up"&&c>0?[d[c-1],d[c]]=[d[c],d[c-1]]:t.direction==="down"&&c<d.length-1&&([d[c],d[c+1]]=[d[c+1],d[c]]),{...e,cells:d,notebookDirty:!0}}case"REORDER_CELL":{const{fromIndex:c,toIndex:d}=t;if(c===d||c<0||d<0||c>=e.cells.length||d>=e.cells.length)return e;const E=[...e.cells],[u]=E.splice(c,1);return E.splice(d,0,u),{...e,cells:E,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(c=>c.name===t.tableName?{...c,expanded:!c.expanded}:c)};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(c=>c.name===t.tableName?{...c,columns:t.columns}:c)};case"SET_PARAM_VALUE":return{...e,cells:e.cells.map(c=>c.id===t.id?{...c,paramValue:t.value}:c),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 c=[t.name,...e.semanticLayer.recentlyUsed.filter(d=>d!==t.name)].slice(0,12);return{...e,semanticLayer:{...e.semanticLayer,recentlyUsed:c}}}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"OPEN_LINEAGE_DRAWER":return{...e,lineageDrawerOpen:!0,lineageDrawerNodeId:t.nodeId};case"CLOSE_LINEAGE_DRAWER":return{...e,lineageDrawerOpen:!1,lineageDrawerNodeId:null};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};case"SET_APPS":return{...e,apps:t.apps};case"SET_APPS_LOADING":return{...e,appsLoading:t.loading};case"OPEN_APP":{const c=e.apps.find(E=>E.id===t.appId)??null,d=t.dashboardId!==void 0?t.dashboardId:((a=c==null?void 0:c.homepage)==null?void 0:a.type)==="dashboard"?c.homepage.id:((l=c==null?void 0:c.dashboards[0])==null?void 0:l.id)??null;return{...e,mainView:"apps",activeAppId:t.appId,activeDashboardId:d}}case"OPEN_DASHBOARD":return{...e,activeDashboardId:t.dashboardId};case"SET_ACTIVE_PERSONA":return{...e,activePersona:t.persona};default:return e}}const ec=Px((e,t)=>({...Gx,dispatch:n=>{const r=kx(t(),n);e(r)}})),Hx=S.createContext(null);function jx({children:e}){return Le.useEffect(()=>{const t=n=>{if(n.key!=="dql-theme"||!n.newValue)return;const r=n.newValue;(r==="obsidian"||r==="paper"||r==="white"||r==="midnight"||r==="arctic"||r==="dark"||r==="light")&&ec.getState().dispatch({type:"SET_THEME",mode:r})};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)},[]),s.jsx(s.Fragment,{children:e})}function fe(){const e=ec(Ux(r=>{const{dispatch:o,...i}=r;return i})),t=ec(r=>r.dispatch);return S.useContext(Hx)??{state:e,dispatch:t}}function Pt(){return`cell_${Date.now()}_${Math.random().toString(36).slice(2,8)}`}function Ke(e,t=""){const n={id:Pt(),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}/**
54
- * @license lucide-react v0.563.0 - ISC
55
- *
56
- * This source code is licensed under the ISC license.
57
- * See the LICENSE file in the root directory of this source tree.
58
- */const wp=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim();/**
59
- * @license lucide-react v0.563.0 - ISC
60
- *
61
- * This source code is licensed under the ISC license.
62
- * See the LICENSE file in the root directory of this source tree.
63
- */const Yx=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
64
- * @license lucide-react v0.563.0 - ISC
65
- *
66
- * This source code is licensed under the ISC license.
67
- * See the LICENSE file in the root directory of this source tree.
68
- */const Wx=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase());/**
69
- * @license lucide-react v0.563.0 - ISC
70
- *
71
- * This source code is licensed under the ISC license.
72
- * See the LICENSE file in the root directory of this source tree.
73
- */const OE=e=>{const t=Wx(e);return t.charAt(0).toUpperCase()+t.slice(1)};/**
74
- * @license lucide-react v0.563.0 - ISC
75
- *
76
- * This source code is licensed under the ISC license.
77
- * See the LICENSE file in the root directory of this source tree.
78
- */var Vx={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
79
- * @license lucide-react v0.563.0 - ISC
80
- *
81
- * This source code is licensed under the ISC license.
82
- * See the LICENSE file in the root directory of this source tree.
83
- */const $x=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0;return!1};/**
84
- * @license lucide-react v0.563.0 - ISC
85
- *
86
- * This source code is licensed under the ISC license.
87
- * See the LICENSE file in the root directory of this source tree.
88
- */const Xx=S.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:i,iconNode:a,...l},c)=>S.createElement("svg",{ref:c,...Vx,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:wp("lucide",o),...!i&&!$x(l)&&{"aria-hidden":"true"},...l},[...a.map(([d,E])=>S.createElement(d,E)),...Array.isArray(i)?i:[i]]));/**
89
- * @license lucide-react v0.563.0 - ISC
90
- *
91
- * This source code is licensed under the ISC license.
92
- * See the LICENSE file in the root directory of this source tree.
93
- */const Se=(e,t)=>{const n=S.forwardRef(({className:r,...o},i)=>S.createElement(Xx,{ref:i,iconNode:t,className:wp(`lucide-${Yx(OE(e))}`,`lucide-${e}`,r),...o}));return n.displayName=OE(e),n};/**
94
- * @license lucide-react v0.563.0 - ISC
95
- *
96
- * This source code is licensed under the ISC license.
97
- * See the LICENSE file in the root directory of this source tree.
98
- */const Kx=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],zx=Se("activity",Kx);/**
99
- * @license lucide-react v0.563.0 - ISC
100
- *
101
- * This source code is licensed under the ISC license.
102
- * See the LICENSE file in the root directory of this source tree.
103
- */const Jx=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Up=Se("arrow-down",Jx);/**
104
- * @license lucide-react v0.563.0 - ISC
105
- *
106
- * This source code is licensed under the ISC license.
107
- * See the LICENSE file in the root directory of this source tree.
108
- */const qx=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],Qx=Se("arrow-right-left",qx);/**
109
- * @license lucide-react v0.563.0 - ISC
110
- *
111
- * This source code is licensed under the ISC license.
112
- * See the LICENSE file in the root directory of this source tree.
113
- */const Zx=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],Bp=Se("arrow-up",Zx);/**
114
- * @license lucide-react v0.563.0 - ISC
115
- *
116
- * This source code is licensed under the ISC license.
117
- * See the LICENSE file in the root directory of this source tree.
118
- */const ey=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",key:"1ah6g2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1",key:"88lufb"}]],ty=Se("blocks",ey);/**
119
- * @license lucide-react v0.563.0 - ISC
120
- *
121
- * This source code is licensed under the ISC license.
122
- * See the LICENSE file in the root directory of this source tree.
123
- */const ny=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],Fp=Se("book-open",ny);/**
124
- * @license lucide-react v0.563.0 - ISC
125
- *
126
- * This source code is licensed under the ISC license.
127
- * See the LICENSE file in the root directory of this source tree.
128
- */const ry=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],oy=Se("check",ry);/**
129
- * @license lucide-react v0.563.0 - ISC
130
- *
131
- * This source code is licensed under the ISC license.
132
- * See the LICENSE file in the root directory of this source tree.
133
- */const sy=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],iy=Se("chevron-down",sy);/**
134
- * @license lucide-react v0.563.0 - ISC
135
- *
136
- * This source code is licensed under the ISC license.
137
- * See the LICENSE file in the root directory of this source tree.
138
- */const ay=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],ly=Se("chevrons-left",ay);/**
139
- * @license lucide-react v0.563.0 - ISC
140
- *
141
- * This source code is licensed under the ISC license.
142
- * See the LICENSE file in the root directory of this source tree.
143
- */const cy=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],dy=Se("chevrons-right",cy);/**
144
- * @license lucide-react v0.563.0 - ISC
145
- *
146
- * This source code is licensed under the ISC license.
147
- * See the LICENSE file in the root directory of this source tree.
148
- */const Ey=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],uy=Se("circle-question-mark",Ey);/**
149
- * @license lucide-react v0.563.0 - ISC
150
- *
151
- * This source code is licensed under the ISC license.
152
- * See the LICENSE file in the root directory of this source tree.
153
- */const Ty=[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]],fy=Se("command",Ty);/**
154
- * @license lucide-react v0.563.0 - ISC
155
- *
156
- * This source code is licensed under the ISC license.
157
- * See the LICENSE file in the root directory of this source tree.
158
- */const Sy=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],Gp=Se("database",Sy);/**
159
- * @license lucide-react v0.563.0 - ISC
160
- *
161
- * This source code is licensed under the ISC license.
162
- * See the LICENSE file in the root directory of this source tree.
163
- */const py=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Ry=Se("external-link",py);/**
164
- * @license lucide-react v0.563.0 - ISC
165
- *
166
- * This source code is licensed under the ISC license.
167
- * See the LICENSE file in the root directory of this source tree.
168
- */const Ay=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],hy=Se("eye-off",Ay);/**
169
- * @license lucide-react v0.563.0 - ISC
170
- *
171
- * This source code is licensed under the ISC license.
172
- * See the LICENSE file in the root directory of this source tree.
173
- */const Iy=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],mE=Se("eye",Iy);/**
174
- * @license lucide-react v0.563.0 - ISC
175
- *
176
- * This source code is licensed under the ISC license.
177
- * See the LICENSE file in the root directory of this source tree.
178
- */const Ny=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],Oy=Se("file-check",Ny);/**
179
- * @license lucide-react v0.563.0 - ISC
180
- *
181
- * This source code is licensed under the ISC license.
182
- * See the LICENSE file in the root directory of this source tree.
183
- */const my=[["path",{d:"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34",key:"o6klzx"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z",key:"zhnas1"}]],gy=Se("file-pen",my);/**
184
- * @license lucide-react v0.563.0 - ISC
185
- *
186
- * This source code is licensed under the ISC license.
187
- * See the LICENSE file in the root directory of this source tree.
188
- */const Cy=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],kp=Se("file-plus",Cy);/**
189
- * @license lucide-react v0.563.0 - ISC
190
- *
191
- * This source code is licensed under the ISC license.
192
- * See the LICENSE file in the root directory of this source tree.
193
- */const xy=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]],yy=Se("file-question-mark",xy);/**
194
- * @license lucide-react v0.563.0 - ISC
195
- *
196
- * This source code is licensed under the ISC license.
197
- * See the LICENSE file in the root directory of this source tree.
198
- */const Ly=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Hp=Se("file-text",Ly);/**
199
- * @license lucide-react v0.563.0 - ISC
200
- *
201
- * This source code is licensed under the ISC license.
202
- * See the LICENSE file in the root directory of this source tree.
203
- */const _y=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]],by=Se("file-x",_y);/**
204
- * @license lucide-react v0.563.0 - ISC
205
- *
206
- * This source code is licensed under the ISC license.
207
- * See the LICENSE file in the root directory of this source tree.
208
- */const Dy=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"14sh0y"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z",key:"1970lx"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1",key:"l4dndm"}]],My=Se("files",Dy);/**
209
- * @license lucide-react v0.563.0 - ISC
210
- *
211
- * This source code is licensed under the ISC license.
212
- * See the LICENSE file in the root directory of this source tree.
213
- */const Py=[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]],br=Se("git-branch",Py);/**
214
- * @license lucide-react v0.563.0 - ISC
215
- *
216
- * This source code is licensed under the ISC license.
217
- * See the LICENSE file in the root directory of this source tree.
218
- */const vy=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]],jp=Se("git-commit-horizontal",vy);/**
219
- * @license lucide-react v0.563.0 - ISC
220
- *
221
- * This source code is licensed under the ISC license.
222
- * See the LICENSE file in the root directory of this source tree.
223
- */const wy=[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]],Uy=Se("git-fork",wy);/**
224
- * @license lucide-react v0.563.0 - ISC
225
- *
226
- * This source code is licensed under the ISC license.
227
- * See the LICENSE file in the root directory of this source tree.
228
- */const By=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],Fy=Se("layout-dashboard",By);/**
229
- * @license lucide-react v0.563.0 - ISC
230
- *
231
- * This source code is licensed under the ISC license.
232
- * See the LICENSE file in the root directory of this source tree.
233
- */const Gy=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],ky=Se("maximize-2",Gy);/**
234
- * @license lucide-react v0.563.0 - ISC
235
- *
236
- * This source code is licensed under the ISC license.
237
- * See the LICENSE file in the root directory of this source tree.
238
- */const Hy=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]],jy=Se("network",Hy);/**
239
- * @license lucide-react v0.563.0 - ISC
240
- *
241
- * This source code is licensed under the ISC license.
242
- * See the LICENSE file in the root directory of this source tree.
243
- */const Yy=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],Wy=Se("package",Yy);/**
244
- * @license lucide-react v0.563.0 - ISC
245
- *
246
- * This source code is licensed under the ISC license.
247
- * See the LICENSE file in the root directory of this source tree.
248
- */const Vy=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],$y=Se("palette",Vy);/**
249
- * @license lucide-react v0.563.0 - ISC
250
- *
251
- * This source code is licensed under the ISC license.
252
- * See the LICENSE file in the root directory of this source tree.
253
- */const Xy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],Ky=Se("panel-left",Xy);/**
254
- * @license lucide-react v0.563.0 - ISC
255
- *
256
- * This source code is licensed under the ISC license.
257
- * See the LICENSE file in the root directory of this source tree.
258
- */const zy=[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z",key:"1xoxul"}],["path",{d:"M9 8V2",key:"14iosj"}]],Yp=Se("plug",zy);/**
259
- * @license lucide-react v0.563.0 - ISC
260
- *
261
- * This source code is licensed under the ISC license.
262
- * See the LICENSE file in the root directory of this source tree.
263
- */const Jy=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],qy=Se("plus",Jy);/**
264
- * @license lucide-react v0.563.0 - ISC
265
- *
266
- * This source code is licensed under the ISC license.
267
- * See the LICENSE file in the root directory of this source tree.
268
- */const Qy=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Wp=Se("refresh-cw",Qy);/**
269
- * @license lucide-react v0.563.0 - ISC
270
- *
271
- * This source code is licensed under the ISC license.
272
- * See the LICENSE file in the root directory of this source tree.
273
- */const Zy=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],eL=Se("search",Zy);/**
274
- * @license lucide-react v0.563.0 - ISC
275
- *
276
- * This source code is licensed under the ISC license.
277
- * See the LICENSE file in the root directory of this source tree.
278
- */const tL=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],nL=Se("settings",tL);/**
279
- * @license lucide-react v0.563.0 - ISC
280
- *
281
- * This source code is licensed under the ISC license.
282
- * See the LICENSE file in the root directory of this source tree.
283
- */const rL=[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]],oL=Se("square-dashed",rL);/**
284
- * @license lucide-react v0.563.0 - ISC
285
- *
286
- * This source code is licensed under the ISC license.
287
- * See the LICENSE file in the root directory of this source tree.
288
- */const sL=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],iL=Se("table",sL);/**
289
- * @license lucide-react v0.563.0 - ISC
290
- *
291
- * This source code is licensed under the ISC license.
292
- * See the LICENSE file in the root directory of this source tree.
293
- */const aL=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],lL=Se("terminal",aL);/**
294
- * @license lucide-react v0.563.0 - ISC
295
- *
296
- * This source code is licensed under the ISC license.
297
- * See the LICENSE file in the root directory of this source tree.
298
- */const cL=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],dL=Se("wrench",cL);/**
299
- * @license lucide-react v0.563.0 - ISC
300
- *
301
- * This source code is licensed under the ISC license.
302
- * See the LICENSE file in the root directory of this source tree.
303
- */const EL=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Vp=Se("x",EL);function uL(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 i of n)if(i===r[o]&&o++,o===r.length)return 10;return 0}function TL(e,t){const n=e.mode??"both";return n==="both"||n===t}function fL({open:e,onClose:t}){const{state:n,dispatch:r}=fe(),[o,i]=S.useState(""),[a,l]=S.useState(0),c=S.useRef(null);S.useEffect(()=>{e&&(i(""),l(0))},[e]);const d=S.useMemo(()=>{const f=m=>r(m),A=()=>t(),h=m=>()=>{m(),A()},p=[["Files","files",My],["Schema","schema",Gp],["Lineage","lineage",Uy],["Git","git",br],["Block Library","block_library",ty],["Apps","apps",jy],["Connections","connection",Yp],["Reference","reference",Fp]],R=[{mode:"obsidian",label:"Obsidian"},{mode:"paper",label:"Paper"},{mode:"white",label:"White"}],N=[],I=n.appMode==="studio"?"app":n.appMode==="app"?"reader":"studio",O=I==="studio"?"Switch to Notebook":I==="app"?"Switch to App":"Switch to Reader";N.push({id:"mode.toggle",label:O,group:"Mode",icon:n.appMode==="studio"?mE:dL,keywords:"studio notebook app reader preview publish read-only editor",shortcut:"⌘⇧M",run:h(()=>f({type:"SET_APP_MODE",mode:I}))}),N.push({id:"sidebar.toggle",label:n.sidebarOpen?"Hide sidebar":"Show sidebar",group:"View",icon:Ky,shortcut:"⌘B",mode:"studio",run:h(()=>f({type:"TOGGLE_SIDEBAR"}))},{id:"inspector.toggle",label:n.inspectorOpen?"Hide inspector":"Show inspector",group:"View",icon:n.inspectorOpen?hy:mE,shortcut:"⌘⇧I",mode:"studio",run:h(()=>f({type:"TOGGLE_INSPECTOR"}))},{id:"dashboard.toggle",label:n.dashboardMode?"Exit dashboard mode":"Enter dashboard mode",group:"View",icon:Fy,shortcut:"⌘D",run:h(()=>f({type:"TOGGLE_DASHBOARD_MODE"}))},{id:"dev.toggle",label:"Toggle dev panel",group:"View",icon:lL,shortcut:"⌘J",mode:"studio",run:h(()=>f({type:"TOGGLE_DEV_PANEL"}))},{id:"lineage.fullscreen",label:n.lineageFullscreen?"Exit full-screen lineage":"Open full-screen lineage",group:"Lineage",icon:zx,keywords:"graph dag",run:h(()=>f({type:"TOGGLE_LINEAGE_FULLSCREEN"}))});for(const[m,g,L]of p)N.push({id:`panel.${g}`,label:`Go to ${m}`,group:"Navigate",icon:L,mode:"studio",run:h(()=>{f({type:"SET_SIDEBAR_PANEL",panel:g}),n.sidebarOpen||f({type:"TOGGLE_SIDEBAR"})})});N.push({id:"notebook.new",label:"New notebook…",group:"Create",icon:kp,mode:"studio",run:h(()=>f({type:"OPEN_NEW_NOTEBOOK_MODAL"}))},{id:"block.new",label:"New block…",group:"Create",icon:oL,mode:"studio",run:h(()=>f({type:"OPEN_NEW_BLOCK_MODAL"}))});const C=n.themeMode==="dark"||n.themeMode==="midnight"?"obsidian":n.themeMode==="light"?"paper":n.themeMode==="arctic"?"white":n.themeMode;for(const m of R)m.mode!==C&&N.push({id:`theme.${m.mode}`,label:`Switch to ${m.label}`,group:"Theme",icon:$y,keywords:"appearance color",run:h(()=>f({type:"SET_THEME",mode:m.mode}))});return N},[n.sidebarOpen,n.inspectorOpen,n.themeMode,n.dashboardMode,n.lineageFullscreen,n.appMode,n.sidebarPanel,r,t]),E=S.useMemo(()=>{const A=d.filter(h=>TL(h,n.appMode)).map(h=>({a:h,s:uL(h,o)})).filter(h=>h.s>0);return A.sort((h,p)=>p.s-h.s),A.map(h=>h.a)},[d,o,n.appMode]);S.useEffect(()=>{l(0)},[o]),S.useEffect(()=>{var A;const f=(A=c.current)==null?void 0:A.querySelector(`[data-palette-idx="${a}"]`);f==null||f.scrollIntoView({block:"nearest"})},[a]);const u=f=>{var A;f.key==="ArrowDown"?(f.preventDefault(),l(h=>Math.min(E.length-1,h+1))):f.key==="ArrowUp"?(f.preventDefault(),l(h=>Math.max(0,h-1))):f.key==="Enter"&&(f.preventDefault(),(A=E[a])==null||A.run())};let T="";return s.jsx(Pg,{open:e,onOpenChange:f=>!f&&t(),children:s.jsxs(vg,{children:[s.jsx(wg,{style:{position:"fixed",inset:0,background:pe("surfaceOverlay"),zIndex:ro.overlay}}),s.jsxs(Ug,{"aria-label":"Command palette",style:{position:"fixed",top:"18vh",left:"50%",transform:"translateX(-50%)",width:"92vw",maxWidth:620,background:pe("surfaceRaised"),color:pe("textPrimary"),border:`1px solid ${pe("borderDefault")}`,borderRadius:fn.lg,boxShadow:pe("shadowLg"),zIndex:ro.modal,display:"flex",flexDirection:"column",overflow:"hidden"},onKeyDown:u,children:[s.jsx(Bg,{style:{position:"absolute",left:-9999},children:"Command palette"}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:Ne[2],padding:`${Ne[3]}px ${Ne[4]}px`,borderBottom:`1px solid ${pe("borderSubtle")}`},children:[s.jsx(fy,{size:14,strokeWidth:1.75,color:pe("textMuted")}),s.jsx("input",{autoFocus:!0,value:o,onChange:f=>i(f.target.value),placeholder:"Type a command…",style:{flex:1,border:"none",outline:"none",background:"transparent",color:pe("textPrimary"),fontSize:ke.md}})]}),s.jsxs("div",{ref:c,style:{maxHeight:360,overflowY:"auto",padding:`${Ne[1]}px 0`},children:[E.length===0&&s.jsx("div",{style:{padding:Ne[4],fontSize:ke.sm,color:pe("textMuted"),textAlign:"center"},children:"No matching commands"}),E.map((f,A)=>{const h=f.group!==T;T=f.group;const p=A===a,R=f.icon;return s.jsxs(Le.Fragment,{children:[h&&s.jsx("div",{style:{padding:`${Ne[2]}px ${Ne[4]}px ${Ne[1]}px`},children:s.jsx(rd,{tone:"neutral",children:f.group})}),s.jsxs("div",{"data-palette-idx":A,role:"option","aria-selected":p,onMouseEnter:()=>l(A),onMouseDown:N=>{N.preventDefault(),f.run()},style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:Ne[3],padding:`${Ne[2]}px ${Ne[4]}px`,fontSize:ke.sm,cursor:"pointer",background:p?pe("surfaceHover"):"transparent",color:pe("textPrimary")},children:[s.jsxs("span",{style:{display:"flex",alignItems:"center",gap:Ne[2],minWidth:0,flex:1},children:[R&&s.jsx(R,{size:14,strokeWidth:1.75}),s.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:f.label})]}),f.shortcut&&s.jsx(_x,{shortcut:f.shortcut})]})]},f.id)})]})]})]})})}const $p=window.location.origin;async function te(e,t){const n=await fetch(`${$p}${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 z={async getSettingsEnvStatus(){try{return await te("/api/settings/env-status")}catch{return{groups:[]}}},async listNotebooks(){try{return await te("/api/notebooks")}catch{return[]}},async readNotebook(e){return te(`/api/notebook-content?path=${encodeURIComponent(e)}`)},async createNotebook(e,t){return te("/api/notebooks",{method:"POST",body:JSON.stringify({name:e,template:t})})},async createBlock(e){return te("/api/blocks",{method:"POST",body:JSON.stringify({name:e})})},async getBlockLibrary(){try{return await te("/api/blocks/library")}catch{return{blocks:[]}}},async getApps(){try{return await te("/api/apps")}catch{return{apps:[]}}},async updateBlockStatus(e,t){return te("/api/blocks/status",{method:"POST",body:JSON.stringify({path:e,newStatus:t})})},async getBlockHistory(e){try{return await te(`/api/blocks/history?path=${encodeURIComponent(e)}`)}catch{return{entries:[]}}},async runBlockTests(e,t){return te("/api/blocks/run-tests",{method:"POST",body:JSON.stringify({source:e,path:t})})},async getBlockStudioCatalog(){return te("/api/block-studio/catalog")},async openBlockStudio(e){return te(`/api/block-studio/open?path=${encodeURIComponent(e)}`)},async getBlockBody(e){return te(`/api/blocks/body?path=${encodeURIComponent(e)}`)},async validateBlockStudio(e,t){return te("/api/block-studio/validate",{method:"POST",body:JSON.stringify({source:e,path:t})})},async runBlockStudio(e,t){return te("/api/block-studio/run",{method:"POST",body:JSON.stringify({source:e,path:t})})},async saveBlockStudio(e){return te("/api/block-studio/save",{method:"POST",body:JSON.stringify(e)})},async saveAsBlock(e){return te("/api/blocks/save-from-cell",{method:"POST",body:JSON.stringify(e)})},async getBlockTemplates(){try{return(await te("/api/blocks/templates")).templates}catch{return[]}},async listBlocks(e){try{return(await te("/api/notebooks")).filter(n=>n.type==="block"&&(!e||n.path.startsWith(`blocks/${e}/`)))}catch{return[]}},async saveNotebook(e,t){return te("/api/notebook-content",{method:"PUT",body:JSON.stringify({path:e,content:t})})},async executeQuery(e,t){var i;const n=await te("/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)??((i=n==null?void 0:n.rows)==null?void 0:i.length)??0,executionTime:(n==null?void 0:n.executionTime)??(n==null?void 0:n.executionTimeMs)??0,...o?{semanticRefs:o}:{}}},async getSchema(){try{const e=await fetch(`${$p}/api/schema`);if(e.ok)return await e.json();const t=await e.json().catch(()=>null);return t!=null&&t.error&&console.warn(`[dql] schema introspection failed: ${t.error}`),(t==null?void 0:t.fallback)??[]}catch(e){return console.warn("[dql] getSchema request failed",e),[]}},async getConnections(){try{return await te("/api/connections")}catch{return{default:"unknown",connections:{}}}},async saveConnections(e){return te("/api/connections",{method:"PUT",body:JSON.stringify({connections:e})})},async testConnection(){try{return await te("/api/test-connection",{method:"POST",body:JSON.stringify({})})}catch(e){return{ok:!1,message:e.message??"Connection failed"}}},async getSemanticLayer(){try{return await te("/api/semantic-layer")}catch{return{available:!1,provider:null,metrics:[],measures:[],dimensions:[],timeDimensions:[],entities:[],hierarchies:[],semanticModels:[],savedQueries:[],domains:[],tags:[],favorites:[],recentlyUsed:[],lastSyncTime:null}}},async getSemanticTree(){return(await te("/api/semantic-layer/tree")).tree},async getSemanticObject(e){return te(`/api/semantic-layer/object/${encodeURIComponent(e)}`)},async importSemanticLayer(e){return te("/api/semantic-layer/import",{method:"POST",body:JSON.stringify(e)})},async syncSemanticLayer(){return te("/api/semantic-layer/sync",{method:"POST",body:JSON.stringify({})})},async previewSemanticImport(e){return te("/api/semantic-layer/import-preview",{method:"POST",body:JSON.stringify(e)})},async previewSyncDiff(){return te("/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 te(`/api/semantic-layer/search?${t.toString()}`)}catch{return{metrics:[],measures:[],dimensions:[],timeDimensions:[],entities:[],hierarchies:[],semanticModels:[],savedQueries:[]}}},async getFavorites(){try{return(await te("/api/user-prefs/favorites")).favorites}catch{return[]}},async toggleFavorite(e){return(await te("/api/user-prefs/favorites",{method:"POST",body:JSON.stringify({name:e})})).favorites},async getRecentlyUsed(){try{return(await te("/api/user-prefs/recent")).recentlyUsed}catch{return[]}},async trackUsage(e){try{return(await te("/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 te(`/api/semantic-layer/compatible-dims?${t.toString()}`)).dimensions}catch{return[]}},async composeQuery(e,t,n){try{return await te("/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 te("/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 te("/api/semantic-builder/save",{method:"POST",body:JSON.stringify(e)})},async createMetric(e){try{return await te("/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 te(`/api/describe-table?${o.toString()}`)}catch{return[]}},async fetchLineage(){try{return await te("/api/lineage")}catch{return{nodes:[],edges:[]}}},async searchLineage(e){try{return await te(`/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 te(`/api/lineage/query?${t.toString()}`)}catch{return{graph:{nodes:[],edges:[]},matches:[]}}},async fetchLineageNode(e){try{return await te(`/api/lineage/node/${encodeURIComponent(e)}`)}catch{return null}},async fetchBlockLineage(e){try{return await te(`/api/lineage/block/${encodeURIComponent(e)}`)}catch{return null}},async fetchImpactAnalysis(e){try{return await te(`/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 te(o)}catch{return null}},async fetchGitStatus(){try{return await te("/api/git/status")}catch{return{inRepo:!1,branch:null,ahead:0,behind:0,changes:[]}}},async fetchGitLog(e=20){try{return await te(`/api/git/log?limit=${e}`)}catch{return{inRepo:!1,commits:[]}}},async fetchRunSnapshot(e){try{return await te(`/api/run-snapshot?path=${encodeURIComponent(e)}`)}catch{return{found:!1,snapshot:null}}},async saveRunSnapshot(e,t){await te("/api/run-snapshot",{method:"PUT",body:JSON.stringify({path:e,snapshot:t})})},async fetchGitDiff(e,t){try{const n=new URLSearchParams;e&&n.set("path",e),t&&n.set("staged","true");const r=n.toString();return await te(`/api/git/diff${r?`?${r}`:""}`)}catch{return{inRepo:!1,diff:"",before:null,after:null,diffReport:null}}},async fetchGitBranches(){try{return await te("/api/git/branches")}catch{return{inRepo:!1,current:null,branches:[]}}},async fetchGitRemote(){try{return await te("/api/git/remote")}catch{return{inRepo:!1,url:null,name:null}}},async gitStage(e){try{return await te("/api/git/stage",{method:"POST",body:JSON.stringify({paths:e})})}catch(t){return{ok:!1,error:t instanceof Error?t.message:String(t)}}},async gitUnstage(e){try{return await te("/api/git/unstage",{method:"POST",body:JSON.stringify({paths:e})})}catch(t){return{ok:!1,error:t instanceof Error?t.message:String(t)}}},async gitDiscard(e){try{return await te("/api/git/discard",{method:"POST",body:JSON.stringify({paths:e})})}catch(t){return{ok:!1,error:t instanceof Error?t.message:String(t)}}},async gitCommit(e,t=!1){try{return await te("/api/git/commit",{method:"POST",body:JSON.stringify({message:e,stageAll:t})})}catch(n){return{ok:!1,error:n instanceof Error?n.message:String(n)}}},async gitPush(){try{return await te("/api/git/push",{method:"POST",body:"{}"})}catch(e){return{ok:!1,error:e instanceof Error?e.message:String(e)}}},async gitPull(){try{return await te("/api/git/pull",{method:"POST",body:"{}"})}catch(e){return{ok:!1,error:e instanceof Error?e.message:String(e)}}},async gitCreateBranch(e,t=!0){try{return await te("/api/git/branch",{method:"POST",body:JSON.stringify({name:e,checkout:t})})}catch(n){return{ok:!1,error:n instanceof Error?n.message:String(n)}}},async gitCheckout(e){try{return await te("/api/git/checkout",{method:"POST",body:JSON.stringify({name:e})})}catch(t){return{ok:!1,error:t instanceof Error?t.message:String(t)}}},async listApps(){try{const{apps:e}=await te("/api/apps");return e}catch{return[]}},async recommendAppBlocks(e){try{const{blocks:t}=await te("/api/apps/recommend-blocks",{method:"POST",body:JSON.stringify(e)});return t}catch{return[]}},async createApp(e){return te("/api/apps",{method:"POST",body:JSON.stringify(e)})},async getApp(e){try{return await te(`/api/apps/${encodeURIComponent(e)}`)}catch{return null}},async getDashboard(e,t){try{return await te(`/api/apps/${encodeURIComponent(e)}/dashboards/${encodeURIComponent(t)}`)}catch{return null}},async runDashboard(e,t,n){try{return await te(`/api/apps/${encodeURIComponent(e)}/dashboards/${encodeURIComponent(t)}/run`,{method:"POST",body:JSON.stringify({variables:n??{}})})}catch{return null}},async saveDashboard(e,t,n){try{return{ok:!!(await te(`/api/apps/${encodeURIComponent(e)}/dashboards/${encodeURIComponent(t)}`,{method:"PUT",body:JSON.stringify(n)})).ok}}catch(r){return{ok:!1,error:r instanceof Error?r.message:String(r)}}},async getPersona(){try{const{persona:e}=await te("/api/persona");return e}catch{return null}},async setPersona(e,t){try{const{persona:n}=await te("/api/persona",{method:"POST",body:JSON.stringify({userId:e,appId:t})});return n}catch{return null}},async clearPersona(){try{await te("/api/persona",{method:"DELETE"})}catch{}}};function SL(){const{state:e,dispatch:t}=fe(),n=e.inspectorContext;return s.jsxs("aside",{"aria-label":"Inspector",style:{width:320,borderLeft:`1px solid ${pe("borderSubtle")}`,background:pe("surfaceBase"),color:pe("textPrimary"),display:"flex",flexDirection:"column",overflow:"hidden",flexShrink:0},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:`${Ne[3]}px ${Ne[4]}px`,borderBottom:`1px solid ${pe("borderSubtle")}`},children:[s.jsx("div",{style:{fontSize:ke.sm,fontWeight:Lc.semibold},children:n?pL(n):"Inspector"}),s.jsx("button",{onClick:()=>t({type:"SET_INSPECTOR",open:!1}),"aria-label":"Close inspector",style:{background:"transparent",border:"none",color:pe("textMuted"),cursor:"pointer",fontSize:ke.md,padding:2,borderRadius:fn.sm},children:"×"})]}),s.jsx("div",{style:{flex:1,overflow:"auto",padding:Ne[4]},children:n?s.jsx(RL,{context:n}):s.jsx(NL,{})})]})}function pL(e){switch(e.kind){case"cell":return"Cell";case"lineage-node":return"Lineage node";case"metric":return"Metric"}}function RL({context:e}){return e.kind==="cell"?s.jsx(AL,{cellId:e.cellId}):e.kind==="lineage-node"?s.jsx(hL,{nodeId:e.nodeId}):s.jsx(IL,{name:e.name})}function AL({cellId:e}){const{state:t}=fe(),n=t.cells.find(r=>r.id===e);return n?s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ne[3],fontSize:ke.sm},children:[s.jsx(Xe,{label:"Type",children:n.type}),s.jsx(Xe,{label:"ID",children:s.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)"},children:n.id})}),s.jsxs(Xe,{label:"Length",children:[n.content.length," chars"]}),n.status&&s.jsx(Xe,{label:"Status",children:n.status})]}):s.jsx(ri,{children:"No matching cell in the active notebook."})}function hL({nodeId:e}){const[t,n]=S.useState(null),[r,o]=S.useState(!0);if(S.useEffect(()=>{let a=!1;return o(!0),z.fetchLineageNode(e).then(l=>{a||(n(l),o(!1))}).catch(()=>{a||o(!1)}),()=>{a=!0}},[e]),r)return s.jsx(ri,{children:"Loading node…"});if(!t||!t.node)return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ne[3]},children:[s.jsx(Xe,{label:"Node ID",children:s.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)"},children:e})}),s.jsx(ri,{children:"No metadata available for this node."})]});const i=t.node;return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ne[3]},children:[s.jsx(Xe,{label:"Name",children:i.name??e}),s.jsx(Xe,{label:"Type",children:i.type}),i.domain&&s.jsx(Xe,{label:"Domain",children:i.domain}),i.layer&&s.jsx(Xe,{label:"Layer",children:i.layer}),s.jsx(Xe,{label:"Upstream",children:t.incoming.length}),s.jsx(Xe,{label:"Downstream",children:t.outgoing.length}),i.path&&s.jsx(Xe,{label:"Path",children:s.jsx("code",{style:{fontFamily:"var(--dql-font-mono, monospace)",fontSize:ke.xs},children:i.path})})]})}function IL({name:e}){return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:Ne[3]},children:[s.jsx(Xe,{label:"Metric",children:e}),s.jsx(ri,{children:"Definition, dimensions, and governance surface will render here."})]})}function Xe({label:e,children:t}){return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[s.jsx("div",{style:{fontSize:ke.xs,color:pe("textMuted"),textTransform:"uppercase",letterSpacing:.5,fontWeight:Lc.medium},children:e}),s.jsx("div",{style:{fontSize:ke.sm,color:pe("textPrimary")},children:t})]})}function ri({children:e}){return s.jsx("div",{style:{fontSize:ke.sm,color:pe("textSecondary"),lineHeight:1.5,background:pe("surfaceSunken"),border:`1px solid ${pe("borderSubtle")}`,borderRadius:fn.md,padding:Ne[3]},children:e})}function NL(){return s.jsx("div",{style:{fontSize:ke.sm,color:pe("textMuted"),lineHeight:1.5},children:"Select a cell, lineage node, or metric to inspect its details here."})}const Kr={appBg:"--color-bg-primary",sidebarBg:"--color-bg-secondary",activityBarBg:"--color-bg-sunken",headerBg:"--color-bg-toolbar",headerBorder:"--color-border-primary",cellBg:"--color-bg-card",cellBorder:"--color-border-subtle",cellBorderActive:"--color-accent-blue",cellBorderRunning:"--color-status-success",textPrimary:"--color-text-primary",textSecondary:"--color-text-secondary",textMuted:"--color-text-tertiary",editorBg:"--color-bg-surface",editorBorder:"--color-border-subtle",tableBorder:"--color-border-subtle",tableHeaderBg:"--color-bg-secondary",tableRowHover:"--color-bg-hover",accent:"--color-accent-blue",accentHover:"--color-accent-blue",success:"--color-status-success",error:"--color-status-error",warning:"--color-status-warning",btnBg:"--color-bg-tertiary",btnBorder:"--color-border-primary",btnHover:"--color-bg-hover",sidebarItemHover:"--color-bg-hover",sidebarItemActive:"--color-bg-active",scrollbarThumb:"--color-border-secondary",modalBg:"--color-bg-secondary",modalOverlay:"--color-bg-overlay",inputBg:"--color-bg-sunken",inputBorder:"--color-border-subtle",pillBg:"--color-bg-tertiary",font:"--font-ui",fontMono:"--font-mono",fontSerif:"--font-ui"},gE={appBg:"#fbfaf7",sidebarBg:"#fbfaf7",activityBarBg:"#ffffff",headerBg:"#ffffff",headerBorder:"#e9e6e0",cellBg:"#ffffff",cellBorder:"#e9e6e0",cellBorderActive:"#6b5dd3",cellBorderRunning:"#2e8b57",textPrimary:"#1a1a1a",textSecondary:"#4a4a52",textMuted:"#8a8d96",editorBg:"#fbfaf7",editorBorder:"#e9e6e0",tableBorder:"#f0eee9",tableHeaderBg:"#faf9f7",tableRowHover:"#f3f0ea",accent:"#6b5dd3",accentHover:"#5c4fc2",success:"#2e8b57",error:"#c14545",warning:"#b26b1f",btnBg:"#ffffff",btnBorder:"#e9e6e0",btnHover:"#f3f0ea",sidebarItemHover:"#f3f0ea",sidebarItemActive:"#f3f0fb",scrollbarThumb:"#d9d5cc",modalBg:"#ffffff",modalOverlay:"rgba(26,26,26,0.40)",inputBg:"#fbfaf7",inputBorder:"#e9e6e0",pillBg:"#f3f0ea",font:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontMono:"'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Monaco, Consolas, monospace",fontSerif:"'Inter', -apple-system, BlinkMacSystemFont, sans-serif"};function CE(e){if(typeof document>"u")return gE[e];const t=Kr[e];return getComputedStyle(document.documentElement).getPropertyValue(t).trim()||gE[e]}function OL(){return new Proxy({},{get(e,t){if(typeof t=="string"&&t in Kr)return CE(t)},has(e,t){return typeof t=="string"&&t in Kr},ownKeys(){return Object.keys(Kr)},getOwnPropertyDescriptor(e,t){if(!(typeof t!="string"||!(t in Kr)))return{enumerable:!0,configurable:!0,value:CE(t)}}})}const Nn=OL(),se={obsidian:Nn,paper:Nn,white:Nn,dark:Nn,light:Nn,midnight:Nn,arctic:Nn};function rt(e,t="0 0 24 24"){return function({size:r=16,strokeWidth:o=1.75,...i}){return s.jsx("svg",{width:r,height:r,viewBox:t,fill:"none",stroke:"currentColor",strokeWidth:o,strokeLinecap:"round",strokeLinejoin:"round",...i,children:e})}}const Xp=rt(s.jsxs(s.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"8",height:"8",rx:"1.5"}),s.jsx("rect",{x:"13",y:"3",width:"8",height:"8",rx:"1.5"}),s.jsx("rect",{x:"3",y:"13",width:"8",height:"8",rx:"1.5"}),s.jsx("rect",{x:"13",y:"13",width:"8",height:"8",rx:"1.5"})]}));rt(s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M12 2l8 3v6c0 5-3.5 9-8 11-4.5-2-8-6-8-11V5l8-3z"}),s.jsx("path",{d:"M9 12l2 2 4-4"})]}));const mL=rt(s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"5",cy:"12",r:"2"}),s.jsx("circle",{cx:"19",cy:"5",r:"2"}),s.jsx("circle",{cx:"19",cy:"19",r:"2"}),s.jsx("path",{d:"M7 12l10-6M7 12l10 6"})]})),gL=rt(s.jsxs(s.Fragment,{children:[s.jsx("ellipse",{cx:"12",cy:"5",rx:"8",ry:"3"}),s.jsx("path",{d:"M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5"}),s.jsx("path",{d:"M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6"})]}));rt(s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M4 4h8a8 8 0 010 16H4z"}),s.jsx("path",{d:"M16 20l4 4"})]}));const CL=rt(s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M3 3v18h18"}),s.jsx("path",{d:"M7 15l4-4 4 4 5-7"})]})),xL=rt(s.jsxs(s.Fragment,{children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("path",{d:"M3 9h18M9 3v18"})]})),yL=rt(s.jsxs(s.Fragment,{children:[s.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"2"}),s.jsx("path",{d:"M8 12h8M12 8v8"})]})),LL=rt(s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M4 7h16M4 12h16M4 17h10"}),s.jsx("circle",{cx:"18",cy:"17",r:"2"})]})),_L=rt(s.jsx(s.Fragment,{children:s.jsx("path",{d:"M3 5h18l-7 9v5l-4-2v-3L3 5z"})}));rt(s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M4 4h10l6 6v10H4z"}),s.jsx("path",{d:"M14 4v6h6"}),s.jsx("path",{d:"M8 14l3 3 5-5"})]}));const bL=rt(s.jsx(s.Fragment,{children:s.jsx("path",{d:"M21 12a8 8 0 01-11.5 7.2L4 21l1.8-5.5A8 8 0 1121 12z"})})),Kp=44,zp=188,Jp="dql-activitybar-expanded";function DL(){var e;if(typeof window>"u")return!1;try{return((e=window.localStorage)==null?void 0:e.getItem(Jp))==="1"}catch{return!1}}function ML(e){var t;try{(t=window.localStorage)==null||t.setItem(Jp,e?"1":"0")}catch{}}function xE({title:e,icon:t,active:n,expanded:r,onClick:o,t:i}){const[a,l]=S.useState(!1),c=s.jsxs("button",{"aria-label":e,onClick:o,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{width:r?zp-12:Kp-8,height:32,display:"flex",alignItems:"center",justifyContent:r?"flex-start":"center",gap:10,padding:r?"0 10px":0,marginLeft:r?6:4,marginRight:r?6:4,background:n?i.accent+"1f":a?i.textPrimary+"0f":"transparent",border:"none",borderRadius:6,cursor:"pointer",color:n?i.accent:a?i.textPrimary:i.textSecondary,transition:"background 0.15s, color 0.15s",fontFamily:i.font,fontSize:13,fontWeight:n?500:400,textAlign:"left",overflow:"hidden",whiteSpace:"nowrap"},children:[s.jsx("span",{style:{display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,width:18,height:18},children:t}),r&&s.jsx("span",{style:{flex:1,textOverflow:"ellipsis",overflow:"hidden"},children:e})]});return r?c:s.jsx(AS,{content:e,side:"right",children:c})}function PL(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(DL);S.useEffect(()=>{ML(r)},[r]);function i(c){if(c==="lineage"){if(e.lineageFullscreen&&e.sidebarPanel==="lineage"&&e.sidebarOpen){t({type:"TOGGLE_LINEAGE_FULLSCREEN"}),t({type:"TOGGLE_SIDEBAR"});return}t({type:"SET_SIDEBAR_PANEL",panel:"lineage"}),t({type:"TOGGLE_LINEAGE_FULLSCREEN"});return}if(c==="connection"||c==="reference"||c==="git"||c==="apps"||c==="settings"){t({type:"SET_SIDEBAR_PANEL",panel:c});return}e.sidebarPanel===c&&e.sidebarOpen?t({type:"TOGGLE_SIDEBAR"}):t({type:"SET_SIDEBAR_PANEL",panel:c})}const a=[{key:"apps",title:"Apps",icon:s.jsx(Wy,{size:16,strokeWidth:1.75}),active:e.mainView==="apps"},{key:"files",title:"Notebooks",icon:s.jsx(Hp,{size:16,strokeWidth:1.75}),active:e.sidebarPanel==="files"&&e.sidebarOpen},{key:"schema",title:"Schema",icon:s.jsx(Gp,{size:16,strokeWidth:1.75}),active:e.sidebarPanel==="schema"&&e.sidebarOpen},{key:"block_library",title:"Block Library",icon:s.jsx(Xp,{size:16}),active:e.sidebarPanel==="block_library"&&e.sidebarOpen},{key:"lineage",title:"Lineage",icon:s.jsx(mL,{size:16}),active:e.lineageFullscreen},{key:"git",title:"Source control",icon:s.jsx(br,{size:16,strokeWidth:1.75}),active:e.mainView==="git"},{key:"connection",title:"Connections",icon:s.jsx(Yp,{size:16,strokeWidth:1.75}),active:e.mainView==="connection"}],l=[{key:"reference",title:"Reference",icon:s.jsx(Fp,{size:16,strokeWidth:1.75}),active:e.mainView==="reference",onClick:()=>i("reference")},{key:"help",title:"Help",icon:s.jsx(uy,{size:16,strokeWidth:1.75}),active:!1,onClick:()=>i("reference")},{key:"settings",title:"Settings",icon:s.jsx(nL,{size:16,strokeWidth:1.75}),active:e.mainView==="settings",onClick:()=>i("settings")}];return s.jsxs("div",{style:{width:r?zp:Kp,flexShrink:0,background:n.activityBarBg,borderRight:`1px solid ${n.headerBorder}`,display:"flex",flexDirection:"column",paddingTop:6,paddingBottom:6,gap:2,userSelect:"none",transition:"width 0.18s ease",overflow:"hidden"},children:[s.jsx("div",{style:{display:"flex",justifyContent:r?"flex-end":"center",paddingLeft:r?6:0,paddingRight:r?6:0,marginBottom:4},children:s.jsx(AS,{content:r?"Collapse":"Expand",side:"right",children:s.jsx("button",{"aria-label":r?"Collapse sidebar rail":"Expand sidebar rail",onClick:()=>o(c=>!c),style:{width:28,height:26,display:"flex",alignItems:"center",justifyContent:"center",background:"transparent",border:"none",borderRadius:5,cursor:"pointer",color:n.textMuted,padding:0},onMouseEnter:c=>{c.currentTarget.style.color=n.textPrimary,c.currentTarget.style.background=n.textPrimary+"0f"},onMouseLeave:c=>{c.currentTarget.style.color=n.textMuted,c.currentTarget.style.background="transparent"},children:r?s.jsx(ly,{size:14,strokeWidth:2}):s.jsx(dy,{size:14,strokeWidth:2})})})}),a.map(c=>s.jsx(xE,{title:c.title,icon:c.icon,active:c.active,expanded:r,onClick:()=>i(c.key),t:n},c.key)),s.jsx("div",{style:{flex:1}}),l.map(c=>s.jsx(xE,{title:c.title,icon:c.icon,active:c.active,expanded:r,onClick:c.onClick,t:n},c.key))]})}const ka={notebooks:"Notebooks",blocks:"Blocks",dashboards:"Dashboards"},vL={notebooks:!1,blocks:!1,dashboards:!0};function wL({type:e}){switch(e){case"notebook":return s.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"block":return s.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 s.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 UL({expanded:e}){return s.jsx("svg",{width:"13",height:"13",viewBox:"0 0 16 16",fill:"currentColor",children:e?s.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"}):s.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 tc(e){return e.name.replace(/\.(dqlnb|dql)$/,"")}function BL({onOpenFile:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState({notebooks:!0,blocks:!1,dashboards:!1}),[a,l]=S.useState(!1),c={notebooks:[],blocks:[],dashboards:[]};for(const u of t.files){const T=u.folder.toLowerCase();T in c&&c[T].push(u)}const d=u=>{i(T=>({...T,[u]:!T[u]}))},E=s.jsx("div",{style:{padding:"0 8px 8px"},children:s.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:[s.jsx("span",{style:{fontSize:16,lineHeight:1},children:"+"}),"New Notebook"]})});return s.jsxs(Gt,{title:"Files",bodyPadding:0,children:[E,t.filesLoading&&s.jsx("div",{style:{padding:"8px 14px",color:r.textMuted,fontSize:12,fontFamily:r.font},children:"Loading files…"}),Object.keys(ka).map(u=>{const T=c[u];if(vL[u]&&T.length===0)return null;const f=o[u],A=u==="notebooks"?()=>n({type:"OPEN_NEW_NOTEBOOK_MODAL"}):u==="blocks"?()=>n({type:"OPEN_NEW_BLOCK_MODAL"}):void 0;return s.jsxs("div",{children:[s.jsx(FL,{label:ka[u],count:T.length,expanded:f,onToggle:()=>d(u),onAdd:A,t:r}),f&&s.jsx("div",{children:T.length===0?s.jsxs("div",{style:{padding:"4px 14px 4px 32px",fontSize:12,color:r.textMuted,fontFamily:r.font,fontStyle:"italic"},children:["No ",ka[u].toLowerCase()]}):T.map(h=>{var p;return s.jsx(GL,{file:h,active:((p=t.activeFile)==null?void 0:p.path)===h.path,onClick:()=>e(h),onShowLineage:()=>n({type:"OPEN_LINEAGE_DRAWER",nodeId:tc(h)}),t:r},h.path)})})]},u)})]})}function FL({label:e,count:t,expanded:n,onToggle:r,onAdd:o,t:i}){const[a,l]=S.useState(!1),[c,d]=S.useState(!1);return s.jsxs("div",{onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{display:"flex",alignItems:"center",background:a?i.sidebarItemHover:"transparent",transition:"background 0.1s"},children:[s.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:i.textSecondary,fontSize:11,fontWeight:600,fontFamily:i.font,letterSpacing:"0.04em",textTransform:"uppercase",textAlign:"left"},children:[s.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:s.jsx("path",{d:"M3 2l4 3-4 3V2Z"})}),s.jsx(UL,{expanded:n}),s.jsx("span",{style:{flex:1},children:e}),t>0&&s.jsx("span",{style:{background:i.pillBg,color:i.textMuted,borderRadius:10,padding:"0 5px",fontSize:10,fontWeight:500},children:t})]}),o&&a&&s.jsx("button",{onClick:E=>{E.stopPropagation(),o()},onMouseEnter:()=>d(!0),onMouseLeave:()=>d(!1),title:`New ${e.slice(0,-1)}`,style:{background:c?i.btnHover:"transparent",border:"none",borderRadius:4,cursor:"pointer",color:c?i.accent:i.textMuted,fontSize:14,lineHeight:1,padding:"2px 8px",marginRight:4,flexShrink:0,transition:"color 0.1s"},children:"+"})]})}function GL({file:e,active:t,onClick:n,onShowLineage:r,t:o}){const[i,a]=S.useState(!1),[l,c]=S.useState(!1),d=e.type==="notebook"||e.type==="block"||e.type==="dashboard";return s.jsxs("div",{onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),style:{position:"relative",display:"flex",alignItems:"center",background:t?o.sidebarItemActive:i?o.sidebarItemHover:"transparent",borderLeft:t?`2px solid ${o.accent}`:"2px solid transparent",transition:"background 0.1s"},children:[s.jsxs("button",{onClick:n,style:{flex:1,minWidth:0,display:"flex",alignItems:"center",gap:6,padding:"4px 8px 4px 24px",background:"transparent",border:"none",cursor:"pointer",color:t||i?o.textPrimary:o.textSecondary,fontSize:13,fontFamily:o.font,textAlign:"left",transition:"color 0.1s",overflow:"hidden"},children:[s.jsx("span",{style:{flexShrink:0,color:t?o.accent:o.textMuted},children:s.jsx(wL,{type:e.type})}),s.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:tc(e)}),e.isNew&&s.jsx("span",{style:{fontSize:9,fontWeight:600,color:o.accent,background:o.sidebarItemActive,borderRadius:4,padding:"1px 4px",flexShrink:0},children:"NEW"})]}),i&&d&&r&&s.jsx("button",{onClick:E=>{E.stopPropagation(),r()},onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),"aria-label":`Show lineage for ${tc(e)}`,title:"Show lineage",style:{position:"absolute",right:6,top:"50%",transform:"translateY(-50%)",width:22,height:22,display:"inline-flex",alignItems:"center",justifyContent:"center",background:l?o.btnHover:"transparent",border:"none",borderRadius:4,color:l?o.accent:o.textMuted,cursor:"pointer"},children:s.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[s.jsx("circle",{cx:"6",cy:"6",r:"2.5"}),s.jsx("circle",{cx:"18",cy:"6",r:"2.5"}),s.jsx("circle",{cx:"12",cy:"18",r:"2.5"}),s.jsx("path",{d:"M6 8.5v2A2.5 2.5 0 0 0 8.5 13h7A2.5 2.5 0 0 0 18 10.5v-2"}),s.jsx("path",{d:"M12 13v2.5"})]})})]})}const kL={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 qp(e,t){const n=e.toLowerCase().split("(")[0].trim();return kL[n]??t}function HL({t:e}){return s.jsxs("div",{style:{padding:"8px 12px",display:"flex",flexDirection:"column",gap:8},children:[[1,2,3].map(t=>s.jsx("div",{style:{height:28,borderRadius:4,background:e.pillBg,opacity:.6,animation:"pulse 1.5s ease-in-out infinite"}},t)),s.jsx("style",{children:"@keyframes pulse { 0%,100%{opacity:.6} 50%{opacity:.3} }"})]})}function jL(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(!1),[i,a]=S.useState(""),l=async()=>{t({type:"SET_SCHEMA_LOADING",loading:!0});try{const A=await z.getSchema();t({type:"SET_SCHEMA",tables:A})}catch(A){console.error("Schema refresh failed:",A)}finally{t({type:"SET_SCHEMA_LOADING",loading:!1})}},c=S.useMemo(()=>{const A=i.trim().toLowerCase();return A?e.schemaTables.filter(h=>{const p=[h.name,h.path,h.objectType].filter(N=>!!N).some(N=>N.toLowerCase().includes(A)),R=h.columns.some(N=>N.name.toLowerCase().includes(A)||N.type.toLowerCase().includes(A));return p||R}):e.schemaTables},[i,e.schemaTables]),d=S.useMemo(()=>{const A=new Map;for(const h of c){const[p,...R]=h.name.split("."),N=R.length>0?p:h.source==="file"?"files":"default",I=A.get(N)??[];I.push(h),A.set(N,I)}return Array.from(A.entries()).sort((h,p)=>h[0].localeCompare(p[0]))},[c]),E={schemas:d.length,tables:e.schemaTables.length,columns:e.schemaTables.reduce((A,h)=>A+h.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"},T=s.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:[s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"]}),f=s.jsx(Do,{children:s.jsx("input",{value:i,onChange:A=>a(A.target.value),placeholder:"Search schemas, tables, columns...",style:{...u,flex:1,minWidth:100}})});return s.jsxs(Gt,{title:"Data Catalog",subtitle:"Schemas, tables, views, and columns from the active connection.",actions:T,toolbar:f,bodyPadding:0,children:[s.jsx(YL,{stats:E,t:n}),e.schemaLoading?s.jsx(HL,{t:n}):e.schemaTables.length===0?s.jsx(wt,{title:"No tables found",description:"Connect a data source to explore schema."}):c.length===0?s.jsx(wt,{title:"No matches",description:"No database objects match the current search."}):s.jsx("div",{style:{overflow:"auto",flex:1},children:d.map(([A,h])=>s.jsx(WL,{name:A,tables:h,defaultExpanded:d.length<=2||i.trim().length>0,t:n},A))})]})}function YL({stats:e,t}){return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:14,padding:"8px 12px",borderBottom:`1px solid ${t.headerBorder}`,fontSize:11,fontFamily:t.font,color:t.textMuted},children:[s.jsx(Ha,{label:"schemas",value:e.schemas,t}),s.jsx("span",{style:{color:t.headerBorder},children:"·"}),s.jsx(Ha,{label:"tables",value:e.tables,t}),s.jsx("span",{style:{color:t.headerBorder},children:"·"}),s.jsx(Ha,{label:"columns",value:e.columns,t})]})}function Ha({label:e,value:t,t:n}){return s.jsxs("span",{style:{display:"inline-flex",alignItems:"baseline",gap:4},children:[s.jsx("span",{style:{color:n.textPrimary,fontWeight:600,fontSize:12},children:t}),s.jsx("span",{children:e})]})}function WL({name:e,tables:t,defaultExpanded:n,t:r}){const[o,i]=S.useState(n),[a,l]=S.useState(!1);return s.jsxs("div",{children:[s.jsxs("button",{onClick:()=>i(c=>!c),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),"aria-expanded":o,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"6px 12px",background:a?r.sidebarItemHover:"transparent",border:"none",cursor:"pointer",color:r.textSecondary,fontSize:11,fontWeight:700,fontFamily:r.font,textTransform:"uppercase",letterSpacing:"0.05em",textAlign:"left",transition:"background 0.1s",position:"sticky",top:0,zIndex:1,backdropFilter:"blur(6px)"},children:[s.jsx("svg",{width:"9",height:"9",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:o?"rotate(90deg)":"rotate(0deg)",transition:"transform 0.15s",color:r.textMuted,flexShrink:0},children:s.jsx("path",{d:"M3 2l4 3-4 3V2Z"})}),s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",style:{color:r.textMuted,flexShrink:0},children:s.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"})}),s.jsx("span",{style:{flex:1},children:e}),s.jsx("span",{style:{background:r.pillBg,color:r.textMuted,borderRadius:10,padding:"0 6px",fontSize:10,fontWeight:500},children:t.length})]}),o&&t.map(c=>s.jsx(VL,{table:c,t:r},c.name))]})}function VL({table:e,t}){var u,T;const{dispatch:n}=fe(),[r,o]=S.useState(!1),[i,a]=S.useState(!1),l=async()=>{if(n({type:"TOGGLE_SCHEMA_TABLE",tableName:e.name}),!e.expanded&&e.columns.length===0){a(!0);try{const f=await z.describeTable(e.path);f.length>0&&n({type:"SET_TABLE_COLUMNS",tableName:e.name,columns:f})}catch(f){console.error("describeTable failed:",f)}finally{a(!1)}}},c=((u=e.objectType)==null?void 0:u.toLowerCase().includes("view"))??!1,d=c?"view":"table",E=c?"#d2a8ff":t.accent;return s.jsxs("div",{children:[s.jsxs("button",{onMouseEnter:()=>o(!0),onMouseLeave:()=>o(!1),onClick:l,style:{width:"100%",display:"flex",alignItems:"center",gap:7,padding:"6px 12px 6px 22px",background:r?t.sidebarItemHover:"transparent",border:"none",cursor:"pointer",color:t.textPrimary,fontSize:12.5,fontFamily:t.font,fontWeight:500,textAlign:"left",transition:"background 0.1s"},children:[s.jsx("svg",{width:"9",height:"9",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:s.jsx("path",{d:"M3 2l4 3-4 3V2Z"})}),c?s.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:E,flexShrink:0},children:[s.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12z"}),s.jsx("circle",{cx:"12",cy:"12",r:"3"})]}):s.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:E,flexShrink:0},children:[s.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),s.jsx("path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}),s.jsx("path",{d:"M3 12a9 3 0 0 0 18 0"})]}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name.includes(".")?e.name.split(".").slice(1).join("."):e.name}),s.jsx("span",{style:{fontSize:9,fontFamily:t.fontMono,color:E,background:`${E}1f`,borderRadius:3,padding:"1px 5px",flexShrink:0,fontWeight:600,letterSpacing:"0.04em"},children:d}),((T=e.governance)==null?void 0:T.status)&&s.jsx(zL,{status:e.governance.status,t}),e.columns.length>0&&s.jsx("span",{style:{fontSize:10,color:t.textMuted,background:t.pillBg,borderRadius:8,padding:"1px 6px",flexShrink:0,fontVariantNumeric:"tabular-nums"},title:`${e.columns.length} columns`,children:e.columns.length})]}),e.expanded&&s.jsxs("div",{style:{paddingLeft:26},children:[e.governance&&(e.governance.owner||e.governance.domain)&&s.jsxs("div",{style:{padding:"3px 10px",display:"flex",gap:8,flexWrap:"wrap"},children:[e.governance.domain&&s.jsxs("span",{style:{fontSize:9,fontFamily:t.font,color:t.textMuted},children:[s.jsx("span",{style:{fontWeight:600},children:"domain:"})," ",e.governance.domain]}),e.governance.owner&&s.jsxs("span",{style:{fontSize:9,fontFamily:t.font,color:t.textMuted},children:[s.jsx("span",{style:{fontWeight:600},children:"owner:"})," ",e.governance.owner]})]}),i?s.jsx("div",{style:{padding:"4px 10px",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:"..."}):e.columns.length===0?s.jsx("div",{style:{padding:"4px 10px",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:"No columns"}):e.columns.map(f=>s.jsx($L,{col:f,t},f.name))]})]})}function $L({col:e,t}){const[n,r]=S.useState(!1),[o,i]=S.useState(!1),a=qp(e.type,t.accent),l=async c=>{c.stopPropagation();try{await navigator.clipboard.writeText(e.name),i(!0),setTimeout(()=>i(!1),1200)}catch{}};return s.jsxs("div",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),style:{display:"flex",alignItems:"center",gap:8,padding:"4px 12px 4px 44px",background:n?t.sidebarItemHover:"transparent",cursor:"default",transition:"background 0.1s"},children:[s.jsx("span",{"aria-hidden":!0,style:{flexShrink:0,width:14,height:14,display:"inline-flex",alignItems:"center",justifyContent:"center",borderRadius:3,background:`${a}1a`,color:a,fontFamily:t.fontMono,fontSize:9,fontWeight:700,letterSpacing:0},title:e.type,children:XL(e.type)}),s.jsx("span",{style:{flex:1,fontSize:11.5,fontFamily:t.fontMono,color:t.textSecondary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.name,children:e.name}),s.jsx("span",{style:{fontSize:10,fontFamily:t.fontMono,color:a,background:`${a}1a`,borderRadius:3,padding:"1px 5px",flexShrink:0,fontWeight:500},children:e.type.toLowerCase()}),n&&s.jsx("button",{onClick:l,"aria-label":`Copy column name ${e.name}`,title:o?"Copied!":"Copy column name",style:{flexShrink:0,width:20,height:20,display:"inline-flex",alignItems:"center",justifyContent:"center",background:"transparent",border:"none",borderRadius:3,color:o?"#56d364":t.textMuted,cursor:"pointer"},children:o?s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:s.jsx("polyline",{points:"20 6 9 17 4 12"})}):s.jsxs("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[s.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2"}),s.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]})})]})}function XL(e){const t=e.toLowerCase();return/(int|long|short|byte|number|numeric|decimal|float|double|real)/.test(t)?"#":/(bool)/.test(t)?"B":/(date|time|timestamp)/.test(t)?"⌚":/(json|map|struct|object|variant)/.test(t)?"{}":/(array|list)/.test(t)?"[]":/(uuid|guid)/.test(t)?"U":/(char|text|string|varchar)/.test(t)?"A":"·"}const KL={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 zL({status:e,t}){const n=KL[e];return n?s.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 At=(e,t)=>`https://cdn.simpleicons.org/${e}/${t}`,zn=(e,t)=>`https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/${e}/${e}-${t}.svg`,JL={duckdb:[At("duckdb","FFF000")],file:[At("duckdb","FFF000")],postgres:[At("postgresql","4169E1")],mysql:[At("mysql","4479A1"),zn("mysql","original")],sqlite:[At("sqlite","003B57"),zn("sqlite","original")],mssql:[zn("microsoftsqlserver","original")],redshift:[],snowflake:[At("snowflake","29B5E8")],bigquery:[At("googlebigquery","4285F4"),zn("googlecloud","plain")],databricks:[At("databricks","FF3621")],clickhouse:[At("clickhouse","FFCC01")],trino:[At("trino","DD00A1")],athena:[zn("amazonwebservices","plain-wordmark")],fabric:[zn("azure","original")]},qL={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"};function QL({size:e,color:t}){return s.jsx("span",{"aria-hidden":!0,style:{width:e,height:e,borderRadius:3,background:t,flexShrink:0,display:"inline-block"}})}function ja({driver:e,size:t=16,fallbackColor:n}){const r=JL[e]??[],o=n??qL[e]??"#888",[i,a]=S.useState(0);return r.length===0||i>=r.length?s.jsx(QL,{size:t,color:o}):s.jsx("img",{src:r[i],alt:`${e} logo`,width:t,height:t,loading:"lazy",onError:()=>a(i+1),style:{flexShrink:0,display:"block",objectFit:"contain"}})}const nc={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"},yE={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"},ZL={duckdb:"In-process analytical database",file:"Local CSV / Parquet via DuckDB",postgres:"Open-source relational warehouse",bigquery:"Google Cloud serverless warehouse",snowflake:"Cloud data platform",sqlite:"Embedded SQL database",mysql:"Open-source relational database",mssql:"Microsoft SQL Server",redshift:"AWS cloud data warehouse",databricks:"Lakehouse platform",clickhouse:"Columnar OLAP database",athena:"AWS serverless S3 query engine",trino:"Distributed SQL query engine",fabric:"Microsoft unified analytics"},e_={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"]},t_=[{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 Qp(){const{state:e}=fe(),t=se[e.themeMode],[n,r]=S.useState(null),[o,i]=S.useState(!1),[a,l]=S.useState(null),[c,d]=S.useState(null),[E,u]=S.useState(!1),[T,f]=S.useState(!1),[A,h]=S.useState(null),[p,R]=S.useState(""),[N,I]=S.useState("duckdb"),[O,C]=S.useState({});S.useEffect(()=>{z.getConnections().then(P=>{r(P),Object.keys(P.connections).length>0&&z.testConnection().then(l)})},[]);const m=async()=>{i(!0),l(null);const P=await z.testConnection();l(P),i(!1)},g=(P,v)=>{d(P),u(!1),R(P),I((v==null?void 0:v.driver)??"duckdb");const M={};Object.entries(v??{}).forEach(([y,U])=>{y!=="driver"&&y!=="type"&&(M[y]=String(U??""))}),C(M)},L=()=>{u(!0),d(null),R(""),I("duckdb"),C({})},x=()=>{d(null),u(!1)},D=async()=>{if(!n)return;f(!0),h(null);const P=p.trim()||(c??"default"),v={driver:N};Object.entries(O).forEach(([y,U])=>{U.trim()&&(y==="port"&&!isNaN(Number(U))?v[y]=Number(U):v[y]=U)});const M={...n.connections};c&&c!==P&&delete M[c],M[P]=v;try{await z.saveConnections(M);const y=await z.getConnections();r(y),h("Saved"),setTimeout(()=>h(null),2e3),d(null),u(!1);try{i(!0);const U=await z.testConnection();l(U)}catch{}finally{i(!1)}}catch(y){h(`Error: ${y.message}`)}finally{f(!1)}},b=async P=>{if(!n)return;const v={...n.connections};delete v[P],f(!0);try{await z.saveConnections(v);const M=await z.getConnections();r(M),d(null)}finally{f(!1)}},w={fontSize:10,fontWeight:600,letterSpacing:"0.07em",textTransform:"uppercase",color:t.textMuted,fontFamily:t.font,marginBottom:6},B={background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:7,padding:"10px 12px",marginBottom:10},_=(n==null?void 0:n.connections)??{},F=(n==null?void 0:n.default)??"";return s.jsxs(Gt,{title:"Connections",bodyPadding:12,children:[s.jsx("div",{style:w,children:"Connections"}),n===null?s.jsx("div",{style:{fontSize:12,color:t.textMuted,fontFamily:t.font},children:"Loading…"}):Object.entries(_).map(([P,v])=>{const M=(v==null?void 0:v.driver)??(v==null?void 0:v.type)??"unknown",y=P===F||Object.keys(_).length===1,U=yE[M]??t.accent;return c===P?s.jsx(LE,{t,editName:p,setEditName:R,editDriver:N,setEditDriver:I,editFields:O,setEditFields:C,onSave:D,onCancel:x,onDelete:()=>b(P),saving:T,isNew:!1},P):s.jsxs("div",{style:{...B,borderLeft:y?`3px solid ${U}`:`1px solid ${t.cellBorder}`},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:6},children:[s.jsx(ja,{driver:M,size:18,fallbackColor:U}),s.jsx("span",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:nc[M]??M}),s.jsx("span",{style:{fontSize:11,fontFamily:t.fontMono,color:t.textMuted},children:P}),y&&(a==null?void 0:a.ok)&&s.jsx("span",{title:"Connected","aria-label":"Connected",style:{width:7,height:7,borderRadius:"50%",background:t.success,flexShrink:0,boxShadow:`0 0 0 2px ${t.success}25`}}),y&&a&&!a.ok&&s.jsx("span",{title:a.message,"aria-label":"Disconnected",style:{width:7,height:7,borderRadius:"50%",background:t.error,flexShrink:0,boxShadow:`0 0 0 2px ${t.error}25`}}),y&&s.jsx("span",{style:{fontSize:9,color:t.accent,fontFamily:t.font,fontWeight:600,letterSpacing:"0.05em"},children:"DEFAULT"}),s.jsx("div",{style:{flex:1}}),s.jsx("button",{onClick:()=>g(P,v),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"})]}),s.jsx("div",{style:{display:"flex",flexDirection:"column",gap:3},children:Object.entries(v??{}).filter(([G])=>G!=="driver"&&G!=="type").map(([G,H])=>s.jsxs("div",{style:{display:"flex",gap:6,alignItems:"baseline"},children:[s.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.fontMono,minWidth:70,flexShrink:0},children:G}),s.jsx("span",{style:{fontSize:11,color:t.textSecondary,fontFamily:t.fontMono,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:G.toLowerCase().includes("password")||G.toLowerCase().includes("token")?"••••••••":String(H)})]},G))})]},P)}),!E&&!c&&Object.keys(_).length===0&&s.jsxs(s.Fragment,{children:[s.jsx("div",{style:{...w,marginTop:8},children:"Quick Connect"}),s.jsx("div",{style:{display:"grid",gap:6,marginBottom:12},children:t_.map(P=>s.jsxs("button",{onClick:async()=>{f(!0);try{const v={..._,[P.name]:P.config};await z.saveConnections(v);const M=await z.getConnections();r(M),i(!0);const y=await z.testConnection();l(y),i(!1)}finally{f(!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:[s.jsx(ja,{driver:P.config.driver,size:18}),s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:P.label}),s.jsx("div",{style:{fontSize:10,color:t.textMuted,fontFamily:t.font},children:P.description})]})]},P.name))})]}),E?s.jsx(LE,{t,editName:p,setEditName:R,editDriver:N,setEditDriver:I,editFields:O,setEditFields:C,onSave:D,onCancel:x,saving:T,isNew:!0}):s.jsxs("button",{onClick:L,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:[s.jsx("span",{style:{fontSize:16,lineHeight:1},children:"+"}),"Add Connection"]}),A&&s.jsx("div",{style:{fontSize:11,fontFamily:t.font,padding:"4px 10px",borderRadius:4,marginBottom:8,color:A.startsWith("Error")?t.error:t.success,background:A.startsWith("Error")?`${t.error}12`:`${t.success}12`},children:A}),s.jsx("button",{onClick:m,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&&s.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]}),s.jsx("div",{style:{...w,marginTop:4},children:"Catalog"}),s.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(160px, 1fr))",gap:8,marginBottom:12},children:Object.entries(nc).map(([P,v])=>{const M=yE[P]??t.accent,y=ZL[P]??"";return s.jsxs("div",{style:{background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:8,padding:"10px 12px",display:"flex",flexDirection:"column",gap:4,minHeight:76,position:"relative",transition:"border-color 0.15s"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.jsx(ja,{driver:P,size:18,fallbackColor:M}),s.jsx("span",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:v})]}),s.jsx("div",{style:{fontSize:10,color:t.textMuted,fontFamily:t.font,lineHeight:1.35},children:y}),s.jsx("code",{style:{fontSize:9,color:t.textMuted,fontFamily:t.fontMono,marginTop:"auto"},children:P})]},P)})})]})}function LE({t:e,editName:t,setEditName:n,editDriver:r,setEditDriver:o,editFields:i,setEditFields:a,onSave:l,onCancel:c,onDelete:d,saving:E,isNew:u}){const T=e_[r]??[],f={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%"},A={fontSize:9,fontWeight:600,color:e.textMuted,fontFamily:e.font,letterSpacing:"0.05em",textTransform:"uppercase",marginBottom:2};return s.jsxs("div",{style:{background:e.cellBg,border:`1px solid ${e.accent}40`,borderRadius:7,padding:"10px 12px",marginBottom:10},children:[s.jsx("div",{style:{fontSize:11,fontWeight:600,color:e.accent,fontFamily:e.font,marginBottom:8},children:u?"New Connection":"Edit Connection"}),s.jsxs("div",{style:{marginBottom:6},children:[s.jsx("div",{style:A,children:"Name"}),s.jsx("input",{style:f,value:t,onChange:h=>n(h.target.value),placeholder:"e.g. production"})]}),s.jsxs("div",{style:{marginBottom:6},children:[s.jsx("div",{style:A,children:"Driver"}),s.jsx("select",{style:{...f,fontFamily:e.font},value:r,onChange:h=>{o(h.target.value),a({})},children:Object.entries(nc).map(([h,p])=>s.jsx("option",{value:h,children:p},h))})]}),T.map(h=>s.jsxs("div",{style:{marginBottom:6},children:[s.jsx("div",{style:A,children:h}),s.jsx("input",{style:f,type:h.toLowerCase().includes("password")||h.toLowerCase().includes("token")?"password":"text",value:i[h]??"",placeholder:h==="port"?"5432":h==="filepath"?":memory:":"",onChange:p=>a({...i,[h]:p.target.value})})]},h)),s.jsxs("div",{style:{display:"flex",gap:6,marginTop:8},children:[s.jsx("button",{onClick:l,disabled:E,style:{flex:1,padding:"5px 0",borderRadius:5,border:"none",background:e.accent,color:"#fff",fontSize:11,fontFamily:e.font,fontWeight:600,cursor:E?"not-allowed":"pointer",opacity:E?.6:1},children:E?"Saving…":"Save"}),s.jsx("button",{onClick:c,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"}),d&&!u&&s.jsx("button",{onClick:d,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 bt({title:e,defaultOpen:t=!1,children:n,t:r}){const[o,i]=S.useState(t),[a,l]=S.useState(!1);return s.jsxs("div",{style:{borderBottom:`1px solid ${r.headerBorder}`},children:[s.jsxs("button",{onClick:()=>i(c=>!c),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:[s.jsx("span",{style:{fontSize:9,color:r.textMuted,display:"inline-block",transition:"transform 0.15s",transform:o?"rotate(90deg)":"rotate(0deg)",lineHeight:1},children:"▶"}),s.jsx("span",{style:{fontSize:11,fontWeight:600,fontFamily:r.font,color:r.textSecondary,letterSpacing:"0.04em"},children:e})]}),o&&s.jsx("div",{style:{padding:"4px 12px 10px"},children:n})]})}function n_({code:e,t}){const[n,r]=S.useState(!1);async function o(){try{await navigator.clipboard.writeText(e)}catch{const i=document.createElement("textarea");i.value=e,document.body.appendChild(i),i.select(),document.execCommand("copy"),document.body.removeChild(i)}r(!0),setTimeout(()=>r(!1),1500)}return s.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 we({code:e,t}){return s.jsxs("div",{style:{position:"relative",marginTop:6},children:[s.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}),s.jsx(n_,{code:e,t})]})}function _E({rows:e,t}){return s.jsx("table",{style:{width:"100%",borderCollapse:"collapse",fontSize:11,fontFamily:t.font,marginTop:6},children:s.jsx("tbody",{children:e.map(([n,r],o)=>s.jsxs("tr",{style:{borderBottom:`1px solid ${t.tableBorder}`},children:[s.jsx("td",{style:{padding:"5px 6px 5px 0",fontFamily:t.fontMono,fontSize:11,color:t.accent,whiteSpace:"nowrap",verticalAlign:"top",width:"45%"},children:n}),s.jsx("td",{style:{padding:"5px 0",color:t.textSecondary,verticalAlign:"top",lineHeight:1.5},children:r})]},o))})})}const r_=`block "Revenue by Channel" {
304
- domain = "revenue"
305
- type = "custom"
306
- description = "Revenue grouped by sales channel"
307
- owner = "data-team"
308
- tags = ["revenue"]
309
-
310
- params {
311
- period = "current_quarter"
312
- }
313
-
314
- query = """
315
- SELECT channel,
316
- SUM(order_total) AS revenue
317
- FROM read_csv_auto('data/orders.csv')
318
- WHERE fiscal_period = \${period}
319
- GROUP BY channel
320
- ORDER BY revenue DESC
321
- """
322
-
323
- visualization {
324
- chart = "bar"
325
- x = channel
326
- y = revenue
327
- }
328
-
329
- tests {
330
- assert row_count > 0
331
- }
332
- }`,o_=`# semantic-layer/metrics/total_revenue.yaml
333
- name: total_revenue
334
- label: Total Revenue
335
- description: Sum of all recognized revenue.
336
- domain: finance
337
- sql: SUM(amount)
338
- type: sum # sum|count|count_distinct|avg|min|max|custom
339
- table: fct_revenue
340
- tags:
341
- - revenue
342
- - kpi`,s_=`# semantic-layer/dimensions/segment.yaml
343
- name: segment
344
- label: Customer Segment
345
- description: Customer segment tier.
346
- sql: segment_tier
347
- type: string # string|number|date|boolean
348
- table: fct_revenue`,i_=`# semantic-layer/hierarchies/time.yaml
349
- name: fiscal_time
350
- label: Fiscal Time
351
- description: Drill from year to quarter.
352
- domain: finance
353
- levels:
354
- - name: fiscal_year
355
- dimension: fiscal_year
356
- order: 1
357
- - name: fiscal_quarter
358
- dimension: fiscal_quarter
359
- order: 2
360
- defaultRollup: sum`,a_=`# semantic-layer/cubes/revenue_cube.yaml
361
- name: revenue
362
- label: Revenue Cube
363
- table: fct_revenue
364
- domain: finance
365
-
366
- measures:
367
- - name: total_revenue
368
- sql: SUM(amount)
369
- type: sum
370
- - name: deal_count
371
- sql: COUNT(*)
372
- type: count
373
-
374
- dimensions:
375
- - name: segment_tier
376
- sql: segment_tier
377
- type: string
378
-
379
- time_dimensions:
380
- - name: recognized_at
381
- sql: recognized_at
382
- primary_time: true
383
- granularities: [day, month, quarter, year]
384
-
385
- joins:
386
- - name: customers
387
- type: left
388
- sql: "\${left}.customer_id = \${right}.id"`,l_=`{
389
- "semanticLayer": {
390
- "provider": "dql"
391
- }
392
- }`,c_=`{
393
- "semanticLayer": {
394
- "provider": "dbt",
395
- "projectPath": "/path/to/your/dbt-project"
396
- }
397
- }`,d_=`{
398
- "semanticLayer": {
399
- "provider": "cubejs",
400
- "projectPath": "/path/to/your/cube-project"
401
- }
402
- }`,E_=`{
403
- "defaultConnection": {
404
- "driver": "file",
405
- "filepath": ":memory:"
406
- }
407
- }`,u_=`{
408
- "defaultConnection": {
409
- "driver": "snowflake",
410
- "account": "acme.snowflakecomputing.com",
411
- "username": "your_user",
412
- "password": "\${SNOWFLAKE_PASSWORD}",
413
- "database": "ANALYTICS",
414
- "schema": "PUBLIC",
415
- "warehouse": "COMPUTE_WH",
416
- "role": "ANALYST"
417
- }
418
- }`,T_=`{
419
- "defaultConnection": {
420
- "driver": "bigquery",
421
- "project": "your-gcp-project-id",
422
- "dataset": "analytics",
423
- "keyFilename": "./service-account.json"
424
- }
425
- }`,f_=`{
426
- "defaultConnection": {
427
- "driver": "postgres",
428
- "host": "localhost",
429
- "port": 5432,
430
- "database": "analytics",
431
- "username": "your_user",
432
- "password": "\${POSTGRES_PASSWORD}"
433
- }
434
- }`,S_=`-- Primary workflow: use Compose Query in the Semantic Layer panel
435
- -- 1. Pick metrics + dimensions (+ optional time dimension)
436
- -- 2. Click "Compose SQL"
437
- -- 3. Click "+ Insert as Cell" → edit and run
438
-
439
- -- Advanced: reference metrics inline in any SQL cell
440
- -- DQL resolves @metric() and @dim() at query time
441
- SELECT
442
- @dim(segment_tier),
443
- @metric(total_revenue)
444
- FROM fct_revenue
445
- GROUP BY @dim(segment_tier)
446
- ORDER BY @metric(total_revenue) DESC`,p_=`{
447
- "semanticLayer": {
448
- "provider": "snowflake",
449
- "projectPath": "MY_DATABASE"
450
- }
451
- }`;function Zp({themeMode:e}){const t=se[e];return s.jsxs(Gt,{title:"Reference",subtitle:"Quick syntax, operators, and cell reference.",bodyPadding:0,children:[s.jsx(bt,{title:"SQL Essentials",defaultOpen:!0,t,children:s.jsx(we,{t,code:`-- Basic select
452
- SELECT col1, col2
453
- FROM table_name
454
- WHERE condition
455
- ORDER BY col1 DESC
456
- LIMIT 100
457
-
458
- -- GROUP BY
459
- SELECT col, COUNT(*), SUM(val)
460
- FROM table_name
461
- GROUP BY col
462
-
463
- -- JOIN
464
- SELECT a.*, b.col
465
- FROM table_a AS a
466
- JOIN table_b AS b ON a.id = b.id
467
-
468
- -- CTE (WITH)
469
- WITH cte AS (
470
- SELECT * FROM table_name WHERE val > 0
471
- )
472
- SELECT * FROM cte
473
-
474
- -- Window function
475
- SELECT *,
476
- ROW_NUMBER() OVER (
477
- PARTITION BY group_col
478
- ORDER BY val DESC
479
- ) AS rank
480
- FROM table_name`})}),s.jsx(bt,{title:"DuckDB Functions",defaultOpen:!1,t,children:s.jsx(_E,{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"]]})}),s.jsxs(bt,{title:"DQL Block Structure",defaultOpen:!0,t,children:[s.jsx(we,{t,code:r_}),s.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.6},children:["Run ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql certify <file> --connection duckdb"})," to execute ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"tests {}"})," assertions against live data. Use ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"--skip-tests"})," to check governance fields only."]})]}),s.jsxs(bt,{title:"DQL Chart Types",defaultOpen:!1,t,children:[s.jsx(_E,{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)"]]}),s.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.6},children:["Set chart type inside the"," ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:'visualization { chart = "pie"; x = label_col; y = value_col }'})," ","block."]})]}),s.jsxs(bt,{title:"Semantic Layer Usage",defaultOpen:!1,t,children:[s.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:6},children:["Primary workflow: open the ",s.jsx("strong",{children:"Semantic Layer"})," panel → Compose Query → pick metrics and dimensions → Compose SQL → + Insert as Cell. Advanced: use ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"@metric(name)"})," and ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"@dim(name)"})," refs directly in any SQL cell."]}),s.jsx(we,{t,code:S_})]}),s.jsxs(bt,{title:"Semantic Layer",defaultOpen:!1,t,children:[s.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"," ",s.jsx("strong",{style:{color:t.textPrimary},children:"Semantic Layer"})," sidebar panel."]}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"10px 0 4px",letterSpacing:"0.03em"},children:"Directory Structure"}),s.jsx(we,{t,code:`my-project/
481
- ├── dql.config.json
482
- └── semantic-layer/
483
- ├── metrics/ ← one YAML per metric
484
- ├── dimensions/ ← one YAML per dimension
485
- ├── hierarchies/ ← optional drill paths
486
- └── cubes/ ← optional (groups all into one)`}),s.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:[s.jsx("strong",{style:{color:t.textPrimary},children:"Recommended:"})," For multi-table projects, use a ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"cubes/"})," file — it keeps metrics, dimensions, and joins together. Use standalone ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"metrics/"})," and ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dimensions/"})," files only for simple single-table projects."]}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Metric YAML"}),s.jsx(we,{t,code:o_}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Dimension YAML"}),s.jsx(we,{t,code:s_}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Hierarchy YAML"}),s.jsx(we,{t,code:i_}),s.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)"}),s.jsx(we,{t,code:a_})]}),s.jsxs(bt,{title:"Semantic Layer Providers",defaultOpen:!1,t,children:[s.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Add to your ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql.config.json"})," to connect a semantic layer provider."]}),s.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/)"}),s.jsx(we,{t,code:l_}),s.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)"}),s.jsx(we,{t,code:c_}),s.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 ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dbt_project.yml"}),"). Reads ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"semantic_models"})," and"," ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"metrics"})," blocks (dbt 1.6+)."]}),s.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/)"}),s.jsx(we,{t,code:d_}),s.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"," ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"cubes:"})," blocks from YAML schema files."]}),s.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)"}),s.jsx(we,{t,code:p_}),s.jsxs("div",{style:{marginTop:4,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Introspects Snowflake semantic views via"," ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"SHOW SEMANTIC VIEWS"}),". Set ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"projectPath"})," to your database name to scope discovery. Requires a Snowflake connection in ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"defaultConnection"}),"."]})]}),s.jsxs(bt,{title:"Connection Setup",defaultOpen:!1,t,children:[s.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Configure ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"defaultConnection"})," in"," ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"dql.config.json"}),"."]}),s.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)"}),s.jsx(we,{t,code:E_}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"Snowflake"}),s.jsx(we,{t,code:u_}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"BigQuery"}),s.jsx(we,{t,code:T_}),s.jsx("div",{style:{fontSize:11,fontWeight:600,color:t.textSecondary,fontFamily:t.font,margin:"12px 0 4px",letterSpacing:"0.03em"},children:"PostgreSQL"}),s.jsx(we,{t,code:f_}),s.jsxs("div",{style:{marginTop:8,fontSize:11,color:t.textMuted,fontFamily:t.font,lineHeight:1.5},children:["Use ",s.jsxs("code",{style:{fontFamily:t.fontMono,fontSize:10},children:["$","${ENV_VAR}"]})," syntax for secrets. Run ",s.jsx("code",{style:{fontFamily:t.fontMono,fontSize:10},children:"dql doctor"})," to verify your connection."]})]}),s.jsxs(bt,{title:"Variable References",defaultOpen:!1,t,children:[s.jsxs("div",{style:{fontSize:12,color:t.textSecondary,lineHeight:1.7,fontFamily:t.font,marginBottom:8},children:["Use"," ",s.jsx("code",{style:{fontFamily:t.fontMono,color:t.accent,fontSize:11},children:"{{cell_name}}"})," ","to reference other cells:",s.jsxs("ul",{style:{margin:"6px 0 0",paddingLeft:18},children:[s.jsxs("li",{children:[s.jsx("strong",{children:"Param cell"})," → substituted as a SQL literal value"]}),s.jsxs("li",{children:[s.jsx("strong",{children:"SQL cell"})," → injected as a CTE"]})]})]}),s.jsx(we,{t,code:`-- Param cell named "start_date" holds '2024-01-01'
487
- SELECT *
488
- FROM read_csv_auto('data/sales.csv')
489
- WHERE date >= {{start_date}}
490
-
491
- -- SQL cell named "base_query" used as CTE
492
- SELECT segment, SUM(revenue) AS total
493
- FROM {{base_query}}
494
- 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"},Vi={source_table:"TBL",dbt_model:"DBT",dbt_source:"SRC",block:"BLK",metric:"MET",dimension:"DIM",domain:"DOM",chart:"CHT",dashboard:"DASH"},$i={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"},Zr={reads_from:"#8b949e",feeds_into:"#56d364",aggregates:"#388bfd",visualizes:"#f778ba",depends_on:"#ff7b72",contains:"#d2a8ff",crosses_domain:"#d2a8ff"},R_={reads_from:"reads from",feeds_into:"feeds into",aggregates:"aggregates into",visualizes:"visualizes",depends_on:"dbt depends on",contains:"contains",crosses_domain:"crosses domain"},A_={source:"#79c0ff",transform:"#ff7b72",answer:"#56d364",consumption:"#d2a8ff"},bE={source:"Sources",transform:"Transform",answer:"Answer",consumption:"Consumption"},oi=["source","transform","answer","consumption"];function od(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 h_({type:e}){const t=Be[e]??"#8b949e";return s.jsx("span",{style:{color:t,fontSize:10,fontWeight:700,textTransform:"uppercase",minWidth:34},title:$i[e]??e,children:Vi[e]??e.slice(0,4).toUpperCase()})}function I_({value:e,onChange:t,placeholder:n,t:r}){return s.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 eR({node:e,t,onClick:n,secondary:r}){return s.jsxs("button",{onClick:n,style:{width:"100%",textAlign:"left",background:"transparent",border:"none",borderRadius:6,padding:"6px 8px",cursor:"pointer",color:t.textPrimary},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx(h_,{type:e.type}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12},title:e.name,children:e.name})]}),(r||e.domain)&&s.jsx("div",{style:{marginLeft:40,marginTop:2,color:t.textMuted,fontSize:11},children:r??e.domain})]})}const N_=30,Ya=200;function On({title:e,nodes:t,t:n,onSelect:r}){const o=t.length>N_,[i,a]=S.useState(!o),[l,c]=S.useState(Ya);if(t.length===0)return null;const d=i?Math.min(l,t.length):0,E=Math.max(0,t.length-d);return s.jsxs("div",{style:{padding:"8px 0",borderTop:`1px solid ${n.headerBorder}`},children:[s.jsxs("button",{onClick:()=>a(u=>!u),"aria-expanded":i,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:[s.jsx("span",{style:{display:"inline-block",width:10},children:i?"▾":"▸"}),s.jsx("span",{children:e}),s.jsx("span",{style:{marginLeft:"auto",fontWeight:500},children:t.length})]}),i&&t.slice(0,d).map(u=>s.jsx(eR,{node:u,t:n,onClick:()=>r(u)},u.id)),i&&E>0&&s.jsxs("button",{onClick:()=>c(u=>u+Ya),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(Ya,E)," more (",E," hidden)"]})]})}function O_(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(!0),[i,a]=S.useState([]),[,l]=S.useState([]),[c,d]=S.useState(""),[E,u]=S.useState([]),T=S.useCallback(async()=>{o(!0);const I=await z.fetchLineage();a(I.nodes??[]),l(I.edges??[]),o(!1)},[]);S.useEffect(()=>{T()},[T]),S.useEffect(()=>{let I=!1;if(c.trim().length<2){u([]);return}return z.searchLineage(c.trim()).then(O=>{I||u(O.matches??[])}),()=>{I=!0}},[c]);const f=S.useCallback(I=>{t({type:"SET_LINEAGE_FOCUS",nodeId:I.id}),t({type:"OPEN_LINEAGE_DRAWER",nodeId:I.id})},[t]),[A,h]=S.useState("type"),p=S.useMemo(()=>({dashboards:i.filter(I=>I.type==="dashboard"),blocks:i.filter(I=>I.type==="block"),dbtModels:i.filter(I=>I.type==="dbt_model"),dbtSources:i.filter(I=>I.type==="dbt_source"),tables:i.filter(I=>I.type==="source_table"),domains:i.filter(I=>I.type==="domain")}),[i]),R=S.useMemo(()=>{const I={source:[],transform:[],answer:[],consumption:[]};for(const O of i){const C=od(O);I[C].push(O)}return I},[i]);if(r)return s.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"Loading lineage..."});if(i.length===0)return s.jsx(Gt,{title:"Lineage",bodyPadding:0,children:s.jsx(wt,{title:"No lineage data",description:"Run `dql compile` or add notebooks/blocks first."})});const N=s.jsx(Do,{children:s.jsx(I_,{value:c,onChange:d,placeholder:"Search blocks, tables, dbt models, notebooks...",t:n})});return s.jsxs(Gt,{title:"Lineage",toolbar:N,bodyPadding:0,children:[s.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`},children:[s.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"},children:e.lineageFullscreen?"Close Graph View":"Open Graph View"}),s.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."})]}),s.jsxs("div",{style:{flex:1,overflow:"auto"},children:[c.trim().length>=2&&E.length>0&&s.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`},children:[s.jsx("div",{style:{color:n.textMuted,fontSize:11,fontWeight:700,textTransform:"uppercase",marginBottom:6},children:"Search Results"}),E.slice(0,8).map(I=>s.jsx(eR,{node:I.node,t:n,onClick:()=>f(I.node),secondary:I.node.domain},I.node.id))]}),s.jsxs("div",{style:{padding:"6px 8px",display:"flex",gap:8,flexWrap:"wrap",borderBottom:`1px solid ${n.headerBorder}`},children:[oi.map(I=>{const O=R[I].length;return O===0?null:s.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:3,fontSize:10,color:n.textMuted},children:[s.jsx("span",{style:{width:8,height:8,borderRadius:2,background:A_[I],display:"inline-block"}}),bE[I],": ",O]},I)}),s.jsx("span",{style:{flex:1}}),s.jsxs("div",{style:{display:"flex",borderRadius:4,border:`1px solid ${n.headerBorder}`,overflow:"hidden"},children:[s.jsx("button",{onClick:()=>h("type"),style:{padding:"2px 6px",fontSize:9,fontWeight:700,border:"none",cursor:"pointer",background:A==="type"?`${n.headerBorder}`:"transparent",color:A==="type"?n.textPrimary:n.textMuted},children:"Type"}),s.jsx("button",{onClick:()=>h("layer"),style:{padding:"2px 6px",fontSize:9,fontWeight:700,border:"none",cursor:"pointer",borderLeft:`1px solid ${n.headerBorder}`,background:A==="layer"?`${n.headerBorder}`:"transparent",color:A==="layer"?n.textPrimary:n.textMuted},children:"Layer"})]})]}),A==="type"?s.jsxs(s.Fragment,{children:[s.jsx(On,{title:"Notebooks",nodes:p.dashboards,t:n,onSelect:f}),s.jsx(On,{title:"DQL Blocks",nodes:p.blocks,t:n,onSelect:f}),s.jsx(On,{title:"dbt Models",nodes:p.dbtModels,t:n,onSelect:f}),s.jsx(On,{title:"dbt Sources",nodes:p.dbtSources,t:n,onSelect:f}),s.jsx(On,{title:"Source Tables",nodes:p.tables,t:n,onSelect:f}),s.jsx(On,{title:"Business Domains",nodes:p.domains,t:n,onSelect:f})]}):s.jsx(s.Fragment,{children:oi.map(I=>s.jsx(On,{title:bE[I],nodes:R[I],t:n,onSelect:f},I))})]})]})}const m_={certified:"success",published:"success",deprecated:"error",draft:"warning",pending:"warning",review:"accent"};function g_(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState([]),[i,a]=S.useState(!0),[l,c]=S.useState(""),[d,E]=S.useState(""),[u,T]=S.useState("");S.useEffect(()=>{a(!0),z.getBlockLibrary().then(g=>o(g.blocks)).finally(()=>a(!1))},[]);const f=[...new Set(r.map(g=>g.domain))].sort(),A=[...new Set(r.map(g=>g.status))].sort(),h=r.filter(g=>!(l&&!g.name.toLowerCase().includes(l.toLowerCase())&&!g.description.toLowerCase().includes(l.toLowerCase())||d&&g.domain!==d||u&&g.status!==u)),p=g=>{const L={name:g.path.split("/").pop()??g.name,path:g.path,type:"block",folder:"blocks"};e.files.some(x=>x.path===g.path)||t({type:"FILE_ADDED",file:L}),z.openBlockStudio(g.path).then(x=>{t({type:"OPEN_BLOCK_STUDIO",file:L,payload:x})})},R=()=>{a(!0),z.getBlockLibrary().then(g=>o(g.blocks)).finally(()=>a(!1))},N={background:n.inputBg,border:`1px solid ${n.inputBorder}`,borderRadius:6,color:n.textPrimary,fontSize:11,fontFamily:n.font,padding:"6px 10px",outline:"none"},I=`data:image/svg+xml;utf8,${encodeURIComponent(`<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path fill='none' stroke='${n.textMuted}' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2 4l3 3 3-3'/></svg>`)}`,O={...N,appearance:"none",WebkitAppearance:"none",MozAppearance:"none",backgroundImage:`url("${I}")`,backgroundRepeat:"no-repeat",backgroundPosition:"right 8px center",paddingRight:24,cursor:"pointer"},C=s.jsxs(s.Fragment,{children:[s.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"}),s.jsx("button",{onClick:R,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"})]}),m=s.jsxs(Do,{children:[s.jsx("input",{value:l,onChange:g=>c(g.target.value),placeholder:"Search blocks...",style:{...N,flex:1,minWidth:100}}),s.jsxs("select",{value:d,onChange:g=>E(g.target.value),style:O,children:[s.jsx("option",{value:"",children:"All domains"}),f.map(g=>s.jsx("option",{value:g,children:g},g))]}),s.jsxs("select",{value:u,onChange:g=>T(g.target.value),style:O,children:[s.jsx("option",{value:"",children:"All statuses"}),A.map(g=>s.jsx("option",{value:g,children:g},g))]})]});return s.jsx(Gt,{title:"Blocks",status:s.jsx("span",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:h.length}),actions:C,toolbar:m,bodyPadding:0,children:i?s.jsx(wt,{title:"Loading blocks…"}):h.length===0?s.jsx(wt,{title:r.length===0?"No blocks yet":"No matches",description:r.length===0?"Create your first block to get started.":"No blocks match your filters."}):h.map(g=>s.jsxs("button",{onClick:()=>p(g),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:L=>{L.currentTarget.style.background=`${n.accent}0a`},onMouseLeave:L=>{L.currentTarget.style.background="transparent"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:4},children:[s.jsx("span",{style:{fontSize:12,fontWeight:600,color:n.textPrimary,fontFamily:n.font},children:g.name}),s.jsx(rd,{tone:m_[g.status]??"neutral",children:g.status})]}),g.description&&s.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font,lineHeight:1.3,marginBottom:4,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:g.description}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,fontSize:10,color:n.textMuted,fontFamily:n.font},children:[s.jsx("span",{style:{background:n.pillBg,padding:"1px 6px",borderRadius:4},children:g.domain}),g.owner&&s.jsxs("span",{children:["by ",g.owner]}),g.llmContext&&s.jsx("span",{title:g.llmContext,style:{color:n.accent,fontWeight:600,letterSpacing:"0.04em"},children:"AI"}),s.jsx("span",{style:{marginLeft:"auto"},children:new Date(g.lastModified).toLocaleDateString()})]})]},g.path))})}function C_({diff:e,diffReport:t,activeFilePath:n,diffPath:r,onScopeToFile:o,onClearScope:i,t:a}){const l=t!==null&&!t.identical,c=e.trim()!=="";return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:8},children:[s.jsxs("div",{style:{display:"flex",gap:6,fontSize:11},children:[s.jsx("button",{onClick:i,style:ME(r==null,a),children:"All"}),n&&s.jsx("button",{onClick:o,style:ME(r===n,a),children:"Active file"}),r&&s.jsx("span",{style:{color:a.textMuted,fontSize:10,alignSelf:"center",fontFamily:a.fontMono},children:r})]}),l&&s.jsx(x_,{report:t,t:a}),!l&&c&&s.jsx(__,{diff:e,t:a}),!l&&!c&&s.jsx("div",{style:{color:a.textMuted},children:t&&t.identical?"No semantic changes.":"No unstaged changes."})]})}function x_({report:e,t}){return s.jsx("div",{style:{display:"flex",flexDirection:"column",gap:6},children:e.changes.map((n,r)=>s.jsx(y_,{change:n,t},r))})}function y_({change:e,t}){const{marker:n,color:r,label:o}=b_(e),i="fields"in e?e.fields:null;return s.jsxs("div",{style:{border:`1px solid ${t.editorBorder}`,borderRadius:6,padding:"6px 10px",background:t.editorBg},children:[s.jsxs("div",{style:{display:"flex",gap:8,alignItems:"baseline"},children:[s.jsx("span",{style:{color:r,fontFamily:t.fontMono,fontWeight:700,width:14},children:n}),s.jsx("span",{style:{color:t.textPrimary,fontSize:12,fontFamily:t.fontMono},children:o})]}),i&&i.length>0&&s.jsx("div",{style:{marginTop:4,display:"flex",flexDirection:"column",gap:2},children:i.map((a,l)=>s.jsx(L_,{field:a,t},l))})]})}function L_({field:e,t}){return s.jsxs("div",{style:{fontSize:11,fontFamily:t.fontMono,color:t.textPrimary,paddingLeft:22},children:[s.jsx("span",{style:{color:t.accent},children:e.path}),s.jsx("span",{style:{color:t.textMuted},children:": "}),s.jsx("span",{style:{color:t.error,textDecoration:"line-through"},children:DE(e.before)}),s.jsx("span",{style:{color:t.textMuted},children:" → "}),s.jsx("span",{style:{color:t.success},children:DE(e.after)})]})}function __({diff:e,t}){return s.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(`
495
- `).map((n,r)=>s.jsx("div",{style:{color:D_(n,t)},children:n||" "},r))})}function b_(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 ${Wa(e.id,e.name)} [${e.cellType}]`};case"cell-removed":return{...n,label:`cell ${Wa(e.id,e.name)} [${e.cellType}]`};case"cell-changed":return{...r,label:`cell ${Wa(e.id,e.name)}`};case"notebook-changed":return{...r,label:"notebook"}}}function Wa(e,t){return t?`"${t}" (${e.slice(0,8)})`:e.slice(0,8)}function DE(e,t=60){if(e==null)return"∅";const n=e.replace(/\s+/g," ").trim();return n.length>t?`${n.slice(0,t)}…`:n}function ME(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 D_(e,t){return e.startsWith("+++")||e.startsWith("---")?t.textMuted:e.startsWith("+")?t.success:e.startsWith("-")?t.error:e.startsWith("@@")?t.accent:t.textPrimary}const M_=2e3,P_={modified:{label:"Modified",color:e=>e.warning,Icon:gy},added:{label:"Added",color:e=>e.success,Icon:kp},deleted:{label:"Deleted",color:e=>e.error,Icon:by},renamed:{label:"Renamed",color:e=>e.accent,Icon:Qx},untracked:{label:"Untracked",color:e=>e.textMuted,Icon:yy}},PE=["modified","added","renamed","deleted","untracked"];function v_(e){const t=e.trim();return t==="??"?"untracked":t.startsWith("R")?"renamed":t.includes("D")?"deleted":t.includes("A")?"added":"modified"}function w_(){var m;const{state:e}=fe(),t=se[e.themeMode],[n,r]=S.useState("status"),[o,i]=S.useState(null),[a,l]=S.useState(null),[c,d]=S.useState(""),[E,u]=S.useState(null),[T,f]=S.useState(null),[A,h]=S.useState(!1),[p,R]=S.useState(!1),N=S.useCallback(async()=>{h(!0),R(!0);try{if(n==="status")i(await z.fetchGitStatus());else if(n==="log")l(await z.fetchGitLog(30));else{const g=await z.fetchGitDiff(T??void 0);d(g.diff),u(g.diffReport)}}finally{h(!1),window.setTimeout(()=>R(!1),400)}},[n,T]);S.useEffect(()=>{N()},[N]),S.useEffect(()=>{if(n!=="status")return;const g=window.setInterval(()=>{z.fetchGitStatus().then(L=>{i(x=>U_(x,L)?x:L)})},M_);return()=>window.clearInterval(g)},[n]);const I=((m=e.activeFile)==null?void 0:m.path)??null,O=s.jsxs("button",{onClick:()=>void N(),title:"Refresh","aria-label":"Refresh",style:{background:"transparent",border:`1px solid ${t.btnBorder}`,cursor:"pointer",color:t.textMuted,padding:"3px 6px",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center"},children:[s.jsx(Wp,{size:12,strokeWidth:1.75,style:{animation:p?"dql-spin 0.6s linear":void 0}}),s.jsx("style",{children:"@keyframes dql-spin { to { transform: rotate(360deg); } }"})]}),C=s.jsxs(Do,{children:[s.jsx(Va,{t,active:n==="status",onClick:()=>r("status"),children:"Status"}),s.jsx(Va,{t,active:n==="log",onClick:()=>r("log"),children:"History"}),s.jsx(Va,{t,active:n==="diff",onClick:()=>r("diff"),children:"Diff"})]});return s.jsxs(Gt,{title:"Git",actions:O,toolbar:C,bodyPadding:12,children:[A&&!o&&!a&&s.jsx(wt,{title:"Loading…"}),n==="status"&&o&&s.jsx(B_,{status:o,t}),n==="log"&&a&&s.jsx(j_,{log:a,t}),n==="diff"&&s.jsx(C_,{diff:c,diffReport:E,activeFilePath:I,diffPath:T,onScopeToFile:()=>f(I),onClearScope:()=>f(null),t})]})}function U_(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 B_({status:e,t}){const n=S.useMemo(()=>{const r={modified:[],added:[],deleted:[],renamed:[],untracked:[]};for(const o of e.changes)r[v_(o.status)].push(o);for(const o of PE)r[o].sort((i,a)=>i.path.localeCompare(a.path));return r},[e.changes]);return e.inRepo?s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:12},children:[s.jsx(F_,{status:e,t}),e.changes.length===0?s.jsx(G_,{t}):PE.map(r=>{const o=n[r];return o.length===0?null:s.jsx(k_,{group:r,items:o,t},r)})]}):s.jsx(tR,{t})}function F_({status:e,t}){const n=e.ahead??0,r=e.behind??0;return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"10px 12px",background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderLeft:`3px solid ${t.accent}`,borderRadius:7},children:[s.jsx(br,{size:16,strokeWidth:1.75,color:t.accent}),s.jsx("span",{style:{fontSize:13,fontWeight:600,color:t.textPrimary,fontFamily:t.fontMono},children:e.branch??"detached"}),s.jsx("div",{style:{flex:1}}),n>0&&s.jsxs("span",{title:`${n} commit(s) ahead of upstream`,style:$a(t.success,t),children:[s.jsx(Bp,{size:11,strokeWidth:2})," ",n]}),r>0&&s.jsxs("span",{title:`${r} commit(s) behind upstream`,style:$a(t.warning,t),children:[s.jsx(Up,{size:11,strokeWidth:2})," ",r]}),n===0&&r===0&&s.jsx("span",{style:{...$a(t.textMuted,t),opacity:.7},children:"up to date"})]})}function G_({t:e}){return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"14px 12px",background:e.cellBg,border:`1px solid ${e.cellBorder}`,borderRadius:7,color:e.textMuted,fontSize:12,fontFamily:e.font},children:[s.jsx(Oy,{size:14,strokeWidth:1.75,color:e.success}),"Working tree clean"]})}function tR({t:e}){return s.jsx("div",{style:{padding:"14px 12px",background:e.cellBg,border:`1px solid ${e.cellBorder}`,borderRadius:7,color:e.textMuted,fontSize:12,fontFamily:e.font},children:"Not a git repository"})}function k_({group:e,items:t,t:n}){const r=P_[e],o=r.color(n),i=r.Icon;return s.jsxs("div",{children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:6,fontSize:10,fontWeight:600,letterSpacing:"0.07em",textTransform:"uppercase",color:n.textMuted,fontFamily:n.font},children:[s.jsx(i,{size:11,strokeWidth:1.75}),s.jsx("span",{children:r.label}),s.jsx("span",{style:{marginLeft:2,padding:"0 5px",borderRadius:8,background:`${o}1a`,color:o,fontWeight:700,fontSize:9,letterSpacing:"0.04em"},children:t.length})]}),s.jsx("div",{style:{display:"flex",flexDirection:"column",background:n.cellBg,border:`1px solid ${n.cellBorder}`,borderRadius:7,overflow:"hidden"},children:t.map((a,l)=>s.jsx(H_,{change:a,t:n,color:o,divider:l<t.length-1},a.path))})]})}function H_({change:e,t,color:n,divider:r}){const o=e.status.trim()||"??";return s.jsxs("div",{title:e.path,style:{display:"flex",alignItems:"center",gap:8,padding:"6px 10px",borderBottom:r?`1px solid ${t.cellBorder}`:"none",fontFamily:t.fontMono,fontSize:11},children:[s.jsx("span",{style:{width:22,textAlign:"center",flexShrink:0,color:n,fontWeight:700,fontSize:10,letterSpacing:"0.02em"},children:o}),s.jsx("span",{style:{color:t.textPrimary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:e.path})]})}function j_({log:e,t}){return e.inRepo?e.commits.length===0?s.jsx("div",{style:{padding:"14px 12px",background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:7,color:t.textMuted,fontSize:12,fontFamily:t.font},children:"No commits yet"}):s.jsx("div",{style:{display:"flex",flexDirection:"column",background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:7,overflow:"hidden"},children:e.commits.map((n,r)=>s.jsxs("div",{style:{display:"flex",gap:10,padding:"8px 12px",borderBottom:r<e.commits.length-1?`1px solid ${t.cellBorder}`:"none"},children:[s.jsx(jp,{size:13,strokeWidth:1.75,color:t.accent,style:{flexShrink:0,marginTop:2}}),s.jsxs("div",{style:{flex:1,minWidth:0},children:[s.jsx("div",{style:{color:t.textPrimary,fontSize:12,fontFamily:t.font,fontWeight:500,lineHeight:1.35,wordBreak:"break-word"},children:n.subject}),s.jsxs("div",{style:{color:t.textMuted,fontSize:10,marginTop:3,display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[s.jsx("span",{style:{fontFamily:t.fontMono,color:t.accent},children:n.hash.slice(0,7)}),s.jsx("span",{children:"·"}),s.jsx("span",{style:{fontFamily:t.font},children:n.author}),s.jsx("span",{children:"·"}),s.jsx("span",{style:{fontFamily:t.fontMono},children:n.date})]})]})]},n.hash))}):s.jsx(tR,{t})}function Va({active:e,onClick:t,children:n,t:r}){return s.jsx("button",{onClick:t,style:{background:e?r.btnHover:"transparent",color:e?r.textPrimary:r.textMuted,border:"none",padding:"4px 12px",borderRadius:4,fontSize:11,fontWeight:600,letterSpacing:"0.02em",cursor:"pointer",fontFamily:r.font,transition:"background 0.15s, color 0.15s"},children:n})}function $a(e,t){return{display:"inline-flex",alignItems:"center",gap:3,padding:"1px 7px",fontSize:10,fontWeight:600,letterSpacing:"0.02em",borderRadius:10,background:`${e}1a`,color:e,fontFamily:t.font}}function Y_(e){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState([]),[a,l]=S.useState(!0),[c,d]=S.useState(""),[E,u]=S.useState(""),[T,f]=S.useState(new Set),A=()=>{l(!0),z.listApps().then(m=>i(m)).finally(()=>l(!1))};S.useEffect(()=>{A()},[]);const h=[...new Set(o.map(m=>m.domain))].sort(),p=o.filter(m=>{const g=c.toLowerCase();return!(g&&!m.name.toLowerCase().includes(g)&&!(m.description??"").toLowerCase().includes(g)||E&&m.domain!==E)}),R=m=>{f(g=>{const L=new Set(g);return L.has(m)?L.delete(m):L.add(m),L})},N=(m,g)=>{n({type:"OPEN_APP",appId:m.id,dashboardId:g})},I={background:r.inputBg,border:`1px solid ${r.inputBorder}`,borderRadius:4,color:r.textPrimary,fontSize:11,fontFamily:r.font,padding:"4px 6px",outline:"none"},O=s.jsx("button",{onClick:A,style:{background:"transparent",border:`1px solid ${r.cellBorder}`,borderRadius:4,color:r.textSecondary,cursor:"pointer",fontSize:10,fontFamily:r.font,padding:"3px 8px"},children:"Refresh"}),C=s.jsxs(Do,{children:[s.jsx("input",{value:c,onChange:m=>d(m.target.value),placeholder:"Search apps...",style:{...I,flex:1,minWidth:100}}),s.jsxs("select",{value:E,onChange:m=>u(m.target.value),style:I,children:[s.jsx("option",{value:"",children:"All domains"}),h.map(m=>s.jsx("option",{value:m,children:m},m))]})]});return s.jsx(Gt,{title:"Apps",status:s.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font},children:p.length}),actions:O,toolbar:C,bodyPadding:0,children:a?s.jsx(wt,{title:"Loading apps…"}):p.length===0?o.length===0?s.jsx(wt,{title:"No apps yet",description:s.jsxs(s.Fragment,{children:["Create one from the CLI:",s.jsx("br",{}),s.jsx("code",{style:{display:"inline-block",marginTop:6,padding:"2px 6px",background:r.inputBg,borderRadius:3,fontSize:10},children:"dql app new <name> --domain <domain>"})]})}):s.jsx(wt,{title:"No matches",description:"No apps match your filters."}):p.map(m=>{const g=T.has(m.id);return s.jsxs("div",{style:{borderBottom:`1px solid ${r.cellBorder}`},children:[s.jsxs("button",{onClick:()=>R(m.id),style:{display:"block",width:"100%",textAlign:"left",background:"transparent",border:"none",cursor:"pointer",padding:"10px 12px",transition:"background 0.1s"},onMouseEnter:L=>{L.currentTarget.style.background=`${r.accent}0a`},onMouseLeave:L=>{L.currentTarget.style.background="transparent"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:4},children:[s.jsx("span",{style:{fontSize:10,color:r.textMuted,fontFamily:r.font,width:10},children:g?"▾":"▸"}),s.jsx("span",{style:{fontSize:12,fontWeight:600,color:r.textPrimary,fontFamily:r.font},children:m.name}),s.jsx(rd,{tone:"accent",children:m.domain})]}),m.description&&s.jsx("div",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font,lineHeight:1.3,marginBottom:4,marginLeft:16},children:m.description}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,fontSize:10,color:r.textMuted,fontFamily:r.font,marginLeft:16},children:[m.owners[0]&&s.jsxs("span",{children:["by ",m.owners[0]]}),s.jsxs("span",{children:[m.dashboards.length," dashboard",m.dashboards.length===1?"":"s"]}),s.jsxs("span",{children:[m.members," member",m.members===1?"":"s"]})]})]}),g&&s.jsxs("div",{style:{padding:"4px 0 10px 28px",background:`${r.accent}04`},children:[m.dashboards.length===0&&s.jsx("div",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font,padding:"4px 0"},children:"(empty app scaffold)"}),m.dashboards.map(L=>s.jsx("button",{onClick:()=>N(m,L.id),style:{display:"block",width:"100%",textAlign:"left",background:"transparent",border:"none",padding:"3px 12px",cursor:"pointer",fontSize:11,color:r.textSecondary,fontFamily:r.font},children:L.title},L.id))]})]},m.id)})})}const W_={files:"Explorer",schema:"Schema",block_library:"Block Library",lineage:"Lineage",connection:"Connection",reference:"Quick Reference",git:"Git",apps:"Apps"};function V_({onOpenFile:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState(!1),[a,l]=S.useState(240),[c,d]=S.useState(!1),E=S.useRef(a),u=t.sidebarPanel,T=f=>{f.preventDefault();const A=f.clientX,h=E.current;d(!0);const p=N=>{const I=Math.min(560,Math.max(180,h+(N.clientX-A)));E.current=I,l(I)},R=()=>{d(!1),window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",R)};window.addEventListener("mousemove",p),window.addEventListener("mouseup",R)};return s.jsxs("div",{style:{width:a,flexShrink:0,background:r.sidebarBg,borderRight:`1px solid ${r.headerBorder}`,display:"flex",flexDirection:"column",overflow:"hidden",position:"relative"},children:[s.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:[s.jsx("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.06em",textTransform:"uppercase",color:r.textSecondary,fontFamily:r.font},children:W_[u??""]??""}),s.jsx("button",{title:"Collapse sidebar",onClick:()=>n({type:"TOGGLE_SIDEBAR"}),onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!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:"‹"})]}),s.jsxs("div",{style:{flex:1,overflow:"hidden",display:"flex",flexDirection:"column"},children:[u==="files"&&s.jsx(BL,{onOpenFile:e}),u==="schema"&&s.jsx(jL,{}),u==="block_library"&&s.jsx(g_,{}),u==="lineage"&&s.jsx(O_,{}),u==="connection"&&s.jsx(Qp,{}),u==="reference"&&s.jsx(Zp,{themeMode:t.themeMode}),u==="git"&&s.jsx(w_,{}),u==="apps"&&s.jsx(Y_,{onOpenFile:e})]}),s.jsx("div",{onMouseDown:T,title:"Drag to resize",style:{position:"absolute",top:0,right:-3,width:6,height:"100%",cursor:"col-resize",background:c?r.accent:"transparent",zIndex:10,transition:c?"none":"background 0.15s"},onMouseEnter:f=>{c||(f.currentTarget.style.background=`${r.accent}40`)},onMouseLeave:f=>{c||(f.currentTarget.style.background="transparent")}})]})}var vE;(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"})(vE||(vE={}));var wE;(function(e){e.Error="error",e.Warning="warning",e.Info="info"})(wE||(wE={}));var Re;(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"})(Re||(Re={}));Re.DashboardKeyword,Re.WorkbookKeyword,Re.PageKeyword,Re.LetKeyword,Re.ParamKeyword,Re.ChartKeyword,Re.FilterKeyword,Re.BooleanLiteral,Re.BooleanLiteral,Re.IntervalKeyword,Re.ImportKeyword,Re.FromKeyword,Re.UseKeyword,Re.LayoutKeyword,Re.RowKeyword,Re.BlockKeyword,Re.DomainKeyword,Re.TypeKeyword,Re.DescriptionKeyword,Re.TagsKeyword,Re.OwnerKeyword,Re.QueryKeyword,Re.VisualizationKeyword,Re.TestsKeyword,Re.ParamsKeyword,Re.AssertKeyword,Re.VarKeyword,Re.DefaultKeyword,Re.InKeyword,Re.MetricKeyword,Re.MetricsKeyword,Re.DigestKeyword,Re.NarrativeKeyword;const nR=1;function $_(e,t={}){const n=t.version??nR,r=JSON.parse(e),{dqlnbVersion:o,...i}=r,a={dqlnbVersion:n,...i};return JSON.stringify(a,X_(),2)+`
496
- `}function X_(){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 c=UE[a],d=UE[l];return c!==void 0&&d!==void 0?c-d:c!==void 0?-1:d!==void 0?1:a<l?-1:a>l?1:0});const i={};for(const a of o)i[a]=r[a];return i}}const UE={dqlnbVersion:0,version:1,title:2,metadata:3,cells:4,id:10,type:11,name:12,content:13};function K_(e){try{const t=e.match(/workbook\s+"([^"]+)"/i),n=t?t[1]:"Untitled Workbook",r=[],o=/page\s+"([^"]+)"\s*\{([\s\S]*?)\}/gi;let i;for(;(i=o.exec(e))!==null;){const a=i[1],l=i[2].trim();r.push({id:Pt(),type:"markdown",content:`# ${a}`,status:"idle"}),l&&r.push({id:Pt(),type:"dql",name:a.toLowerCase().replace(/\s+/g,"_"),content:l,status:"idle"})}return r.length===0&&r.push({id:Pt(),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:Pt(),type:"dql",content:e.trim(),status:"idle"}]}}}function z_(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||Pt(),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:i,...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:Pt(),type:"sql",content:e,status:"idle"}]}}}function J_(e,t,n){const r={dqlnbVersion:nR,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 $_(JSON.stringify(r))}function q_(e,t){return e.endsWith(".dql")?K_(t):z_(t)}const rR=/\{\{([a-zA-Z_][a-zA-Z0-9_]*)\}\}/g;function Q_(e){const t=new Set;for(const n of e.matchAll(rR))t.add(n[1]);return[...t]}function Z_(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(c=>{const d=a[c];return d==null?"NULL":typeof d=="number"?String(d):typeof d=="boolean"?d?"TRUE":"FALSE":`'${String(d).replace(/'/g,"''")}'`}).join(", ")})`).join(`,
497
- `),i=n.map(a=>`"${a.replace(/"/g,'""')}"`).join(", ");return`${e} AS (
498
- SELECT * FROM (VALUES
499
- ${o}
500
- ) AS _t(${i})
501
- )`}function e0(e,t){if(t==="number"){const n=Number(e);return isNaN(n)?`'${e.replace(/'/g,"''")}'`:String(n)}return`'${e.replace(/'/g,"''")}'`}function t0(){const{state:e}=fe();return{substituteVariables:S.useCallback(n=>{var d;const r=[...n.matchAll(rR)];if(r.length===0)return{sql:n,substituted:[]};const o=[],i=[];let a=n;const l=new Map,c=new Map;for(const E of e.cells){const u=(d=E.name)==null?void 0:d.trim();u&&(E.type==="param"?l.set(u,E):E.status==="success"&&E.result&&c.set(u,E.result))}for(const E of r){const u=E[1];if(l.has(u)){const T=l.get(u),f=T.paramConfig,A=T.paramValue??(f==null?void 0:f.defaultValue)??"",h=(f==null?void 0:f.paramType)??"text",p=e0(A,h);a=a.replace(E[0],p),o.push(u)}else c.has(u)&&(i.push(Z_(u,c.get(u))),a=a.replace(E[0],`"${u}"`),o.push(u))}if(i.length===0&&o.length===0)return{sql:n,substituted:[]};if(i.length>0){const E=a.trimStart();/^WITH\s+/i.test(E)?a=a.replace(/^(\s*WITH\s+)/i,`$1${i.join(`,
502
- `)},
503
- `):a=`WITH ${i.join(`,
504
- `)}
505
- ${a}`}return{sql:a,substituted:o}},[e.cells])}}function n0(e){var i;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:(i=n.match(/\btitle\s*=\s*"([^"]+)"/i))==null?void 0:i[1]}}function sd(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 i=o[0];const a=i.search(/\b(visualization|tests|block)\s*\{/i);return a>0&&(i=i.slice(0,a)),i=r0(i),i.trim()||null}return null}function r0(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 i=o;for(;i<e.length&&/\s/.test(e[i]);)i++;if(i<e.length&&e[i]==="="&&e[i+1]!=="=")return e.slice(0,n)}}}return e}function BE(e){const t=Fn(e);return t?{name:t.name,domain:t.domain,owner:t.owner,description:t.description,blockType:t.blockType,tags:t.tags}:null}function Xa(e,t,n){const r=Fn(e);if(!r){const i=n.replace(/"/g,'\\"'),a=new RegExp(`(\\b${t}\\s*=\\s*)"[^"]*"`,"i");return a.test(e)?e.replace(a,`$1"${i}"`):id(e,` ${t} = "${i}"`)}const o={...r};return t==="domain"&&(o.domain=n),t==="owner"&&(o.owner=n),t==="description"&&(o.description=n),t==="type"&&(o.blockType=n),Dr(o)}function oR(e,t){const n=Fn(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 Dr({...n,name:t})}function o0(e,t){const n=Fn(e);if(!n){const r=t.map(i=>`"${i.replace(/"/g,'\\"')}"`).join(", "),o=/(\btags\s*=\s*)\[[^\]]*\]/i;return o.test(e)?e.replace(o,`$1[${r}]`):id(e,` tags = [${r}]`)}return Dr({...n,tags:t})}function s0(e,t){const n=Fn(e),r=c0(t);return n?Dr({...n,visualization:r}):/visualization\s*\{[\s\S]*?\n\s*\}/i.test(e)?e.replace(/visualization\s*\{[\s\S]*?\n\s*\}/i,r):id(e,` ${r.replace(/\n/g,`
506
- `)}`,!0)}function i0(e,t){return e==="metric"?`@metric(${t})`:`@dim(${t})`}function a0(e,t){const n=Fn(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 i=Array.from(o);r.metric=i.length===1?i[0]:"",r.metrics=i.length>1?i:[]}else r.dimensions.includes(t.name)||(r.dimensions=[...r.dimensions,t.name]);return Dr(r)}function l0(e,t){const n=Fn(e);if(!n||n.blockType!=="custom")return`${e.trimEnd()}
507
- ${t}
508
- `;const r=n.query.trimEnd(),o=r?`${r}
509
- ${t}`:t;return Dr({...n,query:o})}function Fn(e){var i,a;if(!/^\s*block\s+"/i.test(e.trim()))return null;const t=l=>{var c;return((c=e.match(new RegExp(`\\b${l}\\s*=\\s*"([^"]*)"`,"i")))==null?void 0:c[1])??""},n=((i=e.match(/^\s*block\s+"([^"]+)"/i))==null?void 0:i[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:FE(e,"metrics"),dimensions:FE(e,"dimensions"),timeDimension:t("time_dimension"),granularity:t("granularity"),query:((a=o==null?void 0:o[1])==null?void 0:a.trim())??"",visualization:GE(e,"visualization"),tests:GE(e,"tests")}}function FE(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 GE(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 i=n.index;i<e.length;i++){const a=e[i];if(a==="{")r===0&&(o=i),r++;else if(a==="}"&&(r--,r===0&&o>=0))return e.slice(n.index,i+1).trim()}return""}function Dr(e){const t=[`block "${at(e.name||"New Block")}" {`,` domain = "${at(e.domain||"uncategorized")}"`,` type = "${e.blockType}"`,` description = "${at(e.description)}"`,` owner = "${at(e.owner)}"`,` tags = [${e.tags.map(n=>`"${at(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 = "${at(n[0])}"`):n.length>1&&t.push(` metrics = [${n.map(r=>`"${at(r)}"`).join(", ")}]`),e.dimensions.length>0&&t.push(` dimensions = [${Array.from(new Set(e.dimensions)).map(r=>`"${at(r)}"`).join(", ")}]`),e.timeDimension&&t.push(` time_dimension = "${at(e.timeDimension)}"`),e.granularity&&t.push(` granularity = "${at(e.granularity)}"`)}return e.blockType==="custom"&&(t.push(""),t.push(' query = """'),t.push(...d0(e.query.trim(),4)),t.push(' """')),e.visualization&&(t.push(""),t.push(...kE(e.visualization,2))),e.tests&&(t.push(""),t.push(...kE(e.tests,2))),t.push("}"),t.join(`
510
- `)+`
511
- `}function c0(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 = "${at(e.title)}"`),t.push("}"),t.join(`
512
- `)}function d0(e,t){const n=" ".repeat(t);return(e?e.split(`
513
- `):[""]).map(o=>`${n}${o}`)}function kE(e,t){const n=" ".repeat(t);return e.split(`
514
- `).map(r=>`${n}${r.trimEnd()}`)}function at(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}function id(e,t,n=!1){const r=e.trimEnd();if(!/^\s*block\s+"/i.test(r))return`${r}
515
- ${t}
516
- `;const o=n?`
517
-
518
- ${t}
519
- `:`
520
- ${t}`;return r.replace(/\n\}\s*$/,`${o}
521
- }`)}const jr=new Map;function E0(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?sd(t):null}function Xi(){const{state:e,dispatch:t}=fe(),{substituteVariables:n}=t0(),r=S.useCallback(async l=>{const c=e.cells.find(A=>A.id===l);if(!c)return;const d=E0(c);if(!d)return;if(c.type==="dql"){const A=n0(c.content);A&&JSON.stringify(A)!==JSON.stringify(c.chartConfig)&&t({type:"UPDATE_CELL",id:l,updates:{chartConfig:A}})}const{sql:E}=n(d),u=Date.now(),T=jr.get(l);T&&T.abort();const f=new AbortController;jr.set(l,f),t({type:"UPDATE_CELL",id:l,updates:{status:"running",error:void 0,result:void 0,fromSnapshot:!1}});try{const A=await z.executeQuery(E,f.signal),h=Date.now()-u,p=(c.executionCount??0)+1;t({type:"UPDATE_CELL",id:l,updates:{status:"success",result:{...A,executionTime:A.executionTime??h,rowCount:A.rowCount??A.rows.length},executionCount:p}}),t({type:"APPEND_QUERY_LOG",entry:{id:Pt(),cellName:c.name??c.id,rows:A.rowCount??A.rows.length,time:A.executionTime??h,ts:new Date}}),setTimeout(()=>{t({type:"UPDATE_CELL",id:l,updates:{status:"idle"}})},2e3)}catch(A){if(f.signal.aborted){t({type:"UPDATE_CELL",id:l,updates:{status:"idle",error:void 0}});return}const h=Date.now()-u,p=A instanceof Error?A.message:String(A);t({type:"UPDATE_CELL",id:l,updates:{status:"error",error:p,executionCount:(c.executionCount??0)+1}}),t({type:"APPEND_QUERY_LOG",entry:{id:Pt(),cellName:c.name??c.id,rows:0,time:h,ts:new Date,error:p}})}finally{jr.delete(l)}},[e.cells,t]),o=S.useCallback(async()=>{for(const l of e.cells)l.type!=="markdown"&&await r(l.id)},[e.cells,r]),i=S.useCallback(async l=>{if(!l)return;const c=`{{${l}}}`;for(const d of e.cells)d.type==="markdown"||d.type==="param"||d.content.includes(c)&&await r(d.id)},[e.cells,r]),a=S.useCallback(l=>{const c=jr.get(l);c&&(c.abort(),jr.delete(l)),t({type:"UPDATE_CELL",id:l,updates:{status:"idle"}})},[t]);return{executeCell:r,executeAll:o,executeDependents:i,cancelCell:a}}function je(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function u0(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 T0(e){const t=e.split(`
522
- `),n=[];let r=!1,o=!1;for(const i of t){const a=i;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(je(a));continue}if(a.startsWith("### ")){o&&(n.push("</ul>"),o=!1),n.push(`<h3>${je(a.slice(4))}</h3>`);continue}if(a.startsWith("## ")){o&&(n.push("</ul>"),o=!1),n.push(`<h2>${je(a.slice(3))}</h2>`);continue}if(a.startsWith("# ")){o&&(n.push("</ul>"),o=!1),n.push(`<h1>${je(a.slice(2))}</h1>`);continue}if(a.startsWith("> ")){o&&(n.push("</ul>"),o=!1),n.push(`<blockquote><p>${je(a.slice(2))}</p></blockquote>`);continue}if(a.startsWith("- ")||a.startsWith("* ")){o||(n.push("<ul>"),o=!0),n.push(`<li>${HE(a.slice(2))}</li>`);continue}if(o&&(n.push("</ul>"),o=!1),a.trim()===""){n.push("<br>");continue}n.push(`<p>${HE(a)}</p>`)}return o&&n.push("</ul>"),r&&n.push("</code></pre>"),n.join(`
523
- `)}function HE(e){return je(e).replace(/\*\*(.+?)\*\*/g,"<strong>$1</strong>").replace(/\*(.+?)\*/g,"<em>$1</em>").replace(/`(.+?)`/g,"<code>$1</code>")}function f0(e){const{columns:t,rows:n}=e,r=n.slice(0,200),o=n.length>200,i=t.map(l=>`<th>${je(l)}</th>`).join(""),a=r.map(l=>`<tr>${t.map(d=>{const E=l[d],u=typeof E=="number",T=E==null?"—":String(E);return`<td${u?' class="num"':""}>${je(T)}</td>`}).join("")}</tr>`).join("");return`
524
- <div class="table-wrap">
525
- <table>
526
- <thead><tr>${i}</tr></thead>
527
- <tbody>${a}</tbody>
528
- </table>
529
- ${o?`<p class="truncated">Showing first 200 of ${n.length.toLocaleString()} rows</p>`:""}
530
- </div>`}function S0(e){const{columns:t,rows:n}=e;if(t.length<2||n.length===0)return null;const r=t.find(i=>typeof n[0][i]=="number"),o=t.find(i=>i!==r);return!r||!o?null:{labelCol:o,valueCol:r}}function p0(e){const t=S0(e);if(!t)return null;const n=e.rows.slice(0,20).map(E=>({label:String(E[t.labelCol]??""),value:Number(E[t.valueCol]??0)})),r=Math.max(...n.map(E=>E.value),1),o=28,i=6,a=140,l=440,c=n.length*(o+i)+40,d=n.map((E,u)=>{const T=u*(o+i)+20,f=Math.max(E.value/r*l,2);return`
531
- <text x="${a-6}" y="${T+o/2+4}" text-anchor="end" font-size="11" fill="#8b949e">${je(E.label.slice(0,20))}</text>
532
- <rect x="${a}" y="${T}" width="${f}" height="${o}" rx="3" fill="#388bfd" />
533
- <text x="${a+f+5}" y="${T+o/2+4}" font-size="11" fill="#e6edf3">${u0(E.value)}</text>`}).join("");return`<svg xmlns="http://www.w3.org/2000/svg" width="${a+l+80}" height="${c}" style="max-width:100%">${d}</svg>`}function R0(e,t){const n=t.map(r=>{if(r.type==="markdown")return`<section class="cell md-cell">${T0(r.content)}</section>`;const o=r.name?`<div class="cell-header"><span class="cell-type">${r.type.toUpperCase()}</span><span class="cell-name">${je(r.name)}</span></div>`:`<div class="cell-header"><span class="cell-type">${r.type.toUpperCase()}</span></div>`,i=`<pre class="cell-code"><code>${je(r.content)}</code></pre>`;let a="";if(r.result&&r.result.rows.length>0){const l=p0(r.result),c=f0(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?"":c}</div>`}else r.error&&(a=`<div class="cell-error">⚠ ${je(r.error)}</div>`);return`<section class="cell sql-cell">${o}${i}${a}</section>`}).join(`
534
- `);return`<!DOCTYPE html>
535
- <html lang="en">
536
- <head>
537
- <meta charset="UTF-8">
538
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
539
- <title>${je(e)}</title>
540
- <style>
541
- *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
542
- body {
543
- font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
544
- background: #0d1117; color: #e6edf3;
545
- line-height: 1.6; padding: 0;
546
- }
547
- .page-header {
548
- background: #161b22; border-bottom: 1px solid #21262d;
549
- padding: 16px 32px; display: flex; align-items: center; gap: 12px;
550
- }
551
- .logo {
552
- width: 28px; height: 28px; border-radius: 6px;
553
- background: linear-gradient(135deg, #388bfd, #1f6feb);
554
- display: flex; align-items: center; justify-content: center;
555
- font-size: 10px; font-weight: 700; color: #fff;
556
- font-family: monospace; letter-spacing: -0.5px; flex-shrink: 0;
557
- }
558
- .page-title { font-size: 18px; font-weight: 600; color: #e6edf3; }
559
- .page-meta { font-size: 12px; color: #8b949e; margin-left: auto; }
560
- .content { max-width: 900px; margin: 0 auto; padding: 32px 24px; display: flex; flex-direction: column; gap: 24px; }
561
- .cell { border-radius: 8px; overflow: hidden; }
562
- .md-cell { padding: 4px 0; }
563
- .md-cell h1 { font-size: 26px; font-weight: 700; color: #e6edf3; margin: 0 0 12px; }
564
- .md-cell h2 { font-size: 20px; font-weight: 600; color: #e6edf3; margin: 20px 0 10px; }
565
- .md-cell h3 { font-size: 16px; font-weight: 600; color: #e6edf3; margin: 16px 0 8px; }
566
- .md-cell p { color: #c9d1d9; margin-bottom: 8px; }
567
- .md-cell ul { padding-left: 20px; color: #c9d1d9; margin-bottom: 8px; }
568
- .md-cell code { background: #21262d; padding: 2px 6px; border-radius: 4px; font-family: monospace; font-size: 13px; }
569
- .md-cell pre { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 14px; overflow-x: auto; margin-bottom: 8px; }
570
- .md-cell pre code { background: none; padding: 0; }
571
- .md-cell blockquote { border-left: 3px solid #388bfd; padding-left: 14px; color: #8b949e; }
572
- .sql-cell { background: #161b22; border: 1px solid #30363d; }
573
- .cell-header { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-bottom: 1px solid #21262d; background: #1c2128; }
574
- .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; }
575
- .cell-name { font-size: 12px; color: #388bfd; font-family: monospace; }
576
- .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; }
577
- .cell-output { padding: 14px; }
578
- .output-meta { font-size: 11px; color: #8b949e; margin-bottom: 10px; }
579
- .table-wrap { overflow-x: auto; }
580
- table { width: 100%; border-collapse: collapse; font-size: 12px; }
581
- th { background: #1c2128; color: #8b949e; font-weight: 600; text-align: left; padding: 7px 12px; border-bottom: 1px solid #30363d; white-space: nowrap; }
582
- td { padding: 6px 12px; border-bottom: 1px solid #21262d; color: #e6edf3; }
583
- td.num { text-align: right; font-family: monospace; }
584
- tr:last-child td { border-bottom: none; }
585
- .truncated { font-size: 11px; color: #8b949e; margin-top: 8px; }
586
- .cell-error { padding: 12px 14px; background: #3d1a1a; border-top: 1px solid #f85149; color: #f85149; font-size: 13px; }
587
- .exported-by { text-align: center; color: #484f58; font-size: 11px; padding: 40px 0 24px; }
588
- </style>
589
- </head>
590
- <body>
591
- <div class="page-header">
592
- <div class="logo">DQL</div>
593
- <span class="page-title">${je(e)}</span>
594
- <span class="page-meta">Exported ${new Date().toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"})}</span>
595
- </div>
596
- <div class="content">
597
- ${n}
598
- </div>
599
- <p class="exported-by">Built with DQL Notebook</p>
600
- </body>
601
- </html>`}function jE(e,t){const n=R0(e,t),r=new Blob([n],{type:"text/html;charset=utf-8"}),o=URL.createObjectURL(r),i=document.createElement("a");i.href=o,i.download=`${e.toLowerCase().replace(/[^a-z0-9]+/g,"-")}-dashboard.html`,document.body.appendChild(i),i.click(),document.body.removeChild(i),URL.revokeObjectURL(o)}function A0({t:e}){return s.jsx("div",{style:{width:28,height:28,borderRadius:6,background:"linear-gradient(135deg, #5b8cff 0%, #7c5cff 100%)",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:s.jsx("span",{style:{color:"#ffffff",fontSize:10,fontWeight:700,fontFamily:e.fontMono,letterSpacing:"-0.5px"},children:"DQL"})})}function h0(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],{executeAll:r}=Xi(),[o,i]=S.useState(!1),[a,l]=S.useState(""),[c,d]=S.useState(!1),[E,u]=S.useState(!1),[T,f]=S.useState(!1),[A,h]=S.useState(!1),[p,R]=S.useState(!1),N=S.useRef(null),[I,O]=S.useState(!1),[C,m]=S.useState(!1),g=S.useRef(null),L=S.useRef(null),x=e.mainView==="block_studio"?e.blockStudioDirty:e.notebookDirty,D=e.mainView==="notebook",b=e.mainView==="connection"?"Connections":e.mainView==="reference"?"Quick Reference":e.notebookTitle||"Untitled";S.useEffect(()=>{o&&L.current&&(L.current.focus(),L.current.select())},[o]),S.useEffect(()=>{if(!C)return;function y(U){g.current&&!g.current.contains(U.target)&&m(!1)}return document.addEventListener("mousedown",y),()=>document.removeEventListener("mousedown",y)},[C]);const w=()=>{l(e.notebookTitle),i(!0)},B=()=>{i(!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:oR(e.blockStudioDraft,a.trim())})):t({type:"SET_NOTEBOOK_DIRTY",dirty:!0}))},_=S.useCallback(async()=>{var y;if(e.activeFile){t({type:"SET_SAVING",saving:!0});try{if(e.mainView==="block_studio"){if(!e.blockStudioMetadata)return;const U=await z.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:`${U.metadata.name}.dql`,path:U.path,type:"block",folder:"blocks"},payload:U}),e.files.some(G=>G.path===U.path)||t({type:"FILE_ADDED",file:{name:`${U.metadata.name}.dql`,path:U.path,type:"block",folder:"blocks"}})}else{const U=e.activeFile.type==="block"?((y=e.cells[0])==null?void 0:y.content)??"":J_(e.notebookTitle,e.cells,e.notebookMetadata);await z.saveNotebook(e.activeFile.path,U),t({type:"SET_NOTEBOOK_DIRTY",dirty:!1})}d(!0),setTimeout(()=>d(!1),2e3)}catch(U){console.error("Save failed:",U)}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]);S.useEffect(()=>{const y=U=>{(U.metaKey||U.ctrlKey)&&U.key==="s"&&(U.preventDefault(),_())};return document.addEventListener("keydown",y),()=>document.removeEventListener("keydown",y)},[_]),S.useEffect(()=>{if(!e.autoSave||!x||!e.activeFile)return;const y=setTimeout(()=>{_()},2e3);return()=>clearTimeout(y)},[e.autoSave,x,e.activeFile,e.cells,e.blockStudioDraft,_]);const F=[{mode:"obsidian",label:"Obsidian",glyph:"●",swatch:"#0d0e11"},{mode:"paper",label:"Paper",glyph:"☼",swatch:"#f7f4ed"},{mode:"white",label:"White",glyph:"○",swatch:"#ffffff"}],P=e.themeMode==="dark"||e.themeMode==="midnight"?"obsidian":e.themeMode==="light"?"paper":e.themeMode==="arctic"?"white":e.themeMode,v=F.find(y=>y.mode===P)??F[0];S.useEffect(()=>{if(!p)return;const y=G=>{N.current&&!N.current.contains(G.target)&&R(!1)},U=G=>{G.key==="Escape"&&R(!1)};return document.addEventListener("mousedown",y),document.addEventListener("keydown",U),()=>{document.removeEventListener("mousedown",y),document.removeEventListener("keydown",U)}},[p]);const M={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 s.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:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:0},children:[s.jsx(A0,{t:n}),s.jsx("div",{style:{width:1,height:20,background:n.headerBorder,flexShrink:0}}),e.activeFile&&s.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?s.jsx("input",{ref:L,value:a,onChange:y=>l(y.target.value),onBlur:B,onKeyDown:y=>{y.key==="Enter"&&B(),y.key==="Escape"&&i(!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}}):s.jsxs("span",{onClick:w,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:[b,x&&s.jsx("span",{style:{color:n.textMuted,marginLeft:4},children:"●"})]}):s.jsx("span",{style:{color:n.textSecondary,fontSize:13,fontFamily:n.font,padding:"2px 4px"},children:b})]}),s.jsx("div",{style:{flex:1}}),s.jsx(Lx,{options:[{value:"studio",label:"Notebook"},{value:"app",label:"App"},{value:"reader",label:"Reader"}],value:e.appMode,onChange:y=>t({type:"SET_APP_MODE",mode:y}),size:"sm",ariaLabel:"View mode"}),s.jsx("div",{style:{flex:1}}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[e.appMode==="studio"&&s.jsx(s.Fragment,{children:s.jsxs("button",{onClick:D?r:void 0,disabled:!e.activeFile||!D,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),style:{...M,height:30,padding:"0 14px",borderRadius:999,background:n.accent,color:"#ffffff",border:`1px solid ${n.accent}`,opacity:!e.activeFile||!D?.4:E?.9:1,boxShadow:"0 1px 2px rgba(107,93,211,0.25)",gap:6},children:[s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("path",{d:"M1.5 1.5l7 3.5-7 3.5V1.5Z"})}),"Run all"]})}),e.appMode==="app"&&s.jsxs(s.Fragment,{children:[s.jsxs("button",{onClick:()=>jE(e.notebookTitle||"dashboard",e.cells),disabled:!e.activeFile,title:"Publish dashboard (standalone HTML)",style:{...M,background:n.accent,color:"#ffffff",border:`1px solid ${n.accent}`,opacity:e.activeFile?1:.4},children:[s.jsxs("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:[s.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"}),s.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"})]}),"Publish"]}),s.jsx("div",{style:{width:1,height:20,background:n.headerBorder}})]}),s.jsxs("div",{ref:N,style:{position:"relative"},children:[s.jsxs("button",{onClick:()=>R(y=>!y),onMouseEnter:()=>h(!0),onMouseLeave:()=>h(!1),title:`Theme: ${v.label}`,"aria-haspopup":"true","aria-expanded":p,style:{...M,background:A||p?n.btnHover:n.btnBg,color:n.textSecondary,padding:"0 10px",fontSize:12,display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:{width:12,height:12,borderRadius:3,background:v.swatch,border:`1px solid ${n.headerBorder}`,flexShrink:0}}),s.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10,letterSpacing:"0.04em"},children:v.label}),s.jsx("span",{style:{fontSize:8,color:n.textMuted},children:"▾"})]}),p&&s.jsx("div",{role:"menu",style:{position:"absolute",top:"100%",right:0,marginTop:4,minWidth:160,background:n.headerBg,border:`1px solid ${n.headerBorder}`,borderRadius:6,boxShadow:"0 8px 24px rgba(0,0,0,0.32)",padding:4,zIndex:1e3,display:"flex",flexDirection:"column",gap:1},children:F.map(y=>{const U=y.mode===P;return s.jsxs("button",{role:"menuitemradio","aria-checked":U,onClick:()=>{t({type:"SET_THEME",mode:y.mode}),R(!1)},style:{display:"flex",alignItems:"center",gap:8,padding:"6px 8px",border:"none",background:U?n.btnHover:"transparent",color:n.textPrimary,cursor:"pointer",borderRadius:4,fontSize:12,fontFamily:n.font,textAlign:"left"},onMouseEnter:G=>{U||(G.currentTarget.style.background=n.btnHover)},onMouseLeave:G=>{U||(G.currentTarget.style.background="transparent")},children:[s.jsx("span",{style:{width:14,height:14,borderRadius:3,background:y.swatch,border:`1px solid ${n.headerBorder}`,flexShrink:0}}),s.jsx("span",{style:{flex:1},children:y.label}),U&&s.jsx("span",{style:{color:n.accent,fontSize:11},children:"✓"})]},y.mode)})})]}),e.appMode==="studio"&&s.jsxs(s.Fragment,{children:[s.jsx("button",{onClick:_,disabled:!e.activeFile||e.savingFile,onMouseEnter:()=>f(!0),onMouseLeave:()=>f(!1),title:"Save (Cmd+S)",style:{...M,background:T&&e.activeFile?n.btnHover:n.btnBg,color:c?n.success:n.textSecondary,opacity:e.activeFile?1:.4},children:e.savingFile?s.jsxs(s.Fragment,{children:[s.jsx(N0,{}),"Saving…"]}):c?s.jsx(s.Fragment,{children:"✓ Saved"}):s.jsx(s.Fragment,{children:"Save"})}),s.jsx("button",{onClick:()=>t({type:"SET_AUTO_SAVE",enabled:!e.autoSave}),title:e.autoSave?"Auto-save on":"Auto-save off",style:{...M,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"}),s.jsxs("button",{onClick:()=>t({type:"TOGGLE_DASHBOARD_MODE"}),disabled:!e.activeFile,title:e.dashboardMode?"Switch to editor mode":"Switch to dashboard mode",style:{...M,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:[s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:e.dashboardMode?s.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"}):s.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"]}),s.jsx("div",{style:{width:1,height:20,background:n.headerBorder}})]}),s.jsxs("div",{ref:g,style:{position:"relative"},children:[s.jsxs("button",{onClick:()=>{e.activeFile&&m(y=>!y)},disabled:!e.activeFile,onMouseEnter:()=>O(!0),onMouseLeave:()=>O(!1),title:"Share / export",style:{...M,height:30,padding:"0 14px",borderRadius:999,background:(I||C)&&e.activeFile?"#2a2a30":"#1a1a1a",color:"#ffffff",border:"1px solid #1a1a1a",opacity:e.activeFile?1:.4,gap:6},children:[s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:s.jsx("path",{d:"M5.5 10.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Zm0-3a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75ZM3 3.75A1.75 1.75 0 0 1 4.75 2h6.586c.464 0 .909.184 1.237.513l1.914 1.914c.329.328.513.773.513 1.237v6.586A1.75 1.75 0 0 1 13.25 14h-8.5A1.75 1.75 0 0 1 3 12.25Z"})}),"Share",s.jsx("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"currentColor",style:{marginLeft:1,opacity:.7},children:s.jsx("path",{d:"M1 2.5l3 3 3-3",stroke:"currentColor",fill:"none",strokeWidth:"1.2",strokeLinecap:"round"})})]}),C&&s.jsx("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:s.jsx(I0,{label:"Export HTML",description:"Standalone dashboard",t:n,onClick:()=>{jE(e.notebookTitle||"dashboard",e.cells),m(!1)}})})]})]})]})}function I0({label:e,description:t,t:n,onClick:r}){const[o,i]=S.useState(!1);return s.jsxs("button",{onClick:r,onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!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:[s.jsx("span",{style:{fontSize:12,fontWeight:500,color:n.textPrimary,fontFamily:n.font},children:e}),s.jsx("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.font},children:t})]})}function N0(){return s.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",style:{animation:"spin 0.8s linear infinite"},children:[s.jsx("style",{children:"@keyframes spin { to { transform: rotate(360deg); } }"}),s.jsx("circle",{cx:"6",cy:"6",r:"4.5",stroke:"currentColor",strokeWidth:"1.5",strokeDasharray:"14 7"})]})}function O0(e){return e.toTimeString().slice(0,8)}function m0(e){return e<1e3?`${e}ms`:`${(e/1e3).toFixed(2)}s`}function g0(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(!1),i=e.queryLog.filter(l=>l.error),a=l=>t({type:"SET_DEV_PANEL_TAB",tab:l});return s.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&&s.jsxs(s.Fragment,{children:[s.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=>s.jsx(C0,{label:l==="errors"?`Errors${i.length>0?` (${i.length})`:""}`:`Logs (${e.queryLog.length})`,active:e.devPanelTab===l,onClick:()=>a(l),t:n},l)),s.jsx("div",{style:{flex:1}}),s.jsx("button",{onClick:()=>t({type:"SET_CELLS",cells:e.cells}),title:"Clear logs",style:{background:"transparent",borderTop:"none",borderLeft:"none",borderRight:"none",borderBottom:"none",cursor:"pointer",color:n.textMuted,fontSize:11,fontFamily:n.font,padding:"2px 6px",borderRadius:4},children:"Clear"})]}),s.jsxs("div",{style:{flex:1,overflow:"auto",padding:"4px 0"},children:[e.devPanelTab==="logs"&&(e.queryLog.length===0?s.jsx(YE,{t:n,message:"No queries executed yet."}):[...e.queryLog].reverse().map(l=>s.jsx(WE,{entry:l,t:n},l.id))),e.devPanelTab==="errors"&&(i.length===0?s.jsx(YE,{t:n,message:"No errors."}):[...i].reverse().map(l=>s.jsx(WE,{entry:l,t:n},l.id)))]})]}),s.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",borderTop:`1px solid ${n.headerBorder}`,borderLeft:`1px solid ${n.headerBorder}`,borderRight:`1px solid ${n.headerBorder}`,borderBottom:e.devPanelOpen?`1px solid ${n.sidebarBg}`:`1px solid ${n.headerBorder}`,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:[s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("path",{d:e.devPanelOpen?"M1 7l4-4 4 4":"M1 3l4 4 4-4",strokeWidth:"1.5",stroke:"currentColor",fill:"none"})}),"Dev"]})]})}function C0({label:e,active:t,onClick:n,t:r}){const[o,i]=S.useState(!1);return s.jsx("button",{onClick:n,onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!1),style:{background:"transparent",borderTop:"none",borderLeft:"none",borderRight:"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 YE({t:e,message:t}){return s.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",color:e.textMuted,fontSize:12,fontFamily:e.font,fontStyle:"italic"},children:t})}function WE({entry:e,t}){return s.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:[s.jsx("span",{style:{color:t.textMuted,flexShrink:0},children:O0(e.ts)}),s.jsx("span",{style:{flexShrink:0,color:t.textPrimary,maxWidth:160,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.cellName}),e.error?s.jsx("span",{style:{color:t.error,flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.error}):s.jsxs(s.Fragment,{children:[s.jsxs("span",{style:{color:t.textMuted},children:[e.rows.toLocaleString()," rows"]}),s.jsx("span",{style:{color:t.textMuted},children:m0(e.time)})]})]})}function x0({onOpenFile:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],o=t.files.slice(0,3);return s.jsx("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",background:r.appBg,padding:40,overflow:"auto"},children:s.jsxs("div",{style:{maxWidth:720,width:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:48},children:[s.jsxs("div",{style:{textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[s.jsx("div",{style:{width:72,height:72,borderRadius:16,background:"linear-gradient(135deg, #5b8cff 0%, #7c5cff 60%, #4a34a8 100%)",display:"flex",alignItems:"center",justifyContent:"center",boxShadow:"0 8px 32px rgba(91,140,255,0.28)"},children:s.jsx("span",{style:{color:"#fff",fontSize:26,fontWeight:800,fontFamily:r.fontMono,letterSpacing:"-1px"},children:"DQL"})}),s.jsxs("div",{children:[s.jsx("h1",{style:{fontSize:32,fontWeight:700,color:r.textPrimary,fontFamily:r.font,marginBottom:8,letterSpacing:"-0.5px"},children:"DQL Notebook"}),s.jsx("p",{style:{fontSize:15,color:r.textSecondary,fontFamily:r.font,letterSpacing:"0.02em"},children:"Analytics as Code"})]})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",gap:16,width:"100%"},children:[s.jsx(VE,{title:"New Notebook",description:"Start a fresh analysis with an empty notebook.",icon:s.jsx(_0,{}),accent:r.accent,onClick:()=>n({type:"OPEN_NEW_NOTEBOOK_MODAL"}),t:r}),s.jsx(y0,{recentFiles:o,onOpenFile:e,t:r}),s.jsx(VE,{title:"New Block",description:"Create a reusable SQL block file.",icon:s.jsx(D0,{}),accent:"#ffc857",onClick:()=>n({type:"OPEN_NEW_BLOCK_MODAL"}),t:r})]}),s.jsxs("div",{style:{width:"100%",borderRadius:10,border:`1px solid ${r.cellBorder}`,padding:"16px 20px",background:r.cellBg},children:[s.jsx("div",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.08em",textTransform:"uppercase",color:r.textMuted,fontFamily:r.font,marginBottom:12},children:"Quick Tips"}),s.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(([i,a])=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.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:i}),s.jsx("span",{style:{fontSize:12,color:r.textMuted,fontFamily:r.font},children:a})]},i))})]})]})})}function VE({title:e,description:t,icon:n,accent:r,onClick:o,t:i}){const[a,l]=S.useState(!1);return s.jsxs("button",{onClick:o,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{background:a?i.cellBg:"transparent",border:`1px solid ${a?r:i.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:[s.jsx("div",{style:{width:36,height:36,borderRadius:8,background:`${r}18`,display:"flex",alignItems:"center",justifyContent:"center",color:r},children:n}),s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:13,fontWeight:600,color:i.textPrimary,fontFamily:i.font,marginBottom:4},children:e}),s.jsx("div",{style:{fontSize:12,color:i.textSecondary,fontFamily:i.font,lineHeight:1.5},children:t})]})]})}function y0({recentFiles:e,onOpenFile:t,t:n}){const[r,o]=S.useState(!1);return s.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:[s.jsx("div",{style:{width:36,height:36,borderRadius:8,background:`${n.warning}18`,display:"flex",alignItems:"center",justifyContent:"center",color:n.warning},children:s.jsx(b0,{})}),s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:13,fontWeight:600,color:n.textPrimary,fontFamily:n.font,marginBottom:8},children:"Open Recent"}),e.length===0?s.jsx("div",{style:{fontSize:12,color:n.textMuted,fontFamily:n.font,fontStyle:"italic"},children:"No recent files."}):s.jsx("div",{style:{display:"flex",flexDirection:"column",gap:4},children:e.map(i=>s.jsx(L0,{file:i,onClick:()=>t(i),t:n},i.path))})]})]})}function L0({file:e,onClick:t,t:n}){const[r,o]=S.useState(!1);return s.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 _0(){return s.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 b0(){return s.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 D0(){return s.jsx("svg",{width:"18",height:"18",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 $E=typeof String.prototype.normalize=="function"?e=>e.normalize("NFKD"):e=>e;class lo{constructor(t,n,r=0,o=t.length,i,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=i?l=>i($E(l)):$E,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 vI(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=kI(t),r=this.bufferStart+this.bufferPos;this.bufferPos+=wI(t);let o=this.normalize(n);if(o.length)for(let i=0,a=r;;i++){let l=o.charCodeAt(i),c=this.match(l,a,this.bufferPos+this.bufferStart);if(i==o.length-1){if(c)return this.value=c,this;break}a==r&&i<n.length&&n.charCodeAt(i)==l&&a++}}}match(t,n,r){let o=null;for(let i=0;i<this.matches.length;i+=2){let a=this.matches[i],l=!1;this.query.charCodeAt(a)==t&&(a==this.query.length-1?o={from:this.matches[i+1],to:r}:(this.matches[i]++,l=!0)),l||(this.matches.splice(i,2),i-=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"&&(lo.prototype[Symbol.iterator]=function(){return this});const sR={from:-1,to:-1,match:/.*/.exec("")},ad="gm"+(/x/.unicode==null?"":"u");class iR{constructor(t,n,r,o=0,i=t.length){if(this.text=t,this.to=i,this.curLine="",this.done=!1,this.value=sR,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new aR(t,n,r,o,i);this.re=new RegExp(n,ad+(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=si(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=si(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 Ka=new WeakMap;class lr{constructor(t,n){this.from=t,this.text=n}get to(){return this.from+this.text.length}static get(t,n,r){let o=Ka.get(t);if(!o||o.from>=r||o.to<=n){let l=new lr(n,t.sliceString(n,r));return Ka.set(t,l),l}if(o.from==n&&o.to==r)return o;let{text:i,from:a}=o;return a>n&&(i=t.sliceString(n,a)+i,a=n),o.to<r&&(i+=t.sliceString(o.to,r)),Ka.set(t,new lr(a,i)),new lr(n,i.slice(n-a,r-a))}}class aR{constructor(t,n,r,o,i){this.text=t,this.to=i,this.done=!1,this.value=sR,this.matchPos=si(t,o),this.re=new RegExp(n,ad+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=lr.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=si(this.text,o+(r==o?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=lr.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(iR.prototype[Symbol.iterator]=aR.prototype[Symbol.iterator]=function(){return this});function M0(e){try{return new RegExp(e,ad),!0}catch{return!1}}function si(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 P0=e=>{let{state:t}=e,n=String(t.doc.lineAt(e.state.selection.main.head).number),{close:r,result:o}=DI(e,{label:t.phrase("Go to line"),input:{type:"text",name:"line",value:n},focus:!0,submitLabel:t.phrase("go")});return o.then(i=>{let a=i&&/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(i.elements.line.value);if(!a){e.dispatch({effects:r});return}let l=t.doc.lineAt(t.selection.main.head),[,c,d,E,u]=a,T=E?+E.slice(1):0,f=d?+d:l.number;if(d&&u){let p=f/100;c&&(p=p*(c=="-"?-1:1)+l.number/t.doc.lines),f=Math.round(t.doc.lines*p)}else d&&c&&(f=f*(c=="-"?-1:1)+l.number);let A=t.doc.line(Math.max(1,Math.min(t.doc.lines,f))),h=Tt.cursor(A.from+Math.max(0,Math.min(T,A.length)));e.dispatch({effects:[r,Ge.scrollIntoView(h.from,{y:"center"})],selection:h})}),!0},v0=({state:e,dispatch:t})=>{let{selection:n}=e,r=Tt.create(n.ranges.map(o=>e.wordAt(o.head)||Tt.cursor(o.head)),n.mainIndex);return r.eq(n)?!1:(t(e.update({selection:r})),!0)};function w0(e,t){let{main:n,ranges:r}=e.selection,o=e.wordAt(n.head),i=o&&o.from==n.from&&o.to==n.to;for(let a=!1,l=new lo(e.doc,t,r[r.length-1].to);;)if(l.next(),l.done){if(a)return null;l=new lo(e.doc,t,0,Math.max(0,r[r.length-1].from-1)),a=!0}else{if(a&&r.some(c=>c.from==l.value.from))continue;if(i){let c=e.wordAt(l.value.from);if(!c||c.from!=l.value.from||c.to!=l.value.to)continue}return l.value}}const U0=({state:e,dispatch:t})=>{let{ranges:n}=e.selection;if(n.some(i=>i.from===i.to))return v0({state:e,dispatch:t});let r=e.sliceDoc(n[0].from,n[0].to);if(e.selection.ranges.some(i=>e.sliceDoc(i.from,i.to)!=r))return!1;let o=w0(e,r);return o?(t(e.update({selection:e.selection.addRange(Tt.range(o.from,o.to),!1),effects:Ge.scrollIntoView(o.to)})),!0):!1},Gn=UI.define({combine(e){return BI(e,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new q0(t),scrollToMatch:t=>Ge.scrollIntoView(t)})}});function B0(e){return e?[Gn.of(e),oc]:oc}class lR{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||M0(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"?`
602
- `: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 Y0(this):new k0(this)}getCursor(t,n=0,r){let o=t.doc?t:vf.create({doc:t});return r==null&&(r=o.doc.length),this.regexp?rr(this,o,n,r):nr(this,o,n,r)}}class cR{constructor(t){this.spec=t}}function F0(e,t,n){return(r,o,i,a)=>{if(n&&!n(r,o,i,a))return!1;let l=r>=a&&o<=a+i.length?i.slice(r-a,o-a):t.doc.sliceString(r,o);return e(l,t,r,o)}}function nr(e,t,n,r){let o;return e.wholeWord&&(o=G0(t.doc,t.charCategorizer(t.selection.main.head))),e.test&&(o=F0(e.test,t,o)),new lo(t.doc,e.unquoted,n,r,e.caseSensitive?void 0:i=>i.toLowerCase(),o)}function G0(e,t){return(n,r,o,i)=>((i>n||i+o.length<r)&&(i=Math.max(0,n-2),o=e.sliceString(i,Math.min(e.length,r+2))),(t(ii(o,n-i))!=nn.Word||t(ai(o,n-i))!=nn.Word)&&(t(ai(o,r-i))!=nn.Word||t(ii(o,r-i))!=nn.Word))}class k0 extends cR{constructor(t){super(t)}nextMatch(t,n,r){let o=nr(this.spec,t,r,t.doc.length).nextOverlapping();if(o.done){let i=Math.min(t.doc.length,n+this.spec.unquoted.length);o=nr(this.spec,t,0,i).nextOverlapping()}return o.done||o.value.from==n&&o.value.to==r?null:o.value}prevMatchInRange(t,n,r){for(let o=r;;){let i=Math.max(n,o-1e4-this.spec.unquoted.length),a=nr(this.spec,t,i,o),l=null;for(;!a.nextOverlapping().done;)l=a.value;if(l)return l;if(i==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=nr(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 i=nr(this.spec,t,Math.max(0,n-this.spec.unquoted.length),Math.min(r+this.spec.unquoted.length,t.doc.length));for(;!i.next().done;)o(i.value.from,i.value.to)}}function H0(e,t,n){return(r,o,i)=>(!n||n(r,o,i))&&e(i[0],t,r,o)}function rr(e,t,n,r){let o;return e.wholeWord&&(o=j0(t.charCategorizer(t.selection.main.head))),e.test&&(o=H0(e.test,t,o)),new iR(t.doc,e.search,{ignoreCase:!e.caseSensitive,test:o},n,r)}function ii(e,t){return e.slice(wf(e,t,!1),t)}function ai(e,t){return e.slice(t,wf(e,t))}function j0(e){return(t,n,r)=>!r[0].length||(e(ii(r.input,r.index))!=nn.Word||e(ai(r.input,r.index))!=nn.Word)&&(e(ai(r.input,r.index+r[0].length))!=nn.Word||e(ii(r.input,r.index+r[0].length))!=nn.Word)}class Y0 extends cR{nextMatch(t,n,r){let o=rr(this.spec,t,r,t.doc.length).next();return o.done&&(o=rr(this.spec,t,0,n).next()),o.done?null:o.value}prevMatchInRange(t,n,r){for(let o=1;;o++){let i=Math.max(n,r-o*1e4),a=rr(this.spec,t,i,r),l=null;for(;!a.next().done;)l=a.value;if(l&&(i==n||l.from>i+10))return l;if(i==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 i=+r.slice(0,o);if(i>0&&i<t.match.length)return t.match[i]+r.slice(o)}return n})}matchAll(t,n){let r=rr(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 i=rr(this.spec,t,Math.max(0,n-250),Math.min(r+250,t.doc.length));for(;!i.next().done;)o(i.value.from,i.value.to)}}const co=_i.define(),ld=_i.define(),rn=Pf.define({create(e){return new za(rc(e).create(),null)},update(e,t){for(let n of t.effects)n.is(co)?e=new za(n.value.create(),e.panel):n.is(ld)&&(e=new za(e.query,n.value?cd:null));return e},provide:e=>MI.from(e,t=>t.panel)});class za{constructor(t,n){this.query=t,this.panel=n}}const W0=Cn.mark({class:"cm-searchMatch"}),V0=Cn.mark({class:"cm-searchMatch cm-searchMatch-selected"}),$0=FI.fromClass(class{constructor(e){this.view=e,this.decorations=this.highlight(e.state.field(rn))}update(e){let t=e.state.field(rn);(t!=e.startState.field(rn)||e.docChanged||e.selectionSet||e.viewportChanged)&&(this.decorations=this.highlight(t))}highlight({query:e,panel:t}){if(!t||!e.spec.valid)return Cn.none;let{view:n}=this,r=new GI;for(let o=0,i=n.visibleRanges,a=i.length;o<a;o++){let{from:l,to:c}=i[o];for(;o<a-1&&c>i[o+1].from-500;)c=i[++o].to;e.highlight(n.state,l,c,(d,E)=>{let u=n.state.selection.ranges.some(T=>T.from==d&&T.to==E);r.add(d,E,u?V0:W0)})}return r.finish()}},{decorations:e=>e.decorations});function Mo(e){return t=>{let n=t.state.field(rn,!1);return n&&n.query.spec.valid?e(t,n):uR(t)}}const li=Mo((e,{query:t})=>{let{to:n}=e.state.selection.main,r=t.nextMatch(e.state,n,n);if(!r)return!1;let o=Tt.single(r.from,r.to),i=e.state.facet(Gn);return e.dispatch({selection:o,effects:[dd(e,r),i.scrollToMatch(o.main,e)],userEvent:"select.search"}),ER(e),!0}),ci=Mo((e,{query:t})=>{let{state:n}=e,{from:r}=n.selection.main,o=t.prevMatch(n,r,r);if(!o)return!1;let i=Tt.single(o.from,o.to),a=e.state.facet(Gn);return e.dispatch({selection:i,effects:[dd(e,o),a.scrollToMatch(i.main,e)],userEvent:"select.search"}),ER(e),!0}),X0=Mo((e,{query:t})=>{let n=t.matchAll(e.state,1e3);return!n||!n.length?!1:(e.dispatch({selection:Tt.create(n.map(r=>Tt.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),K0=({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,i=[],a=0;for(let l=new lo(e.doc,e.sliceDoc(r,o));!l.next().done;){if(i.length>1e3)return!1;l.value.from==r&&(a=i.length),i.push(Tt.range(l.value.from,l.value.to))}return t(e.update({selection:Tt.create(i,a),userEvent:"select.search.matches"})),!0},XE=Mo((e,{query:t})=>{let{state:n}=e,{from:r,to:o}=n.selection.main;if(n.readOnly)return!1;let i=t.nextMatch(n,r,r);if(!i)return!1;let a=i,l=[],c,d,E=[];a.from==r&&a.to==o&&(d=n.toText(t.getReplacement(a)),l.push({from:a.from,to:a.to,insert:d}),a=t.nextMatch(n,a.from,a.to),E.push(Ge.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+".")));let u=e.state.changes(l);return a&&(c=Tt.single(a.from,a.to).map(u),E.push(dd(e,a)),E.push(n.facet(Gn).scrollToMatch(c.main,e))),e.dispatch({changes:u,selection:c,effects:E,userEvent:"input.replace"}),!0}),z0=Mo((e,{query:t})=>{if(e.state.readOnly)return!1;let n=t.matchAll(e.state,1e9).map(o=>{let{from:i,to:a}=o;return{from:i,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:Ge.announce.of(r),userEvent:"input.replace.all"}),!0});function cd(e){return e.state.facet(Gn).createPanel(e)}function rc(e,t){var n,r,o,i,a;let l=e.selection.main,c=l.empty||l.to>l.from+100?"":e.sliceDoc(l.from,l.to);if(t&&!c)return t;let d=e.facet(Gn);return new lR({search:((n=t==null?void 0:t.literal)!==null&&n!==void 0?n:d.literal)?c:c.replace(/\n/g,"\\n"),caseSensitive:(r=t==null?void 0:t.caseSensitive)!==null&&r!==void 0?r:d.caseSensitive,literal:(o=t==null?void 0:t.literal)!==null&&o!==void 0?o:d.literal,regexp:(i=t==null?void 0:t.regexp)!==null&&i!==void 0?i:d.regexp,wholeWord:(a=t==null?void 0:t.wholeWord)!==null&&a!==void 0?a:d.wholeWord})}function dR(e){let t=Mf(e,cd);return t&&t.dom.querySelector("[main-field]")}function ER(e){let t=dR(e);t&&t==e.root.activeElement&&t.select()}const uR=e=>{let t=e.state.field(rn,!1);if(t&&t.panel){let n=dR(e);if(n&&n!=e.root.activeElement){let r=rc(e.state,t.query.spec);r.valid&&e.dispatch({effects:co.of(r)}),n.focus(),n.select()}}else e.dispatch({effects:[ld.of(!0),t?co.of(rc(e.state,t.query.spec)):_i.appendConfig.of(oc)]});return!0},TR=e=>{let t=e.state.field(rn,!1);if(!t||!t.panel)return!1;let n=Mf(e,cd);return n&&n.dom.contains(e.root.activeElement)&&e.focus(),e.dispatch({effects:ld.of(!1)}),!0},J0=[{key:"Mod-f",run:uR,scope:"editor search-panel"},{key:"F3",run:li,shift:ci,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:li,shift:ci,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:TR,scope:"editor search-panel"},{key:"Mod-Shift-l",run:K0},{key:"Mod-Alt-g",run:P0},{key:"Mod-d",run:U0,preventDefault:!0}];class q0{constructor(t){this.view=t;let n=this.query=t.state.field(rn).query.spec;this.commit=this.commit.bind(this),this.searchField=Ze("input",{value:n.search,placeholder:Ve(t,"Find"),"aria-label":Ve(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Ze("input",{value:n.replace,placeholder:Ve(t,"Replace"),"aria-label":Ve(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Ze("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Ze("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Ze("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(o,i,a){return Ze("button",{class:"cm-button",name:o,onclick:i,type:"button"},a)}this.dom=Ze("div",{onkeydown:o=>this.keydown(o),class:"cm-search"},[this.searchField,r("next",()=>li(t),[Ve(t,"next")]),r("prev",()=>ci(t),[Ve(t,"previous")]),r("select",()=>X0(t),[Ve(t,"all")]),Ze("label",null,[this.caseField,Ve(t,"match case")]),Ze("label",null,[this.reField,Ve(t,"regexp")]),Ze("label",null,[this.wordField,Ve(t,"by word")]),...t.state.readOnly?[]:[Ze("br"),this.replaceField,r("replace",()=>XE(t),[Ve(t,"replace")]),r("replaceAll",()=>z0(t),[Ve(t,"replace all")])],Ze("button",{name:"close",onclick:()=>TR(t),"aria-label":Ve(t,"close"),type:"button"},["×"])])}commit(){let t=new lR({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:co.of(t)}))}keydown(t){HI(this.view,t,"search-panel")?t.preventDefault():t.keyCode==13&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?ci:li)(this.view)):t.keyCode==13&&t.target==this.replaceField&&(t.preventDefault(),XE(this.view))}update(t){for(let n of t.transactions)for(let r of n.effects)r.is(co)&&!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(Gn).top}}function Ve(e,t){return e.state.phrase(t)}const Ss=30,ps=/[\s\.,:;?!]/;function dd(e,{from:t,to:n}){let r=e.state.doc.lineAt(t),o=e.state.doc.lineAt(n).to,i=Math.max(r.from,t-Ss),a=Math.min(o,n+Ss),l=e.state.sliceDoc(i,a);if(i!=r.from){for(let c=0;c<Ss;c++)if(!ps.test(l[c+1])&&ps.test(l[c])){l=l.slice(c);break}}if(a!=o){for(let c=l.length-1;c>l.length-Ss;c--)if(!ps.test(l[c-1])&&ps.test(l[c])){l=l.slice(0,c);break}}return Ge.announce.of(`${e.state.phrase("current match")}. ${l} ${e.state.phrase("on line")} ${r.number}.`)}const Q0=Ge.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"}}),oc=[rn,PI.low($0),Q0],Z0=3e4,di="application/dql-semantic-ref";let Rs=[],KE=0,Eo=null;function eb(e){z.trackUsage(e),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:e}}))}async function zE(){if(Date.now()<KE&&Rs.length>0)return Rs;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 Rs=Array.isArray(t.completions)?t.completions:[],KE=Date.now()+Z0,Rs}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 tb(e){Eo=e}function nb(e){Eo===e&&(Eo=null)}function rb(e){return Eo?(fR(Eo,e),!0):!1}function ob(e,t,n){const r=n?e.posAtCoords(n)??e.state.selection.main.from:e.state.selection.main.from;fR(e,t,r)}function JE(e,t,n){return{label:e.name,detail:e.type==="metric"?"@metric":"@dim",type:e.type==="metric"?"function":"variable",info:`${e.label}${e.description?`
603
- ${e.description}`:""}${e.sql?`
604
- ${e.sql}`:""}`,apply(r){const i=r.state.sliceDoc(n,n+1)===")"?e.name:`${e.name})`;r.dispatch({changes:{from:t,to:n,insert:i},selection:{anchor:t+i.length}}),eb(e.name)}}}function sb(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 ib=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(),c=n-o[1].length,d=(await zE()).filter(E=>E.type==="metric").filter(E=>!l||E.name.toLowerCase().includes(l)||E.label.toLowerCase().includes(l)||(E.domain??"").toLowerCase().includes(l)||E.tags.some(u=>u.toLowerCase().includes(l))).slice(0,50);return{from:c,options:d.map(E=>JE(E,c,n)),validFor:/^[\w-]*$/}}const i=/@dim\(([^)]*)$/i.exec(r);if(i){const l=i[1].trim().toLowerCase(),c=n-i[1].length,d=(await zE()).filter(E=>E.type==="dimension").filter(E=>!l||E.name.toLowerCase().includes(l)||E.label.toLowerCase().includes(l)||(E.domain??"").toLowerCase().includes(l)||E.tags.some(u=>u.toLowerCase().includes(l))).slice(0,50);return{from:c,options:d.map(E=>JE(E,c,n)),validFor:/^[\w-]*$/}}const a=/@([md][a-z_]*)?$/i.exec(r);return a?sb(n-a[0].length):(e.explicit,null)};function SR(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 ab(e){const t=e.match(/LINE\s+(\d+)/i);if(t){const o=parseInt(t[1],10),i=e.match(/\n(\s*)\^/),a=i?i[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 Fs=_i.define(),lb=Pf.define({create(){return Cn.none},update(e,t){for(const n of t.effects)if(n.is(Fs)){if(!n.value)return Cn.none;const{from:r,to:o,message:i}=n.value;return Cn.set([Cn.mark({class:"cm-sql-error",attributes:{title:i}}).range(r,o)])}return e},provide:e=>Ge.decorations.from(e)}),cb=jI.define([{tag:me.keyword,color:"var(--sql-keyword)",fontWeight:"600"},{tag:[me.controlKeyword,me.moduleKeyword],color:"var(--sql-keyword)",fontWeight:"600"},{tag:[me.string,me.special(me.string)],color:"var(--sql-string)"},{tag:me.number,color:"var(--sql-number)"},{tag:me.bool,color:"var(--sql-number)",fontWeight:"600"},{tag:me.null,color:"var(--sql-number)",fontWeight:"600"},{tag:[me.comment,me.lineComment,me.blockComment,me.docComment],color:"var(--sql-comment)",fontStyle:"italic"},{tag:[me.function(me.variableName),me.function(me.propertyName)],color:"var(--sql-function)"},{tag:[me.typeName,me.className],color:"var(--sql-type)"},{tag:me.operator,color:"var(--sql-punctuation)"},{tag:me.punctuation,color:"var(--sql-punctuation)"},{tag:me.bracket,color:"var(--sql-punctuation)"},{tag:[me.variableName,me.name,me.propertyName,me.attributeName],color:"var(--sql-ident)"},{tag:me.invalid,color:"var(--color-status-error)"}]),db=Ge.baseTheme({".cm-sql-error":{textDecoration:"underline wavy var(--color-status-error)",textUnderlineOffset:"3px",background:"color-mix(in srgb, var(--color-status-error) 10%, transparent)"}});function pR(e){return Ge.theme({"&":{background:"var(--color-bg-sunken)",color:"var(--color-text-primary)"},".cm-content":{caretColor:"var(--color-text-primary)"},".cm-cursor":{borderLeftColor:"var(--color-text-primary)"},".cm-selectionBackground":{background:"color-mix(in srgb, var(--color-accent-blue) 30%, transparent)"},"&.cm-focused .cm-selectionBackground":{background:"color-mix(in srgb, var(--color-accent-blue) 30%, transparent)"},".cm-gutters":{background:"var(--color-bg-sunken)",color:"var(--color-text-tertiary)",border:"none",borderRight:"1px solid var(--color-border-subtle)"},".cm-activeLineGutter":{background:"var(--color-bg-hover)"},".cm-activeLine":{background:"var(--color-bg-hover)"},".cm-matchingBracket":{background:"color-mix(in srgb, var(--color-accent-blue) 18%, transparent)",outline:"1px solid var(--color-accent-blue)"},".cm-foldPlaceholder":{background:"var(--color-bg-tertiary)",border:"1px solid var(--color-border-subtle)",color:"var(--color-text-secondary)",borderRadius:3,padding:"0 4px"},".cm-tooltip":{background:"var(--color-bg-card)",border:"1px solid var(--color-border-primary)",color:"var(--color-text-primary)",borderRadius:6,boxShadow:"0 4px 12px color-mix(in srgb, var(--color-bg-primary) 40%, transparent)"},".cm-tooltip.cm-tooltip-autocomplete":{"& > ul > li":{padding:"3px 8px"},"& > ul > li[aria-selected]":{background:"color-mix(in srgb, var(--color-accent-blue) 20%, transparent)",color:"var(--color-accent-blue)"}},".cm-searchMatch":{background:"color-mix(in srgb, var(--color-status-warning) 25%, transparent)",outline:"1px solid var(--color-status-warning)"},".cm-searchMatch.cm-searchMatch-selected":{background:"color-mix(in srgb, var(--color-status-warning) 50%, transparent)"},".cm-panels":{background:"var(--color-bg-secondary)",borderTop:"1px solid var(--color-border-subtle)"},".cm-panel":{padding:"6px 8px"},".cm-panel input":{background:"var(--color-bg-sunken)",border:"1px solid var(--color-border-subtle)",color:"var(--color-text-primary)",borderRadius:4,padding:"2px 6px",fontSize:12},".cm-panel button":{background:"var(--color-bg-tertiary)",border:"1px solid var(--color-border-subtle)",color:"var(--color-text-primary)",borderRadius:4,padding:"2px 8px",cursor:"pointer",fontSize:12,marginLeft:4}},{dark:e})}const Eb=pR(!0),ub=pR(!1);function Tb(e){return e==="midnight"||e==="obsidian"||e==="dark"}function Ed({value:e,onChange:t,onRun:n,themeMode:r,autoFocus:o,schema:i,errorMessage:a,editorRef:l,wrap:c=!0}){const d=se[r],E=S.useRef(null),u=S.useRef(null),[T,f]=S.useState(!1),A=S.useRef(n),h=S.useRef(t),p=S.useRef(new YI);return A.current=n,h.current=t,S.useEffect(()=>{l&&(l.current={undo:()=>{u.current&&VI(u.current)},redo:()=>{u.current&&WI(u.current)},resetTo:R=>{const N=u.current;N&&N.dispatch({changes:{from:0,to:N.state.doc.length,insert:R}})}})}),S.useEffect(()=>{if(!E.current)return;const R=$I.of([{key:"Shift-Enter",run:()=>(A.current(),!0)},{key:"Ctrl-Enter",mac:"Cmd-Enter",run:()=>(A.current(),!0)},{key:"Ctrl-/",mac:"Cmd-/",run:XI},KI,...zI,...JI,...qI,...J0,...QI,...ZI]),N=Ge.updateListener.of(x=>{x.docChanged&&h.current(x.state.doc.toString())}),I=Ge.domEventHandlers({focus:(x,D)=>{tb(D)},blur:(x,D)=>{nb(D)}}),O=Ge.theme({"&":{background:"var(--color-bg-surface)",color:"var(--color-text-primary)",fontFamily:"var(--font-mono)",fontSize:"13px",minHeight:"80px",maxHeight:"480px"},".cm-scroller":{overflow:"auto",fontFamily:"inherit"},".cm-content":{padding:"10px 0",minHeight:"80px",color:"var(--color-text-primary)"},".cm-focused":{outline:"none"},".cm-editor":{border:"none"},".cm-gutters":{minWidth:40},".cm-foldGutter":{cursor:"pointer"}}),C=i?is({schema:i,upperCaseKeywords:!1}):is({upperCaseKeywords:!1}),m=[R,N,I,O,p.current.of(C),eN({closeOnBlur:!1,override:[ib]}),tN(),nN(),rN(),oN(),sN(),iN(),aN(),lN(),...c?[Ge.lineWrapping]:[],B0({top:!0}),lb,db,cN(cb),Tb(r)?Eb:ub],g=vf.create({doc:e,extensions:m}),L=new Ge({state:g,parent:E.current});return u.current=L,o&&L.focus(),()=>{L.destroy(),u.current=null}},[r]),S.useEffect(()=>{const R=u.current;if(!R)return;const N=i?is({schema:i,upperCaseKeywords:!1}):is({upperCaseKeywords:!1});R.dispatch({effects:p.current.reconfigure(N)})},[i]),S.useEffect(()=>{const R=u.current;if(!R)return;const N=R.state.doc.toString();N!==e&&R.dispatch({changes:{from:0,to:N.length,insert:e}})},[e]),S.useEffect(()=>{const R=u.current;if(!R)return;if(!a){R.dispatch({effects:Fs.of(null)});return}const N=ab(a),I=R.state.doc;if(N&&N.line>=1&&N.line<=I.lines){const O=I.line(N.line),C=O.from+Math.max(0,N.col-1),m=Math.max(C+1,O.to);R.dispatch({effects:Fs.of({from:Math.min(C,I.length),to:Math.min(m,I.length),message:a})})}else if(I.lines>=1){const O=I.line(1);R.dispatch({effects:Fs.of({from:O.from,to:Math.max(O.from+1,O.to),message:a})})}},[a]),s.jsx("div",{onDragOver:R=>{R.dataTransfer.types.includes(di)&&(R.preventDefault(),f(!0))},onDragLeave:()=>f(!1),onDrop:R=>{const N=u.current;if(!N)return;const I=SR(R.dataTransfer.getData(di));I&&(R.preventDefault(),f(!1),ob(N,I.reference,{x:R.clientX,y:R.clientY}),z.trackUsage(I.name),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:I.name}})))},style:{background:"var(--color-bg-surface)",minHeight:80,border:T?`1px solid ${d.accent}`:"1px solid transparent",borderRadius:6,transition:"border-color 0.15s"},children:s.jsx("div",{ref:E,style:{minHeight:80}})})}Ed.displayName="SQLCellEditor";function fb(e,t){const n=e.split(`
605
- `),r=[];let o=0;for(;o<n.length;){const i=n[o],a=i.match(/^(#{1,6})\s+(.+)$/);if(a){const l=a[1].length,c=a[2],E=[28,22,18,16,14,13][l-1];r.push(s.jsx("div",{style:{fontSize:E,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(c,t)},o)),o++;continue}if(/^[-*_]{3,}$/.test(i.trim())){r.push(s.jsx("hr",{style:{border:"none",borderTop:`1px solid ${t.cellBorder}`,margin:"12px 0"}},o)),o++;continue}if(i.startsWith("> ")){r.push(s.jsx("div",{style:{borderLeft:`3px solid ${t.textMuted}`,paddingLeft:12,marginLeft:4,color:t.textSecondary,fontStyle:"italic",fontFamily:t.fontSerif,fontSize:14},children:Yr(i.slice(2),t)},o)),o++;continue}if(i.startsWith("```")){const l=[];for(o++;o<n.length&&!n[o].startsWith("```");)l.push(n[o]),o++;r.push(s.jsx("pre",{style:{background:"var(--color-bg-surface)",border:"1px solid var(--color-border-subtle)",borderRadius:6,padding:"10px 12px",fontSize:12,fontFamily:"var(--font-mono)",color:"var(--color-text-primary)",overflow:"auto",margin:"8px 0",lineHeight:1.6},children:l.join(`
606
- `)},o)),o++;continue}if(/^[-*+]\s/.test(i)){const l=o,c=[];for(;o<n.length&&/^[-*+]\s/.test(n[o]);)c.push(n[o].replace(/^[-*+]\s/,"")),o++;r.push(s.jsx("ul",{style:{paddingLeft:20,marginBottom:8,color:t.textSecondary},children:c.map((d,E)=>s.jsx("li",{style:{fontSize:14,fontFamily:t.font,lineHeight:1.6,marginBottom:2},children:Yr(d,t)},E))},`ul-${l}`));continue}if(/^\d+\.\s/.test(i)){const l=o,c=[];for(;o<n.length&&/^\d+\.\s/.test(n[o]);)c.push(n[o].replace(/^\d+\.\s/,"")),o++;r.push(s.jsx("ol",{style:{paddingLeft:20,marginBottom:8,color:t.textSecondary},children:c.map((d,E)=>s.jsx("li",{style:{fontSize:14,fontFamily:t.font,lineHeight:1.6,marginBottom:2},children:Yr(d,t)},E))},`ol-${l}`));continue}if(!i.trim()){r.push(s.jsx("div",{style:{height:8}},o)),o++;continue}r.push(s.jsx("p",{style:{fontSize:14,lineHeight:1.7,fontFamily:t.fontSerif,color:t.textSecondary,marginBottom:6},children:Yr(i,t)},o)),o++}return r}function Yr(e,t){const n=[];let r=e,o=0;for(;r.length>0;){const i=r.match(/\*{3}(.+?)\*{3}/),a=r.match(/\*{2}(.+?)\*{2}/),l=r.match(/\*(.+?)\*/),c=r.match(/`(.+?)`/),d=r.match(/\[(.+?)\]\((.+?)\)/),E=[i?{match:i,type:"boldItalic"}:null,a?{match:a,type:"bold"}:null,l?{match:l,type:"italic"}:null,c?{match:c,type:"code"}:null,d?{match:d,type:"link"}:null].filter(Boolean);if(E.length===0){n.push(s.jsx(Le.Fragment,{children:r},o++));break}const u=E.reduce((f,A)=>(f.match.index??0)<(A.match.index??0)?f:A),T=u.match.index??0;switch(T>0&&n.push(s.jsx(Le.Fragment,{children:r.slice(0,T)},o++)),u.type){case"boldItalic":n.push(s.jsx("strong",{style:{fontStyle:"italic"},children:u.match[1]},o++));break;case"bold":n.push(s.jsx("strong",{children:u.match[1]},o++));break;case"italic":n.push(s.jsx("em",{children:u.match[1]},o++));break;case"code":n.push(s.jsx("code",{style:{background:"var(--color-bg-surface)",border:"1px solid var(--color-border-subtle)",borderRadius:4,padding:"1px 5px",fontSize:"0.9em",fontFamily:"var(--font-mono)",color:"var(--color-accent-blue)"},children:u.match[1]},o++));break;case"link":n.push(s.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 s.jsx(s.Fragment,{children:n})}function Sb({value:e,onChange:t,onRun:n,themeMode:r}){const o=se[r],[i,a]=S.useState(!1),l=S.useRef(null);S.useEffect(()=>{if(i&&l.current){l.current.focus();const u=l.current;u.style.height="auto",u.style.height=`${Math.max(u.scrollHeight,80)}px`}},[i]);const c=()=>{a(!1)},d=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,f=T.selectionStart,A=T.selectionEnd,h=e.slice(0,f)+" "+e.slice(A);t(h),requestAnimationFrame(()=>{T.selectionStart=T.selectionEnd=f+2})}},E=u=>{t(u.target.value);const T=u.target;T.style.height="auto",T.style.height=`${Math.max(T.scrollHeight,80)}px`};return i?s.jsx("textarea",{ref:l,value:e,onChange:E,onBlur:c,onKeyDown:d,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()?s.jsx("div",{onDoubleClick:()=>a(!0),title:"Double-click to edit",style:{padding:"12px 16px",cursor:"text",minHeight:48},children:fb(e,o)}):s.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 pb({cell:e,themeMode:t,onApplyParam:n}){const{dispatch:r}=fe(),o=se[t],[i,a]=S.useState(!1),l=e.paramConfig??{paramType:"text",label:"Parameter",defaultValue:"",options:[]},c=e.paramValue??l.defaultValue,d=f=>{r({type:"UPDATE_CELL",id:e.id,updates:{paramConfig:{...l,...f}}})},E=f=>{r({type:"SET_PARAM_VALUE",id:e.id,value:f})},u=(l.options??[]).map(f=>f.trim()).filter(Boolean),T=e.name?`{{${e.name}}}`:null;return s.jsxs("div",{style:{background:o.cellBg,border:`1px solid ${o.cellBorder}`,borderLeft:`3px solid ${o.warning}`,borderRadius:8,overflow:"hidden"},children:[i&&s.jsxs("div",{style:{background:o.tableHeaderBg,borderBottom:`1px solid ${o.cellBorder}`,padding:"12px 14px",display:"flex",flexDirection:"column",gap:10},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:2},children:[s.jsx("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.06em",color:o.warning,fontFamily:o.fontMono,textTransform:"uppercase"},children:"Configure Parameter"}),s.jsx("button",{onClick:()=>a(!1),title:"Done",style:{background:o.warning,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"})]}),s.jsxs("div",{style:{display:"flex",gap:10,flexWrap:"wrap"},children:[s.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[s.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Variable name"}),s.jsx("input",{value:e.name??"",onChange:f=>r({type:"UPDATE_CELL",id:e.id,updates:{name:f.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"}})]}),s.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[s.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Display label"}),s.jsx("input",{value:l.label,onChange:f=>d({label:f.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"}})]}),s.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 100px"},children:[s.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Type"}),s.jsxs("select",{value:l.paramType,onChange:f=>d({paramType:f.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:[s.jsx("option",{value:"text",children:"Text"}),s.jsx("option",{value:"number",children:"Number"}),s.jsx("option",{value:"date",children:"Date"}),s.jsx("option",{value:"select",children:"Select"})]})]}),s.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3,flex:"1 1 120px"},children:[s.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Default value"}),s.jsx("input",{type:l.paramType==="number"?"number":l.paramType==="date"?"date":"text",value:l.defaultValue,onChange:f=>d({defaultValue:f.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"&&s.jsxs("label",{style:{display:"flex",flexDirection:"column",gap:3},children:[s.jsx("span",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:"Options (one per line)"}),s.jsx("textarea",{value:(l.options??[]).join(`
607
- `),onChange:f=>d({options:f.target.value.split(`
608
- `)}),rows:4,placeholder:`Option A
609
- Option B
610
- 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"}})]})]}),s.jsxs("div",{style:{padding:"12px 14px",display:"flex",alignItems:"center",gap:12,flexWrap:"wrap"},children:[s.jsx("button",{onClick:()=>a(f=>!f),title:i?"Close config":"Configure parameter",style:{background:i?`${o.warning}18`:"transparent",border:`1px solid ${i?o.warning:o.cellBorder}`,borderRadius:5,cursor:"pointer",color:i?o.warning:o.textMuted,width:26,height:26,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,transition:"all 0.15s"},children:i?s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})}):s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.jsx("span",{style:{fontSize:13,fontWeight:500,fontFamily:o.font,color:o.textSecondary,flexShrink:0},children:l.label}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[l.paramType==="select"?s.jsx("select",{value:c,onChange:f=>E(f.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?s.jsx("option",{value:"",children:"— no options configured —"}):u.map(f=>s.jsx("option",{value:f,children:f},f))}):s.jsx("input",{type:l.paramType,value:c,onChange:f=>E(f.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&&s.jsx("span",{style:{fontSize:10,fontFamily:o.fontMono,color:o.warning,opacity:.8},children:T})]}),c&&s.jsx("span",{style:{fontSize:12,fontFamily:o.fontMono,color:o.textPrimary,background:`${o.warning}18`,border:`1px solid ${o.warning}40`,borderRadius:4,padding:"2px 8px",flexShrink:0},children:c}),e.name&&n&&s.jsx("button",{onClick:()=>n(e.name),title:`Re-run cells that use {{${e.name}}}`,style:{background:o.warning,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 Rb({cell:e,themeMode:t,title:n,subtitle:r,color:o,badge:i}){const a=se[t];return s.jsx(vp,{typeLabel:n,typeColor:o,idleBorder:a.cellBorder,background:a.cellBg,headerBackground:`${a.tableHeaderBg}80`,title:e.name?s.jsx("span",{style:{fontSize:12,fontFamily:a.fontMono,color:a.textSecondary},children:e.name}):void 0,actions:i?s.jsx("span",{style:{fontSize:9,fontFamily:a.fontMono,fontWeight:600,letterSpacing:"0.1em",color:a.textMuted,textTransform:"uppercase",padding:"2px 6px",border:`1px solid ${a.cellBorder}`,borderRadius:3},children:i}):void 0,children:s.jsx("div",{style:{padding:"12px 14px",fontSize:12,color:a.textSecondary,lineHeight:1.5,fontFamily:a.font},children:r})})}function Ab(e){return e.type==="param"?"param":e.type.toUpperCase()}function hb({cells:e,index:t,content:n,themeMode:r,onInsertHandle:o}){const i=se[r],[a,l]=S.useState(!1),c=S.useRef(null),d=S.useMemo(()=>e.slice(0,t).filter(T=>T.name&&T.name.trim().length>0),[e,t]),E=S.useMemo(()=>Q_(n),[n]);S.useEffect(()=>{if(!a)return;const T=f=>{var A;(A=c.current)!=null&&A.contains(f.target)||l(!1)};return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[a]);const u=E.length===0?"df":E.length===1?`df: ${E[0]}`:`df: ${E[0]} +${E.length-1}`;return s.jsxs("div",{ref:c,style:{position:"relative",flexShrink:0},children:[s.jsxs("button",{onClick:()=>l(T=>!T),title:"Insert an upstream dataframe handle ({{name}})",style:{display:"inline-flex",alignItems:"center",gap:4,fontSize:10,fontFamily:i.fontMono,fontWeight:600,letterSpacing:"0.04em",color:E.length>0?i.accent:i.textMuted,background:E.length>0?`${i.accent}14`:"transparent",border:`1px solid ${E.length>0?`${i.accent}55`:i.btnBorder}`,borderRadius:4,padding:"1px 6px",cursor:"pointer",textTransform:"lowercase",transition:"border-color 0.15s, color 0.15s"},children:[u,s.jsx("span",{style:{fontSize:8,opacity:.7},children:"▾"})]}),a&&s.jsxs("div",{style:{position:"absolute",top:"calc(100% + 4px)",left:0,zIndex:20,minWidth:220,maxWidth:280,background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.25)",padding:4,display:"flex",flexDirection:"column",gap:2},children:[s.jsx("div",{style:{fontSize:9,fontFamily:i.font,fontWeight:700,letterSpacing:"0.1em",color:i.textMuted,textTransform:"uppercase",padding:"4px 8px 2px"},children:"Upstream dataframes"}),d.length===0&&s.jsx("div",{style:{fontSize:11,fontFamily:i.font,color:i.textMuted,padding:"6px 8px 8px",lineHeight:1.4},children:"No named upstream cells yet. Name a cell (click its header) to expose it here."}),d.map(T=>{const f=T.name?E.includes(T.name):!1;return s.jsxs("button",{onClick:()=>{T.name&&o(T.name),l(!1)},style:{display:"flex",alignItems:"center",gap:8,padding:"5px 8px",background:f?`${i.accent}14`:"transparent",border:"none",borderRadius:4,cursor:"pointer",textAlign:"left",color:i.textPrimary,fontFamily:i.fontMono,fontSize:11},onMouseEnter:A=>{f||(A.currentTarget.style.background=i.tableRowHover)},onMouseLeave:A=>{f||(A.currentTarget.style.background="transparent")},children:[s.jsx("span",{style:{fontSize:9,fontFamily:i.fontMono,fontWeight:700,color:i.textMuted,minWidth:36},children:Ab(T)}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:T.name}),f&&s.jsx("span",{style:{fontSize:9,color:i.accent,fontWeight:700,letterSpacing:"0.08em"},children:"IN USE"})]},T.id)})]})]})}const Ib=/date|time|_at$|_on$|timestamp/i;function Nb(e){return typeof e=="number"||typeof e=="string"&&e!==""&&!isNaN(Number(e))}function ud(e,t){if(Ib.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(Nb).length/n.length>.8?"numeric":"string"}function RR(e){return e==="numeric"?"measure":e==="date"?"temporal":"dimension"}const Ob=[25,50,100,500];function sc(e){return typeof e=="number"?!0:typeof e=="string"?!isNaN(Number(e))&&e.trim()!=="":!1}function mb(e){switch(e){case"numeric":return{icon:"#",color:"#79c0ff"};case"date":return{icon:"D",color:"#e3b341"};case"bool":return{icon:"B",color:"#a371f7"};case"json":return{icon:"{}",color:"#ff7b72"};case"string":default:return{icon:"A",color:"#56d364"}}}function AR(e){return e==null?"":typeof e=="object"?JSON.stringify(e):String(e)}function gb(e,t){return e==null?1:t==null?-1:sc(e)&&sc(t)?Number(e)-Number(t):String(e).localeCompare(String(t))}function Cb(e,t){const n=a=>a.includes(",")||a.includes('"')||a.includes(`
611
- `)?`"${a.replace(/"/g,'""')}"`:a,r=e.columns.map(n).join(","),o=e.rows.map(a=>e.columns.map(l=>n(AR(a[l]))).join(",")),i=[r,...o].join(`
612
- `);hR(i,"export.csv","text/csv")}function xb(e,t){const n=JSON.stringify(e.rows,null,2);hR(n,"export.json","application/json")}function hR(e,t,n){const r=new Blob([e],{type:n}),o=URL.createObjectURL(r),i=document.createElement("a");i.href=o,i.download=t,document.body.appendChild(i),i.click(),document.body.removeChild(i),URL.revokeObjectURL(o)}function yb({dir:e,color:t}){return e?s.jsx("svg",{width:"8",height:"10",viewBox:"0 0 8 10",fill:t,style:{marginLeft:3,flexShrink:0},children:e==="asc"?s.jsx("path",{d:"M4 0L7 4H1L4 0Z"}):s.jsx("path",{d:"M4 10L1 6H7L4 10Z"})}):s.jsxs("svg",{width:"8",height:"10",viewBox:"0 0 8 10",fill:t,opacity:.3,style:{marginLeft:3,flexShrink:0},children:[s.jsx("path",{d:"M4 0L7 3.5H1L4 0Z"}),s.jsx("path",{d:"M4 10L1 6.5H7L4 10Z"})]})}function Mr({result:e,themeMode:t}){const n=se[t],[r,o]=S.useState(null),[i,a]=S.useState(null),[l,c]=S.useState(null),[d,E]=S.useState(""),[u,T]=S.useState(50),[f,A]=S.useState(0),h=S.useCallback(L=>{i===L?l==="asc"?c("desc"):l==="desc"?(a(null),c(null)):c("asc"):(a(L),c("asc")),A(0)},[i,l]),p=S.useMemo(()=>{if(!d.trim())return e.rows;const L=d.toLowerCase();return e.rows.filter(x=>e.columns.some(D=>{const b=x[D];return b==null?!1:String(b).toLowerCase().includes(L)}))},[e.rows,e.columns,d]),R=S.useMemo(()=>{if(!i||!l)return p;const L=[...p];return L.sort((x,D)=>{const b=gb(x[i],D[i]);return l==="desc"?-b:b}),L},[p,i,l]),N=S.useMemo(()=>{const L=new Map;for(const x of e.columns)L.set(x,ud(x,e.rows));return L},[e.columns,e.rows]),[I,O]=S.useState(!1),C=Math.max(1,Math.ceil(R.length/u)),m=Math.min(f,C-1),g=R.slice(m*u,(m+1)*u);return e.columns.length===0?s.jsx("div",{style:{padding:"12px 16px",color:n.textMuted,fontSize:12,fontFamily:n.font,fontStyle:"italic"},children:"Query executed successfully. No columns to display."}):s.jsxs("div",{children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"4px 8px",borderBottom:`1px solid ${n.tableBorder}`,background:`${n.tableHeaderBg}60`,flexWrap:"wrap"},children:[s.jsxs("div",{style:{position:"relative",flex:"0 1 200px",minWidth:120},children:[s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:n.textMuted,style:{position:"absolute",left:6,top:6},children:s.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"})}),s.jsx("input",{value:d,onChange:L=>{E(L.target.value),A(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"}}),d&&s.jsx("button",{onClick:()=>E(""),style:{position:"absolute",right:4,top:3,background:"none",border:"none",color:n.textMuted,cursor:"pointer",fontSize:12,padding:"0 2px"},children:"×"})]}),s.jsxs("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.font},children:[d?`${R.length} of ${e.rows.length}`:`${e.rows.length}`," rows"]}),s.jsx("div",{style:{flex:1}}),s.jsx(qE,{label:"CSV",onClick:()=>Cb(e),t:n}),s.jsx(qE,{label:"JSON",onClick:()=>xb(e),t:n}),s.jsx("select",{value:u,onChange:L=>{T(Number(L.target.value)),A(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:Ob.map(L=>s.jsxs("option",{value:L,children:[L," / page"]},L))}),C>1&&s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[s.jsx(Jn,{disabled:m===0,onClick:()=>A(0),t:n,children:"«"}),s.jsx(Jn,{disabled:m===0,onClick:()=>A(m-1),t:n,children:"‹"}),s.jsxs("span",{style:{fontSize:10,color:n.textSecondary,fontFamily:n.font,padding:"0 4px"},children:[m+1,"/",C]}),s.jsx(Jn,{disabled:m>=C-1,onClick:()=>A(m+1),t:n,children:"›"}),s.jsx(Jn,{disabled:m>=C-1,onClick:()=>A(C-1),t:n,children:"»"})]})]}),s.jsx("div",{style:{maxHeight:440,overflow:"auto",position:"relative"},onScroll:L=>O(L.target.scrollTop>0),children:s.jsxs("table",{style:{width:"100%",borderCollapse:"separate",borderSpacing:0,tableLayout:"auto",fontSize:12.5,fontFamily:n.fontMono},children:[s.jsx("thead",{children:s.jsx("tr",{children:e.columns.map(L=>{const x=N.get(L)??"string",D=x==="numeric";return s.jsx("th",{onClick:()=>h(L),style:{background:n.tableHeaderBg,color:n.textSecondary,fontWeight:600,fontSize:11,textAlign:D?"right":"left",padding:"8px 14px",borderBottom:`1px solid ${n.tableBorder}`,minWidth:80,maxWidth:320,whiteSpace:"nowrap",position:"sticky",top:0,zIndex:1,fontFamily:n.font,letterSpacing:"0.03em",overflow:"hidden",textOverflow:"ellipsis",cursor:"pointer",userSelect:"none",boxShadow:I?"0 2px 4px -2px rgba(0,0,0,0.18)":"none",transition:"background 0.1s, box-shadow 0.18s"},children:s.jsxs("span",{style:{display:"flex",alignItems:"center",gap:6,justifyContent:D?"flex-end":"flex-start"},children:[(()=>{const b=mb(x);return s.jsx("span",{title:x,style:{fontSize:9,fontFamily:n.fontMono,fontWeight:700,color:b.color,background:`${b.color}15`,border:`1px solid ${b.color}40`,borderRadius:3,padding:"0 4px",minWidth:14,textAlign:"center",lineHeight:"14px",flexShrink:0},children:b.icon})})(),s.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:L}),s.jsx(yb,{dir:i===L?l:null,color:i===L?n.accent:n.textMuted})]})},L)})})}),s.jsx("tbody",{children:g.map((L,x)=>{const D=r===x,w=x%2===1?n.tableHeaderBg:"transparent";return s.jsx("tr",{onMouseEnter:()=>o(x),onMouseLeave:()=>o(null),style:{transition:"background 0.1s"},children:e.columns.map(B=>{const _=L[B],F=_==null,P=sc(_);return s.jsx("td",{style:{padding:"7px 14px",borderBottom:`1px solid ${n.tableBorder}`,background:D?n.tableRowHover:w,color:F?n.textMuted:n.textPrimary,fontStyle:F?"italic":"normal",fontVariantNumeric:P?"tabular-nums":"normal",textAlign:P?"right":"left",whiteSpace:"nowrap",maxWidth:320,overflow:"hidden",textOverflow:"ellipsis",transition:"background 0.1s"},children:F?"—":AR(_)},B)})},x)})})]})}),s.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:[C>1&&s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[s.jsx(Jn,{disabled:m===0,onClick:()=>A(m-1),t:n,children:"‹"}),Lb(C,m).map((L,x)=>L==="…"?s.jsx("span",{style:{color:n.textMuted,fontSize:10,padding:"0 2px"},children:"…"},`gap-${x}`):s.jsx("button",{onClick:()=>A(L-1),style:{background:L-1===m?`${n.accent}20`:"transparent",border:"none",color:L-1===m?n.accent:n.textSecondary,fontSize:10,fontFamily:n.font,fontWeight:L-1===m?700:400,padding:"1px 6px",borderRadius:3,cursor:"pointer",minWidth:20},children:L},L)),s.jsx(Jn,{disabled:m>=C-1,onClick:()=>A(m+1),t:n,children:"›"})]}),s.jsx("div",{style:{flex:1}}),s.jsxs("span",{style:{fontSize:10,color:n.textSecondary,fontFamily:n.font,marginLeft:6,whiteSpace:"nowrap"},children:[R.length.toLocaleString()," ",R.length===1?"row":"rows",d&&e.rows.length!==R.length&&` of ${e.rows.length.toLocaleString()}`]})]})]})}function Lb(e,t){if(e<=7)return Array.from({length:e},(o,i)=>i+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 qE({label:e,onClick:t,t:n}){const[r,o]=S.useState(!1);return s.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:[s.jsxs("svg",{width:"9",height:"9",viewBox:"0 0 16 16",fill:"currentColor",children:[s.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"}),s.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 Jn({disabled:e,onClick:t,children:n,t:r}){return s.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 Ki=[{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"}],_b=/date|time|at|day|month|year/i,IR=/^(label|name|category|status|type|group)$/i,NR=/^(value|count|total|revenue|amount|sum|avg|price|quantity|sales)$/i;function on(e){return typeof e=="number"?!0:typeof e=="string"?e.trim()!==""&&!isNaN(Number(e)):!1}function bb(e){return typeof e=="string"||typeof e=="number"}const Db=new Set(["bar","line","area","pie","donut","scatter","heatmap","funnel","waterfall","histogram","gauge","stacked-bar","grouped-bar","kpi","table"]);function uo(e,t){if(t!=null&&t.chart){const n=t.chart.toLowerCase().replace(/_/g,"-");if(Db.has(n))return n}return Mb(e)}function Mb(e){const{columns:t,rows:n}=e;if(t.length<2||n.length===0)return"table";const r=t[0],o=t[1],i=n.slice(0,5),a=i.every(u=>on(u[o])),l=i.every(u=>bb(u[r]));if(_b.test(r)&&a&&l)return"line";const c=t.find(u=>IR.test(u)),d=t.find(u=>NR.test(u));return c&&d&&i.every(T=>on(T[d]))?"bar":i.every(u=>on(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"]},Fe=mR.default;function Ue(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 Pb(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 zi(e,t){const n=(t!=null&&t.x&&e.columns.includes(t.x)?t.x:void 0)??e.columns.find(o=>IR.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 Dn=20;function Td({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),{labelCol:a,valueCol:l}=zi(e,n),c=(n==null?void 0:n.maxItems)??Dn,d=e.rows.slice(0,c).map(R=>({label:String(R[a]??""),value:Number(R[l]??0)})),E=e.rows.length>c,u=Math.max(...d.map(R=>R.value),1),T=28,f=120,A=6,h=12,p=d.length*(T+A)+h*2;return s.jsxs("div",{style:{padding:"8px 0"},children:[s.jsx("svg",{width:"100%",height:p,viewBox:`0 0 600 ${p}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:d.map((R,N)=>{const I=h+N*(T+A),O=600-f-84,C=Math.max(R.value/u*O,2),m=o===N;return s.jsxs("g",{onMouseEnter:()=>i(N),onMouseLeave:()=>i(null),style:{cursor:"default"},children:[s.jsx("text",{x:f-8,y:I+T/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:R.label.length>16?R.label.slice(0,15)+"…":R.label}),s.jsx("rect",{x:f,y:I,width:C,height:T,rx:3,fill:m?r.accentHover:r.accent,style:{transition:"fill 0.15s"}}),s.jsx("text",{x:f+C+6,y:I+T/2+4,textAnchor:"start",fontSize:11,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(R.value)})]},N)})}),E&&s.jsxs("div",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font,fontStyle:"italic",padding:"4px 12px"},children:["Showing ",Dn," of ",e.rows.length," rows"]})]})}function vb({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),a=n!=null&&n.x&&e.columns.includes(n.x)?n.x:e.columns[0],l=e.rows.slice(0,5),c=e.columns.filter(R=>R!==a&&l.some(N=>on(N[R])));if(c.length===0)return s.jsx(Td,{result:e,themeMode:t,chartConfig:n});const d=e.rows.slice(0,Dn).map(R=>String(R[a]??"")),E=Math.max(...e.rows.slice(0,Dn).flatMap(R=>c.map(N=>Math.abs(Number(R[N]??0)))),1),u=24,T=u/c.length,f=120,A=12,h=8,p=d.length*(u+h)+A*2;return s.jsxs("div",{style:{padding:"8px 0"},children:[s.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:c.map((R,N)=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[s.jsx("div",{style:{width:10,height:10,borderRadius:2,background:Fe[N%Fe.length]}}),s.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:R})]},R))}),s.jsx("svg",{width:"100%",height:p,viewBox:`0 0 600 ${p}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:d.map((R,N)=>{const I=A+N*(u+h),O=e.rows[N];return s.jsxs("g",{children:[s.jsx("text",{x:f-8,y:I+u/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:R.length>16?R.slice(0,15)+"…":R}),c.map((C,m)=>{const g=Number(O[C]??0),L=600-f-60,x=Math.max(Math.abs(g)/E*L,1),D=I+m*T,b=`${N}-${m}`;return s.jsxs("g",{onMouseEnter:()=>i(b),onMouseLeave:()=>i(null),children:[s.jsx("rect",{x:f,y:D,width:x,height:T-1,rx:2,fill:Fe[m%Fe.length],opacity:o===b?1:.85,style:{transition:"opacity 0.15s"}}),o===b&&s.jsx("text",{x:f+x+4,y:D+T/2+3,fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(g)})]},m)})]},N)})})]})}function wb({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),a=n!=null&&n.x&&e.columns.includes(n.x)?n.x:e.columns[0],l=e.rows.slice(0,5),c=e.columns.filter(R=>R!==a&&l.some(N=>on(N[R])));if(c.length===0)return s.jsx(Td,{result:e,themeMode:t,chartConfig:n});const d=e.rows.slice(0,Dn),E=d.map(R=>String(R[a]??"")),u=Math.max(...d.map(R=>c.reduce((N,I)=>N+Math.abs(Number(R[I]??0)),0)),1),T=28,f=120,A=12,h=6,p=E.length*(T+h)+A*2;return s.jsxs("div",{style:{padding:"8px 0"},children:[s.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:c.map((R,N)=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[s.jsx("div",{style:{width:10,height:10,borderRadius:2,background:Fe[N%Fe.length]}}),s.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:R})]},R))}),s.jsx("svg",{width:"100%",height:p,viewBox:`0 0 600 ${p}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:E.map((R,N)=>{const I=A+N*(T+h),O=d[N],C=600-f-60;let m=f;return s.jsxs("g",{children:[s.jsx("text",{x:f-8,y:I+T/2+4,textAnchor:"end",fontSize:11,fontFamily:r.font,fill:r.textSecondary,children:R.length>16?R.slice(0,15)+"…":R}),c.map((g,L)=>{const x=Math.abs(Number(O[g]??0)),D=Math.max(x/u*C,0),b=m;m+=D;const w=`${N}-${L}`;return s.jsxs("g",{onMouseEnter:()=>i(w),onMouseLeave:()=>i(null),children:[s.jsx("rect",{x:b,y:I,width:D,height:T,rx:L===0?3:0,fill:Fe[L%Fe.length],opacity:o===w?1:.85,style:{transition:"opacity 0.15s"}}),o===w&&D>30&&s.jsx("text",{x:b+D/2,y:I+T/2+4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:"#fff",fontWeight:600,children:Ue(x)})]},L)})]},N)})})]})}function QE({result:e,themeMode:t,showArea:n}){const r=se[t],[o,i]=S.useState(null),a=e.columns[0],l=e.columns[1],c=e.rows.map(_=>({label:String(_[a]??""),value:Number(_[l]??0)}));if(c.length<2)return null;const d=560,E=200,u=52,T=16,f=16,A=36,h=d-u-T,p=E-f-A,R=Math.min(...c.map(_=>_.value)),I=Math.max(...c.map(_=>_.value))-R||1,O=h/(c.length-1),C=_=>u+_*O,m=_=>f+p-(_-R)/I*p,g=c.map((_,F)=>({x:C(F),y:m(_.value)})),L=g.reduce((_,F,P)=>{if(P===0)return`M ${F.x},${F.y}`;const v=g[P-1],M=v.x+(F.x-v.x)/2;return`${_} C ${M},${v.y} ${M},${F.y} ${F.x},${F.y}`},""),x=`${L} L ${g[g.length-1].x},${f+p} L ${u},${f+p} Z`,D=5,b=Array.from({length:D+1},(_,F)=>{const P=R+I*F/D;return{val:P,y:m(P)}}),w=Math.ceil(c.length/8),B=c.filter((_,F)=>F%w===0||F===c.length-1);return s.jsx("div",{style:{position:"relative",padding:"8px 0"},children:s.jsxs("svg",{width:"100%",height:E,viewBox:`0 0 ${d} ${E}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},onMouseLeave:()=>i(null),children:[b.map((_,F)=>s.jsxs("g",{children:[s.jsx("line",{x1:u,y1:_.y,x2:u+h,y2:_.y,stroke:r.tableBorder,strokeWidth:.5}),s.jsx("text",{x:u-6,y:_.y+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(_.val)})]},F)),s.jsx("path",{d:x,fill:r.accent,opacity:n?.3:.15}),s.jsx("path",{d:L,fill:"none",stroke:r.accent,strokeWidth:2,strokeLinejoin:"round"}),g.map((_,F)=>s.jsx("circle",{cx:_.x,cy:_.y,r:3,fill:r.accent,style:{cursor:"crosshair"},onMouseEnter:()=>i({x:_.x,y:_.y,label:c[F].label,value:c[F].value})},F)),B.map((_,F)=>{const P=c.indexOf(_);return s.jsx("text",{x:C(P),y:f+p+16,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:Pb(_.label)},F)}),s.jsx("line",{x1:u,y1:f,x2:u,y2:f+p,stroke:r.tableBorder,strokeWidth:1}),s.jsx("line",{x1:u,y1:f+p,x2:u+h,y2:f+p,stroke:r.tableBorder,strokeWidth:1}),o&&s.jsxs("g",{children:[s.jsx("rect",{x:o.x+8,y:o.y-20,width:90,height:32,rx:4,fill:r.cellBg,stroke:r.cellBorder,strokeWidth:1}),s.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}),s.jsx("text",{x:o.x+13,y:o.y+6,fontSize:11,fontFamily:r.fontMono,fill:r.textPrimary,fontWeight:600,children:Ue(o.value)})]})]})})}function Ub({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.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],c=n!=null&&n.color&&e.columns.includes(n.color)?n.color:void 0,d=e.rows.slice(0,200).map(b=>({x:Number(b[a]??0),y:Number(b[l]??0),color:c?String(b[c]??""):void 0})),E=560,u=300,T=52,f=16,A=16,h=36,p=E-T-f,R=u-A-h,N=Math.min(...d.map(b=>b.x)),I=Math.max(...d.map(b=>b.x)),O=Math.min(...d.map(b=>b.y)),C=Math.max(...d.map(b=>b.y)),m=I-N||1,g=C-O||1,L=b=>T+(b-N)/m*p,x=b=>A+R-(b-O)/g*R,D=c?[...new Set(d.map(b=>b.color))]:[];return s.jsxs("div",{style:{padding:"8px 0"},children:[c&&D.length>0&&s.jsx("div",{style:{display:"flex",gap:12,padding:"0 12px 6px",flexWrap:"wrap"},children:D.slice(0,12).map((b,w)=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4},children:[s.jsx("div",{style:{width:8,height:8,borderRadius:"50%",background:Fe[w%Fe.length]}}),s.jsx("span",{style:{fontSize:10,fontFamily:r.font,color:r.textSecondary},children:b})]},b))}),s.jsxs("svg",{width:"100%",height:u,viewBox:`0 0 ${E} ${u}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:6},(b,w)=>{const B=O+g*w/5,_=x(B);return s.jsxs("g",{children:[s.jsx("line",{x1:T,y1:_,x2:T+p,y2:_,stroke:r.tableBorder,strokeWidth:.5}),s.jsx("text",{x:T-6,y:_+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(B)})]},w)}),Array.from({length:6},(b,w)=>{const B=N+m*w/5,_=L(B);return s.jsx("text",{x:_,y:A+R+16,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(B)},w)}),s.jsx("line",{x1:T,y1:A,x2:T,y2:A+R,stroke:r.tableBorder,strokeWidth:1}),s.jsx("line",{x1:T,y1:A+R,x2:T+p,y2:A+R,stroke:r.tableBorder,strokeWidth:1}),s.jsx("text",{x:T+p/2,y:u-2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:a}),s.jsx("text",{x:10,y:A+R/2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,transform:`rotate(-90, 10, ${A+R/2})`,children:l}),d.map((b,w)=>{const B=c?D.indexOf(b.color):0;return s.jsx("circle",{cx:L(b.x),cy:x(b.y),r:o===w?5:3.5,fill:Fe[B%Fe.length],opacity:o===w?1:.7,style:{cursor:"crosshair",transition:"r 0.1s, opacity 0.1s"},onMouseEnter:()=>i(w),onMouseLeave:()=>i(null)},w)}),o!==null&&s.jsxs("g",{children:[s.jsx("rect",{x:L(d[o].x)+8,y:x(d[o].y)-24,width:100,height:28,rx:4,fill:r.cellBg,stroke:r.cellBorder,strokeWidth:1}),s.jsxs("text",{x:L(d[o].x)+13,y:x(d[o].y)-8,fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:["(",Ue(d[o].x),", ",Ue(d[o].y),")"]})]})]})]})}const Bb=12;function ZE({result:e,themeMode:t,chartConfig:n,isDonut:r}){const o=se[t],[i,a]=S.useState(null),{labelCol:l,valueCol:c}=zi(e,n),d=e.rows.slice(0,Bb).map(N=>({label:String(N[l]??""),value:Math.abs(Number(N[c]??0))})),E=d.reduce((N,I)=>N+I.value,0)||1,u=90,T=90,f=70,A=r?40:0,h=[];let p=-Math.PI/2;d.forEach((N,I)=>{const O=N.value/E*2*Math.PI,C=p,m=p+O,g=u+f*Math.cos(C),L=T+f*Math.sin(C),x=u+f*Math.cos(m),D=T+f*Math.sin(m),b=O>Math.PI?1:0;let w;if(A>0){const B=u+A*Math.cos(C),_=T+A*Math.sin(C),F=u+A*Math.cos(m),P=T+A*Math.sin(m);w=`M ${g} ${L} A ${f} ${f} 0 ${b} 1 ${x} ${D} L ${F} ${P} A ${A} ${A} 0 ${b} 0 ${B} ${_} Z`}else w=`M ${u} ${T} L ${g} ${L} A ${f} ${f} 0 ${b} 1 ${x} ${D} Z`;h.push({path:w,color:Fe[I%Fe.length],label:N.label,value:N.value,pct:N.value/E*100}),p=m});const R=i!==null?h[i]:null;return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:16,padding:"8px 12px",flexWrap:"wrap"},children:[s.jsxs("svg",{width:180,height:180,style:{flexShrink:0},onMouseLeave:()=>a(null),children:[h.map((N,I)=>s.jsx("path",{d:N.path,fill:N.color,opacity:i===null||i===I?1:.55,style:{cursor:"pointer",transition:"opacity 0.15s"},onMouseEnter:()=>a(I)},I)),r&&s.jsxs(s.Fragment,{children:[s.jsx("text",{x:u,y:T-5,textAnchor:"middle",fontSize:11,fontFamily:o.fontMono,fill:o.textSecondary,children:Ue(R?R.value:E)}),s.jsx("text",{x:u,y:T+9,textAnchor:"middle",fontSize:9,fontFamily:o.font,fill:o.textMuted,children:R?`${R.pct.toFixed(1)}%`:"total"})]})]}),s.jsx("div",{style:{display:"flex",flexDirection:"column",gap:4,maxHeight:180,overflowY:"auto",flex:1},children:h.map((N,I)=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,cursor:"default",opacity:i===null||i===I?1:.5},onMouseEnter:()=>a(I),onMouseLeave:()=>a(null),children:[s.jsx("div",{style:{width:10,height:10,borderRadius:2,background:N.color,flexShrink:0}}),s.jsx("span",{style:{fontSize:11,fontFamily:o.font,color:o.textSecondary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:N.label}),s.jsxs("span",{style:{fontSize:11,fontFamily:o.fontMono,color:o.textMuted,marginLeft:"auto",flexShrink:0},children:[N.pct.toFixed(1),"%"]})]},I))})]})}function Fb({result:e,themeMode:t}){const n=se[t],[r,o]=S.useState(null),i=e.columns[0],a=e.columns.slice(1),l=e.rows.slice(0,30),c=l.flatMap(p=>a.map(R=>Number(p[R]??0))),d=Math.min(...c),u=Math.max(...c)-d||1,T=Math.min(50,480/a.length),f=24,A=100;function h(p){const R=(p-d)/u,N=Math.round(56+R*192),I=Math.round(139+R*-58),O=Math.round(253+R*-180);return`rgb(${N},${I},${O})`}return s.jsx("div",{style:{padding:"8px 0",overflowX:"auto"},children:s.jsxs("svg",{width:A+a.length*T+20,height:l.length*f+f+16,style:{display:"block",overflow:"visible"},children:[a.map((p,R)=>s.jsx("text",{x:A+R*T+T/2,y:14,textAnchor:"middle",fontSize:9,fontFamily:n.font,fill:n.textMuted,transform:`rotate(-30, ${A+R*T+T/2}, 14)`,children:p.length>8?p.slice(0,7)+"…":p},R)),l.map((p,R)=>{const N=String(p[i]??""),I=f+R*f;return s.jsxs("g",{children:[s.jsx("text",{x:A-6,y:I+f/2+4,textAnchor:"end",fontSize:10,fontFamily:n.font,fill:n.textSecondary,children:N.length>14?N.slice(0,13)+"…":N}),a.map((O,C)=>{const m=Number(p[O]??0),g=(r==null?void 0:r.r)===R&&(r==null?void 0:r.c)===C;return s.jsxs("g",{onMouseEnter:()=>o({r:R,c:C}),onMouseLeave:()=>o(null),children:[s.jsx("rect",{x:A+C*T,y:I,width:T-1,height:f-1,rx:2,fill:h(m),opacity:g?1:.85,stroke:g?n.accent:"none",strokeWidth:g?1.5:0}),g&&s.jsx("text",{x:A+C*T+T/2,y:I+f/2+4,textAnchor:"middle",fontSize:10,fontFamily:n.fontMono,fill:"#fff",fontWeight:600,children:Ue(m)})]},C)})]},R)})]})})}function Gb({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),a=(n!=null&&n.x&&e.columns.includes(n.x)?n.x:void 0)??e.columns.find(L=>e.rows.slice(0,5).some(x=>on(x[L])))??e.columns[0],l=e.rows.map(L=>Number(L[a]??0)).filter(L=>!isNaN(L));if(l.length===0)return null;const c=Math.min(20,Math.max(5,Math.ceil(Math.sqrt(l.length)))),d=Math.min(...l),T=(Math.max(...l)-d||1)/c,f=Array.from({length:c},(L,x)=>({low:d+x*T,high:d+(x+1)*T,count:0}));l.forEach(L=>{const x=Math.min(Math.floor((L-d)/T),c-1);f[x].count++});const A=Math.max(...f.map(L=>L.count),1),h=560,p=200,R=52,N=16,I=16,O=36,C=h-R-N,m=p-I-O,g=C/c;return s.jsx("div",{style:{padding:"8px 0"},children:s.jsxs("svg",{width:"100%",height:p,viewBox:`0 0 ${h} ${p}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:5},(L,x)=>{const D=A*(x+1)/5,b=I+m-D/A*m;return s.jsxs("g",{children:[s.jsx("line",{x1:R,y1:b,x2:R+C,y2:b,stroke:r.tableBorder,strokeWidth:.5}),s.jsx("text",{x:R-6,y:b+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Math.round(D)})]},x)}),f.map((L,x)=>{const D=L.count/A*m,b=R+x*g,w=I+m-D,B=o===x;return s.jsxs("g",{onMouseEnter:()=>i(x),onMouseLeave:()=>i(null),children:[s.jsx("rect",{x:b+1,y:w,width:g-2,height:D,rx:1,fill:B?r.accentHover:r.accent,opacity:B?1:.85,style:{transition:"fill 0.1s"}}),B&&s.jsx("text",{x:b+g/2,y:w-4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:L.count})]},x)}),f.filter((L,x)=>x%Math.ceil(c/6)===0).map((L,x)=>{const D=f.indexOf(L);return s.jsx("text",{x:R+D*g+g/2,y:I+m+16,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(L.low)},x)}),s.jsx("line",{x1:R,y1:I,x2:R,y2:I+m,stroke:r.tableBorder,strokeWidth:1}),s.jsx("line",{x1:R,y1:I+m,x2:R+C,y2:I+m,stroke:r.tableBorder,strokeWidth:1}),s.jsx("text",{x:R+C/2,y:p-2,textAnchor:"middle",fontSize:10,fontFamily:r.font,fill:r.textMuted,children:a})]})})}function kb({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),{labelCol:a,valueCol:l}=zi(e,n),c=e.rows.slice(0,10).map(p=>({label:String(p[a]??""),value:Math.abs(Number(p[l]??0))}));if(c.length===0)return null;const d=c[0].value||1,E=400,u=36,T=4,f=16,A=c.length*(u+T)+f*2,h=E/2;return s.jsx("div",{style:{padding:"8px 0",display:"flex",justifyContent:"center"},children:s.jsx("svg",{width:E,height:A,style:{display:"block"},children:c.map((p,R)=>{const N=f+R*(u+T),I=p.value/d,O=Math.max(I*(E-80),40),C=o===R,m=R<c.length-1?c[R+1].value/d:I*.8,g=Math.max(m*(E-80),40),L=h-O/2,x=h+O/2,D=h+g/2,b=h-g/2,w=`M ${L} ${N} L ${x} ${N} L ${D} ${N+u} L ${b} ${N+u} Z`;return s.jsxs("g",{onMouseEnter:()=>i(R),onMouseLeave:()=>i(null),style:{cursor:"default"},children:[s.jsx("path",{d:w,fill:Fe[R%Fe.length],opacity:C?1:.85,style:{transition:"opacity 0.15s"}}),s.jsx("text",{x:h,y:N+u/2+1,textAnchor:"middle",fontSize:11,fontFamily:r.font,fill:"#fff",fontWeight:500,children:p.label}),s.jsxs("text",{x:h,y:N+u/2+13,textAnchor:"middle",fontSize:9,fontFamily:r.fontMono,fill:"rgba(255,255,255,0.7)",children:[Ue(p.value)," (",(I*100).toFixed(0),"%)"]})]},R)})})})}function Hb({result:e,themeMode:t,chartConfig:n}){const r=se[t],[o,i]=S.useState(null),{labelCol:a,valueCol:l}=zi(e,n),c=e.rows.slice(0,15).map(x=>({label:String(x[a]??""),value:Number(x[l]??0)}));if(c.length===0)return null;let d=0;const E=c.map(x=>{const D=d;return d+=x.value,{...x,start:D,end:d}}),u=E.flatMap(x=>[x.start,x.end]),T=Math.min(0,...u),A=Math.max(0,...u)-T||1,h=560,p=240,R=52,N=16,I=16,O=44,C=h-R-N,m=p-I-O,g=C/E.length,L=x=>I+m-(x-T)/A*m;return s.jsx("div",{style:{padding:"8px 0"},children:s.jsxs("svg",{width:"100%",height:p,viewBox:`0 0 ${h} ${p}`,preserveAspectRatio:"xMidYMid meet",style:{display:"block",overflow:"visible"},children:[Array.from({length:6},(x,D)=>{const b=T+A*D/5,w=L(b);return s.jsxs("g",{children:[s.jsx("line",{x1:R,y1:w,x2:R+C,y2:w,stroke:r.tableBorder,strokeWidth:.5}),s.jsx("text",{x:R-6,y:w+4,textAnchor:"end",fontSize:10,fontFamily:r.fontMono,fill:r.textMuted,children:Ue(b)})]},D)}),s.jsx("line",{x1:R,y1:L(0),x2:R+C,y2:L(0),stroke:r.textMuted,strokeWidth:1,strokeDasharray:"3,3"}),E.map((x,D)=>{const b=R+D*g,w=L(Math.max(x.start,x.end)),_=L(Math.min(x.start,x.end))-w,F=x.value>=0,P=o===D;return s.jsxs("g",{onMouseEnter:()=>i(D),onMouseLeave:()=>i(null),children:[D<E.length-1&&s.jsx("line",{x1:b+g-2,y1:L(x.end),x2:b+g+2,y2:L(x.end),stroke:r.textMuted,strokeWidth:1,strokeDasharray:"2,2"}),s.jsx("rect",{x:b+4,y:w,width:g-8,height:Math.max(_,1),rx:2,fill:F?r.success:r.error,opacity:P?1:.8,style:{transition:"opacity 0.1s"}}),P&&s.jsxs("text",{x:b+g/2,y:w-4,textAnchor:"middle",fontSize:10,fontFamily:r.fontMono,fill:r.textPrimary,children:[x.value>=0?"+":"",Ue(x.value)]})]},D)}),E.map((x,D)=>s.jsx("text",{x:R+D*g+g/2,y:p-6,textAnchor:"middle",fontSize:9,fontFamily:r.font,fill:r.textMuted,transform:`rotate(-20, ${R+D*g+g/2}, ${p-6})`,children:x.label.length>8?x.label.slice(0,7)+"…":x.label},D)),s.jsx("line",{x1:R,y1:I,x2:R,y2:I+m,stroke:r.tableBorder,strokeWidth:1}),s.jsx("line",{x1:R,y1:I+m,x2:R+C,y2:I+m,stroke:r.tableBorder,strokeWidth:1})]})})}function jb({result:e,themeMode:t,chartConfig:n}){const r=se[t],o=e.rows[0];if(!o)return null;const i=(n!=null&&n.y&&e.columns.includes(n.y)?n.y:void 0)??e.columns.find(L=>on(o[L]))??e.columns[0],a=Number(o[i]??0),l=(n==null?void 0:n.title)??i,c=a>100?a*1.2:100,d=Math.min(Math.max(a/c,0),1),E=120,u=110,T=80,f=Math.PI,A=0,h=f-(f-A)*d,p=E+T*Math.cos(f),R=u+T*Math.sin(f),N=E+T*Math.cos(h),I=u+T*Math.sin(h),O=d>.5?1:0,C=E+T*Math.cos(A),m=u+T*Math.sin(A),g=d<.33?r.error:d<.66?r.warning:r.success;return s.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",padding:"16px 24px"},children:s.jsxs("svg",{width:240,height:140,style:{display:"block",overflow:"visible"},children:[s.jsx("path",{d:`M ${p} ${R} A ${T} ${T} 0 1 1 ${C} ${m}`,fill:"none",stroke:r.tableBorder,strokeWidth:12,strokeLinecap:"round"}),d>0&&s.jsx("path",{d:`M ${p} ${R} A ${T} ${T} 0 ${O} 1 ${N} ${I}`,fill:"none",stroke:g,strokeWidth:12,strokeLinecap:"round"}),s.jsx("text",{x:E,y:u-4,textAnchor:"middle",fontSize:28,fontFamily:r.fontMono,fill:g,fontWeight:700,children:Ue(a)}),s.jsx("text",{x:E,y:u+16,textAnchor:"middle",fontSize:11,fontFamily:r.font,fill:r.textMuted,children:l})]})})}function gR({result:e,themeMode:t,chartConfig:n}){const r=se[t],o=e.rows[0];if(!o)return null;const i=n!=null&&n.y&&e.columns.includes(n.y)?n.y:e.columns.find(E=>on(o[E]))??e.columns[0],a=o[i],l=Number(a),c=isNaN(l)?String(a):l.toLocaleString(void 0,{maximumFractionDigits:2}),d=(n==null?void 0:n.title)??(n!=null&&n.x&&o[n.x]?String(o[n.x]):i);return s.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"32px 24px",gap:8},children:[s.jsx("span",{style:{fontSize:40,fontWeight:700,fontFamily:r.fontMono,color:r.accent,lineHeight:1.1},children:c}),s.jsx("span",{style:{fontSize:13,fontFamily:r.font,color:r.textMuted,textTransform:"uppercase",letterSpacing:"0.08em",fontWeight:500},children:d})]})}function Yb({config:e,columns:t,onChange:n,onClose:r,t:o}){const i={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 s.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:[s.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s.jsx("span",{style:{fontSize:11,fontWeight:600,color:o.textPrimary,fontFamily:o.font},children:"Chart Settings"}),s.jsx("button",{onClick:r,style:{background:"none",border:"none",color:o.textMuted,cursor:"pointer",fontSize:14},children:"×"})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Title",s.jsx("input",{value:e.title??"",onChange:a=>n({title:a.target.value||void 0}),placeholder:"Chart title",style:{...i,marginTop:2}})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["X-axis label",s.jsx("input",{value:e.xLabel??"",onChange:a=>n({xLabel:a.target.value||void 0}),placeholder:"Auto",style:{...i,marginTop:2}})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Y-axis label",s.jsx("input",{value:e.yLabel??"",onChange:a=>n({yLabel:a.target.value||void 0}),placeholder:"Auto",style:{...i,marginTop:2}})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Legend",s.jsxs("select",{value:e.legendPosition??"top",onChange:a=>n({legendPosition:a.target.value}),style:{...i,marginTop:2},children:[s.jsx("option",{value:"top",children:"Top"}),s.jsx("option",{value:"bottom",children:"Bottom"}),s.jsx("option",{value:"left",children:"Left"}),s.jsx("option",{value:"right",children:"Right"}),s.jsx("option",{value:"none",children:"Hidden"})]})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Color palette",s.jsx("select",{value:e.colorPalette??"default",onChange:a=>n({colorPalette:a.target.value}),style:{...i,marginTop:2},children:Object.keys(mR).map(a=>s.jsx("option",{value:a,children:a.charAt(0).toUpperCase()+a.slice(1)},a))})]}),s.jsxs("label",{style:{fontSize:10,color:o.textMuted,fontFamily:o.font},children:["Max items",s.jsx("input",{type:"number",value:e.maxItems??Dn,min:5,max:200,onChange:a=>n({maxItems:parseInt(a.target.value)||Dn}),style:{...i,marginTop:2}})]})]})}function CR({result:e,themeMode:t,chartConfig:n,onConfigChange:r}){const o=se[t],i=uo(e,n),[a,l]=S.useState(!1);return i==="kpi"?s.jsx(gR,{result:e,themeMode:t,chartConfig:n}):s.jsxs("div",{style:{position:"relative"},children:[(n==null?void 0:n.title)&&s.jsx("div",{style:{padding:"8px 12px 0",fontSize:13,fontWeight:600,color:o.textPrimary,fontFamily:o.font,textAlign:"center"},children:n.title}),r&&s.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&&s.jsx(Yb,{config:n??{},columns:e.columns,onChange:c=>r(c),onClose:()=>l(!1),t:o}),Ji(i,e,t,n)]})}function Ji(e,t,n,r){const o=r!=null&&r.x&&t.columns.includes(r.x)?r.x:void 0,i=r!=null&&r.y&&t.columns.includes(r.y)?r.y:void 0,a=o||i?Wb(t,o,i):t;switch(e){case"line":return s.jsx(QE,{result:a,themeMode:n});case"area":return s.jsx(QE,{result:a,themeMode:n,showArea:!0});case"bar":return s.jsx(Td,{result:a,themeMode:n,chartConfig:r});case"grouped-bar":return s.jsx(vb,{result:a,themeMode:n,chartConfig:r});case"stacked-bar":return s.jsx(wb,{result:a,themeMode:n,chartConfig:r});case"scatter":return s.jsx(Ub,{result:t,themeMode:n,chartConfig:r});case"pie":return s.jsx(ZE,{result:t,themeMode:n,chartConfig:r,isDonut:!1});case"donut":return s.jsx(ZE,{result:t,themeMode:n,chartConfig:r,isDonut:!0});case"heatmap":return s.jsx(Fb,{result:t,themeMode:n});case"histogram":return s.jsx(Gb,{result:t,themeMode:n,chartConfig:r});case"funnel":return s.jsx(kb,{result:t,themeMode:n,chartConfig:r});case"waterfall":return s.jsx(Hb,{result:t,themeMode:n,chartConfig:r});case"gauge":return s.jsx(jb,{result:t,themeMode:n,chartConfig:r});case"kpi":return s.jsx(gR,{result:t,themeMode:n,chartConfig:r});default:return s.jsx(Mr,{result:t,themeMode:n})}}function Wb(e,t,n){const r=e.columns,o=[];t&&r.includes(t)&&o.push(t),n&&r.includes(n)&&o.push(n);for(const i of r)o.includes(i)||o.push(i);return o.join(",")===r.join(",")?e:{...e,columns:o,rows:e.rows.map(i=>{const a={};for(const l of o)a[l]=i[l];return a})}}function qi(e){var c,d;if(!e)return{metrics:[],dimensions:[],columns:[],fields:[],hasSemanticBinding:!1};const t=new Set(((c=e.semanticRefs)==null?void 0:c.metrics)??[]),n=new Set(((d=e.semanticRefs)==null?void 0:d.dimensions)??[]),r=t.size>0||n.size>0,o=[],i=[],a=[],l=[];for(const E of e.columns)t.has(E)?(o.push(E),l.push({name:E,kind:"metric"})):n.has(E)&&(i.push(E),l.push({name:E,kind:"dimension"}));for(const E of e.columns)t.has(E)||n.has(E)||(a.push(E),l.push({name:E,kind:"column",chartRole:RR(ud(E,e.rows))}));return{metrics:o,dimensions:i,columns:a,fields:l,hasSemanticBinding:r}}function To(e){return e==="metric"?"#":e==="dimension"?"∴":"A"}function fo(e,t){return e==="metric"?t:e==="dimension"?"#e3b341":"#56d364"}function eu(e){return e==="metric"?"metric":e==="dimension"?"dimension":"column"}function xR({theme:e,value:t,fields:n,allowKinds:r,placeholder:o="Select field",minWidth:i=180,onChange:a}){const[l,c]=S.useState(!1),[d,E]=S.useState(""),u=S.useRef(null),T=S.useRef(null);S.useEffect(()=>{if(!l)return;const p=R=>{var N;(N=u.current)!=null&&N.contains(R.target)||c(!1)};return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[l]),S.useEffect(()=>{if(l){const p=setTimeout(()=>{var R;return(R=T.current)==null?void 0:R.focus()},20);return()=>clearTimeout(p)}E("")},[l]);const f=S.useMemo(()=>n.find(p=>p.name===t),[n,t]),A=S.useMemo(()=>{if(!d)return n;const p=d.toLowerCase();return n.filter(R=>R.name.toLowerCase().includes(p))},[n,d]),h=p=>r?r.includes(p):!0;return s.jsxs("div",{ref:u,style:{position:"relative",minWidth:i},children:[s.jsxs("button",{onClick:()=>c(p=>!p),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:f?e.textPrimary:e.textMuted,fontFamily:e.fontMono,fontSize:11,textAlign:"left"},children:[f?s.jsxs(s.Fragment,{children:[s.jsx("span",{style:{color:fo(f.kind,e.accent),fontWeight:700,width:12},children:To(f.kind)}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:f.name})]}):s.jsx("span",{style:{flex:1},children:o}),s.jsx("span",{style:{color:e.textMuted,fontSize:9},children:"▾"})]}),l&&s.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(i,200)},children:[s.jsx("input",{ref:T,value:d,onChange:p=>E(p.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&&s.jsx("button",{onClick:()=>{a(void 0),c(!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"}),A.length===0&&s.jsx("div",{style:{padding:"6px 8px",fontSize:11,color:e.textMuted,fontFamily:e.font},children:"No matches"}),A.map(p=>{const R=h(p.kind);return s.jsxs("button",{onClick:()=>{R&&(a(p.name),c(!1))},disabled:!R,title:R?p.name:`${eu(p.kind)} — not selectable here`,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 6px",background:"transparent",border:"none",borderRadius:3,cursor:R?"pointer":"not-allowed",textAlign:"left",color:R?e.textPrimary:e.textMuted,fontFamily:e.fontMono,fontSize:11,opacity:R?1:.55},onMouseEnter:N=>{R&&(N.currentTarget.style.background=e.tableRowHover)},onMouseLeave:N=>{N.currentTarget.style.background="transparent"},children:[s.jsx("span",{style:{color:fo(p.kind,e.accent),fontWeight:700,width:12,textAlign:"center"},children:To(p.kind)}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:p.name}),s.jsx("span",{style:{fontSize:9,color:e.textMuted,fontFamily:e.font,textTransform:"uppercase",letterSpacing:"0.06em"},children:eu(p.kind)})]},p.name)})]})]})}function Qi({theme:e}){return s.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 ",s.jsx("code",{children:"@metric(...)"})," or ",s.jsx("code",{children:"@dim(...)"})," upstream to populate typed pickers."]})}function Po({theme:e,accentColor:t,cellLabel:n,cellName:r,description:o,upstreamOptions:i,onPick:a}){return s.jsxs("div",{style:{background:e.cellBg,border:`1px solid ${e.cellBorder}`,borderLeft:`3px solid ${t}`,borderRadius:6,padding:"18px 20px",fontFamily:e.font},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:10},children:[s.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&&s.jsx("span",{style:{fontSize:12,fontFamily:e.fontMono,color:e.textSecondary},children:r})]}),s.jsx("div",{style:{fontSize:12,color:e.textSecondary,marginBottom:8,lineHeight:1.5},children:o}),i.length===0?s.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:[s.jsx("div",{style:{fontWeight:600,color:e.textSecondary,marginBottom:4},children:"No dataframe available yet"}),s.jsxs("div",{children:["1. Add a ",s.jsx("span",{style:{fontFamily:e.fontMono,color:e.textSecondary},children:"SQL"})," or"," ",s.jsx("span",{style:{fontFamily:e.fontMono,color:e.textSecondary},children:"Block"})," cell above this one.",s.jsx("br",{}),"2. Run it ",s.jsx("span",{style:{fontFamily:e.fontMono},children:"(⌘↵)"})," and give the cell a name.",s.jsx("br",{}),"3. Come back here — named upstream cells show up as chips you can pick."]}),s.jsxs("div",{style:{marginTop:8,fontSize:10,color:e.textMuted,fontStyle:"italic"},children:["Tip: use ",s.jsx("span",{style:{fontFamily:e.fontMono},children:"@metric(...)"})," and"," ",s.jsx("span",{style:{fontFamily:e.fontMono},children:"@dim(...)"})," in the upstream SQL and metrics / dimensions appear with typed icons in the pickers here."]})]}):s.jsxs(s.Fragment,{children:[s.jsx("div",{style:{fontSize:10,color:e.textMuted,marginBottom:6,letterSpacing:"0.06em",textTransform:"uppercase",fontWeight:700},children:"Pick an upstream dataframe"}),s.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:i.map(l=>s.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 ic(e){return e==="measure"?"#":e==="temporal"?"📅":"A"}function ac(e,t){return e==="measure"?t.accent:e==="temporal"?t.warning:t.success}const Vb=[{key:"x",label:"X-axis"},{key:"y",label:"Y-axis"},{key:"color",label:"Color"},{key:"facet",label:"Faceting"}],$b={chart:"bar"},fd="application/x-dql-chart-column";function yR(e,t){e.effectAllowed="move",e.setData(fd,JSON.stringify(t)),e.setData("text/plain",t.column)}function Xb(e){const t=e.getData(fd);if(!t)return null;try{return JSON.parse(t)}catch{return null}}function Kb({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const i=se[r],a=e.chartConfig??$b,l=a.chart??"bar",c=S.useMemo(()=>{const p=e.upstream;if(p)return t.find(R=>R.name===p)},[e.upstream,t]),d=S.useMemo(()=>t.slice(0,n).filter(p=>p.name&&p.result),[t,n]),E=c==null?void 0:c.result,u=S.useMemo(()=>qi(E),[E]),T=S.useMemo(()=>{if(!E)return new Map;const p=new Map,R=new Set(u.metrics),N=new Set(u.dimensions);for(const I of E.columns)R.has(I)?p.set(I,"measure"):N.has(I)?p.set(I,"dimension"):p.set(I,RR(ud(I,E.rows)));return p},[E,u]),f=S.useMemo(()=>E?E.columns.filter(p=>T.get(p)==="measure"):[],[E,T]),A=S.useMemo(()=>E?E.columns.filter(p=>T.get(p)!=="measure"):[],[E,T]),h=p=>{o({chartConfig:{...a,...p}})};return!e.upstream||!E?s.jsx(Po,{theme:i,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:d,onPick:p=>o({upstream:p})}):s.jsxs("div",{style:{display:"flex",flexDirection:"column",background:i.cellBg,borderTop:`1px solid ${i.cellBorder}`,borderRight:`1px solid ${i.cellBorder}`,borderBottom:`1px solid ${i.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,overflow:"hidden",fontFamily:i.font},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}60`},children:[s.jsx("span",{style:{fontSize:10,fontFamily:i.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Chart"}),e.name&&s.jsx("span",{style:{fontSize:12,fontFamily:i.fontMono,color:i.textSecondary},children:e.name}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:["· df: ",e.upstream]}),s.jsx("button",{onClick:()=>o({upstream:void 0}),title:"Change upstream dataframe",style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.fontMono},children:"change"}),s.jsx("div",{style:{flex:1}}),s.jsx("select",{value:l,onChange:p=>h({chart:p.target.value}),style:{fontSize:11,fontFamily:i.font,background:i.editorBg,color:i.textSecondary,border:`1px solid ${i.cellBorder}`,borderRadius:3,padding:"2px 6px",outline:"none"},children:Ki.map(p=>s.jsx("option",{value:p.value,children:p.label},p.value))})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"200px 240px 1fr",minHeight:320},children:[s.jsxs("div",{style:{borderRight:`1px solid ${i.cellBorder}`,padding:10,display:"flex",flexDirection:"column",gap:12,overflow:"auto"},children:[!u.hasSemanticBinding&&s.jsx(Qi,{theme:i}),s.jsx(tu,{label:"Measures",columns:f,kinds:T,theme:i,onPick:p=>h({y:p}),pickHint:"Y-axis"}),s.jsx(tu,{label:"Dimensions",columns:A,kinds:T,theme:i,onPick:p=>h({x:p}),pickHint:"X-axis"})]}),s.jsxs("div",{style:{borderRight:`1px solid ${i.cellBorder}`,padding:10,display:"flex",flexDirection:"column",gap:8},children:[s.jsxs("div",{style:{display:"flex",gap:4,borderBottom:`1px solid ${i.cellBorder}`,paddingBottom:4},children:[s.jsx(nu,{label:"Data",active:!0,theme:i}),s.jsx(nu,{label:"Style",theme:i})]}),Vb.map(p=>s.jsx(zb,{slotKey:p.key,label:p.label,value:a[p.key],columns:E.columns,kinds:T,theme:i,onAssign:(R,N)=>{const I={[p.key]:R};N&&N!==p.key&&(I[N]=void 0),h(I)},onClear:()=>h({[p.key]:void 0})},p.key))]}),s.jsx("div",{style:{padding:10,minWidth:0,overflow:"hidden"},children:Ji(l,E,r,a)})]})]})}function tu({label:e,columns:t,kinds:n,theme:r,onPick:o,pickHint:i}){return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[s.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&&s.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 s.jsxs("button",{onClick:()=>o(a),draggable:!0,onDragStart:c=>yR(c.dataTransfer,{column:a}),title:`Drag to an axis slot, or click to set as ${i}`,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:c=>{c.currentTarget.style.borderColor=r.cellBorder,c.currentTarget.style.background=r.tableRowHover},onMouseLeave:c=>{c.currentTarget.style.borderColor="transparent",c.currentTarget.style.background="transparent"},children:[s.jsx("span",{style:{fontSize:9,fontFamily:r.fontMono,fontWeight:700,color:ac(l,r),width:14,textAlign:"center"},children:ic(l)}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:a})]},a)})]})}function nu({label:e,active:t,theme:n}){return s.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 zb({slotKey:e,label:t,value:n,columns:r,kinds:o,theme:i,onAssign:a,onClear:l}){const[c,d]=S.useState(!1),[E,u]=S.useState(!1),T=S.useRef(null);S.useEffect(()=>{if(!c)return;const N=I=>{var O;(O=T.current)!=null&&O.contains(I.target)||d(!1)};return document.addEventListener("mousedown",N),()=>document.removeEventListener("mousedown",N)},[c]);const f=N=>{N.dataTransfer.types.includes(fd)&&(N.preventDefault(),N.dataTransfer.dropEffect="move",E||u(!0))},A=()=>u(!1),h=N=>{u(!1);const I=Xb(N.dataTransfer);I&&(N.preventDefault(),a(I.column,I.fromSlot),d(!1))},p=E?i.accent:n?`${i.accent}77`:i.cellBorder,R=E?`${i.accent}22`:n?`${i.accent}10`:i.editorBg;return s.jsxs("div",{ref:T,style:{position:"relative"},children:[s.jsx("div",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:i.textMuted,textTransform:"uppercase",fontFamily:i.font,marginBottom:3},children:t}),s.jsx("button",{onClick:()=>d(N=>!N),onDragOver:f,onDragEnter:f,onDragLeave:A,onDrop:h,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"5px 8px",background:R,border:`1px dashed ${p}`,borderRadius:4,cursor:"pointer",color:n?i.textPrimary:i.textMuted,fontFamily:i.fontMono,fontSize:11,textAlign:"left",transition:"background 0.1s, border-color 0.1s"},children:n?s.jsxs(s.Fragment,{children:[s.jsxs("span",{draggable:!0,onDragStart:N=>{N.stopPropagation(),yR(N.dataTransfer,{column:n,fromSlot:e})},style:{display:"inline-flex",alignItems:"center",gap:6,flex:1,cursor:"grab",minWidth:0},children:[s.jsx("span",{style:{color:ac(o.get(n)??"dimension",i),fontWeight:700,width:14},children:ic(o.get(n)??"dimension")}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:n})]}),s.jsx("span",{onClick:N=>{N.stopPropagation(),l(),d(!1)},title:"Clear",style:{color:i.textMuted,fontSize:10,padding:"0 4px"},children:"✕"})]}):s.jsx("span",{children:E?"drop to set":"+ drop column"})}),c&&s.jsx("div",{style:{position:"absolute",top:"calc(100% + 2px)",left:0,right:0,zIndex:10,background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderRadius:6,boxShadow:"0 6px 16px rgba(0,0,0,0.25)",padding:4,maxHeight:220,overflow:"auto"},children:r.map(N=>s.jsxs("button",{onClick:()=>{a(N),d(!1)},style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"4px 6px",background:"transparent",border:"none",borderRadius:3,cursor:"pointer",textAlign:"left",color:i.textPrimary,fontFamily:i.fontMono,fontSize:11},onMouseEnter:I=>{I.currentTarget.style.background=i.tableRowHover},onMouseLeave:I=>{I.currentTarget.style.background="transparent"},children:[s.jsx("span",{style:{color:ac(o.get(N)??"dimension",i),fontWeight:700,width:14},children:ic(o.get(N)??"dimension")}),s.jsx("span",{children:N})]},N))})]})}const Gs=[{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 lc(e){return`${e}_${Math.random().toString(36).slice(2,10)}`}function Jb(){return{mode:"keep",groups:[{id:lc("g"),combinator:"and",rules:[]}]}}function qb(e){const t=Gs.find(n=>n.value===e.operation);return t?e.column?t.needsValue?`${e.column} ${t.label} ${e.value||"…"}`:`${e.column} ${t.label}`:"…":""}function Qb({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const i=se[r],a=S.useMemo(Jb,[e.id]),l=e.filterConfig??a,c=S.useMemo(()=>{const C=e.upstream??l.upstream;if(C)return t.find(m=>m.name===C)},[e.upstream,l.upstream,t]),d=S.useMemo(()=>t.slice(0,n).filter(C=>C.name&&C.result),[t,n]),E=c==null?void 0:c.result,u=(E==null?void 0:E.columns)??[],T=S.useMemo(()=>qi(E),[E]),f=C=>{o({filterConfig:C})},A=(C,m)=>{f({...l,groups:l.groups.map(g=>g.id===C?{...g,...m}:g)})},h=(C,m,g)=>{f({...l,groups:l.groups.map(L=>L.id===C?{...L,rules:L.rules.map(x=>x.id===m?{...x,...g}:x)}:L)})},p=C=>{f({...l,groups:l.groups.map(m=>m.id===C?{...m,rules:[...m.rules,{id:lc("r"),column:u[0]??"",operation:"eq",value:""}]}:m)})},R=(C,m)=>{f({...l,groups:l.groups.map(g=>g.id===C?{...g,rules:g.rules.filter(L=>L.id!==m)}:g)})},N=()=>{f({...l,groups:[...l.groups,{id:lc("g"),combinator:"and",rules:[]}]})},I=C=>{f({...l,groups:l.groups.filter(m=>m.id!==C)})};if(!c||!E)return s.jsx(Po,{theme:i,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:d,onPick:C=>o({upstream:C})});const O={background:i.editorBg,border:`1px solid ${i.cellBorder}`,borderRadius:3,color:i.textPrimary,fontSize:11,fontFamily:i.fontMono,padding:"3px 6px",outline:"none"};return s.jsxs("div",{style:{background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderLeft:"3px solid #ff7b72",borderRadius:6,fontFamily:i.font,overflow:"hidden"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}60`},children:[s.jsx("span",{style:{fontSize:10,fontFamily:i.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#ff7b72",background:"#ff7b7218",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Filter"}),e.name&&s.jsx("span",{style:{fontSize:12,fontFamily:i.fontMono,color:i.textSecondary},children:e.name}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:["· df: ",c.name]}),s.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.fontMono},children:"change"}),s.jsx("div",{style:{flex:1}}),s.jsx("div",{style:{display:"inline-flex",border:`1px solid ${i.cellBorder}`,borderRadius:3,overflow:"hidden"},children:["keep","drop"].map(C=>s.jsx("button",{onClick:()=>f({...l,mode:C}),style:{fontSize:10,fontFamily:i.font,fontWeight:600,letterSpacing:"0.04em",padding:"3px 10px",background:l.mode===C?`${i.accent}20`:"transparent",color:l.mode===C?i.accent:i.textMuted,border:"none",cursor:"pointer",textTransform:"uppercase"},children:C==="keep"?"Keep rows":"Drop rows"},C))})]}),s.jsxs("div",{style:{padding:12,display:"flex",flexDirection:"column",gap:10},children:[!T.hasSemanticBinding&&s.jsx(Qi,{theme:i}),l.groups.map((C,m)=>s.jsxs("div",{style:{border:`1px solid ${i.cellBorder}`,borderRadius:6,padding:10,background:`${i.tableHeaderBg}30`,display:"flex",flexDirection:"column",gap:8},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.jsxs("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:i.textMuted,textTransform:"uppercase",fontFamily:i.font},children:["Group ",m+1]}),s.jsx("div",{style:{display:"inline-flex",border:`1px solid ${i.cellBorder}`,borderRadius:3,overflow:"hidden"},children:["and","or"].map(g=>s.jsx("button",{onClick:()=>A(C.id,{combinator:g}),style:{fontSize:10,fontFamily:i.fontMono,padding:"2px 8px",background:C.combinator===g?`${i.accent}20`:"transparent",color:C.combinator===g?i.accent:i.textMuted,border:"none",cursor:"pointer",textTransform:"uppercase",fontWeight:700},children:g},g))}),s.jsx("div",{style:{flex:1}}),l.groups.length>1&&s.jsx("button",{onClick:()=>I(C.id),style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.font},children:"Remove group"})]}),C.rules.length===0&&s.jsx("div",{style:{fontSize:11,color:i.textMuted,fontFamily:i.font,padding:"4px 2px"},children:"No rules yet — add one below."}),C.rules.map(g=>{const L=Gs.find(x=>x.value===g.operation)??Gs[0];return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx(xR,{theme:i,value:g.column||void 0,fields:T.fields,placeholder:"Select field",minWidth:180,onChange:x=>h(C.id,g.id,{column:x??""})}),s.jsx("select",{value:g.operation,onChange:x=>h(C.id,g.id,{operation:x.target.value}),style:{...O,minWidth:120},children:Gs.map(x=>s.jsx("option",{value:x.value,children:x.label},x.value))}),L.needsValue&&s.jsx("input",{value:g.value,onChange:x=>h(C.id,g.id,{value:x.target.value}),placeholder:"Value",style:{...O,flex:1,minWidth:100}}),s.jsx("button",{onClick:()=>R(C.id,g.id),title:"Remove rule",style:{background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,fontSize:10,padding:"2px 6px",cursor:"pointer"},children:"✕"})]},g.id)}),s.jsx("div",{children:s.jsx("button",{onClick:()=>p(C.id),style:{fontSize:10,fontFamily:i.font,color:i.accent,background:"transparent",border:`1px dashed ${i.accent}55`,borderRadius:3,padding:"3px 10px",cursor:"pointer",letterSpacing:"0.04em"},children:"+ Add filter"})})]},C.id)),s.jsx("div",{children:s.jsx("button",{onClick:N,style:{fontSize:10,fontFamily:i.font,color:i.textMuted,background:"transparent",border:`1px dashed ${i.btnBorder}`,borderRadius:3,padding:"3px 10px",cursor:"pointer",letterSpacing:"0.04em"},children:"+ Add filter group"})})]}),s.jsxs("div",{style:{padding:"6px 12px",borderTop:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}40`,fontSize:10,fontFamily:i.fontMono,color:i.textMuted,letterSpacing:"0.04em",overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},children:[l.mode==="keep"?"KEEP WHERE ":"DROP WHERE ",l.groups.map(C=>C.rules.map(qb).join(` ${C.combinator.toUpperCase()} `)).filter(Boolean).map(C=>`(${C})`).join(" AND ")||"—"]})]})}function ru(e){return typeof e=="number"?e:typeof e=="string"&&e.trim()!==""&&!isNaN(Number(e))?Number(e):null}function cc(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 ru(r)}const n=e.map(ru).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 Zb=[{value:"sum",label:"Sum"},{value:"avg",label:"Average"},{value:"count",label:"Count"},{value:"min",label:"Min"},{value:"max",label:"Max"},{value:"last",label:"Last"}],eD=[{value:"number",label:"Number"},{value:"currency",label:"Currency"},{value:"percent",label:"Percent"},{value:"duration",label:"Duration"}],tD={aggregation:"count",format:"number"};function nD(e,t,n){return n==="count"?cc(e.rows,"count"):!t||!e.columns.includes(t)?null:cc(e.rows.map(r=>r[t]),n)}function rD(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 oD({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const i=se[r],a=e.singleValueConfig??tD,l=a.aggregation??"count",c=a.format??"number",d=S.useMemo(()=>{const R=e.upstream??a.upstream;if(R)return t.find(N=>N.name===R)},[e.upstream,a.upstream,t]),E=S.useMemo(()=>t.slice(0,n).filter(R=>R.name&&R.result),[t,n]),u=d==null?void 0:d.result,T=S.useMemo(()=>qi(u),[u]),f=S.useMemo(()=>u?nD(u,a.metric,l):null,[u,a.metric,l]),A=R=>{o({singleValueConfig:{...a,...R}})};if(!d||!u)return s.jsx(Po,{theme:i,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:E,onPick:R=>o({upstream:R})});const h=rD(f,c),p={background:i.editorBg,border:`1px solid ${i.cellBorder}`,borderRadius:3,color:i.textPrimary,fontSize:11,fontFamily:i.fontMono,padding:"3px 6px",outline:"none"};return s.jsxs("div",{style:{background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,fontFamily:i.font,overflow:"hidden"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}60`},children:[s.jsx("span",{style:{fontSize:10,fontFamily:i.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Single value"}),e.name&&s.jsx("span",{style:{fontSize:12,fontFamily:i.fontMono,color:i.textSecondary},children:e.name}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:["· df: ",d.name]}),s.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.fontMono},children:"change"})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"280px 1fr"},children:[s.jsxs("div",{style:{padding:12,display:"flex",flexDirection:"column",gap:8,borderRight:`1px solid ${i.cellBorder}`},children:[s.jsx(As,{label:"Aggregation",theme:i,children:s.jsx("select",{value:l,onChange:R=>A({aggregation:R.target.value}),style:{...p,width:"100%"},children:Zb.map(R=>s.jsx("option",{value:R.value,children:R.label},R.value))})}),l!=="count"&&s.jsxs(As,{label:"Metric field",theme:i,children:[s.jsx(xR,{theme:i,value:a.metric,fields:T.fields,placeholder:"Select metric or column",minWidth:240,onChange:R=>A({metric:R})}),!T.hasSemanticBinding&&s.jsx(Qi,{theme:i})]}),s.jsx(As,{label:"Format",theme:i,children:s.jsx("select",{value:c,onChange:R=>A({format:R.target.value}),style:{...p,width:"100%"},children:eD.map(R=>s.jsx("option",{value:R.value,children:R.label},R.value))})}),s.jsx(As,{label:"Label",theme:i,children:s.jsx("input",{value:a.label??"",onChange:R=>A({label:R.target.value||void 0}),placeholder:"e.g. Total revenue",style:{...p,width:"100%"}})})]}),s.jsxs("div",{style:{padding:"24px 20px",display:"flex",flexDirection:"column",justifyContent:"center",gap:6},children:[s.jsx("div",{style:{fontSize:11,fontFamily:i.font,color:i.textMuted,letterSpacing:"0.06em",textTransform:"uppercase",fontWeight:600},children:a.label??`${l.toUpperCase()}${a.metric?` · ${a.metric}`:""}`}),s.jsx("div",{style:{fontSize:42,fontWeight:700,fontFamily:i.font,color:i.textPrimary,lineHeight:1.1,letterSpacing:"-0.02em"},children:h}),s.jsxs("div",{style:{fontSize:10,color:i.textMuted,fontFamily:i.fontMono},children:["from ",u.rows.length.toLocaleString()," rows"]})]})]})]})}function As({label:e,theme:t,children:n}){return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[s.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:t.textMuted,textTransform:"uppercase",fontFamily:t.font},children:e}),n]})}const sD=["sum","avg","count","min","max","count_distinct"],iD={rows:[],columns:[],values:[]};function ou(e,t){return t.map(n=>String(e[n]??"")).join("|")}function Ja(e,t){return e.metrics.includes(t)?"metric":e.dimensions.includes(t)?"dimension":"column"}function su(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 aD({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const i=se[r],a=e.pivotConfig??iD,l={upstream:a.upstream,rows:a.rows??[],columns:a.columns??[],values:a.values??[]},c=S.useMemo(()=>{const p=e.upstream??l.upstream;if(p)return t.find(R=>R.name===p)},[e.upstream,l.upstream,t]),d=S.useMemo(()=>t.slice(0,n).filter(p=>p.name&&p.result),[t,n]),E=c==null?void 0:c.result;E==null||E.columns;const u=S.useMemo(()=>qi(E),[E]),T=S.useMemo(()=>su(u,"dimension"),[u]),f=S.useMemo(()=>su(u,"metric"),[u]),A=p=>o({pivotConfig:p}),h=S.useMemo(()=>{if(!E||l.rows.length===0&&l.columns.length===0||l.values.length===0)return null;const p=new Set,R=new Map;for(const C of E.rows){const m=ou(C,l.rows),g=ou(C,l.columns);p.add(g);let L=R.get(m);if(!L){const D={};for(const b of l.rows)D[b]=C[b];L={row:D,groups:new Map},R.set(m,L)}const x=L.groups.get(g)??[];x.push(C),L.groups.set(g,x)}const N=[...p].sort(),I=N.map(C=>C===""?"value":C),O=[];for(const[,C]of R){const m=C,g=N.map(L=>{const x=m.groups.get(L)??[],D={};for(const b of l.values){const w=x.map(B=>B[b.column]);D[`${b.aggregation}(${b.column})`]=cc(w,b.aggregation)}return D});O.push({rowDims:m.row,values:g})}return{columnKeys:N,columnHeaders:I,body:O}},[l,E]);return!c||!E?s.jsx(Po,{theme:i,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:d,onPick:p=>o({upstream:p})}):s.jsxs("div",{style:{background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderLeft:"3px solid #a371f7",borderRadius:6,fontFamily:i.font,overflow:"hidden"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}60`},children:[s.jsx("span",{style:{fontSize:10,fontFamily:i.fontMono,fontWeight:700,letterSpacing:"0.08em",color:"#a371f7",background:"#a371f718",padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Pivot"}),e.name&&s.jsx("span",{style:{fontSize:12,fontFamily:i.fontMono,color:i.textSecondary},children:e.name}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:["· df: ",c.name]}),s.jsx("button",{onClick:()=>o({upstream:void 0}),style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.fontMono},children:"change"})]}),!u.hasSemanticBinding&&s.jsx("div",{style:{padding:"8px 12px 0"},children:s.jsx(Qi,{theme:i})}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",padding:12,gap:10,borderBottom:`1px solid ${i.cellBorder}`},children:[s.jsx(iu,{label:"Rows",selected:l.rows,availableFields:T.filter(p=>!l.rows.includes(p.name)),kindFor:p=>Ja(u,p),theme:i,onAdd:p=>A({...l,rows:[...l.rows,p]}),onRemove:p=>A({...l,rows:l.rows.filter(R=>R!==p)})}),s.jsx(iu,{label:"Columns",selected:l.columns,availableFields:T.filter(p=>!l.columns.includes(p.name)),kindFor:p=>Ja(u,p),theme:i,onAdd:p=>A({...l,columns:[...l.columns,p]}),onRemove:p=>A({...l,columns:l.columns.filter(R=>R!==p)})}),s.jsx(lD,{values:l.values,availableFields:f,kindFor:p=>Ja(u,p),theme:i,onAdd:p=>A({...l,values:[...l.values,{column:p,aggregation:"sum"}]}),onUpdate:(p,R)=>A({...l,values:l.values.map((N,I)=>I===p?{...N,...R}:N)}),onRemove:p=>A({...l,values:l.values.filter((R,N)=>N!==p)})})]}),s.jsx("div",{style:{padding:12,overflowX:"auto"},children:!h||h.body.length===0?s.jsx("div",{style:{fontSize:11,color:i.textMuted,fontFamily:i.font},children:"Pick at least one row/column dimension and one value to see a preview."}):s.jsxs("table",{style:{width:"100%",borderCollapse:"collapse",fontFamily:i.fontMono,fontSize:11},children:[s.jsx("thead",{children:s.jsxs("tr",{children:[l.rows.map(p=>s.jsx("th",{style:{textAlign:"left",padding:"4px 8px",borderBottom:`1px solid ${i.cellBorder}`,color:i.textSecondary,fontWeight:600},children:p},p)),h.columnHeaders.map((p,R)=>s.jsx("th",{style:{textAlign:"right",padding:"4px 8px",borderBottom:`1px solid ${i.cellBorder}`,color:i.textSecondary,fontWeight:600},children:p},R))]})}),s.jsx("tbody",{children:h.body.slice(0,50).map((p,R)=>s.jsxs("tr",{children:[l.rows.map(N=>s.jsx("td",{style:{padding:"3px 8px",color:i.textPrimary,borderBottom:`1px solid ${i.cellBorder}30`},children:String(p.rowDims[N]??"")},N)),p.values.map((N,I)=>s.jsx("td",{style:{padding:"3px 8px",color:i.textPrimary,textAlign:"right",borderBottom:`1px solid ${i.cellBorder}30`},children:Object.values(N).map((O,C)=>s.jsx("div",{children:O===null?"—":typeof O=="number"?O.toLocaleString(void 0,{maximumFractionDigits:2}):String(O)},C))},I))]},R))})]})})]})}function iu({label:e,selected:t,availableFields:n,kindFor:r,theme:o,onAdd:i,onRemove:a}){return s.jsx(LR,{label:e,theme:o,availableFields:n,onAdd:i,children:t.length===0?s.jsx("span",{style:{fontSize:11,color:o.textMuted,fontFamily:o.font},children:"+ add field"}):t.map(l=>{const c=r(l);return s.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:[s.jsx("span",{style:{color:fo(c,o.accent),fontWeight:700},children:To(c)}),l,s.jsx("span",{onClick:()=>a(l),style:{cursor:"pointer",color:o.textMuted,fontSize:10},title:"Remove",children:"✕"})]},l)})})}function lD({values:e,availableFields:t,kindFor:n,theme:r,onAdd:o,onUpdate:i,onRemove:a}){return s.jsx(LR,{label:"Values",theme:r,availableFields:t,onAdd:o,children:e.length===0?s.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font},children:"+ add value"}):e.map((l,c)=>{const d=n(l.column);return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,margin:2},children:[s.jsx("select",{value:l.aggregation,onChange:E=>i(c,{aggregation:E.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:sD.map(E=>s.jsx("option",{value:E,children:E},E))}),s.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:[s.jsx("span",{style:{color:fo(d,r.accent),fontWeight:700},children:To(d)}),l.column,s.jsx("span",{onClick:()=>a(c),style:{cursor:"pointer",color:r.textMuted,fontSize:10},children:"✕"})]})]},c)})})}function LR({label:e,theme:t,availableFields:n,onAdd:r,children:o}){const[i,a]=S.useState(!1),l=S.useRef(null);return S.useEffect(()=>{if(!i)return;const c=d=>{var E;(E=l.current)!=null&&E.contains(d.target)||a(!1)};return document.addEventListener("mousedown",c),()=>document.removeEventListener("mousedown",c)},[i]),s.jsxs("div",{ref:l,style:{position:"relative",display:"flex",flexDirection:"column",gap:4},children:[s.jsx("div",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.1em",color:t.textMuted,textTransform:"uppercase",fontFamily:t.font},children:e}),s.jsx("div",{onClick:()=>a(c=>!c),style:{minHeight:42,border:`1px dashed ${t.cellBorder}`,borderRadius:4,padding:4,cursor:"pointer",display:"flex",flexWrap:"wrap",alignItems:"center"},children:o}),i&&n.length>0&&s.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(c=>s.jsxs("button",{onClick:()=>{r(c.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:d=>{d.currentTarget.style.background=t.tableRowHover},onMouseLeave:d=>{d.currentTarget.style.background="transparent"},children:[s.jsx("span",{style:{color:fo(c.kind,t.accent),fontWeight:700,width:12},children:To(c.kind)}),s.jsx("span",{children:c.name})]},c.name))})]})}const hs="#79c0ff";function cD({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const i=se[r],a=e.tableConfig??{},l=S.useMemo(()=>{const T=e.upstream??a.upstream;if(T)return t.find(f=>f.name===T)},[e.upstream,a.upstream,t]),c=S.useMemo(()=>t.slice(0,n).filter(T=>T.name&&T.result),[t,n]),d=l==null?void 0:l.result,E=a.visibleColumns,u=S.useMemo(()=>{if(!d)return;if(!E||E.length===0)return d;const T=new Set(d.columns),f=E.filter(A=>T.has(A));return f.length===0?d:{...d,columns:f}},[d,E]);return!l||!u?s.jsx(Po,{theme:i,accentColor:hs,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:c,onPick:T=>o({upstream:T})}):s.jsxs("div",{style:{display:"flex",flexDirection:"column",background:i.cellBg,border:`1px solid ${i.cellBorder}`,borderLeft:`3px solid ${hs}`,borderRadius:6,overflow:"hidden",fontFamily:i.font},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,background:`${i.tableHeaderBg}60`},children:[s.jsx("span",{style:{fontSize:10,fontFamily:i.fontMono,fontWeight:700,letterSpacing:"0.08em",color:hs,background:`${hs}18`,padding:"2px 6px",borderRadius:3,textTransform:"uppercase"},children:"Table"}),e.name&&s.jsx("span",{style:{fontSize:12,fontFamily:i.fontMono,color:i.textSecondary},children:e.name}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:["· df: ",e.upstream??a.upstream]}),s.jsx("button",{onClick:()=>o({upstream:void 0}),title:"Change upstream dataframe",style:{fontSize:10,background:"transparent",border:`1px solid ${i.btnBorder}`,borderRadius:3,color:i.textMuted,padding:"1px 6px",cursor:"pointer",fontFamily:i.fontMono},children:"change"}),s.jsx("div",{style:{flex:1}}),s.jsxs("span",{style:{fontSize:11,color:i.textMuted,fontFamily:i.fontMono},children:[u.rows.length.toLocaleString()," rows · ",u.columns.length," cols"]})]}),s.jsx(Mr,{result:u,themeMode:r})]})}async function dD(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 i="";try{for(;;){const{value:a,done:l}=await r.read();if(l)break;i+=o.decode(a,{stream:!0});let c;for(;(c=i.indexOf(`
613
-
614
- `))!==-1;){const d=i.slice(0,c);i=i.slice(c+2);const E=d.split(`
615
- `).find(u=>u.startsWith("data: "));if(E)try{t(JSON.parse(E.slice(6)))}catch{}}}}finally{r.releaseLock()}}function Is(){return s.jsx("span",{style:{color:"#ff7b72",marginLeft:2},children:"*"})}function qa(e){return e.trim().toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function ED(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 _R({cell:e,onClose:t,onSaved:n,initialContent:r,initialName:o,initialDescription:i,initialTags:a}){const{state:l,dispatch:c}=fe(),d=se[l.themeMode],E=S.useRef(null),[u,T]=S.useState(o||e.name||"new_block"),[f,A]=S.useState(""),[h,p]=S.useState(""),[R,N]=S.useState(i??l.notebookMetadata.description??""),[I,O]=S.useState((a??l.notebookMetadata.categories??[]).join(", ")),[C,m]=S.useState(r??e.content),[g,L]=S.useState(""),[x,D]=S.useState(""),[b,w]=S.useState([]),[B,_]=S.useState(!1),[F,P]=S.useState(null),v=S.useMemo(()=>ED(C),[C]),M=S.useMemo(()=>I.split(",").map(j=>j.trim()).filter(Boolean),[I]),y=[{id:"has-name",label:"Block has name",severity:"error",passed:!!u.trim()},{id:"has-description",label:"Block has description",severity:"error",passed:!!R.trim()},{id:"has-owner",label:"Block has owner",severity:"error",passed:!!h.trim()},{id:"has-domain",label:"Block has domain",severity:"error",passed:!!f.trim()},{id:"has-tags",label:"Has at least one tag",severity:"warning",passed:M.length>0},{id:"has-llm-context",label:"Has LLM context (for agents)",severity:"warning",passed:!!g.trim()}],U=y.some(j=>j.severity==="error"&&!j.passed);S.useEffect(()=>{var j;(j=E.current)==null||j.focus()},[]),S.useEffect(()=>{const j=J=>{J.key==="Escape"&&t()};return document.addEventListener("keydown",j),()=>document.removeEventListener("keydown",j)},[t]);const G=l.semanticLayer.domains,H=`${f.trim()?`blocks/${qa(f)}/`:"blocks/"}${qa(u)||"new-block"}.dql`,q=async()=>{var j;if(U){P("Fix the required governance fields before saving.");return}if(!C.trim()){P("Block content is required.");return}_(!0),P(null);try{const J=x.split(`
616
- `).map(re=>re.trim()).filter(Boolean),Q=b.map(re=>({question:re.question.trim(),sql:re.sql.trim()||void 0})).filter(re=>re.question),X=await z.saveAsBlock({cellId:e.id,notebookPath:((j=l.activeFile)==null?void 0:j.path)??null,name:u.trim(),domain:f.trim()||void 0,owner:h.trim()||void 0,content:C,description:R.trim()||void 0,tags:M,metricRefs:v,llmContext:g.trim()||void 0,examples:Q.length>0?Q:void 0,invariants:J.length>0?J:void 0}),Z={name:`${qa(u)||"new-block"}.dql`,path:X.path,type:"block",folder:"blocks"};l.files.some(re=>re.path===X.path)||c({type:"FILE_ADDED",file:Z});const le=await z.openBlockStudio(X.path);c({type:"OPEN_BLOCK_STUDIO",file:Z,payload:le}),n==null||n({...X,name:u.trim()}),t()}catch(J){P(J instanceof Error?J.message:String(J))}finally{_(!1)}},K={width:"100%",background:d.inputBg,border:`1px solid ${F?d.error:d.inputBorder}`,borderRadius:6,color:d.textPrimary,fontSize:13,fontFamily:d.font,padding:"8px 12px",outline:"none",boxSizing:"border-box"};return s.jsx("div",{onClick:j=>{j.target===j.currentTarget&&t()},style:{position:"fixed",inset:0,background:d.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1100,backdropFilter:"blur(4px)"},children:s.jsxs("div",{style:{width:760,maxWidth:"calc(100vw - 48px)",maxHeight:"calc(100vh - 48px)",overflow:"auto",background:d.modalBg,border:`1px solid ${d.cellBorder}`,borderRadius:12,boxShadow:"0 20px 60px rgba(0,0,0,0.5)"},children:[s.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[s.jsx("h2",{style:{margin:0,fontSize:16,fontWeight:600,color:d.textPrimary,fontFamily:d.font},children:"Save as Block"}),s.jsx("button",{onClick:t,style:{background:"transparent",border:"none",color:d.textMuted,cursor:"pointer",fontSize:18},children:"×"})]}),s.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:16},children:[s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:12},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsxs("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:["Block Name ",s.jsx(Is,{})]}),s.jsx("input",{ref:E,value:u,onChange:j=>T(j.target.value),style:K})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsxs("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:["Domain ",s.jsx(Is,{})]}),s.jsx("input",{value:f,onChange:j=>A(j.target.value),list:"semantic-domain-options",style:K,placeholder:"finance"}),s.jsx("datalist",{id:"semantic-domain-options",children:G.map(j=>s.jsx("option",{value:j},j))})]})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:12},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsxs("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:["Owner ",s.jsx(Is,{})]}),s.jsx("input",{value:h,onChange:j=>p(j.target.value),style:K,placeholder:"data-platform@company.com"})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:"Tags"}),s.jsx("input",{value:I,onChange:j=>O(j.target.value),style:K,placeholder:"revenue, dashboard"})]})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsxs("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:["Description ",s.jsx(Is,{})]}),s.jsx("input",{value:R,onChange:j=>N(j.target.value),style:K})]}),s.jsxs("details",{style:{border:`1px solid ${d.cellBorder}`,borderRadius:6,padding:"8px 12px"},children:[s.jsx("summary",{style:{fontSize:12,fontWeight:600,color:d.textSecondary,fontFamily:d.font,cursor:"pointer"},children:"Agent-facing metadata (optional — helps AI tools ground answers on this block)"}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10,paddingTop:10},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:"How should an AI describe this block?"}),s.jsx("textarea",{value:g,onChange:j=>L(j.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:d.font,lineHeight:1.5,resize:"vertical"}})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:"Invariants (one per line)"}),s.jsx("textarea",{value:x,onChange:j=>D(j.target.value),rows:2,placeholder:`Revenue is never negative
617
- Each row is a unique month`,style:{...K,fontFamily:d.fontMono,lineHeight:1.5,resize:"vertical"}})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:"Example questions (grounding for chat cells)"}),b.map((j,J)=>s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr auto",gap:6},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[s.jsx("input",{value:j.question,onChange:Q=>{const X=[...b];X[J]={...X[J],question:Q.target.value},w(X)},placeholder:"What was revenue last month?",style:K}),s.jsx("input",{value:j.sql,onChange:Q=>{const X=[...b];X[J]={...X[J],sql:Q.target.value},w(X)},placeholder:"Optional SQL snippet",style:{...K,fontFamily:d.fontMono,fontSize:12}})]}),s.jsx("button",{type:"button",onClick:()=>w(b.filter((Q,X)=>X!==J)),style:{background:"transparent",border:`1px solid ${d.cellBorder}`,borderRadius:6,color:d.textMuted,cursor:"pointer",fontSize:12,padding:"0 10px"},children:"×"})]},J)),s.jsx("button",{type:"button",onClick:()=>w([...b,{question:"",sql:""}]),style:{alignSelf:"flex-start",background:d.btnBg,border:`1px solid ${d.btnBorder}`,borderRadius:6,color:d.textSecondary,cursor:"pointer",fontSize:12,fontFamily:d.font,padding:"4px 10px"},children:"+ Add example"})]})]})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6,padding:"10px 12px",background:d.pillBg,borderRadius:6,border:`1px solid ${d.cellBorder}`},children:[s.jsx("div",{style:{fontSize:11,fontWeight:700,color:d.textSecondary,fontFamily:d.font,letterSpacing:"0.06em",textTransform:"uppercase"},children:"Governance checks"}),s.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:y.map(j=>{const J=j.passed?"#3fb950":j.severity==="error"?"#ff7b72":"#e3b341",Q=j.passed?"✓":j.severity==="error"?"✕":"!";return s.jsxs("span",{title:j.passed?`${j.label} — passed`:`${j.label} — ${j.severity}`,style:{display:"inline-flex",alignItems:"center",gap:4,fontSize:11,fontFamily:d.font,color:J,background:`${J}18`,border:`1px solid ${J}55`,borderRadius:999,padding:"2px 10px"},children:[s.jsx("span",{style:{fontWeight:700},children:Q}),j.label]},j.id)})})]}),s.jsx("div",{style:{fontSize:12,color:d.textMuted,fontFamily:d.fontMono,padding:"8px 12px",background:d.pillBg,borderRadius:6},children:H}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,color:d.textSecondary,fontFamily:d.font},children:"Content Preview"}),s.jsx("textarea",{value:C,onChange:j=>m(j.target.value),style:{...K,minHeight:220,resize:"vertical",fontFamily:d.fontMono,lineHeight:1.5}})]}),v.length>0&&s.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6,padding:"10px 12px",background:d.pillBg,borderRadius:6},children:[s.jsx("span",{style:{fontSize:11,color:d.textMuted,fontFamily:d.font},children:"Detected semantic refs:"}),v.map(j=>s.jsx("span",{style:{fontSize:11,color:d.accent,fontFamily:d.fontMono,background:`${d.accent}18`,borderRadius:999,padding:"2px 8px"},children:j},j))]}),F&&s.jsx("div",{style:{fontSize:12,color:d.error,fontFamily:d.font},children:F})]}),s.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${d.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[s.jsx("button",{onClick:t,style:{background:d.btnBg,border:`1px solid ${d.btnBorder}`,borderRadius:6,color:d.textSecondary,cursor:"pointer",fontSize:13,fontFamily:d.font,padding:"7px 16px"},children:"Cancel"}),s.jsx("button",{onClick:q,disabled:B||U,title:U?"Fix governance errors to enable Save":void 0,style:{background:d.accent,border:`1px solid ${d.accent}`,borderRadius:6,color:"#fff",cursor:B||U?"not-allowed":"pointer",fontSize:13,fontFamily:d.font,padding:"7px 20px",opacity:B||U?.5:1},children:B?"Saving...":"Save Block"})]})]})})}const au=[{id:"claude-agent-sdk",label:"Claude Agent SDK",hint:"ANTHROPIC_API_KEY"},{id:"claude-code",label:"Claude Code",hint:"Local `claude` CLI"},{id:"openai",label:"OpenAI",hint:"OPENAI_API_KEY, optional OPENAI_MODEL"},{id:"gemini",label:"Gemini",hint:"GEMINI_API_KEY, optional GEMINI_MODEL"},{id:"ollama",label:"Ollama",hint:"OLLAMA_BASE_URL, optional OLLAMA_MODEL"}];function lu(){return`m_${Date.now()}_${Math.random().toString(36).slice(2,8)}`}function uD(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 TD({cell:e,cells:t,index:n,themeMode:r,onUpdate:o}){const{dispatch:i}=fe(),a=se[r],l=e.chatConfig??{provider:"claude-agent-sdk",history:[]},[c,d]=S.useState(""),[E,u]=S.useState(!1),[T,f]=S.useState(""),[A,h]=S.useState([]),[p,R]=S.useState(null),[N,I]=S.useState(!1),O=S.useRef(null),C=D=>{o({chatConfig:{...l,...D}})},m=async()=>{const D=c.trim();if(!D||E)return;const b={id:lu(),role:"user",content:D},w={id:lu(),role:"assistant",content:"",events:[]},B=[...l.history,b,w];C({history:B}),d(""),f(""),h([]),R(null),u(!0);const _=new AbortController;O.current=_;let F="";const P=[];let v;try{await dD({provider:l.provider,messages:[...l.history,b].map(M=>({role:M.role,content:M.content})),upstream:{cellId:e.id,sql:uD(t,n,l.upstream)},signal:_.signal},M=>{P.push(M),h([...P]),M.kind==="text"?(F+=M.text,f(F)):M.kind==="error"?R(M.message):M.kind==="proposal"&&(v={...M.proposal,certified:M.governance.certified,errors:M.governance.errors,warnings:M.governance.warnings})})}catch(M){R(M instanceof Error?M.message:String(M))}finally{const M=B.map(y=>y.id===w.id?{...y,content:F,events:P.map(U=>({kind:U.kind,payload:U}))}:y);o({chatConfig:{...l,history:M,lastProposal:v??l.lastProposal}}),u(!1),f(""),h([]),O.current=null}},g=()=>{var D;(D=O.current)==null||D.abort()},L=()=>{C({history:[],lastProposal:void 0})},x=l.lastProposal;return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10,padding:"14px 16px",background:a.cellBg,fontFamily:a.font},children:[s.jsx(fD,{cell:e,provider:l.provider,onProviderChange:D=>C({provider:D}),onClear:l.history.length>0?L:void 0,t:a}),l.history.length===0&&!E&&s.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."}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[l.history.map(D=>s.jsx(SD,{msg:D,t:a},D.id)),E&&s.jsx(pD,{streamingText:T,events:A,t:a})]}),p&&s.jsx("div",{style:{fontSize:12,color:"#ff7b72",padding:"6px 10px",background:"#ff7b7218",borderRadius:4},children:p}),x&&s.jsx(AD,{proposal:x,t:a,onOpen:()=>I(!0),onDismiss:()=>C({lastProposal:void 0})}),s.jsx(RD,{value:c,onChange:d,onSend:m,onStop:g,running:E,t:a}),N&&x&&s.jsx(_R,{cell:e,initialContent:x.sql,initialName:x.name,initialDescription:x.description,initialTags:x.tags,onClose:()=>I(!1),onSaved:({path:D,name:b})=>{I(!1),C({lastProposal:void 0}),i({type:"FILE_ADDED",file:{name:b,path:D,type:"block",folder:"blocks"}})}})]})}function fD({cell:e,provider:t,onProviderChange:n,onClear:r,t:o}){var i;return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.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&&s.jsx("span",{style:{fontSize:12,fontFamily:o.fontMono,color:o.textSecondary},children:e.name}),s.jsx("select",{value:t,onChange:a=>n(a.target.value),title:(i=au.find(a=>a.id===t))==null?void 0:i.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:au.map(a=>s.jsx("option",{value:a.id,children:a.label},a.id))}),r&&s.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 SD({msg:e,t}){const n=e.role==="user",r=(e.events??[]).map(o=>o.payload);return s.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:[s.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?s.jsx("em",{style:{color:t.textSecondary},children:"(tool calls only)"}):null),r.filter(o=>o.kind==="tool_call").map(o=>s.jsx(bR,{turn:o,t},`tc-${o.id}`))]})}function pD({streamingText:e,events:t,t:n}){return s.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:[s.jsxs("div",{style:{fontSize:10,fontFamily:n.fontMono,color:n.textMuted,marginBottom:4,textTransform:"uppercase",letterSpacing:"0.08em"},children:["Assistant ",s.jsx("span",{style:{color:n.accent},children:"●"})]}),e||s.jsx("em",{style:{color:n.textSecondary},children:"Thinking…"}),t.filter(r=>r.kind==="tool_call").map(r=>s.jsx(bR,{turn:r,t:n},`live-${r.id}`))]})}function bR({turn:e,t}){return e.kind!=="tool_call"?null:s.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 RD({value:e,onChange:t,onSend:n,onStop:r,running:o,t:i}){return s.jsxs("div",{style:{display:"flex",gap:6,alignItems:"flex-end"},children:[s.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:i.font,background:i.cellBg,color:i.textPrimary,border:`1px solid ${i.cellBorder}`,borderRadius:6}}),o?s.jsx("button",{onClick:r,style:{padding:"8px 14px",fontSize:12,background:"#ff7b7218",color:"#ff7b72",border:"1px solid #ff7b72",borderRadius:6,cursor:"pointer"},children:"Stop"}):s.jsx("button",{onClick:n,disabled:!e.trim(),style:{padding:"8px 14px",fontSize:12,background:e.trim()?`${i.accent}28`:"transparent",color:e.trim()?i.accent:i.textMuted,border:`1px solid ${e.trim()?i.accent:i.cellBorder}`,borderRadius:6,cursor:e.trim()?"pointer":"not-allowed"},children:"Send"})]})}function AD({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 s.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:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.jsx("span",{style:{fontSize:10,fontFamily:t.fontMono,fontWeight:700,letterSpacing:"0.08em",color:e.certified?"#3fb950":"#f0883e",textTransform:"uppercase"},children:"Block Proposal"}),s.jsx("span",{style:{fontSize:13,fontFamily:t.fontMono,color:t.textPrimary},children:e.name}),e.domain&&s.jsxs("span",{style:{fontSize:11,color:t.textSecondary},children:["· ",e.domain]}),s.jsx("button",{onClick:r,style:{marginLeft:"auto",fontSize:11,padding:"2px 6px",background:"transparent",color:t.textMuted,border:"none",cursor:"pointer"},children:"✕"})]}),s.jsx("div",{style:{display:"flex",gap:4,flexWrap:"wrap"},children:o.map(i=>s.jsxs("span",{style:{fontSize:10,fontFamily:t.fontMono,padding:"2px 6px",borderRadius:3,background:i.passed?"#3fb95020":"#ff7b7220",color:i.passed?"#3fb950":"#ff7b72",border:`1px solid ${i.passed?"#3fb95040":"#ff7b7240"}`},children:[i.passed?"✓":"✕"," ",i.label]},i.id))}),e.description&&s.jsx("div",{style:{fontSize:12,color:t.textSecondary},children:e.description}),s.jsx("div",{children:s.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 hD=[{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
618
- category,
619
- COUNT(*) AS count,
620
- SUM(amount) AS total
621
- FROM read_csv_auto('data/filename.csv')
622
- GROUP BY category
623
- ORDER BY total DESC`},{id:"filter-date",label:"Filter by date range",description:"Filter rows between two dates",category:"SQL",code:`SELECT *
624
- FROM read_csv_auto('data/filename.csv')
625
- WHERE date_column >= '2024-01-01'
626
- 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
627
- *,
628
- ROW_NUMBER() OVER (PARTITION BY category ORDER BY amount DESC) AS rank
629
- 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 (
630
- SELECT *
631
- FROM read_csv_auto('data/filename.csv')
632
- WHERE amount > 0
633
- )
634
- SELECT
635
- category,
636
- SUM(amount) AS total
637
- FROM base
638
- 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
639
- FROM read_csv_auto('data/table_a.csv') AS a
640
- JOIN read_csv_auto('data/table_b.csv') AS b
641
- ON a.id = b.id`},{id:"pivot",label:"Pivot / unpivot",description:"Pivot a column into multiple columns",category:"SQL",code:`SELECT *
642
- FROM (
643
- SELECT category, quarter, amount
644
- FROM read_csv_auto('data/filename.csv')
645
- ) 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" {
646
- domain = "analytics"
647
- type = "custom"
648
- description = "Describe what this block does"
649
- owner = "data-team"
650
- tags = ["analytics"]
651
-
652
- query = """
653
- SELECT *
654
- FROM read_csv_auto('data/filename.csv')
655
- LIMIT 100
656
- """
657
-
658
- visualization {
659
- chart = "table"
660
- }
661
- }`},{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" {
662
- domain = "revenue"
663
- type = "custom"
664
- description = "Revenue grouped by segment"
665
- owner = "data-team"
666
- tags = ["revenue"]
667
-
668
- params {
669
- period = "current_quarter"
670
- }
671
-
672
- query = """
673
- SELECT
674
- segment_tier AS segment,
675
- SUM(amount) AS revenue
676
- FROM read_csv_auto('data/revenue.csv')
677
- WHERE fiscal_period = \${period}
678
- GROUP BY segment_tier
679
- ORDER BY revenue DESC
680
- """
681
-
682
- visualization {
683
- chart = "bar"
684
- x = segment
685
- y = revenue
686
- }
687
-
688
- tests {
689
- assert row_count > 0
690
- }
691
- }`},{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)
692
- FROM fct_revenue
693
- GROUP BY @dim(segment)
694
- 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" {
695
- domain = "revenue"
696
- type = "semantic"
697
- owner = "data-team"
698
- description = "Annual Recurring Revenue by subscription plan tier"
699
- tags = ["arr", "revenue", "saas"]
700
-
701
- metric = "arr"
702
- dimensions = ["plan_tier"]
703
-
704
- visualization {
705
- chart = "bar"
706
- x = plan_tier
707
- y = arr
708
- }
709
-
710
- tests {
711
- assert row_count > 0
712
- }
713
- }`},{id:"revenue-by-segment",label:"Revenue by segment",description:"Aggregate revenue totals, deal count, and average deal size per segment",category:"Analysis",code:`SELECT
714
- segment_tier,
715
- SUM(amount) AS total_revenue,
716
- COUNT(*) AS deals,
717
- ROUND(AVG(amount), 0) AS avg_deal
718
- FROM read_csv_auto('data/revenue.csv')
719
- GROUP BY segment_tier
720
- ORDER BY total_revenue DESC`},{id:"quarterly-trend",label:"Quarterly trend",description:"Revenue totals grouped by fiscal year and quarter",category:"Analysis",code:`SELECT
721
- fiscal_year || ' ' || fiscal_quarter AS period,
722
- SUM(amount) AS revenue
723
- FROM read_csv_auto('data/revenue.csv')
724
- GROUP BY fiscal_year, fiscal_quarter
725
- ORDER BY fiscal_year, fiscal_quarter`}];function ID({onInsert:e,themeMode:t,cellType:n}){const r=se[t],[o,i]=S.useState(!1),[a,l]=S.useState(null),c=S.useRef(null),d=hD.filter(T=>n==="dql"?T.category==="DQL":T.category==="SQL"||T.category==="Analysis"),E=Array.from(new Set(d.map(T=>T.category)));S.useEffect(()=>{if(!o)return;function T(f){c.current&&!c.current.contains(f.target)&&i(!1)}return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[o]);function u(T){e(T),i(!1)}return s.jsxs("div",{ref:c,style:{position:"relative",display:"inline-block"},children:[s.jsxs("button",{title:"Insert template snippet",onClick:()=>i(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:[s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 16 16",fill:"currentColor",children:s.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&&s.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:E.map(T=>s.jsxs("div",{children:[s.jsx("div",{style:{padding:"6px 12px 4px",fontSize:10,fontWeight:700,fontFamily:r.font,letterSpacing:"0.08em",textTransform:"uppercase",color:r.textMuted},children:T}),d.filter(f=>f.category===T).map(f=>s.jsxs("button",{onMouseEnter:()=>l(f.id),onMouseLeave:()=>l(null),onClick:()=>u(f.code),style:{width:"100%",padding:"7px 12px",textAlign:"left",background:a===f.id?r.sidebarItemHover:"transparent",border:"none",cursor:"pointer",display:"flex",flexDirection:"column",gap:2,transition:"background 0.1s"},children:[s.jsx("span",{style:{fontSize:12,fontWeight:600,fontFamily:r.font,color:r.textPrimary,lineHeight:1.4},children:f.label}),s.jsx("span",{style:{fontSize:11,fontFamily:r.font,color:r.textMuted,lineHeight:1.4},children:f.description})]},f.id))]},T))})]})}function ND(e,t){var o,i,a,l;const n=e.upstream??((o=e.singleValueConfig)==null?void 0:o.upstream)??((i=e.filterConfig)==null?void 0:i.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(c=>c.name===n&&(c.type==="sql"||c.type==="dql"));return!r||!r.content.trim()?null:{name:r.name,sql:r.content.trim()}}function OD(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}`),`
726
- visualization {
727
- ${t.join(`
728
- `)}
729
- }`}function mD(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,'\\"')}"`),`
730
- visualization {
731
- ${t.join(`
732
- `)}
733
- }`}function gD(e,t){return` query = """
734
- ${e.replace(/^/gm," ")}
735
- """${t}`}function CD(e,t){var a,l,c,d;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=ND(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,i;switch(e.type){case"chart":r=OD(e.chartConfig),o=e.name??(n.name?`${n.name}_chart`:"chart_block"),i=((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=mD(e.singleValueConfig),o=e.name??((c=e.singleValueConfig)!=null&&c.label?e.singleValueConfig.label:`${n.name??"metric"}_kpi`),i=(d=e.singleValueConfig)==null?void 0:d.label;break;case"filter":case"pivot":case"table":o=e.name??(n.name?`${n.name}_${e.type}`:`${e.type}_block`);break}return{content:gD(n.sql,r),suggestedName:o,suggestedDescription:i,derivedFromUpstream:!0}}function xD(e){let t=e;try{const d=JSON.parse(e);d&&typeof d.error=="string"&&(t=d.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 i;const a=t.match(/at or near "([^"]+)"/i);a?i=a[1]:/at end of input/i.test(t)&&(i="end of input");let l;n==="Syntax Error"?i==='"""'||t.includes('"""')?l="Triple-quoted strings are DQL block syntax. Use a DQL cell for block syntax, or plain SQL in a SQL cell.":i==="end of input"||/at end of input/i.test(t)?l="Query is incomplete — check for unclosed parentheses, missing keywords, or a dangling comma.":(i===")"||i==="(")&&(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 c=t.replace(/^(Parser Error|Binder Error|Conversion Error|Invalid Input Error|IO Error|Constraint Error):\s*/i,"").trim();return{type:n,message:c,line:r,near:i,hint:l}}function yD(e,t){const n=e.length,r=t.length,o=Array.from({length:n+1},(i,a)=>Array.from({length:r+1},(l,c)=>a===0?c:c===0?a:0));for(let i=1;i<=n;i++)for(let a=1;a<=r;a++)o[i][a]=e[i-1]===t[a-1]?o[i-1][a-1]:1+Math.min(o[i-1][a],o[i][a-1],o[i-1][a-1]);return o[n][r]}function cu(e,t){const n=e.toLowerCase();let r=null,o=4;for(const i of t){const a=yD(n,i.toLowerCase());a<o&&(o=a,r=i)}return r}function LD({message:e,themeMode:t,onFix:n,schemaTables:r}){const o=se[t],i=xD(e);let a=null;if(r&&r.length>0&&i.type==="Reference Error"){const c=/column.*not found|Referenced column/i.test(i.message),d=/table.*not found|Table.*does not exist/i.test(i.message);if(c&&i.near){const E=r.flatMap(T=>T.columns.map(f=>f.name)),u=cu(i.near,E);u&&(a=`Did you mean column "${u}"?`)}else if(d&&i.near){const E=cu(i.near,r.map(u=>u.name));E&&(a=`Did you mean table "${E}"?`)}}const l=n&&(i.type==="Syntax Error"||i.near===")"||i.near==="("||i.near==="end of input");return s.jsxs("div",{style:{padding:"12px 14px",background:`${o.error}10`,borderLeft:`3px solid ${o.error}`,display:"flex",flexDirection:"column",gap:8},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap"},children:[s.jsx("div",{style:{flexShrink:0,color:o.error,display:"flex",alignItems:"center"},children:s.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.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:i.type}),i.line!==void 0&&s.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 ",i.line]}),i.near&&s.jsxs("span",{style:{fontSize:11,fontFamily:o.fontMono,color:o.textSecondary,flexShrink:0},children:["near ",s.jsxs("span",{style:{color:o.error},children:["“",i.near,"”"]})]})]}),s.jsx("pre",{style:{margin:0,fontFamily:o.fontMono,fontSize:12,color:o.error,lineHeight:1.6,whiteSpace:"pre-wrap",wordBreak:"break-word"},children:i.message}),a&&s.jsxs("div",{style:{fontSize:12,fontFamily:o.font,color:o.textSecondary,display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:{color:o.accent},children:"→"}),a]}),i.hint&&s.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:[s.jsx("span",{style:{flexShrink:0,fontSize:13,lineHeight:1.5},children:"💡"}),s.jsx("span",{style:{fontSize:12,fontFamily:o.font,color:o.warning,lineHeight:1.6},children:i.hint})]}),l&&s.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:c=>{c.currentTarget.style.background=`${o.accent}25`},onMouseLeave:c=>{c.currentTarget.style.background=`${o.accent}15`},children:[s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 dc({path:e,onNodeClick:t,focalNodeId:n,t:r}){return e.nodes.length===0?null:s.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:4,alignItems:"center"},children:e.nodes.map((o,i)=>s.jsxs(Le.Fragment,{children:[s.jsx(_D,{node:o,isFocal:o.id===n,onClick:t?()=>t(o.id):void 0,t:r}),i<e.nodes.length-1&&s.jsx("span",{style:{color:r.textMuted,fontSize:10,lineHeight:1},children:"→"})]},o.id))})}function du({title:e,paths:t,onNodeClick:n,focalNodeId:r,maxVisible:o=4,t:i}){const[a,l]=Le.useState(!1),c=a?t:t.slice(0,o),d=t.length>o;return t.length===0?null:s.jsxs("div",{style:{border:`1px solid ${i.cellBorder}`,borderRadius:10,overflow:"hidden",background:i.inputBg},children:[s.jsxs("div",{style:{padding:"8px 12px",borderBottom:`1px solid ${i.cellBorder}`,fontSize:11,fontWeight:700,color:i.textMuted,fontFamily:i.font,textTransform:"uppercase",letterSpacing:"0.04em",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s.jsx("span",{children:e}),s.jsxs("span",{style:{fontWeight:400,fontSize:10},children:[t.length," path",t.length!==1?"s":""]})]}),s.jsxs("div",{style:{display:"grid",gap:8,padding:10},children:[c.map((E,u)=>s.jsx(dc,{path:E,onNodeClick:n,focalNodeId:r,t:i},`path-${u}`)),d&&!a&&s.jsxs("button",{onClick:()=>l(!0),style:{background:"none",border:"none",color:i.accent,cursor:"pointer",fontSize:11,fontFamily:i.font,padding:"2px 0",textAlign:"left"},children:["Show ",t.length-o," more path",t.length-o!==1?"s":"","..."]})]})]})}function _D({node:e,isFocal:t,onClick:n,t:r}){const o=Be[e.type]??"#8b949e",i=Vi[e.type]??e.type.slice(0,3).toUpperCase();return s.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:[s.jsx("span",{style:{fontSize:8,fontWeight:700,color:"#0d1117",background:o,borderRadius:3,padding:"1px 3px",flexShrink:0},children:i}),s.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]})}function bD({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"},i={source:"Sources",transform:"Transform",answer:"Answer",consumption:"Consumption"};return s.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:s.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:3},children:[s.jsx("span",{style:{width:8,height:8,borderRadius:2,background:o[a],display:"inline-block"}}),i[a],": ",l]},a)})})}function De(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=De(e[n]))!==""&&(t+=(t&&" ")+r);else for(let n in e)e[n]&&(t+=(t&&" ")+n);return t}var DD={value:()=>{}};function Zi(){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 ks(n)}function ks(e){this._=e}function MD(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}})}ks.prototype=Zi.prototype={constructor:ks,on:function(e,t){var n=this._,r=MD(e+"",n),o,i=-1,a=r.length;if(arguments.length<2){for(;++i<a;)if((o=(e=r[i]).type)&&(o=PD(n[o],e.name)))return o;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++i<a;)if(o=(e=r[i]).type)n[o]=Eu(n[o],e.name,t);else if(t==null)for(o in n)n[o]=Eu(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 ks(e)},call:function(e,t){if((o=arguments.length-2)>0)for(var n=new Array(o),r=0,o,i;r<o;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(i=this._[e],r=0,o=i.length;r<o;++r)i[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,i=r.length;o<i;++o)r[o].value.apply(t,n)}};function PD(e,t){for(var n=0,r=e.length,o;n<r;++n)if((o=e[n]).name===t)return o.value}function Eu(e,t,n){for(var r=0,o=e.length;r<o;++r)if(e[r].name===t){e[r]=DD,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var Ec="http://www.w3.org/1999/xhtml";const uu={svg:"http://www.w3.org/2000/svg",xhtml:Ec,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ea(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),uu.hasOwnProperty(t)?{space:uu[t],local:e}:e}function vD(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===Ec&&t.documentElement.namespaceURI===Ec?t.createElement(e):t.createElementNS(n,e)}}function wD(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function DR(e){var t=ea(e);return(t.local?wD:vD)(t)}function UD(){}function Sd(e){return e==null?UD:function(){return this.querySelector(e)}}function BD(e){typeof e!="function"&&(e=Sd(e));for(var t=this._groups,n=t.length,r=new Array(n),o=0;o<n;++o)for(var i=t[o],a=i.length,l=r[o]=new Array(a),c,d,E=0;E<a;++E)(c=i[E])&&(d=e.call(c,c.__data__,E,i))&&("__data__"in c&&(d.__data__=c.__data__),l[E]=d);return new Qe(r,this._parents)}function FD(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function GD(){return[]}function MR(e){return e==null?GD:function(){return this.querySelectorAll(e)}}function kD(e){return function(){return FD(e.apply(this,arguments))}}function HD(e){typeof e=="function"?e=kD(e):e=MR(e);for(var t=this._groups,n=t.length,r=[],o=[],i=0;i<n;++i)for(var a=t[i],l=a.length,c,d=0;d<l;++d)(c=a[d])&&(r.push(e.call(c,c.__data__,d,a)),o.push(c));return new Qe(r,o)}function PR(e){return function(){return this.matches(e)}}function vR(e){return function(t){return t.matches(e)}}var jD=Array.prototype.find;function YD(e){return function(){return jD.call(this.children,e)}}function WD(){return this.firstElementChild}function VD(e){return this.select(e==null?WD:YD(typeof e=="function"?e:vR(e)))}var $D=Array.prototype.filter;function XD(){return Array.from(this.children)}function KD(e){return function(){return $D.call(this.children,e)}}function zD(e){return this.selectAll(e==null?XD:KD(typeof e=="function"?e:vR(e)))}function JD(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 i=t[o],a=i.length,l=r[o]=[],c,d=0;d<a;++d)(c=i[d])&&e.call(c,c.__data__,d,i)&&l.push(c);return new Qe(r,this._parents)}function wR(e){return new Array(e.length)}function qD(){return new Qe(this._enter||this._groups.map(wR),this._parents)}function Ei(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Ei.prototype={constructor:Ei,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 QD(e){return function(){return e}}function ZD(e,t,n,r,o,i){for(var a=0,l,c=t.length,d=i.length;a<d;++a)(l=t[a])?(l.__data__=i[a],r[a]=l):n[a]=new Ei(e,i[a]);for(;a<c;++a)(l=t[a])&&(o[a]=l)}function e1(e,t,n,r,o,i,a){var l,c,d=new Map,E=t.length,u=i.length,T=new Array(E),f;for(l=0;l<E;++l)(c=t[l])&&(T[l]=f=a.call(c,c.__data__,l,t)+"",d.has(f)?o[l]=c:d.set(f,c));for(l=0;l<u;++l)f=a.call(e,i[l],l,i)+"",(c=d.get(f))?(r[l]=c,c.__data__=i[l],d.delete(f)):n[l]=new Ei(e,i[l]);for(l=0;l<E;++l)(c=t[l])&&d.get(T[l])===c&&(o[l]=c)}function t1(e){return e.__data__}function n1(e,t){if(!arguments.length)return Array.from(this,t1);var n=t?e1:ZD,r=this._parents,o=this._groups;typeof e!="function"&&(e=QD(e));for(var i=o.length,a=new Array(i),l=new Array(i),c=new Array(i),d=0;d<i;++d){var E=r[d],u=o[d],T=u.length,f=r1(e.call(E,E&&E.__data__,d,r)),A=f.length,h=l[d]=new Array(A),p=a[d]=new Array(A),R=c[d]=new Array(T);n(E,u,h,p,R,f,t);for(var N=0,I=0,O,C;N<A;++N)if(O=h[N]){for(N>=I&&(I=N+1);!(C=p[I])&&++I<A;);O._next=C||null}}return a=new Qe(a,r),a._enter=l,a._exit=c,a}function r1(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function o1(){return new Qe(this._exit||this._groups.map(wR),this._parents)}function s1(e,t,n){var r=this.enter(),o=this,i=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?i.remove():n(i),r&&o?r.merge(o).order():o}function i1(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,o=n.length,i=r.length,a=Math.min(o,i),l=new Array(o),c=0;c<a;++c)for(var d=n[c],E=r[c],u=d.length,T=l[c]=new Array(u),f,A=0;A<u;++A)(f=d[A]||E[A])&&(T[A]=f);for(;c<o;++c)l[c]=n[c];return new Qe(l,this._parents)}function a1(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r=e[t],o=r.length-1,i=r[o],a;--o>=0;)(a=r[o])&&(i&&a.compareDocumentPosition(i)^4&&i.parentNode.insertBefore(a,i),i=a);return this}function l1(e){e||(e=c1);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),i=0;i<r;++i){for(var a=n[i],l=a.length,c=o[i]=new Array(l),d,E=0;E<l;++E)(d=a[E])&&(c[E]=d);c.sort(t)}return new Qe(o,this._parents).order()}function c1(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function d1(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function E1(){return Array.from(this)}function u1(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],o=0,i=r.length;o<i;++o){var a=r[o];if(a)return a}return null}function T1(){let e=0;for(const t of this)++e;return e}function f1(){return!this.node()}function S1(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var o=t[n],i=0,a=o.length,l;i<a;++i)(l=o[i])&&e.call(l,l.__data__,i,o);return this}function p1(e){return function(){this.removeAttribute(e)}}function R1(e){return function(){this.removeAttributeNS(e.space,e.local)}}function A1(e,t){return function(){this.setAttribute(e,t)}}function h1(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function I1(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function N1(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 O1(e,t){var n=ea(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?R1:p1:typeof t=="function"?n.local?N1:I1:n.local?h1:A1)(n,t))}function UR(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function m1(e){return function(){this.style.removeProperty(e)}}function g1(e,t,n){return function(){this.style.setProperty(e,t,n)}}function C1(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function x1(e,t,n){return arguments.length>1?this.each((t==null?m1:typeof t=="function"?C1:g1)(e,t,n??"")):Rr(this.node(),e)}function Rr(e,t){return e.style.getPropertyValue(t)||UR(e).getComputedStyle(e,null).getPropertyValue(t)}function y1(e){return function(){delete this[e]}}function L1(e,t){return function(){this[e]=t}}function _1(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function b1(e,t){return arguments.length>1?this.each((t==null?y1:typeof t=="function"?_1:L1)(e,t)):this.node()[e]}function BR(e){return e.trim().split(/^|\s+/)}function pd(e){return e.classList||new FR(e)}function FR(e){this._node=e,this._names=BR(e.getAttribute("class")||"")}FR.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 GR(e,t){for(var n=pd(e),r=-1,o=t.length;++r<o;)n.add(t[r])}function kR(e,t){for(var n=pd(e),r=-1,o=t.length;++r<o;)n.remove(t[r])}function D1(e){return function(){GR(this,e)}}function M1(e){return function(){kR(this,e)}}function P1(e,t){return function(){(t.apply(this,arguments)?GR:kR)(this,e)}}function v1(e,t){var n=BR(e+"");if(arguments.length<2){for(var r=pd(this.node()),o=-1,i=n.length;++o<i;)if(!r.contains(n[o]))return!1;return!0}return this.each((typeof t=="function"?P1:t?D1:M1)(n,t))}function w1(){this.textContent=""}function U1(e){return function(){this.textContent=e}}function B1(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function F1(e){return arguments.length?this.each(e==null?w1:(typeof e=="function"?B1:U1)(e)):this.node().textContent}function G1(){this.innerHTML=""}function k1(e){return function(){this.innerHTML=e}}function H1(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function j1(e){return arguments.length?this.each(e==null?G1:(typeof e=="function"?H1:k1)(e)):this.node().innerHTML}function Y1(){this.nextSibling&&this.parentNode.appendChild(this)}function W1(){return this.each(Y1)}function V1(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function $1(){return this.each(V1)}function X1(e){var t=typeof e=="function"?e:DR(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function K1(){return null}function z1(e,t){var n=typeof e=="function"?e:DR(e),r=t==null?K1:typeof t=="function"?t:Sd(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function J1(){var e=this.parentNode;e&&e.removeChild(this)}function q1(){return this.each(J1)}function Q1(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function Z1(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function eM(e){return this.select(e?Z1:Q1)}function tM(e){return arguments.length?this.property("__data__",e):this.node().__data__}function nM(e){return function(t){e.call(this,t,this.__data__)}}function rM(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 oM(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,o=t.length,i;n<o;++n)i=t[n],(!e.type||i.type===e.type)&&i.name===e.name?this.removeEventListener(i.type,i.listener,i.options):t[++r]=i;++r?t.length=r:delete this.__on}}}function sM(e,t,n){return function(){var r=this.__on,o,i=nM(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=i,o.options=n),o.value=t;return}}this.addEventListener(e.type,i,n),o={type:e.type,name:e.name,value:t,listener:i,options:n},r?r.push(o):this.__on=[o]}}function iM(e,t,n){var r=rM(e+""),o,i=r.length,a;if(arguments.length<2){var l=this.node().__on;if(l){for(var c=0,d=l.length,E;c<d;++c)for(o=0,E=l[c];o<i;++o)if((a=r[o]).type===E.type&&a.name===E.name)return E.value}return}for(l=t?sM:oM,o=0;o<i;++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 aM(e,t){return function(){return HR(this,e,t)}}function lM(e,t){return function(){return HR(this,e,t.apply(this,arguments))}}function cM(e,t){return this.each((typeof t=="function"?lM:aM)(e,t))}function*dM(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],o=0,i=r.length,a;o<i;++o)(a=r[o])&&(yield a)}var jR=[null];function Qe(e,t){this._groups=e,this._parents=t}function vo(){return new Qe([[document.documentElement]],jR)}function EM(){return this}Qe.prototype=vo.prototype={constructor:Qe,select:BD,selectAll:HD,selectChild:VD,selectChildren:zD,filter:JD,data:n1,enter:qD,exit:o1,join:s1,merge:i1,selection:EM,order:a1,sort:l1,call:d1,nodes:E1,node:u1,size:T1,empty:f1,each:S1,attr:O1,style:x1,property:b1,classed:v1,text:F1,html:j1,raise:W1,lower:$1,append:X1,insert:z1,remove:q1,clone:eM,datum:tM,on:iM,dispatch:cM,[Symbol.iterator]:dM};function Je(e){return typeof e=="string"?new Qe([[document.querySelector(e)]],[document.documentElement]):new Qe([[e]],jR)}function uM(e){let t;for(;t=e.sourceEvent;)e=t;return e}function lt(e,t){if(e=uM(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 TM={passive:!1},So={capture:!0,passive:!1};function Qa(e){e.stopImmediatePropagation()}function cr(e){e.preventDefault(),e.stopImmediatePropagation()}function YR(e){var t=e.document.documentElement,n=Je(e).on("dragstart.drag",cr,So);"onselectstart"in t?n.on("selectstart.drag",cr,So):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function WR(e,t){var n=e.document.documentElement,r=Je(e).on("dragstart.drag",null);t&&(r.on("click.drag",cr,So),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 Ns=e=>()=>e;function uc(e,{sourceEvent:t,subject:n,target:r,identifier:o,active:i,x:a,y:l,dx:c,dy:d,dispatch:E}){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:i,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:l,enumerable:!0,configurable:!0},dx:{value:c,enumerable:!0,configurable:!0},dy:{value:d,enumerable:!0,configurable:!0},_:{value:E}})}uc.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function fM(e){return!e.ctrlKey&&!e.button}function SM(){return this.parentNode}function pM(e,t){return t??{x:e.x,y:e.y}}function RM(){return navigator.maxTouchPoints||"ontouchstart"in this}function VR(){var e=fM,t=SM,n=pM,r=RM,o={},i=Zi("start","drag","end"),a=0,l,c,d,E,u=0;function T(O){O.on("mousedown.drag",f).filter(r).on("touchstart.drag",p).on("touchmove.drag",R,TM).on("touchend.drag touchcancel.drag",N).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function f(O,C){if(!(E||!e.call(this,O,C))){var m=I(this,t.call(this,O,C),O,C,"mouse");m&&(Je(O.view).on("mousemove.drag",A,So).on("mouseup.drag",h,So),YR(O.view),Qa(O),d=!1,l=O.clientX,c=O.clientY,m("start",O))}}function A(O){if(cr(O),!d){var C=O.clientX-l,m=O.clientY-c;d=C*C+m*m>u}o.mouse("drag",O)}function h(O){Je(O.view).on("mousemove.drag mouseup.drag",null),WR(O.view,d),cr(O),o.mouse("end",O)}function p(O,C){if(e.call(this,O,C)){var m=O.changedTouches,g=t.call(this,O,C),L=m.length,x,D;for(x=0;x<L;++x)(D=I(this,g,O,C,m[x].identifier,m[x]))&&(Qa(O),D("start",O,m[x]))}}function R(O){var C=O.changedTouches,m=C.length,g,L;for(g=0;g<m;++g)(L=o[C[g].identifier])&&(cr(O),L("drag",O,C[g]))}function N(O){var C=O.changedTouches,m=C.length,g,L;for(E&&clearTimeout(E),E=setTimeout(function(){E=null},500),g=0;g<m;++g)(L=o[C[g].identifier])&&(Qa(O),L("end",O,C[g]))}function I(O,C,m,g,L,x){var D=i.copy(),b=lt(x||m,C),w,B,_;if((_=n.call(O,new uc("beforestart",{sourceEvent:m,target:T,identifier:L,active:a,x:b[0],y:b[1],dx:0,dy:0,dispatch:D}),g))!=null)return w=_.x-b[0]||0,B=_.y-b[1]||0,function F(P,v,M){var y=b,U;switch(P){case"start":o[L]=F,U=a++;break;case"end":delete o[L],--a;case"drag":b=lt(M||v,C),U=a;break}D.call(P,O,new uc(P,{sourceEvent:v,subject:_,target:T,identifier:L,active:U,x:b[0]+w,y:b[1]+B,dx:b[0]-y[0],dy:b[1]-y[1],dispatch:D}),g)}}return T.filter=function(O){return arguments.length?(e=typeof O=="function"?O:Ns(!!O),T):e},T.container=function(O){return arguments.length?(t=typeof O=="function"?O:Ns(O),T):t},T.subject=function(O){return arguments.length?(n=typeof O=="function"?O:Ns(O),T):n},T.touchable=function(O){return arguments.length?(r=typeof O=="function"?O:Ns(!!O),T):r},T.on=function(){var O=i.on.apply(i,arguments);return O===i?T:O},T.clickDistance=function(O){return arguments.length?(u=(O=+O)*O,T):Math.sqrt(u)},T}function Rd(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function $R(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function wo(){}var po=.7,ui=1/po,dr="\\s*([+-]?\\d+)\\s*",Ro="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Ct="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",AM=/^#([0-9a-f]{3,8})$/,hM=new RegExp(`^rgb\\(${dr},${dr},${dr}\\)$`),IM=new RegExp(`^rgb\\(${Ct},${Ct},${Ct}\\)$`),NM=new RegExp(`^rgba\\(${dr},${dr},${dr},${Ro}\\)$`),OM=new RegExp(`^rgba\\(${Ct},${Ct},${Ct},${Ro}\\)$`),mM=new RegExp(`^hsl\\(${Ro},${Ct},${Ct}\\)$`),gM=new RegExp(`^hsla\\(${Ro},${Ct},${Ct},${Ro}\\)$`),Tu={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};Rd(wo,Mn,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:fu,formatHex:fu,formatHex8:CM,formatHsl:xM,formatRgb:Su,toString:Su});function fu(){return this.rgb().formatHex()}function CM(){return this.rgb().formatHex8()}function xM(){return XR(this).formatHsl()}function Su(){return this.rgb().formatRgb()}function Mn(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=AM.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?pu(t):n===3?new Ye(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?Os(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?Os(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=hM.exec(e))?new Ye(t[1],t[2],t[3],1):(t=IM.exec(e))?new Ye(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=NM.exec(e))?Os(t[1],t[2],t[3],t[4]):(t=OM.exec(e))?Os(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=mM.exec(e))?hu(t[1],t[2]/100,t[3]/100,1):(t=gM.exec(e))?hu(t[1],t[2]/100,t[3]/100,t[4]):Tu.hasOwnProperty(e)?pu(Tu[e]):e==="transparent"?new Ye(NaN,NaN,NaN,0):null}function pu(e){return new Ye(e>>16&255,e>>8&255,e&255,1)}function Os(e,t,n,r){return r<=0&&(e=t=n=NaN),new Ye(e,t,n,r)}function yM(e){return e instanceof wo||(e=Mn(e)),e?(e=e.rgb(),new Ye(e.r,e.g,e.b,e.opacity)):new Ye}function Tc(e,t,n,r){return arguments.length===1?yM(e):new Ye(e,t,n,r??1)}function Ye(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}Rd(Ye,Tc,$R(wo,{brighter(e){return e=e==null?ui:Math.pow(ui,e),new Ye(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?po:Math.pow(po,e),new Ye(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Ye(yn(this.r),yn(this.g),yn(this.b),Ti(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:Ru,formatHex:Ru,formatHex8:LM,formatRgb:Au,toString:Au}));function Ru(){return`#${xn(this.r)}${xn(this.g)}${xn(this.b)}`}function LM(){return`#${xn(this.r)}${xn(this.g)}${xn(this.b)}${xn((isNaN(this.opacity)?1:this.opacity)*255)}`}function Au(){const e=Ti(this.opacity);return`${e===1?"rgb(":"rgba("}${yn(this.r)}, ${yn(this.g)}, ${yn(this.b)}${e===1?")":`, ${e})`}`}function Ti(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function yn(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function xn(e){return e=yn(e),(e<16?"0":"")+e.toString(16)}function hu(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new ct(e,t,n,r)}function XR(e){if(e instanceof ct)return new ct(e.h,e.s,e.l,e.opacity);if(e instanceof wo||(e=Mn(e)),!e)return new ct;if(e instanceof ct)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,o=Math.min(t,n,r),i=Math.max(t,n,r),a=NaN,l=i-o,c=(i+o)/2;return l?(t===i?a=(n-r)/l+(n<r)*6:n===i?a=(r-t)/l+2:a=(t-n)/l+4,l/=c<.5?i+o:2-i-o,a*=60):l=c>0&&c<1?0:a,new ct(a,l,c,e.opacity)}function _M(e,t,n,r){return arguments.length===1?XR(e):new ct(e,t,n,r??1)}function ct(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}Rd(ct,_M,$R(wo,{brighter(e){return e=e==null?ui:Math.pow(ui,e),new ct(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?po:Math.pow(po,e),new ct(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 Ye(Za(e>=240?e-240:e+120,o,r),Za(e,o,r),Za(e<120?e+240:e-120,o,r),this.opacity)},clamp(){return new ct(Iu(this.h),ms(this.s),ms(this.l),Ti(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=Ti(this.opacity);return`${e===1?"hsl(":"hsla("}${Iu(this.h)}, ${ms(this.s)*100}%, ${ms(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Iu(e){return e=(e||0)%360,e<0?e+360:e}function ms(e){return Math.max(0,Math.min(1,e||0))}function Za(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 Ad=e=>()=>e;function bM(e,t){return function(n){return e+n*t}}function DM(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 MM(e){return(e=+e)==1?KR:function(t,n){return n-t?DM(t,n,e):Ad(isNaN(t)?n:t)}}function KR(e,t){var n=t-e;return n?bM(e,n):Ad(isNaN(e)?t:e)}const fi=(function e(t){var n=MM(t);function r(o,i){var a=n((o=Tc(o)).r,(i=Tc(i)).r),l=n(o.g,i.g),c=n(o.b,i.b),d=KR(o.opacity,i.opacity);return function(E){return o.r=a(E),o.g=l(E),o.b=c(E),o.opacity=d(E),o+""}}return r.gamma=e,r})(1);function PM(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),o;return function(i){for(o=0;o<n;++o)r[o]=e[o]*(1-i)+t[o]*i;return r}}function vM(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function wM(e,t){var n=t?t.length:0,r=e?Math.min(n,e.length):0,o=new Array(r),i=new Array(n),a;for(a=0;a<r;++a)o[a]=eo(e[a],t[a]);for(;a<n;++a)i[a]=t[a];return function(l){for(a=0;a<r;++a)i[a]=o[a](l);return i}}function UM(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function ht(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function BM(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]=eo(e[o],t[o]):r[o]=t[o];return function(i){for(o in n)r[o]=n[o](i);return r}}var fc=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,el=new RegExp(fc.source,"g");function FM(e){return function(){return e}}function GM(e){return function(t){return e(t)+""}}function zR(e,t){var n=fc.lastIndex=el.lastIndex=0,r,o,i,a=-1,l=[],c=[];for(e=e+"",t=t+"";(r=fc.exec(e))&&(o=el.exec(t));)(i=o.index)>n&&(i=t.slice(n,i),l[a]?l[a]+=i:l[++a]=i),(r=r[0])===(o=o[0])?l[a]?l[a]+=o:l[++a]=o:(l[++a]=null,c.push({i:a,x:ht(r,o)})),n=el.lastIndex;return n<t.length&&(i=t.slice(n),l[a]?l[a]+=i:l[++a]=i),l.length<2?c[0]?GM(c[0].x):FM(t):(t=c.length,function(d){for(var E=0,u;E<t;++E)l[(u=c[E]).i]=u.x(d);return l.join("")})}function eo(e,t){var n=typeof t,r;return t==null||n==="boolean"?Ad(t):(n==="number"?ht:n==="string"?(r=Mn(t))?(t=r,fi):zR:t instanceof Mn?fi:t instanceof Date?UM:vM(t)?PM:Array.isArray(t)?wM:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?BM:ht)(e,t)}var Nu=180/Math.PI,Sc={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function JR(e,t,n,r,o,i){var a,l,c;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(l=Math.sqrt(n*n+r*r))&&(n/=l,r/=l,c/=l),e*r<t*n&&(e=-e,t=-t,c=-c,a=-a),{translateX:o,translateY:i,rotate:Math.atan2(t,e)*Nu,skewX:Math.atan(c)*Nu,scaleX:a,scaleY:l}}var gs;function kM(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Sc:JR(t.a,t.b,t.c,t.d,t.e,t.f)}function HM(e){return e==null||(gs||(gs=document.createElementNS("http://www.w3.org/2000/svg","g")),gs.setAttribute("transform",e),!(e=gs.transform.baseVal.consolidate()))?Sc:(e=e.matrix,JR(e.a,e.b,e.c,e.d,e.e,e.f))}function qR(e,t,n,r){function o(d){return d.length?d.pop()+" ":""}function i(d,E,u,T,f,A){if(d!==u||E!==T){var h=f.push("translate(",null,t,null,n);A.push({i:h-4,x:ht(d,u)},{i:h-2,x:ht(E,T)})}else(u||T)&&f.push("translate("+u+t+T+n)}function a(d,E,u,T){d!==E?(d-E>180?E+=360:E-d>180&&(d+=360),T.push({i:u.push(o(u)+"rotate(",null,r)-2,x:ht(d,E)})):E&&u.push(o(u)+"rotate("+E+r)}function l(d,E,u,T){d!==E?T.push({i:u.push(o(u)+"skewX(",null,r)-2,x:ht(d,E)}):E&&u.push(o(u)+"skewX("+E+r)}function c(d,E,u,T,f,A){if(d!==u||E!==T){var h=f.push(o(f)+"scale(",null,",",null,")");A.push({i:h-4,x:ht(d,u)},{i:h-2,x:ht(E,T)})}else(u!==1||T!==1)&&f.push(o(f)+"scale("+u+","+T+")")}return function(d,E){var u=[],T=[];return d=e(d),E=e(E),i(d.translateX,d.translateY,E.translateX,E.translateY,u,T),a(d.rotate,E.rotate,u,T),l(d.skewX,E.skewX,u,T),c(d.scaleX,d.scaleY,E.scaleX,E.scaleY,u,T),d=E=null,function(f){for(var A=-1,h=T.length,p;++A<h;)u[(p=T[A]).i]=p.x(f);return u.join("")}}}var jM=qR(kM,"px, ","px)","deg)"),YM=qR(HM,", ",")",")"),WM=1e-12;function Ou(e){return((e=Math.exp(e))+1/e)/2}function VM(e){return((e=Math.exp(e))-1/e)/2}function $M(e){return((e=Math.exp(2*e))-1)/(e+1)}const Hs=(function e(t,n,r){function o(i,a){var l=i[0],c=i[1],d=i[2],E=a[0],u=a[1],T=a[2],f=E-l,A=u-c,h=f*f+A*A,p,R;if(h<WM)R=Math.log(T/d)/t,p=function(g){return[l+g*f,c+g*A,d*Math.exp(t*g*R)]};else{var N=Math.sqrt(h),I=(T*T-d*d+r*h)/(2*d*n*N),O=(T*T-d*d-r*h)/(2*T*n*N),C=Math.log(Math.sqrt(I*I+1)-I),m=Math.log(Math.sqrt(O*O+1)-O);R=(m-C)/t,p=function(g){var L=g*R,x=Ou(C),D=d/(n*N)*(x*$M(t*L+C)-VM(C));return[l+D*f,c+D*A,d*x/Ou(t*L+C)]}}return p.duration=R*1e3*t/Math.SQRT2,p}return o.rho=function(i){var a=Math.max(.001,+i),l=a*a,c=l*l;return e(a,l,c)},o})(Math.SQRT2,2,4);var Ar=0,zr=0,Wr=0,QR=1e3,Si,Jr,pi=0,Pn=0,ta=0,Ao=typeof performance=="object"&&performance.now?performance:Date,ZR=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function hd(){return Pn||(ZR(XM),Pn=Ao.now()+ta)}function XM(){Pn=0}function Ri(){this._call=this._time=this._next=null}Ri.prototype=eA.prototype={constructor:Ri,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?hd():+n)+(t==null?0:+t),!this._next&&Jr!==this&&(Jr?Jr._next=this:Si=this,Jr=this),this._call=e,this._time=n,pc()},stop:function(){this._call&&(this._call=null,this._time=1/0,pc())}};function eA(e,t,n){var r=new Ri;return r.restart(e,t,n),r}function KM(){hd(),++Ar;for(var e=Si,t;e;)(t=Pn-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Ar}function mu(){Pn=(pi=Ao.now())+ta,Ar=zr=0;try{KM()}finally{Ar=0,JM(),Pn=0}}function zM(){var e=Ao.now(),t=e-pi;t>QR&&(ta-=t,pi=e)}function JM(){for(var e,t=Si,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:Si=n);Jr=e,pc(r)}function pc(e){if(!Ar){zr&&(zr=clearTimeout(zr));var t=e-Pn;t>24?(e<1/0&&(zr=setTimeout(mu,e-Ao.now()-ta)),Wr&&(Wr=clearInterval(Wr))):(Wr||(pi=Ao.now(),Wr=setInterval(zM,QR)),Ar=1,ZR(mu))}}function gu(e,t,n){var r=new Ri;return t=t==null?0:+t,r.restart(o=>{r.stop(),e(o+t)},t,n),r}var qM=Zi("start","end","cancel","interrupt"),QM=[],tA=0,Cu=1,Rc=2,js=3,xu=4,Ac=5,Ys=6;function na(e,t,n,r,o,i){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;ZM(e,n,{name:t,index:r,group:o,on:qM,tween:QM,time:i.time,delay:i.delay,duration:i.duration,ease:i.ease,timer:null,state:tA})}function Id(e,t){var n=Rt(e,t);if(n.state>tA)throw new Error("too late; already scheduled");return n}function Lt(e,t){var n=Rt(e,t);if(n.state>js)throw new Error("too late; already running");return n}function Rt(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function ZM(e,t,n){var r=e.__transition,o;r[t]=n,n.timer=eA(i,0,n.time);function i(d){n.state=Cu,n.timer.restart(a,n.delay,n.time),n.delay<=d&&a(d-n.delay)}function a(d){var E,u,T,f;if(n.state!==Cu)return c();for(E in r)if(f=r[E],f.name===n.name){if(f.state===js)return gu(a);f.state===xu?(f.state=Ys,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete r[E]):+E<t&&(f.state=Ys,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete r[E])}if(gu(function(){n.state===js&&(n.state=xu,n.timer.restart(l,n.delay,n.time),l(d))}),n.state=Rc,n.on.call("start",e,e.__data__,n.index,n.group),n.state===Rc){for(n.state=js,o=new Array(T=n.tween.length),E=0,u=-1;E<T;++E)(f=n.tween[E].value.call(e,e.__data__,n.index,n.group))&&(o[++u]=f);o.length=u+1}}function l(d){for(var E=d<n.duration?n.ease.call(null,d/n.duration):(n.timer.restart(c),n.state=Ac,1),u=-1,T=o.length;++u<T;)o[u].call(e,E);n.state===Ac&&(n.on.call("end",e,e.__data__,n.index,n.group),c())}function c(){n.state=Ys,n.timer.stop(),delete r[t];for(var d in r)return;delete e.__transition}}function Ws(e,t){var n=e.__transition,r,o,i=!0,a;if(n){t=t==null?null:t+"";for(a in n){if((r=n[a]).name!==t){i=!1;continue}o=r.state>Rc&&r.state<Ac,r.state=Ys,r.timer.stop(),r.on.call(o?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}i&&delete e.__transition}}function eP(e){return this.each(function(){Ws(this,e)})}function tP(e,t){var n,r;return function(){var o=Lt(this,e),i=o.tween;if(i!==n){r=n=i;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 nP(e,t,n){var r,o;if(typeof n!="function")throw new Error;return function(){var i=Lt(this,e),a=i.tween;if(a!==r){o=(r=a).slice();for(var l={name:t,value:n},c=0,d=o.length;c<d;++c)if(o[c].name===t){o[c]=l;break}c===d&&o.push(l)}i.tween=o}}function rP(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=Rt(this.node(),n).tween,o=0,i=r.length,a;o<i;++o)if((a=r[o]).name===e)return a.value;return null}return this.each((t==null?tP:nP)(n,e,t))}function Nd(e,t,n){var r=e._id;return e.each(function(){var o=Lt(this,r);(o.value||(o.value={}))[t]=n.apply(this,arguments)}),function(o){return Rt(o,r).value[t]}}function nA(e,t){var n;return(typeof t=="number"?ht:t instanceof Mn?fi:(n=Mn(t))?(t=n,fi):zR)(e,t)}function oP(e){return function(){this.removeAttribute(e)}}function sP(e){return function(){this.removeAttributeNS(e.space,e.local)}}function iP(e,t,n){var r,o=n+"",i;return function(){var a=this.getAttribute(e);return a===o?null:a===r?i:i=t(r=a,n)}}function aP(e,t,n){var r,o=n+"",i;return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?i:i=t(r=a,n)}}function lP(e,t,n){var r,o,i;return function(){var a,l=n(this),c;return l==null?void this.removeAttribute(e):(a=this.getAttribute(e),c=l+"",a===c?null:a===r&&c===o?i:(o=c,i=t(r=a,l)))}}function cP(e,t,n){var r,o,i;return function(){var a,l=n(this),c;return l==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),c=l+"",a===c?null:a===r&&c===o?i:(o=c,i=t(r=a,l)))}}function dP(e,t){var n=ea(e),r=n==="transform"?YM:nA;return this.attrTween(e,typeof t=="function"?(n.local?cP:lP)(n,r,Nd(this,"attr."+e,t)):t==null?(n.local?sP:oP)(n):(n.local?aP:iP)(n,r,t))}function EP(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function uP(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function TP(e,t){var n,r;function o(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&uP(e,i)),n}return o._value=t,o}function fP(e,t){var n,r;function o(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&EP(e,i)),n}return o._value=t,o}function SP(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=ea(e);return this.tween(n,(r.local?TP:fP)(r,t))}function pP(e,t){return function(){Id(this,e).delay=+t.apply(this,arguments)}}function RP(e,t){return t=+t,function(){Id(this,e).delay=t}}function AP(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?pP:RP)(t,e)):Rt(this.node(),t).delay}function hP(e,t){return function(){Lt(this,e).duration=+t.apply(this,arguments)}}function IP(e,t){return t=+t,function(){Lt(this,e).duration=t}}function NP(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?hP:IP)(t,e)):Rt(this.node(),t).duration}function OP(e,t){if(typeof t!="function")throw new Error;return function(){Lt(this,e).ease=t}}function mP(e){var t=this._id;return arguments.length?this.each(OP(t,e)):Rt(this.node(),t).ease}function gP(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;Lt(this,e).ease=n}}function CP(e){if(typeof e!="function")throw new Error;return this.each(gP(this._id,e))}function xP(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 i=t[o],a=i.length,l=r[o]=[],c,d=0;d<a;++d)(c=i[d])&&e.call(c,c.__data__,d,i)&&l.push(c);return new kt(r,this._parents,this._name,this._id)}function yP(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,o=n.length,i=Math.min(r,o),a=new Array(r),l=0;l<i;++l)for(var c=t[l],d=n[l],E=c.length,u=a[l]=new Array(E),T,f=0;f<E;++f)(T=c[f]||d[f])&&(u[f]=T);for(;l<r;++l)a[l]=t[l];return new kt(a,this._parents,this._name,this._id)}function LP(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 _P(e,t,n){var r,o,i=LP(t)?Id:Lt;return function(){var a=i(this,e),l=a.on;l!==r&&(o=(r=l).copy()).on(t,n),a.on=o}}function bP(e,t){var n=this._id;return arguments.length<2?Rt(this.node(),n).on.on(e):this.each(_P(n,e,t))}function DP(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function MP(){return this.on("end.remove",DP(this._id))}function PP(e){var t=this._name,n=this._id;typeof e!="function"&&(e=Sd(e));for(var r=this._groups,o=r.length,i=new Array(o),a=0;a<o;++a)for(var l=r[a],c=l.length,d=i[a]=new Array(c),E,u,T=0;T<c;++T)(E=l[T])&&(u=e.call(E,E.__data__,T,l))&&("__data__"in E&&(u.__data__=E.__data__),d[T]=u,na(d[T],t,n,T,d,Rt(E,n)));return new kt(i,this._parents,t,n)}function vP(e){var t=this._name,n=this._id;typeof e!="function"&&(e=MR(e));for(var r=this._groups,o=r.length,i=[],a=[],l=0;l<o;++l)for(var c=r[l],d=c.length,E,u=0;u<d;++u)if(E=c[u]){for(var T=e.call(E,E.__data__,u,c),f,A=Rt(E,n),h=0,p=T.length;h<p;++h)(f=T[h])&&na(f,t,n,h,T,A);i.push(T),a.push(E)}return new kt(i,a,t,n)}var wP=vo.prototype.constructor;function UP(){return new wP(this._groups,this._parents)}function BP(e,t){var n,r,o;return function(){var i=Rr(this,e),a=(this.style.removeProperty(e),Rr(this,e));return i===a?null:i===n&&a===r?o:o=t(n=i,r=a)}}function rA(e){return function(){this.style.removeProperty(e)}}function FP(e,t,n){var r,o=n+"",i;return function(){var a=Rr(this,e);return a===o?null:a===r?i:i=t(r=a,n)}}function GP(e,t,n){var r,o,i;return function(){var a=Rr(this,e),l=n(this),c=l+"";return l==null&&(c=l=(this.style.removeProperty(e),Rr(this,e))),a===c?null:a===r&&c===o?i:(o=c,i=t(r=a,l))}}function kP(e,t){var n,r,o,i="style."+t,a="end."+i,l;return function(){var c=Lt(this,e),d=c.on,E=c.value[i]==null?l||(l=rA(t)):void 0;(d!==n||o!==E)&&(r=(n=d).copy()).on(a,o=E),c.on=r}}function HP(e,t,n){var r=(e+="")=="transform"?jM:nA;return t==null?this.styleTween(e,BP(e,r)).on("end.style."+e,rA(e)):typeof t=="function"?this.styleTween(e,GP(e,r,Nd(this,"style."+e,t))).each(kP(this._id,e)):this.styleTween(e,FP(e,r,t),n).on("end.style."+e,null)}function jP(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function YP(e,t,n){var r,o;function i(){var a=t.apply(this,arguments);return a!==o&&(r=(o=a)&&jP(e,a,n)),r}return i._value=t,i}function WP(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,YP(e,t,n??""))}function VP(e){return function(){this.textContent=e}}function $P(e){return function(){var t=e(this);this.textContent=t??""}}function XP(e){return this.tween("text",typeof e=="function"?$P(Nd(this,"text",e)):VP(e==null?"":e+""))}function KP(e){return function(t){this.textContent=e.call(this,t)}}function zP(e){var t,n;function r(){var o=e.apply(this,arguments);return o!==n&&(t=(n=o)&&KP(o)),t}return r._value=e,r}function JP(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,zP(e))}function qP(){for(var e=this._name,t=this._id,n=oA(),r=this._groups,o=r.length,i=0;i<o;++i)for(var a=r[i],l=a.length,c,d=0;d<l;++d)if(c=a[d]){var E=Rt(c,t);na(c,e,n,d,a,{time:E.time+E.delay+E.duration,delay:0,duration:E.duration,ease:E.ease})}return new kt(r,this._parents,e,n)}function QP(){var e,t,n=this,r=n._id,o=n.size();return new Promise(function(i,a){var l={value:a},c={value:function(){--o===0&&i()}};n.each(function(){var d=Lt(this,r),E=d.on;E!==e&&(t=(e=E).copy(),t._.cancel.push(l),t._.interrupt.push(l),t._.end.push(c)),d.on=t}),o===0&&i()})}var ZP=0;function kt(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function oA(){return++ZP}var Dt=vo.prototype;kt.prototype={constructor:kt,select:PP,selectAll:vP,selectChild:Dt.selectChild,selectChildren:Dt.selectChildren,filter:xP,merge:yP,selection:UP,transition:qP,call:Dt.call,nodes:Dt.nodes,node:Dt.node,size:Dt.size,empty:Dt.empty,each:Dt.each,on:bP,attr:dP,attrTween:SP,style:HP,styleTween:WP,text:XP,textTween:JP,remove:MP,tween:rP,delay:AP,duration:NP,ease:mP,easeVarying:CP,end:QP,[Symbol.iterator]:Dt[Symbol.iterator]};function ev(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var tv={time:null,delay:0,duration:250,ease:ev};function nv(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 rv(e){var t,n;e instanceof kt?(t=e._id,e=e._name):(t=oA(),(n=tv).time=hd(),e=e==null?null:e+"");for(var r=this._groups,o=r.length,i=0;i<o;++i)for(var a=r[i],l=a.length,c,d=0;d<l;++d)(c=a[d])&&na(c,e,t,d,a,n||nv(c,t));return new kt(r,this._parents,e,t)}vo.prototype.interrupt=eP;vo.prototype.transition=rv;const Cs=e=>()=>e;function ov(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 vt(e,t,n){this.k=e,this.x=t,this.y=n}vt.prototype={constructor:vt,scale:function(e){return e===1?this:new vt(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new vt(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 ra=new vt(1,0,0);sA.prototype=vt.prototype;function sA(e){for(;!e.__zoom;)if(!(e=e.parentNode))return ra;return e.__zoom}function tl(e){e.stopImmediatePropagation()}function Vr(e){e.preventDefault(),e.stopImmediatePropagation()}function sv(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function iv(){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 yu(){return this.__zoom||ra}function av(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function lv(){return navigator.maxTouchPoints||"ontouchstart"in this}function cv(e,t,n){var r=e.invertX(t[0][0])-n[0][0],o=e.invertX(t[1][0])-n[1][0],i=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>i?(i+a)/2:Math.min(0,i)||Math.max(0,a))}function iA(){var e=sv,t=iv,n=cv,r=av,o=lv,i=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],l=250,c=Hs,d=Zi("start","zoom","end"),E,u,T,f=500,A=150,h=0,p=10;function R(_){_.property("__zoom",yu).on("wheel.zoom",L,{passive:!1}).on("mousedown.zoom",x).on("dblclick.zoom",D).filter(o).on("touchstart.zoom",b).on("touchmove.zoom",w).on("touchend.zoom touchcancel.zoom",B).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}R.transform=function(_,F,P,v){var M=_.selection?_.selection():_;M.property("__zoom",yu),_!==M?C(_,F,P,v):M.interrupt().each(function(){m(this,arguments).event(v).start().zoom(null,typeof F=="function"?F.apply(this,arguments):F).end()})},R.scaleBy=function(_,F,P,v){R.scaleTo(_,function(){var M=this.__zoom.k,y=typeof F=="function"?F.apply(this,arguments):F;return M*y},P,v)},R.scaleTo=function(_,F,P,v){R.transform(_,function(){var M=t.apply(this,arguments),y=this.__zoom,U=P==null?O(M):typeof P=="function"?P.apply(this,arguments):P,G=y.invert(U),H=typeof F=="function"?F.apply(this,arguments):F;return n(I(N(y,H),U,G),M,a)},P,v)},R.translateBy=function(_,F,P,v){R.transform(_,function(){return n(this.__zoom.translate(typeof F=="function"?F.apply(this,arguments):F,typeof P=="function"?P.apply(this,arguments):P),t.apply(this,arguments),a)},null,v)},R.translateTo=function(_,F,P,v,M){R.transform(_,function(){var y=t.apply(this,arguments),U=this.__zoom,G=v==null?O(y):typeof v=="function"?v.apply(this,arguments):v;return n(ra.translate(G[0],G[1]).scale(U.k).translate(typeof F=="function"?-F.apply(this,arguments):-F,typeof P=="function"?-P.apply(this,arguments):-P),y,a)},v,M)};function N(_,F){return F=Math.max(i[0],Math.min(i[1],F)),F===_.k?_:new vt(F,_.x,_.y)}function I(_,F,P){var v=F[0]-P[0]*_.k,M=F[1]-P[1]*_.k;return v===_.x&&M===_.y?_:new vt(_.k,v,M)}function O(_){return[(+_[0][0]+ +_[1][0])/2,(+_[0][1]+ +_[1][1])/2]}function C(_,F,P,v){_.on("start.zoom",function(){m(this,arguments).event(v).start()}).on("interrupt.zoom end.zoom",function(){m(this,arguments).event(v).end()}).tween("zoom",function(){var M=this,y=arguments,U=m(M,y).event(v),G=t.apply(M,y),H=P==null?O(G):typeof P=="function"?P.apply(M,y):P,q=Math.max(G[1][0]-G[0][0],G[1][1]-G[0][1]),K=M.__zoom,j=typeof F=="function"?F.apply(M,y):F,J=c(K.invert(H).concat(q/K.k),j.invert(H).concat(q/j.k));return function(Q){if(Q===1)Q=j;else{var X=J(Q),Z=q/X[2];Q=new vt(Z,H[0]-X[0]*Z,H[1]-X[1]*Z)}U.zoom(null,Q)}})}function m(_,F,P){return!P&&_.__zooming||new g(_,F)}function g(_,F){this.that=_,this.args=F,this.active=0,this.sourceEvent=null,this.extent=t.apply(_,F),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(_,F){return this.mouse&&_!=="mouse"&&(this.mouse[1]=F.invert(this.mouse[0])),this.touch0&&_!=="touch"&&(this.touch0[1]=F.invert(this.touch0[0])),this.touch1&&_!=="touch"&&(this.touch1[1]=F.invert(this.touch1[0])),this.that.__zoom=F,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(_){var F=Je(this.that).datum();d.call(_,this.that,new ov(_,{sourceEvent:this.sourceEvent,target:R,transform:this.that.__zoom,dispatch:d}),F)}};function L(_,...F){if(!e.apply(this,arguments))return;var P=m(this,F).event(_),v=this.__zoom,M=Math.max(i[0],Math.min(i[1],v.k*Math.pow(2,r.apply(this,arguments)))),y=lt(_);if(P.wheel)(P.mouse[0][0]!==y[0]||P.mouse[0][1]!==y[1])&&(P.mouse[1]=v.invert(P.mouse[0]=y)),clearTimeout(P.wheel);else{if(v.k===M)return;P.mouse=[y,v.invert(y)],Ws(this),P.start()}Vr(_),P.wheel=setTimeout(U,A),P.zoom("mouse",n(I(N(v,M),P.mouse[0],P.mouse[1]),P.extent,a));function U(){P.wheel=null,P.end()}}function x(_,...F){if(T||!e.apply(this,arguments))return;var P=_.currentTarget,v=m(this,F,!0).event(_),M=Je(_.view).on("mousemove.zoom",H,!0).on("mouseup.zoom",q,!0),y=lt(_,P),U=_.clientX,G=_.clientY;YR(_.view),tl(_),v.mouse=[y,this.__zoom.invert(y)],Ws(this),v.start();function H(K){if(Vr(K),!v.moved){var j=K.clientX-U,J=K.clientY-G;v.moved=j*j+J*J>h}v.event(K).zoom("mouse",n(I(v.that.__zoom,v.mouse[0]=lt(K,P),v.mouse[1]),v.extent,a))}function q(K){M.on("mousemove.zoom mouseup.zoom",null),WR(K.view,v.moved),Vr(K),v.event(K).end()}}function D(_,...F){if(e.apply(this,arguments)){var P=this.__zoom,v=lt(_.changedTouches?_.changedTouches[0]:_,this),M=P.invert(v),y=P.k*(_.shiftKey?.5:2),U=n(I(N(P,y),v,M),t.apply(this,F),a);Vr(_),l>0?Je(this).transition().duration(l).call(C,U,v,_):Je(this).call(R.transform,U,v,_)}}function b(_,...F){if(e.apply(this,arguments)){var P=_.touches,v=P.length,M=m(this,F,_.changedTouches.length===v).event(_),y,U,G,H;for(tl(_),U=0;U<v;++U)G=P[U],H=lt(G,this),H=[H,this.__zoom.invert(H),G.identifier],M.touch0?!M.touch1&&M.touch0[2]!==H[2]&&(M.touch1=H,M.taps=0):(M.touch0=H,y=!0,M.taps=1+!!E);E&&(E=clearTimeout(E)),y&&(M.taps<2&&(u=H[0],E=setTimeout(function(){E=null},f)),Ws(this),M.start())}}function w(_,...F){if(this.__zooming){var P=m(this,F).event(_),v=_.changedTouches,M=v.length,y,U,G,H;for(Vr(_),y=0;y<M;++y)U=v[y],G=lt(U,this),P.touch0&&P.touch0[2]===U.identifier?P.touch0[0]=G:P.touch1&&P.touch1[2]===U.identifier&&(P.touch1[0]=G);if(U=P.that.__zoom,P.touch1){var q=P.touch0[0],K=P.touch0[1],j=P.touch1[0],J=P.touch1[1],Q=(Q=j[0]-q[0])*Q+(Q=j[1]-q[1])*Q,X=(X=J[0]-K[0])*X+(X=J[1]-K[1])*X;U=N(U,Math.sqrt(Q/X)),G=[(q[0]+j[0])/2,(q[1]+j[1])/2],H=[(K[0]+J[0])/2,(K[1]+J[1])/2]}else if(P.touch0)G=P.touch0[0],H=P.touch0[1];else return;P.zoom("touch",n(I(U,G,H),P.extent,a))}}function B(_,...F){if(this.__zooming){var P=m(this,F).event(_),v=_.changedTouches,M=v.length,y,U;for(tl(_),T&&clearTimeout(T),T=setTimeout(function(){T=null},f),y=0;y<M;++y)U=v[y],P.touch0&&P.touch0[2]===U.identifier?delete P.touch0:P.touch1&&P.touch1[2]===U.identifier&&delete P.touch1;if(P.touch1&&!P.touch0&&(P.touch0=P.touch1,delete P.touch1),P.touch0)P.touch0[1]=this.__zoom.invert(P.touch0[0]);else if(P.end(),P.taps===2&&(U=lt(U,this),Math.hypot(u[0]-U[0],u[1]-U[1])<p)){var G=Je(this).on("dblclick.zoom");G&&G.apply(this,arguments)}}}return R.wheelDelta=function(_){return arguments.length?(r=typeof _=="function"?_:Cs(+_),R):r},R.filter=function(_){return arguments.length?(e=typeof _=="function"?_:Cs(!!_),R):e},R.touchable=function(_){return arguments.length?(o=typeof _=="function"?_:Cs(!!_),R):o},R.extent=function(_){return arguments.length?(t=typeof _=="function"?_:Cs([[+_[0][0],+_[0][1]],[+_[1][0],+_[1][1]]]),R):t},R.scaleExtent=function(_){return arguments.length?(i[0]=+_[0],i[1]=+_[1],R):[i[0],i[1]]},R.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],R):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},R.constrain=function(_){return arguments.length?(n=_,R):n},R.duration=function(_){return arguments.length?(l=+_,R):l},R.interpolate=function(_){return arguments.length?(c=_,R):c},R.on=function(){var _=d.on.apply(d,arguments);return _===d?R:_},R.clickDistance=function(_){return arguments.length?(h=(_=+_)*_,R):Math.sqrt(h)},R.tapDistance=function(_){return arguments.length?(p=+_,R):p},R}const xt={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."},ho=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],aA=["Enter"," ","Escape"],lA={"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 hr;(function(e){e.Strict="strict",e.Loose="loose"})(hr||(hr={}));var Ln;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(Ln||(Ln={}));var Io;(function(e){e.Partial="partial",e.Full="full"})(Io||(Io={}));const cA={inProgress:!1,isValid:null,from:null,fromHandle:null,fromPosition:null,fromNode:null,to:null,toHandle:null,toPosition:null,toNode:null,pointer:null};var tn;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})(tn||(tn={}));var Ir;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(Ir||(Ir={}));var oe;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(oe||(oe={}));const Lu={[oe.Left]:oe.Right,[oe.Right]:oe.Left,[oe.Top]:oe.Bottom,[oe.Bottom]:oe.Top};function dA(e){return e===null?null:e?"valid":"invalid"}const EA=e=>"id"in e&&"source"in e&&"target"in e,dv=e=>"id"in e&&"position"in e&&!("source"in e)&&!("target"in e),Od=e=>"id"in e&&"internals"in e&&!("source"in e)&&!("target"in e),Uo=(e,t=[0,0])=>{const{width:n,height:r}=jt(e),o=e.origin??t,i=n*o[0],a=r*o[1];return{x:e.position.x-i,y:e.position.y-a}},Ev=(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 i=typeof o=="string";let a=!t.nodeLookup&&!i?o:void 0;t.nodeLookup&&(a=i?t.nodeLookup.get(o):Od(o)?o:t.nodeLookup.get(o.id));const l=a?Ai(a,t.nodeOrigin):{x:0,y:0,x2:0,y2:0};return oa(r,l)},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return sa(n)},Bo=(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=oa(n,Ai(o)),r=!0)}),r?sa(n):{x:0,y:0,width:0,height:0}},md=(e,t,[n,r,o]=[0,0,1],i=!1,a=!1)=>{const l={...Go(t,[n,r,o]),width:t.width/o,height:t.height/o},c=[];for(const d of e.values()){const{measured:E,selectable:u=!0,hidden:T=!1}=d;if(a&&!u||T)continue;const f=E.width??d.width??d.initialWidth??null,A=E.height??d.height??d.initialHeight??null,h=No(l,Or(d)),p=(f??0)*(A??0),R=i&&h>0;(!d.internals.handleBounds||R||h>=p||d.dragging)&&c.push(d)}return c},uv=(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 Tv(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 fv({nodes:e,width:t,height:n,panZoom:r,minZoom:o,maxZoom:i},a){if(e.size===0)return Promise.resolve(!0);const l=Tv(e,a),c=Bo(l),d=gd(c,t,n,(a==null?void 0:a.minZoom)??o,(a==null?void 0:a.maxZoom)??i,(a==null?void 0:a.padding)??.1);return await r.setViewport(d,{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 uA({nodeId:e,nextPosition:t,nodeLookup:n,nodeOrigin:r=[0,0],nodeExtent:o,onError:i}){const a=n.get(e),l=a.parentId?n.get(a.parentId):void 0,{x:c,y:d}=l?l.internals.positionAbsolute:{x:0,y:0},E=a.origin??r;let u=a.extent||o;if(a.extent==="parent"&&!a.expandParent)if(!l)i==null||i("005",xt.error005());else{const f=l.measured.width,A=l.measured.height;f&&A&&(u=[[c,d],[c+f,d+A]])}else l&&mr(a.extent)&&(u=[[a.extent[0][0]+c,a.extent[0][1]+d],[a.extent[1][0]+c,a.extent[1][1]+d]]);const T=mr(u)?vn(t,u,a.measured):t;return(a.measured.width===void 0||a.measured.height===void 0)&&(i==null||i("015",xt.error015())),{position:{x:T.x-c+(a.measured.width??0)*E[0],y:T.y-d+(a.measured.height??0)*E[1]},positionAbsolute:T}}async function Sv({nodesToRemove:e=[],edgesToRemove:t=[],nodes:n,edges:r,onBeforeDelete:o}){const i=new Set(e.map(T=>T.id)),a=[];for(const T of n){if(T.deletable===!1)continue;const f=i.has(T.id),A=!f&&T.parentId&&a.find(h=>h.id===T.parentId);(f||A)&&a.push(T)}const l=new Set(t.map(T=>T.id)),c=r.filter(T=>T.deletable!==!1),E=uv(a,c);for(const T of c)l.has(T.id)&&!E.find(A=>A.id===T.id)&&E.push(T);if(!o)return{edges:E,nodes:a};const u=await o({nodes:a,edges:E});return typeof u=="boolean"?u?{edges:E,nodes:a}:{edges:[],nodes:[]}:u}const Nr=(e,t=0,n=1)=>Math.min(Math.max(e,t),n),vn=(e={x:0,y:0},t,n)=>({x:Nr(e.x,t[0][0],t[1][0]-((n==null?void 0:n.width)??0)),y:Nr(e.y,t[0][1],t[1][1]-((n==null?void 0:n.height)??0))});function TA(e,t,n){const{width:r,height:o}=jt(n),{x:i,y:a}=n.internals.positionAbsolute;return vn(e,[[i,a],[i+r,a+o]],t)}const _u=(e,t,n)=>e<t?Nr(Math.abs(e-t),1,t)/t:e>n?-Nr(Math.abs(e-n),1,t)/t:0,fA=(e,t,n=15,r=40)=>{const o=_u(e.x,r,t.width-r)*n,i=_u(e.y,r,t.height-r)*n;return[o,i]},oa=(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)}),hc=({x:e,y:t,width:n,height:r})=>({x:e,y:t,x2:e+n,y2:t+r}),sa=({x:e,y:t,x2:n,y2:r})=>({x:e,y:t,width:n-e,height:r-t}),Or=(e,t=[0,0])=>{var o,i;const{x:n,y:r}=Od(e)?e.internals.positionAbsolute:Uo(e,t);return{x:n,y:r,width:((o=e.measured)==null?void 0:o.width)??e.width??e.initialWidth??0,height:((i=e.measured)==null?void 0:i.height)??e.height??e.initialHeight??0}},Ai=(e,t=[0,0])=>{var o,i;const{x:n,y:r}=Od(e)?e.internals.positionAbsolute:Uo(e,t);return{x:n,y:r,x2:n+(((o=e.measured)==null?void 0:o.width)??e.width??e.initialWidth??0),y2:r+(((i=e.measured)==null?void 0:i.height)??e.height??e.initialHeight??0)}},SA=(e,t)=>sa(oa(hc(e),hc(t))),No=(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)},bu=e=>dt(e.width)&&dt(e.height)&&dt(e.x)&&dt(e.y),dt=e=>!isNaN(e)&&isFinite(e),pv=(e,t)=>{},Fo=(e,t=[1,1])=>({x:t[0]*Math.round(e.x/t[0]),y:t[1]*Math.round(e.y/t[1])}),Go=({x:e,y:t},[n,r,o],i=!1,a=[1,1])=>{const l={x:(e-n)/o,y:(t-r)/o};return i?Fo(l,a):l},hi=({x:e,y:t},[n,r,o])=>({x:e*o+n,y:t*o+r});function qn(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 Rv(e,t,n){if(typeof e=="string"||typeof e=="number"){const r=qn(e,n),o=qn(e,t);return{top:r,right:o,bottom:r,left:o,x:o*2,y:r*2}}if(typeof e=="object"){const r=qn(e.top??e.y??0,n),o=qn(e.bottom??e.y??0,n),i=qn(e.left??e.x??0,t),a=qn(e.right??e.x??0,t);return{top:r,right:a,bottom:o,left:i,x:i+a,y:r+o}}return{top:0,right:0,bottom:0,left:0,x:0,y:0}}function Av(e,t,n,r,o,i){const{x:a,y:l}=hi(e,[t,n,r]),{x:c,y:d}=hi({x:e.x+e.width,y:e.y+e.height},[t,n,r]),E=o-c,u=i-d;return{left:Math.floor(a),top:Math.floor(l),right:Math.floor(E),bottom:Math.floor(u)}}const gd=(e,t,n,r,o,i)=>{const a=Rv(i,t,n),l=(t-a.x)/e.width,c=(n-a.y)/e.height,d=Math.min(l,c),E=Nr(d,r,o),u=e.x+e.width/2,T=e.y+e.height/2,f=t/2-u*E,A=n/2-T*E,h=Av(e,f,A,E,t,n),p={left:Math.min(h.left-a.left,0),top:Math.min(h.top-a.top,0),right:Math.min(h.right-a.right,0),bottom:Math.min(h.bottom-a.bottom,0)};return{x:f-p.left+p.right,y:A-p.top+p.bottom,zoom:E}},Oo=()=>{var e;return typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)==null?void 0:e.indexOf("Mac"))>=0};function mr(e){return e!=null&&e!=="parent"}function jt(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 pA(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 i={...e},a=r.get(n);if(a){const l=a.origin||o;i.x+=a.internals.positionAbsolute.x-(t.width??0)*l[0],i.y+=a.internals.positionAbsolute.y-(t.height??0)*l[1]}return i}function Du(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function hv(){let e,t;return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}function Iv(e){return{...lA,...e||{}}}function to(e,{snapGrid:t=[0,0],snapToGrid:n=!1,transform:r,containerBounds:o}){const{x:i,y:a}=Et(e),l=Go({x:i-((o==null?void 0:o.left)??0),y:a-((o==null?void 0:o.top)??0)},r),{x:c,y:d}=n?Fo(l,t):l;return{xSnapped:c,ySnapped:d,...l}}const Cd=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)},Nv=["INPUT","SELECT","TEXTAREA"];function hA(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:Nv.includes(t.nodeName)||t.hasAttribute("contenteditable")||!!t.closest(".nokey")}const IA=e=>"clientX"in e,Et=(e,t)=>{var i,a;const n=IA(e),r=n?e.clientX:(i=e.touches)==null?void 0:i[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)}},Mu=(e,t,n,r,o)=>{const i=t.querySelectorAll(`.${e}`);return!i||!i.length?null:Array.from(i).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,...Cd(a)}})};function NA({sourceX:e,sourceY:t,targetX:n,targetY:r,sourceControlX:o,sourceControlY:i,targetControlX:a,targetControlY:l}){const c=e*.125+o*.375+a*.375+n*.125,d=t*.125+i*.375+l*.375+r*.125,E=Math.abs(c-e),u=Math.abs(d-t);return[c,d,E,u]}function xs(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function Pu({pos:e,x1:t,y1:n,x2:r,y2:o,c:i}){switch(e){case oe.Left:return[t-xs(t-r,i),n];case oe.Right:return[t+xs(r-t,i),n];case oe.Top:return[t,n-xs(n-o,i)];case oe.Bottom:return[t,n+xs(o-n,i)]}}function OA({sourceX:e,sourceY:t,sourcePosition:n=oe.Bottom,targetX:r,targetY:o,targetPosition:i=oe.Top,curvature:a=.25}){const[l,c]=Pu({pos:n,x1:e,y1:t,x2:r,y2:o,c:a}),[d,E]=Pu({pos:i,x1:r,y1:o,x2:e,y2:t,c:a}),[u,T,f,A]=NA({sourceX:e,sourceY:t,targetX:r,targetY:o,sourceControlX:l,sourceControlY:c,targetControlX:d,targetControlY:E});return[`M${e},${t} C${l},${c} ${d},${E} ${r},${o}`,u,T,f,A]}function mA({sourceX:e,sourceY:t,targetX:n,targetY:r}){const o=Math.abs(n-e)/2,i=n<e?n+o:n-o,a=Math.abs(r-t)/2,l=r<t?r+a:r-a;return[i,l,o,a]}function Ov({sourceNode:e,targetNode:t,selected:n=!1,zIndex:r=0,elevateOnSelect:o=!1,zIndexMode:i="basic"}){if(i==="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 mv({sourceNode:e,targetNode:t,width:n,height:r,transform:o}){const i=oa(Ai(e),Ai(t));i.x===i.x2&&(i.x2+=1),i.y===i.y2&&(i.y2+=1);const a={x:-o[0]/o[2],y:-o[1]/o[2],width:n/o[2],height:r/o[2]};return No(a,sa(i))>0}const gv=({source:e,sourceHandle:t,target:n,targetHandle:r})=>`xy-edge__${e}${t||""}-${n}${r||""}`,Cv=(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)),xv=(e,t,n={})=>{if(!e.source||!e.target)return t;const r=n.getEdgeId||gv;let o;return EA(e)?o={...e}:o={...e,id:r(e)},Cv(o,t)?t:(o.sourceHandle===null&&delete o.sourceHandle,o.targetHandle===null&&delete o.targetHandle,t.concat(o))};function gA({sourceX:e,sourceY:t,targetX:n,targetY:r}){const[o,i,a,l]=mA({sourceX:e,sourceY:t,targetX:n,targetY:r});return[`M ${e},${t}L ${n},${r}`,o,i,a,l]}const vu={[oe.Left]:{x:-1,y:0},[oe.Right]:{x:1,y:0},[oe.Top]:{x:0,y:-1},[oe.Bottom]:{x:0,y:1}},yv=({source:e,sourcePosition:t=oe.Bottom,target:n})=>t===oe.Left||t===oe.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},wu=(e,t)=>Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2));function Lv({source:e,sourcePosition:t=oe.Bottom,target:n,targetPosition:r=oe.Top,center:o,offset:i,stepPosition:a}){const l=vu[t],c=vu[r],d={x:e.x+l.x*i,y:e.y+l.y*i},E={x:n.x+c.x*i,y:n.y+c.y*i},u=yv({source:d,sourcePosition:t,target:E}),T=u.x!==0?"x":"y",f=u[T];let A=[],h,p;const R={x:0,y:0},N={x:0,y:0},[,,I,O]=mA({sourceX:e.x,sourceY:e.y,targetX:n.x,targetY:n.y});if(l[T]*c[T]===-1){T==="x"?(h=o.x??d.x+(E.x-d.x)*a,p=o.y??(d.y+E.y)/2):(h=o.x??(d.x+E.x)/2,p=o.y??d.y+(E.y-d.y)*a);const m=[{x:h,y:d.y},{x:h,y:E.y}],g=[{x:d.x,y:p},{x:E.x,y:p}];l[T]===f?A=T==="x"?m:g:A=T==="x"?g:m}else{const m=[{x:d.x,y:E.y}],g=[{x:E.x,y:d.y}];if(T==="x"?A=l.x===f?g:m:A=l.y===f?m:g,t===r){const w=Math.abs(e[T]-n[T]);if(w<=i){const B=Math.min(i-1,i-w);l[T]===f?R[T]=(d[T]>e[T]?-1:1)*B:N[T]=(E[T]>n[T]?-1:1)*B}}if(t!==r){const w=T==="x"?"y":"x",B=l[T]===c[w],_=d[w]>E[w],F=d[w]<E[w];(l[T]===1&&(!B&&_||B&&F)||l[T]!==1&&(!B&&F||B&&_))&&(A=T==="x"?m:g)}const L={x:d.x+R.x,y:d.y+R.y},x={x:E.x+N.x,y:E.y+N.y},D=Math.max(Math.abs(L.x-A[0].x),Math.abs(x.x-A[0].x)),b=Math.max(Math.abs(L.y-A[0].y),Math.abs(x.y-A[0].y));D>=b?(h=(L.x+x.x)/2,p=A[0].y):(h=A[0].x,p=(L.y+x.y)/2)}return[[e,{x:d.x+R.x,y:d.y+R.y},...A,{x:E.x+N.x,y:E.y+N.y},n],h,p,I,O]}function _v(e,t,n,r){const o=Math.min(wu(e,t)/2,wu(t,n)/2,r),{x:i,y:a}=t;if(e.x===i&&i===n.x||e.y===a&&a===n.y)return`L${i} ${a}`;if(e.y===a){const d=e.x<n.x?-1:1,E=e.y<n.y?1:-1;return`L ${i+o*d},${a}Q ${i},${a} ${i},${a+o*E}`}const l=e.x<n.x?1:-1,c=e.y<n.y?-1:1;return`L ${i},${a+o*c}Q ${i},${a} ${i+o*l},${a}`}function Ic({sourceX:e,sourceY:t,sourcePosition:n=oe.Bottom,targetX:r,targetY:o,targetPosition:i=oe.Top,borderRadius:a=5,centerX:l,centerY:c,offset:d=20,stepPosition:E=.5}){const[u,T,f,A,h]=Lv({source:{x:e,y:t},sourcePosition:n,target:{x:r,y:o},targetPosition:i,center:{x:l,y:c},offset:d,stepPosition:E});return[u.reduce((R,N,I)=>{let O="";return I>0&&I<u.length-1?O=_v(u[I-1],N,u[I+1],a):O=`${I===0?"M":"L"}${N.x} ${N.y}`,R+=O,R},""),T,f,A,h]}function Uu(e){var t;return e&&!!(e.internals.handleBounds||(t=e.handles)!=null&&t.length)&&!!(e.measured.width||e.width||e.initialWidth)}function bv(e){var u;const{sourceNode:t,targetNode:n}=e;if(!Uu(t)||!Uu(n))return null;const r=t.internals.handleBounds||Bu(t.handles),o=n.internals.handleBounds||Bu(n.handles),i=Fu((r==null?void 0:r.source)??[],e.sourceHandle),a=Fu(e.connectionMode===hr.Strict?(o==null?void 0:o.target)??[]:((o==null?void 0:o.target)??[]).concat((o==null?void 0:o.source)??[]),e.targetHandle);if(!i||!a)return(u=e.onError)==null||u.call(e,"008",xt.error008(i?"target":"source",{id:e.id,sourceHandle:e.sourceHandle,targetHandle:e.targetHandle})),null;const l=(i==null?void 0:i.position)||oe.Bottom,c=(a==null?void 0:a.position)||oe.Top,d=wn(t,i,l),E=wn(n,a,c);return{sourceX:d.x,sourceY:d.y,targetX:E.x,targetY:E.y,sourcePosition:l,targetPosition:c}}function Bu(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 wn(e,t,n=oe.Left,r=!1){const o=((t==null?void 0:t.x)??0)+e.internals.positionAbsolute.x,i=((t==null?void 0:t.y)??0)+e.internals.positionAbsolute.y,{width:a,height:l}=t??jt(e);if(r)return{x:o+a/2,y:i+l/2};switch((t==null?void 0:t.position)??n){case oe.Top:return{x:o+a/2,y:i};case oe.Right:return{x:o+a,y:i+l/2};case oe.Bottom:return{x:o+a/2,y:i+l};case oe.Left:return{x:o,y:i+l/2}}}function Fu(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 Dv(e,{id:t,defaultColor:n,defaultMarkerStart:r,defaultMarkerEnd:o}){const i=new Set;return e.reduce((a,l)=>([l.markerStart||r,l.markerEnd||o].forEach(c=>{if(c&&typeof c=="object"){const d=Nc(c,t);i.has(d)||(a.push({id:d,color:c.color||n,...c}),i.add(d))}}),a),[]).sort((a,l)=>a.id.localeCompare(l.id))}const CA=1e3,Mv=10,xd={nodeOrigin:[0,0],nodeExtent:ho,elevateNodesOnSelect:!0,zIndexMode:"basic",defaults:{}},Pv={...xd,checkEquality:!0};function yd(e,t){const n={...e};for(const r in t)t[r]!==void 0&&(n[r]=t[r]);return n}function vv(e,t,n){const r=yd(xd,n);for(const o of e.values())if(o.parentId)_d(o,e,t,r);else{const i=Uo(o,r.nodeOrigin),a=mr(o.extent)?o.extent:r.nodeExtent,l=vn(i,a,jt(o));o.internals.positionAbsolute=l}}function wv(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 i={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(i):o.type==="target"&&r.push(i)}return{source:n,target:r}}function Ld(e){return e==="manual"}function Oc(e,t,n,r={}){var d,E;const o=yd(Pv,r),i={i:0},a=new Map(t),l=o!=null&&o.elevateNodesOnSelect&&!Ld(o.zIndexMode)?CA:0;let c=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 f=Uo(u,o.nodeOrigin),A=mr(u.extent)?u.extent:o.nodeExtent,h=vn(f,A,jt(u));T={...o.defaults,...u,measured:{width:(d=u.measured)==null?void 0:d.width,height:(E=u.measured)==null?void 0:E.height},internals:{positionAbsolute:h,handleBounds:wv(u,T),z:xA(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&&(c=!1),u.parentId&&_d(T,t,n,r,i)}return c}function Uv(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 _d(e,t,n,r,o){const{elevateNodesOnSelect:i,nodeOrigin:a,nodeExtent:l,zIndexMode:c}=yd(xd,r),d=e.parentId,E=t.get(d);if(!E){console.warn(`Parent node ${d} not found. Please make sure that parent nodes are in front of their child nodes in the nodes array.`);return}Uv(e,n),o&&!E.parentId&&E.internals.rootParentIndex===void 0&&c==="auto"&&(E.internals.rootParentIndex=++o.i,E.internals.z=E.internals.z+o.i*Mv),o&&E.internals.rootParentIndex!==void 0&&(o.i=E.internals.rootParentIndex);const u=i&&!Ld(c)?CA:0,{x:T,y:f,z:A}=Bv(e,E,a,l,u,c),{positionAbsolute:h}=e.internals,p=T!==h.x||f!==h.y;(p||A!==e.internals.z)&&t.set(e.id,{...e,internals:{...e.internals,positionAbsolute:p?{x:T,y:f}:h,z:A}})}function xA(e,t,n){const r=dt(e.zIndex)?e.zIndex:0;return Ld(n)?r:r+(e.selected?t:0)}function Bv(e,t,n,r,o,i){const{x:a,y:l}=t.internals.positionAbsolute,c=jt(e),d=Uo(e,n),E=mr(e.extent)?vn(d,e.extent,c):d;let u=vn({x:a+E.x,y:l+E.y},r,c);e.extent==="parent"&&(u=TA(u,c,t));const T=xA(e,o,i),f=t.internals.z??0;return{x:u.x,y:u.y,z:f>=T?f+1:T}}function bd(e,t,n,r=[0,0]){var a;const o=[],i=new Map;for(const l of e){const c=t.get(l.parentId);if(!c)continue;const d=((a=i.get(l.parentId))==null?void 0:a.expandedRect)??Or(c),E=SA(d,l.rect);i.set(l.parentId,{expandedRect:E,parent:c})}return i.size>0&&i.forEach(({expandedRect:l,parent:c},d)=>{var I;const E=c.internals.positionAbsolute,u=jt(c),T=c.origin??r,f=l.x<E.x?Math.round(Math.abs(E.x-l.x)):0,A=l.y<E.y?Math.round(Math.abs(E.y-l.y)):0,h=Math.max(u.width,Math.round(l.width)),p=Math.max(u.height,Math.round(l.height)),R=(h-u.width)*T[0],N=(p-u.height)*T[1];(f>0||A>0||R||N)&&(o.push({id:d,type:"position",position:{x:c.position.x-f+R,y:c.position.y-A+N}}),(I=n.get(d))==null||I.forEach(O=>{e.some(C=>C.id===O.id)||o.push({id:O.id,type:"position",position:{x:O.position.x+f,y:O.position.y+A}})})),(u.width<l.width||u.height<l.height||f||A)&&o.push({id:d,type:"dimensions",setAttributes:!0,dimensions:{width:h+(f?T[0]*f-R:0),height:p+(A?T[1]*A-N:0)}})}),o}function Fv(e,t,n,r,o,i,a){const l=r==null?void 0:r.querySelector(".xyflow__viewport");let c=!1;if(!l)return{changes:[],updatedInternals:c};const d=[],E=window.getComputedStyle(l),{m22:u}=new window.DOMMatrixReadOnly(E.transform),T=[];for(const f of e.values()){const A=t.get(f.id);if(!A)continue;if(A.hidden){t.set(A.id,{...A,internals:{...A.internals,handleBounds:void 0}}),c=!0;continue}const h=Cd(f.nodeElement),p=A.measured.width!==h.width||A.measured.height!==h.height;if(!!(h.width&&h.height&&(p||!A.internals.handleBounds||f.force))){const N=f.nodeElement.getBoundingClientRect(),I=mr(A.extent)?A.extent:i;let{positionAbsolute:O}=A.internals;A.parentId&&A.extent==="parent"?O=TA(O,h,t.get(A.parentId)):I&&(O=vn(O,I,h));const C={...A,measured:h,internals:{...A.internals,positionAbsolute:O,handleBounds:{source:Mu("source",f.nodeElement,N,u,A.id),target:Mu("target",f.nodeElement,N,u,A.id)}}};t.set(A.id,C),A.parentId&&_d(C,t,n,{nodeOrigin:o,zIndexMode:a}),c=!0,p&&(d.push({id:A.id,type:"dimensions",dimensions:h}),A.expandParent&&A.parentId&&T.push({id:A.id,parentId:A.parentId,rect:Or(C,o)}))}}if(T.length>0){const f=bd(T,t,n,o);d.push(...f)}return{changes:d,updatedInternals:c}}async function Gv({delta:e,panZoom:t,transform:n,translateExtent:r,width:o,height:i}){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,i]],r),l=!!a&&(a.x!==n[0]||a.y!==n[1]||a.k!==n[2]);return Promise.resolve(l)}function Gu(e,t,n,r,o,i){let a=o;const l=r.get(a)||new Map;r.set(a,l.set(n,t)),a=`${o}-${e}`;const c=r.get(a)||new Map;if(r.set(a,c.set(n,t)),i){a=`${o}-${e}-${i}`;const d=r.get(a)||new Map;r.set(a,d.set(n,t))}}function yA(e,t,n){e.clear(),t.clear();for(const r of n){const{source:o,target:i,sourceHandle:a=null,targetHandle:l=null}=r,c={edgeId:r.id,source:o,target:i,sourceHandle:a,targetHandle:l},d=`${o}-${a}--${i}-${l}`,E=`${i}-${l}--${o}-${a}`;Gu("source",c,E,e,o,a),Gu("target",c,d,e,i,l),t.set(r.id,r)}}function LA(e,t){if(!e.parentId)return!1;const n=t.get(e.parentId);return n?n.selected?!0:LA(n,t):!1}function ku(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 kv(e,t,n,r){const o=new Map;for(const[i,a]of e)if((a.selected||a.id===r)&&(!a.parentId||!LA(a,e))&&(a.draggable||t&&typeof a.draggable>"u")){const l=e.get(i);l&&o.set(i,{id:i,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 nl({nodeId:e,dragItems:t,nodeLookup:n,dragging:r=!0}){var a,l,c;const o=[];for(const[d,E]of t){const u=(a=n.get(d))==null?void 0:a.internals.userNode;u&&o.push({...u,position:E.position,dragging:r})}if(!e)return[o[0],o];const i=(l=n.get(e))==null?void 0:l.internals.userNode;return[i?{...i,position:((c=t.get(e))==null?void 0:c.position)||i.position,dragging:r}:o[0],o]}function Hv({dragItems:e,snapGrid:t,x:n,y:r}){const o=e.values().next().value;if(!o)return null;const i={x:n-o.distance.x,y:r-o.distance.y},a=Fo(i,t);return{x:a.x-i.x,y:a.y-i.y}}function jv({onNodeMouseDown:e,getStoreItems:t,onDragStart:n,onDrag:r,onDragStop:o}){let i={x:null,y:null},a=0,l=new Map,c=!1,d={x:0,y:0},E=null,u=!1,T=null,f=!1,A=!1,h=null;function p({noDragClassName:N,handleSelector:I,domNode:O,isSelectable:C,nodeId:m,nodeClickDistance:g=0}){T=Je(O);function L({x:w,y:B}){const{nodeLookup:_,nodeExtent:F,snapGrid:P,snapToGrid:v,nodeOrigin:M,onNodeDrag:y,onSelectionDrag:U,onError:G,updateNodePositions:H}=t();i={x:w,y:B};let q=!1;const K=l.size>1,j=K&&F?hc(Bo(l)):null,J=K&&v?Hv({dragItems:l,snapGrid:P,x:w,y:B}):null;for(const[Q,X]of l){if(!_.has(Q))continue;let Z={x:w-X.distance.x,y:B-X.distance.y};v&&(Z=J?{x:Math.round(Z.x+J.x),y:Math.round(Z.y+J.y)}:Fo(Z,P));let le=null;if(K&&F&&!X.extent&&j){const{positionAbsolute:W}=X.internals,ae=W.x-j.x+F[0][0],Te=W.x+X.measured.width-j.x2+F[1][0],ce=W.y-j.y+F[0][1],ee=W.y+X.measured.height-j.y2+F[1][1];le=[[ae,ce],[Te,ee]]}const{position:re,positionAbsolute:ie}=uA({nodeId:Q,nextPosition:Z,nodeLookup:_,nodeExtent:le||F,nodeOrigin:M,onError:G});q=q||X.position.x!==re.x||X.position.y!==re.y,X.position=re,X.internals.positionAbsolute=ie}if(A=A||q,!!q&&(H(l,!0),h&&(r||y||!m&&U))){const[Q,X]=nl({nodeId:m,dragItems:l,nodeLookup:_});r==null||r(h,l,Q,X),y==null||y(h,Q,X),m||U==null||U(h,X)}}async function x(){if(!E)return;const{transform:w,panBy:B,autoPanSpeed:_,autoPanOnNodeDrag:F}=t();if(!F){c=!1,cancelAnimationFrame(a);return}const[P,v]=fA(d,E,_);(P!==0||v!==0)&&(i.x=(i.x??0)-P/w[2],i.y=(i.y??0)-v/w[2],await B({x:P,y:v})&&L(i)),a=requestAnimationFrame(x)}function D(w){var K;const{nodeLookup:B,multiSelectionActive:_,nodesDraggable:F,transform:P,snapGrid:v,snapToGrid:M,selectNodesOnDrag:y,onNodeDragStart:U,onSelectionDragStart:G,unselectNodesAndEdges:H}=t();u=!0,(!y||!C)&&!_&&m&&((K=B.get(m))!=null&&K.selected||H()),C&&y&&m&&(e==null||e(m));const q=to(w.sourceEvent,{transform:P,snapGrid:v,snapToGrid:M,containerBounds:E});if(i=q,l=kv(B,F,q,m),l.size>0&&(n||U||!m&&G)){const[j,J]=nl({nodeId:m,dragItems:l,nodeLookup:B});n==null||n(w.sourceEvent,l,j,J),U==null||U(w.sourceEvent,j,J),m||G==null||G(w.sourceEvent,J)}}const b=VR().clickDistance(g).on("start",w=>{const{domNode:B,nodeDragThreshold:_,transform:F,snapGrid:P,snapToGrid:v}=t();E=(B==null?void 0:B.getBoundingClientRect())||null,f=!1,A=!1,h=w.sourceEvent,_===0&&D(w),i=to(w.sourceEvent,{transform:F,snapGrid:P,snapToGrid:v,containerBounds:E}),d=Et(w.sourceEvent,E)}).on("drag",w=>{const{autoPanOnNodeDrag:B,transform:_,snapGrid:F,snapToGrid:P,nodeDragThreshold:v,nodeLookup:M}=t(),y=to(w.sourceEvent,{transform:_,snapGrid:F,snapToGrid:P,containerBounds:E});if(h=w.sourceEvent,(w.sourceEvent.type==="touchmove"&&w.sourceEvent.touches.length>1||m&&!M.has(m))&&(f=!0),!f){if(!c&&B&&u&&(c=!0,x()),!u){const U=Et(w.sourceEvent,E),G=U.x-d.x,H=U.y-d.y;Math.sqrt(G*G+H*H)>v&&D(w)}(i.x!==y.xSnapped||i.y!==y.ySnapped)&&l&&u&&(d=Et(w.sourceEvent,E),L(y))}}).on("end",w=>{if(!(!u||f)&&(c=!1,u=!1,cancelAnimationFrame(a),l.size>0)){const{nodeLookup:B,updateNodePositions:_,onNodeDragStop:F,onSelectionDragStop:P}=t();if(A&&(_(l,!1),A=!1),o||F||!m&&P){const[v,M]=nl({nodeId:m,dragItems:l,nodeLookup:B,dragging:!1});o==null||o(w.sourceEvent,l,v,M),F==null||F(w.sourceEvent,v,M),m||P==null||P(w.sourceEvent,M)}}}).filter(w=>{const B=w.target;return!w.button&&(!N||!ku(B,`.${N}`,O))&&(!I||ku(B,I,O))});T.call(b)}function R(){T==null||T.on(".drag",null)}return{update:p,destroy:R}}function Yv(e,t,n){const r=[],o={x:e.x-n,y:e.y-n,width:n*2,height:n*2};for(const i of t.values())No(o,Or(i))>0&&r.push(i);return r}const Wv=250;function Vv(e,t,n,r){var l,c;let o=[],i=1/0;const a=Yv(e,n,t+Wv);for(const d of a){const E=[...((l=d.internals.handleBounds)==null?void 0:l.source)??[],...((c=d.internals.handleBounds)==null?void 0:c.target)??[]];for(const u of E){if(r.nodeId===u.nodeId&&r.type===u.type&&r.id===u.id)continue;const{x:T,y:f}=wn(d,u,u.position,!0),A=Math.sqrt(Math.pow(T-e.x,2)+Math.pow(f-e.y,2));A>t||(A<i?(o=[{...u,x:T,y:f}],i=A):A===i&&o.push({...u,x:T,y:f}))}}if(!o.length)return null;if(o.length>1){const d=r.type==="source"?"target":"source";return o.find(E=>E.type===d)??o[0]}return o[0]}function _A(e,t,n,r,o,i=!1){var d,E,u;const a=r.get(e);if(!a)return null;const l=o==="strict"?(d=a.internals.handleBounds)==null?void 0:d[t]:[...((E=a.internals.handleBounds)==null?void 0:E.source)??[],...((u=a.internals.handleBounds)==null?void 0:u.target)??[]],c=(n?l==null?void 0:l.find(T=>T.id===n):l==null?void 0:l[0])??null;return c&&i?{...c,...wn(a,c,c.position,!0)}:c}function bA(e,t){return e||(t!=null&&t.classList.contains("target")?"target":t!=null&&t.classList.contains("source")?"source":null)}function $v(e,t){let n=null;return t?n=!0:e&&!t&&(n=!1),n}const DA=()=>!0;function Xv(e,{connectionMode:t,connectionRadius:n,handleId:r,nodeId:o,edgeUpdaterType:i,isTarget:a,domNode:l,nodeLookup:c,lib:d,autoPanOnConnect:E,flowId:u,panBy:T,cancelConnection:f,onConnectStart:A,onConnect:h,onConnectEnd:p,isValidConnection:R=DA,onReconnectEnd:N,updateConnection:I,getTransform:O,getFromHandle:C,autoPanSpeed:m,dragThreshold:g=1,handleDomNode:L}){const x=AA(e.target);let D=0,b;const{x:w,y:B}=Et(e),_=bA(i,L),F=l==null?void 0:l.getBoundingClientRect();let P=!1;if(!F||!_)return;const v=_A(o,_,r,c,t);if(!v)return;let M=Et(e,F),y=!1,U=null,G=!1,H=null;function q(){if(!E||!F)return;const[re,ie]=fA(M,F,m);T({x:re,y:ie}),D=requestAnimationFrame(q)}const K={...v,nodeId:o,type:_,position:v.position},j=c.get(o);let Q={inProgress:!0,isValid:null,from:wn(j,K,oe.Left,!0),fromHandle:K,fromPosition:K.position,fromNode:j,to:M,toHandle:null,toPosition:Lu[K.position],toNode:null,pointer:M};function X(){P=!0,I(Q),A==null||A(e,{nodeId:o,handleId:r,handleType:_})}g===0&&X();function Z(re){if(!P){const{x:ee,y:he}=Et(re),Oe=ee-w,He=he-B;if(!(Oe*Oe+He*He>g*g))return;X()}if(!C()||!K){le(re);return}const ie=O();M=Et(re,F),b=Vv(Go(M,ie,!1,[1,1]),n,c,K),y||(q(),y=!0);const W=MA(re,{handle:b,connectionMode:t,fromNodeId:o,fromHandleId:r,fromType:a?"target":"source",isValidConnection:R,doc:x,lib:d,flowId:u,nodeLookup:c});H=W.handleDomNode,U=W.connection,G=$v(!!b,W.isValid);const ae=c.get(o),Te=ae?wn(ae,K,oe.Left,!0):Q.from,ce={...Q,from:Te,isValid:G,to:W.toHandle&&G?hi({x:W.toHandle.x,y:W.toHandle.y},ie):M,toHandle:W.toHandle,toPosition:G&&W.toHandle?W.toHandle.position:Lu[K.position],toNode:W.toHandle?c.get(W.toHandle.nodeId):null,pointer:M};I(ce),Q=ce}function le(re){if(!("touches"in re&&re.touches.length>0)){if(P){(b||H)&&U&&G&&(h==null||h(U));const{inProgress:ie,...W}=Q,ae={...W,toPosition:Q.toHandle?Q.toPosition:null};p==null||p(re,ae),i&&(N==null||N(re,ae))}f(),cancelAnimationFrame(D),y=!1,G=!1,U=null,H=null,x.removeEventListener("mousemove",Z),x.removeEventListener("mouseup",le),x.removeEventListener("touchmove",Z),x.removeEventListener("touchend",le)}}x.addEventListener("mousemove",Z),x.addEventListener("mouseup",le),x.addEventListener("touchmove",Z),x.addEventListener("touchend",le)}function MA(e,{handle:t,connectionMode:n,fromNodeId:r,fromHandleId:o,fromType:i,doc:a,lib:l,flowId:c,isValidConnection:d=DA,nodeLookup:E}){const u=i==="target",T=t?a.querySelector(`.${l}-flow__handle[data-id="${c}-${t==null?void 0:t.nodeId}-${t==null?void 0:t.id}-${t==null?void 0:t.type}"]`):null,{x:f,y:A}=Et(e),h=a.elementFromPoint(f,A),p=h!=null&&h.classList.contains(`${l}-flow__handle`)?h:T,R={handleDomNode:p,isValid:!1,connection:null,toHandle:null};if(p){const N=bA(void 0,p),I=p.getAttribute("data-nodeid"),O=p.getAttribute("data-handleid"),C=p.classList.contains("connectable"),m=p.classList.contains("connectableend");if(!I||!N)return R;const g={source:u?I:r,sourceHandle:u?O:o,target:u?r:I,targetHandle:u?o:O};R.connection=g;const x=C&&m&&(n===hr.Strict?u&&N==="source"||!u&&N==="target":I!==r||O!==o);R.isValid=x&&d(g),R.toHandle=_A(I,N,O,E,n,!0)}return R}const mc={onPointerDown:Xv,isValid:MA};function Kv({domNode:e,panZoom:t,getTransform:n,getViewScale:r}){const o=Je(e);function i({translateExtent:l,width:c,height:d,zoomStep:E=1,pannable:u=!0,zoomable:T=!0,inversePan:f=!1}){const A=I=>{if(I.sourceEvent.type!=="wheel"||!t)return;const O=n(),C=I.sourceEvent.ctrlKey&&Oo()?10:1,m=-I.sourceEvent.deltaY*(I.sourceEvent.deltaMode===1?.05:I.sourceEvent.deltaMode?1:.002)*E,g=O[2]*Math.pow(2,m*C);t.scaleTo(g)};let h=[0,0];const p=I=>{(I.sourceEvent.type==="mousedown"||I.sourceEvent.type==="touchstart")&&(h=[I.sourceEvent.clientX??I.sourceEvent.touches[0].clientX,I.sourceEvent.clientY??I.sourceEvent.touches[0].clientY])},R=I=>{const O=n();if(I.sourceEvent.type!=="mousemove"&&I.sourceEvent.type!=="touchmove"||!t)return;const C=[I.sourceEvent.clientX??I.sourceEvent.touches[0].clientX,I.sourceEvent.clientY??I.sourceEvent.touches[0].clientY],m=[C[0]-h[0],C[1]-h[1]];h=C;const g=r()*Math.max(O[2],Math.log(O[2]))*(f?-1:1),L={x:O[0]-m[0]*g,y:O[1]-m[1]*g},x=[[0,0],[c,d]];t.setViewportConstrained({x:L.x,y:L.y,zoom:O[2]},x,l)},N=iA().on("start",p).on("zoom",u?R:null).on("zoom.wheel",T?A:null);o.call(N,{})}function a(){o.on("zoom",null)}return{update:i,destroy:a,pointer:lt}}const ia=e=>({x:e.x,y:e.y,zoom:e.k}),rl=({x:e,y:t,zoom:n})=>ra.translate(e,t).scale(n),or=(e,t)=>e.target.closest(`.${t}`),PA=(e,t)=>t===2&&Array.isArray(e)&&e.includes(2),zv=e=>((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2,ol=(e,t=0,n=zv,r=()=>{})=>{const o=typeof t=="number"&&t>0;return o||r(),o?e.transition().duration(t).ease(n).on("end",r):e},vA=e=>{const t=e.ctrlKey&&Oo()?10:1;return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*t};function Jv({zoomPanValues:e,noWheelClassName:t,d3Selection:n,d3Zoom:r,panOnScrollMode:o,panOnScrollSpeed:i,zoomOnPinch:a,onPanZoomStart:l,onPanZoom:c,onPanZoomEnd:d}){return E=>{if(or(E,t))return E.ctrlKey&&E.preventDefault(),!1;E.preventDefault(),E.stopImmediatePropagation();const u=n.property("__zoom").k||1;if(E.ctrlKey&&a){const p=lt(E),R=vA(E),N=u*Math.pow(2,R);r.scaleTo(n,N,p,E);return}const T=E.deltaMode===1?20:1;let f=o===Ln.Vertical?0:E.deltaX*T,A=o===Ln.Horizontal?0:E.deltaY*T;!Oo()&&E.shiftKey&&o!==Ln.Vertical&&(f=E.deltaY*T,A=0),r.translateBy(n,-(f/u)*i,-(A/u)*i,{internal:!0});const h=ia(n.property("__zoom"));clearTimeout(e.panScrollTimeout),e.isPanScrolling?(c==null||c(E,h),e.panScrollTimeout=setTimeout(()=>{d==null||d(E,h),e.isPanScrolling=!1},150)):(e.isPanScrolling=!0,l==null||l(E,h))}}function qv({noWheelClassName:e,preventScrolling:t,d3ZoomHandler:n}){return function(r,o){const i=r.type==="wheel",a=!t&&i&&!r.ctrlKey,l=or(r,e);if(r.ctrlKey&&i&&l&&r.preventDefault(),a||l)return null;r.preventDefault(),n.call(this,r,o)}}function Qv({zoomPanValues:e,onDraggingChange:t,onPanZoomStart:n}){return r=>{var i,a,l;if((i=r.sourceEvent)!=null&&i.internal)return;const o=ia(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 Zv({zoomPanValues:e,panOnDrag:t,onPaneContextMenu:n,onTransformChange:r,onPanZoom:o}){return i=>{var a,l;e.usedRightMouseButton=!!(n&&PA(t,e.mouseButton??0)),(a=i.sourceEvent)!=null&&a.sync||r([i.transform.x,i.transform.y,i.transform.k]),o&&!((l=i.sourceEvent)!=null&&l.internal)&&(o==null||o(i.sourceEvent,ia(i.transform)))}}function ew({zoomPanValues:e,panOnDrag:t,panOnScroll:n,onDraggingChange:r,onPanZoomEnd:o,onPaneContextMenu:i}){return a=>{var l;if(!((l=a.sourceEvent)!=null&&l.internal)&&(e.isZoomingOrPanning=!1,i&&PA(t,e.mouseButton??0)&&!e.usedRightMouseButton&&a.sourceEvent&&i(a.sourceEvent),e.usedRightMouseButton=!1,r(!1),o)){const c=ia(a.transform);e.prevViewport=c,clearTimeout(e.timerId),e.timerId=setTimeout(()=>{o==null||o(a.sourceEvent,c)},n?150:0)}}}function tw({zoomActivationKeyPressed:e,zoomOnScroll:t,zoomOnPinch:n,panOnDrag:r,panOnScroll:o,zoomOnDoubleClick:i,userSelectionActive:a,noWheelClassName:l,noPanClassName:c,lib:d,connectionInProgress:E}){return u=>{var p;const T=e||t,f=n&&u.ctrlKey,A=u.type==="wheel";if(u.button===1&&u.type==="mousedown"&&(or(u,`${d}-flow__node`)||or(u,`${d}-flow__edge`)))return!0;if(!r&&!T&&!o&&!i&&!n||a||E&&!A||or(u,l)&&A||or(u,c)&&(!A||o&&A&&!e)||!n&&u.ctrlKey&&A)return!1;if(!n&&u.type==="touchstart"&&((p=u.touches)==null?void 0:p.length)>1)return u.preventDefault(),!1;if(!T&&!o&&!f&&A||!r&&(u.type==="mousedown"||u.type==="touchstart")||Array.isArray(r)&&!r.includes(u.button)&&u.type==="mousedown")return!1;const h=Array.isArray(r)&&r.includes(u.button)||!u.button||u.button<=1;return(!u.ctrlKey||A)&&h}}function nw({domNode:e,minZoom:t,maxZoom:n,translateExtent:r,viewport:o,onPanZoom:i,onPanZoomStart:a,onPanZoomEnd:l,onDraggingChange:c}){const d={isZoomingOrPanning:!1,usedRightMouseButton:!1,prevViewport:{},mouseButton:0,timerId:void 0,panScrollTimeout:void 0,isPanScrolling:!1},E=e.getBoundingClientRect(),u=iA().scaleExtent([t,n]).translateExtent(r),T=Je(e).call(u);N({x:o.x,y:o.y,zoom:Nr(o.zoom,t,n)},[[0,0],[E.width,E.height]],r);const f=T.on("wheel.zoom"),A=T.on("dblclick.zoom");u.wheelDelta(vA);function h(b,w){return T?new Promise(B=>{u==null||u.interpolate((w==null?void 0:w.interpolate)==="linear"?eo:Hs).transform(ol(T,w==null?void 0:w.duration,w==null?void 0:w.ease,()=>B(!0)),b)}):Promise.resolve(!1)}function p({noWheelClassName:b,noPanClassName:w,onPaneContextMenu:B,userSelectionActive:_,panOnScroll:F,panOnDrag:P,panOnScrollMode:v,panOnScrollSpeed:M,preventScrolling:y,zoomOnPinch:U,zoomOnScroll:G,zoomOnDoubleClick:H,zoomActivationKeyPressed:q,lib:K,onTransformChange:j,connectionInProgress:J,paneClickDistance:Q,selectionOnDrag:X}){_&&!d.isZoomingOrPanning&&R();const Z=F&&!q&&!_;u.clickDistance(X?1/0:!dt(Q)||Q<0?0:Q);const le=Z?Jv({zoomPanValues:d,noWheelClassName:b,d3Selection:T,d3Zoom:u,panOnScrollMode:v,panOnScrollSpeed:M,zoomOnPinch:U,onPanZoomStart:a,onPanZoom:i,onPanZoomEnd:l}):qv({noWheelClassName:b,preventScrolling:y,d3ZoomHandler:f});if(T.on("wheel.zoom",le,{passive:!1}),!_){const ie=Qv({zoomPanValues:d,onDraggingChange:c,onPanZoomStart:a});u.on("start",ie);const W=Zv({zoomPanValues:d,panOnDrag:P,onPaneContextMenu:!!B,onPanZoom:i,onTransformChange:j});u.on("zoom",W);const ae=ew({zoomPanValues:d,panOnDrag:P,panOnScroll:F,onPaneContextMenu:B,onPanZoomEnd:l,onDraggingChange:c});u.on("end",ae)}const re=tw({zoomActivationKeyPressed:q,panOnDrag:P,zoomOnScroll:G,panOnScroll:F,zoomOnDoubleClick:H,zoomOnPinch:U,userSelectionActive:_,noPanClassName:w,noWheelClassName:b,lib:K,connectionInProgress:J});u.filter(re),H?T.on("dblclick.zoom",A):T.on("dblclick.zoom",null)}function R(){u.on("zoom",null)}async function N(b,w,B){const _=rl(b),F=u==null?void 0:u.constrain()(_,w,B);return F&&await h(F),new Promise(P=>P(F))}async function I(b,w){const B=rl(b);return await h(B,w),new Promise(_=>_(B))}function O(b){if(T){const w=rl(b),B=T.property("__zoom");(B.k!==b.zoom||B.x!==b.x||B.y!==b.y)&&(u==null||u.transform(T,w,null,{sync:!0}))}}function C(){const b=T?sA(T.node()):{x:0,y:0,k:1};return{x:b.x,y:b.y,zoom:b.k}}function m(b,w){return T?new Promise(B=>{u==null||u.interpolate((w==null?void 0:w.interpolate)==="linear"?eo:Hs).scaleTo(ol(T,w==null?void 0:w.duration,w==null?void 0:w.ease,()=>B(!0)),b)}):Promise.resolve(!1)}function g(b,w){return T?new Promise(B=>{u==null||u.interpolate((w==null?void 0:w.interpolate)==="linear"?eo:Hs).scaleBy(ol(T,w==null?void 0:w.duration,w==null?void 0:w.ease,()=>B(!0)),b)}):Promise.resolve(!1)}function L(b){u==null||u.scaleExtent(b)}function x(b){u==null||u.translateExtent(b)}function D(b){const w=!dt(b)||b<0?0:b;u==null||u.clickDistance(w)}return{update:p,destroy:R,setViewport:I,setViewportConstrained:N,getViewport:C,scaleTo:m,scaleBy:g,setScaleExtent:L,setTranslateExtent:x,syncViewport:O,setClickDistance:D}}var gr;(function(e){e.Line="line",e.Handle="handle"})(gr||(gr={}));function rw({width:e,prevWidth:t,height:n,prevHeight:r,affectsX:o,affectsY:i}){const a=e-t,l=n-r,c=[a>0?1:a<0?-1:0,l>0?1:l<0?-1:0];return a&&o&&(c[0]=c[0]*-1),l&&i&&(c[1]=c[1]*-1),c}function Hu(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 Jt(e,t){return Math.max(0,t-e)}function qt(e,t){return Math.max(0,e-t)}function ys(e,t,n){return Math.max(0,t-e,e-n)}function ju(e,t){return e?!t:t}function ow(e,t,n,r,o,i,a,l){let{affectsX:c,affectsY:d}=t;const{isHorizontal:E,isVertical:u}=t,T=E&&u,{xSnapped:f,ySnapped:A}=n,{minWidth:h,maxWidth:p,minHeight:R,maxHeight:N}=r,{x:I,y:O,width:C,height:m,aspectRatio:g}=e;let L=Math.floor(E?f-e.pointerX:0),x=Math.floor(u?A-e.pointerY:0);const D=C+(c?-L:L),b=m+(d?-x:x),w=-i[0]*C,B=-i[1]*m;let _=ys(D,h,p),F=ys(b,R,N);if(a){let M=0,y=0;c&&L<0?M=Jt(I+L+w,a[0][0]):!c&&L>0&&(M=qt(I+D+w,a[1][0])),d&&x<0?y=Jt(O+x+B,a[0][1]):!d&&x>0&&(y=qt(O+b+B,a[1][1])),_=Math.max(_,M),F=Math.max(F,y)}if(l){let M=0,y=0;c&&L>0?M=qt(I+L,l[0][0]):!c&&L<0&&(M=Jt(I+D,l[1][0])),d&&x>0?y=qt(O+x,l[0][1]):!d&&x<0&&(y=Jt(O+b,l[1][1])),_=Math.max(_,M),F=Math.max(F,y)}if(o){if(E){const M=ys(D/g,R,N)*g;if(_=Math.max(_,M),a){let y=0;!c&&!d||c&&!d&&T?y=qt(O+B+D/g,a[1][1])*g:y=Jt(O+B+(c?L:-L)/g,a[0][1])*g,_=Math.max(_,y)}if(l){let y=0;!c&&!d||c&&!d&&T?y=Jt(O+D/g,l[1][1])*g:y=qt(O+(c?L:-L)/g,l[0][1])*g,_=Math.max(_,y)}}if(u){const M=ys(b*g,h,p)/g;if(F=Math.max(F,M),a){let y=0;!c&&!d||d&&!c&&T?y=qt(I+b*g+w,a[1][0])/g:y=Jt(I+(d?x:-x)*g+w,a[0][0])/g,F=Math.max(F,y)}if(l){let y=0;!c&&!d||d&&!c&&T?y=Jt(I+b*g,l[1][0])/g:y=qt(I+(d?x:-x)*g,l[0][0])/g,F=Math.max(F,y)}}}x=x+(x<0?F:-F),L=L+(L<0?_:-_),o&&(T?D>b*g?x=(ju(c,d)?-L:L)/g:L=(ju(c,d)?-x:x)*g:E?(x=L/g,d=c):(L=x*g,c=d));const P=c?I+L:I,v=d?O+x:O;return{width:C+(c?-L:L),height:m+(d?-x:x),x:i[0]*L*(c?-1:1)+P,y:i[1]*x*(d?-1:1)+v}}const wA={width:0,height:0,x:0,y:0},sw={...wA,pointerX:0,pointerY:0,aspectRatio:1};function iw(e){return[[0,0],[e.measured.width,e.measured.height]]}function aw(e,t,n){const r=t.position.x+e.position.x,o=t.position.y+e.position.y,i=e.measured.width??0,a=e.measured.height??0,l=n[0]*i,c=n[1]*a;return[[r-l,o-c],[r+i-l,o+a-c]]}function lw({domNode:e,nodeId:t,getStoreItems:n,onChange:r,onEnd:o}){const i=Je(e);let a={controlDirection:Hu("bottom-right"),boundaries:{minWidth:0,minHeight:0,maxWidth:Number.MAX_VALUE,maxHeight:Number.MAX_VALUE},resizeDirection:void 0,keepAspectRatio:!1};function l({controlPosition:d,boundaries:E,keepAspectRatio:u,resizeDirection:T,onResizeStart:f,onResize:A,onResizeEnd:h,shouldResize:p}){let R={...wA},N={...sw};a={boundaries:E,resizeDirection:T,keepAspectRatio:u,controlDirection:Hu(d)};let I,O=null,C=[],m,g,L,x=!1;const D=VR().on("start",b=>{const{nodeLookup:w,transform:B,snapGrid:_,snapToGrid:F,nodeOrigin:P,paneDomNode:v}=n();if(I=w.get(t),!I)return;O=(v==null?void 0:v.getBoundingClientRect())??null;const{xSnapped:M,ySnapped:y}=to(b.sourceEvent,{transform:B,snapGrid:_,snapToGrid:F,containerBounds:O});R={width:I.measured.width??0,height:I.measured.height??0,x:I.position.x??0,y:I.position.y??0},N={...R,pointerX:M,pointerY:y,aspectRatio:R.width/R.height},m=void 0,I.parentId&&(I.extent==="parent"||I.expandParent)&&(m=w.get(I.parentId),g=m&&I.extent==="parent"?iw(m):void 0),C=[],L=void 0;for(const[U,G]of w)if(G.parentId===t&&(C.push({id:U,position:{...G.position},extent:G.extent}),G.extent==="parent"||G.expandParent)){const H=aw(G,I,G.origin??P);L?L=[[Math.min(H[0][0],L[0][0]),Math.min(H[0][1],L[0][1])],[Math.max(H[1][0],L[1][0]),Math.max(H[1][1],L[1][1])]]:L=H}f==null||f(b,{...R})}).on("drag",b=>{const{transform:w,snapGrid:B,snapToGrid:_,nodeOrigin:F}=n(),P=to(b.sourceEvent,{transform:w,snapGrid:B,snapToGrid:_,containerBounds:O}),v=[];if(!I)return;const{x:M,y,width:U,height:G}=R,H={},q=I.origin??F,{width:K,height:j,x:J,y:Q}=ow(N,a.controlDirection,P,a.boundaries,a.keepAspectRatio,q,g,L),X=K!==U,Z=j!==G,le=J!==M&&X,re=Q!==y&&Z;if(!le&&!re&&!X&&!Z)return;if((le||re||q[0]===1||q[1]===1)&&(H.x=le?J:R.x,H.y=re?Q:R.y,R.x=H.x,R.y=H.y,C.length>0)){const Te=J-M,ce=Q-y;for(const ee of C)ee.position={x:ee.position.x-Te+q[0]*(K-U),y:ee.position.y-ce+q[1]*(j-G)},v.push(ee)}if((X||Z)&&(H.width=X&&(!a.resizeDirection||a.resizeDirection==="horizontal")?K:R.width,H.height=Z&&(!a.resizeDirection||a.resizeDirection==="vertical")?j:R.height,R.width=H.width,R.height=H.height),m&&I.expandParent){const Te=q[0]*(H.width??0);H.x&&H.x<Te&&(R.x=Te,N.x=N.x-(H.x-Te));const ce=q[1]*(H.height??0);H.y&&H.y<ce&&(R.y=ce,N.y=N.y-(H.y-ce))}const ie=rw({width:R.width,prevWidth:U,height:R.height,prevHeight:G,affectsX:a.controlDirection.affectsX,affectsY:a.controlDirection.affectsY}),W={...R,direction:ie};(p==null?void 0:p(b,W))!==!1&&(x=!0,A==null||A(b,W),r(H,v))}).on("end",b=>{x&&(h==null||h(b,{...R}),o==null||o({...R}),x=!1)});i.call(D)}function c(){i.on(".drag",null)}return{update:l,destroy:c}}var sl={exports:{}},il={},al={exports:{}},ll={};/**
736
- * @license React
737
- * use-sync-external-store-shim.production.js
738
- *
739
- * Copyright (c) Meta Platforms, Inc. and affiliates.
740
- *
741
- * This source code is licensed under the MIT license found in the
742
- * LICENSE file in the root directory of this source tree.
743
- */var Yu;function cw(){if(Yu)return ll;Yu=1;var e=yi();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,i=e.useLayoutEffect,a=e.useDebugValue;function l(u,T){var f=T(),A=r({inst:{value:f,getSnapshot:T}}),h=A[0].inst,p=A[1];return i(function(){h.value=f,h.getSnapshot=T,c(h)&&p({inst:h})},[u,f,T]),o(function(){return c(h)&&p({inst:h}),u(function(){c(h)&&p({inst:h})})},[u]),a(f),f}function c(u){var T=u.getSnapshot;u=u.value;try{var f=T();return!n(u,f)}catch{return!0}}function d(u,T){return T()}var E=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?d:l;return ll.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:E,ll}var Wu;function dw(){return Wu||(Wu=1,al.exports=cw()),al.exports}/**
744
- * @license React
745
- * use-sync-external-store-shim/with-selector.production.js
746
- *
747
- * Copyright (c) Meta Platforms, Inc. and affiliates.
748
- *
749
- * This source code is licensed under the MIT license found in the
750
- * LICENSE file in the root directory of this source tree.
751
- */var Vu;function Ew(){if(Vu)return il;Vu=1;var e=yi(),t=dw();function n(d,E){return d===E&&(d!==0||1/d===1/E)||d!==d&&E!==E}var r=typeof Object.is=="function"?Object.is:n,o=t.useSyncExternalStore,i=e.useRef,a=e.useEffect,l=e.useMemo,c=e.useDebugValue;return il.useSyncExternalStoreWithSelector=function(d,E,u,T,f){var A=i(null);if(A.current===null){var h={hasValue:!1,value:null};A.current=h}else h=A.current;A=l(function(){function R(m){if(!N){if(N=!0,I=m,m=T(m),f!==void 0&&h.hasValue){var g=h.value;if(f(g,m))return O=g}return O=m}if(g=O,r(I,m))return g;var L=T(m);return f!==void 0&&f(g,L)?(I=m,g):(I=m,O=L)}var N=!1,I,O,C=u===void 0?null:u;return[function(){return R(E())},C===null?void 0:function(){return R(C())}]},[E,u,T,f]);var p=o(d,A[0],A[1]);return a(function(){h.hasValue=!0,h.value=p},[p]),c(p),p},il}var $u;function uw(){return $u||($u=1,sl.exports=Ew()),sl.exports}var Tw=uw();const fw=Li(Tw),Sw={},Xu=e=>{let t;const n=new Set,r=(E,u)=>{const T=typeof E=="function"?E(t):E;if(!Object.is(T,t)){const f=t;t=u??(typeof T!="object"||T===null)?T:Object.assign({},t,T),n.forEach(A=>A(t,f))}},o=()=>t,c={setState:r,getState:o,getInitialState:()=>d,subscribe:E=>(n.add(E),()=>n.delete(E)),destroy:()=>{(Sw?"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()}},d=t=e(r,o,c);return c},pw=e=>e?Xu(e):Xu,{useDebugValue:Rw}=Le,{useSyncExternalStoreWithSelector:Aw}=fw,hw=e=>e;function UA(e,t=hw,n){const r=Aw(e.subscribe,e.getState,e.getServerState||e.getInitialState,t,n);return Rw(r),r}const Ku=(e,t)=>{const n=pw(e),r=(o,i=t)=>UA(n,o,i);return Object.assign(r,n),r},Iw=(e,t)=>e?Ku(e,t):Ku;function ge(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 aa=S.createContext(null),Nw=aa.Provider,BA=xt.error001();function Ae(e,t){const n=S.useContext(aa);if(n===null)throw new Error(BA);return UA(n,e,t)}function xe(){const e=S.useContext(aa);if(e===null)throw new Error(BA);return S.useMemo(()=>({getState:e.getState,setState:e.setState,subscribe:e.subscribe}),[e])}const zu={display:"none"},Ow={position:"absolute",width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0px, 0px, 0px, 0px)",clipPath:"inset(100%)"},FA="react-flow__node-desc",GA="react-flow__edge-desc",mw="react-flow__aria-live",gw=e=>e.ariaLiveMessage,Cw=e=>e.ariaLabelConfig;function xw({rfId:e}){const t=Ae(gw);return s.jsx("div",{id:`${mw}-${e}`,"aria-live":"assertive","aria-atomic":"true",style:Ow,children:t})}function yw({rfId:e,disableKeyboardA11y:t}){const n=Ae(Cw);return s.jsxs(s.Fragment,{children:[s.jsx("div",{id:`${FA}-${e}`,style:zu,children:t?n["node.a11yDescription.default"]:n["node.a11yDescription.keyboardDisabled"]}),s.jsx("div",{id:`${GA}-${e}`,style:zu,children:n["edge.a11yDescription.default"]}),!t&&s.jsx(xw,{rfId:e})]})}const Cr=S.forwardRef(({position:e="top-left",children:t,className:n,style:r,...o},i)=>{const a=`${e}`.split("-");return s.jsx("div",{className:De(["react-flow__panel",n,...a]),style:r,ref:i,...o,children:t})});Cr.displayName="Panel";function Lw({proOptions:e,position:t="bottom-right"}){return e!=null&&e.hideAttribution?null:s.jsx(Cr,{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:s.jsx("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer","aria-label":"React Flow attribution",children:"React Flow"})})}const _w=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}},Ls=e=>e.id;function bw(e,t){return ge(e.selectedNodes.map(Ls),t.selectedNodes.map(Ls))&&ge(e.selectedEdges.map(Ls),t.selectedEdges.map(Ls))}function Dw({onSelectionChange:e}){const t=xe(),{selectedNodes:n,selectedEdges:r}=Ae(_w,bw);return S.useEffect(()=>{const o={nodes:n,edges:r};e==null||e(o),t.getState().onSelectionChangeHandlers.forEach(i=>i(o))},[n,r,e]),null}const Mw=e=>!!e.onSelectionChangeHandlers;function Pw({onSelectionChange:e}){const t=Ae(Mw);return e||t?s.jsx(Dw,{onSelectionChange:e}):null}const kA=[0,0],vw={x:0,y:0,zoom:1},ww=["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"],Ju=[...ww,"rfId"],Uw=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}),qu={translateExtent:ho,nodeOrigin:kA,minZoom:.5,maxZoom:2,elementsSelectable:!0,noPanClassName:"nopan",rfId:"1"};function Bw(e){const{setNodes:t,setEdges:n,setMinZoom:r,setMaxZoom:o,setTranslateExtent:i,setNodeExtent:a,reset:l,setDefaultNodesAndEdges:c}=Ae(Uw,ge),d=xe();S.useEffect(()=>(c(e.defaultNodes,e.defaultEdges),()=>{E.current=qu,l()}),[]);const E=S.useRef(qu);return S.useEffect(()=>{for(const u of Ju){const T=e[u],f=E.current[u];T!==f&&(typeof e[u]>"u"||(u==="nodes"?t(T):u==="edges"?n(T):u==="minZoom"?r(T):u==="maxZoom"?o(T):u==="translateExtent"?i(T):u==="nodeExtent"?a(T):u==="ariaLabelConfig"?d.setState({ariaLabelConfig:Iv(T)}):u==="fitView"?d.setState({fitViewQueued:T}):u==="fitViewOptions"?d.setState({fitViewOptions:T}):d.setState({[u]:T})))}E.current=e},Ju.map(u=>e[u])),null}function Qu(){return typeof window>"u"||!window.matchMedia?null:window.matchMedia("(prefers-color-scheme: dark)")}function Fw(e){var r;const[t,n]=S.useState(e==="system"?null:e);return S.useEffect(()=>{if(e!=="system"){n(e);return}const o=Qu(),i=()=>n(o!=null&&o.matches?"dark":"light");return i(),o==null||o.addEventListener("change",i),()=>{o==null||o.removeEventListener("change",i)}},[e]),t!==null?t:(r=Qu())!=null&&r.matches?"dark":"light"}const Zu=typeof document<"u"?document:null;function mo(e=null,t={target:Zu,actInsideInputWithModifier:!0}){const[n,r]=S.useState(!1),o=S.useRef(!1),i=S.useRef(new Set([])),[a,l]=S.useMemo(()=>{if(e!==null){const d=(Array.isArray(e)?e:[e]).filter(u=>typeof u=="string").map(u=>u.replace("+",`
752
- `).replace(`
753
-
754
- `,`
755
- +`).split(`
756
- `)),E=d.reduce((u,T)=>u.concat(...T),[]);return[d,E]}return[[],[]]},[e]);return S.useEffect(()=>{const c=(t==null?void 0:t.target)??Zu,d=(t==null?void 0:t.actInsideInputWithModifier)??!0;if(e!==null){const E=f=>{var p,R;if(o.current=f.ctrlKey||f.metaKey||f.shiftKey||f.altKey,(!o.current||o.current&&!d)&&hA(f))return!1;const h=tT(f.code,l);if(i.current.add(f[h]),eT(a,i.current,!1)){const N=((R=(p=f.composedPath)==null?void 0:p.call(f))==null?void 0:R[0])||f.target,I=(N==null?void 0:N.nodeName)==="BUTTON"||(N==null?void 0:N.nodeName)==="A";t.preventDefault!==!1&&(o.current||!I)&&f.preventDefault(),r(!0)}},u=f=>{const A=tT(f.code,l);eT(a,i.current,!0)?(r(!1),i.current.clear()):i.current.delete(f[A]),f.key==="Meta"&&i.current.clear(),o.current=!1},T=()=>{i.current.clear(),r(!1)};return c==null||c.addEventListener("keydown",E),c==null||c.addEventListener("keyup",u),window.addEventListener("blur",T),window.addEventListener("contextmenu",T),()=>{c==null||c.removeEventListener("keydown",E),c==null||c.removeEventListener("keyup",u),window.removeEventListener("blur",T),window.removeEventListener("contextmenu",T)}}},[e,r]),n}function eT(e,t,n){return e.filter(r=>n||r.length===t.size).some(r=>r.every(o=>t.has(o)))}function tT(e,t){return t.includes(e)?"code":"key"}const Gw=()=>{const e=xe();return S.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,i],panZoom:a}=e.getState();return a?(await a.setViewport({x:t.x??r,y:t.y??o,zoom:t.zoom??i},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:i,maxZoom:a,panZoom:l}=e.getState(),c=gd(t,r,o,i,a,(n==null?void 0:n.padding)??.1);return l?(await l.setViewport(c,{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:i,domNode:a}=e.getState();if(!a)return t;const{x:l,y:c}=a.getBoundingClientRect(),d={x:t.x-l,y:t.y-c},E=n.snapGrid??o,u=n.snapToGrid??i;return Go(d,r,u,E)},flowToScreenPosition:t=>{const{transform:n,domNode:r}=e.getState();if(!r)return t;const{x:o,y:i}=r.getBoundingClientRect(),a=hi(t,n);return{x:a.x+o,y:a.y+i}}}),[])};function HA(e,t){const n=[],r=new Map,o=[];for(const i of e)if(i.type==="add"){o.push(i);continue}else if(i.type==="remove"||i.type==="replace")r.set(i.id,[i]);else{const a=r.get(i.id);a?a.push(i):r.set(i.id,[i])}for(const i of t){const a=r.get(i.id);if(!a){n.push(i);continue}if(a[0].type==="remove")continue;if(a[0].type==="replace"){n.push({...a[0].item});continue}const l={...i};for(const c of a)kw(c,l);n.push(l)}return o.length&&o.forEach(i=>{i.index!==void 0?n.splice(i.index,0,{...i.item}):n.push({...i.item})}),n}function kw(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 jA(e,t){return HA(e,t)}function YA(e,t){return HA(e,t)}function gn(e,t){return{id:e,type:"select",selected:t}}function sr(e,t=new Set,n=!1){const r=[];for(const[o,i]of e){const a=t.has(o);!(i.selected===void 0&&!a)&&i.selected!==a&&(n&&(i.selected=a),r.push(gn(i.id,a)))}return r}function nT({items:e=[],lookup:t}){var o;const n=[],r=new Map(e.map(i=>[i.id,i]));for(const[i,a]of e.entries()){const l=t.get(a.id),c=((o=l==null?void 0:l.internals)==null?void 0:o.userNode)??l;c!==void 0&&c!==a&&n.push({id:a.id,item:a,type:"replace"}),c===void 0&&n.push({item:a,type:"add",index:i})}for(const[i]of t)r.get(i)===void 0&&n.push({id:i,type:"remove"});return n}function rT(e){return{id:e.id,type:"remove"}}const oT=e=>dv(e),Hw=e=>EA(e);function WA(e){return S.forwardRef(e)}const jw=typeof window<"u"?S.useLayoutEffect:S.useEffect;function sT(e){const[t,n]=S.useState(BigInt(0)),[r]=S.useState(()=>Yw(()=>n(o=>o+BigInt(1))));return jw(()=>{const o=r.get();o.length&&(e(o),r.reset())},[t]),r}function Yw(e){let t=[];return{get:()=>t,reset:()=>{t=[]},push:n=>{t.push(n),e()}}}const VA=S.createContext(null);function Ww({children:e}){const t=xe(),n=S.useCallback(l=>{const{nodes:c=[],setNodes:d,hasDefaultNodes:E,onNodesChange:u,nodeLookup:T,fitViewQueued:f,onNodesChangeMiddlewareMap:A}=t.getState();let h=c;for(const R of l)h=typeof R=="function"?R(h):R;let p=nT({items:h,lookup:T});for(const R of A.values())p=R(p);E&&d(h),p.length>0?u==null||u(p):f&&window.requestAnimationFrame(()=>{const{fitViewQueued:R,nodes:N,setNodes:I}=t.getState();R&&I(N)})},[]),r=sT(n),o=S.useCallback(l=>{const{edges:c=[],setEdges:d,hasDefaultEdges:E,onEdgesChange:u,edgeLookup:T}=t.getState();let f=c;for(const A of l)f=typeof A=="function"?A(f):A;E?d(f):u&&u(nT({items:f,lookup:T}))},[]),i=sT(o),a=S.useMemo(()=>({nodeQueue:r,edgeQueue:i}),[]);return s.jsx(VA.Provider,{value:a,children:e})}function Vw(){const e=S.useContext(VA);if(!e)throw new Error("useBatchContext must be used within a BatchProvider");return e}const $w=e=>!!e.panZoom;function la(){const e=Gw(),t=xe(),n=Vw(),r=Ae($w),o=S.useMemo(()=>{const i=u=>t.getState().nodeLookup.get(u),a=u=>{n.nodeQueue.push(u)},l=u=>{n.edgeQueue.push(u)},c=u=>{var R,N;const{nodeLookup:T,nodeOrigin:f}=t.getState(),A=oT(u)?u:T.get(u.id),h=A.parentId?RA(A.position,A.measured,A.parentId,T,f):A.position,p={...A,position:h,width:((R=A.measured)==null?void 0:R.width)??A.width,height:((N=A.measured)==null?void 0:N.height)??A.height};return Or(p)},d=(u,T,f={replace:!1})=>{a(A=>A.map(h=>{if(h.id===u){const p=typeof T=="function"?T(h):T;return f.replace&&oT(p)?p:{...h,...p}}return h}))},E=(u,T,f={replace:!1})=>{l(A=>A.map(h=>{if(h.id===u){const p=typeof T=="function"?T(h):T;return f.replace&&Hw(p)?p:{...h,...p}}return h}))};return{getNodes:()=>t.getState().nodes.map(u=>({...u})),getNode:u=>{var T;return(T=i(u))==null?void 0:T.internals.userNode},getInternalNode:i,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(f=>[...f,...T])},addEdges:u=>{const T=Array.isArray(u)?u:[u];n.edgeQueue.push(f=>[...f,...T])},toObject:()=>{const{nodes:u=[],edges:T=[],transform:f}=t.getState(),[A,h,p]=f;return{nodes:u.map(R=>({...R})),edges:T.map(R=>({...R})),viewport:{x:A,y:h,zoom:p}}},deleteElements:async({nodes:u=[],edges:T=[]})=>{const{nodes:f,edges:A,onNodesDelete:h,onEdgesDelete:p,triggerNodeChanges:R,triggerEdgeChanges:N,onDelete:I,onBeforeDelete:O}=t.getState(),{nodes:C,edges:m}=await Sv({nodesToRemove:u,edgesToRemove:T,nodes:f,edges:A,onBeforeDelete:O}),g=m.length>0,L=C.length>0;if(g){const x=m.map(rT);p==null||p(m),N(x)}if(L){const x=C.map(rT);h==null||h(C),R(x)}return(L||g)&&(I==null||I({nodes:C,edges:m})),{deletedNodes:C,deletedEdges:m}},getIntersectingNodes:(u,T=!0,f)=>{const A=bu(u),h=A?u:c(u),p=f!==void 0;return h?(f||t.getState().nodes).filter(R=>{const N=t.getState().nodeLookup.get(R.id);if(N&&!A&&(R.id===u.id||!N.internals.positionAbsolute))return!1;const I=Or(p?R:N),O=No(I,h);return T&&O>0||O>=I.width*I.height||O>=h.width*h.height}):[]},isNodeIntersecting:(u,T,f=!0)=>{const h=bu(u)?u:c(u);if(!h)return!1;const p=No(h,T);return f&&p>0||p>=T.width*T.height||p>=h.width*h.height},updateNode:d,updateNodeData:(u,T,f={replace:!1})=>{d(u,A=>{const h=typeof T=="function"?T(A):T;return f.replace?{...A,data:h}:{...A,data:{...A.data,...h}}},f)},updateEdge:E,updateEdgeData:(u,T,f={replace:!1})=>{E(u,A=>{const h=typeof T=="function"?T(A):T;return f.replace?{...A,data:h}:{...A,data:{...A.data,...h}}},f)},getNodesBounds:u=>{const{nodeLookup:T,nodeOrigin:f}=t.getState();return Ev(u,{nodeLookup:T,nodeOrigin:f})},getHandleConnections:({type:u,id:T,nodeId:f})=>{var A;return Array.from(((A=t.getState().connectionLookup.get(`${f}-${u}${T?`-${T}`:""}`))==null?void 0:A.values())??[])},getNodeConnections:({type:u,handleId:T,nodeId:f})=>{var A;return Array.from(((A=t.getState().connectionLookup.get(`${f}${u?T?`-${u}-${T}`:`-${u}`:""}`))==null?void 0:A.values())??[])},fitView:async u=>{const T=t.getState().fitViewResolver??hv();return t.setState({fitViewQueued:!0,fitViewOptions:u,fitViewResolver:T}),n.nodeQueue.push(f=>[...f]),T.promise}}},[]);return S.useMemo(()=>({...o,...e,viewportInitialized:r}),[r])}const iT=e=>e.selected,Xw=typeof window<"u"?window:void 0;function Kw({deleteKeyCode:e,multiSelectionKeyCode:t}){const n=xe(),{deleteElements:r}=la(),o=mo(e,{actInsideInputWithModifier:!1}),i=mo(t,{target:Xw});S.useEffect(()=>{if(o){const{edges:a,nodes:l}=n.getState();r({nodes:l.filter(iT),edges:a.filter(iT)}),n.setState({nodesSelectionActive:!1})}},[o]),S.useEffect(()=>{n.setState({multiSelectionActive:i})},[i])}function zw(e){const t=xe();S.useEffect(()=>{const n=()=>{var o,i,a,l;if(!e.current||!(((i=(o=e.current).checkVisibility)==null?void 0:i.call(o))??!0))return!1;const r=Cd(e.current);(r.height===0||r.width===0)&&((l=(a=t.getState()).onError)==null||l.call(a,"004",xt.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 ca={position:"absolute",width:"100%",height:"100%",top:0,left:0},Jw=e=>({userSelectionActive:e.userSelectionActive,lib:e.lib,connectionInProgress:e.connection.inProgress});function qw({onPaneContextMenu:e,zoomOnScroll:t=!0,zoomOnPinch:n=!0,panOnScroll:r=!1,panOnScrollSpeed:o=.5,panOnScrollMode:i=Ln.Free,zoomOnDoubleClick:a=!0,panOnDrag:l=!0,defaultViewport:c,translateExtent:d,minZoom:E,maxZoom:u,zoomActivationKeyCode:T,preventScrolling:f=!0,children:A,noWheelClassName:h,noPanClassName:p,onViewportChange:R,isControlledViewport:N,paneClickDistance:I,selectionOnDrag:O}){const C=xe(),m=S.useRef(null),{userSelectionActive:g,lib:L,connectionInProgress:x}=Ae(Jw,ge),D=mo(T),b=S.useRef();zw(m);const w=S.useCallback(B=>{R==null||R({x:B[0],y:B[1],zoom:B[2]}),N||C.setState({transform:B})},[R,N]);return S.useEffect(()=>{if(m.current){b.current=nw({domNode:m.current,minZoom:E,maxZoom:u,translateExtent:d,viewport:c,onDraggingChange:P=>C.setState(v=>v.paneDragging===P?v:{paneDragging:P}),onPanZoomStart:(P,v)=>{const{onViewportChangeStart:M,onMoveStart:y}=C.getState();y==null||y(P,v),M==null||M(v)},onPanZoom:(P,v)=>{const{onViewportChange:M,onMove:y}=C.getState();y==null||y(P,v),M==null||M(v)},onPanZoomEnd:(P,v)=>{const{onViewportChangeEnd:M,onMoveEnd:y}=C.getState();y==null||y(P,v),M==null||M(v)}});const{x:B,y:_,zoom:F}=b.current.getViewport();return C.setState({panZoom:b.current,transform:[B,_,F],domNode:m.current.closest(".react-flow")}),()=>{var P;(P=b.current)==null||P.destroy()}}},[]),S.useEffect(()=>{var B;(B=b.current)==null||B.update({onPaneContextMenu:e,zoomOnScroll:t,zoomOnPinch:n,panOnScroll:r,panOnScrollSpeed:o,panOnScrollMode:i,zoomOnDoubleClick:a,panOnDrag:l,zoomActivationKeyPressed:D,preventScrolling:f,noPanClassName:p,userSelectionActive:g,noWheelClassName:h,lib:L,onTransformChange:w,connectionInProgress:x,selectionOnDrag:O,paneClickDistance:I})},[e,t,n,r,o,i,a,l,D,f,p,g,h,L,w,x,O,I]),s.jsx("div",{className:"react-flow__renderer",ref:m,style:ca,children:A})}const Qw=e=>({userSelectionActive:e.userSelectionActive,userSelectionRect:e.userSelectionRect});function Zw(){const{userSelectionActive:e,userSelectionRect:t}=Ae(Qw,ge);return e&&t?s.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 cl=(e,t)=>n=>{n.target===t.current&&(e==null||e(n))},eU=e=>({userSelectionActive:e.userSelectionActive,elementsSelectable:e.elementsSelectable,connectionInProgress:e.connection.inProgress,dragging:e.paneDragging});function tU({isSelecting:e,selectionKeyPressed:t,selectionMode:n=Io.Full,panOnDrag:r,paneClickDistance:o,selectionOnDrag:i,onSelectionStart:a,onSelectionEnd:l,onPaneClick:c,onPaneContextMenu:d,onPaneScroll:E,onPaneMouseEnter:u,onPaneMouseMove:T,onPaneMouseLeave:f,children:A}){const h=xe(),{userSelectionActive:p,elementsSelectable:R,dragging:N,connectionInProgress:I}=Ae(eU,ge),O=R&&(e||p),C=S.useRef(null),m=S.useRef(),g=S.useRef(new Set),L=S.useRef(new Set),x=S.useRef(!1),D=M=>{if(x.current||I){x.current=!1;return}c==null||c(M),h.getState().resetSelectedElements(),h.setState({nodesSelectionActive:!1})},b=M=>{if(Array.isArray(r)&&(r!=null&&r.includes(2))){M.preventDefault();return}d==null||d(M)},w=E?M=>E(M):void 0,B=M=>{x.current&&(M.stopPropagation(),x.current=!1)},_=M=>{var j,J;const{domNode:y}=h.getState();if(m.current=y==null?void 0:y.getBoundingClientRect(),!m.current)return;const U=M.target===C.current;if(!U&&!!M.target.closest(".nokey")||!e||!(i&&U||t)||M.button!==0||!M.isPrimary)return;(J=(j=M.target)==null?void 0:j.setPointerCapture)==null||J.call(j,M.pointerId),x.current=!1;const{x:q,y:K}=Et(M.nativeEvent,m.current);h.setState({userSelectionRect:{width:0,height:0,startX:q,startY:K,x:q,y:K}}),U||(M.stopPropagation(),M.preventDefault())},F=M=>{const{userSelectionRect:y,transform:U,nodeLookup:G,edgeLookup:H,connectionLookup:q,triggerNodeChanges:K,triggerEdgeChanges:j,defaultEdgeOptions:J,resetSelectedElements:Q}=h.getState();if(!m.current||!y)return;const{x:X,y:Z}=Et(M.nativeEvent,m.current),{startX:le,startY:re}=y;if(!x.current){const ce=t?0:o;if(Math.hypot(X-le,Z-re)<=ce)return;Q(),a==null||a(M)}x.current=!0;const ie={startX:le,startY:re,x:X<le?X:le,y:Z<re?Z:re,width:Math.abs(X-le),height:Math.abs(Z-re)},W=g.current,ae=L.current;g.current=new Set(md(G,ie,U,n===Io.Partial,!0).map(ce=>ce.id)),L.current=new Set;const Te=(J==null?void 0:J.selectable)??!0;for(const ce of g.current){const ee=q.get(ce);if(ee)for(const{edgeId:he}of ee.values()){const Oe=H.get(he);Oe&&(Oe.selectable??Te)&&L.current.add(he)}}if(!Du(W,g.current)){const ce=sr(G,g.current,!0);K(ce)}if(!Du(ae,L.current)){const ce=sr(H,L.current);j(ce)}h.setState({userSelectionRect:ie,userSelectionActive:!0,nodesSelectionActive:!1})},P=M=>{var y,U;M.button===0&&((U=(y=M.target)==null?void 0:y.releasePointerCapture)==null||U.call(y,M.pointerId),!p&&M.target===C.current&&h.getState().userSelectionRect&&(D==null||D(M)),h.setState({userSelectionActive:!1,userSelectionRect:null}),x.current&&(l==null||l(M),h.setState({nodesSelectionActive:g.current.size>0})))},v=r===!0||Array.isArray(r)&&r.includes(0);return s.jsxs("div",{className:De(["react-flow__pane",{draggable:v,dragging:N,selection:e}]),onClick:O?void 0:cl(D,C),onContextMenu:cl(b,C),onWheel:cl(w,C),onPointerEnter:O?void 0:u,onPointerMove:O?F:T,onPointerUp:O?P:void 0,onPointerDownCapture:O?_:void 0,onClickCapture:O?B:void 0,onPointerLeave:f,ref:C,style:ca,children:[A,s.jsx(Zw,{})]})}function gc({id:e,store:t,unselect:n=!1,nodeRef:r}){const{addSelectedNodes:o,unselectNodesAndEdges:i,multiSelectionActive:a,nodeLookup:l,onError:c}=t.getState(),d=l.get(e);if(!d){c==null||c("012",xt.error012(e));return}t.setState({nodesSelectionActive:!1}),d.selected?(n||d.selected&&a)&&(i({nodes:[d],edges:[]}),requestAnimationFrame(()=>{var E;return(E=r==null?void 0:r.current)==null?void 0:E.blur()})):o([e])}function $A({nodeRef:e,disabled:t=!1,noDragClassName:n,handleSelector:r,nodeId:o,isSelectable:i,nodeClickDistance:a}){const l=xe(),[c,d]=S.useState(!1),E=S.useRef();return S.useEffect(()=>{E.current=jv({getStoreItems:()=>l.getState(),onNodeMouseDown:u=>{gc({id:u,store:l,nodeRef:e})},onDragStart:()=>{d(!0)},onDragStop:()=>{d(!1)}})},[]),S.useEffect(()=>{if(!(t||!e.current||!E.current))return E.current.update({noDragClassName:n,handleSelector:r,domNode:e.current,isSelectable:i,nodeId:o,nodeClickDistance:a}),()=>{var u;(u=E.current)==null||u.destroy()}},[n,r,t,i,e,o,a]),c}const nU=e=>t=>t.selected&&(t.draggable||e&&typeof t.draggable>"u");function XA(){const e=xe();return S.useCallback(n=>{const{nodeExtent:r,snapToGrid:o,snapGrid:i,nodesDraggable:a,onError:l,updateNodePositions:c,nodeLookup:d,nodeOrigin:E}=e.getState(),u=new Map,T=nU(a),f=o?i[0]:5,A=o?i[1]:5,h=n.direction.x*f*n.factor,p=n.direction.y*A*n.factor;for(const[,R]of d){if(!T(R))continue;let N={x:R.internals.positionAbsolute.x+h,y:R.internals.positionAbsolute.y+p};o&&(N=Fo(N,i));const{position:I,positionAbsolute:O}=uA({nodeId:R.id,nextPosition:N,nodeLookup:d,nodeExtent:r,nodeOrigin:E,onError:l});R.position=I,R.internals.positionAbsolute=O,u.set(R.id,R)}c(u)},[])}const Dd=S.createContext(null),rU=Dd.Provider;Dd.Consumer;const KA=()=>S.useContext(Dd),oU=e=>({connectOnClick:e.connectOnClick,noPanClassName:e.noPanClassName,rfId:e.rfId}),sU=(e,t,n)=>r=>{const{connectionClickStartHandle:o,connectionMode:i,connection:a}=r,{fromHandle:l,toHandle:c,isValid:d}=a,E=(c==null?void 0:c.nodeId)===e&&(c==null?void 0:c.id)===t&&(c==null?void 0:c.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:E,clickConnecting:(o==null?void 0:o.nodeId)===e&&(o==null?void 0:o.id)===t&&(o==null?void 0:o.type)===n,isPossibleEndHandle:i===hr.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:E&&d}};function iU({type:e="source",position:t=oe.Top,isValidConnection:n,isConnectable:r=!0,isConnectableStart:o=!0,isConnectableEnd:i=!0,id:a,onConnect:l,children:c,className:d,onMouseDown:E,onTouchStart:u,...T},f){var F,P;const A=a||null,h=e==="target",p=xe(),R=KA(),{connectOnClick:N,noPanClassName:I,rfId:O}=Ae(oU,ge),{connectingFrom:C,connectingTo:m,clickConnecting:g,isPossibleEndHandle:L,connectionInProcess:x,clickConnectionInProcess:D,valid:b}=Ae(sU(R,A,e),ge);R||(P=(F=p.getState()).onError)==null||P.call(F,"010",xt.error010());const w=v=>{const{defaultEdgeOptions:M,onConnect:y,hasDefaultEdges:U}=p.getState(),G={...M,...v};if(U){const{edges:H,setEdges:q}=p.getState();q(xv(G,H))}y==null||y(G),l==null||l(G)},B=v=>{if(!R)return;const M=IA(v.nativeEvent);if(o&&(M&&v.button===0||!M)){const y=p.getState();mc.onPointerDown(v.nativeEvent,{handleDomNode:v.currentTarget,autoPanOnConnect:y.autoPanOnConnect,connectionMode:y.connectionMode,connectionRadius:y.connectionRadius,domNode:y.domNode,nodeLookup:y.nodeLookup,lib:y.lib,isTarget:h,handleId:A,nodeId:R,flowId:y.rfId,panBy:y.panBy,cancelConnection:y.cancelConnection,onConnectStart:y.onConnectStart,onConnectEnd:(...U)=>{var G,H;return(H=(G=p.getState()).onConnectEnd)==null?void 0:H.call(G,...U)},updateConnection:y.updateConnection,onConnect:w,isValidConnection:n||((...U)=>{var G,H;return((H=(G=p.getState()).isValidConnection)==null?void 0:H.call(G,...U))??!0}),getTransform:()=>p.getState().transform,getFromHandle:()=>p.getState().connection.fromHandle,autoPanSpeed:y.autoPanSpeed,dragThreshold:y.connectionDragThreshold})}M?E==null||E(v):u==null||u(v)},_=v=>{const{onClickConnectStart:M,onClickConnectEnd:y,connectionClickStartHandle:U,connectionMode:G,isValidConnection:H,lib:q,rfId:K,nodeLookup:j,connection:J}=p.getState();if(!R||!U&&!o)return;if(!U){M==null||M(v.nativeEvent,{nodeId:R,handleId:A,handleType:e}),p.setState({connectionClickStartHandle:{nodeId:R,type:e,id:A}});return}const Q=AA(v.target),X=n||H,{connection:Z,isValid:le}=mc.isValid(v.nativeEvent,{handle:{nodeId:R,id:A,type:e},connectionMode:G,fromNodeId:U.nodeId,fromHandleId:U.id||null,fromType:U.type,isValidConnection:X,flowId:K,doc:Q,lib:q,nodeLookup:j});le&&Z&&w(Z);const re=structuredClone(J);delete re.inProgress,re.toPosition=re.toHandle?re.toHandle.position:null,y==null||y(v,re),p.setState({connectionClickStartHandle:null})};return s.jsx("div",{"data-handleid":A,"data-nodeid":R,"data-handlepos":t,"data-id":`${O}-${R}-${A}-${e}`,className:De(["react-flow__handle",`react-flow__handle-${t}`,"nodrag",I,d,{source:!h,target:h,connectable:r,connectablestart:o,connectableend:i,clickconnecting:g,connectingfrom:C,connectingto:m,valid:b,connectionindicator:r&&(!x||L)&&(x||D?i:o)}]),onMouseDown:B,onTouchStart:B,onClick:N?_:void 0,ref:f,...T,children:c})}const En=S.memo(WA(iU));function aU({data:e,isConnectable:t,sourcePosition:n=oe.Bottom}){return s.jsxs(s.Fragment,{children:[e==null?void 0:e.label,s.jsx(En,{type:"source",position:n,isConnectable:t})]})}function lU({data:e,isConnectable:t,targetPosition:n=oe.Top,sourcePosition:r=oe.Bottom}){return s.jsxs(s.Fragment,{children:[s.jsx(En,{type:"target",position:n,isConnectable:t}),e==null?void 0:e.label,s.jsx(En,{type:"source",position:r,isConnectable:t})]})}function cU(){return null}function dU({data:e,isConnectable:t,targetPosition:n=oe.Top}){return s.jsxs(s.Fragment,{children:[s.jsx(En,{type:"target",position:n,isConnectable:t}),e==null?void 0:e.label]})}const Ii={ArrowUp:{x:0,y:-1},ArrowDown:{x:0,y:1},ArrowLeft:{x:-1,y:0},ArrowRight:{x:1,y:0}},aT={input:aU,default:lU,output:dU,group:cU};function EU(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 uU=e=>{const{width:t,height:n,x:r,y:o}=Bo(e.nodeLookup,{filter:i=>!!i.selected});return{width:dt(t)?t:null,height:dt(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 TU({onSelectionContextMenu:e,noPanClassName:t,disableKeyboardA11y:n}){const r=xe(),{width:o,height:i,transformString:a,userSelectionActive:l}=Ae(uU,ge),c=XA(),d=S.useRef(null);S.useEffect(()=>{var f;n||(f=d.current)==null||f.focus({preventScroll:!0})},[n]);const E=!l&&o!==null&&i!==null;if($A({nodeRef:d,disabled:!E}),!E)return null;const u=e?f=>{const A=r.getState().nodes.filter(h=>h.selected);e(f,A)}:void 0,T=f=>{Object.prototype.hasOwnProperty.call(Ii,f.key)&&(f.preventDefault(),c({direction:Ii[f.key],factor:f.shiftKey?4:1}))};return s.jsx("div",{className:De(["react-flow__nodesselection","react-flow__container",t]),style:{transform:a},children:s.jsx("div",{ref:d,className:"react-flow__nodesselection-rect",onContextMenu:u,tabIndex:n?void 0:-1,onKeyDown:n?void 0:T,style:{width:o,height:i}})})}const lT=typeof window<"u"?window:void 0,fU=e=>({nodesSelectionActive:e.nodesSelectionActive,userSelectionActive:e.userSelectionActive});function zA({children:e,onPaneClick:t,onPaneMouseEnter:n,onPaneMouseMove:r,onPaneMouseLeave:o,onPaneContextMenu:i,onPaneScroll:a,paneClickDistance:l,deleteKeyCode:c,selectionKeyCode:d,selectionOnDrag:E,selectionMode:u,onSelectionStart:T,onSelectionEnd:f,multiSelectionKeyCode:A,panActivationKeyCode:h,zoomActivationKeyCode:p,elementsSelectable:R,zoomOnScroll:N,zoomOnPinch:I,panOnScroll:O,panOnScrollSpeed:C,panOnScrollMode:m,zoomOnDoubleClick:g,panOnDrag:L,defaultViewport:x,translateExtent:D,minZoom:b,maxZoom:w,preventScrolling:B,onSelectionContextMenu:_,noWheelClassName:F,noPanClassName:P,disableKeyboardA11y:v,onViewportChange:M,isControlledViewport:y}){const{nodesSelectionActive:U,userSelectionActive:G}=Ae(fU,ge),H=mo(d,{target:lT}),q=mo(h,{target:lT}),K=q||L,j=q||O,J=E&&K!==!0,Q=H||G||J;return Kw({deleteKeyCode:c,multiSelectionKeyCode:A}),s.jsx(qw,{onPaneContextMenu:i,elementsSelectable:R,zoomOnScroll:N,zoomOnPinch:I,panOnScroll:j,panOnScrollSpeed:C,panOnScrollMode:m,zoomOnDoubleClick:g,panOnDrag:!H&&K,defaultViewport:x,translateExtent:D,minZoom:b,maxZoom:w,zoomActivationKeyCode:p,preventScrolling:B,noWheelClassName:F,noPanClassName:P,onViewportChange:M,isControlledViewport:y,paneClickDistance:l,selectionOnDrag:J,children:s.jsxs(tU,{onSelectionStart:T,onSelectionEnd:f,onPaneClick:t,onPaneMouseEnter:n,onPaneMouseMove:r,onPaneMouseLeave:o,onPaneContextMenu:i,onPaneScroll:a,panOnDrag:K,isSelecting:!!Q,selectionMode:u,selectionKeyPressed:H,paneClickDistance:l,selectionOnDrag:J,children:[e,U&&s.jsx(TU,{onSelectionContextMenu:_,noPanClassName:P,disableKeyboardA11y:v})]})})}zA.displayName="FlowRenderer";const SU=S.memo(zA),pU=e=>t=>e?md(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 RU(e){return Ae(S.useCallback(pU(e),[e]),ge)}const AU=e=>e.updateNodeInternals;function hU(){const e=Ae(AU),[t]=S.useState(()=>typeof ResizeObserver>"u"?null:new ResizeObserver(n=>{const r=new Map;n.forEach(o=>{const i=o.target.getAttribute("data-id");r.set(i,{id:i,nodeElement:o.target,force:!0})}),e(r)}));return S.useEffect(()=>()=>{t==null||t.disconnect()},[t]),t}function IU({node:e,nodeType:t,hasDimensions:n,resizeObserver:r}){const o=xe(),i=S.useRef(null),a=S.useRef(null),l=S.useRef(e.sourcePosition),c=S.useRef(e.targetPosition),d=S.useRef(t),E=n&&!!e.internals.handleBounds;return S.useEffect(()=>{i.current&&!e.hidden&&(!E||a.current!==i.current)&&(a.current&&(r==null||r.unobserve(a.current)),r==null||r.observe(i.current),a.current=i.current)},[E,e.hidden]),S.useEffect(()=>()=>{a.current&&(r==null||r.unobserve(a.current),a.current=null)},[]),S.useEffect(()=>{if(i.current){const u=d.current!==t,T=l.current!==e.sourcePosition,f=c.current!==e.targetPosition;(u||T||f)&&(d.current=t,l.current=e.sourcePosition,c.current=e.targetPosition,o.getState().updateNodeInternals(new Map([[e.id,{id:e.id,nodeElement:i.current,force:!0}]])))}},[e.id,t,e.sourcePosition,e.targetPosition]),i}function NU({id:e,onClick:t,onMouseEnter:n,onMouseMove:r,onMouseLeave:o,onContextMenu:i,onDoubleClick:a,nodesDraggable:l,elementsSelectable:c,nodesConnectable:d,nodesFocusable:E,resizeObserver:u,noDragClassName:T,noPanClassName:f,disableKeyboardA11y:A,rfId:h,nodeTypes:p,nodeClickDistance:R,onError:N}){const{node:I,internals:O,isParent:C}=Ae(X=>{const Z=X.nodeLookup.get(e),le=X.parentLookup.has(e);return{node:Z,internals:Z.internals,isParent:le}},ge);let m=I.type||"default",g=(p==null?void 0:p[m])||aT[m];g===void 0&&(N==null||N("003",xt.error003(m)),m="default",g=(p==null?void 0:p.default)||aT.default);const L=!!(I.draggable||l&&typeof I.draggable>"u"),x=!!(I.selectable||c&&typeof I.selectable>"u"),D=!!(I.connectable||d&&typeof I.connectable>"u"),b=!!(I.focusable||E&&typeof I.focusable>"u"),w=xe(),B=pA(I),_=IU({node:I,nodeType:m,hasDimensions:B,resizeObserver:u}),F=$A({nodeRef:_,disabled:I.hidden||!L,noDragClassName:T,handleSelector:I.dragHandle,nodeId:e,isSelectable:x,nodeClickDistance:R}),P=XA();if(I.hidden)return null;const v=jt(I),M=EU(I),y=x||L||t||n||r||o,U=n?X=>n(X,{...O.userNode}):void 0,G=r?X=>r(X,{...O.userNode}):void 0,H=o?X=>o(X,{...O.userNode}):void 0,q=i?X=>i(X,{...O.userNode}):void 0,K=a?X=>a(X,{...O.userNode}):void 0,j=X=>{const{selectNodesOnDrag:Z,nodeDragThreshold:le}=w.getState();x&&(!Z||!L||le>0)&&gc({id:e,store:w,nodeRef:_}),t&&t(X,{...O.userNode})},J=X=>{if(!(hA(X.nativeEvent)||A)){if(aA.includes(X.key)&&x){const Z=X.key==="Escape";gc({id:e,store:w,unselect:Z,nodeRef:_})}else if(L&&I.selected&&Object.prototype.hasOwnProperty.call(Ii,X.key)){X.preventDefault();const{ariaLabelConfig:Z}=w.getState();w.setState({ariaLiveMessage:Z["node.a11yDescription.ariaLiveMessage"]({direction:X.key.replace("Arrow","").toLowerCase(),x:~~O.positionAbsolute.x,y:~~O.positionAbsolute.y})}),P({direction:Ii[X.key],factor:X.shiftKey?4:1})}}},Q=()=>{var ae;if(A||!((ae=_.current)!=null&&ae.matches(":focus-visible")))return;const{transform:X,width:Z,height:le,autoPanOnNodeFocus:re,setCenter:ie}=w.getState();if(!re)return;md(new Map([[e,I]]),{x:0,y:0,width:Z,height:le},X,!0).length>0||ie(I.position.x+v.width/2,I.position.y+v.height/2,{zoom:X[2]})};return s.jsx("div",{className:De(["react-flow__node",`react-flow__node-${m}`,{[f]:L},I.className,{selected:I.selected,selectable:x,parent:C,draggable:L,dragging:F}]),ref:_,style:{zIndex:O.z,transform:`translate(${O.positionAbsolute.x}px,${O.positionAbsolute.y}px)`,pointerEvents:y?"all":"none",visibility:B?"visible":"hidden",...I.style,...M},"data-id":e,"data-testid":`rf__node-${e}`,onMouseEnter:U,onMouseMove:G,onMouseLeave:H,onContextMenu:q,onClick:j,onDoubleClick:K,onKeyDown:b?J:void 0,tabIndex:b?0:void 0,onFocus:b?Q:void 0,role:I.ariaRole??(b?"group":void 0),"aria-roledescription":"node","aria-describedby":A?void 0:`${FA}-${h}`,"aria-label":I.ariaLabel,...I.domAttributes,children:s.jsx(rU,{value:e,children:s.jsx(g,{id:e,data:I.data,type:m,positionAbsoluteX:O.positionAbsolute.x,positionAbsoluteY:O.positionAbsolute.y,selected:I.selected??!1,selectable:x,draggable:L,deletable:I.deletable??!0,isConnectable:D,sourcePosition:I.sourcePosition,targetPosition:I.targetPosition,dragging:F,dragHandle:I.dragHandle,zIndex:O.z,parentId:I.parentId,...v})})})}var OU=S.memo(NU);const mU=e=>({nodesDraggable:e.nodesDraggable,nodesConnectable:e.nodesConnectable,nodesFocusable:e.nodesFocusable,elementsSelectable:e.elementsSelectable,onError:e.onError});function JA(e){const{nodesDraggable:t,nodesConnectable:n,nodesFocusable:r,elementsSelectable:o,onError:i}=Ae(mU,ge),a=RU(e.onlyRenderVisibleElements),l=hU();return s.jsx("div",{className:"react-flow__nodes",style:ca,children:a.map(c=>s.jsx(OU,{id:c,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:i},c))})}JA.displayName="NodeRenderer";const gU=S.memo(JA);function CU(e){return Ae(S.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 i=n.nodeLookup.get(o.source),a=n.nodeLookup.get(o.target);i&&a&&mv({sourceNode:i,targetNode:a,width:n.width,height:n.height,transform:n.transform})&&r.push(o.id)}return r},[e]),ge)}const xU=({color:e="none",strokeWidth:t=1})=>{const n={strokeWidth:t,...e&&{stroke:e}};return s.jsx("polyline",{className:"arrow",style:n,strokeLinecap:"round",fill:"none",strokeLinejoin:"round",points:"-5,-4 0,0 -5,4"})},yU=({color:e="none",strokeWidth:t=1})=>{const n={strokeWidth:t,...e&&{stroke:e,fill:e}};return s.jsx("polyline",{className:"arrowclosed",style:n,strokeLinecap:"round",strokeLinejoin:"round",points:"-5,-4 0,0 -5,4 -5,-4"})},cT={[Ir.Arrow]:xU,[Ir.ArrowClosed]:yU};function LU(e){const t=xe();return S.useMemo(()=>{var o,i;return Object.prototype.hasOwnProperty.call(cT,e)?cT[e]:((i=(o=t.getState()).onError)==null||i.call(o,"009",xt.error009(e)),null)},[e])}const _U=({id:e,type:t,color:n,width:r=12.5,height:o=12.5,markerUnits:i="strokeWidth",strokeWidth:a,orient:l="auto-start-reverse"})=>{const c=LU(t);return c?s.jsx("marker",{className:"react-flow__arrowhead",id:e,markerWidth:`${r}`,markerHeight:`${o}`,viewBox:"-10 -10 20 20",markerUnits:i,orient:l,refX:"0",refY:"0",children:s.jsx(c,{color:n,strokeWidth:a})}):null},qA=({defaultColor:e,rfId:t})=>{const n=Ae(i=>i.edges),r=Ae(i=>i.defaultEdgeOptions),o=S.useMemo(()=>Dv(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?s.jsx("svg",{className:"react-flow__marker","aria-hidden":"true",children:s.jsx("defs",{children:o.map(i=>s.jsx(_U,{id:i.id,type:i.type,color:i.color,width:i.width,height:i.height,markerUnits:i.markerUnits,strokeWidth:i.strokeWidth,orient:i.orient},i.id))})}):null};qA.displayName="MarkerDefinitions";var bU=S.memo(qA);function QA({x:e,y:t,label:n,labelStyle:r,labelShowBg:o=!0,labelBgStyle:i,labelBgPadding:a=[2,4],labelBgBorderRadius:l=2,children:c,className:d,...E}){const[u,T]=S.useState({x:1,y:0,width:0,height:0}),f=De(["react-flow__edge-textwrapper",d]),A=S.useRef(null);return S.useEffect(()=>{if(A.current){const h=A.current.getBBox();T({x:h.x,y:h.y,width:h.width,height:h.height})}},[n]),n?s.jsxs("g",{transform:`translate(${e-u.width/2} ${t-u.height/2})`,className:f,visibility:u.width?"visible":"hidden",...E,children:[o&&s.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:i,rx:l,ry:l}),s.jsx("text",{className:"react-flow__edge-text",y:u.height/2,dy:"0.3em",ref:A,style:r,children:n}),c]}):null}QA.displayName="EdgeText";const DU=S.memo(QA);function da({path:e,labelX:t,labelY:n,label:r,labelStyle:o,labelShowBg:i,labelBgStyle:a,labelBgPadding:l,labelBgBorderRadius:c,interactionWidth:d=20,...E}){return s.jsxs(s.Fragment,{children:[s.jsx("path",{...E,d:e,fill:"none",className:De(["react-flow__edge-path",E.className])}),d?s.jsx("path",{d:e,fill:"none",strokeOpacity:0,strokeWidth:d,className:"react-flow__edge-interaction"}):null,r&&dt(t)&&dt(n)?s.jsx(DU,{x:t,y:n,label:r,labelStyle:o,labelShowBg:i,labelBgStyle:a,labelBgPadding:l,labelBgBorderRadius:c}):null]})}function dT({pos:e,x1:t,y1:n,x2:r,y2:o}){return e===oe.Left||e===oe.Right?[.5*(t+r),n]:[t,.5*(n+o)]}function ZA({sourceX:e,sourceY:t,sourcePosition:n=oe.Bottom,targetX:r,targetY:o,targetPosition:i=oe.Top}){const[a,l]=dT({pos:n,x1:e,y1:t,x2:r,y2:o}),[c,d]=dT({pos:i,x1:r,y1:o,x2:e,y2:t}),[E,u,T,f]=NA({sourceX:e,sourceY:t,targetX:r,targetY:o,sourceControlX:a,sourceControlY:l,targetControlX:c,targetControlY:d});return[`M${e},${t} C${a},${l} ${c},${d} ${r},${o}`,E,u,T,f]}function eh(e){return S.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:i,sourcePosition:a,targetPosition:l,label:c,labelStyle:d,labelShowBg:E,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:f,style:A,markerEnd:h,markerStart:p,interactionWidth:R})=>{const[N,I,O]=ZA({sourceX:n,sourceY:r,sourcePosition:a,targetX:o,targetY:i,targetPosition:l}),C=e.isInternal?void 0:t;return s.jsx(da,{id:C,path:N,labelX:I,labelY:O,label:c,labelStyle:d,labelShowBg:E,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:f,style:A,markerEnd:h,markerStart:p,interactionWidth:R})})}const MU=eh({isInternal:!1}),th=eh({isInternal:!0});MU.displayName="SimpleBezierEdge";th.displayName="SimpleBezierEdgeInternal";function nh(e){return S.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:i,label:a,labelStyle:l,labelShowBg:c,labelBgStyle:d,labelBgPadding:E,labelBgBorderRadius:u,style:T,sourcePosition:f=oe.Bottom,targetPosition:A=oe.Top,markerEnd:h,markerStart:p,pathOptions:R,interactionWidth:N})=>{const[I,O,C]=Ic({sourceX:n,sourceY:r,sourcePosition:f,targetX:o,targetY:i,targetPosition:A,borderRadius:R==null?void 0:R.borderRadius,offset:R==null?void 0:R.offset,stepPosition:R==null?void 0:R.stepPosition}),m=e.isInternal?void 0:t;return s.jsx(da,{id:m,path:I,labelX:O,labelY:C,label:a,labelStyle:l,labelShowBg:c,labelBgStyle:d,labelBgPadding:E,labelBgBorderRadius:u,style:T,markerEnd:h,markerStart:p,interactionWidth:N})})}const rh=nh({isInternal:!1}),oh=nh({isInternal:!0});rh.displayName="SmoothStepEdge";oh.displayName="SmoothStepEdgeInternal";function sh(e){return S.memo(({id:t,...n})=>{var o;const r=e.isInternal?void 0:t;return s.jsx(rh,{...n,id:r,pathOptions:S.useMemo(()=>{var i;return{borderRadius:0,offset:(i=n.pathOptions)==null?void 0:i.offset}},[(o=n.pathOptions)==null?void 0:o.offset])})})}const PU=sh({isInternal:!1}),ih=sh({isInternal:!0});PU.displayName="StepEdge";ih.displayName="StepEdgeInternal";function ah(e){return S.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:i,label:a,labelStyle:l,labelShowBg:c,labelBgStyle:d,labelBgPadding:E,labelBgBorderRadius:u,style:T,markerEnd:f,markerStart:A,interactionWidth:h})=>{const[p,R,N]=gA({sourceX:n,sourceY:r,targetX:o,targetY:i}),I=e.isInternal?void 0:t;return s.jsx(da,{id:I,path:p,labelX:R,labelY:N,label:a,labelStyle:l,labelShowBg:c,labelBgStyle:d,labelBgPadding:E,labelBgBorderRadius:u,style:T,markerEnd:f,markerStart:A,interactionWidth:h})})}const vU=ah({isInternal:!1}),lh=ah({isInternal:!0});vU.displayName="StraightEdge";lh.displayName="StraightEdgeInternal";function ch(e){return S.memo(({id:t,sourceX:n,sourceY:r,targetX:o,targetY:i,sourcePosition:a=oe.Bottom,targetPosition:l=oe.Top,label:c,labelStyle:d,labelShowBg:E,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:f,style:A,markerEnd:h,markerStart:p,pathOptions:R,interactionWidth:N})=>{const[I,O,C]=OA({sourceX:n,sourceY:r,sourcePosition:a,targetX:o,targetY:i,targetPosition:l,curvature:R==null?void 0:R.curvature}),m=e.isInternal?void 0:t;return s.jsx(da,{id:m,path:I,labelX:O,labelY:C,label:c,labelStyle:d,labelShowBg:E,labelBgStyle:u,labelBgPadding:T,labelBgBorderRadius:f,style:A,markerEnd:h,markerStart:p,interactionWidth:N})})}const wU=ch({isInternal:!1}),dh=ch({isInternal:!0});wU.displayName="BezierEdge";dh.displayName="BezierEdgeInternal";const ET={default:dh,straight:lh,step:ih,smoothstep:oh,simplebezier:th},uT={sourceX:null,sourceY:null,targetX:null,targetY:null,sourcePosition:null,targetPosition:null},UU=(e,t,n)=>n===oe.Left?e-t:n===oe.Right?e+t:e,BU=(e,t,n)=>n===oe.Top?e-t:n===oe.Bottom?e+t:e,TT="react-flow__edgeupdater";function fT({position:e,centerX:t,centerY:n,radius:r=10,onMouseDown:o,onMouseEnter:i,onMouseOut:a,type:l}){return s.jsx("circle",{onMouseDown:o,onMouseEnter:i,onMouseOut:a,className:De([TT,`${TT}-${l}`]),cx:UU(t,r,e),cy:BU(n,r,e),r,stroke:"transparent",fill:"transparent"})}function FU({isReconnectable:e,reconnectRadius:t,edge:n,sourceX:r,sourceY:o,targetX:i,targetY:a,sourcePosition:l,targetPosition:c,onReconnect:d,onReconnectStart:E,onReconnectEnd:u,setReconnecting:T,setUpdateHover:f}){const A=xe(),h=(O,C)=>{if(O.button!==0)return;const{autoPanOnConnect:m,domNode:g,connectionMode:L,connectionRadius:x,lib:D,onConnectStart:b,cancelConnection:w,nodeLookup:B,rfId:_,panBy:F,updateConnection:P}=A.getState(),v=C.type==="target",M=(G,H)=>{T(!1),u==null||u(G,n,C.type,H)},y=G=>d==null?void 0:d(n,G),U=(G,H)=>{T(!0),E==null||E(O,n,C.type),b==null||b(G,H)};mc.onPointerDown(O.nativeEvent,{autoPanOnConnect:m,connectionMode:L,connectionRadius:x,domNode:g,handleId:C.id,nodeId:C.nodeId,nodeLookup:B,isTarget:v,edgeUpdaterType:C.type,lib:D,flowId:_,cancelConnection:w,panBy:F,isValidConnection:(...G)=>{var H,q;return((q=(H=A.getState()).isValidConnection)==null?void 0:q.call(H,...G))??!0},onConnect:y,onConnectStart:U,onConnectEnd:(...G)=>{var H,q;return(q=(H=A.getState()).onConnectEnd)==null?void 0:q.call(H,...G)},onReconnectEnd:M,updateConnection:P,getTransform:()=>A.getState().transform,getFromHandle:()=>A.getState().connection.fromHandle,dragThreshold:A.getState().connectionDragThreshold,handleDomNode:O.currentTarget})},p=O=>h(O,{nodeId:n.target,id:n.targetHandle??null,type:"target"}),R=O=>h(O,{nodeId:n.source,id:n.sourceHandle??null,type:"source"}),N=()=>f(!0),I=()=>f(!1);return s.jsxs(s.Fragment,{children:[(e===!0||e==="source")&&s.jsx(fT,{position:l,centerX:r,centerY:o,radius:t,onMouseDown:p,onMouseEnter:N,onMouseOut:I,type:"source"}),(e===!0||e==="target")&&s.jsx(fT,{position:c,centerX:i,centerY:a,radius:t,onMouseDown:R,onMouseEnter:N,onMouseOut:I,type:"target"})]})}function GU({id:e,edgesFocusable:t,edgesReconnectable:n,elementsSelectable:r,onClick:o,onDoubleClick:i,onContextMenu:a,onMouseEnter:l,onMouseMove:c,onMouseLeave:d,reconnectRadius:E,onReconnect:u,onReconnectStart:T,onReconnectEnd:f,rfId:A,edgeTypes:h,noPanClassName:p,onError:R,disableKeyboardA11y:N}){let I=Ae(ie=>ie.edgeLookup.get(e));const O=Ae(ie=>ie.defaultEdgeOptions);I=O?{...O,...I}:I;let C=I.type||"default",m=(h==null?void 0:h[C])||ET[C];m===void 0&&(R==null||R("011",xt.error011(C)),C="default",m=(h==null?void 0:h.default)||ET.default);const g=!!(I.focusable||t&&typeof I.focusable>"u"),L=typeof u<"u"&&(I.reconnectable||n&&typeof I.reconnectable>"u"),x=!!(I.selectable||r&&typeof I.selectable>"u"),D=S.useRef(null),[b,w]=S.useState(!1),[B,_]=S.useState(!1),F=xe(),{zIndex:P,sourceX:v,sourceY:M,targetX:y,targetY:U,sourcePosition:G,targetPosition:H}=Ae(S.useCallback(ie=>{const W=ie.nodeLookup.get(I.source),ae=ie.nodeLookup.get(I.target);if(!W||!ae)return{zIndex:I.zIndex,...uT};const Te=bv({id:e,sourceNode:W,targetNode:ae,sourceHandle:I.sourceHandle||null,targetHandle:I.targetHandle||null,connectionMode:ie.connectionMode,onError:R});return{zIndex:Ov({selected:I.selected,zIndex:I.zIndex,sourceNode:W,targetNode:ae,elevateOnSelect:ie.elevateEdgesOnSelect,zIndexMode:ie.zIndexMode}),...Te||uT}},[I.source,I.target,I.sourceHandle,I.targetHandle,I.selected,I.zIndex]),ge),q=S.useMemo(()=>I.markerStart?`url('#${Nc(I.markerStart,A)}')`:void 0,[I.markerStart,A]),K=S.useMemo(()=>I.markerEnd?`url('#${Nc(I.markerEnd,A)}')`:void 0,[I.markerEnd,A]);if(I.hidden||v===null||M===null||y===null||U===null)return null;const j=ie=>{var ce;const{addSelectedEdges:W,unselectNodesAndEdges:ae,multiSelectionActive:Te}=F.getState();x&&(F.setState({nodesSelectionActive:!1}),I.selected&&Te?(ae({nodes:[],edges:[I]}),(ce=D.current)==null||ce.blur()):W([e])),o&&o(ie,I)},J=i?ie=>{i(ie,{...I})}:void 0,Q=a?ie=>{a(ie,{...I})}:void 0,X=l?ie=>{l(ie,{...I})}:void 0,Z=c?ie=>{c(ie,{...I})}:void 0,le=d?ie=>{d(ie,{...I})}:void 0,re=ie=>{var W;if(!N&&aA.includes(ie.key)&&x){const{unselectNodesAndEdges:ae,addSelectedEdges:Te}=F.getState();ie.key==="Escape"?((W=D.current)==null||W.blur(),ae({edges:[I]})):Te([e])}};return s.jsx("svg",{style:{zIndex:P},children:s.jsxs("g",{className:De(["react-flow__edge",`react-flow__edge-${C}`,I.className,p,{selected:I.selected,animated:I.animated,inactive:!x&&!o,updating:b,selectable:x}]),onClick:j,onDoubleClick:J,onContextMenu:Q,onMouseEnter:X,onMouseMove:Z,onMouseLeave:le,onKeyDown:g?re:void 0,tabIndex:g?0:void 0,role:I.ariaRole??(g?"group":"img"),"aria-roledescription":"edge","data-id":e,"data-testid":`rf__edge-${e}`,"aria-label":I.ariaLabel===null?void 0:I.ariaLabel||`Edge from ${I.source} to ${I.target}`,"aria-describedby":g?`${GA}-${A}`:void 0,ref:D,...I.domAttributes,children:[!B&&s.jsx(m,{id:e,source:I.source,target:I.target,type:I.type,selected:I.selected,animated:I.animated,selectable:x,deletable:I.deletable??!0,label:I.label,labelStyle:I.labelStyle,labelShowBg:I.labelShowBg,labelBgStyle:I.labelBgStyle,labelBgPadding:I.labelBgPadding,labelBgBorderRadius:I.labelBgBorderRadius,sourceX:v,sourceY:M,targetX:y,targetY:U,sourcePosition:G,targetPosition:H,data:I.data,style:I.style,sourceHandleId:I.sourceHandle,targetHandleId:I.targetHandle,markerStart:q,markerEnd:K,pathOptions:"pathOptions"in I?I.pathOptions:void 0,interactionWidth:I.interactionWidth}),L&&s.jsx(FU,{edge:I,isReconnectable:L,reconnectRadius:E,onReconnect:u,onReconnectStart:T,onReconnectEnd:f,sourceX:v,sourceY:M,targetX:y,targetY:U,sourcePosition:G,targetPosition:H,setUpdateHover:w,setReconnecting:_})]})})}var kU=S.memo(GU);const HU=e=>({edgesFocusable:e.edgesFocusable,edgesReconnectable:e.edgesReconnectable,elementsSelectable:e.elementsSelectable,connectionMode:e.connectionMode,onError:e.onError});function Eh({defaultMarkerColor:e,onlyRenderVisibleElements:t,rfId:n,edgeTypes:r,noPanClassName:o,onReconnect:i,onEdgeContextMenu:a,onEdgeMouseEnter:l,onEdgeMouseMove:c,onEdgeMouseLeave:d,onEdgeClick:E,reconnectRadius:u,onEdgeDoubleClick:T,onReconnectStart:f,onReconnectEnd:A,disableKeyboardA11y:h}){const{edgesFocusable:p,edgesReconnectable:R,elementsSelectable:N,onError:I}=Ae(HU,ge),O=CU(t);return s.jsxs("div",{className:"react-flow__edges",children:[s.jsx(bU,{defaultColor:e,rfId:n}),O.map(C=>s.jsx(kU,{id:C,edgesFocusable:p,edgesReconnectable:R,elementsSelectable:N,noPanClassName:o,onReconnect:i,onContextMenu:a,onMouseEnter:l,onMouseMove:c,onMouseLeave:d,onClick:E,reconnectRadius:u,onDoubleClick:T,onReconnectStart:f,onReconnectEnd:A,rfId:n,onError:I,edgeTypes:r,disableKeyboardA11y:h},C))]})}Eh.displayName="EdgeRenderer";const jU=S.memo(Eh),YU=e=>`translate(${e.transform[0]}px,${e.transform[1]}px) scale(${e.transform[2]})`;function WU({children:e}){const t=Ae(YU);return s.jsx("div",{className:"react-flow__viewport xyflow__viewport react-flow__container",style:{transform:t},children:e})}function VU(e){const t=la(),n=S.useRef(!1);S.useEffect(()=>{!n.current&&t.viewportInitialized&&e&&(setTimeout(()=>e(t),1),n.current=!0)},[e,t.viewportInitialized])}const $U=e=>{var t;return(t=e.panZoom)==null?void 0:t.syncViewport};function XU(e){const t=Ae($U),n=xe();return S.useEffect(()=>{e&&(t==null||t(e),n.setState({transform:[e.x,e.y,e.zoom]}))},[e,t]),null}function KU(e){return e.connection.inProgress?{...e.connection,to:Go(e.connection.to,e.transform)}:{...e.connection}}function zU(e){return KU}function JU(e){const t=zU();return Ae(t,ge)}const qU=e=>({nodesConnectable:e.nodesConnectable,isValid:e.connection.isValid,inProgress:e.connection.inProgress,width:e.width,height:e.height});function QU({containerStyle:e,style:t,type:n,component:r}){const{nodesConnectable:o,width:i,height:a,isValid:l,inProgress:c}=Ae(qU,ge);return!(i&&o&&c)?null:s.jsx("svg",{style:e,width:i,height:a,className:"react-flow__connectionline react-flow__container",children:s.jsx("g",{className:De(["react-flow__connection",dA(l)]),children:s.jsx(uh,{style:t,type:n,CustomComponent:r,isValid:l})})})}const uh=({style:e,type:t=tn.Bezier,CustomComponent:n,isValid:r})=>{const{inProgress:o,from:i,fromNode:a,fromHandle:l,fromPosition:c,to:d,toNode:E,toHandle:u,toPosition:T,pointer:f}=JU();if(!o)return;if(n)return s.jsx(n,{connectionLineType:t,connectionLineStyle:e,fromNode:a,fromHandle:l,fromX:i.x,fromY:i.y,toX:d.x,toY:d.y,fromPosition:c,toPosition:T,connectionStatus:dA(r),toNode:E,toHandle:u,pointer:f});let A="";const h={sourceX:i.x,sourceY:i.y,sourcePosition:c,targetX:d.x,targetY:d.y,targetPosition:T};switch(t){case tn.Bezier:[A]=OA(h);break;case tn.SimpleBezier:[A]=ZA(h);break;case tn.Step:[A]=Ic({...h,borderRadius:0});break;case tn.SmoothStep:[A]=Ic(h);break;default:[A]=gA(h)}return s.jsx("path",{d:A,fill:"none",className:"react-flow__connection-path",style:e})};uh.displayName="ConnectionLine";const ZU={};function ST(e=ZU){S.useRef(e),xe(),S.useEffect(()=>{},[e])}function eB(){xe(),S.useRef(!1),S.useEffect(()=>{},[])}function Th({nodeTypes:e,edgeTypes:t,onInit:n,onNodeClick:r,onEdgeClick:o,onNodeDoubleClick:i,onEdgeDoubleClick:a,onNodeMouseEnter:l,onNodeMouseMove:c,onNodeMouseLeave:d,onNodeContextMenu:E,onSelectionContextMenu:u,onSelectionStart:T,onSelectionEnd:f,connectionLineType:A,connectionLineStyle:h,connectionLineComponent:p,connectionLineContainerStyle:R,selectionKeyCode:N,selectionOnDrag:I,selectionMode:O,multiSelectionKeyCode:C,panActivationKeyCode:m,zoomActivationKeyCode:g,deleteKeyCode:L,onlyRenderVisibleElements:x,elementsSelectable:D,defaultViewport:b,translateExtent:w,minZoom:B,maxZoom:_,preventScrolling:F,defaultMarkerColor:P,zoomOnScroll:v,zoomOnPinch:M,panOnScroll:y,panOnScrollSpeed:U,panOnScrollMode:G,zoomOnDoubleClick:H,panOnDrag:q,onPaneClick:K,onPaneMouseEnter:j,onPaneMouseMove:J,onPaneMouseLeave:Q,onPaneScroll:X,onPaneContextMenu:Z,paneClickDistance:le,nodeClickDistance:re,onEdgeContextMenu:ie,onEdgeMouseEnter:W,onEdgeMouseMove:ae,onEdgeMouseLeave:Te,reconnectRadius:ce,onReconnect:ee,onReconnectStart:he,onReconnectEnd:Oe,noDragClassName:He,noWheelClassName:Rn,noPanClassName:Yt,disableKeyboardA11y:jn,nodeExtent:Ho,rfId:Wt,viewport:_t,onViewportChange:Vt}){return ST(e),ST(t),eB(),VU(n),XU(_t),s.jsx(SU,{onPaneClick:K,onPaneMouseEnter:j,onPaneMouseMove:J,onPaneMouseLeave:Q,onPaneContextMenu:Z,onPaneScroll:X,paneClickDistance:le,deleteKeyCode:L,selectionKeyCode:N,selectionOnDrag:I,selectionMode:O,onSelectionStart:T,onSelectionEnd:f,multiSelectionKeyCode:C,panActivationKeyCode:m,zoomActivationKeyCode:g,elementsSelectable:D,zoomOnScroll:v,zoomOnPinch:M,zoomOnDoubleClick:H,panOnScroll:y,panOnScrollSpeed:U,panOnScrollMode:G,panOnDrag:q,defaultViewport:b,translateExtent:w,minZoom:B,maxZoom:_,onSelectionContextMenu:u,preventScrolling:F,noDragClassName:He,noWheelClassName:Rn,noPanClassName:Yt,disableKeyboardA11y:jn,onViewportChange:Vt,isControlledViewport:!!_t,children:s.jsxs(WU,{children:[s.jsx(jU,{edgeTypes:t,onEdgeClick:o,onEdgeDoubleClick:a,onReconnect:ee,onReconnectStart:he,onReconnectEnd:Oe,onlyRenderVisibleElements:x,onEdgeContextMenu:ie,onEdgeMouseEnter:W,onEdgeMouseMove:ae,onEdgeMouseLeave:Te,reconnectRadius:ce,defaultMarkerColor:P,noPanClassName:Yt,disableKeyboardA11y:jn,rfId:Wt}),s.jsx(QU,{style:h,type:A,component:p,containerStyle:R}),s.jsx("div",{className:"react-flow__edgelabel-renderer"}),s.jsx(gU,{nodeTypes:e,onNodeClick:r,onNodeDoubleClick:i,onNodeMouseEnter:l,onNodeMouseMove:c,onNodeMouseLeave:d,onNodeContextMenu:E,nodeClickDistance:re,onlyRenderVisibleElements:x,noPanClassName:Yt,noDragClassName:He,disableKeyboardA11y:jn,nodeExtent:Ho,rfId:Wt}),s.jsx("div",{className:"react-flow__viewport-portal"})]})})}Th.displayName="GraphView";const tB=S.memo(Th),pT=({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:i,fitView:a,fitViewOptions:l,minZoom:c=.5,maxZoom:d=2,nodeOrigin:E,nodeExtent:u,zIndexMode:T="basic"}={})=>{const f=new Map,A=new Map,h=new Map,p=new Map,R=r??t??[],N=n??e??[],I=E??[0,0],O=u??ho;yA(h,p,R);const C=Oc(N,f,A,{nodeOrigin:I,nodeExtent:O,zIndexMode:T});let m=[0,0,1];if(a&&o&&i){const g=Bo(f,{filter:b=>!!((b.width||b.initialWidth)&&(b.height||b.initialHeight))}),{x:L,y:x,zoom:D}=gd(g,o,i,c,d,(l==null?void 0:l.padding)??.1);m=[L,x,D]}return{rfId:"1",width:o??0,height:i??0,transform:m,nodes:N,nodesInitialized:C,nodeLookup:f,parentLookup:A,edges:R,edgeLookup:p,connectionLookup:h,onNodesChange:null,onEdgesChange:null,hasDefaultNodes:n!==void 0,hasDefaultEdges:r!==void 0,panZoom:null,minZoom:c,maxZoom:d,translateExtent:ho,nodeExtent:O,nodesSelectionActive:!1,userSelectionActive:!1,userSelectionRect:null,connectionMode:hr.Strict,domNode:null,paneDragging:!1,noPanClassName:"nopan",nodeOrigin:I,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:{...cA},connectionClickStartHandle:null,connectOnClick:!0,ariaLiveMessage:"",autoPanOnConnect:!0,autoPanOnNodeDrag:!0,autoPanOnNodeFocus:!0,autoPanSpeed:15,connectionRadius:20,onError:pv,isValidConnection:void 0,onSelectionChangeHandlers:[],lib:"react",debug:!1,ariaLabelConfig:lA,zIndexMode:T,onNodesChangeMiddlewareMap:new Map,onEdgesChangeMiddlewareMap:new Map}},nB=({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:i,fitView:a,fitViewOptions:l,minZoom:c,maxZoom:d,nodeOrigin:E,nodeExtent:u,zIndexMode:T})=>Iw((f,A)=>{async function h(){const{nodeLookup:p,panZoom:R,fitViewOptions:N,fitViewResolver:I,width:O,height:C,minZoom:m,maxZoom:g}=A();R&&(await fv({nodes:p,width:O,height:C,panZoom:R,minZoom:m,maxZoom:g},N),I==null||I.resolve(!0),f({fitViewResolver:null}))}return{...pT({nodes:e,edges:t,width:o,height:i,fitView:a,fitViewOptions:l,minZoom:c,maxZoom:d,nodeOrigin:E,nodeExtent:u,defaultNodes:n,defaultEdges:r,zIndexMode:T}),setNodes:p=>{const{nodeLookup:R,parentLookup:N,nodeOrigin:I,elevateNodesOnSelect:O,fitViewQueued:C,zIndexMode:m}=A(),g=Oc(p,R,N,{nodeOrigin:I,nodeExtent:u,elevateNodesOnSelect:O,checkEquality:!0,zIndexMode:m});C&&g?(h(),f({nodes:p,nodesInitialized:g,fitViewQueued:!1,fitViewOptions:void 0})):f({nodes:p,nodesInitialized:g})},setEdges:p=>{const{connectionLookup:R,edgeLookup:N}=A();yA(R,N,p),f({edges:p})},setDefaultNodesAndEdges:(p,R)=>{if(p){const{setNodes:N}=A();N(p),f({hasDefaultNodes:!0})}if(R){const{setEdges:N}=A();N(R),f({hasDefaultEdges:!0})}},updateNodeInternals:p=>{const{triggerNodeChanges:R,nodeLookup:N,parentLookup:I,domNode:O,nodeOrigin:C,nodeExtent:m,debug:g,fitViewQueued:L,zIndexMode:x}=A(),{changes:D,updatedInternals:b}=Fv(p,N,I,O,C,m,x);b&&(vv(N,I,{nodeOrigin:C,nodeExtent:m,zIndexMode:x}),L?(h(),f({fitViewQueued:!1,fitViewOptions:void 0})):f({}),(D==null?void 0:D.length)>0&&(g&&console.log("React Flow: trigger node changes",D),R==null||R(D)))},updateNodePositions:(p,R=!1)=>{const N=[];let I=[];const{nodeLookup:O,triggerNodeChanges:C,connection:m,updateConnection:g,onNodesChangeMiddlewareMap:L}=A();for(const[x,D]of p){const b=O.get(x),w=!!(b!=null&&b.expandParent&&(b!=null&&b.parentId)&&(D!=null&&D.position)),B={id:x,type:"position",position:w?{x:Math.max(0,D.position.x),y:Math.max(0,D.position.y)}:D.position,dragging:R};if(b&&m.inProgress&&m.fromNode.id===b.id){const _=wn(b,m.fromHandle,oe.Left,!0);g({...m,from:_})}w&&b.parentId&&N.push({id:x,parentId:b.parentId,rect:{...D.internals.positionAbsolute,width:D.measured.width??0,height:D.measured.height??0}}),I.push(B)}if(N.length>0){const{parentLookup:x,nodeOrigin:D}=A(),b=bd(N,O,x,D);I.push(...b)}for(const x of L.values())I=x(I);C(I)},triggerNodeChanges:p=>{const{onNodesChange:R,setNodes:N,nodes:I,hasDefaultNodes:O,debug:C}=A();if(p!=null&&p.length){if(O){const m=jA(p,I);N(m)}C&&console.log("React Flow: trigger node changes",p),R==null||R(p)}},triggerEdgeChanges:p=>{const{onEdgesChange:R,setEdges:N,edges:I,hasDefaultEdges:O,debug:C}=A();if(p!=null&&p.length){if(O){const m=YA(p,I);N(m)}C&&console.log("React Flow: trigger edge changes",p),R==null||R(p)}},addSelectedNodes:p=>{const{multiSelectionActive:R,edgeLookup:N,nodeLookup:I,triggerNodeChanges:O,triggerEdgeChanges:C}=A();if(R){const m=p.map(g=>gn(g,!0));O(m);return}O(sr(I,new Set([...p]),!0)),C(sr(N))},addSelectedEdges:p=>{const{multiSelectionActive:R,edgeLookup:N,nodeLookup:I,triggerNodeChanges:O,triggerEdgeChanges:C}=A();if(R){const m=p.map(g=>gn(g,!0));C(m);return}C(sr(N,new Set([...p]))),O(sr(I,new Set,!0))},unselectNodesAndEdges:({nodes:p,edges:R}={})=>{const{edges:N,nodes:I,nodeLookup:O,triggerNodeChanges:C,triggerEdgeChanges:m}=A(),g=p||I,L=R||N,x=[];for(const b of g){if(!b.selected)continue;const w=O.get(b.id);w&&(w.selected=!1),x.push(gn(b.id,!1))}const D=[];for(const b of L)b.selected&&D.push(gn(b.id,!1));C(x),m(D)},setMinZoom:p=>{const{panZoom:R,maxZoom:N}=A();R==null||R.setScaleExtent([p,N]),f({minZoom:p})},setMaxZoom:p=>{const{panZoom:R,minZoom:N}=A();R==null||R.setScaleExtent([N,p]),f({maxZoom:p})},setTranslateExtent:p=>{var R;(R=A().panZoom)==null||R.setTranslateExtent(p),f({translateExtent:p})},resetSelectedElements:()=>{const{edges:p,nodes:R,triggerNodeChanges:N,triggerEdgeChanges:I,elementsSelectable:O}=A();if(!O)return;const C=R.reduce((g,L)=>L.selected?[...g,gn(L.id,!1)]:g,[]),m=p.reduce((g,L)=>L.selected?[...g,gn(L.id,!1)]:g,[]);N(C),I(m)},setNodeExtent:p=>{const{nodes:R,nodeLookup:N,parentLookup:I,nodeOrigin:O,elevateNodesOnSelect:C,nodeExtent:m,zIndexMode:g}=A();p[0][0]===m[0][0]&&p[0][1]===m[0][1]&&p[1][0]===m[1][0]&&p[1][1]===m[1][1]||(Oc(R,N,I,{nodeOrigin:O,nodeExtent:p,elevateNodesOnSelect:C,checkEquality:!1,zIndexMode:g}),f({nodeExtent:p}))},panBy:p=>{const{transform:R,width:N,height:I,panZoom:O,translateExtent:C}=A();return Gv({delta:p,panZoom:O,transform:R,translateExtent:C,width:N,height:I})},setCenter:async(p,R,N)=>{const{width:I,height:O,maxZoom:C,panZoom:m}=A();if(!m)return Promise.resolve(!1);const g=typeof(N==null?void 0:N.zoom)<"u"?N.zoom:C;return await m.setViewport({x:I/2-p*g,y:O/2-R*g,zoom:g},{duration:N==null?void 0:N.duration,ease:N==null?void 0:N.ease,interpolate:N==null?void 0:N.interpolate}),Promise.resolve(!0)},cancelConnection:()=>{f({connection:{...cA}})},updateConnection:p=>{f({connection:p})},reset:()=>f({...pT()})}},Object.is);function fh({initialNodes:e,initialEdges:t,defaultNodes:n,defaultEdges:r,initialWidth:o,initialHeight:i,initialMinZoom:a,initialMaxZoom:l,initialFitViewOptions:c,fitView:d,nodeOrigin:E,nodeExtent:u,zIndexMode:T,children:f}){const[A]=S.useState(()=>nB({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,width:o,height:i,fitView:d,minZoom:a,maxZoom:l,fitViewOptions:c,nodeOrigin:E,nodeExtent:u,zIndexMode:T}));return s.jsx(Nw,{value:A,children:s.jsx(Ww,{children:f})})}function rB({children:e,nodes:t,edges:n,defaultNodes:r,defaultEdges:o,width:i,height:a,fitView:l,fitViewOptions:c,minZoom:d,maxZoom:E,nodeOrigin:u,nodeExtent:T,zIndexMode:f}){return S.useContext(aa)?s.jsx(s.Fragment,{children:e}):s.jsx(fh,{initialNodes:t,initialEdges:n,defaultNodes:r,defaultEdges:o,initialWidth:i,initialHeight:a,fitView:l,initialFitViewOptions:c,initialMinZoom:d,initialMaxZoom:E,nodeOrigin:u,nodeExtent:T,zIndexMode:f,children:e})}const oB={width:"100%",height:"100%",overflow:"hidden",position:"relative",zIndex:0};function sB({nodes:e,edges:t,defaultNodes:n,defaultEdges:r,className:o,nodeTypes:i,edgeTypes:a,onNodeClick:l,onEdgeClick:c,onInit:d,onMove:E,onMoveStart:u,onMoveEnd:T,onConnect:f,onConnectStart:A,onConnectEnd:h,onClickConnectStart:p,onClickConnectEnd:R,onNodeMouseEnter:N,onNodeMouseMove:I,onNodeMouseLeave:O,onNodeContextMenu:C,onNodeDoubleClick:m,onNodeDragStart:g,onNodeDrag:L,onNodeDragStop:x,onNodesDelete:D,onEdgesDelete:b,onDelete:w,onSelectionChange:B,onSelectionDragStart:_,onSelectionDrag:F,onSelectionDragStop:P,onSelectionContextMenu:v,onSelectionStart:M,onSelectionEnd:y,onBeforeDelete:U,connectionMode:G,connectionLineType:H=tn.Bezier,connectionLineStyle:q,connectionLineComponent:K,connectionLineContainerStyle:j,deleteKeyCode:J="Backspace",selectionKeyCode:Q="Shift",selectionOnDrag:X=!1,selectionMode:Z=Io.Full,panActivationKeyCode:le="Space",multiSelectionKeyCode:re=Oo()?"Meta":"Control",zoomActivationKeyCode:ie=Oo()?"Meta":"Control",snapToGrid:W,snapGrid:ae,onlyRenderVisibleElements:Te=!1,selectNodesOnDrag:ce,nodesDraggable:ee,autoPanOnNodeFocus:he,nodesConnectable:Oe,nodesFocusable:He,nodeOrigin:Rn=kA,edgesFocusable:Yt,edgesReconnectable:jn,elementsSelectable:Ho=!0,defaultViewport:Wt=vw,minZoom:_t=.5,maxZoom:Vt=2,translateExtent:jo=ho,preventScrolling:Yo=!0,nodeExtent:wr,defaultMarkerColor:Wo="#b1b1b7",zoomOnScroll:fa=!0,zoomOnPinch:$t=!0,panOnScroll:Vo=!1,panOnScrollSpeed:Xt=.5,panOnScrollMode:$o=Ln.Free,zoomOnDoubleClick:Yn=!0,panOnDrag:Ur=!0,onPaneClick:st,onPaneMouseEnter:Sa,onPaneMouseMove:pa,onPaneMouseLeave:Ra,onPaneScroll:Wn,onPaneContextMenu:An,paneClickDistance:Aa=1,nodeClickDistance:ha=0,children:Kt,onReconnect:Ia,onReconnectStart:Xo,onReconnectEnd:Vn,onEdgeContextMenu:zt,onEdgeDoubleClick:it,onEdgeMouseEnter:Ko,onEdgeMouseMove:Na,onEdgeMouseLeave:zo,reconnectRadius:Oa=10,onNodesChange:ma,onEdgesChange:Jo,noDragClassName:ga="nodrag",noWheelClassName:Ca="nowheel",noPanClassName:qo="nopan",fitView:Qo,fitViewOptions:Br,connectOnClick:Zo,attributionPosition:es,proOptions:ts,defaultEdgeOptions:ns,elevateNodesOnSelect:rs=!0,elevateEdgesOnSelect:os=!1,disableKeyboardA11y:Fr=!1,autoPanOnConnect:Y,autoPanOnNodeDrag:ue,autoPanSpeed:ye,connectionRadius:be,isValidConnection:hn,onError:Gr,style:kr,id:Gd,nodeDragThreshold:AI,connectionDragThreshold:hI,viewport:II,onViewportChange:NI,width:OI,height:mI,colorMode:gI="light",debug:CI,onScroll:ss,ariaLabelConfig:xI,zIndexMode:kd="basic",...yI},LI){const xa=Gd||"1",_I=Fw(gI),bI=S.useCallback(Hd=>{Hd.currentTarget.scrollTo({top:0,left:0,behavior:"instant"}),ss==null||ss(Hd)},[ss]);return s.jsx("div",{"data-testid":"rf__wrapper",...yI,onScroll:bI,style:{...kr,...oB},ref:LI,className:De(["react-flow",o,_I]),id:Gd,role:"application",children:s.jsxs(rB,{nodes:e,edges:t,width:OI,height:mI,fitView:Qo,fitViewOptions:Br,minZoom:_t,maxZoom:Vt,nodeOrigin:Rn,nodeExtent:wr,zIndexMode:kd,children:[s.jsx(tB,{onInit:d,onNodeClick:l,onEdgeClick:c,onNodeMouseEnter:N,onNodeMouseMove:I,onNodeMouseLeave:O,onNodeContextMenu:C,onNodeDoubleClick:m,nodeTypes:i,edgeTypes:a,connectionLineType:H,connectionLineStyle:q,connectionLineComponent:K,connectionLineContainerStyle:j,selectionKeyCode:Q,selectionOnDrag:X,selectionMode:Z,deleteKeyCode:J,multiSelectionKeyCode:re,panActivationKeyCode:le,zoomActivationKeyCode:ie,onlyRenderVisibleElements:Te,defaultViewport:Wt,translateExtent:jo,minZoom:_t,maxZoom:Vt,preventScrolling:Yo,zoomOnScroll:fa,zoomOnPinch:$t,zoomOnDoubleClick:Yn,panOnScroll:Vo,panOnScrollSpeed:Xt,panOnScrollMode:$o,panOnDrag:Ur,onPaneClick:st,onPaneMouseEnter:Sa,onPaneMouseMove:pa,onPaneMouseLeave:Ra,onPaneScroll:Wn,onPaneContextMenu:An,paneClickDistance:Aa,nodeClickDistance:ha,onSelectionContextMenu:v,onSelectionStart:M,onSelectionEnd:y,onReconnect:Ia,onReconnectStart:Xo,onReconnectEnd:Vn,onEdgeContextMenu:zt,onEdgeDoubleClick:it,onEdgeMouseEnter:Ko,onEdgeMouseMove:Na,onEdgeMouseLeave:zo,reconnectRadius:Oa,defaultMarkerColor:Wo,noDragClassName:ga,noWheelClassName:Ca,noPanClassName:qo,rfId:xa,disableKeyboardA11y:Fr,nodeExtent:wr,viewport:II,onViewportChange:NI}),s.jsx(Bw,{nodes:e,edges:t,defaultNodes:n,defaultEdges:r,onConnect:f,onConnectStart:A,onConnectEnd:h,onClickConnectStart:p,onClickConnectEnd:R,nodesDraggable:ee,autoPanOnNodeFocus:he,nodesConnectable:Oe,nodesFocusable:He,edgesFocusable:Yt,edgesReconnectable:jn,elementsSelectable:Ho,elevateNodesOnSelect:rs,elevateEdgesOnSelect:os,minZoom:_t,maxZoom:Vt,nodeExtent:wr,onNodesChange:ma,onEdgesChange:Jo,snapToGrid:W,snapGrid:ae,connectionMode:G,translateExtent:jo,connectOnClick:Zo,defaultEdgeOptions:ns,fitView:Qo,fitViewOptions:Br,onNodesDelete:D,onEdgesDelete:b,onDelete:w,onNodeDragStart:g,onNodeDrag:L,onNodeDragStop:x,onSelectionDrag:F,onSelectionDragStart:_,onSelectionDragStop:P,onMove:E,onMoveStart:u,onMoveEnd:T,noPanClassName:qo,nodeOrigin:Rn,rfId:xa,autoPanOnConnect:Y,autoPanOnNodeDrag:ue,autoPanSpeed:ye,onError:Gr,connectionRadius:be,isValidConnection:hn,selectNodesOnDrag:ce,nodeDragThreshold:AI,connectionDragThreshold:hI,onBeforeDelete:U,debug:CI,ariaLabelConfig:xI,zIndexMode:kd}),s.jsx(Pw,{onSelectionChange:B}),Kt,s.jsx(Lw,{proOptions:ts,position:es}),s.jsx(yw,{rfId:xa,disableKeyboardA11y:Fr})]})})}var Sh=WA(sB);function ph(e){const[t,n]=S.useState(e),r=S.useCallback(o=>n(i=>jA(o,i)),[]);return[t,n,r]}function Rh(e){const[t,n]=S.useState(e),r=S.useCallback(o=>n(i=>YA(o,i)),[]);return[t,n,r]}function iB({dimensions:e,lineWidth:t,variant:n,className:r}){return s.jsx("path",{strokeWidth:t,d:`M${e[0]/2} 0 V${e[1]} M0 ${e[1]/2} H${e[0]}`,className:De(["react-flow__background-pattern",n,r])})}function aB({radius:e,className:t}){return s.jsx("circle",{cx:e,cy:e,r:e,className:De(["react-flow__background-pattern","dots",t])})}var sn;(function(e){e.Lines="lines",e.Dots="dots",e.Cross="cross"})(sn||(sn={}));const lB={[sn.Dots]:1,[sn.Lines]:1,[sn.Cross]:6},cB=e=>({transform:e.transform,patternId:`pattern-${e.rfId}`});function Ah({id:e,variant:t=sn.Dots,gap:n=20,size:r,lineWidth:o=1,offset:i=0,color:a,bgColor:l,style:c,className:d,patternClassName:E}){const u=S.useRef(null),{transform:T,patternId:f}=Ae(cB,ge),A=r||lB[t],h=t===sn.Dots,p=t===sn.Cross,R=Array.isArray(n)?n:[n,n],N=[R[0]*T[2]||1,R[1]*T[2]||1],I=A*T[2],O=Array.isArray(i)?i:[i,i],C=p?[I,I]:N,m=[O[0]*T[2]||1+C[0]/2,O[1]*T[2]||1+C[1]/2],g=`${f}${e||""}`;return s.jsxs("svg",{className:De(["react-flow__background",d]),style:{...c,...ca,"--xy-background-color-props":l,"--xy-background-pattern-color-props":a},ref:u,"data-testid":"rf__background",children:[s.jsx("pattern",{id:g,x:T[0]%N[0],y:T[1]%N[1],width:N[0],height:N[1],patternUnits:"userSpaceOnUse",patternTransform:`translate(-${m[0]},-${m[1]})`,children:h?s.jsx(aB,{radius:I/2,className:E}):s.jsx(iB,{dimensions:C,lineWidth:o,variant:t,className:E})}),s.jsx("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:`url(#${g})`})]})}Ah.displayName="Background";const hh=S.memo(Ah);function dB(){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",children:s.jsx("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"})})}function EB(){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5",children:s.jsx("path",{d:"M0 0h32v4.2H0z"})})}function uB(){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30",children:s.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 TB(){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32",children:s.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 fB(){return s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32",children:s.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 _s({children:e,className:t,...n}){return s.jsx("button",{type:"button",className:De(["react-flow__controls-button",t]),...n,children:e})}const SB=e=>({isInteractive:e.nodesDraggable||e.nodesConnectable||e.elementsSelectable,minZoomReached:e.transform[2]<=e.minZoom,maxZoomReached:e.transform[2]>=e.maxZoom,ariaLabelConfig:e.ariaLabelConfig});function Ih({style:e,showZoom:t=!0,showFitView:n=!0,showInteractive:r=!0,fitViewOptions:o,onZoomIn:i,onZoomOut:a,onFitView:l,onInteractiveChange:c,className:d,children:E,position:u="bottom-left",orientation:T="vertical","aria-label":f}){const A=xe(),{isInteractive:h,minZoomReached:p,maxZoomReached:R,ariaLabelConfig:N}=Ae(SB,ge),{zoomIn:I,zoomOut:O,fitView:C}=la(),m=()=>{I(),i==null||i()},g=()=>{O(),a==null||a()},L=()=>{C(o),l==null||l()},x=()=>{A.setState({nodesDraggable:!h,nodesConnectable:!h,elementsSelectable:!h}),c==null||c(!h)},D=T==="horizontal"?"horizontal":"vertical";return s.jsxs(Cr,{className:De(["react-flow__controls",D,d]),position:u,style:e,"data-testid":"rf__controls","aria-label":f??N["controls.ariaLabel"],children:[t&&s.jsxs(s.Fragment,{children:[s.jsx(_s,{onClick:m,className:"react-flow__controls-zoomin",title:N["controls.zoomIn.ariaLabel"],"aria-label":N["controls.zoomIn.ariaLabel"],disabled:R,children:s.jsx(dB,{})}),s.jsx(_s,{onClick:g,className:"react-flow__controls-zoomout",title:N["controls.zoomOut.ariaLabel"],"aria-label":N["controls.zoomOut.ariaLabel"],disabled:p,children:s.jsx(EB,{})})]}),n&&s.jsx(_s,{className:"react-flow__controls-fitview",onClick:L,title:N["controls.fitView.ariaLabel"],"aria-label":N["controls.fitView.ariaLabel"],children:s.jsx(uB,{})}),r&&s.jsx(_s,{className:"react-flow__controls-interactive",onClick:x,title:N["controls.interactive.ariaLabel"],"aria-label":N["controls.interactive.ariaLabel"],children:h?s.jsx(fB,{}):s.jsx(TB,{})}),E]})}Ih.displayName="Controls";const pB=S.memo(Ih);function RB({id:e,x:t,y:n,width:r,height:o,style:i,color:a,strokeColor:l,strokeWidth:c,className:d,borderRadius:E,shapeRendering:u,selected:T,onClick:f}){const{background:A,backgroundColor:h}=i||{},p=a||A||h;return s.jsx("rect",{className:De(["react-flow__minimap-node",{selected:T},d]),x:t,y:n,rx:E,ry:E,width:r,height:o,style:{fill:p,stroke:l,strokeWidth:c},shapeRendering:u,onClick:f?R=>f(R,e):void 0})}const AB=S.memo(RB),hB=e=>e.nodes.map(t=>t.id),dl=e=>e instanceof Function?e:()=>e;function IB({nodeStrokeColor:e,nodeColor:t,nodeClassName:n="",nodeBorderRadius:r=5,nodeStrokeWidth:o,nodeComponent:i=AB,onClick:a}){const l=Ae(hB,ge),c=dl(t),d=dl(e),E=dl(n),u=typeof window>"u"||window.chrome?"crispEdges":"geometricPrecision";return s.jsx(s.Fragment,{children:l.map(T=>s.jsx(OB,{id:T,nodeColorFunc:c,nodeStrokeColorFunc:d,nodeClassNameFunc:E,nodeBorderRadius:r,nodeStrokeWidth:o,NodeComponent:i,onClick:a,shapeRendering:u},T))})}function NB({id:e,nodeColorFunc:t,nodeStrokeColorFunc:n,nodeClassNameFunc:r,nodeBorderRadius:o,nodeStrokeWidth:i,shapeRendering:a,NodeComponent:l,onClick:c}){const{node:d,x:E,y:u,width:T,height:f}=Ae(A=>{const h=A.nodeLookup.get(e);if(!h)return{node:void 0,x:0,y:0,width:0,height:0};const p=h.internals.userNode,{x:R,y:N}=h.internals.positionAbsolute,{width:I,height:O}=jt(p);return{node:p,x:R,y:N,width:I,height:O}},ge);return!d||d.hidden||!pA(d)?null:s.jsx(l,{x:E,y:u,width:T,height:f,style:d.style,selected:!!d.selected,className:r(d),color:t(d),borderRadius:o,strokeColor:n(d),strokeWidth:i,shapeRendering:a,onClick:c,id:d.id})}const OB=S.memo(NB);var mB=S.memo(IB);const gB=200,CB=150,xB=e=>!e.hidden,yB=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(Bo(e.nodeLookup,{filter:xB}),t):t,rfId:e.rfId,panZoom:e.panZoom,translateExtent:e.translateExtent,flowWidth:e.width,flowHeight:e.height,ariaLabelConfig:e.ariaLabelConfig}},LB="react-flow__minimap-desc";function Nh({style:e,className:t,nodeStrokeColor:n,nodeColor:r,nodeClassName:o="",nodeBorderRadius:i=5,nodeStrokeWidth:a,nodeComponent:l,bgColor:c,maskColor:d,maskStrokeColor:E,maskStrokeWidth:u,position:T="bottom-right",onClick:f,onNodeClick:A,pannable:h=!1,zoomable:p=!1,ariaLabel:R,inversePan:N,zoomStep:I=1,offsetScale:O=5}){const C=xe(),m=S.useRef(null),{boundingRect:g,viewBB:L,rfId:x,panZoom:D,translateExtent:b,flowWidth:w,flowHeight:B,ariaLabelConfig:_}=Ae(yB,ge),F=(e==null?void 0:e.width)??gB,P=(e==null?void 0:e.height)??CB,v=g.width/F,M=g.height/P,y=Math.max(v,M),U=y*F,G=y*P,H=O*y,q=g.x-(U-g.width)/2-H,K=g.y-(G-g.height)/2-H,j=U+H*2,J=G+H*2,Q=`${LB}-${x}`,X=S.useRef(0),Z=S.useRef();X.current=y,S.useEffect(()=>{if(m.current&&D)return Z.current=Kv({domNode:m.current,panZoom:D,getTransform:()=>C.getState().transform,getViewScale:()=>X.current}),()=>{var W;(W=Z.current)==null||W.destroy()}},[D]),S.useEffect(()=>{var W;(W=Z.current)==null||W.update({translateExtent:b,width:w,height:B,inversePan:N,pannable:h,zoomStep:I,zoomable:p})},[h,p,N,I,b,w,B]);const le=f?W=>{var ce;const[ae,Te]=((ce=Z.current)==null?void 0:ce.pointer(W))||[0,0];f(W,{x:ae,y:Te})}:void 0,re=A?S.useCallback((W,ae)=>{const Te=C.getState().nodeLookup.get(ae).internals.userNode;A(W,Te)},[]):void 0,ie=R??_["minimap.ariaLabel"];return s.jsx(Cr,{position:T,style:{...e,"--xy-minimap-background-color-props":typeof c=="string"?c:void 0,"--xy-minimap-mask-background-color-props":typeof d=="string"?d:void 0,"--xy-minimap-mask-stroke-color-props":typeof E=="string"?E:void 0,"--xy-minimap-mask-stroke-width-props":typeof u=="number"?u*y: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:De(["react-flow__minimap",t]),"data-testid":"rf__minimap",children:s.jsxs("svg",{width:F,height:P,viewBox:`${q} ${K} ${j} ${J}`,className:"react-flow__minimap-svg",role:"img","aria-labelledby":Q,ref:m,onClick:le,children:[ie&&s.jsx("title",{id:Q,children:ie}),s.jsx(mB,{onClick:re,nodeColor:r,nodeStrokeColor:n,nodeBorderRadius:i,nodeClassName:o,nodeStrokeWidth:a,nodeComponent:l}),s.jsx("path",{className:"react-flow__minimap-mask",d:`M${q-H},${K-H}h${j+H*2}v${J+H*2}h${-j-H*2}z
757
- M${L.x},${L.y}h${L.width}v${L.height}h${-L.width}z`,fillRule:"evenodd",pointerEvents:"none"})]})})}Nh.displayName="MiniMap";const _B=S.memo(Nh),bB=e=>t=>e?`${Math.max(1/t.transform[2],1)}`:void 0,DB={[gr.Line]:"right",[gr.Handle]:"bottom-right"};function MB({nodeId:e,position:t,variant:n=gr.Handle,className:r,style:o=void 0,children:i,color:a,minWidth:l=10,minHeight:c=10,maxWidth:d=Number.MAX_VALUE,maxHeight:E=Number.MAX_VALUE,keepAspectRatio:u=!1,resizeDirection:T,autoScale:f=!0,shouldResize:A,onResizeStart:h,onResize:p,onResizeEnd:R}){const N=KA(),I=typeof e=="string"?e:N,O=xe(),C=S.useRef(null),m=n===gr.Handle,g=Ae(S.useCallback(bB(m&&f),[m,f]),ge),L=S.useRef(null),x=t??DB[n];S.useEffect(()=>{if(!(!C.current||!I))return L.current||(L.current=lw({domNode:C.current,nodeId:I,getStoreItems:()=>{const{nodeLookup:b,transform:w,snapGrid:B,snapToGrid:_,nodeOrigin:F,domNode:P}=O.getState();return{nodeLookup:b,transform:w,snapGrid:B,snapToGrid:_,nodeOrigin:F,paneDomNode:P}},onChange:(b,w)=>{const{triggerNodeChanges:B,nodeLookup:_,parentLookup:F,nodeOrigin:P}=O.getState(),v=[],M={x:b.x,y:b.y},y=_.get(I);if(y&&y.expandParent&&y.parentId){const U=y.origin??P,G=b.width??y.measured.width??0,H=b.height??y.measured.height??0,q={id:y.id,parentId:y.parentId,rect:{width:G,height:H,...RA({x:b.x??y.position.x,y:b.y??y.position.y},{width:G,height:H},y.parentId,_,U)}},K=bd([q],_,F,P);v.push(...K),M.x=b.x?Math.max(U[0]*G,b.x):void 0,M.y=b.y?Math.max(U[1]*H,b.y):void 0}if(M.x!==void 0&&M.y!==void 0){const U={id:I,type:"position",position:{...M}};v.push(U)}if(b.width!==void 0&&b.height!==void 0){const G={id:I,type:"dimensions",resizing:!0,setAttributes:T?T==="horizontal"?"width":"height":!0,dimensions:{width:b.width,height:b.height}};v.push(G)}for(const U of w){const G={...U,type:"position"};v.push(G)}B(v)},onEnd:({width:b,height:w})=>{const B={id:I,type:"dimensions",resizing:!1,dimensions:{width:b,height:w}};O.getState().triggerNodeChanges([B])}})),L.current.update({controlPosition:x,boundaries:{minWidth:l,minHeight:c,maxWidth:d,maxHeight:E},keepAspectRatio:u,resizeDirection:T,onResizeStart:h,onResize:p,onResizeEnd:R,shouldResize:A}),()=>{var b;(b=L.current)==null||b.destroy()}},[x,l,c,d,E,u,h,p,R,A]);const D=x.split("-");return s.jsx("div",{className:De(["react-flow__resize-control","nodrag",...D,n,r]),ref:C,style:{...o,scale:g,...a&&{[m?"backgroundColor":"borderColor"]:a}},children:i})}S.memo(MB);var Oh=Object.defineProperty,PB=(e,t,n)=>t in e?Oh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vB=(e,t)=>{for(var n in t)Oh(e,n,{get:t[n],enumerable:!0})},wB=(e,t,n)=>PB(e,t+"",n),mh={};vB(mh,{Graph:()=>ot,alg:()=>Md,json:()=>Ch,version:()=>FB});var UB=Object.defineProperty,gh=(e,t)=>{for(var n in t)UB(e,n,{get:t[n],enumerable:!0})},ot=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,i])=>{e(o)&&t.setNode(o,i)}),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 i=this.parent(o);return!i||t.hasNode(i)?(n[o]=i??void 0,i??void 0):i in n?n[i]:r(i)};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,i,a,l,c=!1;typeof e=="object"&&e!==null&&"v"in e?(o=e.v,i=e.w,a=e.name,arguments.length===2&&(l=t,c=!0)):(o=e,i=t,a=r,arguments.length>2&&(l=n,c=!0)),o=""+o,i=""+i,a!==void 0&&(a=""+a);let d=qr(this._isDirected,o,i,a);if(d in this._edgeLabels)return c&&(this._edgeLabels[d]=l),this;if(a!==void 0&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(o),this.setNode(i),this._edgeLabels[d]=c?l:this._defaultEdgeLabelFn(o,i,a);let E=BB(this._isDirected,o,i,a);return o=E.v,i=E.w,Object.freeze(E),this._edgeObjs[d]=E,RT(this._preds[i],o),RT(this._sucs[o],i),this._in[i][d]=E,this._out[o][d]=E,this._edgeCount++,this}edge(e,t,n){let r=arguments.length===1?El(this._isDirected,e):qr(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?El(this._isDirected,e):qr(this._isDirected,e,t,n))in this._edgeLabels}removeEdge(e,t,n){let r=arguments.length===1?El(this._isDirected,e):qr(this._isDirected,e,t,n),o=this._edgeObjs[r];if(o){let i=o.v,a=o.w;delete this._edgeLabels[r],delete this._edgeObjs[r],AT(this._preds[a],i),AT(this._sucs[i],a),delete this._in[a][r],delete this._out[i][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 RT(e,t){e[t]?e[t]++:e[t]=1}function AT(e,t){e[t]!==void 0&&!--e[t]&&delete e[t]}function qr(e,t,n,r){let o=""+t,i=""+n;if(!e&&o>i){let a=o;o=i,i=a}return o+""+i+""+(r===void 0?"\0":r)}function BB(e,t,n,r){let o=""+t,i=""+n;if(!e&&o>i){let l=o;o=i,i=l}let a={v:o,w:i};return r&&(a.name=r),a}function El(e,t){return qr(e,t.v,t.w,t.name)}var FB="4.0.1",Ch={};gh(Ch,{read:()=>jB,write:()=>GB});function GB(e){let t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:kB(e),edges:HB(e)},n=e.graph();return n!==void 0&&(t.value=structuredClone(n)),t}function kB(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 HB(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 jB(e){let t=new ot(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 Md={};gh(Md,{CycleException:()=>Oi,bellmanFord:()=>xh,components:()=>VB,dijkstra:()=>Ni,dijkstraAll:()=>KB,findCycles:()=>zB,floydWarshall:()=>qB,isAcyclic:()=>ZB,postorder:()=>tF,preorder:()=>nF,prim:()=>rF,shortestPaths:()=>oF,tarjan:()=>Lh,topsort:()=>_h});var YB=()=>1;function xh(e,t,n,r){return WB(e,String(t),n||YB,r||function(o){return e.outEdges(o)})}function WB(e,t,n,r){let o={},i,a=0,l=e.nodes(),c=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},i=!0)},d=function(){l.forEach(function(u){r(u).forEach(function(T){let f=T.v===u?T.v:T.w,A=f===T.v?T.w:T.v;c({v:f,w:A})})})};l.forEach(function(u){let T=u===t?0:Number.POSITIVE_INFINITY;o[u]={distance:T,predecessor:""}});let E=l.length;for(let u=1;u<E&&(i=!1,a++,d(),!!i);u++);if(a===E-1&&(i=!1,d(),i))throw new Error("The graph contains a negative weight cycle");return o}function VB(e){let t={},n=[],r;function o(i){i in t||(t[i]=!0,r.push(i),e.successors(i).forEach(o),e.predecessors(i).forEach(o))}return e.nodes().forEach(function(i){r=[],o(i),r.length&&n.push(r)}),n}var yh=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,i=o.length;return n[r]=i,o.push({key:r,priority:t}),this._decrease(i),!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],i=n[t];n[e]=i,n[t]=o,r[i.key]=e,r[o.key]=t}},$B=()=>1;function Ni(e,t,n,r){let o=function(i){return e.outEdges(i)};return XB(e,String(t),n||$B,r||o)}function XB(e,t,n,r){let o={},i=new yh,a,l,c=function(d){let E=d.v!==a?d.v:d.w,u=o[E],T=n(d),f=l.distance+T;if(T<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+d+" Weight: "+T);f<u.distance&&(u.distance=f,u.predecessor=a,i.decrease(E,f))};for(e.nodes().forEach(function(d){let E=d===t?0:Number.POSITIVE_INFINITY;o[d]={distance:E,predecessor:""},i.add(d,E)});i.size()>0&&(a=i.removeMin(),l=o[a],l.distance!==Number.POSITIVE_INFINITY);)r(a).forEach(c);return o}function KB(e,t,n){return e.nodes().reduce(function(r,o){return r[o]=Ni(e,o,t,n),r},{})}function Lh(e){let t=0,n=[],r={},o=[];function i(a){let l=r[a]={onStack:!0,lowlink:t,index:t++};if(n.push(a),e.successors(a).forEach(function(c){c in r?r[c].onStack&&(l.lowlink=Math.min(l.lowlink,r[c].index)):(i(c),l.lowlink=Math.min(l.lowlink,r[c].lowlink))}),l.lowlink===l.index){let c=[],d;do d=n.pop(),r[d].onStack=!1,c.push(d);while(a!==d);o.push(c)}}return e.nodes().forEach(function(a){a in r||i(a)}),o}function zB(e){return Lh(e).filter(function(t){return t.length>1||t.length===1&&e.hasEdge(t[0],t[0])})}var JB=()=>1;function qB(e,t,n){return QB(e,t||JB,n||function(r){return e.outEdges(r)})}function QB(e,t,n){let r={},o=e.nodes();return o.forEach(function(i){r[i]={},r[i][i]={distance:0,predecessor:""},o.forEach(function(a){i!==a&&(r[i][a]={distance:Number.POSITIVE_INFINITY,predecessor:""})}),n(i).forEach(function(a){let l=a.v===i?a.w:a.v,c=t(a);r[i][l]={distance:c,predecessor:i}})}),o.forEach(function(i){let a=r[i];o.forEach(function(l){let c=r[l];o.forEach(function(d){let E=c[i],u=a[d],T=c[d],f=E.distance+u.distance;f<T.distance&&(T.distance=f,T.predecessor=u.predecessor)})})}),r}var Oi=class extends Error{constructor(...e){super(...e)}};function _h(e){let t={},n={},r=[];function o(i){if(i in n)throw new Oi;i in t||(n[i]=!0,t[i]=!0,e.predecessors(i).forEach(o),delete n[i],r.push(i))}if(e.sinks().forEach(o),Object.keys(t).length!==e.nodeCount())throw new Oi;return r}function ZB(e){try{_h(e)}catch(t){if(t instanceof Oi)return!1;throw t}return!0}function eF(e,t,n,r,o){Array.isArray(t)||(t=[t]);let i=(l=>{var c;return(c=e.isDirected()?e.successors(l):e.neighbors(l))!=null?c:[]}),a={};return t.forEach(function(l){if(!e.hasNode(l))throw new Error("Graph does not have node: "+l);o=bh(e,l,n==="post",a,i,r,o)}),o}function bh(e,t,n,r,o,i,a){return t in r||(r[t]=!0,n||(a=i(a,t)),o(t).forEach(function(l){a=bh(e,l,n,r,o,i,a)}),n&&(a=i(a,t))),a}function Dh(e,t,n){return eF(e,t,n,function(r,o){return r.push(o),r},[])}function tF(e,t){return Dh(e,t,"post")}function nF(e,t){return Dh(e,t,"pre")}function rF(e,t){let n=new ot,r={},o=new yh,i;function a(c){let d=c.v===i?c.w:c.v,E=o.priority(d);if(E!==void 0){let u=t(c);u<E&&(r[d]=i,o.decrease(d,u))}}if(e.nodeCount()===0)return n;e.nodes().forEach(function(c){o.add(c,Number.POSITIVE_INFINITY),n.setNode(c)}),o.decrease(e.nodes()[0],0);let l=!1;for(;o.size()>0;){if(i=o.removeMin(),i in r)n.setEdge(i,r[i]);else{if(l)throw new Error("Input graph is not connected: "+e);l=!0}e.nodeEdges(i).forEach(a)}return n}function oF(e,t,n,r){return sF(e,t,n,r??(o=>{let i=e.outEdges(o);return i??[]}))}function sF(e,t,n,r){if(n===void 0)return Ni(e,t,n,r);let o=!1,i=e.nodes();for(let a=0;a<i.length;a++){let l=r(i[a]);for(let c=0;c<l.length;c++){let d=l[c],E=d.v===i[a]?d.v:d.w,u=E===d.v?d.w:d.v;n({v:E,w:u})<0&&(o=!0)}if(o)return xh(e,t,n,r)}return Ni(e,t,n,r)}function Pr(e,t,n,r){let o=r;for(;e.hasNode(o);)o=Pd(r);return n.dummy=t,e.setNode(o,n),o}function iF(e){let t=new ot().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 Mh(e){let t=new ot({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 hT(e,t){let n=e.x,r=e.y,o=t.x-n,i=t.y-r,a=e.width/2,l=e.height/2;if(!o&&!i)throw new Error("Not possible to find intersection inside of the rectangle");let c,d;return Math.abs(i)*a>Math.abs(o)*l?(i<0&&(l=-l),c=l*o/i,d=l):(o<0&&(a=-a),c=a,d=a*i/o),{x:n+c,y:r+d}}function ko(e){let t=go(vh(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 aF(e){let t=e.nodes().map(r=>{let o=e.node(r).rank;return o===void 0?Number.MAX_VALUE:o}),n=mt(Math.min,t);e.nodes().forEach(r=>{let o=e.node(r);Object.hasOwn(o,"rank")&&(o.rank-=n)})}function lF(e){let t=e.nodes().map(a=>e.node(a).rank).filter(a=>a!==void 0),n=mt(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,i=e.graph().nodeRankFactor;Array.from(r).forEach((a,l)=>{a===void 0&&l%i!==0?--o:a!==void 0&&o&&a.forEach(c=>e.node(c).rank+=o)})}function IT(e,t,n,r){let o={width:0,height:0};return arguments.length>=4&&(o.rank=n,o.order=r),Pr(e,"border",o,t)}function cF(e,t=Ph){let n=[];for(let r=0;r<e.length;r+=t){let o=e.slice(r,r+t);n.push(o)}return n}var Ph=65535;function mt(e,t){if(t.length>Ph){let n=cF(t);return e(...n.map(r=>e(...r)))}else return e(...t)}function vh(e){let t=e.nodes().map(n=>{let r=e.node(n).rank;return r===void 0?Number.MIN_VALUE:r});return mt(Math.max,t)}function dF(e,t){let n={lhs:[],rhs:[]};return e.forEach(r=>{t(r)?n.lhs.push(r):n.rhs.push(r)}),n}function wh(e,t){let n=Date.now();try{return t()}finally{console.log(e+" time: "+(Date.now()-n)+"ms")}}function Uh(e,t){return t()}var EF=0;function Pd(e){let t=++EF;return e+(""+t)}function go(e,t,n=1){t==null&&(t=e,e=0);let r=i=>i<t;n<0&&(r=i=>t<i);let o=[];for(let i=e;r(i);i+=n)o.push(i);return o}function mi(e,t){let n={};for(let r of t)e[r]!==void 0&&(n[r]=e[r]);return n}function Ea(e,t){let n;return typeof t=="string"?n=r=>r[t]:n=t,Object.entries(e).reduce((r,[o,i])=>(r[o]=n(i,o),r),{})}function uF(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}var ua="\0",TF="3.0.0",fF=class{constructor(){wB(this,"_sentinel");let e={};e._next=e._prev=e,this._sentinel=e}dequeue(){let e=this._sentinel,t=e._prev;if(t!==e)return NT(t),t}enqueue(e){let t=this._sentinel;e._prev&&e._next&&NT(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,SF)),n=n._prev;return"["+e.join(", ")+"]"}};function NT(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function SF(e,t){if(e!=="_next"&&e!=="_prev")return t}var pF=fF,RF=()=>1;function AF(e,t){if(e.nodeCount()<=1)return[];let n=IF(e,t||RF);return hF(n.graph,n.buckets,n.zeroIdx).flatMap(r=>e.outEdges(r.v,r.w)||[])}function hF(e,t,n){var r;let o=[],i=t[t.length-1],a=t[0],l;for(;e.nodeCount();){for(;l=a.dequeue();)ul(e,t,n,l);for(;l=i.dequeue();)ul(e,t,n,l);if(e.nodeCount()){for(let c=t.length-2;c>0;--c)if(l=(r=t[c])==null?void 0:r.dequeue(),l){o=o.concat(ul(e,t,n,l,!0)||[]);break}}}return o}function ul(e,t,n,r,o){let i=[],a=o?i:void 0;return(e.inEdges(r.v)||[]).forEach(l=>{let c=e.edge(l),d=e.node(l.v);o&&i.push({v:l.v,w:l.w}),d.out-=c,Cc(t,n,d)}),(e.outEdges(r.v)||[]).forEach(l=>{let c=e.edge(l),d=l.w,E=e.node(d);E.in-=c,Cc(t,n,E)}),e.removeNode(r.v),a}function IF(e,t){let n=new ot,r=0,o=0;e.nodes().forEach(l=>{n.setNode(l,{v:l,in:0,out:0})}),e.edges().forEach(l=>{let c=n.edge(l.v,l.w)||0,d=t(l),E=c+d;n.setEdge(l.v,l.w,E);let u=n.node(l.v),T=n.node(l.w);o=Math.max(o,u.out+=d),r=Math.max(r,T.in+=d)});let i=NF(o+r+3).map(()=>new pF),a=r+1;return n.nodes().forEach(l=>{Cc(i,a,n.node(l))}),{graph:n,buckets:i,zeroIdx:a}}function Cc(e,t,n){var r,o,i;n.out?n.in?(i=e[n.out-n.in+t])==null||i.enqueue(n):(o=e[e.length-1])==null||o.enqueue(n):(r=e[0])==null||r.enqueue(n)}function NF(e){let t=[];for(let n=0;n<e;n++)t.push(n);return t}function OF(e){(e.graph().acyclicer==="greedy"?AF(e,t(e)):mF(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,Pd("rev"))});function t(n){return r=>n.edge(r).weight}}function mF(e){let t=[],n={},r={};function o(i){Object.hasOwn(r,i)||(r[i]=!0,n[i]=!0,e.outEdges(i).forEach(a=>{Object.hasOwn(n,a.w)?t.push(a):o(a.w)}),delete n[i])}return e.nodes().forEach(o),t}function gF(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 CF(e){e.graph().dummyChains=[],e.edges().forEach(t=>xF(e,t))}function xF(e,t){let n=t.v,r=e.node(n).rank,o=t.w,i=e.node(o).rank,a=t.name,l=e.edge(t),c=l.labelRank;if(i===r+1)return;e.removeEdge(t);let d,E,u;for(u=0,++r;r<i;++u,++r)l.points=[],E={width:0,height:0,edgeLabel:l,edgeObj:t,rank:r},d=Pr(e,"edge",E,"_d"),r===c&&(E.width=l.width,E.height=l.height,E.dummy="edge-label",E.labelpos=l.labelpos),e.setEdge(n,d,{weight:l.weight},a),u===0&&e.graph().dummyChains.push(d),n=d;e.setEdge(n,o,{weight:l.weight},a)}function yF(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 vd(e){let t={};function n(r){let o=e.node(r);if(Object.hasOwn(t,r))return o.rank;t[r]=!0;let i=e.outEdges(r),a=i?i.map(c=>c==null?Number.POSITIVE_INFINITY:n(c.w)-e.edge(c).minlen):[],l=mt(Math.min,a);return l===Number.POSITIVE_INFINITY&&(l=0),o.rank=l}e.sources().forEach(n)}function xr(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}var Bh=LF;function LF(e){let t=new ot({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 i,a;for(;_F(t,e)<o&&(i=bF(t,e),!!i);)a=t.hasNode(i.v)?xr(e,i):-xr(e,i),DF(t,e,a);return t}function _F(e,t){function n(r){let o=t.nodeEdges(r);o&&o.forEach(i=>{let a=i.v,l=r===a?i.w:a;!e.hasNode(l)&&!xr(t,i)&&(e.setNode(l,{}),e.setEdge(r,l,{}),n(l))})}return e.nodes().forEach(n),e.nodeCount()}function bF(e,t){return t.edges().reduce((n,r)=>{let o=Number.POSITIVE_INFINITY;return e.hasNode(r.v)!==e.hasNode(r.w)&&(o=xr(t,r)),o<n[0]?[o,r]:n},[Number.POSITIVE_INFINITY,null])[1]}function DF(e,t,n){e.nodes().forEach(r=>t.node(r).rank+=n)}var{preorder:MF,postorder:PF}=Md,vF=kn;kn.initLowLimValues=Ud;kn.initCutValues=wd;kn.calcCutValue=Fh;kn.leaveEdge=kh;kn.enterEdge=Hh;kn.exchangeEdges=jh;function kn(e){e=iF(e),vd(e);let t=Bh(e);Ud(t),wd(t,e);let n,r;for(;n=kh(t);)r=Hh(t,e,n),jh(t,e,n,r)}function wd(e,t){let n=PF(e,e.nodes());n=n.slice(0,n.length-1),n.forEach(r=>wF(e,t,r))}function wF(e,t,n){let r=e.node(n).parent,o=e.edge(n,r);o.cutvalue=Fh(e,t,n)}function Fh(e,t,n){let r=e.node(n).parent,o=!0,i=t.edge(n,r),a=0;i||(o=!1,i=t.edge(r,n)),a=i.weight;let l=t.nodeEdges(n);return l&&l.forEach(c=>{let d=c.v===n,E=d?c.w:c.v;if(E!==r){let u=d===o,T=t.edge(c).weight;if(a+=u?T:-T,BF(e,n,E)){let f=e.edge(n,E).cutvalue;a+=u?-f:f}}}),a}function Ud(e,t){arguments.length<2&&(t=e.nodes()[0]),Gh(e,{},1,t)}function Gh(e,t,n,r,o){let i=n,a=e.node(r);t[r]=!0;let l=e.neighbors(r);return l&&l.forEach(c=>{Object.hasOwn(t,c)||(n=Gh(e,t,n,c,r))}),a.low=i,a.lim=n++,o?a.parent=o:delete a.parent,n}function kh(e){return e.edges().find(t=>e.edge(t).cutvalue<0)}function Hh(e,t,n){let r=n.v,o=n.w;t.hasEdge(r,o)||(r=n.w,o=n.v);let i=e.node(r),a=e.node(o),l=i,c=!1;return i.lim>a.lim&&(l=a,c=!0),t.edges().filter(d=>c===OT(e,e.node(d.v),l)&&c!==OT(e,e.node(d.w),l)).reduce((d,E)=>xr(t,E)<xr(t,d)?E:d)}function jh(e,t,n,r){let o=n.v,i=n.w;e.removeEdge(o,i),e.setEdge(r.v,r.w,{}),Ud(e),wd(e,t),UF(e,t)}function UF(e,t){let n=e.nodes().find(o=>!e.node(o).parent);if(!n)return;let r=MF(e,[n]);r=r.slice(1),r.forEach(o=>{let i=e.node(o).parent,a=t.edge(o,i),l=!1;a||(a=t.edge(i,o),l=!0),t.node(o).rank=t.node(i).rank+(l?a.minlen:-a.minlen)})}function BF(e,t,n){return e.hasEdge(t,n)}function OT(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}var FF=GF;function GF(e){let t=e.graph().ranker;if(typeof t=="function")return t(e);switch(t){case"network-simplex":mT(e);break;case"tight-tree":HF(e);break;case"longest-path":kF(e);break;case"none":break;default:mT(e)}}var kF=vd;function HF(e){vd(e),Bh(e)}function mT(e){vF(e)}var jF=YF;function YF(e){let t=VF(e);e.graph().dummyChains.forEach(n=>{let r=e.node(n),o=r.edgeObj,i=WF(e,t,o.v,o.w),a=i.path,l=i.lca,c=0,d=a[c],E=!0;for(;n!==o.w;){if(r=e.node(n),E){for(;(d=a[c])!==l&&e.node(d).maxRank<r.rank;)c++;d===l&&(E=!1)}if(!E){for(;c<a.length-1&&e.node(a[c+1]).minRank<=r.rank;)c++;d=a[c]}d!==void 0&&e.setParent(n,d),n=e.successors(n)[0]}})}function WF(e,t,n,r){let o=[],i=[],a=Math.min(t[n].low,t[r].low),l=Math.max(t[n].lim,t[r].lim),c;c=n;do c=e.parent(c),o.push(c);while(c&&(t[c].low>a||l>t[c].lim));let d=c,E=r;for(;(E=e.parent(E))!==d;)i.push(E);return{path:o.concat(i.reverse()),lca:d}}function VF(e){let t={},n=0;function r(o){let i=n;e.children(o).forEach(r),t[o]={low:i,lim:n++}}return e.children(ua).forEach(r),t}function $F(e){let t=Pr(e,"root",{},"_root"),n=XF(e),r=Object.values(n),o=mt(Math.max,r)-1,i=2*o+1;e.graph().nestingRoot=t,e.edges().forEach(l=>e.edge(l).minlen*=i);let a=KF(e)+1;e.children(ua).forEach(l=>Yh(e,t,i,a,o,n,l)),e.graph().nodeRankFactor=i}function Yh(e,t,n,r,o,i,a){var l;let c=e.children(a);if(!c.length){a!==t&&e.setEdge(t,a,{weight:0,minlen:n});return}let d=IT(e,"_bt"),E=IT(e,"_bb"),u=e.node(a);e.setParent(d,a),u.borderTop=d,e.setParent(E,a),u.borderBottom=E,c.forEach(T=>{var f;Yh(e,t,n,r,o,i,T);let A=e.node(T),h=A.borderTop?A.borderTop:T,p=A.borderBottom?A.borderBottom:T,R=A.borderTop?r:2*r,N=h!==p?1:o-((f=i[a])!=null?f:0)+1;e.setEdge(d,h,{weight:R,minlen:N,nestingEdge:!0}),e.setEdge(p,E,{weight:R,minlen:N,nestingEdge:!0})}),e.parent(a)||e.setEdge(t,d,{weight:0,minlen:o+((l=i[a])!=null?l:0)})}function XF(e){let t={};function n(r,o){let i=e.children(r);i&&i.length&&i.forEach(a=>n(a,o+1)),t[r]=o}return e.children(ua).forEach(r=>n(r,1)),t}function KF(e){return e.edges().reduce((t,n)=>t+e.edge(n).weight,0)}function zF(e){let t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,e.edges().forEach(n=>{e.edge(n).nestingEdge&&e.removeEdge(n)})}var JF=qF;function qF(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 i=o.minRank,a=o.maxRank+1;i<a;++i)gT(e,"borderLeft","_bl",n,o,i),gT(e,"borderRight","_br",n,o,i)}}e.children(ua).forEach(t)}function gT(e,t,n,r,o,i){let a={width:0,height:0,rank:i,borderType:t},l=o[t][i-1],c=Pr(e,"border",a,n);o[t][i]=c,e.setParent(c,r),l&&e.setEdge(l,c,{weight:1})}function QF(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n==="lr"||n==="rl")&&Wh(e)}function ZF(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n==="bt"||n==="rl")&&e2(e),(n==="lr"||n==="rl")&&(t2(e),Wh(e))}function Wh(e){e.nodes().forEach(t=>CT(e.node(t))),e.edges().forEach(t=>CT(e.edge(t)))}function CT(e){let t=e.width;e.width=e.height,e.height=t}function e2(e){e.nodes().forEach(t=>Tl(e.node(t))),e.edges().forEach(t=>{var n;let r=e.edge(t);(n=r.points)==null||n.forEach(Tl),Object.hasOwn(r,"y")&&Tl(r)})}function Tl(e){e.y=-e.y}function t2(e){e.nodes().forEach(t=>fl(e.node(t))),e.edges().forEach(t=>{var n;let r=e.edge(t);(n=r.points)==null||n.forEach(fl),Object.hasOwn(r,"x")&&fl(r)})}function fl(e){let t=e.x;e.x=e.y,e.y=t}function n2(e){let t={},n=e.nodes().filter(l=>!e.children(l).length),r=n.map(l=>e.node(l).rank),o=mt(Math.max,r),i=go(o+1).map(()=>[]);function a(l){if(t[l])return;t[l]=!0;let c=e.node(l);i[c.rank].push(l);let d=e.successors(l);d&&d.forEach(a)}return n.sort((l,c)=>e.node(l).rank-e.node(c).rank).forEach(a),i}function r2(e,t){let n=0;for(let r=1;r<t.length;++r)n+=o2(e,t[r-1],t[r]);return n}function o2(e,t,n){let r=uF(n,n.map((d,E)=>E)),o=t.flatMap(d=>{let E=e.outEdges(d);return E?E.map(u=>({pos:r[u.w],weight:e.edge(u).weight})).sort((u,T)=>u.pos-T.pos):[]}),i=1;for(;i<n.length;)i<<=1;let a=2*i-1;i-=1;let l=new Array(a).fill(0),c=0;return o.forEach(d=>{let E=d.pos+i;l[E]+=d.weight;let u=0;for(;E>0;)E%2&&(u+=l[E+1]),E=E-1>>1,l[E]+=d.weight;c+=d.weight*u}),c}function s2(e,t=[]){return t.map(n=>{let r=e.inEdges(n);if(!r||!r.length)return{v:n};{let o=r.reduce((i,a)=>{let l=e.edge(a),c=e.node(a.v);return{sum:i.sum+l.weight*c.order,weight:i.weight+l.weight}},{sum:0,weight:0});return{v:n,barycenter:o.sum/o.weight,weight:o.weight}}})}function i2(e,t){let n={};e.forEach((o,i)=>{let a={indegree:0,in:[],out:[],vs:[o.v],i};o.barycenter!==void 0&&(a.barycenter=o.barycenter,a.weight=o.weight),n[o.v]=a}),t.edges().forEach(o=>{let i=n[o.v],a=n[o.w];i!==void 0&&a!==void 0&&(a.indegree++,i.out.push(a))});let r=Object.values(n).filter(o=>!o.indegree);return a2(r)}function a2(e){let t=[];function n(o){return i=>{i.merged||(i.barycenter===void 0||o.barycenter===void 0||i.barycenter>=o.barycenter)&&l2(o,i)}}function r(o){return i=>{i.in.push(o),--i.indegree===0&&e.push(i)}}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=>mi(o,["vs","i","barycenter","weight"]))}function l2(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 c2(e,t){let n=dF(e,E=>Object.hasOwn(E,"barycenter")),r=n.lhs,o=n.rhs.sort((E,u)=>u.i-E.i),i=[],a=0,l=0,c=0;r.sort(d2(!!t)),c=xT(i,o,c),r.forEach(E=>{c+=E.vs.length,i.push(E.vs),a+=E.barycenter*E.weight,l+=E.weight,c=xT(i,o,c)});let d={vs:i.flat(1)};return l&&(d.barycenter=a/l,d.weight=l),d}function xT(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 d2(e){return(t,n)=>t.barycenter<n.barycenter?-1:t.barycenter>n.barycenter?1:e?n.i-t.i:t.i-n.i}function Vh(e,t,n,r){let o=e.children(t),i=e.node(t),a=i?i.borderLeft:void 0,l=i?i.borderRight:void 0,c={};a&&(o=o.filter(T=>T!==a&&T!==l));let d=s2(e,o);d.forEach(T=>{if(e.children(T.v).length){let f=Vh(e,T.v,n,r);c[T.v]=f,Object.hasOwn(f,"barycenter")&&u2(T,f)}});let E=i2(d,n);E2(E,c);let u=c2(E,r);if(a&&l){u.vs=[a,u.vs,l].flat(1);let T=e.predecessors(a);if(T&&T.length){let f=e.node(T[0]),A=e.predecessors(l),h=e.node(A[0]);Object.hasOwn(u,"barycenter")||(u.barycenter=0,u.weight=0),u.barycenter=(u.barycenter*u.weight+f.order+h.order)/(u.weight+2),u.weight+=2}}return u}function E2(e,t){e.forEach(n=>{n.vs=n.vs.flatMap(r=>t[r]?t[r].vs:r)})}function u2(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 T2(e,t,n,r){r||(r=e.nodes());let o=f2(e),i=new ot({compound:!0}).setGraph({root:o}).setDefaultNodeLabel(a=>e.node(a));return r.forEach(a=>{let l=e.node(a),c=e.parent(a);if(l.rank===t||l.minRank<=t&&t<=l.maxRank){i.setNode(a),i.setParent(a,c||o);let d=e[n](a);d&&d.forEach(E=>{let u=E.v===a?E.w:E.v,T=i.edge(u,a),f=T!==void 0?T.weight:0;i.setEdge(u,a,{weight:e.edge(E).weight+f})}),Object.hasOwn(l,"minRank")&&i.setNode(a,{borderLeft:l.borderLeft[t],borderRight:l.borderRight[t]})}}),i}function f2(e){let t;for(;e.hasNode(t=Pd("_root")););return t}function S2(e,t,n){let r={},o;n.forEach(i=>{let a=e.parent(i),l,c;for(;a;){if(l=e.parent(a),l?(c=r[l],r[l]=a):(c=o,o=a),c&&c!==a){t.setEdge(c,a);return}a=l}})}function $h(e,t={}){if(typeof t.customOrder=="function"){t.customOrder(e,$h);return}let n=vh(e),r=yT(e,go(1,n+1),"inEdges"),o=yT(e,go(n-1,-1,-1),"outEdges"),i=n2(e);if(LT(e,i),t.disableOptimalOrderHeuristic)return;let a=Number.POSITIVE_INFINITY,l,c=t.constraints||[];for(let d=0,E=0;E<4;++d,++E){p2(d%2?r:o,d%4>=2,c),i=ko(e);let u=r2(e,i);u<a?(E=0,l=Object.assign({},i),a=u):u===a&&(l=structuredClone(i))}LT(e,l)}function yT(e,t,n){let r=new Map,o=(i,a)=>{r.has(i)||r.set(i,[]),r.get(i).push(a)};for(let i of e.nodes()){let a=e.node(i);if(typeof a.rank=="number"&&o(a.rank,i),typeof a.minRank=="number"&&typeof a.maxRank=="number")for(let l=a.minRank;l<=a.maxRank;l++)l!==a.rank&&o(l,i)}return t.map(function(i){return T2(e,i,n,r.get(i)||[])})}function p2(e,t,n){let r=new ot;e.forEach(function(o){n.forEach(l=>r.setEdge(l.left,l.right));let i=o.graph().root,a=Vh(o,i,r,t);a.vs.forEach((l,c)=>o.node(l).order=c),S2(o,r,a.vs)})}function LT(e,t){Object.values(t).forEach(n=>n.forEach((r,o)=>e.node(r).order=o))}function R2(e,t){let n={};function r(o,i){let a=0,l=0,c=o.length,d=i[i.length-1];return i.forEach((E,u)=>{let T=h2(e,E),f=T?e.node(T).order:c;(T||E===d)&&(i.slice(l,u+1).forEach(A=>{let h=e.predecessors(A);h&&h.forEach(p=>{let R=e.node(p),N=R.order;(N<a||f<N)&&!(R.dummy&&e.node(A).dummy)&&Xh(n,p,A)})}),l=u+1,a=f)}),i}return t.length&&t.reduce(r),n}function A2(e,t){let n={};function r(i,a,l,c,d){go(a,l).forEach(E=>{let u=i[E];if(u!==void 0&&e.node(u).dummy){let T=e.predecessors(u);T&&T.forEach(f=>{if(f===void 0)return;let A=e.node(f);A.dummy&&(A.order<c||A.order>d)&&Xh(n,f,u)})}})}function o(i,a){let l=-1,c=-1,d=0;return a.forEach((E,u)=>{if(e.node(E).dummy==="border"){let T=e.predecessors(E);if(T&&T.length){let f=T[0];if(f===void 0)return;c=e.node(f).order,r(a,d,u,l,c),d=u,l=c}}r(a,d,a.length,c,i.length)}),a}return t.length&&t.reduce(o),n}function h2(e,t){if(e.node(t).dummy){let n=e.predecessors(t);if(n)return n.find(r=>e.node(r).dummy)}}function Xh(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 I2(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 N2(e,t,n,r){let o={},i={},a={};return t.forEach(l=>{l.forEach((c,d)=>{o[c]=c,i[c]=c,a[c]=d})}),t.forEach(l=>{let c=-1;l.forEach(d=>{let E=r(d);if(E&&E.length){let u=E.sort((f,A)=>{let h=a[f],p=a[A];return(h!==void 0?h:0)-(p!==void 0?p:0)}),T=(u.length-1)/2;for(let f=Math.floor(T),A=Math.ceil(T);f<=A;++f){let h=u[f];if(h===void 0)continue;let p=a[h];if(p!==void 0&&i[d]===d&&c<p&&!I2(n,d,h)){let R=o[h];R!==void 0&&(i[h]=d,i[d]=o[d]=R,c=p)}}}})}),{root:o,align:i}}function O2(e,t,n,r,o=!1){let i={},a=m2(e,t,n,o),l=o?"borderLeft":"borderRight";function c(f,A){let h=a.nodes().slice(),p={},R=h.pop();for(;R;){if(p[R])f(R);else{p[R]=!0,h.push(R);for(let N of A(R))h.push(N)}R=h.pop()}}function d(f){let A=a.inEdges(f);A?i[f]=A.reduce((h,p)=>{var R;let N=(R=i[p.v])!=null?R:0,I=a.edge(p);return Math.max(h,N+(I!==void 0?I:0))},0):i[f]=0}function E(f){let A=a.outEdges(f),h=Number.POSITIVE_INFINITY;A&&(h=A.reduce((R,N)=>{let I=i[N.w],O=a.edge(N);return Math.min(R,(I!==void 0?I:0)-(O!==void 0?O:0))},Number.POSITIVE_INFINITY));let p=e.node(f);h!==Number.POSITIVE_INFINITY&&p.borderType!==l&&(i[f]=Math.max(i[f]!==void 0?i[f]:0,h))}function u(f){return a.predecessors(f)||[]}function T(f){return a.successors(f)||[]}return c(d,u),c(E,T),Object.keys(r).forEach(f=>{var A;let h=n[f];h!==void 0&&(i[f]=(A=i[h])!=null?A:0)}),i}function m2(e,t,n,r){let o=new ot,i=e.graph(),a=L2(i.nodesep,i.edgesep,r);return t.forEach(l=>{let c;l.forEach(d=>{let E=n[d];if(E!==void 0){if(o.setNode(E),c!==void 0){let u=n[c];if(u!==void 0){let T=o.edge(u,E);o.setEdge(u,E,Math.max(a(e,d,c),T||0))}}c=d}})}),o}function g2(e,t){return Object.values(t).reduce((n,r)=>{let o=Number.NEGATIVE_INFINITY,i=Number.POSITIVE_INFINITY;Object.entries(r).forEach(([l,c])=>{let d=_2(e,l)/2;o=Math.max(c+d,o),i=Math.min(c-d,i)});let a=o-i;return a<n[0]&&(n=[a,r]),n},[Number.POSITIVE_INFINITY,null])[1]}function C2(e,t){let n=Object.values(t),r=mt(Math.min,n),o=mt(Math.max,n);["u","d"].forEach(i=>{["l","r"].forEach(a=>{let l=i+a,c=e[l];if(!c||c===t)return;let d=Object.values(c),E=r-mt(Math.min,d);a!=="l"&&(E=o-mt(Math.max,d)),E&&(e[l]=Ea(c,u=>u+E))})})}function x2(e,t=void 0){let n=e.ul;return n?Ea(n,(r,o)=>{var i,a;if(t){let c=t.toLowerCase(),d=e[c];if(d&&d[o]!==void 0)return d[o]}let l=Object.values(e).map(c=>{let d=c[o];return d!==void 0?d:0}).sort((c,d)=>c-d);return(((i=l[1])!=null?i:0)+((a=l[2])!=null?a:0))/2}):{}}function y2(e){let t=ko(e),n=Object.assign(R2(e,t),A2(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(E=>Object.values(E).reverse()));let c=N2(e,o,n,E=>(a==="u"?e.predecessors(E):e.successors(E))||[]),d=O2(e,o,c.root,c.align,l==="r");l==="r"&&(d=Ea(d,E=>-E)),r[a+l]=d})});let i=g2(e,r);return C2(r,i),x2(r,e.graph().align)}function L2(e,t,n){return(r,o,i)=>{let a=r.node(o),l=r.node(i),c=0,d;if(c+=a.width/2,Object.hasOwn(a,"labelpos"))switch(a.labelpos.toLowerCase()){case"l":d=-a.width/2;break;case"r":d=a.width/2;break}if(d&&(c+=n?d:-d),d=void 0,c+=(a.dummy?t:e)/2,c+=(l.dummy?t:e)/2,c+=l.width/2,Object.hasOwn(l,"labelpos"))switch(l.labelpos.toLowerCase()){case"l":d=l.width/2;break;case"r":d=-l.width/2;break}return d&&(c+=n?d:-d),c}}function _2(e,t){return e.node(t).width}function b2(e){e=Mh(e),D2(e),Object.entries(y2(e)).forEach(([t,n])=>e.node(t).x=n)}function D2(e){let t=ko(e),n=e.graph(),r=n.ranksep,o=n.rankalign,i=0;t.forEach(a=>{let l=a.reduce((c,d)=>{var E;let u=(E=e.node(d).height)!=null?E:0;return c>u?c:u},0);a.forEach(c=>{let d=e.node(c);o==="top"?d.y=i+d.height/2:o==="bottom"?d.y=i+l-d.height/2:d.y=i+l/2}),i+=l+r})}function M2(e,t={}){let n=t.debugTiming?wh:Uh;return n("layout",()=>{let r=n(" buildLayoutGraph",()=>j2(e));return n(" runLayout",()=>P2(r,n,t)),n(" updateInputGraph",()=>v2(e,r)),r})}function P2(e,t,n){t(" makeSpaceForEdgeLabels",()=>Y2(e)),t(" removeSelfEdges",()=>Q2(e)),t(" acyclic",()=>OF(e)),t(" nestingGraph.run",()=>$F(e)),t(" rank",()=>FF(Mh(e))),t(" injectEdgeLabelProxies",()=>W2(e)),t(" removeEmptyRanks",()=>lF(e)),t(" nestingGraph.cleanup",()=>zF(e)),t(" normalizeRanks",()=>aF(e)),t(" assignRankMinMax",()=>V2(e)),t(" removeEdgeLabelProxies",()=>$2(e)),t(" normalize.run",()=>CF(e)),t(" parentDummyChains",()=>jF(e)),t(" addBorderSegments",()=>JF(e)),t(" order",()=>$h(e,n)),t(" insertSelfEdges",()=>Z2(e)),t(" adjustCoordinateSystem",()=>QF(e)),t(" position",()=>b2(e)),t(" positionSelfEdges",()=>eG(e)),t(" removeBorderNodes",()=>q2(e)),t(" normalize.undo",()=>yF(e)),t(" fixupEdgeLabelCoords",()=>z2(e)),t(" undoCoordinateSystem",()=>ZF(e)),t(" translateGraph",()=>X2(e)),t(" assignNodeIntersects",()=>K2(e)),t(" reversePoints",()=>J2(e)),t(" acyclic.undo",()=>gF(e))}function v2(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 w2=["nodesep","edgesep","ranksep","marginx","marginy"],U2={ranksep:50,edgesep:20,nodesep:50,rankdir:"TB",rankalign:"center"},B2=["acyclicer","ranker","rankdir","align","rankalign"],F2=["width","height","rank"],_T={width:0,height:0},G2=["minlen","weight","width","height","labeloffset"],k2={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},H2=["labelpos"];function j2(e){let t=new ot({multigraph:!0,compound:!0}),n=pl(e.graph());return t.setGraph(Object.assign({},U2,Sl(n,w2),mi(n,B2))),e.nodes().forEach(r=>{let o=pl(e.node(r)),i=Sl(o,F2);Object.keys(_T).forEach(l=>{i[l]===void 0&&(i[l]=_T[l])}),t.setNode(r,i);let a=e.parent(r);a!==void 0&&t.setParent(r,a)}),e.edges().forEach(r=>{let o=pl(e.edge(r));t.setEdge(r,Object.assign({},k2,Sl(o,G2),mi(o,H2)))}),t}function Y2(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 W2(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};Pr(e,"edge-proxy",o,"_ep")}})}function V2(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 $2(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 X2(e){let t=Number.POSITIVE_INFINITY,n=0,r=Number.POSITIVE_INFINITY,o=0,i=e.graph(),a=i.marginx||0,l=i.marginy||0;function c(d){let E=d.x,u=d.y,T=d.width,f=d.height;t=Math.min(t,E-T/2),n=Math.max(n,E+T/2),r=Math.min(r,u-f/2),o=Math.max(o,u+f/2)}e.nodes().forEach(d=>c(e.node(d))),e.edges().forEach(d=>{let E=e.edge(d);Object.hasOwn(E,"x")&&c(E)}),t-=a,r-=l,e.nodes().forEach(d=>{let E=e.node(d);E.x-=t,E.y-=r}),e.edges().forEach(d=>{let E=e.edge(d);E.points.forEach(u=>{u.x-=t,u.y-=r}),Object.hasOwn(E,"x")&&(E.x-=t),Object.hasOwn(E,"y")&&(E.y-=r)}),i.width=n-t+a,i.height=o-r+l}function K2(e){e.edges().forEach(t=>{let n=e.edge(t),r=e.node(t.v),o=e.node(t.w),i,a;n.points?(i=n.points[0],a=n.points[n.points.length-1]):(n.points=[],i=o,a=r),n.points.unshift(hT(r,i)),n.points.push(hT(o,a))})}function z2(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 J2(e){e.edges().forEach(t=>{let n=e.edge(t);n.reversed&&n.points.reverse()})}function q2(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),i=e.node(n.borderLeft[n.borderLeft.length-1]),a=e.node(n.borderRight[n.borderRight.length-1]);n.width=Math.abs(a.x-i.x),n.height=Math.abs(o.y-r.y),n.x=i.x+n.width/2,n.y=r.y+n.height/2}}),e.nodes().forEach(t=>{e.node(t).dummy==="border"&&e.removeNode(t)})}function Q2(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 Z2(e){ko(e).forEach(t=>{let n=0;t.forEach((r,o)=>{let i=e.node(r);i.order=o+n,(i.selfEdges||[]).forEach(a=>{Pr(e,"selfedge",{width:a.label.width,height:a.label.height,rank:i.rank,order:o+ ++n,e:a.e,label:a.label},"_se")}),delete i.selfEdges})})}function eG(e){e.nodes().forEach(t=>{let n=e.node(t);if(n.dummy==="selfedge"){let r=n,o=e.node(r.e.v),i=o.x+o.width/2,a=o.y,l=n.x-i,c=o.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:i+2*l/3,y:a-c},{x:i+5*l/6,y:a-c},{x:i+l,y:a},{x:i+5*l/6,y:a+c},{x:i+2*l/3,y:a+c}],r.label.x=n.x,r.label.y=n.y}})}function Sl(e,t){return Ea(mi(e,t),Number)}function pl(e){let t={};return e&&Object.entries(e).forEach(([n,r])=>{typeof n=="string"&&(n=n.toLowerCase()),t[n]=r}),t}function tG(e){let t=ko(e),n=new ot({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 i="layer"+o;n.setNode(i,{rank:"same"}),r.reduce((a,l)=>(n.setEdge(a,l,{style:"invis"}),l))}),n}var nG={graphlib:mh,version:TF,layout:M2,debug:tG,util:{time:wh,notime:Uh}},gi=nG;/*! For license information please see dagre.esm.js.LEGAL.txt */function rG(e,t,n={}){var o;if(e.length===0)return e;const r=new gi.graphlib.Graph().setDefaultEdgeLabel(()=>({}));r.setGraph({rankdir:"LR",ranksep:60,nodesep:30,marginx:20,marginy:20});for(const i of e){const a={width:170,height:52};if(n.mode==="layered"&&((o=i.data)!=null&&o.layer)){const l=oi.indexOf(i.data.layer);l>=0&&(a.rank=l)}r.setNode(i.id,a)}for(const i of t)r.setEdge(i.source,i.target);return gi.layout(r),e.map(i=>{const a=r.node(i.id);return{...i,position:{x:a.x-85,y:a.y-26}}})}function oG({data:e,selected:t}){const n=e.nodeType,r=e.isFocal,o=Be[n]??"var(--color-text-tertiary)",i=Vi[n]??n.toUpperCase();return s.jsxs("div",{style:{minWidth:140,maxWidth:190,background:"var(--color-bg-card)",border:`2px solid ${r||t?"var(--color-accent-blue)":o}`,borderRadius:8,padding:"6px 8px",boxShadow:r?"0 0 0 2px color-mix(in srgb, var(--color-accent-blue) 25%, transparent)":"none"},children:[s.jsx(En,{type:"target",position:oe.Left,style:{width:6,height:6,background:o,border:"none"}}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,marginBottom:2},children:[s.jsx("span",{style:{fontSize:8,fontWeight:700,letterSpacing:"0.04em",color:"var(--color-bg-card)",background:o,borderRadius:3,padding:"1px 4px"},children:i}),e.domain&&s.jsx("span",{style:{color:"var(--color-text-tertiary)",fontSize:9},children:e.domain})]}),s.jsx("div",{style:{color:"var(--color-text-primary)",fontSize:10,fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.label,children:e.label}),s.jsx(En,{type:"source",position:oe.Right,style:{width:6,height:6,background:o,border:"none"}})]})}const sG={miniDagNode:oG};function iG({nodes:e,edges:t,focalNodeId:n,height:r=250,onNodeClick:o,interactive:i=!0,layoutMode:a="flow"}){const[l,c,d]=ph([]),[E,u,T]=Rh([]),{fitView:f}=la(),A=S.useRef(null);return S.useEffect(()=>{const h=e.map(R=>({id:R.id,type:"miniDagNode",position:{x:0,y:0},data:{label:R.name,nodeType:R.type,domain:R.domain,layer:od(R),isFocal:R.id===n}})),p=t.map((R,N)=>({id:`mini-edge-${N}-${R.source}-${R.target}`,source:R.source,target:R.target,style:{stroke:Zr[R.type]??"#8b949e",strokeWidth:1.4},markerEnd:{type:Ir.ArrowClosed,color:Zr[R.type]??"#8b949e",width:10,height:10}}));c(rG(h,p,{mode:a})),u(p),requestAnimationFrame(()=>{f({padding:.15,duration:200})})},[e,t,n,a,c,u,f]),S.useEffect(()=>{if(!A.current)return;const h=A.current,p=new ResizeObserver(()=>{f({padding:.15,duration:0})});return p.observe(h),()=>p.disconnect()},[f]),e.length===0?s.jsx("div",{style:{height:r,display:"flex",alignItems:"center",justifyContent:"center",color:"var(--color-text-tertiary)",fontSize:11},children:"No lineage nodes to display"}):s.jsx("div",{ref:A,style:{height:r,width:"100%",borderRadius:8,overflow:"hidden",border:"1px solid var(--color-border-subtle)"},children:s.jsx(Sh,{nodes:l,edges:E,onNodesChange:i?d:void 0,onEdgesChange:i?T:void 0,onNodeClick:o?(h,p)=>o(p.id):void 0,nodeTypes:sG,fitView:!0,fitViewOptions:{padding:.15},minZoom:.25,proOptions:{hideAttribution:!0},nodesDraggable:i,nodesConnectable:!1,zoomOnScroll:i,panOnDrag:i,style:{background:"var(--color-bg-sunken)"},children:s.jsx(hh,{color:"var(--color-border-subtle)",gap:20,size:1})})})}function Bd(e){return s.jsx(fh,{children:s.jsx(iG,{...e})})}function aG(e){const t=e.match(/^\s*block\s+"([^"]+)"/i);return t?t[1]:null}function lG(e){const t=[],n=/\b(?:FROM|JOIN)\s+([a-zA-Z_][\w.]*)/gi;for(const o of e.matchAll(n)){const i=o[1].toLowerCase();["select","where","group","order","having","limit","union","lateral"].includes(i)||t.push(i)}const r=/\bref\s*\(\s*"([^"]+)"\s*\)/gi;for(const o of e.matchAll(r))t.push(o[1]);return[...new Set(t)]}function cG(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 dG({cellContent:e,cellType:t,cellName:n,themeMode:r,t:o,onFocusNode:i}){const[a,l]=S.useState(!1),[c,d]=S.useState(380),E=S.useRef(c);E.current=c;const[u,T]=S.useState(!1),[f,A]=S.useState(!1),[h,p]=S.useState([]),[R,N]=S.useState([]),[I,O]=S.useState(),[C,m]=S.useState([]),[g,L]=S.useState({metrics:[],dimensions:[]}),[x,D]=S.useState(null),[b,w]=S.useState(null),_=(t==="dql"?aG(e):null)||n,F=S.useCallback(async()=>{if(!(!_&&t!=="sql")){A(!0),w(null);try{const v=lG(e);if(m(v),L(cG(e)),_){const M=`block:${_}`;O(M);const[y,U]=await Promise.all([z.queryLineage({focus:M,upstreamDepth:2,downstreamDepth:2}),z.fetchLineagePaths(M)]);y!=null&&y.graph&&(p(y.graph.nodes??[]),N(y.graph.edges??[])),U&&D(U)}else{O(void 0);const y=((await z.fetchLineage()).nodes??[]).filter(U=>v.some(G=>U.name===G||U.id===`table:${G}`));p(y),N([])}}catch{w("Failed to load lineage")}finally{A(!1)}}},[_,e,t]);S.useEffect(()=>{a&&F()},[a,F]);const P=C.length>0||g.metrics.length>0||g.dimensions.length>0;return e.trim()?s.jsxs("div",{style:{borderTop:`1px solid ${o.cellBorder}`},children:[s.jsxs("button",{onClick:()=>l(v=>!v),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:[s.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",style:{flexShrink:0},children:[s.jsx("circle",{cx:"4",cy:"4",r:"2"}),s.jsx("circle",{cx:"12",cy:"8",r:"2"}),s.jsx("circle",{cx:"4",cy:"12",r:"2"}),s.jsx("line",{x1:"6",y1:"4",x2:"10",y2:"8"}),s.jsx("line",{x1:"6",y1:"12",x2:"10",y2:"8"})]}),s.jsx("span",{children:"Lineage"}),s.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:s.jsx("path",{d:"M1 3l4 4 4-4",stroke:"currentColor",fill:"none",strokeWidth:"1.5"})}),a&&_&&i&&s.jsx("span",{onClick:v=>{v.stopPropagation(),i(`block:${_}`)},style:{marginLeft:"auto",fontSize:9,color:o.accent,cursor:"pointer",textDecoration:"underline"},children:"View in DAG"})]}),a&&s.jsx("div",{style:{fontSize:11},children:f?s.jsx("div",{style:{color:o.textMuted,padding:"8px 12px"},children:"Loading lineage..."}):b?s.jsx("div",{style:{color:o.error,padding:"8px 12px"},children:b}):s.jsxs(s.Fragment,{children:[h.length>0&&I&&s.jsxs("div",{style:{borderBottom:`1px solid ${o.cellBorder}`,position:"relative"},children:[s.jsx(Bd,{nodes:h,edges:R,focalNodeId:I,height:c,onNodeClick:i,interactive:!0,layoutMode:"flow"}),s.jsx("div",{onMouseDown:v=>{v.preventDefault();const M=v.clientY,y=E.current;T(!0);const U=H=>{const q=Math.min(800,Math.max(160,y+(H.clientY-M)));E.current=q,d(q)},G=()=>{T(!1),window.removeEventListener("mousemove",U),window.removeEventListener("mouseup",G)};window.addEventListener("mousemove",U),window.addEventListener("mouseup",G)},title:"Drag to resize lineage view",style:{position:"absolute",left:0,right:0,bottom:-3,height:6,cursor:"row-resize",background:u?o.accent:"transparent",transition:u?"none":"background 0.15s",zIndex:5},onMouseEnter:v=>{u||(v.currentTarget.style.background=`${o.accent}40`)},onMouseLeave:v=>{u||(v.currentTarget.style.background="transparent")}})]}),s.jsxs("div",{style:{padding:"6px 12px 8px"},children:[x&&(x.upstreamPaths.length>0||x.downstreamPaths.length>0)&&s.jsxs("div",{style:{marginBottom:8},children:[s.jsx("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:4},children:"Complete Paths"}),s.jsxs("div",{style:{display:"grid",gap:6},children:[x.upstreamPaths.slice(0,3).map((v,M)=>s.jsx(dc,{path:v,onNodeClick:i,focalNodeId:I,t:o},`up-${M}`)),x.downstreamPaths.slice(0,2).map((v,M)=>s.jsx(dc,{path:v,onNodeClick:i,focalNodeId:I,t:o},`down-${M}`))]})]}),C.length>0&&s.jsxs("div",{style:{marginBottom:6},children:[s.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Reads From (",C.length,")"]}),C.map(v=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[s.jsx("span",{style:{color:Be.source_table,fontSize:9,fontWeight:700,width:26},children:"TBL"}),s.jsx("span",{children:v})]},v))]}),g.metrics.length>0&&s.jsxs("div",{style:{marginBottom:6},children:[s.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Metrics (",g.metrics.length,")"]}),g.metrics.map(v=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[s.jsx("span",{style:{color:Be.metric,fontSize:9,fontWeight:700,width:26},children:"MET"}),s.jsx("span",{children:v})]},v))]}),g.dimensions.length>0&&s.jsxs("div",{style:{marginBottom:6},children:[s.jsxs("div",{style:{fontSize:9,fontWeight:700,textTransform:"uppercase",letterSpacing:"0.5px",color:o.textMuted,marginBottom:3},children:["Dimensions (",g.dimensions.length,")"]}),g.dimensions.map(v=>s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"1px 0",fontSize:11,color:o.textPrimary},children:[s.jsx("span",{style:{color:Be.dimension,fontSize:9,fontWeight:700,width:26},children:"DIM"}),s.jsx("span",{children:v})]},v))]}),!P&&h.length===0&&!x&&s.jsx("div",{style:{color:o.textMuted,padding:"2px 0"},children:"No lineage dependencies detected for this cell."})]})]})})]}):null}const k=e=>e.flatMap(EG),EG=e=>Vs(TG(e)).map(uG),uG=e=>e.replace(/ +/g," ").trim(),TG=e=>({type:"mandatory_block",items:Fd(e,0)[0]}),Fd=(e,t,n)=>{const r=[];for(;e[t];){const[o,i]=fG(e,t);if(r.push(o),t=i,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]},fG=(e,t)=>{const n=[];for(;;){const[r,o]=SG(e,t);if(r)n.push(r),t=o;else break}return n.length===1?[n[0],t]:[{type:"concatenation",items:n},t]},SG=(e,t)=>{if(e[t]==="{")return pG(e,t+1);if(e[t]==="[")return RG(e,t+1);{let n="";for(;e[t]&&/[A-Za-z0-9_ ]/.test(e[t]);)n+=e[t],t++;return[n,t]}},pG=(e,t)=>{const[n,r]=Fd(e,t,"}");return[{type:"mandatory_block",items:n},r]},RG=(e,t)=>{const[n,r]=Fd(e,t,"]");return[{type:"optional_block",items:n},r]},Vs=e=>{if(typeof e=="string")return[e];if(e.type==="concatenation")return e.items.map(Vs).reduce(AG,[""]);if(e.type==="mandatory_block")return e.items.flatMap(Vs);if(e.type==="optional_block")return["",...e.items.flatMap(Vs)];throw new Error(`Unknown node type: ${e}`)},AG=(e,t)=>{const n=[];for(const r of e)for(const o of t)n.push(r+o);return n};var $;(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"})($=$||($={}));const Kh=e=>({type:$.EOF,raw:"«EOF»",text:"«EOF»",start:e}),un=Kh(1/0),Qn=e=>t=>t.type===e.type&&t.text===e.text,Tn={ARRAY:Qn({text:"ARRAY",type:$.RESERVED_DATA_TYPE}),BY:Qn({text:"BY",type:$.RESERVED_KEYWORD}),SET:Qn({text:"SET",type:$.RESERVED_CLAUSE}),STRUCT:Qn({text:"STRUCT",type:$.RESERVED_DATA_TYPE}),WINDOW:Qn({text:"WINDOW",type:$.RESERVED_CLAUSE}),VALUES:Qn({text:"VALUES",type:$.RESERVED_CLAUSE})},zh=e=>e===$.RESERVED_DATA_TYPE||e===$.RESERVED_KEYWORD||e===$.RESERVED_FUNCTION_NAME||e===$.RESERVED_KEYWORD_PHRASE||e===$.RESERVED_DATA_TYPE_PHRASE||e===$.RESERVED_CLAUSE||e===$.RESERVED_SELECT||e===$.RESERVED_SET_OPERATION||e===$.RESERVED_JOIN||e===$.ARRAY_KEYWORD||e===$.CASE||e===$.END||e===$.WHEN||e===$.ELSE||e===$.THEN||e===$.LIMIT||e===$.BETWEEN||e===$.AND||e===$.OR||e===$.XOR,hG=e=>e===$.AND||e===$.OR||e===$.XOR,IG=["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"],NG=["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"],OG=["ARRAY","BOOL","BYTES","DATE","DATETIME","GEOGRAPHY","INTERVAL","INT64","INT","SMALLINT","INTEGER","BIGINT","TINYINT","BYTEINT","NUMERIC","DECIMAL","BIGNUMERIC","BIGDECIMAL","FLOAT64","STRING","STRUCT","TIME","TIMEZONE"],mG=k(["SELECT [ALL | DISTINCT] [AS STRUCT | AS VALUE]"]),gG=k(["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"]),bT=k(["CREATE [OR REPLACE] [TEMP|TEMPORARY|SNAPSHOT|EXTERNAL] TABLE [IF NOT EXISTS]"]),Rl=k(["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"]),CG=k(["UNION {ALL | DISTINCT}","EXCEPT DISTINCT","INTERSECT DISTINCT"]),xG=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN"]),yG=k(["TABLESAMPLE SYSTEM","ANY TYPE","ALL COLUMNS","NOT DETERMINISTIC","{ROWS | RANGE} BETWEEN","IS [NOT] DISTINCT FROM"]),LG=k([]),_G={name:"bigquery",tokenizerOptions:{reservedSelect:mG,reservedClauses:[...gG,...Rl,...bT],reservedSetOperations:CG,reservedJoins:xG,reservedKeywordPhrases:yG,reservedDataTypePhrases:LG,reservedKeywords:NG,reservedDataTypes:OG,reservedFunctionNames:IG,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:bG},formatOptions:{onelineClauses:[...bT,...Rl],tabularOnelineClauses:Rl}};function bG(e){return DG(MG(e))}function DG(e){let t=un;return e.map(n=>n.text==="OFFSET"&&t.text==="["?(t=n,Object.assign(Object.assign({},n),{type:$.RESERVED_FUNCTION_NAME})):(t=n,n))}function MG(e){var t;const n=[];for(let r=0;r<e.length;r++){const o=e[r];if((Tn.ARRAY(o)||Tn.STRUCT(o))&&((t=e[r+1])===null||t===void 0?void 0:t.text)==="<"){const i=PG(e,r+1),a=e.slice(r,i+1);n.push({type:$.IDENTIFIER,raw:a.map(DT("raw")).join(""),text:a.map(DT("text")).join(""),start:o.start}),r=i}else n.push(o)}return n}const DT=e=>t=>t.type===$.IDENTIFIER||t.type===$.COMMA?t[e]+" ":t[e];function PG(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 vG=["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"],wG=["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"],UG=["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"],BG=k(["SELECT [DISTINCT]","MODIFY QUERY SELECT [DISTINCT]"]),FG=k(["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]"]),MT=k(["CREATE [OR REPLACE] [TEMPORARY] TABLE [IF NOT EXISTS]"]),Al=k(["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"]),GG=k(["UNION [ALL | DISTINCT]","PARALLEL WITH"]),kG=k(["[GLOBAL] [INNER|LEFT|RIGHT|FULL|CROSS] [OUTER|SEMI|ANTI|ANY|ALL|ASOF] JOIN","[LEFT] ARRAY JOIN"]),HG=k(["{ROWS | RANGE} BETWEEN","ALTER MATERIALIZE STATISTICS"]),jG={name:"clickhouse",tokenizerOptions:{reservedSelect:BG,reservedClauses:[...FG,...MT,...Al],reservedSetOperations:GG,reservedJoins:kG,reservedKeywordPhrases:HG,reservedKeywords:wG,reservedDataTypes:UG,reservedFunctionNames:vG,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:YG},formatOptions:{onelineClauses:[...MT,...Al],tabularOnelineClauses:Al}};function YG(e){return e.map((t,n)=>{const r=e[n+1]||un,o=e[n-1]||un;return t.type===$.RESERVED_SELECT&&(r.type===$.COMMA||o.type===$.RESERVED_CLAUSE||o.type===$.COMMA)?Object.assign(Object.assign({},t),{type:$.RESERVED_KEYWORD}):Tn.SET(t)&&r.type===$.OPEN_PAREN?Object.assign(Object.assign({},t),{type:$.RESERVED_FUNCTION_NAME}):t})}const WG=["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"],VG=["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"],$G=["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"],XG=k(["SELECT [ALL | DISTINCT]"]),KG=k(["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"]),PT=k(["CREATE [GLOBAL TEMPORARY | EXTERNAL] TABLE [IF NOT EXISTS]"]),hl=k(["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"]),zG=k(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),JG=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN"]),qG=k(["ON DELETE","ON UPDATE","SET NULL","{ROWS | RANGE} BETWEEN"]),QG=k([]),ZG={name:"db2",tokenizerOptions:{reservedSelect:XG,reservedClauses:[...KG,...PT,...hl],reservedSetOperations:zG,reservedJoins:JG,reservedKeywordPhrases:qG,reservedDataTypePhrases:QG,reservedKeywords:VG,reservedDataTypes:$G,reservedFunctionNames:WG,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:[...PT,...hl],tabularOnelineClauses:hl}},ek=["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"],tk=["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"],nk=["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"],rk=k(["SELECT [ALL | DISTINCT]"]),ok=k(["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"]),vT=k(["CREATE [OR REPLACE] TABLE"]),Il=k(["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}"]),sk=k(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),ik=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","[LEFT | RIGHT] EXCEPTION JOIN","{INNER | CROSS} JOIN"]),ak=k(["ON DELETE","ON UPDATE","SET NULL","{ROWS | RANGE} BETWEEN"]),lk=k([]),ck={name:"db2i",tokenizerOptions:{reservedSelect:rk,reservedClauses:[...ok,...vT,...Il],reservedSetOperations:sk,reservedJoins:ik,reservedKeywordPhrases:ak,reservedDataTypePhrases:lk,reservedKeywords:tk,reservedDataTypes:nk,reservedFunctionNames:ek,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:[...vT,...Il],tabularOnelineClauses:Il}},dk=["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"],Ek=["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"],uk=["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"],Tk=k(["SELECT [ALL | DISTINCT]"]),fk=k(["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"]),wT=k(["CREATE [OR REPLACE] [TEMPORARY | TEMP] TABLE [IF NOT EXISTS]"]),Nl=k(["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]"]),Sk=k(["UNION [ALL | BY NAME]","EXCEPT [ALL]","INTERSECT [ALL]"]),pk=k(["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"]),Rk=k(["{ROWS | RANGE | GROUPS} BETWEEN","SIMILAR TO","IS [NOT] DISTINCT FROM"]),Ak=k(["TIMESTAMP WITH TIME ZONE"]),hk={name:"duckdb",tokenizerOptions:{reservedSelect:Tk,reservedClauses:[...fk,...wT,...Nl],reservedSetOperations:Sk,reservedJoins:pk,reservedKeywordPhrases:Rk,reservedDataTypePhrases:Ak,supportsXor:!0,reservedKeywords:Ek,reservedDataTypes:uk,reservedFunctionNames:dk,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:[...wT,...Nl],tabularOnelineClauses:Nl}},Ik=["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"],Nk=["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"],Ok=["ARRAY","BIGINT","BINARY","BOOLEAN","CHAR","DATE","DECIMAL","DOUBLE","FLOAT","INT","INTEGER","INTERVAL","MAP","NUMERIC","PRECISION","SMALLINT","STRUCT","TIMESTAMP","VARCHAR"],mk=k(["SELECT [ALL | DISTINCT]"]),gk=k(["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"]),UT=k(["CREATE [TEMPORARY] [EXTERNAL] TABLE [IF NOT EXISTS]"]),Ol=k(["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"]),Ck=k(["UNION [ALL | DISTINCT]"]),xk=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","LEFT SEMI JOIN"]),yk=k(["{ROWS | RANGE} BETWEEN"]),Lk=k([]),_k={name:"hive",tokenizerOptions:{reservedSelect:mk,reservedClauses:[...gk,...UT,...Ol],reservedSetOperations:Ck,reservedJoins:xk,reservedKeywordPhrases:yk,reservedDataTypePhrases:Lk,reservedKeywords:Nk,reservedDataTypes:Ok,reservedFunctionNames:Ik,extraParens:["[]"],stringTypes:['""-bs',"''-bs"],identTypes:["``"],variableTypes:[{quote:"{}",prefixes:["$"],requirePrefix:!0}],operators:["%","~","^","|","&","<=>","==","!","||"]},formatOptions:{onelineClauses:[...UT,...Ol],tabularOnelineClauses:Ol}};function Ta(e){return e.map((t,n)=>{const r=e[n+1]||un;if(Tn.SET(t)&&r.text==="(")return Object.assign(Object.assign({},t),{type:$.RESERVED_FUNCTION_NAME});const o=e[n-1]||un;return Tn.VALUES(t)&&o.text==="="?Object.assign(Object.assign({},t),{type:$.RESERVED_FUNCTION_NAME}):t})}const bk=["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"],Dk=["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"],Mk=["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"],Pk=k(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),vk=k(["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"]),BT=k(["CREATE [OR REPLACE] [TEMPORARY] TABLE [IF NOT EXISTS]"]),ml=k(["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"]),wk=k(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]","MINUS [ALL | DISTINCT]"]),Uk=k(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),Bk=k(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),Fk=k([]),Gk={name:"mariadb",tokenizerOptions:{reservedSelect:Pk,reservedClauses:[...vk,...BT,...ml],reservedSetOperations:wk,reservedJoins:Uk,reservedKeywordPhrases:Bk,reservedDataTypePhrases:Fk,supportsXor:!0,reservedKeywords:bk,reservedDataTypes:Dk,reservedFunctionNames:Mk,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:Ta},formatOptions:{onelineClauses:[...BT,...ml],tabularOnelineClauses:ml}},kk=["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"],Hk=["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"],jk=["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"],Yk=k(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),Wk=k(["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"]),FT=k(["CREATE [TEMPORARY] TABLE [IF NOT EXISTS]"]),gl=k(["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"]),Vk=k(["UNION [ALL | DISTINCT]"]),$k=k(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),Xk=k(["ON {UPDATE | DELETE} [SET NULL]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),Kk=k([]),zk={name:"mysql",tokenizerOptions:{reservedSelect:Yk,reservedClauses:[...Wk,...FT,...gl],reservedSetOperations:Vk,reservedJoins:$k,reservedKeywordPhrases:Xk,reservedDataTypePhrases:Kk,supportsXor:!0,reservedKeywords:kk,reservedDataTypes:Hk,reservedFunctionNames:jk,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:Ta},formatOptions:{onelineClauses:[...FT,...gl],tabularOnelineClauses:gl}},Jk=["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"],qk=["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"],Qk=["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"],Zk=k(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),eH=k(["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"]),GT=k(["CREATE [TEMPORARY] TABLE [IF NOT EXISTS]"]),Cl=k(["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"]),tH=k(["UNION [ALL | DISTINCT]"]),nH=k(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),rH=k(["ON {UPDATE | DELETE} [SET NULL]","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),oH=k([]),sH={name:"tidb",tokenizerOptions:{reservedSelect:Zk,reservedClauses:[...eH,...GT,...Cl],reservedSetOperations:tH,reservedJoins:nH,reservedKeywordPhrases:rH,reservedDataTypePhrases:oH,supportsXor:!0,reservedKeywords:Jk,reservedDataTypes:qk,reservedFunctionNames:Qk,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:Ta},formatOptions:{onelineClauses:[...GT,...Cl],tabularOnelineClauses:Cl}},iH=["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"],aH=["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"],lH=[],cH=k(["SELECT [ALL | DISTINCT]"]),dH=k(["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"]),kT=k(["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"]),EH=k(["UNION [ALL]","EXCEPT [ALL]","INTERSECT [ALL]"]),uH=k(["JOIN","{LEFT | RIGHT} [OUTER] JOIN","INNER JOIN"]),TH=k(["{ROWS | RANGE | GROUPS} BETWEEN"]),fH=k([]),SH={name:"n1ql",tokenizerOptions:{reservedSelect:cH,reservedClauses:[...dH,...kT],reservedSetOperations:EH,reservedJoins:uH,reservedKeywordPhrases:TH,reservedDataTypePhrases:fH,supportsXor:!0,reservedKeywords:aH,reservedDataTypes:lH,reservedFunctionNames:iH,stringTypes:['""-bs',"''-bs"],identTypes:["``"],extraParens:["[]","{}"],paramTypes:{positional:!0,numbered:["$"],named:["$"]},lineCommentTypes:["#","--"],operators:["%","==",":","||"]},formatOptions:{onelineClauses:kT}},pH=["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"],RH=["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"],AH=["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"],hH=k(["SELECT [ALL | DISTINCT | UNIQUE]"]),IH=k(["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"]),HT=k(["CREATE [GLOBAL TEMPORARY | PRIVATE TEMPORARY | SHARDED | DUPLICATED | IMMUTABLE BLOCKCHAIN | BLOCKCHAIN | IMMUTABLE] TABLE"]),xl=k(["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"]),NH=k(["UNION [ALL]","MINUS","INTERSECT"]),OH=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN","{CROSS | OUTER} APPLY"]),mH=k(["ON {UPDATE | DELETE} [SET NULL]","ON COMMIT","{ROWS | RANGE} BETWEEN"]),gH=k([]),CH={name:"plsql",tokenizerOptions:{reservedSelect:hH,reservedClauses:[...IH,...HT,...xl],reservedSetOperations:NH,reservedJoins:OH,reservedKeywordPhrases:mH,reservedDataTypePhrases:gH,supportsXor:!0,reservedKeywords:pH,reservedDataTypes:RH,reservedFunctionNames:AH,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:xH},formatOptions:{alwaysDenseOperators:["@"],onelineClauses:[...HT,...xl],tabularOnelineClauses:xl}};function xH(e){let t=un;return e.map(n=>Tn.SET(n)&&Tn.BY(t)?Object.assign(Object.assign({},n),{type:$.RESERVED_KEYWORD}):(zh(n.type)&&(t=n),n))}const yH=["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"],LH=["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"],_H=["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"],bH=k(["SELECT [ALL | DISTINCT]"]),DH=k(["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"]),jT=k(["CREATE [GLOBAL | LOCAL] [TEMPORARY | TEMP | UNLOGGED] TABLE [IF NOT EXISTS]"]),yl=k(["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"]),MH=k(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),PH=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),vH=k(["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"]),wH=k(["[TIMESTAMP | TIME] {WITH | WITHOUT} TIME ZONE"]),UH={name:"postgresql",tokenizerOptions:{reservedSelect:bH,reservedClauses:[...DH,...jT,...yl],reservedSetOperations:MH,reservedJoins:PH,reservedKeywordPhrases:vH,reservedDataTypePhrases:wH,reservedKeywords:LH,reservedDataTypes:_H,reservedFunctionNames:yH,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:[...jT,...yl],tabularOnelineClauses:yl}},BH=["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"],FH=["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"],GH=["ARRAY","BIGINT","BPCHAR","CHAR","CHARACTER VARYING","CHARACTER","DECIMAL","INT","INT2","INT4","INT8","INTEGER","NCHAR","NUMERIC","NVARCHAR","SMALLINT","TEXT","VARBYTE","VARCHAR"],kH=k(["SELECT [ALL | DISTINCT]"]),HH=k(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY","HAVING","QUALIFY","PARTITION BY","ORDER BY","LIMIT","OFFSET","INSERT INTO","VALUES","SET"]),YT=k(["CREATE [TEMPORARY | TEMP | LOCAL TEMPORARY | LOCAL TEMP] TABLE [IF NOT EXISTS]"]),Ll=k(["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"]),jH=k(["UNION [ALL]","EXCEPT","INTERSECT","MINUS"]),YH=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),WH=k(["NULL AS","DATA CATALOG","HIVE METASTORE","{ROWS | RANGE} BETWEEN"]),VH=k([]),$H={name:"redshift",tokenizerOptions:{reservedSelect:kH,reservedClauses:[...HH,...YT,...Ll],reservedSetOperations:jH,reservedJoins:YH,reservedKeywordPhrases:WH,reservedDataTypePhrases:VH,reservedKeywords:FH,reservedDataTypes:GH,reservedFunctionNames:BH,extraParens:["[]"],stringTypes:["''-qq"],identTypes:['""-qq'],identChars:{first:"#"},paramTypes:{numbered:["$"]},operators:["^","%","@","|/","||/","&","|","~","<<",">>","||","::"]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...YT,...Ll],tabularOnelineClauses:Ll}},XH=["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"],KH=["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"],zH=["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"],JH=k(["SELECT [ALL | DISTINCT]"]),qH=k(["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"]),WT=k(["CREATE [EXTERNAL] TABLE [IF NOT EXISTS]"]),_l=k(["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"]),QH=k(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),ZH=k(["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"]),ej=k(["ON DELETE","ON UPDATE","CURRENT ROW","{ROWS | RANGE} BETWEEN"]),tj=k([]),nj={name:"spark",tokenizerOptions:{reservedSelect:JH,reservedClauses:[...qH,...WT,..._l],reservedSetOperations:QH,reservedJoins:ZH,reservedKeywordPhrases:ej,reservedDataTypePhrases:tj,supportsXor:!0,reservedKeywords:XH,reservedDataTypes:KH,reservedFunctionNames:zH,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:rj},formatOptions:{onelineClauses:[...WT,..._l],tabularOnelineClauses:_l}};function rj(e){return e.map((t,n)=>{const r=e[n-1]||un,o=e[n+1]||un;return Tn.WINDOW(t)&&o.type===$.OPEN_PAREN?Object.assign(Object.assign({},t),{type:$.RESERVED_FUNCTION_NAME}):t.text==="ITEMS"&&t.type===$.RESERVED_KEYWORD&&!(r.text==="COLLECTION"&&o.text==="TERMINATED")?Object.assign(Object.assign({},t),{type:$.IDENTIFIER,text:t.raw}):t})}const oj=["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"],sj=["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"],ij=["ANY","ARRAY","BLOB","CHARACTER","DECIMAL","INT","INTEGER","NATIVE CHARACTER","NCHAR","NUMERIC","NVARCHAR","REAL","TEXT","VARCHAR","VARYING CHARACTER"],aj=k(["SELECT [ALL | DISTINCT]"]),lj=k(["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"]),VT=k(["CREATE [TEMPORARY | TEMP] TABLE [IF NOT EXISTS]"]),bl=k(["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"]),cj=k(["UNION [ALL]","EXCEPT","INTERSECT"]),dj=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),Ej=k(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE | GROUPS} BETWEEN","DO UPDATE"]),uj=k([]),Tj={name:"sqlite",tokenizerOptions:{reservedSelect:aj,reservedClauses:[...lj,...VT,...bl],reservedSetOperations:cj,reservedJoins:dj,reservedKeywordPhrases:Ej,reservedDataTypePhrases:uj,reservedKeywords:sj,reservedDataTypes:ij,reservedFunctionNames:oj,stringTypes:["''-qq",{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq',"``","[]"],paramTypes:{positional:!0,numbered:["?"],named:[":","@","$"]},operators:["%","~","&","|","<<",">>","==","->","->>","||"]},formatOptions:{onelineClauses:[...VT,...bl],tabularOnelineClauses:bl}},fj=["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"],Sj=["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"],pj=["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"],Rj=k(["SELECT [ALL | DISTINCT]"]),Aj=k(["WITH [RECURSIVE]","FROM","WHERE","GROUP BY [ALL | DISTINCT]","HAVING","WINDOW","PARTITION BY","ORDER BY","LIMIT","OFFSET","FETCH {FIRST | NEXT}","INSERT INTO","VALUES","SET"]),$T=k(["CREATE [GLOBAL TEMPORARY | LOCAL TEMPORARY] TABLE"]),Dl=k(["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"]),hj=k(["UNION [ALL | DISTINCT]","EXCEPT [ALL | DISTINCT]","INTERSECT [ALL | DISTINCT]"]),Ij=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),Nj=k(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE} BETWEEN"]),Oj=k([]),mj={name:"sql",tokenizerOptions:{reservedSelect:Rj,reservedClauses:[...Aj,...$T,...Dl],reservedSetOperations:hj,reservedJoins:Ij,reservedKeywordPhrases:Nj,reservedDataTypePhrases:Oj,reservedKeywords:Sj,reservedDataTypes:pj,reservedFunctionNames:fj,stringTypes:[{quote:"''-qq-bs",prefixes:["N","U&"]},{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq',"``"],paramTypes:{positional:!0},operators:["||"]},formatOptions:{onelineClauses:[...$T,...Dl],tabularOnelineClauses:Dl}},gj=["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"],Cj=["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"],xj=["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"],yj=k(["SELECT [ALL | DISTINCT]"]),Lj=k(["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"]),XT=k(["CREATE TABLE [IF NOT EXISTS]"]),Ml=k(["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"]),_j=k(["UNION [ALL | DISTINCT] [CORRESPONDING]","EXCEPT [ALL | DISTINCT] [CORRESPONDING]","INTERSECT [ALL | DISTINCT] [CORRESPONDING]"]),bj=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL [INNER] JOIN","NATURAL {LEFT | RIGHT | FULL} [OUTER] JOIN"]),Dj=k(["{ROWS | RANGE | GROUPS} BETWEEN","IS [NOT] DISTINCT FROM"]),Mj=k([]),Pj={name:"trino",tokenizerOptions:{reservedSelect:yj,reservedClauses:[...Lj,...XT,...Ml],reservedSetOperations:_j,reservedJoins:bj,reservedKeywordPhrases:Dj,reservedDataTypePhrases:Mj,reservedKeywords:Cj,reservedDataTypes:xj,reservedFunctionNames:gj,extraParens:["[]","{}"],stringTypes:[{quote:"''-qq",prefixes:["U&"]},{quote:"''-raw",prefixes:["X"],requirePrefix:!0}],identTypes:['""-qq'],paramTypes:{positional:!0},operators:["%","->","=>",":","||","|","^","$"]},formatOptions:{onelineClauses:[...XT,...Ml],tabularOnelineClauses:Ml}},vj=["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"],wj=["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"],Uj=["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"],Bj=k(["SELECT [ALL | DISTINCT]"]),Fj=k(["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"]),KT=k(["CREATE TABLE"]),Pl=k(["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"]),Gj=k(["UNION [ALL]","EXCEPT","INTERSECT"]),kj=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","{CROSS | OUTER} APPLY"]),Hj=k(["ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]","{ROWS | RANGE} BETWEEN"]),jj=k([]),Yj={name:"transactsql",tokenizerOptions:{reservedSelect:Bj,reservedClauses:[...Fj,...KT,...Pl],reservedSetOperations:Gj,reservedJoins:kj,reservedKeywordPhrases:Hj,reservedDataTypePhrases:jj,reservedKeywords:wj,reservedDataTypes:Uj,reservedFunctionNames:vj,nestedBlockComments:!0,stringTypes:[{quote:"''-qq",prefixes:["N"]},"{}"],identTypes:['""-qq',"[]"],identChars:{first:"#@",rest:"#@$"},paramTypes:{named:["@"],quoted:["@"]},operators:["%","&","|","^","~","!<","!>","+=","-=","*=","/=","%=","|=","&=","^=","::",":"],propertyAccessOperators:[".."]},formatOptions:{alwaysDenseOperators:["::"],onelineClauses:[...KT,...Pl],tabularOnelineClauses:Pl}},Wj=["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"],Vj=["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"],$j=["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"],Xj=k(["SELECT [ALL | DISTINCT | DISTINCTROW]"]),Kj=k(["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"]),zT=k(["CREATE [ROWSTORE] [REFERENCE | TEMPORARY | GLOBAL TEMPORARY] TABLE [IF NOT EXISTS]"]),vl=k(["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"]),zj=k(["UNION [ALL | DISTINCT]","EXCEPT","INTERSECT","MINUS"]),Jj=k(["JOIN","{LEFT | RIGHT | FULL} [OUTER] JOIN","{INNER | CROSS} JOIN","NATURAL {LEFT | RIGHT} [OUTER] JOIN","STRAIGHT_JOIN"]),qj=k(["ON DELETE","ON UPDATE","CHARACTER SET","{ROWS | RANGE} BETWEEN","IDENTIFIED BY"]),Qj=k([]),Zj={name:"singlestoredb",tokenizerOptions:{reservedSelect:Xj,reservedClauses:[...Kj,...zT,...vl],reservedSetOperations:zj,reservedJoins:Jj,reservedKeywordPhrases:qj,reservedDataTypePhrases:Qj,reservedKeywords:Wj,reservedDataTypes:Vj,reservedFunctionNames:$j,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:Ta},formatOptions:{alwaysDenseOperators:["::","::$","::%"],onelineClauses:[...zT,...vl],tabularOnelineClauses:vl}},eY=["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"],tY=["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"],nY=["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"],rY=k(["SELECT [ALL | DISTINCT]"]),oY=k(["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"]),JT=k(["CREATE [OR REPLACE] [VOLATILE] TABLE [IF NOT EXISTS]","CREATE [OR REPLACE] [LOCAL | GLOBAL] {TEMP|TEMPORARY} TABLE [IF NOT EXISTS]"]),wl=k(["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"]),sY=k(["UNION [ALL]","MINUS","EXCEPT","INTERSECT"]),iY=k(["[INNER] JOIN","[NATURAL] {LEFT | RIGHT | FULL} [OUTER] JOIN","{CROSS | NATURAL} JOIN"]),aY=k(["{ROWS | RANGE} BETWEEN","ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]"]),lY=k([]),cY={name:"snowflake",tokenizerOptions:{reservedSelect:rY,reservedClauses:[...oY,...JT,...wl],reservedSetOperations:sY,reservedJoins:iY,reservedKeywordPhrases:aY,reservedDataTypePhrases:lY,reservedKeywords:tY,reservedDataTypes:nY,reservedFunctionNames:eY,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:[...JT,...wl],tabularOnelineClauses:wl}},dY=Object.freeze(Object.defineProperty({__proto__:null,bigquery:_G,clickhouse:jG,db2:ZG,db2i:ck,duckdb:hk,hive:_k,mariadb:Gk,mysql:zk,n1ql:SH,plsql:CH,postgresql:UH,redshift:$H,singlestoredb:Zj,snowflake:cY,spark:nj,sql:mj,sqlite:Tj,tidb:sH,transactsql:Yj,trino:Pj},Symbol.toStringTag,{value:"Module"})),no=e=>e[e.length-1],Jh=e=>e.sort((t,n)=>n.length-t.length||t.localeCompare(n)),$s=e=>e.replace(/\s+/gu," "),Ul=e=>/\n/.test(e),ut=e=>e.replace(/[.*+?^${}()|[\]\\]/gu,"\\$&"),qT=/\s+/uy,Hn=e=>new RegExp(`(?:${e})`,"uy"),EY=e=>e.split("").map(t=>/ /gu.test(t)?"\\s+":`[${t.toUpperCase()}${t.toLowerCase()}]`).join(""),uY=e=>e+"(?:-"+e+")*",TY=({prefixes:e,requirePrefix:t})=>`(?:${e.map(EY).join("|")}${t?"":"|"})`,fY=e=>new RegExp(`(?:${e.map(ut).join("|")}).*?(?=\r
758
- |\r|
759
- |$)`,"uy"),QT=(e,t=[])=>{const n=e==="open"?0:1,r=["()",...t].map(o=>o[n]);return Hn(r.map(ut).join("|"))},ZT=e=>Hn(`${Jh(e).map(ut).join("|")}`),SY=({rest:e,dashes:t})=>e||t?`(?![${e||""}${t?"-":""}])`:"",Mt=(e,t={})=>{if(e.length===0)return/^\b$/u;const n=SY(t),r=Jh(e).map(ut).join("|").replace(/ /gu,"\\s+");return new RegExp(`(?:${r})${n}\\b`,"iuy")},Bl=(e,t)=>{if(!e.length)return;const n=e.map(ut).join("|");return Hn(`(?:${n})(?:${t})`)},pY=()=>{const e={"<":">","[":"]","(":")","{":"}"},t="{left}(?:(?!{right}').)*?{right}",n=Object.entries(e).map(([a,l])=>t.replace(/{left}/g,ut(a)).replace(/{right}/g,ut(l))),r=ut(Object.keys(e).join(""));return`[Qq]'(?:${String.raw`(?<tag>[^\s${r}])(?:(?!\k<tag>').)*?\k<tag>`}|${n.join("|")})'`},ef={"``":"(?:`[^`]*`)+","[]":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''":pY()},qh=e=>typeof e=="string"?ef[e]:"regex"in e?e.regex:TY(e)+ef[e.quote],RY=e=>Hn(e.map(t=>"regex"in t?t.regex:qh(t)).join("|")),Qh=e=>e.map(qh).join("|"),tf=e=>Hn(Qh(e)),AY=(e={})=>Hn(Zh(e)),Zh=({first:e,rest:t,dashes:n,allowFirstCharNumber:r}={})=>{const o="\\p{Alphabetic}\\p{Mark}_",i="\\p{Decimal_Number}",a=ut(e??""),l=ut(t??""),c=r?`[${o}${i}${a}][${o}${i}${l}]*`:`[${o}${a}][${o}${i}${l}]*`;return n?uY(c):c};function eI(e,t){const n=e.slice(0,t).split(/\n/);return{line:n.length,col:n[n.length-1].length+1}}class hY{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}=eI(this.input,this.index);return new Error(`Parse error: Unexpected "${t}" at line ${n} column ${r}.
760
- ${this.dialectInfo()}`)}dialectInfo(){return this.dialectName==="sql"?`This likely happens because you're using the default "sql" dialect.
761
- If possible, please select a more specific dialect (like sqlite, postgresql, etc).`:`SQL dialect used: "${this.dialectName}".`}getWhitespace(){qT.lastIndex=this.index;const t=qT.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 nf=/\/\*/uy,IY=/[\s\S]/uy,NY=/\*\//uy;class OY{constructor(){this.lastIndex=0}exec(t){let n="",r,o=0;if(r=this.matchSection(nf,t))n+=r,o++;else return null;for(;o>0;)if(r=this.matchSection(nf,t))n+=r,o++;else if(r=this.matchSection(NY,t))n+=r,o--;else if(r=this.matchSection(IY,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 mY{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 hY(r,this.dialectName).tokenize(t);return this.cfg.postProcess?this.cfg.postProcess(o):o}buildRulesBeforeParams(t){var n,r,o;return this.validRules([{type:$.DISABLE_COMMENT,regex:/(\/\* *sql-formatter-disable *\*\/[\s\S]*?(?:\/\* *sql-formatter-enable *\*\/|$))/uy},{type:$.BLOCK_COMMENT,regex:t.nestedBlockComments?new OY:/(\/\*[^]*?\*\/)/uy},{type:$.LINE_COMMENT,regex:fY((n=t.lineCommentTypes)!==null&&n!==void 0?n:["--"])},{type:$.QUOTED_IDENTIFIER,regex:tf(t.identTypes)},{type:$.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:$.RESERVED_KEYWORD_PHRASE,regex:Mt((r=t.reservedKeywordPhrases)!==null&&r!==void 0?r:[],t.identChars),text:Me},{type:$.RESERVED_DATA_TYPE_PHRASE,regex:Mt((o=t.reservedDataTypePhrases)!==null&&o!==void 0?o:[],t.identChars),text:Me},{type:$.CASE,regex:/CASE\b/iuy,text:Me},{type:$.END,regex:/END\b/iuy,text:Me},{type:$.BETWEEN,regex:/BETWEEN\b/iuy,text:Me},{type:$.LIMIT,regex:t.reservedClauses.includes("LIMIT")?/LIMIT\b/iuy:void 0,text:Me},{type:$.RESERVED_CLAUSE,regex:Mt(t.reservedClauses,t.identChars),text:Me},{type:$.RESERVED_SELECT,regex:Mt(t.reservedSelect,t.identChars),text:Me},{type:$.RESERVED_SET_OPERATION,regex:Mt(t.reservedSetOperations,t.identChars),text:Me},{type:$.WHEN,regex:/WHEN\b/iuy,text:Me},{type:$.ELSE,regex:/ELSE\b/iuy,text:Me},{type:$.THEN,regex:/THEN\b/iuy,text:Me},{type:$.RESERVED_JOIN,regex:Mt(t.reservedJoins,t.identChars),text:Me},{type:$.AND,regex:/AND\b/iuy,text:Me},{type:$.OR,regex:/OR\b/iuy,text:Me},{type:$.XOR,regex:t.supportsXor?/XOR\b/iuy:void 0,text:Me},...t.operatorKeyword?[{type:$.OPERATOR,regex:/OPERATOR *\([^)]+\)/iuy}]:[],{type:$.RESERVED_FUNCTION_NAME,regex:Mt(t.reservedFunctionNames,t.identChars),text:Me},{type:$.RESERVED_DATA_TYPE,regex:Mt(t.reservedDataTypes,t.identChars),text:Me},{type:$.RESERVED_KEYWORD,regex:Mt(t.reservedKeywords,t.identChars),text:Me}])}buildRulesAfterParams(t){var n,r;return this.validRules([{type:$.VARIABLE,regex:t.variableTypes?RY(t.variableTypes):void 0},{type:$.STRING,regex:tf(t.stringTypes)},{type:$.IDENTIFIER,regex:AY(t.identChars)},{type:$.DELIMITER,regex:/[;]/uy},{type:$.COMMA,regex:/[,]/y},{type:$.OPEN_PAREN,regex:QT("open",t.extraParens)},{type:$.CLOSE_PAREN,regex:QT("close",t.extraParens)},{type:$.OPERATOR,regex:ZT(["+","-","/",">","<","=","<>","<=",">=","!=",...(n=t.operators)!==null&&n!==void 0?n:[]])},{type:$.ASTERISK,regex:/[*]/uy},{type:$.PROPERTY_ACCESS_OPERATOR,regex:ZT([".",...(r=t.propertyAccessOperators)!==null&&r!==void 0?r:[]])}])}buildParamRules(t,n){var r,o,i,a,l;const c={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)||((i=t.paramTypes)===null||i===void 0?void 0:i.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:$.NAMED_PARAMETER,regex:Bl(c.named,Zh(t.paramChars||t.identChars)),key:d=>d.slice(1)},{type:$.QUOTED_PARAMETER,regex:Bl(c.quoted,Qh(t.identTypes)),key:d=>(({tokenKey:E,quoteChar:u})=>E.replace(new RegExp(ut("\\"+u),"gu"),u))({tokenKey:d.slice(2,-1),quoteChar:d.slice(-1)})},{type:$.NUMBERED_PARAMETER,regex:Bl(c.numbered,"[0-9]+"),key:d=>d.slice(1)},{type:$.POSITIONAL_PARAMETER,regex:c.positional?/[?]/y:void 0},...c.custom.map(d=>{var E;return{type:$.CUSTOM_PARAMETER,regex:Hn(d.regex),key:(E=d.key)!==null&&E!==void 0?E:(u=>u)}})])}validRules(t){return t.filter(n=>!!n.regex)}}const Me=e=>$s(e.toUpperCase()),rf=new Map,gY=e=>{let t=rf.get(e);return t||(t=CY(e),rf.set(e,t)),t},CY=e=>({tokenizer:new mY(e.tokenizerOptions,e.name),formatOptions:xY(e.formatOptions)}),xY=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 yY(e){return e.indentStyle==="tabularLeft"||e.indentStyle==="tabularRight"?" ".repeat(10):e.useTabs?" ":" ".repeat(e.tabWidth)}function Zn(e){return e.indentStyle==="tabularLeft"||e.indentStyle==="tabularRight"}class LY{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 Xs={exports:{}},_Y=Xs.exports,of;function bY(){return of||(of=1,(function(e){(function(t,n){e.exports?e.exports=n():t.nearley=n()})(_Y,function(){function t(d,E,u){return this.id=++t.highestId,this.name=d,this.symbols=E,this.postprocess=u,this}t.highestId=0,t.prototype.toString=function(d){var E=typeof d>"u"?this.symbols.map(c).join(" "):this.symbols.slice(0,d).map(c).join(" ")+" ● "+this.symbols.slice(d).map(c).join(" ");return this.name+" → "+E};function n(d,E,u,T){this.rule=d,this.dot=E,this.reference=u,this.data=[],this.wantedBy=T,this.isComplete=this.dot===d.symbols.length}n.prototype.toString=function(){return"{"+this.rule.toString(this.dot)+"}, from: "+(this.reference||0)},n.prototype.nextState=function(d){var E=new n(this.rule,this.dot+1,this.reference,this.wantedBy);return E.left=this,E.right=d,E.isComplete&&(E.data=E.build(),E.right=void 0),E},n.prototype.build=function(){var d=[],E=this;do d.push(E.right.data),E=E.left;while(E.left);return d.reverse(),d},n.prototype.finish=function(){this.rule.postprocess&&(this.data=this.rule.postprocess(this.data,this.reference,a.fail))};function r(d,E){this.grammar=d,this.index=E,this.states=[],this.wants={},this.scannable=[],this.completed={}}r.prototype.process=function(d){for(var E=this.states,u=this.wants,T=this.completed,f=0;f<E.length;f++){var A=E[f];if(A.isComplete){if(A.finish(),A.data!==a.fail){for(var h=A.wantedBy,p=h.length;p--;){var R=h[p];this.complete(R,A)}if(A.reference===this.index){var N=A.rule.name;(this.completed[N]=this.completed[N]||[]).push(A)}}}else{var N=A.rule.symbols[A.dot];if(typeof N!="string"){this.scannable.push(A);continue}if(u[N]){if(u[N].push(A),T.hasOwnProperty(N))for(var I=T[N],p=0;p<I.length;p++){var O=I[p];this.complete(A,O)}}else u[N]=[A],this.predict(N)}}},r.prototype.predict=function(d){for(var E=this.grammar.byName[d]||[],u=0;u<E.length;u++){var T=E[u],f=this.wants[d],A=new n(T,0,this.index,f);this.states.push(A)}},r.prototype.complete=function(d,E){var u=d.nextState(E);this.states.push(u)};function o(d,E){this.rules=d,this.start=E||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,E){var u=T.Lexer;T.ParserStart&&(E=T.ParserStart,T=T.ParserRules);var T=T.map(function(A){return new t(A.name,A.symbols,A.postprocess)}),f=new o(T,E);return f.lexer=u,f};function i(){this.reset("")}i.prototype.reset=function(d,E){this.buffer=d,this.index=0,this.line=E?E.line:1,this.lastLineBreak=E?-E.col:0},i.prototype.next=function(){if(this.index<this.buffer.length){var d=this.buffer[this.index++];return d===`
762
- `&&(this.line+=1,this.lastLineBreak=this.index),{value:d}}},i.prototype.save=function(){return{line:this.line,col:this.index-this.lastLineBreak}},i.prototype.formatError=function(d,E){var u=this.buffer;if(typeof u=="string"){var T=u.split(`
763
- `).slice(Math.max(0,this.line-5),this.line),f=u.indexOf(`
764
- `,this.index);f===-1&&(f=u.length);var A=this.index-this.lastLineBreak,h=String(this.line).length;return E+=" at line "+this.line+" col "+A+`:
765
-
766
- `,E+=T.map(function(R,N){return p(this.line-T.length+N+1,h)+" "+R},this).join(`
767
- `),E+=`
768
- `+p("",h+A)+`^
769
- `,E}else return E+" at index "+(this.index-1);function p(R,N){var I=String(R);return Array(N-I.length+1).join(" ")+I}};function a(d,E,u){if(d instanceof o)var T=d,u=E;else var T=o.fromCompiled(d,E);this.grammar=T,this.options={keepHistory:!1,lexer:T.lexer||new i};for(var f in u||{})this.options[f]=u[f];this.lexer=this.options.lexer,this.lexerState=void 0;var A=new r(T,0);this.table=[A],A.wants[T.start]=[],A.predict(T.start),A.process(),this.current=0}a.fail={},a.prototype.feed=function(d){var E=this.lexer;E.reset(d,this.lexerState);for(var u;;){try{if(u=E.next(),!u)break}catch(g){var h=new r(this.grammar,this.current+1);this.table.push(h);var T=new Error(this.reportLexerError(g));throw T.offset=this.current,T.token=g.token,T}var f=this.table[this.current];this.options.keepHistory||delete this.table[this.current-1];var A=this.current+1,h=new r(this.grammar,A);this.table.push(h);for(var p=u.text!==void 0?u.text:u.value,R=E.constructor===i?u.value:u,N=f.scannable,I=N.length;I--;){var O=N[I],C=O.rule.symbols[O.dot];if(C.test?C.test(R):C.type?C.type===u.type:C.literal===p){var m=O.nextState({data:R,token:u,isToken:!0,reference:A-1});h.states.push(m)}}if(h.process(),h.states.length===0){var T=new Error(this.reportError(u));throw T.offset=this.current,T.token=u,T}this.options.keepHistory&&(f.lexerState=E.save()),this.current++}return f&&(this.lexerState=E.save()),this.results=this.finish(),this},a.prototype.reportLexerError=function(d){var E,u,T=d.token;return T?(E="input "+JSON.stringify(T.text[0])+" (lexer error)",u=this.lexer.formatError(T,"Syntax error")):(E="input (lexer error)",u=d.message),this.reportErrorCommon(u,E)},a.prototype.reportError=function(d){var E=(d.type?d.type+" token: ":"")+JSON.stringify(d.value!==void 0?d.value:d),u=this.lexer.formatError(d,"Syntax error");return this.reportErrorCommon(u,E)},a.prototype.reportErrorCommon=function(d,E){var u=[];u.push(d);var T=this.table.length-2,f=this.table[T],A=f.states.filter(function(p){var R=p.rule.symbols[p.dot];return R&&typeof R!="string"});if(A.length===0)u.push("Unexpected "+E+`. I did not expect any more input. Here is the state of my parse table:
770
- `),this.displayStateStack(f.states,u);else{u.push("Unexpected "+E+`. Instead, I was expecting to see one of the following:
771
- `);var h=A.map(function(p){return this.buildFirstStateStack(p,[])||[p]},this);h.forEach(function(p){var R=p[0],N=R.rule.symbols[R.dot],I=this.getSymbolDisplay(N);u.push("A "+I+" based on:"),this.displayStateStack(p,u)},this)}return u.push(""),u.join(`
772
- `)},a.prototype.displayStateStack=function(d,E){for(var u,T=0,f=0;f<d.length;f++){var A=d[f],h=A.rule.toString(A.dot);h===u?T++:(T>0&&E.push(" ^ "+T+" more lines identical to this"),T=0,E.push(" "+h)),u=h}},a.prototype.getSymbolDisplay=function(d){return l(d)},a.prototype.buildFirstStateStack=function(d,E){if(E.indexOf(d)!==-1)return null;if(d.wantedBy.length===0)return[d];var u=d.wantedBy[0],T=[d].concat(E),f=this.buildFirstStateStack(u,T);return f===null?null:[d].concat(f)},a.prototype.save=function(){var d=this.table[this.current];return d.lexerState=this.lexerState,d},a.prototype.restore=function(d){var E=d.index;this.current=E,this.table[E]=d,this.table.splice(E+1),this.lexerState=d.lexerState,this.results=this.finish()},a.prototype.rewind=function(d){if(!this.options.keepHistory)throw new Error("set option `keepHistory` to enable rewinding");this.restore(this.table[d])},a.prototype.finish=function(){var d=[],E=this.grammar.start,u=this.table[this.table.length-1];return u.states.forEach(function(T){T.rule.name===E&&T.dot===T.rule.symbols.length&&T.reference===0&&T.data!==a.fail&&d.push(T)}),d.map(function(T){return T.data})};function l(d){var E=typeof d;if(E==="string")return d;if(E==="object"){if(d.literal)return JSON.stringify(d.literal);if(d instanceof RegExp)return"character matching "+d;if(d.type)return d.type+" token";if(d.test)return"token matching "+String(d.test);throw new Error("Unknown symbol type: "+d)}}function c(d){var E=typeof d;if(E==="string")return d;if(E==="object"){if(d.literal)return JSON.stringify(d.literal);if(d instanceof RegExp)return d.toString();if(d.type)return"%"+d.type;if(d.test)return"<"+String(d.test)+">";throw new Error("Unknown symbol type: "+d)}}return{Parser:a,Grammar:o,Rule:t}})})(Xs)),Xs.exports}var DY=bY();const MY=Li(DY);function PY(e){return e.map(vY).map(wY).map(UY).map(BY).map(FY)}const vY=(e,t,n)=>{if(zh(e.type)){const r=GY(n,t);if(r&&r.type===$.PROPERTY_ACCESS_OPERATOR)return Object.assign(Object.assign({},e),{type:$.IDENTIFIER,text:e.raw});const o=vr(n,t);if(o&&o.type===$.PROPERTY_ACCESS_OPERATOR)return Object.assign(Object.assign({},e),{type:$.IDENTIFIER,text:e.raw})}return e},wY=(e,t,n)=>{if(e.type===$.RESERVED_FUNCTION_NAME){const r=vr(n,t);if(!r||!tI(r))return Object.assign(Object.assign({},e),{type:$.IDENTIFIER,text:e.raw})}return e},UY=(e,t,n)=>{if(e.type===$.RESERVED_DATA_TYPE){const r=vr(n,t);if(r&&tI(r))return Object.assign(Object.assign({},e),{type:$.RESERVED_PARAMETERIZED_DATA_TYPE})}return e},BY=(e,t,n)=>{if(e.type===$.IDENTIFIER){const r=vr(n,t);if(r&&nI(r))return Object.assign(Object.assign({},e),{type:$.ARRAY_IDENTIFIER})}return e},FY=(e,t,n)=>{if(e.type===$.RESERVED_DATA_TYPE){const r=vr(n,t);if(r&&nI(r))return Object.assign(Object.assign({},e),{type:$.ARRAY_KEYWORD})}return e},GY=(e,t)=>vr(e,t,-1),vr=(e,t,n=1)=>{let r=1;for(;e[t+r*n]&&kY(e[t+r*n]);)r++;return e[t+r*n]},tI=e=>e.type===$.OPEN_PAREN&&e.text==="(",nI=e=>e.type===$.OPEN_PAREN&&e.text==="[",kY=e=>e.type===$.BLOCK_COMMENT||e.type===$.LINE_COMMENT;class rI{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}=eI(this.input,t.start);return`Parse error at token: ${t.text} at line ${n} column ${r}`}has(t){return t in $}}var ne;(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"})(ne=ne||(ne={}));function Fl(e){return e[0]}const de=new rI(e=>[]),mn=([[e]])=>e,Pe=e=>({type:ne.keyword,tokenType:e.type,text:e.text,raw:e.raw}),sf=e=>({type:ne.data_type,text:e.text,raw:e.raw}),ve=(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),HY=(e,{leading:t,trailing:n})=>{if(t!=null&&t.length){const[r,...o]=e;e=[ve(r,{leading:t}),...o]}if(n!=null&&n.length){const r=e.slice(0,-1),o=e[e.length-1];e=[...r,ve(o,{trailing:n})]}return e},jY={Lexer:de,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:[de.has("DELIMITER")?{type:"DELIMITER"}:DELIMITER]},{name:"statement$subexpression$1",symbols:[de.has("EOF")?{type:"EOF"}:EOF]},{name:"statement",symbols:["expressions_or_clauses","statement$subexpression$1"],postprocess:([e,[t]])=>({type:ne.statement,children:e,hasSemicolon:t.type===$.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:mn},{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:[de.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:Fl},{name:"limit_clause$ebnf$1",symbols:[],postprocess:()=>null},{name:"limit_clause",symbols:[de.has("LIMIT")?{type:"LIMIT"}:LIMIT,"_","expression_chain_","limit_clause$ebnf$1"],postprocess:([e,t,n,r])=>{if(r){const[o,i]=r;return{type:ne.limit_clause,limitKw:ve(Pe(e),{trailing:t}),offset:n,count:i}}else return{type:ne.limit_clause,limitKw:ve(Pe(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:[de.has("RESERVED_SELECT")?{type:"RESERVED_SELECT"}:RESERVED_SELECT,"select_clause$subexpression$1"],postprocess:([e,[t,n]])=>({type:ne.clause,nameKw:Pe(e),children:[t,...n]})},{name:"select_clause",symbols:[de.has("RESERVED_SELECT")?{type:"RESERVED_SELECT"}:RESERVED_SELECT],postprocess:([e])=>({type:ne.clause,nameKw:Pe(e),children:[]})},{name:"all_columns_asterisk",symbols:[de.has("ASTERISK")?{type:"ASTERISK"}:ASTERISK],postprocess:()=>({type:ne.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:[de.has("RESERVED_CLAUSE")?{type:"RESERVED_CLAUSE"}:RESERVED_CLAUSE,"other_clause$ebnf$1"],postprocess:([e,t])=>({type:ne.clause,nameKw:Pe(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:[de.has("RESERVED_SET_OPERATION")?{type:"RESERVED_SET_OPERATION"}:RESERVED_SET_OPERATION,"set_operation$ebnf$1"],postprocess:([e,t])=>({type:ne.set_operation,nameKw:Pe(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:Fl},{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])=>ve(e,{trailing:t})},{name:"_expression_with_comments",symbols:["_","expression"],postprocess:([e,t])=>ve(t,{leading:e})},{name:"_andless_expression_with_comments",symbols:["_","andless_expression"],postprocess:([e,t])=>ve(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:mn},{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:mn},{name:"expression$subexpression$1",symbols:["andless_expression"]},{name:"expression$subexpression$1",symbols:["logic_operator"]},{name:"expression",symbols:["expression$subexpression$1"],postprocess:mn},{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:mn},{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:mn},{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:mn},{name:"array_subscript",symbols:[de.has("ARRAY_IDENTIFIER")?{type:"ARRAY_IDENTIFIER"}:ARRAY_IDENTIFIER,"_","square_brackets"],postprocess:([e,t,n])=>({type:ne.array_subscript,array:ve({type:ne.identifier,quoted:!1,text:e.text},{trailing:t}),parenthesis:n})},{name:"array_subscript",symbols:[de.has("ARRAY_KEYWORD")?{type:"ARRAY_KEYWORD"}:ARRAY_KEYWORD,"_","square_brackets"],postprocess:([e,t,n])=>({type:ne.array_subscript,array:ve(Pe(e),{trailing:t}),parenthesis:n})},{name:"function_call",symbols:[de.has("RESERVED_FUNCTION_NAME")?{type:"RESERVED_FUNCTION_NAME"}:RESERVED_FUNCTION_NAME,"_","parenthesis"],postprocess:([e,t,n])=>({type:ne.function_call,nameKw:ve(Pe(e),{trailing:t}),parenthesis:n})},{name:"parenthesis",symbols:[{literal:"("},"expressions_or_clauses",{literal:")"}],postprocess:([e,t,n])=>({type:ne.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:ne.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:ne.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","_",de.has("PROPERTY_ACCESS_OPERATOR")?{type:"PROPERTY_ACCESS_OPERATOR"}:PROPERTY_ACCESS_OPERATOR,"_","property_access$subexpression$1"],postprocess:([e,t,n,r,[o]])=>({type:ne.property_access,object:ve(e,{trailing:t}),operator:n.text,property:ve(o,{leading:r})})},{name:"between_predicate",symbols:[de.has("BETWEEN")?{type:"BETWEEN"}:BETWEEN,"_","andless_expression_chain","_",de.has("AND")?{type:"AND"}:AND,"_","andless_expression"],postprocess:([e,t,n,r,o,i,a])=>({type:ne.between_predicate,betweenKw:Pe(e),expr1:HY(n,{leading:t,trailing:r}),andKw:Pe(o),expr2:[ve(a,{leading:i})]})},{name:"case_expression$ebnf$1",symbols:["expression_chain_"],postprocess:Fl},{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:[de.has("CASE")?{type:"CASE"}:CASE,"_","case_expression$ebnf$1","case_expression$ebnf$2",de.has("END")?{type:"END"}:END],postprocess:([e,t,n,r,o])=>({type:ne.case_expression,caseKw:ve(Pe(e),{trailing:t}),endKw:Pe(o),expr:n||[],clauses:r})},{name:"case_clause",symbols:[de.has("WHEN")?{type:"WHEN"}:WHEN,"_","expression_chain_",de.has("THEN")?{type:"THEN"}:THEN,"_","expression_chain_"],postprocess:([e,t,n,r,o,i])=>({type:ne.case_when,whenKw:ve(Pe(e),{trailing:t}),thenKw:ve(Pe(r),{trailing:o}),condition:n,result:i})},{name:"case_clause",symbols:[de.has("ELSE")?{type:"ELSE"}:ELSE,"_","expression_chain_"],postprocess:([e,t,n])=>({type:ne.case_else,elseKw:ve(Pe(e),{trailing:t}),result:n})},{name:"comma$subexpression$1",symbols:[de.has("COMMA")?{type:"COMMA"}:COMMA]},{name:"comma",symbols:["comma$subexpression$1"],postprocess:([[e]])=>({type:ne.comma})},{name:"asterisk$subexpression$1",symbols:[de.has("ASTERISK")?{type:"ASTERISK"}:ASTERISK]},{name:"asterisk",symbols:["asterisk$subexpression$1"],postprocess:([[e]])=>({type:ne.operator,text:e.text})},{name:"operator$subexpression$1",symbols:[de.has("OPERATOR")?{type:"OPERATOR"}:OPERATOR]},{name:"operator",symbols:["operator$subexpression$1"],postprocess:([[e]])=>({type:ne.operator,text:e.text})},{name:"identifier$subexpression$1",symbols:[de.has("IDENTIFIER")?{type:"IDENTIFIER"}:IDENTIFIER]},{name:"identifier$subexpression$1",symbols:[de.has("QUOTED_IDENTIFIER")?{type:"QUOTED_IDENTIFIER"}:QUOTED_IDENTIFIER]},{name:"identifier$subexpression$1",symbols:[de.has("VARIABLE")?{type:"VARIABLE"}:VARIABLE]},{name:"identifier",symbols:["identifier$subexpression$1"],postprocess:([[e]])=>({type:ne.identifier,quoted:e.type!=="IDENTIFIER",text:e.text})},{name:"parameter$subexpression$1",symbols:[de.has("NAMED_PARAMETER")?{type:"NAMED_PARAMETER"}:NAMED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[de.has("QUOTED_PARAMETER")?{type:"QUOTED_PARAMETER"}:QUOTED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[de.has("NUMBERED_PARAMETER")?{type:"NUMBERED_PARAMETER"}:NUMBERED_PARAMETER]},{name:"parameter$subexpression$1",symbols:[de.has("POSITIONAL_PARAMETER")?{type:"POSITIONAL_PARAMETER"}:POSITIONAL_PARAMETER]},{name:"parameter$subexpression$1",symbols:[de.has("CUSTOM_PARAMETER")?{type:"CUSTOM_PARAMETER"}:CUSTOM_PARAMETER]},{name:"parameter",symbols:["parameter$subexpression$1"],postprocess:([[e]])=>({type:ne.parameter,key:e.key,text:e.text})},{name:"literal$subexpression$1",symbols:[de.has("NUMBER")?{type:"NUMBER"}:NUMBER]},{name:"literal$subexpression$1",symbols:[de.has("STRING")?{type:"STRING"}:STRING]},{name:"literal",symbols:["literal$subexpression$1"],postprocess:([[e]])=>({type:ne.literal,text:e.text})},{name:"keyword$subexpression$1",symbols:[de.has("RESERVED_KEYWORD")?{type:"RESERVED_KEYWORD"}:RESERVED_KEYWORD]},{name:"keyword$subexpression$1",symbols:[de.has("RESERVED_KEYWORD_PHRASE")?{type:"RESERVED_KEYWORD_PHRASE"}:RESERVED_KEYWORD_PHRASE]},{name:"keyword$subexpression$1",symbols:[de.has("RESERVED_JOIN")?{type:"RESERVED_JOIN"}:RESERVED_JOIN]},{name:"keyword",symbols:["keyword$subexpression$1"],postprocess:([[e]])=>Pe(e)},{name:"data_type$subexpression$1",symbols:[de.has("RESERVED_DATA_TYPE")?{type:"RESERVED_DATA_TYPE"}:RESERVED_DATA_TYPE]},{name:"data_type$subexpression$1",symbols:[de.has("RESERVED_DATA_TYPE_PHRASE")?{type:"RESERVED_DATA_TYPE_PHRASE"}:RESERVED_DATA_TYPE_PHRASE]},{name:"data_type",symbols:["data_type$subexpression$1"],postprocess:([[e]])=>sf(e)},{name:"data_type",symbols:[de.has("RESERVED_PARAMETERIZED_DATA_TYPE")?{type:"RESERVED_PARAMETERIZED_DATA_TYPE"}:RESERVED_PARAMETERIZED_DATA_TYPE,"_","parenthesis"],postprocess:([e,t,n])=>({type:ne.parameterized_data_type,dataType:ve(sf(e),{trailing:t}),parenthesis:n})},{name:"logic_operator$subexpression$1",symbols:[de.has("AND")?{type:"AND"}:AND]},{name:"logic_operator$subexpression$1",symbols:[de.has("OR")?{type:"OR"}:OR]},{name:"logic_operator$subexpression$1",symbols:[de.has("XOR")?{type:"XOR"}:XOR]},{name:"logic_operator",symbols:["logic_operator$subexpression$1"],postprocess:([[e]])=>Pe(e)},{name:"other_keyword$subexpression$1",symbols:[de.has("WHEN")?{type:"WHEN"}:WHEN]},{name:"other_keyword$subexpression$1",symbols:[de.has("THEN")?{type:"THEN"}:THEN]},{name:"other_keyword$subexpression$1",symbols:[de.has("ELSE")?{type:"ELSE"}:ELSE]},{name:"other_keyword$subexpression$1",symbols:[de.has("END")?{type:"END"}:END]},{name:"other_keyword",symbols:["other_keyword$subexpression$1"],postprocess:([[e]])=>Pe(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:[de.has("LINE_COMMENT")?{type:"LINE_COMMENT"}:LINE_COMMENT],postprocess:([e])=>({type:ne.line_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})},{name:"comment",symbols:[de.has("BLOCK_COMMENT")?{type:"BLOCK_COMMENT"}:BLOCK_COMMENT],postprocess:([e])=>({type:ne.block_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})},{name:"comment",symbols:[de.has("DISABLE_COMMENT")?{type:"DISABLE_COMMENT"}:DISABLE_COMMENT],postprocess:([e])=>({type:ne.disable_comment,text:e.text,precedingWhitespace:e.precedingWhitespace})}],ParserStart:"main"},{Parser:YY,Grammar:WY}=MY;function VY(e){let t={};const n=new rI(o=>[...PY(e.tokenize(o,t)),Kh(o.length)]),r=new YY(WY.fromCompiled(jY),{lexer:n});return{parse:(o,i)=>{t=i;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
773
- ${JSON.stringify(a,void 0,2)}`)}}}var V;(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"})(V=V||(V={}));class oI{constructor(t){this.indentation=t,this.items=[]}add(...t){for(const n of t)switch(n){case V.SPACE:this.items.push(V.SPACE);break;case V.NO_SPACE:this.trimHorizontalWhitespace();break;case V.NO_NEWLINE:this.trimWhitespace();break;case V.NEWLINE:this.trimHorizontalWhitespace(),this.addNewline(V.NEWLINE);break;case V.MANDATORY_NEWLINE:this.trimHorizontalWhitespace(),this.addNewline(V.MANDATORY_NEWLINE);break;case V.INDENT:this.addIndentation();break;case V.SINGLE_INDENT:this.items.push(V.SINGLE_INDENT);break;default:this.items.push(n)}}trimHorizontalWhitespace(){for(;$Y(no(this.items));)this.items.pop()}trimWhitespace(){for(;XY(no(this.items));)this.items.pop()}addNewline(t){if(this.items.length>0)switch(no(this.items)){case V.NEWLINE:this.items.pop(),this.items.push(t);break;case V.MANDATORY_NEWLINE:break;default:this.items.push(t);break}}addIndentation(){for(let t=0;t<this.indentation.getLevel();t++)this.items.push(V.SINGLE_INDENT)}toString(){return this.items.map(t=>this.itemToString(t)).join("")}getLayoutItems(){return this.items}itemToString(t){switch(t){case V.SPACE:return" ";case V.NEWLINE:case V.MANDATORY_NEWLINE:return`
774
- `;case V.SINGLE_INDENT:return this.indentation.getSingleIndent();default:return t}}}const $Y=e=>e===V.SPACE||e===V.SINGLE_INDENT,XY=e=>e===V.SPACE||e===V.SINGLE_INDENT||e===V.NEWLINE;function af(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 lf(e){return hG(e)||e===$.RESERVED_CLAUSE||e===$.RESERVED_SELECT||e===$.RESERVED_SET_OPERATION||e===$.RESERVED_JOIN||e===$.LIMIT}const Gl="top-level",KY="block-level";class sI{constructor(t){this.indent=t,this.indentTypes=[]}getSingleIndent(){return this.indent}getLevel(){return this.indentTypes.length}increaseTopLevel(){this.indentTypes.push(Gl)}increaseBlockLevel(){this.indentTypes.push(KY)}decreaseTopLevel(){this.indentTypes.length>0&&no(this.indentTypes)===Gl&&this.indentTypes.pop()}decreaseBlockLevel(){for(;this.indentTypes.length>0&&this.indentTypes.pop()===Gl;);}}class zY extends oI{constructor(t){super(new sI("")),this.expressionWidth=t,this.length=0,this.trailingSpace=!1}add(...t){if(t.forEach(n=>this.addToLength(n)),this.length>this.expressionWidth)throw new xc;super.add(...t)}addToLength(t){if(typeof t=="string")this.length+=t.length,this.trailingSpace=!1;else{if(t===V.MANDATORY_NEWLINE||t===V.NEWLINE)throw new xc;t===V.INDENT||t===V.SINGLE_INDENT||t===V.SPACE?this.trailingSpace||(this.length++,this.trailingSpace=!0):(t===V.NO_NEWLINE||t===V.NO_SPACE)&&this.trailingSpace&&(this.trailingSpace=!1,this.length--)}}}class xc extends Error{}class Ci{constructor({cfg:t,dialectCfg:n,params:r,layout:o,inline:i=!1}){this.inline=!1,this.nodes=[],this.index=-1,this.cfg=t,this.dialectCfg=n,this.inline=i,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 ne.function_call:return this.formatFunctionCall(t);case ne.parameterized_data_type:return this.formatParameterizedDataType(t);case ne.array_subscript:return this.formatArraySubscript(t);case ne.property_access:return this.formatPropertyAccess(t);case ne.parenthesis:return this.formatParenthesis(t);case ne.between_predicate:return this.formatBetweenPredicate(t);case ne.case_expression:return this.formatCaseExpression(t);case ne.case_when:return this.formatCaseWhen(t);case ne.case_else:return this.formatCaseElse(t);case ne.clause:return this.formatClause(t);case ne.set_operation:return this.formatSetOperation(t);case ne.limit_clause:return this.formatLimitClause(t);case ne.all_columns_asterisk:return this.formatAllColumnsAsterisk(t);case ne.literal:return this.formatLiteral(t);case ne.identifier:return this.formatIdentifier(t);case ne.parameter:return this.formatParameter(t);case ne.operator:return this.formatOperator(t);case ne.comma:return this.formatComma(t);case ne.line_comment:return this.formatLineComment(t);case ne.block_comment:return this.formatBlockComment(t);case ne.disable_comment:return this.formatBlockComment(t);case ne.data_type:return this.formatDataType(t);case ne.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 ne.data_type:n=this.showDataType(t.array);break;case ne.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(V.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(V.NO_SPACE,t.closeParen,V.SPACE)):(this.layout.add(t.openParen,V.NEWLINE),Zn(this.cfg)?(this.layout.add(V.INDENT),this.layout=this.formatSubExpression(t.children)):(this.layout.indentation.increaseBlockLevel(),this.layout.add(V.INDENT),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseBlockLevel()),this.layout.add(V.NEWLINE,V.INDENT,t.closeParen,V.SPACE))}formatBetweenPredicate(t){this.layout.add(this.showKw(t.betweenKw),V.SPACE),this.layout=this.formatSubExpression(t.expr1),this.layout.add(V.NO_SPACE,V.SPACE,this.showNonTabularKw(t.andKw),V.SPACE),this.layout=this.formatSubExpression(t.expr2),this.layout.add(V.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(V.NEWLINE,V.INDENT),this.formatNode(t.endKw)}formatCaseWhen(t){this.layout.add(V.NEWLINE,V.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(V.NEWLINE,V.INDENT),this.formatNode(t.elseKw),this.layout=this.formatSubExpression(t.result)}formatClause(t){this.isOnelineClause(t)?this.formatClauseInOnelineStyle(t):Zn(this.cfg)?this.formatClauseInTabularStyle(t):this.formatClauseInIndentedStyle(t)}isOnelineClause(t){return Zn(this.cfg)?this.dialectCfg.tabularOnelineClauses[t.nameKw.text]:this.dialectCfg.onelineClauses[t.nameKw.text]}formatClauseInIndentedStyle(t){this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t.nameKw),V.NEWLINE),this.layout.indentation.increaseTopLevel(),this.layout.add(V.INDENT),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseTopLevel()}formatClauseInOnelineStyle(t){this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t.nameKw),V.SPACE),this.layout=this.formatSubExpression(t.children)}formatClauseInTabularStyle(t){this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t.nameKw),V.SPACE),this.layout.indentation.increaseTopLevel(),this.layout=this.formatSubExpression(t.children),this.layout.indentation.decreaseTopLevel()}formatSetOperation(t){this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t.nameKw),V.NEWLINE),this.layout.add(V.INDENT),this.layout=this.formatSubExpression(t.children)}formatLimitClause(t){this.withComments(t.limitKw,()=>{this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t.limitKw))}),this.layout.indentation.increaseTopLevel(),Zn(this.cfg)?this.layout.add(V.SPACE):this.layout.add(V.NEWLINE,V.INDENT),t.offset?(this.layout=this.formatSubExpression(t.offset),this.layout.add(V.NO_SPACE,",",V.SPACE),this.layout=this.formatSubExpression(t.count)):this.layout=this.formatSubExpression(t.count),this.layout.indentation.decreaseTopLevel()}formatAllColumnsAsterisk(t){this.layout.add("*",V.SPACE)}formatLiteral(t){this.layout.add(t.text,V.SPACE)}formatIdentifier(t){this.layout.add(this.showIdentifier(t),V.SPACE)}formatParameter(t){this.layout.add(this.params.get(t),V.SPACE)}formatOperator({text:t}){this.cfg.denseOperators||this.dialectCfg.alwaysDenseOperators.includes(t)?this.layout.add(V.NO_SPACE,t):t===":"?this.layout.add(V.NO_SPACE,t,V.SPACE):this.layout.add(t,V.SPACE)}formatComma(t){this.inline?this.layout.add(V.NO_SPACE,",",V.SPACE):this.layout.add(V.NO_SPACE,",",V.NEWLINE,V.INDENT)}withComments(t,n){this.formatComments(t.leadingComments),n(),this.formatComments(t.trailingComments)}formatComments(t){t&&t.forEach(n=>{n.type===ne.line_comment?this.formatLineComment(n):this.formatBlockComment(n)})}formatLineComment(t){Ul(t.precedingWhitespace||"")?this.layout.add(V.NEWLINE,V.INDENT,t.text,V.MANDATORY_NEWLINE,V.INDENT):this.layout.getLayoutItems().length>0?this.layout.add(V.NO_NEWLINE,V.SPACE,t.text,V.MANDATORY_NEWLINE,V.INDENT):this.layout.add(t.text,V.MANDATORY_NEWLINE,V.INDENT)}formatBlockComment(t){t.type===ne.block_comment&&this.isMultilineBlockComment(t)?(this.splitBlockComment(t.text).forEach(n=>{this.layout.add(V.NEWLINE,V.INDENT,n)}),this.layout.add(V.NEWLINE,V.INDENT)):this.layout.add(t.text,V.SPACE)}isMultilineBlockComment(t){return Ul(t.text)||Ul(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(no(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 Ci({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 Ci({cfg:this.cfg,dialectCfg:this.dialectCfg,params:this.params,layout:new zY(this.cfg.expressionWidth),inline:!0}).format(t)}catch(r){if(r instanceof xc){this.params.setPositionalParameterIndex(n);return}else throw r}}formatKeywordNode(t){switch(t.tokenType){case $.RESERVED_JOIN:return this.formatJoin(t);case $.AND:case $.OR:case $.XOR:return this.formatLogicalOperator(t);default:return this.formatKeyword(t)}}formatJoin(t){Zn(this.cfg)?(this.layout.indentation.decreaseTopLevel(),this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t),V.SPACE),this.layout.indentation.increaseTopLevel()):this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t),V.SPACE)}formatKeyword(t){this.layout.add(this.showKw(t),V.SPACE)}formatLogicalOperator(t){this.cfg.logicalOperatorNewline==="before"?Zn(this.cfg)?(this.layout.indentation.decreaseTopLevel(),this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t),V.SPACE),this.layout.indentation.increaseTopLevel()):this.layout.add(V.NEWLINE,V.INDENT,this.showKw(t),V.SPACE):this.layout.add(this.showKw(t),V.NEWLINE,V.INDENT)}formatDataType(t){this.layout.add(this.showDataType(t),V.SPACE)}showKw(t){return lf(t.tokenType)?af(this.showNonTabularKw(t),this.cfg.indentStyle):this.showNonTabularKw(t)}showNonTabularKw(t){switch(this.cfg.keywordCase){case"preserve":return $s(t.raw);case"upper":return t.text;case"lower":return t.text.toLowerCase()}}showFunctionKw(t){return lf(t.tokenType)?af(this.showNonTabularFunctionKw(t),this.cfg.indentStyle):this.showNonTabularFunctionKw(t)}showNonTabularFunctionKw(t){switch(this.cfg.functionCase){case"preserve":return $s(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 $s(t.raw);case"upper":return t.text;case"lower":return t.text.toLowerCase()}}}class JY{constructor(t,n){this.dialect=t,this.cfg=n,this.params=new LY(this.cfg.params)}format(t){const n=this.parse(t);return this.formatAst(n).trimEnd()}parse(t){return VY(this.dialect.tokenizer).parse(t,this.cfg.paramTypes||{})}formatAst(t){return t.map(n=>this.formatStatement(n)).join(`
775
- `.repeat(this.cfg.linesBetweenQueries+1))}formatStatement(t){const n=new Ci({cfg:this.cfg,dialectCfg:this.dialect.formatOptions,params:this.params,layout:new oI(new sI(yY(this.cfg)))}).format(t.children);return t.hasSemicolon&&(this.cfg.newlineBeforeSemicolon?n.add(V.NEWLINE,";"):n.add(V.NO_NEWLINE,";")),n.toString()}}class Ks extends Error{}function qY(e){const t=["multilineLists","newlineBeforeOpenParen","newlineBeforeCloseParen","aliasAs","commaPosition","tabulateAlias"];for(const n of t)if(n in e)throw new Ks(`${n} config is no more supported.`);if(e.expressionWidth<=0)throw new Ks(`expressionWidth config must be positive number. Received ${e.expressionWidth} instead.`);if(e.params&&!QY(e.params)&&console.warn('WARNING: All "params" option values should be strings.'),e.paramTypes&&!ZY(e.paramTypes))throw new Ks("Empty regex given in custom paramTypes. That would result in matching infinite amount of parameters.");return e}function QY(e){return(e instanceof Array?e:Object.values(e)).every(n=>typeof n=="string")}function ZY(e){return e.custom&&Array.isArray(e.custom)?e.custom.every(t=>t.regex!==""):!0}var eW=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 iI={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"},tW=Object.keys(iI),nW={tabWidth:2,useTabs:!1,keywordCase:"preserve",identifierCase:"preserve",dataTypeCase:"preserve",functionCase:"preserve",indentStyle:"standard",logicalOperatorNewline:"before",expressionWidth:50,linesBetweenQueries:1,denseOperators:!1,newlineBeforeSemicolon:!1},rW=(e,t={})=>{if(typeof t.language=="string"&&!tW.includes(t.language))throw new Ks(`Unsupported SQL dialect: ${t.language}`);const n=iI[t.language||"sql"];return oW(e,Object.assign(Object.assign({},t),{dialect:dY[n]}))},oW=(e,t)=>{var{dialect:n}=t,r=eW(t,["dialect"]);if(typeof e!="string")throw new Error("Invalid query argument. Expected string, instead got "+typeof e);const o=qY(Object.assign(Object.assign({},nW),r));return new JY(gY(n),o).format(e)};function Qt({cell:e,t,onRun:n,onMoveUp:r,onMoveDown:o,onDelete:i,children:a}){const[l,c]=S.useState(!1),d=cI(e,t),E=lI[e.type]??t.accent,u=e.name?s.jsx("span",{style:{color:t.textSecondary,fontSize:12,fontFamily:t.fontMono,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",maxWidth:200},children:e.name}):void 0,T=l?s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[n&&s.jsx(It,{title:"Run cell (Shift+Enter)",onClick:n,t,accent:!0,children:s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("path",{d:"M1.5 1.5l7 3.5-7 3.5V1.5Z"})})}),s.jsx(It,{title:"Move up",onClick:r,t,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.jsx(It,{title:"Move down",onClick:o,t,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.jsx(It,{title:"Delete cell",onClick:i,t,danger:!0,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})})]}):void 0;return s.jsx(vp,{typeLabel:aI[e.type]??e.type.toUpperCase(),typeColor:E,accent:d,idleBorder:t.cellBorder,background:t.cellBg,headerBackground:`${t.tableHeaderBg}80`,active:l||e.status!=="idle",title:u,actions:T,status:s.jsx(dI,{cell:e,t}),onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),children:a})}const aI={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"};function $e(e,t){return typeof window>"u"?t:getComputedStyle(document.documentElement).getPropertyValue(e).trim()||t}function sW(){return{sql:$e("--cell-sql","#3b8ef0"),markdown:$e("--cell-md","#2fb97a"),dql:$e("--cell-insight","#ffc857"),param:$e("--cell-inputs","#9aa0ae"),chart:$e("--cell-chart","#b067f7"),pivot:$e("--cell-pivot","#e5a84d"),single_value:$e("--cell-single","#b067f7"),filter:$e("--cell-filter","#f26a6a"),table:$e("--cell-table","#5dd1c8"),map:$e("--cell-goal","#61d095"),writeback:$e("--cell-callout","#ff7ac6"),python:$e("--cell-sql","#3b8ef0"),chat:$e("--cell-chat","#8a8f9b")}}const lI=new Proxy({},{get(e,t){return sW()[t]}}),iW={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"}};function cI(e,t){if(e.blockBinding)return e.blockBinding.state==="forked"?t.warning:t.success;switch(e.status){case"running":return t.cellBorderRunning;case"success":return t.success;case"error":return t.error;default:return t.cellBorder}}function dI({cell:e,t}){var i;const{status:n}=e;if(n==="idle"&&e.executionCount===void 0)return null;let r=t.textMuted,o="";if(n==="running")r=t.cellBorderRunning,o="Running…";else if(n==="error")r=t.error,o="Error";else if(e.executionCount!==void 0)if(r=t.success,((i=e.result)==null?void 0:i.executionTime)!==void 0){const a=e.result.executionTime;o=a<1e3?`${Math.max(1,Math.round(a))}ms`:`${(a/1e3).toFixed(1)}s`}else o=`[${e.executionCount}]`;return s.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:5,fontSize:10,fontFamily:t.font,color:t.textMuted,flexShrink:0},children:[s.jsx("span",{"aria-hidden":!0,style:{width:6,height:6,borderRadius:999,background:r,boxShadow:n==="running"?`0 0 0 3px ${r}33`:void 0,animation:n==="running"?"pulse 1.2s ease-in-out infinite":void 0,flexShrink:0}}),o,s.jsx("style",{children:"@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }"})]})}function aW(e){if(!/^\s*block\s+"/i.test(e.trim()))return null;const t=o=>{var i;return((i=e.match(new RegExp(`\\b${o}\\s*=\\s*"([^"]*)"`,"i")))==null?void 0:i[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 kl(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 lW(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 cW({binding:e,t,onRevert:n,onUnbind:r}){const o=e.state==="forked",i=o?t.warning:t.success,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 s.jsxs("div",{title:l,style:{display:"flex",alignItems:"center",gap:8,padding:"4px 10px",borderBottom:`1px solid ${t.cellBorder}`,background:`${i}10`,fontFamily:t.fontMono,fontSize:11},children:[s.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.08em",color:i,background:`${i}24`,border:`1px solid ${i}55`,borderRadius:3,padding:"1px 5px"},children:a}),s.jsx("span",{style:{color:t.textSecondary},children:e.path}),e.version&&s.jsxs("span",{style:{color:t.textMuted},children:["· v",e.version]}),!o&&s.jsx("span",{title:"Bound cells track the block file — edits fork locally",style:{color:t.textMuted},children:"🔒"}),s.jsx("div",{style:{flex:1}}),o&&s.jsx("button",{onClick:n,title:"Discard local edits and restore the block file body",style:cf(t,i),children:"Revert"}),s.jsx("button",{onClick:r,title:"Detach this cell from the block file",style:cf(t,t.btnBorder),children:"Unbind"})]})}function cf(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 dW({content:e,onChange:t,t:n}){const r=aW(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"},i={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 s.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:"4px 12px",padding:"5px 10px",borderBottom:`1px solid ${n.cellBorder}`,background:`${n.tableHeaderBg}40`},children:[s.jsxs("div",{style:a,children:[s.jsx("span",{style:i,children:"domain"}),s.jsx("input",{style:{...o,width:80},value:r.domain,placeholder:"e.g. finance",onChange:l=>t(kl(e,"domain",l.target.value))})]}),s.jsxs("div",{style:a,children:[s.jsx("span",{style:i,children:"owner"}),s.jsx("input",{style:{...o,width:90},value:r.owner,placeholder:"e.g. data-team",onChange:l=>t(kl(e,"owner",l.target.value))})]}),s.jsxs("div",{style:a,children:[s.jsx("span",{style:i,children:"tags"}),s.jsx("input",{style:{...o,width:110},value:r.tags.join(", "),placeholder:"revenue, kpi",onChange:l=>{const c=l.target.value.split(",").map(d=>d.trim()).filter(Boolean);t(lW(e,c))}})]}),s.jsxs("div",{style:{...a,flex:1},children:[s.jsx("span",{style:i,children:"description"}),s.jsx("input",{style:{...o,flex:1,minWidth:120},value:r.description,placeholder:"What this block measures",onChange:l=>t(kl(e,"description",l.target.value))})]})]})}const EW=new Set(["sql","dql","param","writeback","python","chat"]);function uW({cell:e,index:t}){var ie;const{state:n,dispatch:r}=fe(),o=se[n.themeMode],{executeCell:i,executeDependents:a,cancelCell:l}=Xi(),[c,d]=S.useState(!1),[E,u]=S.useState(!1),[T,f]=S.useState(e.name??""),[A,h]=S.useState(!0),[p,R]=S.useState("table"),[N,I]=S.useState(null),[O,C]=S.useState(!1),[m,g]=S.useState(!1),[L,x]=S.useState(!1),D=S.useMemo(()=>L?CD(e,n.cells):null,[L,e,n.cells]),b=e.type==="sql"||e.type==="dql"||e.type==="chart"||e.type==="pivot"||e.type==="single_value"||e.type==="filter"||e.type==="table",w=cI(e,o),B=e.type!=="markdown"&&e.type!=="param",_=S.useRef(null),F=S.useRef(e.content),[P,v]=S.useState(!1),M=S.useMemo(()=>n.schemaTables.length>0?Object.fromEntries(n.schemaTables.map(W=>[W.name,W.columns.map(ae=>ae.name)])):void 0,[n.schemaTables]);S.useEffect(()=>{if(e.status==="success"&&e.result){const W=uo(e.result,e.chartConfig);I(W!=="table"?W:null),R(W!=="table"?"chart":"table")}},[e.status,e.result,e.chartConfig]);const y=S.useCallback(()=>{B&&i(e.id)},[e.id,i,B]),U=S.useCallback(W=>{const ae={content:W},Te=e.blockBinding;if((Te==null?void 0:Te.originalContent)!==void 0){const ee=W.trim()!==Te.originalContent.trim()?"forked":"bound";ee!==Te.state&&(ae.blockBinding={...Te,state:ee})}r({type:"UPDATE_CELL",id:e.id,updates:ae}),v(W!==F.current)},[e.id,e.blockBinding,r]),G=S.useCallback(()=>{var ae;const W=F.current;r({type:"UPDATE_CELL",id:e.id,updates:{content:W}}),(ae=_.current)==null||ae.resetTo(W),v(!1)},[e.id,r]),H=S.useCallback(()=>{if(e.content.trim())try{const W=rW(e.content,{language:"sql",tabWidth:2,keywordCase:"upper",linesBetweenQueries:1});r({type:"UPDATE_CELL",id:e.id,updates:{content:W}})}catch{}},[e.content,e.id,r]),q=S.useCallback(()=>{H(),setTimeout(()=>i(e.id),80)},[H,i,e.id]),K=S.useCallback(W=>r({type:"UPDATE_CELL",id:e.id,updates:W}),[r,e.id]),j=()=>{r({type:"DELETE_CELL",id:e.id})},J=()=>{r({type:"MOVE_CELL",id:e.id,direction:"up"})},Q=()=>{r({type:"MOVE_CELL",id:e.id,direction:"down"})},X={cell:e,t:o,onMoveUp:J,onMoveDown:Q,onDelete:j};if(n.appMode!=="studio"&&EW.has(e.type))return s.jsxs("div",{style:{marginTop:8,marginBottom:8,padding:"6px 10px",borderRadius:6,border:`1px dashed ${o.cellBorder}`,background:o.cellBg,color:o.textMuted,fontSize:11,fontFamily:o.font,display:"flex",alignItems:"center",gap:8},children:[s.jsx("span",{style:{opacity:.7},children:"◎"}),s.jsxs("span",{children:[e.type.toUpperCase()," cell hidden in App view",e.name?` · ${e.name}`:""]})]});if(e.type==="param")return s.jsx(Qt,{...X,onRun:()=>a(e.id),children:s.jsx(pb,{cell:e,themeMode:n.themeMode,onApplyParam:a})});if(e.type==="pivot")return s.jsx(Qt,{...X,children:s.jsx(aD,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="single_value")return s.jsx(Qt,{...X,children:s.jsx(oD,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="filter")return s.jsx(Qt,{...X,children:s.jsx(Qb,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="chart")return s.jsx(Qt,{...X,children:s.jsx(Kb,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="table")return s.jsx(Qt,{...X,children:s.jsx(cD,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});if(e.type==="chat")return s.jsx(Qt,{...X,children:s.jsx(TD,{cell:e,cells:n.cells,index:t,themeMode:n.themeMode,onUpdate:K})});const Z=iW[e.type];if(Z)return s.jsx(Qt,{...X,children:s.jsx(Rb,{cell:e,themeMode:n.themeMode,title:Z.title,subtitle:Z.subtitle,color:Z.color,badge:Z.badge})});const le=()=>{u(!1),r({type:"UPDATE_CELL",id:e.id,updates:{name:T.trim()||void 0}})},re=(e.result||e.error)&&e.type!=="markdown";return e.result&&uo(e.result,e.chartConfig),s.jsxs("div",{onMouseEnter:()=>d(!0),onMouseLeave:()=>d(!1),style:{display:"flex",gap:0,marginBottom:2},children:[L&&D&&s.jsx(_R,{cell:e,initialContent:D.derivedFromUpstream?D.content:void 0,initialName:D.suggestedName,initialDescription:D.suggestedDescription,onClose:()=>x(!1),onSaved:({path:W,name:ae})=>{r({type:"FILE_ADDED",file:{name:ae,path:W,type:"block",folder:"blocks"}})}}),s.jsxs("div",{style:{flex:1,minWidth:0,borderRadius:8,border:`1px solid ${c||e.status!=="idle"?w:o.cellBorder}`,background:o.cellBg,boxShadow:e.status!=="idle"?`0 0 0 3px ${w}14, 0 1px 2px rgba(0,0,0,0.04)`:"0 1px 2px rgba(0,0,0,0.02)",overflow:"hidden",transition:"border-color 0.2s"},children:[s.jsxs("div",{style:{minHeight:32,display:"flex",alignItems:"center",padding:"8px 14px",gap:8,background:"transparent"},children:[s.jsx("span",{"aria-hidden":!0,style:{width:6,height:6,borderRadius:999,background:lI[e.type]??o.accent,flexShrink:0}}),s.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:11,fontWeight:500,letterSpacing:"0.2px",color:o.textSecondary,flexShrink:0,whiteSpace:"nowrap"},children:aI[e.type]}),c&&(e.type==="sql"||e.type==="dql")&&s.jsx(ID,{themeMode:n.themeMode,cellType:e.type,onInsert:W=>U(W)}),c&&(e.type==="sql"||e.type==="dql")&&s.jsx("button",{title:"Format SQL (clean up whitespace & keywords)",onClick:H,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:W=>{W.currentTarget.style.color=o.textSecondary,W.currentTarget.style.borderColor=o.accent},onMouseLeave:W=>{W.currentTarget.style.color=o.textMuted,W.currentTarget.style.borderColor=o.btnBorder},children:"Format"}),P&&(e.type==="sql"||e.type==="dql")&&s.jsx("button",{title:"Reset to last saved version (discard changes)",onClick:G,style:{background:"transparent",border:`1px solid ${o.btnBorder}`,borderRadius:4,color:o.error,fontSize:10,fontFamily:o.font,fontWeight:600,letterSpacing:"0.04em",padding:"1px 7px",cursor:"pointer",transition:"color 0.15s, border-color 0.15s"},onMouseEnter:W=>{W.currentTarget.style.borderColor=o.error},onMouseLeave:W=>{W.currentTarget.style.borderColor=o.btnBorder},children:"↺ Reset"}),c&&b&&s.jsx("button",{title:"Save this cell as a reusable block",onClick:()=>x(!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:W=>{W.currentTarget.style.color=o.textSecondary,W.currentTarget.style.borderColor=o.accent},onMouseLeave:W=>{W.currentTarget.style.color=o.textMuted,W.currentTarget.style.borderColor=o.btnBorder},children:"Save as Block"}),(e.type==="sql"||e.type==="dql")&&s.jsx(hb,{cells:n.cells,index:t,content:e.content,themeMode:n.themeMode,onInsertHandle:W=>{const ae=`{{${W}}}`,Te=e.content??"";if(Te.includes(ae))return;const ce=Te.trim().length===0?`SELECT * FROM ${ae}`:`${Te.replace(/\s*$/,"")} ${ae}`;U(ce)}}),E?s.jsx("input",{autoFocus:!0,value:T,onChange:W=>f(W.target.value),onBlur:le,onKeyDown:W=>{W.key==="Enter"&&le(),W.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&&s.jsx("span",{onClick:()=>{f(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}),s.jsx("div",{style:{flex:1}}),s.jsx(dI,{cell:e,t:o}),c&&s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:2},children:[!e.name&&!E&&s.jsx(It,{title:"Name this cell",onClick:()=>{f(""),u(!0)},t:o,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),B&&e.status==="running"?s.jsx(It,{title:"Cancel execution",onClick:()=>l(e.id),t:o,danger:!0,children:s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("rect",{x:"2",y:"2",width:"6",height:"6",rx:"1"})})}):B?s.jsx(It,{title:"Run cell (Shift+Enter)",onClick:y,t:o,accent:!0,children:s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("path",{d:"M1.5 1.5l7 3.5-7 3.5V1.5Z"})})}):null,s.jsx(It,{title:"Move up",onClick:J,t:o,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.jsx(It,{title:"Move down",onClick:Q,t:o,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})}),s.jsx(It,{title:"Delete cell",onClick:j,t:o,danger:!0,children:s.jsx("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"&&s.jsx(dW,{content:e.content,onChange:U,t:o}),e.blockBinding&&s.jsx(cW,{binding:e.blockBinding,t:o,onRevert:async()=>{var ae;const W=e.blockBinding;if(W)try{const Te=await z.openBlockStudio(W.path),ce=sd(Te.source)??Te.source;r({type:"UPDATE_CELL",id:e.id,updates:{content:ce,blockBinding:{...W,state:"bound",originalContent:ce}}}),(ae=_.current)==null||ae.resetTo(ce)}catch(Te){console.error("Failed to revert bound cell",Te)}},onUnbind:()=>{r({type:"UPDATE_CELL",id:e.id,updates:{blockBinding:void 0}})}}),e.type==="markdown"?s.jsx(Sb,{value:e.content,onChange:U,themeMode:n.themeMode}):s.jsx(Ed,{value:e.content,onChange:U,onRun:y,themeMode:n.themeMode,schema:M,errorMessage:e.status==="error"?e.error:void 0,editorRef:_}),re&&s.jsxs("div",{style:{borderTop:`1px solid ${o.cellBorder}`},children:[s.jsxs("div",{style:{height:28,display:"flex",alignItems:"center",padding:"0 12px",gap:10,borderBottom:e.result&&A?`1px solid ${o.cellBorder}`:"none",background:`${o.tableHeaderBg}60`},children:[e.result&&s.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&&s.jsxs(s.Fragment,{children:[" · ",e.result.executionTime<1e3?`${e.result.executionTime}ms`:`${(e.result.executionTime/1e3).toFixed(2)}s`]})]}),e.fromSnapshot&&e.result&&s.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&&s.jsx("span",{style:{fontSize:11,fontFamily:o.font,color:o.error},children:"Error"}),s.jsx("div",{style:{flex:1}}),e.result&&A&&s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:3,position:"relative"},children:[s.jsx("button",{onClick:()=>{R("table"),C(!1)},style:{padding:"1px 7px",fontSize:10,fontFamily:o.font,borderRadius:3,border:`1px solid ${p==="table"?o.accent:o.btnBorder}`,background:p==="table"?`${o.accent}20`:"transparent",color:p==="table"?o.accent:o.textMuted,cursor:"pointer",transition:"all 0.15s"},children:"Table"}),s.jsxs("div",{style:{position:"relative"},children:[s.jsxs("button",{onClick:()=>{p==="chart"&&O?C(!1):(R("chart"),C(W=>!W))},style:{padding:"1px 7px",fontSize:10,fontFamily:o.font,borderRadius:3,border:`1px solid ${p==="chart"?o.accent:o.btnBorder}`,background:p==="chart"?`${o.accent}20`:"transparent",color:p==="chart"?o.accent:o.textMuted,cursor:"pointer",transition:"all 0.15s",display:"flex",alignItems:"center",gap:3},children:[N?((ie=Ki.find(W=>W.value===N))==null?void 0:ie.label)??"Chart":"Chart",s.jsx("svg",{width:"6",height:"6",viewBox:"0 0 8 8",fill:"currentColor",children:s.jsx("path",{d:"M1 2.5l3 3 3-3",stroke:"currentColor",fill:"none",strokeWidth:"1.2",strokeLinecap:"round"})})]}),O&&s.jsx(TW,{selected:N,onSelect:W=>{I(W),R("chart"),C(!1)},onClose:()=>C(!1),t:o})]}),p==="chart"&&s.jsx("button",{onClick:()=>g(W=>!W),title:"Chart configuration",style:{padding:"1px 5px",fontSize:11,borderRadius:3,cursor:"pointer",border:`1px solid ${m?o.accent:o.btnBorder}`,background:m?`${o.accent}20`:"transparent",color:m?o.accent:o.textMuted,transition:"all 0.15s",display:"flex",alignItems:"center"},children:s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 16 16",fill:"currentColor",children:s.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"})})})]}),s.jsxs("button",{onClick:()=>h(W=>!W),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:[s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",style:{transform:A?"rotate(0deg)":"rotate(-90deg)",transition:"transform 0.15s"},children:s.jsx("path",{d:"M1 3l4 4 4-4",stroke:"currentColor",fill:"none",strokeWidth:"1.5"})}),A?"Hide":"Show"]})]}),A&&s.jsxs(s.Fragment,{children:[e.error&&s.jsx(LD,{message:e.error,themeMode:n.themeMode,onFix:B?q:void 0,schemaTables:n.schemaTables}),e.result&&!e.error&&(p==="chart"&&N?s.jsxs(s.Fragment,{children:[Ji(N,e.result,n.themeMode,e.chartConfig),m&&s.jsx(fW,{columns:e.result.columns,chartConfig:e.chartConfig,onChange:W=>r({type:"UPDATE_CELL",id:e.id,updates:{chartConfig:{...e.chartConfig,...W}}}),t:o})]}):s.jsx(Mr,{result:e.result,themeMode:n.themeMode}))]})]}),B&&s.jsx(dG,{cellContent:e.content,cellType:e.type,cellName:e.name,themeMode:n.themeMode,t:o,onFocusNode:W=>{r({type:"SET_LINEAGE_FOCUS",nodeId:W}),n.lineageFullscreen||r({type:"TOGGLE_LINEAGE_FULLSCREEN"})}})]})]})}function It({title:e,onClick:t,children:n,t:r,accent:o,danger:i}){const[a,l]=S.useState(!1);return s.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?i?`${r.error}18`:o?`${r.accent}18`:r.btnHover:"transparent",border:"none",borderRadius:4,cursor:"pointer",color:a?i?r.error:o?r.accent:r.textSecondary:r.textMuted,transition:"all 0.15s",padding:0},children:n})}function TW({selected:e,onSelect:t,onClose:n,t:r}){const[o,i]=S.useState(null);return Le.useEffect(()=>{const a=l=>{setTimeout(()=>n(),0)};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[n]),s.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:Ki.map(({value:a,label:l})=>s.jsx("button",{onClick:()=>t(a),onMouseEnter:()=>i(a),onMouseLeave:()=>i(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 fW({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},i={fontSize:9,fontWeight:700,color:r.textMuted,fontFamily:r.font,letterSpacing:"0.05em",textTransform:"uppercase",minWidth:40,flexShrink:0};return s.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:"6px 16px",padding:"8px 12px",borderTop:`1px solid ${r.cellBorder}`,background:`${r.tableHeaderBg}40`},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:i,children:"X axis"}),s.jsxs("select",{style:o,value:(t==null?void 0:t.x)??"",onChange:a=>n({x:a.target.value||void 0}),children:[s.jsx("option",{value:"",children:"Auto"}),e.map(a=>s.jsx("option",{value:a,children:a},a))]})]}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:i,children:"Y axis"}),s.jsxs("select",{style:o,value:(t==null?void 0:t.y)??"",onChange:a=>n({y:a.target.value||void 0}),children:[s.jsx("option",{value:"",children:"Auto"}),e.map(a=>s.jsx("option",{value:a,children:a},a))]})]}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:i,children:"Color"}),s.jsxs("select",{style:o,value:(t==null?void 0:t.color)??"",onChange:a=>n({color:a.target.value||void 0}),children:[s.jsx("option",{value:"",children:"None"}),e.map(a=>s.jsx("option",{value:a,children:a},a))]})]}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,flex:1,minWidth:150},children:[s.jsx("span",{style:i,children:"Title"}),s.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})})]})]})}const SW={draft:"#8b949e",review:"#d29922",certified:"#3fb950",deprecated:"#f85149",pending_recertification:"#db6d28"};function pW({themeMode:e,onPick:t,autoFocus:n=!0,compact:r=!0}){const o=se[e],[i,a]=S.useState([]),[l,c]=S.useState(!0),[d,E]=S.useState(""),[u,T]=S.useState(""),[f,A]=S.useState(""),h=S.useRef(null);S.useEffect(()=>{let O=!1;return c(!0),z.getBlockLibrary().then(C=>{O||a(C.blocks)}).finally(()=>{O||c(!1)}),()=>{O=!0}},[]),S.useEffect(()=>{if(n){const O=setTimeout(()=>{var C;return(C=h.current)==null?void 0:C.focus()},30);return()=>clearTimeout(O)}},[n]);const p=S.useMemo(()=>[...new Set(i.map(O=>O.domain))].sort(),[i]),R=S.useMemo(()=>[...new Set(i.map(O=>O.status))].sort(),[i]),N=S.useMemo(()=>i.filter(O=>{if(d){const C=d.toLowerCase();if(!O.name.toLowerCase().includes(C)&&!O.description.toLowerCase().includes(C))return!1}return!(u&&O.domain!==u||f&&O.status!==f)}),[i,d,u,f]),I={background:o.inputBg,border:`1px solid ${o.inputBorder}`,borderRadius:4,color:o.textPrimary,fontSize:11,fontFamily:o.font,padding:"4px 6px",outline:"none"};return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6,minWidth:r?340:void 0},children:[s.jsxs("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[s.jsx("input",{ref:h,value:d,onChange:O=>E(O.target.value),placeholder:"Search blocks...",style:{...I,flex:1,padding:"6px 8px"}}),s.jsxs("select",{value:u,onChange:O=>T(O.target.value),style:I,children:[s.jsx("option",{value:"",children:"All domains"}),p.map(O=>s.jsx("option",{value:O,children:O},O))]}),s.jsxs("select",{value:f,onChange:O=>A(O.target.value),style:I,children:[s.jsx("option",{value:"",children:"Any"}),R.map(O=>s.jsx("option",{value:O,children:O},O))]})]}),s.jsx("div",{style:{maxHeight:r?220:420,overflowY:"auto",display:"flex",flexDirection:"column",border:`1px solid ${o.cellBorder}`,borderRadius:4},children:l?s.jsx(df,{t:o,children:"Loading blocks..."}):N.length===0?s.jsx(df,{t:o,children:i.length===0?"No blocks yet. Save a cell as a block to get started.":"No blocks match your filters."}):N.map(O=>s.jsx(RW,{block:O,onClick:()=>t(O),t:o,compact:r},O.path))})]})}function df({children:e,t}){return s.jsx("div",{style:{padding:16,textAlign:"center",fontSize:11,color:t.textMuted,fontFamily:t.font,fontStyle:"italic"},children:e})}function RW({block:e,onClick:t,t:n,compact:r}){const[o,i]=S.useState(!1),a=SW[e.status]??n.textMuted;return s.jsxs("button",{onClick:t,onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!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:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:3},children:[s.jsx("span",{style:{fontSize:12,fontWeight:600,color:n.textPrimary},children:e.name}),s.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&&s.jsx("div",{style:{fontSize:11,color:n.textMuted,lineHeight:1.3,marginBottom:3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.description}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,fontSize:10,color:n.textMuted},children:[s.jsx("span",{style:{background:n.pillBg,padding:"1px 6px",borderRadius:4},children:e.domain||"no domain"}),e.owner&&s.jsxs("span",{children:["by ",e.owner]})]})]})}const AW=[{type:"block",label:"Block",Icon:Xp,color:"#6b8afd",group:"library"},{type:"chat",label:"Chat",Icon:bL,color:"#8a8f9b",group:"compute"},{type:"sql",label:"SQL",Icon:gL,color:"#3b8ef0",group:"compute"},{type:"markdown",label:"Text",Icon:Hp,color:"#2fb97a",group:"compute"},{type:"chart",label:"Chart",Icon:CL,color:"#b067f7",group:"viz"},{type:"pivot",label:"Pivot",Icon:xL,color:"#e5a84d",group:"viz"},{type:"single_value",label:"Single value",Icon:yL,color:"#b067f7",group:"viz"},{type:"table",label:"Table",Icon:iL,color:"#5dd1c8",group:"viz"},{type:"param",label:"Inputs",Icon:LL,color:"#9aa0ae",group:"io"},{type:"filter",label:"Filter",Icon:_L,color:"#f26a6a",group:"transform"}];function Hl({afterId:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState(!1),[a,l]=S.useState(!1),[c,d]=S.useState(!1),[E,u]=S.useState(!1),T=S.useRef(null);S.useEffect(()=>{if(!a)return;function p(R){T.current&&!T.current.contains(R.target)&&(l(!1),d(!1))}return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[a]);const f=()=>{l(!1),d(!1)},A=p=>{const R=Ke(p);n({type:"ADD_CELL",cell:R,afterId:e}),p==="sql"&&n({type:"SET_SIDEBAR_PANEL",panel:"schema"}),f()},h=async p=>{let R;try{R=await z.openBlockStudio(p.path)}catch(O){console.error("Failed to bind block cell",O),window.alert(`Couldn't load block ${p.path}. Check the console for details.`),f();return}const N=sd(R.source)??R.source,I=Ke("sql",N);I.name=p.name,I.blockBinding={path:p.path,state:"bound",originalContent:N},n({type:"ADD_CELL",cell:I,afterId:e}),f()};return s.jsxs("div",{ref:T,onDragOver:p=>{p.dataTransfer.types.includes(di)&&(p.preventDefault(),u(!0))},onDragLeave:()=>u(!1),onDrop:p=>{const R=SR(p.dataTransfer.getData(di));if(!R)return;p.preventDefault(),u(!1);const N=Ke("sql",R.reference);n({type:"ADD_CELL",cell:N,afterId:e}),z.trackUsage(R.name),window.dispatchEvent(new CustomEvent("dql:semantic-used",{detail:{name:R.name}}))},onMouseEnter:()=>i(!0),onMouseLeave:()=>{i(!1),u(!1)},style:{position:"relative",height:28,display:"flex",alignItems:"center",justifyContent:"center",cursor:"default"},children:[(o||a||E)&&s.jsxs("button",{onClick:()=>l(p=>!p),style:{position:"relative",zIndex:2,height:22,padding:"0 10px",borderRadius:11,border:`1px solid ${E?r.accent:r.cellBorderActive}`,background:E?`${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:[s.jsx("span",{style:{fontSize:14,lineHeight:1,marginTop:-1},children:"+"}),"Add cell"]}),a&&s.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:[s.jsx("div",{style:{display:"flex",gap:6,flexWrap:"nowrap",alignItems:"center",justifyContent:"space-between"},children:AW.map(p=>s.jsx(hW,{entry:p,active:p.type==="block"&&c,onClick:()=>{if(p.type==="block"){d(R=>!R);return}A(p.type)},t:r},p.type))}),c&&s.jsx("div",{style:{padding:"6px 2px 2px",borderTop:`1px solid ${r.cellBorder}`},children:s.jsx(pW,{themeMode:t.themeMode,onPick:p=>void h(p)})})]})]})}function hW({entry:e,onClick:t,t:n,active:r=!1}){const[o,i]=S.useState(!1),a=r||o,l=e.Icon;return s.jsxs("button",{onClick:t,onMouseEnter:()=>i(!0),onMouseLeave:()=>i(!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:"10px 6px",minWidth:76,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:6,transition:"all 0.12s"},children:[s.jsx("span",{style:{color:e.color,display:"flex",alignItems:"center",justifyContent:"center"},children:s.jsx(l,{size:18,strokeWidth:1.75})}),s.jsx("span",{style:{letterSpacing:"0.02em"},children:e.label})]})}function IW({registerCellRef:e}){const{state:t,dispatch:n}=fe(),{executeCell:r}=Xi(),o=se[t.themeMode],[i,a]=S.useState(null),l=S.useRef(0),[c,d]=S.useState(null),[E,u]=S.useState(null);S.useCallback(p=>{a(p)},[]),S.useEffect(()=>{i&&t.inspectorOpen&&n({type:"SET_INSPECTOR_CONTEXT",context:{kind:"cell",cellId:i}})},[i,t.inspectorOpen,n]),S.useEffect(()=>{function p(R){var C;if(!i)return;const N=R.target;if(N.tagName==="TEXTAREA"||N.tagName==="INPUT"||N.isContentEditable||N.closest(".cm-editor")){a(null);return}const I=t.cells,O=I.findIndex(m=>m.id===i);if(O!==-1)switch(R.key){case"a":{R.preventDefault();const m=Ke("sql");if(O===0)n({type:"ADD_CELL",cell:m,afterId:I[0].id}),n({type:"MOVE_CELL",id:m.id,direction:"up"});else{const g=I[O-1].id;n({type:"ADD_CELL",cell:m,afterId:g})}a(m.id);break}case"b":{R.preventDefault();const m=Ke("sql");n({type:"ADD_CELL",cell:m,afterId:i}),a(m.id);break}case"d":{R.preventDefault();const m=Date.now();if(m-l.current<=500){if(n({type:"DELETE_CELL",id:i}),I.length>1){const g=O>0?O-1:1;a(((C=I[g])==null?void 0:C.id)??null)}else a(null);l.current=0}else l.current=m;break}case"Enter":{if(R.shiftKey){R.preventDefault();const m=I[O];m&&m.type!=="markdown"&&r(m.id)}break}}}return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[i,t.cells,n,r]),S.useEffect(()=>{function p(R){R.target.closest("[data-cell-id]")||a(null)}return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[]);const T=S.useCallback((p,R)=>{d(R),p.dataTransfer.effectAllowed="move",p.dataTransfer.setData("text/plain",String(R));const N=p.currentTarget;setTimeout(()=>{N.style.opacity="0.4"},0)},[]),f=S.useCallback(p=>{p.currentTarget.style.opacity="1",d(null),u(null)},[]),A=S.useCallback((p,R)=>{p.preventDefault(),p.dataTransfer.dropEffect="move",u(R)},[]),h=S.useCallback((p,R)=>{p.preventDefault(),c!==null&&c!==R&&n({type:"REORDER_CELL",fromIndex:c,toIndex:R}),d(null),u(null)},[c,n]);return t.cells.length===0?s.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",padding:"0 24px",display:"flex",flexDirection:"column"},children:[t.appMode==="studio"&&s.jsx(Hl,{}),s.jsx(NW,{t:o})]}):s.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",padding:"0 24px",display:"flex",flexDirection:"column"},children:[t.appMode==="studio"&&s.jsx(Hl,{afterId:void 0}),t.cells.map((p,R)=>s.jsxs(Le.Fragment,{children:[s.jsxs("div",{ref:N=>e(p.id,N),"data-cell-id":p.id,draggable:t.appMode==="studio",onDragStart:t.appMode==="studio"?N=>T(N,R):void 0,onDragEnd:t.appMode==="studio"?f:void 0,onDragOver:t.appMode==="studio"?N=>A(N,R):void 0,onDrop:t.appMode==="studio"?N=>h(N,R):void 0,onClick:N=>{const I=N.target;!I.closest(".cm-editor")&&!I.closest("textarea")&&!I.closest("input")&&a(p.id)},style:{outline:i===p.id?`2px solid ${o.accent}40`:"none",outlineOffset:2,borderRadius:10,transition:"outline 0.1s, transform 0.15s",position:"relative",...E===R&&c!==null&&c!==R?{borderTop:`2px solid ${o.accent}`}:{}},children:[s.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:s.jsxs("svg",{width:"8",height:"14",viewBox:"0 0 8 14",fill:"currentColor",children:[s.jsx("circle",{cx:"2",cy:"2",r:"1.2"}),s.jsx("circle",{cx:"6",cy:"2",r:"1.2"}),s.jsx("circle",{cx:"2",cy:"7",r:"1.2"}),s.jsx("circle",{cx:"6",cy:"7",r:"1.2"}),s.jsx("circle",{cx:"2",cy:"12",r:"1.2"}),s.jsx("circle",{cx:"6",cy:"12",r:"1.2"})]})}),s.jsx(uW,{cell:p,index:R})]}),t.appMode==="studio"&&s.jsx(Hl,{afterId:p.id})]},p.id)),s.jsx("style",{children:`
776
- [data-cell-id]:hover .drag-handle { opacity: 0.5 !important; }
777
- [data-cell-id]:hover .drag-handle:hover { opacity: 1 !important; }
778
- `})]})}function NW({t:e}){return s.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"48px 0",gap:12,color:e.textMuted},children:[s.jsx("svg",{width:"40",height:"40",viewBox:"0 0 16 16",fill:"currentColor",style:{opacity:.3},children:s.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"})}),s.jsx("span",{style:{fontSize:13,fontFamily:e.font},children:"Empty notebook. Click + to add your first cell."})]})}function OW(){const{state:e}=fe(),t=se[e.themeMode],n=e.cells.filter(r=>r.type==="markdown"||r.result&&r.status!=="running"||r.error);return s.jsx("div",{style:{flex:1,overflow:"auto",background:t.appBg,padding:"32px 24px 48px"},children:s.jsxs("div",{style:{maxWidth:1200,margin:"0 auto",display:"flex",flexDirection:"column",gap:24},children:[s.jsxs("div",{style:{textAlign:"center",marginBottom:8},children:[s.jsx("h1",{style:{fontSize:28,fontWeight:700,color:t.textPrimary,fontFamily:t.font,letterSpacing:"-0.3px",margin:0},children:e.notebookTitle||"Untitled"}),s.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?s.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=>s.jsx(mW,{cell:r},r.id))]})})}function mW({cell:e}){const{state:t}=fe(),n=se[t.themeMode];if(e.type==="markdown")return s.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:CW(e.content,n)}});if(e.error)return s.jsxs("div",{style:{background:n.cellBg,borderRadius:10,border:`1px solid ${n.error}40`,padding:"16px 24px"},children:[e.name&&s.jsx(gW,{name:e.name,t:n}),s.jsx("div",{style:{color:n.error,fontSize:12,fontFamily:n.fontMono,whiteSpace:"pre-wrap"},children:e.error})]});if(!e.result)return null;const r=uo(e.result,e.chartConfig),o=r!=="table";return s.jsxs("div",{style:{background:n.cellBg,borderRadius:10,border:`1px solid ${n.cellBorder}`,overflow:"hidden"},children:[s.jsxs("div",{style:{padding:"10px 20px",borderBottom:`1px solid ${n.cellBorder}`,display:"flex",alignItems:"center",gap:8},children:[e.name?s.jsx("span",{style:{fontSize:13,fontWeight:600,color:n.textPrimary,fontFamily:n.font,flex:1},children:e.name}):s.jsx("span",{style:{flex:1}}),s.jsxs("span",{style:{fontSize:10,color:n.textMuted,fontFamily:n.fontMono},children:[e.result.rowCount??e.result.rows.length," rows",e.result.executionTime!=null&&s.jsxs(s.Fragment,{children:[" · ",e.result.executionTime<1e3?`${e.result.executionTime}ms`:`${(e.result.executionTime/1e3).toFixed(1)}s`]})]})]}),s.jsx("div",{style:{padding:o?"16px 20px":0},children:o?Ji(r,e.result,t.themeMode,e.chartConfig):s.jsx(Mr,{result:e.result,themeMode:t.themeMode})})]})}function gW({name:e,t}){return s.jsx("div",{style:{fontSize:13,fontWeight:600,color:t.textPrimary,fontFamily:t.font,marginBottom:8},children:e})}function CW(e,t){const n=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");return e.split(`
779
- `).map(r=>{const o=r.trim(),i=o.match(/^(#{1,6})\s+(.+)$/);if(i){const l=i[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(i[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 EI=[{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 xW(e){return e?EI.find(t=>t.value===e)??{value:e,label:e,dot:"#888"}:null}function yW(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(null),i=S.useRef(null);if(S.useEffect(()=>{if(!r)return;const f=h=>{i.current&&!i.current.contains(h.target)&&o(null)},A=h=>{h.key==="Escape"&&o(null)};return document.addEventListener("mousedown",f),document.addEventListener("keydown",A),()=>{document.removeEventListener("mousedown",f),document.removeEventListener("keydown",A)}},[r]),!e.activeFile)return null;const a=e.activeFile.name.replace(/\.dqlnb$/,""),l=e.notebookMetadata,c=f=>{t({type:"UPDATE_NOTEBOOK_METADATA",updates:f})},d=xW(l.status),E=(l.categories??[]).length>0,u=!!l.description,T=!!l.projectFilter;return s.jsxs("div",{ref:i,style:{maxWidth:1080,margin:"0 auto",padding:"32px 48px 8px",display:"flex",flexDirection:"column",gap:12},children:[s.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:6,alignItems:"center",position:"relative"},children:[s.jsx(bs,{t:n,active:r==="status",filled:!!d,icon:s.jsx("span",{style:{color:(d==null?void 0:d.dot)??n.textMuted,fontSize:12},children:"●"}),label:(d==null?void 0:d.label)??"Add status",onClick:()=>o(r==="status"?null:"status"),children:r==="status"&&s.jsxs(Ds,{t:n,children:[EI.map(f=>s.jsxs("button",{onClick:()=>{c({status:f.value}),o(null)},style:Tf(n,l.status===f.value),children:[s.jsx("span",{style:{color:f.dot,fontSize:12},children:"●"}),s.jsx("span",{children:f.label})]},f.value)),l.status&&s.jsx("button",{onClick:()=>{c({status:void 0}),o(null)},style:{...Tf(n,!1),color:n.textMuted},children:s.jsx("span",{children:"Clear"})})]})}),s.jsx(bs,{t:n,active:r==="categories",filled:E,icon:s.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"#"}),label:E?(l.categories??[]).slice(0,3).join(", ")+((l.categories??[]).length>3?"…":""):"Add categories",onClick:()=>o(r==="categories"?null:"categories"),children:r==="categories"&&s.jsx(Ds,{t:n,width:260,children:s.jsx(_W,{t:n,value:l.categories??[],onChange:f=>c({categories:f.length?f:void 0})})})}),s.jsx(bs,{t:n,active:r==="description",filled:u,icon:s.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"✎"}),label:u?Ef(l.description,48):"Add description",onClick:()=>o(r==="description"?null:"description"),children:r==="description"&&s.jsx(Ds,{t:n,width:320,children:s.jsx(uf,{multiline:!0,initial:l.description??"",onCommit:f=>c({description:f||void 0}),placeholder:"What does this notebook answer?",style:LW(n)})})}),s.jsx(bs,{t:n,active:r==="projectFilter",filled:T,icon:s.jsx("span",{style:{fontFamily:n.fontMono,fontSize:10},children:"⌕"}),label:T?Ef(l.projectFilter,32):"Add project filter",onClick:()=>o(r==="projectFilter"?null:"projectFilter"),children:r==="projectFilter"&&s.jsx(Ds,{t:n,width:280,children:s.jsx(uf,{initial:l.projectFilter??"",onCommit:f=>c({projectFilter:f||void 0}),placeholder:"e.g. team:analytics",style:uI(n)})})})]}),s.jsx("div",{style:{fontSize:22,fontWeight:600,color:n.textPrimary,fontFamily:n.font,letterSpacing:"-0.01em"},children:a})]})}function Ef(e,t){return e.length>t?`${e.slice(0,t-1)}…`:e}function uf({initial:e,onCommit:t,multiline:n,placeholder:r,style:o}){const[i,a]=S.useState(e),l=S.useRef(i);l.current=i;const c=()=>{const d=l.current.trim();d!==e.trim()&&t(d)};return S.useEffect(()=>()=>c(),[]),n?s.jsx("textarea",{autoFocus:!0,value:i,onChange:d=>a(d.target.value),onBlur:c,placeholder:r,rows:4,style:o}):s.jsx("input",{autoFocus:!0,value:i,onChange:d=>a(d.target.value),onBlur:c,onKeyDown:d=>{d.key==="Enter"&&(d.preventDefault(),d.target.blur())},placeholder:r,style:o})}function bs({t:e,active:t,filled:n,icon:r,label:o,onClick:i,children:a}){return s.jsxs("div",{style:{position:"relative"},children:[s.jsxs("button",{className:"dql-meta-pill",onClick:i,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,s.jsx("span",{children:o})]}),a]})}function Ds({t:e,width:t=200,children:n}){return s.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 Tf(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 LW(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 uI(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 _W({t:e,value:t,onChange:n}){const[r,o]=S.useState(""),i=()=>{const a=r.trim();if(a){if(t.includes(a)){o("");return}n([...t,a]),o("")}};return s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[t.length>0&&s.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:4},children:t.map(a=>s.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,s.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))}),s.jsx("input",{autoFocus:!0,value:r,onChange:a=>o(a.target.value),onKeyDown:a=>{a.key==="Enter"||a.key===","?(a.preventDefault(),i()):a.key==="Backspace"&&!r&&t.length>0&&n(t.slice(0,-1))},placeholder:"Add category, press Enter",style:uI(e)})]})}function bW({onOpenFile:e,registerCellRef:t}){const{state:n}=fe(),r=se[n.themeMode];return n.activeFile?n.dashboardMode?s.jsx(OW,{}):s.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",background:r.appBg},children:[s.jsx(DW,{t:r}),s.jsxs("div",{style:{flex:1,overflow:"auto",padding:"0 0 40px"},children:[s.jsx(yW,{}),s.jsx(IW,{registerCellRef:t})]})]}):s.jsx(x0,{onOpenFile:e})}function DW({t:e}){const{state:t}=fe(),n=t.cells.length;return s.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:[s.jsx(MW,{t:e}),s.jsx("div",{style:{flex:1}}),s.jsxs("span",{style:{fontSize:11,color:e.textMuted,fontFamily:e.font,display:"flex",alignItems:"center",gap:12},children:[s.jsxs("span",{children:[n," ",n===1?"cell":"cells"]}),t.notebookDirty&&s.jsx("span",{style:{color:e.warning},children:"● unsaved"})]})]})}function MW({t:e}){const{state:t}=fe();if(!t.activeFile)return null;const n=t.activeFile.path.split("/").filter(Boolean);return s.jsx("div",{style:{display:"flex",alignItems:"center",gap:4,fontSize:12,fontFamily:e.fontMono,color:e.textMuted,overflow:"hidden"},children:n.map((r,o)=>s.jsxs(Le.Fragment,{children:[o>0&&s.jsx("span",{style:{color:e.textMuted,opacity:.5},children:"/"}),s.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 ff={blank:"Blank",revenue:"Revenue Analysis",pipeline:"Pipeline Health"},PW={blank:"Start with an empty notebook.",revenue:"Pre-built queries for revenue metrics and trends.",pipeline:"Templates for data pipeline health monitoring."};function Sf(e){return e.toLowerCase().replace(/[^a-z0-9\-_\s]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-").slice(0,64)}function vW(e){return e.trim()?/^[a-zA-Z0-9\-_ ]+$/.test(e)?null:"Only letters, numbers, hyphens, underscores, and spaces allowed.":"Name is required."}function wW(e){switch(e){case"revenue":return[Ke("markdown",`# Revenue Analysis
780
-
781
- This notebook analyzes revenue metrics and trends over time.`),{...Ke("sql",`SELECT
782
- DATE_TRUNC('month', order_date) AS month,
783
- SUM(amount) AS revenue
784
- FROM orders
785
- GROUP BY 1
786
- ORDER BY 1`),name:"monthly_revenue"},{...Ke("sql",`SELECT
787
- product_category,
788
- SUM(amount) AS total_revenue,
789
- COUNT(*) AS orders
790
- FROM orders
791
- GROUP BY 1
792
- ORDER BY 2 DESC`),name:"revenue_by_category"}];case"pipeline":return[Ke("markdown",`# Pipeline Health
793
-
794
- Monitor data pipeline performance, SLA compliance, and error rates.`),{...Ke("sql",`SELECT
795
- pipeline_name,
796
- COUNT(*) AS runs,
797
- AVG(duration_seconds) AS avg_duration,
798
- SUM(CASE WHEN status = 'failed' THEN 1 ELSE 0 END) AS failures
799
- FROM pipeline_runs
800
- GROUP BY 1
801
- ORDER BY 4 DESC`),name:"pipeline_summary"},{...Ke("sql",`SELECT
802
- *
803
- FROM pipeline_runs
804
- WHERE status = 'failed'
805
- AND run_date >= CURRENT_DATE - INTERVAL '7 days'
806
- ORDER BY run_date DESC`),name:"recent_failures"}];default:return[Ke("sql")]}}function UW({onFileOpened:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState(""),[a,l]=S.useState("blank"),[c,d]=S.useState(null),[E,u]=S.useState(!1),T=S.useRef(null);S.useEffect(()=>{var h;(h=T.current)==null||h.focus()},[]),S.useEffect(()=>{const h=p=>{p.key==="Escape"&&n({type:"CLOSE_NEW_NOTEBOOK_MODAL"})};return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[n]);const f=async()=>{const h=vW(o);if(h){d(h);return}u(!0),d(null);const p=Sf(o),R=wW(a);try{const N=await z.createNotebook(p,a),I={name:`${p}.dqlnb`,path:N.path,type:"notebook",folder:"notebooks",isNew:!0};n({type:"FILE_ADDED",file:I}),n({type:"OPEN_FILE",file:I,cells:R,title:o.trim()}),n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),e(I)}catch{const N=`notebooks/${p}.dqlnb`,I={name:`${p}.dqlnb`,path:N,type:"notebook",folder:"notebooks",isNew:!0};n({type:"FILE_ADDED",file:I}),n({type:"OPEN_FILE",file:I,cells:R,title:o.trim()}),n({type:"CLOSE_NEW_NOTEBOOK_MODAL"}),e(I)}finally{u(!1)}},A=h=>{h.target===h.currentTarget&&n({type:"CLOSE_NEW_NOTEBOOK_MODAL"})};return s.jsx("div",{onClick:A,style:{position:"fixed",inset:0,background:r.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,backdropFilter:"blur(4px)"},children:s.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:[s.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[s.jsx("h2",{style:{fontSize:16,fontWeight:600,color:r.textPrimary,fontFamily:r.font,margin:0},children:"New Notebook"}),s.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:"×"})]}),s.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:20},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Name"}),s.jsx("input",{ref:T,value:o,onChange:h=>{i(h.target.value),d(null)},onKeyDown:h=>{h.key==="Enter"&&f()},placeholder:"my-analysis",style:{background:r.inputBg,border:`1px solid ${c?r.error:r.inputBorder}`,borderRadius:6,color:r.textPrimary,fontSize:13,fontFamily:r.font,padding:"8px 12px",outline:"none",transition:"border-color 0.15s"}}),c&&s.jsx("span",{style:{fontSize:11,color:r.error,fontFamily:r.font},children:c}),o&&!c&&s.jsxs("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.fontMono},children:["File: ",Sf(o),".dqlnb"]})]}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Template"}),s.jsx("div",{style:{display:"flex",flexDirection:"column",gap:8},children:Object.keys(ff).map(h=>s.jsx(BW,{value:h,selected:a===h,onSelect:()=>l(h),label:ff[h],description:PW[h],t:r},h))})]})]}),s.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${r.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[s.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"}),s.jsx("button",{onClick:f,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 Notebook"})]})]})})}function BW({value:e,selected:t,onSelect:n,label:r,description:o,t:i}){const[a,l]=S.useState(!1);return s.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?i.cellBorderActive:a?i.textMuted:i.inputBorder}`,background:t?`${i.cellBorderActive}10`:a?i.sidebarItemHover:"transparent",cursor:"pointer",transition:"all 0.15s"},children:[s.jsx("div",{style:{width:16,height:16,borderRadius:8,border:`2px solid ${t?i.accent:i.textMuted}`,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,marginTop:1,transition:"border-color 0.15s"},children:t&&s.jsx("div",{style:{width:8,height:8,borderRadius:4,background:i.accent}})}),s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:13,fontWeight:500,color:i.textPrimary,fontFamily:i.font,marginBottom:2},children:r}),s.jsx("div",{style:{fontSize:12,color:i.textSecondary,fontFamily:i.font},children:o})]})]})}function pf(e){return e.toLowerCase().replace(/[^a-z0-9\-_\s]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-").slice(0,64)}function FW(e){return e.trim()?/^[a-zA-Z0-9\-_ ]+$/.test(e)?null:"Only letters, numbers, hyphens, underscores, and spaces allowed.":"Name is required."}function GW({onFileOpened:e}){const{state:t,dispatch:n}=fe(),r=se[t.themeMode],[o,i]=S.useState(""),[a,l]=S.useState(null),[c,d]=S.useState(!1),E=S.useRef(null);S.useEffect(()=>{var f;(f=E.current)==null||f.focus()},[]),S.useEffect(()=>{const f=A=>{A.key==="Escape"&&n({type:"CLOSE_NEW_BLOCK_MODAL"})};return document.addEventListener("keydown",f),()=>document.removeEventListener("keydown",f)},[n]);const u=async()=>{var h;const f=FW(o);if(f){l(f);return}d(!0),l(null);const A=pf(o);try{const p=await z.createBlock(o.trim()),R={name:`${A}.dql`,path:p.path,type:"block",folder:"blocks",isNew:!0};n({type:"FILE_ADDED",file:R}),n({type:"CLOSE_NEW_BLOCK_MODAL"}),e(R)}catch(p){(h=p.message)!=null&&h.includes("already exists")?l("A block with this name already exists."):l(p.message??"Failed to create block.")}finally{d(!1)}},T=f=>{f.target===f.currentTarget&&n({type:"CLOSE_NEW_BLOCK_MODAL"})};return s.jsx("div",{onClick:T,style:{position:"fixed",inset:0,background:r.modalOverlay,display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e3,backdropFilter:"blur(4px)"},children:s.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:[s.jsxs("div",{style:{padding:"20px 24px 0",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[s.jsx("h2",{style:{fontSize:16,fontWeight:600,color:r.textPrimary,fontFamily:r.font,margin:0},children:"New Block"}),s.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:"×"})]}),s.jsxs("div",{style:{padding:"20px 24px 24px",display:"flex",flexDirection:"column",gap:16},children:[s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[s.jsx("label",{style:{fontSize:12,fontWeight:500,color:r.textSecondary,fontFamily:r.font},children:"Block Name"}),s.jsx("input",{ref:E,value:o,onChange:f=>{i(f.target.value),l(null)},onKeyDown:f=>{f.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&&s.jsx("span",{style:{fontSize:11,color:r.error,fontFamily:r.font},children:a}),o&&!a&&s.jsxs("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.fontMono},children:["blocks/",pf(o),".dql"]})]}),s.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 ",s.jsx("code",{style:{fontFamily:r.fontMono,fontSize:11},children:"blocks/"})," folder. They can be referenced from notebooks and other blocks."]})]}),s.jsxs("div",{style:{padding:"14px 24px",borderTop:`1px solid ${r.cellBorder}`,display:"flex",justifyContent:"flex-end",gap:10},children:[s.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"}),s.jsx("button",{onClick:u,disabled:c||!o.trim(),style:{background:r.accent,border:`1px solid ${r.accent}`,borderRadius:6,color:"#ffffff",cursor:c||!o.trim()?"not-allowed":"pointer",fontSize:13,fontFamily:r.font,fontWeight:500,padding:"7px 20px",opacity:c||!o.trim()?.6:1,display:"flex",alignItems:"center",gap:6},children:c?"Creating...":"Create Block"})]})]})})}function kW({item:e,favorite:t,onInsert:n,onPreview:r,onCopySql:o,onToggleFavorite:i,t:a}){if(!e)return null;const l=e.kind==="metric"||e.kind==="dimension",c=!!e.sql,d=e.source?`${e.source.provider} · ${e.source.objectType}`:null;return s.jsxs("div",{style:{borderTop:`1px solid ${a.headerBorder}`,padding:"12px 10px",display:"flex",flexDirection:"column",gap:10,background:`${a.cellBg}cc`},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.jsxs("div",{style:{flex:1,minWidth:0},children:[s.jsx("div",{style:{fontSize:12,fontWeight:600,color:a.textPrimary,fontFamily:a.font},children:e.label||e.name}),s.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[e.kind," · ",e.name]})]}),s.jsx("button",{onClick:i,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&&s.jsx("div",{style:{fontSize:12,color:a.textSecondary,fontFamily:a.font,lineHeight:1.5},children:e.description}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:8,fontSize:11,fontFamily:a.fontMono,color:a.textMuted},children:[s.jsxs("div",{children:["domain: ",e.domain||"uncategorized"]}),s.jsxs("div",{children:["owner: ",e.owner??"unassigned"]}),e.table?s.jsxs("div",{children:["table: ",e.table]}):s.jsx("div",{}),e.cube?s.jsxs("div",{children:["cube: ",e.cube]}):s.jsx("div",{}),e.type?s.jsxs("div",{children:["type: ",e.type]}):s.jsx("div",{}),d?s.jsxs("div",{children:["source: ",d]}):s.jsx("div",{})]}),e.tags.length>0&&s.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:6},children:e.tags.map(E=>s.jsx("span",{style:{fontSize:10,color:a.textMuted,background:a.pillBg,borderRadius:999,padding:"2px 8px",fontFamily:a.font},children:E},E))}),e.sql&&s.jsxs("div",{style:{position:"relative"},children:[s.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}),s.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&&s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[s.jsx("div",{style:{fontSize:11,fontWeight:600,color:a.textSecondary,fontFamily:a.font},children:"Joins"}),e.joins.map(E=>s.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[E.left," ",E.type," ",E.right]},E.name))]}),e.levels&&e.levels.length>0&&s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[s.jsx("div",{style:{fontSize:11,fontWeight:600,color:a.textSecondary,fontFamily:a.font},children:"Levels"}),e.levels.map(E=>s.jsxs("div",{style:{fontSize:10,color:a.textMuted,fontFamily:a.fontMono},children:[E.order,". ",E.label," → ",E.dimension]},E.name))]}),s.jsxs("div",{style:{display:"flex",gap:8},children:[s.jsx("button",{onClick:r,disabled:!c,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"}),s.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"}),s.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 HW({query:e,provider:t,cube:n,owner:r,domain:o,tag:i,type:a,providers:l,cubes:c,owners:d,domains:E,tags:u,onQueryChange:T,onProviderChange:f,onCubeChange:A,onOwnerChange:h,onDomainChange:p,onTagChange:R,onTypeChange:N,t:I}){const O=(t?1:0)+(o?1:0)+(n?1:0)+(r?1:0)+(i?1:0)+(a?1:0),[C,m]=S.useState(O>0),g={width:"100%",background:I.inputBg,border:`1px solid ${I.inputBorder}`,borderRadius:6,color:I.textPrimary,fontSize:12,fontFamily:I.font,padding:"7px 10px",outline:"none",boxSizing:"border-box"},L=()=>{f(""),p(""),A(""),h(""),R(""),N("")};return s.jsxs("div",{style:{padding:"10px",display:"flex",flexDirection:"column",gap:8,borderBottom:`1px solid ${I.headerBorder}`},children:[s.jsxs("div",{style:{display:"flex",gap:6,alignItems:"center"},children:[s.jsx("input",{value:e,onChange:x=>T(x.target.value),placeholder:"Search labels, cubes, owners, tags...",style:{...g,flex:1}}),s.jsxs("button",{onClick:()=>m(x=>!x),style:{background:O>0?`${I.accent}18`:"transparent",border:`1px solid ${O>0?I.accent:I.inputBorder}`,borderRadius:6,color:O>0?I.accent:I.textMuted,cursor:"pointer",fontSize:11,fontFamily:I.font,padding:"6px 10px",whiteSpace:"nowrap"},title:C?"Hide filters":"Show filters",children:["Filters",O>0?` · ${O}`:""]})]}),C&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr 1fr",gap:6},children:[s.jsxs("select",{value:t,onChange:x=>f(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All providers"}),l.map(x=>s.jsx("option",{value:x,children:x},x))]}),s.jsxs("select",{value:o,onChange:x=>p(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All domains"}),E.map(x=>s.jsx("option",{value:x,children:x},x))]}),s.jsxs("select",{value:n,onChange:x=>A(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All cubes"}),c.map(x=>s.jsx("option",{value:x,children:x},x))]}),s.jsxs("select",{value:r,onChange:x=>h(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All owners"}),d.map(x=>s.jsx("option",{value:x,children:x},x))]}),s.jsxs("select",{value:i,onChange:x=>R(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All tags"}),u.map(x=>s.jsx("option",{value:x,children:x},x))]}),s.jsxs("select",{value:a,onChange:x=>N(x.target.value),style:g,children:[s.jsx("option",{value:"",children:"All types"}),s.jsx("option",{value:"cube",children:"Cubes"}),s.jsx("option",{value:"metric",children:"Metrics"}),s.jsx("option",{value:"dimension",children:"Dimensions"}),s.jsx("option",{value:"hierarchy",children:"Hierarchies"}),s.jsx("option",{value:"segment",children:"Segments"}),s.jsx("option",{value:"pre_aggregation",children:"Pre-aggregations"})]})]}),O>0&&s.jsx("button",{onClick:L,style:{alignSelf:"flex-start",background:"transparent",border:"none",color:I.textMuted,cursor:"pointer",fontSize:11,fontFamily:I.font,padding:0,textDecoration:"underline"},children:"Clear filters"})]})]})}function yc({label:e,depth:t=0,badge:n,badgeColor:r,count:o,expanded:i,favorite:a,selected:l,onClick:c,onDoubleClick:d,onToggle:E,onFavoriteToggle:u,onDragStart:T,title:f,muted:A,t:h}){const[p,R]=S.useState(!1);return s.jsxs("button",{draggable:!!T,onDragStart:T,onClick:c,onDoubleClick:d,onMouseEnter:()=>R(!0),onMouseLeave:()=>R(!1),title:f,style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:`5px 8px 5px ${10+t*14}px`,background:l?`${h.accent}18`:p?h.sidebarItemHover:"transparent",border:"none",cursor:"pointer",color:A?h.textMuted:h.textPrimary,fontSize:12,fontFamily:h.font,textAlign:"left"},children:[E?s.jsx("span",{onClick:N=>{N.stopPropagation(),E()},style:{display:"inline-flex",transform:i?"rotate(90deg)":"rotate(0deg)",transition:"transform 0.15s",color:h.textMuted},children:s.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",children:s.jsx("path",{d:"M3 2l4 3-4 3V2Z"})})}):s.jsx("span",{style:{width:10,flexShrink:0}}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e}),n&&s.jsx("span",{style:{fontSize:9,fontFamily:h.fontMono,color:r??h.accent,background:`${r??h.accent}18`,borderRadius:4,padding:"1px 4px",flexShrink:0},children:n}),typeof o=="number"&&s.jsx("span",{style:{fontSize:10,color:h.textMuted,background:h.pillBg,borderRadius:999,padding:"1px 6px",flexShrink:0},children:o}),typeof a=="boolean"&&s.jsx("span",{onClick:N=>{N.stopPropagation(),u==null||u()},style:{color:a?"#e3b341":h.textMuted,display:"inline-flex",flexShrink:0},children:s.jsx("svg",{width:"11",height:"11",viewBox:"0 0 16 16",fill:"currentColor",children:s.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 Ms=31,Rf=10;function jW(){var Br,Zo,es,ts,ns,rs,os,Fr;const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState("semantic"),[i,a]=S.useState("validate"),[l,c]=S.useState(""),[d,E]=S.useState(""),[u,T]=S.useState(""),[f,A]=S.useState(""),[h,p]=S.useState(""),[R,N]=S.useState(""),[I,O]=S.useState(""),[C,m]=S.useState({}),[g,L]=S.useState(null),[x,D]=S.useState(null),[b,w]=S.useState([]),[B,_]=S.useState({}),[F,P]=S.useState(""),[v,M]=S.useState(new Set),[y,U]=S.useState(!1),[G,H]=S.useState(!1),[q,K]=S.useState(null),[j,J]=S.useState(null),[Q,X]=S.useState([]),[Z,le]=S.useState(!1),[re,ie]=S.useState(null),[W,ae]=S.useState(!1),[Te,ce]=S.useState(!1),[ee,he]=S.useState(null),[Oe,He]=S.useState(null),[Rn,Yt]=S.useState(null),[jn,Ho]=S.useState(!1),[Wt,_t]=S.useState(0),[Vt,jo]=S.useState(400),[Yo,wr]=S.useState(300),[Wo,fa]=S.useState(420),[$t,Vo]=S.useState(!1),[Xt,$o]=S.useState(!1),Yn=S.useRef(null);S.useEffect(()=>{t({type:"SET_BLOCK_STUDIO_CATALOG_LOADING",loading:!0}),J(null),z.getBlockStudioCatalog().then(Y=>{t({type:"SET_BLOCK_STUDIO_CATALOG",catalog:Y}),w(Y.databaseTree)}).catch(()=>{J("Failed to load schema. Check your connection and try refreshing.")}).finally(()=>t({type:"SET_BLOCK_STUDIO_CATALOG_LOADING",loading:!1}))},[t]),S.useEffect(()=>{if(!g||g.startsWith("provider:")||g.startsWith("domain:")||g.startsWith("group:")){D(null);return}z.getSemanticObject(g).then(D).catch(()=>D(null))},[g]),S.useEffect(()=>{const Y=window.setTimeout(()=>{e.blockStudioDraft.trim()&&z.validateBlockStudio(e.blockStudioDraft,e.activeBlockPath).then(ue=>t({type:"SET_BLOCK_STUDIO_VALIDATION",validation:ue})).catch(()=>{})},250);return()=>window.clearTimeout(Y)},[e.blockStudioDraft,e.activeBlockPath,t]);const Ur=((Br=e.blockStudioCatalog)==null?void 0:Br.semanticTree)??null,st=S.useMemo(()=>tV(Ur)?Ur:nV(e.semanticLayer),[Ur,e.semanticLayer]),Sa=S.useMemo(()=>Yl(st,"provider"),[st]),pa=S.useMemo(()=>Yl(st,"cube"),[st]),Ra=S.useMemo(()=>Yl(st,"owner"),[st]),Wn=S.useMemo(()=>st?TI(st,{query:l,provider:d,domain:u,cube:f,owner:h,tag:R,type:I}):null,[st,l,d,u,f,h,R,I]),An=S.useMemo(()=>fI((Wn==null?void 0:Wn.children)??[],C),[Wn,C]),Aa=S.useMemo(()=>ZW(b,F),[b,F]),ha=S.useMemo(()=>eV(b),[b]),Kt={metrics:e.semanticLayer.metrics.length,measures:e.semanticLayer.measures.length,dimensions:e.semanticLayer.dimensions.length,timeDimensions:e.semanticLayer.timeDimensions.length,entities:e.semanticLayer.entities.length,hierarchies:e.semanticLayer.hierarchies.length,savedQueries:e.semanticLayer.savedQueries.length},Ia=An.length*Ms,Xo=S.useMemo(()=>{const Y=Math.max(0,Math.floor(Wt/Ms)-Rf),ue=Math.min(An.length,Math.ceil((Wt+Vt)/Ms)+Rf);return{offsetTop:Y*Ms,rows:An.slice(Y,ue)}},[An,Wt,Vt]);S.useEffect(()=>{const Y=Yn.current;if(!Y)return;const ue=()=>jo(Y.clientHeight||400);if(ue(),typeof ResizeObserver>"u")return window.addEventListener("resize",ue),()=>window.removeEventListener("resize",ue);const ye=new ResizeObserver(()=>ue());return ye.observe(Y),()=>ye.disconnect()},[]),S.useEffect(()=>{_t(0),Yn.current&&(Yn.current.scrollTop=0)},[l,d,u,f,h,R,I]);const Vn=S.useMemo(()=>{var ue;const Y=BE(e.blockStudioDraft);return e.blockStudioMetadata?{...Y,name:(Y==null?void 0:Y.name)||e.blockStudioMetadata.name,domain:(Y==null?void 0:Y.domain)||e.blockStudioMetadata.domain,description:(Y==null?void 0:Y.description)||e.blockStudioMetadata.description,owner:(Y==null?void 0:Y.owner)||e.blockStudioMetadata.owner,tags:(ue=Y==null?void 0:Y.tags)!=null&&ue.length?Y.tags:e.blockStudioMetadata.tags,blockType:(Y==null?void 0:Y.blockType)||"custom"}:Y},[e.blockStudioDraft,e.blockStudioMetadata]),zt=(Vn==null?void 0:Vn.name)??((Zo=e.blockStudioMetadata)==null?void 0:Zo.name)??null;S.useEffect(()=>{if(!zt)return;const Y=`block:${zt}`;t({type:"SET_LINEAGE_FOCUS",nodeId:Y}),ce(!0),Promise.all([z.fetchLineageNode(Y),z.queryLineage({focus:Y}),z.fetchLineagePaths(Y)]).then(([ue,ye,be])=>{he(ue),He(ye.graph??null),Yt(be)}).catch(()=>{he(null),He(null),Yt(null)}).finally(()=>ce(!1))},[zt,t]);const it=Y=>{t({type:"SET_BLOCK_STUDIO_DRAFT",draft:Y})},Ko=async()=>{var Y,ue,ye;U(!0);try{const be=await z.runBlockStudio(e.blockStudioDraft,e.activeBlockPath);t({type:"SET_BLOCK_STUDIO_PREVIEW",preview:be}),a("results")}catch(be){t({type:"SET_BLOCK_STUDIO_VALIDATION",validation:{valid:!1,chartConfig:(Y=e.blockStudioValidation)==null?void 0:Y.chartConfig,executableSql:((ue=e.blockStudioValidation)==null?void 0:ue.executableSql)??null,semanticRefs:((ye=e.blockStudioValidation)==null?void 0:ye.semanticRefs)??{metrics:[],dimensions:[],segments:[]},diagnostics:[{severity:"error",code:"block_run_failed",message:be instanceof Error?be.message:String(be)}]}}),a("validate")}finally{U(!1)}},Na=async()=>{if(!e.blockStudioMetadata){t({type:"OPEN_NEW_BLOCK_MODAL"});return}H(!0),K(null);try{const Y=await z.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:`${Y.metadata.name}.dql`,path:Y.path,type:"block",folder:"blocks"},payload:Y}),e.files.some(ye=>ye.path===Y.path)||t({type:"FILE_ADDED",file:{name:`${Y.metadata.name}.dql`,path:Y.path,type:"block",folder:"blocks"}}),a("save")}catch(Y){const ue=(Y==null?void 0:Y.message)??"Save failed";K(ue.includes("409")||ue.includes("BLOCK_EXISTS")?"A block with this name already exists. Rename and try again.":ue),setTimeout(()=>K(null),5e3)}finally{H(!1)}},zo=Y=>{var ue;if(Y.kind==="metric"||Y.kind==="dimension"){const ye=i0(Y.kind==="metric"?"metric":"dimension",Y.name);(((ue=BE(e.blockStudioDraft))==null?void 0:ue.blockType)??"custom")==="semantic"?it(a0(e.blockStudioDraft,{kind:Y.kind==="metric"?"metric":"dimension",name:Y.name})):rb(ye)||it(l0(e.blockStudioDraft,ye)),t({type:"ADD_SEMANTIC_RECENT",name:Y.name});return}if(Y.kind==="segment"&&Y.sql){it(Ps(e.blockStudioDraft,`/* segment:${Y.name} */ (${Y.sql})`));return}Y.kind==="pre_aggregation"&&it(Ps(e.blockStudioDraft,`/* pre_aggregation:${Y.name} */`))},Oa=Y=>{it(Ps(e.blockStudioDraft,Y))},ma=async Y=>{if(!(!Y.path||Y.kind!=="table"||Y.children&&Y.children.length>0)){M(ue=>new Set(ue).add(Y.id));try{const ue=await z.describeTable(Y.path);w(ye=>SI(ye,Y.id,{...Y,children:ue.map(be=>({id:`db-column:${Y.path}:${be.name}`,label:be.name,kind:"column",path:Y.path,type:be.type}))}))}finally{M(ue=>{const ye=new Set(ue);return ye.delete(Y.id),ye})}}},Jo=S.useCallback(async()=>{try{const Y=await z.getBlockStudioCatalog();Y!=null&&Y.databaseTree&&w(Y.databaseTree),t({type:"SET_BLOCK_STUDIO_CATALOG",catalog:Y})}catch{}},[t]),ga=((es=e.blockStudioValidation)==null?void 0:es.chartConfig)??((ts=e.blockStudioPreview)==null?void 0:ts.chartConfig)??{chart:"table"},Ca=e.blockStudioPreview?uo(e.blockStudioPreview.result,e.blockStudioPreview.chartConfig):"table",qo=Y=>{Y.preventDefault();const ue=Y.clientX,ye=Yo,be=Gr=>{const kr=Math.min(520,Math.max(280,ye+Gr.clientX-ue));wr(kr)},hn=()=>{window.removeEventListener("mousemove",be),window.removeEventListener("mouseup",hn)};window.addEventListener("mousemove",be),window.addEventListener("mouseup",hn)},Qo=Y=>{Y.preventDefault();const ue=Y.clientY,ye=Wo,be=Gr=>{const kr=Math.min(520,Math.max(180,ye-(Gr.clientY-ue)));fa(kr)},hn=()=>{window.removeEventListener("mousemove",be),window.removeEventListener("mouseup",hn)};window.addEventListener("mousemove",be),window.addEventListener("mouseup",hn)};return s.jsxs("div",{style:{flex:1,position:"relative",display:"grid",gridTemplateColumns:$t?"0 0 minmax(0, 1fr)":`${Yo}px 6px minmax(0, 1fr)`,gridTemplateRows:Xt?"minmax(0, 1fr) 0 0":`minmax(0, 1fr) 6px ${Wo}px`,overflow:"hidden",background:n.appBg},children:[s.jsxs("div",{style:{borderRight:$t?"none":`1px solid ${n.headerBorder}`,display:$t?"none":"flex",flexDirection:"column",overflow:"hidden",background:n.sidebarBg,minWidth:0},children:[s.jsxs("div",{style:{padding:"10px 14px",display:"flex",alignItems:"center",gap:10,borderBottom:`1px solid ${n.headerBorder}`},children:[s.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.06em",color:n.textMuted,textTransform:"uppercase",fontFamily:n.font},children:"Explorer"}),s.jsxs("span",{style:{fontSize:11,color:n.textMuted,fontFamily:n.font},children:[Kt.metrics," metrics · ",Kt.measures," measures · ",Kt.dimensions+Kt.timeDimensions," dims · ",Kt.entities," entities · ",Kt.savedQueries," saved queries"]}),s.jsx("div",{style:{flex:1}}),e.semanticLayer.provider&&s.jsx("span",{style:{fontSize:9,fontWeight:700,color:n.accent,background:`${n.accent}18`,borderRadius:999,padding:"2px 7px",textTransform:"uppercase",letterSpacing:"0.04em"},children:e.semanticLayer.provider}),s.jsx("button",{onClick:()=>Vo(!0),style:{background:"transparent",border:"none",color:n.textMuted,cursor:"pointer",fontSize:14,fontFamily:n.font,padding:0,lineHeight:1},title:"Collapse explorer",children:"‹"})]}),s.jsxs("div",{style:{display:"flex",padding:"0 14px",gap:16,borderBottom:`1px solid ${n.headerBorder}`},children:[s.jsx(hf,{active:r==="semantic",onClick:()=>o("semantic"),label:"Semantic",t:n}),s.jsx(hf,{active:r==="database",onClick:()=>o("database"),label:"Database",t:n})]}),r==="semantic"?s.jsxs(s.Fragment,{children:[s.jsx("div",{style:{padding:12,borderBottom:`1px solid ${n.headerBorder}`,background:`${n.cellBg}66`},children:s.jsx(HW,{query:l,provider:d,cube:f,owner:h,domain:u,tag:R,type:I,providers:Sa,cubes:pa,owners:Ra,domains:e.semanticLayer.domains,tags:e.semanticLayer.tags,onQueryChange:c,onProviderChange:E,onCubeChange:A,onOwnerChange:p,onDomainChange:T,onTagChange:N,onTypeChange:O,t:n})}),s.jsx("div",{ref:Yn,onScroll:Y=>_t(Y.currentTarget.scrollTop),style:{flex:1,overflowY:"auto",borderBottom:`1px solid ${n.headerBorder}`,background:n.cellBg},children:j?s.jsxs("div",{style:{padding:16,display:"grid",gap:8,textAlign:"center"},children:[s.jsx("div",{style:{fontSize:12,color:"#f85149",fontFamily:n.font},children:j}),s.jsx("button",{onClick:()=>{J(null),Jo()},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?s.jsx(Ut,{message:"Loading semantic catalog…"}):An.length===0?s.jsx(Ut,{message:"No semantic objects match the current filters."}):s.jsx("div",{style:{height:Ia,position:"relative"},children:s.jsx("div",{style:{position:"absolute",top:Xo.offsetTop,left:0,right:0},children:Xo.rows.map(Y=>s.jsx(QW,{row:Y,selectedId:g,setSelectedId:L,expanded:C,setExpanded:m,onInsert:zo,favorites:new Set(e.semanticLayer.favorites),dispatch:t,t:n},Y.node.id))})})}),s.jsx(kW,{item:x,favorite:!!(x&&e.semanticLayer.favorites.includes(x.name)),onInsert:()=>x&&zo(x),onPreview:()=>{x!=null&&x.sql&&it(Ps(e.blockStudioDraft,x.sql))},onCopySql:()=>{x!=null&&x.sql&&navigator.clipboard.writeText(x.sql)},onToggleFavorite:()=>{!x||x.kind!=="metric"&&x.kind!=="dimension"||z.toggleFavorite(x.name).then(Y=>t({type:"SET_SEMANTIC_FAVORITES",favorites:Y}))},t:n})]}):s.jsx(qW,{tree:Aa,totalTree:b,expanded:B,setExpanded:_,onEnsureColumns:ma,onInsert:Oa,query:F,onQueryChange:P,stats:ha,connectionName:((ns=e.blockStudioCatalog)==null?void 0:ns.connection.current)??"default",loadingNodes:v,onRefresh:Jo,t:n})]}),s.jsx("div",{onMouseDown:$t?void 0:qo,style:{display:$t?"none":"block",cursor:"col-resize",background:n.headerBorder}}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",minWidth:0,overflow:"hidden",gridColumn:"3",gridRow:"1"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"10px 14px",borderBottom:`1px solid ${n.headerBorder}`,background:n.cellBg},children:[$t&&s.jsx("button",{onClick:()=>Vo(!1),style:{background:"transparent",border:"none",color:n.textMuted,cursor:"pointer",fontSize:14,fontFamily:n.font,padding:0,lineHeight:1},title:"Open explorer",children:"›"}),s.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.06em",color:n.textMuted,textTransform:"uppercase",fontFamily:n.font},children:"Source"}),s.jsx("div",{style:{flex:1}}),s.jsx(Af,{label:"Run",onClick:()=>void Ko(),busy:y}),s.jsx(Af,{label:"Save",onClick:()=>void Na(),busy:G}),q&&s.jsx("span",{style:{fontSize:11,color:"#f85149",fontFamily:n.font,padding:"4px 8px",background:"#f8514918",borderRadius:6},children:q})]}),s.jsx("div",{style:{flex:1,overflow:"hidden"},children:s.jsx(Ed,{value:e.blockStudioDraft,onChange:it,onRun:()=>void Ko(),themeMode:e.themeMode,autoFocus:!0,wrap:!1,errorMessage:(os=(rs=e.blockStudioValidation)==null?void 0:rs.diagnostics.find(Y=>Y.severity==="error"))==null?void 0:os.message})})]}),s.jsx("div",{onMouseDown:Xt?void 0:Qo,style:{gridColumn:"1 / -1",gridRow:"2",display:Xt?"none":"block",cursor:"row-resize",background:n.headerBorder}}),s.jsxs("div",{style:{gridColumn:"1 / -1",gridRow:"3",borderTop:Xt?"none":`1px solid ${n.headerBorder}`,display:Xt?"none":"flex",flexDirection:"column",overflow:"hidden",background:n.cellBg},children:[s.jsxs("div",{style:{padding:"10px 14px",display:"flex",gap:6,alignItems:"center",borderBottom:`1px solid ${n.headerBorder}`,flexWrap:"wrap"},children:[s.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.06em",color:n.textMuted,textTransform:"uppercase",fontFamily:n.font,marginRight:4},children:"Output"}),s.jsx(en,{active:i==="results",onClick:()=>a("results"),label:"Results"}),s.jsx(en,{active:i==="visualization",onClick:()=>a("visualization"),label:"Visualization"}),s.jsx(en,{active:i==="lineage",onClick:()=>a("lineage"),label:"Lineage"}),s.jsx("span",{style:{width:1,height:18,background:n.headerBorder,margin:"0 6px"}}),s.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.06em",color:n.textMuted,textTransform:"uppercase",fontFamily:n.font,marginRight:4},children:"Governance"}),s.jsx(en,{active:i==="validate",onClick:()=>a("validate"),label:"Validate"}),s.jsx(en,{active:i==="tests",onClick:()=>a("tests"),label:"Tests"}),s.jsx(en,{active:i==="history",onClick:()=>{a("history"),!Z&&e.activeBlockPath&&z.getBlockHistory(e.activeBlockPath).then(Y=>{X(Y.entries),le(!0)})},label:"History"}),s.jsx(en,{active:i==="save",onClick:()=>a("save"),label:"Metadata"}),s.jsx("div",{style:{flex:1}}),s.jsx("button",{onClick:()=>$o(!0),style:{background:"transparent",border:`1px solid ${n.btnBorder}`,borderRadius:6,color:n.textMuted,cursor:"pointer",fontSize:11,fontFamily:n.font,padding:"4px 8px"},title:"Hide pane",children:"▾ Hide"})]}),s.jsxs("div",{style:{flex:1,overflow:"auto"},children:[i==="results"&&(e.blockStudioPreview?s.jsxs("div",{style:{display:"grid",gap:12,padding:12},children:[s.jsx("div",{style:{fontSize:11,color:n.textMuted,fontFamily:n.fontMono},children:e.blockStudioPreview.sql}),Ca==="table"?s.jsx(Mr,{result:e.blockStudioPreview.result,themeMode:e.themeMode}):s.jsx(CR,{result:e.blockStudioPreview.result,chartConfig:e.blockStudioPreview.chartConfig,themeMode:e.themeMode})]}):s.jsx(Ut,{message:"Run the block to preview results and visualization."})),i==="visualization"&&s.jsx(WW,{chartConfig:ga,onChange:Y=>it(s0(e.blockStudioDraft,Y)),t:n}),i==="lineage"&&s.jsx(VW,{blockName:zt,loading:Te,detail:ee,graph:Oe,paths:Rn,onSelectNode:Y=>{t({type:"SET_LINEAGE_FOCUS",nodeId:Y}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"})},onOpenFull:()=>{zt&&(t({type:"SET_LINEAGE_FOCUS",nodeId:`block:${zt}`}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"}))},t:n}),i==="tests"&&s.jsx(zW,{source:e.blockStudioDraft,blockPath:e.activeBlockPath,testResults:re,running:W,onRunTests:async()=>{if(e.activeBlockPath){ae(!0);try{const Y=await z.runBlockTests(e.blockStudioDraft,e.activeBlockPath);ie(Y.assertions??[])}catch{ie([])}finally{ae(!1)}}},t:n}),i==="validate"&&s.jsx(YW,{diagnostics:((Fr=e.blockStudioValidation)==null?void 0:Fr.diagnostics)??[],t:n}),i==="history"&&s.jsx(JW,{entries:Q,t:n}),i==="save"&&s.jsxs("div",{style:{display:"grid",gap:12},children:[e.activeBlockPath&&e.blockStudioMetadata&&s.jsx("div",{style:{padding:"12px 12px 0"},children:s.jsx(KW,{currentStatus:e.blockStudioMetadata.reviewStatus??"draft",blockPath:e.activeBlockPath,onStatusChanged:Y=>{e.blockStudioMetadata&&t({type:"SET_BLOCK_STUDIO_METADATA",metadata:{...e.blockStudioMetadata,reviewStatus:Y}})},t:n})}),s.jsx($W,{metadata:e.blockStudioMetadata,draftMetadata:Vn,onChange:Y=>{if(!e.blockStudioMetadata)return;t({type:"SET_BLOCK_STUDIO_METADATA",metadata:{...e.blockStudioMetadata,...Y}});let ue=e.blockStudioDraft;typeof Y.name=="string"&&(ue=oR(ue,Y.name)),typeof Y.domain=="string"&&(ue=Xa(ue,"domain",Y.domain)),typeof Y.owner=="string"&&(ue=Xa(ue,"owner",Y.owner)),typeof Y.description=="string"&&(ue=Xa(ue,"description",Y.description)),Y.tags&&(ue=o0(ue,Y.tags)),it(ue)},t:n})]})]})]}),Xt&&s.jsx("div",{style:{position:"absolute",right:16,bottom:16},children:s.jsx("button",{onClick:()=>$o(!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 en({active:e,onClick:t,label:n,busy:r}){const{state:o}=fe(),i=se[o.themeMode];return s.jsx("button",{onClick:t,style:{background:e?`${i.accent}18`:i.btnBg,border:`1px solid ${e?i.accent:i.btnBorder}`,borderRadius:6,color:e?i.accent:i.textSecondary,cursor:"pointer",fontSize:11,fontFamily:i.font,padding:"6px 10px",opacity:r?.7:1},children:r?`${n}…`:n})}function Af(e){return s.jsx(en,{active:!1,...e})}function hf({active:e,onClick:t,label:n,t:r}){return s.jsx("button",{onClick:t,style:{background:"transparent",border:"none",borderBottom:`2px solid ${e?r.accent:"transparent"}`,color:e?r.textPrimary:r.textMuted,cursor:"pointer",fontSize:12,fontWeight:e?600:500,fontFamily:r.font,padding:"10px 2px",marginBottom:-1},children:n})}function jl({label:e,value:t,t:n}){return s.jsxs("div",{style:{background:n.cellBg,border:`1px solid ${n.headerBorder}`,borderRadius:10,padding:"10px 12px"},children:[s.jsx("div",{style:{fontSize:10,fontWeight:700,color:n.textMuted,fontFamily:n.font,textTransform:"uppercase",letterSpacing:"0.05em"},children:e}),s.jsx("div",{style:{fontSize:20,fontWeight:700,color:n.textPrimary,fontFamily:n.font,marginTop:4},children:t})]})}function YW({diagnostics:e,t}){return e.length===0?s.jsx(Ut,{message:"No validation messages."}):s.jsx("div",{style:{display:"grid",gap:8,padding:12},children:e.map((n,r)=>s.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:[s.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}),s.jsx("div",{style:{fontSize:12,color:t.textPrimary,marginTop:4},children:n.message})]},`${n.code??n.message}-${r}`))})}function WW({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 s.jsxs("div",{style:{display:"grid",gap:10,padding:12},children:[s.jsxs("select",{value:e.chart??"table",onChange:o=>t({...e,chart:o.target.value}),style:r,children:[s.jsx("option",{value:"table",children:"Table"}),Ki.map(o=>s.jsx("option",{value:o.value,children:o.label},o.value))]}),s.jsx("input",{value:e.x??"",onChange:o=>t({...e,x:o.target.value}),placeholder:"x binding",style:r}),s.jsx("input",{value:e.y??"",onChange:o=>t({...e,y:o.target.value}),placeholder:"y binding",style:r}),s.jsx("input",{value:e.color??"",onChange:o=>t({...e,color:o.target.value}),placeholder:"color binding",style:r}),s.jsx("input",{value:e.title??"",onChange:o=>t({...e,title:o.target.value}),placeholder:"title",style:r})]})}function VW({blockName:e,loading:t,detail:n,graph:r,paths:o,onSelectNode:i,onOpenFull:a,t:l}){if(!e)return s.jsx(Ut,{message:"Lineage will appear once the block has a name."});if(t)return s.jsx(Ut,{message:"Loading block lineage…"});if(!(n!=null&&n.node))return s.jsxs("div",{style:{padding:12,display:"grid",gap:12},children:[s.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."}),s.jsx("div",{children:s.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 c=`block:${e}`;return s.jsxs("div",{style:{padding:12,display:"grid",gap:12,overflowY:"auto"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:12,fontWeight:700,color:l.textPrimary,fontFamily:l.font},children:n.node.name}),s.jsx("div",{style:{fontSize:11,color:l.textMuted,fontFamily:l.font},children:n.node.domain?`Domain: ${n.node.domain}`:"Block lineage focus"})]}),s.jsx("div",{style:{flex:1}}),s.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)&&s.jsx(bD,{layerSummary:o.layerSummary,t:l}),r&&r.nodes.length>0&&s.jsx(Bd,{nodes:r.nodes,edges:r.edges,focalNodeId:c,height:360,onNodeClick:i,layoutMode:"flow"}),o&&(o.upstreamPaths.length>0||o.downstreamPaths.length>0)&&s.jsxs("div",{style:{display:"grid",gap:10},children:[o.upstreamPaths.length>0&&s.jsx(du,{title:"Source to Block",paths:o.upstreamPaths,onNodeClick:i,focalNodeId:c,t:l}),o.downstreamPaths.length>0&&s.jsx(du,{title:"Block to Consumption",paths:o.downstreamPaths,onNodeClick:i,focalNodeId:c,t:l})]})]})}function $W({metadata:e,draftMetadata:t,onChange:n,t:r}){const o={width:"100%",background:r.inputBg,border:`1px solid ${r.inputBorder}`,borderRadius:6,color:r.textPrimary,fontSize:12,fontFamily:r.font,padding:"8px 10px",outline:"none"},i={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 s.jsxs("div",{style:{display:"grid",gap:10,padding:12},children:[s.jsx("input",{value:i.name,onChange:a=>n({name:a.target.value}),placeholder:"Block name",style:o}),s.jsx("input",{value:i.domain,onChange:a=>n({domain:a.target.value}),placeholder:"Domain",style:o}),s.jsx("input",{value:i.owner,onChange:a=>n({owner:a.target.value}),placeholder:"Owner",style:o}),s.jsx("input",{value:i.description,onChange:a=>n({description:a.target.value}),placeholder:"Description",style:o}),s.jsx("input",{value:i.tags.join(", "),onChange:a=>n({tags:a.target.value.split(",").map(l=>l.trim()).filter(Boolean)}),placeholder:"Tags",style:o})]})}function Ut({message:e}){const{state:t}=fe(),n=se[t.themeMode];return s.jsx("div",{style:{padding:16,fontSize:12,color:n.textMuted},children:e})}const If={draft:"#8b949e",review:"#d29922",certified:"#3fb950",deprecated:"#f85149"},XW={draft:["review"],review:["certified","draft"],certified:["deprecated"],deprecated:["draft"]};function KW({currentStatus:e,blockPath:t,onStatusChanged:n,t:r}){const[o,i]=S.useState(!1),a=XW[e]??[],l=async c=>{if(t){i(!0);try{const d=await z.updateBlockStatus(t,c);d.ok&&d.status&&n(d.status)}finally{i(!1)}}};return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"10px 12px",background:r.pillBg,borderRadius:8},children:[s.jsx("span",{style:{fontSize:11,color:r.textMuted,fontFamily:r.font},children:"Status:"}),s.jsx("span",{style:{fontSize:11,fontWeight:600,color:If[e]??r.textMuted,background:`${If[e]??r.textMuted}18`,padding:"2px 8px",borderRadius:4,textTransform:"uppercase",letterSpacing:"0.04em",fontFamily:r.font},children:e}),s.jsx("span",{style:{flex:1}}),a.map(c=>s.jsx("button",{onClick:()=>void l(c),disabled:o,style:{background:c==="certified"?"#3fb950":c==="deprecated"?"#f85149":r.btnBg,border:`1px solid ${c==="certified"?"#3fb950":c==="deprecated"?"#f85149":r.btnBorder}`,borderRadius:4,color:c==="certified"||c==="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?"...":c==="certified"?"Certify":c==="deprecated"?"Deprecate":`Move to ${c}`},c))]})}function zW({source:e,blockPath:t,testResults:n,running:r,onRunTests:o,t:i}){const l=[...e.matchAll(/assert\s+(\w+)\s*(>=?|<=?|==|!=|IN)\s*(\S+)/g)].map(c=>({field:c[1],operator:c[2],expected:c[3]}));return s.jsxs("div",{style:{padding:12,display:"grid",gap:10},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[s.jsx("span",{style:{fontSize:12,fontWeight:600,color:i.textPrimary,fontFamily:i.font},children:"Test Assertions"}),s.jsx("span",{style:{flex:1}}),s.jsx("button",{onClick:o,disabled:r||!t,style:{background:i.accent,border:"none",borderRadius:6,color:"#fff",cursor:r||!t?"not-allowed":"pointer",fontSize:11,fontWeight:600,fontFamily:i.font,padding:"5px 14px",opacity:r||!t?.5:1},children:r?"Running...":"Run Tests"})]}),l.length===0&&s.jsxs("div",{style:{fontSize:12,color:i.textMuted,fontFamily:i.font,lineHeight:1.5},children:["No test assertions found. Add assertions in your block:",s.jsx("pre",{style:{margin:"8px 0 0",padding:"8px 10px",background:i.editorBg,border:`1px solid ${i.cellBorder}`,borderRadius:6,fontSize:10,fontFamily:i.fontMono,color:i.textSecondary},children:`tests {
807
- assert row_count > 0
808
- assert max_value <= 1000000
809
- }`})]}),l.map((c,d)=>{const E=n==null?void 0:n[d],u=E==null?void 0:E.passed;return s.jsxs("div",{style:{padding:"8px 12px",borderRadius:8,border:`1px solid ${E?u?"#3fb95040":"#f8514940":i.cellBorder}`,background:E?u?"#3fb95008":"#f8514908":"transparent",display:"flex",alignItems:"center",gap:8},children:[E&&s.jsx("span",{style:{fontSize:14,color:u?"#3fb950":"#f85149",fontWeight:700},children:u?"✓":"✗"}),s.jsxs("div",{style:{flex:1},children:[s.jsxs("div",{style:{fontSize:12,color:i.textPrimary,fontFamily:i.fontMono},children:[c.field," ",c.operator," ",c.expected]}),E&&!u&&E.actual&&s.jsxs("div",{style:{fontSize:11,color:"#f85149",fontFamily:i.font,marginTop:2},children:["Actual: ",E.actual]})]})]},d)}),n&&n.length>0&&s.jsxs("div",{style:{padding:"8px 12px",background:i.pillBg,borderRadius:8,fontSize:12,fontFamily:i.font,color:i.textSecondary},children:[n.filter(c=>c.passed).length,"/",n.length," passed"]})]})}function JW({entries:e,t}){return e.length===0?s.jsx(Ut,{message:"No version history available. Commit changes to build history."}):s.jsxs("div",{style:{padding:12,display:"grid",gap:8},children:[s.jsx("div",{style:{fontSize:12,fontWeight:600,color:t.textPrimary,fontFamily:t.font},children:"Version History"}),e.map(n=>s.jsxs("div",{style:{padding:"8px 12px",border:`1px solid ${t.cellBorder}`,borderRadius:8,background:t.inputBg},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:4},children:[s.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)}),s.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.font},children:new Date(n.date).toLocaleDateString()}),s.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.font,marginLeft:"auto"},children:n.author})]}),s.jsx("div",{style:{fontSize:12,color:t.textPrimary,fontFamily:t.font},children:n.message})]},n.hash))]})}function qW({tree:e,totalTree:t,expanded:n,setExpanded:r,onEnsureColumns:o,onInsert:i,query:a,onQueryChange:l,stats:c,connectionName:d,loadingNodes:E,onRefresh:u,t:T}){const f={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"},A=(h,p=0)=>{var g,L,x;const R=h.kind!=="column",N=n[h.id]??p<1,I=E.has(h.id),O=h.kind==="schema"?(g=h.children)==null?void 0:g.length:h.kind==="table"?(L=h.children)==null?void 0:L.length:void 0,C=h.kind==="column"?h.type:h.kind,m=h.kind==="column"&&h.type?qp(h.type,T.accent):void 0;return s.jsxs("div",{children:[s.jsx(yc,{label:I?`${h.label} …`:h.label,depth:p,count:O,expanded:R?N:void 0,onToggle:R?()=>{r(D=>({...D,[h.id]:!N})),N||o(h)}:void 0,badge:C,badgeColor:m,onClick:()=>{if(h.kind==="table"&&h.path&&i(h.path),h.kind==="column"){const D=h.path?h.path.split(".").pop():"";i(D?`${D}.${h.label}`:h.label)}},onDoubleClick:()=>{h.kind==="table"&&h.path&&i(`SELECT *
810
- FROM ${h.path}
811
- LIMIT 100`)},t:T}),R&&N&&((x=h.children)==null?void 0:x.map(D=>A(D,p+1)))]},h.id)};return s.jsxs(s.Fragment,{children:[s.jsxs("div",{style:{padding:12,display:"grid",gap:12,borderBottom:`1px solid ${T.headerBorder}`,background:`${T.cellBg}66`},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10},children:[s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:12,fontWeight:700,color:T.textPrimary,fontFamily:T.font},children:"Database Browser"}),s.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."})]}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.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:"↻"}),s.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:d})]})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, minmax(0, 1fr))",gap:8},children:[s.jsx(jl,{label:"Schemas",value:c.schemas,t:T}),s.jsx(jl,{label:"Tables",value:c.tables,t:T}),s.jsx(jl,{label:"Columns",value:c.columns,t:T})]}),s.jsx("input",{value:a,onChange:h=>l(h.target.value),placeholder:"Search schemas, tables, columns...",style:f})]}),s.jsx("div",{style:{flex:1,overflowY:"auto",padding:e.length>0?"6px 0 0":0},children:t.length===0?s.jsx(Ut,{message:"No schemas were found for the active connection yet."}):e.length===0?s.jsx(Ut,{message:"No database objects match the current search."}):e.map(h=>A(h))})]})}function QW({row:e,selectedId:t,setSelectedId:n,expanded:r,setExpanded:o,onInsert:i,favorites:a,dispatch:l,t:c}){var A;const{node:d,depth:E,hasChildren:u,isExpanded:T}=e,f=d.id.split(":").slice(1).join(":");return u?s.jsx(yc,{label:d.label,depth:E,count:(A=d.children)==null?void 0:A.length,expanded:T,onToggle:()=>o(h=>({...h,[d.id]:!T})),onClick:()=>n(d.id),selected:t===d.id,t:c}):s.jsx(yc,{label:d.label,depth:E,badge:d.kind,selected:t===d.id,onClick:()=>n(d.id),onDoubleClick:()=>{z.getSemanticObject(d.id).then(i).catch(()=>{})},onFavoriteToggle:d.kind==="metric"||d.kind==="dimension"?()=>void z.toggleFavorite(f).then(h=>l({type:"SET_SEMANTIC_FAVORITES",favorites:h})):void 0,favorite:d.kind==="metric"||d.kind==="dimension"?a.has(f):void 0,t:c})}function Ps(e,t){const n=e.match(/query\s*=\s*"""([\s\S]*?)"""/i);return n?e.replace(n[0],`query = """${n[1].trimEnd()}
812
- ${t}
813
- """`):/^\s*block\s+"/i.test(e.trim())?e.replace(/\n\}\s*$/,`
814
-
815
- query = """
816
- ${t}
817
- """
818
- }
819
- `):`${e.trimEnd()}
820
- ${t}
821
- `}function Yl(e,t){if(!e)return[];const n=new Set,r=o=>{var a;const i=(a=o.meta)==null?void 0:a[t];typeof i=="string"&&i.trim()&&n.add(i.trim());for(const l of o.children??[])r(l)};return r(e),Array.from(n).sort((o,i)=>o.localeCompare(i))}function TI(e,t){var T,f,A,h,p;const n=t.query.trim().toLowerCase(),r=Object.values(e.meta??{}).filter(R=>R!=null).map(R=>String(R).toLowerCase()),o=!n||e.label.toLowerCase().includes(n)||e.id.toLowerCase().includes(n)||r.some(R=>R.includes(n)),i=!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||((f=e.meta)==null?void 0:f.provider)===t.provider||e.id===`provider:${t.provider}`,c=!t.cube||((A=e.meta)==null?void 0:A.cube)===t.cube,d=!t.owner||((h=e.meta)==null?void 0:h.owner)===t.owner,E=!t.tag||String(((p=e.meta)==null?void 0:p.tags)??"").split(",").filter(Boolean).includes(t.tag),u=(e.children??[]).map(R=>TI(R,t)).filter(R=>!!R);return u.length>0?{...e,children:u,count:e.kind==="provider"||e.kind==="domain"||e.kind==="group"?u.length:e.count}:o&&i&&a&&l&&c&&d&&E?{...e,children:[]}:null}function fI(e,t,n=0){const r=[];for(const o of e){const i=!!(o.children&&o.children.length>0),a=t[o.id]??n<3;r.push({node:o,depth:n,hasChildren:i,isExpanded:a}),i&&a&&r.push(...fI(o.children??[],t,n+1))}return r}function SI(e,t,n){return e.map(r=>r.id===t?n:r.children?{...r,children:SI(r.children,t,n)}:r)}function ZW(e,t){const n=t.trim().toLowerCase();if(!n)return e;const r=o=>{const i=[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 i||a.length>0?{...o,children:a}:null};return e.map(o=>r(o)).filter(o=>!!o)}function eV(e){let t=0,n=0,r=0;const o=i=>{i.kind==="schema"&&(t+=1),i.kind==="table"&&(n+=1),i.kind==="column"&&(r+=1);for(const a of i.children??[])o(a)};for(const i of e)o(i);return{schemas:t,tables:n,columns:r}}function tV(e){return!!(e&&e.children&&e.children.length>0)}function nV(e){if(e.metrics.length===0&&e.measures.length===0&&e.dimensions.length===0&&e.timeDimensions.length===0&&e.entities.length===0&&e.hierarchies.length===0&&e.semanticModels.length===0&&e.savedQueries.length===0)return null;const t=e.provider??"dql",n=new Map,r=(i,a)=>{const l=n.get(i)??[];l.push(a),n.set(i,l)};for(const i of e.metrics){const a=i.domain||"uncategorized";r(a,{id:`metric:${i.name}`,label:i.label||i.name,kind:"metric",meta:{provider:t,domain:a,cube:i.table,owner:i.owner??"",tags:i.tags.join(",")}})}for(const i of e.measures){const a=i.domain||"uncategorized";r(a,{id:`measure:${i.name}`,label:i.label||i.name,kind:"measure",meta:{provider:t,domain:a,cube:i.cube??i.table,owner:i.owner??"",tags:i.tags.join(","),agg:i.agg}})}for(const i of e.dimensions){const a=i.domain||"uncategorized";r(a,{id:`dimension:${i.name}`,label:i.label||i.name,kind:"dimension",meta:{provider:t,domain:a,cube:i.table,owner:i.owner??"",tags:i.tags.join(",")}})}for(const i of e.timeDimensions){const a=i.domain||"uncategorized";r(a,{id:`time_dimension:${i.name}`,label:i.label||i.name,kind:"time_dimension",meta:{provider:t,domain:a,cube:i.cube??i.table,owner:i.owner??"",tags:i.tags.join(",")}})}for(const i of e.entities){const a=i.domain||"uncategorized";r(a,{id:`entity:${i.name}`,label:i.label||i.name,kind:"entity",meta:{provider:t,domain:a,cube:i.cube??i.table,owner:i.owner??"",tags:i.tags.join(","),type:i.type}})}for(const i of e.semanticModels){const a=i.domain||"uncategorized";r(a,{id:`semantic_model:${i.name}`,label:i.label||i.name,kind:"semantic_model",meta:{provider:t,domain:a,table:i.table,owner:i.owner??"",tags:i.tags.join(",")}})}for(const i of e.savedQueries){const a=i.domain||"uncategorized";r(a,{id:`saved_query:${i.name}`,label:i.label||i.name,kind:"saved_query",meta:{provider:t,domain:a,owner:i.owner??"",tags:i.tags.join(",")}})}for(const i of e.hierarchies){const a=i.domain||"uncategorized";r(a,{id:`hierarchy:${i.name}`,label:i.label||i.name,kind:"hierarchy",meta:{provider:t,domain:a}})}const o=Array.from(n.entries()).sort((i,a)=>i[0].localeCompare(a[0])).map(([i,a])=>{const l=a.filter(R=>R.kind==="metric"),c=a.filter(R=>R.kind==="measure"),d=a.filter(R=>R.kind==="dimension"),E=a.filter(R=>R.kind==="time_dimension"),u=a.filter(R=>R.kind==="entity"),T=a.filter(R=>R.kind==="hierarchy"),f=a.filter(R=>R.kind==="semantic_model"),A=a.filter(R=>R.kind==="saved_query"),h=[],p=(R,N,I)=>{I.length!==0&&h.push({id:`group:${i}:${N.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`,label:N,kind:"group",count:I.length,meta:{provider:t,domain:i,objectKind:R},children:I.sort((O,C)=>O.label.localeCompare(C.label))})};return l.length>0&&p("metric","Metrics",l),p("measure","Measures",c),d.length>0&&p("dimension","Dimensions",d),p("time_dimension","Time Dimensions",E),p("entity","Entities",u),T.length>0&&p("hierarchy","Hierarchies",T),p("semantic_model","Semantic Models",f),p("saved_query","Saved Queries",A),{id:`domain:${t}:${i}`,label:i,kind:"domain",count:h.length,meta:{provider:t,domain:i},children:h}});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 pI={source_table:"TABLE",dbt_model:"DBT",dbt_source:"SOURCE",block:"BLOCK",metric:"METRIC",dimension:"DIM",domain:"DOMAIN",chart:"CHART",dashboard:"NOTEBOOK"};function rV(e,t,n="flow",r="LR"){var a;const o=new gi.graphlib.Graph().setDefaultEdgeLabel(()=>({})),i=r==="LR";o.setGraph({rankdir:r,ranksep:n==="layered"?120:i?80:60,nodesep:i?40:50,marginx:32,marginy:32});for(const l of e){const c={width:190,height:58};if(n==="layered"&&((a=l.data)!=null&&a.layer)){const d=oi.indexOf(l.data.layer);d>=0&&(c.rank=d)}o.setNode(l.id,c)}for(const l of t)o.setEdge(l.source,l.target);return gi.layout(o),e.map(l=>{const c=o.node(l.id);return{...l,position:{x:c.x-95,y:c.y-29},data:{...l.data,direction:r}}})}function oV({data:e,selected:t}){const n=e.nodeType,r=Be[n]??"var(--color-text-tertiary)",o=pI[n]??n.toUpperCase(),i=e.direction??"LR",a=i==="LR"?oe.Left:oe.Top,l=i==="LR"?oe.Right:oe.Bottom;return s.jsxs("div",{style:{minWidth:156,maxWidth:220,background:"var(--color-bg-card)",border:`2px solid ${t?"var(--color-accent-blue)":r}`,borderRadius:10,padding:"8px 10px",boxShadow:t?"0 0 0 1px color-mix(in srgb, var(--color-accent-blue) 25%, transparent)":"none"},children:[s.jsx(En,{type:"target",position:a,style:{width:7,height:7,background:r,border:"none"}}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:4},children:[s.jsx("span",{style:{fontSize:9,fontWeight:700,letterSpacing:"0.04em",color:"var(--color-bg-primary)",background:r,borderRadius:4,padding:"2px 6px"},children:o}),e.domain&&s.jsx("span",{style:{color:"var(--color-text-tertiary)",fontSize:10},children:e.domain})]}),s.jsx("div",{style:{color:"var(--color-text-primary)",fontSize:11,fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.label,children:e.label}),s.jsx("div",{style:{color:"var(--color-text-tertiary)",fontSize:10,marginTop:3},children:$i[n]??n}),s.jsx(En,{type:"source",position:l,style:{width:7,height:7,background:r,border:"none"}})]})}const sV={dagNode:oV};function er({label:e,active:t,color:n,onClick:r}){return s.jsx("button",{onClick:r,style:{borderRadius:999,border:`1px solid ${t?n:"var(--color-border-primary)"}`,background:t?`color-mix(in srgb, ${n} 13%, transparent)`:"transparent",color:t?n:"var(--color-text-tertiary)",fontSize:10,fontWeight:700,padding:"4px 8px",cursor:"pointer"},children:e})}function iV(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],[r,o]=S.useState(!0),[i,a]=S.useState({nodes:[],edges:[]}),[l,c]=S.useState({nodes:[],edges:[]}),[d,E]=S.useState(null),[u,T]=S.useState(null),[f,A]=S.useState(""),[h,p]=S.useState([]),[R,N]=S.useState({source_table:!0,dbt_model:!0,dbt_source:!0,block:!0,dashboard:!0,domain:!0}),[I,O]=S.useState("flow"),[C,m]=S.useState("LR"),[g,L,x]=ph([]),[D,b,w]=Rh([]),B=S.useCallback(async()=>{o(!0);const y=await z.fetchLineage(),U={nodes:y.nodes??[],edges:y.edges??[]};a(U),c(U),o(!1)},[]);S.useEffect(()=>{B()},[B]),S.useEffect(()=>{let y=!1;if(f.trim().length<2){p([]);return}return z.searchLineage(f.trim()).then(U=>{y||p(U.matches??[])}),()=>{y=!0}},[f]);const _=S.useMemo(()=>{const y=new Set(l.nodes.filter(U=>R[U.type]??!1).map(U=>U.id));return{nodes:l.nodes.filter(U=>y.has(U.id)),edges:l.edges.filter(U=>y.has(U.source)&&y.has(U.target))}},[l,R]);S.useEffect(()=>{const y=_.nodes.map(G=>({id:G.id,type:"dagNode",position:{x:0,y:0},data:{label:G.name,nodeType:G.type,domain:G.domain,layer:od(G)}})),U=_.edges.map((G,H)=>({id:`edge-${H}-${G.source}-${G.target}-${G.type}`,source:G.source,target:G.target,style:{stroke:Zr[G.type]??"var(--color-text-tertiary)",strokeWidth:1.6},markerEnd:{type:Ir.ArrowClosed,color:Zr[G.type]??"var(--color-text-tertiary)",width:12,height:12}}));L(rV(y,U,I,C)),b(U)},[_,I,C,b,L]);const F=S.useCallback(async y=>{const U=await z.queryLineage({focus:y});c(U.graph??{nodes:[],edges:[]}),E(U.focalNode??null),T(U.focalNode??null),t({type:"SET_LINEAGE_FOCUS",nodeId:y}),A(""),p([])},[t]);S.useEffect(()=>{e.lineageFocusNodeId&&F(e.lineageFocusNodeId)},[F,e.lineageFocusNodeId]);const P=S.useCallback(()=>{c(i),E(null),T(null),t({type:"SET_LINEAGE_FOCUS",nodeId:null})},[t,i]),v=S.useCallback(async(y,U)=>{await F(U.id)},[F]),M=S.useMemo(()=>{if(!u)return null;const y=l.edges.filter(G=>G.target===u.id).length,U=l.edges.filter(G=>G.source===u.id).length;return{incoming:y,outgoing:U}},[l.edges,u]);return r?s.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"Loading lineage graph..."}):i.nodes.length===0?s.jsx("div",{style:{padding:16,color:n.textMuted,fontSize:12},children:"No lineage graph available yet."}):s.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",background:"var(--color-bg-primary)"},children:[s.jsxs("div",{style:{padding:8,borderBottom:`1px solid ${n.headerBorder}`,background:n.sidebarBg},children:[s.jsxs("div",{style:{display:"flex",gap:6,marginBottom:8,flexWrap:"wrap",alignItems:"center"},children:[s.jsxs("div",{style:{display:"flex",borderRadius:6,border:`1px solid ${n.headerBorder}`,overflow:"hidden"},children:[s.jsx("button",{onClick:()=>O("flow"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",cursor:"pointer",background:I==="flow"?"var(--color-bg-tertiary)":"transparent",color:I==="flow"?"var(--color-text-primary)":"var(--color-text-tertiary)"},children:"Flow"}),s.jsx("button",{onClick:()=>O("layered"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",borderLeft:`1px solid ${n.headerBorder}`,cursor:"pointer",background:I==="layered"?"var(--color-bg-tertiary)":"transparent",color:I==="layered"?"var(--color-text-primary)":"var(--color-text-tertiary)"},children:"Layered"})]}),s.jsxs("div",{style:{display:"flex",borderRadius:6,border:`1px solid ${n.headerBorder}`,overflow:"hidden",marginRight:4},children:[s.jsxs("button",{title:"Horizontal layout (left → right)",onClick:()=>m("LR"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",cursor:"pointer",background:C==="LR"?"var(--color-bg-tertiary)":"transparent",color:C==="LR"?"var(--color-text-primary)":"var(--color-text-tertiary)",display:"flex",alignItems:"center",gap:3},children:[s.jsxs("svg",{width:"14",height:"10",viewBox:"0 0 14 10",fill:"none",children:[s.jsx("rect",{x:"0",y:"2",width:"4",height:"6",rx:"1",fill:"currentColor",opacity:"0.7"}),s.jsx("line",{x1:"4",y1:"5",x2:"10",y2:"5",stroke:"currentColor",strokeWidth:"1.2"}),s.jsx("path",{d:"M9 3l2 2-2 2",stroke:"currentColor",strokeWidth:"1.2",fill:"none"}),s.jsx("rect",{x:"10",y:"2",width:"4",height:"6",rx:"1",fill:"currentColor"})]}),"LR"]}),s.jsxs("button",{title:"Vertical layout (top → bottom)",onClick:()=>m("TB"),style:{padding:"4px 8px",fontSize:10,fontWeight:700,border:"none",borderLeft:`1px solid ${n.headerBorder}`,cursor:"pointer",background:C==="TB"?"var(--color-bg-tertiary)":"transparent",color:C==="TB"?"var(--color-text-primary)":"var(--color-text-tertiary)",display:"flex",alignItems:"center",gap:3},children:[s.jsxs("svg",{width:"10",height:"14",viewBox:"0 0 10 14",fill:"none",children:[s.jsx("rect",{x:"2",y:"0",width:"6",height:"4",rx:"1",fill:"currentColor",opacity:"0.7"}),s.jsx("line",{x1:"5",y1:"4",x2:"5",y2:"10",stroke:"currentColor",strokeWidth:"1.2"}),s.jsx("path",{d:"M3 9l2 2 2-2",stroke:"currentColor",strokeWidth:"1.2",fill:"none"}),s.jsx("rect",{x:"2",y:"10",width:"6",height:"4",rx:"1",fill:"currentColor"})]}),"TB"]})]}),s.jsx(er,{label:"Tables",active:R.source_table,color:Be.source_table,onClick:()=>N(y=>({...y,source_table:!y.source_table}))}),s.jsx(er,{label:"dbt Models",active:R.dbt_model,color:Be.dbt_model,onClick:()=>N(y=>({...y,dbt_model:!y.dbt_model}))}),s.jsx(er,{label:"dbt Sources",active:R.dbt_source,color:Be.dbt_source,onClick:()=>N(y=>({...y,dbt_source:!y.dbt_source}))}),s.jsx(er,{label:"DQL Blocks",active:R.block,color:Be.block,onClick:()=>N(y=>({...y,block:!y.block}))}),s.jsx(er,{label:"Notebooks",active:R.dashboard,color:Be.dashboard,onClick:()=>N(y=>({...y,dashboard:!y.dashboard}))}),s.jsx(er,{label:"Domains",active:R.domain,color:Be.domain,onClick:()=>N(y=>({...y,domain:!y.domain}))})]}),s.jsxs("div",{style:{display:"flex",gap:8},children:[s.jsx("input",{value:f,onChange:y=>A(y.target.value),placeholder:"Search lineage and focus the graph...",style:{flex:1,padding:"8px 10px",borderRadius:6,border:`1px solid ${n.headerBorder}`,background:"var(--color-bg-sunken)",color:n.textPrimary,fontSize:12,outline:"none"}}),d&&s.jsx("button",{onClick:P,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"})]}),s.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."}),h.length>0&&s.jsx("div",{style:{marginTop:8,border:`1px solid ${n.headerBorder}`,borderRadius:8,overflow:"hidden"},children:h.slice(0,8).map(y=>s.jsxs("button",{onClick:()=>void F(y.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:[s.jsx("span",{style:{color:Be[y.node.type]??"var(--color-text-tertiary)",fontSize:10,fontWeight:700,marginRight:8},children:pI[y.node.type]??y.node.type.toUpperCase()}),y.node.name]},y.node.id))})]}),s.jsx("div",{style:{flex:1,position:"relative"},children:s.jsxs(Sh,{nodes:g,edges:D,onNodesChange:x,onEdgesChange:w,onNodeClick:v,nodeTypes:sV,fitView:!0,fitViewOptions:{padding:.18},proOptions:{hideAttribution:!0},style:{background:"var(--color-bg-primary)"},children:[s.jsx(hh,{color:"var(--color-border-secondary)",gap:24,size:1}),s.jsx(pB,{showInteractive:!1}),s.jsx(_B,{nodeColor:y=>{var U;return Be[((U=y.data)==null?void 0:U.nodeType)??"source_table"]??"var(--color-text-tertiary)"},maskColor:"color-mix(in srgb, var(--color-bg-primary) 55%, transparent)",style:{background:"var(--color-bg-sunken)",border:"1px solid var(--color-border-primary)"}}),s.jsx(Cr,{position:"top-left",children:s.jsxs("div",{style:{background:"color-mix(in srgb, var(--color-bg-card) 92%, transparent)",border:"1px solid var(--color-border-primary)",borderRadius:8,padding:"8px 10px",minWidth:220,color:"var(--color-text-primary)",fontSize:12},children:[s.jsx("div",{style:{fontWeight:700,marginBottom:4},children:d?d.name:"Full Lineage View"}),s.jsxs("div",{style:{color:"var(--color-text-tertiary)",fontSize:11},children:[l.nodes.length," node(s), ",l.edges.length," edge(s)"]}),s.jsx("div",{style:{color:"var(--color-text-tertiary)",fontSize:11,marginTop:6,lineHeight:1.5},children:d?`Focused on ${$i[d.type]??d.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&&M&&s.jsxs("div",{style:{marginTop:8,color:"var(--color-text-tertiary)",fontSize:11},children:[M.incoming," upstream, ",M.outgoing," downstream"]})]})}),s.jsx(Cr,{position:"bottom-left",children:s.jsx("div",{style:{display:"flex",gap:10,background:"color-mix(in srgb, var(--color-bg-card) 92%, transparent)",border:"1px solid var(--color-border-primary)",borderRadius:8,padding:"6px 10px",color:"var(--color-text-tertiary)",fontSize:10},children:Object.entries(Zr).map(([y,U])=>s.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:4},children:[s.jsx("span",{style:{width:10,height:2,background:U,display:"inline-block"}}),R_[y]??y]},y))})})]})})]})}const aV=[{key:"all",label:"All changes"},{key:"M",label:"Modified"},{key:"A",label:"Added"},{key:"D",label:"Deleted"},{key:"R",label:"Renamed"},{key:"?",label:"Untracked"}];function lV(e){const t=e;return t.trim()==="??"?"?":t[0]==="R"||t[1]==="R"?"R":t.includes("A")?"A":t.includes("D")?"D":"M"}function cV(e){const t=[];for(const n of e){const r=n.status[0]??" ",o=n.status[1]??" ",i=lV(n.status);if(n.status==="??"){t.push({path:n.path,status:"?",staged:!1,partiallyStaged:!1});continue}const a=r!==" "&&r!=="?";a&&(o!==" "&&o!=="?")?(t.push({path:n.path,status:i,staged:!0,partiallyStaged:!0}),t.push({path:n.path,status:i,staged:!1,partiallyStaged:!0})):a?t.push({path:n.path,status:i,staged:!0,partiallyStaged:!1}):t.push({path:n.path,status:i,staged:!1,partiallyStaged:!1})}return t}function dV(){const{state:e}=fe(),t=se[e.themeMode],[n,r]=S.useState(null),[o,i]=S.useState({current:null,branches:[]}),[a,l]=S.useState({url:null,name:null}),[c,d]=S.useState(null),[E,u]=S.useState(!1),[T,f]=S.useState(null),[A,h]=S.useState(""),[p,R]=S.useState("all"),[N,I]=S.useState(""),[O,C]=S.useState(null),[m,g]=S.useState(null),[L,x]=S.useState(!1),[D,b]=S.useState(!1),[w,B]=S.useState(!1),[_,F]=S.useState(""),P=S.useRef(null),v=S.useCallback(async()=>{x(!0);try{const[ee,he,Oe]=await Promise.all([z.fetchGitStatus(),z.fetchGitBranches(),z.fetchGitRemote()]);r(ee),i({current:he.current,branches:he.branches}),l({url:Oe.url,name:Oe.name})}finally{window.setTimeout(()=>x(!1),350)}},[]);S.useEffect(()=>{v()},[v]),S.useEffect(()=>{const ee=window.setInterval(()=>{v()},4e3);return()=>window.clearInterval(ee)},[v]),S.useEffect(()=>{if(!D)return;const ee=he=>{P.current&&!P.current.contains(he.target)&&(b(!1),B(!1))};return document.addEventListener("mousedown",ee),()=>document.removeEventListener("mousedown",ee)},[D]),S.useEffect(()=>{if(!c){f(null);return}let ee=!1;return z.fetchGitDiff(c,E).then(he=>{ee||f(he)}),()=>{ee=!0}},[c,E,n]);const M=S.useMemo(()=>cV((n==null?void 0:n.changes)??[]),[n==null?void 0:n.changes]),y=M.filter(ee=>ee.staged),U=M.filter(ee=>!ee.staged),G=S.useCallback(ee=>!(p!=="all"&&ee.status!==p||A&&!ee.path.toLowerCase().includes(A.toLowerCase())),[p,A]),H=y.filter(G),q=U.filter(G);S.useEffect(()=>{if(c&&M.some(Oe=>Oe.path===c&&Oe.staged===E))return;const ee=q[0]??H[0];ee?(d(ee.path),u(ee.staged)):d(null)},[M,c,E,H,q]);const K=S.useCallback((ee,he)=>{g({kind:ee,text:he}),window.setTimeout(()=>g(null),3e3)},[]),j=S.useCallback(async(ee,he,Oe)=>{C(ee);try{const He=await he();return He.ok?(Oe&&K("ok",Oe),await v()):K("err",He.error??`${ee} failed`),He}finally{C(null)}},[K,v]),J=ee=>j("stage",()=>z.gitStage([ee])),Q=ee=>j("unstage",()=>z.gitUnstage([ee])),X=ee=>{window.confirm(`Discard local changes to ${ee}? This cannot be undone.`)&&j("discard",()=>z.gitDiscard([ee]),"Discarded local changes")},Z=()=>j("stage",async()=>{const ee=U.map(he=>he.path);return ee.length===0?{ok:!0}:z.gitStage(ee)}),le=async()=>{const ee=N.trim();if(!ee)return K("err","Commit message required");const he=y.length===0;(await j("commit",()=>z.gitCommit(ee,he),"Committed")).ok&&I("")},re=async()=>{const ee=N.trim();if(!ee)return K("err","Commit message required");const he=y.length===0;(await j("commit",()=>z.gitCommit(ee,he))).ok&&(I(""),await j("push",()=>z.gitPush(),"Pushed to remote"))},ie=()=>j("pull",()=>z.gitPull(),"Pulled from remote"),W=()=>j("push",()=>z.gitPush(),"Pushed to remote"),ae=ee=>{b(!1),j("checkout",()=>z.gitCheckout(ee),`Switched to ${ee}`)},Te=async()=>{const ee=_.trim();ee&&(b(!1),B(!1),F(""),j("branch",()=>z.gitCreateBranch(ee,!0),`Created and switched to ${ee}`))},ce=M.find(ee=>ee.path===c&&ee.staged===E)??null;return n&&!n.inRepo?s.jsx(NV,{t}):s.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",minHeight:0,background:t.appBg},children:[s.jsx(EV,{t,branchCurrent:o.current,branches:o.branches,ahead:(n==null?void 0:n.ahead)??0,behind:(n==null?void 0:n.behind)??0,remoteUrl:a.url,refreshing:L,busy:O,onPull:ie,onPush:W,onRefresh:()=>void v(),onCheckout:ae,branchMenuOpen:D,setBranchMenuOpen:b,newBranchOpen:w,setNewBranchOpen:B,newBranchName:_,setNewBranchName:F,onCreateBranch:Te,branchMenuRef:P}),s.jsxs("div",{style:{display:"flex",flex:1,minHeight:0,overflow:"hidden"},children:[s.jsx(TV,{t,stagedFiles:H,unstagedFiles:q,totalCount:M.length,selectedPath:c,selectedStaged:E,onSelect:(ee,he)=>{d(ee),u(he)},query:A,setQuery:h,statusFilter:p,setStatusFilter:R,onStage:J,onUnstage:Q,onStageAll:Z,ahead:(n==null?void 0:n.ahead)??0,behind:(n==null?void 0:n.behind)??0,branchCurrent:o.current}),s.jsxs("div",{style:{flex:1,minWidth:0,display:"flex",flexDirection:"column",overflow:"hidden",background:t.appBg},children:[ce&&T?s.jsxs(s.Fragment,{children:[s.jsx(fV,{t,entry:ce,onStage:()=>J(ce.path),onUnstage:()=>Q(ce.path),onDiscard:()=>X(ce.path),stagedView:E}),s.jsx(SV,{t,diff:T.diff})]}):s.jsx(AV,{t,hasFiles:M.length>0}),s.jsx(hV,{t,commitMsg:N,setCommitMsg:I,stagedCount:y.length,unstagedCount:U.length,onCommit:le,onCommitAndPush:re,busy:O})]})]}),m&&s.jsx(IV,{t,kind:m.kind,text:m.text})]})}function EV(e){const{t}=e;return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"10px 20px",borderBottom:`1px solid ${t.headerBorder}`,background:t.appBg,flexShrink:0,whiteSpace:"nowrap"},children:[s.jsx("span",{style:{fontFamily:t.fontMono,fontSize:10,fontWeight:700,letterSpacing:"0.08em",padding:"3px 7px",borderRadius:3,background:`${t.accent}1f`,color:t.accent,border:`1px solid ${t.accent}40`},children:"GIT"}),s.jsx("span",{style:{fontSize:14,fontWeight:500,color:t.textPrimary},children:"Source control"}),s.jsxs("div",{ref:e.branchMenuRef,style:{position:"relative"},children:[s.jsxs("button",{onClick:()=>e.setBranchMenuOpen(!e.branchMenuOpen),style:{display:"inline-flex",alignItems:"center",gap:5,background:t.cellBg,border:`1px solid ${t.cellBorder}`,color:t.textPrimary,padding:"3px 8px",borderRadius:4,fontSize:11,fontFamily:t.fontMono,cursor:"pointer"},children:[s.jsx(br,{size:11,strokeWidth:1.75}),e.branchCurrent??"detached",s.jsx(iy,{size:10,strokeWidth:1.75,style:{opacity:.6}})]}),e.branchMenuOpen&&s.jsxs("div",{style:{position:"absolute",top:"calc(100% + 4px)",left:0,minWidth:220,maxHeight:360,overflow:"auto",background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:6,boxShadow:"0 8px 24px rgba(0,0,0,0.18)",padding:"6px 0",zIndex:100},children:[e.branches.map(n=>s.jsxs("button",{onClick:()=>e.onCheckout(n),style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"5px 10px",background:"transparent",border:"none",fontFamily:t.fontMono,fontSize:12,color:t.textPrimary,cursor:"pointer",textAlign:"left"},onMouseEnter:r=>r.currentTarget.style.background=t.btnHover,onMouseLeave:r=>r.currentTarget.style.background="transparent",children:[n===e.branchCurrent?s.jsx(oy,{size:11,strokeWidth:2,color:t.success}):s.jsx("span",{style:{width:11,display:"inline-block"}}),n]},n)),s.jsx("div",{style:{borderTop:`1px solid ${t.cellBorder}`,margin:"4px 0"}}),e.newBranchOpen?s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"4px 8px"},children:[s.jsx("input",{autoFocus:!0,value:e.newBranchName,onChange:n=>e.setNewBranchName(n.target.value),onKeyDown:n=>{n.key==="Enter"&&e.onCreateBranch(),n.key==="Escape"&&(e.setNewBranchOpen(!1),e.setNewBranchName(""))},placeholder:"new-branch-name",style:{flex:1,background:t.appBg,color:t.textPrimary,border:`1px solid ${t.cellBorder}`,borderRadius:4,padding:"4px 7px",fontSize:12,fontFamily:t.fontMono,outline:"none"}}),s.jsx("button",{onClick:e.onCreateBranch,style:Er(t,"primary"),children:"Create"})]}):s.jsxs("button",{onClick:()=>e.setNewBranchOpen(!0),style:{width:"100%",display:"flex",alignItems:"center",gap:6,padding:"6px 10px",background:"transparent",border:"none",fontSize:12,color:t.accent,cursor:"pointer",textAlign:"left"},onMouseEnter:n=>n.currentTarget.style.background=t.btnHover,onMouseLeave:n=>n.currentTarget.style.background="transparent",children:[s.jsx(qy,{size:11,strokeWidth:1.75}),"Create new branch…"]})]})]}),e.remoteUrl&&s.jsxs(s.Fragment,{children:[s.jsx("span",{style:{fontSize:11,color:t.textMuted},children:"·"}),s.jsx("span",{style:{fontSize:11,color:t.textMuted,fontFamily:t.fontMono,maxWidth:360,overflow:"hidden",textOverflow:"ellipsis"},title:e.remoteUrl,children:uV(e.remoteUrl)})]}),s.jsx("span",{style:{fontSize:11,color:t.textMuted},children:"·"}),s.jsxs("span",{style:{fontSize:11,color:t.success,display:"inline-flex",alignItems:"center",gap:5},children:[s.jsx("span",{style:{width:6,height:6,borderRadius:"50%",background:t.success}}),"ready"]}),s.jsx("div",{style:{flex:1}}),s.jsx("button",{onClick:e.onRefresh,title:"Refresh",style:{background:"transparent",border:`1px solid ${t.btnBorder}`,padding:"6px 8px",borderRadius:5,cursor:"pointer",color:t.textMuted},children:s.jsx(Wp,{size:12,strokeWidth:1.75,style:{animation:e.refreshing?"dql-spin 0.6s linear":void 0}})}),s.jsx("style",{children:"@keyframes dql-spin { to { transform: rotate(360deg); } }"}),s.jsxs("button",{onClick:e.onPull,disabled:!!e.busy,style:Nf(t),children:[s.jsx(Up,{size:12,strokeWidth:1.75,color:t.warning}),"Pull",e.behind>0&&s.jsx("span",{style:{fontFamily:t.fontMono,fontSize:10,color:t.textMuted,marginLeft:2},children:e.behind})]}),s.jsxs("button",{onClick:e.onPush,disabled:!!e.busy,style:Nf(t,!0),children:[s.jsx(Bp,{size:12,strokeWidth:1.75}),"Push",e.ahead>0&&s.jsx("span",{style:{fontFamily:t.fontMono,fontSize:10,opacity:.75,marginLeft:2},children:e.ahead})]})]})}function Nf(e,t=!1){return{display:"inline-flex",alignItems:"center",gap:5,background:t?e.accent:e.cellBg,color:t?"#fff":e.textPrimary,border:`1px solid ${t?e.accent:e.btnBorder}`,padding:"5px 12px",borderRadius:6,fontSize:12,fontFamily:e.font,fontWeight:t?500:400,cursor:"pointer",whiteSpace:"nowrap"}}function Er(e,t="default"){return{background:t==="primary"?e.accent:e.cellBg,color:t==="primary"?"#fff":e.textPrimary,border:`1px solid ${t==="primary"?e.accent:e.btnBorder}`,padding:"4px 9px",borderRadius:4,fontSize:11,cursor:"pointer",whiteSpace:"nowrap",fontFamily:e.font}}function uV(e){return e.replace(/^git@([^:]+):/,"$1/").replace(/^https?:\/\//,"").replace(/\.git$/,"")}function TV(e){const{t}=e;return s.jsxs("div",{style:{width:300,flexShrink:0,background:t.sidebarBg,borderRight:`1px solid ${t.headerBorder}`,display:"flex",flexDirection:"column",overflow:"hidden"},children:[s.jsxs("div",{style:{padding:"12px 14px 10px",borderBottom:`1px solid ${t.headerBorder}`},children:[s.jsx("div",{style:{display:"flex",alignItems:"center",gap:6,marginBottom:8,fontSize:10,fontWeight:600,letterSpacing:"0.08em",textTransform:"uppercase",color:t.textMuted},children:"Source control"}),s.jsxs("div",{style:{display:"flex",alignItems:"baseline",gap:8,marginBottom:10},children:[s.jsx("span",{style:{fontSize:18,fontWeight:700,letterSpacing:"-0.01em",color:t.textPrimary},children:"Changes"}),s.jsxs("span",{style:{fontSize:11,color:t.textMuted},children:[e.totalCount," files"]}),s.jsx("div",{style:{flex:1}}),e.unstagedFiles.length>0&&s.jsx("button",{onClick:e.onStageAll,style:Er(t),children:"Stage all"})]}),s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6,background:t.cellBg,border:`1px solid ${t.cellBorder}`,borderRadius:6,padding:"5px 9px",marginBottom:7},children:[s.jsx(eL,{size:11,strokeWidth:1.75,color:t.textMuted}),s.jsx("input",{value:e.query,onChange:n=>e.setQuery(n.target.value),placeholder:"Filter by path…",style:{background:"transparent",border:"none",outline:"none",color:t.textPrimary,fontSize:12,flex:1,width:"100%",fontFamily:t.font}}),e.query&&s.jsx("button",{onClick:()=>e.setQuery(""),style:{background:"transparent",border:"none",color:t.textMuted,cursor:"pointer",padding:0},children:s.jsx(Vp,{size:11,strokeWidth:1.75})})]}),s.jsx("select",{value:e.statusFilter,onChange:n=>e.setStatusFilter(n.target.value),style:{width:"100%",background:t.cellBg,color:t.textPrimary,border:`1px solid ${t.cellBorder}`,borderRadius:6,padding:"5px 9px",fontSize:12,cursor:"pointer",fontFamily:t.font},children:aV.map(n=>s.jsx("option",{value:n.key,children:n.label},n.key))})]}),s.jsxs("div",{style:{flex:1,overflow:"auto",padding:"6px 8px"},children:[s.jsx(Of,{t,label:"Staged",count:e.stagedFiles.length}),e.stagedFiles.length===0?s.jsx("div",{style:{fontSize:11,color:t.textMuted,padding:"4px 10px",fontStyle:"italic"},children:"No staged changes"}):e.stagedFiles.map(n=>s.jsx(mf,{t,file:n,active:e.selectedPath===n.path&&e.selectedStaged===!0,onClick:()=>e.onSelect(n.path,!0),actionLabel:"Unstage",onAction:()=>e.onUnstage(n.path)},`staged-${n.path}`)),s.jsx("div",{style:{height:8}}),s.jsx(Of,{t,label:"Changes",count:e.unstagedFiles.length}),e.unstagedFiles.length===0?s.jsx("div",{style:{fontSize:11,color:t.textMuted,padding:"4px 10px",fontStyle:"italic"},children:e.totalCount===0?"Working tree clean":"No unstaged changes"}):e.unstagedFiles.map(n=>s.jsx(mf,{t,file:n,active:e.selectedPath===n.path&&e.selectedStaged===!1,onClick:()=>e.onSelect(n.path,!1),actionLabel:"Stage",onAction:()=>e.onStage(n.path)},`unstaged-${n.path}`))]}),s.jsxs("div",{style:{padding:"10px 14px",borderTop:`1px solid ${t.headerBorder}`,fontSize:10,color:t.textMuted,display:"flex",alignItems:"center",gap:6},children:[s.jsx(br,{size:11,strokeWidth:1.75}),s.jsx("span",{style:{fontFamily:t.fontMono,color:t.textPrimary},children:e.branchCurrent??"detached"}),s.jsx("span",{children:"·"}),e.behind>0&&s.jsxs("span",{style:{color:t.warning},children:["↓",e.behind]}),e.ahead>0&&s.jsxs("span",{style:{color:t.success},children:["↑",e.ahead]}),e.behind===0&&e.ahead===0&&s.jsx("span",{children:"up to date"})]})]})}function Of({t:e,label:t,count:n}){return s.jsxs("div",{style:{fontSize:10,color:e.textMuted,fontWeight:600,letterSpacing:"0.07em",textTransform:"uppercase",padding:"6px 8px 4px",display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{children:t}),s.jsx("span",{style:{color:e.textMuted,opacity:.7},children:"·"}),s.jsx("span",{style:{color:e.textMuted},children:n})]})}function mf({t:e,file:t,active:n,onClick:r,actionLabel:o,onAction:i}){const[a,l]=S.useState(!1),c=t.path.split("/").slice(0,-1).join("/"),d=t.path.split("/").pop()??t.path;return s.jsxs("div",{onClick:r,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{display:"flex",alignItems:"center",gap:8,padding:"6px 8px",borderRadius:5,marginBottom:1,cursor:"pointer",background:n?`${e.accent}18`:a?e.btnHover:"transparent",border:n?`1px solid ${e.accent}45`:"1px solid transparent"},children:[s.jsx(RI,{t:e,status:t.status}),s.jsxs("div",{style:{flex:1,minWidth:0},children:[s.jsx("div",{style:{fontSize:12,color:e.textPrimary,fontFamily:e.fontMono,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d}),c&&s.jsx("div",{style:{fontSize:10,color:e.textMuted,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:c})]}),a&&s.jsx("button",{onClick:E=>{E.stopPropagation(),i()},style:{background:e.cellBg,border:`1px solid ${e.btnBorder}`,color:e.textPrimary,padding:"2px 7px",borderRadius:3,fontSize:10,cursor:"pointer",flexShrink:0,fontFamily:e.font},children:o})]})}function RI({t:e,status:t}){const r={M:e.warning,A:e.success,D:e.error,R:e.accent,"?":e.textMuted}[t];return s.jsx("span",{style:{width:18,height:18,borderRadius:3,flexShrink:0,background:`${r}1a`,color:r,border:`1px solid ${r}40`,display:"inline-flex",alignItems:"center",justifyContent:"center",fontSize:10,fontWeight:700,fontFamily:e.fontMono},children:t})}function fV({t:e,entry:t,stagedView:n,onStage:r,onUnstage:o,onDiscard:i}){return s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"12px 20px",borderBottom:`1px solid ${e.headerBorder}`,background:e.cellBg,flexShrink:0},children:[s.jsx(RI,{t:e,status:t.status}),s.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:2,minWidth:0,flex:1},children:[s.jsx("div",{style:{fontSize:13,fontWeight:500,color:e.textPrimary,fontFamily:e.fontMono},children:t.path}),s.jsxs("div",{style:{fontSize:11,color:e.textMuted,display:"flex",gap:8},children:[s.jsx("span",{children:n?"Staged changes":"Unstaged changes"}),t.partiallyStaged&&s.jsxs(s.Fragment,{children:[s.jsx("span",{children:"·"}),s.jsx("span",{style:{color:e.warning},children:"partially staged"})]})]})]}),!n&&s.jsxs(s.Fragment,{children:[s.jsx("button",{onClick:i,style:Er(e),children:"Discard"}),s.jsx("button",{onClick:r,style:Er(e,"primary"),children:"Stage"})]}),n&&s.jsx("button",{onClick:o,style:Er(e),children:"Unstage"})]})}function SV({t:e,diff:t}){return t.trim()?s.jsx("div",{style:{flex:1,overflow:"auto",background:e.cellBg,fontFamily:e.fontMono,fontSize:12,lineHeight:"20px"},children:pV(t).map((n,r)=>s.jsx(RV,{t:e,line:n},r))}):s.jsx("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",color:e.textMuted,fontSize:13,background:e.appBg},children:"No textual diff (binary file or empty change)"})}function pV(e){const t=[];let n=0,r=0;const o=e.split(`
822
- `);let i=0;for(const a of o){if(i++>1e3){t.push({kind:"meta",text:"… diff truncated (over 1000 lines)",oldNum:null,newNum:null});break}if(!(a.startsWith("diff --git")||a.startsWith("index ")||a.startsWith("+++ ")||a.startsWith("--- "))){if(a.startsWith("@@")){const l=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@/.exec(a);l&&(n=Number(l[1]),r=Number(l[2])),t.push({kind:"hunk",text:a,oldNum:null,newNum:null});continue}a.startsWith("+")?t.push({kind:"add",text:a.slice(1),oldNum:null,newNum:r++}):a.startsWith("-")?t.push({kind:"del",text:a.slice(1),oldNum:n++,newNum:null}):a.startsWith("\\")?t.push({kind:"meta",text:a,oldNum:null,newNum:null}):t.push({kind:"ctx",text:a.startsWith(" ")?a.slice(1):a,oldNum:n++,newNum:r++})}}return t}function RV({t:e,line:t}){if(t.kind==="hunk")return s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"80px 1fr",background:`${e.accent}14`,borderTop:`1px solid ${e.accent}30`,borderBottom:`1px solid ${e.accent}30`,color:e.accent},children:[s.jsx("div",{style:{padding:"2px 10px",textAlign:"right",borderRight:`1px solid ${e.accent}30`,color:e.textMuted},children:"⋯"}),s.jsx("div",{style:{padding:"2px 12px",whiteSpace:"pre"},children:t.text})]});if(t.kind==="meta")return s.jsx("div",{style:{padding:"2px 12px",color:e.textMuted,fontStyle:"italic"},children:t.text});const n={add:{bg:`${e.success}18`,gutter:`${e.success}55`,ch:"+",chColor:e.success},del:{bg:`${e.error}18`,gutter:`${e.error}55`,ch:"−",chColor:e.error},ctx:{bg:"transparent",gutter:e.cellBorder,ch:" ",chColor:e.textMuted}}[t.kind];return s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"40px 40px 20px 1fr",background:n.bg,borderLeft:`3px solid ${n.gutter}`},children:[s.jsx("div",{style:{padding:"0 6px",color:e.textMuted,textAlign:"right",userSelect:"none"},children:t.oldNum??""}),s.jsx("div",{style:{padding:"0 6px",color:e.textMuted,textAlign:"right",userSelect:"none",borderRight:`1px solid ${e.cellBorder}`},children:t.newNum??""}),s.jsx("div",{style:{padding:"0 4px",color:n.chColor,textAlign:"center",userSelect:"none"},children:n.ch}),s.jsx("div",{style:{padding:"0 10px",whiteSpace:"pre",color:e.textPrimary,overflow:"hidden"},children:t.text})]})}function AV({t:e,hasFiles:t}){return s.jsxs("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column",gap:8,color:e.textMuted,fontSize:13,background:e.appBg},children:[s.jsx(jp,{size:28,strokeWidth:1.5,color:e.textMuted,style:{opacity:.4}}),t?"Select a file to view its diff":"Working tree clean — no changes to review"]})}function hV({t:e,commitMsg:t,setCommitMsg:n,stagedCount:r,unstagedCount:o,onCommit:i,onCommitAndPush:a,busy:l}){const c=r===0&&o>0,d=r===0&&o===0,E=c?`Will stage all ${o} change${o===1?"":"s"} and commit`:r>0?`Committing ${r} staged file${r===1?"":"s"}`:"Nothing to commit";return s.jsxs("div",{style:{padding:"12px 20px",borderTop:`1px solid ${e.headerBorder}`,background:e.cellBg,flexShrink:0,display:"flex",flexDirection:"column",gap:6},children:[s.jsx("div",{style:{fontSize:10,color:e.textMuted,letterSpacing:"0.04em"},children:E}),s.jsxs("div",{style:{display:"flex",gap:10,alignItems:"center"},children:[s.jsx("input",{value:t,onChange:u=>n(u.target.value),onKeyDown:u=>{(u.metaKey||u.ctrlKey)&&u.key==="Enter"&&(u.preventDefault(),i())},placeholder:"Commit message (⌘↵ to commit)…",style:{flex:1,background:e.appBg,color:e.textPrimary,border:`1px solid ${e.cellBorder}`,borderRadius:6,padding:"7px 10px",fontSize:12,outline:"none",fontFamily:e.font}}),s.jsx("button",{onClick:i,disabled:!!l||d||!t.trim(),style:{...Er(e),padding:"7px 12px",fontSize:12,opacity:d||!t.trim()?.45:1},children:"Commit"}),s.jsx("button",{onClick:a,disabled:!!l||d||!t.trim(),style:{background:e.success,color:"#fff",border:`1px solid ${e.success}`,padding:"7px 14px",borderRadius:6,fontSize:12,fontWeight:500,cursor:"pointer",opacity:d||!t.trim()?.5:1,fontFamily:e.font},children:"Commit & Push"})]})]})}function IV({t:e,kind:t,text:n}){const r=t==="ok"?e.success:e.error;return s.jsx("div",{style:{position:"absolute",bottom:80,right:24,background:e.cellBg,border:`1px solid ${r}55`,borderLeft:`3px solid ${r}`,borderRadius:6,padding:"8px 14px",fontSize:12,color:e.textPrimary,boxShadow:"0 8px 24px rgba(0,0,0,0.18)",maxWidth:420,zIndex:200},children:n})}function NV({t:e}){return s.jsxs("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column",gap:12,padding:40,background:e.appBg},children:[s.jsx(br,{size:36,strokeWidth:1.5,color:e.textMuted,style:{opacity:.5}}),s.jsx("div",{style:{fontSize:16,fontWeight:600,color:e.textPrimary},children:"Not a git repository"}),s.jsxs("div",{style:{fontSize:13,color:e.textMuted,maxWidth:420,textAlign:"center"},children:["Initialize this folder with ",s.jsx("code",{style:{fontFamily:e.fontMono},children:"git init"})," to start tracking changes."]})]})}function OV({app:e}){var l,c;const{state:t,dispatch:n}=fe(),[r,o]=S.useState(!1),i=S.useRef(null);S.useEffect(()=>{if(!r)return;const d=E=>{var u;(u=i.current)!=null&&u.contains(E.target)||o(!1)};return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[r]);const a=t.activePersona?`${t.activePersona.displayName??t.activePersona.userId} [${t.activePersona.roles.join(", ")}]`:"View as: Owner";return!e||e.members.length===0?s.jsx("span",{style:{fontSize:12,opacity:.6},children:a}):s.jsxs("div",{ref:i,style:{position:"relative"},children:[s.jsxs("button",{onClick:()=>o(d=>!d),style:{padding:"6px 12px",fontSize:12,background:"var(--surface, rgba(0,0,0,0.04))",border:"1px solid var(--border-color, rgba(0,0,0,0.1))",borderRadius:6,cursor:"pointer",color:"inherit",display:"inline-flex",alignItems:"center",gap:6},"aria-haspopup":"menu","aria-expanded":r,children:[s.jsx("span",{style:{fontSize:11,opacity:.65},children:"View as:"}),s.jsx("span",{style:{fontWeight:600},children:((l=t.activePersona)==null?void 0:l.displayName)??((c=t.activePersona)==null?void 0:c.userId)??"Owner"}),t.activePersona&&s.jsxs("span",{style:{fontSize:11,opacity:.7},children:["[",t.activePersona.roles.join(", "),"]"]}),s.jsx("span",{style:{fontSize:10,opacity:.6},children:"▾"})]}),r&&s.jsxs("div",{role:"menu",style:{position:"absolute",top:"100%",right:0,marginTop:4,minWidth:240,background:"var(--surface-elevated, #fff)",border:"1px solid var(--border-color, rgba(0,0,0,0.12))",borderRadius:6,boxShadow:"0 4px 12px rgba(0,0,0,0.08)",zIndex:50},children:[s.jsxs("button",{role:"menuitem",onClick:async()=>{await z.clearPersona(),n({type:"SET_ACTIVE_PERSONA",persona:null}),o(!1)},style:gf(t.activePersona===null),children:[s.jsx("div",{style:{fontWeight:500},children:"Owner (local)"}),s.jsx("div",{style:{fontSize:11,opacity:.65},children:"Default — no RLS narrowing"})]}),s.jsx("div",{style:{height:1,background:"var(--border-color, rgba(0,0,0,0.08))",margin:"4px 0"}}),e.members.map(d=>{var E;return s.jsxs("button",{role:"menuitem",onClick:async()=>{const u=await z.setPersona(d.userId,e.id);n({type:"SET_ACTIVE_PERSONA",persona:u}),o(!1)},style:gf(((E=t.activePersona)==null?void 0:E.userId)===d.userId),children:[s.jsx("div",{style:{fontWeight:500},children:d.displayName??d.userId}),s.jsxs("div",{style:{fontSize:11,opacity:.65},children:["[",d.roles.join(", "),"]",d.attributes&&Object.keys(d.attributes).length>0?` · ${Object.entries(d.attributes).map(([u,T])=>`${u}=${T}`).join(", ")}`:""]})]},d.userId)})]})]})}function gf(e){return{display:"block",width:"100%",textAlign:"left",padding:"8px 12px",background:e?"var(--surface-hover, rgba(0,0,0,0.06))":"transparent",border:"none",cursor:"pointer",color:"inherit",fontSize:13}}function mV({appId:e,dashboard:t}){var T;const{state:n}=fe(),[r,o]=S.useState(null),[i,a]=S.useState(!1),[l,c]=S.useState(null),d=t.layout.cols,E=t.layout.rowHeight,u=S.useMemo(()=>{const f=new Map;for(const A of(r==null?void 0:r.tiles)??[])f.set(A.tileId,A);return f},[r]);return S.useEffect(()=>{let f=!1;return a(!0),c(null),z.runDashboard(e,t.id).then(A=>{f||(o(A),A||c("Dashboard run failed."))}).catch(A=>{f||c(A instanceof Error?A.message:String(A))}).finally(()=>{f||a(!1)}),()=>{f=!0}},[e,t.id,(T=n.activePersona)==null?void 0:T.userId]),s.jsxs("div",{children:[s.jsxs("div",{style:{marginBottom:16},children:[s.jsx("h2",{style:{margin:0,fontSize:18},children:t.metadata.title}),t.metadata.description?s.jsx("div",{style:{fontSize:13,opacity:.7,marginTop:4},children:t.metadata.description}):null]}),t.layout.items.length===0?s.jsxs("div",{style:{border:"1px dashed var(--border-color, rgba(0,0,0,0.15))",borderRadius:8,padding:32,textAlign:"center",opacity:.7,fontSize:13},children:["This dashboard has no blocks yet. Edit the ",s.jsx("code",{children:".dqld"})," file or use the upcoming DashboardEditor to add tiles."]}):s.jsx("div",{style:{display:"grid",gridTemplateColumns:`repeat(${d}, 1fr)`,gridAutoRows:`${E}px`,gap:12},children:t.layout.items.map(f=>s.jsx(gV,{item:f,tile:u.get(f.i),loading:i,error:l,themeMode:n.themeMode},f.i))})]})}function gV({item:e,tile:t,loading:n,error:r,themeMode:o}){const i="blockId"in e.block?`block:${e.block.blockId}`:e.block.ref??"(unknown)";return s.jsxs("div",{style:{gridColumn:`${e.x+1} / span ${e.w}`,gridRow:`${e.y+1} / span ${e.h}`,background:"var(--surface, rgba(0,0,0,0.02))",border:"1px solid var(--border-color, rgba(0,0,0,0.08))",borderRadius:8,padding:12,display:"flex",flexDirection:"column",gap:6,minHeight:0,overflow:"hidden"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[s.jsx("div",{style:{fontSize:13,fontWeight:600},children:e.title??i}),s.jsx("span",{style:{fontSize:10,padding:"2px 8px",borderRadius:999,background:"var(--surface-hover, rgba(0,0,0,0.06))",opacity:.85},children:e.viz.type})]}),s.jsx("div",{style:{fontSize:11,opacity:.6,fontFamily:"monospace"},children:i}),s.jsx("div",{style:{flex:1,minHeight:0,display:"flex",alignItems:"center",justifyContent:"center",fontSize:12,opacity:(t==null?void 0:t.status)==="ok"?1:.7,fontStyle:(t==null?void 0:t.status)==="ok"?"normal":"italic"},children:s.jsx(CV,{tile:t,loading:n,error:r,themeMode:o})})]})}function CV({tile:e,loading:t,error:n,themeMode:r}){var i,a,l;return t&&!e?s.jsx("span",{children:"Loading data..."}):n&&!e?s.jsx("span",{children:n}):e?e.status==="unauthorized"?s.jsx("span",{children:"Not authorized."}):e.status==="unresolved"?s.jsx("span",{children:e.error??"Block reference unresolved."}):e.status==="error"?s.jsx("span",{children:e.error??"Tile failed."}):e.result?String(((i=e.chartConfig)==null?void 0:i.chart)??((a=e.viz)==null?void 0:a.type)??"").toLowerCase()==="table"||((l=e.viz)==null?void 0:l.type)==="table"?s.jsx("div",{style:{width:"100%",alignSelf:"stretch"},children:s.jsx(Mr,{result:e.result,themeMode:r})}):s.jsx("div",{style:{width:"100%",alignSelf:"stretch"},children:s.jsx(CR,{result:e.result,themeMode:r,chartConfig:e.chartConfig})}):s.jsx("span",{children:"No result."}):s.jsx("span",{children:"No run result."})}function xV(){const{state:e,dispatch:t}=fe(),[n,r]=S.useState(null),[o,i]=S.useState(null),[a,l]=S.useState(!1),[c,d]=S.useState(!1),[E,u]=S.useState(""),[T,f]=S.useState(""),[A,h]=S.useState(""),[p,R]=S.useState(""),[N,I]=S.useState(""),[O,C]=S.useState(""),m=async(D,b)=>{t({type:"SET_APPS_LOADING",loading:!0});const w=await z.listApps();t({type:"SET_APPS",apps:w}),t({type:"SET_APPS_LOADING",loading:!1}),D?t({type:"OPEN_APP",appId:D,dashboardId:b??void 0}):w.length>0&&!e.activeAppId&&t({type:"OPEN_APP",appId:w[0].id})};S.useEffect(()=>{let D=!1;return t({type:"SET_APPS_LOADING",loading:!0}),z.listApps().then(b=>{D||(t({type:"SET_APPS",apps:b}),t({type:"SET_APPS_LOADING",loading:!1}),b.length>0&&!e.activeAppId&&t({type:"OPEN_APP",appId:b[0].id}))}),()=>{D=!0}},[]),S.useEffect(()=>{if(!e.activeAppId){r(null),i(null);return}let D=!1;return l(!0),z.getApp(e.activeAppId).then(b=>{D||r(b)}),e.activeDashboardId?z.getDashboard(e.activeAppId,e.activeDashboardId).then(b=>{D||(i(b),l(!1))}):(i(null),l(!1)),()=>{D=!0}},[e.activeAppId,e.activeDashboardId]),S.useEffect(()=>{z.getPersona().then(D=>t({type:"SET_ACTIVE_PERSONA",persona:D}))},[]);const g=S.useMemo(()=>({domains:vs(e.apps.map(D=>D.domain).filter(Boolean)),tags:vs(e.apps.flatMap(D=>D.tags??[]).filter(D=>!D.startsWith("audience:"))),owners:vs(e.apps.flatMap(D=>D.owners??[])),audiences:vs(e.apps.map(D=>D.audience).filter(Boolean))}),[e.apps]),L=S.useMemo(()=>{const D=E.trim().toLowerCase();return e.apps.filter(b=>!(D&&![b.name,b.description??"",b.domain,...b.tags??[],...b.owners??[]].join(" ").toLowerCase().includes(D)||T&&b.domain!==T||A&&!(b.tags??[]).includes(A)||p&&!(b.owners??[]).includes(p)||N&&b.audience!==N||O&&b.status!==O))},[e.apps,E,T,A,p,N,O]),x=S.useMemo(()=>e.apps.find(D=>D.id===e.activeAppId)??null,[e.apps,e.activeAppId]);return e.appsLoading&&e.apps.length===0?s.jsx($r,{message:"Loading apps...",onCreate:()=>d(!0)}):e.apps.length===0?s.jsxs(s.Fragment,{children:[s.jsx($r,{message:"Create your first governed App.",hint:"Package certified blocks into a business dashboard with local persona preview.",onCreate:()=>d(!0)}),c&&s.jsx(Cf,{onClose:()=>d(!1),onCreated:(D,b)=>void m(D,b)})]}):s.jsxs("div",{style:{display:"flex",height:"100%",minHeight:0},children:[s.jsxs("aside",{style:{width:292,borderRight:"1px solid var(--border-color, rgba(0,0,0,0.08))",display:"flex",flexDirection:"column",minHeight:0},children:[s.jsxs("div",{style:{padding:12,borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.06))"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:10},children:[s.jsx("div",{style:{fontSize:11,fontWeight:700,opacity:.65,textTransform:"uppercase",letterSpacing:.5,flex:1},children:"Apps Command Center"}),s.jsx("button",{onClick:()=>d(!0),style:xi,children:"Create App"})]}),s.jsxs("div",{style:{display:"grid",gap:6},children:[s.jsx("input",{value:E,onChange:D=>u(D.target.value),placeholder:"Search apps, tags, owners...",style:et}),s.jsxs("select",{value:T,onChange:D=>f(D.target.value),style:et,children:[s.jsx("option",{value:"",children:"All domains"}),g.domains.map(D=>s.jsx("option",{value:D,children:D},D))]}),s.jsxs("select",{value:A,onChange:D=>h(D.target.value),style:et,children:[s.jsx("option",{value:"",children:"All tags"}),g.tags.map(D=>s.jsx("option",{value:D,children:D},D))]}),s.jsxs("select",{value:p,onChange:D=>R(D.target.value),style:et,children:[s.jsx("option",{value:"",children:"All owners"}),g.owners.map(D=>s.jsx("option",{value:D,children:D},D))]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:6},children:[s.jsxs("select",{value:N,onChange:D=>I(D.target.value),style:et,children:[s.jsx("option",{value:"",children:"Audience"}),g.audiences.map(D=>s.jsx("option",{value:D,children:D},D))]}),s.jsxs("select",{value:O,onChange:D=>C(D.target.value),style:et,children:[s.jsx("option",{value:"",children:"Status"}),s.jsx("option",{value:"ready",children:"ready"}),s.jsx("option",{value:"empty",children:"empty"})]})]})]})]}),s.jsx("div",{style:{overflowY:"auto",minHeight:0,padding:"8px 0"},children:L.length===0?s.jsx("div",{style:{padding:16,fontSize:12,opacity:.65},children:"No Apps match the current filters."}):L.map(D=>s.jsx(yV,{app:D,active:D.id===e.activeAppId,onClick:()=>t({type:"OPEN_APP",appId:D.id})},D.id))})]}),s.jsxs("main",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0,overflow:"hidden"},children:[s.jsxs("header",{style:{display:"flex",alignItems:"center",gap:12,padding:"12px 16px",borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.08))"},children:[s.jsxs("div",{style:{flex:1,minWidth:0},children:[s.jsx("div",{style:{fontWeight:600,fontSize:16},children:(x==null?void 0:x.name)??"-"}),s.jsxs("div",{style:{fontSize:12,opacity:.7},children:[x!=null&&x.domain?`domain: ${x.domain}`:"",x!=null&&x.audience?` · audience: ${x.audience}`:"",x!=null&&x.description?` · ${x.description}`:""]})]}),s.jsx(OV,{app:(n==null?void 0:n.app)??null})]}),n&&n.dashboards.length>0&&s.jsx("nav",{style:{display:"flex",gap:4,padding:"8px 16px",borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.06))",overflowX:"auto"},children:n.dashboards.map(D=>s.jsxs("button",{onClick:()=>t({type:"OPEN_DASHBOARD",dashboardId:D.id}),style:BV(D.id===e.activeDashboardId),children:[D.title,D.itemCount>0?s.jsxs("span",{style:{opacity:.6,marginLeft:6},children:["· ",D.itemCount]}):null]},D.id))}),s.jsx("div",{style:{flex:1,overflow:"auto",padding:16,minHeight:0},children:a?s.jsx($r,{message:"Loading dashboard..."}):o&&e.activeAppId?s.jsx(mV,{appId:e.activeAppId,dashboard:o.dashboard}):n&&n.dashboards.length===0?s.jsx($r,{message:"This App has no dashboards.",hint:"Create a dashboard from selected certified blocks.",onCreate:()=>d(!0)}):s.jsx($r,{message:"Select a dashboard."})})]}),c&&s.jsx(Cf,{onClose:()=>d(!1),onCreated:(D,b)=>void m(D,b)})]})}function Cf({onClose:e,onCreated:t}){const[n,r]=S.useState(0),[o,i]=S.useState(""),[a,l]=S.useState(""),[c,d]=S.useState(""),[E,u]=S.useState("executive"),[T,f]=S.useState(""),[A,h]=S.useState(`${window.DQL_USER??"owner"}@local`),[p,R]=S.useState(!0),[N,I]=S.useState([]),[O,C]=S.useState(new Set),[m,g]=S.useState(!1),[L,x]=S.useState(null),D=S.useMemo(()=>T.split(",").map(B=>B.trim()).filter(Boolean),[T]),b=n===0?!!(o.trim()&&a.trim()):!0;S.useEffect(()=>{n===2&&(g(!0),z.recommendAppBlocks({domain:a,tags:D,purpose:c,audience:E,certifiedOnly:p}).then(B=>{I(B),C(new Set(B.slice(0,6).map(_=>_.id)))}).finally(()=>g(!1)))},[n,a,D.join(","),c,E,p]);const w=async()=>{g(!0),x(null);try{const B=await z.createApp({name:o,domain:a,purpose:c,audience:E,tags:D,owners:[A],selectedBlockIds:Array.from(O)});t(B.app.id,B.dashboardId),e()}catch(B){x(B instanceof Error?B.message:String(B))}finally{g(!1)}};return s.jsx("div",{style:vV,children:s.jsxs("div",{style:wV,children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:12,borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.08))",padding:16},children:[s.jsxs("div",{style:{flex:1},children:[s.jsx("div",{style:{fontSize:18,fontWeight:700},children:"Create App"}),s.jsx("div",{style:{fontSize:12,opacity:.65},children:"Package certified blocks into a governed domain App."})]}),s.jsx("button",{onClick:e,style:xf,children:"Close"})]}),s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"190px 1fr",minHeight:480},children:[s.jsx("aside",{style:{borderRight:"1px solid var(--border-color, rgba(0,0,0,0.08))",padding:12},children:["Business Context","Governance","Recommended Blocks","Starter Dashboard","Review & Create"].map((B,_)=>s.jsxs("button",{onClick:()=>r(_),style:UV(_===n),children:[s.jsx("span",{style:{fontWeight:700},children:_+1}),s.jsx("span",{children:B})]},B))}),s.jsxs("section",{style:{padding:16,overflow:"auto"},children:[n===0&&s.jsxs("div",{style:PV,children:[s.jsx(tr,{label:"App name",children:s.jsx("input",{value:o,onChange:B=>i(B.target.value),placeholder:"Growth CXO",style:et})}),s.jsx(tr,{label:"Domain",children:s.jsx("input",{value:a,onChange:B=>l(B.target.value),placeholder:"growth",style:et})}),s.jsx(tr,{label:"Business purpose",children:s.jsx("textarea",{value:c,onChange:B=>d(B.target.value),placeholder:"Top-line KPIs and operating dashboard for the growth team.",style:{...et,minHeight:86,resize:"vertical"}})}),s.jsx(tr,{label:"Audience",children:s.jsx("input",{value:E,onChange:B=>u(B.target.value),placeholder:"executive, ops, analyst",style:et})}),s.jsx(tr,{label:"Tags",children:s.jsx("input",{value:T,onChange:B=>f(B.target.value),placeholder:"cxo, weekly, revenue",style:et})}),s.jsx(tr,{label:"Owner",children:s.jsx("input",{value:A,onChange:B=>h(B.target.value),placeholder:"owner@local",style:et})})]}),n===1&&s.jsxs("div",{style:{display:"grid",gap:12},children:[s.jsx(ur,{title:"Single-user OSS governance",text:"The wizard scaffolds owner, analyst, and viewer roles in dql.app.json. Persona switching previews real policy/RLS enforcement without adding login, SSO, or multi-tenant auth."}),s.jsx(_V,{})]}),n===2&&s.jsxs("div",{style:{display:"grid",gap:10},children:[s.jsxs("label",{style:{display:"flex",alignItems:"center",gap:8,fontSize:12},children:[s.jsx("input",{type:"checkbox",checked:p,onChange:B=>R(B.target.checked)}),"Certified blocks only"]}),m?s.jsx("div",{style:yf,children:"Finding matching blocks..."}):N.length===0?s.jsx("div",{style:yf,children:"No matching blocks found. The App can still be created with an empty dashboard."}):N.map(B=>s.jsx(LV,{block:B,selected:O.has(B.id),onToggle:()=>C(_=>DV(_,B.id))},B.id))]}),n===3&&s.jsxs("div",{style:{display:"grid",gap:12},children:[s.jsx(ur,{title:"Generated dashboard",text:"The wizard will create dashboards/overview.dqld and place approved blocks into a responsive grid. Certified shared blocks stay under root blocks/."}),s.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(12, 1fr)",gap:8},children:N.filter(B=>O.has(B.id)).map(B=>s.jsxs("div",{style:{gridColumn:B.chartType==="single_value"||B.chartType==="kpi"?"span 3":"span 6",border:"1px solid var(--border-color, rgba(0,0,0,0.12))",borderRadius:6,padding:10,minHeight:80},children:[s.jsx("div",{style:{fontSize:12,fontWeight:700},children:B.name}),s.jsxs("div",{style:{fontSize:11,opacity:.65},children:[B.chartType??"table"," · ",B.status]})]},B.id))})]}),n===4&&s.jsxs("div",{style:{display:"grid",gap:12},children:[s.jsx(ur,{title:"Files to create",text:`apps/${MV(o)||"<app-id>"}/dql.app.json, README.md, dashboards/overview.dqld, notebooks/, and drafts/.`}),s.jsx(bV,{name:o,domain:a,audience:E,owner:A,tags:D,selectedCount:O.size}),L&&s.jsx("div",{style:{color:"#f85149",fontSize:12},children:L})]})]})]}),s.jsxs("footer",{style:{display:"flex",justifyContent:"space-between",gap:8,padding:16,borderTop:"1px solid var(--border-color, rgba(0,0,0,0.08))"},children:[s.jsx("button",{onClick:()=>r(B=>Math.max(0,B-1)),disabled:n===0,style:xf,children:"Back"}),n<4?s.jsx("button",{onClick:()=>r(B=>Math.min(4,B+1)),disabled:!b,style:xi,children:"Next"}):s.jsx("button",{onClick:w,disabled:m||!o.trim()||!a.trim(),style:xi,children:m?"Creating...":"Create App"})]})]})})}function yV({app:e,active:t,onClick:n}){return s.jsxs("button",{onClick:n,style:{display:"block",width:"100%",textAlign:"left",padding:"10px 14px",background:t?"var(--surface-hover, rgba(0,0,0,0.06))":"transparent",border:"none",borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.04))",cursor:"pointer",color:"inherit",fontSize:13},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[s.jsx("span",{style:{fontWeight:t?700:600,flex:1},children:e.name}),s.jsx("span",{style:{fontSize:10,opacity:.65},children:e.status??"ready"})]}),s.jsxs("div",{style:{fontSize:11,opacity:.65,marginTop:3},children:[e.domain," · ",e.dashboards.length," dashboard",e.dashboards.length===1?"":"s"]}),s.jsx("div",{style:{display:"flex",gap:4,flexWrap:"wrap",marginTop:6},children:(e.tags??[]).filter(r=>!r.startsWith("audience:")).slice(0,3).map(r=>s.jsx(zs,{children:r},r))})]})}function LV({block:e,selected:t,onToggle:n}){return s.jsxs("button",{onClick:n,style:{display:"grid",gridTemplateColumns:"24px 1fr auto",gap:10,alignItems:"start",textAlign:"left",border:"1px solid var(--border-color, rgba(0,0,0,0.12))",background:t?"rgba(79,70,229,0.10)":"transparent",borderRadius:6,padding:10,color:"inherit"},children:[s.jsx("input",{type:"checkbox",checked:t,onChange:n,onClick:r=>r.stopPropagation()}),s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:13,fontWeight:700},children:e.name}),s.jsx("div",{style:{fontSize:11,opacity:.7,marginTop:2},children:e.description||e.path}),s.jsxs("div",{style:{display:"flex",gap:4,flexWrap:"wrap",marginTop:6},children:[s.jsx(zs,{children:e.domain}),s.jsx(zs,{children:e.status}),(e.tags??[]).slice(0,4).map(r=>s.jsx(zs,{children:r},r))]})]}),s.jsx("div",{style:{fontSize:10,opacity:.7,maxWidth:150},children:e.reasons.join(", ")})]})}function $r({message:e,hint:t,onCreate:n}){return s.jsxs("div",{style:{display:"flex",flex:1,minHeight:260,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:10,opacity:.8,fontSize:14},children:[s.jsx("div",{children:e}),t?s.jsx("div",{style:{fontSize:12,opacity:.7},children:t}):null,n?s.jsx("button",{onClick:n,style:xi,children:"Create App"}):null]})}function tr({label:e,children:t}){return s.jsxs("label",{style:{display:"grid",gap:5,fontSize:12,fontWeight:600},children:[e,t]})}function ur({title:e,text:t}){return s.jsxs("div",{style:{border:"1px solid var(--border-color, rgba(0,0,0,0.12))",borderRadius:6,padding:12},children:[s.jsx("div",{style:{fontSize:13,fontWeight:700,marginBottom:4},children:e}),s.jsx("div",{style:{fontSize:12,opacity:.72,lineHeight:1.45},children:t})]})}function _V(){return s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(3, minmax(0, 1fr))",gap:10},children:[s.jsx(ur,{title:"Owner",text:"Full App configuration and execution access."}),s.jsx(ur,{title:"Analyst",text:"Can execute dashboards and review generated drafts."}),s.jsx(ur,{title:"Viewer",text:"Read-oriented persona for stakeholder preview."})]})}function bV({name:e,domain:t,audience:n,owner:r,tags:o,selectedCount:i}){const a=[["Name",e||"-"],["Domain",t||"-"],["Audience",n||"-"],["Owner",r||"-"],["Tags",o.join(", ")||"-"],["Selected blocks",String(i)]];return s.jsx("div",{style:{border:"1px solid var(--border-color, rgba(0,0,0,0.12))",borderRadius:6,overflow:"hidden"},children:a.map(([l,c])=>s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"150px 1fr",borderBottom:"1px solid var(--border-color, rgba(0,0,0,0.06))"},children:[s.jsx("div",{style:{padding:8,fontSize:11,opacity:.65},children:l}),s.jsx("div",{style:{padding:8,fontSize:12},children:c})]},l))})}function zs({children:e}){return s.jsx("span",{style:{fontSize:10,padding:"1px 6px",borderRadius:4,background:"var(--surface-hover, rgba(0,0,0,0.06))",opacity:.82},children:e})}function DV(e,t){const n=new Set(e);return n.has(t)?n.delete(t):n.add(t),n}function vs(e){return Array.from(new Set(e.filter(Boolean))).sort((t,n)=>t.localeCompare(n))}function MV(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}const et={width:"100%",boxSizing:"border-box",border:"1px solid var(--border-color, rgba(0,0,0,0.12))",borderRadius:5,background:"var(--surface, transparent)",color:"inherit",fontSize:12,padding:"7px 8px"},xi={border:"1px solid var(--accent, #4f46e5)",background:"var(--accent, #4f46e5)",color:"#fff",borderRadius:5,padding:"6px 10px",fontSize:12,fontWeight:600,cursor:"pointer"},xf={border:"1px solid var(--border-color, rgba(0,0,0,0.12))",background:"transparent",color:"inherit",borderRadius:5,padding:"6px 10px",fontSize:12,cursor:"pointer"},yf={fontSize:12,opacity:.65,padding:12},PV={display:"grid",gap:12,maxWidth:680},vV={position:"fixed",inset:0,zIndex:80,background:"rgba(0,0,0,0.36)",display:"flex",alignItems:"center",justifyContent:"center",padding:24},wV={width:"min(980px, 96vw)",maxHeight:"92vh",overflow:"hidden",display:"flex",flexDirection:"column",background:"var(--color-bg, #fff)",color:"inherit",borderRadius:8,boxShadow:"0 18px 60px rgba(0,0,0,0.35)"};function UV(e){return{width:"100%",display:"flex",gap:8,alignItems:"center",border:"none",borderRadius:5,background:e?"rgba(79,70,229,0.12)":"transparent",color:"inherit",padding:"8px 9px",textAlign:"left",cursor:"pointer",fontSize:12}}function BV(e){return{padding:"6px 12px",background:e?"var(--accent, #4f46e5)":"transparent",color:e?"#fff":"inherit",border:"1px solid var(--border-color, rgba(0,0,0,0.1))",borderRadius:6,fontSize:13,cursor:"pointer"}}const Lf=`ANTHROPIC_API_KEY=sk-ant-...
823
- OPENAI_API_KEY=sk-...
824
- OPENAI_MODEL=gpt-4.1-mini
825
- GEMINI_API_KEY=...
826
- GEMINI_MODEL=gemini-1.5-pro
827
- OLLAMA_BASE_URL=http://ollama:11434
828
- OLLAMA_MODEL=llama3.1
829
- DQL_SLACK_WEBHOOK=https://hooks.slack.com/services/...
830
- SLACK_SIGNING_SECRET=...
831
- SLACK_BOT_TOKEN=xoxb-...
832
- DQL_SMTP_URL=smtp://user:pass@smtp.example.com:587
833
- DQL_SMTP_FROM=dql@example.com`;function FV(){const{state:e}=fe(),t=se[e.themeMode],[n,r]=S.useState([]),[o,i]=S.useState(!0),[a,l]=S.useState(!1);S.useEffect(()=>{let E=!1;return i(!0),z.getSettingsEnvStatus().then(u=>{E||r(u.groups)}).finally(()=>{E||i(!1)}),()=>{E=!0}},[]);const c=S.useMemo(()=>{const E=n.flatMap(T=>T.vars);return{configured:E.filter(T=>T.present).length,total:E.length}},[n]);async function d(){try{await navigator.clipboard.writeText(Lf),l(!0),window.setTimeout(()=>l(!1),1600)}catch{l(!1)}}return s.jsxs("div",{style:{padding:24,maxWidth:1080},children:[s.jsxs("div",{style:{display:"flex",alignItems:"flex-start",justifyContent:"space-between",gap:16},children:[s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:18,fontWeight:700},children:"Environment Setup"}),s.jsx("div",{style:{color:t.textSecondary,fontSize:13,marginTop:6,lineHeight:1.5,maxWidth:760},children:"Configure AI providers, Slack delivery, email schedules, and runtime options from your shell, Docker Compose, or a local .env file. DQL never exposes secret values in the browser."})]}),s.jsxs("div",{style:{border:`1px solid ${t.headerBorder}`,borderRadius:8,padding:"10px 12px",minWidth:132,textAlign:"right",background:t.cellBg},children:[s.jsxs("div",{style:{fontSize:20,fontWeight:700},children:[c.configured,"/",c.total]}),s.jsx("div",{style:{fontSize:12,color:t.textSecondary},children:"configured"})]})]}),o?s.jsx("div",{style:{marginTop:24,color:t.textSecondary},children:"Loading settings..."}):s.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(320px, 1fr))",gap:14,marginTop:22},children:n.map(E=>s.jsxs("section",{style:{border:`1px solid ${t.headerBorder}`,borderRadius:8,background:t.cellBg,overflow:"hidden"},children:[s.jsxs("div",{style:{padding:"14px 14px 10px",borderBottom:`1px solid ${t.headerBorder}`},children:[s.jsx("div",{style:{fontSize:14,fontWeight:700},children:E.title}),s.jsx("div",{style:{color:t.textSecondary,fontSize:12,lineHeight:1.45,marginTop:4},children:E.description})]}),s.jsx("div",{children:E.vars.map(u=>s.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr auto",gap:10,padding:"11px 14px",borderBottom:`1px solid ${t.headerBorder}`},children:[s.jsxs("div",{style:{minWidth:0},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap"},children:[s.jsx("code",{style:{fontSize:12,color:t.textPrimary},children:u.key}),s.jsx("span",{style:{color:t.textSecondary,fontSize:12},children:u.label})]}),s.jsx("div",{style:{color:t.textSecondary,fontSize:12,lineHeight:1.4,marginTop:4},children:u.description})]}),s.jsx(GV,{present:u.present})]},u.key))})]},E.id))}),s.jsxs("section",{style:{border:`1px solid ${t.headerBorder}`,borderRadius:8,background:t.cellBg,marginTop:18,overflow:"hidden"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:14,borderBottom:`1px solid ${t.headerBorder}`},children:[s.jsxs("div",{children:[s.jsx("div",{style:{fontSize:14,fontWeight:700},children:"Docker Compose / .env Example"}),s.jsx("div",{style:{color:t.textSecondary,fontSize:12,marginTop:4},children:"Leave unused values blank. Provider-specific errors only appear when that provider is selected."})]}),s.jsx("button",{type:"button",onClick:d,style:{height:30,border:`1px solid ${t.headerBorder}`,background:t.appBg,color:t.textPrimary,borderRadius:6,padding:"0 10px",cursor:"pointer",fontSize:12},children:a?"Copied":"Copy"})]}),s.jsx("pre",{style:{margin:0,padding:14,fontSize:12,overflow:"auto",color:t.textPrimary,background:t.appBg},children:Lf})]})]})}function GV({present:e}){return s.jsx("span",{style:{alignSelf:"start",fontSize:11,fontWeight:700,borderRadius:999,padding:"3px 8px",color:e?"#12613a":"#7a4a00",background:e?"#d9f8e6":"#fff0cc",whiteSpace:"nowrap"},children:e?"Set":"Optional"})}const kV=380;function HV(){var N;const{state:e,dispatch:t}=fe(),n=se[e.themeMode],r=e.lineageDrawerNodeId,[o,i]=S.useState({nodes:[],edges:[],focalNode:null}),[a,l]=S.useState(!1),c=S.useRef(null),[d,E]=S.useState(360);if(S.useEffect(()=>{const I=c.current;if(!I)return;const O=new ResizeObserver(C=>{for(const m of C){const g=Math.max(160,m.contentRect.height);E(g)}});return O.observe(I),()=>O.disconnect()},[]),S.useEffect(()=>{if(!r)return;let I=!1;return l(!0),z.queryLineage({focus:r,upstreamDepth:2,downstreamDepth:2}).then(O=>{var C,m;I||(i({nodes:((C=O.graph)==null?void 0:C.nodes)??[],edges:((m=O.graph)==null?void 0:m.edges)??[],focalNode:O.focalNode??null}),l(!1))}).catch(()=>{I||l(!1)}),()=>{I=!0}},[r]),!r)return null;const u=o.focalNode,T=u?o.edges.filter(I=>I.target===u.id).length:0,f=u?o.edges.filter(I=>I.source===u.id).length:0,A=u?Be[u.type]??n.textSecondary:n.textSecondary,h=u?Vi[u.type]??u.type.toUpperCase():"",p=I=>{I!==r&&t({type:"OPEN_LINEAGE_DRAWER",nodeId:I})},R=()=>{t({type:"SET_LINEAGE_FOCUS",nodeId:r}),t({type:"CLOSE_LINEAGE_DRAWER"}),e.lineageFullscreen||t({type:"TOGGLE_LINEAGE_FULLSCREEN"})};return s.jsxs("aside",{"aria-label":"Lineage drawer",style:{width:kV,flexShrink:0,borderLeft:`1px solid ${n.headerBorder}`,background:n.appBg,color:n.textPrimary,display:"flex",flexDirection:"column",overflow:"hidden",animation:"dql-drawer-slide-in 180ms cubic-bezier(0.22, 0.61, 0.36, 1)"},children:[s.jsxs("div",{style:{display:"flex",alignItems:"center",gap:10,padding:"12px 14px",borderBottom:`1px solid ${n.headerBorder}`},children:[s.jsx("div",{style:{display:"inline-flex",alignItems:"center",justifyContent:"center",minWidth:38,padding:"2px 6px",background:A,color:n.appBg,fontSize:10,fontWeight:700,letterSpacing:"0.04em",borderRadius:4},title:u?$i[u.type]??u.type:"",children:h||"NODE"}),s.jsxs("div",{style:{flex:1,minWidth:0},children:[s.jsx("div",{style:{fontSize:13,fontWeight:600,color:n.textPrimary,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:(u==null?void 0:u.name)??r,children:(u==null?void 0:u.name)??r}),s.jsxs("div",{style:{fontSize:11,color:n.textMuted,marginTop:2},children:["Lineage · ↑ ",T," · ↓ ",f]})]}),s.jsx(_f,{title:"Open full graph",onClick:R,t:n,children:s.jsx(ky,{size:14,strokeWidth:1.75})}),s.jsx(_f,{title:"Close",onClick:()=>t({type:"CLOSE_LINEAGE_DRAWER"}),t:n,children:s.jsx(Vp,{size:14,strokeWidth:2})})]}),s.jsx("div",{ref:c,style:{flex:1,minHeight:0,padding:12,overflow:"hidden",display:"flex"},children:a?s.jsx("div",{style:{color:n.textMuted,fontSize:12,padding:8},children:"Loading lineage…"}):o.nodes.length===0?s.jsx("div",{style:{color:n.textMuted,fontSize:12,padding:8},children:"No lineage available for this node."}):s.jsx("div",{style:{flex:1,minWidth:0},children:s.jsx(Bd,{nodes:o.nodes,edges:o.edges,focalNodeId:r,height:Math.max(0,d-24),onNodeClick:p,interactive:!0})})}),((N=u==null?void 0:u.metadata)==null?void 0:N.path)!=null&&typeof u.metadata.path=="string"&&s.jsxs("div",{style:{padding:"8px 14px",borderTop:`1px solid ${n.headerBorder}`,fontSize:11,color:n.textMuted,display:"flex",alignItems:"center",gap:6},children:[s.jsx(Ry,{size:11,strokeWidth:1.75}),s.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:u.metadata.path,children:u.metadata.path})]})]})}function _f({title:e,onClick:t,children:n,t:r}){return s.jsx("button",{"aria-label":e,title:e,onClick:t,style:{width:26,height:26,display:"inline-flex",alignItems:"center",justifyContent:"center",background:"transparent",border:`1px solid ${r.headerBorder}`,borderRadius:5,color:r.textSecondary,cursor:"pointer"},onMouseEnter:o=>{o.currentTarget.style.color=r.textPrimary,o.currentTarget.style.background=r.textPrimary+"0f"},onMouseLeave:o=>{o.currentTarget.style.color=r.textSecondary,o.currentTarget.style.background="transparent"},children:n})}function jV(){const{state:e,dispatch:t}=fe(),{executeAll:n}=Xi();S.useEffect(()=>{const r=o=>{const i=o.metaKey||o.ctrlKey;if(i&&o.key==="b"&&!o.shiftKey){o.preventDefault(),t({type:"TOGGLE_SIDEBAR"});return}if(i&&o.shiftKey&&o.key==="Enter"){o.preventDefault(),e.activeFile&&n();return}if(i&&o.key==="j"&&!o.shiftKey){o.preventDefault(),t({type:"TOGGLE_DEV_PANEL"});return}if(i&&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 YV=600;function WV(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 bf(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 VV(){var o;const{state:e}=fe(),t=S.useRef(null),n=S.useRef(""),r=S.useRef(null);S.useEffect(()=>{var l;const i=((l=e.activeFile)==null?void 0:l.path)??null;if(!i)return;if(i!==r.current){r.current=i,n.current=bf(e.cells);return}const a=bf(e.cells);return a!==n.current&&(n.current=a,t.current&&clearTimeout(t.current),t.current=setTimeout(()=>{const c=WV(i,e.cells);z.saveRunSnapshot(i,c).catch(()=>{})},YV)),()=>{t.current&&(clearTimeout(t.current),t.current=null)}},[e.cells,(o=e.activeFile)==null?void 0:o.path])}function $V(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode],r=S.useRef({}),[o,i]=S.useState(!1);jV(),VV(),S.useEffect(()=>{const c=d=>{(d.metaKey||d.ctrlKey)&&d.key.toLowerCase()==="k"&&!d.shiftKey&&(d.preventDefault(),i(E=>!E)),(d.metaKey||d.ctrlKey)&&d.shiftKey&&d.key.toLowerCase()==="i"&&(d.preventDefault(),t({type:"TOGGLE_INSPECTOR"}))};return document.addEventListener("keydown",c),()=>document.removeEventListener("keydown",c)},[t]);const a=S.useCallback(async c=>{try{if(c.type==="block"){const h=await z.openBlockStudio(c.path);t({type:"OPEN_BLOCK_STUDIO",file:c,payload:h});return}const{content:d}=await z.readNotebook(c.path),{title:E,cells:u,metadata:T}=q_(c.path,d),f=c.path.endsWith(".dqlnb")?await z.fetchRunSnapshot(c.path):null;let A=u;if(f!=null&&f.found&&f.snapshot){const h=new Map(f.snapshot.cells.map(p=>[p.cellId,p]));A=u.map(p=>{const R=h.get(p.id);return R?{...p,status:R.status??p.status,result:R.result??p.result,error:R.error??p.error,executionCount:R.executionCount??p.executionCount,fromSnapshot:R.result!=null}:p})}t({type:"OPEN_FILE",file:c,cells:A,title:E,metadata:T}),e.sidebarPanel!=="files"&&t({type:"SET_SIDEBAR_PANEL",panel:"files"})}catch(d){if(console.error("Failed to open file:",d),c.type==="block")try{const{content:E}=await z.readNotebook(c.path);t({type:"OPEN_BLOCK_STUDIO",file:c,payload:{path:c.path,source:E,companionPath:null,metadata:{name:c.name.replace(/\.dql$/i,""),path:c.path,domain:c.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(E){console.error("Failed to open block fallback:",E)}else t({type:"OPEN_FILE",file:c,cells:[Ke("sql")],title:c.name})}},[t,e.sidebarPanel]);S.useCallback(c=>{const d=r.current[c];d&&d.scrollIntoView({behavior:"smooth",block:"start"})},[]);const l=S.useCallback((c,d)=>{d?r.current[c]=d:delete r.current[c]},[]);return s.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100vh",width:"100vw",background:n.appBg,fontFamily:n.font,color:n.textPrimary,overflow:"hidden"},children:[s.jsx(h0,{}),s.jsxs("div",{style:{flex:1,display:"flex",overflow:"hidden"},children:[e.appMode==="studio"&&s.jsx(PL,{}),e.appMode==="studio"&&e.sidebarOpen&&s.jsx(V_,{onOpenFile:a}),s.jsx("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",minWidth:0},children:e.lineageFullscreen?s.jsx(iV,{}):e.mainView==="connection"?s.jsx(Wl,{title:"Connections",description:"Manage database connections, edit driver settings, and test connectivity in a full-page workspace.",children:s.jsx(Qp,{})}):e.mainView==="reference"?s.jsx(Wl,{title:"Quick Reference",description:"Browse the complete DQL guide, semantic workflows, and authoring patterns in a documentation-style view.",children:s.jsx(Zp,{themeMode:e.themeMode})}):e.mainView==="git"?s.jsx(dV,{}):e.mainView==="apps"?s.jsx(xV,{}):e.mainView==="settings"?s.jsx(Wl,{title:"Settings",description:"Check local environment keys for AI chat, Slack, email schedules, and Docker/native runtime setup.",children:s.jsx(FV,{})}):s.jsx(s.Fragment,{children:e.mainView==="block_studio"?s.jsx(jW,{}):s.jsxs(s.Fragment,{children:[s.jsx(bW,{onOpenFile:a,registerCellRef:l}),e.appMode==="studio"&&s.jsx(g0,{})]})})}),e.appMode==="studio"&&e.lineageDrawerOpen&&!e.lineageFullscreen&&!e.dashboardMode&&s.jsx(HV,{}),e.appMode==="studio"&&e.inspectorOpen&&!e.lineageFullscreen&&!e.lineageDrawerOpen&&!e.dashboardMode&&s.jsx(SL,{})]}),e.newNotebookModalOpen&&s.jsx(UW,{onFileOpened:a}),e.newBlockModalOpen&&s.jsx(GW,{onFileOpened:a}),s.jsx(fL,{open:o,onClose:()=>i(!1)})]})}function Wl({title:e,description:t,children:n}){return s.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0,overflow:"hidden"},children:[s.jsxs("div",{style:{padding:"18px 24px 12px",borderBottom:"1px solid rgba(127, 127, 127, 0.16)"},children:[s.jsx("div",{style:{fontSize:22,fontWeight:700},children:e}),s.jsx("div",{style:{fontSize:13,opacity:.72,marginTop:6,maxWidth:760,lineHeight:1.5},children:t})]}),s.jsx("div",{style:{flex:1,minHeight:0,overflow:"auto"},children:n})]})}function XV(){const{state:e,dispatch:t}=fe(),n=S.useRef(null),r=S.useRef(null);S.useEffect(()=>{var o;n.current=((o=e.activeFile)==null?void 0:o.path)??null},[e.activeFile]),S.useEffect(()=>{if(typeof EventSource>"u")return;const o=()=>{const i=new EventSource(`${window.location.origin}/api/watch`);r.current=i,i.addEventListener("change",a=>{try{const l=JSON.parse(a.data);(l.type==="file-added"||l.type==="file-deleted")&&z.listNotebooks().then(c=>{t({type:"SET_FILES",files:c})}),l.type==="file-changed"&&z.listNotebooks().then(c=>{t({type:"SET_FILES",files:c})}),l.type==="semantic-reload"&&(t({type:"SET_SEMANTIC_LOADING",loading:!0}),z.getSemanticLayer().then(c=>{t({type:"SET_SEMANTIC_LAYER",layer:c})}))}catch{}}),i.addEventListener("error",()=>{i.close(),setTimeout(o,5e3)})};return o(),()=>{var i;(i=r.current)==null||i.close(),r.current=null}},[t])}function KV(){const{state:e,dispatch:t}=fe(),n=se[e.themeMode];return S.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=`
834
- * { margin: 0; padding: 0; box-sizing: border-box; }
835
- body {
836
- font-family: var(--font-ui, ${n.font});
837
- overflow: hidden;
838
- background: var(--color-bg-primary);
839
- color: var(--color-text-primary);
840
- }
841
- ::-webkit-scrollbar { width: 6px; height: 6px; }
842
- ::-webkit-scrollbar-track { background: transparent; }
843
- ::-webkit-scrollbar-thumb {
844
- background: var(--color-border-secondary);
845
- border-radius: 3px;
846
- }
847
- ::-webkit-scrollbar-thumb:hover {
848
- background: var(--color-text-tertiary);
849
- }
850
- ::selection {
851
- background: color-mix(in srgb, var(--color-accent-blue) 25%, transparent);
852
- color: var(--color-text-primary);
853
- }
854
- .dql-meta-pill:hover {
855
- background: var(--dql-pill-hover-bg) !important;
856
- border-color: var(--dql-pill-hover-border) !important;
857
- }
858
- `},[n]),S.useEffect(()=>{const r=e.themeMode==="dark"||e.themeMode==="midnight"?"obsidian":e.themeMode==="light"?"paper":e.themeMode==="arctic"?"white":e.themeMode;document.documentElement.setAttribute("data-theme",r)},[e.themeMode]),S.useEffect(()=>{t({type:"SET_FILES_LOADING",loading:!0}),z.listNotebooks().then(r=>{t({type:"SET_FILES",files:r}),t({type:"SET_FILES_LOADING",loading:!1})})},[t]),S.useEffect(()=>{t({type:"SET_SCHEMA_LOADING",loading:!0}),z.getSchema().then(r=>{t({type:"SET_SCHEMA",tables:r}),t({type:"SET_SCHEMA_LOADING",loading:!1})})},[t]),XV(),s.jsx(RN,{theme:e.themeMode,applyGlobal:!0,children:s.jsx(Lm,{delayDuration:200,skipDelayDuration:400,children:s.jsx($V,{})})})}function zV(){return s.jsx(jx,{children:s.jsx(KV,{})})}fN.createRoot(document.getElementById("root")).render(s.jsx(zV,{}));