react-semaphor 0.0.516 → 0.0.518
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-DI4Qb6iN.js +375 -0
- package/dist/chunks/{dashboard-plus-DIpyPOTJ.js → dashboard-plus-DzPDyise.js} +5287 -5693
- package/dist/chunks/index-0e5ek9VV.js +643 -0
- package/dist/chunks/{index-CmYcMGxs.js → index-Bb5ixhkS.js} +65827 -59247
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +39 -35
- 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 +124 -2
- package/dist/types/main.d.ts +167 -3
- package/dist/types/surfboard.d.ts +124 -2
- package/dist/types/types.d.ts +124 -2
- package/package.json +2 -1
- package/dist/chunks/dashboard-plus-l5tcfQ45.js +0 -410
- package/dist/chunks/index-DDq9dhWf.js +0 -534
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-0e5ek9VV.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-0e5ek9VV.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-DI4Qb6iN.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.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.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,10 +1,11 @@
|
|
|
1
|
-
import { D, c as
|
|
2
|
-
import { EMPTY_SELECTION as
|
|
3
|
-
import { S as
|
|
1
|
+
import { D as Y, c as D, S as i, S as u, l as d, f as M, n as l, m as n, p as m, q as p, k as C, i as S, j as T, o as c, h, g as b, e as f, s as g, r as y, b as A, w as E, y as v, x, z as F, v as N, d as k, u as q, B as P, t as Q, A as _, a as w } from "./chunks/index-Bb5ixhkS.js";
|
|
2
|
+
import { EMPTY_SELECTION as G } from "./types/index.js";
|
|
3
|
+
import { S as I, a as L, D as O, c as V, d as W, g as j } from "./chunks/dashboard-plus-DzPDyise.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
const t = [
|
|
8
|
+
"MM-DD-YYYY",
|
|
8
9
|
"YYYY-MM-DD",
|
|
9
10
|
"MM/DD/YYYY",
|
|
10
11
|
"DD/MM/YYYY",
|
|
@@ -17,39 +18,42 @@ const t = [
|
|
|
17
18
|
];
|
|
18
19
|
export {
|
|
19
20
|
t as DATE_FORMAT_VALUES,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
Y as Dashboard,
|
|
22
|
+
D as DashboardWC,
|
|
23
|
+
G as EMPTY_SELECTION,
|
|
24
|
+
I as ScheduleDashboard,
|
|
25
|
+
L as SelectComponent,
|
|
25
26
|
i as SemaphorDataProvider,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
u as SemaphorQueryClient,
|
|
28
|
+
O as Surfboard,
|
|
29
|
+
V as cleanCard,
|
|
30
|
+
d as createSqlGenConfig,
|
|
31
|
+
W as downloadPdf,
|
|
31
32
|
M as fmt,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
l as getColumnDataType,
|
|
34
|
+
j as getDashbaordStateWithoutData,
|
|
35
|
+
n as getFilterValueType,
|
|
36
|
+
m as getFormattedTableNameForQuery,
|
|
36
37
|
p as getQualifiedTableName,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
N as
|
|
52
|
-
k as
|
|
53
|
-
q as
|
|
54
|
-
P as
|
|
38
|
+
C as getSql,
|
|
39
|
+
S as invalidateToken,
|
|
40
|
+
T as isBooleanDataType,
|
|
41
|
+
c as isColumnInSqlGen,
|
|
42
|
+
h as isDateDataType,
|
|
43
|
+
b as isNumberDataType,
|
|
44
|
+
f as isTextDataType,
|
|
45
|
+
g as resolveDataType,
|
|
46
|
+
y as resolveDatamodelName,
|
|
47
|
+
A as useCard,
|
|
48
|
+
E as useCurrentActiveCard,
|
|
49
|
+
v as useCurrentCardConfig,
|
|
50
|
+
x as useCurrentSheetActiveCards,
|
|
51
|
+
F as useDashboardActions,
|
|
52
|
+
N as useDashboardStore,
|
|
53
|
+
k as useDataColumns,
|
|
54
|
+
q as useDateFilterHook,
|
|
55
|
+
P as useEditorActions,
|
|
56
|
+
Q as useEditorAside,
|
|
57
|
+
_ as useEditorStore,
|
|
58
|
+
w as useTextFilterHook
|
|
55
59
|
};
|