@neowit/orbit-vue 0.8.3 → 0.8.4
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/orbit.cjs +1 -1
- package/dist/orbit.js +2 -2
- package/package.json +1 -1
package/dist/orbit.js
CHANGED
|
@@ -6837,7 +6837,7 @@ const dd = /* @__PURE__ */ L({
|
|
|
6837
6837
|
}, [
|
|
6838
6838
|
J(Xt, { name: Q.value }, {
|
|
6839
6839
|
default: te(() => [
|
|
6840
|
-
!e.destroyOnClose ||
|
|
6840
|
+
!e.destroyOnClose || i.value ? Ee((a(), l("div", {
|
|
6841
6841
|
key: 0,
|
|
6842
6842
|
class: $(P.value),
|
|
6843
6843
|
style: he({ zIndex: F.value }),
|
|
@@ -6903,7 +6903,7 @@ const dd = /* @__PURE__ */ L({
|
|
|
6903
6903
|
])) : c("", !0)
|
|
6904
6904
|
], 46, od)
|
|
6905
6905
|
], 46, ad)), [
|
|
6906
|
-
[xt, e.destroyOnClose ? !0 :
|
|
6906
|
+
[xt, e.destroyOnClose ? !0 : i.value]
|
|
6907
6907
|
]) : c("", !0)
|
|
6908
6908
|
]),
|
|
6909
6909
|
_: 3
|