@zhangqingcq/vgce 0.1.1 → 0.1.2
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/vgce.js
CHANGED
|
@@ -19726,7 +19726,7 @@ const connection_line_system = {
|
|
|
19726
19726
|
color: {
|
|
19727
19727
|
title: "颜色",
|
|
19728
19728
|
type: EConfigItemPropsType.Color,
|
|
19729
|
-
val: "#
|
|
19729
|
+
val: "#602a00"
|
|
19730
19730
|
},
|
|
19731
19731
|
reverse: {
|
|
19732
19732
|
title: "反转动画",
|
|
@@ -21074,7 +21074,7 @@ const _withScopeId$2 = (r) => (pushScopeId("data-v-62907637"), r = r(), popScope
|
|
|
21074
21074
|
], 32)
|
|
21075
21075
|
], 8, _hoisted_1$e));
|
|
21076
21076
|
}
|
|
21077
|
-
}), connectionPanel_vue_vue_type_style_index_0_scoped_fb729c7a_lang = "", ConnectionPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-fb729c7a"]]), _hoisted_1$d = ["d", "stroke-width"], _hoisted_2$a = ["d", "stroke-width"], _hoisted_3$9 = ["id", "d", "stroke", "stroke-width", "stroke-dasharray"], _hoisted_4$5 = ["from", "to", "dur", "repeatCount"], _hoisted_5$3 = ["d", "stroke", "stroke-width", "stroke-dasharray"], _hoisted_6$1 = ["from", "to", "dur", "repeatCount"], _hoisted_7$1 = ["r", "fill"], _hoisted_8$1 = ["path", "dur", "repeatCount"], _hoisted_9$1 = ["cx", "cy", "r"], _hoisted_10$1 = ["cx", "cy", "r", "stroke", "onMousedown"], _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
21077
|
+
}), connectionPanel_vue_vue_type_style_index_0_scoped_fb729c7a_lang = "", ConnectionPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-fb729c7a"]]), _hoisted_1$d = ["d", "stroke-width"], _hoisted_2$a = ["d", "stroke-width"], _hoisted_3$9 = ["id", "d", "stroke", "stroke-width", "stroke-dasharray"], _hoisted_4$5 = ["from", "to", "dur", "repeatCount"], _hoisted_5$3 = ["d", "stroke", "stroke-width", "stroke-dasharray"], _hoisted_6$1 = ["from", "to", "dur", "repeatCount"], _hoisted_7$1 = ["r", "fill"], _hoisted_8$1 = ["path", "dur", "repeatCount"], _hoisted_9$1 = ["cx", "cy", "r", "stroke-width"], _hoisted_10$1 = ["cx", "cy", "r", "stroke", "onMousedown"], _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
21078
21078
|
__name: "connection-line",
|
|
21079
21079
|
props: {
|
|
21080
21080
|
itemInfo: {},
|
|
@@ -21112,7 +21112,7 @@ const _withScopeId$2 = (r) => (pushScopeId("data-v-62907637"), r = r(), popScope
|
|
|
21112
21112
|
fill: "none",
|
|
21113
21113
|
"fill-opacity": "0",
|
|
21114
21114
|
stroke: "#DE4517",
|
|
21115
|
-
"stroke-width": n.itemInfo.props["stroke-width"].val + 1,
|
|
21115
|
+
"stroke-width": Math.ceil(n.itemInfo.props["stroke-width"].val * 1.2) + 1,
|
|
21116
21116
|
"stroke-linecap": "round",
|
|
21117
21117
|
"stroke-linejoin": "round"
|
|
21118
21118
|
}, null, 8, _hoisted_1$d), [
|
|
@@ -21192,7 +21192,7 @@ const _withScopeId$2 = (r) => (pushScopeId("data-v-62907637"), r = r(), popScope
|
|
|
21192
21192
|
r: n.itemInfo.props.point_r.val + 1,
|
|
21193
21193
|
fill: "none",
|
|
21194
21194
|
"fill-opacity": "0",
|
|
21195
|
-
"stroke-width":
|
|
21195
|
+
"stroke-width": Math.ceil(n.itemInfo.props.point_r.val * 0.2) + 1,
|
|
21196
21196
|
stroke: "#DE4517"
|
|
21197
21197
|
}, null, 8, _hoisted_9$1)), [
|
|
21198
21198
|
[vShow, n.itemInfo.selected || n.itemInfo.id === ((T = unref(i).handle_svg_info) == null ? void 0 : T.info.id)]
|