react-semaphor 0.0.662 → 0.0.664
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-ID2BMsNs.js → dashboard-plus-B9-pj2AX.js} +1 -1
- package/dist/chunks/{dashboard-plus-DchlYMe8.js → dashboard-plus-Bp_x5o9D.js} +1 -1
- package/dist/chunks/{index-C4Cg9MqV.js → index-CuIonuI2.js} +1376 -1279
- package/dist/chunks/{index-D9csuqqB.js → index-Ywgaa5lZ.js} +28 -28
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- 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 +1 -1
- package/dist/types/main.d.ts +1 -1
- package/dist/types/surfboard.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
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-Bp_x5o9D.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -347,7 +347,7 @@ export declare type DateOptions = {
|
|
|
347
347
|
options: Intl.DateTimeFormatOptions;
|
|
348
348
|
};
|
|
349
349
|
|
|
350
|
-
declare type Dialect = 'mysql' | '
|
|
350
|
+
declare type Dialect = 'mysql' | 'postgres' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
|
|
351
351
|
|
|
352
352
|
export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
|
|
353
353
|
|
package/dist/types/main.d.ts
CHANGED
|
@@ -650,7 +650,7 @@ export declare type DateOptions = {
|
|
|
650
650
|
|
|
651
651
|
export { DateRange }
|
|
652
652
|
|
|
653
|
-
export declare type Dialect = 'mysql' | '
|
|
653
|
+
export declare type Dialect = 'mysql' | 'postgres' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
|
|
654
654
|
|
|
655
655
|
export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
|
|
656
656
|
|
|
@@ -350,7 +350,7 @@ export declare type DateOptions = {
|
|
|
350
350
|
options: Intl.DateTimeFormatOptions;
|
|
351
351
|
};
|
|
352
352
|
|
|
353
|
-
declare type Dialect = 'mysql' | '
|
|
353
|
+
declare type Dialect = 'mysql' | 'postgres' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
|
|
354
354
|
|
|
355
355
|
export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
|
|
356
356
|
|
package/dist/types/types.d.ts
CHANGED
|
@@ -344,7 +344,7 @@ export declare type DateOptions = {
|
|
|
344
344
|
options: Intl.DateTimeFormatOptions;
|
|
345
345
|
};
|
|
346
346
|
|
|
347
|
-
declare type Dialect = 'mysql' | '
|
|
347
|
+
declare type Dialect = 'mysql' | 'postgres' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
|
|
348
348
|
|
|
349
349
|
export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
|
|
350
350
|
|