@stlhorizon/vue-ui 3.5.6 → 3.5.8
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.esm.js +7 -7
- package/dist/index.js +3 -3
- package/dist/src/components/Modal.vue.d.ts.map +1 -1
- package/dist/src/components/MultiSelect.vue.d.ts.map +1 -1
- package/dist/src/components/Select.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5003,7 +5003,7 @@ const J = {
|
|
|
5003
5003
|
class: "text-gray-900"
|
|
5004
5004
|
}, Ki = {
|
|
5005
5005
|
key: 0,
|
|
5006
|
-
class: "absolute z-
|
|
5006
|
+
class: "absolute z-[60] mt-1 w-full bg-white shadow-lg max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none"
|
|
5007
5007
|
}, Xi = { class: "px-3 py-2 border-b border-gray-200" }, Qi = {
|
|
5008
5008
|
key: 0,
|
|
5009
5009
|
class: "max-h-48 overflow-y-auto"
|
|
@@ -7344,7 +7344,7 @@ const J = {
|
|
|
7344
7344
|
), n = e, r = a, l = () => {
|
|
7345
7345
|
r("update:modelValue", !1), r("close");
|
|
7346
7346
|
}, o = (g) => {
|
|
7347
|
-
n.closeOnBackdrop && g.target === g.currentTarget && l();
|
|
7347
|
+
n.closeOnBackdrop && g.target === g.currentTarget && !n.resizable && l();
|
|
7348
7348
|
};
|
|
7349
7349
|
let c = null;
|
|
7350
7350
|
return me(() => n.modelValue, (g) => {
|
|
@@ -7365,12 +7365,12 @@ const J = {
|
|
|
7365
7365
|
default: R(() => [
|
|
7366
7366
|
e.modelValue ? (s(), u("div", {
|
|
7367
7367
|
key: 0,
|
|
7368
|
-
class: "fixed inset-0 z-50 bg-background/80 backdrop-blur-sm flex items-center justify-center",
|
|
7368
|
+
class: v(["fixed inset-0 z-50 bg-background/80 backdrop-blur-sm flex items-center justify-center", { "pointer-events-none": e.resizable }]),
|
|
7369
7369
|
onClick: o
|
|
7370
7370
|
}, [
|
|
7371
7371
|
i("div", {
|
|
7372
|
-
class: v(N(z)(N(t)({ size: e.size }), e.height, n.class, e.resizable ? "resize" : "")),
|
|
7373
|
-
style: ge(e.resizable ? "min-width: 400px; min-height: 200px;" : "")
|
|
7372
|
+
class: v(N(z)(N(t)({ size: e.size }), e.height, n.class, e.resizable ? "resize overflow-hidden pointer-events-auto" : "")),
|
|
7373
|
+
style: ge(e.resizable ? "min-width: 400px; min-height: 200px; resize: both;" : "")
|
|
7374
7374
|
}, [
|
|
7375
7375
|
e.showClose ? (s(), u("button", {
|
|
7376
7376
|
key: 0,
|
|
@@ -7386,7 +7386,7 @@ const J = {
|
|
|
7386
7386
|
])) : h("", !0),
|
|
7387
7387
|
O(g.$slots, "default")
|
|
7388
7388
|
], 6)
|
|
7389
|
-
])) : h("", !0)
|
|
7389
|
+
], 2)) : h("", !0)
|
|
7390
7390
|
]),
|
|
7391
7391
|
_: 3
|
|
7392
7392
|
})
|
|
@@ -12523,7 +12523,7 @@ const Dd = {
|
|
|
12523
12523
|
class: "flex flex-wrap gap-1"
|
|
12524
12524
|
}, B0 = {
|
|
12525
12525
|
key: 0,
|
|
12526
|
-
class: "absolute z-
|
|
12526
|
+
class: "absolute z-[60] mt-1 w-full bg-white shadow-lg max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none"
|
|
12527
12527
|
}, V0 = { class: "px-3 py-2 border-b border-gray-200" }, I0 = {
|
|
12528
12528
|
key: 0,
|
|
12529
12529
|
class: "max-h-48 overflow-y-auto"
|