bkui-vue 1.0.3-beta.67.dialog.4 → 1.0.3-beta.67.dialog.5
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 +4 -0
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/dialog/dialog.css +4 -0
- package/lib/dialog/dialog.variable.css +4 -0
- package/lib/dialog/index.js +1 -0
- package/lib/modal/index.js +4 -0
- package/lib/modal/modal.css +4 -0
- package/lib/modal/modal.less +4 -0
- package/lib/modal/modal.variable.css +4 -0
- package/lib/sideslider/index.js +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7882,6 +7882,8 @@ const Gv = /* @__PURE__ */ Se({
|
|
7882
7882
|
}
|
7883
7883
|
}), KE = Nn(UE, { CollapsePanel: Gv }), XE = (e, t, n) => {
|
7884
7884
|
const { resolveClassName: i } = De(), s = F(!1), r = F({}), o = ja(() => {
|
7885
|
+
if (!n.isShow)
|
7886
|
+
return;
|
7885
7887
|
const { height: c } = e.value.querySelector(`.${i("modal-header")}`).getBoundingClientRect(), { height: u } = e.value.querySelector(`.${i("modal-content")} div`).getBoundingClientRect(), { height: d } = e.value.querySelector(`.${i("modal-footer")}`).getBoundingClientRect(), h = window.innerHeight;
|
7886
7888
|
s.value = h < c + u + d + 20, s.value || n.fullscreen ? (r.value = {
|
7887
7889
|
height: `${h - c - d}px`,
|
@@ -8436,6 +8438,7 @@ const AR = /* @__PURE__ */ Se({
|
|
8436
8438
|
quickClose: e.quickClose,
|
8437
8439
|
showMask: e.showMask,
|
8438
8440
|
transfer: e.transfer,
|
8441
|
+
renderDirective: e.renderDirective,
|
8439
8442
|
left: e.fullscreen ? "0px" : u.moveStyle.left,
|
8440
8443
|
top: e.fullscreen ? "0px" : u.moveStyle.top,
|
8441
8444
|
zIndex: e.zIndex,
|
@@ -16346,6 +16349,7 @@ const GQ = /* @__PURE__ */ Se({
|
|
16346
16349
|
quickClose: e.quickClose,
|
16347
16350
|
showMask: e.showMask,
|
16348
16351
|
transfer: e.transfer,
|
16352
|
+
renderDirective: e.renderDirective,
|
16349
16353
|
zIndex: e.zIndex,
|
16350
16354
|
onHidden: u,
|
16351
16355
|
onShown: c,
|