mower-ng/ui/dist/assets/HelpText.js
zhbaor b0a908d68b
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
生息演算
2025-07-09 00:31:14 +08:00

59 lines
2.1 KiB
JavaScript

import { _export_sfc, createBlock, openBlock, withCtx, renderSlot, createVNode, createBaseVNode, Button } from "./index.js";
import { __unplugin_components_6 } from "./Tooltip.js";
import { NIcon } from "./Icon.js";
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
const _component_n_icon = NIcon;
const _component_n_button = Button;
const _component_n_tooltip = __unplugin_components_6;
return openBlock(), createBlock(_component_n_tooltip, {
trigger: "hover",
"content-style": "max-width: 500px"
}, {
trigger: withCtx(() => [
createVNode(_component_n_button, {
tertiary: "",
circle: "",
class: "help",
size: "tiny"
}, {
icon: withCtx(() => [
createVNode(_component_n_icon, null, {
default: withCtx(() => _cache[0] || (_cache[0] = [
createBaseVNode("svg", {
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
viewBox: "0 0 512 512"
}, [
createBaseVNode("path", {
d: "M160 164s1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 298.36 248 324",
fill: "none",
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
"stroke-width": "40"
}),
createBaseVNode("circle", {
cx: "248",
cy: "399.99",
r: "32",
fill: "currentColor"
})
], -1)
])),
_: 1
})
]),
_: 1
})
]),
default: withCtx(() => [
renderSlot(_ctx.$slots, "default", {}, void 0, true)
]),
_: 3
});
}
const __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e18814d8"]]);
export {
__unplugin_components_0
};