bkui-vue 2.0.2-beta.35 → 2.0.2-beta.36
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/cascader/index.js +6 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13554,7 +13554,7 @@ const vx = /* @__PURE__ */ pe({
|
|
13554
13554
|
}, U = (V, te, se) => {
|
13555
13555
|
f.value = !0, se.stopPropagation();
|
13556
13556
|
const ce = JSON.parse(JSON.stringify(V)), re = ce.splice(te, 1)[0];
|
13557
|
-
x.value = !0, u.value.removeTag(re), R(ce), t("update:modelValue", u.value.getCheckedNodes().map((Z) => Z.path)), setTimeout(() => {
|
13557
|
+
x.value = !0, u.value.removeTag(re), R(ce), t("update:modelValue", u.value.getCheckedNodes().filter((Z) => u.value.config.checkAnyLevel || Z.isLeaf).map((Z) => Z.path)), setTimeout(() => {
|
13558
13558
|
x.value = w.value, f.value = !1;
|
13559
13559
|
});
|
13560
13560
|
}, z = (V, te) => {
|
@@ -34942,7 +34942,7 @@ const xk = (e, t) => {
|
|
34942
34942
|
}, Rk = {
|
34943
34943
|
createInstall: nm,
|
34944
34944
|
install: nm()
|
34945
|
-
}, _k = "2.0.2-beta.
|
34945
|
+
}, _k = "2.0.2-beta.36";
|
34946
34946
|
window.__bkui_vue_version__ = _k;
|
34947
34947
|
export {
|
34948
34948
|
Sg as $bkPopover,
|