xrk-components 2.0.0-beta.48 → 2.0.0-beta.49
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/lib/index.esm.js +3 -3
- package/lib/index.umd.js +3 -3
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -74978,7 +74978,7 @@ var script$b = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$b
|
|
|
74978
74978
|
destroyOnClose: true,
|
|
74979
74979
|
alignCenter: true,
|
|
74980
74980
|
confirmBtnConfig: { content: '删除' },
|
|
74981
|
-
contentRender: function () { return h$1(BaseTextContent, {}, "\u662F\u5426\u5220\u9664".concat(file.name)); },
|
|
74981
|
+
contentRender: function () { return h$1(BaseTextContent, {}, "\u662F\u5426\u5220\u9664".concat(file.name || '')); },
|
|
74982
74982
|
beforeConfirm: function () {
|
|
74983
74983
|
del();
|
|
74984
74984
|
}
|
|
@@ -75074,10 +75074,10 @@ var script$b = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$b
|
|
|
75074
75074
|
createVNode(unref(BaseToolTip), {
|
|
75075
75075
|
overShow: "",
|
|
75076
75076
|
trigger: "hover",
|
|
75077
|
-
content: item.name
|
|
75077
|
+
content: item.name || item.url
|
|
75078
75078
|
}, {
|
|
75079
75079
|
default: withCtx(function () { return [
|
|
75080
|
-
createTextVNode(toDisplayString(item.name), 1 /* TEXT */)
|
|
75080
|
+
createTextVNode(toDisplayString(item.name || item.url), 1 /* TEXT */)
|
|
75081
75081
|
]; }),
|
|
75082
75082
|
_: 2 /* DYNAMIC */
|
|
75083
75083
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["content"]),
|
package/lib/index.umd.js
CHANGED
|
@@ -74981,7 +74981,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
74981
74981
|
destroyOnClose: true,
|
|
74982
74982
|
alignCenter: true,
|
|
74983
74983
|
confirmBtnConfig: { content: '删除' },
|
|
74984
|
-
contentRender: function () { return vue.h(BaseTextContent, {}, "\u662F\u5426\u5220\u9664".concat(file.name)); },
|
|
74984
|
+
contentRender: function () { return vue.h(BaseTextContent, {}, "\u662F\u5426\u5220\u9664".concat(file.name || '')); },
|
|
74985
74985
|
beforeConfirm: function () {
|
|
74986
74986
|
del();
|
|
74987
74987
|
}
|
|
@@ -75077,10 +75077,10 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
75077
75077
|
vue.createVNode(vue.unref(BaseToolTip), {
|
|
75078
75078
|
overShow: "",
|
|
75079
75079
|
trigger: "hover",
|
|
75080
|
-
content: item.name
|
|
75080
|
+
content: item.name || item.url
|
|
75081
75081
|
}, {
|
|
75082
75082
|
default: vue.withCtx(function () { return [
|
|
75083
|
-
vue.createTextVNode(vue.toDisplayString(item.name), 1 /* TEXT */)
|
|
75083
|
+
vue.createTextVNode(vue.toDisplayString(item.name || item.url), 1 /* TEXT */)
|
|
75084
75084
|
]; }),
|
|
75085
75085
|
_: 2 /* DYNAMIC */
|
|
75086
75086
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["content"]),
|