react-semaphor 0.0.228 → 0.0.230

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.
@@ -29174,7 +29174,7 @@ function rJ({ card: e }) {
29174
29174
  const v = f && f - u !== 0 ? (u - f) / f : null;
29175
29175
  return (
29176
29176
  // <div className="@container min-w-[320px]">
29177
- /* @__PURE__ */ R.jsxs("div", { className: "kpi-card flex grow flex-col overflow-scroll", children: [
29177
+ /* @__PURE__ */ R.jsxs("div", { className: "kpi-card flex grow flex-col overflow-auto", children: [
29178
29178
  /* @__PURE__ */ R.jsxs(E1, { className: "grow pb-3", children: [
29179
29179
  /* @__PURE__ */ R.jsx(
29180
29180
  ga,
@@ -29359,35 +29359,31 @@ function Il() {
29359
29359
  return e;
29360
29360
  }
29361
29361
  function gJ(e) {
29362
- Fe((u) => u.bookmarkKey), Fe((u) => u.selectedSheetId);
29363
- const t = Fe((u) => u.dashboard.baseQueries), n = Fe((u) => u.actions.getCardSheet), r = Fe(
29364
- (u) => u.actions.getSelectedFrame()
29365
- ), { authToken: o } = Il(), i = Fe((u) => u.authToken), s = Fe((u) => u.filterValues);
29366
- Fe(
29367
- (u) => u.isDashboardEditing
29362
+ Fe((l) => l.bookmarkKey), Fe((l) => l.selectedSheetId);
29363
+ const t = Fe((l) => l.dashboard.baseQueries);
29364
+ Fe((l) => l.actions.getCardSheet), Fe(
29365
+ (l) => l.actions.getSelectedFrame()
29368
29366
  );
29369
- const a = dJ((e == null ? void 0 : e.refreshInterval) || "0");
29370
- n(e.id);
29371
- const l = Cj(e.sql, t);
29367
+ const { authToken: n } = Il(), r = Fe((l) => l.authToken), o = Fe((l) => l.filterValues), i = dJ((e == null ? void 0 : e.refreshInterval) || "0"), s = Cj(e.sql, t);
29372
29368
  return dm({
29373
29369
  queryKey: [
29374
29370
  e.id,
29375
- l,
29376
- JSON.stringify(s),
29377
- r ? r.activeCardId : ""
29371
+ s,
29372
+ JSON.stringify(o)
29373
+ // currentFrame ? currentFrame.activeCardId : '',
29378
29374
  ],
29379
29375
  queryFn: () => om(
29380
29376
  "https://semaphor.cloud/api/v1/query",
29381
- (o == null ? void 0 : o.accessToken) || (i == null ? void 0 : i.accessToken) || "",
29377
+ (n == null ? void 0 : n.accessToken) || (r == null ? void 0 : r.accessToken) || "",
29382
29378
  {
29383
29379
  connection_id: e.connectionId,
29384
- sql: l,
29380
+ sql: s,
29385
29381
  python: e.python === Jj ? "" : e.python,
29386
- active_filters: s
29382
+ active_filters: o
29387
29383
  }
29388
29384
  ),
29389
29385
  // staleTime: 1000,
29390
- refetchInterval: a,
29386
+ refetchInterval: i,
29391
29387
  // staleTime: 1000,
29392
29388
  enabled: !!e.connectionId
29393
29389
  //&& !isDashboardEditing,
@@ -30222,7 +30218,7 @@ function rM(e) {
30222
30218
  customCfg: e.customCfg,
30223
30219
  preferences: e.preferences
30224
30220
  })), Ee(() => {
30225
- !S || !S.records || k && N || m(a, e.id, (S == null ? void 0 : S.records) || []);
30221
+ !S || !S.records || k && N || (console.log("I am firing"), m(a, e.id, (S == null ? void 0 : S.records) || []));
30226
30222
  }, [
30227
30223
  S,
30228
30224
  a,
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/index-5I0YebI6.js");require("react");require("react-dom");exports.Dashboard=e.Dashboard;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/index-8_ihvapU.js");require("react");require("react-dom");exports.Dashboard=e.Dashboard;
@@ -1,4 +1,4 @@
1
- import { D as p } from "../chunks/index-9atMGUeK.js";
1
+ import { D as p } from "../chunks/index-xyzOo2JH.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  export {
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-5I0YebI6.js"),n=require("./chunks/dashboard-plus-lCYlvokP.js"),I=require("react");require("react-dom");function N({card:t,footer:u,className:m,...c}){const{customCards:r}=e.useSemaphorContext(),h=I.useRef(null),{isError:p,isLoading:i,isFetching:a,cfg:x,visualKey:C,handleDatapointClick:f}=e.useDashboardCard(t),l=e.useDashboardStore(s=>s.themeStyle),d=e.useDashboardStore(s=>s.selectedSheetId),E=e.useDashboardStore(s=>s.selectedCardId),j=e.useDashboardStore(s=>s.isDashboardEditing),{setCardTitle:g,setCardDescription:D,setSelectedCardId:b}=e.useDashboardActions();function S(s){s.stopPropagation(),b(d,t.id)}function T(){if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.replaceDefault){const o=s.content;if(o)return e.jsxRuntimeExports.jsx(o,{card:t})}}return t.type==="kpi"?t.data&&t.data.length>0&&e.jsxRuntimeExports.jsx(e.KPICard,{isLoading:i||a,card:t}):y}function R(){if(p)return e.jsxRuntimeExports.jsx("p",{className:"text-sm",children:"Oops! It seems like something went wrong. Please review your connection or filters."});if(t.type==="table"&&t.data&&t.data.length>0)return e.jsxRuntimeExports.jsxs(e.ScrollArea,{children:[e.jsxRuntimeExports.jsx(e.TableVisual,{card:t,data:t.data}),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"horizontal"})]});if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.content){const o=s.content;return e.jsxRuntimeExports.jsx(o,{card:t})}}if(x)return e.jsxRuntimeExports.jsx(e.ChartJsVisual,{cfg:x,onDatapointClick:f},C)}function A(){if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.footer){const o=s.footer;if(o)return e.jsxRuntimeExports.jsx(o,{card:t})}}return u||null}if(!t.id)return null;const y=e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs(e.CardHeader,{className:"pb-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Editable,{text:t.title,onSave:s=>g(d,t.id,s),children:e.jsxRuntimeExports.jsx(e.CardTitle,{className:"text-base",children:t.title})}),t.refreshInterval&&e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{className:"pr-1",children:e.jsxRuntimeExports.jsx("div",{className:e.cn("h-2 w-2 rounded-full bg-green-500 transition-opacity",{"opacity-10":i||a})})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{side:"right",align:"center",children:e.jsxRuntimeExports.jsx("p",{className:"text-xs",children:`Realtime (${t==null?void 0:t.refreshInterval})`})})]}),!t.refreshInterval&&(i||a)&&e.jsxRuntimeExports.jsx(n.LoaderCircle,{className:"h-4 w-4 animate-spin text-muted-foreground"})]}),e.jsxRuntimeExports.jsx(e.Editable,{text:(t==null?void 0:t.description)||"",onSave:s=>D(d,t.id,s),children:e.jsxRuntimeExports.jsxs(e.CardDescription,{children:[" ",t.description]})})]}),e.jsxRuntimeExports.jsx(e.CardContent,{className:"relative flex grow flex-col overflow-auto pb-0",children:R()}),e.jsxRuntimeExports.jsx(e.CardFooter,{children:A()})]});return e.jsxRuntimeExports.jsx(e.Card,{tabIndex:-1,ref:h,role:"dashboard-card",onClick:S,className:e.cn("relative flex h-full flex-col rounded-sm",{"border-dashed border-foreground/50":E===t.id&&j},l==null?void 0:l.dashboardCard,m),...c,children:T()})}exports.BOOLEAN_DATA_TYPES=e.BOOLEAN_DATA_TYPES;exports.DATE_DATA_TYPES=e.DATE_DATA_TYPES;exports.Dashboard=e.Dashboard;exports.DashboardWC=e.DashboardWC;exports.NUMBER_DATA_TYPES=e.NUMBER_DATA_TYPES;exports.SemaphorQueryClient=e.SemaphorQueryClient;exports.TEXT_DATA_TYPES=e.TEXT_DATA_TYPES;exports.cleanCard=e.cleanCard;exports.createSqlGenConfig=e.createSqlGenConfig;exports.fmt=e.fmt;exports.getBookmarkKey=e.getBookmarkKey;exports.getColumnDataType=e.getColumnDataType;exports.getDashbaordStateWithoutData=e.getDashbaordStateWithoutData;exports.getFilterValueType=e.getFilterValueType;exports.getQualifiedTableName=e.getQualifiedTableName;exports.getSql=e.getSql;exports.isColumnInSqlGen=e.isColumnInSqlGen;exports.resolveDataType=e.resolveDataType;exports.useCard=e.useCard;exports.useDashboardActions=e.useDashboardActions;exports.useDashboardStore=e.useDashboardStore;exports.useEditorActions=e.useEditorActions;exports.useEditorStore=e.useEditorStore;exports.SelectComponent=n.SelectComponent;exports.Surfboard=n.DashboardPlus;exports.useEditorAside=n.useEditorAside;exports.DashboardCard=N;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-8_ihvapU.js"),n=require("./chunks/dashboard-plus--ioQlIzB.js"),I=require("react");require("react-dom");function N({card:t,footer:u,className:m,...c}){const{customCards:r}=e.useSemaphorContext(),h=I.useRef(null),{isError:p,isLoading:i,isFetching:a,cfg:x,visualKey:C,handleDatapointClick:f}=e.useDashboardCard(t),l=e.useDashboardStore(s=>s.themeStyle),d=e.useDashboardStore(s=>s.selectedSheetId),E=e.useDashboardStore(s=>s.selectedCardId),j=e.useDashboardStore(s=>s.isDashboardEditing),{setCardTitle:g,setCardDescription:D,setSelectedCardId:b}=e.useDashboardActions();function S(s){s.stopPropagation(),b(d,t.id)}function T(){if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.replaceDefault){const o=s.content;if(o)return e.jsxRuntimeExports.jsx(o,{card:t})}}return t.type==="kpi"?t.data&&t.data.length>0&&e.jsxRuntimeExports.jsx(e.KPICard,{isLoading:i||a,card:t}):y}function R(){if(p)return e.jsxRuntimeExports.jsx("p",{className:"text-sm",children:"Oops! It seems like something went wrong. Please review your connection or filters."});if(t.type==="table"&&t.data&&t.data.length>0)return e.jsxRuntimeExports.jsxs(e.ScrollArea,{children:[e.jsxRuntimeExports.jsx(e.TableVisual,{card:t,data:t.data}),e.jsxRuntimeExports.jsx(e.ScrollBar,{orientation:"horizontal"})]});if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.content){const o=s.content;return e.jsxRuntimeExports.jsx(o,{card:t})}}if(x)return e.jsxRuntimeExports.jsx(e.ChartJsVisual,{cfg:x,onDatapointClick:f},C)}function A(){if(r&&r.length>0){const s=r.find(o=>o.cardId===t.id);if(s&&s.footer){const o=s.footer;if(o)return e.jsxRuntimeExports.jsx(o,{card:t})}}return u||null}if(!t.id)return null;const y=e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs(e.CardHeader,{className:"pb-4",children:[e.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxRuntimeExports.jsx(e.Editable,{text:t.title,onSave:s=>g(d,t.id,s),children:e.jsxRuntimeExports.jsx(e.CardTitle,{className:"text-base",children:t.title})}),t.refreshInterval&&e.jsxRuntimeExports.jsxs(e.Tooltip,{children:[e.jsxRuntimeExports.jsx(e.TooltipTrigger,{className:"pr-1",children:e.jsxRuntimeExports.jsx("div",{className:e.cn("h-2 w-2 rounded-full bg-green-500 transition-opacity",{"opacity-10":i||a})})}),e.jsxRuntimeExports.jsx(e.TooltipContent,{side:"right",align:"center",children:e.jsxRuntimeExports.jsx("p",{className:"text-xs",children:`Realtime (${t==null?void 0:t.refreshInterval})`})})]}),!t.refreshInterval&&(i||a)&&e.jsxRuntimeExports.jsx(n.LoaderCircle,{className:"h-4 w-4 animate-spin text-muted-foreground"})]}),e.jsxRuntimeExports.jsx(e.Editable,{text:(t==null?void 0:t.description)||"",onSave:s=>D(d,t.id,s),children:e.jsxRuntimeExports.jsxs(e.CardDescription,{children:[" ",t.description]})})]}),e.jsxRuntimeExports.jsx(e.CardContent,{className:"relative flex grow flex-col overflow-auto pb-0",children:R()}),e.jsxRuntimeExports.jsx(e.CardFooter,{children:A()})]});return e.jsxRuntimeExports.jsx(e.Card,{tabIndex:-1,ref:h,role:"dashboard-card",onClick:S,className:e.cn("relative flex h-full flex-col rounded-sm",{"border-dashed border-foreground/50":E===t.id&&j},l==null?void 0:l.dashboardCard,m),...c,children:T()})}exports.BOOLEAN_DATA_TYPES=e.BOOLEAN_DATA_TYPES;exports.DATE_DATA_TYPES=e.DATE_DATA_TYPES;exports.Dashboard=e.Dashboard;exports.DashboardWC=e.DashboardWC;exports.NUMBER_DATA_TYPES=e.NUMBER_DATA_TYPES;exports.SemaphorQueryClient=e.SemaphorQueryClient;exports.TEXT_DATA_TYPES=e.TEXT_DATA_TYPES;exports.cleanCard=e.cleanCard;exports.createSqlGenConfig=e.createSqlGenConfig;exports.fmt=e.fmt;exports.getBookmarkKey=e.getBookmarkKey;exports.getColumnDataType=e.getColumnDataType;exports.getDashbaordStateWithoutData=e.getDashbaordStateWithoutData;exports.getFilterValueType=e.getFilterValueType;exports.getQualifiedTableName=e.getQualifiedTableName;exports.getSql=e.getSql;exports.isColumnInSqlGen=e.isColumnInSqlGen;exports.resolveDataType=e.resolveDataType;exports.useCard=e.useCard;exports.useDashboardActions=e.useDashboardActions;exports.useDashboardStore=e.useDashboardStore;exports.useEditorActions=e.useEditorActions;exports.useEditorStore=e.useEditorStore;exports.SelectComponent=n.SelectComponent;exports.Surfboard=n.DashboardPlus;exports.useEditorAside=n.useEditorAside;exports.DashboardCard=N;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { u as _, a as k, b as r, c as w, j as t, C as F, E as f, d as P, T as L, e as R, f as h, g as B, h as q, i as K, k as Y, l as G, K as O, S as V, m as z, n as H, o as J } from "./chunks/index-9atMGUeK.js";
2
- import { B as se, s as ae, D as oe, q as re, N as ne, I as ie, r as le, L as de, w as ue, t as ce, M as fe, y as he, J as Ce, x as me, A as xe, v as pe, z as ge, F as je, p as De, H as be, G as Se } from "./chunks/index-9atMGUeK.js";
3
- import { L as M } from "./chunks/dashboard-plus-e01JfHQz.js";
4
- import { S as Ee, D as Ie, u as Ae } from "./chunks/dashboard-plus-e01JfHQz.js";
1
+ import { u as _, a as k, b as r, c as w, j as t, C as F, E as f, d as P, T as L, e as R, f as h, g as B, h as q, i as K, k as Y, l as G, K as O, S as V, m as z, n as H, o as J } from "./chunks/index-xyzOo2JH.js";
2
+ import { B as se, s as ae, D as oe, q as re, N as ne, I as ie, r as le, L as de, w as ue, t as ce, M as fe, y as he, J as Ce, x as me, A as xe, v as pe, z as ge, F as je, p as De, H as be, G as Se } from "./chunks/index-xyzOo2JH.js";
3
+ import { L as M } from "./chunks/dashboard-plus-IRCMSJv_.js";
4
+ import { S as Ee, D as Ie, u as Ae } from "./chunks/dashboard-plus-IRCMSJv_.js";
5
5
  import Q from "react";
6
6
  import "react-dom";
7
7
  function Z({
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/dashboard-plus-lCYlvokP.js");require("../chunks/index-5I0YebI6.js");require("react");require("react-dom");exports.Surfboard=r.DashboardPlus;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/dashboard-plus--ioQlIzB.js");require("../chunks/index-8_ihvapU.js");require("react");require("react-dom");exports.Surfboard=r.DashboardPlus;
@@ -1,5 +1,5 @@
1
- import { D as i } from "../chunks/dashboard-plus-e01JfHQz.js";
2
- import "../chunks/index-9atMGUeK.js";
1
+ import { D as i } from "../chunks/dashboard-plus-IRCMSJv_.js";
2
+ import "../chunks/index-xyzOo2JH.js";
3
3
  import "react";
4
4
  import "react-dom";
5
5
  export {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.228",
8
+ "version": "0.0.230",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",