ui-process-h5 2.3.11 → 2.3.12

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.
@@ -102,14 +102,14 @@ function ys(e, s) {
102
102
  i[t] = e[t + s];
103
103
  return i;
104
104
  }
105
- function S(e, s) {
105
+ function D(e, s) {
106
106
  for (var t in s)
107
107
  e[t] = s[t];
108
108
  return e;
109
109
  }
110
110
  function Zn(e) {
111
111
  for (var s = {}, t = 0; t < e.length; t++)
112
- e[t] && S(s, e[t]);
112
+ e[t] && D(s, e[t]);
113
113
  return s;
114
114
  }
115
115
  function L(e, s, t) {
@@ -254,7 +254,7 @@ typeof Set < "u" && Qe(Set) ? mt = Set : mt = /* @__PURE__ */ function() {
254
254
  this.set = /* @__PURE__ */ Object.create(null);
255
255
  }, e;
256
256
  }();
257
- var A = L, Ks = L, os = L, De = L;
257
+ var A = L, Ks = L, os = L, Se = L;
258
258
  if (process.env.NODE_ENV !== "production") {
259
259
  var Ni = typeof console < "u", Br = /(?:^|[-_])(\w)/g, xr = function(e) {
260
260
  return e.replace(Br, function(s) {
@@ -266,7 +266,7 @@ if (process.env.NODE_ENV !== "production") {
266
266
  O.warnHandler ? O.warnHandler.call(null, e, s, t) : Ni && !O.silent && console.error("[Vue warn]: " + e + t);
267
267
  }, Ks = function(e, s) {
268
268
  Ni && !O.silent && console.warn("[Vue tip]: " + e + (s ? os(s) : ""));
269
- }, De = function(e, s) {
269
+ }, Se = function(e, s) {
270
270
  if (e.$root === e)
271
271
  return "<Root>";
272
272
  var t = typeof e == "function" && e.cid != null ? e.options : e._isVue ? e.$options || e.constructor.options : e, i = t.name || t._componentTag, n = t.__file;
@@ -299,17 +299,17 @@ if (process.env.NODE_ENV !== "production") {
299
299
  found in
300
300
 
301
301
  ` + s.map(function(n, a) {
302
- return "" + (a === 0 ? "---> " : Or(" ", 5 + a * 2)) + (Array.isArray(n) ? De(n[0]) + "... (" + n[1] + " recursive calls)" : De(n));
302
+ return "" + (a === 0 ? "---> " : Or(" ", 5 + a * 2)) + (Array.isArray(n) ? Se(n[0]) + "... (" + n[1] + " recursive calls)" : Se(n));
303
303
  }).join(`
304
304
  `);
305
305
  } else
306
306
  return `
307
307
 
308
- (found in ` + De(e) + ")";
308
+ (found in ` + Se(e) + ")";
309
309
  };
310
310
  }
311
- var Sr = 0, Y = function() {
312
- this.id = Sr++, this.subs = [];
311
+ var Dr = 0, Y = function() {
312
+ this.id = Dr++, this.subs = [];
313
313
  };
314
314
  Y.prototype.addSub = function(s) {
315
315
  this.subs.push(s);
@@ -364,7 +364,7 @@ function Is(e) {
364
364
  );
365
365
  return s.ns = e.ns, s.isStatic = e.isStatic, s.key = e.key, s.isComment = e.isComment, s.fnContext = e.fnContext, s.fnOptions = e.fnOptions, s.fnScopeId = e.fnScopeId, s.asyncMeta = e.asyncMeta, s.isCloned = !0, s;
366
366
  }
367
- var aa = Array.prototype, Rt = Object.create(aa), Dr = [
367
+ var aa = Array.prototype, Rt = Object.create(aa), Sr = [
368
368
  "push",
369
369
  "pop",
370
370
  "shift",
@@ -373,7 +373,7 @@ var aa = Array.prototype, Rt = Object.create(aa), Dr = [
373
373
  "sort",
374
374
  "reverse"
375
375
  ];
376
- Dr.forEach(function(e) {
376
+ Sr.forEach(function(e) {
377
377
  var s = aa[e];
378
378
  st(Rt, e, function() {
379
379
  for (var i = [], n = arguments.length; n--; )
@@ -513,7 +513,7 @@ $n.forEach(function(e) {
513
513
  });
514
514
  function Ur(e, s, t, i) {
515
515
  var n = Object.create(e || null);
516
- return s ? (process.env.NODE_ENV !== "production" && Zs(i, s, t), S(n, s)) : n;
516
+ return s ? (process.env.NODE_ENV !== "production" && Zs(i, s, t), D(n, s)) : n;
517
517
  }
518
518
  ss.forEach(function(e) {
519
519
  X[e + "s"] = Ur;
@@ -524,7 +524,7 @@ X.watch = function(e, s, t, i) {
524
524
  if (process.env.NODE_ENV !== "production" && Zs(i, s, t), !e)
525
525
  return s;
526
526
  var n = {};
527
- S(n, e);
527
+ D(n, e);
528
528
  for (var a in s) {
529
529
  var r = n[a], o = s[a];
530
530
  r && !Array.isArray(r) && (r = [r]), n[a] = r ? r.concat(o) : Array.isArray(o) ? o : [o];
@@ -535,7 +535,7 @@ X.props = X.methods = X.inject = X.computed = function(e, s, t, i) {
535
535
  if (s && process.env.NODE_ENV !== "production" && Zs(i, s, t), !e)
536
536
  return s;
537
537
  var n = /* @__PURE__ */ Object.create(null);
538
- return S(n, e), s && S(n, s), n;
538
+ return D(n, e), s && D(n, s), n;
539
539
  };
540
540
  X.provide = Ts;
541
541
  var la = function(e, s) {
@@ -580,7 +580,7 @@ function Jr(e, s) {
580
580
  else if (R(t))
581
581
  for (var a in t) {
582
582
  var r = t[a];
583
- i[a] = R(r) ? S({ from: a }, r) : { from: r };
583
+ i[a] = R(r) ? D({ from: a }, r) : { from: r };
584
584
  }
585
585
  else
586
586
  process.env.NODE_ENV !== "production" && A(
@@ -815,11 +815,11 @@ if (typeof Promise < "u" && Qe(Promise)) {
815
815
  zr.then(xt), Er && setTimeout(L);
816
816
  }, ks = !0;
817
817
  } else if (!rt && typeof MutationObserver < "u" && (Qe(MutationObserver) || MutationObserver.toString() === "[object MutationObserverConstructor]")) {
818
- var Ot = 1, Xr = new MutationObserver(xt), Si = document.createTextNode(String(Ot));
819
- Xr.observe(Si, {
818
+ var Ot = 1, Xr = new MutationObserver(xt), Di = document.createTextNode(String(Ot));
819
+ Xr.observe(Di, {
820
820
  characterData: !0
821
821
  }), dt = function() {
822
- Ot = (Ot + 1) % 2, Si.data = String(Ot);
822
+ Ot = (Ot + 1) % 2, Di.data = String(Ot);
823
823
  }, ks = !0;
824
824
  } else
825
825
  typeof setImmediate < "u" && Qe(setImmediate) ? dt = function() {
@@ -847,7 +847,7 @@ var ca;
847
847
  if (process.env.NODE_ENV !== "production") {
848
848
  var $r = W(
849
849
  "Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,require"
850
- ), Di = function(e, s) {
850
+ ), Si = function(e, s) {
851
851
  A(
852
852
  'Property or method "' + s + '" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',
853
853
  e
@@ -869,11 +869,11 @@ if (process.env.NODE_ENV !== "production") {
869
869
  var to = {
870
870
  has: function(s, t) {
871
871
  var i = t in s, n = $r(t) || typeof t == "string" && t.charAt(0) === "_" && !(t in s.$data);
872
- return !i && !n && (t in s.$data ? Mi(s, t) : Di(s, t)), i || !n;
872
+ return !i && !n && (t in s.$data ? Mi(s, t) : Si(s, t)), i || !n;
873
873
  }
874
874
  }, so = {
875
875
  get: function(s, t) {
876
- return typeof t == "string" && !(t in s) && (t in s.$data ? Mi(s, t) : Di(s, t)), s[t];
876
+ return typeof t == "string" && !(t in s) && (t in s.$data ? Mi(s, t) : Si(s, t)), s[t];
877
877
  }
878
878
  };
879
879
  ca = function(s) {
@@ -966,7 +966,7 @@ function io(e, s, t) {
966
966
  if (process.env.NODE_ENV !== "production") {
967
967
  var u = o.toLowerCase();
968
968
  o !== u && a && F(a, u) && Ks(
969
- 'Prop "' + u + '" is passed to component ' + De(t || s) + ', but the declared prop name is "' + o + '". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "' + l + '" instead of "' + o + '".'
969
+ 'Prop "' + u + '" is passed to component ' + Se(t || s) + ', but the declared prop name is "' + o + '". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "' + l + '" instead of "' + o + '".'
970
970
  );
971
971
  }
972
972
  Fi(n, r, o, l, !0) || Fi(n, a, o, l, !1);
@@ -1115,7 +1115,7 @@ function po(e, s) {
1115
1115
  }
1116
1116
  function uo(e, s, t, i) {
1117
1117
  var n = this.$scopedSlots[e], a;
1118
- n ? (t = t || {}, i && (process.env.NODE_ENV !== "production" && !U(i) && A("slot v-bind without argument expects an Object", this), t = S(S({}, i), t)), a = n(t) || (typeof s == "function" ? s() : s)) : a = this.$slots[e] || (typeof s == "function" ? s() : s);
1118
+ n ? (t = t || {}, i && (process.env.NODE_ENV !== "production" && !U(i) && A("slot v-bind without argument expects an Object", this), t = D(D({}, i), t)), a = n(t) || (typeof s == "function" ? s() : s)) : a = this.$slots[e] || (typeof s == "function" ? s() : s);
1119
1119
  var r = t && t.slot;
1120
1120
  return r ? this.$createElement("template", { slot: r }, a) : a;
1121
1121
  }
@@ -1187,7 +1187,7 @@ function vo(e, s) {
1187
1187
  this
1188
1188
  );
1189
1189
  else {
1190
- var t = e.on = e.on ? S({}, e.on) : {};
1190
+ var t = e.on = e.on ? D({}, e.on) : {};
1191
1191
  for (var i in s) {
1192
1192
  var n = t[i], a = s[i];
1193
1193
  t[i] = n ? [].concat(n, a) : a;
@@ -1311,8 +1311,8 @@ function Ri(e, s, t, i, n) {
1311
1311
  return;
1312
1312
  }
1313
1313
  var r;
1314
- if (C(e.cid) && (r = e, e = Do(r, a), e === void 0))
1315
- return So(
1314
+ if (C(e.cid) && (r = e, e = So(r, a), e === void 0))
1315
+ return Do(
1316
1316
  r,
1317
1317
  s,
1318
1318
  t,
@@ -1470,11 +1470,11 @@ function Oo(e) {
1470
1470
  function cs(e, s) {
1471
1471
  return (e.__esModule || ns && e[Symbol.toStringTag] === "Module") && (e = e.default), U(e) ? s.extend(e) : e;
1472
1472
  }
1473
- function So(e, s, t, i, n) {
1473
+ function Do(e, s, t, i, n) {
1474
1474
  var a = Le();
1475
1475
  return a.asyncFactory = e, a.asyncMeta = { data: s, context: t, children: i, tag: n }, a;
1476
1476
  }
1477
- function Do(e, s) {
1477
+ function So(e, s) {
1478
1478
  if (M(e.error) && d(e.errorComp))
1479
1479
  return e.errorComp;
1480
1480
  if (d(e.resolved))
@@ -1579,7 +1579,7 @@ function Fo(e) {
1579
1579
  if (process.env.NODE_ENV !== "production") {
1580
1580
  var n = t.toLowerCase();
1581
1581
  n !== t && i._events[n] && Ks(
1582
- 'Event "' + n + '" is emitted in component ' + De(i) + ' but the handler is registered for "' + t + '". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "' + je(t) + '" instead of "' + t + '".'
1582
+ 'Event "' + n + '" is emitted in component ' + Se(i) + ' but the handler is registered for "' + t + '". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "' + je(t) + '" instead of "' + t + '".'
1583
1583
  );
1584
1584
  }
1585
1585
  var a = i._events[t];
@@ -1702,15 +1702,15 @@ var _o = 100, de = [], ai = [], yt = {}, Ut = {}, Os = !1, ri = !1, Xe = 0;
1702
1702
  function Ro() {
1703
1703
  Xe = de.length = ai.length = 0, yt = {}, process.env.NODE_ENV !== "production" && (Ut = {}), Os = ri = !1;
1704
1704
  }
1705
- var Ta = 0, Ss = Date.now;
1705
+ var Ta = 0, Ds = Date.now;
1706
1706
  if (j && !rt) {
1707
1707
  var ps = window.performance;
1708
- ps && typeof ps.now == "function" && Ss() > document.createEvent("Event").timeStamp && (Ss = function() {
1708
+ ps && typeof ps.now == "function" && Ds() > document.createEvent("Event").timeStamp && (Ds = function() {
1709
1709
  return ps.now();
1710
1710
  });
1711
1711
  }
1712
1712
  function qi() {
1713
- Ta = Ss(), ri = !0;
1713
+ Ta = Ds(), ri = !0;
1714
1714
  var e, s;
1715
1715
  for (de.sort(function(n, a) {
1716
1716
  return n.id - a.id;
@@ -1948,12 +1948,12 @@ function sl(e, s) {
1948
1948
  var i = s[t];
1949
1949
  if (Array.isArray(i))
1950
1950
  for (var n = 0; n < i.length; n++)
1951
- Ds(e, t, i[n]);
1951
+ Ss(e, t, i[n]);
1952
1952
  else
1953
- Ds(e, t, i);
1953
+ Ss(e, t, i);
1954
1954
  }
1955
1955
  }
1956
- function Ds(e, s, t, i) {
1956
+ function Ss(e, s, t, i) {
1957
1957
  return R(t) && (i = t, t = t.handler), typeof t == "string" && (t = e[t]), e.$watch(s, t, i);
1958
1958
  }
1959
1959
  function il(e) {
@@ -1974,7 +1974,7 @@ function il(e) {
1974
1974
  }), Object.defineProperty(e.prototype, "$data", s), Object.defineProperty(e.prototype, "$props", t), e.prototype.$set = Hs, e.prototype.$delete = ra, e.prototype.$watch = function(i, n, a) {
1975
1975
  var r = this;
1976
1976
  if (R(n))
1977
- return Ds(r, i, n, a);
1977
+ return Ss(r, i, n, a);
1978
1978
  a = a || {}, a.user = !0;
1979
1979
  var o = new ie(r, i, n, a);
1980
1980
  if (a.immediate) {
@@ -1996,7 +1996,7 @@ function al(e) {
1996
1996
  li(t.constructor),
1997
1997
  s || {},
1998
1998
  t
1999
- ), process.env.NODE_ENV !== "production" ? ca(t) : t._renderProxy = t, t._self = t, Uo(t), Mo(t), xo(t), se(t, "beforeCreate"), ro(t), Wo(t), ao(t), se(t, "created"), process.env.NODE_ENV !== "production" && O.performance && re && (t._name = De(t, !1), re(n), Yt("vue " + t._name + " init", i, n)), t.$options.el && t.$mount(t.$options.el);
1999
+ ), process.env.NODE_ENV !== "production" ? ca(t) : t._renderProxy = t, t._self = t, Uo(t), Mo(t), xo(t), se(t, "beforeCreate"), ro(t), Wo(t), ao(t), se(t, "created"), process.env.NODE_ENV !== "production" && O.performance && re && (t._name = Se(t, !1), re(n), Yt("vue " + t._name + " init", i, n)), t.$options.el && t.$mount(t.$options.el);
2000
2000
  };
2001
2001
  }
2002
2002
  function rl(e, s) {
@@ -2012,7 +2012,7 @@ function li(e) {
2012
2012
  if (t !== i) {
2013
2013
  e.superOptions = t;
2014
2014
  var n = ol(e);
2015
- n && S(e.extendOptions, n), s = e.options = Re(t, e.extendOptions), s.name && (s.components[s.name] = e);
2015
+ n && D(e.extendOptions, n), s = e.options = Re(t, e.extendOptions), s.name && (s.components[s.name] = e);
2016
2016
  }
2017
2017
  }
2018
2018
  return s;
@@ -2023,14 +2023,14 @@ function ol(e) {
2023
2023
  t[n] !== i[n] && (s || (s = {}), s[n] = t[n]);
2024
2024
  return s;
2025
2025
  }
2026
- function D(e) {
2027
- process.env.NODE_ENV !== "production" && !(this instanceof D) && A("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
2026
+ function S(e) {
2027
+ process.env.NODE_ENV !== "production" && !(this instanceof S) && A("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
2028
2028
  }
2029
- al(D);
2030
- il(D);
2031
- Fo(D);
2032
- Vo(D);
2033
- Oo(D);
2029
+ al(S);
2030
+ il(S);
2031
+ Fo(S);
2032
+ Vo(S);
2033
+ Oo(S);
2034
2034
  function ll(e) {
2035
2035
  e.use = function(s) {
2036
2036
  var t = this._installedPlugins || (this._installedPlugins = []);
@@ -2063,7 +2063,7 @@ function pl(e) {
2063
2063
  t
2064
2064
  ), o.super = i, o.options.props && ul(o), o.options.computed && dl(o), o.extend = i.extend, o.mixin = i.mixin, o.use = i.use, ss.forEach(function(l) {
2065
2065
  o[l] = i[l];
2066
- }), r && (o.options.components[r] = o), o.superOptions = i.options, o.extendOptions = t, o.sealedOptions = S({}, o.options), a[n] = o, o;
2066
+ }), r && (o.options.components[r] = o), o.superOptions = i.options, o.extendOptions = t, o.sealedOptions = D({}, o.options), a[n] = o, o;
2067
2067
  };
2068
2068
  }
2069
2069
  function ul(e) {
@@ -2086,7 +2086,7 @@ function hl(e) {
2086
2086
  function Yi(e) {
2087
2087
  return e && (e.Ctor.options.name || e.tag);
2088
2088
  }
2089
- function St(e, s) {
2089
+ function Dt(e, s) {
2090
2090
  return Array.isArray(e) ? e.indexOf(s) > -1 : typeof e == "string" ? e.split(",").indexOf(s) > -1 : Kn(e) ? e.test(s) : !1;
2091
2091
  }
2092
2092
  function Hi(e, s) {
@@ -2135,11 +2135,11 @@ var Wi = [String, RegExp, Array], fl = {
2135
2135
  var s = this;
2136
2136
  this.cacheVNode(), this.$watch("include", function(t) {
2137
2137
  Hi(s, function(i) {
2138
- return St(t, i);
2138
+ return Dt(t, i);
2139
2139
  });
2140
2140
  }), this.$watch("exclude", function(t) {
2141
2141
  Hi(s, function(i) {
2142
- return !St(t, i);
2142
+ return !Dt(t, i);
2143
2143
  });
2144
2144
  });
2145
2145
  },
@@ -2150,7 +2150,7 @@ var Wi = [String, RegExp, Array], fl = {
2150
2150
  var s = this.$slots.default, t = va(s), i = t && t.componentOptions;
2151
2151
  if (i) {
2152
2152
  var n = Yi(i), a = this, r = a.include, o = a.exclude;
2153
- if (r && (!n || !St(r, n)) || o && n && St(o, n))
2153
+ if (r && (!n || !Dt(r, n)) || o && n && Dt(o, n))
2154
2154
  return t;
2155
2155
  var l = this, u = l.cache, h = l.keys, m = t.key == null ? i.Ctor.cid + (i.tag ? "::" + i.tag : "") : t.key;
2156
2156
  u[m] ? (t.componentInstance = u[m].componentInstance, fe(h, m), h.push(m)) : (this.vnodeToCache = t, this.keyToCache = m), t.data.keepAlive = !0;
@@ -2170,28 +2170,28 @@ function Al(e) {
2170
2170
  );
2171
2171
  }), Object.defineProperty(e, "config", s), e.util = {
2172
2172
  warn: A,
2173
- extend: S,
2173
+ extend: D,
2174
2174
  mergeOptions: Re,
2175
2175
  defineReactive: te
2176
2176
  }, e.set = Hs, e.delete = ra, e.nextTick = $s, e.observable = function(t) {
2177
2177
  return _e(t), t;
2178
2178
  }, e.options = /* @__PURE__ */ Object.create(null), ss.forEach(function(t) {
2179
2179
  e.options[t + "s"] = /* @__PURE__ */ Object.create(null);
2180
- }), e.options._base = e, S(e.options.components, ml), ll(e), cl(e), pl(e), hl(e);
2180
+ }), e.options._base = e, D(e.options.components, ml), ll(e), cl(e), pl(e), hl(e);
2181
2181
  }
2182
- Al(D);
2183
- Object.defineProperty(D.prototype, "$isServer", {
2182
+ Al(S);
2183
+ Object.defineProperty(S.prototype, "$isServer", {
2184
2184
  get: is
2185
2185
  });
2186
- Object.defineProperty(D.prototype, "$ssrContext", {
2186
+ Object.defineProperty(S.prototype, "$ssrContext", {
2187
2187
  get: function() {
2188
2188
  return this.$vnode && this.$vnode.ssrContext;
2189
2189
  }
2190
2190
  });
2191
- Object.defineProperty(D, "FunctionalRenderContext", {
2191
+ Object.defineProperty(S, "FunctionalRenderContext", {
2192
2192
  value: si
2193
2193
  });
2194
- D.version = "2.6.14";
2194
+ S.version = "2.6.14";
2195
2195
  var gl = W("style,class"), vl = W("input,textarea,option,select,progress"), yl = function(e, s, t) {
2196
2196
  return t === "value" && vl(e) && s !== "button" || t === "selected" && e === "option" || t === "checked" && e === "input" || t === "muted" && e === "video";
2197
2197
  }, Na = W("contenteditable,draggable,spellcheck"), Cl = W("events,caret,typing,plaintext-only"), Il = function(e, s) {
@@ -2255,19 +2255,19 @@ function xl(e) {
2255
2255
  if (e === "math")
2256
2256
  return "math";
2257
2257
  }
2258
- var Dt = /* @__PURE__ */ Object.create(null);
2258
+ var St = /* @__PURE__ */ Object.create(null);
2259
2259
  function Ol(e) {
2260
2260
  if (!j)
2261
2261
  return !0;
2262
2262
  if (Ea(e))
2263
2263
  return !1;
2264
- if (e = e.toLowerCase(), Dt[e] != null)
2265
- return Dt[e];
2264
+ if (e = e.toLowerCase(), St[e] != null)
2265
+ return St[e];
2266
2266
  var s = document.createElement(e);
2267
- return e.indexOf("-") > -1 ? Dt[e] = s.constructor === window.HTMLUnknownElement || s.constructor === window.HTMLElement : Dt[e] = /HTMLUnknownElement/.test(s.toString());
2267
+ return e.indexOf("-") > -1 ? St[e] = s.constructor === window.HTMLUnknownElement || s.constructor === window.HTMLElement : St[e] = /HTMLUnknownElement/.test(s.toString());
2268
2268
  }
2269
2269
  var Qs = W("text,number,password,search,email,tel,url");
2270
- function Sl(e) {
2270
+ function Dl(e) {
2271
2271
  if (typeof e == "string") {
2272
2272
  var s = document.querySelector(e);
2273
2273
  return s || (process.env.NODE_ENV !== "production" && A(
@@ -2276,7 +2276,7 @@ function Sl(e) {
2276
2276
  } else
2277
2277
  return e;
2278
2278
  }
2279
- function Dl(e, s) {
2279
+ function Sl(e, s) {
2280
2280
  var t = document.createElement(e);
2281
2281
  return e !== "select" || s.data && s.data.attrs && s.data.attrs.multiple !== void 0 && t.setAttribute("multiple", "multiple"), t;
2282
2282
  }
@@ -2314,7 +2314,7 @@ function Rl(e, s) {
2314
2314
  e.setAttribute(s, "");
2315
2315
  }
2316
2316
  var ql = /* @__PURE__ */ Object.freeze({
2317
- createElement: Dl,
2317
+ createElement: Sl,
2318
2318
  createElementNS: Ml,
2319
2319
  createTextNode: Pl,
2320
2320
  createComment: Ql,
@@ -2675,7 +2675,7 @@ function Xi(e, s) {
2675
2675
  var t = s.componentOptions;
2676
2676
  if (!(d(t) && t.Ctor.options.inheritAttrs === !1) && !(C(e.data.attrs) && C(s.data.attrs))) {
2677
2677
  var i, n, a, r = s.elm, o = e.data.attrs || {}, l = s.data.attrs || {};
2678
- d(l.__ob__) && (l = s.data.attrs = S({}, l));
2678
+ d(l.__ob__) && (l = s.data.attrs = D({}, l));
2679
2679
  for (i in l)
2680
2680
  n = l[i], a = o[i], a !== n && $i(r, i, n, s.data.pre);
2681
2681
  (rt || js) && l.value !== o.value && $i(r, "value", l.value);
@@ -2764,7 +2764,7 @@ var rc = {
2764
2764
  function nn(e, s) {
2765
2765
  if (!(C(e.data.domProps) && C(s.data.domProps))) {
2766
2766
  var t, i, n = s.elm, a = e.data.domProps || {}, r = s.data.domProps || {};
2767
- d(r.__ob__) && (r = s.data.domProps = S({}, r));
2767
+ d(r.__ob__) && (r = s.data.domProps = D({}, r));
2768
2768
  for (t in a)
2769
2769
  t in r || (n[t] = "");
2770
2770
  for (t in r) {
@@ -2826,7 +2826,7 @@ var pc = {
2826
2826
  });
2827
2827
  function fs(e) {
2828
2828
  var s = xa(e.style);
2829
- return e.staticStyle ? S(e.staticStyle, s) : s;
2829
+ return e.staticStyle ? D(e.staticStyle, s) : s;
2830
2830
  }
2831
2831
  function xa(e) {
2832
2832
  return Array.isArray(e) ? Zn(e) : typeof e == "string" ? uc(e) : e;
@@ -2835,10 +2835,10 @@ function dc(e, s) {
2835
2835
  var t = {}, i;
2836
2836
  if (s)
2837
2837
  for (var n = e; n.componentInstance; )
2838
- n = n.componentInstance._vnode, n && n.data && (i = fs(n.data)) && S(t, i);
2839
- (i = fs(e.data)) && S(t, i);
2838
+ n = n.componentInstance._vnode, n && n.data && (i = fs(n.data)) && D(t, i);
2839
+ (i = fs(e.data)) && D(t, i);
2840
2840
  for (var a = e; a = a.parent; )
2841
- a.data && (i = fs(a.data)) && S(t, i);
2841
+ a.data && (i = fs(a.data)) && D(t, i);
2842
2842
  return t;
2843
2843
  }
2844
2844
  var hc = /^--/, an = /\s*!important$/, rn = function(e, s, t) {
@@ -2867,7 +2867,7 @@ function ln(e, s) {
2867
2867
  var t = s.data, i = e.data;
2868
2868
  if (!(C(t.staticStyle) && C(t.style) && C(i.staticStyle) && C(i.style))) {
2869
2869
  var n, a, r = s.elm, o = i.staticStyle, l = i.normalizedStyle || i.style || {}, u = o || l, h = xa(s.data.style) || {};
2870
- s.data.normalizedStyle = d(h.__ob__) ? S({}, h) : h;
2870
+ s.data.normalizedStyle = d(h.__ob__) ? D({}, h) : h;
2871
2871
  var m = dc(s, !0);
2872
2872
  for (a in u)
2873
2873
  C(m[a]) && rn(r, a, "");
@@ -2879,7 +2879,7 @@ var mc = {
2879
2879
  create: ln,
2880
2880
  update: ln
2881
2881
  }, Oa = /\s+/;
2882
- function Sa(e, s) {
2882
+ function Da(e, s) {
2883
2883
  if (!(!s || !(s = s.trim())))
2884
2884
  if (e.classList)
2885
2885
  s.indexOf(" ") > -1 ? s.split(Oa).forEach(function(i) {
@@ -2890,7 +2890,7 @@ function Sa(e, s) {
2890
2890
  t.indexOf(" " + s + " ") < 0 && e.setAttribute("class", (t + s).trim());
2891
2891
  }
2892
2892
  }
2893
- function Da(e, s) {
2893
+ function Sa(e, s) {
2894
2894
  if (!(!s || !(s = s.trim())))
2895
2895
  if (e.classList)
2896
2896
  s.indexOf(" ") > -1 ? s.split(Oa).forEach(function(n) {
@@ -2906,7 +2906,7 @@ function Ma(e) {
2906
2906
  if (!!e) {
2907
2907
  if (typeof e == "object") {
2908
2908
  var s = {};
2909
- return e.css !== !1 && S(s, cn(e.name || "v")), S(s, e), s;
2909
+ return e.css !== !1 && D(s, cn(e.name || "v")), D(s, e), s;
2910
2910
  } else if (typeof e == "string")
2911
2911
  return cn(e);
2912
2912
  }
@@ -2932,10 +2932,10 @@ function La(e) {
2932
2932
  }
2933
2933
  function Ue(e, s) {
2934
2934
  var t = e._transitionClasses || (e._transitionClasses = []);
2935
- t.indexOf(s) < 0 && (t.push(s), Sa(e, s));
2935
+ t.indexOf(s) < 0 && (t.push(s), Da(e, s));
2936
2936
  }
2937
2937
  function he(e, s) {
2938
- e._transitionClasses && fe(e._transitionClasses, s), Da(e, s);
2938
+ e._transitionClasses && fe(e._transitionClasses, s), Sa(e, s);
2939
2939
  }
2940
2940
  function Fa(e, s, t) {
2941
2941
  var i = Ua(e, s), n = i.type, a = i.timeout, r = i.propCount;
@@ -3228,7 +3228,7 @@ var wc = function(e) {
3228
3228
  r.key = r.key == null ? r.isComment ? o + "comment" : o + r.tag : Ne(r.key) ? String(r.key).indexOf(o) === 0 ? r.key : o + r.key : r.key;
3229
3229
  var l = (r.data || (r.data = {})).transition = qa(this), u = this._vnode, h = Vs(u);
3230
3230
  if (r.data.directives && r.data.directives.some(Ec) && (r.data.show = !0), h && h.data && !Nc(r, h) && !At(h) && !(h.componentInstance && h.componentInstance._vnode.isComment)) {
3231
- var m = h.data.transition = S({}, l);
3231
+ var m = h.data.transition = D({}, l);
3232
3232
  if (n === "out-in")
3233
3233
  return this._leaving = !0, ye(m, "afterLeave", function() {
3234
3234
  t._leaving = !1, t.$forceUpdate();
@@ -3247,7 +3247,7 @@ var wc = function(e) {
3247
3247
  return a;
3248
3248
  }
3249
3249
  }
3250
- }, ja = S({
3250
+ }, ja = D({
3251
3251
  tag: String,
3252
3252
  moveClass: String
3253
3253
  }, Ra);
@@ -3289,7 +3289,7 @@ var xc = {
3289
3289
  },
3290
3290
  updated: function() {
3291
3291
  var s = this.prevChildren, t = this.moveClass || (this.name || "v") + "-move";
3292
- !s.length || !this.hasMove(s[0].elm, t) || (s.forEach(Oc), s.forEach(Sc), s.forEach(Dc), this._reflow = document.body.offsetHeight, s.forEach(function(i) {
3292
+ !s.length || !this.hasMove(s[0].elm, t) || (s.forEach(Oc), s.forEach(Dc), s.forEach(Sc), this._reflow = document.body.offsetHeight, s.forEach(function(i) {
3293
3293
  if (i.data.moved) {
3294
3294
  var n = i.elm, a = n.style;
3295
3295
  Ue(n, t), a.transform = a.WebkitTransform = a.transitionDuration = "", n.addEventListener(Zt, n._moveCb = function r(o) {
@@ -3306,8 +3306,8 @@ var xc = {
3306
3306
  return this._hasMove;
3307
3307
  var i = s.cloneNode();
3308
3308
  s._transitionClasses && s._transitionClasses.forEach(function(a) {
3309
- Da(i, a);
3310
- }), Sa(i, t), i.style.display = "none", this.$el.appendChild(i);
3309
+ Sa(i, a);
3310
+ }), Da(i, t), i.style.display = "none", this.$el.appendChild(i);
3311
3311
  var n = Ua(i);
3312
3312
  return this.$el.removeChild(i), this._hasMove = n.hasTransform;
3313
3313
  }
@@ -3316,10 +3316,10 @@ var xc = {
3316
3316
  function Oc(e) {
3317
3317
  e.elm._moveCb && e.elm._moveCb(), e.elm._enterCb && e.elm._enterCb();
3318
3318
  }
3319
- function Sc(e) {
3319
+ function Dc(e) {
3320
3320
  e.data.newPos = e.elm.getBoundingClientRect();
3321
3321
  }
3322
- function Dc(e) {
3322
+ function Sc(e) {
3323
3323
  var s = e.data.pos, t = e.data.newPos, i = s.left - t.left, n = s.top - t.top;
3324
3324
  if (i || n) {
3325
3325
  e.data.moved = !0;
@@ -3331,19 +3331,19 @@ var Mc = {
3331
3331
  Transition: Bc,
3332
3332
  TransitionGroup: xc
3333
3333
  };
3334
- D.config.mustUseProp = yl;
3335
- D.config.isReservedTag = Ea;
3336
- D.config.isReservedAttr = gl;
3337
- D.config.getTagNamespace = xl;
3338
- D.config.isUnknownElement = Ol;
3339
- S(D.options.directives, Tc);
3340
- S(D.options.components, Mc);
3341
- D.prototype.__patch__ = j ? Cc : L;
3342
- D.prototype.$mount = function(e, s) {
3343
- return e = e && j ? Sl(e) : void 0, Go(this, e, s);
3334
+ S.config.mustUseProp = yl;
3335
+ S.config.isReservedTag = Ea;
3336
+ S.config.isReservedAttr = gl;
3337
+ S.config.getTagNamespace = xl;
3338
+ S.config.isUnknownElement = Ol;
3339
+ D(S.options.directives, Tc);
3340
+ D(S.options.components, Mc);
3341
+ S.prototype.__patch__ = j ? Cc : L;
3342
+ S.prototype.$mount = function(e, s) {
3343
+ return e = e && j ? Dl(e) : void 0, Go(this, e, s);
3344
3344
  };
3345
3345
  j && setTimeout(function() {
3346
- O.devtools && (_t ? _t.emit("init", D) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](
3346
+ O.devtools && (_t ? _t.emit("init", S) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](
3347
3347
  `Download the Vue Devtools extension for a better development experience:
3348
3348
  https://github.com/vuejs/vue-devtools`
3349
3349
  )), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && O.productionTip !== !1 && typeof console < "u" && console[console.info ? "info" : "log"](
@@ -3443,8 +3443,8 @@ function Fc(e) {
3443
3443
  }
3444
3444
  var _s = void 0;
3445
3445
  try {
3446
- var Se = require("vue");
3447
- Se && yn(Se) ? _s = Se : Se && "default" in Se && yn(Se.default) && (_s = Se.default);
3446
+ var De = require("vue");
3447
+ De && yn(De) ? _s = De : De && "default" in De && yn(De.default) && (_s = De.default);
3448
3448
  } catch {
3449
3449
  }
3450
3450
  var Ve = null, Ze = null, Gt = !0, Ha = "__composition_api_installed__";
@@ -4069,10 +4069,10 @@ var ar = {
4069
4069
  };
4070
4070
  typeof window < "u" && window.Vue && window.Vue.use(ar);
4071
4071
  function lp(e) {
4072
- e = e || D, e && !e.__composition_api_installed__ && e.use(ar);
4072
+ e = e || S, e && !e.__composition_api_installed__ && e.use(ar);
4073
4073
  }
4074
- lp(D);
4075
- D.version;
4074
+ lp(S);
4075
+ S.version;
4076
4076
  const cp = {
4077
4077
  name: "TopPopup",
4078
4078
  props: {
@@ -4932,7 +4932,7 @@ const xp = /* @__PURE__ */ function() {
4932
4932
  }
4933
4933
  }
4934
4934
  };
4935
- var Sp = function() {
4935
+ var Dp = function() {
4936
4936
  var e = this, s = e.$createElement, t = e._self._c || s;
4937
4937
  return t("div", {
4938
4938
  staticClass: "tops-tab"
@@ -5082,12 +5082,12 @@ var Sp = function() {
5082
5082
  }
5083
5083
  }, [e._v(e._s(i.assigneeNames))])])])]);
5084
5084
  }) : e._e()], 2)], 1);
5085
- }, Dp = [];
5086
- const Sn = {};
5085
+ }, Sp = [];
5086
+ const Dn = {};
5087
5087
  var Mp = /* @__PURE__ */ Q(
5088
5088
  Op,
5089
- Sp,
5090
5089
  Dp,
5090
+ Sp,
5091
5091
  !1,
5092
5092
  Pp,
5093
5093
  "0bfa07b6",
@@ -5095,8 +5095,8 @@ var Mp = /* @__PURE__ */ Q(
5095
5095
  null
5096
5096
  );
5097
5097
  function Pp(e) {
5098
- for (let s in Sn)
5099
- this[s] = Sn[s];
5098
+ for (let s in Dn)
5099
+ this[s] = Dn[s];
5100
5100
  }
5101
5101
  const Qp = /* @__PURE__ */ function() {
5102
5102
  return Mp.exports;
@@ -5200,7 +5200,7 @@ var Vp = function() {
5200
5200
  style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
5201
5201
  })]) : e._e();
5202
5202
  }, Gp = [];
5203
- const Dn = {};
5203
+ const Sn = {};
5204
5204
  var Jp = /* @__PURE__ */ Q(
5205
5205
  Up,
5206
5206
  Vp,
@@ -5212,8 +5212,8 @@ var Jp = /* @__PURE__ */ Q(
5212
5212
  null
5213
5213
  );
5214
5214
  function _p(e) {
5215
- for (let s in Dn)
5216
- this[s] = Dn[s];
5215
+ for (let s in Sn)
5216
+ this[s] = Sn[s];
5217
5217
  }
5218
5218
  const le = /* @__PURE__ */ function() {
5219
5219
  return Jp.exports;
@@ -7522,7 +7522,14 @@ const Ou = {
7522
7522
  items: {
7523
7523
  handler(e, s) {
7524
7524
  e && e.length && (console.log("=====item", e), console.log("=====checkType", this.checkType), this.multiNodeParticipant = {}, this.partNode = {}, this.gateVars = {}, this.$emit("onMultiNode", this.multiNodeParticipant), this.$emit("onVars", this.gateVars), this.nodeItems = JSON.parse(JSON.stringify(e)), console.log("this.nodeItems======", this.nodeItems), this.nodeItems.map((t) => {
7525
- if (t.userTaskModelDTO.participantList && t.userTaskModelDTO.participantList.length && t.userTaskModelDTO.humanPerformer && t.userTaskModelDTO.participantList.map((i) => {
7525
+ if (t.userTaskModelDTO || (t.userTaskModelDTO = {
7526
+ name: t.name,
7527
+ humanPerformer: {
7528
+ name: t.humanPerformerName
7529
+ },
7530
+ routeTxt: t.routeTxt,
7531
+ participantList: t.participantList
7532
+ }), t.userTaskModelDTO && t.userTaskModelDTO.participantList && t.userTaskModelDTO.participantList.length && t.userTaskModelDTO.humanPerformer && t.userTaskModelDTO.participantList.map((i) => {
7526
7533
  this.multiNodeParticipant[t.id] || (this.multiNodeParticipant[t.id] = []), this.partNode[t.id] || (this.partNode[t.id] = []), this.multiNodeParticipant[t.id].includes(i.id) || this.multiNodeParticipant[t.id].push(i.id), this.partNode[t.id].includes(i.name) || this.partNode[t.id].push(i.name);
7527
7534
  }), (t.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || t.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(t.id), t.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
7528
7535
  let i = {
@@ -7723,22 +7730,22 @@ const Ou = {
7723
7730
  }
7724
7731
  }
7725
7732
  }, Vn = {};
7726
- var Su = /* @__PURE__ */ Q(
7733
+ var Du = /* @__PURE__ */ Q(
7727
7734
  Ou,
7728
7735
  Bu,
7729
7736
  xu,
7730
7737
  !1,
7731
- Du,
7732
- "73cdaf12",
7738
+ Su,
7739
+ "508f222f",
7733
7740
  null,
7734
7741
  null
7735
7742
  );
7736
- function Du(e) {
7743
+ function Su(e) {
7737
7744
  for (let s in Vn)
7738
7745
  this[s] = Vn[s];
7739
7746
  }
7740
7747
  const Mu = /* @__PURE__ */ function() {
7741
- return Su.exports;
7748
+ return Du.exports;
7742
7749
  }();
7743
7750
  var Pu = function() {
7744
7751
  var e = this, s = e.$createElement, t = e._self._c || s;
@@ -8205,7 +8212,14 @@ const _u = {
8205
8212
  name: t.humanPerformerName
8206
8213
  });
8207
8214
  }), this.nextNodeData && this.nextNodeData.length ? (this.nextNodeData.map((t, i) => {
8208
- t.type !== "endEvent" && (t.userTaskModelDTO.participantList && t.userTaskModelDTO.participantList.length && t.userTaskModelDTO.participantList.map((n) => {
8215
+ t.type !== "endEvent" && (t.userTaskModelDTO || (t.userTaskModelDTO = {
8216
+ name: t.name,
8217
+ humanPerformer: {
8218
+ name: t.humanPerformerName
8219
+ },
8220
+ routeTxt: t.routeTxt,
8221
+ participantList: t.participantList
8222
+ }), console.log("v=========", t), t.userTaskModelDTO && t.userTaskModelDTO.participantList && t.userTaskModelDTO.participantList.length && t.userTaskModelDTO.participantList.map((n) => {
8209
8223
  this.multiNodeParticipant[t.id] || (this.multiNodeParticipant[t.id] = []), this.partNode[t.id] || (this.partNode[t.id] = []), this.multiNodeParticipant[t.id].includes(n.id) || this.multiNodeParticipant[t.id].push(n.id), this.partNode[t.id].includes(n.name) || this.partNode[t.id].push(n.name);
8210
8224
  }), (t.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || t.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(t.id));
8211
8225
  }), this.personMake && this.personMake.length && this.param.request.post(
@@ -8458,7 +8472,7 @@ var Ru = /* @__PURE__ */ Q(
8458
8472
  Ju,
8459
8473
  !1,
8460
8474
  qu,
8461
- "276c8e67",
8475
+ "d878abfc",
8462
8476
  null,
8463
8477
  null
8464
8478
  );