ddy-process-h5 1.0.1-rc.2.1 → 1.0.1-rc.2.2
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/ddy-process-h5.js +100 -81
- package/v2/ddy-process-h5.umd.cjs +9 -9
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +1081 -1062
- package/v2.7/ddy-process-h5.umd.cjs +12 -12
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +1085 -1100
- package/v3/ddy-process-h5.umd.cjs +9 -9
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -18826,7 +18826,7 @@ var xC = function() {
|
|
|
18826
18826
|
}, [e._v(" " + e._s(n.routeTxt.userNames) + " ")]) : e._e()], 2)])]);
|
|
18827
18827
|
}) : e._e()], 2), e.endNode ? i("div", {
|
|
18828
18828
|
staticClass: "treenode-single"
|
|
18829
|
-
},
|
|
18829
|
+
}, e._l(e.nodeItems, function(n) {
|
|
18830
18830
|
return i("div", {
|
|
18831
18831
|
staticClass: "treenode-single-items"
|
|
18832
18832
|
}, [i("div", {
|
|
@@ -18849,7 +18849,7 @@ var xC = function() {
|
|
|
18849
18849
|
}, [e._v(" \u8BBE\u7F6E ")])], i("div", {
|
|
18850
18850
|
staticClass: "items-person-name"
|
|
18851
18851
|
}, [!e.partNode[n.id] && n.humanPerformerName == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D" && n.noPersonnel ? i("div", [e._v(" \u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E ")]) : e._e(), e._v(" " + e._s(e.partNode[n.id] ? e.partNode[n.id].join(",") : "") + " ")])], 2) : e._e()])]);
|
|
18852
|
-
})
|
|
18852
|
+
}), 0) : e._e(), i("TopPopup", {
|
|
18853
18853
|
ref: "TopPopup",
|
|
18854
18854
|
attrs: {
|
|
18855
18855
|
visible: e.visible,
|
|
@@ -19161,7 +19161,7 @@ var kC = /* @__PURE__ */ ye(
|
|
|
19161
19161
|
TC,
|
|
19162
19162
|
!1,
|
|
19163
19163
|
NC,
|
|
19164
|
-
"
|
|
19164
|
+
"79f50d8c",
|
|
19165
19165
|
null,
|
|
19166
19166
|
null
|
|
19167
19167
|
);
|
|
@@ -19177,35 +19177,30 @@ var SC = function() {
|
|
|
19177
19177
|
return i("div", {
|
|
19178
19178
|
staticClass: "test"
|
|
19179
19179
|
}, [e.nodeItems && e.nodeItems.length ? i("div", e._l(e.nodeItems, function(n, s) {
|
|
19180
|
-
var r;
|
|
19181
19180
|
return i("div", {
|
|
19182
19181
|
key: s,
|
|
19183
19182
|
staticClass: "treeperson"
|
|
19184
|
-
}, [
|
|
19183
|
+
}, [n.branches && n.branches.length ? [e.nodeType == "nexting" && n.nodeType != "inclusiveGateway" ? [n.nodeType == "exclusiveGateway" && n.branches.length > 1 ? i("div", {
|
|
19185
19184
|
staticClass: "treeperson-firstnode"
|
|
19186
|
-
}, [
|
|
19187
|
-
staticClass: "treeperson-title"
|
|
19188
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19189
|
-
staticClass: "treeperson-title--re"
|
|
19190
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19185
|
+
}, [e._m(0, !0), e._l(n.branches, function(r, a) {
|
|
19191
19186
|
return i("div", {
|
|
19192
|
-
key:
|
|
19187
|
+
key: a,
|
|
19193
19188
|
staticClass: "treeperson-radio",
|
|
19194
|
-
class: e.firstCheck == (
|
|
19189
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19195
19190
|
on: {
|
|
19196
|
-
click: function(
|
|
19197
|
-
return e.handleFirstNodeClick(
|
|
19191
|
+
click: function(o) {
|
|
19192
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19198
19193
|
}
|
|
19199
19194
|
}
|
|
19200
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19195
|
+
}, [i("span"), e._v(" " + e._s(r.id.includes("Flow") ? r.nodeName || r.name : r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name || r.nodeName || r.name : r.nodeName || r.name) + " ")]);
|
|
19201
19196
|
})], 2) : n.nodeType == "exclusiveGateway" && n.branches.length == 1 ? i("div", {
|
|
19202
19197
|
staticClass: "treeperson-firstnode"
|
|
19203
|
-
},
|
|
19198
|
+
}, e._l(n.branches, function(r, a) {
|
|
19204
19199
|
return i("div", [i("span"), i("TreePerson", {
|
|
19205
19200
|
ref: "TreePersonRef",
|
|
19206
19201
|
refInFor: !0,
|
|
19207
19202
|
attrs: {
|
|
19208
|
-
items:
|
|
19203
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r],
|
|
19209
19204
|
nodeType: "nexting",
|
|
19210
19205
|
param: e.param
|
|
19211
19206
|
},
|
|
@@ -19214,41 +19209,33 @@ var SC = function() {
|
|
|
19214
19209
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19215
19210
|
}
|
|
19216
19211
|
})], 1);
|
|
19217
|
-
})
|
|
19212
|
+
}), 0) : n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19218
19213
|
staticClass: "treeperson-firstnode"
|
|
19219
|
-
}, [
|
|
19220
|
-
staticClass: "treeperson-title"
|
|
19221
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-2\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19222
|
-
staticClass: "treeperson-title--re"
|
|
19223
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19214
|
+
}, [e._m(1, !0), e._l(n.branches, function(r, a) {
|
|
19224
19215
|
return i("div", {
|
|
19225
|
-
key:
|
|
19216
|
+
key: a,
|
|
19226
19217
|
staticClass: "treeperson-radio",
|
|
19227
|
-
class: e.firstCheck == (
|
|
19218
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19228
19219
|
on: {
|
|
19229
|
-
click: function(
|
|
19230
|
-
return e.handleMultiFirstNodeClick(
|
|
19220
|
+
click: function(o) {
|
|
19221
|
+
return e.handleMultiFirstNodeClick(r);
|
|
19231
19222
|
}
|
|
19232
19223
|
}
|
|
19233
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19224
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19234
19225
|
})], 2) : i("div", {
|
|
19235
19226
|
staticClass: "treeperson-firstnode"
|
|
19236
|
-
}, [
|
|
19237
|
-
staticClass: "treeperson-title"
|
|
19238
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-3\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19239
|
-
staticClass: "treeperson-title--re"
|
|
19240
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19227
|
+
}, [e._m(2, !0), e._l(n.branches, function(r, a) {
|
|
19241
19228
|
return i("div", {
|
|
19242
|
-
key:
|
|
19229
|
+
key: a,
|
|
19243
19230
|
staticClass: "treeperson-radio",
|
|
19244
|
-
class: e.firstCheck == (
|
|
19231
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19245
19232
|
on: {
|
|
19246
|
-
click: function(
|
|
19247
|
-
return e.handleFirstNodeClick(
|
|
19233
|
+
click: function(o) {
|
|
19234
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19248
19235
|
}
|
|
19249
19236
|
}
|
|
19250
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19251
|
-
})], 2),
|
|
19237
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19238
|
+
})], 2), e.childrenItems && e.childrenItems.length > 0 && e.childrenItems[0].nodeInfoDTO && e.childrenItems[0].nodeInfoDTO.nodeType != "userTask" ? [i("TreePerson", {
|
|
19252
19239
|
key: e.firstCheck,
|
|
19253
19240
|
ref: "TreePersonRef",
|
|
19254
19241
|
refInFor: !0,
|
|
@@ -19276,25 +19263,23 @@ var SC = function() {
|
|
|
19276
19263
|
}
|
|
19277
19264
|
})]] : e.nodeType == "nexting" && n.nodeType == "inclusiveGateway" ? [n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19278
19265
|
staticClass: "treeperson-firstnode"
|
|
19279
|
-
}, [i("div", {
|
|
19280
|
-
staticClass: "treeperson-
|
|
19281
|
-
},
|
|
19282
|
-
staticClass: "treeperson-title--re"
|
|
19283
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19266
|
+
}, [e._m(3, !0), i("div", {
|
|
19267
|
+
staticClass: "treeperson-checkbox-box"
|
|
19268
|
+
}, e._l(n.branches, function(r, a) {
|
|
19284
19269
|
return i("div", {
|
|
19285
|
-
key:
|
|
19270
|
+
key: a,
|
|
19286
19271
|
staticClass: "treeperson-checkbox",
|
|
19287
|
-
class: e.firstMultiCheck.includes(
|
|
19272
|
+
class: e.firstMultiCheck.includes(r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-checkbox-active" : "",
|
|
19288
19273
|
on: {
|
|
19289
|
-
click: function(
|
|
19290
|
-
return e.handleMultiFirstNodeClick(
|
|
19274
|
+
click: function(o) {
|
|
19275
|
+
return e.handleMultiFirstNodeClick(r, n.branches);
|
|
19291
19276
|
}
|
|
19292
19277
|
}
|
|
19293
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19294
|
-
})
|
|
19278
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19279
|
+
}), 0)]) : e._e(), e._l(e.filterMultiItems(n.branches), function(r) {
|
|
19295
19280
|
return [i("TreeNode", {
|
|
19296
19281
|
attrs: {
|
|
19297
|
-
items:
|
|
19282
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r.nodeInfoDTO ? r.nodeInfoDTO : r],
|
|
19298
19283
|
endNode: !0,
|
|
19299
19284
|
nodeType: e.nodeType,
|
|
19300
19285
|
param: e.param,
|
|
@@ -19306,19 +19291,19 @@ var SC = function() {
|
|
|
19306
19291
|
onVars: e.onVars
|
|
19307
19292
|
}
|
|
19308
19293
|
})];
|
|
19309
|
-
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(
|
|
19294
|
+
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(4, !0), n.type == "ExclusiveGatewayModel" && n.branches.length == 1 ? e._e() : i("div", {
|
|
19310
19295
|
staticClass: "treeperson-firstnode"
|
|
19311
|
-
}, e._l(n.branches, function(
|
|
19296
|
+
}, e._l(n.branches, function(r, a) {
|
|
19312
19297
|
return i("div", {
|
|
19313
|
-
key:
|
|
19298
|
+
key: a,
|
|
19314
19299
|
staticClass: "treeperson-checkbox",
|
|
19315
|
-
class: e.firstCheck ==
|
|
19300
|
+
class: e.firstCheck == r.id ? "treeperson-checkbox-active" : "",
|
|
19316
19301
|
on: {
|
|
19317
|
-
click: function(
|
|
19318
|
-
return e.handleFirstNodeClick(
|
|
19302
|
+
click: function(o) {
|
|
19303
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19319
19304
|
}
|
|
19320
19305
|
}
|
|
19321
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19306
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19322
19307
|
}), 0), i("TreeNode", {
|
|
19323
19308
|
attrs: {
|
|
19324
19309
|
items: e.childrenItems,
|
|
@@ -19332,7 +19317,7 @@ var SC = function() {
|
|
|
19332
19317
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19333
19318
|
onVars: e.onVars
|
|
19334
19319
|
}
|
|
19335
|
-
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(
|
|
19320
|
+
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(5, !0), e.nodeType == "nexting" ? [i("TreeNode", {
|
|
19336
19321
|
attrs: {
|
|
19337
19322
|
items: [n.branches[0]],
|
|
19338
19323
|
endNode: e.childrenEndItems,
|
|
@@ -19358,22 +19343,18 @@ var SC = function() {
|
|
|
19358
19343
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19359
19344
|
onVars: e.onVars
|
|
19360
19345
|
}
|
|
19361
|
-
})]] : n.id || n.nodeInfoDTO && n.nodeInfoDTO.id ? [e.nodeType == "nexting" ? [
|
|
19362
|
-
staticClass: "treeperson-title"
|
|
19363
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B95\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19364
|
-
staticClass: "treeperson-title--re"
|
|
19365
|
-
}, [e._v("*")])]), e._l(n.nodeInfoDTO.branches, function(a, o) {
|
|
19346
|
+
})]] : n.id || n.nodeInfoDTO && n.nodeInfoDTO.id ? [e.nodeType == "nexting" ? [n.nodeInfoDTO && n.nodeInfoDTO.nodeType == "exclusiveGateway" ? [e._m(6, !0), e._l(n.nodeInfoDTO.branches, function(r, a) {
|
|
19366
19347
|
return i("div", {
|
|
19367
|
-
key:
|
|
19348
|
+
key: a,
|
|
19368
19349
|
staticClass: "treeperson-radio",
|
|
19369
|
-
class: e.firstCheck == (
|
|
19350
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19370
19351
|
on: {
|
|
19371
|
-
click: function(
|
|
19372
|
-
return e.handleFirstNodeClick(
|
|
19352
|
+
click: function(o) {
|
|
19353
|
+
return e.handleFirstNodeClick(r, n.nodeInfoDTO.branches);
|
|
19373
19354
|
}
|
|
19374
19355
|
}
|
|
19375
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19376
|
-
}), i("
|
|
19356
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19357
|
+
}), i("TreePerson", {
|
|
19377
19358
|
key: e.firstCheck,
|
|
19378
19359
|
ref: "TreePersonRef",
|
|
19379
19360
|
refInFor: !0,
|
|
@@ -19386,11 +19367,7 @@ var SC = function() {
|
|
|
19386
19367
|
onMultiNode: e.onMultiNode,
|
|
19387
19368
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19388
19369
|
}
|
|
19389
|
-
})] : [i("
|
|
19390
|
-
staticClass: "treeperson-title"
|
|
19391
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B94\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19392
|
-
staticClass: "treeperson-title--re"
|
|
19393
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(JSON.stringify(n, null, 2)))]), i("TreeNode", {
|
|
19370
|
+
})] : [e._m(7, !0), i("TreeNode", {
|
|
19394
19371
|
attrs: {
|
|
19395
19372
|
items: [n.nodeInfoDTO ? n.nodeInfoDTO : n],
|
|
19396
19373
|
endNode: e.childrenEndItems,
|
|
@@ -19416,20 +19393,62 @@ var SC = function() {
|
|
|
19416
19393
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19417
19394
|
onVars: e.onVars
|
|
19418
19395
|
}
|
|
19419
|
-
})]] :
|
|
19396
|
+
})]] : void 0], 2);
|
|
19420
19397
|
}), 0) : e._e()]);
|
|
19421
19398
|
}, DC = [function() {
|
|
19422
19399
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19423
19400
|
return i("div", {
|
|
19424
19401
|
staticClass: "treeperson-title"
|
|
19425
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19402
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19403
|
+
staticClass: "treeperson-title--re"
|
|
19404
|
+
}, [e._v("*")])]);
|
|
19405
|
+
}, function() {
|
|
19406
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19407
|
+
return i("div", {
|
|
19408
|
+
staticClass: "treeperson-title"
|
|
19409
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19410
|
+
staticClass: "treeperson-title--re"
|
|
19411
|
+
}, [e._v("*")])]);
|
|
19412
|
+
}, function() {
|
|
19413
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19414
|
+
return i("div", {
|
|
19415
|
+
staticClass: "treeperson-title"
|
|
19416
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19417
|
+
staticClass: "treeperson-title--re"
|
|
19418
|
+
}, [e._v("*")])]);
|
|
19419
|
+
}, function() {
|
|
19420
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19421
|
+
return i("div", {
|
|
19422
|
+
staticClass: "treeperson-title"
|
|
19423
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19424
|
+
staticClass: "treeperson-title--re"
|
|
19425
|
+
}, [e._v("*")])]);
|
|
19426
|
+
}, function() {
|
|
19427
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19428
|
+
return i("div", {
|
|
19429
|
+
staticClass: "treeperson-title"
|
|
19430
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19431
|
+
staticClass: "treeperson-title--re"
|
|
19432
|
+
}, [e._v("*")])]);
|
|
19433
|
+
}, function() {
|
|
19434
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19435
|
+
return i("div", {
|
|
19436
|
+
staticClass: "treeperson-title"
|
|
19437
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19438
|
+
staticClass: "treeperson-title--re"
|
|
19439
|
+
}, [e._v("*")])]);
|
|
19440
|
+
}, function() {
|
|
19441
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19442
|
+
return i("div", {
|
|
19443
|
+
staticClass: "treeperson-title"
|
|
19444
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19426
19445
|
staticClass: "treeperson-title--re"
|
|
19427
19446
|
}, [e._v("*")])]);
|
|
19428
19447
|
}, function() {
|
|
19429
19448
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19430
19449
|
return i("div", {
|
|
19431
19450
|
staticClass: "treeperson-title"
|
|
19432
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19451
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19433
19452
|
staticClass: "treeperson-title--re"
|
|
19434
19453
|
}, [e._v("*")])]);
|
|
19435
19454
|
}];
|
|
@@ -19549,7 +19568,7 @@ var MC = /* @__PURE__ */ ye(
|
|
|
19549
19568
|
DC,
|
|
19550
19569
|
!1,
|
|
19551
19570
|
BC,
|
|
19552
|
-
"
|
|
19571
|
+
"7f369078",
|
|
19553
19572
|
null,
|
|
19554
19573
|
null
|
|
19555
19574
|
);
|
|
@@ -20284,7 +20303,7 @@ const YC = {
|
|
|
20284
20303
|
const s = t.every((r) => {
|
|
20285
20304
|
console.log(r, "item");
|
|
20286
20305
|
let a = this.multiNodeParticipant[r.id];
|
|
20287
|
-
a = a.filter((l) => l);
|
|
20306
|
+
a = (a || []).filter((l) => l);
|
|
20288
20307
|
const o = a && a.length > 0;
|
|
20289
20308
|
return o || (n = r), console.log(o, "v"), o;
|
|
20290
20309
|
});
|
|
@@ -20783,7 +20802,7 @@ var zC = /* @__PURE__ */ ye(
|
|
|
20783
20802
|
WC,
|
|
20784
20803
|
!1,
|
|
20785
20804
|
XC,
|
|
20786
|
-
"
|
|
20805
|
+
"d6ebd5f8",
|
|
20787
20806
|
null,
|
|
20788
20807
|
null
|
|
20789
20808
|
);
|