react-semaphor 0.0.575 → 0.0.577
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-BDkw8Fw6.js +426 -0
- package/dist/chunks/{dashboard-plus-CdWL_lpU.js → dashboard-plus-T1WYEBas.js} +4047 -4015
- package/dist/chunks/{index-DNate4Ox.js → index-B7VH4-54.js} +35753 -31824
- package/dist/chunks/index-BpI99Onu.js +691 -0
- 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 +2 -0
- package/dist/types/main.d.ts +2 -0
- package/dist/types/surfboard.d.ts +2 -0
- package/dist/types/types.d.ts +2 -0
- package/package.json +3 -3
- package/dist/chunks/dashboard-plus-D7xUisoo.js +0 -426
- package/dist/chunks/index-BRrl9Afb.js +0 -648
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-BDkw8Fw6.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -403,6 +403,7 @@ declare interface Field {
|
|
|
403
403
|
* If not provided, should be auto-generated from label or name.
|
|
404
404
|
*/
|
|
405
405
|
alias?: string;
|
|
406
|
+
qualifiedFieldName: string;
|
|
406
407
|
dataType: string;
|
|
407
408
|
description?: string;
|
|
408
409
|
qualifiedEntityName?: string;
|
|
@@ -976,6 +977,7 @@ export declare type TDataColumn = {
|
|
|
976
977
|
is_nullable?: string;
|
|
977
978
|
label?: string;
|
|
978
979
|
description?: string;
|
|
980
|
+
qualifiedFieldName?: string;
|
|
979
981
|
};
|
|
980
982
|
|
|
981
983
|
export declare type TDataLabelsConfig = {
|
package/dist/types/main.d.ts
CHANGED
|
@@ -811,6 +811,7 @@ export declare interface Field {
|
|
|
811
811
|
* If not provided, should be auto-generated from label or name.
|
|
812
812
|
*/
|
|
813
813
|
alias?: string;
|
|
814
|
+
qualifiedFieldName: string;
|
|
814
815
|
dataType: string;
|
|
815
816
|
description?: string;
|
|
816
817
|
qualifiedEntityName?: string;
|
|
@@ -1575,6 +1576,7 @@ export declare type TDataColumn = {
|
|
|
1575
1576
|
is_nullable?: string;
|
|
1576
1577
|
label?: string;
|
|
1577
1578
|
description?: string;
|
|
1579
|
+
qualifiedFieldName?: string;
|
|
1578
1580
|
};
|
|
1579
1581
|
|
|
1580
1582
|
export declare type TDataLabelsConfig = {
|
|
@@ -406,6 +406,7 @@ declare interface Field {
|
|
|
406
406
|
* If not provided, should be auto-generated from label or name.
|
|
407
407
|
*/
|
|
408
408
|
alias?: string;
|
|
409
|
+
qualifiedFieldName: string;
|
|
409
410
|
dataType: string;
|
|
410
411
|
description?: string;
|
|
411
412
|
qualifiedEntityName?: string;
|
|
@@ -981,6 +982,7 @@ export declare type TDataColumn = {
|
|
|
981
982
|
is_nullable?: string;
|
|
982
983
|
label?: string;
|
|
983
984
|
description?: string;
|
|
985
|
+
qualifiedFieldName?: string;
|
|
984
986
|
};
|
|
985
987
|
|
|
986
988
|
export declare type TDataLabelsConfig = {
|
package/dist/types/types.d.ts
CHANGED
|
@@ -400,6 +400,7 @@ declare interface Field {
|
|
|
400
400
|
* If not provided, should be auto-generated from label or name.
|
|
401
401
|
*/
|
|
402
402
|
alias?: string;
|
|
403
|
+
qualifiedFieldName: string;
|
|
403
404
|
dataType: string;
|
|
404
405
|
description?: string;
|
|
405
406
|
qualifiedEntityName?: string;
|
|
@@ -973,6 +974,7 @@ export declare type TDataColumn = {
|
|
|
973
974
|
is_nullable?: string;
|
|
974
975
|
label?: string;
|
|
975
976
|
description?: string;
|
|
977
|
+
qualifiedFieldName?: string;
|
|
976
978
|
};
|
|
977
979
|
|
|
978
980
|
export declare type TDataLabelsConfig = {
|
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.577",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"preview": "vite preview"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ai-sdk/react": "^
|
|
49
|
+
"@ai-sdk/react": "^2.0.7",
|
|
50
50
|
"@dnd-kit/core": "^6.3.1",
|
|
51
51
|
"@dnd-kit/sortable": "^10.0.0",
|
|
52
52
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
80
80
|
"@tanstack/react-query": "^5.62.15",
|
|
81
81
|
"@tanstack/react-table": "^8.11.7",
|
|
82
|
-
"ai": "^
|
|
82
|
+
"ai": "^5.0.7",
|
|
83
83
|
"chart.js": "^4.4.1",
|
|
84
84
|
"chartjs-chart-funnel": "^4.2.4",
|
|
85
85
|
"chartjs-chart-geo": "^4.3.4",
|