@bsgoal/common 2.19.1 → 2.19.2
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8378,7 +8378,7 @@ const yv = { class: "bsgoal-base-dialog-form" }, bv = Object.assign({
|
|
|
8378
8378
|
return L;
|
|
8379
8379
|
}), z = Oe(() => Ci(d) === "detail"), O = J(null), D = (L = {}, T = "") => {
|
|
8380
8380
|
const H = bu(Ci(L));
|
|
8381
|
-
m.value = cn({}, H), T ? d.value = T : d.value = "add", O.value.show(), a("on-show");
|
|
8381
|
+
return m.value = cn({}, H), T ? d.value = T : d.value = "add", O.value.show(), a("on-show"), m;
|
|
8382
8382
|
}, I = () => {
|
|
8383
8383
|
O.value.hide(), a("on-hide");
|
|
8384
8384
|
}, k = Oe(() => {
|