ui-process-h5 2.6.4 → 2.6.6

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 Cs(e, s) {
102
102
  i[t] = e[t + s];
103
103
  return i;
104
104
  }
105
- function D(e, s) {
105
+ function O(e, s) {
106
106
  for (var t in s)
107
107
  e[t] = s[t];
108
108
  return e;
109
109
  }
110
110
  function za(e) {
111
111
  for (var s = {}, t = 0; t < e.length; t++)
112
- e[t] && D(s, e[t]);
112
+ e[t] && O(s, e[t]);
113
113
  return s;
114
114
  }
115
115
  function Q(e, s, t) {
@@ -254,7 +254,7 @@ typeof Set < "u" && Le(Set) ? mt = Set : mt = /* @__PURE__ */ function() {
254
254
  this.set = /* @__PURE__ */ Object.create(null);
255
255
  }, e;
256
256
  }();
257
- var g = Q, Ys = Q, ls = Q, Oe = Q;
257
+ var g = Q, Ys = Q, ls = Q, De = Q;
258
258
  if (process.env.NODE_ENV !== "production") {
259
259
  var wi = typeof console < "u", Br = /(?:^|[-_])(\w)/g, Sr = function(e) {
260
260
  return e.replace(Br, function(s) {
@@ -266,7 +266,7 @@ if (process.env.NODE_ENV !== "production") {
266
266
  S.warnHandler ? S.warnHandler.call(null, e, s, t) : wi && !S.silent && console.error("[Vue warn]: " + e + t);
267
267
  }, Ys = function(e, s) {
268
268
  wi && !S.silent && console.warn("[Vue tip]: " + e + (s ? ls(s) : ""));
269
- }, Oe = function(e, s) {
269
+ }, De = 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, a = t.__file;
@@ -276,7 +276,7 @@ if (process.env.NODE_ENV !== "production") {
276
276
  }
277
277
  return (i ? "<" + Sr(i) + ">" : "<Anonymous>") + (a && s !== !1 ? " at " + a : "");
278
278
  };
279
- var Dr = function(e, s) {
279
+ var Or = function(e, s) {
280
280
  for (var t = ""; s; )
281
281
  s % 2 === 1 && (t += e), s > 1 && (e += e), s >>= 1;
282
282
  return t;
@@ -299,17 +299,17 @@ if (process.env.NODE_ENV !== "production") {
299
299
  found in
300
300
 
301
301
  ` + s.map(function(a, n) {
302
- return "" + (n === 0 ? "---> " : Dr(" ", 5 + n * 2)) + (Array.isArray(a) ? Oe(a[0]) + "... (" + a[1] + " recursive calls)" : Oe(a));
302
+ return "" + (n === 0 ? "---> " : Or(" ", 5 + n * 2)) + (Array.isArray(a) ? De(a[0]) + "... (" + a[1] + " recursive calls)" : De(a));
303
303
  }).join(`
304
304
  `);
305
305
  } else
306
306
  return `
307
307
 
308
- (found in ` + Oe(e) + ")";
308
+ (found in ` + De(e) + ")";
309
309
  };
310
310
  }
311
- var Or = 0, Y = function() {
312
- this.id = Or++, 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);
@@ -513,7 +513,7 @@ $a.forEach(function(e) {
513
513
  });
514
514
  function Vr(e, s, t, i) {
515
515
  var a = Object.create(e || null);
516
- return s ? (process.env.NODE_ENV !== "production" && Zs(i, s, t), D(a, s)) : a;
516
+ return s ? (process.env.NODE_ENV !== "production" && Zs(i, s, t), O(a, s)) : a;
517
517
  }
518
518
  ss.forEach(function(e) {
519
519
  X[e + "s"] = Vr;
@@ -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 a = {};
527
- D(a, e);
527
+ O(a, e);
528
528
  for (var n in s) {
529
529
  var r = a[n], o = s[n];
530
530
  r && !Array.isArray(r) && (r = [r]), a[n] = 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 a = /* @__PURE__ */ Object.create(null);
538
- return D(a, e), s && D(a, s), a;
538
+ return O(a, e), s && O(a, s), a;
539
539
  };
540
540
  X.provide = ks;
541
541
  var cn = function(e, s) {
@@ -580,7 +580,7 @@ function _r(e, s) {
580
580
  else if (J(t))
581
581
  for (var n in t) {
582
582
  var r = t[n];
583
- i[n] = J(r) ? D({ from: n }, r) : { from: r };
583
+ i[n] = J(r) ? O({ from: n }, r) : { from: r };
584
584
  }
585
585
  else
586
586
  process.env.NODE_ENV !== "production" && g(
@@ -815,11 +815,11 @@ if (typeof Promise < "u" && Le(Promise)) {
815
815
  Xr.then(Bt), xr && setTimeout(Q);
816
816
  }, ws = !0;
817
817
  } else if (!rt && typeof MutationObserver < "u" && (Le(MutationObserver) || MutationObserver.toString() === "[object MutationObserverConstructor]")) {
818
- var St = 1, $r = new MutationObserver(Bt), Di = document.createTextNode(String(St));
819
- $r.observe(Di, {
818
+ var St = 1, $r = new MutationObserver(Bt), Oi = document.createTextNode(String(St));
819
+ $r.observe(Oi, {
820
820
  characterData: !0
821
821
  }), dt = function() {
822
- St = (St + 1) % 2, Di.data = String(St);
822
+ St = (St + 1) % 2, Oi.data = String(St);
823
823
  }, ws = !0;
824
824
  } else
825
825
  typeof setImmediate < "u" && Le(setImmediate) ? dt = function() {
@@ -847,7 +847,7 @@ var pn;
847
847
  if (process.env.NODE_ENV !== "production") {
848
848
  var eo = 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
- ), Oi = function(e, s) {
850
+ ), Di = function(e, s) {
851
851
  g(
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 so = {
870
870
  has: function(s, t) {
871
871
  var i = t in s, a = eo(t) || typeof t == "string" && t.charAt(0) === "_" && !(t in s.$data);
872
- return !i && !a && (t in s.$data ? Mi(s, t) : Oi(s, t)), i || !a;
872
+ return !i && !a && (t in s.$data ? Mi(s, t) : Di(s, t)), i || !a;
873
873
  }
874
874
  }, io = {
875
875
  get: function(s, t) {
876
- return typeof t == "string" && !(t in s) && (t in s.$data ? Mi(s, t) : Oi(s, t)), s[t];
876
+ return typeof t == "string" && !(t in s) && (t in s.$data ? Mi(s, t) : Di(s, t)), s[t];
877
877
  }
878
878
  };
879
879
  pn = function(s) {
@@ -966,7 +966,7 @@ function ao(e, s, t) {
966
966
  if (process.env.NODE_ENV !== "production") {
967
967
  var p = o.toLowerCase();
968
968
  o !== p && n && F(n, p) && Ys(
969
- 'Prop "' + p + '" is passed to component ' + Oe(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 "' + p + '" 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 + '".'
970
970
  );
971
971
  }
972
972
  Fi(a, r, o, l, !0) || Fi(a, n, o, l, !1);
@@ -1115,7 +1115,7 @@ function uo(e, s) {
1115
1115
  }
1116
1116
  function ho(e, s, t, i) {
1117
1117
  var a = this.$scopedSlots[e], n;
1118
- a ? (t = t || {}, i && (process.env.NODE_ENV !== "production" && !U(i) && g("slot v-bind without argument expects an Object", this), t = D(D({}, i), t)), n = a(t) || (typeof s == "function" ? s() : s)) : n = this.$slots[e] || (typeof s == "function" ? s() : s);
1118
+ a ? (t = t || {}, i && (process.env.NODE_ENV !== "production" && !U(i) && g("slot v-bind without argument expects an Object", this), t = O(O({}, i), t)), n = a(t) || (typeof s == "function" ? s() : s)) : n = this.$slots[e] || (typeof s == "function" ? s() : s);
1119
1119
  var r = t && t.slot;
1120
1120
  return r ? this.$createElement("template", { slot: r }, n) : n;
1121
1121
  }
@@ -1187,7 +1187,7 @@ function yo(e, s) {
1187
1187
  this
1188
1188
  );
1189
1189
  else {
1190
- var t = e.on = e.on ? D({}, e.on) : {};
1190
+ var t = e.on = e.on ? O({}, e.on) : {};
1191
1191
  for (var i in s) {
1192
1192
  var a = t[i], n = s[i];
1193
1193
  t[i] = a ? [].concat(a, n) : n;
@@ -1312,7 +1312,7 @@ function Ji(e, s, t, i, a) {
1312
1312
  }
1313
1313
  var r;
1314
1314
  if (C(e.cid) && (r = e, e = Mo(r, n), e === void 0))
1315
- return Oo(
1315
+ return Do(
1316
1316
  r,
1317
1317
  s,
1318
1318
  t,
@@ -1436,7 +1436,7 @@ function So(e) {
1436
1436
  }, !0)) : (te(e, "$attrs", a && a.attrs || Z, null, !0), te(e, "$listeners", s._parentListeners || Z, null, !0));
1437
1437
  }
1438
1438
  var Ss = null;
1439
- function Do(e) {
1439
+ function Oo(e) {
1440
1440
  gn(e.prototype), e.prototype.$nextTick = function(s) {
1441
1441
  return ei(s, this);
1442
1442
  }, e.prototype._render = function() {
@@ -1470,7 +1470,7 @@ function Do(e) {
1470
1470
  function ps(e, s) {
1471
1471
  return (e.__esModule || as && e[Symbol.toStringTag] === "Module") && (e = e.default), U(e) ? s.extend(e) : e;
1472
1472
  }
1473
- function Oo(e, s, t, i, a) {
1473
+ function Do(e, s, t, i, a) {
1474
1474
  var n = Qe();
1475
1475
  return n.asyncFactory = e, n.asyncMeta = { data: s, context: t, children: i, tag: a }, n;
1476
1476
  }
@@ -1579,7 +1579,7 @@ function Uo(e) {
1579
1579
  if (process.env.NODE_ENV !== "production") {
1580
1580
  var a = t.toLowerCase();
1581
1581
  a !== t && i._events[a] && Ys(
1582
- 'Event "' + a + '" is emitted in component ' + Oe(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 "' + a + '" 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 + '".'
1583
1583
  );
1584
1584
  }
1585
1585
  var n = i._events[t];
@@ -1698,19 +1698,19 @@ function se(e, s) {
1698
1698
  it(t[a], e, null, e, i);
1699
1699
  e._hasHookEvent && e.$emit("hook:" + s), bt();
1700
1700
  }
1701
- var Jo = 100, de = [], ri = [], yt = {}, Ut = {}, Ds = !1, oi = !1, Xe = 0;
1701
+ var Jo = 100, de = [], ri = [], yt = {}, Ut = {}, Os = !1, oi = !1, Xe = 0;
1702
1702
  function qo() {
1703
- Xe = de.length = ri.length = 0, yt = {}, process.env.NODE_ENV !== "production" && (Ut = {}), Ds = oi = !1;
1703
+ Xe = de.length = ri.length = 0, yt = {}, process.env.NODE_ENV !== "production" && (Ut = {}), Os = oi = !1;
1704
1704
  }
1705
- var kn = 0, Os = Date.now;
1705
+ var kn = 0, Ds = Date.now;
1706
1706
  if (j && !rt) {
1707
1707
  var us = window.performance;
1708
- us && typeof us.now == "function" && Os() > document.createEvent("Event").timeStamp && (Os = function() {
1708
+ us && typeof us.now == "function" && Ds() > document.createEvent("Event").timeStamp && (Ds = function() {
1709
1709
  return us.now();
1710
1710
  });
1711
1711
  }
1712
1712
  function qi() {
1713
- kn = Os(), oi = !0;
1713
+ kn = Ds(), oi = !0;
1714
1714
  var e, s;
1715
1715
  for (de.sort(function(a, n) {
1716
1716
  return a.id - n.id;
@@ -1748,8 +1748,8 @@ function Ho(e) {
1748
1748
  t--;
1749
1749
  de.splice(t + 1, 0, e);
1750
1750
  }
1751
- if (!Ds) {
1752
- if (Ds = !0, process.env.NODE_ENV !== "production" && !S.async) {
1751
+ if (!Os) {
1752
+ if (Os = !0, process.env.NODE_ENV !== "production" && !S.async) {
1753
1753
  qi();
1754
1754
  return;
1755
1755
  }
@@ -1996,7 +1996,7 @@ function rl(e) {
1996
1996
  ci(t.constructor),
1997
1997
  s || {},
1998
1998
  t
1999
- ), process.env.NODE_ENV !== "production" ? pn(t) : t._renderProxy = t, t._self = t, Vo(t), Po(t), So(t), se(t, "beforeCreate"), oo(t), zo(t), ro(t), se(t, "created"), process.env.NODE_ENV !== "production" && S.performance && re && (t._name = Oe(t, !1), re(a), Yt("vue " + t._name + " init", i, a)), t.$options.el && t.$mount(t.$options.el);
1999
+ ), process.env.NODE_ENV !== "production" ? pn(t) : t._renderProxy = t, t._self = t, Vo(t), Po(t), So(t), se(t, "beforeCreate"), oo(t), zo(t), ro(t), se(t, "created"), process.env.NODE_ENV !== "production" && S.performance && re && (t._name = De(t, !1), re(a), Yt("vue " + t._name + " init", i, a)), t.$options.el && t.$mount(t.$options.el);
2000
2000
  };
2001
2001
  }
2002
2002
  function ol(e, s) {
@@ -2012,7 +2012,7 @@ function ci(e) {
2012
2012
  if (t !== i) {
2013
2013
  e.superOptions = t;
2014
2014
  var a = ll(e);
2015
- a && D(e.extendOptions, a), s = e.options = Je(t, e.extendOptions), s.name && (s.components[s.name] = e);
2015
+ a && O(e.extendOptions, a), s = e.options = Je(t, e.extendOptions), s.name && (s.components[s.name] = e);
2016
2016
  }
2017
2017
  }
2018
2018
  return s;
@@ -2023,14 +2023,14 @@ function ll(e) {
2023
2023
  t[a] !== i[a] && (s || (s = {}), s[a] = t[a]);
2024
2024
  return s;
2025
2025
  }
2026
- function O(e) {
2027
- process.env.NODE_ENV !== "production" && !(this instanceof O) && g("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
2026
+ function D(e) {
2027
+ process.env.NODE_ENV !== "production" && !(this instanceof D) && g("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
2028
2028
  }
2029
- rl(O);
2030
- al(O);
2031
- Uo(O);
2032
- Ro(O);
2033
- Do(O);
2029
+ rl(D);
2030
+ al(D);
2031
+ Uo(D);
2032
+ Ro(D);
2033
+ Oo(D);
2034
2034
  function cl(e) {
2035
2035
  e.use = function(s) {
2036
2036
  var t = this._installedPlugins || (this._installedPlugins = []);
@@ -2063,7 +2063,7 @@ function ul(e) {
2063
2063
  t
2064
2064
  ), o.super = i, o.options.props && dl(o), o.options.computed && hl(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 = D({}, o.options), n[a] = o, o;
2066
+ }), r && (o.options.components[r] = o), o.superOptions = i.options, o.extendOptions = t, o.sealedOptions = O({}, o.options), n[a] = o, o;
2067
2067
  };
2068
2068
  }
2069
2069
  function dl(e) {
@@ -2086,7 +2086,7 @@ function fl(e) {
2086
2086
  function Yi(e) {
2087
2087
  return e && (e.Ctor.options.name || e.tag);
2088
2088
  }
2089
- function Dt(e, s) {
2089
+ function Ot(e, s) {
2090
2090
  return Array.isArray(e) ? e.indexOf(s) > -1 : typeof e == "string" ? e.split(",").indexOf(s) > -1 : Ka(e) ? e.test(s) : !1;
2091
2091
  }
2092
2092
  function Hi(e, s) {
@@ -2135,11 +2135,11 @@ var Wi = [String, RegExp, Array], ml = {
2135
2135
  var s = this;
2136
2136
  this.cacheVNode(), this.$watch("include", function(t) {
2137
2137
  Hi(s, function(i) {
2138
- return Dt(t, i);
2138
+ return Ot(t, i);
2139
2139
  });
2140
2140
  }), this.$watch("exclude", function(t) {
2141
2141
  Hi(s, function(i) {
2142
- return !Dt(t, i);
2142
+ return !Ot(t, i);
2143
2143
  });
2144
2144
  });
2145
2145
  },
@@ -2150,7 +2150,7 @@ var Wi = [String, RegExp, Array], ml = {
2150
2150
  var s = this.$slots.default, t = yn(s), i = t && t.componentOptions;
2151
2151
  if (i) {
2152
2152
  var a = Yi(i), n = this, r = n.include, o = n.exclude;
2153
- if (r && (!a || !Dt(r, a)) || o && a && Dt(o, a))
2153
+ if (r && (!a || !Ot(r, a)) || o && a && Ot(o, a))
2154
2154
  return t;
2155
2155
  var l = this, p = l.cache, h = l.keys, m = t.key == null ? i.Ctor.cid + (i.tag ? "::" + i.tag : "") : t.key;
2156
2156
  p[m] ? (t.componentInstance = p[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: g,
2173
- extend: D,
2173
+ extend: O,
2174
2174
  mergeOptions: Je,
2175
2175
  defineReactive: te
2176
2176
  }, e.set = Ws, e.delete = on, e.nextTick = ei, 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, D(e.options.components, gl), cl(e), pl(e), ul(e), fl(e);
2180
+ }), e.options._base = e, O(e.options.components, gl), cl(e), pl(e), ul(e), fl(e);
2181
2181
  }
2182
- Al(O);
2183
- Object.defineProperty(O.prototype, "$isServer", {
2182
+ Al(D);
2183
+ Object.defineProperty(D.prototype, "$isServer", {
2184
2184
  get: is
2185
2185
  });
2186
- Object.defineProperty(O.prototype, "$ssrContext", {
2186
+ Object.defineProperty(D.prototype, "$ssrContext", {
2187
2187
  get: function() {
2188
2188
  return this.$vnode && this.$vnode.ssrContext;
2189
2189
  }
2190
2190
  });
2191
- Object.defineProperty(O, "FunctionalRenderContext", {
2191
+ Object.defineProperty(D, "FunctionalRenderContext", {
2192
2192
  value: ii
2193
2193
  });
2194
- O.version = "2.6.14";
2194
+ D.version = "2.6.14";
2195
2195
  var vl = W("style,class"), yl = W("input,textarea,option,select,progress"), Cl = function(e, s, t) {
2196
2196
  return t === "value" && yl(e) && s !== "button" || t === "selected" && e === "option" || t === "checked" && e === "input" || t === "muted" && e === "video";
2197
2197
  }, Nn = W("contenteditable,draggable,spellcheck"), Il = W("events,caret,typing,plaintext-only"), bl = function(e, s) {
@@ -2255,19 +2255,19 @@ function Sl(e) {
2255
2255
  if (e === "math")
2256
2256
  return "math";
2257
2257
  }
2258
- var Ot = /* @__PURE__ */ Object.create(null);
2259
- function Dl(e) {
2258
+ var Dt = /* @__PURE__ */ Object.create(null);
2259
+ function Ol(e) {
2260
2260
  if (!j)
2261
2261
  return !0;
2262
2262
  if (xn(e))
2263
2263
  return !1;
2264
- if (e = e.toLowerCase(), Ot[e] != null)
2265
- return Ot[e];
2264
+ if (e = e.toLowerCase(), Dt[e] != null)
2265
+ return Dt[e];
2266
2266
  var s = document.createElement(e);
2267
- return e.indexOf("-") > -1 ? Ot[e] = s.constructor === window.HTMLUnknownElement || s.constructor === window.HTMLElement : Ot[e] = /HTMLUnknownElement/.test(s.toString());
2267
+ return e.indexOf("-") > -1 ? Dt[e] = s.constructor === window.HTMLUnknownElement || s.constructor === window.HTMLElement : Dt[e] = /HTMLUnknownElement/.test(s.toString());
2268
2268
  }
2269
2269
  var Qs = W("text,number,password,search,email,tel,url");
2270
- function Ol(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" && g(
@@ -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, a, n, r = s.elm, o = e.data.attrs || {}, l = s.data.attrs || {};
2678
- d(l.__ob__) && (l = s.data.attrs = D({}, l));
2678
+ d(l.__ob__) && (l = s.data.attrs = O({}, l));
2679
2679
  for (i in l)
2680
2680
  a = l[i], n = o[i], n !== a && $i(r, i, a, s.data.pre);
2681
2681
  (rt || Ks) && l.value !== o.value && $i(r, "value", l.value);
@@ -2764,7 +2764,7 @@ var oc = {
2764
2764
  function ia(e, s) {
2765
2765
  if (!(C(e.data.domProps) && C(s.data.domProps))) {
2766
2766
  var t, i, a = s.elm, n = e.data.domProps || {}, r = s.data.domProps || {};
2767
- d(r.__ob__) && (r = s.data.domProps = D({}, r));
2767
+ d(r.__ob__) && (r = s.data.domProps = O({}, r));
2768
2768
  for (t in n)
2769
2769
  t in r || (a[t] = "");
2770
2770
  for (t in r) {
@@ -2826,7 +2826,7 @@ var uc = {
2826
2826
  });
2827
2827
  function ms(e) {
2828
2828
  var s = Sn(e.style);
2829
- return e.staticStyle ? D(e.staticStyle, s) : s;
2829
+ return e.staticStyle ? O(e.staticStyle, s) : s;
2830
2830
  }
2831
2831
  function Sn(e) {
2832
2832
  return Array.isArray(e) ? za(e) : typeof e == "string" ? dc(e) : e;
@@ -2835,10 +2835,10 @@ function hc(e, s) {
2835
2835
  var t = {}, i;
2836
2836
  if (s)
2837
2837
  for (var a = e; a.componentInstance; )
2838
- a = a.componentInstance._vnode, a && a.data && (i = ms(a.data)) && D(t, i);
2839
- (i = ms(e.data)) && D(t, i);
2838
+ a = a.componentInstance._vnode, a && a.data && (i = ms(a.data)) && O(t, i);
2839
+ (i = ms(e.data)) && O(t, i);
2840
2840
  for (var n = e; n = n.parent; )
2841
- n.data && (i = ms(n.data)) && D(t, i);
2841
+ n.data && (i = ms(n.data)) && O(t, i);
2842
2842
  return t;
2843
2843
  }
2844
2844
  var fc = /^--/, aa = /\s*!important$/, na = function(e, s, t) {
@@ -2867,7 +2867,7 @@ function oa(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 a, n, r = s.elm, o = i.staticStyle, l = i.normalizedStyle || i.style || {}, p = o || l, h = Sn(s.data.style) || {};
2870
- s.data.normalizedStyle = d(h.__ob__) ? D({}, h) : h;
2870
+ s.data.normalizedStyle = d(h.__ob__) ? O({}, h) : h;
2871
2871
  var m = hc(s, !0);
2872
2872
  for (n in p)
2873
2873
  C(m[n]) && na(r, n, "");
@@ -2878,11 +2878,11 @@ function oa(e, s) {
2878
2878
  var gc = {
2879
2879
  create: oa,
2880
2880
  update: oa
2881
- }, Dn = /\s+/;
2882
- function On(e, s) {
2881
+ }, On = /\s+/;
2882
+ function Dn(e, s) {
2883
2883
  if (!(!s || !(s = s.trim())))
2884
2884
  if (e.classList)
2885
- s.indexOf(" ") > -1 ? s.split(Dn).forEach(function(i) {
2885
+ s.indexOf(" ") > -1 ? s.split(On).forEach(function(i) {
2886
2886
  return e.classList.add(i);
2887
2887
  }) : e.classList.add(s);
2888
2888
  else {
@@ -2893,7 +2893,7 @@ function On(e, s) {
2893
2893
  function Mn(e, s) {
2894
2894
  if (!(!s || !(s = s.trim())))
2895
2895
  if (e.classList)
2896
- s.indexOf(" ") > -1 ? s.split(Dn).forEach(function(a) {
2896
+ s.indexOf(" ") > -1 ? s.split(On).forEach(function(a) {
2897
2897
  return e.classList.remove(a);
2898
2898
  }) : e.classList.remove(s), e.classList.length || e.removeAttribute("class");
2899
2899
  else {
@@ -2906,7 +2906,7 @@ function Pn(e) {
2906
2906
  if (!!e) {
2907
2907
  if (typeof e == "object") {
2908
2908
  var s = {};
2909
- return e.css !== !1 && D(s, la(e.name || "v")), D(s, e), s;
2909
+ return e.css !== !1 && O(s, la(e.name || "v")), O(s, e), s;
2910
2910
  } else if (typeof e == "string")
2911
2911
  return la(e);
2912
2912
  }
@@ -2932,7 +2932,7 @@ function Fn(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), On(e, s));
2935
+ t.indexOf(s) < 0 && (t.push(s), Dn(e, s));
2936
2936
  }
2937
2937
  function he(e, s) {
2938
2938
  e._transitionClasses && fe(e._transitionClasses, s), Mn(e, s);
@@ -3228,7 +3228,7 @@ var Ec = function(e) {
3228
3228
  r.key = r.key == null ? r.isComment ? o + "comment" : o + r.tag : we(r.key) ? String(r.key).indexOf(o) === 0 ? r.key : o + r.key : r.key;
3229
3229
  var l = (r.data || (r.data = {})).transition = jn(this), p = this._vnode, h = Rs(p);
3230
3230
  if (r.data.directives && r.data.directives.some(xc) && (r.data.show = !0), h && h.data && !Nc(r, h) && !gt(h) && !(h.componentInstance && h.componentInstance._vnode.isComment)) {
3231
- var m = h.data.transition = D({}, l);
3231
+ var m = h.data.transition = O({}, l);
3232
3232
  if (a === "out-in")
3233
3233
  return this._leaving = !0, ye(m, "afterLeave", function() {
3234
3234
  t._leaving = !1, t.$forceUpdate();
@@ -3247,7 +3247,7 @@ var Ec = function(e) {
3247
3247
  return n;
3248
3248
  }
3249
3249
  }
3250
- }, Kn = D({
3250
+ }, Kn = O({
3251
3251
  tag: String,
3252
3252
  moveClass: String
3253
3253
  }, qn);
@@ -3289,7 +3289,7 @@ var Sc = {
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(Dc), s.forEach(Oc), s.forEach(Mc), 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(Mc), this._reflow = document.body.offsetHeight, s.forEach(function(i) {
3293
3293
  if (i.data.moved) {
3294
3294
  var a = i.elm, n = a.style;
3295
3295
  Ue(a, t), n.transform = n.WebkitTransform = n.transitionDuration = "", a.addEventListener(zt, a._moveCb = function r(o) {
@@ -3307,16 +3307,16 @@ var Sc = {
3307
3307
  var i = s.cloneNode();
3308
3308
  s._transitionClasses && s._transitionClasses.forEach(function(n) {
3309
3309
  Mn(i, n);
3310
- }), On(i, t), i.style.display = "none", this.$el.appendChild(i);
3310
+ }), Dn(i, t), i.style.display = "none", this.$el.appendChild(i);
3311
3311
  var a = Vn(i);
3312
3312
  return this.$el.removeChild(i), this._hasMove = a.hasTransform;
3313
3313
  }
3314
3314
  }
3315
3315
  };
3316
- function Dc(e) {
3316
+ function Oc(e) {
3317
3317
  e.elm._moveCb && e.elm._moveCb(), e.elm._enterCb && e.elm._enterCb();
3318
3318
  }
3319
- function Oc(e) {
3319
+ function Dc(e) {
3320
3320
  e.data.newPos = e.elm.getBoundingClientRect();
3321
3321
  }
3322
3322
  function Mc(e) {
@@ -3331,19 +3331,19 @@ var Pc = {
3331
3331
  Transition: Bc,
3332
3332
  TransitionGroup: Sc
3333
3333
  };
3334
- O.config.mustUseProp = Cl;
3335
- O.config.isReservedTag = xn;
3336
- O.config.isReservedAttr = vl;
3337
- O.config.getTagNamespace = Sl;
3338
- O.config.isUnknownElement = Dl;
3339
- D(O.options.directives, kc);
3340
- D(O.options.components, Pc);
3341
- O.prototype.__patch__ = j ? Ic : Q;
3342
- O.prototype.$mount = function(e, s) {
3343
- return e = e && j ? Ol(e) : void 0, Go(this, e, s);
3334
+ D.config.mustUseProp = Cl;
3335
+ D.config.isReservedTag = xn;
3336
+ D.config.isReservedAttr = vl;
3337
+ D.config.getTagNamespace = Sl;
3338
+ D.config.isUnknownElement = Ol;
3339
+ O(D.options.directives, kc);
3340
+ O(D.options.components, Pc);
3341
+ D.prototype.__patch__ = j ? Ic : Q;
3342
+ D.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
- S.devtools && (_t ? _t.emit("init", O) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](
3346
+ S.devtools && (_t ? _t.emit("init", D) : 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" && S.productionTip !== !1 && typeof console < "u" && console[console.info ? "info" : "log"](
@@ -3443,8 +3443,8 @@ function Uc(e) {
3443
3443
  }
3444
3444
  var Js = void 0;
3445
3445
  try {
3446
- var De = require("vue");
3447
- De && va(De) ? Js = De : De && "default" in De && va(De.default) && (Js = De.default);
3446
+ var Oe = require("vue");
3447
+ Oe && va(Oe) ? Js = Oe : Oe && "default" in Oe && va(Oe.default) && (Js = Oe.default);
3448
3448
  } catch {
3449
3449
  }
3450
3450
  var Ve = null, ze = null, Rt = !0, Wn = "__composition_api_installed__";
@@ -4069,10 +4069,10 @@ var rr = {
4069
4069
  };
4070
4070
  typeof window < "u" && window.Vue && window.Vue.use(rr);
4071
4071
  function cp(e) {
4072
- e = e || O, e && !e.__composition_api_installed__ && e.use(rr);
4072
+ e = e || D, e && !e.__composition_api_installed__ && e.use(rr);
4073
4073
  }
4074
- cp(O);
4075
- O.version;
4074
+ cp(D);
4075
+ D.version;
4076
4076
  const pp = {
4077
4077
  name: "TopPopup",
4078
4078
  props: {
@@ -4249,7 +4249,7 @@ var hp = /* @__PURE__ */ P(
4249
4249
  dp,
4250
4250
  !1,
4251
4251
  fp,
4252
- "5e392d42",
4252
+ "210912ea",
4253
4253
  null,
4254
4254
  null
4255
4255
  );
@@ -4549,7 +4549,7 @@ var Tp = /* @__PURE__ */ P(
4549
4549
  bp,
4550
4550
  !1,
4551
4551
  kp,
4552
- "2d4b6adf",
4552
+ "50bc4264",
4553
4553
  null,
4554
4554
  null
4555
4555
  );
@@ -4765,7 +4765,7 @@ var xp = /* @__PURE__ */ P(
4765
4765
  Ep,
4766
4766
  !1,
4767
4767
  Bp,
4768
- "7ee87e48",
4768
+ "40105646",
4769
4769
  null,
4770
4770
  null
4771
4771
  );
@@ -4775,7 +4775,7 @@ function Bp(e) {
4775
4775
  }
4776
4776
  const Sp = /* @__PURE__ */ function() {
4777
4777
  return xp.exports;
4778
- }(), Dp = {
4778
+ }(), Op = {
4779
4779
  name: "TopTab",
4780
4780
  components: {
4781
4781
  TopPopup: $,
@@ -4942,7 +4942,7 @@ const Sp = /* @__PURE__ */ function() {
4942
4942
  }
4943
4943
  }
4944
4944
  };
4945
- var Op = function() {
4945
+ var Dp = function() {
4946
4946
  var e = this, s = e.$createElement, t = e._self._c || s;
4947
4947
  return t("div", {
4948
4948
  staticClass: "tops-tab"
@@ -5113,12 +5113,12 @@ var Op = function() {
5113
5113
  }, Mp = [];
5114
5114
  const Sa = {};
5115
5115
  var Pp = /* @__PURE__ */ P(
5116
- Dp,
5117
5116
  Op,
5117
+ Dp,
5118
5118
  Mp,
5119
5119
  !1,
5120
5120
  Lp,
5121
- "156c4610",
5121
+ "cc989400",
5122
5122
  null,
5123
5123
  null
5124
5124
  );
@@ -5228,20 +5228,20 @@ var Rp = function() {
5228
5228
  style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
5229
5229
  })]) : e._e();
5230
5230
  }, Gp = [];
5231
- const Da = {};
5231
+ const Oa = {};
5232
5232
  var _p = /* @__PURE__ */ P(
5233
5233
  Vp,
5234
5234
  Rp,
5235
5235
  Gp,
5236
5236
  !1,
5237
5237
  Jp,
5238
- "79d9d777",
5238
+ "14feaea8",
5239
5239
  null,
5240
5240
  null
5241
5241
  );
5242
5242
  function Jp(e) {
5243
- for (let s in Da)
5244
- this[s] = Da[s];
5243
+ for (let s in Oa)
5244
+ this[s] = Oa[s];
5245
5245
  }
5246
5246
  const le = /* @__PURE__ */ function() {
5247
5247
  return _p.exports;
@@ -5383,20 +5383,20 @@ var Yp = function() {
5383
5383
  }) : e._e()]);
5384
5384
  }), 0) : e._e()]);
5385
5385
  }, Hp = [];
5386
- const Oa = {};
5386
+ const Da = {};
5387
5387
  var Wp = /* @__PURE__ */ P(
5388
5388
  Kp,
5389
5389
  Yp,
5390
5390
  Hp,
5391
5391
  !1,
5392
5392
  zp,
5393
- "a791e974",
5393
+ "2d2ad14a",
5394
5394
  null,
5395
5395
  null
5396
5396
  );
5397
5397
  function zp(e) {
5398
- for (let s in Oa)
5399
- this[s] = Oa[s];
5398
+ for (let s in Da)
5399
+ this[s] = Da[s];
5400
5400
  }
5401
5401
  const mr = /* @__PURE__ */ function() {
5402
5402
  return Wp.exports;
@@ -5484,6 +5484,11 @@ const mr = /* @__PURE__ */ function() {
5484
5484
  isCodeType: {
5485
5485
  type: Array,
5486
5486
  default: () => [3]
5487
+ },
5488
+ extraParams: {
5489
+ type: Object,
5490
+ default: () => {
5491
+ }
5487
5492
  }
5488
5493
  },
5489
5494
  data() {
@@ -5600,7 +5605,8 @@ const mr = /* @__PURE__ */ function() {
5600
5605
  this.checkedItem = {}, this.firstPerson = [], this.personList = [], !(this.selfList && this.selfList.length) && (this.handleTips("", !0, "loading"), await this.request.get("/aws/repository/getProcessDefList", {
5601
5606
  params: {
5602
5607
  appId: this.appId,
5603
- processGroupName: this.processNameData
5608
+ processGroupName: this.processNameData,
5609
+ ...this.extraParams
5604
5610
  }
5605
5611
  }).then((e) => {
5606
5612
  e.code == 200 && (this.option = e.data, e.data && e.data.length ? (this.handleTips("", !1, "success"), this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getProcessInstance(), this.getDiagramUrl()) : (this.handleTips("\u6682\u65E0\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F", !0, "error"), this.option = []));
@@ -6074,7 +6080,7 @@ var tu = /* @__PURE__ */ P(
6074
6080
  eu,
6075
6081
  !1,
6076
6082
  su,
6077
- "0cd2e358",
6083
+ "74e8bcfc",
6078
6084
  null,
6079
6085
  null
6080
6086
  );
@@ -6465,7 +6471,7 @@ var lu = /* @__PURE__ */ P(
6465
6471
  ou,
6466
6472
  !1,
6467
6473
  cu,
6468
- "26dcacc2",
6474
+ "91a8c922",
6469
6475
  null,
6470
6476
  null
6471
6477
  );
@@ -6594,7 +6600,7 @@ var fu = /* @__PURE__ */ P(
6594
6600
  du,
6595
6601
  !1,
6596
6602
  mu,
6597
- "66478dbb",
6603
+ "31f47025",
6598
6604
  null,
6599
6605
  null
6600
6606
  );
@@ -6959,7 +6965,7 @@ var yu = /* @__PURE__ */ P(
6959
6965
  Au,
6960
6966
  !1,
6961
6967
  Cu,
6962
- "5404e958",
6968
+ "fa1f7e38",
6963
6969
  null,
6964
6970
  null
6965
6971
  );
@@ -7323,7 +7329,7 @@ var wu = /* @__PURE__ */ P(
7323
7329
  Tu,
7324
7330
  !1,
7325
7331
  Nu,
7326
- "74a3b17c",
7332
+ "14849a65",
7327
7333
  null,
7328
7334
  null
7329
7335
  );
@@ -7487,7 +7493,7 @@ var Bu = function() {
7487
7493
  }
7488
7494
  })], 1) : e._e();
7489
7495
  }, Su = [];
7490
- const Du = {
7496
+ const Ou = {
7491
7497
  name: "TreeNode",
7492
7498
  components: {
7493
7499
  TopPopup: $,
@@ -7758,13 +7764,13 @@ const Du = {
7758
7764
  }
7759
7765
  }
7760
7766
  }, Ua = {};
7761
- var Ou = /* @__PURE__ */ P(
7762
- Du,
7767
+ var Du = /* @__PURE__ */ P(
7768
+ Ou,
7763
7769
  Bu,
7764
7770
  Su,
7765
7771
  !1,
7766
7772
  Mu,
7767
- "30be3c1c",
7773
+ "d1b94362",
7768
7774
  null,
7769
7775
  null
7770
7776
  );
@@ -7773,7 +7779,7 @@ function Mu(e) {
7773
7779
  this[s] = Ua[s];
7774
7780
  }
7775
7781
  const Pu = /* @__PURE__ */ function() {
7776
- return Ou.exports;
7782
+ return Du.exports;
7777
7783
  }();
7778
7784
  var Lu = function() {
7779
7785
  var e = this, s = e.$createElement, t = e._self._c || s;
@@ -7930,7 +7936,7 @@ var Uu = /* @__PURE__ */ P(
7930
7936
  Qu,
7931
7937
  !1,
7932
7938
  Vu,
7933
- "a412c92e",
7939
+ "c8f9bc8e",
7934
7940
  null,
7935
7941
  null
7936
7942
  );
@@ -8861,7 +8867,7 @@ var zu = /* @__PURE__ */ P(
8861
8867
  Hu,
8862
8868
  !1,
8863
8869
  Zu,
8864
- "76a79e76",
8870
+ "879aa224",
8865
8871
  null,
8866
8872
  null
8867
8873
  );
@@ -9213,7 +9219,7 @@ var sd = /* @__PURE__ */ P(
9213
9219
  ed,
9214
9220
  !1,
9215
9221
  id,
9216
- "8c55a162",
9222
+ "662bc3da",
9217
9223
  null,
9218
9224
  null
9219
9225
  );
@@ -9523,7 +9529,7 @@ var ld = /* @__PURE__ */ P(
9523
9529
  rd,
9524
9530
  !1,
9525
9531
  cd,
9526
- "1201c4ee",
9532
+ "73ae14be",
9527
9533
  null,
9528
9534
  null
9529
9535
  );
@@ -10458,7 +10464,7 @@ var Cd = /* @__PURE__ */ P(
10458
10464
  yd,
10459
10465
  !1,
10460
10466
  Id,
10461
- "ce860e12",
10467
+ "ca7d686a",
10462
10468
  null,
10463
10469
  null
10464
10470
  );