@unizhen/ui 0.1.14 → 0.1.15
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/lib/ui.js +3 -3
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -5462,9 +5462,9 @@ function d1(e, t, n, c, l, i) {
|
|
|
5462
5462
|
show: e.drawer,
|
|
5463
5463
|
"onUpdate:show": t[2] || (t[2] = (g) => e.drawer = g),
|
|
5464
5464
|
width: "100%",
|
|
5465
|
-
height: "
|
|
5465
|
+
height: "60%",
|
|
5466
5466
|
style: { overflow: "visible" },
|
|
5467
|
-
placement: "
|
|
5467
|
+
placement: "top",
|
|
5468
5468
|
"auto-focus": !1,
|
|
5469
5469
|
"close-on-esc": !1
|
|
5470
5470
|
}, {
|
|
@@ -8927,7 +8927,7 @@ function tm(e, t, n) {
|
|
|
8927
8927
|
refetch: S
|
|
8928
8928
|
};
|
|
8929
8929
|
}
|
|
8930
|
-
const x0 = "0.1.
|
|
8930
|
+
const x0 = "0.1.15";
|
|
8931
8931
|
let _a;
|
|
8932
8932
|
async function $a() {
|
|
8933
8933
|
const e = await fetch(
|