@mx-sose-front/mx-sose-graph 1.0.8 → 1.0.9
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/index.esm.js +4 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/view/graph.vue +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -74350,7 +74350,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74350
74350
|
};
|
|
74351
74351
|
}
|
|
74352
74352
|
});
|
|
74353
|
-
const
|
|
74353
|
+
const graph_vue_vue_type_style_index_0_scoped_38aa7b74_lang = "";
|
|
74354
|
+
const GraphView = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__scopeId", "data-v-38aa7b74"]]);
|
|
74354
74355
|
const MxSoseGraphPlugin = {
|
|
74355
74356
|
install(app, options) {
|
|
74356
74357
|
const externalPinia = (options == null ? void 0 : options.pinia) || // 优先使用显式传入的
|
|
@@ -74359,12 +74360,12 @@ const MxSoseGraphPlugin = {
|
|
|
74359
74360
|
if (externalPinia) {
|
|
74360
74361
|
setActivePinia(externalPinia);
|
|
74361
74362
|
}
|
|
74362
|
-
app.component("GraphView",
|
|
74363
|
+
app.component("GraphView", GraphView);
|
|
74363
74364
|
app.use(installer);
|
|
74364
74365
|
}
|
|
74365
74366
|
};
|
|
74366
74367
|
export {
|
|
74367
|
-
|
|
74368
|
+
GraphView,
|
|
74368
74369
|
MxSoseGraphPlugin,
|
|
74369
74370
|
MxSoseGraphPlugin as default,
|
|
74370
74371
|
eventBus,
|