@maxtropy/v-components 0.1.17-beta.6 → 0.1.17-beta.7

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.
@@ -27858,7 +27858,7 @@ const ca = /* @__PURE__ */ At(nK, [["__scopeId", "data-v-ccc5eca1"]]), Oh = /* @
27858
27858
  ]), 1040));
27859
27859
  }
27860
27860
  }), Ph = /* @__PURE__ */ j({
27861
- __name: "MxDropdownItem",
27861
+ __name: "MxDropDownItem",
27862
27862
  setup(e) {
27863
27863
  return (t, n) => (w(), Z(s(Po), Pe(t.$attrs, { class: "mx-dropdown-menu" }), et({ _: 2 }, [
27864
27864
  Be(t.$slots, (o, r, a) => ({
@@ -28487,6 +28487,8 @@ const ya = /* @__PURE__ */ j({
28487
28487
  }), (o, r) => (w(), Z(s(ko), { locale: s(Bo) }, {
28488
28488
  default: K(() => [
28489
28489
  G(s(IF), Pe({
28490
+ ref_key: "selectTreeRef",
28491
+ ref: n,
28490
28492
  class: "mx-tree-select",
28491
28493
  "popper-class": "mx-tree-select-dropdown",
28492
28494
  "clear-icon": "CircleCloseFilled"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.6",
3
+ "version": "0.1.17-beta.7",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -1,7 +0,0 @@
1
- export declare enum Themes {
2
- DARK = "dark",
3
- LIGHT = "light",
4
- YELLOWLIGHT = "yellow-light",
5
- SAPPHIRE = "sapphire",
6
- JUNTONG = "juntong"
7
- }