@orchidui/dashboard 1.68.0 → 1.70.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as f, computed as y, watch as x, nextTick as w, createElementBlock as i, openBlock as u, createElementVNode as a, createCommentVNode as C, toDisplayString as d, Fragment as
|
|
1
|
+
import { ref as f, computed as y, watch as x, nextTick as w, createElementBlock as i, openBlock as u, createElementVNode as a, createCommentVNode as C, toDisplayString as d, Fragment as S, renderList as k, normalizeStyle as V } from "vue";
|
|
2
2
|
import { u as L } from "./useChart-D5nAyTGV.js";
|
|
3
3
|
const F = { class: "flex flex-col items-center justify-center" }, N = { class: "relative w-[210px] h-[210px]" }, T = { class: "absolute inset-0 flex flex-col items-center justify-center pointer-events-none" }, O = { class: "text-center" }, j = { class: "text-oc-text-400" }, P = { class: "text-lg font-semibold font-reddit-mono" }, z = {
|
|
4
4
|
key: 0,
|
|
@@ -42,7 +42,10 @@ const F = { class: "flex flex-col items-center justify-center" }, N = { class: "
|
|
|
42
42
|
emphasis: {
|
|
43
43
|
scale: !1,
|
|
44
44
|
focus: "self",
|
|
45
|
-
label: { show: !1 }
|
|
45
|
+
label: { show: !1 },
|
|
46
|
+
itemStyle: {
|
|
47
|
+
color: "inherit"
|
|
48
|
+
}
|
|
46
49
|
},
|
|
47
50
|
blur: {
|
|
48
51
|
itemStyle: {
|
|
@@ -79,7 +82,7 @@ const F = { class: "flex flex-col items-center justify-center" }, N = { class: "
|
|
|
79
82
|
])
|
|
80
83
|
]),
|
|
81
84
|
o.chartData && o.chartData.length > 0 ? (u(), i("div", z, [
|
|
82
|
-
(u(!0), i(
|
|
85
|
+
(u(!0), i(S, null, k(o.chartData, (m, c) => (u(), i("div", {
|
|
83
86
|
key: c,
|
|
84
87
|
class: "flex items-center gap-2 cursor-pointer hover:opacity-80 transition-opacity"
|
|
85
88
|
}, [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orchidui/dashboard",
|
|
3
3
|
"description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.70.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "vite build"
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"dayjs": "^1.11.10",
|
|
37
37
|
"echarts": "^5.4.3",
|
|
38
|
-
"@orchidui/core": "1.
|
|
38
|
+
"@orchidui/core": "1.70.0",
|
|
39
39
|
"lottie-web": "^5.12.2",
|
|
40
40
|
"quill": "^2.0.3",
|
|
41
41
|
"quill-better-table": "^1.2.10",
|
|
42
42
|
"shiki": "^1.0.0"
|
|
43
43
|
}
|
|
44
|
-
}
|
|
44
|
+
}
|