react-semaphor 0.0.497 → 0.0.499
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-zm4fNcpZ.js → dashboard-plus-CoNExipD.js} +1242 -1242
- package/dist/chunks/{dashboard-plus-Y6T7NevU.js → dashboard-plus-N66fUb47.js} +7 -7
- package/dist/chunks/{index-DS0Y6nR1.js → index-B-1DOZy1.js} +35 -35
- package/dist/chunks/{index-QQ4mDYaF.js → index-Bu82AvMn.js} +1540 -1539
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/main.d.ts +5 -5
- package/package.json +1 -1
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-B-1DOZy1.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-B-1DOZy1.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-N66fUb47.js");require("react/jsx-runtime");require("react");require("react-dom");const o=["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.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=o;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D, c as Y, S as i, S as d, l, f as M, n as u, m, p as n, q as p, k as S, i as T, j as b, o as h, h as c, g as y, e as C, s as f, r as g, b as E, w as x, v as A, d as F, u as v, y as N, t as k, x as q, a as P } from "./chunks/index-
|
|
1
|
+
import { D, c as Y, S as i, S as d, l, f as M, n as u, m, p as n, q as p, k as S, i as T, j as b, o as h, h as c, g as y, e as C, s as f, r as g, b as E, w as x, v as A, d as F, u as v, y as N, t as k, x as q, a as P } from "./chunks/index-Bu82AvMn.js";
|
|
2
2
|
import { EMPTY_SELECTION as _ } from "./types/index.js";
|
|
3
|
-
import { S as G, a as H, D as I, c as L, d as O, g as V } from "./chunks/dashboard-plus-
|
|
3
|
+
import { S as G, a as H, D as I, c as L, d as O, g as V } from "./chunks/dashboard-plus-CoNExipD.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-N66fUb47.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
package/dist/types/main.d.ts
CHANGED
|
@@ -738,7 +738,7 @@ export declare function getFormattedTableNameForQuery({ schemaName, tableName, m
|
|
|
738
738
|
schemaName: string;
|
|
739
739
|
tableName: string;
|
|
740
740
|
modelName: string | undefined;
|
|
741
|
-
connectionType: string;
|
|
741
|
+
connectionType: string | undefined;
|
|
742
742
|
databaseName: string;
|
|
743
743
|
}): string;
|
|
744
744
|
|
|
@@ -752,11 +752,11 @@ export declare type GetPluginsResponse = {
|
|
|
752
752
|
export declare function getQualifiedTableName({ schemaName, tableName, connectionType, databaseName, }: {
|
|
753
753
|
schemaName: string;
|
|
754
754
|
tableName: string;
|
|
755
|
-
connectionType: string;
|
|
755
|
+
connectionType: string | undefined;
|
|
756
756
|
databaseName: string;
|
|
757
757
|
}): string;
|
|
758
758
|
|
|
759
|
-
export declare function getSql(config: SqlGen, schemaName: string, tableName: string, modelName: string, connectionType: string, databaseName: string): string | undefined;
|
|
759
|
+
export declare function getSql(config: SqlGen, schemaName: string, tableName: string, modelName: string, connectionType: string | undefined, databaseName: string): string | undefined;
|
|
760
760
|
|
|
761
761
|
export declare type Granularity = 'day' | 'week' | 'month' | 'year';
|
|
762
762
|
|
|
@@ -1377,8 +1377,8 @@ export declare function useEditorAside(token?: AuthToken, _connectionQueryKey?:
|
|
|
1377
1377
|
isColumnsLoadingOrFetching: boolean;
|
|
1378
1378
|
isColumnsError: boolean;
|
|
1379
1379
|
isNonDbConnection: boolean;
|
|
1380
|
-
connectionType:
|
|
1381
|
-
tableName:
|
|
1380
|
+
connectionType: string | undefined;
|
|
1381
|
+
tableName: string;
|
|
1382
1382
|
formattedTableName: string;
|
|
1383
1383
|
schemaName: string;
|
|
1384
1384
|
refetchConnections: (options?: RefetchOptions) => Promise<QueryObserverResult<any, Error>>;
|