react-semaphor 0.0.494 → 0.0.497
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-Y6T7NevU.js +410 -0
- package/dist/chunks/{dashboard-plus-Cd3ap6MA.js → dashboard-plus-zm4fNcpZ.js} +4944 -6303
- package/dist/chunks/index-DS0Y6nR1.js +534 -0
- package/dist/chunks/{index-gOd6mefJ.js → index-QQ4mDYaF.js} +20956 -18087
- 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 +5 -0
- package/dist/types/main.d.ts +9 -0
- package/dist/types/surfboard.d.ts +5 -0
- package/dist/types/types.d.ts +5 -0
- package/package.json +3 -3
- package/dist/chunks/dashboard-plus-DUguMgRI.js +0 -440
- package/dist/chunks/index-COH782HH.js +0 -452
|
@@ -5,6 +5,10 @@ export declare type AggregateCalc = 'AVG' | 'MIN' | 'MAX' | 'SUM' | 'COUNT' | 'C
|
|
|
5
5
|
|
|
6
6
|
declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDIAN' | 'DISTINCT';
|
|
7
7
|
|
|
8
|
+
declare type AIContext = {
|
|
9
|
+
selectedEntities: SelectedEntities;
|
|
10
|
+
};
|
|
11
|
+
|
|
8
12
|
export declare type AIScopeTable = {
|
|
9
13
|
connectionId: string;
|
|
10
14
|
connectionType: string;
|
|
@@ -713,6 +717,7 @@ export declare type TCustomCardPreferences = {
|
|
|
713
717
|
export declare type TDashboard = {
|
|
714
718
|
id: string;
|
|
715
719
|
title?: string;
|
|
720
|
+
aiContext?: AIContext;
|
|
716
721
|
description?: string;
|
|
717
722
|
sheets?: TSheet[];
|
|
718
723
|
style?: TStyle;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -4,6 +4,10 @@ export declare type AggregateCalc = 'AVG' | 'MIN' | 'MAX' | 'SUM' | 'COUNT' | 'C
|
|
|
4
4
|
|
|
5
5
|
declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDIAN' | 'DISTINCT';
|
|
6
6
|
|
|
7
|
+
declare type AIContext = {
|
|
8
|
+
selectedEntities: SelectedEntities;
|
|
9
|
+
};
|
|
10
|
+
|
|
7
11
|
export declare type AIScopeTable = {
|
|
8
12
|
connectionId: string;
|
|
9
13
|
connectionType: string;
|
|
@@ -705,6 +709,7 @@ export declare type TCustomCardPreferences = {
|
|
|
705
709
|
export declare type TDashboard = {
|
|
706
710
|
id: string;
|
|
707
711
|
title?: string;
|
|
712
|
+
aiContext?: AIContext;
|
|
708
713
|
description?: string;
|
|
709
714
|
sheets?: TSheet[];
|
|
710
715
|
style?: TStyle;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "support@semaphor.cloud"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.497",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@radix-ui/react-alert-dialog": "^1.1.4",
|
|
58
58
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
59
59
|
"@radix-ui/react-collapsible": "^1.1.2",
|
|
60
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
60
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
61
61
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
62
62
|
"@radix-ui/react-hover-card": "^1.1.4",
|
|
63
63
|
"@radix-ui/react-icons": "^1.3.2",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
83
83
|
"class-variance-authority": "^0.7.0",
|
|
84
84
|
"clsx": "^2.0.0",
|
|
85
|
-
"cmdk": "^1.
|
|
85
|
+
"cmdk": "^1.1.1",
|
|
86
86
|
"date-fns": "^3.3.1",
|
|
87
87
|
"immer": "^10.0.3",
|
|
88
88
|
"jwt-decode": "^4.0.0",
|