ui-process-h5 3.3.6 → 3.3.7

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.
@@ -1349,8 +1349,8 @@ function Jr(t, s, e, i, a) {
1349
1349
  var g = t.$options._parentListeners;
1350
1350
  if (t._listenersProxy && Ge(t._listenersProxy, e, g || J, t, "$listeners"), t.$listeners = t.$options._parentListeners = e, Wa(t, e, g), s && t.$options.props) {
1351
1351
  Tt(!1);
1352
- for (var A = t._props, k = t.$options._propKeys || [], P = 0; P < k.length; P++) {
1353
- var G = k[P], ot = t.$options.props;
1352
+ for (var A = t._props, k = t.$options._propKeys || [], M = 0; M < k.length; M++) {
1353
+ var G = k[M], ot = t.$options.props;
1354
1354
  A[G] = Ks(G, ot, s, t);
1355
1355
  }
1356
1356
  Tt(!0), t.$options.propsData = s;
@@ -1506,8 +1506,8 @@ function Rs(t, s, e, i, a) {
1506
1506
  return oe(i, t.scopedSlots, this.slots());
1507
1507
  }
1508
1508
  }), c && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = oe(i, t.scopedSlots, this.$slots)), r._scopeId ? this._c = function(h, g, A, k) {
1509
- var P = Re(o, h, g, A, k, p);
1510
- return P && !I(P) && (P.fnScopeId = r._scopeId, P.fnContext = i), P;
1509
+ var M = Re(o, h, g, A, k, p);
1510
+ return M && !I(M) && (M.fnScopeId = r._scopeId, M.fnContext = i), M;
1511
1511
  } : this._c = function(h, g, A, k) {
1512
1512
  return Re(o, h, g, A, k, p);
1513
1513
  };
@@ -2147,14 +2147,14 @@ function Uo(t) {
2147
2147
  e[a] !== i[a] && (s || (s = {}), s[a] = e[a]);
2148
2148
  return s;
2149
2149
  }
