react-semaphor 0.0.679 → 0.0.680

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-L8lLx8X5.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-CIa_bbdW.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-DCH_ymxQ.js";
1
+ import { D as f } from "../chunks/dashboard-plus-_RvcYPUc.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -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;
@@ -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;
@@ -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;
@@ -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.679",
8
+ "version": "0.0.680",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",