bkui-vue 1.0.3-beta.48 → 1.0.3-beta.49
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 -0
- package/dist/index.umd.js +2 -2
- package/lib/info-box/index.js +1 -0
- package/lib/modal/index.js +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7919,6 +7919,7 @@ const h2 = /* @__PURE__ */ Le({
|
|
7919
7919
|
let r;
|
7920
7920
|
const o = () => {
|
7921
7921
|
const u = Ns(() => {
|
7922
|
+
console.log("from model content size change");
|
7922
7923
|
const { height: c } = e.value.querySelector(`.${n("modal-header")}`).getBoundingClientRect(), { height: d } = e.value.querySelector(`.${n("modal-content")}`).getBoundingClientRect(), { height: h } = e.value.querySelector(`.${n("modal-footer")}`).getBoundingClientRect(), g = window.innerHeight;
|
7923
7924
|
i.value = g < c + d + h, i.value || t.fullscreen ? s.value = {
|
7924
7925
|
height: `${g - c - h}px`,
|
@@ -21843,6 +21844,7 @@ const wQ = {
|
|
21843
21844
|
...n.value,
|
21844
21845
|
isShow: i.value,
|
21845
21846
|
transfer: !1,
|
21847
|
+
quickClose: !1,
|
21846
21848
|
onClosed: C,
|
21847
21849
|
onConfirm: M,
|
21848
21850
|
onHidden: b
|