bkui-vue 0.0.2-beta.101 → 0.0.2-beta.102
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/select/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10599,7 +10599,7 @@ const $7 = /* @__PURE__ */ ce({
|
|
10599
10599
|
}] : S.value = [];
|
10600
10600
|
}, pu = (me) => {
|
10601
10601
|
var Vt, Mn, yu, bu;
|
10602
|
-
if (!ta.value)
|
10602
|
+
if (!ta.value || b.value)
|
10603
10603
|
return;
|
10604
10604
|
const pe = A.value.filter((Mt) => !Mt.disabled && Mt.visible), De = pe.findIndex((Mt) => Mt.optionID === V.value);
|
10605
10605
|
switch (me.code) {
|
@@ -10620,7 +10620,7 @@ const $7 = /* @__PURE__ */ ce({
|
|
10620
10620
|
const {
|
10621
10621
|
value: Mt
|
10622
10622
|
} = me.target;
|
10623
|
-
if (m.value && Mt)
|
10623
|
+
if (m.value && Mt || me.target === J.value)
|
10624
10624
|
return;
|
10625
10625
|
const G3 = $.value.get(V.value);
|
10626
10626
|
ms(G3);
|