react-semaphor 0.0.5801 → 0.0.5921
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-CHD4IsyS.js → dashboard-plus-BbSiLlXL.js} +6057 -6284
- package/dist/chunks/dashboard-plus-eWa7yST3.js +346 -0
- package/dist/chunks/index-BoQ03saJ.js +859 -0
- package/dist/chunks/{index-D1qZuwZQ.js → index-s7sbyt-u.js} +38863 -35358
- 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 +12 -0
- package/dist/types/main.d.ts +12 -0
- package/dist/types/surfboard.d.ts +12 -0
- package/dist/types/types.d.ts +12 -0
- package/package.json +4 -4
- package/dist/chunks/dashboard-plus-2Ws4IDjX.js +0 -421
- package/dist/chunks/index-Cz5Qe8Z8.js +0 -678
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-eWa7yST3.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -7,6 +7,7 @@ declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDI
|
|
|
7
7
|
|
|
8
8
|
declare type AIContext = {
|
|
9
9
|
selectedEntities: SelectedEntities;
|
|
10
|
+
fileAttachments?: FileAttachment[];
|
|
10
11
|
};
|
|
11
12
|
|
|
12
13
|
export declare type AIScopeTable = {
|
|
@@ -416,6 +417,17 @@ declare interface Field {
|
|
|
416
417
|
role?: 'groupby' | 'metric' | 'sortby' | 'pivotby';
|
|
417
418
|
}
|
|
418
419
|
|
|
420
|
+
declare type FileAttachment = {
|
|
421
|
+
id: string;
|
|
422
|
+
name: string;
|
|
423
|
+
size: number;
|
|
424
|
+
type: string;
|
|
425
|
+
data?: string;
|
|
426
|
+
url?: string;
|
|
427
|
+
preview?: string;
|
|
428
|
+
uploadProgress?: number;
|
|
429
|
+
};
|
|
430
|
+
|
|
419
431
|
declare interface FileEntityReference extends DatabaseEntityReference {
|
|
420
432
|
id: string;
|
|
421
433
|
type: 'file' | 'url' | 'upload';
|
package/dist/types/main.d.ts
CHANGED
|
@@ -212,6 +212,7 @@ export declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX'
|
|
|
212
212
|
|
|
213
213
|
declare type AIContext = {
|
|
214
214
|
selectedEntities: SelectedEntities;
|
|
215
|
+
fileAttachments?: FileAttachment[];
|
|
215
216
|
};
|
|
216
217
|
|
|
217
218
|
export declare type AIScopeTable = {
|
|
@@ -824,6 +825,17 @@ export declare interface Field {
|
|
|
824
825
|
role?: 'groupby' | 'metric' | 'sortby' | 'pivotby';
|
|
825
826
|
}
|
|
826
827
|
|
|
828
|
+
declare type FileAttachment = {
|
|
829
|
+
id: string;
|
|
830
|
+
name: string;
|
|
831
|
+
size: number;
|
|
832
|
+
type: string;
|
|
833
|
+
data?: string;
|
|
834
|
+
url?: string;
|
|
835
|
+
preview?: string;
|
|
836
|
+
uploadProgress?: number;
|
|
837
|
+
};
|
|
838
|
+
|
|
827
839
|
export declare interface FileEntityReference extends DatabaseEntityReference {
|
|
828
840
|
id: string;
|
|
829
841
|
type: 'file' | 'url' | 'upload';
|
|
@@ -7,6 +7,7 @@ declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDI
|
|
|
7
7
|
|
|
8
8
|
declare type AIContext = {
|
|
9
9
|
selectedEntities: SelectedEntities;
|
|
10
|
+
fileAttachments?: FileAttachment[];
|
|
10
11
|
};
|
|
11
12
|
|
|
12
13
|
export declare type AIScopeTable = {
|
|
@@ -419,6 +420,17 @@ declare interface Field {
|
|
|
419
420
|
role?: 'groupby' | 'metric' | 'sortby' | 'pivotby';
|
|
420
421
|
}
|
|
421
422
|
|
|
423
|
+
declare type FileAttachment = {
|
|
424
|
+
id: string;
|
|
425
|
+
name: string;
|
|
426
|
+
size: number;
|
|
427
|
+
type: string;
|
|
428
|
+
data?: string;
|
|
429
|
+
url?: string;
|
|
430
|
+
preview?: string;
|
|
431
|
+
uploadProgress?: number;
|
|
432
|
+
};
|
|
433
|
+
|
|
422
434
|
declare interface FileEntityReference extends DatabaseEntityReference {
|
|
423
435
|
id: string;
|
|
424
436
|
type: 'file' | 'url' | 'upload';
|
package/dist/types/types.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDI
|
|
|
6
6
|
|
|
7
7
|
declare type AIContext = {
|
|
8
8
|
selectedEntities: SelectedEntities;
|
|
9
|
+
fileAttachments?: FileAttachment[];
|
|
9
10
|
};
|
|
10
11
|
|
|
11
12
|
export declare type AIScopeTable = {
|
|
@@ -413,6 +414,17 @@ declare interface Field {
|
|
|
413
414
|
role?: 'groupby' | 'metric' | 'sortby' | 'pivotby';
|
|
414
415
|
}
|
|
415
416
|
|
|
417
|
+
declare type FileAttachment = {
|
|
418
|
+
id: string;
|
|
419
|
+
name: string;
|
|
420
|
+
size: number;
|
|
421
|
+
type: string;
|
|
422
|
+
data?: string;
|
|
423
|
+
url?: string;
|
|
424
|
+
preview?: string;
|
|
425
|
+
uploadProgress?: number;
|
|
426
|
+
};
|
|
427
|
+
|
|
416
428
|
declare interface FileEntityReference extends DatabaseEntityReference {
|
|
417
429
|
id: string;
|
|
418
430
|
type: 'file' | 'url' | 'upload';
|
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.5921",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@radix-ui/react-select": "^2.1.4",
|
|
72
72
|
"@radix-ui/react-separator": "^1.1.1",
|
|
73
73
|
"@radix-ui/react-slider": "^1.3.5",
|
|
74
|
-
"@radix-ui/react-slot": "^1.2.
|
|
74
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
75
75
|
"@radix-ui/react-switch": "^1.1.2",
|
|
76
76
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
77
77
|
"@radix-ui/react-toggle": "^1.1.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"class-variance-authority": "^0.7.0",
|
|
88
88
|
"clsx": "^2.0.0",
|
|
89
89
|
"cmdk": "^1.1.1",
|
|
90
|
-
"date-fns": "^3.
|
|
90
|
+
"date-fns": "^3.6.0",
|
|
91
91
|
"immer": "^10.0.3",
|
|
92
92
|
"jwt-decode": "^4.0.0",
|
|
93
93
|
"lodash.merge": "^4.6.2",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"ms": "^2.1.3",
|
|
96
96
|
"next-themes": "^0.4.4",
|
|
97
97
|
"prism-react-renderer": "^2.4.1",
|
|
98
|
-
"react-day-picker": "^
|
|
98
|
+
"react-day-picker": "^9.9.0",
|
|
99
99
|
"react-error-boundary": "^4.1.2",
|
|
100
100
|
"react-grid-layout": "^1.5.0",
|
|
101
101
|
"react-icons": "^5.0.1",
|