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.
- package/dist/chunks/{dashboard-plus-BzuJFiIs.js → dashboard-plus-WAU6uC9K.js} +2281 -2214
- package/dist/chunks/{dashboard-plus-Dyrdsjxq.js → dashboard-plus-nNjDdQ-Z.js} +53 -53
- package/dist/chunks/{index-BEIz1z4E.js → index-C3UqoMX_.js} +8755 -8736
- package/dist/chunks/{index-BXnC5Vr5.js → index-D9K5qlK0.js} +160 -160
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- 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 +5 -0
- package/dist/types/main.d.ts +5 -0
- package/dist/types/surfboard.d.ts +5 -0
- package/dist/types/types.d.ts +5 -0
- package/package.json +1 -1
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-nNjDdQ-Z.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -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 = {
|
package/dist/types/main.d.ts
CHANGED
|
@@ -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 = {
|
package/dist/types/types.d.ts
CHANGED
|
@@ -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 = {
|