@macroui/macroui-vue 1.9.70 → 1.9.73
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/index.cjs.js +1 -1
- package/dist/index.es.js +5 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -625,7 +625,7 @@ const Ut = {
|
|
|
625
625
|
if (ee === "textarea")
|
|
626
626
|
return y;
|
|
627
627
|
const Z = g.value, pe = C.value;
|
|
628
|
-
return Z && (y.paddingLeft =
|
|
628
|
+
return Z && (y.paddingLeft = `${v.value + 8}px`), pe && (y.paddingRight = `${m.value}px`), y;
|
|
629
629
|
}), T = b(() => {
|
|
630
630
|
if (e.modelValue === null || e.modelValue === void 0)
|
|
631
631
|
return "";
|
|
@@ -657,8 +657,9 @@ const Ut = {
|
|
|
657
657
|
Ie(() => {
|
|
658
658
|
if (d.value) {
|
|
659
659
|
const y = d.value.offsetWidth;
|
|
660
|
-
m.value = y;
|
|
661
|
-
}
|
|
660
|
+
m.value = y > 0 ? y + 16 : 40;
|
|
661
|
+
} else
|
|
662
|
+
m.value = 40;
|
|
662
663
|
});
|
|
663
664
|
};
|
|
664
665
|
return Me(() => {
|
|
@@ -868,7 +869,7 @@ const Ut = {
|
|
|
868
869
|
])) : z("", !0)
|
|
869
870
|
], 2));
|
|
870
871
|
}
|
|
871
|
-
}), $l = /* @__PURE__ */ oe(Sl, [["__scopeId", "data-v-
|
|
872
|
+
}), $l = /* @__PURE__ */ oe(Sl, [["__scopeId", "data-v-4cda69ad"]]), Cl = se($l), Bl = {
|
|
872
873
|
modelValue: {
|
|
873
874
|
type: Array,
|
|
874
875
|
default: () => []
|