@zhangqingcq/vgce 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/vgce.js +3 -3
- package/dist/vgce.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/svg-viewer.vue +2 -0
package/dist/vgce.js
CHANGED
@@ -42691,7 +42691,7 @@ const sub = (i, r, n, o, a) => {
|
|
42691
42691
|
emits: ["onMessage", "onEvent"],
|
42692
42692
|
setup(i, { expose: r, emit: n }) {
|
42693
42693
|
useCssVars((T) => ({
|
42694
|
-
"
|
42694
|
+
"51655a09": unref(d)
|
42695
42695
|
})), setEditorLoadTime();
|
42696
42696
|
const o = n, a = i, u = useGlobalStore(pinia);
|
42697
42697
|
componentsRegister(a.vueComp);
|
@@ -42797,7 +42797,7 @@ const sub = (i, r, n, o, a) => {
|
|
42797
42797
|
if (!k)
|
42798
42798
|
continue;
|
42799
42799
|
for (let oe of O.attrs)
|
42800
|
-
oe.key === "state" ? k.defaultState = valFormat(oe.val) : k.props.hasOwnProperty(oe.key) && (k.props[oe.key].val = valFormat(oe.val));
|
42800
|
+
oe.key === "state" ? k.defaultState = valFormat(oe.val) : oe.key === "display" ? k.display = valFormat(oe.val) : k.props.hasOwnProperty(oe.key) && (k.props[oe.key].val = valFormat(oe.val));
|
42801
42801
|
}
|
42802
42802
|
} else if (O.action === EEventAction.JavaScript)
|
42803
42803
|
new Function(O.scripts)();
|
@@ -42962,7 +42962,7 @@ const sub = (i, r, n, o, a) => {
|
|
42962
42962
|
])
|
42963
42963
|
], 36));
|
42964
42964
|
}
|
42965
|
-
}),
|
42965
|
+
}), svgViewer_vue_vue_type_style_index_0_scoped_f5237156_lang = "", svgViewer = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__scopeId", "data-v-f5237156"]]);
|
42966
42966
|
export {
|
42967
42967
|
index as SvgEditor,
|
42968
42968
|
svgViewer as SvgViewer
|