@wishbone-media/spark 0.12.0 → 0.12.1
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
CHANGED
|
@@ -815,7 +815,7 @@ const pe = new Fs(), Bs = { class: "fixed inset-0 z-10 w-screen overflow-y-auto"
|
|
|
815
815
|
])
|
|
816
816
|
}, {
|
|
817
817
|
default: R(() => [
|
|
818
|
-
(m(), Z($e(e.overlayInstance.state.content), _t(
|
|
818
|
+
(m(), Z($e(e.overlayInstance.state.content), _t(e.overlayInstance.state.props, kt(e.overlayInstance.state.eventHandlers)), null, 16))
|
|
819
819
|
]),
|
|
820
820
|
_: 1
|
|
821
821
|
}, 8, ["class"])
|
|
@@ -840,7 +840,7 @@ function at() {
|
|
|
840
840
|
}), t = () => {
|
|
841
841
|
e.isVisible = !e.isVisible;
|
|
842
842
|
}, n = () => {
|
|
843
|
-
e.isVisible = !1, e.eventHandlers = {};
|
|
843
|
+
e.isVisible = !1, e.content = null, e.props = {}, e.eventHandlers = {};
|
|
844
844
|
}, s = () => {
|
|
845
845
|
e.isVisible = !0;
|
|
846
846
|
}, r = (a, i = {}, l = {}) => {
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<!-- Bind props and event handlers dynamically -->
|
|
42
42
|
<component
|
|
43
43
|
:is="overlayInstance.state.content"
|
|
44
|
-
v-bind="
|
|
44
|
+
v-bind="overlayInstance.state.props"
|
|
45
45
|
v-on="overlayInstance.state.eventHandlers"
|
|
46
46
|
/>
|
|
47
47
|
</DialogPanel>
|