@orchidui/dashboard 1.8.1-92 → 1.8.1-95
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/Dashboard/Card/OcCard.js +1 -1
- package/dist/Dashboard/Charts/BarChart/OcBarChart.js +1 -1
- package/dist/Dashboard/Charts/BarRaceChart/OcBarRaceChart.js +1 -1
- package/dist/Dashboard/Charts/LineChart/OcLineChart.js +1 -1
- package/dist/Dashboard/Charts/PieChart/OcPieChart.js +1 -1
- package/dist/Dashboard/TextEditor/QuillEditor.js +1 -1
- package/dist/{OcBarChart-CgKo9rAM.js → OcBarChart-DFnF2-u0.js} +2 -2
- package/dist/{OcBarRaceChart-D_XrqdiO.js → OcBarRaceChart-B6S4Rrlq.js} +3 -3
- package/dist/{OcCard-BpqC7suH.js → OcCard-D3be6IMj.js} +1 -1
- package/dist/OcCodeBlock-CBdVqav7.js +37 -0
- package/dist/{OcLineChart-dAL6sRiP.js → OcLineChart-CTDLgo1v.js} +2 -2
- package/dist/OcLottieAnimation-0mdksHMn.js +7747 -0
- package/dist/{OcPieChart-Kn-CkXip.js → OcPieChart-NSv6CW-L.js} +4 -4
- package/dist/QuillEditor-DRwC0sgJ.js +9552 -0
- package/dist/index.js +14 -14
- package/package.json +3 -3
- package/dist/OcCodeBlock-chTpuRDc.js +0 -63
- package/dist/OcLottieAnimation-EBkAB8-y.js +0 -7741
- package/dist/QuillEditor-BHWfmp5D.js +0 -9544
- /package/dist/{style.css → dashboard.css} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as _, ref as C,
|
|
1
|
+
import { computed as _, ref as C, createElementBlock as a, openBlock as t, createElementVNode as r, createCommentVNode as b, Fragment as n, renderList as h, createBlock as f, unref as x, withCtx as y, toDisplayString as i, createTextVNode as g, normalizeClass as F, normalizeStyle as T } from "vue";
|
|
2
2
|
import { Tooltip as B, Icon as V } from "@orchidui/core";
|
|
3
3
|
import { useChart as L } from "./Dashboard/composables/useChart.js";
|
|
4
4
|
const O = { class: "flex flex-col items-center" }, S = {
|
|
@@ -99,12 +99,12 @@ const O = { class: "flex flex-col items-center" }, S = {
|
|
|
99
99
|
}, {
|
|
100
100
|
default: y(() => [
|
|
101
101
|
r("div", {
|
|
102
|
-
class:
|
|
102
|
+
class: F(["flex items-center gap-x-2 cursor-pointer transition-opacity", { "opacity-30": e.hide }]),
|
|
103
103
|
onClick: (m) => u(e)
|
|
104
104
|
}, [
|
|
105
105
|
r("div", {
|
|
106
106
|
class: "w-3 h-3 rounded-full",
|
|
107
|
-
style:
|
|
107
|
+
style: T({ background: e.itemStyle.color })
|
|
108
108
|
}, null, 4),
|
|
109
109
|
e.icon ? (t(), f(x(V), {
|
|
110
110
|
key: 0,
|
|
@@ -127,7 +127,7 @@ const O = { class: "flex flex-col items-center" }, S = {
|
|
|
127
127
|
]),
|
|
128
128
|
_: 2
|
|
129
129
|
}, 1024))), 128))
|
|
130
|
-
])) :
|
|
130
|
+
])) : b("", !0)
|
|
131
131
|
]));
|
|
132
132
|
}
|
|
133
133
|
};
|