react-semaphor 0.0.528 → 0.0.530

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-BuUA2b05.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-CQ2bJK2N.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-BxRMgI4Z.js";
1
+ import { D as f } from "../chunks/dashboard-plus-xXXfp7cy.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -97,8 +97,6 @@ declare interface CardInteractionConfig {
97
97
  clickFilterInteractions?: ClickFilterInteraction[];
98
98
  }
99
99
 
100
- declare type CardMode = 'explorer' | 'dev';
101
-
102
100
  declare type CardWithContent = BaseCustomCard & {
103
101
  content: React.FC<{
104
102
  card: TCard;
@@ -738,7 +736,6 @@ export declare type TBaseQuery = {
738
736
  };
739
737
 
740
738
  export declare type TCard = {
741
- mode?: CardMode;
742
739
  id: string;
743
740
  title: string;
744
741
  tabTitle?: string;
@@ -110,7 +110,6 @@ declare type Actions = {
110
110
  };
111
111
 
112
112
  declare type Actions_2 = TableActions & ExplorerActions & DrillActions & {
113
- setCardMode: (mode: CardMode) => void;
114
113
  setEditorFilterMode: (filterColumnName: string, filterMode: 'include' | 'exclude') => void;
115
114
  setLowerIsBetter: (lowerIsBetter: boolean) => void;
116
115
  clearEditorFilter: (filterColumn: FilterByColumn) => void;
@@ -1261,7 +1260,6 @@ export declare type TBaseQuery = {
1261
1260
  };
1262
1261
 
1263
1262
  export declare type TCard = {
1264
- mode?: CardMode;
1265
1263
  id: string;
1266
1264
  title: string;
1267
1265
  tabTitle?: string;
@@ -97,8 +97,6 @@ declare interface CardInteractionConfig {
97
97
  clickFilterInteractions?: ClickFilterInteraction[];
98
98
  }
99
99
 
100
- declare type CardMode = 'explorer' | 'dev';
101
-
102
100
  declare type CardWithContent = BaseCustomCard & {
103
101
  content: React.FC<{
104
102
  card: TCard;
@@ -743,7 +741,6 @@ export declare type TBaseQuery = {
743
741
  };
744
742
 
745
743
  export declare type TCard = {
746
- mode?: CardMode;
747
744
  id: string;
748
745
  title: string;
749
746
  tabTitle?: string;
@@ -96,8 +96,6 @@ declare interface CardInteractionConfig {
96
96
  clickFilterInteractions?: ClickFilterInteraction[];
97
97
  }
98
98
 
99
- declare type CardMode = 'explorer' | 'dev';
100
-
101
99
  declare type CardWithContent = BaseCustomCard & {
102
100
  content: React.FC<{
103
101
  card: TCard;
@@ -735,7 +733,6 @@ export declare type TBaseQuery = {
735
733
  };
736
734
 
737
735
  export declare type TCard = {
738
- mode?: CardMode;
739
736
  id: string;
740
737
  title: string;
741
738
  tabTitle?: string;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.528",
8
+ "version": "0.0.530",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",