@unizhen/ui 0.0.58 → 0.0.60
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 +6 -5
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -4047,7 +4047,8 @@ const We = /* @__PURE__ */ w(Ih, [["render", Oh]]), jh = se({
|
|
|
4047
4047
|
JSON.stringify(F) !== JSON.stringify(M) && (s.value = F);
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
|
-
deep: !0
|
|
4050
|
+
deep: !0,
|
|
4051
|
+
immediate: !0
|
|
4051
4052
|
}
|
|
4052
4053
|
), {
|
|
4053
4054
|
formRef: l,
|
|
@@ -8023,7 +8024,7 @@ const s0 = /* @__PURE__ */ w(t0, [["render", a0]]), l0 = se({
|
|
|
8023
8024
|
}), r = $(!1), v = () => {
|
|
8024
8025
|
c.value?.restoreValidation(), l.value = {}, p.value = !1, s.value = !1, t("update:show", !1);
|
|
8025
8026
|
}, g = () => {
|
|
8026
|
-
sa.info({
|
|
8027
|
+
e.status !== 2 ? sa.info({
|
|
8027
8028
|
title: "提示",
|
|
8028
8029
|
content: "关闭后修改的数据将不保留,确定关闭?",
|
|
8029
8030
|
positiveText: "确定",
|
|
@@ -8032,7 +8033,7 @@ const s0 = /* @__PURE__ */ w(t0, [["render", a0]]), l0 = se({
|
|
|
8032
8033
|
onPositiveClick: () => {
|
|
8033
8034
|
v();
|
|
8034
8035
|
}
|
|
8035
|
-
});
|
|
8036
|
+
}) : v();
|
|
8036
8037
|
}, h = (D) => {
|
|
8037
8038
|
const L = u.value.when_drawer_open;
|
|
8038
8039
|
if (L && typeof L == "string")
|
|
@@ -8178,7 +8179,7 @@ function p0(e, t, n, c, l, s) {
|
|
|
8178
8179
|
e.skeletonShow ? (a(), d("div", c0, [
|
|
8179
8180
|
(a(), d(oe, null, we(10, (r) => _(p, {
|
|
8180
8181
|
size: "large",
|
|
8181
|
-
style: { height: "
|
|
8182
|
+
style: { height: "156px" }
|
|
8182
8183
|
})), 64))
|
|
8183
8184
|
])) : q("", !0),
|
|
8184
8185
|
_(C, {
|
|
@@ -9019,7 +9020,7 @@ function gm(e, t, n) {
|
|
|
9019
9020
|
refetch: f
|
|
9020
9021
|
};
|
|
9021
9022
|
}
|
|
9022
|
-
const U0 = "0.0.
|
|
9023
|
+
const U0 = "0.0.60";
|
|
9023
9024
|
let Da;
|
|
9024
9025
|
async function Ta() {
|
|
9025
9026
|
const e = await fetch(
|