2150
- function M(t) {
2151
- process.env.NODE_ENV !== "production" && !(this instanceof M) && m("Vue is a constructor and should be called with the `new` keyword"), this._init(t);
2150
+ function P(t) {
2151
+ process.env.NODE_ENV !== "production" && !(this instanceof P) && m("Vue is a constructor and should be called with the `new` keyword"), this._init(t);
2152
2152
  }
2153
- Qo(M);
2154
- Mo(M);
2155
- Ur(M);
2156
- Gr(M);
2157
- kr(M);
2153
+ Qo(P);
2154
+ Mo(P);
2155
+ Ur(P);
2156
+ Gr(P);
2157
+ kr(P);
2158
2158
  function Vo(t) {
2159
2159
  t.use = function(s) {
2160
2160
  var e = this._installedPlugins || (this._installedPlugins = []);
@@ -2298,19 +2298,19 @@ function Yo(t) {
2298
2298
  t.options[e + "s"] = /* @__PURE__ */ Object.create(null);
2299
2299
  }), t.options._base = t, S(t.options.components, Ko), Vo(t), Go(t), Ro(t), jo(t);
2300
2300
  }
2301
- Yo(M);
2302
- Object.defineProperty(M.prototype, "$isServer", {
2301
+ Yo(P);
2302
+ Object.defineProperty(P.prototype, "$isServer", {
2303
2303
  get: Ae
2304
2304
  });
2305
- Object.defineProperty(M.prototype, "$ssrContext", {
2305
+ Object.defineProperty(P.prototype, "$ssrContext", {
2306
2306
  get: function() {
2307
2307
  return this.$vnode && this.$vnode.ssrContext;
2308
2308
  }
2309
2309
  });
2310
- Object.defineProperty(M, "FunctionalRenderContext", {
2310
+ Object.defineProperty(P, "FunctionalRenderContext", {
2311
2311
  value: Rs
2312
2312
  });
2313
- M.version = Or;
2313
+ P.version = Or;
2314
2314
  var Ho = z("style,class"), Wo = z("input,textarea,option,select,progress"), zo = function(t, s, e) {
2315
2315
  return e === "value" && Wo(t) && s !== "button" || e === "selected" && t === "option" || e === "checked" && t === "input" || e === "muted" && t === "video";
2316
2316
  }, nn = z("contenteditable,draggable,spellcheck"), Zo = z("events,caret,typing,plaintext-only"), Xo = function(t, s) {
@@ -2528,13 +2528,13 @@ function wc(t) {
2528
2528
  if (d(y)) {
2529
2529
  var w = d(u.componentInstance) && y.keepAlive;
2530
2530
  if (d(y = y.hook) && d(y = y.init) && y(u, !1), d(u.componentInstance))
2531
- return k(u, l), G(f, u.elm, v), O(w) && P(u, l, f, v), !0;
2531
+ return k(u, l), G(f, u.elm, v), O(w) && M(u, l, f, v), !0;
2532
2532
  }
2533
2533
  }
2534
2534
  function k(u, l) {
2535
2535
  d(u.data.pendingInsert) && (l.push.apply(l, u.data.pendingInsert), u.data.pendingInsert = null), u.elm = u.componentInstance.$el, K(u) ? (Y(u, l), xt(u)) : (Wt(u), l.push(u));
2536
2536
  }
2537
- function P(u, l, f, v) {
2537
+ function M(u, l, f, v) {
2538
2538
  for (var y, w = u; w.componentInstance; )
2539
2539
  if (w = w.componentInstance._vnode, d(y = w.data) && d(y = y.transition)) {
2540
2540
  for (y = 0; y < i.activate.length; ++y)
@@ -3106,11 +3106,11 @@ function Ns(t, s) {
3106
3106
  d(e._leaveCb) && (e._leaveCb.cancelled = !0, e._leaveCb());
3107
3107
  var i = hn(t.data.transition);
3108
3108
  if (!C(i) && !(d(e._enterCb) || e.nodeType !== 1)) {
3109
- for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, c = i.enterActiveClass, p = i.appearClass, h = i.appearToClass, g = i.appearActiveClass, A = i.beforeEnter, k = i.enter, P = i.afterEnter, G = i.enterCancelled, ot = i.beforeAppear, K = i.appear, Y = i.afterAppear, xt = i.appearCancelled, qt = i.duration, Bt = Qt, ct = Qt.$vnode; ct && ct.parent; )
3109
+ for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, c = i.enterActiveClass, p = i.appearClass, h = i.appearToClass, g = i.appearActiveClass, A = i.beforeEnter, k = i.enter, M = i.afterEnter, G = i.enterCancelled, ot = i.beforeAppear, K = i.appear, Y = i.afterAppear, xt = i.appearCancelled, qt = i.duration, Bt = Qt, ct = Qt.$vnode; ct && ct.parent; )
3110
3110
  Bt = ct.context, ct = ct.parent;
3111
3111
  var tt = !Bt._isMounted || !t.isRootInsert;
3112
3112
  if (!(tt && !K && K !== "")) {
3113
- var se = tt && p ? p : r, jt = tt && g ? g : c, Ie = tt && h ? h : o, lt = tt && ot || A, mt = tt && D(K) ? K : k, St = tt && Y || P, be = tt && xt || G, gt = ce(V(qt) ? qt.enter : qt);
3113
+ var se = tt && p ? p : r, jt = tt && g ? g : c, Ie = tt && h ? h : o, lt = tt && ot || A, mt = tt && D(K) ? K : k, St = tt && Y || M, be = tt && xt || G, gt = ce(V(qt) ? qt.enter : qt);
3114
3114
  process.env.NODE_ENV !== "production" && gt != null && Cn(gt, "enter", t);
3115
3115
  var _t = a !== !1 && !$t, u = $s(mt), l = e._enterCb = Qe(function() {
3116
3116
  _t && (dt(e, Ie), dt(e, jt)), l.cancelled ? (_t && dt(e, se), be && be(e)) : St && St(e), e._enterCb = null;
@@ -3132,7 +3132,7 @@ function yn(t, s) {
3132
3132
  return s();
3133
3133
  if (d(e._leaveCb))
3134
3134
  return;
3135
- var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, c = i.leaveActiveClass, p = i.beforeLeave, h = i.leave, g = i.afterLeave, A = i.leaveCancelled, k = i.delayLeave, P = i.duration, G = a !== !1 && !$t, ot = $s(h), K = ce(V(P) ? P.leave : P);
3135
+ var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, c = i.leaveActiveClass, p = i.beforeLeave, h = i.leave, g = i.afterLeave, A = i.leaveCancelled, k = i.delayLeave, M = i.duration, G = a !== !1 && !$t, ot = $s(h), K = ce(V(M) ? M.leave : M);
3136
3136
  process.env.NODE_ENV !== "production" && d(K) && Cn(K, "leave", t);
3137
3137
  var Y = e._leaveCb = Qe(function() {
3138
3138
  e.parentNode && e.parentNode._pending && (e.parentNode._pending[t.key] = null), G && (dt(e, o), dt(e, c)), Y.cancelled ? (G && dt(e, r), A && A(e)) : (s(), g && g(e)), e._leaveCb = null;
@@ -3432,23 +3432,24 @@ var pl = {
3432
3432
  Transition: nl,
3433
3433
  TransitionGroup: rl
3434
3434
  };
3435
- M.config.mustUseProp = zo;
3436
- M.config.isReservedTag = on;
3437
- M.config.isReservedAttr = Ho;
3438
- M.config.getTagNamespace = rc;
3439
- M.config.isUnknownElement = oc;
3440
- S(M.options.directives, tl);
3441
- S(M.options.components, pl);
3442
- M.prototype.__patch__ = _ ? Zc : Q;
3443
- M.prototype.$mount = function(t, s) {
3435
+ P.config.mustUseProp = zo;
3436
+ P.config.isReservedTag = on;
3437
+ P.config.isReservedAttr = Ho;
3438
+ P.config.getTagNamespace = rc;
3439
+ P.config.isUnknownElement = oc;
3440
+ S(P.options.directives, tl);
3441
+ S(P.options.components, pl);
3442
+ P.prototype.__patch__ = _ ? Zc : Q;
3443
+ P.prototype.$mount = function(t, s) {
3444
3444
  return t = t && _ ? cc(t) : void 0, Rr(this, t, s);
3445
3445
  };
3446
3446
  _ && setTimeout(function() {
3447
- B.devtools && (Fe ? Fe.emit("init", M) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](`Download the Vue Devtools extension for a better development experience:
3447
+ B.devtools && (Fe ? Fe.emit("init", P) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](`Download the Vue Devtools extension for a better development experience:
3448
3448
  https://github.com/vuejs/vue-devtools`)), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && B.productionTip !== !1 && typeof console < "u" && console[console.info ? "info" : "log"](`You are running Vue in development mode.
3449
3449
  Make sure to turn on production mode when deploying for production.
3450
3450
  See more tips at https://vuejs.org/guide/deployment.html`);
3451
3451
  }, 0);
3452
+ P.util.warn;
3452
3453
  const ul = {
3453
3454
  name: "TopPopup",
3454
3455
  props: {
@@ -3606,8 +3607,8 @@ function L(t, s, e, i, a, n, r, o) {
3606
3607
  if (c.functional) {
3607
3608
  c._injectStyles = p;
3608
3609
  var h = c.render;
3609
- c.render = function(k, P) {
3610
- return p.call(P), h(k, P);
3610
+ c.render = function(k, M) {
3611
+ return p.call(M), h(k, M);
3611
3612
  };
3612
3613
  } else {
3613
3614
  var g = c.beforeCreate;
@@ -3625,7 +3626,7 @@ var fl = /* @__PURE__ */ L(
3625
3626
  hl,
3626
3627
  !1,
3627
3628
  ml,
3628
- "5e392d42",
3629
+ "210912ea",
3629
3630
  null,
3630
3631
  null
3631
3632
  );
@@ -3921,7 +3922,7 @@ var kl = /* @__PURE__ */ L(
3921
3922
  Tl,
3922
3923
  !1,
3923
3924
  wl,
3924
- "2d4b6adf",
3925
+ "50bc4264",
3925
3926
  null,
3926
3927
  null
3927
3928
  );
@@ -4137,7 +4138,7 @@ var Bl = /* @__PURE__ */ L(
4137
4138
  xl,
4138
4139
  !1,
4139
4140
  Sl,
4140
- "7ee87e48",
4141
+ "40105646",
4141
4142
  null,
4142
4143
  null
4143
4144
  );
@@ -4490,7 +4491,7 @@ var Ll = /* @__PURE__ */ L(
4490
4491
  Ml,
4491
4492
  !1,
4492
4493
  Ql,
4493
- "156c4610",
4494
+ "cc989400",
4494
4495
  null,
4495
4496
  null
4496
4497
  );
@@ -4607,7 +4608,7 @@ var ql = /* @__PURE__ */ L(
4607
4608
  Jl,
4608
4609
  !1,
4609
4610
  jl,
4610
- "79d9d777",
4611
+ "14feaea8",
4611
4612
  null,
4612
4613
  null
4613
4614
  );
@@ -4762,7 +4763,7 @@ var zl = /* @__PURE__ */ L(
4762
4763
  Wl,
4763
4764
  !1,
4764
4765
  Zl,
4765
- "a791e974",
4766
+ "2d2ad14a",
4766
4767
  null,
4767
4768
  null
4768
4769
  );
@@ -4782,6 +4783,11 @@ const Mn = /* @__PURE__ */ function() {
4782
4783
  TopTips: rt
4783
4784
  },
4784
4785
  props: {
4786
+ extraReqParams: {
4787
+ type: Object,
4788
+ default: () => {
4789
+ }
4790
+ },
4785
4791
  isCheckType: {
4786
4792
  type: String,
4787
4793
  default: "0"
@@ -5257,6 +5263,7 @@ const Mn = /* @__PURE__ */ function() {
5257
5263
  handleSongshen() {
5258
5264
  if (this.btnLoading = !0, this.resubmit)
5259
5265
  this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
5266
+ ...this.extraReqParams,
5260
5267
  processInstId: this.processId,
5261
5268
  isClearHistory: this.isClearHistory,
5262
5269
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -5285,6 +5292,7 @@ const Mn = /* @__PURE__ */ function() {
5285
5292
  }
5286
5293
  this.request.post("/aws/pis/createAndStart", t).then((s) => {
5287
5294
  s.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn"), this.btnLoading = !1) : s.code == 499 ? this.request.post("/aws/pis/reactivate", {
5295
+ ...this.extraReqParams,
5288
5296
  processInstId: this.processId,
5289
5297
  isClearHistory: this.isClearHistory,
5290
5298
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -5570,7 +5578,7 @@ var sp = /* @__PURE__ */ L(
5570
5578
  ep,
5571
5579
  !1,
5572
5580
  ip,
5573
- "795bb16c",
5581
+ "c4cea0fc",
5574
5582
  null,
5575
5583
  null
5576
5584
  );
@@ -5961,7 +5969,7 @@ var lp = /* @__PURE__ */ L(
5961
5969
  cp,
5962
5970
  !1,
5963
5971
  pp,
5964
- "26dcacc2",
5972
+ "91a8c922",
5965
5973
  null,
5966
5974
  null
5967
5975
  );
@@ -6090,7 +6098,7 @@ var mp = /* @__PURE__ */ L(
6090
6098
  hp,
6091
6099
  !1,
6092
6100
  gp,
6093
- "66478dbb",
6101
+ "31f47025",
6094
6102
  null,
6095
6103
  null
6096
6104
  );
@@ -6455,7 +6463,7 @@ var Cp = /* @__PURE__ */ L(
6455
6463
  vp,
6456
6464
  !1,
6457
6465
  Ip,
6458
- "5404e958",
6466
+ "fa1f7e38",
6459
6467
  null,
6460
6468
  null
6461
6469
  );
@@ -6820,7 +6828,7 @@ var Np = /* @__PURE__ */ L(
6820
6828
  kp,
6821
6829
  !1,
6822
6830
  Ep,
6823
- "c63f72a8",
6831
+ "4894837a",
6824
6832
  null,
6825
6833
  null
6826
6834
  );
@@ -7261,7 +7269,7 @@ var Pp = /* @__PURE__ */ L(
7261
7269
  Dp,
7262
7270
  !1,
7263
7271
  Mp,
7264
- "078c4342",
7272
+ "b5d401fe",
7265
7273
  null,
7266
7274
  null
7267
7275
  );
@@ -7427,7 +7435,7 @@ var Vp = /* @__PURE__ */ L(
7427
7435
  Fp,
7428
7436
  !1,
7429
7437
  Gp,
7430
- "512c55fc",
7438
+ "4f495b92",
7431
7439
  null,
7432
7440
  null
7433
7441
  );
@@ -8568,7 +8576,7 @@ var su = /* @__PURE__ */ L(
8568
8576
  tu,
8569
8577
  !1,
8570
8578
  iu,
8571
- "6ac35ed1",
8579
+ "3074ddd4",
8572
8580
  null,
8573
8581
  null
8574
8582
  );
@@ -8920,7 +8928,7 @@ var cu = /* @__PURE__ */ L(
8920
8928
  ru,
8921
8929
  !1,
8922
8930
  lu,
8923
- "8c55a162",
8931
+ "662bc3da",
8924
8932
  null,
8925
8933
  null
8926
8934
  );
@@ -9230,7 +9238,7 @@ var fu = /* @__PURE__ */ L(
9230
9238
  du,
9231
9239
  !1,
9232
9240
  mu,
9233
- "1201c4ee",
9241
+ "73ae14be",
9234
9242
  null,
9235
9243
  null
9236
9244
  );
@@ -10160,7 +10168,7 @@ var Nu = /* @__PURE__ */ L(
10160
10168
  wu,
10161
10169
  !1,
10162
10170
  Eu,
10163
- "ce860e12",
10171
+ "ca7d686a",
10164
10172
  null,
10165
10173
  null
10166
10174
  );