bkui-vue 2.0.1-beta.64 → 2.0.1-beta.65
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 +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/resize-layout/index.js +4 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -27742,7 +27742,7 @@ const Ov = () => {
|
|
27742
27742
|
isCollapsed: h
|
27743
27743
|
} = Tt(e), v = G(h.value), y = G(!0), b = G(!1), x = G(null), w = G({}), C = G(null), O = G(null), S = G(null), _ = G(null), L = F(() => ["left", "right"].includes(n.value)), E = F(() => L.value ? "width" : "height"), D = F(() => {
|
27744
27744
|
let H = r.value;
|
27745
|
-
return typeof H == "number" && (H = H <= c.value ? `${c.value}px` : `${H}px`), H;
|
27745
|
+
return c.value !== 3 && typeof H != "number" ? `${c.value}px` : (typeof H == "number" && (H = H <= c.value ? `${c.value}px` : `${H}px`), H);
|
27746
27746
|
}), N = F(() => d.value && h.value ? {
|
27747
27747
|
[E.value]: "0px"
|
27748
27748
|
} : {
|
@@ -37017,7 +37017,7 @@ const wq = (e, t) => {
|
|
37017
37017
|
}, Dq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37018
37018
|
__proto__: null,
|
37019
37019
|
$bkPopover: Mh
|
37020
|
-
}, Symbol.toStringTag, { value: "Module" })), _q = "2.0.1-beta.
|
37020
|
+
}, Symbol.toStringTag, { value: "Module" })), _q = "2.0.1-beta.65";
|
37021
37021
|
window.__bkui_vue_version__ = _q;
|
37022
37022
|
export {
|
37023
37023
|
Mh as $bkPopover,
|