semaphor 0.0.129 → 0.0.130
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-controls-BMLlOkS9.js +1539 -0
- package/dist/chunks/dashboard-controls-BdQcYRkf.js +26 -0
- package/dist/chunks/dashboard-export-dialog-BpNaUA5x.js +6 -0
- package/dist/chunks/dashboard-export-dialog-CbMcLZvW.js +602 -0
- package/dist/chunks/dashboard-json-DD-d9gYu.js +66 -0
- package/dist/chunks/dashboard-json-DgQozDAv.js +1 -0
- package/dist/chunks/edit-dashboard-visual-CR3NqJ7m.js +200 -0
- package/dist/chunks/edit-dashboard-visual-CRMhXxdG.js +15517 -0
- package/dist/chunks/editor-action-buttons-CNQtSzD5.js +270 -0
- package/dist/chunks/editor-action-buttons-DYrSZQhJ.js +6 -0
- package/dist/chunks/index-CReqnEJI.js +1081 -0
- package/dist/chunks/{index-CE57mw6l.js → index-QdSI9E0a.js} +82751 -68873
- package/dist/chunks/resource-management-panel-CBXn6QHi.js +895 -0
- package/dist/chunks/resource-management-panel-CXSx9QhW.js +6 -0
- package/dist/chunks/use-click-outside-B9T3lmcw.js +1 -0
- package/dist/chunks/use-click-outside-CMeO_QFI.js +16 -0
- package/dist/chunks/use-visual-utils-BDuNB0Iz.js +1 -0
- package/dist/chunks/use-visual-utils-BnCl386t.js +331 -0
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +138 -161
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +4 -4
- package/dist/types/dashboard.d.ts +500 -16
- package/dist/types/main.d.ts +882 -82
- package/dist/types/surfboard.d.ts +500 -16
- package/dist/types/types.d.ts +500 -16
- package/package.json +11 -7
- package/dist/chunks/dashboard-plus-BZ8k_sGe.js +0 -280
- package/dist/chunks/dashboard-plus-qMRXHdYf.js +0 -20761
- package/dist/chunks/index-Bo0bvCRT.js +0 -975
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.130",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"types": "dist/types/main.d.ts",
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
26
|
+
"types": "./dist/types/main.d.ts",
|
|
26
27
|
"import": "./dist/index.js",
|
|
27
|
-
"require": "./dist/index.cjs"
|
|
28
|
-
"types": "./dist/types/main.d.ts"
|
|
28
|
+
"require": "./dist/index.cjs"
|
|
29
29
|
},
|
|
30
30
|
"./dashboard": {
|
|
31
|
+
"types": "./dist/types/dashboard.d.ts",
|
|
31
32
|
"import": "./dist/dashboard/index.js",
|
|
32
|
-
"require": "./dist/dashboard/index.cjs"
|
|
33
|
-
"types": "./dist/types/dashboard.d.ts"
|
|
33
|
+
"require": "./dist/dashboard/index.cjs"
|
|
34
34
|
},
|
|
35
35
|
"./surfboard": {
|
|
36
|
+
"types": "./dist/types/surfboard.d.ts",
|
|
36
37
|
"import": "./dist/surfboard/index.js",
|
|
37
|
-
"require": "./dist/surfboard/index.cjs"
|
|
38
|
-
"types": "./dist/types/surfboard.d.ts"
|
|
38
|
+
"require": "./dist/surfboard/index.cjs"
|
|
39
39
|
},
|
|
40
40
|
"./style.css": "./dist/style.css"
|
|
41
41
|
},
|
|
@@ -73,16 +73,20 @@
|
|
|
73
73
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
74
74
|
"@tanstack/react-query": "^5.62.15",
|
|
75
75
|
"@tanstack/react-table": "^8.11.7",
|
|
76
|
+
"@tanstack/react-virtual": "^3.13.12",
|
|
76
77
|
"ai": "^5.0.7",
|
|
77
78
|
"chart.js": "^4.4.1",
|
|
78
79
|
"chartjs-chart-funnel": "^4.2.4",
|
|
79
80
|
"chartjs-chart-geo": "^4.3.4",
|
|
81
|
+
"chartjs-chart-matrix": "^3.0.0",
|
|
82
|
+
"chartjs-chart-treemap": "^3.1.0",
|
|
80
83
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
81
84
|
"class-variance-authority": "^0.7.0",
|
|
82
85
|
"clsx": "^2.0.0",
|
|
83
86
|
"cmdk": "^1.1.1",
|
|
84
87
|
"date-fns": "^3.6.0",
|
|
85
88
|
"date-fns-tz": "^3.2.0",
|
|
89
|
+
"fast-deep-equal": "^3.1.3",
|
|
86
90
|
"immer": "^10.0.3",
|
|
87
91
|
"jwt-decode": "^4.0.0",
|
|
88
92
|
"lodash.merge": "^4.6.2",
|