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