@queuedash/ui 2.1.0 → 3.0.0
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/main.js +56 -64
- package/dist/main.mjs +15983 -14247
- package/dist/src/App.d.ts +1 -2
- package/dist/src/App.d.ts.map +1 -0
- package/dist/src/components/ActionMenu.d.ts +1 -2
- package/dist/src/components/ActionMenu.d.ts.map +1 -0
- package/dist/src/components/AddJobModal.d.ts +1 -2
- package/dist/src/components/AddJobModal.d.ts.map +1 -0
- package/dist/src/components/Alert.d.ts +1 -1
- package/dist/src/components/Alert.d.ts.map +1 -0
- package/dist/src/components/Button.d.ts +1 -1
- package/dist/src/components/Button.d.ts.map +1 -0
- package/dist/src/components/Checkbox.d.ts +1 -2
- package/dist/src/components/Checkbox.d.ts.map +1 -0
- package/dist/src/components/ErrorCard.d.ts +1 -2
- package/dist/src/components/ErrorCard.d.ts.map +1 -0
- package/dist/src/components/JobActionMenu.d.ts +1 -2
- package/dist/src/components/JobActionMenu.d.ts.map +1 -0
- package/dist/src/components/JobModal.d.ts +1 -2
- package/dist/src/components/JobModal.d.ts.map +1 -0
- package/dist/src/components/JobOptionTag.d.ts +1 -2
- package/dist/src/components/JobOptionTag.d.ts.map +1 -0
- package/dist/src/components/JobTable.d.ts +1 -2
- package/dist/src/components/JobTable.d.ts.map +1 -0
- package/dist/src/components/JobTableRow.d.ts +1 -1
- package/dist/src/components/JobTableRow.d.ts.map +1 -0
- package/dist/src/components/JobTableSkeleton.d.ts +1 -2
- package/dist/src/components/JobTableSkeleton.d.ts.map +1 -0
- package/dist/src/components/Layout.d.ts.map +1 -0
- package/dist/src/components/QueueActionMenu.d.ts +1 -2
- package/dist/src/components/QueueActionMenu.d.ts.map +1 -0
- package/dist/src/components/QueueStatusTabs.d.ts +1 -2
- package/dist/src/components/QueueStatusTabs.d.ts.map +1 -0
- package/dist/src/components/Skeleton.d.ts +1 -2
- package/dist/src/components/Skeleton.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher.d.ts +1 -2
- package/dist/src/components/ThemeSwitcher.d.ts.map +1 -0
- package/dist/src/components/Toast.d.ts +1 -2
- package/dist/src/components/Toast.d.ts.map +1 -0
- package/dist/src/components/Tooltip.d.ts +1 -1
- package/dist/src/components/Tooltip.d.ts.map +1 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/src/pages/HomePage.d.ts +1 -2
- package/dist/src/pages/HomePage.d.ts.map +1 -0
- package/dist/src/pages/QueuePage.d.ts +2 -2
- package/dist/src/pages/QueuePage.d.ts.map +1 -0
- package/dist/src/utils/config.d.ts.map +1 -0
- package/dist/src/utils/trpc.d.ts +483 -828
- package/dist/src/utils/trpc.d.ts.map +1 -0
- package/dist/styles.css +331 -312
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vite.config.d.ts +1 -1
- package/dist/vite.config.d.ts.map +1 -0
- package/package.json +45 -45
package/dist/vite.config.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAMA,wBA4BG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@queuedash/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue",
|
|
5
5
|
"main": "./dist/main.js",
|
|
6
6
|
"module": "./dist/main.mjs",
|
|
@@ -16,54 +16,54 @@
|
|
|
16
16
|
"dashboard"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@monaco-editor/react": "^4.
|
|
20
|
-
"@
|
|
21
|
-
"@radix-ui/react-
|
|
22
|
-
"@radix-ui/react-
|
|
23
|
-
"@radix-ui/react-
|
|
24
|
-
"@radix-ui/react-
|
|
25
|
-
"@radix-ui/react-
|
|
26
|
-
"@radix-ui/react-
|
|
27
|
-
"@radix-ui/react-
|
|
28
|
-
"@radix-ui/react-
|
|
29
|
-
"@
|
|
30
|
-
"@tanstack/react-
|
|
31
|
-
"@
|
|
32
|
-
"@trpc/
|
|
33
|
-
"@trpc/
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"react-
|
|
39
|
-
"react-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
19
|
+
"@monaco-editor/react": "^4.6.0",
|
|
20
|
+
"@radix-ui/react-alert-dialog": "^1.1.2",
|
|
21
|
+
"@radix-ui/react-checkbox": "^1.1.2",
|
|
22
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
23
|
+
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
24
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
25
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
26
|
+
"@radix-ui/react-toast": "^1.2.2",
|
|
27
|
+
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
28
|
+
"@radix-ui/react-tooltip": "^1.1.4",
|
|
29
|
+
"@tanstack/react-query": "^5.62.3",
|
|
30
|
+
"@tanstack/react-table": "^8.20.5",
|
|
31
|
+
"@trpc/client": "^11.0.0-rc.660",
|
|
32
|
+
"@trpc/react-query": "^11.0.0-rc.660",
|
|
33
|
+
"@trpc/server": "^11.0.0-rc.660",
|
|
34
|
+
"clsx": "^2.1.1",
|
|
35
|
+
"date-fns": "^4.1.0",
|
|
36
|
+
"monaco-editor": "^0.52.0",
|
|
37
|
+
"react-intersection-observer": "^9.13.1",
|
|
38
|
+
"react-json-tree": "^0.19.0",
|
|
39
|
+
"react-router-dom": "^7.0.2",
|
|
40
|
+
"zod": "^3.23.8",
|
|
41
|
+
"@queuedash/api": "3.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rollup/plugin-typescript": "^
|
|
45
|
-
"@types/react": "^
|
|
46
|
-
"@types/react-dom": "^
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
48
|
-
"@typescript-eslint/parser": "^
|
|
49
|
-
"@vitejs/plugin-react": "^3.
|
|
50
|
-
"autoprefixer": "^10.4.
|
|
51
|
-
"eslint": "^
|
|
52
|
-
"eslint-config-prettier": "^
|
|
53
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
54
|
-
"postcss": "^8.4.
|
|
55
|
-
"prettier": "^
|
|
56
|
-
"react": "^
|
|
57
|
-
"react-dom": "^
|
|
58
|
-
"rollup-plugin-typescript-paths": "^1.
|
|
59
|
-
"tailwindcss": "^3.
|
|
60
|
-
"tailwindcss-radix": "^
|
|
61
|
-
"typescript": "^5.2
|
|
62
|
-
"vite": "^4.
|
|
44
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
|
45
|
+
"@types/react": "^19.0.1",
|
|
46
|
+
"@types/react-dom": "^19.0.1",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
48
|
+
"@typescript-eslint/parser": "^8.17.0",
|
|
49
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
50
|
+
"autoprefixer": "^10.4.20",
|
|
51
|
+
"eslint": "^9.16.0",
|
|
52
|
+
"eslint-config-prettier": "^9.1.0",
|
|
53
|
+
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
54
|
+
"postcss": "^8.4.49",
|
|
55
|
+
"prettier": "^3.4.2",
|
|
56
|
+
"react": "^19.0.0",
|
|
57
|
+
"react-dom": "^19.0.0",
|
|
58
|
+
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
59
|
+
"tailwindcss": "^3.4.16",
|
|
60
|
+
"tailwindcss-radix": "^3.0.5",
|
|
61
|
+
"typescript": "^5.7.2",
|
|
62
|
+
"vite": "^5.4.11"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"react": "
|
|
66
|
-
"react-dom": "
|
|
65
|
+
"react": ">=18.0.0 <20.0.0",
|
|
66
|
+
"react-dom": ">=18.0.0 <20.0.0"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"scripts": {
|