@orchidui/dashboard 1.8.1-11 → 1.8.1-112
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-Cu4K9WI5.js → OcBarRaceChart-B6S4Rrlq.js} +11 -9
- package/dist/{OcCard-w0EuBfr4.js → OcCard-D3be6IMj.js} +45 -45
- package/dist/OcCodeBlock-uFQyGnLq.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 +524 -490
- package/package.json +1 -1
- 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 s, ref as n,
|
|
1
|
+
import { computed as s, ref as n, createElementBlock as p, openBlock as c } from "vue";
|
|
2
2
|
import { useChart as m } from "./Dashboard/composables/useChart.js";
|
|
3
3
|
const x = {
|
|
4
4
|
__name: "OcBarChart",
|
|
@@ -104,7 +104,7 @@ const x = {
|
|
|
104
104
|
}
|
|
105
105
|
]
|
|
106
106
|
})), i = n();
|
|
107
|
-
return m(i, l), (e, o) => (
|
|
107
|
+
return m(i, l), (e, o) => (c(), p("div", {
|
|
108
108
|
ref_key: "barChart",
|
|
109
109
|
ref: i,
|
|
110
110
|
class: "w-full"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { computed as d, ref as h,
|
|
1
|
+
import { computed as d, ref as h, createElementBlock as i, openBlock as l, createElementVNode as s, Fragment as m, renderList as u, renderSlot as f, toDisplayString as y } from "vue";
|
|
2
2
|
import { useChart as x } from "./Dashboard/composables/useChart.js";
|
|
3
|
-
const
|
|
3
|
+
const g = { class: "grid grid-cols-2" }, v = { class: "pt-4 pb-7 flex flex-col h-[100%]" }, b = { class: "text-[14px] flex flex-1 items-center justify-start pr-2 gap-3" }, w = { class: "truncate" }, D = {
|
|
4
4
|
__name: "OcBarRaceChart",
|
|
5
5
|
props: {
|
|
6
6
|
variant: {
|
|
@@ -21,7 +21,7 @@ const y = { class: "grid grid-cols-2" }, v = { class: "pt-4 pb-7 flex flex-col h
|
|
|
21
21
|
const t = a, r = {
|
|
22
22
|
primary: "#2465DE",
|
|
23
23
|
purple: "#B14AED"
|
|
24
|
-
},
|
|
24
|
+
}, p = d(() => ({
|
|
25
25
|
xAxis: {
|
|
26
26
|
show: !1,
|
|
27
27
|
type: "value"
|
|
@@ -121,13 +121,15 @@ const y = { class: "grid grid-cols-2" }, v = { class: "pt-4 pb-7 flex flex-col h
|
|
|
121
121
|
}
|
|
122
122
|
]
|
|
123
123
|
})), n = h();
|
|
124
|
-
return x(n,
|
|
125
|
-
|
|
126
|
-
(
|
|
127
|
-
|
|
124
|
+
return x(n, p), (e, o) => (l(), i("div", g, [
|
|
125
|
+
s("div", v, [
|
|
126
|
+
(l(!0), i(m, null, u(a.legendData, (c) => (l(), i("div", b, [
|
|
127
|
+
f(e.$slots, "legend-item", { data: c }, () => [
|
|
128
|
+
s("div", w, y(c), 1)
|
|
129
|
+
])
|
|
128
130
|
]))), 256))
|
|
129
131
|
]),
|
|
130
|
-
|
|
132
|
+
s("div", {
|
|
131
133
|
ref_key: "barRaceChart",
|
|
132
134
|
ref: n,
|
|
133
135
|
class: "h-full"
|
|
@@ -136,5 +138,5 @@ const y = { class: "grid grid-cols-2" }, v = { class: "pt-4 pb-7 flex flex-col h
|
|
|
136
138
|
}
|
|
137
139
|
};
|
|
138
140
|
export {
|
|
139
|
-
|
|
141
|
+
D as default
|
|
140
142
|
};
|