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.
- package/dist/chunks/dashboard-plus-CQ2bJK2N.js +370 -0
- package/dist/chunks/{dashboard-plus-BxRMgI4Z.js → dashboard-plus-xXXfp7cy.js} +2871 -2821
- package/dist/chunks/{index-DmA6sOL5.js → index-DCITGO8x.js} +13485 -13474
- package/dist/chunks/{index-3MZdC5cQ.js → index-S4rz32Hg.js} +128 -128
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- 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 +0 -3
- package/dist/types/main.d.ts +0 -2
- package/dist/types/surfboard.d.ts +0 -3
- package/dist/types/types.d.ts +0 -3
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-BuUA2b05.js +0 -370
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-CQ2bJK2N.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -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;
|
package/dist/types/main.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -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;
|