@zhangqingcq/vgce 0.1.26 → 0.1.29
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/style.css +1 -1
- package/dist/vgce.js +7 -2
- package/dist/vgce.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/svg-editor/index.vue +8 -0
- package/types/index.d.ts +2 -1
package/dist/vgce.js
CHANGED
@@ -30363,7 +30363,12 @@ const _hoisted_1$1 = { class: "canvas-main-pc" }, _sfc_main$1 = /* @__PURE__ */
|
|
30363
30363
|
}
|
30364
30364
|
return onMounted(() => {
|
30365
30365
|
var L, O, M, k, ie;
|
30366
|
-
d.net.mqtt.useGlobalMqtt = !!((L = a.mqtt) != null && L.cover), d.net.mqtt.global
|
30366
|
+
d.net.mqtt.useGlobalMqtt = !!((L = a.mqtt) != null && L.cover), d.net.mqtt.global || (d.net.mqtt.global = {
|
30367
|
+
url: "",
|
30368
|
+
user: "",
|
30369
|
+
pwd: "",
|
30370
|
+
topics: ""
|
30371
|
+
}), d.net.mqtt.global.url = ((O = a.mqtt) == null ? void 0 : O.url) || "", d.net.mqtt.global.user = ((M = a.mqtt) == null ? void 0 : M.user) || "", d.net.mqtt.global.pwd = ((k = a.mqtt) == null ? void 0 : k.pwd) || "", d.net.mqtt.global.topics = ((ie = a.mqtt) == null ? void 0 : ie.topics) || "";
|
30367
30372
|
}), r({
|
30368
30373
|
setGraphNodeJson: A
|
30369
30374
|
}), (L, O) => (openBlock(), createElementBlock("div", null, [
|
@@ -30506,7 +30511,7 @@ const _hoisted_1$1 = { class: "canvas-main-pc" }, _sfc_main$1 = /* @__PURE__ */
|
|
30506
30511
|
}, 8, ["modelValue"])
|
30507
30512
|
]));
|
30508
30513
|
}
|
30509
|
-
}),
|
30514
|
+
}), index_vue_vue_type_style_index_0_scoped_1f7d33b9_lang = "", index = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["__scopeId", "data-v-1f7d33b9"]]);
|
30510
30515
|
function commonjsRequire(i) {
|
30511
30516
|
throw new Error('Could not dynamically require "' + i + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
30512
30517
|
}
|