ui-process-h5 2.5.11 → 2.5.13-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2/style.css +1 -1
- package/v2/ui-process-h5.js +214 -165
- package/v2/ui-process-h5.umd.cjs +5 -5
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +136 -87
- package/v2.7/ui-process-h5.umd.cjs +6 -6
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +771 -720
- package/v3/ui-process-h5.umd.cjs +4 -4
package/v2/ui-process-h5.js
CHANGED
|
@@ -102,14 +102,14 @@ function ys(e, s) {
|
|
|
102
102
|
i[t] = e[t + s];
|
|
103
103
|
return i;
|
|
104
104
|
}
|
|
105
|
-
function
|
|
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 zn(e) {
|
|
111
111
|
for (var s = {}, t = 0; t < e.length; t++)
|
|
112
|
-
e[t] &&
|
|
112
|
+
e[t] && O(s, e[t]);
|
|
113
113
|
return s;
|
|
114
114
|
}
|
|
115
115
|
function L(e, s, t) {
|
|
@@ -174,7 +174,7 @@ var bi = "data-server-rendered", ss = [
|
|
|
174
174
|
"deactivated",
|
|
175
175
|
"errorCaptured",
|
|
176
176
|
"serverPrefetch"
|
|
177
|
-
],
|
|
177
|
+
], S = {
|
|
178
178
|
optionMergeStrategies: /* @__PURE__ */ Object.create(null),
|
|
179
179
|
silent: !1,
|
|
180
180
|
productionTip: process.env.NODE_ENV !== "production",
|
|
@@ -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,
|
|
257
|
+
var A = L, Ks = L, os = L, De = 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) {
|
|
@@ -263,10 +263,10 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
263
263
|
};
|
|
264
264
|
A = function(e, s) {
|
|
265
265
|
var t = s ? os(s) : "";
|
|
266
|
-
|
|
266
|
+
S.warnHandler ? S.warnHandler.call(null, e, s, t) : Ni && !S.silent && console.error("[Vue warn]: " + e + t);
|
|
267
267
|
}, Ks = function(e, s) {
|
|
268
|
-
Ni && !
|
|
269
|
-
},
|
|
268
|
+
Ni && !S.silent && console.warn("[Vue tip]: " + e + (s ? os(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, n = t.__file;
|
|
@@ -276,7 +276,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
276
276
|
}
|
|
277
277
|
return (i ? "<" + xr(i) + ">" : "<Anonymous>") + (n && s !== !1 ? " at " + n : "");
|
|
278
278
|
};
|
|
279
|
-
var
|
|
279
|
+
var Sr = 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(n, a) {
|
|
302
|
-
return "" + (a === 0 ? "---> " :
|
|
302
|
+
return "" + (a === 0 ? "---> " : Sr(" ", 5 + a * 2)) + (Array.isArray(n) ? De(n[0]) + "... (" + n[1] + " recursive calls)" : De(n));
|
|
303
303
|
}).join(`
|
|
304
304
|
`);
|
|
305
305
|
} else
|
|
306
306
|
return `
|
|
307
307
|
|
|
308
|
-
(found in ` +
|
|
308
|
+
(found in ` + De(e) + ")";
|
|
309
309
|
};
|
|
310
310
|
}
|
|
311
|
-
var
|
|
312
|
-
this.id =
|
|
311
|
+
var Or = 0, Y = function() {
|
|
312
|
+
this.id = Or++, this.subs = [];
|
|
313
313
|
};
|
|
314
314
|
Y.prototype.addSub = function(s) {
|
|
315
315
|
this.subs.push(s);
|
|
@@ -322,7 +322,7 @@ Y.prototype.depend = function() {
|
|
|
322
322
|
};
|
|
323
323
|
Y.prototype.notify = function() {
|
|
324
324
|
var s = this.subs.slice();
|
|
325
|
-
process.env.NODE_ENV !== "production" && !
|
|
325
|
+
process.env.NODE_ENV !== "production" && !S.async && s.sort(function(n, a) {
|
|
326
326
|
return n.id - a.id;
|
|
327
327
|
});
|
|
328
328
|
for (var t = 0, i = s.length; t < i; t++)
|
|
@@ -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),
|
|
367
|
+
var aa = Array.prototype, Rt = Object.create(aa), Dr = [
|
|
368
368
|
"push",
|
|
369
369
|
"pop",
|
|
370
370
|
"shift",
|
|
@@ -373,7 +373,7 @@ var aa = Array.prototype, Rt = Object.create(aa), Sr = [
|
|
|
373
373
|
"sort",
|
|
374
374
|
"reverse"
|
|
375
375
|
];
|
|
376
|
-
|
|
376
|
+
Dr.forEach(function(e) {
|
|
377
377
|
var s = aa[e];
|
|
378
378
|
st(Rt, e, function() {
|
|
379
379
|
for (var i = [], n = arguments.length; n--; )
|
|
@@ -469,7 +469,7 @@ function oa(e) {
|
|
|
469
469
|
for (var s = void 0, t = 0, i = e.length; t < i; t++)
|
|
470
470
|
s = e[t], s && s.__ob__ && s.__ob__.dep.depend(), Array.isArray(s) && oa(s);
|
|
471
471
|
}
|
|
472
|
-
var X =
|
|
472
|
+
var X = S.optionMergeStrategies;
|
|
473
473
|
process.env.NODE_ENV !== "production" && (X.el = X.propsData = function(e, s, t, i) {
|
|
474
474
|
return t || A(
|
|
475
475
|
'option "' + i + '" can only be used during instance creation with the `new` keyword.'
|
|
@@ -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),
|
|
516
|
+
return s ? (process.env.NODE_ENV !== "production" && zs(i, s, t), O(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
|
-
|
|
527
|
+
O(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
|
|
538
|
+
return O(n, e), s && O(n, s), n;
|
|
539
539
|
};
|
|
540
540
|
X.provide = Ts;
|
|
541
541
|
var la = function(e, s) {
|
|
@@ -548,7 +548,7 @@ function Vr(e) {
|
|
|
548
548
|
function Ws(e) {
|
|
549
549
|
new RegExp("^[a-zA-Z][\\-\\.0-9_" + ea.source + "]*$").test(e) || A(
|
|
550
550
|
'Invalid component name: "' + e + '". Component names should conform to valid custom element name in html5 specification.'
|
|
551
|
-
), (gr(e) ||
|
|
551
|
+
), (gr(e) || S.isReservedTag(e)) && A(
|
|
552
552
|
"Do not use built-in or reserved HTML elements as component id: " + e
|
|
553
553
|
);
|
|
554
554
|
}
|
|
@@ -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) ?
|
|
583
|
+
i[a] = R(r) ? O({ from: a }, r) : { from: r };
|
|
584
584
|
}
|
|
585
585
|
else
|
|
586
586
|
process.env.NODE_ENV !== "production" && A(
|
|
@@ -786,15 +786,15 @@ function it(e, s, t, i, n) {
|
|
|
786
786
|
return a;
|
|
787
787
|
}
|
|
788
788
|
function xi(e, s, t) {
|
|
789
|
-
if (
|
|
789
|
+
if (S.errorHandler)
|
|
790
790
|
try {
|
|
791
|
-
return
|
|
791
|
+
return S.errorHandler.call(null, e, s, t);
|
|
792
792
|
} catch (i) {
|
|
793
|
-
i !== e &&
|
|
793
|
+
i !== e && Si(i, null, "config.errorHandler");
|
|
794
794
|
}
|
|
795
|
-
|
|
795
|
+
Si(e, s, t);
|
|
796
796
|
}
|
|
797
|
-
function
|
|
797
|
+
function Si(e, s, t) {
|
|
798
798
|
if (process.env.NODE_ENV !== "production" && A("Error in " + t + ': "' + e.toString() + '"', s), (j || qs) && typeof console < "u")
|
|
799
799
|
console.error(e);
|
|
800
800
|
else
|
|
@@ -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
|
|
819
|
-
Xr.observe(
|
|
818
|
+
var St = 1, Xr = new MutationObserver(xt), Oi = document.createTextNode(String(St));
|
|
819
|
+
Xr.observe(Oi, {
|
|
820
820
|
characterData: !0
|
|
821
821
|
}), dt = function() {
|
|
822
|
-
|
|
822
|
+
St = (St + 1) % 2, Oi.data = String(St);
|
|
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
|
-
),
|
|
850
|
+
), Di = 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
|
|
@@ -860,7 +860,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
860
860
|
}, Pi = typeof Proxy < "u" && Qe(Proxy);
|
|
861
861
|
if (Pi) {
|
|
862
862
|
var eo = W("stop,prevent,self,ctrl,shift,alt,meta,exact");
|
|
863
|
-
|
|
863
|
+
S.keyCodes = new Proxy(S.keyCodes, {
|
|
864
864
|
set: function(s, t, i) {
|
|
865
865
|
return eo(t) ? (A("Avoid overwriting built-in modifier in config.keyCodes: ." + t), !1) : (s[t] = i, !0);
|
|
866
866
|
}
|
|
@@ -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) :
|
|
872
|
+
return !i && !n && (t in s.$data ? Mi(s, t) : Di(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) :
|
|
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
|
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 ' +
|
|
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 + '".'
|
|
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 =
|
|
1118
|
+
n ? (t = t || {}, i && (process.env.NODE_ENV !== "production" && !U(i) && A("slot v-bind without argument expects an Object", this), t = O(O({}, 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
|
}
|
|
@@ -1126,8 +1126,8 @@ function Ui(e, s) {
|
|
|
1126
1126
|
return Array.isArray(e) ? e.indexOf(s) === -1 : e !== s;
|
|
1127
1127
|
}
|
|
1128
1128
|
function fo(e, s, t, i, n) {
|
|
1129
|
-
var a =
|
|
1130
|
-
return n && i && !
|
|
1129
|
+
var a = S.keyCodes[s] || t;
|
|
1130
|
+
return n && i && !S.keyCodes[s] ? Ui(n, i) : a ? Ui(a, e) : i ? je(i) !== s : e === void 0;
|
|
1131
1131
|
}
|
|
1132
1132
|
function mo(e, s, t, i, n) {
|
|
1133
1133
|
if (t)
|
|
@@ -1143,7 +1143,7 @@ function mo(e, s, t, i, n) {
|
|
|
1143
1143
|
a = e;
|
|
1144
1144
|
else {
|
|
1145
1145
|
var u = e.attrs && e.attrs.type;
|
|
1146
|
-
a = i ||
|
|
1146
|
+
a = i || S.mustUseProp(s, u, l) ? e.domProps || (e.domProps = {}) : e.attrs || (e.attrs = {});
|
|
1147
1147
|
}
|
|
1148
1148
|
var h = Ge(l), m = je(l);
|
|
1149
1149
|
if (!(h in a) && !(m in a) && (a[l] = t[l], n)) {
|
|
@@ -1187,7 +1187,7 @@ function vo(e, s) {
|
|
|
1187
1187
|
this
|
|
1188
1188
|
);
|
|
1189
1189
|
else {
|
|
1190
|
-
var t = e.on = e.on ?
|
|
1190
|
+
var t = e.on = e.on ? O({}, 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 =
|
|
1315
|
-
return
|
|
1314
|
+
if (C(e.cid) && (r = e, e = Do(r, a), e === void 0))
|
|
1315
|
+
return Oo(
|
|
1316
1316
|
r,
|
|
1317
1317
|
s,
|
|
1318
1318
|
t,
|
|
@@ -1388,11 +1388,11 @@ Always create fresh vnode data objects in each render!`,
|
|
|
1388
1388
|
var a, r;
|
|
1389
1389
|
if (typeof s == "string") {
|
|
1390
1390
|
var o;
|
|
1391
|
-
r = e.$vnode && e.$vnode.ns ||
|
|
1391
|
+
r = e.$vnode && e.$vnode.ns || S.getTagNamespace(s), S.isReservedTag(s) ? (process.env.NODE_ENV !== "production" && d(t) && d(t.nativeOn) && t.tag !== "component" && A(
|
|
1392
1392
|
"The .native modifier for v-on is only valid on components but it was used on <" + s + ">.",
|
|
1393
1393
|
e
|
|
1394
1394
|
), a = new q(
|
|
1395
|
-
|
|
1395
|
+
S.parsePlatformTagName(s),
|
|
1396
1396
|
t,
|
|
1397
1397
|
i,
|
|
1398
1398
|
void 0,
|
|
@@ -1436,7 +1436,7 @@ function xo(e) {
|
|
|
1436
1436
|
}, !0)) : (te(e, "$attrs", n && n.attrs || Z, null, !0), te(e, "$listeners", s._parentListeners || Z, null, !0));
|
|
1437
1437
|
}
|
|
1438
1438
|
var xs = null;
|
|
1439
|
-
function
|
|
1439
|
+
function So(e) {
|
|
1440
1440
|
ma(e.prototype), e.prototype.$nextTick = function(s) {
|
|
1441
1441
|
return $s(s, this);
|
|
1442
1442
|
}, e.prototype._render = function() {
|
|
@@ -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
|
|
1473
|
+
function Oo(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
|
|
1477
|
+
function Do(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 ' +
|
|
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 + '".'
|
|
1583
1583
|
);
|
|
1584
1584
|
}
|
|
1585
1585
|
var a = i._events[t];
|
|
@@ -1635,7 +1635,7 @@ function Go(e, s, t) {
|
|
|
1635
1635
|
e
|
|
1636
1636
|
))), se(e, "beforeMount");
|
|
1637
1637
|
var i;
|
|
1638
|
-
return process.env.NODE_ENV !== "production" &&
|
|
1638
|
+
return process.env.NODE_ENV !== "production" && S.performance && re ? i = function() {
|
|
1639
1639
|
var n = e._name, a = e._uid, r = "vue-perf-start:" + a, o = "vue-perf-end:" + a;
|
|
1640
1640
|
re(r);
|
|
1641
1641
|
var l = e._render();
|
|
@@ -1698,19 +1698,19 @@ function se(e, s) {
|
|
|
1698
1698
|
it(t[n], e, null, e, i);
|
|
1699
1699
|
e._hasHookEvent && e.$emit("hook:" + s), bt();
|
|
1700
1700
|
}
|
|
1701
|
-
var _o = 100, de = [], ai = [], yt = {}, Ut = {},
|
|
1701
|
+
var _o = 100, de = [], ai = [], yt = {}, Ut = {}, Ss = !1, ri = !1, Xe = 0;
|
|
1702
1702
|
function Ro() {
|
|
1703
|
-
Xe = de.length = ai.length = 0, yt = {}, process.env.NODE_ENV !== "production" && (Ut = {}),
|
|
1703
|
+
Xe = de.length = ai.length = 0, yt = {}, process.env.NODE_ENV !== "production" && (Ut = {}), Ss = ri = !1;
|
|
1704
1704
|
}
|
|
1705
|
-
var Ta = 0,
|
|
1705
|
+
var Ta = 0, Os = Date.now;
|
|
1706
1706
|
if (j && !rt) {
|
|
1707
1707
|
var ps = window.performance;
|
|
1708
|
-
ps && typeof ps.now == "function" &&
|
|
1708
|
+
ps && typeof ps.now == "function" && Os() > document.createEvent("Event").timeStamp && (Os = function() {
|
|
1709
1709
|
return ps.now();
|
|
1710
1710
|
});
|
|
1711
1711
|
}
|
|
1712
1712
|
function qi() {
|
|
1713
|
-
Ta =
|
|
1713
|
+
Ta = Os(), ri = !0;
|
|
1714
1714
|
var e, s;
|
|
1715
1715
|
for (de.sort(function(n, a) {
|
|
1716
1716
|
return n.id - a.id;
|
|
@@ -1723,7 +1723,7 @@ function qi() {
|
|
|
1723
1723
|
break;
|
|
1724
1724
|
}
|
|
1725
1725
|
var t = ai.slice(), i = de.slice();
|
|
1726
|
-
Ro(), Ko(t), qo(i), _t &&
|
|
1726
|
+
Ro(), Ko(t), qo(i), _t && S.devtools && _t.emit("flush");
|
|
1727
1727
|
}
|
|
1728
1728
|
function qo(e) {
|
|
1729
1729
|
for (var s = e.length; s--; ) {
|
|
@@ -1748,8 +1748,8 @@ function Yo(e) {
|
|
|
1748
1748
|
t--;
|
|
1749
1749
|
de.splice(t + 1, 0, e);
|
|
1750
1750
|
}
|
|
1751
|
-
if (!
|
|
1752
|
-
if (
|
|
1751
|
+
if (!Ss) {
|
|
1752
|
+
if (Ss = !0, process.env.NODE_ENV !== "production" && !S.async) {
|
|
1753
1753
|
qi();
|
|
1754
1754
|
return;
|
|
1755
1755
|
}
|
|
@@ -1847,7 +1847,7 @@ function zo(e, s) {
|
|
|
1847
1847
|
var u = Xs(l, s, t, e);
|
|
1848
1848
|
if (process.env.NODE_ENV !== "production") {
|
|
1849
1849
|
var h = je(l);
|
|
1850
|
-
(Hn(h) ||
|
|
1850
|
+
(Hn(h) || S.isReservedAttr(h)) && A(
|
|
1851
1851
|
'"' + h + '" is a reserved attribute and cannot be used as component prop.',
|
|
1852
1852
|
e
|
|
1853
1853
|
), te(i, l, u, function() {
|
|
@@ -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
|
-
|
|
1951
|
+
Ds(e, t, i[n]);
|
|
1952
1952
|
else
|
|
1953
|
-
|
|
1953
|
+
Ds(e, t, i);
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
function
|
|
1956
|
+
function Ds(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
|
|
1977
|
+
return Ds(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) {
|
|
@@ -1992,11 +1992,11 @@ function al(e) {
|
|
|
1992
1992
|
var t = this;
|
|
1993
1993
|
t._uid = nl++;
|
|
1994
1994
|
var i, n;
|
|
1995
|
-
process.env.NODE_ENV !== "production" &&
|
|
1995
|
+
process.env.NODE_ENV !== "production" && S.performance && re && (i = "vue-perf-start:" + t._uid, n = "vue-perf-end:" + t._uid, re(i)), t._isVue = !0, s && s._isComponent ? rl(t, s) : t.$options = Re(
|
|
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" &&
|
|
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" && S.performance && re && (t._name = De(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 &&
|
|
2015
|
+
n && O(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
|
|
2027
|
-
process.env.NODE_ENV !== "production" && !(this instanceof
|
|
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);
|
|
2028
2028
|
}
|
|
2029
|
-
al(
|
|
2030
|
-
il(
|
|
2031
|
-
Fo(
|
|
2032
|
-
Vo(
|
|
2033
|
-
|
|
2029
|
+
al(D);
|
|
2030
|
+
il(D);
|
|
2031
|
+
Fo(D);
|
|
2032
|
+
Vo(D);
|
|
2033
|
+
So(D);
|
|
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 =
|
|
2066
|
+
}), r && (o.options.components[r] = o), o.superOptions = i.options, o.extendOptions = t, o.sealedOptions = O({}, 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
|
|
2089
|
+
function Ot(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
|
|
2138
|
+
return Ot(t, i);
|
|
2139
2139
|
});
|
|
2140
2140
|
}), this.$watch("exclude", function(t) {
|
|
2141
2141
|
Hi(s, function(i) {
|
|
2142
|
-
return !
|
|
2142
|
+
return !Ot(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 || !
|
|
2153
|
+
if (r && (!n || !Ot(r, n)) || o && n && Ot(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;
|
|
@@ -2163,35 +2163,35 @@ var Wi = [String, RegExp, Array], fl = {
|
|
|
2163
2163
|
function Al(e) {
|
|
2164
2164
|
var s = {};
|
|
2165
2165
|
s.get = function() {
|
|
2166
|
-
return
|
|
2166
|
+
return S;
|
|
2167
2167
|
}, process.env.NODE_ENV !== "production" && (s.set = function() {
|
|
2168
2168
|
A(
|
|
2169
2169
|
"Do not replace the Vue.config object, set individual fields instead."
|
|
2170
2170
|
);
|
|
2171
2171
|
}), Object.defineProperty(e, "config", s), e.util = {
|
|
2172
2172
|
warn: A,
|
|
2173
|
-
extend:
|
|
2173
|
+
extend: O,
|
|
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,
|
|
2180
|
+
}), e.options._base = e, O(e.options.components, ml), ll(e), cl(e), pl(e), hl(e);
|
|
2181
2181
|
}
|
|
2182
|
-
Al(
|
|
2183
|
-
Object.defineProperty(
|
|
2182
|
+
Al(D);
|
|
2183
|
+
Object.defineProperty(D.prototype, "$isServer", {
|
|
2184
2184
|
get: is
|
|
2185
2185
|
});
|
|
2186
|
-
Object.defineProperty(
|
|
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(
|
|
2191
|
+
Object.defineProperty(D, "FunctionalRenderContext", {
|
|
2192
2192
|
value: si
|
|
2193
2193
|
});
|
|
2194
|
-
|
|
2194
|
+
D.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
|
|
2259
|
-
function
|
|
2258
|
+
var Dt = /* @__PURE__ */ Object.create(null);
|
|
2259
|
+
function Sl(e) {
|
|
2260
2260
|
if (!j)
|
|
2261
2261
|
return !0;
|
|
2262
2262
|
if (Ea(e))
|
|
2263
2263
|
return !1;
|
|
2264
|
-
if (e = e.toLowerCase(),
|
|
2265
|
-
return
|
|
2264
|
+
if (e = e.toLowerCase(), Dt[e] != null)
|
|
2265
|
+
return Dt[e];
|
|
2266
2266
|
var s = document.createElement(e);
|
|
2267
|
-
return e.indexOf("-") > -1 ?
|
|
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
|
|
2270
|
+
function Ol(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 Dl(e) {
|
|
|
2276
2276
|
} else
|
|
2277
2277
|
return e;
|
|
2278
2278
|
}
|
|
2279
|
-
function
|
|
2279
|
+
function Dl(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:
|
|
2317
|
+
createElement: Dl,
|
|
2318
2318
|
createElementNS: Ml,
|
|
2319
2319
|
createTextNode: Pl,
|
|
2320
2320
|
createComment: Ql,
|
|
@@ -2345,7 +2345,7 @@ function $e(e, s) {
|
|
|
2345
2345
|
}
|
|
2346
2346
|
}
|
|
2347
2347
|
var Me = new q("", {}, []), pt = ["create", "activate", "update", "remove", "destroy"];
|
|
2348
|
-
function
|
|
2348
|
+
function Se(e, s) {
|
|
2349
2349
|
return e.key === s.key && e.asyncFactory === s.asyncFactory && (e.tag === s.tag && e.isComment === s.isComment && d(e.data) === d(s.data) && Kl(e, s) || M(e.isAsyncPlaceholder) && C(s.asyncFactory.error));
|
|
2350
2350
|
}
|
|
2351
2351
|
function Kl(e, s) {
|
|
@@ -2379,9 +2379,9 @@ function Hl(e) {
|
|
|
2379
2379
|
d(c) && a.removeChild(c, p);
|
|
2380
2380
|
}
|
|
2381
2381
|
function u(p, c) {
|
|
2382
|
-
return !c && !p.ns && !(
|
|
2382
|
+
return !c && !p.ns && !(S.ignoredElements.length && S.ignoredElements.some(function(f) {
|
|
2383
2383
|
return Kn(f) ? f.test(p.tag) : f === p.tag;
|
|
2384
|
-
})) &&
|
|
2384
|
+
})) && S.isUnknownElement(p.tag);
|
|
2385
2385
|
}
|
|
2386
2386
|
var h = 0;
|
|
2387
2387
|
function m(p, c, f, g, y, N, k) {
|
|
@@ -2475,7 +2475,7 @@ function Hl(e) {
|
|
|
2475
2475
|
function lt(p, c, f, g, y) {
|
|
2476
2476
|
var N = 0, k = 0, b = c.length - 1, x = c[0], w = c[b], E = f.length - 1, P = f[0], z = f[E], xe, ge, ve, Ci, rs = !y;
|
|
2477
2477
|
for (process.env.NODE_ENV !== "production" && Ye(f); N <= b && k <= E; )
|
|
2478
|
-
C(x) ? x = c[++N] : C(w) ? w = c[--b] :
|
|
2478
|
+
C(x) ? x = c[++N] : C(w) ? w = c[--b] : Se(x, P) ? (pe(x, P, g, f, k), x = c[++N], P = f[++k]) : Se(w, z) ? (pe(w, z, g, f, E), w = c[--b], z = f[--E]) : Se(x, z) ? (pe(x, z, g, f, E), rs && a.insertBefore(p, x.elm, a.nextSibling(w.elm)), x = c[++N], z = f[--E]) : Se(w, P) ? (pe(w, P, g, f, k), rs && a.insertBefore(p, w.elm, x.elm), w = c[--b], P = f[++k]) : (C(xe) && (xe = Yl(c, N, b)), ge = d(P.key) ? xe[P.key] : Nt(P, c, N, b), C(ge) ? m(P, g, p, x.elm, !1, f, k) : (ve = c[ge], Se(ve, P) ? (pe(ve, P, g, f, k), c[ge] = void 0, rs && a.insertBefore(p, ve.elm, x.elm)) : m(P, g, p, x.elm, !1, f, k)), P = f[++k]);
|
|
2479
2479
|
N > b ? (Ci = C(f[E + 1]) ? null : f[E + 1].elm, Ke(p, Ci, f, k, E, g)) : k > E && ce(c, N, b);
|
|
2480
2480
|
}
|
|
2481
2481
|
function Ye(p) {
|
|
@@ -2490,7 +2490,7 @@ function Hl(e) {
|
|
|
2490
2490
|
function Nt(p, c, f, g) {
|
|
2491
2491
|
for (var y = f; y < g; y++) {
|
|
2492
2492
|
var N = c[y];
|
|
2493
|
-
if (d(N) &&
|
|
2493
|
+
if (d(N) && Se(p, N))
|
|
2494
2494
|
return y;
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
@@ -2577,7 +2577,7 @@ function Hl(e) {
|
|
|
2577
2577
|
N = !0, m(f, k);
|
|
2578
2578
|
else {
|
|
2579
2579
|
var b = d(c.nodeType);
|
|
2580
|
-
if (!b &&
|
|
2580
|
+
if (!b && Se(c, f))
|
|
2581
2581
|
pe(c, f, k, null, null, y);
|
|
2582
2582
|
else {
|
|
2583
2583
|
if (b) {
|
|
@@ -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 =
|
|
2678
|
+
d(l.__ob__) && (l = s.data.attrs = O({}, 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 =
|
|
2767
|
+
d(r.__ob__) && (r = s.data.domProps = O({}, 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 ?
|
|
2829
|
+
return e.staticStyle ? O(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)) &&
|
|
2839
|
-
(i = fs(e.data)) &&
|
|
2838
|
+
n = n.componentInstance._vnode, n && n.data && (i = fs(n.data)) && O(t, i);
|
|
2839
|
+
(i = fs(e.data)) && O(t, i);
|
|
2840
2840
|
for (var a = e; a = a.parent; )
|
|
2841
|
-
a.data && (i = fs(a.data)) &&
|
|
2841
|
+
a.data && (i = fs(a.data)) && O(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__) ?
|
|
2870
|
+
s.data.normalizedStyle = d(h.__ob__) ? O({}, h) : h;
|
|
2871
2871
|
var m = dc(s, !0);
|
|
2872
2872
|
for (a in u)
|
|
2873
2873
|
C(m[a]) && rn(r, a, "");
|
|
@@ -2878,11 +2878,11 @@ function ln(e, s) {
|
|
|
2878
2878
|
var mc = {
|
|
2879
2879
|
create: ln,
|
|
2880
2880
|
update: ln
|
|
2881
|
-
},
|
|
2882
|
-
function
|
|
2881
|
+
}, Sa = /\s+/;
|
|
2882
|
+
function Oa(e, s) {
|
|
2883
2883
|
if (!(!s || !(s = s.trim())))
|
|
2884
2884
|
if (e.classList)
|
|
2885
|
-
s.indexOf(" ") > -1 ? s.split(
|
|
2885
|
+
s.indexOf(" ") > -1 ? s.split(Sa).forEach(function(i) {
|
|
2886
2886
|
return e.classList.add(i);
|
|
2887
2887
|
}) : e.classList.add(s);
|
|
2888
2888
|
else {
|
|
@@ -2890,10 +2890,10 @@ function Da(e, s) {
|
|
|
2890
2890
|
t.indexOf(" " + s + " ") < 0 && e.setAttribute("class", (t + s).trim());
|
|
2891
2891
|
}
|
|
2892
2892
|
}
|
|
2893
|
-
function
|
|
2893
|
+
function Da(e, s) {
|
|
2894
2894
|
if (!(!s || !(s = s.trim())))
|
|
2895
2895
|
if (e.classList)
|
|
2896
|
-
s.indexOf(" ") > -1 ? s.split(
|
|
2896
|
+
s.indexOf(" ") > -1 ? s.split(Sa).forEach(function(n) {
|
|
2897
2897
|
return e.classList.remove(n);
|
|
2898
2898
|
}) : e.classList.remove(s), e.classList.length || e.removeAttribute("class");
|
|
2899
2899
|
else {
|
|
@@ -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 &&
|
|
2909
|
+
return e.css !== !1 && O(s, cn(e.name || "v")), O(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),
|
|
2935
|
+
t.indexOf(s) < 0 && (t.push(s), Oa(e, s));
|
|
2936
2936
|
}
|
|
2937
2937
|
function he(e, s) {
|
|
2938
|
-
e._transitionClasses && fe(e._transitionClasses, s),
|
|
2938
|
+
e._transitionClasses && fe(e._transitionClasses, s), Da(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 =
|
|
3231
|
+
var m = h.data.transition = O({}, 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 =
|
|
3250
|
+
}, ja = O({
|
|
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(
|
|
3292
|
+
!s.length || !this.hasMove(s[0].elm, t) || (s.forEach(Sc), s.forEach(Oc), s.forEach(Dc), 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,20 +3306,20 @@ var xc = {
|
|
|
3306
3306
|
return this._hasMove;
|
|
3307
3307
|
var i = s.cloneNode();
|
|
3308
3308
|
s._transitionClasses && s._transitionClasses.forEach(function(a) {
|
|
3309
|
-
|
|
3310
|
-
}),
|
|
3309
|
+
Da(i, a);
|
|
3310
|
+
}), Oa(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
|
}
|
|
3314
3314
|
}
|
|
3315
3315
|
};
|
|
3316
|
-
function
|
|
3316
|
+
function Sc(e) {
|
|
3317
3317
|
e.elm._moveCb && e.elm._moveCb(), e.elm._enterCb && e.elm._enterCb();
|
|
3318
3318
|
}
|
|
3319
|
-
function
|
|
3319
|
+
function Oc(e) {
|
|
3320
3320
|
e.data.newPos = e.elm.getBoundingClientRect();
|
|
3321
3321
|
}
|
|
3322
|
-
function
|
|
3322
|
+
function Dc(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,22 +3331,22 @@ var Mc = {
|
|
|
3331
3331
|
Transition: Bc,
|
|
3332
3332
|
TransitionGroup: xc
|
|
3333
3333
|
};
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
D
|
|
3340
|
-
D
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
return e = e && j ?
|
|
3334
|
+
D.config.mustUseProp = yl;
|
|
3335
|
+
D.config.isReservedTag = Ea;
|
|
3336
|
+
D.config.isReservedAttr = gl;
|
|
3337
|
+
D.config.getTagNamespace = xl;
|
|
3338
|
+
D.config.isUnknownElement = Sl;
|
|
3339
|
+
O(D.options.directives, Tc);
|
|
3340
|
+
O(D.options.components, Mc);
|
|
3341
|
+
D.prototype.__patch__ = j ? Cc : L;
|
|
3342
|
+
D.prototype.$mount = function(e, s) {
|
|
3343
|
+
return e = e && j ? Ol(e) : void 0, Go(this, e, s);
|
|
3344
3344
|
};
|
|
3345
3345
|
j && setTimeout(function() {
|
|
3346
|
-
|
|
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
|
-
)), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" &&
|
|
3349
|
+
)), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && S.productionTip !== !1 && typeof console < "u" && console[console.info ? "info" : "log"](
|
|
3350
3350
|
`You are running Vue in development mode.
|
|
3351
3351
|
Make sure to turn on production mode when deploying for production.
|
|
3352
3352
|
See more tips at https://vuejs.org/guide/deployment.html`
|
|
@@ -3443,8 +3443,8 @@ function Fc(e) {
|
|
|
3443
3443
|
}
|
|
3444
3444
|
var _s = void 0;
|
|
3445
3445
|
try {
|
|
3446
|
-
var
|
|
3447
|
-
|
|
3446
|
+
var Oe = require("vue");
|
|
3447
|
+
Oe && yn(Oe) ? _s = Oe : Oe && "default" in Oe && yn(Oe.default) && (_s = Oe.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 ||
|
|
4072
|
+
e = e || D, e && !e.__composition_api_installed__ && e.use(ar);
|
|
4073
4073
|
}
|
|
4074
|
-
lp(
|
|
4075
|
-
|
|
4074
|
+
lp(D);
|
|
4075
|
+
D.version;
|
|
4076
4076
|
const cp = {
|
|
4077
4077
|
name: "TopPopup",
|
|
4078
4078
|
props: {
|
|
@@ -4758,7 +4758,7 @@ var Np = function() {
|
|
|
4758
4758
|
staticClass: "attch-list--label"
|
|
4759
4759
|
}, [e._v("\u6682\u65E0\u9644\u4EF6")])]);
|
|
4760
4760
|
}];
|
|
4761
|
-
const
|
|
4761
|
+
const Sn = {};
|
|
4762
4762
|
var Ep = /* @__PURE__ */ Q(
|
|
4763
4763
|
kp,
|
|
4764
4764
|
Np,
|
|
@@ -4770,12 +4770,12 @@ var Ep = /* @__PURE__ */ Q(
|
|
|
4770
4770
|
null
|
|
4771
4771
|
);
|
|
4772
4772
|
function Bp(e) {
|
|
4773
|
-
for (let s in
|
|
4774
|
-
this[s] =
|
|
4773
|
+
for (let s in Sn)
|
|
4774
|
+
this[s] = Sn[s];
|
|
4775
4775
|
}
|
|
4776
4776
|
const xp = /* @__PURE__ */ function() {
|
|
4777
4777
|
return Ep.exports;
|
|
4778
|
-
}(),
|
|
4778
|
+
}(), Sp = {
|
|
4779
4779
|
name: "TopTab",
|
|
4780
4780
|
components: {
|
|
4781
4781
|
TopPopup: $,
|
|
@@ -4935,7 +4935,7 @@ const xp = /* @__PURE__ */ function() {
|
|
|
4935
4935
|
}
|
|
4936
4936
|
}
|
|
4937
4937
|
};
|
|
4938
|
-
var
|
|
4938
|
+
var Op = function() {
|
|
4939
4939
|
var e = this, s = e.$createElement, t = e._self._c || s;
|
|
4940
4940
|
return t("div", {
|
|
4941
4941
|
staticClass: "tops-tab"
|
|
@@ -5085,12 +5085,12 @@ var Dp = function() {
|
|
|
5085
5085
|
}
|
|
5086
5086
|
}, [e._v(e._s(i.assigneeNames))])])])]);
|
|
5087
5087
|
}) : e._e()], 2)], 1);
|
|
5088
|
-
},
|
|
5089
|
-
const
|
|
5088
|
+
}, Dp = [];
|
|
5089
|
+
const On = {};
|
|
5090
5090
|
var Mp = /* @__PURE__ */ Q(
|
|
5091
|
+
Sp,
|
|
5091
5092
|
Op,
|
|
5092
5093
|
Dp,
|
|
5093
|
-
Sp,
|
|
5094
5094
|
!1,
|
|
5095
5095
|
Pp,
|
|
5096
5096
|
"228ef79e",
|
|
@@ -5098,8 +5098,8 @@ var Mp = /* @__PURE__ */ Q(
|
|
|
5098
5098
|
null
|
|
5099
5099
|
);
|
|
5100
5100
|
function Pp(e) {
|
|
5101
|
-
for (let s in
|
|
5102
|
-
this[s] =
|
|
5101
|
+
for (let s in On)
|
|
5102
|
+
this[s] = On[s];
|
|
5103
5103
|
}
|
|
5104
5104
|
const Qp = /* @__PURE__ */ function() {
|
|
5105
5105
|
return Mp.exports;
|
|
@@ -5203,7 +5203,7 @@ var Vp = function() {
|
|
|
5203
5203
|
style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
5204
5204
|
})]) : e._e();
|
|
5205
5205
|
}, Gp = [];
|
|
5206
|
-
const
|
|
5206
|
+
const Dn = {};
|
|
5207
5207
|
var Jp = /* @__PURE__ */ Q(
|
|
5208
5208
|
Up,
|
|
5209
5209
|
Vp,
|
|
@@ -5215,8 +5215,8 @@ var Jp = /* @__PURE__ */ Q(
|
|
|
5215
5215
|
null
|
|
5216
5216
|
);
|
|
5217
5217
|
function _p(e) {
|
|
5218
|
-
for (let s in
|
|
5219
|
-
this[s] =
|
|
5218
|
+
for (let s in Dn)
|
|
5219
|
+
this[s] = Dn[s];
|
|
5220
5220
|
}
|
|
5221
5221
|
const le = /* @__PURE__ */ function() {
|
|
5222
5222
|
return Jp.exports;
|
|
@@ -7462,7 +7462,7 @@ var Bu = function() {
|
|
|
7462
7462
|
}
|
|
7463
7463
|
})], 1) : e._e();
|
|
7464
7464
|
}, xu = [];
|
|
7465
|
-
const
|
|
7465
|
+
const Su = {
|
|
7466
7466
|
name: "TreeNode",
|
|
7467
7467
|
components: {
|
|
7468
7468
|
TopPopup: $,
|
|
@@ -7733,22 +7733,22 @@ const Ou = {
|
|
|
7733
7733
|
}
|
|
7734
7734
|
}
|
|
7735
7735
|
}, Vn = {};
|
|
7736
|
-
var
|
|
7737
|
-
|
|
7736
|
+
var Ou = /* @__PURE__ */ Q(
|
|
7737
|
+
Su,
|
|
7738
7738
|
Bu,
|
|
7739
7739
|
xu,
|
|
7740
7740
|
!1,
|
|
7741
|
-
|
|
7741
|
+
Du,
|
|
7742
7742
|
"30be3c1c",
|
|
7743
7743
|
null,
|
|
7744
7744
|
null
|
|
7745
7745
|
);
|
|
7746
|
-
function
|
|
7746
|
+
function Du(e) {
|
|
7747
7747
|
for (let s in Vn)
|
|
7748
7748
|
this[s] = Vn[s];
|
|
7749
7749
|
}
|
|
7750
7750
|
const Mu = /* @__PURE__ */ function() {
|
|
7751
|
-
return
|
|
7751
|
+
return Ou.exports;
|
|
7752
7752
|
}();
|
|
7753
7753
|
var Pu = function() {
|
|
7754
7754
|
var e = this, s = e.$createElement, t = e._self._c || s;
|
|
@@ -8019,7 +8019,17 @@ var Gu = function() {
|
|
|
8019
8019
|
return e.handleMakeMsg();
|
|
8020
8020
|
}
|
|
8021
8021
|
}
|
|
8022
|
-
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), e.
|
|
8022
|
+
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), e.hasSign ? t("div", {
|
|
8023
|
+
staticClass: "process-pc-label"
|
|
8024
|
+
}, [e._v(" \u5BA1\u6279\u7B7E\u5B57"), t("span", {
|
|
8025
|
+
staticClass: "process-pc-label--re"
|
|
8026
|
+
}, [e._v("*")])]) : e._e(), e.hasSign ? t("div", {
|
|
8027
|
+
staticClass: "process-pc-value"
|
|
8028
|
+
}, [t("span", {
|
|
8029
|
+
on: {
|
|
8030
|
+
click: e.toSign
|
|
8031
|
+
}
|
|
8032
|
+
}, [e._v("\u53BB\u7B7E\u5B57")])]) : e._e(), e.taskNode && e.taskNode.length > 0 && e.taskNode[0].taskState != 4 && e.taskNode[0].taskState != 11 ? t("div", {
|
|
8023
8033
|
staticClass: "process-popup-content-person"
|
|
8024
8034
|
}, [e.nextNodeData.length ? [e.nextNodeData.length == 1 && e.nextNodeData[0].type == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : t("TreePerson", {
|
|
8025
8035
|
attrs: {
|
|
@@ -8121,7 +8131,27 @@ var Gu = function() {
|
|
|
8121
8131
|
on: {
|
|
8122
8132
|
getValue: e.getValues
|
|
8123
8133
|
}
|
|
8124
|
-
}) : e._e()
|
|
8134
|
+
}) : e._e(), t("TopPopup", {
|
|
8135
|
+
ref: "TopPopupSign",
|
|
8136
|
+
attrs: {
|
|
8137
|
+
visible: e.signVisible,
|
|
8138
|
+
titleText: "\u7B7E\u5B57",
|
|
8139
|
+
isDrawer: !0
|
|
8140
|
+
},
|
|
8141
|
+
on: {
|
|
8142
|
+
"update:visible": function(i) {
|
|
8143
|
+
return e.signVisible = i;
|
|
8144
|
+
}
|
|
8145
|
+
}
|
|
8146
|
+
}, [t("div", {
|
|
8147
|
+
staticStyle: {
|
|
8148
|
+
height: "100%"
|
|
8149
|
+
}
|
|
8150
|
+
}, [e.signVisible ? t("TopSign", {
|
|
8151
|
+
on: {
|
|
8152
|
+
saveSignature: e.handleSignature
|
|
8153
|
+
}
|
|
8154
|
+
}) : e._e()], 1)])], 2);
|
|
8125
8155
|
}, Ju = [];
|
|
8126
8156
|
const _u = {
|
|
8127
8157
|
name: "complete",
|
|
@@ -8154,6 +8184,13 @@ const _u = {
|
|
|
8154
8184
|
return this.nextNodeData[0].userTaskModelDTO.name;
|
|
8155
8185
|
}
|
|
8156
8186
|
return !1;
|
|
8187
|
+
},
|
|
8188
|
+
hasSign() {
|
|
8189
|
+
if (this.param.taskObj.activityExtendAttributes) {
|
|
8190
|
+
let e = JSON.parse(this.param.taskObj.activityExtendAttributes);
|
|
8191
|
+
return e.find((s) => s.key == "\u7B7E\u5B57") ? e.find((s) => s.key == "\u7B7E\u5B57").value == "1" : !1;
|
|
8192
|
+
} else
|
|
8193
|
+
return !1;
|
|
8157
8194
|
}
|
|
8158
8195
|
},
|
|
8159
8196
|
data() {
|
|
@@ -8205,7 +8242,9 @@ const _u = {
|
|
|
8205
8242
|
msgCheckListS: ["\u540C\u610F", "\u5DF2\u9605"],
|
|
8206
8243
|
actionName: "",
|
|
8207
8244
|
partNodeS: [],
|
|
8208
|
-
makeType: ""
|
|
8245
|
+
makeType: "",
|
|
8246
|
+
digitalSignature: "",
|
|
8247
|
+
signVisible: !1
|
|
8209
8248
|
};
|
|
8210
8249
|
},
|
|
8211
8250
|
watch: {
|
|
@@ -8385,6 +8424,10 @@ const _u = {
|
|
|
8385
8424
|
this.handleTips("\u8BF7\u8F93\u5165\u5BA1\u6279\u610F\u89C1!", !1, "success");
|
|
8386
8425
|
return;
|
|
8387
8426
|
}
|
|
8427
|
+
if (this.hasSign && !this.digitalSignature) {
|
|
8428
|
+
this.handleTips("\u8BF7\u7B7E\u5B57!", !1, "success");
|
|
8429
|
+
return;
|
|
8430
|
+
}
|
|
8388
8431
|
if (this.requires && this.attchLists.length <= 0) {
|
|
8389
8432
|
this.handleTips("\u8BF7\u4E0A\u4F20\u9644\u4EF6!", !1, "success");
|
|
8390
8433
|
return;
|
|
@@ -8420,7 +8463,7 @@ const _u = {
|
|
|
8420
8463
|
}
|
|
8421
8464
|
e = this.multiNodeParticipant;
|
|
8422
8465
|
}
|
|
8423
|
-
this.param.beforeFunction && !await this.param.beforeFunction() || (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, await this.param.request.post("/aws/tis/complete", {
|
|
8466
|
+
this.param.beforeFunction && !await this.param.beforeFunction() || (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, this.hasSign && this.digitalSignature, await this.param.request.post("/aws/tis/complete", {
|
|
8424
8467
|
actionName: this.param.actionComplete,
|
|
8425
8468
|
commentMsg: this.commentMsg,
|
|
8426
8469
|
taskInstId: this.param.taskInstId,
|
|
@@ -8482,6 +8525,12 @@ const _u = {
|
|
|
8482
8525
|
},
|
|
8483
8526
|
onVars(e) {
|
|
8484
8527
|
this.gateVars = e;
|
|
8528
|
+
},
|
|
8529
|
+
tosign() {
|
|
8530
|
+
this.signVisible = !0;
|
|
8531
|
+
},
|
|
8532
|
+
handleSignature(e, s) {
|
|
8533
|
+
this.digitalSignature = e, s && (this.signVisible = !1);
|
|
8485
8534
|
}
|
|
8486
8535
|
}
|
|
8487
8536
|
}, Jn = {};
|
|
@@ -8491,7 +8540,7 @@ var Ru = /* @__PURE__ */ Q(
|
|
|
8491
8540
|
Ju,
|
|
8492
8541
|
!1,
|
|
8493
8542
|
qu,
|
|
8494
|
-
"
|
|
8543
|
+
"c86eff6e",
|
|
8495
8544
|
null,
|
|
8496
8545
|
null
|
|
8497
8546
|
);
|
|
@@ -8787,7 +8836,7 @@ const Hu = {
|
|
|
8787
8836
|
commentMsg: this.commentMsg,
|
|
8788
8837
|
taskInstId: this.param.taskInstId
|
|
8789
8838
|
}).then((e) => {
|
|
8790
|
-
e.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips(e.msg, !0, "error");
|
|
8839
|
+
e.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), window.top.postMessage("success", "*"), this.commentMsg = "") : this.handleTips(e.msg, !0, "error");
|
|
8791
8840
|
});
|
|
8792
8841
|
},
|
|
8793
8842
|
makeDelegateTaskButtonAnnex() {
|
|
@@ -8843,7 +8892,7 @@ var Wu = /* @__PURE__ */ Q(
|
|
|
8843
8892
|
Yu,
|
|
8844
8893
|
!1,
|
|
8845
8894
|
zu,
|
|
8846
|
-
"
|
|
8895
|
+
"8c55a162",
|
|
8847
8896
|
null,
|
|
8848
8897
|
null
|
|
8849
8898
|
);
|
|
@@ -9735,7 +9784,7 @@ const cd = /* @__PURE__ */ function() {
|
|
|
9735
9784
|
switch (t && (this.operationParam.request = t, this.annexlabel = i), this.titleText = s, this.operationCom = e, this.operationParam.annex = i, this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = this.taskNode && this.taskNode.length ? this.taskNode[0].taskId : "", this.operationParam.actionName = s, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, console.log(
|
|
9736
9785
|
"outGatewayUserTaskModel",
|
|
9737
9786
|
this.outGatewayUserTaskModel
|
|
9738
|
-
), this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, this.taskObj.commentModels.some(
|
|
9787
|
+
), this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, this.operationParam.taskObj = this.taskObj, this.taskObj.commentModels.some(
|
|
9739
9788
|
(r) => this.operationParam.actionComplete = r != null && r.isDefault ? r.actionName : ""
|
|
9740
9789
|
), n) {
|
|
9741
9790
|
case "\u6284\u9001":
|