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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus--B5BxEsz.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
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;
@@ -1,4 +1,4 @@
1
- import { D as f } from "../chunks/dashboard-plus-Dvpx3lQA.js";
1
+ import { D as f } from "../chunks/dashboard-plus-vO1PNFhv.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -347,7 +347,7 @@ export declare type DateOptions = {
347
347
  options: Intl.DateTimeFormatOptions;
348
348
  };
349
349
 
350
- declare type Dialect = 'mysql' | 'postgresql' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
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;
@@ -650,7 +650,7 @@ export declare type DateOptions = {
650
650
 
651
651
  export { DateRange }
652
652
 
653
- export declare type Dialect = 'mysql' | 'postgresql' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
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' | 'postgresql' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
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;
@@ -344,7 +344,7 @@ export declare type DateOptions = {
344
344
  options: Intl.DateTimeFormatOptions;
345
345
  };
346
346
 
347
- declare type Dialect = 'mysql' | 'postgresql' | 'bigquery' | 'redshift' | 'snowflake' | 'clickhouse' | 'duckdb';
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.126",
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.7",
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",