bkui-vue 2.0.1-beta.116 → 2.0.1-beta.117
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/directives/index.js +1 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -6621,7 +6621,7 @@ const Wt = He(nh), A0 = (e, t) => {
|
|
6621
6621
|
}, d = () => {
|
6622
6622
|
o(), s && clearTimeout(s), s = setTimeout(() => {
|
6623
6623
|
const h = A0(e, t);
|
6624
|
-
h.isShow = !0, h.content = typeof h.content == "function" ? h.content() : h.content
|
6624
|
+
h.isShow = !0, h.content = typeof h.content == "function" ? h.content() : h.content || e.outerHTML, h.allowHtml = !0, Object.assign(h, {
|
6625
6625
|
onContentMouseenter: l,
|
6626
6626
|
onContentMouseleave: o
|
6627
6627
|
}), n = Xu(h);
|
@@ -33589,7 +33589,7 @@ const HH = (e, t) => {
|
|
33589
33589
|
}, JH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
33590
33590
|
__proto__: null,
|
33591
33591
|
$bkPopover: Xu
|
33592
|
-
}, Symbol.toStringTag, { value: "Module" })), BH = "2.0.1-beta.
|
33592
|
+
}, Symbol.toStringTag, { value: "Module" })), BH = "2.0.1-beta.117";
|
33593
33593
|
window.__bkui_vue_version__ = BH;
|
33594
33594
|
export {
|
33595
33595
|
Xu as $bkPopover,
|