act-plus 1.1.85 → 1.1.86
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/act-plus.js +1 -1
- package/act-plus.umd.cjs +31 -31
- package/lib/{dialogAddField-599a11f8.js → dialogAddField-b0c97d68.js} +78 -57
- package/lib/{dialogConfigBtn-22fccdb6.js → dialogConfigBtn-3e4bd3f3.js} +114 -91
- package/lib/{dialogSiteComponentsParams-dab1bf57.js → dialogSiteComponentsParams-d1974596.js} +1 -1
- package/lib/{index-a5eda75c.js → index-0e5c905b.js} +1 -1
- package/lib/{index-8bebaea7.js → index-1eed15fa.js} +1 -1
- package/lib/{index-935085ca.js → index-2b9307b5.js} +148 -148
- package/lib/{index-cb6e6c06.js → index-2c0f4f19.js} +1 -1
- package/lib/{index-77a68bfe.js → index-33b1c47f.js} +1 -1
- package/lib/{index-62f68aac.js → index-4fad50f3.js} +1 -1
- package/lib/{index-a3cc5254.js → index-7f689f20.js} +1 -1
- package/lib/{index-d1b62e93.js → index-c6b82d52.js} +1159 -1154
- package/lib/{index-82fb989b.js → index-cfdbcb8f.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { _ as ce, B as be, d as fe, e as
|
|
1
|
+
import { defineAsyncComponent as P, inject as k, computed as ne, reactive as re, ref as q, watch as ie, resolveComponent as y, resolveDirective as se, openBlock as d, createBlock as m, withCtx as e, createElementVNode as me, createVNode as l, unref as o, createTextVNode as U, withDirectives as pe, toDisplayString as L, createElementBlock as b, Fragment as f, renderList as g, createCommentVNode as h } from "vue";
|
|
2
|
+
import { _ as ce, B as be, d as fe, e as ge, f as _e, Y as Ve, g as ye, h as he, i as Ce, j as Fe, k as ve } from "./index-c6b82d52.js";
|
|
3
3
|
import { useRoute as Ue } from "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const Te = { class: "dialog-footer" }, ke = {
|
|
@@ -10,17 +10,17 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
10
10
|
data: { type: Object, default: () => ({}) }
|
|
11
11
|
},
|
|
12
12
|
emits: ["update:visible", "refresh"],
|
|
13
|
-
setup(
|
|
14
|
-
const D =
|
|
13
|
+
setup(O, { emit: x }) {
|
|
14
|
+
const D = P(() => import("./index-0e5c905b.js")), E = P(() => import("./index-1eed15fa.js")), W = Ue(), Y = k("apiPrefix"), R = k("request"), I = x, N = O, j = ne(() => W.params.key);
|
|
15
15
|
let T = re((() => ({
|
|
16
16
|
btnLoading: !1
|
|
17
17
|
}))());
|
|
18
|
-
const
|
|
19
|
-
let
|
|
18
|
+
const A = k("createDefaultButtonItem"), $ = k("associationMenuList"), z = k("conditionList")();
|
|
19
|
+
let M = q([]), B = q(null), t = q(A());
|
|
20
20
|
const H = (p) => R({ url: `${Y}/icons/getAllList`, method: "post", data: p }), K = async () => {
|
|
21
21
|
try {
|
|
22
22
|
const { data: p } = await H({ dynamicFilters: [{ field: "type", operate: "Equal", value: "2" }] });
|
|
23
|
-
|
|
23
|
+
M.value = p || [];
|
|
24
24
|
} catch (p) {
|
|
25
25
|
console.error(p);
|
|
26
26
|
}
|
|
@@ -52,7 +52,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
52
52
|
}, le = (p) => {
|
|
53
53
|
S(), p();
|
|
54
54
|
}, S = () => {
|
|
55
|
-
t.value = Object.assign(t.value,
|
|
55
|
+
t.value = Object.assign(t.value, A()), B.value.resetFields(), I("update:visible", !1);
|
|
56
56
|
}, ae = (p) => {
|
|
57
57
|
p && p.validate((u) => {
|
|
58
58
|
if (u)
|
|
@@ -66,8 +66,8 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
66
66
|
});
|
|
67
67
|
};
|
|
68
68
|
return (p, u) => {
|
|
69
|
-
const c = y("el-input"), r = y("el-form-item"), s = y("el-col"),
|
|
70
|
-
return
|
|
69
|
+
const c = y("el-input"), r = y("el-form-item"), s = y("el-col"), _ = y("el-option"), V = y("el-select"), F = y("el-row"), v = y("el-button"), w = y("el-divider"), te = y("el-switch"), oe = y("el-form"), ue = y("el-dialog"), de = se("debounce");
|
|
70
|
+
return d(), m(ue, {
|
|
71
71
|
"model-value": N.visible,
|
|
72
72
|
title: N.title,
|
|
73
73
|
top: "5vh",
|
|
@@ -85,22 +85,22 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
85
85
|
loading: o(T).btnLoading,
|
|
86
86
|
onClick: S
|
|
87
87
|
}, {
|
|
88
|
-
default: e(() => [...u[
|
|
88
|
+
default: e(() => [...u[20] || (u[20] = [
|
|
89
89
|
U("取消", -1)
|
|
90
90
|
])]),
|
|
91
91
|
_: 1
|
|
92
92
|
}, 8, ["loading"]),
|
|
93
|
-
pe((
|
|
93
|
+
pe((d(), m(v, {
|
|
94
94
|
type: "primary",
|
|
95
95
|
loading: o(T).btnLoading,
|
|
96
|
-
onClick: u[
|
|
96
|
+
onClick: u[17] || (u[17] = (a) => ae(o(B)))
|
|
97
97
|
}, {
|
|
98
|
-
default: e(() => [...u[
|
|
98
|
+
default: e(() => [...u[21] || (u[21] = [
|
|
99
99
|
U("保存", -1)
|
|
100
100
|
])]),
|
|
101
101
|
_: 1
|
|
102
102
|
}, 8, ["loading"])), [
|
|
103
|
-
[
|
|
103
|
+
[de]
|
|
104
104
|
])
|
|
105
105
|
])
|
|
106
106
|
]),
|
|
@@ -129,7 +129,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
129
129
|
placeholder: "请输入按钮名称"
|
|
130
130
|
}, {
|
|
131
131
|
prepend: e(() => [
|
|
132
|
-
U(
|
|
132
|
+
U(L(o(t).permissionCode), 1)
|
|
133
133
|
]),
|
|
134
134
|
_: 1
|
|
135
135
|
}, 8, ["modelValue"])
|
|
@@ -149,7 +149,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
149
149
|
l(o(D), {
|
|
150
150
|
modelValue: o(t).btnIcon,
|
|
151
151
|
"onUpdate:modelValue": u[1] || (u[1] = (a) => o(t).btnIcon = a),
|
|
152
|
-
icons: o(
|
|
152
|
+
icons: o(M),
|
|
153
153
|
props: { value: "name", type: "btn" }
|
|
154
154
|
}, null, 8, ["modelValue", "icons"])
|
|
155
155
|
]),
|
|
@@ -194,7 +194,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
194
194
|
clearable: ""
|
|
195
195
|
}, {
|
|
196
196
|
default: e(() => [
|
|
197
|
-
(
|
|
197
|
+
(d(!0), b(f, null, g(o(be), (a, i) => (d(), m(_, {
|
|
198
198
|
key: i,
|
|
199
199
|
label: a.key,
|
|
200
200
|
value: a.value
|
|
@@ -224,7 +224,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
224
224
|
clearable: ""
|
|
225
225
|
}, {
|
|
226
226
|
default: e(() => [
|
|
227
|
-
(
|
|
227
|
+
(d(!0), b(f, null, g(o(fe), (a, i) => (d(), m(_, {
|
|
228
228
|
key: i,
|
|
229
229
|
label: a.key,
|
|
230
230
|
value: a.value
|
|
@@ -273,7 +273,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
273
273
|
clearable: ""
|
|
274
274
|
}, {
|
|
275
275
|
default: e(() => [
|
|
276
|
-
(
|
|
276
|
+
(d(!0), b(f, null, g(o(ge), (a, i) => (d(), m(_, {
|
|
277
277
|
key: i,
|
|
278
278
|
label: a.key,
|
|
279
279
|
value: a.value
|
|
@@ -287,12 +287,12 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
287
287
|
]),
|
|
288
288
|
_: 1
|
|
289
289
|
}),
|
|
290
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (
|
|
290
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (d(), m(s, {
|
|
291
291
|
key: 0,
|
|
292
292
|
span: 12
|
|
293
293
|
}, {
|
|
294
294
|
default: e(() => [
|
|
295
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (
|
|
295
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (d(), m(r, {
|
|
296
296
|
key: 0,
|
|
297
297
|
label: "提交方式",
|
|
298
298
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
@@ -307,7 +307,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
307
307
|
clearable: ""
|
|
308
308
|
}, {
|
|
309
309
|
default: e(() => [
|
|
310
|
-
(
|
|
310
|
+
(d(!0), b(f, null, g(o(_e), (a, i) => (d(), m(_, {
|
|
311
311
|
key: i,
|
|
312
312
|
label: a.key,
|
|
313
313
|
value: a.value
|
|
@@ -317,11 +317,11 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
317
317
|
}, 8, ["modelValue"])
|
|
318
318
|
]),
|
|
319
319
|
_: 1
|
|
320
|
-
})) :
|
|
320
|
+
})) : h("", !0)
|
|
321
321
|
]),
|
|
322
322
|
_: 1
|
|
323
|
-
})) :
|
|
324
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (
|
|
323
|
+
})) : h("", !0),
|
|
324
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (d(), m(s, {
|
|
325
325
|
key: 1,
|
|
326
326
|
span: 12
|
|
327
327
|
}, {
|
|
@@ -343,10 +343,33 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
343
343
|
})
|
|
344
344
|
]),
|
|
345
345
|
_: 1
|
|
346
|
-
})) :
|
|
347
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["
|
|
346
|
+
})) : h("", !0),
|
|
347
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (d(), m(s, {
|
|
348
348
|
key: 2,
|
|
349
349
|
span: 12
|
|
350
|
+
}, {
|
|
351
|
+
default: e(() => [
|
|
352
|
+
l(r, {
|
|
353
|
+
label: "导入Accept",
|
|
354
|
+
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
355
|
+
prop: "importAccept"
|
|
356
|
+
}, {
|
|
357
|
+
default: e(() => [
|
|
358
|
+
l(c, {
|
|
359
|
+
modelValue: o(t).importAccept,
|
|
360
|
+
"onUpdate:modelValue": u[9] || (u[9] = (a) => o(t).importAccept = a),
|
|
361
|
+
placeholder: "请输入导入Accept",
|
|
362
|
+
clearable: ""
|
|
363
|
+
}, null, 8, ["modelValue"])
|
|
364
|
+
]),
|
|
365
|
+
_: 1
|
|
366
|
+
})
|
|
367
|
+
]),
|
|
368
|
+
_: 1
|
|
369
|
+
})) : h("", !0),
|
|
370
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["messageBox", "executeApi"].includes(o(t).submitWay) ? (d(), m(s, {
|
|
371
|
+
key: 3,
|
|
372
|
+
span: 12
|
|
350
373
|
}, {
|
|
351
374
|
default: e(() => [
|
|
352
375
|
l(r, {
|
|
@@ -357,13 +380,13 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
357
380
|
default: e(() => [
|
|
358
381
|
l(V, {
|
|
359
382
|
modelValue: o(t).isPromptVerificationSelectTable,
|
|
360
|
-
"onUpdate:modelValue": u[
|
|
383
|
+
"onUpdate:modelValue": u[10] || (u[10] = (a) => o(t).isPromptVerificationSelectTable = a),
|
|
361
384
|
placeholder: "请选择",
|
|
362
385
|
filterable: "",
|
|
363
386
|
clearable: ""
|
|
364
387
|
}, {
|
|
365
388
|
default: e(() => [
|
|
366
|
-
(
|
|
389
|
+
(d(!0), b(f, null, g(o(Ve), (a, i) => (d(), m(_, {
|
|
367
390
|
key: i,
|
|
368
391
|
label: a.key,
|
|
369
392
|
value: a.value
|
|
@@ -376,13 +399,13 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
376
399
|
})
|
|
377
400
|
]),
|
|
378
401
|
_: 1
|
|
379
|
-
})) :
|
|
402
|
+
})) : h("", !0)
|
|
380
403
|
]),
|
|
381
404
|
_: 1
|
|
382
405
|
}),
|
|
383
|
-
l(
|
|
406
|
+
l(w, { "content-position": "left" }, {
|
|
384
407
|
default: e(() => [
|
|
385
|
-
u[
|
|
408
|
+
u[18] || (u[18] = U(" 提交字段配置 ", -1)),
|
|
386
409
|
l(v, {
|
|
387
410
|
class: "add-icon-btn",
|
|
388
411
|
type: "primary",
|
|
@@ -393,7 +416,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
393
416
|
]),
|
|
394
417
|
_: 1
|
|
395
418
|
}),
|
|
396
|
-
(
|
|
419
|
+
(d(!0), b(f, null, g(o(t).submitFields, (a, i) => (d(), m(F, {
|
|
397
420
|
gutter: 24,
|
|
398
421
|
key: i
|
|
399
422
|
}, {
|
|
@@ -408,7 +431,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
408
431
|
default: e(() => [
|
|
409
432
|
l(c, {
|
|
410
433
|
modelValue: a.submitFieldName,
|
|
411
|
-
"onUpdate:modelValue": (
|
|
434
|
+
"onUpdate:modelValue": (n) => a.submitFieldName = n,
|
|
412
435
|
placeholder: "请输入提交字段名",
|
|
413
436
|
clearable: ""
|
|
414
437
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -430,22 +453,22 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
430
453
|
l(c, {
|
|
431
454
|
placeholder: "请输入",
|
|
432
455
|
modelValue: a.matchFieldName,
|
|
433
|
-
"onUpdate:modelValue": (
|
|
456
|
+
"onUpdate:modelValue": (n) => a.matchFieldName = n,
|
|
434
457
|
clearable: ""
|
|
435
458
|
}, {
|
|
436
459
|
prepend: e(() => [
|
|
437
460
|
l(V, {
|
|
438
461
|
modelValue: a.matchType,
|
|
439
|
-
"onUpdate:modelValue": (
|
|
462
|
+
"onUpdate:modelValue": (n) => a.matchType = n,
|
|
440
463
|
placeholder: "请选择",
|
|
441
464
|
style: { width: "120px" },
|
|
442
|
-
onChange: (
|
|
465
|
+
onChange: (n) => ee(a, n)
|
|
443
466
|
}, {
|
|
444
467
|
default: e(() => [
|
|
445
|
-
(
|
|
446
|
-
key:
|
|
447
|
-
label:
|
|
448
|
-
value:
|
|
468
|
+
(d(!0), b(f, null, g(o(ye), (n, C) => (d(), m(_, {
|
|
469
|
+
key: C,
|
|
470
|
+
label: n.key,
|
|
471
|
+
value: n.value
|
|
449
472
|
}, null, 8, ["label", "value"]))), 128))
|
|
450
473
|
]),
|
|
451
474
|
_: 1
|
|
@@ -459,7 +482,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
459
482
|
]),
|
|
460
483
|
_: 2
|
|
461
484
|
}, 1024),
|
|
462
|
-
a.matchType === "match" ? (
|
|
485
|
+
a.matchType === "match" ? (d(), m(s, {
|
|
463
486
|
key: 0,
|
|
464
487
|
span: 5
|
|
465
488
|
}, {
|
|
@@ -472,7 +495,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
472
495
|
default: e(() => [
|
|
473
496
|
l(c, {
|
|
474
497
|
modelValue: a.submitFieldMatchOrigin,
|
|
475
|
-
"onUpdate:modelValue": (
|
|
498
|
+
"onUpdate:modelValue": (n) => a.submitFieldMatchOrigin = n,
|
|
476
499
|
placeholder: "请输入匹配源",
|
|
477
500
|
clearable: ""
|
|
478
501
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -481,7 +504,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
481
504
|
}, 1032, ["prop"])
|
|
482
505
|
]),
|
|
483
506
|
_: 2
|
|
484
|
-
}, 1024)) :
|
|
507
|
+
}, 1024)) : h("", !0),
|
|
485
508
|
l(s, { span: 4 }, {
|
|
486
509
|
default: e(() => [
|
|
487
510
|
l(r, {
|
|
@@ -492,16 +515,16 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
492
515
|
default: e(() => [
|
|
493
516
|
l(V, {
|
|
494
517
|
modelValue: a.submitFieldType,
|
|
495
|
-
"onUpdate:modelValue": (
|
|
518
|
+
"onUpdate:modelValue": (n) => a.submitFieldType = n,
|
|
496
519
|
placeholder: "请选择提交类型",
|
|
497
520
|
filterable: "",
|
|
498
521
|
clearable: ""
|
|
499
522
|
}, {
|
|
500
523
|
default: e(() => [
|
|
501
|
-
(
|
|
502
|
-
key:
|
|
503
|
-
label:
|
|
504
|
-
value:
|
|
524
|
+
(d(!0), b(f, null, g(o(he), (n, C) => (d(), m(_, {
|
|
525
|
+
key: C,
|
|
526
|
+
label: n.key,
|
|
527
|
+
value: n.value
|
|
505
528
|
}, null, 8, ["label", "value"]))), 128))
|
|
506
529
|
]),
|
|
507
530
|
_: 1
|
|
@@ -522,7 +545,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
522
545
|
type: "danger",
|
|
523
546
|
icon: "Minus",
|
|
524
547
|
circle: "",
|
|
525
|
-
onClick: (
|
|
548
|
+
onClick: (n) => Q(i)
|
|
526
549
|
}, null, 8, ["onClick"])
|
|
527
550
|
]),
|
|
528
551
|
_: 2
|
|
@@ -530,9 +553,9 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
530
553
|
]),
|
|
531
554
|
_: 2
|
|
532
555
|
}, 1024))), 128)),
|
|
533
|
-
l(
|
|
556
|
+
l(w, { "content-position": "left" }, {
|
|
534
557
|
default: e(() => [
|
|
535
|
-
u[
|
|
558
|
+
u[19] || (u[19] = U(" 匹配字段配置(表格操作列按钮显示/隐藏) ", -1)),
|
|
536
559
|
l(v, {
|
|
537
560
|
class: "add-icon-btn",
|
|
538
561
|
type: "primary",
|
|
@@ -543,7 +566,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
543
566
|
]),
|
|
544
567
|
_: 1
|
|
545
568
|
}),
|
|
546
|
-
(
|
|
569
|
+
(d(!0), b(f, null, g(o(t).matchFields, (a, i) => (d(), m(F, {
|
|
547
570
|
gutter: 24,
|
|
548
571
|
key: i
|
|
549
572
|
}, {
|
|
@@ -559,21 +582,21 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
559
582
|
l(c, {
|
|
560
583
|
placeholder: "请输入",
|
|
561
584
|
modelValue: a.matchFieldName,
|
|
562
|
-
"onUpdate:modelValue": (
|
|
585
|
+
"onUpdate:modelValue": (n) => a.matchFieldName = n,
|
|
563
586
|
clearable: ""
|
|
564
587
|
}, {
|
|
565
588
|
prepend: e(() => [
|
|
566
589
|
l(V, {
|
|
567
590
|
modelValue: a.matchType,
|
|
568
|
-
"onUpdate:modelValue": (
|
|
591
|
+
"onUpdate:modelValue": (n) => a.matchType = n,
|
|
569
592
|
placeholder: "请选择",
|
|
570
593
|
style: { width: "180px" }
|
|
571
594
|
}, {
|
|
572
595
|
default: e(() => [
|
|
573
|
-
(
|
|
574
|
-
key:
|
|
575
|
-
label:
|
|
576
|
-
value:
|
|
596
|
+
(d(!0), b(f, null, g(o(Ce), (n, C) => (d(), m(_, {
|
|
597
|
+
key: C,
|
|
598
|
+
label: n.key,
|
|
599
|
+
value: n.value
|
|
577
600
|
}, null, 8, ["label", "value"]))), 128))
|
|
578
601
|
]),
|
|
579
602
|
_: 1
|
|
@@ -597,16 +620,16 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
597
620
|
default: e(() => [
|
|
598
621
|
l(V, {
|
|
599
622
|
modelValue: a.matchCondition,
|
|
600
|
-
"onUpdate:modelValue": (
|
|
623
|
+
"onUpdate:modelValue": (n) => a.matchCondition = n,
|
|
601
624
|
placeholder: "请选择匹配条件",
|
|
602
625
|
clearable: "",
|
|
603
626
|
filterable: ""
|
|
604
627
|
}, {
|
|
605
628
|
default: e(() => [
|
|
606
|
-
(
|
|
607
|
-
key:
|
|
608
|
-
label:
|
|
609
|
-
value:
|
|
629
|
+
(d(!0), b(f, null, g(o(z), (n, C) => (d(), m(_, {
|
|
630
|
+
key: C,
|
|
631
|
+
label: n.key,
|
|
632
|
+
value: n.value
|
|
610
633
|
}, null, 8, ["label", "value"]))), 128))
|
|
611
634
|
]),
|
|
612
635
|
_: 1
|
|
@@ -626,7 +649,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
626
649
|
default: e(() => [
|
|
627
650
|
l(c, {
|
|
628
651
|
modelValue: a.fieldValue,
|
|
629
|
-
"onUpdate:modelValue": (
|
|
652
|
+
"onUpdate:modelValue": (n) => a.fieldValue = n,
|
|
630
653
|
placeholder: "请输入字段值",
|
|
631
654
|
clearable: ""
|
|
632
655
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -646,12 +669,12 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
646
669
|
type: "danger",
|
|
647
670
|
icon: "Minus",
|
|
648
671
|
circle: "",
|
|
649
|
-
onClick: (
|
|
672
|
+
onClick: (n) => Z(i)
|
|
650
673
|
}, null, 8, ["onClick"])
|
|
651
674
|
]),
|
|
652
675
|
_: 2
|
|
653
676
|
}, 1024),
|
|
654
|
-
i + 1 !== o(t).matchFields.length ? (
|
|
677
|
+
i + 1 !== o(t).matchFields.length ? (d(), m(s, {
|
|
655
678
|
key: 0,
|
|
656
679
|
span: 24
|
|
657
680
|
}, {
|
|
@@ -665,16 +688,16 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
665
688
|
default: e(() => [
|
|
666
689
|
l(V, {
|
|
667
690
|
modelValue: a.spliceCondition,
|
|
668
|
-
"onUpdate:modelValue": (
|
|
691
|
+
"onUpdate:modelValue": (n) => a.spliceCondition = n,
|
|
669
692
|
placeholder: "请选择拼接条件",
|
|
670
693
|
clearable: "",
|
|
671
694
|
filterable: ""
|
|
672
695
|
}, {
|
|
673
696
|
default: e(() => [
|
|
674
|
-
(
|
|
675
|
-
key:
|
|
676
|
-
label:
|
|
677
|
-
value:
|
|
697
|
+
(d(!0), b(f, null, g(o(Fe), (n, C) => (d(), m(_, {
|
|
698
|
+
key: C,
|
|
699
|
+
label: n.key,
|
|
700
|
+
value: n.value
|
|
678
701
|
}, null, 8, ["label", "value"]))), 128))
|
|
679
702
|
]),
|
|
680
703
|
_: 1
|
|
@@ -684,7 +707,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
684
707
|
}, 1032, ["prop"])
|
|
685
708
|
]),
|
|
686
709
|
_: 2
|
|
687
|
-
}, 1024)) :
|
|
710
|
+
}, 1024)) : h("", !0)
|
|
688
711
|
]),
|
|
689
712
|
_: 2
|
|
690
713
|
}, 1024))), 128)),
|
|
@@ -699,7 +722,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
699
722
|
default: e(() => [
|
|
700
723
|
l(te, {
|
|
701
724
|
modelValue: o(t).isCustomBtn,
|
|
702
|
-
"onUpdate:modelValue": u[
|
|
725
|
+
"onUpdate:modelValue": u[11] || (u[11] = (a) => o(t).isCustomBtn = a),
|
|
703
726
|
onChange: G
|
|
704
727
|
}, null, 8, ["modelValue"])
|
|
705
728
|
]),
|
|
@@ -708,7 +731,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
708
731
|
]),
|
|
709
732
|
_: 1
|
|
710
733
|
}),
|
|
711
|
-
o(t).isCustomBtn ? (
|
|
734
|
+
o(t).isCustomBtn ? (d(), m(s, {
|
|
712
735
|
key: 0,
|
|
713
736
|
span: 6
|
|
714
737
|
}, {
|
|
@@ -721,13 +744,13 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
721
744
|
default: e(() => [
|
|
722
745
|
l(V, {
|
|
723
746
|
modelValue: o(t).customType,
|
|
724
|
-
"onUpdate:modelValue": u[
|
|
747
|
+
"onUpdate:modelValue": u[12] || (u[12] = (a) => o(t).customType = a),
|
|
725
748
|
placeholder: "请选择关联菜单",
|
|
726
749
|
filterable: "",
|
|
727
750
|
clearable: ""
|
|
728
751
|
}, {
|
|
729
752
|
default: e(() => [
|
|
730
|
-
(
|
|
753
|
+
(d(!0), b(f, null, g(o(ve), (a, i) => (d(), m(_, {
|
|
731
754
|
key: i,
|
|
732
755
|
label: a.key,
|
|
733
756
|
value: a.value
|
|
@@ -740,20 +763,20 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
740
763
|
})
|
|
741
764
|
]),
|
|
742
765
|
_: 1
|
|
743
|
-
})) :
|
|
766
|
+
})) : h("", !0),
|
|
744
767
|
l(s, { span: 6 }, {
|
|
745
768
|
default: e(() => [
|
|
746
769
|
l(r, { label: "关联菜单" }, {
|
|
747
770
|
default: e(() => [
|
|
748
771
|
l(V, {
|
|
749
772
|
modelValue: o(t).associationMenuId,
|
|
750
|
-
"onUpdate:modelValue": u[
|
|
773
|
+
"onUpdate:modelValue": u[13] || (u[13] = (a) => o(t).associationMenuId = a),
|
|
751
774
|
placeholder: "请选择关联菜单",
|
|
752
775
|
filterable: "",
|
|
753
776
|
clearable: ""
|
|
754
777
|
}, {
|
|
755
778
|
default: e(() => [
|
|
756
|
-
(
|
|
779
|
+
(d(!0), b(f, null, g(o($), (a, i) => (d(), m(_, {
|
|
757
780
|
key: i,
|
|
758
781
|
label: a.name,
|
|
759
782
|
value: a.id
|
|
@@ -770,7 +793,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
770
793
|
]),
|
|
771
794
|
_: 1
|
|
772
795
|
}),
|
|
773
|
-
o(t).customType === "code" ? (
|
|
796
|
+
o(t).customType === "code" ? (d(), m(F, {
|
|
774
797
|
key: 0,
|
|
775
798
|
gutter: 24
|
|
776
799
|
}, {
|
|
@@ -785,7 +808,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
785
808
|
default: e(() => [
|
|
786
809
|
l(o(E), {
|
|
787
810
|
modelValue: o(t).codeStr,
|
|
788
|
-
"onUpdate:modelValue": u[
|
|
811
|
+
"onUpdate:modelValue": u[14] || (u[14] = (a) => o(t).codeStr = a)
|
|
789
812
|
}, null, 8, ["modelValue"])
|
|
790
813
|
]),
|
|
791
814
|
_: 1
|
|
@@ -795,8 +818,8 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
795
818
|
})
|
|
796
819
|
]),
|
|
797
820
|
_: 1
|
|
798
|
-
})) :
|
|
799
|
-
o(t).customType === "component" ? (
|
|
821
|
+
})) : h("", !0),
|
|
822
|
+
o(t).customType === "component" ? (d(), m(F, {
|
|
800
823
|
key: 1,
|
|
801
824
|
gutter: 24
|
|
802
825
|
}, {
|
|
@@ -811,12 +834,12 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
811
834
|
default: e(() => [
|
|
812
835
|
l(c, {
|
|
813
836
|
modelValue: o(t).customComponentName,
|
|
814
|
-
"onUpdate:modelValue": u[
|
|
837
|
+
"onUpdate:modelValue": u[15] || (u[15] = (a) => o(t).customComponentName = a),
|
|
815
838
|
placeholder: "请输入组件名称",
|
|
816
839
|
clearable: ""
|
|
817
840
|
}, {
|
|
818
841
|
prepend: e(() => [
|
|
819
|
-
U(
|
|
842
|
+
U(L(j.value), 1)
|
|
820
843
|
]),
|
|
821
844
|
_: 1
|
|
822
845
|
}, 8, ["modelValue"])
|
|
@@ -836,7 +859,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
836
859
|
default: e(() => [
|
|
837
860
|
l(c, {
|
|
838
861
|
modelValue: o(t).customComponentUrl,
|
|
839
|
-
"onUpdate:modelValue": u[
|
|
862
|
+
"onUpdate:modelValue": u[16] || (u[16] = (a) => o(t).customComponentUrl = a),
|
|
840
863
|
placeholder: "请输入组件地址",
|
|
841
864
|
clearable: ""
|
|
842
865
|
}, null, 8, ["modelValue"])
|
|
@@ -848,7 +871,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
848
871
|
})
|
|
849
872
|
]),
|
|
850
873
|
_: 1
|
|
851
|
-
})) :
|
|
874
|
+
})) : h("", !0)
|
|
852
875
|
]),
|
|
853
876
|
_: 1
|
|
854
877
|
}, 8, ["model"])
|
|
@@ -857,7 +880,7 @@ const Te = { class: "dialog-footer" }, ke = {
|
|
|
857
880
|
}, 8, ["model-value", "title"]);
|
|
858
881
|
};
|
|
859
882
|
}
|
|
860
|
-
},
|
|
883
|
+
}, Ae = /* @__PURE__ */ ce(ke, [["__scopeId", "data-v-2debd2c2"]]);
|
|
861
884
|
export {
|
|
862
|
-
|
|
885
|
+
Ae as default
|
|
863
886
|
};
|
package/lib/{dialogSiteComponentsParams-dab1bf57.js → dialogSiteComponentsParams-d1974596.js}
RENAMED
|
@@ -8,7 +8,7 @@ const B = { class: "dialog-footer" }, A = {
|
|
|
8
8
|
},
|
|
9
9
|
emits: ["update:visible", "refresh", "update:modelValue"],
|
|
10
10
|
setup(f, { emit: c }) {
|
|
11
|
-
const v = _(() => import("./index-
|
|
11
|
+
const v = _(() => import("./index-1eed15fa.js")), n = c, o = f;
|
|
12
12
|
let t = C();
|
|
13
13
|
y(
|
|
14
14
|
() => o.visible,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as p, watch as h, resolveComponent as _, openBlock as r, createElementBlock as m, createVNode as v, unref as u, isRef as w, withCtx as f, createElementVNode as g, createBlock as C, createCommentVNode as N, createTextVNode as $, Fragment as B, renderList as E, normalizeClass as L } from "vue";
|
|
2
|
-
import { _ as P } from "./index-
|
|
2
|
+
import { _ as P } from "./index-c6b82d52.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const R = { class: "select-icon-container" }, S = { class: "icon-list" }, j = ["onClick"], z = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as vd, shallowRef as jn, inject as kd, computed as ec, toRaw as Qd, onMounted as Pd, watch as le, onBeforeUnmount as $d, h as Td, ref as Ql, resolveComponent as Cd, resolveDirective as Ad, openBlock as Pl, createElementBlock as Rd, withDirectives as Zd, createBlock as Md, withCtx as Ed, createTextVNode as Xd, toDisplayString as Ld, unref as $l, createVNode as Dd, normalizeStyle as zd } from "vue";
|
|
2
|
-
import { _ as Wd, u as Bd } from "./index-
|
|
2
|
+
import { _ as Wd, u as Bd } from "./index-c6b82d52.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
let Xr = [], ic = [];
|