react-semaphor 0.0.549 → 0.0.550
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-B8vcdh4C.js → dashboard-plus-BaRzk8Wl.js} +2 -2
- package/dist/chunks/{dashboard-plus-CTzt60G8.js → dashboard-plus-BnkyzrOZ.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/package.json +1 -1
|
@@ -5914,7 +5914,7 @@ function gu({
|
|
|
5914
5914
|
ref: m,
|
|
5915
5915
|
className: Y(
|
|
5916
5916
|
"absolute inset-y-0 left-0 z-[51] flex w-96 flex-col border-r bg-background shadow-lg transition-transform duration-300 ease-in-out",
|
|
5917
|
-
t ? "translate-x-0" : "-translate-x-full",
|
|
5917
|
+
t ? "translate-x-0" : "hidden -translate-x-full",
|
|
5918
5918
|
n
|
|
5919
5919
|
),
|
|
5920
5920
|
children: [
|
|
@@ -18102,7 +18102,7 @@ function Gh({
|
|
|
18102
18102
|
/* @__PURE__ */ e(hc, {}),
|
|
18103
18103
|
/* @__PURE__ */ s(pc, { children: [
|
|
18104
18104
|
/* @__PURE__ */ e(jh, {}),
|
|
18105
|
-
/* @__PURE__ */ s("main", { className: "flex h-full flex-col", children: [
|
|
18105
|
+
/* @__PURE__ */ s("main", { className: "relative flex h-full flex-col", children: [
|
|
18106
18106
|
t && /* @__PURE__ */ e(yu, {}),
|
|
18107
18107
|
/* @__PURE__ */ s(fc, { ...n, children: [
|
|
18108
18108
|
/* @__PURE__ */ e(Fh, {}),
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-DIFWt1VS.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/index-DIFWt1VS.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-BaRzk8Wl.js");require("react/jsx-runtime");require("react");require("react-dom");const r=["MM-DD-YYYY","YYYY-MM-DD","MM/DD/YYYY","DD/MM/YYYY","MMMM DD, YYYY","MMM DD, YYYY","DD MMM YYYY","Week of MMM DD, YYYY","Week of MMMM DD, YYYY","YYYY-WW","MMM YYYY","MMMM YYYY","YYYY-MM","MM/YYYY","YYYY MMM","Q1 YYYY","YYYY Q1","1st Quarter YYYY","YYYY-Q1","Quarter 1, YYYY","YYYY","YY","custom"];exports.Dashboard=e.Dashboard;exports.DashboardWC=e.DashboardWC;exports.SemaphorContextProvider=e.SemaphorContextProvider;exports.SemaphorDataProvider=e.SemaphorQueryClient;exports.SemaphorQueryClient=e.SemaphorQueryClient;exports.createSqlGenConfig=e.createSqlGenConfig;exports.fmt=e.fmt;exports.getColumnDataType=e.getColumnDataType;exports.getFilterValueType=e.getFilterValueType;exports.getFormattedTableNameForQuery=e.getFormattedTableNameForQuery;exports.getQualifiedTableName=e.getQualifiedTableName;exports.getSql=e.getSql;exports.invalidateToken=e.invalidateToken;exports.isBooleanDataType=e.isBooleanDataType;exports.isColumnInSqlGen=e.isColumnInSqlGen;exports.isDateDataType=e.isDateDataType;exports.isNumberDataType=e.isNumberDataType;exports.isTextDataType=e.isTextDataType;exports.resolveDataType=e.resolveDataType;exports.resolveDatamodelName=e.resolveDatamodelName;exports.useCard=e.useCard;exports.useCurrentActiveCard=e.useCurrentActiveCard;exports.useCurrentCardConfig=e.useCurrentCardConfig;exports.useCurrentSheetActiveCards=e.useCurrentSheetActiveCards;exports.useDashboardActions=e.useDashboardActions;exports.useDashboardStore=e.useDashboardStore;exports.useDataColumns=e.useDataColumns;exports.useDateFilterHook=e.useDateFilterHook;exports.useEditorActions=e.useEditorActions;exports.useEditorAside=e.useEditorAside;exports.useEditorStore=e.useEditorStore;exports.useTextFilterHook=e.useTextFilterHook;exports.EMPTY_SELECTION=t.EMPTY_SELECTION;exports.ResourceManagementPanel=a.ResourceManagementPanel;exports.ScheduleDashboard=a.ScheduleDashboard;exports.SelectComponent=a.SelectComponent;exports.Surfboard=a.DashboardPlus;exports.cleanCard=a.cleanCard;exports.downloadPdf=a.downloadPdf;exports.getDashbaordStateWithoutData=a.getDashbaordStateWithoutData;exports.DATE_FORMAT_VALUES=r;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as r, d as M, S as D, b as u, b as i, m as d, f as n, o as l, n as m, q as p, s as C, l as S, i as T, k as c, p as h, j as b, h as f, g, t as y, r as A, c as v, x, z as E, y as Q, A as k, w as F, e as W, u as N, C as P, v as q, B as R, a as _ } from "./chunks/index-CEWweOR2.js";
|
|
2
2
|
import { EMPTY_SELECTION as B } from "./types/index.js";
|
|
3
|
-
import { R as H, S as I, a as L, D as O, c as V, d as j, g as z } from "./chunks/dashboard-plus-
|
|
3
|
+
import { R as H, S as I, a as L, D as O, c as V, d as j, g as z } from "./chunks/dashboard-plus-BnkyzrOZ.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-dom";
|
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-BaRzk8Wl.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED