react-semaphor 0.0.558 → 0.0.560
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-BOeNr29P.js → dashboard-plus-94qkdRuS.js} +15 -15
- package/dist/chunks/{dashboard-plus-CioOSPos.js → dashboard-plus-CFmFuIzW.js} +3158 -3132
- package/dist/chunks/{index-BIfV2qGX.js → index-C2gaZWk3.js} +124 -124
- package/dist/chunks/{index-CTtrpuQm.js → index-CAB57XCo.js} +8421 -8412
- 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/dashboard.d.ts +2 -1
- package/dist/types/main.d.ts +3 -2
- package/dist/types/surfboard.d.ts +2 -1
- package/dist/types/types.d.ts +1 -0
- 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-C2gaZWk3.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-C2gaZWk3.js"),t=require("./types/index.cjs"),a=require("./chunks/dashboard-plus-94qkdRuS.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
|
-
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-
|
|
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-CAB57XCo.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-CFmFuIzW.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-94qkdRuS.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -194,7 +194,7 @@ declare type ConnectionType = 'GoogleSheets' | 'MySQL' | 'MSSQL' | 'PostgreSQL'
|
|
|
194
194
|
|
|
195
195
|
export declare type CustomCard = CardWithContent | CardWithFooter;
|
|
196
196
|
|
|
197
|
-
export declare function Dashboard(props: DashboardProps): JSX_2.Element;
|
|
197
|
+
export declare function Dashboard(props: DashboardProps): JSX_2.Element | null;
|
|
198
198
|
|
|
199
199
|
export declare type DashboardEventHandlers = {
|
|
200
200
|
onExportData?: (payload: ExportDataPayload) => void;
|
|
@@ -735,6 +735,7 @@ declare type TablePreferences = {
|
|
|
735
735
|
selectColumnVisible?: boolean;
|
|
736
736
|
columnVisibility?: Record<string, boolean>;
|
|
737
737
|
pageSize?: number;
|
|
738
|
+
enableDevModePagination?: boolean;
|
|
738
739
|
};
|
|
739
740
|
|
|
740
741
|
export declare type TBaseQuery = {
|
package/dist/types/main.d.ts
CHANGED
|
@@ -411,7 +411,7 @@ export declare function createSqlGenConfig(column: TDataColumn, preSqlGen: SqlGe
|
|
|
411
411
|
|
|
412
412
|
export declare type CustomCard = CardWithContent | CardWithFooter;
|
|
413
413
|
|
|
414
|
-
export declare function Dashboard(props: DashboardProps): JSX_2.Element;
|
|
414
|
+
export declare function Dashboard(props: DashboardProps): JSX_2.Element | null;
|
|
415
415
|
|
|
416
416
|
export declare type DashboardEventHandlers = {
|
|
417
417
|
onExportData?: (payload: ExportDataPayload) => void;
|
|
@@ -1274,7 +1274,7 @@ export declare type StyleProps = {
|
|
|
1274
1274
|
};
|
|
1275
1275
|
};
|
|
1276
1276
|
|
|
1277
|
-
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element;
|
|
1277
|
+
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element | null;
|
|
1278
1278
|
|
|
1279
1279
|
declare interface TableActions {
|
|
1280
1280
|
updateColumnSettingsMap: (columnSettings: ColumnSettingsMap) => void;
|
|
@@ -1301,6 +1301,7 @@ declare type TablePreferences = {
|
|
|
1301
1301
|
selectColumnVisible?: boolean;
|
|
1302
1302
|
columnVisibility?: Record<string, boolean>;
|
|
1303
1303
|
pageSize?: number;
|
|
1304
|
+
enableDevModePagination?: boolean;
|
|
1304
1305
|
};
|
|
1305
1306
|
|
|
1306
1307
|
export declare type TBaseQuery = {
|
|
@@ -733,13 +733,14 @@ export declare type StyleProps = {
|
|
|
733
733
|
};
|
|
734
734
|
};
|
|
735
735
|
|
|
736
|
-
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element;
|
|
736
|
+
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element | null;
|
|
737
737
|
|
|
738
738
|
declare type TablePreferences = {
|
|
739
739
|
columnSettingsMap?: ColumnSettingsMap;
|
|
740
740
|
selectColumnVisible?: boolean;
|
|
741
741
|
columnVisibility?: Record<string, boolean>;
|
|
742
742
|
pageSize?: number;
|
|
743
|
+
enableDevModePagination?: boolean;
|
|
743
744
|
};
|
|
744
745
|
|
|
745
746
|
export declare type TBaseQuery = {
|
package/dist/types/types.d.ts
CHANGED