@zkwq/business 0.0.42 → 0.0.43
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.js +2 -2
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5877,7 +5877,7 @@ const { keys: Se } = oe, Yn = {
|
|
|
5877
5877
|
this.$nextTick(() => {
|
|
5878
5878
|
const { filtering: e } = this, { popper: t, suggestionPanel: s } = this.$refs;
|
|
5879
5879
|
let i = null;
|
|
5880
|
-
e && s ? i =
|
|
5880
|
+
e && s ? i = s.$el.querySelector(".base-cascader__suggestion-item") : i = t.querySelector(".base-cascader-menu").querySelector('.base-cascader-node[tabindex="-1"]'), i && (i.focus(), !e && i.click());
|
|
5881
5881
|
});
|
|
5882
5882
|
},
|
|
5883
5883
|
computePresentContent() {
|
|
@@ -5969,7 +5969,7 @@ const { keys: Se } = oe, Yn = {
|
|
|
5969
5969
|
return;
|
|
5970
5970
|
const n = e.querySelector(".base-cascader__tags");
|
|
5971
5971
|
let a = null;
|
|
5972
|
-
if (s && (a =
|
|
5972
|
+
if (s && (a = s.$el)) {
|
|
5973
5973
|
const r = a.querySelector(".base-cascader__suggestion-list");
|
|
5974
5974
|
r.style.minWidth = i.offsetWidth + "px";
|
|
5975
5975
|
}
|