react-semaphor 0.0.266 → 0.0.268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{dashboard-plus-X_JjNwDD.js → dashboard-plus-kLAdUQMi.js} +3 -3
- package/dist/chunks/{dashboard-plus-hLySbJIH.js → dashboard-plus-wu2Im7J3.js} +115 -78
- package/dist/chunks/{index-It6ckD_Z.js → index-FBX4ITZV.js} +68 -68
- package/dist/chunks/{index-CmAm-Ehp.js → index-zFDXDGuI.js} +3543 -3505
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/dashboard.d.ts +1 -0
- package/dist/types/main.d.ts +9 -0
- package/dist/types/surfboard.d.ts +1 -0
- package/dist/types/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const e=require("./index-
|
|
1
|
+
"use strict";const e=require("./index-FBX4ITZV.js"),v=require("react");require("react-dom");function cs(s){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const t in s)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(s,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>s[t]})}}return r.default=s,Object.freeze(r)}const Ne=cs(v);/**
|
|
2
2
|
* @license lucide-react v0.453.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
*
|
|
189
189
|
* This source code is licensed under the ISC license.
|
|
190
190
|
* See the LICENSE file in the root directory of this source tree.
|
|
191
|
-
*/const Vs=e.createLucideIcon("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);function De(s){var r;return{...s,sheets:(r=s==null?void 0:s.sheets)==null?void 0:r.map(t=>{var n;return{...t,frames:(n=t.frames)==null?void 0:n.map(i=>{var l;return{...i,cards:(l=i.cards)==null?void 0:l.map(o=>$e(o))}})}})}}function $e(s){var r,t,n,i;return{...s,cfg:{...s.cfg,data:{...(r=s.cfg)==null?void 0:r.data,labels:[],datasets:(i=(n=(t=s.cfg)==null?void 0:t.data)==null?void 0:n.datasets)==null?void 0:i.map(l=>({...l,data:[]}))}},customCfg:qs(s.customCfg),data:[]}}function qs(s){var r,t;return s?{...s,data:{...s==null?void 0:s.data,labels:[],datasets:(t=(r=s==null?void 0:s.data)==null?void 0:r.datasets)==null?void 0:t.map(n=>({...n,data:[]}))}}:null}async function _s(s,r,t,n){if(!n)return null;const i=JSON.stringify(r),l="https://semaphor.cloud/api/v1/lens";return await e.postRequest(l,n,{name:s,template:i,filterValues:t,operation:"create"})}async function we(s,r){if(!r)return null;const{id:t,template:n,filterValues:i,isDefault:l,shared:o}=s,a="https://semaphor.cloud/api/v1/lens";return await e.postRequest(a,r,{lensId:t,template:n,filterValues:i,isDefault:l,shared:o,operation:"update"})}async function Bs(s,r){if(!r)return null;const t="https://semaphor.cloud/api/v1/lens";return await e.postRequest(t,r,{operation:"delete",lensId:s})}function Hs(){const[s,r]=v.useState(""),[t,n]=v.useState(!1),i=e.useDashboardStore(x=>x.lenses),{setLenses:l,setSelectedLensId:o}=e.useDashboardActions(),[a,c]=v.useState(!1),[p,u]=v.useState(!1),g=e.useDashboardStore(x=>x.dashboard),m=e.useDashboardStore(x=>x.filterValues),{authToken:d}=e.useSemaphorContext();async function j(){c(!0);const x=De(g),N=await _s(s,x,m,d==null?void 0:d.accessToken);N&&(l([...i||[],N]),o(N.id),u(!1)),c(!1)}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:p,onOpenChange:u,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{variant:"secondary",className:"h-7 p-2",size:"sm",children:[e.jsxRuntimeExports.jsx(e.Plus,{className:"mr-2 h-4 w-4",strokeWidth:1.5}),"Lens"]})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"sm:max-w-[425px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Create Lens"}),e.jsxRuntimeExports.jsx(e.DialogDescription,{children:"Lenses are private by default and are only visible to you."})]}),e.jsxRuntimeExports.jsx("div",{className:"grid gap-4 py-4",children:e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-8 items-center gap-4",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"text-right",children:"Name"}),e.jsxRuntimeExports.jsx(e.Input,{value:s,onChange:x=>{r(x.target.value)},id:"name",className:"col-span-7 focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0"})]})}),t&&e.jsxRuntimeExports.jsx("p",{className:"text-sm",children:"The lens name already exists. Use a differnet name."}),e.jsxRuntimeExports.jsx(e.DialogFooter,{children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",variant:"outline",type:"submit",onClick:j,disabled:a,children:a?"Creating...":"Add"})})]})]})}function Ps(){const[s,r]=v.useState(!1),t=e.useDashboardStore(u=>u.lenses),n=e.useDashboardStore(u=>u.selectedLensId),{setLenses:i,setSelectedLensId:l}=e.useDashboardActions(),{authToken:o}=e.useSemaphorContext();async function a(u){l(u)}async function c(u){if(await Bs(u,o==null?void 0:o.accessToken)){const m=t==null?void 0:t.filter(d=>d.id!==u);i(m||[]),l("original")}}async function p(u){const g=t==null?void 0:t.map(j=>j.id===u.id?{...j,isDefault:!u.isDefault}:{...j,isDefault:!1});i(g||[]);const m={...u,isDefault:!u.isDefault};await we(m,o==null?void 0:o.accessToken);const d=t==null?void 0:t.find(j=>j.isDefault);if(d&&d.id!==u.id){const j={...d,isDefault:!1};await we(j,o==null?void 0:o.accessToken)}}return e.jsxRuntimeExports.jsxs(e.DropdownMenu,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DropdownMenuTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",className:"h-7 p-2",children:e.jsxRuntimeExports.jsx(Rs,{className:"h-4 w-4",strokeWidth:1.5})})}),e.jsxRuntimeExports.jsxs(e.DropdownMenuContent,{align:"end",className:"w-60",children:[e.jsxRuntimeExports.jsx(e.DropdownMenuLabel,{className:"px-3",children:"Lenses"}),e.jsxRuntimeExports.jsx(e.DropdownMenuSeparator,{}),e.jsxRuntimeExports.jsxs(e.DropdownMenuRadioGroup,{value:n,onValueChange:a,children:[e.jsxRuntimeExports.jsx(e.DropdownMenuRadioItem,{value:"original",children:"Original"}),t==null?void 0:t.map(u=>e.jsxRuntimeExports.jsxs(e.DropdownMenuRadioItem,{className:"group flex justify-between gap-2",value:u.id,children:[e.jsxRuntimeExports.jsx("p",{children:u.name}),e.jsxRuntimeExports.jsxs("span",{className:"flex items-center gap-3",children:[e.jsxRuntimeExports.jsx(Ss,{onClick:g=>{g.preventDefault(),p(u)},className:e.cn("size-3.5 text-muted-foreground hover:cursor-pointer hover:text-foreground group-hover:visible",{invisible:!u.isDefault,"text-green-500":u.isDefault}),strokeWidth:1.5}),e.jsxRuntimeExports.jsx(e.Cross2Icon,{onClick:g=>{g.preventDefault(),c(u.id)},className:"invisible size-3.5 text-muted-foreground hover:cursor-pointer hover:text-foreground group-hover:visible",strokeWidth:1.5})]})]},u.id))]})]})]})}function $s(){const{authToken:s}=e.useSemaphorContext(),r=e.useDashboardStore(f=>f.lenses),t=e.useDashboardStore(f=>f.selectedLensId),n=r==null?void 0:r.find(f=>f.id===t),i=e.useDashboardStore(f=>f.dashboard);e.useDashboardStore(f=>f.selectedSheetId);const l=e.useDashboardStore(f=>f.isDashboardEditing),[o,a]=v.useState(!1),c=e.useDashboardStore(f=>f.filterValues),p=e.useDashboardStore(f=>f.isVisualEditing),u=e.useDashboardStore(f=>f.showFilters);e.useDashboardStore(f=>f.showDashboardJSON);const g=e.useDashboardStore(f=>f.onSaveFunction),m=e.useDashboardStore(f=>f.actions.setShowFilters),{addFrame:d,setSelectedFrameId:j}=e.useDashboardStore(f=>f.actions),{getSelectedSheet:x,setIsDashboardEditing:N,setShowDashboardJSON:I}=e.useDashboardStore(f=>f.actions),L=x(),{tenantId:b,endUserId:D}=v.useMemo(()=>e.getTenantAndEndUserId(s==null?void 0:s.accessToken),[s==null?void 0:s.accessToken]),T=v.useMemo(()=>b||D,[b,D]),E=()=>{if(!l||!L)return;const f={id:e.v4(),title:"Title",description:"Description",preferences:{onClickFilter:[{columnIndex:0,expression:""}]},type:"bar",sql:"select COUNT(*) from YOUR_TABLE",data:[]},z={id:e.v4(),cards:[f],activeCardId:f.id};d(L.id,z),j(z.id)},S=()=>{N(!0)};async function R(){if(a(!0),!t||!n)return;const f=De(i),z=JSON.stringify(f),M={...n,template:z,filterValues:c};await we(M,s==null?void 0:s.accessToken),e.Jt.success("Lens saved"),g==null||g(f),a(!1)}return p?null:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-2 border-b bg-muted/50 py-2 pl-3 pr-2",role:"dashboard-controls",children:[!p&&e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-3",children:e.jsxRuntimeExports.jsx(e.Label,{children:n==null?void 0:n.name})}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[l&&!p&&T&&e.jsxRuntimeExports.jsx(Hs,{}),!p&&T&&e.jsxRuntimeExports.jsx(Ps,{}),l&&!p&&e.jsxRuntimeExports.jsxs(e.Button,{variant:"secondary",className:"h-7 p-2",size:"sm",disabled:!l,onClick:E,children:[e.jsxRuntimeExports.jsx(e.Plus,{className:"mr-2 h-4 w-4",strokeWidth:1.5}),"Frame"]}),!l&&e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",className:"h-7 p-2",onClick:S,size:"sm",children:e.jsxRuntimeExports.jsx(He,{className:"h-4 w-4",strokeWidth:1.5})}),l&&!p&&e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",role:"close",className:"h-7 p-2",onClick:()=>{N(!1),I(!1)},size:"sm",children:e.jsxRuntimeExports.jsx(e.Cross2Icon,{className:"h-4 w-4",strokeWidth:1.5})}),l&&!p&&T&&e.jsxRuntimeExports.jsx(e.Button,{className:"h-7 p-2",variant:"ghost",disabled:o,onClick:R,size:"sm",children:e.jsxRuntimeExports.jsx(Ts,{className:"h-4 w-4",strokeWidth:1.5})}),!u&&!p&&l&&e.jsxRuntimeExports.jsx(e.Button,{className:"h-7 p-2",variant:"ghost",onClick:()=>m(!0),size:"sm",children:e.jsxRuntimeExports.jsx(e.Filter,{className:"h-4 w-4",strokeWidth:1.5})}),!p&&l&&!1,!p&&!1]})]})}function ae({title:s,items:r,value:t,isLoading:n,isError:i,connectionTooltip:l,onChange:o,showNone:a=!1,className:c,showIcon:p=!0,disabled:u=!1}){const g=n?"Loading...":i?"Error":t;function m(){if(s==="Connection")return e.jsxRuntimeExports.jsx(Ds,{className:"size-4 rotate-90"});if(s==="Database")return e.jsxRuntimeExports.jsx(js,{className:"size-4"});if(s==="Schema")return e.jsxRuntimeExports.jsx(Is,{className:"size-4"});if(s==="Table")return e.jsxRuntimeExports.jsx(e.Table,{className:"size-4"});if(s==="Model")return e.jsxRuntimeExports.jsx(xs,{className:"size-4"})}return e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[p&&e.jsxRuntimeExports.jsx("div",{className:"shrink-0",children:l?e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{children:m()}),e.jsxRuntimeExports.jsx(e.TooltipContent,{className:"text-xs",align:"start",children:l})]}):m()}),e.jsxRuntimeExports.jsxs(e.Select,{disabled:u,value:g,onValueChange:o,children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:e.cn("h-9 w-full focus:ring-1 focus:ring-offset-0",c),children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:n?"Loading...":i?"Error":`Select ${s}`})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[n?e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Loading..."}):e.jsxRuntimeExports.jsx(e.SelectLabel,{children:s}),e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[a&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"},"none"),r&&r.map((d,j)=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d.id,children:d.name},j))]}),(n||i)&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:g,children:g})]})})]})]})}function Gs({column:s}){const[r,t]=v.useState(!1),n=e.useEditorStore(d=>d.selectedTableName),i=e.useEditorStore(d=>d.selectedSchemaName),l=e.useEditorStore(d=>d.selectedDatamodelId),o=e.useEditorStore(d=>d.sqlGen),{modelItems:a}=oe(),c=e.useEditorStore(d=>d.actions.setSqlGen),p=e.useEditorStore(d=>d.actions.setCardSql),u=e.useEditorStore(d=>d.actions.setRunSql);function g(d,j){var L;const x=e.createSqlGenConfig(d,o,j),N=(L=a==null?void 0:a.find(b=>b.id===l))==null?void 0:L.name;c(x);const I=e.getSql(x,e.fmt(i||""),e.fmt(n),N);I&&(p(I),u(!0)),t(!1)}function m(){return e.jsxRuntimeExports.jsxs("ul",{className:"text-xs",children:[e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"COUNT"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Count"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"AVG"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Avg"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"SUM"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Sum"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"MAX"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Max"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"MIN"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Min"})]})}return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,open:r,onOpenChange:t,children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(hs,{className:"invisible size-3.5 cursor-pointer text-foreground/40 group-hover:visible"})}),e.jsxRuntimeExports.jsx(e.HoverCardContent,{align:"center",className:"w-20 rounded-md p-0 shadow-none",children:m()})]})}function Ge({column:s}){return e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.$a093c7e1ec25a057$export$8c610744efcf8a1d,{asChild:!0,children:e.TEXT_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(Le,{className:"size-3"}):e.NUMBER_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(ys,{className:"size-3"}):e.DATE_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(e.Calendar,{className:"size-3"}):e.BOOLEAN_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(Ms,{className:"size-3"}):e.jsxRuntimeExports.jsx(As,{className:"size-3"})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{children:e.jsxRuntimeExports.jsx("p",{className:"font-mono text-xs",children:s.data_type})})]})}function Us({schemaName:s,tableName:r,columns:t,status:n}){const i=e.useEditorStore(R=>R.sqlGen),l=e.useEditorStore(R=>R.selectedConnectionId),o=e.useEditorStore(R=>R.selectedDatabaseName),a=e.useEditorStore(R=>R.selectedSchemaName),c=e.useEditorStore(R=>R.selectedTableName),p=e.useEditorStore(R=>R.selectedDatamodelId),u=e.useDashboardStore(R=>R.dashboard.aiScopeTables),{setAIScopeTables:g}=e.useDashboardStore(R=>R.actions),m=e.useEditorStore(R=>R.actions.setRunSql),d=e.useEditorStore(R=>R.actions.setSqlGen),j=e.useEditorStore(R=>R.actions.setIsShowingVisual),x=e.useEditorStore(R=>R.actions.setCardSql),{connectionType:N,modelItems:I}=oe();function L(R){var F;const f=e.createSqlGenConfig(R,i);d(f);const z=(F=I==null?void 0:I.find(V=>V.id===p))==null?void 0:F.name,M=e.getSql(f,e.fmt(s),e.fmt(r),z);M&&(x(M),m(!0))}function b(){return(u==null?void 0:u.find(R=>R.connectinonId===l&&R.tableName===c))!==void 0}function D(R){if(R===!0&&c&&l){const f={connectinonId:l,connectionType:N,databaseName:o,schemaName:a,tableName:c},M=[...u||[],f].filter((F,V,P)=>P.findIndex(_=>_.connectinonId===F.connectinonId&&_.tableName===F.tableName)===V);g(M),e.Jt.success(`Added '${c}' to AI Scope`,{position:"top-right",duration:2500,richColors:!0})}else{const f=(u||[]).filter(z=>z.connectinonId!==l&&z.tableName!==c);g(f),e.Jt(`Removed '${c}' from AI Scope`,{position:"top-right",duration:2e3,richColors:!0})}}function T(){var F;let R=e.getQualifiedTableName(s,r);const f=(F=I==null?void 0:I.find(V=>V.id===p))==null?void 0:F.name;console.log("modelName",f),p&&p!=="none"&&(R=`${e.DATAMODEL_NAMESPCACE}.${f}`);let z=R;return(V=>/[A-Z]/.test(V))(r)&&(z=z.split(".").map(P=>`"${P}"`).join(".")),z}function E(){const R=T();j(!1);const f=N==="MSSQL"?`SELECT top 10 * FROM ${R}`:`SELECT * FROM ${R} LIMIT 10`;x(f),m(!0)}function S(){const R=T();x(`SELECT COUNT(*) as count FROM ${R}`),m(!0)}return e.jsxRuntimeExports.jsxs("div",{className:"flex grow flex-col space-y-4 px-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-center gap-1",children:[e.jsxRuntimeExports.jsx(e.Toggle,{title:`${b()?"Remove from":"Add to"} AI Scope`,pressed:b(),onPressedChange:D,variant:"outline",className:"h-9 px-2",children:e.jsxRuntimeExports.jsx(e.Bot,{className:e.cn("size-4",{"text-primary":b(),"text-muted-foreground":!b()})})}),e.jsxRuntimeExports.jsxs(e.Button,{disabled:n!=="Success",onClick:E,size:"sm",variant:"secondary",className:"flex",children:[n!=="Success"?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(Fs,{className:"mr-2 size-4"}),"Top 10"]}),e.jsxRuntimeExports.jsxs(e.Button,{disabled:n!=="Success",onClick:S,size:"sm",variant:"secondary",className:"flex",children:[n!=="Success"?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(zs,{className:"mr-2 size-4"}),"Count"]})]}),e.jsxRuntimeExports.jsxs(e.ScrollArea,{className:"flex-1 basis-0 overflow-y-auto border-b border-t border-muted py-3",children:[t==null?void 0:t.map(R=>e.jsxRuntimeExports.jsxs("div",{onClick:()=>L(R),className:e.cn("group mx-3 flex cursor-pointer items-center justify-between rounded px-2 py-[6px] text-sm transition-colors hover:bg-muted/50",{"bg-muted":e.isColumnInSqlGen(R,i)}),children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(Ge,{column:R}),e.jsxRuntimeExports.jsx("span",{children:R.column_name})]}),e.jsxRuntimeExports.jsx("div",{onClick:f=>f.stopPropagation(),className:"flex items-center justify-end",children:e.NUMBER_DATA_TYPES.includes(R.data_type)&&e.jsxRuntimeExports.jsx(Gs,{column:R})})]},R.column_name)),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"vertical"}),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"horizontal"})]})]})}function oe(s,r){var me,ue,pe,je,h;let t=v.useMemo(()=>[],[]);const n=e.useSemaphorContext().authToken||s,i=e.useEditorStore(y=>y.selectedConnectionId),l=e.useEditorStore(y=>y.selectedDatamodelId),o=e.useEditorStore(y=>y.selectedDatabaseName),a=e.useEditorStore(y=>y.selectedSchemaName),c=e.useEditorStore(y=>y.selectedTableName),p=e.useEditorStore(y=>y.actions.setCurrentColumns),u=e.useEditorStore(y=>y.actions.setSelectedConnectionId),g=e.useEditorStore(y=>y.actions.setSelectedDatamodelId),m=e.useEditorStore(y=>y.actions.setSelectedDatabaseName),d=e.useEditorStore(y=>y.actions.setSelectedSchemaName),j=e.useEditorStore(y=>y.actions.setSelectedTableName),x=e.useEditorStore(y=>y.actions.setCardSql);function N(y){return i&&o&&a&&o!=="NA"?!0:i&&y==="API"?!1:!!(i&&y==="S3")}function I(y){return!!(i&&o&&o!=="NA"&&a&&c||i&&(y==="S3"||y==="API")||l&&l)}function L(y){return i&&y?!(y==="API"||y==="S3"):!1}const{data:b,isLoading:D,isError:T}=e.useQuery({queryKey:["connections"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/connections",(n==null?void 0:n.accessToken)||""),enabled:!!(n!=null&&n.accessToken)}),{data:E,isLoading:S,isError:R}=e.useQuery({queryKey:["models",i],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/datamodels",(n==null?void 0:n.accessToken)||"",{connection_id:i}),enabled:!!(n!=null&&n.accessToken)&&!!i}),f=b==null?void 0:b.connections.find(y=>y.id===i),z=f==null?void 0:f.type,M=(f==null?void 0:f.type)==="API"||(f==null?void 0:f.type)==="S3",{data:F,isLoading:V,isFetching:P,isError:_,refetch:K}=e.useQuery({queryKey:["databases",i],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/databases",(n==null?void 0:n.accessToken)||"",{connection_id:i}),enabled:L(z)}),{data:q,isLoading:W,isFetching:C,isError:A,refetch:H}=e.useQuery({queryKey:["schemas",i,o],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/schemas",(n==null?void 0:n.accessToken)||"",{connection_id:i,database_name:o}),enabled:!!i&&!!o&&!M&&o!=="NA"}),{data:k,isLoading:w,isFetching:$,isError:O,refetch:G}=e.useQuery({queryKey:["tables",i,o,a],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/tables",(n==null?void 0:n.accessToken)||"",{connection_id:i,database_name:o,schema_name:a}),enabled:N(z)}),{data:U,isLoading:te,isFetching:ee,isError:B}=e.useQuery({queryKey:["columns",i,o,l,a,c],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/columns",(n==null?void 0:n.accessToken)||"",{connection_id:i,datamodel_id:l||"",database_name:o,schema_name:a,table_name:c}),enabled:I(z)});v.useEffect(()=>{p(t)},[U,p,t]),v.useEffect(()=>{},[M,x,j,d,m,f]);const J=(f==null?void 0:f.type)==="API"?(me=f==null?void 0:f.type)==null?void 0:me.toLowerCase():c||"",Y=M?"":a||"";function ne(y){d(y),j("")}function X(y){m(y==="none"?"":y),d(""),j(""),y!=="none"&&y!==""&&g("")}function se(y){u(y)}function Ae(y){g(y==="none"?"":y),y!=="none"&&y!==""&&m("")}F&&((ue=F==null?void 0:F.databases)==null?void 0:ue.length)>0,q&&((pe=q==null?void 0:q.schemas)==null?void 0:pe.length)>0,U&&((je=U==null?void 0:U.columns)==null?void 0:je.length)>0&&(t=U.columns.map(y=>({...y,data_type:y.data_type.toLowerCase()}))),_&&(t=[]),(B||T)&&(t=[]);const ie=b==null?void 0:b.connections.map(y=>({id:y.id,name:y.name,type:y.type})),be=(h=E==null?void 0:E.datamodels)==null?void 0:h.map(y=>({id:y.id,name:y.name})),de=F==null?void 0:F.databases.map(y=>({id:y.database_name,name:y.database_name})),ye=q==null?void 0:q.schemas.map(y=>({id:y.schema_name,name:y.schema_name})),Se=k==null?void 0:k.tables.map(y=>({id:y.table_name,name:y.table_name}));return{connectionItems:ie,isConnectionsLoading:D,isConnectionsError:T,modelItems:be,isModelsLoading:S,isModelsError:R,databaseItems:de,isDatabasesLoadingOrFetching:V||P,isDatabaseError:_,schemaItems:ye,isSchemaLoadingOrFetching:W||C,isSchemaError:A,tableItems:Se,isTableLoadingOrFetching:w||$,isTableError:O,columns:t,isColumnsLoadingOrFetching:te||ee,isColumnsError:B,isNonDbConnection:M,connectionType:z,tableName:J,schemaName:Y,handleConnectionChange:se,handleDatamodelChange:Ae,handleDatabaseChange:X,handleSchemaChange:ne}}function Ue({ColumnsComponent:s}){var $;const r=e.useEditorStore(O=>O.selectedConnectionId),t=e.useEditorStore(O=>O.selectedDatamodelId),n=e.useEditorStore(O=>O.selectedDatabaseName),i=e.useEditorStore(O=>O.selectedSchemaName),l=e.useEditorStore(O=>O.selectedTableName),o=e.useEditorStore(O=>O.actions.setSelectedTableName),{connectionItems:a,modelItems:c,schemaItems:p,databaseItems:u,tableItems:g,columns:m,isConnectionsLoading:d,isModelsLoading:j,isConnectionsError:x,isModelsError:N,isDatabasesLoadingOrFetching:I,isDatabaseError:L,isSchemaLoadingOrFetching:b,isSchemaError:D,isColumnsError:T,isColumnsLoadingOrFetching:E,isTableLoadingOrFetching:S,isTableError:R,connectionType:f,isNonDbConnection:z,handleConnectionChange:M,handleDatabaseChange:F,handleSchemaChange:V,handleDatamodelChange:P,tableName:_,schemaName:K}=oe();function q(){return s?s(K,_,m):e.jsxRuntimeExports.jsx(Us,{schemaName:K,tableName:_,columns:m,status:E?"Loading...":T?"Error":"Success"})}function W(){window.location.href="mailto:support@semaphor.cloud?subject=Help&body=I need help with..."}function C(){if(!r||f==="S3"||f==="API")return null;if(!t||t==="none")return e.jsxRuntimeExports.jsx(ae,{showNone:!0,onChange:F,isError:L,isLoading:I,items:u,value:n||"",title:"Database"})}function A(){if(r&&!z&&(!n||n==="none")&&(!t||t==="none"))return e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3",children:[e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Separator,{})}),e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Label,{children:"OR"})}),e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Separator,{})})]})}function H(){if(!r||f==="S3"||f==="API")return null;if(!n||n==="none")return e.jsxRuntimeExports.jsx(ae,{showNone:!0,onChange:P,isError:N,isLoading:j,items:c,value:t||"",title:"Model"})}function k(){return!r||f==="S3"||f==="API"||!n||n==="none"?null:e.jsxRuntimeExports.jsx(ae,{onChange:V,isError:D,isLoading:b,items:p,value:i||"",title:"Schema"})}function w(){function O(){let G=!1;return f==="API"?(G=!1,G):((f==="S3"||r&&n&&n!=="none"&&i)&&(G=!0),G)}return O()?e.jsxRuntimeExports.jsx(ae,{onChange:o,isError:R,items:g,isLoading:S,value:l||"",title:"Table"}):null}return e.jsxRuntimeExports.jsxs("aside",{className:"xbg-red-100 flex grow flex-col justify-between",children:[e.jsxRuntimeExports.jsxs("section",{className:"space-y-3 px-6 py-4",children:[e.jsxRuntimeExports.jsx(ae,{items:a,title:"Connection",value:r||"",onChange:M,isLoading:d,isError:x,connectionTooltip:(($=a==null?void 0:a.find(O=>O.id===r))==null?void 0:$.type)||""}),H(),A(),C(),k(),w()]}),q(),e.jsxRuntimeExports.jsx("div",{className:"flex items-end justify-center gap-2 px-6 py-4",children:e.jsxRuntimeExports.jsxs(e.Button,{onClick:W,size:"sm",variant:"secondary",className:"w-full",children:[e.jsxRuntimeExports.jsx(ks,{className:"mr-2 size-4"}),"Help"]})})]})}function Qs(s){const r=s.toUpperCase().indexOf("WHERE"),t=s.toUpperCase().indexOf("GROUP BY"),n=s.toUpperCase().indexOf("LIMIT"),i=s.toUpperCase().indexOf("ORDER BY");let l=s.length;if(i!==-1&&(l=i),n!==-1&&n<l&&(l=n),r!==-1){const o=s.substring(0,r),a=s.substring(r);return`${o} {{ filters | where }} AND ${a.substring(6)}`}else if(t!==-1){const o=s.substring(0,t),a=s.substring(t);return`${o} {{ filters | where }} ${a}`}else{const o=s.substring(0,l),a=s.substring(l);return`${o} {{ filters | where }} ${a}`}}function Ks({error:s,setShowAIDialog:r,setUserInputforAI:t,setTriggerAIRun:n}){return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{variant:"link",className:"h-5 p-0",children:e.jsxRuntimeExports.jsx(ms,{className:"h-4 w-4 text-red-500"})})}),e.jsxRuntimeExports.jsx(e.HoverCardContent,{align:"start",className:"min-w-fit max-w-[500px]",children:e.jsxRuntimeExports.jsx("div",{className:"flex justify-between space-x-4",children:e.jsxRuntimeExports.jsxs("div",{className:"flex grow flex-col space-y-2",children:[e.jsxRuntimeExports.jsx(e.ScrollArea,{className:"max-h-[250px] min-h-0 overflow-scroll",children:e.jsxRuntimeExports.jsx("p",{className:"overflow-auto rounded-md bg-muted p-2 text-xs leading-relaxed",children:s})}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:()=>{r(!0),t(s),n(!0)},size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(bs,{className:"mr-2 h-4 w-4"}),"Debug with AI"]})]})})})]})}function Ws({text:s,onCheckedChange:r,checked:t}){return e.jsxRuntimeExports.jsxs("div",{className:"xbg-red-100 ml-6 flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:t,onCheckedChange:r}),e.jsxRuntimeExports.jsx("label",{className:"text-xs leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:s})]})}function Js(){const{authToken:s}=e.useSemaphorContext(),r=e.useEditorStore(l=>l.selectedConnectionId),{data:t}=e.useQuery({queryKey:["connections"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/connections",(s==null?void 0:s.accessToken)||""),enabled:!!(s!=null&&s.accessToken)}),n=t==null?void 0:t.connections.find(l=>l.id===r);return n==null?void 0:n.type}function Ys(){const{authToken:s}=e.useSemaphorContext(),r=v.useRef(null),t=e.useEditorStore(c=>c.applyFilters),[n,i]=v.useState(""),l=e.useEditorStore(c=>c.filterValues),o=e.useEditorStore(c=>c.card.sql),a=Js();return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,onOpenChange:async c=>{if(!c)return;console.log("onOpenChange");const p=await e.postRequest("https://semaphor.cloud/api/v1/filter-sql",(s==null?void 0:s.accessToken)||"",{sql:o,active_filters:l,connection_type:a});console.log(p),p.sql?(console.log(p.records),i(p.sql)):i("Error")},children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:t&&e.jsxRuntimeExports.jsx("p",{className:"p-0 text-xs hover:cursor-pointer",children:"| Filter Query"})}),e.jsxRuntimeExports.jsxs(e.HoverCardContent,{align:"end",className:"w-[600px]",children:[e.jsxRuntimeExports.jsx("div",{className:"flex justify-between space-x-4",children:e.jsxRuntimeExports.jsx("div",{className:"rounded-sm bg-muted p-2",children:e.jsxRuntimeExports.jsxs("code",{ref:r,className:"font-mono text-sm",children:[n,e.jsxRuntimeExports.jsx(e.ClipboardCopyIcon,{onClick:()=>e.copyToClipboard(r),className:"ml-3 inline-block h-4 w-4 opacity-70 hover:cursor-pointer hover:opacity-100"})]})})}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2 pt-2",children:[e.jsxRuntimeExports.jsx(e.InfoCircledIcon,{className:"h-4 w-4 opacity-70"}),e.jsxRuntimeExports.jsx("span",{className:"text-xs text-muted-foreground",children:"A preview of the query with filters applied."})]})]})]})}const Xs=`
|
|
191
|
+
*/const Vs=e.createLucideIcon("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);function De(s){var r;return{...s,sheets:(r=s==null?void 0:s.sheets)==null?void 0:r.map(t=>{var n;return{...t,frames:(n=t.frames)==null?void 0:n.map(i=>{var l;return{...i,cards:(l=i.cards)==null?void 0:l.map(o=>$e(o))}})}})}}function $e(s){var r,t,n,i;return{...s,cfg:{...s.cfg,data:{...(r=s.cfg)==null?void 0:r.data,labels:[],datasets:(i=(n=(t=s.cfg)==null?void 0:t.data)==null?void 0:n.datasets)==null?void 0:i.map(l=>({...l,data:[]}))}},customCfg:qs(s.customCfg),data:[]}}function qs(s){var r,t;return s?{...s,data:{...s==null?void 0:s.data,labels:[],datasets:(t=(r=s==null?void 0:s.data)==null?void 0:r.datasets)==null?void 0:t.map(n=>({...n,data:[]}))}}:null}async function _s(s,r,t,n){if(!n)return null;const i=JSON.stringify(r),l="https://semaphor.cloud/api/v1/lens";return await e.postRequest(l,n,{name:s,template:i,filterValues:t,operation:"create"})}async function we(s,r){if(!r)return null;const{id:t,template:n,filterValues:i,isDefault:l,shared:o}=s,a="https://semaphor.cloud/api/v1/lens";return await e.postRequest(a,r,{lensId:t,template:n,filterValues:i,isDefault:l,shared:o,operation:"update"})}async function Bs(s,r){if(!r)return null;const t="https://semaphor.cloud/api/v1/lens";return await e.postRequest(t,r,{operation:"delete",lensId:s})}function Hs(){const[s,r]=v.useState(""),[t,n]=v.useState(!1),i=e.useDashboardStore(x=>x.lenses),{setLenses:l,setSelectedLensId:o}=e.useDashboardActions(),[a,c]=v.useState(!1),[p,u]=v.useState(!1),g=e.useDashboardStore(x=>x.dashboard),m=e.useDashboardStore(x=>x.filterValues),{authToken:d}=e.useSemaphorContext();async function j(){c(!0);const x=De(g),N=await _s(s,x,m,d==null?void 0:d.accessToken);N&&(l([...i||[],N]),o(N.id),u(!1)),c(!1)}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:p,onOpenChange:u,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{variant:"secondary",className:"h-7 p-2",size:"sm",children:[e.jsxRuntimeExports.jsx(e.Plus,{className:"mr-2 h-4 w-4",strokeWidth:1.5}),"Lens"]})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"sm:max-w-[425px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Create Lens"}),e.jsxRuntimeExports.jsx(e.DialogDescription,{children:"Lenses are private by default and are only visible to you."})]}),e.jsxRuntimeExports.jsx("div",{className:"grid gap-4 py-4",children:e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-8 items-center gap-4",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"text-right",children:"Name"}),e.jsxRuntimeExports.jsx(e.Input,{value:s,onChange:x=>{r(x.target.value)},id:"name",className:"col-span-7 focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0"})]})}),t&&e.jsxRuntimeExports.jsx("p",{className:"text-sm",children:"The lens name already exists. Use a differnet name."}),e.jsxRuntimeExports.jsx(e.DialogFooter,{children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",variant:"outline",type:"submit",onClick:j,disabled:a,children:a?"Creating...":"Add"})})]})]})}function Ps(){const[s,r]=v.useState(!1),t=e.useDashboardStore(u=>u.lenses),n=e.useDashboardStore(u=>u.selectedLensId),{setLenses:i,setSelectedLensId:l}=e.useDashboardActions(),{authToken:o}=e.useSemaphorContext();async function a(u){l(u)}async function c(u){if(await Bs(u,o==null?void 0:o.accessToken)){const m=t==null?void 0:t.filter(d=>d.id!==u);i(m||[]),l("original")}}async function p(u){const g=t==null?void 0:t.map(j=>j.id===u.id?{...j,isDefault:!u.isDefault}:{...j,isDefault:!1});i(g||[]);const m={...u,isDefault:!u.isDefault};await we(m,o==null?void 0:o.accessToken);const d=t==null?void 0:t.find(j=>j.isDefault);if(d&&d.id!==u.id){const j={...d,isDefault:!1};await we(j,o==null?void 0:o.accessToken)}}return e.jsxRuntimeExports.jsxs(e.DropdownMenu,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DropdownMenuTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",className:"h-7 p-2",children:e.jsxRuntimeExports.jsx(Rs,{className:"h-4 w-4",strokeWidth:1.5})})}),e.jsxRuntimeExports.jsxs(e.DropdownMenuContent,{align:"end",className:"w-60",children:[e.jsxRuntimeExports.jsx(e.DropdownMenuLabel,{className:"px-3",children:"Lenses"}),e.jsxRuntimeExports.jsx(e.DropdownMenuSeparator,{}),e.jsxRuntimeExports.jsxs(e.DropdownMenuRadioGroup,{value:n,onValueChange:a,children:[e.jsxRuntimeExports.jsx(e.DropdownMenuRadioItem,{value:"original",children:"Original"}),t==null?void 0:t.map(u=>e.jsxRuntimeExports.jsxs(e.DropdownMenuRadioItem,{className:"group flex justify-between gap-2",value:u.id,children:[e.jsxRuntimeExports.jsx("p",{children:u.name}),e.jsxRuntimeExports.jsxs("span",{className:"flex items-center gap-3",children:[e.jsxRuntimeExports.jsx(Ss,{onClick:g=>{g.preventDefault(),p(u)},className:e.cn("size-3.5 text-muted-foreground hover:cursor-pointer hover:text-foreground group-hover:visible",{invisible:!u.isDefault,"text-green-500":u.isDefault}),strokeWidth:1.5}),e.jsxRuntimeExports.jsx(e.Cross2Icon,{onClick:g=>{g.preventDefault(),c(u.id)},className:"invisible size-3.5 text-muted-foreground hover:cursor-pointer hover:text-foreground group-hover:visible",strokeWidth:1.5})]})]},u.id))]})]})]})}function $s(){const{authToken:s}=e.useSemaphorContext(),r=e.useDashboardStore(f=>f.lenses),t=e.useDashboardStore(f=>f.selectedLensId),n=r==null?void 0:r.find(f=>f.id===t),i=e.useDashboardStore(f=>f.dashboard);e.useDashboardStore(f=>f.selectedSheetId);const l=e.useDashboardStore(f=>f.isDashboardEditing),[o,a]=v.useState(!1),c=e.useDashboardStore(f=>f.filterValues),p=e.useDashboardStore(f=>f.isVisualEditing),u=e.useDashboardStore(f=>f.showFilters);e.useDashboardStore(f=>f.showDashboardJSON);const g=e.useDashboardStore(f=>f.onSaveFunction),m=e.useDashboardStore(f=>f.actions.setShowFilters),{addFrame:d,setSelectedFrameId:j}=e.useDashboardStore(f=>f.actions),{getSelectedSheet:x,setIsDashboardEditing:N,setShowDashboardJSON:I}=e.useDashboardStore(f=>f.actions),L=x(),{tenantId:b,endUserId:D}=v.useMemo(()=>e.getTenantAndEndUserId(s==null?void 0:s.accessToken),[s==null?void 0:s.accessToken]),T=v.useMemo(()=>b||D,[b,D]),E=()=>{if(!l||!L)return;const f={id:e.v4(),title:"Title",description:"Description",preferences:{onClickFilter:[{columnIndex:0,expression:""}]},type:"bar",sql:"select COUNT(*) from YOUR_TABLE",data:[]},z={id:e.v4(),cards:[f],activeCardId:f.id};d(L.id,z),j(z.id)},S=()=>{N(!0)};async function R(){if(a(!0),!t||!n)return;const f=De(i),z=JSON.stringify(f),M={...n,template:z,filterValues:c};await we(M,s==null?void 0:s.accessToken),e.Jt.success("Lens saved"),g==null||g(f),a(!1)}return p?null:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-2 border-b bg-muted/50 py-2 pl-3 pr-2",role:"dashboard-controls",children:[!p&&e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-3",children:e.jsxRuntimeExports.jsx(e.Label,{children:n==null?void 0:n.name})}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[l&&!p&&T&&e.jsxRuntimeExports.jsx(Hs,{}),!p&&T&&e.jsxRuntimeExports.jsx(Ps,{}),l&&!p&&e.jsxRuntimeExports.jsxs(e.Button,{variant:"secondary",className:"h-7 p-2",size:"sm",disabled:!l,onClick:E,children:[e.jsxRuntimeExports.jsx(e.Plus,{className:"mr-2 h-4 w-4",strokeWidth:1.5}),"Frame"]}),!l&&e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",className:"h-7 p-2",onClick:S,size:"sm",children:e.jsxRuntimeExports.jsx(He,{className:"h-4 w-4",strokeWidth:1.5})}),l&&!p&&e.jsxRuntimeExports.jsx(e.Button,{variant:"ghost",role:"close",className:"h-7 p-2",onClick:()=>{N(!1),I(!1)},size:"sm",children:e.jsxRuntimeExports.jsx(e.Cross2Icon,{className:"h-4 w-4",strokeWidth:1.5})}),l&&!p&&T&&e.jsxRuntimeExports.jsx(e.Button,{className:"h-7 p-2",variant:"ghost",disabled:o,onClick:R,size:"sm",children:e.jsxRuntimeExports.jsx(Ts,{className:"h-4 w-4",strokeWidth:1.5})}),!u&&!p&&l&&e.jsxRuntimeExports.jsx(e.Button,{className:"h-7 p-2",variant:"ghost",onClick:()=>m(!0),size:"sm",children:e.jsxRuntimeExports.jsx(e.Filter,{className:"h-4 w-4",strokeWidth:1.5})}),!p&&l&&!1,!p&&!1]})]})}function ae({title:s,items:r,value:t,isLoading:n,isError:i,connectionTooltip:l,onChange:o,showNone:a=!1,className:c,showIcon:p=!0,disabled:u=!1}){const g=n?"Loading...":i?"Error":t;function m(){if(s==="Connection")return e.jsxRuntimeExports.jsx(Ds,{className:"size-4 rotate-90"});if(s==="Database")return e.jsxRuntimeExports.jsx(js,{className:"size-4"});if(s==="Schema")return e.jsxRuntimeExports.jsx(Is,{className:"size-4"});if(s==="Table")return e.jsxRuntimeExports.jsx(e.Table,{className:"size-4"});if(s==="Model")return e.jsxRuntimeExports.jsx(xs,{className:"size-4"})}return e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[p&&e.jsxRuntimeExports.jsx("div",{className:"shrink-0",children:l?e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{children:m()}),e.jsxRuntimeExports.jsx(e.TooltipContent,{className:"text-xs",align:"start",children:l})]}):m()}),e.jsxRuntimeExports.jsxs(e.Select,{disabled:u,value:g,onValueChange:o,children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:e.cn("h-9 w-full focus:ring-1 focus:ring-offset-0",c),children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:n?"Loading...":i?"Error":`Select ${s}`})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[n?e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Loading..."}):e.jsxRuntimeExports.jsx(e.SelectLabel,{children:s}),e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[a&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"},"none"),r&&r.map((d,j)=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d.id,children:d.name},j))]}),(n||i)&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:g,children:g})]})})]})]})}function Gs({column:s}){const[r,t]=v.useState(!1),n=e.useEditorStore(d=>d.selectedTableName),i=e.useEditorStore(d=>d.selectedSchemaName),l=e.useEditorStore(d=>d.selectedDatamodelId),o=e.useEditorStore(d=>d.sqlGen),{modelItems:a}=oe(),c=e.useEditorStore(d=>d.actions.setSqlGen),p=e.useEditorStore(d=>d.actions.setCardSql),u=e.useEditorStore(d=>d.actions.setRunSql);function g(d,j){var L;const x=e.createSqlGenConfig(d,o,j),N=(L=a==null?void 0:a.find(b=>b.id===l))==null?void 0:L.name;c(x);const I=e.getSql(x,e.fmt(i||""),e.fmt(n),N);I&&(p(I),u(!0)),t(!1)}function m(){return e.jsxRuntimeExports.jsxs("ul",{className:"text-xs",children:[e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"COUNT"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Count"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"AVG"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Avg"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"SUM"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Sum"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"MAX"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Max"}),e.jsxRuntimeExports.jsx("li",{onClick:()=>g(s,"MIN"),className:"cursor-pointer p-1 px-3 transition-colors hover:bg-muted",children:"Min"})]})}return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,open:r,onOpenChange:t,children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(hs,{className:"invisible size-3.5 cursor-pointer text-foreground/40 group-hover:visible"})}),e.jsxRuntimeExports.jsx(e.HoverCardContent,{align:"center",className:"w-20 rounded-md p-0 shadow-none",children:m()})]})}function Ge({column:s}){return e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.$a093c7e1ec25a057$export$8c610744efcf8a1d,{asChild:!0,children:e.TEXT_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(Le,{className:"size-3"}):e.NUMBER_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(ys,{className:"size-3"}):e.DATE_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(e.Calendar,{className:"size-3"}):e.BOOLEAN_DATA_TYPES.includes(s.data_type.toLowerCase())?e.jsxRuntimeExports.jsx(Ms,{className:"size-3"}):e.jsxRuntimeExports.jsx(As,{className:"size-3"})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{children:e.jsxRuntimeExports.jsx("p",{className:"font-mono text-xs",children:s.data_type})})]})}function Us({schemaName:s,tableName:r,columns:t,status:n}){const i=e.useEditorStore(R=>R.sqlGen),l=e.useEditorStore(R=>R.selectedConnectionId),o=e.useEditorStore(R=>R.selectedDatabaseName),a=e.useEditorStore(R=>R.selectedSchemaName),c=e.useEditorStore(R=>R.selectedTableName),p=e.useEditorStore(R=>R.selectedDatamodelId),u=e.useDashboardStore(R=>R.dashboard.aiScopeTables),{setAIScopeTables:g}=e.useDashboardStore(R=>R.actions),m=e.useEditorStore(R=>R.actions.setRunSql),d=e.useEditorStore(R=>R.actions.setSqlGen),j=e.useEditorStore(R=>R.actions.setIsShowingVisual),x=e.useEditorStore(R=>R.actions.setCardSql),{connectionType:N,modelItems:I}=oe();function L(R){var F;const f=e.createSqlGenConfig(R,i);d(f);const z=(F=I==null?void 0:I.find(V=>V.id===p))==null?void 0:F.name,M=e.getSql(f,e.fmt(s),e.fmt(r),z);M&&(x(M),m(!0))}function b(){return(u==null?void 0:u.find(R=>R.connectinonId===l&&R.tableName===c))!==void 0}function D(R){if(R===!0&&c&&l){const f={connectinonId:l,connectionType:N,databaseName:o,schemaName:a,tableName:c},M=[...u||[],f].filter((F,V,P)=>P.findIndex(_=>_.connectinonId===F.connectinonId&&_.tableName===F.tableName)===V);g(M),e.Jt.success(`Added '${c}' to AI Scope`,{position:"top-right",duration:2500,richColors:!0})}else{const f=(u||[]).filter(z=>z.connectinonId!==l&&z.tableName!==c);g(f),e.Jt(`Removed '${c}' from AI Scope`,{position:"top-right",duration:2e3,richColors:!0})}}function T(){var F;let R=e.getQualifiedTableName(s,r);const f=(F=I==null?void 0:I.find(V=>V.id===p))==null?void 0:F.name;console.log("modelName",f),p&&p!=="none"&&(R=`${e.DATAMODEL_NAMESPCACE}.${f}`);let z=R;return(V=>/[A-Z]/.test(V))(r)&&(z=z.split(".").map(P=>`"${P}"`).join(".")),z}function E(){const R=T();j(!1);const f=N==="MSSQL"?`SELECT top 10 * FROM ${R}`:`SELECT * FROM ${R} LIMIT 10`;x(f),m(!0)}function S(){const R=T();x(`SELECT COUNT(*) as count FROM ${R}`),m(!0)}return e.jsxRuntimeExports.jsxs("div",{className:"flex grow flex-col space-y-4 px-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-center gap-1",children:[e.jsxRuntimeExports.jsx(e.Toggle,{title:`${b()?"Remove from":"Add to"} AI Scope`,pressed:b(),onPressedChange:D,variant:"outline",className:"h-9 px-2",children:e.jsxRuntimeExports.jsx(e.Bot,{className:e.cn("size-4",{"text-primary":b(),"text-muted-foreground":!b()})})}),e.jsxRuntimeExports.jsxs(e.Button,{disabled:n!=="Success",onClick:E,size:"sm",variant:"secondary",className:"flex",children:[n!=="Success"?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(Fs,{className:"mr-2 size-4"}),"Top 10"]}),e.jsxRuntimeExports.jsxs(e.Button,{disabled:n!=="Success",onClick:S,size:"sm",variant:"secondary",className:"flex",children:[n!=="Success"?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(zs,{className:"mr-2 size-4"}),"Count"]})]}),e.jsxRuntimeExports.jsxs(e.ScrollArea,{className:"flex-1 basis-0 overflow-y-auto border-b border-t border-muted py-3",children:[t==null?void 0:t.map(R=>e.jsxRuntimeExports.jsxs("div",{onClick:()=>L(R),className:e.cn("group mx-3 flex cursor-pointer items-center justify-between rounded px-2 py-[6px] text-sm transition-colors hover:bg-muted/50",{"bg-muted":e.isColumnInSqlGen(R,i)}),children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(Ge,{column:R}),e.jsxRuntimeExports.jsx("span",{children:R.column_name})]}),e.jsxRuntimeExports.jsx("div",{onClick:f=>f.stopPropagation(),className:"flex items-center justify-end",children:e.NUMBER_DATA_TYPES.includes(R.data_type)&&e.jsxRuntimeExports.jsx(Gs,{column:R})})]},R.column_name)),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"vertical"}),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"horizontal"})]})]})}function oe(s,r){var me,ue,pe,je,h;let t=v.useMemo(()=>[],[]);const n=e.useSemaphorContext().authToken||s,i=e.useEditorStore(y=>y.selectedConnectionId),l=e.useEditorStore(y=>y.selectedDatamodelId),o=e.useEditorStore(y=>y.selectedDatabaseName),a=e.useEditorStore(y=>y.selectedSchemaName),c=e.useEditorStore(y=>y.selectedTableName),p=e.useEditorStore(y=>y.actions.setCurrentColumns),u=e.useEditorStore(y=>y.actions.setSelectedConnectionId),g=e.useEditorStore(y=>y.actions.setSelectedDatamodelId),m=e.useEditorStore(y=>y.actions.setSelectedDatabaseName),d=e.useEditorStore(y=>y.actions.setSelectedSchemaName),j=e.useEditorStore(y=>y.actions.setSelectedTableName),x=e.useEditorStore(y=>y.actions.setCardSql);function N(y){return i&&o&&a&&o!=="NA"?!0:i&&y==="API"?!1:!!(i&&y==="S3")}function I(y){return!!(i&&o&&o!=="NA"&&a&&c||i&&(y==="S3"||y==="API")||l&&l)}function L(y){return i&&y?!(y==="API"||y==="S3"):!1}const{data:b,isLoading:D,isError:T}=e.useQuery({queryKey:["connections"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/connections",(n==null?void 0:n.accessToken)||""),enabled:!!(n!=null&&n.accessToken)}),{data:E,isLoading:S,isError:R}=e.useQuery({queryKey:["models",i],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/datamodels",(n==null?void 0:n.accessToken)||"",{connection_id:i}),enabled:!!(n!=null&&n.accessToken)&&!!i}),f=b==null?void 0:b.connections.find(y=>y.id===i),z=f==null?void 0:f.type,M=(f==null?void 0:f.type)==="API"||(f==null?void 0:f.type)==="S3",{data:F,isLoading:V,isFetching:P,isError:_,refetch:K}=e.useQuery({queryKey:["databases",i],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/databases",(n==null?void 0:n.accessToken)||"",{connection_id:i}),enabled:L(z)}),{data:q,isLoading:W,isFetching:C,isError:A,refetch:H}=e.useQuery({queryKey:["schemas",i,o],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/schemas",(n==null?void 0:n.accessToken)||"",{connection_id:i,database_name:o}),enabled:!!i&&!!o&&!M&&o!=="NA"}),{data:k,isLoading:w,isFetching:$,isError:O,refetch:G}=e.useQuery({queryKey:["tables",i,o,a],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/tables",(n==null?void 0:n.accessToken)||"",{connection_id:i,database_name:o,schema_name:a}),enabled:N(z)}),{data:U,isLoading:te,isFetching:ee,isError:B}=e.useQuery({queryKey:["columns",i,o,l,a,c],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/columns",(n==null?void 0:n.accessToken)||"",{connection_id:i,datamodel_id:l||"",database_name:o,schema_name:a,table_name:c}),enabled:I(z)});v.useEffect(()=>{p(t)},[U,p,t]),v.useEffect(()=>{},[M,x,j,d,m,f]);const J=(f==null?void 0:f.type)==="API"?(me=f==null?void 0:f.type)==null?void 0:me.toLowerCase():c||"",Y=M?"":a||"";function ne(y){d(y),j("")}function X(y){m(y==="none"?"":y),d(""),j(""),y!=="none"&&y!==""&&g("")}function se(y){u(y)}function Ae(y){g(y==="none"?"":y),y!=="none"&&y!==""&&m("")}F&&((ue=F==null?void 0:F.databases)==null?void 0:ue.length)>0,q&&((pe=q==null?void 0:q.schemas)==null?void 0:pe.length)>0,U&&((je=U==null?void 0:U.columns)==null?void 0:je.length)>0&&(t=U.columns.map(y=>({...y,data_type:y.data_type.toLowerCase()}))),_&&(t=[]),(B||T)&&(t=[]);const ie=b==null?void 0:b.connections.map(y=>({id:y.id,name:y.name,type:y.type})),ye=(h=E==null?void 0:E.datamodels)==null?void 0:h.map(y=>({id:y.id,name:y.name})),de=F==null?void 0:F.databases.map(y=>({id:y.database_name,name:y.database_name})),Se=q==null?void 0:q.schemas.map(y=>({id:y.schema_name,name:y.schema_name})),ve=k==null?void 0:k.tables.map(y=>({id:y.table_name,name:y.table_name}));return{connectionItems:ie,isConnectionsLoading:D,isConnectionsError:T,modelItems:ye,isModelsLoading:S,isModelsError:R,databaseItems:de,isDatabasesLoadingOrFetching:V||P,isDatabaseError:_,schemaItems:Se,isSchemaLoadingOrFetching:W||C,isSchemaError:A,tableItems:ve,isTableLoadingOrFetching:w||$,isTableError:O,columns:t,isColumnsLoadingOrFetching:te||ee,isColumnsError:B,isNonDbConnection:M,connectionType:z,tableName:J,schemaName:Y,handleConnectionChange:se,handleDatamodelChange:Ae,handleDatabaseChange:X,handleSchemaChange:ne}}function Ue({ColumnsComponent:s}){var $;const r=e.useEditorStore(O=>O.selectedConnectionId),t=e.useEditorStore(O=>O.selectedDatamodelId),n=e.useEditorStore(O=>O.selectedDatabaseName),i=e.useEditorStore(O=>O.selectedSchemaName),l=e.useEditorStore(O=>O.selectedTableName),o=e.useEditorStore(O=>O.actions.setSelectedTableName),{connectionItems:a,modelItems:c,schemaItems:p,databaseItems:u,tableItems:g,columns:m,isConnectionsLoading:d,isModelsLoading:j,isConnectionsError:x,isModelsError:N,isDatabasesLoadingOrFetching:I,isDatabaseError:L,isSchemaLoadingOrFetching:b,isSchemaError:D,isColumnsError:T,isColumnsLoadingOrFetching:E,isTableLoadingOrFetching:S,isTableError:R,connectionType:f,isNonDbConnection:z,handleConnectionChange:M,handleDatabaseChange:F,handleSchemaChange:V,handleDatamodelChange:P,tableName:_,schemaName:K}=oe();function q(){return s?s(K,_,m):e.jsxRuntimeExports.jsx(Us,{schemaName:K,tableName:_,columns:m,status:E?"Loading...":T?"Error":"Success"})}function W(){window.location.href="mailto:support@semaphor.cloud?subject=Help&body=I need help with..."}function C(){if(!r||f==="S3"||f==="API")return null;if(!t||t==="none")return e.jsxRuntimeExports.jsx(ae,{showNone:!0,onChange:F,isError:L,isLoading:I,items:u,value:n||"",title:"Database"})}function A(){if(r&&!z&&(!n||n==="none")&&(!t||t==="none"))return e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3",children:[e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Separator,{})}),e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Label,{children:"OR"})}),e.jsxRuntimeExports.jsx("div",{className:"col-span-1 grid place-items-center",children:e.jsxRuntimeExports.jsx(e.Separator,{})})]})}function H(){if(!r||f==="S3"||f==="API")return null;if(!n||n==="none")return e.jsxRuntimeExports.jsx(ae,{showNone:!0,onChange:P,isError:N,isLoading:j,items:c,value:t||"",title:"Model"})}function k(){return!r||f==="S3"||f==="API"||!n||n==="none"?null:e.jsxRuntimeExports.jsx(ae,{onChange:V,isError:D,isLoading:b,items:p,value:i||"",title:"Schema"})}function w(){function O(){let G=!1;return f==="API"?(G=!1,G):((f==="S3"||r&&n&&n!=="none"&&i)&&(G=!0),G)}return O()?e.jsxRuntimeExports.jsx(ae,{onChange:o,isError:R,items:g,isLoading:S,value:l||"",title:"Table"}):null}return e.jsxRuntimeExports.jsxs("aside",{className:"xbg-red-100 flex grow flex-col justify-between",children:[e.jsxRuntimeExports.jsxs("section",{className:"space-y-3 px-6 py-4",children:[e.jsxRuntimeExports.jsx(ae,{items:a,title:"Connection",value:r||"",onChange:M,isLoading:d,isError:x,connectionTooltip:(($=a==null?void 0:a.find(O=>O.id===r))==null?void 0:$.type)||""}),H(),A(),C(),k(),w()]}),q(),e.jsxRuntimeExports.jsx("div",{className:"flex items-end justify-center gap-2 px-6 py-4",children:e.jsxRuntimeExports.jsxs(e.Button,{onClick:W,size:"sm",variant:"secondary",className:"w-full",children:[e.jsxRuntimeExports.jsx(ks,{className:"mr-2 size-4"}),"Help"]})})]})}function Qs(s){const r=s.toUpperCase().indexOf("WHERE"),t=s.toUpperCase().indexOf("GROUP BY"),n=s.toUpperCase().indexOf("LIMIT"),i=s.toUpperCase().indexOf("ORDER BY");let l=s.length;if(i!==-1&&(l=i),n!==-1&&n<l&&(l=n),r!==-1){const o=s.substring(0,r),a=s.substring(r);return`${o} {{ filters | where }} AND ${a.substring(6)}`}else if(t!==-1){const o=s.substring(0,t),a=s.substring(t);return`${o} {{ filters | where }} ${a}`}else{const o=s.substring(0,l),a=s.substring(l);return`${o} {{ filters | where }} ${a}`}}function Ks({error:s,setShowAIDialog:r,setUserInputforAI:t,setTriggerAIRun:n}){return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{variant:"link",className:"h-5 p-0",children:e.jsxRuntimeExports.jsx(ms,{className:"h-4 w-4 text-red-500"})})}),e.jsxRuntimeExports.jsx(e.HoverCardContent,{align:"start",className:"min-w-fit max-w-[500px]",children:e.jsxRuntimeExports.jsx("div",{className:"flex justify-between space-x-4",children:e.jsxRuntimeExports.jsxs("div",{className:"flex grow flex-col space-y-2",children:[e.jsxRuntimeExports.jsx(e.ScrollArea,{className:"max-h-[250px] min-h-0 overflow-scroll",children:e.jsxRuntimeExports.jsx("p",{className:"overflow-auto rounded-md bg-muted p-2 text-xs leading-relaxed",children:s})}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:()=>{r(!0),t(s),n(!0)},size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(bs,{className:"mr-2 h-4 w-4"}),"Debug with AI"]})]})})})]})}function Ws({text:s,onCheckedChange:r,checked:t}){return e.jsxRuntimeExports.jsxs("div",{className:"xbg-red-100 ml-6 flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:t,onCheckedChange:r}),e.jsxRuntimeExports.jsx("label",{className:"text-xs leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:s})]})}function Js(){const{authToken:s}=e.useSemaphorContext(),r=e.useEditorStore(l=>l.selectedConnectionId),{data:t}=e.useQuery({queryKey:["connections"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/connections",(s==null?void 0:s.accessToken)||""),enabled:!!(s!=null&&s.accessToken)}),n=t==null?void 0:t.connections.find(l=>l.id===r);return n==null?void 0:n.type}function Ys(){const{authToken:s}=e.useSemaphorContext(),r=v.useRef(null),t=e.useEditorStore(c=>c.applyFilters),[n,i]=v.useState(""),l=e.useEditorStore(c=>c.filterValues),o=e.useEditorStore(c=>c.card.sql),a=Js();return e.jsxRuntimeExports.jsxs(e.HoverCard,{openDelay:0,onOpenChange:async c=>{if(!c)return;console.log("onOpenChange");const p=await e.postRequest("https://semaphor.cloud/api/v1/filter-sql",(s==null?void 0:s.accessToken)||"",{sql:o,active_filters:l,connection_type:a});console.log(p),p.sql?(console.log(p.records),i(p.sql)):i("Error")},children:[e.jsxRuntimeExports.jsx(e.HoverCardTrigger,{asChild:!0,children:t&&e.jsxRuntimeExports.jsx("p",{className:"p-0 text-xs hover:cursor-pointer",children:"| Filter Query"})}),e.jsxRuntimeExports.jsxs(e.HoverCardContent,{align:"end",className:"w-[600px]",children:[e.jsxRuntimeExports.jsx("div",{className:"flex justify-between space-x-4",children:e.jsxRuntimeExports.jsx("div",{className:"rounded-sm bg-muted p-2",children:e.jsxRuntimeExports.jsxs("code",{ref:r,className:"font-mono text-sm",children:[n,e.jsxRuntimeExports.jsx(e.ClipboardCopyIcon,{onClick:()=>e.copyToClipboard(r),className:"ml-3 inline-block h-4 w-4 opacity-70 hover:cursor-pointer hover:opacity-100"})]})})}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2 pt-2",children:[e.jsxRuntimeExports.jsx(e.InfoCircledIcon,{className:"h-4 w-4 opacity-70"}),e.jsxRuntimeExports.jsx("span",{className:"text-xs text-muted-foreground",children:"A preview of the query with filters applied."})]})]})]})}const Xs=`
|
|
192
192
|
|
|
193
193
|
Use the following syntax to create a chart query. Please replace the x-axis, y-axis, stack-by, label, and measure with the actual column names of the table.
|
|
194
194
|
|
|
@@ -242,4 +242,4 @@ SELECT label, measure FROM table
|
|
|
242
242
|
Table Columns: ${I==null?void 0:I.map(C=>`${C.column_name} | ${C.data_type}`).join(", ")}
|
|
243
243
|
User SQL: ${L}
|
|
244
244
|
${m&&`Base Queries: ${JSON.stringify(m)} `}`,T=` When the user asks for a specific chart please use the following query structure to generate the chart query. Do not make up the column names. Use only the table columns provided above for the query. Replace x-axis, y-axis, and lables with the appropriate column names.
|
|
245
|
-
Visual Query Syntax: ${Xs}`,{data:E,isLoading:S,isFetching:R,isError:f,refetch:z}=e.useQuery({queryKey:["ai-query"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/ai",(c==null?void 0:c.accessToken)||"",{user_content:`userContent: ${D} ${p?T:""}`}),enabled:!1});function M(C){if(C.toLowerCase().includes("bar"))j("bar");else if(C.toLowerCase().includes("line"))j("line");else if(C.toLowerCase().includes("bubble"))j("bubble");else if(C.toLowerCase().includes("scatter"))j("scatter");else if(C.toLowerCase().includes("stacked"))j("stackedBar");else if(C.toLowerCase().includes("pie"))j("pie");else if(C.toLowerCase().includes("donut")||C.toLowerCase().includes("doughnut"))j("doughnut");else if(C.toLowerCase().includes("radar"))j("radar");else return j("bar"),!1;return!0}v.useEffect(()=>{E&&N(C=>[...C,{role:"ai",content:E.response}])},[E]),v.useEffect(()=>{const C=setTimeout(()=>{var A;a.current&&(a.current.scroll({top:a.current.scrollHeight,behavior:"smooth"}),(A=o.current)==null||A.focus())},100);return()=>clearTimeout(C)},[x]);function F(){t&&(N(C=>[...C,{role:"user",content:t}]),M(t)&&u(!0),n(""),z())}v.useEffect(()=>{i&&(F(),l(!1))},[i,l]);const V={fontFamily:"Arial, sans-serif",lineHeight:1.6,fontSize:15,width:"100%"},P={fontFamily:"monospace",fontSize:14,lineHeight:1.6},_={fontFamily:"Arial, sans-serif",lineHeight:1.6,fontSize:15,padding:"2px 0",marginLeft:20,listStyleType:"disc"},K={p:({node:C,...A})=>e.jsxRuntimeExports.jsx("p",{style:V,...A}),code:({node:C,...A})=>e.jsxRuntimeExports.jsx("code",{className:"rounded-sm bg-muted px-2 py-1 text-sm",...A}),pre:({node:C,...A})=>e.jsxRuntimeExports.jsxs("pre",{className:"space-y-2 rounded-sm bg-muted/50 p-3",style:P,children:[e.jsxRuntimeExports.jsx("code",{className:"whitespace-normal text-sm",children:A.children}),e.jsxRuntimeExports.jsxs("div",{className:"flex justify-start gap-2",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:q,size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.ClipboardCopyIcon,{})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:H=>{const k=q(H);k&&(r(!1),g(k),d(!0))},size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.PlayIcon,{})})]})]}),li:({node:C,...A})=>e.jsxRuntimeExports.jsx("li",{style:_,...A})};function q(C){const A=C.currentTarget.closest("pre");if(!A)return;const H=A.textContent||A.innerText;return navigator.clipboard.writeText(H).then(()=>console.log("Text copied to clipboard")).catch(k=>console.error("Error in copying text: ",k)),H}function W(){return x==null?void 0:x.map((C,A)=>C.role==="user"?e.jsxRuntimeExports.jsxs("div",{className:"flex items-start rounded-md bg-muted p-3 text-sm",children:[e.jsxRuntimeExports.jsx(Vs,{className:"mr-2 h-5 w-5"}),e.jsxRuntimeExports.jsx("div",{children:C.content})]},A):C.role==="ai"?e.jsxRuntimeExports.jsx(e.Markdown,{className:"w-full overflow-auto py-1",components:K,children:E==null?void 0:E.response.replace(/DuckDB/gi,"Semaphor")},A):e.jsxRuntimeExports.jsx("div",{},A))}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",className:"w-full justify-start border font-normal text-muted-foreground focus-visible:ring-0 focus-visible:ring-offset-0",variant:"secondary",children:"Type your question here..."})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"flex flex-col justify-between overflow-auto sm:max-w-[425px] md:max-h-[625px] md:min-w-[625px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Assistant"}),e.jsxRuntimeExports.jsx(e.DialogDescription,{children:"What can I help you with?"})]}),e.jsxRuntimeExports.jsx("div",{ref:a,className:"h-[625px] w-full overflow-auto border-t border-t-muted",children:e.jsxRuntimeExports.jsx("div",{className:"space-y-4 py-2 pr-3",role:"messages",children:W()})}),e.jsxRuntimeExports.jsx("div",{children:e.jsxRuntimeExports.jsxs("div",{className:"flex w-full items-center rounded-md border",children:[e.jsxRuntimeExports.jsx(e.Textarea,{autoFocus:!0,ref:o,onKeyDown:C=>{C.key==="Enter"&&!C.shiftKey&&(C.preventDefault(),n(""),F())},placeholder:"Type your question here...",onFocus:C=>{const A=C.target,H=A.value.length;A.setSelectionRange(H,H)},className:e.cn("max-h-10 min-h-7 resize-none border-none focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0"),disabled:S||R,value:t,onChange:C=>n(C.target.value)})," ",e.jsxRuntimeExports.jsx(e.Button,{className:"h-8",size:"sm",variant:"ghost",onClick:F,children:!S&&!R?e.jsxRuntimeExports.jsx(e.PaperPlaneIcon,{}):e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"})})]})})]})]})}var Qe={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},Fe=v.createContext&&v.createContext(Qe),et=["attr","size","title"];function st(s,r){if(s==null)return{};var t=tt(s,r),n,i;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(s);for(i=0;i<l.length;i++)n=l[i],!(r.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(s,n)&&(t[n]=s[n])}return t}function tt(s,r){if(s==null)return{};var t={},n=Object.keys(s),i,l;for(l=0;l<n.length;l++)i=n[l],!(r.indexOf(i)>=0)&&(t[i]=s[i]);return t}function fe(){return fe=Object.assign?Object.assign.bind():function(s){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(s[n]=t[n])}return s},fe.apply(this,arguments)}function Oe(s,r){var t=Object.keys(s);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(s);r&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable})),t.push.apply(t,n)}return t}function ge(s){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?Oe(Object(t),!0).forEach(function(n){nt(s,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(t)):Oe(Object(t)).forEach(function(n){Object.defineProperty(s,n,Object.getOwnPropertyDescriptor(t,n))})}return s}function nt(s,r,t){return r=rt(r),r in s?Object.defineProperty(s,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[r]=t,s}function rt(s){var r=ot(s,"string");return typeof r=="symbol"?r:String(r)}function ot(s,r){if(typeof s!="object"||s===null)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var n=t.call(s,r||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(r==="string"?String:Number)(s)}function Ke(s){return s&&s.map((r,t)=>v.createElement(r.tag,ge({key:t},r.attr),Ke(r.child)))}function Z(s){return r=>v.createElement(it,fe({attr:ge({},s.attr)},r),Ke(s.child))}function it(s){var r=t=>{var{attr:n,size:i,title:l}=s,o=st(s,et),a=i||t.size||"1em",c;return t.className&&(c=t.className),s.className&&(c=(c?c+" ":"")+s.className),v.createElement("svg",fe({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,n,o,{className:c,style:ge(ge({color:s.color||t.color},t.style),s.style),height:a,width:a,xmlns:"http://www.w3.org/2000/svg"}),l&&v.createElement("title",null,l),s.children)};return Fe!==void 0?v.createElement(Fe.Consumer,null,t=>r(t)):r(Qe)}function at(s){return Z({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"},child:[]}]})(s)}function lt(){const{theme:s}=e.useTheme(),r=v.useRef(),t=v.useRef(),[n,i]=v.useState(!1),[l,o]=v.useState(!1),[a,c]=v.useState(!1),[p,u]=v.useState(""),[g,m]=v.useState(!1),{authToken:d}=e.useSemaphorContext();e.useDashboardStore(h=>h.selectedSheetId);const j=e.useDashboardStore(h=>h.dashboard.baseQueries),x=e.useEditorStore(h=>h.card),N=e.useDashboardStore(h=>h.theme),I=e.useEditorStore(h=>h.isShowingVisual);e.useDashboardStore(h=>h.onAcceptChanges);const L=e.useEditorStore(h=>h.selectedConnectionId),b=e.useEditorStore(h=>h.selectedDatabaseName),D=e.useEditorStore(h=>h.selectedDatamodelId),T=e.useEditorStore(h=>h.selectedSchemaName);e.useDashboardStore(h=>h.actions.updateFrameCard);const E=e.useEditorStore(h=>h.selectedTableName),S=e.useEditorStore(h=>h.card.sql),R=e.useEditorStore(h=>h.card.python),f=e.resolveBaseQuery(S,j),z=e.useEditorStore(h=>h.selectedConnectionId),M=e.useEditorStore(h=>h.frame),F=e.useDashboardStore(h=>h.filterValues),V=e.useEditorStore(h=>h.applyFilters),{setCardCustomCfg:P,setQueryResultColumns:_,setFilterValues:K,setCardSql:q,setCardPython:W,setQueryError:C,setPythonStdOut:A,setCardPreferences:H}=e.useEditorStore(h=>h.actions),k=e.useEditorStore(h=>h.onSave),w=e.useEditorStore(h=>h.actions.setApplyFilters),$=e.useEditorStore(h=>h.onClose),O=e.useEditorStore(h=>h.actions.setCardData),G=e.useEditorStore(h=>h.actions.setSqlGen),U=e.useEditorStore(h=>h.runSql),te=e.useEditorStore(h=>h.actions.setRunSql),ee=e.useEditorStore(h=>h.actions.setIsSqlRunning),{data:B,isLoading:J,isFetching:Y,isSuccess:ne,isError:X,error:se,status:Ae,refetch:ie}=e.useQuery({queryKey:[f,R],queryFn:()=>e.postRequest("https://semaphor.cloud/api/v1/query",(d==null?void 0:d.accessToken)||"",{connection_id:z,sql:f,python:R===e.PYTHON_DEFAULT_CODE?"":R,active_filters:V?F:[]}),enabled:!1,retry:!1});v.useEffect(()=>{if(B&&(O(B.records),B.rowLimitExceeded&&e.Jt.error("Row limit (10,000) exceeded. Refine your query.",{position:"top-center",richColors:!0}),A((B==null?void 0:B.output)||""),B.records.length>0)){const{dimensionKeys:h}=e.getKeys(B.records);_(h)}},[B,O,_,A]),v.useEffect(()=>{U&&(ie(),te(!1))},[U,ie,te]),v.useEffect(()=>{(J||Y)&&ee(!0),(X||ne)&&ee(!1),X?(C(se.message),O([]),_([]),A("")):C("")},[J,Y,B,A,X,ne,ee,O,_,C,se]);function be(){q(""),O([]),G({}),P(""),H({})}const de=h=>{t.current=h};function ye(h,y){if(h.length===0)return"";if(y){const re=h.find(Q=>Q.id===y);if(re){const Q=re.tabTitle;if(Q=="All__Header")return h[0].id;if(Q&&Q.endsWith("__Header")){const as=Q.split("__")[0],ze=h.find(ls=>ls.tabTitle===as);return ze?ze.id:h[0].id}return y}}return h[0].id}function Se(){let h=S;S&&!S.includes("{{")&&(h=Qs(S),q(h));const y={...x,lastSelectedSchema:T,lastSelectedDatamodelId:D,lastSelectedDatabase:b,lastSelectedTable:E,connectionId:L,type:I?x.type:"table",sql:h,customCfg:I?x.customCfg:null},re=M.cards.map(ve=>ve.id===x.id?y:ve),Q={...M,cards:re,activeCardId:ye(re,M.activeCardId)};k==null||k(Q)}function me(){$==null||$()}v.useEffect(()=>{const h=r.current,y=t.current;if(h){const re=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",Q=N==="system"?re:N;h.editor.defineTheme("default",{base:Q==="light"?"vs":"vs-dark",inherit:!0,rules:[],colors:{"editor.background":Q==="light"?"#ffffff":e.getCssVariableValue("--semaphor-background")}}),h.editor.setTheme("default")}return y&&h&&y.addCommand(h.KeyMod.Shift|h.KeyCode.Enter,function(){return console.log("Executing query..."),ie(),!1}),()=>{}},[s,N,r.current]);function ue(h){r.current=h}function pe(){return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[l&&e.jsxRuntimeExports.jsx("div",{className:"xbg-yellow-100 relative flex w-1/3 min-w-0 grow overflow-hidden border-l p-1 text-xs",role:"editor-filter-container",children:e.jsxRuntimeExports.jsxs("div",{className:"w-[99%]",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2 pt-3",children:[e.jsxRuntimeExports.jsx(Ws,{checked:V,onCheckedChange:()=>w(!V),text:"Apply Filters"}),e.jsxRuntimeExports.jsx(Ys,{}),F&&l&&e.jsxRuntimeExports.jsx(e.Cross2Icon,{onClick:()=>o(!1),className:"bg-background/50 text-foreground/50 hover:cursor-pointer hover:text-foreground"})]}),e.jsxRuntimeExports.jsx(e.Ft,{theme:"default",onChange:h=>{if(h)try{JSON.parse(h),K(JSON.parse(h))}catch{}},defaultLanguage:"json",className:"mt-1 min-h-[220px]",value:JSON.stringify(F,null,2),options:{readOnly:!0,minimap:{enabled:!1},lineNumbers:"off",glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}),F&&!l&&e.jsxRuntimeExports.jsx(e.Filter,{onClick:()=>o(!0),className:e.cn("absolute bottom-4 right-6 h-3 w-3 text-foreground/50 hover:cursor-pointer hover:text-foreground",{"font-bold text-red-800":V})})]})}function je(){return e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{className:"flex grow pb-1",direction:"vertical",role:"editor-resizable-group",children:[e.jsxRuntimeExports.jsxs(e.ResizablePanel,{id:"1",order:1,defaultSize:n?20:100,className:"relative flex grow",children:[e.jsxRuntimeExports.jsx("div",{role:"sql-container",className:"relative flex w-[99%]",children:e.jsxRuntimeExports.jsx(e.Ft,{theme:"default",className:"pt-3",onChange:h=>{q(h)},value:S,options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"sql",beforeMount:ue,onMount:de})}),n&&e.jsxRuntimeExports.jsx("code",{className:"absolute right-6 top-3 text-sm text-muted-foreground/70",children:"sql"})]}),n&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(e.ResizableHandle,{withHandle:!0,className:"border"}),e.jsxRuntimeExports.jsxs(e.ResizablePanel,{id:"2",order:2,defaultSize:80,className:"relative flex grow",children:[e.jsxRuntimeExports.jsx("div",{role:"python-container",className:"relative flex w-[99%] pt-0",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"pt-3",theme:"default",onChange:h=>{W(h&&h.trim()||"")},value:R||e.PYTHON_DEFAULT_CODE,options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"python",beforeMount:ue,onMount:de})}),e.jsxRuntimeExports.jsx("code",{className:"absolute right-6 top-3 text-sm text-muted-foreground/70",children:"python"})]})]})]})}return e.jsxRuntimeExports.jsxs("section",{role:"editor-section",className:"flex grow flex-col justify-end",children:[e.jsxRuntimeExports.jsxs("div",{role:"sql-editor",className:"relative flex grow justify-between overflow-y-scroll",children:[je(),pe()]}),e.jsxRuntimeExports.jsxs("div",{role:"editor-controls",className:"item-center flex flex-wrap justify-between gap-2 px-6 py-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex grow items-center gap-2",children:[e.jsxRuntimeExports.jsxs(e.Button,{title:"Shift + Enter",disabled:J||Y,onClick:()=>{ie()},className:"shrink-0",size:"sm",variant:"outline",children:[J||Y?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(Ls,{className:"mr-2 h-4 w-4"}),"Run"]}),X&&e.jsxRuntimeExports.jsx(Ks,{error:se.message,setShowAIDialog:c,setTriggerAIRun:m,setUserInputforAI:u}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:be,className:"",size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(Es,{className:"mr-2 size-4"}),"Clear"]}),e.jsxRuntimeExports.jsx(e.Toggle,{pressed:n,onPressedChange:h=>i(h),className:"",size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(at,{className:"size-4 text-foreground/70"})}),e.jsxRuntimeExports.jsx(Zs,{open:a,setOpen:c,userInput:p,triggerAIRun:g,setTriggerAIRun:m,setUserInput:h=>u(h)})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-end gap-2",children:[e.jsxRuntimeExports.jsxs(e.Button,{onClick:Se,size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(e.Check,{className:"mr-2 size-4 font-bold text-green-600"}),"Accept"]}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:me,className:"w-full",size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(e.Cross2Icon,{className:"mr-2 size-4"}),"Close"]})]})]})]})}function ct({data:s}){var o;const[r,t]=v.useState([]),i=Object.keys(s[0]).map(a=>({accessorKey:a,header:({column:c})=>{const p=c.getIsSorted();return e.jsxRuntimeExports.jsx("div",{className:"flex gap-2",children:e.jsxRuntimeExports.jsxs("div",{className:"flex cursor-pointer items-center",onClick:()=>c.toggleSorting(c.getIsSorted()==="asc"),children:[a,p==="asc"?e.jsxRuntimeExports.jsx(e.TriangleUpIcon,{className:"ml-2 h-5 w-5"}):p==="desc"?e.jsxRuntimeExports.jsx(e.TriangleDownIcon,{className:"ml-2 h-5 w-5"}):null]})})}})),l=e.useReactTable({data:s,columns:i,getCoreRowModel:e.getCoreRowModel(),getPaginationRowModel:e.getPaginationRowModel(),onSortingChange:t,getSortedRowModel:e.getSortedRowModel(),manualPagination:!0,state:{sorting:r}});return e.jsxRuntimeExports.jsxs(e.Table$1,{children:[e.jsxRuntimeExports.jsx(e.TableHeader,{children:l.getHeaderGroups().map(a=>e.jsxRuntimeExports.jsx(e.TableRow,{children:a.headers.map(c=>e.jsxRuntimeExports.jsx(e.TableHead,{className:"sticky top-0 bg-muted",children:c.isPlaceholder?null:e.flexRender(c.column.columnDef.header,c.getContext())},c.id))},a.id))}),e.jsxRuntimeExports.jsx(e.TableBody,{children:(o=l.getRowModel().rows)!=null&&o.length?l.getRowModel().rows.map(a=>e.jsxRuntimeExports.jsx(e.TableRow,{className:"whitespace-nowrap py-2","data-state":a.getIsSelected()&&"selected",children:a.getVisibleCells().map(c=>e.jsxRuntimeExports.jsx(e.TableCell,{children:e.flexRender(c.column.columnDef.cell,c.getContext())},c.id))},a.id)):e.jsxRuntimeExports.jsx(e.TableRow,{children:e.jsxRuntimeExports.jsx(e.TableCell,{colSpan:i.length,className:"h-24 text-center",children:"No results."})})})]})}function xt({card:s}){var a,c,p,u,g,m,d,j;(a=s.customCardPreferences)!=null&&a.inputData;const{getCard:r}=e.useCustomVisual(((c=s.customCardPreferences)==null?void 0:c.url)||""),t=((p=s.customCardPreferences)==null?void 0:p.visualType)||"single",n=e.useEditorStore(x=>x.frame);if(e.useEditorActions(),!((u=s.customCardPreferences)!=null&&u.componentName))return null;const i=r((g=s.customCardPreferences)==null?void 0:g.componentName),l=x=>{console.log("data",x),s.customCardPreferences},o=Object.keys(((m=s.customCardPreferences)==null?void 0:m.dataInputCardIds)||{}).map(x=>{var L,b,D;const N=(b=(L=s.customCardPreferences)==null?void 0:L.dataInputCardIds)==null?void 0:b[x].cardId,I=(D=n==null?void 0:n.cards)==null?void 0:D.find(T=>T.id===N);return I||null});return e.jsxRuntimeExports.jsx("div",{className:"semaphor-custom mb-3 flex grow basis-0 flex-col space-y-2 overflow-y-auto",children:e.jsxRuntimeExports.jsxs(v.Suspense,{fallback:e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{}),children:[i&&t==="single"&&e.jsxRuntimeExports.jsx(i,{settings:(d=s.customCardPreferences)==null?void 0:d.settings,onDataChange:l,data:s.data}),i&&t==="multiple"&&e.jsxRuntimeExports.jsx("div",{className:"flex flex-col gap-2",children:e.jsxRuntimeExports.jsx(i,{onDataChange:l,settings:o.map(x=>{var N;return(N=x==null?void 0:x.customCardPreferences)==null?void 0:N.settings}),data:o.map(x=>(x==null?void 0:x.data)||[])})})]},(j=s.customCardPreferences)==null?void 0:j.componentName)})}function We({className:s,...r}){var g;v.useState(0);const t=e.useDashboardStore(m=>m.themeStyle),n=e.useEditorStore(m=>m.card),i=e.useEditorStore(m=>m.frame),l=e.useDashboardStore(m=>m.dashboard.filters);e.useDashboardStore(m=>m.filterValues),e.useEditorStore(m=>m.actions.setRunSql);const{updateFilter:o}=e.useDashboardActions(),a=l==null?void 0:l.find(m=>m.id===i.filterId),c=e.useEditorStore(m=>m.actions.setCard);if(v.useEffect(()=>{},[n.data,n.type,n.cfg,n.customCfg,t,n.preferences]),!n.id)return null;let p;n.data&&n.data.length>0&&(p=e.createChartConfig({data:n.data,cardType:n.type,cfg:n.cfg,customCfg:n.customCfg,preferences:n.preferences}));function u(m){return e.jsxRuntimeExports.jsx(xt,{card:m})}return e.jsxRuntimeExports.jsxs(e.Card,{role:"editor-visual-card",className:e.cn("relative flex h-full flex-col rounded-none",s),...r,children:[e.jsxRuntimeExports.jsxs(e.CardHeader,{className:"flex flex-row items-start justify-between py-4",children:[e.jsxRuntimeExports.jsxs("div",{children:[e.jsxRuntimeExports.jsx(e.Editable,{text:n.title,onSave:m=>c({...n,title:m}),children:e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-2",children:e.jsxRuntimeExports.jsx(e.CardTitle,{className:"text-base",children:n.title})})},n.title),e.jsxRuntimeExports.jsx(e.Editable,{text:n.description||"",onSave:m=>c({...n,description:m}),children:e.jsxRuntimeExports.jsxs(e.CardDescription,{children:[" ",n.description]})},n.description)]}),a&&e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-3",children:[e.jsxRuntimeExports.jsx(e.Editable,{className:"my-1",text:a.title||a.column,onSave:m=>o({...a,title:m}),children:e.jsxRuntimeExports.jsx(e.Label,{children:a.title})}),e.getFilterComponent(a)]})]}),e.jsxRuntimeExports.jsxs(e.CardContent,{className:"flex grow flex-col",children:[n.type==="custom"&&u(n),!["table","custom"].includes(n.type)&&p&&e.jsxRuntimeExports.jsx(e.ChartJsVisual,{cfg:p},JSON.stringify(p)+JSON.stringify(n.preferences)+((g=n==null?void 0:n.preferences)==null?void 0:g.customVisualCode)),n.type==="table"&&n.data&&n.data.length>0&&e.jsxRuntimeExports.jsx(e.$57acba87d6e25586$export$ccf8d8d7bbf3c2cc,{className:"flex min-h-0 flex-1 grow basis-0",children:e.jsxRuntimeExports.jsx(e.TableVisual,{card:n,data:n==null?void 0:n.data})})]})]})}function ut(){const[s,r]=v.useState(!1),[t,n]=v.useState(""),[i,l]=v.useState(""),[o,a]=v.useState(""),[c,p]=v.useState(""),u=e.useEditorStore(b=>b.card),g=e.useEditorStore(b=>b.card.customCfg),{setCardCustomCfg:m,setCustomVisualCode:d}=e.useEditorActions();function j(b){var E,S;const D={...b,data:{...b==null?void 0:b.data,datasets:(S=(E=b==null?void 0:b.data)==null?void 0:E.datasets)==null?void 0:S.map(R=>({...R,data:[]}))}};return JSON.stringify(D,null,1)}function x(){var D,T;if(!u.data||u.data.length===0)return;const b=e.createChartConfig({data:u.data,cardType:u.type,cfg:u.cfg,preferences:u.preferences});b&&(n(JSON.stringify(b,null,1)),(D=u==null?void 0:u.preferences)!=null&&D.customVisualCode&&a((T=u==null?void 0:u.preferences)==null?void 0:T.customVisualCode),g&&l(JSON.stringify(g,null,1)))}function N(){if(o&&d(o),!!i)try{const b=JSON.parse(i);return b?(m(b),p(""),l(""),b):void 0}catch(b){console.log(b),p("Invalid JSON")}}function I(){l(""),m(null)}function L(){let b;if(g){const D=e._.cloneDeep(u.cfg),T=e._.merge(D,g);return b=j(T),b}return t?(b=j(JSON.parse(t)),b):""}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{onClick:x,className:` ${g&&"border-foreground/50 dark:border-foreground/70"}`,size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.Settings,{className:"h-4 w-4"})})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"max-h-[70vh] min-h-[70vh] overflow-auto sm:min-w-[900px] lg:min-w-[1200px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{className:"",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Customize Card"}),e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{children:e.jsxRuntimeExports.jsx(vs,{onClick:()=>{navigator.clipboard.writeText(u.id)},className:"size-3 cursor-pointer text-muted-foreground/70 transition-colors hover:text-muted-foreground"})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{side:"right",align:"center",children:e.jsxRuntimeExports.jsx("p",{className:"text-xs",children:"Copy Card ID"})})]})]}),e.jsxRuntimeExports.jsxs(e.DialogDescription,{children:["See the configuration options and documentation",e.jsxRuntimeExports.jsx("a",{target:"_blank",className:"ml-1 text-blue-500 underline",href:"https://www.chartjs.org/docs/latest/samples/bar/vertical.html",children:"here."})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex grow gap-2",children:[e.jsxRuntimeExports.jsx(We,{className:"w-1/2 rounded shadow-none"}),e.jsxRuntimeExports.jsxs(e.Tabs,{defaultValue:"custom-config",className:"flex w-1/2 flex-col",children:[e.jsxRuntimeExports.jsxs(e.TabsList,{className:"justify-start rounded-sm rounded-b-none border border-b-0",children:[e.jsxRuntimeExports.jsxs(e.TabsTrigger,{value:"custom-config",children:[g&&e.jsxRuntimeExports.jsx(e.CheckIcon,{className:"mr-1 h-5 w-5 text-green-600"}),g?"Custom Config":"Default Config"]}),e.jsxRuntimeExports.jsx(e.TabsTrigger,{className:"",value:"output",children:"Output"}),e.jsxRuntimeExports.jsx(e.TabsTrigger,{className:"",value:"custom-code",children:"Custom Code"})]}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"bg-red-x mt-0 grow rounded-b border border-t-0 p-2",value:"output",children:e.jsxRuntimeExports.jsx(e.Textarea,{disabled:!0,value:t,className:"h-full resize-none border-none font-mono focus-visible:ring-0 focus-visible:ring-offset-0"})}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow rounded-b border border-t-0",value:"custom-config",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"h-full w-full overflow-hidden",theme:"default",options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"json",value:L(),onChange:b=>l(b)})}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow rounded-b border border-t-0",value:"custom-code",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"h-full w-full overflow-hidden",theme:"default",options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"javascript",value:o,onChange:b=>a(b||"")})})]})]}),e.jsxRuntimeExports.jsxs(e.DialogFooter,{className:"flex items-center",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"mr-2 text-red-500",children:c}),e.jsxRuntimeExports.jsx(e.Button,{disabled:!g,onClick:I,variant:"outline",children:"Reset"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:N,variant:"outline",children:"Apply"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>r(!1),variant:"outline",children:"Close"})]})]})]})}function Je(s){return Z({tag:"svg",attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z"},child:[]}]})(s)}function Ye(s){return Z({tag:"svg",attr:{viewBox:"0 0 256 256",fill:"currentColor"},child:[{tag:"path",attr:{d:"M137.39,24.06A16,16,0,0,0,120,40V80.67a15.86,15.86,0,0,0,13.25,15.76A32,32,0,1,1,96,129.68c-.41-8.22,1.27-15,5-20.26h0a15.86,15.86,0,0,0-1.69-20.47L71.69,60.68a16,16,0,0,0-23.63,1.1A103.6,103.6,0,0,0,55,202.05,103.24,103.24,0,0,0,128,232h1.49A104.3,104.3,0,0,0,232,129.48C232.75,75.18,191.19,28.88,137.39,24.06ZM60.32,71.94l27.61,28.19,0,.06A43.29,43.29,0,0,0,80.44,120H40.36A87.13,87.13,0,0,1,60.32,71.94ZM40.37,136h40.3A48,48,0,0,0,120,175.34v40.3A88,88,0,0,1,40.37,136Zm149.77,54.14A87.45,87.45,0,0,1,136,215.61V175.34a47.55,47.55,0,0,0,24.73-12.23A48,48,0,0,0,136,80.66L136,40c45.52,4.08,80.67,43.28,80,89.25A87.45,87.45,0,0,1,190.14,190.14Z"},child:[]}]})(s)}function Xe(s){return Z({tag:"svg",attr:{viewBox:"0 0 256 256",fill:"currentColor"},child:[{tag:"path",attr:{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H191.48A64.1,64.1,0,0,0,136,64.52V40.37A88.13,88.13,0,0,1,215.63,120ZM120,120H80.68A48.09,48.09,0,0,1,120,80.68Zm0,16v39.32A48.09,48.09,0,0,1,80.68,136Zm16,0h39.32A48.09,48.09,0,0,1,136,175.32Zm0-16V80.68A48.09,48.09,0,0,1,175.32,120ZM120,40.37V64.52A64.1,64.1,0,0,0,64.52,120H40.37A88.13,88.13,0,0,1,120,40.37ZM40.37,136H64.52A64.1,64.1,0,0,0,120,191.48v24.15A88.13,88.13,0,0,1,40.37,136ZM136,215.63V191.48A64.1,64.1,0,0,0,191.48,136h24.15A88.13,88.13,0,0,1,136,215.63Z"},child:[]}]})(s)}function Ze(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},child:[]},{tag:"path",attr:{d:"M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"},child:[]},{tag:"path",attr:{d:"M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"},child:[]},{tag:"path",attr:{d:"M14.5 7.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0"},child:[]}]})(s)}function es(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"},child:[]}]})(s)}function ss(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M4 9h4v11H4zM4 4h4v4H4zM10 7h4v4h-4zM16 10h4v4h-4zM16 15h4v5h-4zM10 12h4v8h-4z"},child:[]}]})(s)}function ts(s){return Z({tag:"svg",attr:{version:"1.2",baseProfile:"tiny",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M4 18c-.552 0-1-.448-1-1v-6.382l-.553.276c-.495.248-1.095.046-1.342-.447-.247-.494-.046-1.094.448-1.342l2-1c.31-.155.678-.139.973.044.294.183.474.504.474.851v8c0 .552-.448 1-1 1zM13 18h-5c-.404 0-.769-.244-.924-.617-.155-.374-.069-.804.217-1.09l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949-.508-.508-1.39-.508-1.9.001-.253.252-.393.589-.393.948 0 .552-.448 1-1 1s-1-.448-1-1c0-.894.348-1.733.98-2.364 1.265-1.263 3.464-1.263 4.727.001.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.979 2.364l-2.293 2.293h2.586c.552 0 1 .448 1 1s-.448 1-1 1zM20.955 12.377c.338-.457.545-1.016.545-1.627 0-1.517-1.234-2.75-2.75-2.75-1.031 0-1.966.569-2.44 1.484-.254.49-.063 1.094.428 1.348.49.254 1.094.062 1.348-.428.128-.249.383-.404.664-.404.414 0 .75.336.75.75s-.336.75-.75.75c-.552 0-1 .448-1 1s.448 1 1 1c.689 0 1.25.561 1.25 1.25s-.561 1.25-1.25 1.25-1.25-.561-1.25-1.25c0-.552-.448-1-1-1s-1 .448-1 1c0 1.792 1.458 3.25 3.25 3.25s3.25-1.458 3.25-3.25c0-.939-.406-1.779-1.045-2.373z"},child:[]}]})(s)}function ns(s){return Z({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M217 25v14h78V25h-78zm0 32v46h14V71h50v32h14V57h-78zm32 32v14h14V89h-14zm-64 32v46h30v-46h-30zm48 0v14h46v-14h-46zm64 0v46h30v-46h-30zm-64 32v14h46v-14h-46zm-80 32v46h62v-46h-62zm80 0v14h46v-14h-46zm64 0v46h62v-46h-62zm-64 32v14h46v-14h-46zm-112 32v46h94v-46h-94zm112 0v14h46v-14h-46zm64 0v46h94v-46h-94zm-64 32v14h46v-14h-46zM89 313v46h126v-46H89zm144 0v14h46v-14h-46zm64 0v46h126v-46H297zm-64 32v14h46v-14h-46zM57 377v46h158v-46H57zm176 0v14h46v-14h-46zm64 0v46h158v-46H297zm-64 32v14h46v-14h-46zM25 441v46h190v-46H25zm208 0v14h46v-14h-46zm64 0v46h190v-46H297zm-64 32v14h46v-14h-46z"},child:[]}]})(s)}function dt(){const[s,r]=v.useState(!1),t=e.useEditorStore(c=>c.card.type),{setCardType:n,setCardPreferences:i,setChartOrientation:l}=e.useEditorStore(c=>c.actions),o=e.useEditorStore(c=>c.actions.setCardCustomCfg);function a(c){o(null),i({}),n(c),r(!1)}return e.jsxRuntimeExports.jsxs(e.Popover,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(mt,{className:"h-4 w-4",chartType:t})})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-50",children:e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 place-items-center",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("bar"),className:"font-normal",variant:"ghost",children:e.jsxRuntimeExports.jsx(ke,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("line"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ie,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("stackedBar"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ss,{className:"size-5",strokeWidth:0})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("stackedLine"),variant:"ghost",children:e.jsxRuntimeExports.jsx(es,{className:"size-5",strokeWidth:0})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("scatter"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Be,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("bubble"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ze,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("pie"),variant:"ghost",children:e.jsxRuntimeExports.jsx(_e,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("doughnut"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ye,{className:"size-5",strokeWidth:1})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("radar"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Je,{className:"size-5 font-extralight",strokeWidth:.5})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("polarArea"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Xe,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("pyramid"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ns,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("range"),variant:"ghost",children:e.jsxRuntimeExports.jsx(qe,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("table"),variant:"ghost",children:e.jsxRuntimeExports.jsx(e.Table,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("kpi"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ts,{className:"size-6"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("text"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Le,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("custom"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Pe,{className:"size-4"})})]})})]})}function mt({chartType:s,className:r}){switch(s){case"bar":return e.jsxRuntimeExports.jsx(ke,{className:r});case"line":return e.jsxRuntimeExports.jsx(Ie,{className:r});case"pie":return e.jsxRuntimeExports.jsx(_e,{className:r});case"radar":return e.jsxRuntimeExports.jsx(Je,{className:r});case"scatter":return e.jsxRuntimeExports.jsx(Be,{className:r});case"bubble":return e.jsxRuntimeExports.jsx(Ze,{className:r});case"doughnut":return e.jsxRuntimeExports.jsx(Ye,{className:r});case"stackedBar":return e.jsxRuntimeExports.jsx(ss,{className:"size-4 text-foreground/70"});case"stackedLine":return e.jsxRuntimeExports.jsx(es,{className:"size-4 text-foreground/70"});case"polarArea":return e.jsxRuntimeExports.jsx(Xe,{className:r});case"pyramid":return e.jsxRuntimeExports.jsx(ns,{className:r});case"range":return e.jsxRuntimeExports.jsx(qe,{className:r});case"kpi":return e.jsxRuntimeExports.jsx(ts,{className:r});case"text":return e.jsxRuntimeExports.jsx(Le,{className:r});case"custom":return e.jsxRuntimeExports.jsx(Pe,{className:r});default:return e.jsxRuntimeExports.jsx(e.Table,{className:r})}}function Me(){const s=e.useEditorStore(E=>E.frame),r=e.useEditorStore(E=>E.card),t=e.useEditorStore(E=>E.card.data),n=e.useEditorStore(E=>E.isShowingVisual),i=e.useEditorStore(E=>E.isSqlRunning),l=e.useEditorStore(E=>E.queryError),o=e.useEditorStore(E=>E.pythonStdOut),a=e.useEditorStore(E=>E.actions.setRunSql);e.useEditorStore(E=>E.onSave),e.useEditorStore(E=>E.onClose),e.useEditorStore(E=>E.actions.setCardSql),e.useEditorStore(E=>E.actions.setCardType),e.useEditorStore(E=>E.actions.setSqlGen);const{setFrame:c,setCard:p,updateCardInFrame:u}=e.useEditorActions();if(!r)return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:"No Active Card"});function g(){const E={id:e.v4(),title:"Title",description:"Description",preferences:{onClickFilter:[{columnIndex:0,expression:""}]},type:"bar",sql:"",data:[]};m(E)}function m(E){const S={...s,cards:[...s.cards,E],activeCardId:E.id};c(S),p(E)}function d(){const E={...r,id:e.v4(),title:`${r.title} Copy`,tabTitle:`${r.tabTitle} Copy`};m(E)}function j(E){const S=s.cards.filter(z=>z.id!==E),R=S[0],f={...s,cards:S,activeCardId:R.id};c(f),p(R)}function x(E){const S={...s,cards:s.cards.map(f=>f.id===r.id?r:f),activeCardId:E};c(S);const R=S.cards.find(f=>f.id===E);p(R),R.sql&&R.data&&R.data.length===0&&a(!0)}const N=(E,S)=>{console.log("handleDragStart",S),E.dataTransfer.setData("tabIndex",S.toString())},I=E=>{E.preventDefault()},L=(E,S)=>{const R=E.dataTransfer.getData("tabIndex");if(R===S.toString())return;const f=Array.from(s.cards),[z]=f.splice(parseInt(R),1);f.splice(S,0,z),c({...s,cards:f})};function b(E,S){return E.cards.length===1&&(S.displayTab===!0||S.displayTab===void 0)||E.activeCardId!==S.id&&(S.displayTab===!0||S.displayTab===void 0)?null:e.jsxRuntimeExports.jsx("div",{onClick:()=>{const R=S.displayTab===void 0?!1:!S.displayTab;p({...S,displayTab:R}),u({...S,displayTab:R})},children:S.displayTab===!0||S.displayTab===void 0?e.jsxRuntimeExports.jsx(gs,{className:"mr-2 size-3.5 text-muted-foreground hover:text-foreground"}):e.jsxRuntimeExports.jsx(fs,{className:"mr-2 size-3.5 text-muted-foreground hover:text-foreground"})})}function D(){return e.jsxRuntimeExports.jsxs(e.Tabs,{onValueChange:x,value:s.activeCardId,className:"flex grow flex-col",children:[s.cards.map(E=>e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow",value:E.id,children:T()},E.id)),e.jsxRuntimeExports.jsx(e.TabsList,{className:"group mx-6 justify-between",children:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center",children:[s.cards.map((E,S)=>e.jsxRuntimeExports.jsx(e.Editable,{text:E.tabTitle||E.title,onSave:R=>{p({...r,tabTitle:R}),u({...r,tabTitle:R})},children:e.jsxRuntimeExports.jsxs(e.TabsTrigger,{draggable:!0,onDragStart:R=>N(R,S),onDragOver:I,onDrop:R=>L(R,S),className:"",value:E.id,children:[b(s,E),E.tabTitle||E.title,s.activeCardId===E.id&&s.cards.length>1&&e.jsxRuntimeExports.jsx(e.X,{className:"ml-2 size-3.5 text-muted-foreground hover:text-foreground",onClick:()=>j(E.id)})]})},E.id)),e.jsxRuntimeExports.jsx(e.Button,{className:"ml-1 h-8 px-2 hover:bg-muted-foreground/50",variant:"outline",onClick:g,children:e.jsxRuntimeExports.jsx(e.Plus,{className:"h-4 w-4"})}),e.jsxRuntimeExports.jsx(e.Button,{className:"invisible ml-1 h-8 px-2 hover:bg-muted-foreground/50 group-hover:visible",variant:"outline",onClick:d,children:e.jsxRuntimeExports.jsx(ps,{className:"h-4 w-4"})})]})})]})}function T(){return r.type==="kpi"?e.jsxRuntimeExports.jsx("div",{className:"flex h-full items-center justify-center",children:e.jsxRuntimeExports.jsx("div",{className:"w-1/2 rounded-md border",children:e.jsxRuntimeExports.jsx(e.KPICard,{isLoading:i,card:r})})}):r.type==="text"?e.jsxRuntimeExports.jsx("div",{className:"flex h-full items-center justify-center",children:e.jsxRuntimeExports.jsx("div",{className:"w-1/2 rounded-md border",children:e.jsxRuntimeExports.jsx(e.TextCard,{isLoading:i,card:r})})}):e.jsxRuntimeExports.jsx(We,{className:"grow border-none shadow-none"})}return e.jsxRuntimeExports.jsxs("div",{className:"relative flex h-full flex-col py-3",children:[i&&e.jsxRuntimeExports.jsx(le,{className:"absolute bottom-0 left-0 right-0 top-0 z-10 m-auto h-10 w-10 animate-spin text-foreground/10"}),e.jsxRuntimeExports.jsxs("div",{className:"mb-0 flex min-h-10 items-center justify-end gap-2 px-6",children:[n&&e.jsxRuntimeExports.jsxs("div",{className:"flex grow items-center gap-2",children:[e.jsxRuntimeExports.jsx(dt,{}),r.type!=="table"&&e.jsxRuntimeExports.jsx(ut,{})]}),e.jsxRuntimeExports.jsx(jt,{})]}),n?D():e.jsxRuntimeExports.jsxs("div",{className:"flex min-h-0 w-full flex-1 grow basis-0 px-6",children:[o&&e.jsxRuntimeExports.jsx(pt,{}),r.data&&r.data.length>0&&e.jsxRuntimeExports.jsx(ct,{data:t||[]}),l&&e.jsxRuntimeExports.jsx("span",{className:"font-mono text-sm",children:l})]})]})}function pt(){const s=e.useEditorStore(t=>t.pythonStdOut);if(!s)return null;const r=s.replace(/\n/g,"<br>");return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx("p",{className:"font-mono text-sm",children:"Output:"}),e.jsxRuntimeExports.jsx("div",{dangerouslySetInnerHTML:{__html:r},className:"bg-muted p-2 font-mono text-sm"}),e.jsxRuntimeExports.jsx(e.Separator,{className:"mb-2"})]})}function jt(){const s=e.useEditorStore(t=>t.isShowingVisual),r=e.useEditorStore(t=>t.actions.setIsShowingVisual);return e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"visualize",children:"Chart"}),e.jsxRuntimeExports.jsx(e.Switch,{checked:s,onCheckedChange:()=>r(!s),id:"visualize",className:"data-[state=checked]:bg-foreground/50"})]})}function ht({value:s,onValueChange:r,components:t}){var l;const[n,i]=Ne.useState(!1);return e.jsxRuntimeExports.jsxs(e.Popover,{open:n,onOpenChange:i,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{variant:"outline",role:"combobox","aria-expanded":n,className:"h-8 w-full justify-between",children:[s?(l=t.find(o=>o.value===s))==null?void 0:l.label:"Select Component...",e.jsxRuntimeExports.jsx(ds,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-full p-2.5",children:e.jsxRuntimeExports.jsxs(e.Command,{className:"w-full",children:[e.jsxRuntimeExports.jsx(e.CommandInput,{placeholder:"Search component..."}),e.jsxRuntimeExports.jsxs(e.CommandList,{children:[e.jsxRuntimeExports.jsx(e.CommandEmpty,{children:"No component found."}),e.jsxRuntimeExports.jsx(e.CommandGroup,{children:t.map(o=>e.jsxRuntimeExports.jsxs(e.CommandItem,{value:o.value,onSelect:a=>{r(a===s.toLowerCase()?"":o.value),i(!1)},children:[e.jsxRuntimeExports.jsx(e.Check,{className:e.cn("mr-2 h-4 w-4",s===o.value?"opacity-100":"opacity-0")}),o.label]},o.value))})]})]})})]})}function Et({options:s,value:r,onValueChange:t}){return e.jsxRuntimeExports.jsx(e.RadioGroup,{value:r,onValueChange:t,className:"flex gap-4",defaultValue:s[0].value,children:s.map(n=>e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:n.value,id:n.value}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:n.value,children:n.label})]},n.value))})}function Ce({label:s,options:r,value:t,onValueChange:n,className:i}){return e.jsxRuntimeExports.jsxs(e.Select,{value:t,onValueChange:n,children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:e.cn("w-full focus:ring-0 focus:ring-offset-0",i),children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:s})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:s}),r.map(l=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:l.value,children:l.label},l.value))]})})]})}function ft(){const{authToken:s}=e.useSemaphorContext(),{data:r,isLoading:t,isFetching:n,isError:i}=e.useQuery({queryKey:["plugins",s==null?void 0:s.accessToken],queryFn:()=>e.getPlugins(s==null?void 0:s.accessToken)});return{data:r,isLoading:t,isFetching:n,isError:i}}function gt(){var j;const s=e.useEditorStore(x=>x.card.customCardPreferences),{data:r}=ft(),t=(r==null?void 0:r.plugins)||[];e.useEditorStore(x=>x.card);const n=e.useEditorStore(x=>x.frame),i=(s==null?void 0:s.visualType)||"single",{setCustomCardPreferences:l}=e.useEditorActions(),{components:o,manifest:a}=e.useCustomVisual((s==null?void 0:s.url)||""),c=(j=a==null?void 0:a.visuals)==null?void 0:j.find(x=>x.name===(s==null?void 0:s.componentName));function p(x,N){if(!s)return;const L={...(s==null?void 0:s.dataInputCardIds)||{},[x]:{cardId:N,hookRef:null}};l({...s,dataInputCardIds:L})}function u(x){var I,L;const N=(I=n==null?void 0:n.cards)==null?void 0:I.filter(b=>{var D;return((D=b==null?void 0:b.customCardPreferences)==null?void 0:D.visualType)!=="multiple"}).map(b=>({value:b.id,label:b.tabTitle||b.title}));return e.jsxRuntimeExports.jsx("div",{className:"space-y-2",children:(L=x==null?void 0:x.dataInputs)==null?void 0:L.map((b,D)=>{var T,E;return e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-10 gap-2",children:[e.jsxRuntimeExports.jsx("div",{className:"col-span-4 flex items-center",children:b}),e.jsxRuntimeExports.jsx(Ce,{className:"col-span-6 h-8 w-full justify-between",label:"",options:N||[],value:((E=(T=s==null?void 0:s.dataInputCardIds)==null?void 0:T[D])==null?void 0:E.cardId)||"",onValueChange:S=>p(D,S)})]},D+Math.random())})})}function g(x,N,I=[]){var L,b;return s?x==="input"?e.jsxRuntimeExports.jsx(e.Input,{className:`h-8 w-full ${e.removeRing}`,value:((L=s==null?void 0:s.settings)==null?void 0:L[N])||"",onChange:D=>{l({...s,settings:{...s==null?void 0:s.settings,[N]:D.target.value}})}},N):x==="select"?e.jsxRuntimeExports.jsx(Ce,{className:"h-8 w-full",label:"",options:I,value:((b=s==null?void 0:s.settings)==null?void 0:b[N])||"",onValueChange:D=>{l({...s,settings:{...s==null?void 0:s.settings,[N]:D}})}}):null:null}function m(x){const N=Object.entries((x==null?void 0:x.settings)||{});return e.jsxRuntimeExports.jsx("div",{className:"space-y-3",children:N.map(([I,L])=>e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:L.title}),g(L.ui,I,L.options)]},I))})}function d(x){s&&l({...s,visualType:x,componentName:""})}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 p-6 text-sm",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:`${(s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0?"Plugin ID":"Website URL"}`}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:e.jsxRuntimeExports.jsx(Ce,{className:"h-8 w-full",label:"",options:t,value:(s==null?void 0:s.url)||"",onValueChange:x=>l({...s||{url:"",componentName:""},url:x})})})]}),((s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0)&&e.jsxRuntimeExports.jsx(Et,{options:[{value:"single",label:"Single Visual"},{value:"multiple",label:"Multi-Visual"}],value:i,onValueChange:d}),((s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0)&&s&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Component"}),e.jsxRuntimeExports.jsx("div",{className:"space-y-2 px-2",children:e.jsxRuntimeExports.jsx(ht,{components:(o==null?void 0:o.filter(x=>x.type===i).map(x=>({value:x.name,label:x.name})))||[],value:s==null?void 0:s.componentName,onValueChange:x=>l({...s,componentName:x})})})]}),c&&c.dataInputs&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Input Mapping"}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:u(c)})]}),c&&c.settings&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Settings"}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:m(c)})]})]})]})}function ce(){const[s,r]=v.useState([]);e.useEditorStore(u=>u.card.cfg);const t=e.useEditorStore(u=>u.card.preferences),{setCardCfg:n,setFilterOnClickColumnIndex:i,setCardPreferences:l}=e.useEditorStore(u=>u.actions),o=e.useEditorStore(u=>u.queryResultColumns);e.useEditorStore(u=>{var g;return(g=u.card.preferences)==null?void 0:g.filterOnClickColumnIndex}),v.useEffect(()=>{o&&r(new Array(o.length).fill(!1))},[o]);function a(u,g){var m,d;g?t!=null&&t.onClickFilter&&((m=t==null?void 0:t.onClickFilter)==null?void 0:m.length)>0?l({...t,onClickFilter:[...t.onClickFilter,{columnIndex:u,expression:""}]}):l({...t,onClickFilter:[{columnIndex:u,expression:""}]}):(l({...t,onClickFilter:(d=t==null?void 0:t.onClickFilter)==null?void 0:d.filter(j=>j.columnIndex!==u)}),r(j=>{const x=[...j];return x[u]=!1,x}))}function c(u,g){var d;const m=(d=t==null?void 0:t.onClickFilter)==null?void 0:d.map(j=>j.columnIndex===u?{...j,expression:g.target.value}:j);l({...t,onClickFilter:m})}function p(u){var g,m,d,j;if(s!=null&&s[u]||(m=(g=t==null?void 0:t.onClickFilter)==null?void 0:g.find(x=>x.columnIndex===u))!=null&&m.expression)return e.jsxRuntimeExports.jsx(e.Input,{value:(j=(d=t==null?void 0:t.onClickFilter)==null?void 0:d.find(x=>x.columnIndex===u))==null?void 0:j.expression,onChange:x=>c(u,x),type:"text",className:"h-9 w-full font-mono text-xs focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0",placeholder:"Expression"})}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"On Click"}),o==null?void 0:o.map((u,g)=>{var m,d;return e.jsxRuntimeExports.jsx("div",{className:"xbg-red-100 group flex items-center justify-between space-y-2",children:e.jsxRuntimeExports.jsxs("div",{className:"grow",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2 py-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:!!((m=t==null?void 0:t.onClickFilter)!=null&&m.find(j=>j.columnIndex===g)),onCheckedChange:j=>a(g,j)}),e.jsxRuntimeExports.jsx("label",{className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:u}),e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-2",children:((d=t==null?void 0:t.onClickFilter)==null?void 0:d.find(j=>j.columnIndex===g))&&e.jsxRuntimeExports.jsx(He,{onClick:()=>{r(j=>{const x=[...j];return x[g]=!j[g],x})},className:"invisible size-3 cursor-pointer text-gray-400 group-hover:visible"})})]}),p(g)]})},u)})]})}function Re(){var o,a,c;const s=e.useEditorStore(p=>p.card.preferences),r=e.useEditorStore(p=>p.card.cfg),{setCardCfg:t,setCardPreferences:n,setChartOrientation:i}=e.useEditorStore(p=>p.actions);(o=r==null?void 0:r.options)!=null&&o.indexAxis;function l(p){i(p)}return e.jsxRuntimeExports.jsxs(e.RadioGroup,{value:((a=s==null?void 0:s.chartOptions)==null?void 0:a.indexAxis)||((c=r==null?void 0:r.options)==null?void 0:c.indexAxis)||"x",onValueChange:l,className:"flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"x",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Vertical"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"y",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Horizontal"})]})]})}const he="focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0";function Ve(s,r){var n,i,l;const t=e.getNumberAxis(s,r);return((l=(i=(n=s==null?void 0:s.chartOptions)==null?void 0:n.scales)==null?void 0:i[t])==null?void 0:l.type)||"linear"}function rs(){var K,q,W,C,A,H;const[s,r]=v.useState(!1),t=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.preferences}),n=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.cfg}),i=e.getNumberAxis(t,n),[l,o]=v.useState(Ve(t)),[a,c]=v.useState(((W=(q=(K=t==null?void 0:t.chartOptions)==null?void 0:K.scales)==null?void 0:q[i])==null?void 0:W.min)||""),[p,u]=v.useState(((H=(A=(C=t==null?void 0:t.chartOptions)==null?void 0:C.scales)==null?void 0:A[i])==null?void 0:H.max)||""),[g,m]=v.useState(a||p?"custom":"auto"),[d,j]=v.useState(""),[x,N]=v.useState(0),[I,L]=v.useState(""),[b,D]=v.useState(""),[T,E]=v.useState(""),S=e.useEditorStore(k=>k.actions.setCardPreferences),{updateCardInFrame:R}=e.useEditorActions(),f=e.useEditorStore(k=>k.card),z=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.type}),M=["pie","doughnut","polarArea"].includes(z);v.useEffect(()=>{var k,w,$,O,G,U,te,ee,B,J,Y,ne,X,se;o(Ve(t)),c((($=(w=(k=t==null?void 0:t.chartOptions)==null?void 0:k.scales)==null?void 0:w[i])==null?void 0:$.min)===0?0:""),u(((U=(G=(O=t==null?void 0:t.chartOptions)==null?void 0:O.scales)==null?void 0:G[i])==null?void 0:U.max)||""),j(((J=(B=(ee=(te=t==null?void 0:t.chartOptions)==null?void 0:te.scales)==null?void 0:ee[i])==null?void 0:B.ticks)==null?void 0:J.stepSize)||""),N(((Y=t==null?void 0:t.numberAxisFormat)==null?void 0:Y.decimalPlaces)||0),L(((ne=t==null?void 0:t.numberAxisFormat)==null?void 0:ne.suffix)||""),D(((X=t==null?void 0:t.numberAxisFormat)==null?void 0:X.currency)||""),E(((se=t==null?void 0:t.numberAxisFormat)==null?void 0:se.locale)||"")},[s,t,i]);function F(k,w){return w===""||/^[0-9\b]+$/.test(w)?Number(w):Number(k)}function V(){const k=[...new Set(e.LOCALE_CURRENCY_PAIRS.map(w=>w.currency))];return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-6 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"col-span-2 hover:cursor-pointer hover:underline",htmlFor:"currency",children:e.jsxRuntimeExports.jsx("a",{target:"_blank",href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat",children:"Currency"})}),e.jsxRuntimeExports.jsxs(e.Select,{value:b||"none",onValueChange:w=>D(w==="none"?"":w),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Currency"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"}),k.map(w=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:w,children:w},w))]})})]}),e.jsxRuntimeExports.jsxs(e.Select,{value:T,onValueChange:w=>E(w),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Locale"}),e.LOCALE_CURRENCY_PAIRS.map(w=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:w.locale,children:w.locale},w.locale))]})})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-9 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"col-span-3",htmlFor:"format",children:"Decimals"}),e.jsxRuntimeExports.jsx(e.Input,{value:x,onChange:w=>N(Number(w.target.value)),id:"format",className:`col-span-6 h-8 w-full tracking-wide ${he}`})]})]})}function P(){return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"range",children:"Range"}),e.jsxRuntimeExports.jsx(e.Input,{id:"min",value:a,onChange:k=>c(w=>F(w,k.target.value)),className:`col-span-1 h-8 w-full ${he}`}),e.jsxRuntimeExports.jsx(e.Input,{value:p,onChange:k=>u(w=>F(w,k.target.value)),id:"max",className:`col-span-1 h-8 w-full ${he}`})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"step-size",children:"Step Size"}),e.jsxRuntimeExports.jsx(e.Input,{value:d,onChange:k=>j(w=>F(w,k.target.value)),id:"step-size",className:`col-span-1 h-8 w-full ${he}`})]})]})}function _(){var O;let k={};g==="custom"&&(k={min:a,max:p,ticks:{stepSize:d}});const w={...t||{},chartOptions:{...t==null?void 0:t.chartOptions,scales:{...(O=t==null?void 0:t.chartOptions)==null?void 0:O.scales,[i]:{type:l,...l==="linear"?k:{}}}},numberAxisFormat:{decimalPlaces:x,suffix:I,currency:b,locale:T}};console.log(w),S(w);const $={...f,preferences:w};R($)}return e.jsxRuntimeExports.jsxs(e.Popover,{onOpenChange:k=>r(k),children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.SliderIcon,{className:"size-4 cursor-pointer text-muted-foreground hover:text-foreground"})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{align:"center",className:"max-w-65",children:e.jsxRuntimeExports.jsxs("div",{className:"grid gap-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx("h4",{className:"font-medium leading-none",children:"Scale Options"}),e.jsxRuntimeExports.jsx("p",{className:"text-sm text-muted-foreground",children:"Set the scale for the number axis"})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"scale",children:"Type"}),e.jsxRuntimeExports.jsxs(e.Select,{disabled:M,value:l,onValueChange:k=>o(k),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{id:"type",children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Option"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"linear",children:"Linear"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"logarithmic",children:"Logarithmic"})]})})]})]}),l=="linear"&&e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2 py-1",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"scale-option",children:"Setup"}),e.jsxRuntimeExports.jsxs(e.RadioGroup,{disabled:M,id:"scale-option",value:g,onValueChange:k=>m(k),className:"col-span-2 flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"auto",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Auto"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"custom",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Custom"})]})]})]}),g==="custom"&&l=="linear"&&P(),V(),e.jsxRuntimeExports.jsx(e.SelectSeparator,{}),e.jsxRuntimeExports.jsx("div",{className:"grid grid-cols-3",children:e.jsxRuntimeExports.jsx(e.Button,{onClick:_,variant:"secondary",className:"col-span-1 col-start-3 h-8 w-full",children:"Apply"})})]})]})})]})}function Rt({idx:s}){var a;const r=e.useEditorStore(c=>{var p;return(p=c.card)==null?void 0:p.preferences}),t=e.useEditorStore(c=>{var p;return(p=c.card.preferences)==null?void 0:p.datasetOptions}),n=e.useEditorStore(c=>c.actions.setCardPreferences),i=(a=r==null?void 0:r.chartOptions)==null?void 0:a.indexAxis,l=t==null?void 0:t.find(c=>c.idx===s);function o(c,p){(c==="end"||c==="start")&&e.getContrastColor(e.getCanvasBackgroundColor());const u={display:c!=="none",align:c,anchor:c,clamp:!0};if(!l)n({...r,datasetOptions:[...t||[],{idx:p,datalabels:u}]});else{const g={...l};g.datalabels=u;const m=t==null?void 0:t.map(d=>d.idx===p?g:d);n({...r,datasetOptions:m})}}return e.jsxRuntimeExports.jsxs(e.Popover,{children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{children:e.jsxRuntimeExports.jsx(Os,{className:"invisible size-4 rotate-[135deg] cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-fit p-1",children:e.jsxRuntimeExports.jsxs("div",{className:"flex gap-1",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("none",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(e.X,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("start",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(Cs,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("center",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(ws,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("end",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(Ns,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})})]})})]})}function os(){const s=e.useEditorStore(c=>c.card),r=e.useEditorStore(c=>{var p,u,g;return(g=(u=(p=c==null?void 0:c.card)==null?void 0:p.preferences)==null?void 0:u.chartOptions)==null?void 0:g.indexAxis}),t=r==="y"?"Y axis":"X axis",n=r==="y"?"X axis":"Y axis",{keys:i,metricKeys:l,dimensionKeys:o}=e.getKeys(s.data||[]);let a=l;if(["stackedBar","stackedLine"].includes(s.type)){const c=e.pivotData({dataArray:s.data||[],groupKey:o[0],pivotKey:o[1],valueKey:a[0]}),{metricKeys:p}=e.getKeys(c);a=p}return i.length===0?null:e.jsxRuntimeExports.jsxs("div",{className:"space-y-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:t}),e.jsxRuntimeExports.jsx("div",{className:"my-1 space-y-1",children:e.jsxRuntimeExports.jsx("div",{className:"rounded-md bg-muted/70 px-2 py-1 hover:bg-muted",children:e.jsxRuntimeExports.jsx("p",{children:o[0]})})})]}),e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-5",children:[e.jsxRuntimeExports.jsx(e.Label,{children:n}),e.jsxRuntimeExports.jsx(rs,{})]}),e.jsxRuntimeExports.jsx("div",{className:"my-1 space-y-1",children:a.map((c,p)=>e.jsxRuntimeExports.jsx(bt,{col:c,idx:p},c))})]})]})}function bt({col:s,idx:r}){const t=e.useEditorStore(a=>{var c;return(c=a.card)==null?void 0:c.preferences}),n=e.useEditorStore(a=>{var c;return(c=a.card.preferences)==null?void 0:c.datasetOptions}),i=n==null?void 0:n.find(a=>a.idx===r),{setCardPreferences:l}=e.useEditorStore(a=>a.actions);function o(a){if(!i)l({...t,datasetOptions:[...n||[],{idx:r,type:a==="area"?"line":a,fill:a==="area"?"origin":""}]});else{const c={...i};c.type=a==="area"?"line":a,c.fill=a==="area"?"origin":"";const p=n==null?void 0:n.map(u=>u.idx===r?c:u);l({...t,datasetOptions:p})}}return e.jsxRuntimeExports.jsxs("div",{className:"group flex items-center justify-between gap-5 rounded-md bg-muted/70 px-2 py-1 hover:bg-muted",children:[e.jsxRuntimeExports.jsx("p",{children:s}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[e.jsxRuntimeExports.jsx(ke,{onClick:()=>o("bar"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(Ie,{onClick:()=>o("line"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(us,{onClick:()=>o("area"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(e.Separator,{orientation:"vertical",className:"invisible size-4 cursor-pointer py-2 text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(Rt,{idx:r})]})]})}function is(){const s=e.useEditorStore(m=>m.selectedConnectionId),r=e.useEditorStore(m=>m.selectedDatamodelId),t=e.useEditorStore(m=>m.selectedDatabaseName),n=e.useEditorStore(m=>m.selectedSchemaName),i=e.useEditorStore(m=>m.selectedTableName),l=e.useDashboardStore(m=>m.dashboard.filters)||[],o=e.useDashboardStore(m=>m.actions.addFilter),a=e.useDashboardStore(m=>m.actions.removeFilter),c=e.useDashboardStore(m=>m.actions.removeFilterValue),{modelItems:p,tableName:u}=oe();function g(m,d="dashboard"){var E;const j=e.fmt(m.column_name),x=e.fmt(t||""),N=e.fmt(n||""),I=e.fmt(u);let L=e.getQualifiedTableName(N,I),b=`${L}.${j}`;const D=(E=p==null?void 0:p.find(S=>S.id===r))==null?void 0:E.name;r&&r!=="none"&&(b=`${e.DATAMODEL_NAMESPCACE}.${D}.${j}`,L=`${e.DATAMODEL_NAMESPCACE}.${D}`);const T=l==null?void 0:l.find(S=>S.column===b&&S.table===I&&(S.database===x||S.database===t));if(T)c(T.id),a(T.id);else{const S=e.v4();return u==="api"&&s?(o({location:d,id:S,column:b,title:m.column_name,dataType:m.data_type,table:"api",database:"",connectionId:s,operation:"in",sql:e.getDefaultFilterSql(m.data_type,L,j)}),S):(o({id:S,location:d,column:b,title:m.column_name,dataType:m.data_type,table:i||"",database:t||"",connectionId:s||"",operation:"in",sql:e.getDefaultFilterSql(m.data_type,L,j)}),S)}}return{assignFilter:g}}function xe(){const s=e.useDashboardStore(a=>a.dashboard.filters),r=e.useEditorStore(a=>a.frame),{setFrame:t}=e.useEditorActions(),{columns:n}=oe(),{assignFilter:i}=is();function l(a){const c=i(a,"frame");t({...r,filterId:c})}const o=s==null?void 0:s.find(a=>a.id===r.filterId);return e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Card Filter"}),e.jsxRuntimeExports.jsx(yt,{onSelect:l,columns:n}),o&&e.jsxRuntimeExports.jsx(e.FilterHeader,{filter:o})]})}function yt({columns:s,onSelect:r}){var o;const[t,n]=Ne.useState(!1),[i,l]=Ne.useState("");return e.jsxRuntimeExports.jsxs(e.Popover,{open:t,onOpenChange:n,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{size:"sm",variant:"outline",role:"combobox","aria-expanded":t,className:"w-full justify-between font-normal",children:[i?(o=s.find(a=>a.column_name===i))==null?void 0:o.column_name:"Select Column...",e.jsxRuntimeExports.jsx(e.CaretSortIcon,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-[200px] p-0",children:e.jsxRuntimeExports.jsxs(e.Command,{children:[e.jsxRuntimeExports.jsx(e.CommandInput,{placeholder:"Search column",className:"h-9"}),e.jsxRuntimeExports.jsxs(e.CommandList,{children:[e.jsxRuntimeExports.jsx(e.CommandEmpty,{children:"No framework found."}),e.jsxRuntimeExports.jsx(e.CommandGroup,{children:s.map(a=>e.jsxRuntimeExports.jsxs(e.CommandItem,{value:a.column_name,onSelect:c=>{const p=c===i?"":c;l(p),n(!1),p&&r(a)},children:[a.column_name,e.jsxRuntimeExports.jsx(e.CheckIcon,{className:e.cn("ml-auto h-4 w-4",i===a.column_name?"opacity-100":"opacity-0")})]},a.column_name))})]})]})})]})}function St({cardType:s}){return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} Chart`}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT x-axis, y-axis-1, y-axis-2,... FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis1 - number"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis2 - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:r=>r.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#line-chart",children:"example"})," in the docs."]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(Re,{}),e.jsxRuntimeExports.jsx(os,{})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function Te(){var i,l,o;const s=e.useEditorStore(a=>a.card.cfg),r=e.useEditorStore(a=>a.actions.setCardCfg),t=e.useEditorStore(a=>a.card.type);function n(a){var u;const c={datalabels:{display:a!=="none",align:a,anchor:a,clamp:!0}},p={...s,options:{...s==null?void 0:s.options,plugins:{...(u=s==null?void 0:s.options)==null?void 0:u.plugins,...c}}};r(p),console.log(a)}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxRuntimeExports.jsx("label",{className:"font-medium",children:"Data Labels"}),!["pyramid"].includes(t)&&e.jsxRuntimeExports.jsx(rs,{})]}),e.jsxRuntimeExports.jsxs(e.Select,{value:(o=(l=(i=s==null?void 0:s.options)==null?void 0:i.plugins)==null?void 0:l.datalabels)==null?void 0:o.anchor,onValueChange:n,defaultValue:"none",children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:"Select position"})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Data Labels"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"}),t!=="pyramid"&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"start",children:"Start"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"center",children:"Center"}),t!=="pyramid"&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"end",children:"End"})]})})]})]})}function vt({cardType:s}){function r(t){const n="SELECT label, [group], x-axis, y-axis, radius FROM table",i="SELECT label, [group], x-axis, y-axis FROM table";return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:t==="bubble"?n:i}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"label - category"}),e.jsxRuntimeExports.jsx("li",{children:"group - category"}),e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis - category"}),t==="bubble"&&e.jsxRuntimeExports.jsx("li",{children:"radius - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:l=>l.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pie-chart",children:"example"})," in the docs."]})]})}return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} Chart`}),e.jsxRuntimeExports.jsx(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:r(s)})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsx(e.AccordionContent,{className:"px-2",children:e.jsxRuntimeExports.jsx(Te,{})})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}const Ct={datasets:[{type:"line",label:"Sum_sales",data:[]},{type:"bar",label:"Sum_profit",data:[]}]},Nt={datasets:[{fill:"origin",type:"line",label:"Sum_sales",data:[]}]};function wt(){const s=e.useEditorStore(r=>r.card.type);return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 p-6",children:[e.jsxRuntimeExports.jsx(e.Accordion,{className:" ",type:"single",collapsible:!0,children:kt(s)}),e.jsxRuntimeExports.jsx("section",{className:"",children:["line","bar"].includes(s)&&e.jsxRuntimeExports.jsx(Re,{})}),!["kpi"].includes(s)&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-4",children:[e.jsxRuntimeExports.jsx(Te,{}),e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})}function kt(s){if(["line","bar"].includes(s))return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsx("p",{children:"Chart Query"})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT x-axis, y-axis-1, y-axis-2, y-axis-3,... FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"X-axis - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. population)"})]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:"Mixed Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-2 text-xs",children:[e.jsxRuntimeExports.jsxs("p",{children:["Click ",e.jsxRuntimeExports.jsx("b",{children:"Customize"})," and change the `type` property in the dataset."]}),e.jsxRuntimeExports.jsx("pre",{children:JSON.stringify(Ct,null,2)})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:"Area Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-2 text-xs",children:[e.jsxRuntimeExports.jsxs("p",{children:["Click ",e.jsxRuntimeExports.jsx("b",{children:"Customize"})," and add `fill` property to the dataset. See",e.jsxRuntimeExports.jsx("a",{className:"mx-1 text-blue-500 hover:underline",href:"https://www.chartjs.org/docs/latest/samples/area/line-boundaries.html",target:"_blank",children:"docs"}),"for more options."]}),e.jsxRuntimeExports.jsx("pre",{children:JSON.stringify(Nt,null,2)})]})]})]});if(s==="bubble")return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:["How to create a ",e.jsxRuntimeExports.jsx("span",{children:s})," chart query?"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, x-axis, y-axis, radius FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Bubble Group (opt) - Category (ex. state)"}),e.jsxRuntimeExports.jsx("li",{children:"X-axis - Number (ex. avg. age)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. avg. weight)"}),e.jsxRuntimeExports.jsx("li",{children:"Radius - Number (ex. population)"})]})]})]})});if(s==="scatter")return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:["How to create a ",e.jsxRuntimeExports.jsx("span",{children:s})," chart query?"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, x-axis, y-axis FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Group (opt) - Category (ex. state)"}),e.jsxRuntimeExports.jsx("li",{children:"X-axis - Number (ex. avg. age)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. avg. weight)"})]})]})]})});if(["pie","doughnut","polarArea"].includes(s))return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:[e.jsxRuntimeExports.jsx("span",{children:s==="polarArea"?"Polar":s.charAt(0).toUpperCase()+s.slice(1)})," ","chart query"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, measure FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Measure - Number (ex. population)"})]})]})]})})}function It(){var c,p,u,g,m;const s=e.useEditorStore(d=>d.card.preferences),r=e.useEditorStore(d=>d.actions.setCardPreferences),t=e.useEditorStore(d=>d.actions.setNumberFormat);e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.decimalPlaces});const n=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.locale}),i=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.currency});e.useEditorStore(d=>d.actions.setFilterOnClickField);const l=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.colorRanges})||[],o=e.useEditorStore(d=>d.actions.setColorRanges),a=[...new Set(e.LOCALE_CURRENCY_PAIRS.map(d=>d.currency))];return e.jsxRuntimeExports.jsxs("div",{children:[e.jsxRuntimeExports.jsxs("div",{className:"mb-3 flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:!!((c=s==null?void 0:s.formatNumber)!=null&&c.enabled),onCheckedChange:d=>{r({...s,formatNumber:{...s==null?void 0:s.formatNumber,enabled:d}})}}),e.jsxRuntimeExports.jsx(e.Label,{children:"Format Number"})]}),((p=s==null?void 0:s.formatNumber)==null?void 0:p.enabled)===!0&&e.jsxRuntimeExports.jsxs("div",{className:"flex flex-col gap-2",children:[e.jsxRuntimeExports.jsx("div",{children:e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 p-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Locale"}),e.jsxRuntimeExports.jsxs(e.Select,{value:n||"en-US",onValueChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,((x=s==null?void 0:s.formatNumber)==null?void 0:x.currency)||"",d||"en-US",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-6 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Format"}),e.LOCALE_CURRENCY_PAIRS.map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d.locale,children:d.locale},d.locale))]})})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Currency"}),e.jsxRuntimeExports.jsxs(e.Select,{value:i||"none",onValueChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,d==="none"?"":d,((x=s==null?void 0:s.formatNumber)==null?void 0:x.locale)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-6 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Currency"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"},"none"),a.map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d,children:d},d))]})})]})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Decimals"}),e.jsxRuntimeExports.jsxs(e.Select,{value:((g=(u=s==null?void 0:s.formatNumber)==null?void 0:u.decimalPlaces)==null?void 0:g.toString())||"0",onValueChange:d=>{var j,x,N;return t(Number(d),((j=s==null?void 0:s.formatNumber)==null?void 0:j.currency)||"",((x=s==null?void 0:s.formatNumber)==null?void 0:x.locale)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-3 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:["0","1","2","3","4"].map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d,children:d},d))})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Suffix"}),e.jsxRuntimeExports.jsx(e.Input,{value:((m=s==null?void 0:s.formatNumber)==null?void 0:m.suffix)||"",className:"h-8 font-mono text-xs focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0",placeholder:"K, M, B, %",onChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,((x=s==null?void 0:s.formatNumber)==null?void 0:x.currency)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.locale)||"",d.target.value)}})]})]})]})}),e.jsxRuntimeExports.jsx(e.Separator,{className:"my-3"}),e.jsxRuntimeExports.jsx(e.ColorFormat,{colorRanges:l,setColorRanges:o})]})]})}function Lt(){return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 px-6 py-2",children:[e.jsxRuntimeExports.jsx(e.Accordion,{type:"single",collapsible:!0,children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"",children:"KPI Query"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"font-mono",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs",children:"SELECT current, previous FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"current - number"}),e.jsxRuntimeExports.jsx("li",{children:"previous - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#kpi",children:"example"})," in the docs."]})]})]})}),e.jsxRuntimeExports.jsx("section",{className:"",children:e.jsxRuntimeExports.jsx(It,{})}),e.jsxRuntimeExports.jsx("div",{}),e.jsxRuntimeExports.jsx("div",{})]})}function Dt(){var n;const s=e.useEditorStore(i=>i.card.preferences),{setCardPreferences:r}=e.useEditorStore(i=>i.actions);function t(i){r({...s,textVisualOptions:{...s==null?void 0:s.textVisualOptions,isDynamicText:i==="dynamic"}})}return e.jsxRuntimeExports.jsxs(e.RadioGroup,{value:(n=s==null?void 0:s.textVisualOptions)!=null&&n.isDynamicText?"dynamic":"static",onValueChange:t,className:"flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"static",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Static"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"dynamic",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Dynamic"})]})]})}function Ee({cardType:s,docContent:r,suffix:t="Chart"}){return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} ${t}`}),e.jsxRuntimeExports.jsx(e.AccordionContent,{children:r||e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT label, measure FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"label - category"}),e.jsxRuntimeExports.jsx("li",{children:"measure - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:n=>n.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pie-chart",children:"example"})," in the docs."]})]})})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[s==="range"&&e.jsxRuntimeExports.jsx(Re,{}),s!=="text"&&e.jsxRuntimeExports.jsx(Te,{}),s==="text"&&e.jsxRuntimeExports.jsx(Dt,{})]})]}),!["range","text"].includes(s)&&e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function Tt(){return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Stacked Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT x-axis, stack-by, y-axis FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"stack by - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#stacked-chart",children:"example"})," in the docs."]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(Re,{}),e.jsxRuntimeExports.jsx(os,{})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function At({}){const s=e.useEditorStore(n=>{var i;return(i=n.card)==null?void 0:i.preferences}),r=e.useEditorStore(n=>n.actions.setCardPreferences),t=n=>{r({...s,allowDownload:n})};return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 px-6 py-2",children:[e.jsxRuntimeExports.jsx(e.Accordion,{defaultValue:["item-3"],type:"multiple",children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{onCheckedChange:t,id:"allow-download"}),e.jsxRuntimeExports.jsx("label",{htmlFor:"allow-download",className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:"Allow Download"})]})]})}const zt=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT dimension, cohort, metric FROM table"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pyramid-chart",children:"example"})," in the docs."]})]}),Ft=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT y-axis, label, range-from, range-to, range-value FROM table"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#range-charts",children:"example"})," in the docs."]})]}),Ot=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT text FROM table limit 1"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#text-visual",children:"example"})," in the docs."]})]});function Mt(){const s=e.useEditorStore(t=>t.card.type);function r(t){switch(t){case"stackedBar":case"stackedLine":return e.jsxRuntimeExports.jsx(Tt,{});case"pyramid":return e.jsxRuntimeExports.jsx(Ee,{docContent:zt,cardType:t});case"kpi":return e.jsxRuntimeExports.jsx(Lt,{});case"line":case"bar":return e.jsxRuntimeExports.jsx(St,{cardType:t});case"range":return e.jsxRuntimeExports.jsx(Ee,{docContent:Ft,cardType:t});case"pie":case"doughnut":case"polarArea":case"radar":return e.jsxRuntimeExports.jsx(Ee,{cardType:t});case"bubble":case"scatter":return e.jsxRuntimeExports.jsx(vt,{cardType:t});case"table":return e.jsxRuntimeExports.jsx(At,{cardType:t});case"text":return e.jsxRuntimeExports.jsx(Ee,{docContent:Ot,cardType:t,suffix:"Visual"});case"custom":return e.jsxRuntimeExports.jsx(gt,{});default:return e.jsxRuntimeExports.jsx(wt,{})}}return e.jsxRuntimeExports.jsx(e.ScrollArea,{className:"h-full w-full text-sm",children:r(s)})}function Vt(){const s=e.useEditorStore(r=>r.isShowingVisual);return e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{direction:"vertical",className:"min-h-[250px] min-w-full max-w-lg",children:[e.jsxRuntimeExports.jsx(e.ResizablePanel,{role:"query-section",className:"flex",minSize:20,defaultSize:40,children:e.jsxRuntimeExports.jsx(lt,{})}),e.jsxRuntimeExports.jsx(e.ResizableHandle,{withHandle:!0,className:"border"}),e.jsxRuntimeExports.jsx(e.ResizablePanel,{className:"pb-1",role:"visual-section",minSize:0,defaultSize:60,children:s?e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{direction:"horizontal",children:[e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsx(e.ResizablePanel,{className:"flex min-w-[275px]",minSize:20,defaultSize:25,maxSize:30,children:e.jsxRuntimeExports.jsx(Mt,{})})}),e.jsxRuntimeExports.jsx(e.ResizableHandle,{className:"border"}),e.jsxRuntimeExports.jsx(e.ResizablePanel,{minSize:40,defaultSize:75,maxSize:100,children:e.jsxRuntimeExports.jsx(Me,{})})]}):e.jsxRuntimeExports.jsx(Me,{})})]})}function qt({authToken:s,onSave:r,onClose:t}){const n=e.useEditorStore(o=>o.actions.setOnSave),i=e.useEditorStore(o=>o.actions.setOnClose),l=e.useDashboardStore(o=>o.actions.setAuthToken);return v.useEffect(()=>{r&&n(r),t&&i(t)},[r,n,t,i]),v.useEffect(()=>{s&&s.accessToken&&l(s)},[s,l]),e.jsxRuntimeExports.jsx(e.ErrorBoundary,{FallbackComponent:e.Fallback,children:e.jsxRuntimeExports.jsxs(e.EditorPanel,{className:"rounded-none",role:"editor-panel",children:[e.jsxRuntimeExports.jsx(e.EditorAside,{className:"rounded-none border-r-[1.5px]",children:e.jsxRuntimeExports.jsx(Ue,{})}),e.jsxRuntimeExports.jsx(e.EditorMain,{children:e.jsxRuntimeExports.jsx(Vt,{})})]})})}function _t(){e.useDashboardStore(o=>o.selectedCardId);const s=e.useDashboardStore(o=>o.selectedSheetId),{setIsVisualEditing:r}=e.useDashboardStore(o=>o.actions),t=e.useDashboardStore(o=>o.isVisualEditing),n=e.useDashboardStore(o=>o.actions.updateFrame);function i(o){s&&(n(s,o),r(!1))}function l(){r(!1)}return e.jsxRuntimeExports.jsx("div",{role:"editor-container",className:e.cn("flex grow",{block:t,hidden:!t}),children:e.jsxRuntimeExports.jsx(qt,{onSave:i,onClose:l})})}function Bt(){e.useEditorStore(o=>o.selectedConnectionId),e.useEditorStore(o=>o.selectedDatamodelId);const s=e.useEditorStore(o=>o.selectedDatabaseName);e.useEditorStore(o=>o.selectedSchemaName);const r=e.useEditorStore(o=>o.selectedTableName),t=e.useDashboardStore(o=>o.dashboard.filters)||[];e.useDashboardStore(o=>o.actions.addFilter),e.useDashboardStore(o=>o.actions.removeFilter),e.useDashboardStore(o=>o.actions.removeFilterValue);const{modelItems:n,columns:i}=oe(),{assignFilter:l}=is();return e.jsxRuntimeExports.jsx("div",{className:"xbg-red-100 flex-1 basis-0 flex-col overflow-scroll px-3",children:i==null?void 0:i.map(o=>{const a=t==null?void 0:t.find(c=>c.column===e.fmt(o.column_name)&&c.table===r&&c.database===s);return e.jsxRuntimeExports.jsx("div",{onClick:()=>l(o),className:e.cn("group flex cursor-pointer items-center justify-between border border-dashed border-background px-3 py-[6px] text-sm transition-colors hover:bg-muted/50",{"bg-muted":a}),children:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(Ge,{column:o}),e.jsxRuntimeExports.jsx("span",{children:o.column_name})]})},o.column_name)})})}function Ht(){e.useDashboardStore(r=>r.showFilters);const s=e.useDashboardStore(r=>r.actions.setShowFilters);return e.jsxRuntimeExports.jsxs("section",{className:"relative flex grow flex-col border-l px-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"mt-4 flex items-center justify-between gap-2 px-3",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"text-lg",children:"Filters"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>s(!1),className:"h-7 w-7 p-0",variant:"ghost",children:e.jsxRuntimeExports.jsx(e.Cross2Icon,{})})]}),e.jsxRuntimeExports.jsx("div",{className:"flex grow",children:e.jsxRuntimeExports.jsx(Ue,{ColumnsComponent:()=>e.jsxRuntimeExports.jsx(Bt,{})})})]})}function Pt(){const s=e.useDashboardStore(t=>t.showFilters),r=e.useDashboardStore(t=>t.isVisualEditing);return e.jsxRuntimeExports.jsxs("div",{role:"dashboard-plus-main",className:e.cn("grow",{hidden:r,flex:!r}),children:[e.jsxRuntimeExports.jsx(e.DashboardTabs,{}),s&&e.jsxRuntimeExports.jsx("div",{role:"filter-aside-container",className:"flex",children:e.jsxRuntimeExports.jsx(Ht,{})})]})}function $t(){const s=e.useDashboardStore(n=>n.dashboard),r=e.useDashboardStore(n=>n.actions.setDashboard),t=e.useDashboardStore(n=>n.showDashboardJSON);return e.useDashboardStore(n=>n.actions.setShowDashboardJSON),e.jsxRuntimeExports.jsx("div",{className:e.cn(" p-2",{hidden:!t}),children:e.jsxRuntimeExports.jsx(e.de,{onChange:n=>{if(n)try{JSON.parse(n),r(JSON.parse(n))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto ",value:JSON.stringify(s,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})})}function Gt({showControls:s=!1,showFooter:r=!0,...t}){return e.jsxRuntimeExports.jsx(e.ErrorBoundary,{FallbackComponent:e.Fallback,children:e.jsxRuntimeExports.jsxs(e.SemaphorContextProvider,{dashboardProps:t,children:[e.jsxRuntimeExports.jsx(e.Te,{}),e.jsxRuntimeExports.jsxs(e.UXProvider,{children:[e.jsxRuntimeExports.jsx($t,{}),e.jsxRuntimeExports.jsxs(e.DashboardPanel,{...t,children:[s&&e.jsxRuntimeExports.jsx($s,{}),e.jsxRuntimeExports.jsx(_t,{}),e.jsxRuntimeExports.jsx(Pt,{})]})]})]})})}exports.DashboardPlus=Gt;exports.LoaderCircle=le;exports.SelectComponent=ae;exports.cleanCard=$e;exports.getDashbaordStateWithoutData=De;exports.useEditorAside=oe;
|
|
245
|
+
Visual Query Syntax: ${Xs}`,{data:E,isLoading:S,isFetching:R,isError:f,refetch:z}=e.useQuery({queryKey:["ai-query"],queryFn:()=>e.getRequest("https://semaphor.cloud/api/v1/ai",(c==null?void 0:c.accessToken)||"",{user_content:`userContent: ${D} ${p?T:""}`}),enabled:!1});function M(C){if(C.toLowerCase().includes("bar"))j("bar");else if(C.toLowerCase().includes("line"))j("line");else if(C.toLowerCase().includes("bubble"))j("bubble");else if(C.toLowerCase().includes("scatter"))j("scatter");else if(C.toLowerCase().includes("stacked"))j("stackedBar");else if(C.toLowerCase().includes("pie"))j("pie");else if(C.toLowerCase().includes("donut")||C.toLowerCase().includes("doughnut"))j("doughnut");else if(C.toLowerCase().includes("radar"))j("radar");else return j("bar"),!1;return!0}v.useEffect(()=>{E&&N(C=>[...C,{role:"ai",content:E.response}])},[E]),v.useEffect(()=>{const C=setTimeout(()=>{var A;a.current&&(a.current.scroll({top:a.current.scrollHeight,behavior:"smooth"}),(A=o.current)==null||A.focus())},100);return()=>clearTimeout(C)},[x]);function F(){t&&(N(C=>[...C,{role:"user",content:t}]),M(t)&&u(!0),n(""),z())}v.useEffect(()=>{i&&(F(),l(!1))},[i,l]);const V={fontFamily:"Arial, sans-serif",lineHeight:1.6,fontSize:15,width:"100%"},P={fontFamily:"monospace",fontSize:14,lineHeight:1.6},_={fontFamily:"Arial, sans-serif",lineHeight:1.6,fontSize:15,padding:"2px 0",marginLeft:20,listStyleType:"disc"},K={p:({node:C,...A})=>e.jsxRuntimeExports.jsx("p",{style:V,...A}),code:({node:C,...A})=>e.jsxRuntimeExports.jsx("code",{className:"rounded-sm bg-muted px-2 py-1 text-sm",...A}),pre:({node:C,...A})=>e.jsxRuntimeExports.jsxs("pre",{className:"space-y-2 rounded-sm bg-muted/50 p-3",style:P,children:[e.jsxRuntimeExports.jsx("code",{className:"whitespace-normal text-sm",children:A.children}),e.jsxRuntimeExports.jsxs("div",{className:"flex justify-start gap-2",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:q,size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.ClipboardCopyIcon,{})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:H=>{const k=q(H);k&&(r(!1),g(k),d(!0))},size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.PlayIcon,{})})]})]}),li:({node:C,...A})=>e.jsxRuntimeExports.jsx("li",{style:_,...A})};function q(C){const A=C.currentTarget.closest("pre");if(!A)return;const H=A.textContent||A.innerText;return navigator.clipboard.writeText(H).then(()=>console.log("Text copied to clipboard")).catch(k=>console.error("Error in copying text: ",k)),H}function W(){return x==null?void 0:x.map((C,A)=>C.role==="user"?e.jsxRuntimeExports.jsxs("div",{className:"flex items-start rounded-md bg-muted p-3 text-sm",children:[e.jsxRuntimeExports.jsx(Vs,{className:"mr-2 h-5 w-5"}),e.jsxRuntimeExports.jsx("div",{children:C.content})]},A):C.role==="ai"?e.jsxRuntimeExports.jsx(e.Markdown,{className:"w-full overflow-auto py-1",components:K,children:E==null?void 0:E.response.replace(/DuckDB/gi,"Semaphor")},A):e.jsxRuntimeExports.jsx("div",{},A))}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",className:"w-full justify-start border font-normal text-muted-foreground focus-visible:ring-0 focus-visible:ring-offset-0",variant:"secondary",children:"Type your question here..."})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"flex flex-col justify-between overflow-auto sm:max-w-[425px] md:max-h-[625px] md:min-w-[625px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Assistant"}),e.jsxRuntimeExports.jsx(e.DialogDescription,{children:"What can I help you with?"})]}),e.jsxRuntimeExports.jsx("div",{ref:a,className:"h-[625px] w-full overflow-auto border-t border-t-muted",children:e.jsxRuntimeExports.jsx("div",{className:"space-y-4 py-2 pr-3",role:"messages",children:W()})}),e.jsxRuntimeExports.jsx("div",{children:e.jsxRuntimeExports.jsxs("div",{className:"flex w-full items-center rounded-md border",children:[e.jsxRuntimeExports.jsx(e.Textarea,{autoFocus:!0,ref:o,onKeyDown:C=>{C.key==="Enter"&&!C.shiftKey&&(C.preventDefault(),n(""),F())},placeholder:"Type your question here...",onFocus:C=>{const A=C.target,H=A.value.length;A.setSelectionRange(H,H)},className:e.cn("max-h-10 min-h-7 resize-none border-none focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0"),disabled:S||R,value:t,onChange:C=>n(C.target.value)})," ",e.jsxRuntimeExports.jsx(e.Button,{className:"h-8",size:"sm",variant:"ghost",onClick:F,children:!S&&!R?e.jsxRuntimeExports.jsx(e.PaperPlaneIcon,{}):e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"})})]})})]})]})}var Qe={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},Fe=v.createContext&&v.createContext(Qe),et=["attr","size","title"];function st(s,r){if(s==null)return{};var t=tt(s,r),n,i;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(s);for(i=0;i<l.length;i++)n=l[i],!(r.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(s,n)&&(t[n]=s[n])}return t}function tt(s,r){if(s==null)return{};var t={},n=Object.keys(s),i,l;for(l=0;l<n.length;l++)i=n[l],!(r.indexOf(i)>=0)&&(t[i]=s[i]);return t}function ge(){return ge=Object.assign?Object.assign.bind():function(s){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(s[n]=t[n])}return s},ge.apply(this,arguments)}function Oe(s,r){var t=Object.keys(s);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(s);r&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable})),t.push.apply(t,n)}return t}function Re(s){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?Oe(Object(t),!0).forEach(function(n){nt(s,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(t)):Oe(Object(t)).forEach(function(n){Object.defineProperty(s,n,Object.getOwnPropertyDescriptor(t,n))})}return s}function nt(s,r,t){return r=rt(r),r in s?Object.defineProperty(s,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[r]=t,s}function rt(s){var r=ot(s,"string");return typeof r=="symbol"?r:String(r)}function ot(s,r){if(typeof s!="object"||s===null)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var n=t.call(s,r||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(r==="string"?String:Number)(s)}function Ke(s){return s&&s.map((r,t)=>v.createElement(r.tag,Re({key:t},r.attr),Ke(r.child)))}function Z(s){return r=>v.createElement(it,ge({attr:Re({},s.attr)},r),Ke(s.child))}function it(s){var r=t=>{var{attr:n,size:i,title:l}=s,o=st(s,et),a=i||t.size||"1em",c;return t.className&&(c=t.className),s.className&&(c=(c?c+" ":"")+s.className),v.createElement("svg",ge({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,n,o,{className:c,style:Re(Re({color:s.color||t.color},t.style),s.style),height:a,width:a,xmlns:"http://www.w3.org/2000/svg"}),l&&v.createElement("title",null,l),s.children)};return Fe!==void 0?v.createElement(Fe.Consumer,null,t=>r(t)):r(Qe)}function at(s){return Z({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"},child:[]}]})(s)}function lt(){const{theme:s}=e.useTheme(),r=v.useRef(),t=v.useRef(),[n,i]=v.useState(!1),[l,o]=v.useState(!1),[a,c]=v.useState(!1),[p,u]=v.useState(""),[g,m]=v.useState(!1),{authToken:d}=e.useSemaphorContext();e.useDashboardStore(h=>h.selectedSheetId);const j=e.useDashboardStore(h=>h.dashboard.baseQueries),x=e.useEditorStore(h=>h.card),N=e.useDashboardStore(h=>h.theme),I=e.useEditorStore(h=>h.isShowingVisual);e.useDashboardStore(h=>h.onAcceptChanges);const L=e.useEditorStore(h=>h.selectedConnectionId),b=e.useEditorStore(h=>h.selectedDatabaseName),D=e.useEditorStore(h=>h.selectedDatamodelId),T=e.useEditorStore(h=>h.selectedSchemaName);e.useDashboardStore(h=>h.actions.updateFrameCard);const E=e.useEditorStore(h=>h.selectedTableName),S=e.useEditorStore(h=>h.card.sql),R=e.useEditorStore(h=>h.card.python),f=e.resolveBaseQuery(S,j),z=e.useEditorStore(h=>h.selectedConnectionId),M=e.useEditorStore(h=>h.frame),F=e.useDashboardStore(h=>h.filterValues),V=e.useEditorStore(h=>h.applyFilters),{setCardCustomCfg:P,setQueryResultColumns:_,setFilterValues:K,setCardSql:q,setCardPython:W,setQueryError:C,setPythonStdOut:A,setCardPreferences:H}=e.useEditorStore(h=>h.actions),k=e.useEditorStore(h=>h.onSave),w=e.useEditorStore(h=>h.actions.setApplyFilters),$=e.useEditorStore(h=>h.onClose),O=e.useEditorStore(h=>h.actions.setCardData),G=e.useEditorStore(h=>h.actions.setSqlGen),U=e.useEditorStore(h=>h.runSql),te=e.useEditorStore(h=>h.actions.setRunSql),ee=e.useEditorStore(h=>h.actions.setIsSqlRunning),{data:B,isLoading:J,isFetching:Y,isSuccess:ne,isError:X,error:se,status:Ae,refetch:ie}=e.useQuery({queryKey:[f,R],queryFn:()=>e.postRequest("https://semaphor.cloud/api/v1/query",(d==null?void 0:d.accessToken)||"",{connection_id:z,sql:f,python:R===e.PYTHON_DEFAULT_CODE?"":R,active_filters:V?F:[]}),enabled:!1,retry:!1});v.useEffect(()=>{if(B&&(O(B.records),B.rowLimitExceeded&&e.Jt.error("Row limit (10,000) exceeded. Refine your query.",{position:"top-center",richColors:!0}),A((B==null?void 0:B.output)||""),B.records.length>0)){const{dimensionKeys:h}=e.getKeys(B.records);_(h)}},[B,O,_,A]),v.useEffect(()=>{U&&(ie(),te(!1))},[U,ie,te]),v.useEffect(()=>{(J||Y)&&ee(!0),(X||ne)&&ee(!1),X?(C(se.message),O([]),_([]),A("")):C("")},[J,Y,B,A,X,ne,ee,O,_,C,se]);function ye(){q(""),O([]),G({}),P(""),H({})}const de=h=>{t.current=h};function Se(h,y){if(h.length===0)return"";if(y){const re=h.find(Q=>Q.id===y);if(re){const Q=re.tabTitle;if(Q=="All__Header")return h[0].id;if(Q&&Q.endsWith("__Header")){const as=Q.split("__")[0],ze=h.find(ls=>ls.tabTitle===as);return ze?ze.id:h[0].id}return y}}return h[0].id}function ve(){let h=S;S&&!S.includes("{{")&&(h=Qs(S),q(h));const y={...x,lastSelectedSchema:T,lastSelectedDatamodelId:D,lastSelectedDatabase:b,lastSelectedTable:E,connectionId:L,type:I?x.type:"table",sql:h,customCfg:I?x.customCfg:null},re=M.cards.map(Ce=>Ce.id===x.id?y:Ce),Q={...M,cards:re,activeCardId:Se(re,M.activeCardId)};k==null||k(Q)}function me(){$==null||$()}v.useEffect(()=>{const h=r.current,y=t.current;if(h){const re=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",Q=N==="system"?re:N;h.editor.defineTheme("default",{base:Q==="light"?"vs":"vs-dark",inherit:!0,rules:[],colors:{"editor.background":Q==="light"?"#ffffff":e.getCssVariableValue("--semaphor-background")}}),h.editor.setTheme("default")}return y&&h&&y.addCommand(h.KeyMod.Shift|h.KeyCode.Enter,function(){return console.log("Executing query..."),ie(),!1}),()=>{}},[s,N,r.current]);function ue(h){r.current=h}function pe(){return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[l&&e.jsxRuntimeExports.jsx("div",{className:"xbg-yellow-100 relative flex w-1/3 min-w-0 grow overflow-hidden border-l p-1 text-xs",role:"editor-filter-container",children:e.jsxRuntimeExports.jsxs("div",{className:"w-[99%]",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2 pt-3",children:[e.jsxRuntimeExports.jsx(Ws,{checked:V,onCheckedChange:()=>w(!V),text:"Apply Filters"}),e.jsxRuntimeExports.jsx(Ys,{}),F&&l&&e.jsxRuntimeExports.jsx(e.Cross2Icon,{onClick:()=>o(!1),className:"bg-background/50 text-foreground/50 hover:cursor-pointer hover:text-foreground"})]}),e.jsxRuntimeExports.jsx(e.Ft,{theme:"default",onChange:h=>{if(h)try{JSON.parse(h),K(JSON.parse(h))}catch{}},defaultLanguage:"json",className:"mt-1 min-h-[220px]",value:JSON.stringify(F,null,2),options:{readOnly:!0,minimap:{enabled:!1},lineNumbers:"off",glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}),F&&!l&&e.jsxRuntimeExports.jsx(e.Filter,{onClick:()=>o(!0),className:e.cn("absolute bottom-4 right-6 h-3 w-3 text-foreground/50 hover:cursor-pointer hover:text-foreground",{"font-bold text-red-800":V})})]})}function je(){return e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{className:"flex grow pb-1",direction:"vertical",role:"editor-resizable-group",children:[e.jsxRuntimeExports.jsxs(e.ResizablePanel,{id:"1",order:1,defaultSize:n?20:100,className:"relative flex grow",children:[e.jsxRuntimeExports.jsx("div",{role:"sql-container",className:"relative flex w-[99%]",children:e.jsxRuntimeExports.jsx(e.Ft,{theme:"default",className:"pt-3",onChange:h=>{q(h)},value:S,options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"sql",beforeMount:ue,onMount:de})}),n&&e.jsxRuntimeExports.jsx("code",{className:"absolute right-6 top-3 text-sm text-muted-foreground/70",children:"sql"})]}),n&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(e.ResizableHandle,{withHandle:!0,className:"border"}),e.jsxRuntimeExports.jsxs(e.ResizablePanel,{id:"2",order:2,defaultSize:80,className:"relative flex grow",children:[e.jsxRuntimeExports.jsx("div",{role:"python-container",className:"relative flex w-[99%] pt-0",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"pt-3",theme:"default",onChange:h=>{W(h&&h.trim()||"")},value:R||e.PYTHON_DEFAULT_CODE,options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"python",beforeMount:ue,onMount:de})}),e.jsxRuntimeExports.jsx("code",{className:"absolute right-6 top-3 text-sm text-muted-foreground/70",children:"python"})]})]})]})}return e.jsxRuntimeExports.jsxs("section",{role:"editor-section",className:"flex grow flex-col justify-end",children:[e.jsxRuntimeExports.jsxs("div",{role:"sql-editor",className:"relative flex grow justify-between overflow-y-scroll",children:[je(),pe()]}),e.jsxRuntimeExports.jsxs("div",{role:"editor-controls",className:"item-center flex flex-wrap justify-between gap-2 px-6 py-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex grow items-center gap-2",children:[e.jsxRuntimeExports.jsxs(e.Button,{title:"Shift + Enter",disabled:J||Y,onClick:()=>{ie()},className:"shrink-0",size:"sm",variant:"outline",children:[J||Y?e.jsxRuntimeExports.jsx(le,{className:"mr-2 h-4 w-4 animate-spin text-foreground/50"}):e.jsxRuntimeExports.jsx(Ls,{className:"mr-2 h-4 w-4"}),"Run"]}),X&&e.jsxRuntimeExports.jsx(Ks,{error:se.message,setShowAIDialog:c,setTriggerAIRun:m,setUserInputforAI:u}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:ye,className:"",size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(Es,{className:"mr-2 size-4"}),"Clear"]}),e.jsxRuntimeExports.jsx(e.Toggle,{pressed:n,onPressedChange:h=>i(h),className:"",size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(at,{className:"size-4 text-foreground/70"})}),e.jsxRuntimeExports.jsx(Zs,{open:a,setOpen:c,userInput:p,triggerAIRun:g,setTriggerAIRun:m,setUserInput:h=>u(h)})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-end gap-2",children:[e.jsxRuntimeExports.jsxs(e.Button,{onClick:ve,size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(e.Check,{className:"mr-2 size-4 font-bold text-green-600"}),"Accept"]}),e.jsxRuntimeExports.jsxs(e.Button,{onClick:me,className:"w-full",size:"sm",variant:"outline",children:[e.jsxRuntimeExports.jsx(e.Cross2Icon,{className:"mr-2 size-4"}),"Close"]})]})]})]})}function ct({data:s}){var o;const[r,t]=v.useState([]),i=Object.keys(s[0]).map(a=>({accessorKey:a,header:({column:c})=>{const p=c.getIsSorted();return e.jsxRuntimeExports.jsx("div",{className:"flex gap-2",children:e.jsxRuntimeExports.jsxs("div",{className:"flex cursor-pointer items-center",onClick:()=>c.toggleSorting(c.getIsSorted()==="asc"),children:[a,p==="asc"?e.jsxRuntimeExports.jsx(e.TriangleUpIcon,{className:"ml-2 h-5 w-5"}):p==="desc"?e.jsxRuntimeExports.jsx(e.TriangleDownIcon,{className:"ml-2 h-5 w-5"}):null]})})}})),l=e.useReactTable({data:s,columns:i,getCoreRowModel:e.getCoreRowModel(),getPaginationRowModel:e.getPaginationRowModel(),onSortingChange:t,getSortedRowModel:e.getSortedRowModel(),manualPagination:!0,state:{sorting:r}});return e.jsxRuntimeExports.jsxs(e.Table$1,{children:[e.jsxRuntimeExports.jsx(e.TableHeader,{children:l.getHeaderGroups().map(a=>e.jsxRuntimeExports.jsx(e.TableRow,{children:a.headers.map(c=>e.jsxRuntimeExports.jsx(e.TableHead,{className:"sticky top-0 bg-muted",children:c.isPlaceholder?null:e.flexRender(c.column.columnDef.header,c.getContext())},c.id))},a.id))}),e.jsxRuntimeExports.jsx(e.TableBody,{children:(o=l.getRowModel().rows)!=null&&o.length?l.getRowModel().rows.map(a=>e.jsxRuntimeExports.jsx(e.TableRow,{className:"whitespace-nowrap py-2","data-state":a.getIsSelected()&&"selected",children:a.getVisibleCells().map(c=>e.jsxRuntimeExports.jsx(e.TableCell,{children:e.flexRender(c.column.columnDef.cell,c.getContext())},c.id))},a.id)):e.jsxRuntimeExports.jsx(e.TableRow,{children:e.jsxRuntimeExports.jsx(e.TableCell,{colSpan:i.length,className:"h-24 text-center",children:"No results."})})})]})}function xt({card:s}){var a,c,p,u,g,m,d,j;(a=s.customCardPreferences)!=null&&a.inputData;const{getCard:r}=e.useCustomVisual(((c=s.customCardPreferences)==null?void 0:c.url)||""),t=((p=s.customCardPreferences)==null?void 0:p.visualType)||"single",n=e.useEditorStore(x=>x.frame);if(e.useEditorActions(),!((u=s.customCardPreferences)!=null&&u.componentName))return null;const i=r((g=s.customCardPreferences)==null?void 0:g.componentName),l=x=>{console.log("data",x),s.customCardPreferences},o=Object.keys(((m=s.customCardPreferences)==null?void 0:m.dataInputCardIds)||{}).map(x=>{var L,b,D;const N=(b=(L=s.customCardPreferences)==null?void 0:L.dataInputCardIds)==null?void 0:b[x].cardId,I=(D=n==null?void 0:n.cards)==null?void 0:D.find(T=>T.id===N);return I||null});return e.jsxRuntimeExports.jsx("div",{className:"semaphor-custom mb-3 flex grow basis-0 flex-col space-y-2 overflow-y-auto",children:e.jsxRuntimeExports.jsxs(v.Suspense,{fallback:e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{}),children:[i&&t==="single"&&e.jsxRuntimeExports.jsx(i,{settings:(d=s.customCardPreferences)==null?void 0:d.settings,onDataChange:l,data:s.data}),i&&t==="multiple"&&e.jsxRuntimeExports.jsx("div",{className:"flex flex-col gap-2",children:e.jsxRuntimeExports.jsx(i,{onDataChange:l,settings:o.map(x=>{var N;return(N=x==null?void 0:x.customCardPreferences)==null?void 0:N.settings}),data:o.map(x=>(x==null?void 0:x.data)||[])})})]},(j=s.customCardPreferences)==null?void 0:j.componentName)})}function We({className:s,...r}){var g;v.useState(0);const t=e.useDashboardStore(m=>m.themeStyle),n=e.useEditorStore(m=>m.card),i=e.useEditorStore(m=>m.frame),l=e.useDashboardStore(m=>m.dashboard.filters);e.useDashboardStore(m=>m.filterValues),e.useEditorStore(m=>m.actions.setRunSql);const{updateFilter:o}=e.useDashboardActions(),a=l==null?void 0:l.find(m=>m.id===i.filterId),c=e.useEditorStore(m=>m.actions.setCard);if(v.useEffect(()=>{},[n.data,n.type,n.cfg,n.customCfg,t,n.preferences]),!n.id)return null;let p;n.data&&n.data.length>0&&(p=e.createChartConfig({data:n.data,cardType:n.type,cfg:n.cfg,customCfg:n.customCfg,preferences:n.preferences}));function u(m){return e.jsxRuntimeExports.jsx(xt,{card:m})}return e.jsxRuntimeExports.jsxs(e.Card,{role:"editor-visual-card",className:e.cn("relative flex h-full flex-col rounded-none",s),...r,children:[e.jsxRuntimeExports.jsxs(e.CardHeader,{className:"flex flex-row items-start justify-between py-4",children:[e.jsxRuntimeExports.jsxs("div",{children:[e.jsxRuntimeExports.jsx(e.Editable,{text:n.title,onSave:m=>c({...n,title:m}),children:e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-2",children:e.jsxRuntimeExports.jsx(e.CardTitle,{className:"text-base",children:n.title})})},n.title),e.jsxRuntimeExports.jsx(e.Editable,{text:n.description||"",onSave:m=>c({...n,description:m}),children:e.jsxRuntimeExports.jsxs(e.CardDescription,{children:[" ",n.description]})},n.description)]}),a&&e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-3",children:[e.jsxRuntimeExports.jsx(e.Editable,{className:"my-1",text:a.title||a.column,onSave:m=>o({...a,title:m}),children:e.jsxRuntimeExports.jsx(e.Label,{children:a.title})}),e.getFilterComponent(a)]})]}),e.jsxRuntimeExports.jsxs(e.CardContent,{className:"flex grow flex-col",children:[n.type==="custom"&&u(n),!["table","custom"].includes(n.type)&&p&&e.jsxRuntimeExports.jsx(e.ChartJsVisual,{cfg:p},JSON.stringify(p)+JSON.stringify(n.preferences)+((g=n==null?void 0:n.preferences)==null?void 0:g.customVisualCode)),n.type==="table"&&n.data&&n.data.length>0&&e.jsxRuntimeExports.jsx(e.$57acba87d6e25586$export$ccf8d8d7bbf3c2cc,{className:"flex min-h-0 flex-1 grow basis-0",children:e.jsxRuntimeExports.jsx(e.TableVisual,{card:n,data:n==null?void 0:n.data})})]})]})}function ut(){const[s,r]=v.useState(!1),[t,n]=v.useState(""),[i,l]=v.useState(""),[o,a]=v.useState(""),[c,p]=v.useState(""),u=e.useEditorStore(b=>b.card),g=e.useEditorStore(b=>b.card.customCfg),{setCardCustomCfg:m,setCustomVisualCode:d}=e.useEditorActions();function j(b){var E,S;const D={...b,data:{...b==null?void 0:b.data,datasets:(S=(E=b==null?void 0:b.data)==null?void 0:E.datasets)==null?void 0:S.map(R=>({...R,data:[]}))}};return JSON.stringify(D,null,1)}function x(){var D,T;if(!u.data||u.data.length===0)return;const b=e.createChartConfig({data:u.data,cardType:u.type,cfg:u.cfg,preferences:u.preferences});b&&(n(JSON.stringify(b,null,1)),(D=u==null?void 0:u.preferences)!=null&&D.customVisualCode&&a((T=u==null?void 0:u.preferences)==null?void 0:T.customVisualCode),g&&l(JSON.stringify(g,null,1)))}function N(){if(o&&d(o),!!i)try{const b=JSON.parse(i);return b?(m(b),p(""),l(""),b):void 0}catch(b){console.log(b),p("Invalid JSON")}}function I(){l(""),m(null)}function L(){let b;if(g){const D=e._.cloneDeep(u.cfg),T=e._.merge(D,g);return b=j(T),b}return t?(b=j(JSON.parse(t)),b):""}return e.jsxRuntimeExports.jsxs(e.Dialog,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.DialogTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{onClick:x,className:` ${g&&"border-foreground/50 dark:border-foreground/70"}`,size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(e.Settings,{className:"h-4 w-4"})})}),e.jsxRuntimeExports.jsxs(e.DialogContent,{className:"max-h-[70vh] min-h-[70vh] overflow-auto sm:min-w-[900px] lg:min-w-[1200px]",children:[e.jsxRuntimeExports.jsxs(e.DialogHeader,{className:"",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.DialogTitle,{children:"Customize Card"}),e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{children:e.jsxRuntimeExports.jsx(vs,{onClick:()=>{navigator.clipboard.writeText(u.id)},className:"size-3 cursor-pointer text-muted-foreground/70 transition-colors hover:text-muted-foreground"})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{side:"right",align:"center",children:e.jsxRuntimeExports.jsx("p",{className:"text-xs",children:"Copy Card ID"})})]})]}),e.jsxRuntimeExports.jsxs(e.DialogDescription,{children:["See the configuration options and documentation",e.jsxRuntimeExports.jsx("a",{target:"_blank",className:"ml-1 text-blue-500 underline",href:"https://www.chartjs.org/docs/latest/samples/bar/vertical.html",children:"here."})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex grow gap-2",children:[e.jsxRuntimeExports.jsx(We,{className:"w-1/2 rounded shadow-none"}),e.jsxRuntimeExports.jsxs(e.Tabs,{defaultValue:"custom-config",className:"flex w-1/2 flex-col",children:[e.jsxRuntimeExports.jsxs(e.TabsList,{className:"justify-start rounded-sm rounded-b-none border border-b-0",children:[e.jsxRuntimeExports.jsxs(e.TabsTrigger,{value:"custom-config",children:[g&&e.jsxRuntimeExports.jsx(e.CheckIcon,{className:"mr-1 h-5 w-5 text-green-600"}),g?"Custom Config":"Default Config"]}),e.jsxRuntimeExports.jsx(e.TabsTrigger,{className:"",value:"output",children:"Output"}),e.jsxRuntimeExports.jsx(e.TabsTrigger,{className:"",value:"custom-code",children:"Custom Code"})]}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"bg-red-x mt-0 grow rounded-b border border-t-0 p-2",value:"output",children:e.jsxRuntimeExports.jsx(e.Textarea,{disabled:!0,value:t,className:"h-full resize-none border-none font-mono focus-visible:ring-0 focus-visible:ring-offset-0"})}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow rounded-b border border-t-0",value:"custom-config",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"h-full w-full overflow-hidden",theme:"default",options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"json",value:L(),onChange:b=>l(b)})}),e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow rounded-b border border-t-0",value:"custom-code",children:e.jsxRuntimeExports.jsx(e.Ft,{className:"h-full w-full overflow-hidden",theme:"default",options:{minimap:{enabled:!1},wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:14,renderLineHighlight:"none"},defaultLanguage:"javascript",value:o,onChange:b=>a(b||"")})})]})]}),e.jsxRuntimeExports.jsxs(e.DialogFooter,{className:"flex items-center",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"mr-2 text-red-500",children:c}),e.jsxRuntimeExports.jsx(e.Button,{disabled:!g,onClick:I,variant:"outline",children:"Reset"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:N,variant:"outline",children:"Apply"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>r(!1),variant:"outline",children:"Close"})]})]})]})}function Je(s){return Z({tag:"svg",attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z"},child:[]}]})(s)}function Ye(s){return Z({tag:"svg",attr:{viewBox:"0 0 256 256",fill:"currentColor"},child:[{tag:"path",attr:{d:"M137.39,24.06A16,16,0,0,0,120,40V80.67a15.86,15.86,0,0,0,13.25,15.76A32,32,0,1,1,96,129.68c-.41-8.22,1.27-15,5-20.26h0a15.86,15.86,0,0,0-1.69-20.47L71.69,60.68a16,16,0,0,0-23.63,1.1A103.6,103.6,0,0,0,55,202.05,103.24,103.24,0,0,0,128,232h1.49A104.3,104.3,0,0,0,232,129.48C232.75,75.18,191.19,28.88,137.39,24.06ZM60.32,71.94l27.61,28.19,0,.06A43.29,43.29,0,0,0,80.44,120H40.36A87.13,87.13,0,0,1,60.32,71.94ZM40.37,136h40.3A48,48,0,0,0,120,175.34v40.3A88,88,0,0,1,40.37,136Zm149.77,54.14A87.45,87.45,0,0,1,136,215.61V175.34a47.55,47.55,0,0,0,24.73-12.23A48,48,0,0,0,136,80.66L136,40c45.52,4.08,80.67,43.28,80,89.25A87.45,87.45,0,0,1,190.14,190.14Z"},child:[]}]})(s)}function Xe(s){return Z({tag:"svg",attr:{viewBox:"0 0 256 256",fill:"currentColor"},child:[{tag:"path",attr:{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H191.48A64.1,64.1,0,0,0,136,64.52V40.37A88.13,88.13,0,0,1,215.63,120ZM120,120H80.68A48.09,48.09,0,0,1,120,80.68Zm0,16v39.32A48.09,48.09,0,0,1,80.68,136Zm16,0h39.32A48.09,48.09,0,0,1,136,175.32Zm0-16V80.68A48.09,48.09,0,0,1,175.32,120ZM120,40.37V64.52A64.1,64.1,0,0,0,64.52,120H40.37A88.13,88.13,0,0,1,120,40.37ZM40.37,136H64.52A64.1,64.1,0,0,0,120,191.48v24.15A88.13,88.13,0,0,1,40.37,136ZM136,215.63V191.48A64.1,64.1,0,0,0,191.48,136h24.15A88.13,88.13,0,0,1,136,215.63Z"},child:[]}]})(s)}function Ze(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},child:[]},{tag:"path",attr:{d:"M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"},child:[]},{tag:"path",attr:{d:"M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"},child:[]},{tag:"path",attr:{d:"M14.5 7.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0"},child:[]}]})(s)}function es(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"m2 19.99 7.5-7.51 4 4 7.09-7.97L22 9.92l-8.5 9.56-4-4-6 6.01-1.5-1.5zm1.5-4.5 6-6.01 4 4L22 3.92l-1.41-1.41-7.09 7.97-4-4L2 13.99l1.5 1.5z"},child:[]}]})(s)}function ss(s){return Z({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M4 9h4v11H4zM4 4h4v4H4zM10 7h4v4h-4zM16 10h4v4h-4zM16 15h4v5h-4zM10 12h4v8h-4z"},child:[]}]})(s)}function ts(s){return Z({tag:"svg",attr:{version:"1.2",baseProfile:"tiny",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M4 18c-.552 0-1-.448-1-1v-6.382l-.553.276c-.495.248-1.095.046-1.342-.447-.247-.494-.046-1.094.448-1.342l2-1c.31-.155.678-.139.973.044.294.183.474.504.474.851v8c0 .552-.448 1-1 1zM13 18h-5c-.404 0-.769-.244-.924-.617-.155-.374-.069-.804.217-1.09l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949-.508-.508-1.39-.508-1.9.001-.253.252-.393.589-.393.948 0 .552-.448 1-1 1s-1-.448-1-1c0-.894.348-1.733.98-2.364 1.265-1.263 3.464-1.263 4.727.001.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.979 2.364l-2.293 2.293h2.586c.552 0 1 .448 1 1s-.448 1-1 1zM20.955 12.377c.338-.457.545-1.016.545-1.627 0-1.517-1.234-2.75-2.75-2.75-1.031 0-1.966.569-2.44 1.484-.254.49-.063 1.094.428 1.348.49.254 1.094.062 1.348-.428.128-.249.383-.404.664-.404.414 0 .75.336.75.75s-.336.75-.75.75c-.552 0-1 .448-1 1s.448 1 1 1c.689 0 1.25.561 1.25 1.25s-.561 1.25-1.25 1.25-1.25-.561-1.25-1.25c0-.552-.448-1-1-1s-1 .448-1 1c0 1.792 1.458 3.25 3.25 3.25s3.25-1.458 3.25-3.25c0-.939-.406-1.779-1.045-2.373z"},child:[]}]})(s)}function ns(s){return Z({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M217 25v14h78V25h-78zm0 32v46h14V71h50v32h14V57h-78zm32 32v14h14V89h-14zm-64 32v46h30v-46h-30zm48 0v14h46v-14h-46zm64 0v46h30v-46h-30zm-64 32v14h46v-14h-46zm-80 32v46h62v-46h-62zm80 0v14h46v-14h-46zm64 0v46h62v-46h-62zm-64 32v14h46v-14h-46zm-112 32v46h94v-46h-94zm112 0v14h46v-14h-46zm64 0v46h94v-46h-94zm-64 32v14h46v-14h-46zM89 313v46h126v-46H89zm144 0v14h46v-14h-46zm64 0v46h126v-46H297zm-64 32v14h46v-14h-46zM57 377v46h158v-46H57zm176 0v14h46v-14h-46zm64 0v46h158v-46H297zm-64 32v14h46v-14h-46zM25 441v46h190v-46H25zm208 0v14h46v-14h-46zm64 0v46h190v-46H297zm-64 32v14h46v-14h-46z"},child:[]}]})(s)}function dt(){const[s,r]=v.useState(!1),t=e.useEditorStore(c=>c.card.type),{setCardType:n,setCardPreferences:i,setChartOrientation:l}=e.useEditorStore(c=>c.actions),o=e.useEditorStore(c=>c.actions.setCardCustomCfg);function a(c){o(null),i({}),n(c),r(!1)}return e.jsxRuntimeExports.jsxs(e.Popover,{open:s,onOpenChange:r,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.Button,{size:"sm",variant:"outline",children:e.jsxRuntimeExports.jsx(mt,{className:"h-4 w-4",chartType:t})})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-50",children:e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 place-items-center",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("bar"),className:"font-normal",variant:"ghost",children:e.jsxRuntimeExports.jsx(ke,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("line"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ie,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("stackedBar"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ss,{className:"size-5",strokeWidth:0})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("stackedLine"),variant:"ghost",children:e.jsxRuntimeExports.jsx(es,{className:"size-5",strokeWidth:0})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("scatter"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Be,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("bubble"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ze,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("pie"),variant:"ghost",children:e.jsxRuntimeExports.jsx(_e,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("doughnut"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Ye,{className:"size-5",strokeWidth:1})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("radar"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Je,{className:"size-5 font-extralight",strokeWidth:.5})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("polarArea"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Xe,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("pyramid"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ns,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("range"),variant:"ghost",children:e.jsxRuntimeExports.jsx(qe,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("table"),variant:"ghost",children:e.jsxRuntimeExports.jsx(e.Table,{className:"size-5"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("kpi"),variant:"ghost",children:e.jsxRuntimeExports.jsx(ts,{className:"size-6"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("text"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Le,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>a("custom"),variant:"ghost",children:e.jsxRuntimeExports.jsx(Pe,{className:"size-4"})})]})})]})}function mt({chartType:s,className:r}){switch(s){case"bar":return e.jsxRuntimeExports.jsx(ke,{className:r});case"line":return e.jsxRuntimeExports.jsx(Ie,{className:r});case"pie":return e.jsxRuntimeExports.jsx(_e,{className:r});case"radar":return e.jsxRuntimeExports.jsx(Je,{className:r});case"scatter":return e.jsxRuntimeExports.jsx(Be,{className:r});case"bubble":return e.jsxRuntimeExports.jsx(Ze,{className:r});case"doughnut":return e.jsxRuntimeExports.jsx(Ye,{className:r});case"stackedBar":return e.jsxRuntimeExports.jsx(ss,{className:"size-4 text-foreground/70"});case"stackedLine":return e.jsxRuntimeExports.jsx(es,{className:"size-4 text-foreground/70"});case"polarArea":return e.jsxRuntimeExports.jsx(Xe,{className:r});case"pyramid":return e.jsxRuntimeExports.jsx(ns,{className:r});case"range":return e.jsxRuntimeExports.jsx(qe,{className:r});case"kpi":return e.jsxRuntimeExports.jsx(ts,{className:r});case"text":return e.jsxRuntimeExports.jsx(Le,{className:r});case"custom":return e.jsxRuntimeExports.jsx(Pe,{className:r});default:return e.jsxRuntimeExports.jsx(e.Table,{className:r})}}function Me(){const s=e.useEditorStore(E=>E.frame),r=e.useEditorStore(E=>E.card),t=e.useEditorStore(E=>E.card.data),n=e.useEditorStore(E=>E.isShowingVisual),i=e.useEditorStore(E=>E.isSqlRunning),l=e.useEditorStore(E=>E.queryError),o=e.useEditorStore(E=>E.pythonStdOut),a=e.useEditorStore(E=>E.actions.setRunSql);e.useEditorStore(E=>E.onSave),e.useEditorStore(E=>E.onClose),e.useEditorStore(E=>E.actions.setCardSql),e.useEditorStore(E=>E.actions.setCardType),e.useEditorStore(E=>E.actions.setSqlGen);const{setFrame:c,setCard:p,updateCardInFrame:u}=e.useEditorActions();if(!r)return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:"No Active Card"});function g(){const E={id:e.v4(),title:"Title",description:"Description",preferences:{onClickFilter:[{columnIndex:0,expression:""}]},type:"bar",sql:"",data:[]};m(E)}function m(E){const S={...s,cards:[...s.cards,E],activeCardId:E.id};c(S),p(E)}function d(){const E={...r,id:e.v4(),title:`${r.title} Copy`,tabTitle:`${r.tabTitle} Copy`};m(E)}function j(E){const S=s.cards.filter(z=>z.id!==E),R=S[0],f={...s,cards:S,activeCardId:R.id};c(f),p(R)}function x(E){const S={...s,cards:s.cards.map(f=>f.id===r.id?r:f),activeCardId:E};c(S);const R=S.cards.find(f=>f.id===E);p(R),R.sql&&R.data&&R.data.length===0&&a(!0)}const N=(E,S)=>{console.log("handleDragStart",S),E.dataTransfer.setData("tabIndex",S.toString())},I=E=>{E.preventDefault()},L=(E,S)=>{const R=E.dataTransfer.getData("tabIndex");if(R===S.toString())return;const f=Array.from(s.cards),[z]=f.splice(parseInt(R),1);f.splice(S,0,z),c({...s,cards:f})};function b(E,S){return E.cards.length===1&&(S.displayTab===!0||S.displayTab===void 0)||E.activeCardId!==S.id&&(S.displayTab===!0||S.displayTab===void 0)?null:e.jsxRuntimeExports.jsx("div",{onClick:()=>{const R=S.displayTab===void 0?!1:!S.displayTab;p({...S,displayTab:R}),u({...S,displayTab:R})},children:S.displayTab===!0||S.displayTab===void 0?e.jsxRuntimeExports.jsx(gs,{className:"mr-2 size-3.5 text-muted-foreground hover:text-foreground"}):e.jsxRuntimeExports.jsx(fs,{className:"mr-2 size-3.5 text-muted-foreground hover:text-foreground"})})}function D(){return e.jsxRuntimeExports.jsxs(e.Tabs,{onValueChange:x,value:s.activeCardId,className:"flex grow flex-col",children:[s.cards.map(E=>e.jsxRuntimeExports.jsx(e.TabsContent,{className:"mt-0 grow",value:E.id,children:T()},E.id)),e.jsxRuntimeExports.jsx(e.TabsList,{className:"group mx-6 justify-between",children:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center",children:[s.cards.map((E,S)=>e.jsxRuntimeExports.jsx(e.Editable,{text:E.tabTitle||E.title,onSave:R=>{p({...r,tabTitle:R}),u({...r,tabTitle:R})},children:e.jsxRuntimeExports.jsxs(e.TabsTrigger,{draggable:!0,onDragStart:R=>N(R,S),onDragOver:I,onDrop:R=>L(R,S),className:"",value:E.id,children:[b(s,E),E.tabTitle||E.title,s.activeCardId===E.id&&s.cards.length>1&&e.jsxRuntimeExports.jsx(e.X,{className:"ml-2 size-3.5 text-muted-foreground hover:text-foreground",onClick:()=>j(E.id)})]})},E.id)),e.jsxRuntimeExports.jsx(e.Button,{className:"ml-1 h-8 px-2 hover:bg-muted-foreground/50",variant:"outline",onClick:g,children:e.jsxRuntimeExports.jsx(e.Plus,{className:"h-4 w-4"})}),e.jsxRuntimeExports.jsx(e.Button,{className:"invisible ml-1 h-8 px-2 hover:bg-muted-foreground/50 group-hover:visible",variant:"outline",onClick:d,children:e.jsxRuntimeExports.jsx(ps,{className:"h-4 w-4"})})]})})]})}function T(){return r.type==="kpi"?e.jsxRuntimeExports.jsx("div",{className:"flex h-full items-center justify-center",children:e.jsxRuntimeExports.jsx("div",{className:"w-1/2 rounded-md border",children:e.jsxRuntimeExports.jsx(e.KPICard,{isLoading:i,card:r})})}):r.type==="text"?e.jsxRuntimeExports.jsx("div",{className:"flex h-full items-center justify-center",children:e.jsxRuntimeExports.jsx("div",{className:"w-1/2 rounded-md border",children:e.jsxRuntimeExports.jsx(e.TextCard,{isLoading:i,card:r})})}):e.jsxRuntimeExports.jsx(We,{className:"grow border-none shadow-none"})}return e.jsxRuntimeExports.jsxs("div",{className:"relative flex h-full flex-col py-3",children:[i&&e.jsxRuntimeExports.jsx(le,{className:"absolute bottom-0 left-0 right-0 top-0 z-10 m-auto h-10 w-10 animate-spin text-foreground/10"}),e.jsxRuntimeExports.jsxs("div",{className:"mb-0 flex min-h-10 items-center justify-end gap-2 px-6",children:[n&&e.jsxRuntimeExports.jsxs("div",{className:"flex grow items-center gap-2",children:[e.jsxRuntimeExports.jsx(dt,{}),r.type!=="table"&&e.jsxRuntimeExports.jsx(ut,{})]}),e.jsxRuntimeExports.jsx(jt,{})]}),n?D():e.jsxRuntimeExports.jsxs("div",{className:"flex min-h-0 w-full flex-1 grow basis-0 px-6",children:[o&&e.jsxRuntimeExports.jsx(pt,{}),r.data&&r.data.length>0&&e.jsxRuntimeExports.jsx(ct,{data:t||[]}),l&&e.jsxRuntimeExports.jsx("span",{className:"font-mono text-sm",children:l})]})]})}function pt(){const s=e.useEditorStore(t=>t.pythonStdOut);if(!s)return null;const r=s.replace(/\n/g,"<br>");return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx("p",{className:"font-mono text-sm",children:"Output:"}),e.jsxRuntimeExports.jsx("div",{dangerouslySetInnerHTML:{__html:r},className:"bg-muted p-2 font-mono text-sm"}),e.jsxRuntimeExports.jsx(e.Separator,{className:"mb-2"})]})}function jt(){const s=e.useEditorStore(t=>t.isShowingVisual),r=e.useEditorStore(t=>t.actions.setIsShowingVisual);return e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"visualize",children:"Chart"}),e.jsxRuntimeExports.jsx(e.Switch,{checked:s,onCheckedChange:()=>r(!s),id:"visualize",className:"data-[state=checked]:bg-foreground/50"})]})}function ht({value:s,onValueChange:r,components:t}){var l;const[n,i]=Ne.useState(!1);return e.jsxRuntimeExports.jsxs(e.Popover,{open:n,onOpenChange:i,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{variant:"outline",role:"combobox","aria-expanded":n,className:"h-8 w-full justify-between",children:[s?(l=t.find(o=>o.value===s))==null?void 0:l.label:"Select Component...",e.jsxRuntimeExports.jsx(ds,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-full p-2.5",children:e.jsxRuntimeExports.jsxs(e.Command,{className:"w-full",children:[e.jsxRuntimeExports.jsx(e.CommandInput,{placeholder:"Search component..."}),e.jsxRuntimeExports.jsxs(e.CommandList,{children:[e.jsxRuntimeExports.jsx(e.CommandEmpty,{children:"No component found."}),e.jsxRuntimeExports.jsx(e.CommandGroup,{children:t.map(o=>e.jsxRuntimeExports.jsxs(e.CommandItem,{value:o.value,onSelect:a=>{r(a===s.toLowerCase()?"":o.value),i(!1)},children:[e.jsxRuntimeExports.jsx(e.Check,{className:e.cn("mr-2 h-4 w-4",s===o.value?"opacity-100":"opacity-0")}),o.label]},o.value))})]})]})})]})}function Et({options:s,value:r,onValueChange:t}){return e.jsxRuntimeExports.jsx(e.RadioGroup,{value:r,onValueChange:t,className:"flex gap-4",defaultValue:s[0].value,children:s.map(n=>e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:n.value,id:n.value}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:n.value,children:n.label})]},n.value))})}function fe({label:s,options:r,value:t,onValueChange:n,className:i}){return e.jsxRuntimeExports.jsxs(e.Select,{value:t,onValueChange:n,children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:e.cn("w-full focus:ring-0 focus:ring-offset-0",i),children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:s})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:s}),r.map(l=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:l.value,children:l.label},l.value))]})})]})}function ft(){const{authToken:s}=e.useSemaphorContext(),{data:r,isLoading:t,isFetching:n,isError:i}=e.useQuery({queryKey:["plugins",s==null?void 0:s.accessToken],queryFn:()=>e.getPlugins(s==null?void 0:s.accessToken)});return{data:r,isLoading:t,isFetching:n,isError:i}}function gt(){var j;const s=e.useEditorStore(x=>x.card.customCardPreferences),{data:r}=ft(),t=(r==null?void 0:r.plugins)||[];e.useEditorStore(x=>x.card);const n=e.useEditorStore(x=>x.frame),i=(s==null?void 0:s.visualType)||"single",{setCustomCardPreferences:l}=e.useEditorActions(),{components:o,manifest:a}=e.useCustomVisual((s==null?void 0:s.url)||""),c=(j=a==null?void 0:a.visuals)==null?void 0:j.find(x=>x.name===(s==null?void 0:s.componentName));function p(x,N){if(!s)return;const L={...(s==null?void 0:s.dataInputCardIds)||{},[x]:{cardId:N,hookRef:null}};l({...s,dataInputCardIds:L})}function u(x){var I,L;const N=(I=n==null?void 0:n.cards)==null?void 0:I.filter(b=>{var D;return((D=b==null?void 0:b.customCardPreferences)==null?void 0:D.visualType)!=="multiple"}).map(b=>({value:b.id,label:b.tabTitle||b.title}));return e.jsxRuntimeExports.jsx("div",{className:"space-y-2",children:(L=x==null?void 0:x.dataInputs)==null?void 0:L.map((b,D)=>{var T,E;return e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-10 gap-2",children:[e.jsxRuntimeExports.jsx("div",{className:"col-span-4 flex items-center",children:b}),e.jsxRuntimeExports.jsx(fe,{className:"col-span-6 h-8 w-full justify-between",label:"",options:N||[],value:((E=(T=s==null?void 0:s.dataInputCardIds)==null?void 0:T[D])==null?void 0:E.cardId)||"",onValueChange:S=>p(D,S)})]},D+Math.random())})})}function g(x,N,I=[]){var L,b;return s?x==="input"?e.jsxRuntimeExports.jsx(e.Input,{className:`h-8 w-full ${e.removeRing}`,value:((L=s==null?void 0:s.settings)==null?void 0:L[N])||"",onChange:D=>{l({...s,settings:{...s==null?void 0:s.settings,[N]:D.target.value}})}},N):x==="select"?e.jsxRuntimeExports.jsx(fe,{className:"h-8 w-full",label:"",options:I,value:((b=s==null?void 0:s.settings)==null?void 0:b[N])||"",onValueChange:D=>{l({...s,settings:{...s==null?void 0:s.settings,[N]:D}})}}):null:null}function m(x){const N=Object.entries((x==null?void 0:x.settings)||{});return e.jsxRuntimeExports.jsx("div",{className:"space-y-3",children:N.map(([I,L])=>e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:L.title}),g(L.ui,I,L.options)]},I))})}function d(x){s&&l({...s,visualType:x,componentName:""})}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 p-6 text-sm",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:`${(s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0?"Plugin ID":"Website URL"}`}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:e.jsxRuntimeExports.jsx(fe,{className:"h-8 w-full",label:"",options:t,value:(s==null?void 0:s.url)||"",onValueChange:x=>l({...s||{url:"",componentName:""},url:x})})})]}),((s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0)&&e.jsxRuntimeExports.jsx(Et,{options:[{value:"single",label:"Single Visual"},{value:"multiple",label:"Multi-Visual"}],value:i,onValueChange:d}),((s==null?void 0:s.type)==="component"||(s==null?void 0:s.type)===void 0)&&s&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Component"}),e.jsxRuntimeExports.jsx("div",{className:"space-y-2 px-2",children:e.jsxRuntimeExports.jsx(ht,{components:(o==null?void 0:o.filter(x=>x.type===i).map(x=>({value:x.name,label:x.name})))||[],value:s==null?void 0:s.componentName,onValueChange:x=>l({...s,componentName:x})})})]}),c&&c.dataInputs&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Input Mapping"}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:u(c)})]}),c&&c.settings&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Settings"}),e.jsxRuntimeExports.jsx("div",{className:"px-2",children:m(c)})]})]})]})}function ce(){const[s,r]=v.useState([]);e.useEditorStore(u=>u.card.cfg);const t=e.useEditorStore(u=>u.card.preferences),{setCardCfg:n,setFilterOnClickColumnIndex:i,setCardPreferences:l}=e.useEditorStore(u=>u.actions),o=e.useEditorStore(u=>u.queryResultColumns);e.useEditorStore(u=>{var g;return(g=u.card.preferences)==null?void 0:g.filterOnClickColumnIndex}),v.useEffect(()=>{o&&r(new Array(o.length).fill(!1))},[o]);function a(u,g){var m,d;g?t!=null&&t.onClickFilter&&((m=t==null?void 0:t.onClickFilter)==null?void 0:m.length)>0?l({...t,onClickFilter:[...t.onClickFilter,{columnIndex:u,expression:""}]}):l({...t,onClickFilter:[{columnIndex:u,expression:""}]}):(l({...t,onClickFilter:(d=t==null?void 0:t.onClickFilter)==null?void 0:d.filter(j=>j.columnIndex!==u)}),r(j=>{const x=[...j];return x[u]=!1,x}))}function c(u,g){var d;const m=(d=t==null?void 0:t.onClickFilter)==null?void 0:d.map(j=>j.columnIndex===u?{...j,expression:g.target.value}:j);l({...t,onClickFilter:m})}function p(u){var g,m,d,j;if(s!=null&&s[u]||(m=(g=t==null?void 0:t.onClickFilter)==null?void 0:g.find(x=>x.columnIndex===u))!=null&&m.expression)return e.jsxRuntimeExports.jsx(e.Input,{value:(j=(d=t==null?void 0:t.onClickFilter)==null?void 0:d.find(x=>x.columnIndex===u))==null?void 0:j.expression,onChange:x=>c(u,x),type:"text",className:"h-9 w-full font-mono text-xs focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0",placeholder:"Expression"})}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"On Click"}),o==null?void 0:o.map((u,g)=>{var m,d;return e.jsxRuntimeExports.jsx("div",{className:"xbg-red-100 group flex items-center justify-between space-y-2",children:e.jsxRuntimeExports.jsxs("div",{className:"grow",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2 py-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:!!((m=t==null?void 0:t.onClickFilter)!=null&&m.find(j=>j.columnIndex===g)),onCheckedChange:j=>a(g,j)}),e.jsxRuntimeExports.jsx("label",{className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:u}),e.jsxRuntimeExports.jsx("div",{className:"flex items-center gap-2",children:((d=t==null?void 0:t.onClickFilter)==null?void 0:d.find(j=>j.columnIndex===g))&&e.jsxRuntimeExports.jsx(He,{onClick:()=>{r(j=>{const x=[...j];return x[g]=!j[g],x})},className:"invisible size-3 cursor-pointer text-gray-400 group-hover:visible"})})]}),p(g)]})},u)})]})}function be(){var o,a,c;const s=e.useEditorStore(p=>p.card.preferences),r=e.useEditorStore(p=>p.card.cfg),{setCardCfg:t,setCardPreferences:n,setChartOrientation:i}=e.useEditorStore(p=>p.actions);(o=r==null?void 0:r.options)!=null&&o.indexAxis;function l(p){i(p)}return e.jsxRuntimeExports.jsxs(e.RadioGroup,{value:((a=s==null?void 0:s.chartOptions)==null?void 0:a.indexAxis)||((c=r==null?void 0:r.options)==null?void 0:c.indexAxis)||"x",onValueChange:l,className:"flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"x",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Vertical"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"y",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Horizontal"})]})]})}const he="focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0";function Ve(s,r){var n,i,l;const t=e.getNumberAxis(s,r);return((l=(i=(n=s==null?void 0:s.chartOptions)==null?void 0:n.scales)==null?void 0:i[t])==null?void 0:l.type)||"linear"}function rs(){var K,q,W,C,A,H;const[s,r]=v.useState(!1),t=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.preferences}),n=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.cfg}),i=e.getNumberAxis(t,n),[l,o]=v.useState(Ve(t)),[a,c]=v.useState(((W=(q=(K=t==null?void 0:t.chartOptions)==null?void 0:K.scales)==null?void 0:q[i])==null?void 0:W.min)||""),[p,u]=v.useState(((H=(A=(C=t==null?void 0:t.chartOptions)==null?void 0:C.scales)==null?void 0:A[i])==null?void 0:H.max)||""),[g,m]=v.useState(a||p?"custom":"auto"),[d,j]=v.useState(""),[x,N]=v.useState(0),[I,L]=v.useState(""),[b,D]=v.useState(""),[T,E]=v.useState(""),S=e.useEditorStore(k=>k.actions.setCardPreferences),{updateCardInFrame:R}=e.useEditorActions(),f=e.useEditorStore(k=>k.card),z=e.useEditorStore(k=>{var w;return(w=k.card)==null?void 0:w.type}),M=["pie","doughnut","polarArea"].includes(z);v.useEffect(()=>{var k,w,$,O,G,U,te,ee,B,J,Y,ne,X,se;o(Ve(t)),c((($=(w=(k=t==null?void 0:t.chartOptions)==null?void 0:k.scales)==null?void 0:w[i])==null?void 0:$.min)===0?0:""),u(((U=(G=(O=t==null?void 0:t.chartOptions)==null?void 0:O.scales)==null?void 0:G[i])==null?void 0:U.max)||""),j(((J=(B=(ee=(te=t==null?void 0:t.chartOptions)==null?void 0:te.scales)==null?void 0:ee[i])==null?void 0:B.ticks)==null?void 0:J.stepSize)||""),N(((Y=t==null?void 0:t.numberAxisFormat)==null?void 0:Y.decimalPlaces)||0),L(((ne=t==null?void 0:t.numberAxisFormat)==null?void 0:ne.suffix)||""),D(((X=t==null?void 0:t.numberAxisFormat)==null?void 0:X.currency)||""),E(((se=t==null?void 0:t.numberAxisFormat)==null?void 0:se.locale)||"")},[s,t,i]);function F(k,w){return w===""||/^[0-9\b]+$/.test(w)?Number(w):Number(k)}function V(){const k=[...new Set(e.LOCALE_CURRENCY_PAIRS.map(w=>w.currency))];return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-6 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"col-span-2 hover:cursor-pointer hover:underline",htmlFor:"currency",children:e.jsxRuntimeExports.jsx("a",{target:"_blank",href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat",children:"Currency"})}),e.jsxRuntimeExports.jsxs(e.Select,{value:b||"none",onValueChange:w=>D(w==="none"?"":w),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Currency"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"}),k.map(w=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:w,children:w},w))]})})]}),e.jsxRuntimeExports.jsxs(e.Select,{value:T,onValueChange:w=>E(w),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Locale"}),e.LOCALE_CURRENCY_PAIRS.map(w=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:w.locale,children:w.locale},w.locale))]})})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-9 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"col-span-3",htmlFor:"format",children:"Decimals"}),e.jsxRuntimeExports.jsx(e.Input,{value:x,onChange:w=>N(Number(w.target.value)),id:"format",className:`col-span-6 h-8 w-full tracking-wide ${he}`})]})]})}function P(){return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"range",children:"Range"}),e.jsxRuntimeExports.jsx(e.Input,{id:"min",value:a,onChange:k=>c(w=>F(w,k.target.value)),className:`col-span-1 h-8 w-full ${he}`}),e.jsxRuntimeExports.jsx(e.Input,{value:p,onChange:k=>u(w=>F(w,k.target.value)),id:"max",className:`col-span-1 h-8 w-full ${he}`})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"step-size",children:"Step Size"}),e.jsxRuntimeExports.jsx(e.Input,{value:d,onChange:k=>j(w=>F(w,k.target.value)),id:"step-size",className:`col-span-1 h-8 w-full ${he}`})]})]})}function _(){var O;let k={};g==="custom"&&(k={min:a,max:p,ticks:{stepSize:d}});const w={...t||{},chartOptions:{...t==null?void 0:t.chartOptions,scales:{...(O=t==null?void 0:t.chartOptions)==null?void 0:O.scales,[i]:{type:l,...l==="linear"?k:{}}}},numberAxisFormat:{decimalPlaces:x,suffix:I,currency:b,locale:T}};console.log(w),S(w);const $={...f,preferences:w};R($)}return e.jsxRuntimeExports.jsxs(e.Popover,{onOpenChange:k=>r(k),children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsx(e.SliderIcon,{className:"size-4 cursor-pointer text-muted-foreground hover:text-foreground"})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{align:"center",className:"max-w-65",children:e.jsxRuntimeExports.jsxs("div",{className:"grid gap-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx("h4",{className:"font-medium leading-none",children:"Scale Options"}),e.jsxRuntimeExports.jsx("p",{className:"text-sm text-muted-foreground",children:"Set the scale for the number axis"})]}),e.jsxRuntimeExports.jsxs("div",{className:"grid gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"scale",children:"Type"}),e.jsxRuntimeExports.jsxs(e.Select,{disabled:M,value:l,onValueChange:k=>o(k),children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-2 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{id:"type",children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Option"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"linear",children:"Linear"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"logarithmic",children:"Logarithmic"})]})})]})]}),l=="linear"&&e.jsxRuntimeExports.jsxs("div",{className:"grid grid-cols-3 items-center gap-2 py-1",children:[e.jsxRuntimeExports.jsx(e.Label,{htmlFor:"scale-option",children:"Setup"}),e.jsxRuntimeExports.jsxs(e.RadioGroup,{disabled:M,id:"scale-option",value:g,onValueChange:k=>m(k),className:"col-span-2 flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"auto",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Auto"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"custom",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Custom"})]})]})]}),g==="custom"&&l=="linear"&&P(),V(),e.jsxRuntimeExports.jsx(e.SelectSeparator,{}),e.jsxRuntimeExports.jsx("div",{className:"grid grid-cols-3",children:e.jsxRuntimeExports.jsx(e.Button,{onClick:_,variant:"secondary",className:"col-span-1 col-start-3 h-8 w-full",children:"Apply"})})]})]})})]})}function Rt({idx:s}){var a;const r=e.useEditorStore(c=>{var p;return(p=c.card)==null?void 0:p.preferences}),t=e.useEditorStore(c=>{var p;return(p=c.card.preferences)==null?void 0:p.datasetOptions}),n=e.useEditorStore(c=>c.actions.setCardPreferences),i=(a=r==null?void 0:r.chartOptions)==null?void 0:a.indexAxis,l=t==null?void 0:t.find(c=>c.idx===s);function o(c,p){(c==="end"||c==="start")&&e.getContrastColor(e.getCanvasBackgroundColor());const u={display:c!=="none",align:c,anchor:c,clamp:!0};if(!l)n({...r,datasetOptions:[...t||[],{idx:p,datalabels:u}]});else{const g={...l};g.datalabels=u;const m=t==null?void 0:t.map(d=>d.idx===p?g:d);n({...r,datasetOptions:m})}}return e.jsxRuntimeExports.jsxs(e.Popover,{children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{children:e.jsxRuntimeExports.jsx(Os,{className:"invisible size-4 rotate-[135deg] cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-fit p-1",children:e.jsxRuntimeExports.jsxs("div",{className:"flex gap-1",children:[e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("none",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(e.X,{className:"size-4"})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("start",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(Cs,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("center",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(ws,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>o("end",s),size:"sm",variant:"secondary",className:"h-7 p-1 text-xs font-normal",children:e.jsxRuntimeExports.jsx(Ns,{className:e.cn("h-4 w-4",{"rotate-90":i==="y"})})})]})})]})}function os(){const s=e.useEditorStore(c=>c.card),r=e.useEditorStore(c=>{var p,u,g;return(g=(u=(p=c==null?void 0:c.card)==null?void 0:p.preferences)==null?void 0:u.chartOptions)==null?void 0:g.indexAxis}),t=r==="y"?"Y axis":"X axis",n=r==="y"?"X axis":"Y axis",{keys:i,metricKeys:l,dimensionKeys:o}=e.getKeys(s.data||[]);let a=l;if(["stackedBar","stackedLine"].includes(s.type)){const c=e.pivotData({dataArray:s.data||[],groupKey:o[0],pivotKey:o[1],valueKey:a[0]}),{metricKeys:p}=e.getKeys(c);a=p}return i.length===0?null:e.jsxRuntimeExports.jsxs("div",{className:"space-y-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:t}),e.jsxRuntimeExports.jsx("div",{className:"my-1 space-y-1",children:e.jsxRuntimeExports.jsx("div",{className:"rounded-md bg-muted/70 px-2 py-1 hover:bg-muted",children:e.jsxRuntimeExports.jsx("p",{children:o[0]})})})]}),e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-5",children:[e.jsxRuntimeExports.jsx(e.Label,{children:n}),e.jsxRuntimeExports.jsx(rs,{})]}),e.jsxRuntimeExports.jsx("div",{className:"my-1 space-y-1",children:a.map((c,p)=>e.jsxRuntimeExports.jsx(bt,{col:c,idx:p},c))})]})]})}function bt({col:s,idx:r}){const t=e.useEditorStore(a=>{var c;return(c=a.card)==null?void 0:c.preferences}),n=e.useEditorStore(a=>{var c;return(c=a.card.preferences)==null?void 0:c.datasetOptions}),i=n==null?void 0:n.find(a=>a.idx===r),{setCardPreferences:l}=e.useEditorStore(a=>a.actions);function o(a){if(!i)l({...t,datasetOptions:[...n||[],{idx:r,type:a==="area"?"line":a,fill:a==="area"?"origin":""}]});else{const c={...i};c.type=a==="area"?"line":a,c.fill=a==="area"?"origin":"";const p=n==null?void 0:n.map(u=>u.idx===r?c:u);l({...t,datasetOptions:p})}}return e.jsxRuntimeExports.jsxs("div",{className:"group flex items-center justify-between gap-5 rounded-md bg-muted/70 px-2 py-1 hover:bg-muted",children:[e.jsxRuntimeExports.jsx("p",{children:s}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[e.jsxRuntimeExports.jsx(ke,{onClick:()=>o("bar"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(Ie,{onClick:()=>o("line"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(us,{onClick:()=>o("area"),className:"invisible size-4 cursor-pointer text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(e.Separator,{orientation:"vertical",className:"invisible size-4 cursor-pointer py-2 text-muted-foreground hover:text-foreground group-hover:visible"}),e.jsxRuntimeExports.jsx(Rt,{idx:r})]})]})}function is(){const s=e.useEditorStore(m=>m.selectedConnectionId),r=e.useEditorStore(m=>m.selectedDatamodelId),t=e.useEditorStore(m=>m.selectedDatabaseName),n=e.useEditorStore(m=>m.selectedSchemaName),i=e.useEditorStore(m=>m.selectedTableName),l=e.useDashboardStore(m=>m.dashboard.filters)||[],o=e.useDashboardStore(m=>m.actions.addFilter),a=e.useDashboardStore(m=>m.actions.removeFilter),c=e.useDashboardStore(m=>m.actions.removeFilterValue),{modelItems:p,tableName:u}=oe();function g(m,d="dashboard"){var E;const j=e.fmt(m.column_name),x=e.fmt(t||""),N=e.fmt(n||""),I=e.fmt(u);let L=e.getQualifiedTableName(N,I),b=`${L}.${j}`;const D=(E=p==null?void 0:p.find(S=>S.id===r))==null?void 0:E.name;r&&r!=="none"&&(b=`${e.DATAMODEL_NAMESPCACE}.${D}.${j}`,L=`${e.DATAMODEL_NAMESPCACE}.${D}`);const T=l==null?void 0:l.find(S=>S.column===b&&S.table===I&&(S.database===x||S.database===t));if(T)c(T.id),a(T.id);else{const S=e.v4();return u==="api"&&s?(o({location:d,id:S,column:b,title:m.column_name,dataType:m.data_type,table:"api",database:"",connectionId:s,operation:"in",sql:e.getDefaultFilterSql(m.data_type,L,j)}),S):(o({id:S,location:d,column:b,title:m.column_name,dataType:m.data_type,table:i||"",database:t||"",connectionId:s||"",operation:"in",sql:e.getDefaultFilterSql(m.data_type,L,j)}),S)}}return{assignFilter:g}}function xe(){const s=e.useDashboardStore(a=>a.dashboard.filters),r=e.useEditorStore(a=>a.frame),{setFrame:t}=e.useEditorActions(),{columns:n}=oe(),{assignFilter:i}=is();function l(a){const c=i(a,"frame");t({...r,filterId:c})}const o=s==null?void 0:s.find(a=>a.id===r.filterId);return e.jsxRuntimeExports.jsxs("div",{className:"space-y-3",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Card Filter"}),e.jsxRuntimeExports.jsx(yt,{onSelect:l,columns:n}),o&&e.jsxRuntimeExports.jsx(e.FilterHeader,{filter:o})]})}function yt({columns:s,onSelect:r}){var o;const[t,n]=Ne.useState(!1),[i,l]=Ne.useState("");return e.jsxRuntimeExports.jsxs(e.Popover,{open:t,onOpenChange:n,children:[e.jsxRuntimeExports.jsx(e.PopoverTrigger,{asChild:!0,children:e.jsxRuntimeExports.jsxs(e.Button,{size:"sm",variant:"outline",role:"combobox","aria-expanded":t,className:"w-full justify-between font-normal",children:[i?(o=s.find(a=>a.column_name===i))==null?void 0:o.column_name:"Select Column...",e.jsxRuntimeExports.jsx(e.CaretSortIcon,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsxRuntimeExports.jsx(e.PopoverContent,{className:"w-[200px] p-0",children:e.jsxRuntimeExports.jsxs(e.Command,{children:[e.jsxRuntimeExports.jsx(e.CommandInput,{placeholder:"Search column",className:"h-9"}),e.jsxRuntimeExports.jsxs(e.CommandList,{children:[e.jsxRuntimeExports.jsx(e.CommandEmpty,{children:"No framework found."}),e.jsxRuntimeExports.jsx(e.CommandGroup,{children:s.map(a=>e.jsxRuntimeExports.jsxs(e.CommandItem,{value:a.column_name,onSelect:c=>{const p=c===i?"":c;l(p),n(!1),p&&r(a)},children:[a.column_name,e.jsxRuntimeExports.jsx(e.CheckIcon,{className:e.cn("ml-auto h-4 w-4",i===a.column_name?"opacity-100":"opacity-0")})]},a.column_name))})]})]})})]})}function St({cardType:s}){return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} Chart`}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT x-axis, y-axis-1, y-axis-2,... FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis1 - number"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis2 - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:r=>r.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#line-chart",children:"example"})," in the docs."]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(be,{}),e.jsxRuntimeExports.jsx(os,{})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function Te(){var i,l,o;const s=e.useEditorStore(a=>a.card.cfg),r=e.useEditorStore(a=>a.actions.setCardCfg),t=e.useEditorStore(a=>a.card.type);function n(a){var u;const c={datalabels:{display:a!=="none",align:a,anchor:a,clamp:!0}},p={...s,options:{...s==null?void 0:s.options,plugins:{...(u=s==null?void 0:s.options)==null?void 0:u.plugins,...c}}};r(p),console.log(a)}return e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxRuntimeExports.jsx("label",{className:"font-medium",children:"Data Labels"}),!["pyramid"].includes(t)&&e.jsxRuntimeExports.jsx(rs,{})]}),e.jsxRuntimeExports.jsxs(e.Select,{value:(o=(l=(i=s==null?void 0:s.options)==null?void 0:i.plugins)==null?void 0:l.datalabels)==null?void 0:o.anchor,onValueChange:n,defaultValue:"none",children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{placeholder:"Select position"})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Data Labels"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"}),t!=="pyramid"&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"start",children:"Start"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"center",children:"Center"}),t!=="pyramid"&&e.jsxRuntimeExports.jsx(e.SelectItem,{value:"end",children:"End"})]})})]})]})}function vt({cardType:s}){function r(t){const n="SELECT label, [group], x-axis, y-axis, radius FROM table",i="SELECT label, [group], x-axis, y-axis FROM table";return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:t==="bubble"?n:i}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"label - category"}),e.jsxRuntimeExports.jsx("li",{children:"group - category"}),e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis - category"}),t==="bubble"&&e.jsxRuntimeExports.jsx("li",{children:"radius - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:l=>l.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pie-chart",children:"example"})," in the docs."]})]})}return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} Chart`}),e.jsxRuntimeExports.jsx(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:r(s)})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsx(e.AccordionContent,{className:"px-2",children:e.jsxRuntimeExports.jsx(Te,{})})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}const Ct={datasets:[{type:"line",label:"Sum_sales",data:[]},{type:"bar",label:"Sum_profit",data:[]}]},Nt={datasets:[{fill:"origin",type:"line",label:"Sum_sales",data:[]}]};function wt(){const s=e.useEditorStore(r=>r.card.type);return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 p-6",children:[e.jsxRuntimeExports.jsx(e.Accordion,{className:" ",type:"single",collapsible:!0,children:kt(s)}),e.jsxRuntimeExports.jsx("section",{className:"",children:["line","bar"].includes(s)&&e.jsxRuntimeExports.jsx(be,{})}),!["kpi"].includes(s)&&e.jsxRuntimeExports.jsxs("div",{className:"space-y-4",children:[e.jsxRuntimeExports.jsx(Te,{}),e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})}function kt(s){if(["line","bar"].includes(s))return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsx("p",{children:"Chart Query"})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT x-axis, y-axis-1, y-axis-2, y-axis-3,... FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"X-axis - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. population)"})]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:"Mixed Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-2 text-xs",children:[e.jsxRuntimeExports.jsxs("p",{children:["Click ",e.jsxRuntimeExports.jsx("b",{children:"Customize"})," and change the `type` property in the dataset."]}),e.jsxRuntimeExports.jsx("pre",{children:JSON.stringify(Ct,null,2)})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:"Area Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-2 text-xs",children:[e.jsxRuntimeExports.jsxs("p",{children:["Click ",e.jsxRuntimeExports.jsx("b",{children:"Customize"})," and add `fill` property to the dataset. See",e.jsxRuntimeExports.jsx("a",{className:"mx-1 text-blue-500 hover:underline",href:"https://www.chartjs.org/docs/latest/samples/area/line-boundaries.html",target:"_blank",children:"docs"}),"for more options."]}),e.jsxRuntimeExports.jsx("pre",{children:JSON.stringify(Nt,null,2)})]})]})]});if(s==="bubble")return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:["How to create a ",e.jsxRuntimeExports.jsx("span",{children:s})," chart query?"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, x-axis, y-axis, radius FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Bubble Group (opt) - Category (ex. state)"}),e.jsxRuntimeExports.jsx("li",{children:"X-axis - Number (ex. avg. age)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. avg. weight)"}),e.jsxRuntimeExports.jsx("li",{children:"Radius - Number (ex. population)"})]})]})]})});if(s==="scatter")return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:["How to create a ",e.jsxRuntimeExports.jsx("span",{children:s})," chart query?"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, x-axis, y-axis FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Group (opt) - Category (ex. state)"}),e.jsxRuntimeExports.jsx("li",{children:"X-axis - Number (ex. avg. age)"}),e.jsxRuntimeExports.jsx("li",{children:"Y-axis - Number (ex. avg. weight)"})]})]})]})});if(["pie","doughnut","polarArea"].includes(s))return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"font-normal",children:e.jsxRuntimeExports.jsxs("p",{children:[e.jsxRuntimeExports.jsx("span",{children:s==="polarArea"?"Polar":s.charAt(0).toUpperCase()+s.slice(1)})," ","chart query"]})}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:" ",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs font-semibold",children:"SELECT label, measure FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs font-normal [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"Label - Category (ex. city)"}),e.jsxRuntimeExports.jsx("li",{children:"Measure - Number (ex. population)"})]})]})]})})}function It(){var c,p,u,g,m;const s=e.useEditorStore(d=>d.card.preferences),r=e.useEditorStore(d=>d.actions.setCardPreferences),t=e.useEditorStore(d=>d.actions.setNumberFormat);e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.decimalPlaces});const n=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.locale}),i=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.currency});e.useEditorStore(d=>d.actions.setFilterOnClickField);const l=e.useEditorStore(d=>{var j,x;return(x=(j=d.card.preferences)==null?void 0:j.formatNumber)==null?void 0:x.colorRanges})||[],o=e.useEditorStore(d=>d.actions.setColorRanges),a=[...new Set(e.LOCALE_CURRENCY_PAIRS.map(d=>d.currency))];return e.jsxRuntimeExports.jsxs("div",{children:[e.jsxRuntimeExports.jsxs("div",{className:"mb-3 flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{checked:!!((c=s==null?void 0:s.formatNumber)!=null&&c.enabled),onCheckedChange:d=>{r({...s,formatNumber:{...s==null?void 0:s.formatNumber,enabled:d}})}}),e.jsxRuntimeExports.jsx(e.Label,{children:"Format Number"})]}),((p=s==null?void 0:s.formatNumber)==null?void 0:p.enabled)===!0&&e.jsxRuntimeExports.jsxs("div",{className:"flex flex-col gap-2",children:[e.jsxRuntimeExports.jsx("div",{children:e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 p-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Locale"}),e.jsxRuntimeExports.jsxs(e.Select,{value:n||"en-US",onValueChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,((x=s==null?void 0:s.formatNumber)==null?void 0:x.currency)||"",d||"en-US",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-6 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Format"}),e.LOCALE_CURRENCY_PAIRS.map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d.locale,children:d.locale},d.locale))]})})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Currency"}),e.jsxRuntimeExports.jsxs(e.Select,{value:i||"none",onValueChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,d==="none"?"":d,((x=s==null?void 0:s.formatNumber)==null?void 0:x.locale)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-6 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:e.jsxRuntimeExports.jsxs(e.SelectGroup,{children:[e.jsxRuntimeExports.jsx(e.SelectLabel,{children:"Currency"}),e.jsxRuntimeExports.jsx(e.SelectItem,{value:"none",children:"None"},"none"),a.map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d,children:d},d))]})})]})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Decimals"}),e.jsxRuntimeExports.jsxs(e.Select,{value:((g=(u=s==null?void 0:s.formatNumber)==null?void 0:u.decimalPlaces)==null?void 0:g.toString())||"0",onValueChange:d=>{var j,x,N;return t(Number(d),((j=s==null?void 0:s.formatNumber)==null?void 0:j.currency)||"",((x=s==null?void 0:s.formatNumber)==null?void 0:x.locale)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.suffix)||"")},children:[e.jsxRuntimeExports.jsx(e.SelectTrigger,{className:"col-span-3 h-8 w-full focus:ring-1 focus:ring-offset-0",children:e.jsxRuntimeExports.jsx(e.SelectValue,{})}),e.jsxRuntimeExports.jsx(e.SelectContent,{children:["0","1","2","3","4"].map(d=>e.jsxRuntimeExports.jsx(e.SelectItem,{value:d,children:d},d))})]})]}),e.jsxRuntimeExports.jsxs("div",{className:"w-full space-y-1",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Suffix"}),e.jsxRuntimeExports.jsx(e.Input,{value:((m=s==null?void 0:s.formatNumber)==null?void 0:m.suffix)||"",className:"h-8 font-mono text-xs focus-visible:ring-0 focus-visible:ring-ring focus-visible:ring-offset-0",placeholder:"K, M, B, %",onChange:d=>{var j,x,N;return t(((j=s==null?void 0:s.formatNumber)==null?void 0:j.decimalPlaces)||0,((x=s==null?void 0:s.formatNumber)==null?void 0:x.currency)||"",((N=s==null?void 0:s.formatNumber)==null?void 0:N.locale)||"",d.target.value)}})]})]})]})}),e.jsxRuntimeExports.jsx(e.Separator,{className:"my-3"}),e.jsxRuntimeExports.jsx(e.ColorFormat,{colorRanges:l,setColorRanges:o})]})]})}function Lt(){return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 px-6 py-2",children:[e.jsxRuntimeExports.jsx(e.Accordion,{type:"single",collapsible:!0,children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{className:"",children:"KPI Query"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"font-mono",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 font-mono text-xs",children:"SELECT current, previous FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"my-6 ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"current - number"}),e.jsxRuntimeExports.jsx("li",{children:"previous - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#kpi",children:"example"})," in the docs."]})]})]})}),e.jsxRuntimeExports.jsx("section",{className:"",children:e.jsxRuntimeExports.jsx(It,{})}),e.jsxRuntimeExports.jsx("div",{}),e.jsxRuntimeExports.jsx("div",{})]})}function Dt(){var n;const s=e.useEditorStore(i=>i.card.preferences),{setCardPreferences:r}=e.useEditorStore(i=>i.actions);function t(i){r({...s,textVisualOptions:{...s==null?void 0:s.textVisualOptions,isDynamicText:i==="dynamic"}})}return e.jsxRuntimeExports.jsxs(e.RadioGroup,{value:(n=s==null?void 0:s.textVisualOptions)!=null&&n.isDynamicText?"dynamic":"static",onValueChange:t,className:"flex gap-3",defaultValue:"x",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"static",id:"r1"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r1",children:"Static"})]}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.RadioGroupItem,{value:"dynamic",id:"r2"}),e.jsxRuntimeExports.jsx("label",{className:"text-sm",htmlFor:"r2",children:"Dynamic"})]})]})}function Ee({cardType:s,docContent:r,suffix:t="Chart"}){return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:`${e.titleCase(s)} ${t}`}),e.jsxRuntimeExports.jsx(e.AccordionContent,{children:r||e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT label, measure FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"label - category"}),e.jsxRuntimeExports.jsx("li",{children:"measure - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:n=>n.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pie-chart",children:"example"})," in the docs."]})]})})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[s==="range"&&e.jsxRuntimeExports.jsx(be,{}),s!=="text"&&e.jsxRuntimeExports.jsx(Te,{}),s==="text"&&e.jsxRuntimeExports.jsx(Dt,{})]})]}),!["range","text"].includes(s)&&e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function Tt(){const s=e.useEditorStore(n=>{var i,l;return(l=(i=n==null?void 0:n.card)==null?void 0:i.preferences)==null?void 0:l.sortChart}),{setSortChart:r}=e.useEditorActions();function t(){return e.jsxRuntimeExports.jsxs("div",{className:"space-y-2",children:[e.jsxRuntimeExports.jsx(e.Label,{children:"Sort"}),e.jsxRuntimeExports.jsx(fe,{className:"h-8",label:"Sort Chart",options:[{label:"None",value:"none"},{label:"ASC",value:"asc"},{label:"DESC",value:"desc"}],value:s||"none",onValueChange:n=>{r(n)}})]})}return e.jsxRuntimeExports.jsx("div",{className:"space-y-6 px-6 py-2",children:e.jsxRuntimeExports.jsxs(e.Accordion,{defaultValue:["item-2"],type:"multiple",children:[e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-1",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Stacked Chart"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT x-axis, stack-by, y-axis FROM table"}),e.jsxRuntimeExports.jsxs("ul",{className:"ml-6 list-disc text-xs [&>li]:mt-2",children:[e.jsxRuntimeExports.jsx("li",{children:"x-axis - category"}),e.jsxRuntimeExports.jsx("li",{children:"stack by - category"}),e.jsxRuntimeExports.jsx("li",{children:"y-axis - number"})]}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:n=>n.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#stacked-chart",children:"example"})," in the docs."]})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-2",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Settings"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(be,{}),t(),e.jsxRuntimeExports.jsx(os,{})]})]}),e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})]})})}function At({}){const s=e.useEditorStore(n=>{var i;return(i=n.card)==null?void 0:i.preferences}),r=e.useEditorStore(n=>n.actions.setCardPreferences),t=n=>{r({...s,allowDownload:n})};return e.jsxRuntimeExports.jsxs("div",{className:"space-y-6 px-6 py-2",children:[e.jsxRuntimeExports.jsx(e.Accordion,{defaultValue:["item-3"],type:"multiple",children:e.jsxRuntimeExports.jsxs(e.AccordionItem,{value:"item-3",children:[e.jsxRuntimeExports.jsx(e.AccordionTrigger,{children:"Filters"}),e.jsxRuntimeExports.jsxs(e.AccordionContent,{className:"space-y-4 px-2",children:[e.jsxRuntimeExports.jsx(ce,{}),e.jsxRuntimeExports.jsx(xe,{})]})]})}),e.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsxRuntimeExports.jsx(e.Checkbox,{onCheckedChange:t,id:"allow-download"}),e.jsxRuntimeExports.jsx("label",{htmlFor:"allow-download",className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:"Allow Download"})]})]})}const zt=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT dimension, cohort, metric FROM table"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#pyramid-chart",children:"example"})," in the docs."]})]}),Ft=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT y-axis, label, range-from, range-to, range-value FROM table"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#range-charts",children:"example"})," in the docs."]})]}),Ot=e.jsxRuntimeExports.jsxs("div",{className:"space-y-4 font-mono text-xs",children:[e.jsxRuntimeExports.jsx("div",{className:"rounded bg-muted px-2 py-1 text-xs",children:"SELECT text FROM table limit 1"}),e.jsxRuntimeExports.jsxs("div",{children:["See ",e.jsxRuntimeExports.jsx("a",{target:"_blank",onClick:s=>s.stopPropagation(),className:"text-blue-700",href:"https://docs.semaphor.cloud/concepts/visuals#text-visual",children:"example"})," in the docs."]})]});function Mt(){const s=e.useEditorStore(t=>t.card.type);function r(t){switch(t){case"stackedBar":case"stackedLine":return e.jsxRuntimeExports.jsx(Tt,{});case"pyramid":return e.jsxRuntimeExports.jsx(Ee,{docContent:zt,cardType:t});case"kpi":return e.jsxRuntimeExports.jsx(Lt,{});case"line":case"bar":return e.jsxRuntimeExports.jsx(St,{cardType:t});case"range":return e.jsxRuntimeExports.jsx(Ee,{docContent:Ft,cardType:t});case"pie":case"doughnut":case"polarArea":case"radar":return e.jsxRuntimeExports.jsx(Ee,{cardType:t});case"bubble":case"scatter":return e.jsxRuntimeExports.jsx(vt,{cardType:t});case"table":return e.jsxRuntimeExports.jsx(At,{cardType:t});case"text":return e.jsxRuntimeExports.jsx(Ee,{docContent:Ot,cardType:t,suffix:"Visual"});case"custom":return e.jsxRuntimeExports.jsx(gt,{});default:return e.jsxRuntimeExports.jsx(wt,{})}}return e.jsxRuntimeExports.jsx(e.ScrollArea,{className:"h-full w-full text-sm",children:r(s)})}function Vt(){const s=e.useEditorStore(r=>r.isShowingVisual);return e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{direction:"vertical",className:"min-h-[250px] min-w-full max-w-lg",children:[e.jsxRuntimeExports.jsx(e.ResizablePanel,{role:"query-section",className:"flex",minSize:20,defaultSize:40,children:e.jsxRuntimeExports.jsx(lt,{})}),e.jsxRuntimeExports.jsx(e.ResizableHandle,{withHandle:!0,className:"border"}),e.jsxRuntimeExports.jsx(e.ResizablePanel,{className:"pb-1",role:"visual-section",minSize:0,defaultSize:60,children:s?e.jsxRuntimeExports.jsxs(e.ResizablePanelGroup,{direction:"horizontal",children:[e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsx(e.ResizablePanel,{className:"flex min-w-[275px]",minSize:20,defaultSize:25,maxSize:30,children:e.jsxRuntimeExports.jsx(Mt,{})})}),e.jsxRuntimeExports.jsx(e.ResizableHandle,{className:"border"}),e.jsxRuntimeExports.jsx(e.ResizablePanel,{minSize:40,defaultSize:75,maxSize:100,children:e.jsxRuntimeExports.jsx(Me,{})})]}):e.jsxRuntimeExports.jsx(Me,{})})]})}function qt({authToken:s,onSave:r,onClose:t}){const n=e.useEditorStore(o=>o.actions.setOnSave),i=e.useEditorStore(o=>o.actions.setOnClose),l=e.useDashboardStore(o=>o.actions.setAuthToken);return v.useEffect(()=>{r&&n(r),t&&i(t)},[r,n,t,i]),v.useEffect(()=>{s&&s.accessToken&&l(s)},[s,l]),e.jsxRuntimeExports.jsx(e.ErrorBoundary,{FallbackComponent:e.Fallback,children:e.jsxRuntimeExports.jsxs(e.EditorPanel,{className:"rounded-none",role:"editor-panel",children:[e.jsxRuntimeExports.jsx(e.EditorAside,{className:"rounded-none border-r-[1.5px]",children:e.jsxRuntimeExports.jsx(Ue,{})}),e.jsxRuntimeExports.jsx(e.EditorMain,{children:e.jsxRuntimeExports.jsx(Vt,{})})]})})}function _t(){e.useDashboardStore(o=>o.selectedCardId);const s=e.useDashboardStore(o=>o.selectedSheetId),{setIsVisualEditing:r}=e.useDashboardStore(o=>o.actions),t=e.useDashboardStore(o=>o.isVisualEditing),n=e.useDashboardStore(o=>o.actions.updateFrame);function i(o){s&&(n(s,o),r(!1))}function l(){r(!1)}return e.jsxRuntimeExports.jsx("div",{role:"editor-container",className:e.cn("flex grow",{block:t,hidden:!t}),children:e.jsxRuntimeExports.jsx(qt,{onSave:i,onClose:l})})}function Bt(){e.useEditorStore(o=>o.selectedConnectionId),e.useEditorStore(o=>o.selectedDatamodelId);const s=e.useEditorStore(o=>o.selectedDatabaseName);e.useEditorStore(o=>o.selectedSchemaName);const r=e.useEditorStore(o=>o.selectedTableName),t=e.useDashboardStore(o=>o.dashboard.filters)||[];e.useDashboardStore(o=>o.actions.addFilter),e.useDashboardStore(o=>o.actions.removeFilter),e.useDashboardStore(o=>o.actions.removeFilterValue);const{modelItems:n,columns:i}=oe(),{assignFilter:l}=is();return e.jsxRuntimeExports.jsx("div",{className:"xbg-red-100 flex-1 basis-0 flex-col overflow-scroll px-3",children:i==null?void 0:i.map(o=>{const a=t==null?void 0:t.find(c=>c.column===e.fmt(o.column_name)&&c.table===r&&c.database===s);return e.jsxRuntimeExports.jsx("div",{onClick:()=>l(o),className:e.cn("group flex cursor-pointer items-center justify-between border border-dashed border-background px-3 py-[6px] text-sm transition-colors hover:bg-muted/50",{"bg-muted":a}),children:e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(Ge,{column:o}),e.jsxRuntimeExports.jsx("span",{children:o.column_name})]})},o.column_name)})})}function Ht(){e.useDashboardStore(r=>r.showFilters);const s=e.useDashboardStore(r=>r.actions.setShowFilters);return e.jsxRuntimeExports.jsxs("section",{className:"relative flex grow flex-col border-l px-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"mt-4 flex items-center justify-between gap-2 px-3",children:[e.jsxRuntimeExports.jsx(e.Label,{className:"text-lg",children:"Filters"}),e.jsxRuntimeExports.jsx(e.Button,{onClick:()=>s(!1),className:"h-7 w-7 p-0",variant:"ghost",children:e.jsxRuntimeExports.jsx(e.Cross2Icon,{})})]}),e.jsxRuntimeExports.jsx("div",{className:"flex grow",children:e.jsxRuntimeExports.jsx(Ue,{ColumnsComponent:()=>e.jsxRuntimeExports.jsx(Bt,{})})})]})}function Pt(){const s=e.useDashboardStore(t=>t.showFilters),r=e.useDashboardStore(t=>t.isVisualEditing);return e.jsxRuntimeExports.jsxs("div",{role:"dashboard-plus-main",className:e.cn("grow",{hidden:r,flex:!r}),children:[e.jsxRuntimeExports.jsx(e.DashboardTabs,{}),s&&e.jsxRuntimeExports.jsx("div",{role:"filter-aside-container",className:"flex",children:e.jsxRuntimeExports.jsx(Ht,{})})]})}function $t(){const s=e.useDashboardStore(n=>n.dashboard),r=e.useDashboardStore(n=>n.actions.setDashboard),t=e.useDashboardStore(n=>n.showDashboardJSON);return e.useDashboardStore(n=>n.actions.setShowDashboardJSON),e.jsxRuntimeExports.jsx("div",{className:e.cn(" p-2",{hidden:!t}),children:e.jsxRuntimeExports.jsx(e.de,{onChange:n=>{if(n)try{JSON.parse(n),r(JSON.parse(n))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto ",value:JSON.stringify(s,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})})}function Gt({showControls:s=!1,showFooter:r=!0,...t}){return e.jsxRuntimeExports.jsx(e.ErrorBoundary,{FallbackComponent:e.Fallback,children:e.jsxRuntimeExports.jsxs(e.SemaphorContextProvider,{dashboardProps:t,children:[e.jsxRuntimeExports.jsx(e.Te,{}),e.jsxRuntimeExports.jsxs(e.UXProvider,{children:[e.jsxRuntimeExports.jsx($t,{}),e.jsxRuntimeExports.jsxs(e.DashboardPanel,{...t,children:[s&&e.jsxRuntimeExports.jsx($s,{}),e.jsxRuntimeExports.jsx(_t,{}),e.jsxRuntimeExports.jsx(Pt,{})]})]})]})})}exports.DashboardPlus=Gt;exports.LoaderCircle=le;exports.SelectComponent=ae;exports.cleanCard=$e;exports.getDashbaordStateWithoutData=De;exports.useEditorAside=oe;
|