ddy-process-pc-vue3 1.0.1-rc.3.91 → 1.0.1-rc.3.97
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 +10 -4
- package/v2/ddy-process-pc-vue3.umd.cjs +3 -3
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +10 -4
- package/v2.7/ddy-process-pc-vue3.umd.cjs +3 -3
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +11 -5
- package/v3/ddy-process-pc-vue3.umd.cjs +8 -8
- package/v3/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent as be, openBlock as w, createElementBlock as P, createElementVNode as B, Fragment as Ce, toDisplayString as de, createCommentVNode as ee, createVNode as U, mergeProps as ct, renderList as Qe, withCtx as q, createBlock as oe, withModifiers as Ve, renderSlot as se, createTextVNode as Ue, normalizeClass as N, normalizeStyle as Ne, resolveDirective as Mr, withDirectives as Xe, defineComponent as Z, warn as tT, isVNode as no, Comment as Nh, computed as k, getCurrentInstance as st, watch as ve, unref as s, onMounted as it, watchEffect as In, onBeforeUnmount as Wt, isRef as Go, ref as V, inject as Le, onScopeDispose as oT, shallowRef as Vt, onUnmounted as fa, h as Be, Teleport as Ti, onBeforeMount as Ah, nextTick as De, provide as yt, useSlots as Oo, Transition as go, resolveDynamicComponent as dt, vShow as It, toRef as Yt, reactive as Pt, toRefs as ko, onUpdated as ha, TransitionGroup as p_, useAttrs as ma, cloneVNode as nT, Text as f_, readonly as h_, onDeactivated as rT, withKeys as St, createSlots as mr, normalizeProps as En, toRaw as ra, vModelCheckbox as Tu, vModelRadio as m_, onBeforeUpdate as lT, vModelText as Mh, toHandlers as aT, guardReactiveProps as dd, markRaw as Qi, effectScope as iT, triggerRef as Di, createApp as sT, shallowReactive as cT, render as ei } from "vue";
|
|
2
2
|
import { departPerson as uT } from "checked-pick-pc";
|
|
3
|
-
const dT = "ddy-process-pc-vue3", pT = "1.0.1-rc.3.
|
|
3
|
+
const dT = "ddy-process-pc-vue3", pT = "1.0.1-rc.3.97", fT = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", hT = "./ddy-process-pc-vue3.umd.cjs", mT = "./style.css", gT = "module", vT = {
|
|
4
4
|
".": {
|
|
5
5
|
import: "./ddy-process-pc-vue3.js",
|
|
6
6
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -3095,6 +3095,7 @@ function GI(e, t, o, n, r, l) {
|
|
|
3095
3095
|
key: 0,
|
|
3096
3096
|
modelValue: r.targetUserId,
|
|
3097
3097
|
"onUpdate:modelValue": t[2] || (t[2] = (h) => r.targetUserId = h),
|
|
3098
|
+
filterable: "",
|
|
3098
3099
|
multiple: r.processNodeObj.loopCardinality == -1,
|
|
3099
3100
|
onChange: l.fixPeopleChange,
|
|
3100
3101
|
placeholder: "\u8BF7\u9009\u62E9"
|
|
@@ -53303,6 +53304,10 @@ const Ule = {
|
|
|
53303
53304
|
bpmnNodeDetail: Wle
|
|
53304
53305
|
},
|
|
53305
53306
|
props: {
|
|
53307
|
+
preview: {
|
|
53308
|
+
type: Boolean,
|
|
53309
|
+
default: !1
|
|
53310
|
+
},
|
|
53306
53311
|
diagram: {
|
|
53307
53312
|
type: String,
|
|
53308
53313
|
default: "",
|
|
@@ -53420,16 +53425,16 @@ function qle(e, t, o, n, r, l) {
|
|
|
53420
53425
|
const a = be("bpmnNodeDetail");
|
|
53421
53426
|
return w(), P("div", {
|
|
53422
53427
|
ref: "container",
|
|
53423
|
-
class: "bpmn-look",
|
|
53428
|
+
class: N(["bpmn-look", o.preview ? "bpmn-look-preview" : ""]),
|
|
53424
53429
|
onWheel: t[0] || (t[0] = (...i) => l.handleWheel && l.handleWheel(...i))
|
|
53425
53430
|
}, [
|
|
53426
53431
|
U(a, {
|
|
53427
53432
|
ref: "bpmnNodeDetailRef",
|
|
53428
53433
|
onClose: l.closeDetail
|
|
53429
53434
|
}, null, 8, ["onClose"])
|
|
53430
|
-
],
|
|
53435
|
+
], 34);
|
|
53431
53436
|
}
|
|
53432
|
-
const ZE = /* @__PURE__ */ co(Ule, [["render", qle], ["__scopeId", "data-v-
|
|
53437
|
+
const ZE = /* @__PURE__ */ co(Ule, [["render", qle], ["__scopeId", "data-v-6fc47a14"]]);
|
|
53433
53438
|
const Yle = {
|
|
53434
53439
|
components: {
|
|
53435
53440
|
processBtns: fee,
|
|
@@ -55323,6 +55328,7 @@ function _ae(e, t, o, n, r, l) {
|
|
|
55323
55328
|
r.flowChartVisible && r.processXml ? (w(), oe(g, {
|
|
55324
55329
|
key: 0,
|
|
55325
55330
|
ref: "PreviewRef",
|
|
55331
|
+
preview: !0,
|
|
55326
55332
|
diagram: r.processXml
|
|
55327
55333
|
}, null, 8, ["diagram"])) : ee("", !0)
|
|
55328
55334
|
]),
|
|
@@ -55379,7 +55385,7 @@ function _ae(e, t, o, n, r, l) {
|
|
|
55379
55385
|
}, 8, ["visible", "onClose"])
|
|
55380
55386
|
]);
|
|
55381
55387
|
}
|
|
55382
|
-
const Oae = /* @__PURE__ */ co(pae, [["render", _ae], ["__scopeId", "data-v-
|
|
55388
|
+
const Oae = /* @__PURE__ */ co(pae, [["render", _ae], ["__scopeId", "data-v-6553262b"]]);
|
|
55383
55389
|
var wae = null;
|
|
55384
55390
|
Promise.resolve().then(() => nr).then(({ ElMessage: e }) => {
|
|
55385
55391
|
e = e;
|