@morghulis/core 1.0.50 → 1.0.51

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.
@@ -16013,11 +16013,16 @@ const Eg = /* @__PURE__ */ I({
16013
16013
  setup(e) {
16014
16014
  const t = e, n = O(() => t.data[t.field.prop]), o = O(() => t.data.isLeaf ? "leaf" : t.node.expanded && t.data.children.length ? "folder-open" : "folder"), l = O(() => t.data.isLeaf ? "success" : t.data.children.length ? "warning" : "info");
16015
16015
  return (s, a) => (b(), z(H, null, [
16016
- m(h(j), {
16016
+ e.data.disabled ? (b(), k(h(j), {
16017
+ key: 0,
16018
+ icon: "ban",
16019
+ type: "danger"
16020
+ })) : (b(), k(h(j), {
16021
+ key: 1,
16017
16022
  icon: o.value,
16018
16023
  type: l.value,
16019
16024
  style: { width: "14px", "margin-right": "10px" }
16020
- }, null, 8, ["icon", "type"]),
16025
+ }, null, 8, ["icon", "type"])),
16021
16026
  te("span", null, M(n.value), 1)
16022
16027
  ], 64));
16023
16028
  }