react-semaphor 0.0.531 → 0.0.533
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-CBqYgo9v.js +415 -0
- package/dist/chunks/dashboard-plus-LY9WbqgF.js +17070 -0
- package/dist/chunks/{index-CSzoJ0Vu.js → index-BhTIunBg.js} +152 -147
- package/dist/chunks/{index-Bgv1quza.js → index-DmhuwPdU.js} +20032 -18704
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +32 -30
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/dashboard.d.ts +4 -0
- package/dist/types/main.d.ts +33 -2
- package/dist/types/surfboard.d.ts +4 -0
- package/dist/types/types.d.ts +4 -0
- package/package.json +5 -3
- package/dist/chunks/dashboard-plus-36t0UDQM.js +0 -370
- package/dist/chunks/dashboard-plus-B2LMwG03.js +0 -13270
package/dist/dashboard/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-BhTIunBg.js"),r=require("../types/index.cjs");exports.Dashboard=e.Dashboard;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/dashboard/index.js
CHANGED
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-BhTIunBg.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-CBqYgo9v.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","YYYY-MM","MMMM YYYY","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
|
-
import { D as Y,
|
|
1
|
+
import { D as Y, d as D, S as i, b as u, b as d, m as n, f as M, 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 g, g as f, t as y, r as A, c as v, x, z as E, y as F, A as N, w as P, e as k, u as q, C as Q, v as R, B as _, a as w } from "./chunks/index-DmhuwPdU.js";
|
|
2
2
|
import { EMPTY_SELECTION as G } from "./types/index.js";
|
|
3
|
-
import {
|
|
3
|
+
import { R as I, S as L, a as O, D as V, c as W, d as j, g as z } from "./chunks/dashboard-plus-LY9WbqgF.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-dom";
|
|
@@ -21,39 +21,41 @@ export {
|
|
|
21
21
|
Y as Dashboard,
|
|
22
22
|
D as DashboardWC,
|
|
23
23
|
G as EMPTY_SELECTION,
|
|
24
|
-
I as
|
|
25
|
-
L as
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
W as
|
|
24
|
+
I as ResourceManagementPanel,
|
|
25
|
+
L as ScheduleDashboard,
|
|
26
|
+
O as SelectComponent,
|
|
27
|
+
i as SemaphorContextProvider,
|
|
28
|
+
u as SemaphorDataProvider,
|
|
29
|
+
d as SemaphorQueryClient,
|
|
30
|
+
V as Surfboard,
|
|
31
|
+
W as cleanCard,
|
|
32
|
+
n as createSqlGenConfig,
|
|
33
|
+
j as downloadPdf,
|
|
32
34
|
M as fmt,
|
|
33
35
|
l as getColumnDataType,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
36
|
+
z as getDashbaordStateWithoutData,
|
|
37
|
+
m as getFilterValueType,
|
|
38
|
+
p as getFormattedTableNameForQuery,
|
|
39
|
+
C as getQualifiedTableName,
|
|
40
|
+
S as getSql,
|
|
41
|
+
T as invalidateToken,
|
|
42
|
+
c as isBooleanDataType,
|
|
43
|
+
h as isColumnInSqlGen,
|
|
44
|
+
b as isDateDataType,
|
|
45
|
+
g as isNumberDataType,
|
|
44
46
|
f as isTextDataType,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
y as resolveDataType,
|
|
48
|
+
A as resolveDatamodelName,
|
|
49
|
+
v as useCard,
|
|
50
|
+
x as useCurrentActiveCard,
|
|
51
|
+
E as useCurrentCardConfig,
|
|
52
|
+
F as useCurrentSheetActiveCards,
|
|
53
|
+
N as useDashboardActions,
|
|
54
|
+
P as useDashboardStore,
|
|
53
55
|
k as useDataColumns,
|
|
54
56
|
q as useDateFilterHook,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
Q as useEditorActions,
|
|
58
|
+
R as useEditorAside,
|
|
57
59
|
_ as useEditorStore,
|
|
58
60
|
w as useTextFilterHook
|
|
59
61
|
};
|