edvoyui-component-library-test-flight 0.0.173 → 0.0.175
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/library-vue-ts.cjs.js +1 -1
- package/dist/library-vue-ts.css +1 -1
- package/dist/library-vue-ts.es.js +14 -9
- package/dist/library-vue-ts.umd.js +35 -35
- package/dist/modal/EUIModal.vue.d.ts +1 -1
- package/dist/slideover/EUISlideover.vue.d.ts +1 -1
- package/dist/slideover/EUISlideover.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/modal/EUIModal.vue +3 -3
- package/src/components/slideover/EUISlideover.vue +8 -3
|
@@ -12801,7 +12801,7 @@ var Yx = { class: "text-xl font-semibold" }, Kx = {
|
|
|
12801
12801
|
class: "flex-initial"
|
|
12802
12802
|
}, Gx = {
|
|
12803
12803
|
key: 3,
|
|
12804
|
-
class: "p-4 border-t border-b border-gray-200 max-h-[calc(
|
|
12804
|
+
class: "p-4 border-t border-b border-gray-200 max-h-[calc(100vh-3rem)] flex-1"
|
|
12805
12805
|
}, Xx = {
|
|
12806
12806
|
key: 5,
|
|
12807
12807
|
class: "sticky bottom-0 flex items-center justify-end float-none p-4 space-x-2"
|
|
@@ -12828,13 +12828,13 @@ function Qx(e, n, t, r, i, l) {
|
|
|
12828
12828
|
return e.closeModal && e.closeModal.apply(e, u);
|
|
12829
12829
|
}, ["self"]))
|
|
12830
12830
|
}, [
|
|
12831
|
-
n[5] || (n[5] = $("div", { class: "backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/
|
|
12831
|
+
n[5] || (n[5] = $("div", { class: "backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/25 pointer-events-none overflow-hidden cursor-auto backdrop-blur-md" }, null, -1)),
|
|
12832
12832
|
$("div", {
|
|
12833
12833
|
class: ae([
|
|
12834
12834
|
"bg-white shadow-lg w-full overflow-hidden relative flex flex-col justify-between modal-container",
|
|
12835
12835
|
e.slideClass,
|
|
12836
12836
|
e.roundedClass !== "" ? e.roundedClass : "rounded-t-3xl md:rounded-2xl",
|
|
12837
|
-
e.size === "full" ? "h-full max-h-svh" : "max-h-[calc(
|
|
12837
|
+
e.size === "full" ? "h-full max-h-svh" : "max-h-[calc(100vh-3rem)] md:h-auto"
|
|
12838
12838
|
])
|
|
12839
12839
|
}, [
|
|
12840
12840
|
e.$slots.header ? oe(e.$slots, "header", { key: 0 }, void 0, !0) : (_(), O("div", {
|
|
@@ -12904,7 +12904,7 @@ function Qx(e, n, t, r, i, l) {
|
|
|
12904
12904
|
})
|
|
12905
12905
|
]);
|
|
12906
12906
|
}
|
|
12907
|
-
const $D = /* @__PURE__ */ mt(jx, [["render", Qx], ["__scopeId", "data-v-
|
|
12907
|
+
const $D = /* @__PURE__ */ mt(jx, [["render", Qx], ["__scopeId", "data-v-63fa538d"]]), qx = Ye({
|
|
12908
12908
|
name: "Slideover",
|
|
12909
12909
|
components: {
|
|
12910
12910
|
EUIButton: ns
|
|
@@ -12933,6 +12933,10 @@ const $D = /* @__PURE__ */ mt(jx, [["render", Qx], ["__scopeId", "data-v-6e392f5
|
|
|
12933
12933
|
size: {
|
|
12934
12934
|
type: String,
|
|
12935
12935
|
default: "xs"
|
|
12936
|
+
},
|
|
12937
|
+
slideoverClass: {
|
|
12938
|
+
type: String,
|
|
12939
|
+
default: ""
|
|
12936
12940
|
}
|
|
12937
12941
|
},
|
|
12938
12942
|
emits: ["update:isVisible", "confirm"],
|
|
@@ -12974,7 +12978,7 @@ var Jx = {
|
|
|
12974
12978
|
class: "sticky top-0 flex items-center justify-between flex-initial px-4 py-3"
|
|
12975
12979
|
}, Zx = { key: 0 }, ek = {
|
|
12976
12980
|
key: 3,
|
|
12977
|
-
class: "flex-1 p-4 max-h-[calc(
|
|
12981
|
+
class: "flex-1 p-4 max-h-[calc(100vh-3rem)] overflow-y-auto slideover-body"
|
|
12978
12982
|
}, tk = {
|
|
12979
12983
|
key: 5,
|
|
12980
12984
|
class: "sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"
|
|
@@ -13004,11 +13008,12 @@ function nk(e, n, t, r, i, l) {
|
|
|
13004
13008
|
return e.closeSlideover && e.closeSlideover.apply(e, s);
|
|
13005
13009
|
}, ["self"]))
|
|
13006
13010
|
}, [
|
|
13007
|
-
n[6] || (n[6] = $("div", { class: "backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/
|
|
13011
|
+
n[6] || (n[6] = $("div", { class: "backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/25 pointer-events-auto overflow-hidden cursor-auto backdrop-blur-md" }, null, -1)),
|
|
13008
13012
|
$("div", {
|
|
13009
13013
|
class: ae([
|
|
13010
|
-
"relative flex flex-col justify-between w-full overflow-hidden bg-white divide-gray-200 divide-y shadow-lg h-full",
|
|
13011
|
-
e.slideClass.width
|
|
13014
|
+
"relative flex flex-col justify-between w-full overflow-hidden bg-white divide-gray-200 divide-y shadow-lg h-full slideover-container",
|
|
13015
|
+
e.slideClass.width,
|
|
13016
|
+
e.slideoverClass
|
|
13012
13017
|
])
|
|
13013
13018
|
}, [
|
|
13014
13019
|
e.$slots.header ? oe(e.$slots, "header", { key: 0 }, void 0, !0) : (_(), O("div", Jx, [
|
|
@@ -13089,7 +13094,7 @@ function nk(e, n, t, r, i, l) {
|
|
|
13089
13094
|
})
|
|
13090
13095
|
]);
|
|
13091
13096
|
}
|
|
13092
|
-
const CD = /* @__PURE__ */ mt(qx, [["render", nk], ["__scopeId", "data-v-
|
|
13097
|
+
const CD = /* @__PURE__ */ mt(qx, [["render", nk], ["__scopeId", "data-v-694773f1"]]), q1 = 6048e5, rk = 864e5, ak = 6e4, J1 = 36e5, ik = 1e3, hh = Symbol.for("constructDateFrom");
|
|
13093
13098
|
function Ot(e, n) {
|
|
13094
13099
|
return typeof e == "function" ? e(n) : e && typeof e == "object" && hh in e ? e[hh](n) : e instanceof Date ? new e.constructor(n) : new Date(n);
|
|
13095
13100
|
}
|