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.
- package/dist/chunks/{dashboard-plus-L8lLx8X5.js → dashboard-plus-CIa_bbdW.js} +2 -2
- package/dist/chunks/{dashboard-plus-DCH_ymxQ.js → dashboard-plus-_RvcYPUc.js} +2 -2
- package/dist/chunks/{index-Dn6IF-mM.js → index-CcU18VfZ.js} +26441 -25993
- package/dist/chunks/{index-CZt-w3pv.js → index-J633tFTS.js} +177 -177
- 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 +4 -0
- package/dist/types/main.d.ts +4 -0
- package/dist/types/surfboard.d.ts +4 -0
- package/dist/types/types.d.ts +4 -0
- 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-CIa_bbdW.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -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
|
@@ -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;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -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;
|