react-semaphor 0.0.561 → 0.0.563
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-CFmFuIzW.js → dashboard-plus-BDaSxoPS.js} +3678 -3465
- package/dist/chunks/dashboard-plus-D6vt7we-.js +435 -0
- package/dist/chunks/{index-CAB57XCo.js → index-DD-bkOqG.js} +19236 -18783
- package/dist/chunks/{index-C2gaZWk3.js → index-DkXwAQmY.js} +152 -147
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +38 -36
- 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 +11 -1
- package/dist/types/main.d.ts +63 -9
- package/dist/types/surfboard.d.ts +11 -1
- package/dist/types/types.d.ts +11 -1
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-94qkdRuS.js +0 -425
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-DkXwAQmY.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-DkXwAQmY.js"),o=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-D6vt7we-.js");require("react/jsx-runtime");require("react");require("react-dom");const Y=["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"];var r=(t=>(t.SUBTOTAL="__SUBTOTAL__",t.TOTAL="__TOTAL__",t.ALL="__ALL__",t))(r||{});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=o.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=Y;exports.PivotMarkerEnum=r;
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { D
|
|
2
|
-
import { EMPTY_SELECTION as
|
|
3
|
-
import { R as
|
|
1
|
+
import { D, d as u, S as d, b as i, b as n, m as l, f as T, o as m, n as p, q as C, s as S, l as A, i as _, k as c, p as h, j as b, h as f, g, t as y, r as L, c as x, x as Q, z as v, y as E, A as F, w as O, e as W, u as N, C as k, v as q, B, a as P } from "./chunks/index-DD-bkOqG.js";
|
|
2
|
+
import { EMPTY_SELECTION as U } from "./types/index.js";
|
|
3
|
+
import { R as G, S as H, a as I, D as V, c as j, d as z, g as J } from "./chunks/dashboard-plus-BDaSxoPS.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-dom";
|
|
7
|
-
const
|
|
7
|
+
const r = [
|
|
8
8
|
// Day granularity formats
|
|
9
9
|
"MM-DD-YYYY",
|
|
10
10
|
"YYYY-MM-DD",
|
|
@@ -35,46 +35,48 @@ const s = [
|
|
|
35
35
|
// Custom format
|
|
36
36
|
"custom"
|
|
37
37
|
];
|
|
38
|
+
var e = /* @__PURE__ */ ((a) => (a.SUBTOTAL = "__SUBTOTAL__", a.TOTAL = "__TOTAL__", a.ALL = "__ALL__", a))(e || {});
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
i as
|
|
49
|
-
|
|
50
|
-
V as
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
p as
|
|
58
|
-
C as
|
|
59
|
-
S as
|
|
60
|
-
|
|
40
|
+
r as DATE_FORMAT_VALUES,
|
|
41
|
+
D as Dashboard,
|
|
42
|
+
u as DashboardWC,
|
|
43
|
+
U as EMPTY_SELECTION,
|
|
44
|
+
e as PivotMarkerEnum,
|
|
45
|
+
G as ResourceManagementPanel,
|
|
46
|
+
H as ScheduleDashboard,
|
|
47
|
+
I as SelectComponent,
|
|
48
|
+
d as SemaphorContextProvider,
|
|
49
|
+
i as SemaphorDataProvider,
|
|
50
|
+
n as SemaphorQueryClient,
|
|
51
|
+
V as Surfboard,
|
|
52
|
+
j as cleanCard,
|
|
53
|
+
l as createSqlGenConfig,
|
|
54
|
+
z as downloadPdf,
|
|
55
|
+
T as fmt,
|
|
56
|
+
m as getColumnDataType,
|
|
57
|
+
J as getDashbaordStateWithoutData,
|
|
58
|
+
p as getFilterValueType,
|
|
59
|
+
C as getFormattedTableNameForQuery,
|
|
60
|
+
S as getQualifiedTableName,
|
|
61
|
+
A as getSql,
|
|
62
|
+
_ as invalidateToken,
|
|
61
63
|
c as isBooleanDataType,
|
|
62
64
|
h as isColumnInSqlGen,
|
|
63
65
|
b as isDateDataType,
|
|
64
66
|
f as isNumberDataType,
|
|
65
67
|
g as isTextDataType,
|
|
66
68
|
y as resolveDataType,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
L as resolveDatamodelName,
|
|
70
|
+
x as useCard,
|
|
71
|
+
Q as useCurrentActiveCard,
|
|
72
|
+
v as useCurrentCardConfig,
|
|
73
|
+
E as useCurrentSheetActiveCards,
|
|
74
|
+
F as useDashboardActions,
|
|
75
|
+
O as useDashboardStore,
|
|
74
76
|
W as useDataColumns,
|
|
75
77
|
N as useDateFilterHook,
|
|
76
|
-
|
|
78
|
+
k as useEditorActions,
|
|
77
79
|
q as useEditorAside,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
B as useEditorStore,
|
|
81
|
+
P as useTextFilterHook
|
|
80
82
|
};
|