semaphor 0.0.126 → 0.0.128
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-DuenxiNV.js +335 -0
- package/dist/chunks/{dashboard-plus-Dvpx3lQA.js → dashboard-plus-vO1PNFhv.js} +5562 -5233
- package/dist/chunks/index-BRkgsUH0.js +985 -0
- package/dist/chunks/{index-DFmCb7Dw.js → index-nm88dVBB.js} +26924 -25784
- 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 +5 -1
- package/dist/types/main.d.ts +6 -2
- package/dist/types/surfboard.d.ts +5 -1
- package/dist/types/types.d.ts +5 -1
- package/package.json +2 -2
- package/dist/chunks/dashboard-plus--B5BxEsz.js +0 -330
- package/dist/chunks/index-Chy9tOxv.js +0 -987
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-DuenxiNV.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
|
|
|
@@ -1098,6 +1098,10 @@ declare type TFilter = {
|
|
|
1098
1098
|
database: string;
|
|
1099
1099
|
sql: string;
|
|
1100
1100
|
operation: Operation;
|
|
1101
|
+
applyToSheetIds?: string[];
|
|
1102
|
+
excludeSheetIds?: string[];
|
|
1103
|
+
applyToCardIds?: string[];
|
|
1104
|
+
excludeCardIds?: string[];
|
|
1101
1105
|
};
|
|
1102
1106
|
|
|
1103
1107
|
declare type TFilterValue = FilterForString | FilterForEqual | FilterForCompare | FilterForBetween | FilterForIn | FilterForDate;
|
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
|
|
|
@@ -1737,6 +1737,10 @@ declare type TFilter = {
|
|
|
1737
1737
|
database: string;
|
|
1738
1738
|
sql: string;
|
|
1739
1739
|
operation: Operation;
|
|
1740
|
+
applyToSheetIds?: string[];
|
|
1741
|
+
excludeSheetIds?: string[];
|
|
1742
|
+
applyToCardIds?: string[];
|
|
1743
|
+
excludeCardIds?: string[];
|
|
1740
1744
|
};
|
|
1741
1745
|
|
|
1742
1746
|
export declare type TFilterValue = FilterForString | FilterForEqual | FilterForCompare | FilterForBetween | FilterForIn | FilterForDate;
|
|
@@ -2213,7 +2217,7 @@ export declare type VisualDisplayPreferences = {
|
|
|
2213
2217
|
};
|
|
2214
2218
|
};
|
|
2215
2219
|
|
|
2216
|
-
export declare function VisualEditingControls({ className }: VisualEditingControlsProps): JSX_2.Element;
|
|
2220
|
+
export declare function VisualEditingControls({ className, }: VisualEditingControlsProps): JSX_2.Element;
|
|
2217
2221
|
|
|
2218
2222
|
declare interface VisualEditingControlsProps {
|
|
2219
2223
|
className?: string;
|
|
@@ -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
|
|
|
@@ -1103,6 +1103,10 @@ declare type TFilter = {
|
|
|
1103
1103
|
database: string;
|
|
1104
1104
|
sql: string;
|
|
1105
1105
|
operation: Operation;
|
|
1106
|
+
applyToSheetIds?: string[];
|
|
1107
|
+
excludeSheetIds?: string[];
|
|
1108
|
+
applyToCardIds?: string[];
|
|
1109
|
+
excludeCardIds?: string[];
|
|
1106
1110
|
};
|
|
1107
1111
|
|
|
1108
1112
|
declare type TFilterValue = FilterForString | FilterForEqual | FilterForCompare | FilterForBetween | FilterForIn | FilterForDate;
|
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
|
|
|
@@ -1095,6 +1095,10 @@ declare type TFilter = {
|
|
|
1095
1095
|
database: string;
|
|
1096
1096
|
sql: string;
|
|
1097
1097
|
operation: Operation;
|
|
1098
|
+
applyToSheetIds?: string[];
|
|
1099
|
+
excludeSheetIds?: string[];
|
|
1100
|
+
applyToCardIds?: string[];
|
|
1101
|
+
excludeCardIds?: string[];
|
|
1098
1102
|
};
|
|
1099
1103
|
|
|
1100
1104
|
declare type TFilterValue = FilterForString | FilterForEqual | FilterForCompare | FilterForBetween | FilterForIn | FilterForDate;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "support@semaphor.cloud"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.128",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"./style.css": "./dist/style.css"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@ai-sdk/react": "^2.0.
|
|
43
|
+
"@ai-sdk/react": "^2.0.72",
|
|
44
44
|
"@dnd-kit/core": "^6.3.1",
|
|
45
45
|
"@dnd-kit/sortable": "^10.0.0",
|
|
46
46
|
"@dnd-kit/utilities": "^3.2.2",
|