react-semaphor 0.0.642 → 0.0.644

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-BfJdInCz.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-Bntl46bA.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-Cwvy81Z8.js";
1
+ import { D as f } from "../chunks/dashboard-plus-Dkj_cMhr.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -945,6 +945,8 @@ export declare type TCardPreferences = {
945
945
  displayOptions?: {
946
946
  showFilterInfo?: boolean;
947
947
  showCardToolbar?: boolean;
948
+ showChrome?: boolean;
949
+ allowScroll?: boolean;
948
950
  };
949
951
  };
950
952
 
@@ -645,7 +645,7 @@ export declare type Dialect = 'mysql' | 'postgresql' | 'bigquery' | 'redshift' |
645
645
 
646
646
  export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
647
647
 
648
- export declare function downloadPdf(password?: string): Promise<void>;
648
+ export declare function downloadPdf(apiServiceUrl: string, password?: string): Promise<void>;
649
649
 
650
650
  declare interface DrillActions {
651
651
  updateDrillHierarchies: (h: DrillHierarchy[]) => void;
@@ -1054,7 +1054,7 @@ declare interface InlineDrillInteraction {
1054
1054
  label?: string;
1055
1055
  }
1056
1056
 
1057
- export declare function invalidateToken(): Promise<any>;
1057
+ export declare function invalidateToken(apiServiceUrl: string): Promise<any>;
1058
1058
 
1059
1059
  export declare function isBooleanDataType(dataType: string): boolean;
1060
1060
 
@@ -1571,6 +1571,8 @@ export declare type TCardPreferences = {
1571
1571
  displayOptions?: {
1572
1572
  showFilterInfo?: boolean;
1573
1573
  showCardToolbar?: boolean;
1574
+ showChrome?: boolean;
1575
+ allowScroll?: boolean;
1574
1576
  };
1575
1577
  };
1576
1578
 
@@ -1861,6 +1863,14 @@ export declare type TokenProps = {
1861
1863
  * UI behavior and feature flags.
1862
1864
  */
1863
1865
  config?: UIConfig;
1866
+ /**
1867
+ * Dataservice URL.
1868
+ */
1869
+ dataServiceUrl: string;
1870
+ /**
1871
+ * API service URL.
1872
+ */
1873
+ apiServiceUrl: string;
1864
1874
  };
1865
1875
 
1866
1876
  /**
@@ -950,6 +950,8 @@ export declare type TCardPreferences = {
950
950
  displayOptions?: {
951
951
  showFilterInfo?: boolean;
952
952
  showCardToolbar?: boolean;
953
+ showChrome?: boolean;
954
+ allowScroll?: boolean;
953
955
  };
954
956
  };
955
957
 
@@ -942,6 +942,8 @@ export declare type TCardPreferences = {
942
942
  displayOptions?: {
943
943
  showFilterInfo?: boolean;
944
944
  showCardToolbar?: boolean;
945
+ showChrome?: boolean;
946
+ allowScroll?: boolean;
945
947
  };
946
948
  };
947
949
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.642",
8
+ "version": "0.0.644",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",