flame-plus 0.4.6 → 0.4.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.
|
@@ -181,6 +181,7 @@ const Pl = /* @__PURE__ */ ke({
|
|
|
181
181
|
onVisibleChange: (f) => o.emit("visible-change", f)
|
|
182
182
|
};
|
|
183
183
|
return () => ie(xe("el-date-picker"), Re({
|
|
184
|
+
"append-to-body": !0,
|
|
184
185
|
"value-format": "YYYY-MM-DD"
|
|
185
186
|
}, n.config, u), null);
|
|
186
187
|
}
|
|
@@ -460,9 +461,7 @@ const Nl = /* @__PURE__ */ ke({
|
|
|
460
461
|
onOpenAutoFocus: () => o.emit("open-auto-focus"),
|
|
461
462
|
onCloseAutoFocus: () => o.emit("close-auto-focus")
|
|
462
463
|
});
|
|
463
|
-
return () => ie(xe("el-dialog"), Re({
|
|
464
|
-
"append-to-body": !0
|
|
465
|
-
}, s.value, u), {
|
|
464
|
+
return () => ie(xe("el-dialog"), Re(s.value, u), {
|
|
466
465
|
header: () => {
|
|
467
466
|
var f, h;
|
|
468
467
|
return (h = (f = o.slots).header) == null ? void 0 : h.call(f);
|