ddy-process-h5 1.0.1-rc.2.99 → 1.0.1-rc.3.3

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.
@@ -31,7 +31,7 @@ var un = Object.prototype.toString;
31
31
  function cs(e) {
32
32
  return un.call(e).slice(8, -1);
33
33
  }
34
- function Ve(e) {
34
+ function je(e) {
35
35
  return un.call(e) === "[object Object]";
36
36
  }
37
37
  function rl(e) {
@@ -45,7 +45,7 @@ function Ln(e) {
45
45
  return b(e) && typeof e.then == "function" && typeof e.catch == "function";
46
46
  }
47
47
  function Pu(e) {
48
- return e == null ? "" : Array.isArray(e) || Ve(e) && e.toString === un ? JSON.stringify(e, null, 2) : String(e);
48
+ return e == null ? "" : Array.isArray(e) || je(e) && e.toString === un ? JSON.stringify(e, null, 2) : String(e);
49
49
  }
50
50
  function $i(e) {
51
51
  var i = parseFloat(e);
@@ -214,9 +214,9 @@ function Ot(e, i, t, s) {
214
214
  configurable: !0
215
215
  });
216
216
  }
217
- var Vu = new RegExp("[^".concat(fl.source, ".$_\\d]"));
218
- function ju(e) {
219
- if (!Vu.test(e)) {
217
+ var ju = new RegExp("[^".concat(fl.source, ".$_\\d]"));
218
+ function Vu(e) {
219
+ if (!ju.test(e)) {
220
220
  var i = e.split(".");
221
221
  return function(t) {
222
222
  for (var s = 0; s < i.length; s++) {
@@ -233,7 +233,7 @@ Be && Be.indexOf("android") > 0;
233
233
  var Uu = Be && /iphone|ipad|ipod|ios/.test(Be);
234
234
  Be && /chrome\/\d+/.test(Be);
235
235
  Be && /phantomjs/.test(Be);
236
- var ua = Be && Be.match(/firefox\/(\d+)/), Vn = {}.watch, ml = !1;
236
+ var ua = Be && Be.match(/firefox\/(\d+)/), jn = {}.watch, ml = !1;
237
237
  if (qe)
238
238
  try {
239
239
  var pa = {};
@@ -286,7 +286,7 @@ var Ge = function() {
286
286
  function wi(e) {
287
287
  return new Ge(void 0, void 0, void 0, String(e));
288
288
  }
289
- function jn(e) {
289
+ function Vn(e) {
290
290
  var i = new Ge(
291
291
  e.tag,
292
292
  e.data,
@@ -413,7 +413,7 @@ var Hu = {
413
413
  function It(e, i, t) {
414
414
  if (e && _e(e, "__ob__") && e.__ob__ instanceof ha)
415
415
  return e.__ob__;
416
- if (vr && (t || !us()) && (re(e) || Ve(e)) && Object.isExtensible(e) && !e.__v_skip && !yt(e) && !(e instanceof Ge))
416
+ if (vr && (t || !us()) && (re(e) || je(e)) && Object.isExtensible(e) && !e.__v_skip && !yt(e) && !(e instanceof Ge))
417
417
  return new ha(e, i, t);
418
418
  }
419
419
  function ot(e, i, t, s, n, r) {
@@ -748,7 +748,7 @@ function ya(e, i, t) {
748
748
  }
749
749
  function op(e, i) {
750
750
  if (i)
751
- if (!Ve(i))
751
+ if (!je(i))
752
752
  process.env.NODE_ENV !== "production" && B("v-on without argument expects an Object value", this);
753
753
  else {
754
754
  var t = e.on = e.on ? fe({}, e.on) : {};
@@ -1145,7 +1145,7 @@ var kp = 0, Er = function() {
1145
1145
  Yu(
1146
1146
  this,
1147
1147
  Ke && !Ke._vm ? Ke : i ? i._scope : void 0
1148
- ), (this.vm = i) && r && (i._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++kp, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new es(), this.newDepIds = new es(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", ye(t) ? this.getter = t : (this.getter = ju(t), this.getter || (this.getter = Te, process.env.NODE_ENV !== "production" && B('Failed watching path: "'.concat(t, '" ') + "Watcher only accepts simple dot-delimited paths. For full control, use a function instead.", i))), this.value = this.lazy ? void 0 : this.get();
1148
+ ), (this.vm = i) && r && (i._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++kp, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new es(), this.newDepIds = new es(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", ye(t) ? this.getter = t : (this.getter = Vu(t), this.getter || (this.getter = Te, process.env.NODE_ENV !== "production" && B('Failed watching path: "'.concat(t, '" ') + "Watcher only accepts simple dot-delimited paths. For full control, use a function instead.", i))), this.value = this.lazy ? void 0 : this.get();
1149
1149
  }
1150
1150
  return e.prototype.get = function() {
1151
1151
  Li(this);
@@ -1405,7 +1405,7 @@ if (qe && !Bi) {
1405
1405
  return bn.now();
1406
1406
  });
1407
1407
  }
1408
- var Vp = function(e, i) {
1408
+ var jp = function(e, i) {
1409
1409
  if (e.post) {
1410
1410
  if (!i.post)
1411
1411
  return 1;
@@ -1416,15 +1416,15 @@ var Vp = function(e, i) {
1416
1416
  function wa() {
1417
1417
  Ol = Wn(), kr = !0;
1418
1418
  var e, i;
1419
- for (wt.sort(Vp), xi = 0; xi < wt.length; xi++)
1419
+ for (wt.sort(jp), xi = 0; xi < wt.length; xi++)
1420
1420
  if (e = wt[xi], e.before && e.before(), i = e.id, ns[i] = null, e.run(), process.env.NODE_ENV !== "production" && ns[i] != null && (Fs[i] = (Fs[i] || 0) + 1, Fs[i] > Lp)) {
1421
1421
  B("You may have an infinite update loop " + (e.user ? 'in watcher with expression "'.concat(e.expression, '"') : "in a component render function."), e.vm);
1422
1422
  break;
1423
1423
  }
1424
1424
  var t = Ir.slice(), s = wt.slice();
1425
- Fp(), Up(t), jp(s), qu(), Hs && pe.devtools && Hs.emit("flush");
1425
+ Fp(), Up(t), Vp(s), qu(), Hs && pe.devtools && Hs.emit("flush");
1426
1426
  }
1427
- function jp(e) {
1427
+ function Vp(e) {
1428
1428
  for (var i = e.length; i--; ) {
1429
1429
  var t = e[i], s = t.vm;
1430
1430
  s && s._watcher === t && s._isMounted && !s._isDestroyed && We(s, "updated");
@@ -1530,7 +1530,7 @@ function Hp(e, i, t, s, n) {
1530
1530
  }
1531
1531
  }
1532
1532
  function xa(e, i, t, s, n) {
1533
- var r = jn(e);
1533
+ var r = Vn(e);
1534
1534
  return r.fnContext = t, r.fnOptions = s, process.env.NODE_ENV !== "production" && ((r.devtoolsMeta = r.devtoolsMeta || {}).renderContext = n), i.slot && ((r.data || (r.data = {})).slot = i.slot), r;
1535
1535
  }
1536
1536
  function Ea(e, i) {
@@ -1691,7 +1691,7 @@ function rs(e, i, t) {
1691
1691
  if (t === void 0 && (t = !0), !i)
1692
1692
  return e;
1693
1693
  for (var s, n, r, a = ps ? Reflect.ownKeys(i) : Object.keys(i), o = 0; o < a.length; o++)
1694
- s = a[o], s !== "__ob__" && (n = e[s], r = i[s], !t || !_e(e, s) ? Ar(e, s, r) : n !== r && Ve(n) && Ve(r) && rs(n, r));
1694
+ s = a[o], s !== "__ob__" && (n = e[s], r = i[s], !t || !_e(e, s) ? Ar(e, s, r) : n !== r && je(n) && je(r) && rs(n, r));
1695
1695
  return e;
1696
1696
  }
1697
1697
  function Na(e, i, t) {
@@ -1725,7 +1725,7 @@ pn.forEach(function(e) {
1725
1725
  st[e + "s"] = id;
1726
1726
  });
1727
1727
  st.watch = function(e, i, t, s) {
1728
- if (e === Vn && (e = void 0), i === Vn && (i = void 0), !i)
1728
+ if (e === jn && (e = void 0), i === jn && (i = void 0), !i)
1729
1729
  return Object.create(e || null);
1730
1730
  if (process.env.NODE_ENV !== "production" && Dr(s, i, t), !e)
1731
1731
  return i;
@@ -1770,9 +1770,9 @@ function nd(e, i) {
1770
1770
  if (re(t))
1771
1771
  for (n = t.length; n--; )
1772
1772
  r = t[n], typeof r == "string" ? (a = ai(r), s[a] = { type: null }) : process.env.NODE_ENV !== "production" && B("props must be strings when using array syntax.");
1773
- else if (Ve(t))
1773
+ else if (je(t))
1774
1774
  for (var o in t)
1775
- r = t[o], a = ai(o), s[a] = Ve(r) ? r : { type: r };
1775
+ r = t[o], a = ai(o), s[a] = je(r) ? r : { type: r };
1776
1776
  else
1777
1777
  process.env.NODE_ENV !== "production" && B('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(cs(t), "."), i);
1778
1778
  e.props = s;
@@ -1785,10 +1785,10 @@ function rd(e, i) {
1785
1785
  if (re(t))
1786
1786
  for (var n = 0; n < t.length; n++)
1787
1787
  s[t[n]] = { from: t[n] };
1788
- else if (Ve(t))
1788
+ else if (je(t))
1789
1789
  for (var r in t) {
1790
1790
  var a = t[r];
1791
- s[r] = Ve(a) ? fe({ from: r }, a) : { from: a };
1791
+ s[r] = je(a) ? fe({ from: r }, a) : { from: a };
1792
1792
  }
1793
1793
  else
1794
1794
  process.env.NODE_ENV !== "production" && B('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(cs(t), "."), i);
@@ -1803,7 +1803,7 @@ function ad(e) {
1803
1803
  }
1804
1804
  }
1805
1805
  function Dr(e, i, t) {
1806
- Ve(i) || B('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(cs(i), "."), t);
1806
+ je(i) || B('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(cs(i), "."), t);
1807
1807
  }
1808
1808
  function li(e, i, t) {
1809
1809
  if (process.env.NODE_ENV !== "production" && sd(i), ye(i) && (i = i.options), nd(i, t), rd(i, t), ad(i), !i._base && (i.extends && (e = li(e, i.extends, t)), i.mixins))
@@ -1890,7 +1890,7 @@ function ud(e, i, t) {
1890
1890
  var r = typeof e;
1891
1891
  s = r === n.toLowerCase(), !s && r === "object" && (s = e instanceof i);
1892
1892
  } else if (n === "Object")
1893
- s = Ve(e);
1893
+ s = je(e);
1894
1894
  else if (n === "Array")
1895
1895
  s = re(e);
1896
1896
  else
@@ -1996,7 +1996,7 @@ function Ad(e) {
1996
1996
  var t = It(e._data = {});
1997
1997
  t && t.vmCount++;
1998
1998
  }
1999
- i.computed && Ed(e, i.computed), i.watch && i.watch !== Vn && Id(e, i.watch);
1999
+ i.computed && Ed(e, i.computed), i.watch && i.watch !== jn && Id(e, i.watch);
2000
2000
  }
2001
2001
  function bd(e, i) {
2002
2002
  var t = e.$options.propsData || {}, s = e._props = bl({}), n = e.$options._propKeys = [], r = !e.$parent;
@@ -2019,7 +2019,7 @@ function bd(e, i) {
2019
2019
  }
2020
2020
  function Cd(e) {
2021
2021
  var i = e.$options.data;
2022
- i = e._data = ye(i) ? wd(i, e) : i || {}, Ve(i) || (i = {}, process.env.NODE_ENV !== "production" && B(`data functions should return an object:
2022
+ i = e._data = ye(i) ? wd(i, e) : i || {}, je(i) || (i = {}, process.env.NODE_ENV !== "production" && B(`data functions should return an object:
2023
2023
  https://v2.vuejs.org/v2/guide/components.html#data-Must-Be-a-Function`, e));
2024
2024
  for (var t = Object.keys(i), s = e.$options.props, n = e.$options.methods, r = t.length; r--; ) {
2025
2025
  var a = t[r];
@@ -2085,7 +2085,7 @@ function Id(e, i) {
2085
2085
  }
2086
2086
  }
2087
2087
  function zn(e, i, t, s) {
2088
- return Ve(t) && (s = t, t = t.handler), typeof t == "string" && (t = e[t]), e.$watch(i, t, s);
2088
+ return je(t) && (s = t, t = t.handler), typeof t == "string" && (t = e[t]), e.$watch(i, t, s);
2089
2089
  }
2090
2090
  function kd(e) {
2091
2091
  var i = {};
@@ -2101,7 +2101,7 @@ function kd(e) {
2101
2101
  B("$props is readonly.", this);
2102
2102
  }), Object.defineProperty(e.prototype, "$data", i), Object.defineProperty(e.prototype, "$props", t), e.prototype.$set = Ar, e.prototype.$delete = vl, e.prototype.$watch = function(s, n, r) {
2103
2103
  var a = this;
2104
- if (Ve(n))
2104
+ if (je(n))
2105
2105
  return zn(a, s, n, r);
2106
2106
  r = r || {}, r.user = !0;
2107
2107
  var o = new Er(a, s, n, r);
@@ -2200,7 +2200,7 @@ function Rd(e) {
2200
2200
  function Ld(e) {
2201
2201
  pn.forEach(function(i) {
2202
2202
  e[i] = function(t, s) {
2203
- return s ? (process.env.NODE_ENV !== "production" && i === "component" && Pr(t), i === "component" && Ve(s) && (s.name = s.name || t, s = this.options._base.extend(s)), i === "directive" && ye(s) && (s = { bind: s, update: s }), this.options[i + "s"][t] = s, s) : this.options[i + "s"][t];
2203
+ return s ? (process.env.NODE_ENV !== "production" && i === "component" && Pr(t), i === "component" && je(s) && (s.name = s.name || t, s = this.options._base.extend(s)), i === "directive" && ye(s) && (s = { bind: s, update: s }), this.options[i + "s"][t] = s, s) : this.options[i + "s"][t];
2204
2204
  };
2205
2205
  });
2206
2206
  }
@@ -2224,12 +2224,12 @@ function Yn(e, i, t, s) {
2224
2224
  var n = e[i];
2225
2225
  n && (!s || n.tag !== s.tag) && n.componentInstance.$destroy(), e[i] = null, Jt(t, i);
2226
2226
  }
2227
- var Va = [String, RegExp, Array], Fd = {
2227
+ var ja = [String, RegExp, Array], Fd = {
2228
2228
  name: "keep-alive",
2229
2229
  abstract: !0,
2230
2230
  props: {
2231
- include: Va,
2232
- exclude: Va,
2231
+ include: ja,
2232
+ exclude: ja,
2233
2233
  max: [String, Number]
2234
2234
  },
2235
2235
  methods: {
@@ -2278,10 +2278,10 @@ var Va = [String, RegExp, Array], Fd = {
2278
2278
  }
2279
2279
  return i || e && e[0];
2280
2280
  }
2281
- }, Vd = {
2281
+ }, jd = {
2282
2282
  KeepAlive: Fd
2283
2283
  };
2284
- function jd(e) {
2284
+ function Vd(e) {
2285
2285
  var i = {};
2286
2286
  i.get = function() {
2287
2287
  return pe;
@@ -2296,9 +2296,9 @@ function jd(e) {
2296
2296
  return It(t), t;
2297
2297
  }, e.options = /* @__PURE__ */ Object.create(null), pn.forEach(function(t) {
2298
2298
  e.options[t + "s"] = /* @__PURE__ */ Object.create(null);
2299
- }), e.options._base = e, fe(e.options.components, Vd), Dd(e), Md(e), Od(e), Ld(e);
2299
+ }), e.options._base = e, fe(e.options.components, jd), Dd(e), Md(e), Od(e), Ld(e);
2300
2300
  }
2301
- jd(Ce);
2301
+ Vd(Ce);
2302
2302
  Object.defineProperty(Ce.prototype, "$isServer", {
2303
2303
  get: us
2304
2304
  });
@@ -2313,23 +2313,23 @@ Object.defineProperty(Ce, "FunctionalRenderContext", {
2313
2313
  Ce.version = Ip;
2314
2314
  var Qd = ze("style,class"), Ud = ze("input,textarea,option,select,progress"), Gd = function(e, i, t) {
2315
2315
  return t === "value" && Ud(e) && i !== "button" || t === "selected" && e === "option" || t === "checked" && e === "input" || t === "muted" && e === "video";
2316
- }, Vl = ze("contenteditable,draggable,spellcheck"), qd = ze("events,caret,typing,plaintext-only"), Jd = function(e, i) {
2316
+ }, jl = ze("contenteditable,draggable,spellcheck"), qd = ze("events,caret,typing,plaintext-only"), Jd = function(e, i) {
2317
2317
  return tn(i) || i === "false" ? "false" : e === "contenteditable" && qd(i) ? i : "true";
2318
2318
  }, Hd = ze("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"), Zn = "http://www.w3.org/1999/xlink", Rr = function(e) {
2319
2319
  return e.charAt(5) === ":" && e.slice(0, 5) === "xlink";
2320
- }, jl = function(e) {
2320
+ }, Vl = function(e) {
2321
2321
  return Rr(e) ? e.slice(6, e.length) : "";
2322
2322
  }, tn = function(e) {
2323
2323
  return e == null || e === !1;
2324
2324
  };
2325
2325
  function Kd(e) {
2326
2326
  for (var i = e.data, t = e, s = e; b(s.componentInstance); )
2327
- s = s.componentInstance._vnode, s && s.data && (i = ja(s.data, i));
2327
+ s = s.componentInstance._vnode, s && s.data && (i = Va(s.data, i));
2328
2328
  for (; b(t = t.parent); )
2329
- t && t.data && (i = ja(i, t.data));
2329
+ t && t.data && (i = Va(i, t.data));
2330
2330
  return Wd(i.staticClass, i.class);
2331
2331
  }
2332
- function ja(e, i) {
2332
+ function Va(e, i) {
2333
2333
  return {
2334
2334
  staticClass: Lr(e.staticClass, i.staticClass),
2335
2335
  class: b(e.class) ? [e.class, i.class] : i.class
@@ -2358,11 +2358,11 @@ function Yd(e) {
2358
2358
  var Zd = {
2359
2359
  svg: "http://www.w3.org/2000/svg",
2360
2360
  math: "http://www.w3.org/1998/Math/MathML"
2361
- }, Xd = ze("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"), Vr = ze("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view", !0), Ql = function(e) {
2362
- return Xd(e) || Vr(e);
2361
+ }, Xd = ze("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"), jr = ze("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view", !0), Ql = function(e) {
2362
+ return Xd(e) || jr(e);
2363
2363
  };
2364
2364
  function $d(e) {
2365
- if (Vr(e))
2365
+ if (jr(e))
2366
2366
  return "svg";
2367
2367
  if (e === "math")
2368
2368
  return "math";
@@ -2518,7 +2518,7 @@ function vh(e) {
2518
2518
  }
2519
2519
  var h = 0;
2520
2520
  function g(m, v, T, O, H, w, x) {
2521
- if (b(m.elm) && b(w) && (m = w[x] = jn(m)), m.isRootInsert = !H, !C(m, v, T, O)) {
2521
+ if (b(m.elm) && b(w) && (m = w[x] = Vn(m)), m.isRootInsert = !H, !C(m, v, T, O)) {
2522
2522
  var N = m.data, K = m.children, te = m.tag;
2523
2523
  b(te) ? (process.env.NODE_ENV !== "production" && (N && N.pre && h++, p(m, h) && B("Unknown custom element: <" + te + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', m.context)), m.elm = m.ns ? r.createElementNS(m.ns, te) : r.createElement(te, m), P(m), ne(m, K, v), b(N) && Z(m, v), Q(T, m.elm, O), process.env.NODE_ENV !== "production" && N && N.pre && h--) : be(m.isComment) ? (m.elm = r.createComment(m.text), Q(T, m.elm, O)) : (m.elm = r.createTextNode(m.text), Q(T, m.elm, O));
2524
2524
  }
@@ -2605,7 +2605,7 @@ function vh(e) {
2605
2605
  function I(m, v, T, O, H) {
2606
2606
  var w = 0, x = 0, N = v.length - 1, K = v[0], te = v[N], d = T.length - 1, u = T[0], c = T[d], f, y, E, _, G = !H;
2607
2607
  for (process.env.NODE_ENV !== "production" && R(T); w <= N && x <= d; )
2608
- $(K) ? K = v[++w] : $(te) ? te = v[--N] : Yt(K, u) ? (V(K, u, O, T, x), K = v[++w], u = T[++x]) : Yt(te, c) ? (V(te, c, O, T, d), te = v[--N], c = T[--d]) : Yt(K, c) ? (V(K, c, O, T, d), G && r.insertBefore(m, K.elm, r.nextSibling(te.elm)), K = v[++w], c = T[--d]) : Yt(te, u) ? (V(te, u, O, T, x), G && r.insertBefore(m, te.elm, K.elm), te = v[--N], u = T[++x]) : ($(f) && (f = yh(v, w, N)), y = b(u.key) ? f[u.key] : M(u, v, w, N), $(y) ? g(u, O, m, K.elm, !1, T, x) : (E = v[y], Yt(E, u) ? (V(E, u, O, T, x), v[y] = void 0, G && r.insertBefore(m, E.elm, K.elm)) : g(u, O, m, K.elm, !1, T, x)), u = T[++x]);
2608
+ $(K) ? K = v[++w] : $(te) ? te = v[--N] : Yt(K, u) ? (j(K, u, O, T, x), K = v[++w], u = T[++x]) : Yt(te, c) ? (j(te, c, O, T, d), te = v[--N], c = T[--d]) : Yt(K, c) ? (j(K, c, O, T, d), G && r.insertBefore(m, K.elm, r.nextSibling(te.elm)), K = v[++w], c = T[--d]) : Yt(te, u) ? (j(te, u, O, T, x), G && r.insertBefore(m, te.elm, K.elm), te = v[--N], u = T[++x]) : ($(f) && (f = yh(v, w, N)), y = b(u.key) ? f[u.key] : M(u, v, w, N), $(y) ? g(u, O, m, K.elm, !1, T, x) : (E = v[y], Yt(E, u) ? (j(E, u, O, T, x), v[y] = void 0, G && r.insertBefore(m, E.elm, K.elm)) : g(u, O, m, K.elm, !1, T, x)), u = T[++x]);
2609
2609
  w > N ? (_ = $(T[d + 1]) ? null : T[d + 1].elm, A(m, _, T, x, d, O)) : x > d && D(v, w, N);
2610
2610
  }
2611
2611
  function R(m) {
@@ -2621,9 +2621,9 @@ function vh(e) {
2621
2621
  return H;
2622
2622
  }
2623
2623
  }
2624
- function V(m, v, T, O, H, w) {
2624
+ function j(m, v, T, O, H, w) {
2625
2625
  if (m !== v) {
2626
- b(v.elm) && b(O) && (v = O[H] = jn(v));
2626
+ b(v.elm) && b(O) && (v = O[H] = Vn(v));
2627
2627
  var x = v.elm = m.elm;
2628
2628
  if (be(m.isAsyncPlaceholder)) {
2629
2629
  b(v.asyncFactory.resolved) ? Ie(m.elm, v, T) : v.isAsyncPlaceholder = !0;
@@ -2651,7 +2651,7 @@ function vh(e) {
2651
2651
  for (var O = 0; O < v.length; ++O)
2652
2652
  v[O].data.hook.insert(v[O]);
2653
2653
  }
2654
- var j = !1, ee = ze("attrs,class,staticClass,staticStyle,key");
2654
+ var V = !1, ee = ze("attrs,class,staticClass,staticStyle,key");
2655
2655
  function Ie(m, v, T, O) {
2656
2656
  var H, w = v.tag, x = v.data, N = v.children;
2657
2657
  if (O = O || x && x.pre, v.elm = m, be(v.isComment) && b(v.asyncFactory))
@@ -2666,7 +2666,7 @@ function vh(e) {
2666
2666
  ne(v, N, T);
2667
2667
  else if (b(H = x) && b(H = H.domProps) && b(H = H.innerHTML)) {
2668
2668
  if (H !== m.innerHTML)
2669
- return process.env.NODE_ENV !== "production" && typeof console < "u" && !j && (j = !0, m.innerHTML), !1;
2669
+ return process.env.NODE_ENV !== "production" && typeof console < "u" && !V && (V = !0, m.innerHTML), !1;
2670
2670
  } else {
2671
2671
  for (var K = !0, te = m.firstChild, d = 0; d < N.length; d++) {
2672
2672
  if (!te || !Ie(te, N[d], T, O)) {
@@ -2676,7 +2676,7 @@ function vh(e) {
2676
2676
  te = te.nextSibling;
2677
2677
  }
2678
2678
  if (!K || te)
2679
- return process.env.NODE_ENV !== "production" && typeof console < "u" && !j && (j = !0, m.childNodes), !1;
2679
+ return process.env.NODE_ENV !== "production" && typeof console < "u" && !V && (V = !0, m.childNodes), !1;
2680
2680
  }
2681
2681
  if (b(x)) {
2682
2682
  var u = !1;
@@ -2705,7 +2705,7 @@ function vh(e) {
2705
2705
  else {
2706
2706
  var N = b(v.nodeType);
2707
2707
  if (!N && Yt(v, T))
2708
- V(v, T, x, null, null, H);
2708
+ j(v, T, x, null, null, H);
2709
2709
  else {
2710
2710
  if (N) {
2711
2711
  if (v.nodeType === 1 && v.hasAttribute(ca) && (v.removeAttribute(ca), O = !0), be(O)) {
@@ -2810,11 +2810,11 @@ function Ga(e, i) {
2810
2810
  n = l[s], r = o[s], r !== n && qa(a, s, n, i.data.pre);
2811
2811
  (Bi || yr) && l.value !== o.value && qa(a, "value", l.value);
2812
2812
  for (s in o)
2813
- $(l[s]) && (Rr(s) ? a.removeAttributeNS(Zn, jl(s)) : Vl(s) || a.removeAttribute(s));
2813
+ $(l[s]) && (Rr(s) ? a.removeAttributeNS(Zn, Vl(s)) : jl(s) || a.removeAttribute(s));
2814
2814
  }
2815
2815
  }
2816
2816
  function qa(e, i, t, s) {
2817
- s || e.tagName.indexOf("-") > -1 ? Ja(e, i, t) : Hd(i) ? tn(t) ? e.removeAttribute(i) : (t = i === "allowfullscreen" && e.tagName === "EMBED" ? "true" : i, e.setAttribute(i, t)) : Vl(i) ? e.setAttribute(i, Jd(i, t)) : Rr(i) ? tn(t) ? e.removeAttributeNS(Zn, jl(i)) : e.setAttributeNS(Zn, i, t) : Ja(e, i, t);
2817
+ s || e.tagName.indexOf("-") > -1 ? Ja(e, i, t) : Hd(i) ? tn(t) ? e.removeAttribute(i) : (t = i === "allowfullscreen" && e.tagName === "EMBED" ? "true" : i, e.setAttribute(i, t)) : jl(i) ? e.setAttribute(i, Jd(i, t)) : Rr(i) ? tn(t) ? e.removeAttributeNS(Zn, Vl(i)) : e.setAttributeNS(Zn, i, t) : Ja(e, i, t);
2818
2818
  }
2819
2819
  function Ja(e, i, t) {
2820
2820
  if (tn(t))
@@ -2906,7 +2906,7 @@ function Ka(e, i) {
2906
2906
  n._value = s;
2907
2907
  var o = $(s) ? "" : String(s);
2908
2908
  Ph(n, o) && (n.value = o);
2909
- } else if (t === "innerHTML" && Vr(n.tagName) && $(n.innerHTML)) {
2909
+ } else if (t === "innerHTML" && jr(n.tagName) && $(n.innerHTML)) {
2910
2910
  ks = ks || document.createElement("div"), ks.innerHTML = "<svg>".concat(s, "</svg>");
2911
2911
  for (var l = ks.firstChild; n.firstChild; )
2912
2912
  n.removeChild(n.firstChild);
@@ -3004,7 +3004,7 @@ function Za(e, i) {
3004
3004
  n = g[r], n !== p[r] && za(a, r, n == null ? "" : n);
3005
3005
  }
3006
3006
  }
3007
- var Vh = {
3007
+ var jh = {
3008
3008
  create: Za,
3009
3009
  update: Za
3010
3010
  }, ql = /\s+/;
@@ -3049,8 +3049,8 @@ var Xa = hi(function(e) {
3049
3049
  leaveToClass: "".concat(e, "-leave-to"),
3050
3050
  leaveActiveClass: "".concat(e, "-leave-active")
3051
3051
  };
3052
- }), Wl = qe && !Ri, Ci = "transition", Nn = "animation", Vs = "transition", sn = "transitionend", $n = "animation", zl = "animationend";
3053
- Wl && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (Vs = "WebkitTransition", sn = "webkitTransitionEnd"), window.onanimationend === void 0 && window.onwebkitanimationend !== void 0 && ($n = "WebkitAnimation", zl = "webkitAnimationEnd"));
3052
+ }), Wl = qe && !Ri, Ci = "transition", Nn = "animation", js = "transition", sn = "transitionend", $n = "animation", zl = "animationend";
3053
+ Wl && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (js = "WebkitTransition", sn = "webkitTransitionEnd"), window.onanimationend === void 0 && window.onwebkitanimationend !== void 0 && ($n = "WebkitAnimation", zl = "webkitAnimationEnd"));
3054
3054
  var $a = qe ? window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : setTimeout : function(e) {
3055
3055
  return e();
3056
3056
  };
@@ -3079,11 +3079,11 @@ function Zl(e, i, t) {
3079
3079
  l < a && p();
3080
3080
  }, r + 1), e.addEventListener(o, h);
3081
3081
  }
3082
- var jh = /\b(transform|all)(,|$)/;
3082
+ var Vh = /\b(transform|all)(,|$)/;
3083
3083
  function Xl(e, i) {
3084
- var t = window.getComputedStyle(e), s = (t[Vs + "Delay"] || "").split(", "), n = (t[Vs + "Duration"] || "").split(", "), r = eo(s, n), a = (t[$n + "Delay"] || "").split(", "), o = (t[$n + "Duration"] || "").split(", "), l = eo(a, o), p, h = 0, g = 0;
3084
+ var t = window.getComputedStyle(e), s = (t[js + "Delay"] || "").split(", "), n = (t[js + "Duration"] || "").split(", "), r = eo(s, n), a = (t[$n + "Delay"] || "").split(", "), o = (t[$n + "Duration"] || "").split(", "), l = eo(a, o), p, h = 0, g = 0;
3085
3085
  i === Ci ? r > 0 && (p = Ci, h = r, g = n.length) : i === Nn ? l > 0 && (p = Nn, h = l, g = o.length) : (h = Math.max(r, l), p = h > 0 ? r > l ? Ci : Nn : null, g = p ? p === Ci ? n.length : o.length : 0);
3086
- var C = p === Ci && jh.test(t[Vs + "Property"]);
3086
+ var C = p === Ci && Vh.test(t[js + "Property"]);
3087
3087
  return {
3088
3088
  type: p,
3089
3089
  timeout: h,
@@ -3110,15 +3110,15 @@ function er(e, i) {
3110
3110
  S = D.context, D = D.parent;
3111
3111
  var U = !S._isMounted || !e.isRootInsert;
3112
3112
  if (!(U && !se && se !== "")) {
3113
- var I = U && p ? p : a, R = U && g ? g : l, M = U && h ? h : o, V = U && ne || C, L = U && ye(se) ? se : k, j = U && Z || J, ee = U && P || Q, Ie = $i(Pe(A) ? A.enter : A);
3113
+ var I = U && p ? p : a, R = U && g ? g : l, M = U && h ? h : o, j = U && ne || C, L = U && ye(se) ? se : k, V = U && Z || J, ee = U && P || Q, Ie = $i(Pe(A) ? A.enter : A);
3114
3114
  process.env.NODE_ENV !== "production" && Ie != null && ec(Ie, "enter", e);
3115
- var le = n !== !1 && !Ri, m = jr(L), v = t._enterCb = Js(function() {
3116
- le && (xt(t, M), xt(t, R)), v.cancelled ? (le && xt(t, I), ee && ee(t)) : j && j(t), t._enterCb = null;
3115
+ var le = n !== !1 && !Ri, m = Vr(L), v = t._enterCb = Js(function() {
3116
+ le && (xt(t, M), xt(t, R)), v.cancelled ? (le && xt(t, I), ee && ee(t)) : V && V(t), t._enterCb = null;
3117
3117
  });
3118
3118
  e.data.show || Dt(e, "insert", function() {
3119
3119
  var T = t.parentNode, O = T && T._pending && T._pending[e.key];
3120
3120
  O && O.tag === e.tag && O.elm._leaveCb && O.elm._leaveCb(), L && L(t, v);
3121
- }), V && V(t), le && (ni(t, I), ni(t, R), Yl(function() {
3121
+ }), j && j(t), le && (ni(t, I), ni(t, R), Yl(function() {
3122
3122
  xt(t, I), v.cancelled || (ni(t, M), m || (tc(Ie) ? setTimeout(v, Ie) : Zl(t, r, v)));
3123
3123
  })), e.data.show && (i && i(), L && L(t, v)), !le && !m && v();
3124
3124
  }
@@ -3132,7 +3132,7 @@ function $l(e, i) {
3132
3132
  return i();
3133
3133
  if (b(t._leaveCb))
3134
3134
  return;
3135
- var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, g = s.afterLeave, C = s.leaveCancelled, k = s.delayLeave, J = s.duration, Q = n !== !1 && !Ri, ne = jr(h), se = $i(Pe(J) ? J.leave : J);
3135
+ var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, g = s.afterLeave, C = s.leaveCancelled, k = s.delayLeave, J = s.duration, Q = n !== !1 && !Ri, ne = Vr(h), se = $i(Pe(J) ? J.leave : J);
3136
3136
  process.env.NODE_ENV !== "production" && b(se) && ec(se, "leave", e);
3137
3137
  var Z = t._leaveCb = Js(function() {
3138
3138
  t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), Q && (xt(t, o), xt(t, l)), Z.cancelled ? (Q && xt(t, a), C && C(t)) : (i(), g && g(t)), t._leaveCb = null;
@@ -3150,11 +3150,11 @@ function ec(e, i, t) {
3150
3150
  function tc(e) {
3151
3151
  return typeof e == "number" && !isNaN(e);
3152
3152
  }
3153
- function jr(e) {
3153
+ function Vr(e) {
3154
3154
  if ($(e))
3155
3155
  return !1;
3156
3156
  var i = e.fns;
3157
- return b(i) ? jr(Array.isArray(i) ? i[0] : i) : (e._length || e.length) > 1;
3157
+ return b(i) ? Vr(Array.isArray(i) ? i[0] : i) : (e._length || e.length) > 1;
3158
3158
  }
3159
3159
  function io(e, i) {
3160
3160
  i.data.show !== !0 && er(i);
@@ -3165,7 +3165,7 @@ var Qh = qe ? {
3165
3165
  remove: function(e, i) {
3166
3166
  e.data.show !== !0 ? $l(e, i) : i();
3167
3167
  }
3168
- } : {}, Uh = [Eh, Th, _h, Oh, Vh, Qh], Gh = Uh.concat(xh), qh = vh({ nodeOps: fh, modules: Gh });
3168
+ } : {}, Uh = [Eh, Th, _h, Oh, jh, Qh], Gh = Uh.concat(xh), qh = vh({ nodeOps: fh, modules: Gh });
3169
3169
  Ri && document.addEventListener("selectionchange", function() {
3170
3170
  var e = document.activeElement;
3171
3171
  e && e.vmodel && Qr(e, "input");
@@ -4168,7 +4168,7 @@ function lt(e) {
4168
4168
  function ci(e) {
4169
4169
  return ds.call(e) === "[object Object]";
4170
4170
  }
4171
- function Vt(e) {
4171
+ function jt(e) {
4172
4172
  return ds.call(e) === "[object Number]";
4173
4173
  }
4174
4174
  function ri(e) {
@@ -4178,7 +4178,7 @@ function ri(e) {
4178
4178
  function ct(e) {
4179
4179
  return ds.call(e) === "[object String]";
4180
4180
  }
4181
- function Vi(e, i) {
4181
+ function ji(e, i) {
4182
4182
  return !fc(e) && If.call(e, i);
4183
4183
  }
4184
4184
  function ut(e, i) {
@@ -4210,7 +4210,7 @@ function q(e, i) {
4210
4210
  return;
4211
4211
  const n = lt(e) ? _f : Sf;
4212
4212
  for (let r in e)
4213
- if (Vi(e, r) && (t = e[r], s = i(t, n(r)), s === !1))
4213
+ if (ji(e, r) && (t = e[r], s = i(t, n(r)), s === !1))
4214
4214
  return t;
4215
4215
  }
4216
4216
  function Pi(e, i, t) {
@@ -4270,7 +4270,7 @@ function Pf(e, i) {
4270
4270
  }
4271
4271
  return h.flush = p, h.cancel = l, h;
4272
4272
  }
4273
- function jt(e, i) {
4273
+ function Vt(e, i) {
4274
4274
  return e.bind(i);
4275
4275
  }
4276
4276
  function z(e, ...i) {
@@ -4351,16 +4351,16 @@ function Lf(e) {
4351
4351
  return e && !!ge(e).triggeredByEvent;
4352
4352
  }
4353
4353
  function Ff(e) {
4354
- return ci(e) && Vi(e, "waypoints");
4354
+ return ci(e) && ji(e, "waypoints");
4355
4355
  }
4356
4356
  var rn = {
4357
4357
  width: 90,
4358
4358
  height: 20
4359
4359
  }, mo = 15;
4360
- function Vf(e) {
4360
+ function jf(e) {
4361
4361
  return W(e, "bpmn:Event") || W(e, "bpmn:Gateway") || W(e, "bpmn:DataStoreReference") || W(e, "bpmn:DataObjectReference") || W(e, "bpmn:DataInput") || W(e, "bpmn:DataOutput") || W(e, "bpmn:SequenceFlow") || W(e, "bpmn:MessageFlow") || W(e, "bpmn:Group");
4362
4362
  }
4363
- function jf(e) {
4363
+ function Vf(e) {
4364
4364
  var i = e.length / 2 - 1, t = e[Math.floor(i)], s = e[Math.ceil(i + 0.01)], n = Qf(e), r = Math.atan((s.y - t.y) / (s.x - t.x)), a = n.x, o = n.y;
4365
4365
  return Math.abs(r) < Math.PI / 2 ? o -= mo : a += mo, { x: a, y: o };
4366
4366
  }
@@ -4372,7 +4372,7 @@ function Qf(e) {
4372
4372
  };
4373
4373
  }
4374
4374
  function Uf(e) {
4375
- return e.waypoints ? jf(e.waypoints) : W(e, "bpmn:Group") ? {
4375
+ return e.waypoints ? Vf(e.waypoints) : W(e, "bpmn:Group") ? {
4376
4376
  x: e.x + e.width / 2,
4377
4377
  y: e.y + rn.height / 2
4378
4378
  } : {
@@ -4727,9 +4727,9 @@ function ar(e, i) {
4727
4727
  return Math.sqrt(Math.pow(e, 2) + Math.pow(i, 2));
4728
4728
  }
4729
4729
  function qr(e, i, t) {
4730
- Vt(i) && (t = i, i = null), i || (i = {});
4730
+ jt(i) && (t = i, i = null), i || (i = {});
4731
4731
  const s = de("path", i);
4732
- return Vt(t) && (s.dataset.cornerRadius = String(t)), wc(s, e);
4732
+ return jt(t) && (s.dataset.cornerRadius = String(t)), wc(s, e);
4733
4733
  }
4734
4734
  function wc(e, i) {
4735
4735
  const t = parseInt(e.dataset.cornerRadius, 10) || 0;
@@ -4814,10 +4814,10 @@ function Wi(e, i = {}) {
4814
4814
  };
4815
4815
  }
4816
4816
  function it(e, i = {}) {
4817
- return Vi(i, "width") ? i.width : e.width;
4817
+ return ji(i, "width") ? i.width : e.width;
4818
4818
  }
4819
4819
  function Ue(e, i = {}) {
4820
- return Vi(i, "height") ? i.height : e.height;
4820
+ return ji(i, "height") ? i.height : e.height;
4821
4821
  }
4822
4822
  function ym(e, i) {
4823
4823
  return i.forEach(function(t) {
@@ -5064,7 +5064,7 @@ kt.prototype.clear = function() {
5064
5064
  for (i in e)
5065
5065
  this.unclaim(i);
5066
5066
  };
5067
- var Rm = new kt(), Lm = 10, Ps = 3, Fm = 1.5, js = 10, Ai = 0.95, Vm = 1, jm = 0.25;
5067
+ var Rm = new kt(), Lm = 10, Ps = 3, Fm = 1.5, Vs = 10, Ai = 0.95, jm = 1, Vm = 0.25;
5068
5068
  function gi(e, i, t, s, n, r, a) {
5069
5069
  St.call(this, i, a);
5070
5070
  var o = e && e.defaultFillColor, l = e && e.defaultStrokeColor, p = e && e.defaultLabelColor;
@@ -5637,7 +5637,7 @@ function gi(e, i, t, s, n, r, a) {
5637
5637
  });
5638
5638
  }
5639
5639
  };
5640
- function V(d, u, c, f) {
5640
+ function j(d, u, c, f) {
5641
5641
  M[d](u, c, f);
5642
5642
  }
5643
5643
  function L(d, u, c = [], f = {}) {
@@ -5673,10 +5673,10 @@ function gi(e, i, t, s, n, r, a) {
5673
5673
  }), G === void 0 && c.push("LoopMarker"), G === !1 && c.push("ParallelMarker"), G === !0 && c.push("SequentialMarker")), c.includes("CompensationMarker") && c.length === 1 && z(f, {
5674
5674
  compensation: -8
5675
5675
  }), q(c, function(ae) {
5676
- V(ae, d, u, f);
5676
+ j(ae, d, u, f);
5677
5677
  });
5678
5678
  }
5679
- function j(d, u, c = {}) {
5679
+ function V(d, u, c = {}) {
5680
5680
  c = z({
5681
5681
  size: {
5682
5682
  width: 100
@@ -5692,7 +5692,7 @@ function gi(e, i, t, s, n, r, a) {
5692
5692
  width: u.width,
5693
5693
  height: u.height
5694
5694
  }, f);
5695
- return j(d, y.name, {
5695
+ return V(d, y.name, {
5696
5696
  align: c,
5697
5697
  box: E,
5698
5698
  padding: 7,
@@ -5708,7 +5708,7 @@ function gi(e, i, t, s, n, r, a) {
5708
5708
  x: u.width / 2 + u.x,
5709
5709
  y: u.height / 2 + u.y
5710
5710
  };
5711
- return j(d, an(u), {
5711
+ return V(d, an(u), {
5712
5712
  box: f,
5713
5713
  fitBox: !0,
5714
5714
  style: z(
@@ -5721,7 +5721,7 @@ function gi(e, i, t, s, n, r, a) {
5721
5721
  });
5722
5722
  }
5723
5723
  function le(d, u, c, f = {}) {
5724
- var y = fo(c), E = j(d, u, {
5724
+ var y = fo(c), E = V(d, u, {
5725
5725
  box: {
5726
5726
  height: 30,
5727
5727
  width: y ? Ue(c, f) : it(c, f)
@@ -5741,7 +5741,7 @@ function gi(e, i, t, s, n, r, a) {
5741
5741
  width: f,
5742
5742
  height: y
5743
5743
  } = Wi(u, c);
5744
- return ne(d, f, y, js, {
5744
+ return ne(d, f, y, Vs, {
5745
5745
  ...c,
5746
5746
  fill: ie(u, o, c.fill),
5747
5747
  fillOpacity: Ai,
@@ -5879,7 +5879,7 @@ function gi(e, i, t, s, n, r, a) {
5879
5879
  c = {
5880
5880
  strokeWidth: 1.5,
5881
5881
  fill: ie(u, o, c.fill),
5882
- fillOpacity: Vm,
5882
+ fillOpacity: jm,
5883
5883
  stroke: F(u, l, c.stroke)
5884
5884
  }, E || (c.strokeDasharray = "6");
5885
5885
  var _ = O(d, u, c);
@@ -6115,7 +6115,7 @@ function gi(e, i, t, s, n, r, a) {
6115
6115
  "stroke",
6116
6116
  "width",
6117
6117
  "height"
6118
- ]), ne(d, u.width, u.height, js, {
6118
+ ]), ne(d, u.width, u.height, Vs, {
6119
6119
  stroke: F(u, l, c.stroke),
6120
6120
  strokeWidth: 1.5,
6121
6121
  strokeDasharray: "10, 6, 0, 6",
@@ -6163,7 +6163,7 @@ function gi(e, i, t, s, n, r, a) {
6163
6163
  "height"
6164
6164
  ]), w(d, u, {
6165
6165
  ...c,
6166
- fillOpacity: jm
6166
+ fillOpacity: Vm
6167
6167
  });
6168
6168
  },
6169
6169
  "bpmn:ManualTask": function(d, u, c = {}) {
@@ -6205,7 +6205,7 @@ function gi(e, i, t, s, n, r, a) {
6205
6205
  strokeWidth: 1
6206
6206
  };
6207
6207
  y.get("messageVisibleKind") === "initiating" ? (Ae.fill = E, Ae.stroke = _) : (Ae.fill = _, Ae.stroke = E);
6208
- var ke = A(d, xe, Ae), tt = f.get("messageRef"), ue = tt.get("name"), bt = j(d, ue, {
6208
+ var ke = A(d, xe, Ae), tt = f.get("messageRef"), ue = tt.get("name"), bt = V(d, ue, {
6209
6209
  align: "center-top",
6210
6210
  fitBox: !0,
6211
6211
  style: {
@@ -6272,7 +6272,7 @@ function gi(e, i, t, s, n, r, a) {
6272
6272
  } else {
6273
6273
  var xe = Wi(u, c);
6274
6274
  E || (xe.height = it(u, c), xe.width = Ue(u, c));
6275
- var Ae = j(d, G, {
6275
+ var Ae = V(d, G, {
6276
6276
  box: xe,
6277
6277
  align: "center-middle",
6278
6278
  style: {
@@ -6284,7 +6284,7 @@ function gi(e, i, t, s, n, r, a) {
6284
6284
  Dn(Ae, 0, -ke, 270);
6285
6285
  }
6286
6286
  }
6287
- return _.get("participantMultiplicity") && V("ParticipantMultiplicityMarker", d, u, c), f;
6287
+ return _.get("participantMultiplicity") && j("ParticipantMultiplicityMarker", d, u, c), f;
6288
6288
  },
6289
6289
  "bpmn:ReceiveTask": function(d, u, c = {}) {
6290
6290
  c = oe(c, [
@@ -6469,7 +6469,7 @@ function gi(e, i, t, s, n, r, a) {
6469
6469
  stroke: F(u, l, c.stroke)
6470
6470
  });
6471
6471
  var G = ge(u), ae = G.get("text") || "";
6472
- return j(d, ae, {
6472
+ return V(d, ae, {
6473
6473
  align: "left-top",
6474
6474
  box: Wi(u, c),
6475
6475
  padding: 7,
@@ -6499,7 +6499,7 @@ function gi(e, i, t, s, n, r, a) {
6499
6499
  d,
6500
6500
  it(u, c),
6501
6501
  Ue(u, c),
6502
- js - Ps,
6502
+ Vs - Ps,
6503
6503
  Ps,
6504
6504
  y
6505
6505
  ), f;
@@ -6570,7 +6570,7 @@ gi.prototype.drawConnection = function(e, i, t = {}) {
6570
6570
  return n(e, i, t);
6571
6571
  };
6572
6572
  gi.prototype.getShapePath = function(e) {
6573
- return W(e, "bpmn:Event") ? hm(e) : W(e, "bpmn:Activity") ? fm(e, js) : W(e, "bpmn:Gateway") ? mm(e) : gm(e);
6573
+ return W(e, "bpmn:Event") ? hm(e) : W(e, "bpmn:Activity") ? fm(e, Vs) : W(e, "bpmn:Gateway") ? mm(e) : gm(e);
6574
6574
  };
6575
6575
  function oe(e, i = []) {
6576
6576
  return i.reduce((t, s) => (e[s] && (t[s] = e[s]), t), {});
@@ -7164,7 +7164,7 @@ _t.prototype.add = function(e, i, t) {
7164
7164
  throw new Error(
7165
7165
  `unknown di ${De(i)} for element ${De(e)}`
7166
7166
  );
7167
- return Vf(e) && an(s) && this.addLabel(e, i, s), this._eventBus.fire("bpmnElement.added", { element: s }), s;
7167
+ return jf(e) && an(s) && this.addLabel(e, i, s), this._eventBus.fire("bpmnElement.added", { element: s }), s;
7168
7168
  };
7169
7169
  _t.prototype._attachBoundary = function(e, i) {
7170
7170
  var t = e.attachedToRef;
@@ -7461,17 +7461,17 @@ const Cg = {
7461
7461
  changeSupport: ["type", Lc]
7462
7462
  };
7463
7463
  var wg = 1e3;
7464
- function je(e) {
7464
+ function Ve(e) {
7465
7465
  this._eventBus = e;
7466
7466
  }
7467
- je.$inject = ["eventBus"];
7467
+ Ve.$inject = ["eventBus"];
7468
7468
  function xg(e, i) {
7469
7469
  return function(t) {
7470
7470
  return e.call(i || null, t.context, t.command, t);
7471
7471
  };
7472
7472
  }
7473
- je.prototype.on = function(e, i, t, s, n, r) {
7474
- if ((ri(i) || Vt(i)) && (r = n, n = s, s = t, t = i, i = null), ri(t) && (r = n, n = s, s = t, t = wg), ci(n) && (r = n, n = !1), !ri(s))
7473
+ Ve.prototype.on = function(e, i, t, s, n, r) {
7474
+ if ((ri(i) || jt(i)) && (r = n, n = s, s = t, t = i, i = null), ri(t) && (r = n, n = s, s = t, t = wg), ci(n) && (r = n, n = !1), !ri(s))
7475
7475
  throw new Error("handlerFn must be a function");
7476
7476
  lt(e) || (e = [e]);
7477
7477
  var a = this._eventBus;
@@ -7482,22 +7482,22 @@ je.prototype.on = function(e, i, t, s, n, r) {
7482
7482
  a.on(l, t, n ? xg(s, r) : s, r);
7483
7483
  });
7484
7484
  };
7485
- je.prototype.canExecute = Pt("canExecute");
7486
- je.prototype.preExecute = Pt("preExecute");
7487
- je.prototype.preExecuted = Pt("preExecuted");
7488
- je.prototype.execute = Pt("execute");
7489
- je.prototype.executed = Pt("executed");
7490
- je.prototype.postExecute = Pt("postExecute");
7491
- je.prototype.postExecuted = Pt("postExecuted");
7492
- je.prototype.revert = Pt("revert");
7493
- je.prototype.reverted = Pt("reverted");
7485
+ Ve.prototype.canExecute = Pt("canExecute");
7486
+ Ve.prototype.preExecute = Pt("preExecute");
7487
+ Ve.prototype.preExecuted = Pt("preExecuted");
7488
+ Ve.prototype.execute = Pt("execute");
7489
+ Ve.prototype.executed = Pt("executed");
7490
+ Ve.prototype.postExecute = Pt("postExecute");
7491
+ Ve.prototype.postExecuted = Pt("postExecuted");
7492
+ Ve.prototype.revert = Pt("revert");
7493
+ Ve.prototype.reverted = Pt("reverted");
7494
7494
  function Pt(e) {
7495
7495
  return function(t, s, n, r, a) {
7496
- (ri(t) || Vt(t)) && (a = r, r = n, n = s, s = t, t = null), this.on(t, e, s, n, r, a);
7496
+ (ri(t) || jt(t)) && (a = r, r = n, n = s, s = t, t = null), this.on(t, e, s, n, r, a);
7497
7497
  };
7498
7498
  }
7499
7499
  function Wr(e, i) {
7500
- i.invoke(je, this), this.executed(function(t) {
7500
+ i.invoke(Ve, this), this.executed(function(t) {
7501
7501
  var s = t.context;
7502
7502
  s.rootElement ? e.setRootElement(s.rootElement) : s.rootElement = e.getRootElement();
7503
7503
  }), this.revert(function(t) {
@@ -7505,7 +7505,7 @@ function Wr(e, i) {
7505
7505
  s.rootElement && e.setRootElement(s.rootElement);
7506
7506
  });
7507
7507
  }
7508
- vt(Wr, je);
7508
+ vt(Wr, Ve);
7509
7509
  Wr.$inject = ["canvas", "injector"];
7510
7510
  const Eg = {
7511
7511
  __init__: ["rootElementsBehavior"],
@@ -7576,7 +7576,7 @@ function _g(e) {
7576
7576
  (W(s, "bpmn:SubProcess") || W(s, "bpmn:Process")) && t.push(s);
7577
7577
  return t.reverse();
7578
7578
  }
7579
- function Vc(e, i) {
7579
+ function jc(e, i) {
7580
7580
  var t = null, s = new Pg();
7581
7581
  e.on("root.set", function(n) {
7582
7582
  var r = n.element, a = i.viewbox(), o = s.get(r);
@@ -7596,7 +7596,7 @@ function Vc(e, i) {
7596
7596
  s.clear(), t = null;
7597
7597
  });
7598
7598
  }
7599
- Vc.$inject = ["eventBus", "canvas"];
7599
+ jc.$inject = ["eventBus", "canvas"];
7600
7600
  function Pg() {
7601
7601
  this._entries = [], this.set = function(e, i) {
7602
7602
  var t = !1;
@@ -7682,7 +7682,7 @@ yi.prototype._movePlaneElementsToOrigin = function(e) {
7682
7682
  });
7683
7683
  };
7684
7684
  yi.prototype._moveToDiPlane = function(e, i) {
7685
- var t = jc(e), s = t.plane.get("planeElement");
7685
+ var t = Vc(e), s = t.plane.get("planeElement");
7686
7686
  s.splice(s.indexOf(e), 1), i.get("planeElement").push(e);
7687
7687
  };
7688
7688
  yi.prototype._createDiagram = function(e) {
@@ -7694,8 +7694,8 @@ yi.prototype._createDiagram = function(e) {
7694
7694
  return i.$parent = t, i.bpmnElement = e, t.$parent = this._definitions, this._definitions.diagrams.push(t), t;
7695
7695
  };
7696
7696
  yi.$inject = ["eventBus", "moddle"];
7697
- function jc(e) {
7698
- return W(e, "bpmndi:BPMNDiagram") ? e : jc(e.$parent);
7697
+ function Vc(e) {
7698
+ return W(e, "bpmndi:BPMNDiagram") ? e : Vc(e.$parent);
7699
7699
  }
7700
7700
  function Dg(e) {
7701
7701
  var i = {
@@ -7717,7 +7717,7 @@ function Mg(e, i) {
7717
7717
  }
7718
7718
  var Ds = 250, Og = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.81801948,3.50735931 L10.4996894,9.1896894 L10.5,4 L12,4 L12,12 L4,12 L4,10.5 L9.6896894,10.4996894 L3.75735931,4.56801948 C3.46446609,4.27512627 3.46446609,3.80025253 3.75735931,3.50735931 C4.05025253,3.21446609 4.52512627,3.21446609 4.81801948,3.50735931 Z"/></svg>', Bg = "bjs-drilldown-empty";
7719
7719
  function Ht(e, i, t, s, n) {
7720
- je.call(this, i), this._canvas = e, this._eventBus = i, this._elementRegistry = t, this._overlays = s, this._translate = n;
7720
+ Ve.call(this, i), this._canvas = e, this._eventBus = i, this._elementRegistry = t, this._overlays = s, this._translate = n;
7721
7721
  var r = this;
7722
7722
  this.executed("shape.toggleCollapse", Ds, function(a) {
7723
7723
  var o = a.shape;
@@ -7749,7 +7749,7 @@ function Ht(e, i, t, s, n) {
7749
7749
  });
7750
7750
  });
7751
7751
  }
7752
- vt(Ht, je);
7752
+ vt(Ht, Ve);
7753
7753
  Ht.prototype._updateDrilldownOverlay = function(e) {
7754
7754
  var i = this._canvas;
7755
7755
  if (!!e) {
@@ -7800,7 +7800,7 @@ const Rg = {
7800
7800
  __depends__: [Rc, Cg, Eg],
7801
7801
  __init__: ["drilldownBreadcrumbs", "drilldownOverlayBehavior", "drilldownCentering", "subprocessCompatibility"],
7802
7802
  drilldownBreadcrumbs: ["type", Fc],
7803
- drilldownCentering: ["type", Vc],
7803
+ drilldownCentering: ["type", jc],
7804
7804
  drilldownOverlayBehavior: ["type", Ht],
7805
7805
  subprocessCompatibility: ["type", yi]
7806
7806
  };
@@ -7826,7 +7826,7 @@ function Fg(e) {
7826
7826
  var i = Qc(e) || e;
7827
7827
  return mn(e) && i.shiftKey;
7828
7828
  }
7829
- function Vg(e) {
7829
+ function jg(e) {
7830
7830
  return !0;
7831
7831
  }
7832
7832
  function Ms(e) {
@@ -7837,12 +7837,12 @@ function Gc(e, i, t) {
7837
7837
  var s = this;
7838
7838
  function n(I, R, M) {
7839
7839
  if (!o(I, R)) {
7840
- var V, L, j;
7841
- M ? L = i.getGraphics(M) : (V = R.delegateTarget || R.target, V && (L = V, M = i.get(L))), !(!L || !M) && (j = e.fire(I, {
7840
+ var j, L, V;
7841
+ M ? L = i.getGraphics(M) : (j = R.delegateTarget || R.target, j && (L = j, M = i.get(L))), !(!L || !M) && (V = e.fire(I, {
7842
7842
  element: M,
7843
7843
  gfx: L,
7844
7844
  originalEvent: R
7845
- }), j === !1 && (R.stopPropagation(), R.preventDefault()));
7845
+ }), V === !1 && (R.stopPropagation(), R.preventDefault()));
7846
7846
  }
7847
7847
  }
7848
7848
  var r = {};
@@ -7863,28 +7863,28 @@ function Gc(e, i, t) {
7863
7863
  mouseout: "element.out",
7864
7864
  mouseup: "element.mouseup"
7865
7865
  }, p = {
7866
- "element.contextmenu": Vg,
7866
+ "element.contextmenu": jg,
7867
7867
  "element.mousedown": Ms,
7868
7868
  "element.mouseup": Ms,
7869
7869
  "element.click": Ms,
7870
7870
  "element.dblclick": Ms
7871
7871
  };
7872
7872
  function h(I, R, M) {
7873
- var V = l[I];
7874
- if (!V)
7873
+ var j = l[I];
7874
+ if (!j)
7875
7875
  throw new Error("unmapped DOM event name <" + I + ">");
7876
- return n(V, R, M);
7876
+ return n(j, R, M);
7877
7877
  }
7878
7878
  var g = "svg, .djs-element";
7879
- function C(I, R, M, V) {
7880
- var L = r[M] = function(j) {
7881
- n(M, j);
7879
+ function C(I, R, M, j) {
7880
+ var L = r[M] = function(V) {
7881
+ n(M, V);
7882
7882
  };
7883
- V && (p[M] = V), L.$delegate = ki.bind(I, g, R, L);
7883
+ j && (p[M] = j), L.$delegate = ki.bind(I, g, R, L);
7884
7884
  }
7885
7885
  function k(I, R, M) {
7886
- var V = a(M);
7887
- !V || ki.unbind(I, R, V.$delegate);
7886
+ var j = a(M);
7887
+ !j || ki.unbind(I, R, j.$delegate);
7888
7888
  }
7889
7889
  function J(I) {
7890
7890
  q(l, function(R, M) {
@@ -7941,8 +7941,8 @@ function Gc(e, i, t) {
7941
7941
  var R = Dm(".djs-hit", I);
7942
7942
  q(R, hs);
7943
7943
  }, this.createDefaultHit = function(I, R) {
7944
- var M = I.waypoints, V = I.isFrame, L;
7945
- return M ? this.createWaypointsHit(R, M) : (L = V ? "stroke" : "all", this.createBoxHit(R, L, {
7944
+ var M = I.waypoints, j = I.isFrame, L;
7945
+ return M ? this.createWaypointsHit(R, M) : (L = j ? "stroke" : "all", this.createBoxHit(R, L, {
7946
7946
  width: I.width,
7947
7947
  height: I.height
7948
7948
  }));
@@ -7954,8 +7954,8 @@ function Gc(e, i, t) {
7954
7954
  x: 0,
7955
7955
  y: 0
7956
7956
  }, M);
7957
- var V = de("rect");
7958
- return D(V, R), he(V, M), U(I, V), V;
7957
+ var j = de("rect");
7958
+ return D(j, R), he(j, M), U(I, j), j;
7959
7959
  }, this.updateDefaultHit = function(I, R) {
7960
7960
  var M = Et(".djs-hit", R);
7961
7961
  if (!!M)
@@ -7970,11 +7970,11 @@ Gc.$inject = [
7970
7970
  "elementRegistry",
7971
7971
  "styles"
7972
7972
  ];
7973
- const jg = {
7973
+ const Vg = {
7974
7974
  __init__: ["interactionEvents"],
7975
7975
  interactionEvents: ["type", Gc]
7976
7976
  };
7977
- function ji(e, i) {
7977
+ function Vi(e, i) {
7978
7978
  this._eventBus = e, this._canvas = i, this._selectedElements = [];
7979
7979
  var t = this;
7980
7980
  e.on(["shape.remove", "connection.remove"], function(s) {
@@ -7984,21 +7984,21 @@ function ji(e, i) {
7984
7984
  t.select(null);
7985
7985
  });
7986
7986
  }
7987
- ji.$inject = ["eventBus", "canvas"];
7988
- ji.prototype.deselect = function(e) {
7987
+ Vi.$inject = ["eventBus", "canvas"];
7988
+ Vi.prototype.deselect = function(e) {
7989
7989
  var i = this._selectedElements, t = i.indexOf(e);
7990
7990
  if (t !== -1) {
7991
7991
  var s = i.slice();
7992
7992
  i.splice(t, 1), this._eventBus.fire("selection.changed", { oldSelection: s, newSelection: i });
7993
7993
  }
7994
7994
  };
7995
- ji.prototype.get = function() {
7995
+ Vi.prototype.get = function() {
7996
7996
  return this._selectedElements;
7997
7997
  };
7998
- ji.prototype.isSelected = function(e) {
7998
+ Vi.prototype.isSelected = function(e) {
7999
7999
  return this._selectedElements.indexOf(e) !== -1;
8000
8000
  };
8001
- ji.prototype.select = function(e, i) {
8001
+ Vi.prototype.select = function(e, i) {
8002
8002
  var t = this._selectedElements, s = t.slice();
8003
8003
  lt(e) || (e = e ? [e] : []);
8004
8004
  var n = this._canvas, r = n.getRootElement();
@@ -8080,9 +8080,9 @@ function Qg(e) {
8080
8080
  const Ug = {
8081
8081
  __init__: ["selectionVisuals", "selectionBehavior"],
8082
8082
  __depends__: [
8083
- jg
8083
+ Vg
8084
8084
  ],
8085
- selection: ["type", ji],
8085
+ selection: ["type", Vi],
8086
8086
  selectionVisuals: ["type", qc],
8087
8087
  selectionBehavior: ["type", Jc]
8088
8088
  }, Gg = /^class[ {]/;
@@ -8173,9 +8173,9 @@ function Hc(e, i) {
8173
8173
  function k(P, A) {
8174
8174
  if (A && A.length) {
8175
8175
  const S = /* @__PURE__ */ Object.create(null), D = /* @__PURE__ */ Object.create(null), U = [], I = [], R = [];
8176
- let M, V, L, j;
8176
+ let M, j, L, V;
8177
8177
  for (let ee in n)
8178
- M = n[ee], A.indexOf(ee) !== -1 && (M[2] === "private" ? (V = U.indexOf(M[3]), V === -1 ? (L = M[3].createChild([], A), j = C(L), U.push(M[3]), I.push(L), R.push(j), S[ee] = [j, ee, "private", L]) : S[ee] = [R[V], ee, "private", I[V]]) : S[ee] = [M[2], M[1]], D[ee] = !0), (M[2] === "factory" || M[2] === "type") && M[1].$scope && A.forEach((Ie) => {
8178
+ M = n[ee], A.indexOf(ee) !== -1 && (M[2] === "private" ? (j = U.indexOf(M[3]), j === -1 ? (L = M[3].createChild([], A), V = C(L), U.push(M[3]), I.push(L), R.push(V), S[ee] = [V, ee, "private", L]) : S[ee] = [R[j], ee, "private", I[j]]) : S[ee] = [M[2], M[1]], D[ee] = !0), (M[2] === "factory" || M[2] === "type") && M[1].$scope && A.forEach((Ie) => {
8179
8179
  M[1].$scope.indexOf(Ie) !== -1 && (S[ee] = [M[2], M[1]], D[Ie] = !0);
8180
8180
  });
8181
8181
  A.forEach((ee) => {
@@ -8203,11 +8203,11 @@ function Hc(e, i) {
8203
8203
  function ne(P) {
8204
8204
  const A = P.__exports__;
8205
8205
  if (A) {
8206
- const S = P.__modules__, D = Object.keys(P).reduce((V, L) => (L !== "__exports__" && L !== "__modules__" && L !== "__init__" && L !== "__depends__" && (V[L] = P[L]), V), /* @__PURE__ */ Object.create(null)), U = (S || []).concat(D), I = k(U), R = Us(function(V) {
8207
- return I.get(V);
8206
+ const S = P.__modules__, D = Object.keys(P).reduce((j, L) => (L !== "__exports__" && L !== "__modules__" && L !== "__init__" && L !== "__depends__" && (j[L] = P[L]), j), /* @__PURE__ */ Object.create(null)), U = (S || []).concat(D), I = k(U), R = Us(function(j) {
8207
+ return I.get(j);
8208
8208
  });
8209
- A.forEach(function(V) {
8210
- n[V] = [R, V, "private", I];
8209
+ A.forEach(function(j) {
8210
+ n[j] = [R, j, "private", I];
8211
8211
  });
8212
8212
  const M = (P.__init__ || []).slice();
8213
8213
  return M.unshift(function() {
@@ -8336,7 +8336,7 @@ function Gs(e, i) {
8336
8336
  return Math.round(e * i) / i;
8337
8337
  }
8338
8338
  function ko(e) {
8339
- return Vt(e) ? e + "px" : e;
8339
+ return jt(e) ? e + "px" : e;
8340
8340
  }
8341
8341
  function ty(e) {
8342
8342
  for (; e.parent; )
@@ -8387,7 +8387,7 @@ Y.prototype._init = function(e) {
8387
8387
  this._setFocused(!1);
8388
8388
  }), Ne(t, s);
8389
8389
  const n = this._viewport = Kc(s, "viewport");
8390
- e.deferUpdate && (this._viewboxChanged = Pf(jt(this._viewboxChanged, this), 300)), i.on("diagram.init", () => {
8390
+ e.deferUpdate && (this._viewboxChanged = Pf(Vt(this._viewboxChanged, this), 300)), i.on("diagram.init", () => {
8391
8391
  i.fire("canvas.init", {
8392
8392
  svg: s,
8393
8393
  viewport: n
@@ -8945,10 +8945,10 @@ function Je() {
8945
8945
  this._listeners = {}, this.on("diagram.destroy", 1, this._destroy, this);
8946
8946
  }
8947
8947
  Je.prototype.on = function(e, i, t, s) {
8948
- if (e = lt(e) ? e : [e], ri(i) && (s = t, t = i, i = su), !Vt(i))
8948
+ if (e = lt(e) ? e : [e], ri(i) && (s = t, t = i, i = su), !jt(i))
8949
8949
  throw new Error("priority must be a number");
8950
8950
  var n = t;
8951
- s && (n = jt(t, s), n[cn] = t[cn] || t);
8951
+ s && (n = Vt(t, s), n[cn] = t[cn] || t);
8952
8952
  var r = this;
8953
8953
  e.forEach(function(a) {
8954
8954
  r._addListener(a, {
@@ -8960,7 +8960,7 @@ Je.prototype.on = function(e, i, t, s) {
8960
8960
  };
8961
8961
  Je.prototype.once = function(e, i, t, s) {
8962
8962
  var n = this;
8963
- if (ri(i) && (s = t, t = i, i = su), !Vt(i))
8963
+ if (ri(i) && (s = t, t = i, i = su), !jt(i))
8964
8964
  throw new Error("priority must be a number");
8965
8965
  function r() {
8966
8966
  r.__isTomb = !0;
@@ -9197,7 +9197,7 @@ ru.prototype.createType = function(e) {
9197
9197
  }), t.defineModel(s, i), t.defineDescriptor(s, e);
9198
9198
  var n = e.ns.name;
9199
9199
  function r(a) {
9200
- t.define(this, "$type", { value: n, enumerable: !0 }), t.define(this, "$attrs", { value: {} }), t.define(this, "$parent", { writable: !0 }), q(a, jt(function(o, l) {
9200
+ t.define(this, "$type", { value: n, enumerable: !0 }), t.define(this, "$attrs", { value: {} }), t.define(this, "$parent", { writable: !0 }), q(a, Vt(function(o, l) {
9201
9201
  this.set(l, o);
9202
9202
  }, this));
9203
9203
  }
@@ -9337,7 +9337,7 @@ et.prototype.hasProperty = function(e) {
9337
9337
  et.prototype.addTrait = function(e, i) {
9338
9338
  i && this.assertNotTrait(e);
9339
9339
  var t = this.allTypesByName, s = this.allTypes, n = e.name;
9340
- n in t || (q(e.properties, jt(function(r) {
9340
+ n in t || (q(e.properties, Vt(function(r) {
9341
9341
  r = z({}, r, {
9342
9342
  name: r.ns.localName,
9343
9343
  inherited: i
@@ -9349,7 +9349,7 @@ et.prototype.addTrait = function(e, i) {
9349
9349
  }, this)), s.push(e), t[n] = e);
9350
9350
  };
9351
9351
  function zt(e, i) {
9352
- this.packageMap = {}, this.typeMap = {}, this.packages = [], this.properties = i, q(e, jt(this.registerPackage, this));
9352
+ this.packageMap = {}, this.typeMap = {}, this.packages = [], this.properties = i, q(e, Vt(this.registerPackage, this));
9353
9353
  }
9354
9354
  zt.prototype.getPackage = function(e) {
9355
9355
  return this.packageMap[e];
@@ -9360,7 +9360,7 @@ zt.prototype.getPackages = function() {
9360
9360
  zt.prototype.registerPackage = function(e) {
9361
9361
  e = z({}, e);
9362
9362
  var i = this.packageMap;
9363
- So(i, e, "prefix"), So(i, e, "uri"), q(e.types, jt(function(t) {
9363
+ So(i, e, "prefix"), So(i, e, "uri"), q(e.types, Vt(function(t) {
9364
9364
  this.registerType(t, e);
9365
9365
  }, this)), i[e.uri] = i[e.prefix] = e, this.packages.push(e);
9366
9366
  };
@@ -9372,7 +9372,7 @@ zt.prototype.registerType = function(e, i) {
9372
9372
  meta: z(e.meta || {})
9373
9373
  });
9374
9374
  var t = Oe(e.name, i.prefix), s = t.name, n = {};
9375
- q(e.properties, jt(function(r) {
9375
+ q(e.properties, Vt(function(r) {
9376
9376
  var a = Oe(r.name, t.prefix), o = a.name;
9377
9377
  pr(r.type) || (r.type = Oe(r.type, a.prefix).name), z(r, {
9378
9378
  ns: a,
@@ -9382,7 +9382,7 @@ zt.prototype.registerType = function(e, i) {
9382
9382
  ns: t,
9383
9383
  name: s,
9384
9384
  propertiesByName: n
9385
- }), q(e.extends, jt(function(r) {
9385
+ }), q(e.extends, Vt(function(r) {
9386
9386
  var a = Oe(r, t.prefix), o = this.typeMap[a.name];
9387
9387
  o.traits = o.traits || [], o.traits.push(s);
9388
9388
  }, this)), this.definePackage(e, i), this.typeMap[s] = e;
@@ -9649,7 +9649,7 @@ function cu(e) {
9649
9649
  Q = !0;
9650
9650
  };
9651
9651
  function P(A) {
9652
- var S = k ? [] : null, D = k ? Ty(ne) : null, U, I = [], R = 0, M = !1, V = !1, L = 0, j = 0, ee, Ie, le, m, v, T, O, H, w, x = "", N = 0, K;
9652
+ var S = k ? [] : null, D = k ? Ty(ne) : null, U, I = [], R = 0, M = !1, j = !1, L = 0, V = 0, ee, Ie, le, m, v, T, O, H, w, x = "", N = 0, K;
9653
9653
  function te() {
9654
9654
  if (K !== null)
9655
9655
  return K;
@@ -9727,9 +9727,9 @@ function cu(e) {
9727
9727
  return K = bt;
9728
9728
  }
9729
9729
  function d() {
9730
- for (var u = /(\r\n|\r|\n)/g, c = 0, f = 0, y = 0, E = j, _, G; L >= y && (_ = u.exec(A), !(!_ || (E = _[0].length + _.index, E > L))); )
9730
+ for (var u = /(\r\n|\r|\n)/g, c = 0, f = 0, y = 0, E = V, _, G; L >= y && (_ = u.exec(A), !(!_ || (E = _[0].length + _.index, E > L))); )
9731
9731
  c += 1, y = E;
9732
- return L == -1 ? (f = E, G = A.substring(j)) : j === 0 ? G = A.substring(j, L) : (f = L - y, G = j == -1 ? A.substring(L) : A.substring(L, j + 1)), {
9732
+ return L == -1 ? (f = E, G = A.substring(V)) : V === 0 ? G = A.substring(V, L) : (f = L - y, G = V == -1 ? A.substring(L) : A.substring(L, V + 1)), {
9733
9733
  data: G,
9734
9734
  line: c,
9735
9735
  column: f
@@ -9746,76 +9746,76 @@ function cu(e) {
9746
9746
  ns: Os(function() {
9747
9747
  return D;
9748
9748
  })
9749
- })); j !== -1; ) {
9750
- if (A.charCodeAt(j) === 60 ? L = j : L = A.indexOf("<", j), L === -1) {
9749
+ })); V !== -1; ) {
9750
+ if (A.charCodeAt(V) === 60 ? L = V : L = A.indexOf("<", V), L === -1) {
9751
9751
  if (I.length)
9752
9752
  return se("unexpected end of file");
9753
- if (j === 0)
9753
+ if (V === 0)
9754
9754
  return se("missing start tag");
9755
- j < A.length && A.substring(j).trim() && Z(Po);
9755
+ V < A.length && A.substring(V).trim() && Z(Po);
9756
9756
  return;
9757
9757
  }
9758
- if (j !== L) {
9758
+ if (V !== L) {
9759
9759
  if (I.length) {
9760
- if (t && (t(A.substring(j, L), Zt, g), Q))
9760
+ if (t && (t(A.substring(V, L), Zt, g), Q))
9761
9761
  return;
9762
- } else if (A.substring(j, L).trim() && (Z(Po), Q))
9762
+ } else if (A.substring(V, L).trim() && (Z(Po), Q))
9763
9763
  return;
9764
9764
  }
9765
9765
  if (m = A.charCodeAt(L + 1), m === 33) {
9766
9766
  if (le = A.charCodeAt(L + 2), le === 91 && A.substr(L + 3, 6) === "CDATA[") {
9767
- if (j = A.indexOf("]]>", L), j === -1)
9767
+ if (V = A.indexOf("]]>", L), V === -1)
9768
9768
  return se("unclosed cdata");
9769
- if (r && (r(A.substring(L + 9, j), g), Q))
9769
+ if (r && (r(A.substring(L + 9, V), g), Q))
9770
9770
  return;
9771
- j += 3;
9771
+ V += 3;
9772
9772
  continue;
9773
9773
  }
9774
9774
  if (le === 45 && A.charCodeAt(L + 3) === 45) {
9775
- if (j = A.indexOf("-->", L), j === -1)
9775
+ if (V = A.indexOf("-->", L), V === -1)
9776
9776
  return se("unclosed comment");
9777
- if (l && (l(A.substring(L + 4, j), Zt, g), Q))
9777
+ if (l && (l(A.substring(L + 4, V), Zt, g), Q))
9778
9778
  return;
9779
- j += 3;
9779
+ V += 3;
9780
9780
  continue;
9781
9781
  }
9782
9782
  }
9783
9783
  if (m === 63) {
9784
- if (j = A.indexOf("?>", L), j === -1)
9784
+ if (V = A.indexOf("?>", L), V === -1)
9785
9785
  return se("unclosed question");
9786
- if (p && (p(A.substring(L, j + 2), g), Q))
9786
+ if (p && (p(A.substring(L, V + 2), g), Q))
9787
9787
  return;
9788
- j += 2;
9788
+ V += 2;
9789
9789
  continue;
9790
9790
  }
9791
9791
  for (ee = L + 1; ; ee++) {
9792
9792
  if (v = A.charCodeAt(ee), isNaN(v))
9793
- return j = -1, se("unclosed tag");
9793
+ return V = -1, se("unclosed tag");
9794
9794
  if (v === 34)
9795
9795
  le = A.indexOf('"', ee + 1), ee = le !== -1 ? le : ee;
9796
9796
  else if (v === 39)
9797
9797
  le = A.indexOf("'", ee + 1), ee = le !== -1 ? le : ee;
9798
9798
  else if (v === 62) {
9799
- j = ee;
9799
+ V = ee;
9800
9800
  break;
9801
9801
  }
9802
9802
  }
9803
9803
  if (m === 33) {
9804
- if (h && (h(A.substring(L, j + 1), Zt, g), Q))
9804
+ if (h && (h(A.substring(L, V + 1), Zt, g), Q))
9805
9805
  return;
9806
- j += 1;
9806
+ V += 1;
9807
9807
  continue;
9808
9808
  }
9809
9809
  if (K = {}, m === 47) {
9810
- if (M = !1, V = !0, !I.length)
9810
+ if (M = !1, j = !0, !I.length)
9811
9811
  return se("missing open tag");
9812
9812
  if (ee = O = I.pop(), le = L + 2 + ee.length, A.substring(L + 2, le) !== ee)
9813
9813
  return se("closing tag mismatch");
9814
- for (; le < j; le++)
9814
+ for (; le < V; le++)
9815
9815
  if (m = A.charCodeAt(le), !(m === 32 || m > 8 && m < 14))
9816
9816
  return se("close tag");
9817
9817
  } else {
9818
- if (A.charCodeAt(j - 1) === 47 ? (ee = O = A.substring(L + 1, j - 1), M = !0, V = !0) : (ee = O = A.substring(L + 1, j), M = !0, V = !1), !(m > 96 && m < 123 || m > 64 && m < 91 || m === 95 || m === 58))
9818
+ if (A.charCodeAt(V - 1) === 47 ? (ee = O = A.substring(L + 1, V - 1), M = !0, j = !0) : (ee = O = A.substring(L + 1, V), M = !0, j = !1), !(m > 96 && m < 123 || m > 64 && m < 91 || m === 95 || m === 58))
9819
9819
  return se("illegal first char nodeName");
9820
9820
  for (le = 1, Ie = ee.length; le < Ie; le++)
9821
9821
  if (m = ee.charCodeAt(le), !(m > 96 && m < 123 || m > 64 && m < 91 || m > 47 && m < 59 || m === 45 || m === 95 || m == 46)) {
@@ -9825,10 +9825,10 @@ function cu(e) {
9825
9825
  }
9826
9826
  return se("invalid nodeName");
9827
9827
  }
9828
- V || I.push(O);
9828
+ j || I.push(O);
9829
9829
  }
9830
9830
  if (k) {
9831
- if (U = D, M && (V || S.push(U), K === null && (C = ee.indexOf("xmlns", le) !== -1) && (N = le, x = ee, te(), C = !1)), H = O, m = O.indexOf(":"), m !== -1) {
9831
+ if (U = D, M && (j || S.push(U), K === null && (C = ee.indexOf("xmlns", le) !== -1) && (N = le, x = ee, te(), C = !1)), H = O, m = O.indexOf(":"), m !== -1) {
9832
9832
  if (T = D[O.substring(0, m)], !T)
9833
9833
  return se("missing namespace on <" + H + ">");
9834
9834
  O = O.substr(m + 1);
@@ -9836,14 +9836,14 @@ function cu(e) {
9836
9836
  T = D.xmlns;
9837
9837
  T && (O = T + ":" + O);
9838
9838
  }
9839
- if (M && (N = le, x = ee, s && (i ? s(w, Zt, V, g) : s(O, te, Zt, V, g), Q)))
9839
+ if (M && (N = le, x = ee, s && (i ? s(w, Zt, j, g) : s(O, te, Zt, j, g), Q)))
9840
9840
  return;
9841
- if (V) {
9841
+ if (j) {
9842
9842
  if (n && (n(i ? w : O, Zt, M, g), Q))
9843
9843
  return;
9844
9844
  k && (M ? D = U : D = S.pop());
9845
9845
  }
9846
- j += 1;
9846
+ V += 1;
9847
9847
  }
9848
9848
  }
9849
9849
  }
@@ -10080,9 +10080,9 @@ sa.prototype.fromXML = function(e, i, t) {
10080
10080
  var n = this.model, r = this.lax, a = new Py(z({}, i, { rootHandler: s })), o = new cu({ proxy: !0 }), l = Dy();
10081
10081
  s.context = a, l.push(s);
10082
10082
  function p(S, D, U) {
10083
- var I = D(), R = I.line, M = I.column, V = I.data;
10084
- V.charAt(0) === "<" && V.indexOf(" ") !== -1 && (V = V.slice(0, V.indexOf(" ")) + ">");
10085
- var L = "unparsable content " + (V ? V + " " : "") + `detected
10083
+ var I = D(), R = I.line, M = I.column, j = I.data;
10084
+ j.charAt(0) === "<" && j.indexOf(" ") !== -1 && (j = j.slice(0, j.indexOf(" ")) + ">");
10085
+ var L = "unparsable content " + (j ? j + " " : "") + `detected
10086
10086
  line: ` + R + `
10087
10087
  column: ` + M + `
10088
10088
  nested error: ` + S.message;
@@ -10099,17 +10099,17 @@ sa.prototype.fromXML = function(e, i, t) {
10099
10099
  function g() {
10100
10100
  var S = a.elementsById, D = a.references, U, I;
10101
10101
  for (U = 0; I = D[U]; U++) {
10102
- var R = I.element, M = S[I.id], V = Tt(R).propertiesByName[I.property];
10102
+ var R = I.element, M = S[I.id], j = Tt(R).propertiesByName[I.property];
10103
10103
  if (M || a.addWarning({
10104
10104
  message: "unresolved reference <" + I.id + ">",
10105
10105
  element: I.element,
10106
10106
  property: I.property,
10107
10107
  value: I.id
10108
- }), V.isMany) {
10109
- var L = R.get(V.name), j = L.indexOf(I);
10110
- j === -1 && (j = L.length), M ? L[j] = M : L.splice(j, 1);
10108
+ }), j.isMany) {
10109
+ var L = R.get(j.name), V = L.indexOf(I);
10110
+ V === -1 && (V = L.length), M ? L[V] = M : L.splice(V, 1);
10111
10111
  } else
10112
- R.set(V.name, M);
10112
+ R.set(j.name, M);
10113
10113
  }
10114
10114
  }
10115
10115
  function C() {
@@ -10148,16 +10148,16 @@ sa.prototype.fromXML = function(e, i, t) {
10148
10148
  return S[U] = D, S;
10149
10149
  }, n.config && n.config.nsMap || {}));
10150
10150
  return o.ns(A).on("openTag", function(S, D, U, I) {
10151
- var R = S.attrs || {}, M = Object.keys(R).reduce(function(L, j) {
10152
- var ee = D(R[j]);
10153
- return L[j] = ee, L;
10154
- }, {}), V = {
10151
+ var R = S.attrs || {}, M = Object.keys(R).reduce(function(L, V) {
10152
+ var ee = D(R[V]);
10153
+ return L[V] = ee, L;
10154
+ }, {}), j = {
10155
10155
  name: S.name,
10156
10156
  originalName: S.originalName,
10157
10157
  attributes: M,
10158
10158
  ns: S.ns
10159
10159
  };
10160
- se(V, I);
10160
+ se(j, I);
10161
10161
  }).on("question", ne).on("closeTag", C).on("cdata", Z).on("text", function(S, D, U) {
10162
10162
  P(D(S), U);
10163
10163
  }).on("error", p).on("warn", h), new Promise(function(S, D) {
@@ -10169,10 +10169,10 @@ sa.prototype.fromXML = function(e, i, t) {
10169
10169
  }
10170
10170
  var I = s.element;
10171
10171
  !U && !I && (U = Gt("failed to parse document as <" + s.type.$descriptor.name + ">"));
10172
- var R = a.warnings, M = a.references, V = a.elementsById;
10172
+ var R = a.warnings, M = a.references, j = a.elementsById;
10173
10173
  return U ? (U.warnings = R, D(U)) : S({
10174
10174
  rootElement: I,
10175
- elementsById: V,
10175
+ elementsById: j,
10176
10176
  references: M,
10177
10177
  warnings: R
10178
10178
  });
@@ -10256,14 +10256,14 @@ function Ly(e) {
10256
10256
  function Fy(e, i) {
10257
10257
  return i.isGeneric ? z({ localName: i.ns.localName }, e) : z({ localName: Ry(i.ns.localName, i.$pkg) }, e);
10258
10258
  }
10259
- function Vy(e, i) {
10259
+ function jy(e, i) {
10260
10260
  return z({ localName: i.ns.localName }, e);
10261
10261
  }
10262
- function jy(e) {
10262
+ function Vy(e) {
10263
10263
  var i = e.$descriptor;
10264
10264
  return _i(i.properties, function(t) {
10265
10265
  var s = t.name;
10266
- if (t.isVirtual || !Vi(e, s))
10266
+ if (t.isVirtual || !ji(e, s))
10267
10267
  return !1;
10268
10268
  var n = e[s];
10269
10269
  return n === t.default || n === null ? !1 : t.isMany ? n.length : !0;
@@ -10335,7 +10335,7 @@ function me(e, i) {
10335
10335
  me.prototype.build = function(e) {
10336
10336
  this.element = e;
10337
10337
  var i = e.$descriptor, t = this.propertyDescriptor, s, n, r = i.isGeneric;
10338
- return r ? s = this.parseGenericNsAttributes(e) : s = this.parseNsAttributes(e), t ? this.ns = this.nsPropertyTagName(t) : this.ns = this.nsTagName(i), this.tagName = this.addTagName(this.ns), r ? this.parseGenericContainments(e) : (n = jy(e), this.parseAttributes(Jy(n)), this.parseContainments(Hy(n))), this.parseGenericAttributes(e, s), this;
10338
+ return r ? s = this.parseGenericNsAttributes(e) : s = this.parseNsAttributes(e), t ? this.ns = this.nsPropertyTagName(t) : this.ns = this.nsTagName(i), this.tagName = this.addTagName(this.ns), r ? this.parseGenericContainments(e) : (n = Vy(e), this.parseAttributes(Jy(n)), this.parseContainments(Hy(n))), this.parseGenericAttributes(e, s), this;
10339
10339
  };
10340
10340
  me.prototype.nsTagName = function(e) {
10341
10341
  var i = this.logNamespaceUsed(e.ns);
@@ -10343,7 +10343,7 @@ me.prototype.nsTagName = function(e) {
10343
10343
  };
10344
10344
  me.prototype.nsPropertyTagName = function(e) {
10345
10345
  var i = this.logNamespaceUsed(e.ns);
10346
- return Vy(i, e);
10346
+ return jy(i, e);
10347
10347
  };
10348
10348
  me.prototype.isLocalNs = function(e) {
10349
10349
  return e.uri === this.ns.uri;
@@ -14153,7 +14153,7 @@ var Zy = "BPMN20", Xy = "http://www.omg.org/spec/BPMN/20100524/MODEL", $y = "bpm
14153
14153
  enumerations: Rv,
14154
14154
  associations: Lv
14155
14155
  };
14156
- const Vv = {
14156
+ const jv = {
14157
14157
  bpmn: nv,
14158
14158
  bpmndi: pv,
14159
14159
  dc: yv,
@@ -14161,13 +14161,13 @@ const Vv = {
14161
14161
  bioc: Pv,
14162
14162
  color: Fv
14163
14163
  };
14164
- function jv(e, i) {
14165
- const t = z({}, Vv, e);
14164
+ function Vv(e, i) {
14165
+ const t = z({}, jv, e);
14166
14166
  return new vn(t, i);
14167
14167
  }
14168
14168
  var Qv = "Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see https://github.com/bpmn-io/bpmn-js/issues/1472";
14169
14169
  function Uv(e) {
14170
- Vi(e, "di") || Object.defineProperty(e, "di", {
14170
+ ji(e, "di") || Object.defineProperty(e, "di", {
14171
14171
  enumerable: !1,
14172
14172
  get: function() {
14173
14173
  throw new Error(Qv);
@@ -14311,7 +14311,7 @@ function qv(e) {
14311
14311
  var M = this.handleSubProcess = function(x, N) {
14312
14312
  m(x, N), I(x.artifacts, N);
14313
14313
  };
14314
- function V(w, x) {
14314
+ function j(w, x) {
14315
14315
  var N = p(w, x);
14316
14316
  Le(w, "bpmn:SubProcess") && M(w, N || x), Le(w, "bpmn:Activity") && R(w.ioSpecification, x), t.push(function() {
14317
14317
  q(w.dataInputAssociations, n(A, x)), q(w.dataOutputAssociations, n(A, x));
@@ -14320,7 +14320,7 @@ function qv(e) {
14320
14320
  function L(w, x) {
14321
14321
  p(w, x);
14322
14322
  }
14323
- function j(w, x) {
14323
+ function V(w, x) {
14324
14324
  p(w, x);
14325
14325
  }
14326
14326
  function ee(w, x) {
@@ -14343,8 +14343,8 @@ function qv(e) {
14343
14343
  Le(N, "bpmn:SequenceFlow") ? t.push(function() {
14344
14344
  L(N, x);
14345
14345
  }) : Le(N, "bpmn:BoundaryEvent") ? t.unshift(function() {
14346
- V(N, x);
14347
- }) : Le(N, "bpmn:FlowNode") ? V(N, x) : Le(N, "bpmn:DataObject") || (Le(N, "bpmn:DataStoreReference") || Le(N, "bpmn:DataObjectReference") ? j(N, x) : h(
14346
+ j(N, x);
14347
+ }) : Le(N, "bpmn:FlowNode") ? j(N, x) : Le(N, "bpmn:DataObject") || (Le(N, "bpmn:DataStoreReference") || Le(N, "bpmn:DataObjectReference") ? V(N, x) : h(
14348
14348
  `unrecognized flowElement ${De(N)} in context ${De(x && x.businessObject)}`,
14349
14349
  {
14350
14350
  element: N,
@@ -14634,7 +14634,7 @@ we.prototype._createContainer = function(e) {
14634
14634
  };
14635
14635
  we.prototype._createModdle = function(e) {
14636
14636
  const i = z({}, this._moddleExtensions, e.moddleExtensions);
14637
- return new jv(i);
14637
+ return new Vv(i);
14638
14638
  };
14639
14639
  we.prototype._modules = [];
14640
14640
  function qs(e, i) {
@@ -14650,7 +14650,7 @@ const iA = {
14650
14650
  position: "relative"
14651
14651
  };
14652
14652
  function Oo(e) {
14653
- return e + (Vt(e) ? "px" : "");
14653
+ return e + (jt(e) ? "px" : "");
14654
14654
  }
14655
14655
  function sA(e, i) {
14656
14656
  return i && ut(e.diagrams, function(t) {
@@ -15715,27 +15715,27 @@ const LA = {
15715
15715
  this.isFlag = !this.isFlag, this.toggleText = this.isFlag ? "\u6536\u8D77" : "\u5C55\u5F00";
15716
15716
  }
15717
15717
  }
15718
- }, Vo = {};
15718
+ }, jo = {};
15719
15719
  var FA = /* @__PURE__ */ ve(
15720
15720
  LA,
15721
15721
  BA,
15722
15722
  RA,
15723
15723
  !1,
15724
- VA,
15724
+ jA,
15725
15725
  "1641d78e",
15726
15726
  null,
15727
15727
  null
15728
15728
  );
15729
- function VA(e) {
15730
- for (let i in Vo)
15731
- this[i] = Vo[i];
15729
+ function jA(e) {
15730
+ for (let i in jo)
15731
+ this[i] = jo[i];
15732
15732
  }
15733
- const jA = /* @__PURE__ */ function() {
15733
+ const VA = /* @__PURE__ */ function() {
15734
15734
  return FA.exports;
15735
15735
  }(), QA = {
15736
15736
  name: "TopTab",
15737
15737
  components: {
15738
- processFlow: jA,
15738
+ processFlow: VA,
15739
15739
  BpmnLook: Iu,
15740
15740
  TopPopup: Ze,
15741
15741
  ViewAttchList: Tf,
@@ -16061,7 +16061,7 @@ var UA = function() {
16061
16061
  }, [e._v(e._s(s.assigneeName))])])])]);
16062
16062
  }) : e._e()], 2)], 1);
16063
16063
  }, GA = [];
16064
- const jo = {};
16064
+ const Vo = {};
16065
16065
  var qA = /* @__PURE__ */ ve(
16066
16066
  QA,
16067
16067
  UA,
@@ -16073,8 +16073,8 @@ var qA = /* @__PURE__ */ ve(
16073
16073
  null
16074
16074
  );
16075
16075
  function JA(e) {
16076
- for (let i in jo)
16077
- this[i] = jo[i];
16076
+ for (let i in Vo)
16077
+ this[i] = Vo[i];
16078
16078
  }
16079
16079
  const HA = /* @__PURE__ */ function() {
16080
16080
  return qA.exports;
@@ -19235,7 +19235,7 @@ var Lb = function() {
19235
19235
  staticClass: "treeperson-title--re"
19236
19236
  }, [e._v("*")])]);
19237
19237
  }];
19238
- const Vb = {
19238
+ const jb = {
19239
19239
  name: "tree-person",
19240
19240
  components: {
19241
19241
  TreeNode: Rb
@@ -19371,8 +19371,8 @@ const Vb = {
19371
19371
  }
19372
19372
  }
19373
19373
  }, Wo = {};
19374
- var jb = /* @__PURE__ */ ve(
19375
- Vb,
19374
+ var Vb = /* @__PURE__ */ ve(
19375
+ jb,
19376
19376
  Lb,
19377
19377
  Fb,
19378
19378
  !1,
@@ -19386,7 +19386,7 @@ function Qb(e) {
19386
19386
  this[i] = Wo[i];
19387
19387
  }
19388
19388
  const Ub = /* @__PURE__ */ function() {
19389
- return jb.exports;
19389
+ return Vb.exports;
19390
19390
  }();
19391
19391
  var Gb = function() {
19392
19392
  var e = this, i = e.$createElement, t = e._self._c || i;
@@ -20381,7 +20381,7 @@ const i0 = {
20381
20381
  }), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.multiNodeParticipant[e.id].map((s, n) => {
20382
20382
  t.push({
20383
20383
  type: 3,
20384
- uid: s
20384
+ id: s
20385
20385
  });
20386
20386
  }), this.entity = {
20387
20387
  source: "1",
@@ -20401,7 +20401,7 @@ const i0 = {
20401
20401
  }), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.multiNodeParticipant[e.id].forEach((n, r) => {
20402
20402
  s.push({
20403
20403
  type: 3,
20404
- uid: n,
20404
+ id: n,
20405
20405
  deptId: i
20406
20406
  });
20407
20407
  }), e.routeTxt.departmentIds.length > 1 ? this.entity = {
@@ -20430,7 +20430,7 @@ const i0 = {
20430
20430
  this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.multiNodeParticipant[e.id].map((t, s) => {
20431
20431
  i.push({
20432
20432
  type: 3,
20433
- uid: t
20433
+ id: t
20434
20434
  });
20435
20435
  }), this.entity = {
20436
20436
  source: "1",
@@ -20628,7 +20628,7 @@ const i0 = {
20628
20628
  },
20629
20629
  handleCallback(e) {
20630
20630
  this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((i, t) => {
20631
- this.multiNodeParticipant[this.partObjId].push(i.uid), this.partNode[this.partObjId].push(i.name);
20631
+ this.multiNodeParticipant[this.partObjId].push(i.id), this.partNode[this.partObjId].push(i.name);
20632
20632
  });
20633
20633
  },
20634
20634
  handleCancel() {
@@ -20685,7 +20685,7 @@ var s0 = /* @__PURE__ */ ve(
20685
20685
  t0,
20686
20686
  !1,
20687
20687
  n0,
20688
- "1aa8cf78",
20688
+ "2b4d2ad8",
20689
20689
  null,
20690
20690
  null
20691
20691
  );
@@ -20997,9 +20997,10 @@ const o0 = {
20997
20997
  },
20998
20998
  handleCallback(e) {
20999
20999
  this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((i, t) => {
21000
- this.multiNodeParticipant[this.partObjId].push(i.uid), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21000
+ this.multiNodeParticipant[this.partObjId].push(i.id), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21001
21001
  type: 3,
21002
- uid: i.uid
21002
+ id: i.id,
21003
+ subjectId: i.subjectId
21003
21004
  });
21004
21005
  });
21005
21006
  },
@@ -21041,7 +21042,7 @@ var l0 = /* @__PURE__ */ ve(
21041
21042
  a0,
21042
21043
  !1,
21043
21044
  c0,
21044
- "4168e0f2",
21045
+ "3be26d49",
21045
21046
  null,
21046
21047
  null
21047
21048
  );
@@ -21310,9 +21311,10 @@ const h0 = {
21310
21311
  },
21311
21312
  handleCallback(e) {
21312
21313
  this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((i, t) => {
21313
- this.multiNodeParticipant[this.partObjId].push(i.uid), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21314
+ this.multiNodeParticipant[this.partObjId].push(i.id), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21314
21315
  type: 3,
21315
- uid: i.uid
21316
+ id: i.id,
21317
+ subjectId: i.subjectId
21316
21318
  });
21317
21319
  });
21318
21320
  },
@@ -21354,7 +21356,7 @@ var f0 = /* @__PURE__ */ ve(
21354
21356
  d0,
21355
21357
  !1,
21356
21358
  m0,
21357
- "79d6a872",
21359
+ "0d20c2b4",
21358
21360
  null,
21359
21361
  null
21360
21362
  );
@@ -21470,9 +21472,10 @@ const A0 = {
21470
21472
  },
21471
21473
  handleCallback(e) {
21472
21474
  this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((i, t) => {
21473
- this.multiNodeParticipant[this.partObjId].push(i.uid), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21475
+ this.multiNodeParticipant[this.partObjId].push(i.id), this.partNode[this.partObjId].push(i.name), this.entity.checkedArray.push({
21474
21476
  type: 3,
21475
- uid: i.uid
21477
+ id: i.id,
21478
+ subjectId: i.subjectId
21476
21479
  });
21477
21480
  }), e && e.length && this.confirm();
21478
21481
  },
@@ -21968,7 +21971,7 @@ const N0 = /* @__PURE__ */ function() {
21968
21971
  const i = this.ProcessInsObj.process, t = this.ProcessInsObj.button;
21969
21972
  if (!i || !t)
21970
21973
  return e;
21971
- if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData && this.userIdData == (i.variables || {}).applyUserId && ["deleted"].includes(i.processIsFinished) && this.getButton("wf_pass")) {
21974
+ if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData && i.isOwner && ["deleted"].includes(i.processIsFinished) && this.getButton("wf_pass")) {
21972
21975
  let n = {};
21973
21976
  n.name = "\u91CD\u65B0\u63D0\u4EA4", n.btnProps = { type: "default" }, e.push(n), n.click = (r) => {
21974
21977
  this.handlePass("\u91CD\u65B0\u63D0\u4EA4"), this.submitLoading = !0, this.handleActionClose();
@@ -22044,7 +22047,7 @@ const N0 = /* @__PURE__ */ function() {
22044
22047
  }), this.handleActionClose();
22045
22048
  }, e.push(n);
22046
22049
  }
22047
- if (this.userIdData == (i.variables || {}).applyUserId && this.processIntId) {
22050
+ if (i.pass == !1 && i.isOwner && this.processIntId) {
22048
22051
  let n = {};
22049
22052
  n.name = "\u50AC\u529E", n.btnProps = { type: "default" }, n.click = (r) => {
22050
22053
  this.handleReminders("\u50AC\u529E"), this.handleActionClose();
@@ -22708,7 +22711,7 @@ function M0(e) {
22708
22711
  }
22709
22712
  const W0 = /* @__PURE__ */ function() {
22710
22713
  return D0.exports;
22711
- }(), O0 = "ddy-process-h5", B0 = "1.0.1-rc.2.99", R0 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", L0 = "./ddy-process-h5.umd.cjs", F0 = "./style.css", V0 = "module", j0 = {
22714
+ }(), O0 = "ddy-process-h5", B0 = "1.0.1-rc.3.3", R0 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", L0 = "./ddy-process-h5.umd.cjs", F0 = "./style.css", j0 = "module", V0 = {
22712
22715
  ".": {
22713
22716
  import: "./ddy-process-h5.js",
22714
22717
  require: "./ddy-process-h5.umd.cjs"
@@ -22732,8 +22735,8 @@ const W0 = /* @__PURE__ */ function() {
22732
22735
  description: R0,
22733
22736
  main: L0,
22734
22737
  style: F0,
22735
- type: V0,
22736
- exports: j0,
22738
+ type: j0,
22739
+ exports: V0,
22737
22740
  scripts: Q0,
22738
22741
  devDependencies: U0,
22739
22742
  dependencies: G0,