@a2simcode/ui 0.0.177 → 0.0.178
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.
- package/dist/simcode-ui.es.js +10 -2
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/examples/buttons/dropdown.vue +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -1799,12 +1799,20 @@ var Ah = xe(Pc), Mh = /* @__PURE__ */ pe({
|
|
|
1799
1799
|
const l = $("j-button"), c = $("el-space"), s = $("el-dropdown");
|
|
1800
1800
|
return k(), V(c, { size: e.isLink ? 0 : 8 }, {
|
|
1801
1801
|
default: J(() => [(k(!0), L(Se, null, Oe(n.value, (d, f) => (k(), L("div", Ve({ key: f }, { ref_for: !0 }, i.$attrs), [(k(!0), L(Se, null, Oe(d, (u, h) => (k(), L(Se, { key: h }, [u.children?.length && u.children?.length > 0 ? (k(), V(s, { key: 0 }, {
|
|
1802
|
-
dropdown: J(() => [q(c, {
|
|
1802
|
+
dropdown: J(() => [q(c, {
|
|
1803
|
+
direction: "vertical",
|
|
1804
|
+
fill: !0
|
|
1805
|
+
}, {
|
|
1803
1806
|
default: J(() => [(k(!0), L(Se, null, Oe(u.children || [], (p) => (k(), V(l, Ve({ key: p.id }, { ref_for: !0 }, p.config, {
|
|
1807
|
+
block: "",
|
|
1804
1808
|
type: "text",
|
|
1805
1809
|
label: p.label,
|
|
1806
1810
|
size: e.size,
|
|
1807
|
-
onClick: $t((g) => o(p), ["stop"])
|
|
1811
|
+
onClick: $t((g) => o(p), ["stop"]),
|
|
1812
|
+
style: {
|
|
1813
|
+
"text-align": "left",
|
|
1814
|
+
"justify-content": "flex-start"
|
|
1815
|
+
}
|
|
1808
1816
|
}), null, 16, [
|
|
1809
1817
|
"label",
|
|
1810
1818
|
"size",
|