bkui-vue 2.0.1-beta.80 → 2.0.1-beta.81
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 +3 -3
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-select/index.js +2 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -29015,7 +29015,7 @@ const YK = /* @__PURE__ */ Oe({
|
|
29015
29015
|
immediate: !0,
|
29016
29016
|
deep: !0
|
29017
29017
|
}), ct(() => {
|
29018
|
-
zK(o.value.querySelector(`.${r("search-select-container")}`), f);
|
29018
|
+
zK(o.value.querySelector(`.${r("search-select-container")}`), f), f();
|
29019
29019
|
}), Ht(() => {
|
29020
29020
|
UK(o.value.querySelector(`.${r("search-select-container")}`), f);
|
29021
29021
|
}), KK({
|
@@ -29115,7 +29115,7 @@ const YK = /* @__PURE__ */ Oe({
|
|
29115
29115
|
},
|
29116
29116
|
render() {
|
29117
29117
|
var r, s;
|
29118
|
-
const e = `${this.isFocus ? this.maxHeight : rm}px
|
29118
|
+
const e = `${this.isFocus ? this.maxHeight : rm}`.replace("px", ""), t = !!this.selectedList.length && this.selectedList.slice(-1)[0].type !== "condition", n = Object.assign({}, this.$slots.menu ? {
|
29119
29119
|
menu: (i) => {
|
29120
29120
|
var o, c;
|
29121
29121
|
return (c = (o = this.$slots).menu) == null ? void 0 : c.call(o, i);
|
@@ -37158,7 +37158,7 @@ const FJ = (e, t) => {
|
|
37158
37158
|
}, qJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37159
37159
|
__proto__: null,
|
37160
37160
|
$bkPopover: Hh
|
37161
|
-
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.
|
37161
|
+
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.81";
|
37162
37162
|
window.__bkui_vue_version__ = VJ;
|
37163
37163
|
export {
|
37164
37164
|
Hh as $bkPopover,
|