x-runtime-lib 0.6.26 → 0.6.27
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.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5820,7 +5820,8 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5820
5820
|
const n = se("v-dialog");
|
|
5821
5821
|
return F(), te(n, {
|
|
5822
5822
|
modelValue: ge(b),
|
|
5823
|
-
"onUpdate:modelValue": x[0] || (x[0] = (t) => Li(b) ? b.value = t : null)
|
|
5823
|
+
"onUpdate:modelValue": x[0] || (x[0] = (t) => Li(b) ? b.value = t : null),
|
|
5824
|
+
attach: "#dialogContainer"
|
|
5824
5825
|
}, {
|
|
5825
5826
|
activator: ee(() => [
|
|
5826
5827
|
ge(c) === "editor" ? (F(), ce("div", {
|
|
@@ -5916,6 +5917,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5916
5917
|
"onUpdate:modelValue": e[0] || (e[0] = (u) => Li(x) ? x.value = u : null),
|
|
5917
5918
|
"location-strategy": "connected",
|
|
5918
5919
|
target: y.value,
|
|
5920
|
+
attach: "menuContainer",
|
|
5919
5921
|
scrim: "transparent"
|
|
5920
5922
|
}, {
|
|
5921
5923
|
activator: ee(() => [
|