bkui-vue 0.0.2-beta.38 → 0.0.2-beta.39
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 +11 -4
- package/dist/index.umd.js +12 -12
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/directives/index.js +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/popover/index.js +1 -1
- package/lib/swiper/index.js +1 -1
- package/lib/swiper/swiper.css +0 -6
- package/lib/swiper/swiper.less +0 -8
- package/lib/swiper/swiper.variable.css +0 -6
- package/lib/table/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10342,7 +10342,7 @@ const v6 = (e, t) => {
|
|
10342
10342
|
}, c = () => {
|
10343
10343
|
d(), i && clearTimeout(i), i = setTimeout(() => {
|
10344
10344
|
const v = v6(e, t);
|
10345
|
-
v.isShow = !0, v.content = v.content || e
|
10345
|
+
v.isShow = !0, v.content = v.content || e, v.allowHtml = !0, Object.assign(v, {
|
10346
10346
|
onContentMouseenter: u,
|
10347
10347
|
onContentMouseleave: d
|
10348
10348
|
}), n = P1(v);
|
@@ -12215,7 +12215,7 @@ const t4 = () => {
|
|
12215
12215
|
}, [f("i", {
|
12216
12216
|
class: `${b("swiper-nav-icon")}`
|
12217
12217
|
}, null)]), f("span", {
|
12218
|
-
class: `${b("swiper-nav")} ${b("nav-next")}
|
12218
|
+
class: `${b("swiper-nav")} ${b("nav-next")}`,
|
12219
12219
|
onClick: () => I(h.value + 1)
|
12220
12220
|
}, [f("i", {
|
12221
12221
|
class: `${b("swiper-nav-icon")}`
|
@@ -15169,9 +15169,16 @@ const Ut = (e, t, n) => {
|
|
15169
15169
|
})), r = () => {
|
15170
15170
|
if (/boolean|object/.test(typeof e.column.showOverflowTooltip) && e.column.showOverflowTooltip !== null) {
|
15171
15171
|
const v = {
|
15172
|
-
showOverflowTooltip: {
|
15172
|
+
showOverflowTooltip: {
|
15173
|
+
content: "",
|
15174
|
+
disabled: !e.column.showOverflowTooltip,
|
15175
|
+
mode: void 0,
|
15176
|
+
resizerWay: void 0,
|
15177
|
+
watchCellResize: void 0,
|
15178
|
+
popoverOption: {}
|
15179
|
+
}
|
15173
15180
|
};
|
15174
|
-
return e.parentSetting !== null && typeof e.parentSetting == "object" && (v.showOverflowTooltip
|
15181
|
+
return e.parentSetting !== null && typeof e.parentSetting == "object" && (Object.assign(v.showOverflowTooltip, e.parentSetting), Object.assign(v.showOverflowTooltip, {
|
15175
15182
|
disabled: !e.column.showOverflowTooltip
|
15176
15183
|
}), typeof e.column.showOverflowTooltip == "object" && Object.assign(v.showOverflowTooltip, e.column.showOverflowTooltip)), v;
|
15177
15184
|
}
|