ddy-process-pc-vue3 1.0.1-rc.3.73 → 1.0.1-rc.3.93
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/package.json +1 -1
- package/v2/ddy-process-pc-vue3.js +8616 -8617
- package/v2/ddy-process-pc-vue3.umd.cjs +47 -47
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +11 -6
- package/v2.7/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +12 -7
- package/v3/ddy-process-pc-vue3.umd.cjs +8 -8
- package/v3/style.css +1 -1
|
@@ -16,7 +16,7 @@ function xP(e, i) {
|
|
|
16
16
|
}
|
|
17
17
|
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
|
|
18
18
|
}
|
|
19
|
-
const wP = "ddy-process-pc-vue3", EP = "1.0.1-rc.3.
|
|
19
|
+
const wP = "ddy-process-pc-vue3", EP = "1.0.1-rc.3.93", kP = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", CP = "./ddy-process-pc-vue3.umd.cjs", SP = "./style.css", DP = "module", IP = {
|
|
20
20
|
".": {
|
|
21
21
|
import: "./ddy-process-pc-vue3.js",
|
|
22
22
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -22273,7 +22273,7 @@ var jV = function() {
|
|
|
22273
22273
|
var e = this, i = e.$createElement, r = e._self._c || i;
|
|
22274
22274
|
return r("div", {
|
|
22275
22275
|
ref: "container",
|
|
22276
|
-
|
|
22276
|
+
class: ["bpmn-look", e.preview ? "bpmn-look-preview" : ""],
|
|
22277
22277
|
on: {
|
|
22278
22278
|
wheel: e.handleWheel
|
|
22279
22279
|
}
|
|
@@ -22290,6 +22290,10 @@ const QV = {
|
|
|
22290
22290
|
bpmnNodeDetail: RV
|
|
22291
22291
|
},
|
|
22292
22292
|
props: {
|
|
22293
|
+
preview: {
|
|
22294
|
+
type: Boolean,
|
|
22295
|
+
default: !1
|
|
22296
|
+
},
|
|
22293
22297
|
diagram: {
|
|
22294
22298
|
type: String,
|
|
22295
22299
|
default: "",
|
|
@@ -22362,7 +22366,7 @@ const QV = {
|
|
|
22362
22366
|
this.drawer, this.drawer = !1;
|
|
22363
22367
|
},
|
|
22364
22368
|
canvasResize() {
|
|
22365
|
-
this.viewer && this.viewer.get("canvas").zoom(
|
|
22369
|
+
this.viewer && this.viewer.get("canvas").zoom("fit-viewport", "auto");
|
|
22366
22370
|
},
|
|
22367
22371
|
setNodeColor(e) {
|
|
22368
22372
|
const i = this.viewer.get("canvas"), r = this.viewer.get("elementRegistry"), a = this.viewer.get("tooltips");
|
|
@@ -22409,7 +22413,7 @@ var zV = /* @__PURE__ */ fi(
|
|
|
22409
22413
|
LV,
|
|
22410
22414
|
!1,
|
|
22411
22415
|
$V,
|
|
22412
|
-
"
|
|
22416
|
+
"3d46faae",
|
|
22413
22417
|
null,
|
|
22414
22418
|
null
|
|
22415
22419
|
);
|
|
@@ -23618,7 +23622,7 @@ var VV = /* @__PURE__ */ fi(
|
|
|
23618
23622
|
UV,
|
|
23619
23623
|
!1,
|
|
23620
23624
|
WV,
|
|
23621
|
-
"
|
|
23625
|
+
"6ad72cad",
|
|
23622
23626
|
null,
|
|
23623
23627
|
null
|
|
23624
23628
|
);
|
|
@@ -24044,6 +24048,7 @@ var iW = function() {
|
|
|
24044
24048
|
}, [e.flowChartVisible && e.processXml ? r("bpmnLook", {
|
|
24045
24049
|
ref: "PreviewRef",
|
|
24046
24050
|
attrs: {
|
|
24051
|
+
preview: !0,
|
|
24047
24052
|
diagram: e.processXml
|
|
24048
24053
|
}
|
|
24049
24054
|
}) : e._e()], 1), r("el-dialog", {
|
|
@@ -24481,7 +24486,7 @@ var aW = /* @__PURE__ */ fi(
|
|
|
24481
24486
|
nW,
|
|
24482
24487
|
!1,
|
|
24483
24488
|
oW,
|
|
24484
|
-
"
|
|
24489
|
+
"b3f62330",
|
|
24485
24490
|
null,
|
|
24486
24491
|
null
|
|
24487
24492
|
);
|