@wikicasa-dev/components 2.4.1-alpha.11 → 2.4.1-alpha.12
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/Swiper/autoplay.js +1 -1
- package/dist/Swiper/controller.js +1 -1
- package/dist/Swiper/keyboard.js +1 -1
- package/dist/Swiper/thumbs.js +1 -1
- package/dist/packages/components/lib/UIKit/BaseModal.vue.js +4 -4
- package/package.json +1 -1
- /package/dist/assets/{swiper-controller.css → swiper-thumbs.css} +0 -0
package/dist/Swiper/autoplay.js
CHANGED
package/dist/Swiper/keyboard.js
CHANGED
package/dist/Swiper/thumbs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as O, mergeModels as h, useModel as
|
|
1
|
+
import { defineComponent as O, mergeModels as h, useModel as F, useTemplateRef as y, shallowRef as C, onUnmounted as A, createBlock as K, openBlock as k, Teleport as N, createVNode as w, Transition as S, unref as p, withCtx as V, withDirectives as P, createElementVNode as l, normalizeClass as i, createElementBlock as x, createCommentVNode as g, renderSlot as d, withModifiers as R, vShow as U } from "vue";
|
|
2
2
|
import { CloseIcon as j } from "@wikicasa-dev/svg-icons";
|
|
3
3
|
const q = ["id", "data-cy"], G = ["innerHTML"], W = /* @__PURE__ */ O({
|
|
4
4
|
__name: "BaseModal",
|
|
@@ -26,7 +26,7 @@ const q = ["id", "data-cy"], G = ["innerHTML"], W = /* @__PURE__ */ O({
|
|
|
26
26
|
}),
|
|
27
27
|
emits: /* @__PURE__ */ h(["closed", "opened", "dialogClick"], ["update:showModal"]),
|
|
28
28
|
setup(e, { emit: M }) {
|
|
29
|
-
const r = M, o =
|
|
29
|
+
const r = M, o = F(e, "showModal"), B = o.value, m = y("backdrop"), a = y("modalDialog"), u = C(!1), c = C(!1), f = ({ key: t }) => {
|
|
30
30
|
t === "Escape" && s();
|
|
31
31
|
}, E = () => {
|
|
32
32
|
document?.body.addEventListener("keydown", f);
|
|
@@ -63,7 +63,7 @@ const q = ["id", "data-cy"], G = ["innerHTML"], W = /* @__PURE__ */ O({
|
|
|
63
63
|
s();
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
|
-
|
|
66
|
+
A(() => {
|
|
67
67
|
b(), document?.body.classList.remove(
|
|
68
68
|
"sm:uikit-pr-15px",
|
|
69
69
|
"sm:uikit-mr-0",
|
|
@@ -80,7 +80,7 @@ const q = ["id", "data-cy"], G = ["innerHTML"], W = /* @__PURE__ */ O({
|
|
|
80
80
|
duration: { enter: 500, leave: 250 },
|
|
81
81
|
onBeforeEnter: I,
|
|
82
82
|
onAfterEnter: L,
|
|
83
|
-
|
|
83
|
+
onLeave: z
|
|
84
84
|
}, {
|
|
85
85
|
default: V(() => [
|
|
86
86
|
P(l("div", {
|
package/package.json
CHANGED
|
File without changes
|