bkui-vue 2.0.1-beta.46 → 2.0.1-beta.47
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 +11 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/tree/index.js +4 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -35606,7 +35606,16 @@ const ZX = {
|
|
35606
35606
|
isSearchDisabled: _,
|
35607
35607
|
isTreeUI: L,
|
35608
35608
|
showChildNodes: E
|
35609
|
-
} = cq(e), $ = Xe([]), I = (se) =>
|
35609
|
+
} = cq(e), $ = Xe([]), I = (se) => {
|
35610
|
+
if (O.value) {
|
35611
|
+
if (E) {
|
35612
|
+
const ue = `${p(se) ?? ""}-`;
|
35613
|
+
return o(se) && (d(se) || $.some((ve) => ue.indexOf(`${ve}-`) === 0));
|
35614
|
+
}
|
35615
|
+
return o(se) && d(se);
|
35616
|
+
}
|
35617
|
+
return o(se);
|
35618
|
+
}, H = F(() => r.data.filter((se) => I(se))), {
|
35610
35619
|
getLastVisibleElement: P,
|
35611
35620
|
intersectionObserver: M
|
35612
35621
|
} = eq(e), {
|
@@ -36788,7 +36797,7 @@ const bq = (e, t) => {
|
|
36788
36797
|
}, $q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
36789
36798
|
__proto__: null,
|
36790
36799
|
$bkPopover: Ih
|
36791
|
-
}, Symbol.toStringTag, { value: "Module" })), xq = "2.0.1-beta.
|
36800
|
+
}, Symbol.toStringTag, { value: "Module" })), xq = "2.0.1-beta.47";
|
36792
36801
|
window.__bkui_vue_version__ = xq;
|
36793
36802
|
export {
|
36794
36803
|
Ih as $bkPopover,
|