@maxtropy/v-components 0.1.18-beta.3 → 0.1.18-beta.8

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.
@@ -27673,11 +27673,7 @@ const qpe = ["onClick"], fg = /* @__PURE__ */ te({
27673
27673
  return h(Xo(n.devMenu)), (f = a.value) == null ? void 0 : f.concat(d);
27674
27674
  }
27675
27675
  return a.value;
27676
- }), o = L(() => j_(i.value));
27677
- console.log("path2Node", o.value);
27678
- const s = L(() => Jhe(i.value ?? []));
27679
- console.log("id2Node", s.value);
27680
- const l = U(), u = L(() => {
27676
+ }), o = L(() => j_(i.value)), s = L(() => Jhe(i.value ?? [])), l = U(), u = L(() => {
27681
27677
  if (l.value && !n.reassign) {
27682
27678
  let f = o.value[l.value] ?? o.value["/" + l.value];
27683
27679
  if (f)
@@ -27707,7 +27703,7 @@ const qpe = ["onClick"], fg = /* @__PURE__ */ te({
27707
27703
  m != -1 && (v += wm(f.substring(m), Ns));
27708
27704
  } else
27709
27705
  v = d.split("/").slice(...g).join("/"), v += wm(h, Ns);
27710
- console.log("currentPath", v), l.value = v;
27706
+ l.value = v;
27711
27707
  },
27712
27708
  {
27713
27709
  immediate: !0,
@@ -27963,7 +27959,7 @@ const gg = /* @__PURE__ */ _n(sve, [["__scopeId", "data-v-ccc5eca1"]]), P4 = /*
27963
27959
  ]), 1040));
27964
27960
  }
27965
27961
  }), O4 = /* @__PURE__ */ te({
27966
- __name: "MxDropDownItem",
27962
+ __name: "MxDropdownItem",
27967
27963
  setup(e) {
27968
27964
  return (t, n) => (B(), oe(A(sc), nt(t.$attrs, { class: "mx-dropdown-menu" }), Ut({ _: 2 }, [
27969
27965
  We(t.$slots, (r, a, i) => ({
@@ -0,0 +1,7 @@
1
+ export declare enum Themes {
2
+ DARK = "dark",
3
+ LIGHT = "light",
4
+ YELLOWLIGHT = "yellow-light",
5
+ SAPPHIRE = "sapphire",
6
+ JUNTONG = "juntong"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.18-beta.3",
3
+ "version": "0.1.18-beta.8",
4
4
  "files": [
5
5
  "dist"
6
6
  ],