@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.
@@ -1,4 +1,4 @@
1
- import { computed as _, ref as C, openBlock as t, createElementBlock as a, createElementVNode as r, Fragment as n, renderList as h, createBlock as f, unref as x, withCtx as y, normalizeClass as b, normalizeStyle as F, toDisplayString as i, createTextVNode as g, createCommentVNode as T } from "vue";
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: b(["flex items-center gap-x-2 cursor-pointer transition-opacity", { "opacity-30": e.hide }]),
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: F({ background: e.itemStyle.color })
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
- ])) : T("", !0)
130
+ ])) : b("", !0)
131
131
  ]));
132
132
  }
133
133
  };