bkui-vue 2.0.1-beta.82 → 2.0.1-beta.83
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/collapse/index.js +2 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10361,7 +10361,7 @@ const xv = /* @__PURE__ */ Oe({
|
|
10361
10361
|
_e(() => e.modelValue, (v) => {
|
10362
10362
|
i.value = v;
|
10363
10363
|
}), e.alone || (r = Gt("localActiveItems"), s = Gt("handleItemClick"), _e(r, (v) => {
|
10364
|
-
v != null && v.length
|
10364
|
+
v != null && v.length ? i.value = v.includes(e.name) : i.value = !1;
|
10365
10365
|
}, {
|
10366
10366
|
immediate: !0
|
10367
10367
|
}));
|
@@ -37187,7 +37187,7 @@ const FJ = (e, t) => {
|
|
37187
37187
|
}, qJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37188
37188
|
__proto__: null,
|
37189
37189
|
$bkPopover: Hh
|
37190
|
-
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.
|
37190
|
+
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.83";
|
37191
37191
|
window.__bkui_vue_version__ = VJ;
|
37192
37192
|
export {
|
37193
37193
|
Hh as $bkPopover,
|