react-semaphor 0.0.215 → 0.0.217
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-6cxhQU7b.js → dashboard-plus-TntWBpXD.js} +1714 -1653
- package/dist/chunks/dashboard-plus-hkbefCny.js +215 -0
- package/dist/chunks/{index-WM7PvYE2.js → index-4Wp9Iidj.js} +1 -1
- package/dist/chunks/{index-icDf4hJ3.js → index-D_kbj8T-.js} +45 -45
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- 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 +7 -0
- package/dist/types/surfboard.d.ts +1 -0
- package/dist/types/types.d.ts +1 -0
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-8ek7Ti6E.js +0 -215
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-4Wp9Iidj.js"),d=require("./chunks/dashboard-plus-hkbefCny.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:n,isFetching:i,cfg:x,visualKey:C,handleDatapointClick:f}=e.useDashboardCard(t),a=e.useDashboardStore(s=>s.themeStyle),l=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(l,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:n||i,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(l,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":n||i})})}),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&&(n||i)&&e.jsxRuntimeExports.jsx(e.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(l,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},a==null?void 0:a.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=d.SelectComponent;exports.Surfboard=d.DashboardPlus;exports.useEditorAside=d.useEditorAside;exports.DashboardCard=N;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { u as _, a as k, b as n, c as w, j as s, C as F, E as f, d as P, T as R, e as B, f as h, g as L, L as q, h as K, i as O, k as Y, l as G, K as V, S as z, m as H, n as J, o as M } from "./chunks/index-
|
|
2
|
-
import { B as se, s as te, D as ae, q as oe, N as ne, I as re, r as ie, M as le, w as de, t as ue, O as ce, y as fe, J as he, x as Ce, A as xe, v as me, z as pe, F as ge, p as je, H as De, G as be } from "./chunks/index-
|
|
3
|
-
import { S as Te, D as Ee, u as Ie } from "./chunks/dashboard-plus-
|
|
1
|
+
import { u as _, a as k, b as n, c as w, j as s, C as F, E as f, d as P, T as R, e as B, f as h, g as L, L as q, h as K, i as O, k as Y, l as G, K as V, S as z, m as H, n as J, o as M } from "./chunks/index-D_kbj8T-.js";
|
|
2
|
+
import { B as se, s as te, D as ae, q as oe, N as ne, I as re, r as ie, M as le, w as de, t as ue, O as ce, y as fe, J as he, x as Ce, A as xe, v as me, z as pe, F as ge, p as je, H as De, G as be } from "./chunks/index-D_kbj8T-.js";
|
|
3
|
+
import { S as Te, D as Ee, u as Ie } from "./chunks/dashboard-plus-TntWBpXD.js";
|
|
4
4
|
import Q from "react";
|
|
5
5
|
import "react-dom";
|
|
6
6
|
function $({
|
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/dashboard-plus-hkbefCny.js");require("../chunks/index-4Wp9Iidj.js");require("react");require("react-dom");exports.Surfboard=r.DashboardPlus;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -238,6 +238,7 @@ export declare type TCard = {
|
|
|
238
238
|
customCfg?: any;
|
|
239
239
|
preferences?: TCardPreferences;
|
|
240
240
|
lastSelectedDatabase?: string;
|
|
241
|
+
lastSelectedDatamodelId?: string;
|
|
241
242
|
lastSelectedSchema?: string;
|
|
242
243
|
lastSelectedTable?: string;
|
|
243
244
|
refreshInterval?: string;
|
package/dist/types/main.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ export declare type TCard = {
|
|
|
508
508
|
customCfg?: any;
|
|
509
509
|
preferences?: TCardPreferences;
|
|
510
510
|
lastSelectedDatabase?: string;
|
|
511
|
+
lastSelectedDatamodelId?: string;
|
|
511
512
|
lastSelectedSchema?: string;
|
|
512
513
|
lastSelectedTable?: string;
|
|
513
514
|
refreshInterval?: string;
|
|
@@ -841,6 +842,7 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
|
|
|
841
842
|
} | undefined;
|
|
842
843
|
} | undefined;
|
|
843
844
|
lastSelectedDatabase?: string | undefined;
|
|
845
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
844
846
|
lastSelectedSchema?: string | undefined;
|
|
845
847
|
lastSelectedTable?: string | undefined;
|
|
846
848
|
refreshInterval?: string | undefined;
|
|
@@ -1027,6 +1029,7 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
|
|
|
1027
1029
|
} | undefined;
|
|
1028
1030
|
} | undefined;
|
|
1029
1031
|
lastSelectedDatabase?: string | undefined;
|
|
1032
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
1030
1033
|
lastSelectedSchema?: string | undefined;
|
|
1031
1034
|
lastSelectedTable?: string | undefined;
|
|
1032
1035
|
refreshInterval?: string | undefined;
|
|
@@ -1170,6 +1173,7 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
|
|
|
1170
1173
|
} | undefined;
|
|
1171
1174
|
} | undefined;
|
|
1172
1175
|
lastSelectedDatabase?: string | undefined;
|
|
1176
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
1173
1177
|
lastSelectedSchema?: string | undefined;
|
|
1174
1178
|
lastSelectedTable?: string | undefined;
|
|
1175
1179
|
refreshInterval?: string | undefined;
|
|
@@ -1468,6 +1472,7 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
|
|
|
1468
1472
|
} | undefined;
|
|
1469
1473
|
} | undefined;
|
|
1470
1474
|
lastSelectedDatabase?: string | undefined;
|
|
1475
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
1471
1476
|
lastSelectedSchema?: string | undefined;
|
|
1472
1477
|
lastSelectedTable?: string | undefined;
|
|
1473
1478
|
refreshInterval?: string | undefined;
|
|
@@ -1824,6 +1829,7 @@ export declare const useEditorStore: UseBoundStore<Omit<StoreApi<EditorStore>, "
|
|
|
1824
1829
|
} | undefined;
|
|
1825
1830
|
} | undefined;
|
|
1826
1831
|
lastSelectedDatabase?: string | undefined;
|
|
1832
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
1827
1833
|
lastSelectedSchema?: string | undefined;
|
|
1828
1834
|
lastSelectedTable?: string | undefined;
|
|
1829
1835
|
refreshInterval?: string | undefined;
|
|
@@ -1967,6 +1973,7 @@ export declare const useEditorStore: UseBoundStore<Omit<StoreApi<EditorStore>, "
|
|
|
1967
1973
|
} | undefined;
|
|
1968
1974
|
} | undefined;
|
|
1969
1975
|
lastSelectedDatabase?: string | undefined;
|
|
1976
|
+
lastSelectedDatamodelId?: string | undefined;
|
|
1970
1977
|
lastSelectedSchema?: string | undefined;
|
|
1971
1978
|
lastSelectedTable?: string | undefined;
|
|
1972
1979
|
refreshInterval?: string | undefined;
|
|
@@ -243,6 +243,7 @@ export declare type TCard = {
|
|
|
243
243
|
customCfg?: any;
|
|
244
244
|
preferences?: TCardPreferences;
|
|
245
245
|
lastSelectedDatabase?: string;
|
|
246
|
+
lastSelectedDatamodelId?: string;
|
|
246
247
|
lastSelectedSchema?: string;
|
|
247
248
|
lastSelectedTable?: string;
|
|
248
249
|
refreshInterval?: string;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -235,6 +235,7 @@ export declare type TCard = {
|
|
|
235
235
|
customCfg?: any;
|
|
236
236
|
preferences?: TCardPreferences;
|
|
237
237
|
lastSelectedDatabase?: string;
|
|
238
|
+
lastSelectedDatamodelId?: string;
|
|
238
239
|
lastSelectedSchema?: string;
|
|
239
240
|
lastSelectedTable?: string;
|
|
240
241
|
refreshInterval?: string;
|