semaphor 0.0.85 → 0.0.86
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/{index-BnsJsevV.js → index-BSwfjVFo.js} +12359 -12123
- package/dist/chunks/index-Cix66En2.js +235 -0
- package/dist/chunks/index-D0bAJoup.js +412 -0
- package/dist/chunks/{index-DhjurnP9.js → index-D11rWspx.js} +2350 -2327
- package/dist/chunks/{lucide-react-D2-G_iA5.js → lucide-react-ByJO9o6C.js} +1453 -1468
- package/dist/chunks/{lucide-react-BOL6diSu.js → lucide-react-Df4Kdthg.js} +2988 -3041
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +25 -22
- 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 +41 -3
- package/dist/types/surfboard.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunks/index-CILbzMWs.js +0 -387
- package/dist/chunks/index-VOC0bH2u.js +0 -245
|
@@ -284,7 +284,6 @@ export declare type TCard = {
|
|
|
284
284
|
type: TChartType;
|
|
285
285
|
sql?: string;
|
|
286
286
|
python?: string;
|
|
287
|
-
data?: any[];
|
|
288
287
|
cfg?: any;
|
|
289
288
|
customCfg?: any;
|
|
290
289
|
preferences?: TCardPreferences;
|
|
@@ -433,6 +432,7 @@ declare type TFilter = {
|
|
|
433
432
|
uiType?: 'radio' | 'dropdown';
|
|
434
433
|
sheetId?: string;
|
|
435
434
|
location?: FilterLocation;
|
|
435
|
+
hide?: boolean;
|
|
436
436
|
id: string;
|
|
437
437
|
connectionId: string;
|
|
438
438
|
title: string;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -276,7 +276,6 @@ export declare type TCard = {
|
|
|
276
276
|
type: TChartType;
|
|
277
277
|
sql?: string;
|
|
278
278
|
python?: string;
|
|
279
|
-
data?: any[];
|
|
280
279
|
cfg?: any;
|
|
281
280
|
customCfg?: any;
|
|
282
281
|
preferences?: TCardPreferences;
|
|
@@ -425,6 +424,7 @@ declare type TFilter = {
|
|
|
425
424
|
uiType?: 'radio' | 'dropdown';
|
|
426
425
|
sheetId?: string;
|
|
427
426
|
location?: FilterLocation;
|
|
427
|
+
hide?: boolean;
|
|
428
428
|
id: string;
|
|
429
429
|
connectionId: string;
|
|
430
430
|
title: string;
|