react-semaphor 0.0.639 → 0.0.641

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-Dyrdsjxq.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-nNjDdQ-Z.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-BzuJFiIs.js";
1
+ import { D as f } from "../chunks/dashboard-plus-WAU6uC9K.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -308,6 +308,7 @@ declare interface DatabaseEntityReference {
308
308
  connectionId: string;
309
309
  connectionType: ConnectionType;
310
310
  type: EntityType;
311
+ dbObjectType?: string;
311
312
  dialect?: Dialect;
312
313
  database?: string;
313
314
  schema?: string;
@@ -941,6 +942,10 @@ export declare type TCardPreferences = {
941
942
  sortRowsBy?: 'label' | 'total' | 'metric';
942
943
  sortColumnsBy?: 'label' | 'total' | 'metric';
943
944
  };
945
+ displayOptions?: {
946
+ showFilterInfo?: boolean;
947
+ showCardToolbar?: boolean;
948
+ };
944
949
  };
945
950
 
946
951
  export declare type TChartOptions = {
@@ -580,6 +580,7 @@ export declare interface DatabaseEntityReference {
580
580
  connectionId: string;
581
581
  connectionType: ConnectionType;
582
582
  type: EntityType;
583
+ dbObjectType?: string;
583
584
  dialect?: Dialect;
584
585
  database?: string;
585
586
  schema?: string;
@@ -1567,6 +1568,10 @@ export declare type TCardPreferences = {
1567
1568
  sortRowsBy?: 'label' | 'total' | 'metric';
1568
1569
  sortColumnsBy?: 'label' | 'total' | 'metric';
1569
1570
  };
1571
+ displayOptions?: {
1572
+ showFilterInfo?: boolean;
1573
+ showCardToolbar?: boolean;
1574
+ };
1570
1575
  };
1571
1576
 
1572
1577
  declare type TChartConfiguration = ChartConfiguration;
@@ -311,6 +311,7 @@ declare interface DatabaseEntityReference {
311
311
  connectionId: string;
312
312
  connectionType: ConnectionType;
313
313
  type: EntityType;
314
+ dbObjectType?: string;
314
315
  dialect?: Dialect;
315
316
  database?: string;
316
317
  schema?: string;
@@ -946,6 +947,10 @@ export declare type TCardPreferences = {
946
947
  sortRowsBy?: 'label' | 'total' | 'metric';
947
948
  sortColumnsBy?: 'label' | 'total' | 'metric';
948
949
  };
950
+ displayOptions?: {
951
+ showFilterInfo?: boolean;
952
+ showCardToolbar?: boolean;
953
+ };
949
954
  };
950
955
 
951
956
  export declare type TChartOptions = {
@@ -305,6 +305,7 @@ declare interface DatabaseEntityReference {
305
305
  connectionId: string;
306
306
  connectionType: ConnectionType;
307
307
  type: EntityType;
308
+ dbObjectType?: string;
308
309
  dialect?: Dialect;
309
310
  database?: string;
310
311
  schema?: string;
@@ -938,6 +939,10 @@ export declare type TCardPreferences = {
938
939
  sortRowsBy?: 'label' | 'total' | 'metric';
939
940
  sortColumnsBy?: 'label' | 'total' | 'metric';
940
941
  };
942
+ displayOptions?: {
943
+ showFilterInfo?: boolean;
944
+ showCardToolbar?: boolean;
945
+ };
941
946
  };
942
947
 
943
948
  export declare type TChartOptions = {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.639",
8
+ "version": "0.0.641",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",