@maxtropy/v-components 0.1.17-beta.0 → 0.1.17-beta.2
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.
|
@@ -27731,6 +27731,10 @@ const $D = /* @__PURE__ */ Y({
|
|
|
27731
27731
|
perIcon: {
|
|
27732
27732
|
type: String,
|
|
27733
27733
|
default: ""
|
|
27734
|
+
},
|
|
27735
|
+
disabled: {
|
|
27736
|
+
type: Boolean,
|
|
27737
|
+
default: !1
|
|
27734
27738
|
}
|
|
27735
27739
|
},
|
|
27736
27740
|
setup(e) {
|
|
@@ -27740,7 +27744,9 @@ const $D = /* @__PURE__ */ Y({
|
|
|
27740
27744
|
return w(), Z(s(du), Fe({
|
|
27741
27745
|
class: "mx-dropdown",
|
|
27742
27746
|
"popper-class": "mx-dropdown-menu"
|
|
27743
|
-
}, n.$attrs
|
|
27747
|
+
}, n.$attrs, {
|
|
27748
|
+
disabled: t.disabled
|
|
27749
|
+
}), {
|
|
27744
27750
|
dropdown: K(() => [
|
|
27745
27751
|
G(s(gs), null, {
|
|
27746
27752
|
default: K(() => [
|
|
@@ -27764,7 +27770,8 @@ const $D = /* @__PURE__ */ Y({
|
|
|
27764
27770
|
G(r, {
|
|
27765
27771
|
icon: t.perIcon,
|
|
27766
27772
|
type: t.type,
|
|
27767
|
-
link: t.link
|
|
27773
|
+
link: t.link,
|
|
27774
|
+
disabled: t.disabled
|
|
27768
27775
|
}, {
|
|
27769
27776
|
default: K(() => [
|
|
27770
27777
|
Le(ce(t.menuName) + " ", 1),
|
|
@@ -27776,14 +27783,14 @@ const $D = /* @__PURE__ */ Y({
|
|
|
27776
27783
|
})
|
|
27777
27784
|
]),
|
|
27778
27785
|
_: 1
|
|
27779
|
-
}, 8, ["icon", "type", "link"])
|
|
27786
|
+
}, 8, ["icon", "type", "link", "disabled"])
|
|
27780
27787
|
]),
|
|
27781
27788
|
_: 1
|
|
27782
|
-
}, 16);
|
|
27789
|
+
}, 16, ["disabled"]);
|
|
27783
27790
|
};
|
|
27784
27791
|
}
|
|
27785
27792
|
});
|
|
27786
|
-
const ua = /* @__PURE__ */ At($D, [["__scopeId", "data-v-
|
|
27793
|
+
const ua = /* @__PURE__ */ At($D, [["__scopeId", "data-v-5ca4da2b"]]), Sh = /* @__PURE__ */ Y({
|
|
27787
27794
|
__name: "MxDropDownMenu",
|
|
27788
27795
|
setup(e) {
|
|
27789
27796
|
return (t, n) => (w(), Z(s(gs), Fe(t.$attrs, { class: "mx-dropdown-menu" }), et({ _: 2 }, [
|