act-plus 1.1.52 → 1.1.53
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 +22 -22
- package/lib/{dialogAddField-3e7ab338.js → dialogAddField-53e0fc9f.js} +74 -74
- package/lib/{dialogConfigBtn-b6625b2d.js → dialogConfigBtn-f37d0400.js} +2 -2
- package/lib/{dialogSiteComponentsParams-d82a76fd.js → dialogSiteComponentsParams-07e68191.js} +1 -1
- package/lib/{index-ec6f916c.js → index-2a4396ea.js} +1 -1
- package/lib/{index-9e047760.js → index-4d730424.js} +98 -95
- package/lib/{index-6789c178.js → index-6c0d996e.js} +2 -2
- package/lib/{index-fa25c385.js → index-6f52659f.js} +254 -251
- package/lib/{index-5a545acc.js → index-81a254a8.js} +1 -1
- package/lib/{index-f0b70454.js → index-9d508c6f.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { defineAsyncComponent as re, inject as E, reactive as de, ref as A, watch as se, resolveComponent as C, resolveDirective as ie, openBlock as r, createBlock as i, withCtx as a, createElementVNode as L, createVNode as l, unref as m, createTextVNode as S, withDirectives as me, createElementBlock as c, Fragment as y, renderList as g, createCommentVNode as U, toDisplayString as pe } from "vue";
|
|
2
|
+
import { _ as fe, U as M, F as be, k as ce, l as ye, S as Ce, T as ge, A as _e, C as Ve, m as ve } from "./index-6f52659f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "js-base64";
|
|
5
5
|
import "element-plus";
|
|
6
6
|
import "monaco-editor";
|
|
7
|
-
const
|
|
7
|
+
const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
8
8
|
__name: "dialogAddField",
|
|
9
9
|
props: {
|
|
10
10
|
visible: { type: Boolean, default: !1 },
|
|
@@ -12,9 +12,9 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
12
12
|
data: { type: Object, default: () => ({}) }
|
|
13
13
|
},
|
|
14
14
|
emits: ["update:visible", "refresh"],
|
|
15
|
-
setup(
|
|
16
|
-
const
|
|
17
|
-
let k =
|
|
15
|
+
setup(Q, { emit: I }) {
|
|
16
|
+
const K = re(() => import("./dialogSiteComponentsParams-07e68191.js")), h = I, P = Q, N = E("pageKey")(), O = E("conditionList")(), W = E("configData")();
|
|
17
|
+
let k = de((() => ({
|
|
18
18
|
btnLoading: !1,
|
|
19
19
|
showSiteComponentsParamsDialog: !1
|
|
20
20
|
}))());
|
|
@@ -44,78 +44,78 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
44
44
|
tableCellContentType: "default",
|
|
45
45
|
isTableCellOverflowTooltip: !0,
|
|
46
46
|
isTableCellSort: !0
|
|
47
|
-
}), R =
|
|
47
|
+
}), R = M, w = A(null), u = A(x()), Y = () => ["select", "selectIcon", "multipleSelect", "treeSelect", "provinceCascade", "switch", "virtualizedSelect", "virtualizedMultipleSelect"].includes(
|
|
48
48
|
u.value.fieldType
|
|
49
|
-
),
|
|
50
|
-
|
|
51
|
-
() =>
|
|
49
|
+
), $ = () => u.value.useScenes.includes("tableSearch") && u.value.fieldType !== "time", B = () => u.value.useScenes.includes("tableShow"), j = () => u.value.fieldType && u.value.fieldType !== "implicit" && u.value.useScenes.some((f) => !["tableSearch", "tableShow"].some((t) => t == f));
|
|
50
|
+
se(
|
|
51
|
+
() => P.visible,
|
|
52
52
|
async (f, t) => {
|
|
53
53
|
if (f) {
|
|
54
|
-
const p = (
|
|
54
|
+
const p = (W.value.buttons || []).filter((o) => o.permissionCode != 1001).map((o) => ({ key: o.btnName, value: o.permissionCode }));
|
|
55
55
|
R.some((o) => {
|
|
56
56
|
if (o.label === "表单配置")
|
|
57
57
|
return o.options = p, !0;
|
|
58
58
|
});
|
|
59
|
-
const { data: n } =
|
|
59
|
+
const { data: n } = P;
|
|
60
60
|
if (!n.fieldName)
|
|
61
61
|
return;
|
|
62
62
|
Object.keys(u.value).forEach((o) => {
|
|
63
63
|
if (o == "permissionCode")
|
|
64
64
|
u.value[o] = n.unique;
|
|
65
65
|
else if (o == "formCustomComponentes") {
|
|
66
|
-
const
|
|
66
|
+
const _ = p.filter((b) => n.useScenes.includes(b.value)).map((b) => {
|
|
67
67
|
const v = n[o].find((T) => T.permissionCode == b.value) || {};
|
|
68
68
|
return {
|
|
69
69
|
btnName: b.key,
|
|
70
70
|
permissionCode: b.value,
|
|
71
|
-
pageKey:
|
|
71
|
+
pageKey: N.value,
|
|
72
72
|
customComponentName: void 0,
|
|
73
73
|
customComponentUrl: void 0,
|
|
74
74
|
isFieldCustom: !1,
|
|
75
75
|
...v
|
|
76
76
|
};
|
|
77
|
-
}),
|
|
77
|
+
}), V = M[0].options.map((b) => {
|
|
78
78
|
const v = n[o].find((T) => T.permissionCode == b.value) || {};
|
|
79
79
|
return {
|
|
80
80
|
btnName: b.key,
|
|
81
81
|
permissionCode: b.value,
|
|
82
|
-
pageKey:
|
|
82
|
+
pageKey: N.value,
|
|
83
83
|
customComponentName: void 0,
|
|
84
84
|
customComponentUrl: void 0,
|
|
85
85
|
isFieldCustom: !1,
|
|
86
86
|
...v
|
|
87
87
|
};
|
|
88
88
|
});
|
|
89
|
-
u.value[o] = [...
|
|
89
|
+
u.value[o] = [...V, ..._];
|
|
90
90
|
} else
|
|
91
91
|
["postRequestParams", "useScenes"].includes(o) ? u.value[o] = [...n[o] || []] : u.value[o] = n[o];
|
|
92
92
|
});
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
);
|
|
96
|
-
const
|
|
96
|
+
const H = () => {
|
|
97
97
|
u.value.postRequestParams.push({ submitName: "", submitValue: "", submitType: "default", submitMatchType: "", paramsType: "" });
|
|
98
|
-
},
|
|
98
|
+
}, z = (f) => {
|
|
99
99
|
u.value.postRequestParams.splice(f, 1);
|
|
100
|
-
},
|
|
100
|
+
}, G = (f) => {
|
|
101
101
|
u.value.postRequestParams = [];
|
|
102
|
-
},
|
|
102
|
+
}, J = (f) => {
|
|
103
103
|
const t = R.find((n) => n.label === "表格配置").options, p = R.find((n) => n.label === "表单配置").options;
|
|
104
104
|
u.value.formCustomComponentes = [...t, ...p].filter((n) => f.includes(n.value)).map((n) => ({
|
|
105
105
|
btnName: n.key,
|
|
106
106
|
permissionCode: n.value,
|
|
107
|
-
pageKey:
|
|
107
|
+
pageKey: N,
|
|
108
108
|
customComponentName: void 0,
|
|
109
109
|
customComponentUrl: void 0,
|
|
110
110
|
isFieldCustom: !1
|
|
111
111
|
}));
|
|
112
|
-
},
|
|
112
|
+
}, X = (f, t) => {
|
|
113
113
|
t.customComponentName = void 0, t.customComponentUrl = void 0;
|
|
114
|
-
},
|
|
114
|
+
}, Z = (f) => {
|
|
115
115
|
D(), f();
|
|
116
116
|
}, D = () => {
|
|
117
117
|
u.value = x(), w.value.resetFields(), h("update:visible", !1);
|
|
118
|
-
},
|
|
118
|
+
}, ee = (f) => {
|
|
119
119
|
f && f.validate((t) => {
|
|
120
120
|
t && (k.btnLoading = !0, u.value.formCustomComponentes.forEach((p) => {
|
|
121
121
|
delete p.isFiledCustom;
|
|
@@ -125,19 +125,19 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
125
125
|
});
|
|
126
126
|
};
|
|
127
127
|
return (f, t) => {
|
|
128
|
-
const p = C("el-input"), n = C("el-form-item"), o = C("el-col"),
|
|
129
|
-
return r(), i(
|
|
130
|
-
"model-value":
|
|
131
|
-
title:
|
|
128
|
+
const p = C("el-input"), n = C("el-form-item"), o = C("el-col"), _ = C("el-option"), V = C("el-select"), b = C("el-button"), v = C("el-row"), T = C("el-divider"), le = C("el-option-group"), q = C("el-switch"), ae = C("el-input-number"), te = C("el-form"), ue = C("el-scrollbar"), oe = C("el-dialog"), ne = ie("debounce");
|
|
129
|
+
return r(), i(oe, {
|
|
130
|
+
"model-value": P.visible,
|
|
131
|
+
title: P.title,
|
|
132
132
|
top: "5vh",
|
|
133
133
|
width: "1400",
|
|
134
134
|
draggable: "",
|
|
135
135
|
overflow: "",
|
|
136
136
|
"close-on-click-modal": !1,
|
|
137
|
-
"before-close":
|
|
137
|
+
"before-close": Z
|
|
138
138
|
}, {
|
|
139
139
|
footer: a(() => [
|
|
140
|
-
L("span",
|
|
140
|
+
L("span", Se, [
|
|
141
141
|
l(b, {
|
|
142
142
|
onClick: D,
|
|
143
143
|
loading: m(k).btnLoading
|
|
@@ -147,27 +147,27 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
147
147
|
])),
|
|
148
148
|
_: 1
|
|
149
149
|
}, 8, ["loading"]),
|
|
150
|
-
|
|
150
|
+
me((r(), i(b, {
|
|
151
151
|
type: "primary",
|
|
152
152
|
loading: m(k).btnLoading,
|
|
153
|
-
onClick: t[22] || (t[22] = (e) =>
|
|
153
|
+
onClick: t[22] || (t[22] = (e) => ee(w.value))
|
|
154
154
|
}, {
|
|
155
155
|
default: a(() => t[30] || (t[30] = [
|
|
156
156
|
S("保存")
|
|
157
157
|
])),
|
|
158
158
|
_: 1
|
|
159
159
|
}, 8, ["loading"])), [
|
|
160
|
-
[
|
|
160
|
+
[ne]
|
|
161
161
|
])
|
|
162
162
|
])
|
|
163
163
|
]),
|
|
164
164
|
default: a(() => [
|
|
165
|
-
l(
|
|
165
|
+
l(ue, {
|
|
166
166
|
ref: "configFieldsScroll",
|
|
167
167
|
"max-height": "800px"
|
|
168
168
|
}, {
|
|
169
169
|
default: a(() => [
|
|
170
|
-
l(
|
|
170
|
+
l(te, {
|
|
171
171
|
ref_key: "formRef",
|
|
172
172
|
ref: w,
|
|
173
173
|
model: u.value,
|
|
@@ -225,7 +225,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
225
225
|
prop: "fieldType"
|
|
226
226
|
}, {
|
|
227
227
|
default: a(() => [
|
|
228
|
-
l(
|
|
228
|
+
l(V, {
|
|
229
229
|
modelValue: u.value.fieldType,
|
|
230
230
|
"onUpdate:modelValue": t[2] || (t[2] = (e) => u.value.fieldType = e),
|
|
231
231
|
placeholder: "请选择",
|
|
@@ -233,7 +233,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
233
233
|
filterable: ""
|
|
234
234
|
}, {
|
|
235
235
|
default: a(() => [
|
|
236
|
-
(r(!0), c(y, null, g(m(
|
|
236
|
+
(r(!0), c(y, null, g(m(be), (e) => (r(), i(_, {
|
|
237
237
|
key: e.value,
|
|
238
238
|
label: e.key,
|
|
239
239
|
value: e.value
|
|
@@ -264,7 +264,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
264
264
|
])),
|
|
265
265
|
_: 1
|
|
266
266
|
}),
|
|
267
|
-
l(m(
|
|
267
|
+
l(m(K), {
|
|
268
268
|
modelValue: u.value.fieldUiProps,
|
|
269
269
|
"onUpdate:modelValue": t[4] || (t[4] = (e) => u.value.fieldUiProps = e),
|
|
270
270
|
visible: m(k).showSiteComponentsParamsDialog,
|
|
@@ -280,7 +280,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
280
280
|
]),
|
|
281
281
|
_: 1
|
|
282
282
|
}),
|
|
283
|
-
|
|
283
|
+
Y() ? (r(), i(v, { key: 0 }, {
|
|
284
284
|
default: a(() => [
|
|
285
285
|
l(o, { span: 24 }, {
|
|
286
286
|
default: a(() => [
|
|
@@ -296,15 +296,15 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
296
296
|
clearable: ""
|
|
297
297
|
}, {
|
|
298
298
|
prepend: a(() => [
|
|
299
|
-
l(
|
|
299
|
+
l(V, {
|
|
300
300
|
modelValue: u.value.fieldRequestType,
|
|
301
301
|
"onUpdate:modelValue": t[6] || (t[6] = (e) => u.value.fieldRequestType = e),
|
|
302
302
|
placeholder: "请选择",
|
|
303
303
|
style: { width: "150px" },
|
|
304
|
-
onChange:
|
|
304
|
+
onChange: G
|
|
305
305
|
}, {
|
|
306
306
|
default: a(() => [
|
|
307
|
-
(r(!0), c(y, null, g(m(
|
|
307
|
+
(r(!0), c(y, null, g(m(ce), (e) => (r(), i(_, {
|
|
308
308
|
key: e.value,
|
|
309
309
|
label: e.key,
|
|
310
310
|
value: e.value
|
|
@@ -333,7 +333,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
333
333
|
type: "primary",
|
|
334
334
|
icon: "Plus",
|
|
335
335
|
circle: "",
|
|
336
|
-
onClick:
|
|
336
|
+
onClick: H
|
|
337
337
|
})
|
|
338
338
|
]),
|
|
339
339
|
_: 1
|
|
@@ -375,14 +375,14 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
375
375
|
clearable: ""
|
|
376
376
|
}, {
|
|
377
377
|
prepend: a(() => [
|
|
378
|
-
l(
|
|
378
|
+
l(V, {
|
|
379
379
|
modelValue: e.submitType,
|
|
380
380
|
"onUpdate:modelValue": (d) => e.submitType = d,
|
|
381
381
|
placeholder: "请选择方式",
|
|
382
382
|
style: { width: "120px" }
|
|
383
383
|
}, {
|
|
384
384
|
default: a(() => [
|
|
385
|
-
(r(!0), c(y, null, g(m(
|
|
385
|
+
(r(!0), c(y, null, g(m(ye), (d, F) => (r(), i(_, {
|
|
386
386
|
key: F,
|
|
387
387
|
label: d.key,
|
|
388
388
|
value: d.value
|
|
@@ -410,7 +410,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
410
410
|
prop: "postRequestParams." + s + ".submitMatchType"
|
|
411
411
|
}, {
|
|
412
412
|
default: a(() => [
|
|
413
|
-
l(
|
|
413
|
+
l(V, {
|
|
414
414
|
modelValue: e.submitMatchType,
|
|
415
415
|
"onUpdate:modelValue": (d) => e.submitMatchType = d,
|
|
416
416
|
placeholder: "请选择方式",
|
|
@@ -419,7 +419,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
419
419
|
style: { width: "120px" }
|
|
420
420
|
}, {
|
|
421
421
|
default: a(() => [
|
|
422
|
-
(r(!0), c(y, null, g(m(O), (d, F) => (r(), i(
|
|
422
|
+
(r(!0), c(y, null, g(m(O), (d, F) => (r(), i(_, {
|
|
423
423
|
key: F,
|
|
424
424
|
label: d.key,
|
|
425
425
|
value: d.value
|
|
@@ -441,7 +441,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
441
441
|
prop: "postRequestParams." + s + ".paramsType"
|
|
442
442
|
}, {
|
|
443
443
|
default: a(() => [
|
|
444
|
-
l(
|
|
444
|
+
l(V, {
|
|
445
445
|
modelValue: e.paramsType,
|
|
446
446
|
"onUpdate:modelValue": (d) => e.paramsType = d,
|
|
447
447
|
placeholder: "请选择",
|
|
@@ -449,7 +449,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
449
449
|
clearable: ""
|
|
450
450
|
}, {
|
|
451
451
|
default: a(() => [
|
|
452
|
-
(r(!0), c(y, null, g(m(
|
|
452
|
+
(r(!0), c(y, null, g(m(Ce), (d, F) => (r(), i(_, {
|
|
453
453
|
key: F,
|
|
454
454
|
label: d.key,
|
|
455
455
|
value: d.value
|
|
@@ -473,7 +473,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
473
473
|
type: "danger",
|
|
474
474
|
icon: "Minus",
|
|
475
475
|
circle: "",
|
|
476
|
-
onClick: (d) =>
|
|
476
|
+
onClick: (d) => z(s)
|
|
477
477
|
}, null, 8, ["onClick"])
|
|
478
478
|
]),
|
|
479
479
|
_: 2
|
|
@@ -492,22 +492,22 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
492
492
|
prop: "useScenes"
|
|
493
493
|
}, {
|
|
494
494
|
default: a(() => [
|
|
495
|
-
l(
|
|
495
|
+
l(V, {
|
|
496
496
|
modelValue: u.value.useScenes,
|
|
497
497
|
"onUpdate:modelValue": t[8] || (t[8] = (e) => u.value.useScenes = e),
|
|
498
498
|
placeholder: "请选择",
|
|
499
499
|
multiple: "",
|
|
500
500
|
clearable: "",
|
|
501
501
|
filterable: "",
|
|
502
|
-
onChange:
|
|
502
|
+
onChange: J
|
|
503
503
|
}, {
|
|
504
504
|
default: a(() => [
|
|
505
|
-
(r(!0), c(y, null, g(m(R), (e) => (r(), i(
|
|
505
|
+
(r(!0), c(y, null, g(m(R), (e) => (r(), i(le, {
|
|
506
506
|
key: e.label,
|
|
507
507
|
label: e.label
|
|
508
508
|
}, {
|
|
509
509
|
default: a(() => [
|
|
510
|
-
(r(!0), c(y, null, g(e.options, (s) => (r(), i(
|
|
510
|
+
(r(!0), c(y, null, g(e.options, (s) => (r(), i(_, {
|
|
511
511
|
key: s.key,
|
|
512
512
|
label: s.key,
|
|
513
513
|
value: s.value
|
|
@@ -527,7 +527,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
527
527
|
]),
|
|
528
528
|
_: 1
|
|
529
529
|
}),
|
|
530
|
-
|
|
530
|
+
$() ? (r(), i(v, { key: 2 }, {
|
|
531
531
|
default: a(() => [
|
|
532
532
|
l(T, { "content-position": "left" }, {
|
|
533
533
|
default: a(() => t[25] || (t[25] = [
|
|
@@ -543,7 +543,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
543
543
|
prop: "tableQueryCondition"
|
|
544
544
|
}, {
|
|
545
545
|
default: a(() => [
|
|
546
|
-
l(
|
|
546
|
+
l(V, {
|
|
547
547
|
modelValue: u.value.tableQueryCondition,
|
|
548
548
|
"onUpdate:modelValue": t[9] || (t[9] = (e) => u.value.tableQueryCondition = e),
|
|
549
549
|
placeholder: "请选择查询条件",
|
|
@@ -551,7 +551,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
551
551
|
filterable: ""
|
|
552
552
|
}, {
|
|
553
553
|
default: a(() => [
|
|
554
|
-
(r(!0), c(y, null, g(m(O), (e, s) => (r(), i(
|
|
554
|
+
(r(!0), c(y, null, g(m(O), (e, s) => (r(), i(_, {
|
|
555
555
|
key: s,
|
|
556
556
|
label: e.key,
|
|
557
557
|
value: e.value
|
|
@@ -588,7 +588,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
588
588
|
]),
|
|
589
589
|
_: 1
|
|
590
590
|
})) : U("", !0),
|
|
591
|
-
|
|
591
|
+
B() ? (r(), i(v, { key: 3 }, {
|
|
592
592
|
default: a(() => [
|
|
593
593
|
l(T, { "content-position": "left" }, {
|
|
594
594
|
default: a(() => t[26] || (t[26] = [
|
|
@@ -610,14 +610,14 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
610
610
|
"onUpdate:modelValue": t[12] || (t[12] = (e) => u.value.tableCellWidth = e)
|
|
611
611
|
}, {
|
|
612
612
|
prepend: a(() => [
|
|
613
|
-
l(
|
|
613
|
+
l(V, {
|
|
614
614
|
modelValue: u.value.tableCellWidthType,
|
|
615
615
|
"onUpdate:modelValue": t[11] || (t[11] = (e) => u.value.tableCellWidthType = e),
|
|
616
616
|
placeholder: "请选择",
|
|
617
617
|
style: { width: "100px" }
|
|
618
618
|
}, {
|
|
619
619
|
default: a(() => [
|
|
620
|
-
(r(!0), c(y, null, g(m(ge), (e, s) => (r(), i(
|
|
620
|
+
(r(!0), c(y, null, g(m(ge), (e, s) => (r(), i(_, {
|
|
621
621
|
key: s,
|
|
622
622
|
label: e.key,
|
|
623
623
|
value: e.value
|
|
@@ -642,7 +642,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
642
642
|
prop: "tableCellAlignType"
|
|
643
643
|
}, {
|
|
644
644
|
default: a(() => [
|
|
645
|
-
l(
|
|
645
|
+
l(V, {
|
|
646
646
|
modelValue: u.value.tableCellAlignType,
|
|
647
647
|
"onUpdate:modelValue": t[13] || (t[13] = (e) => u.value.tableCellAlignType = e),
|
|
648
648
|
placeholder: "请选择对齐方式",
|
|
@@ -650,7 +650,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
650
650
|
filterable: ""
|
|
651
651
|
}, {
|
|
652
652
|
default: a(() => [
|
|
653
|
-
(r(!0), c(y, null, g(m(
|
|
653
|
+
(r(!0), c(y, null, g(m(_e), (e, s) => (r(), i(_, {
|
|
654
654
|
key: s,
|
|
655
655
|
label: e.key,
|
|
656
656
|
value: e.value
|
|
@@ -672,7 +672,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
672
672
|
prop: "tableCellContentType"
|
|
673
673
|
}, {
|
|
674
674
|
default: a(() => [
|
|
675
|
-
l(
|
|
675
|
+
l(V, {
|
|
676
676
|
modelValue: u.value.tableCellContentType,
|
|
677
677
|
"onUpdate:modelValue": t[14] || (t[14] = (e) => u.value.tableCellContentType = e),
|
|
678
678
|
placeholder: "请选择内容类型",
|
|
@@ -680,7 +680,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
680
680
|
filterable: ""
|
|
681
681
|
}, {
|
|
682
682
|
default: a(() => [
|
|
683
|
-
(r(!0), c(y, null, g(m(
|
|
683
|
+
(r(!0), c(y, null, g(m(Ve), (e, s) => (r(), i(_, {
|
|
684
684
|
key: s,
|
|
685
685
|
label: e.key,
|
|
686
686
|
value: e.value
|
|
@@ -731,7 +731,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
731
731
|
]),
|
|
732
732
|
_: 1
|
|
733
733
|
})) : U("", !0),
|
|
734
|
-
|
|
734
|
+
j() ? (r(), i(v, { key: 4 }, {
|
|
735
735
|
default: a(() => [
|
|
736
736
|
l(T, { "content-position": "left" }, {
|
|
737
737
|
default: a(() => t[27] || (t[27] = [
|
|
@@ -798,7 +798,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
798
798
|
prop: "fieldSubmitType"
|
|
799
799
|
}, {
|
|
800
800
|
default: a(() => [
|
|
801
|
-
l(
|
|
801
|
+
l(V, {
|
|
802
802
|
modelValue: u.value.fieldSubmitType,
|
|
803
803
|
"onUpdate:modelValue": t[20] || (t[20] = (e) => u.value.fieldSubmitType = e),
|
|
804
804
|
placeholder: "请选择提交类型",
|
|
@@ -806,7 +806,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
806
806
|
clearable: ""
|
|
807
807
|
}, {
|
|
808
808
|
default: a(() => [
|
|
809
|
-
(r(!0), c(y, null, g(m(
|
|
809
|
+
(r(!0), c(y, null, g(m(ve), (e, s) => (r(), i(_, {
|
|
810
810
|
key: s,
|
|
811
811
|
label: e.key,
|
|
812
812
|
value: e.value
|
|
@@ -827,7 +827,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
827
827
|
prop: "formColumnCol"
|
|
828
828
|
}, {
|
|
829
829
|
default: a(() => [
|
|
830
|
-
l(
|
|
830
|
+
l(ae, {
|
|
831
831
|
modelValue: u.value.formColumnCol,
|
|
832
832
|
"onUpdate:modelValue": t[21] || (t[21] = (e) => u.value.formColumnCol = e),
|
|
833
833
|
max: 24
|
|
@@ -859,7 +859,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
859
859
|
l(q, {
|
|
860
860
|
modelValue: e.isFieldCustom,
|
|
861
861
|
"onUpdate:modelValue": (d) => e.isFieldCustom = d,
|
|
862
|
-
onChange: (d) =>
|
|
862
|
+
onChange: (d) => X(d, e)
|
|
863
863
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
864
864
|
]),
|
|
865
865
|
_: 2
|
|
@@ -886,8 +886,8 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
886
886
|
clearable: ""
|
|
887
887
|
}, {
|
|
888
888
|
default: a(() => [
|
|
889
|
-
L("template",
|
|
890
|
-
S(
|
|
889
|
+
L("template", Te, [
|
|
890
|
+
S(pe(m(N)), 1)
|
|
891
891
|
])
|
|
892
892
|
]),
|
|
893
893
|
_: 2
|
|
@@ -935,7 +935,7 @@ const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
935
935
|
}, 8, ["model-value", "title"]);
|
|
936
936
|
};
|
|
937
937
|
}
|
|
938
|
-
},
|
|
938
|
+
}, De = /* @__PURE__ */ fe(Ue, [["__scopeId", "data-v-7a6069a6"]]);
|
|
939
939
|
export {
|
|
940
|
-
|
|
940
|
+
De as default
|
|
941
941
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineAsyncComponent as O, inject as N, computed as ue, reactive as ne, ref as q, watch as de, resolveComponent as y, resolveDirective as re, openBlock as d, createBlock as m, withCtx as e, createElementVNode as se, createVNode as l, unref as o, createTextVNode as U, withDirectives as ie, toDisplayString as A, createCommentVNode as C, createElementBlock as b, Fragment as f, renderList as _ } from "vue";
|
|
2
|
-
import { _ as me, B as pe, c as ce, d as be, e as fe, f as _e, g as ge, h as Ve, i as ye, j as he } from "./index-
|
|
2
|
+
import { _ as me, B as pe, c as ce, d as be, e as fe, f as _e, g as ge, h as Ve, i as ye, j as he } from "./index-6f52659f.js";
|
|
3
3
|
import { useRoute as Ce } from "vue-router";
|
|
4
4
|
import "js-base64";
|
|
5
5
|
import "element-plus";
|
|
@@ -13,7 +13,7 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
13
13
|
},
|
|
14
14
|
emits: ["update:visible", "refresh"],
|
|
15
15
|
setup(x, { emit: D }) {
|
|
16
|
-
const P = O(() => import("./index-
|
|
16
|
+
const P = O(() => import("./index-2a4396ea.js")), E = O(() => import("./index-6f52659f.js").then((p) => p.q)), W = Ce(), R = N("request"), I = D, T = x, Y = ue(() => W.params.key);
|
|
17
17
|
let k = ne((() => ({
|
|
18
18
|
btnLoading: !1
|
|
19
19
|
}))());
|
package/lib/{dialogSiteComponentsParams-d82a76fd.js → dialogSiteComponentsParams-07e68191.js}
RENAMED
|
@@ -8,7 +8,7 @@ const B = { class: "dialog-footer" }, h = {
|
|
|
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-6f52659f.js").then((l) => l.q)), n = c, o = f;
|
|
12
12
|
let t = y();
|
|
13
13
|
C(
|
|
14
14
|
() => o.visible,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as d, watch as h, resolveComponent as m, openBlock as r, createElementBlock as _, 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-6f52659f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "js-base64";
|
|
5
5
|
import "element-plus";
|