bkui-vue 2.0.1-beta.73 → 2.0.1-beta.74
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.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/modal/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -16443,7 +16443,7 @@ const IF = (e, ...t) => {
|
|
16443
16443
|
return;
|
16444
16444
|
const { height: c } = e.value.querySelector(`.${r("modal-header")}`).getBoundingClientRect(), { height: u } = e.value.querySelector(`.${r("modal-content")} div`).getBoundingClientRect(), { height: d } = e.value.querySelector(`.${r("modal-footer")}`).getBoundingClientRect(), f = window.innerHeight, g = 32;
|
16445
16445
|
s.value = f < c + u + d + g, s.value || n.fullscreen ? (i.value = {
|
16446
|
-
height: `${f - c -
|
16446
|
+
height: `${f - c - 48}px`,
|
16447
16447
|
overflow: "auto",
|
16448
16448
|
"scrollbar-gutter": "stable"
|
16449
16449
|
}, s.value = !0) : i.value = {};
|
@@ -37070,7 +37070,7 @@ const Cq = (e, t) => {
|
|
37070
37070
|
}, Iq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37071
37071
|
__proto__: null,
|
37072
37072
|
$bkPopover: Rh
|
37073
|
-
}, Symbol.toStringTag, { value: "Module" })), Sq = "2.0.1-beta.
|
37073
|
+
}, Symbol.toStringTag, { value: "Module" })), Sq = "2.0.1-beta.74";
|
37074
37074
|
window.__bkui_vue_version__ = Sq;
|
37075
37075
|
export {
|
37076
37076
|
Rh as $bkPopover,
|