lyflowchart 1.0.70 → 1.0.71
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.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39908,6 +39908,10 @@ const CF = oi({
|
|
|
39908
39908
|
procInsId: {
|
|
39909
39909
|
type: String,
|
|
39910
39910
|
default: ""
|
|
39911
|
+
},
|
|
39912
|
+
height: {
|
|
39913
|
+
type: Number,
|
|
39914
|
+
default: 0
|
|
39911
39915
|
}
|
|
39912
39916
|
},
|
|
39913
39917
|
components: {
|
|
@@ -39959,7 +39963,7 @@ const CF = oi({
|
|
|
39959
39963
|
(c) => {
|
|
39960
39964
|
!c || !c.xmlData || (n.value && n.value.destroy(), n.value = new Gm({
|
|
39961
39965
|
container: t.value,
|
|
39962
|
-
height: "calc(100vh - 200px)"
|
|
39966
|
+
height: e.height ? e.height : "calc(100vh - 200px)"
|
|
39963
39967
|
}), o(c));
|
|
39964
39968
|
},
|
|
39965
39969
|
{ immediate: !0 }
|
|
@@ -40058,7 +40062,7 @@ function PF(e, t, n, r, o, a) {
|
|
|
40058
40062
|
})
|
|
40059
40063
|
]);
|
|
40060
40064
|
}
|
|
40061
|
-
const NF = /* @__PURE__ */ pi(CF, [["render", PF], ["__scopeId", "data-v-
|
|
40065
|
+
const NF = /* @__PURE__ */ pi(CF, [["render", PF], ["__scopeId", "data-v-8f565efc"]]);
|
|
40062
40066
|
export {
|
|
40063
40067
|
MF as MyProcess,
|
|
40064
40068
|
NF as MyProcessViewer
|