act-plus 1.1.40 → 1.1.41

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.
@@ -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-c18badb4.js";
2
+ import { _ as P } from "./index-40115216.js";
3
3
  import "vue-router";
4
4
  import "js-base64";
5
5
  import "element-plus";
@@ -0,0 +1,107 @@
1
+ import { ref as j, inject as l, watch as q, resolveComponent as C, resolveDirective as O, openBlock as s, createElementBlock as u, Fragment as f, renderList as E, unref as d, createBlock as i, resolveDynamicComponent as H, withCtx as _, withDirectives as k, createCommentVNode as b, createTextVNode as B, toDisplayString as w } from "vue";
2
+ import { _ as M, u as z } from "./index-40115216.js";
3
+ import "vue-router";
4
+ import "js-base64";
5
+ import "element-plus";
6
+ import "monaco-editor";
7
+ const G = { class: "header-operate-container" }, J = {
8
+ __name: "index",
9
+ props: {
10
+ data: { type: Object, default: () => ({}) }
11
+ },
12
+ emits: ["operate"],
13
+ setup(x, { emit: N }) {
14
+ const T = N, D = x, { t: V } = z();
15
+ let h = j([]);
16
+ const v = l("globalProps"), F = l("menuPermissionBtns"), $ = l("stringToBoolean"), S = l("matchCondition"), P = l("getTableData"), A = l("tableBtnRefs"), I = (r) => {
17
+ if (!r.matchFields.length)
18
+ return !0;
19
+ const t = r.matchFields.filter((o) => o.matchType != "default"), a = (o) => v.matchData[o.matchType][o.matchFieldName];
20
+ let c = t.reduce((o, n, m) => {
21
+ const R = a(n);
22
+ return o += S(
23
+ n.matchCondition,
24
+ R,
25
+ n.fieldValue == "" ? null : n.fieldValue == "true" || n.fieldValue == "false" ? $(n.fieldValue) : n.fieldValue
26
+ ), m !== t.length - 1 && (o += n.spliceCondition || "&&"), o;
27
+ }, "").split("||"), e = c.reduce((o, n, m) => (o += `(${n})`, m < c.length - 1 && (o += "||"), o), "");
28
+ return new Function(`return ${e}`)();
29
+ }, g = (r) => F.value.some((t) => t.unique == r.permissionCode) && I(r), L = (r) => {
30
+ h.value = (r || []).filter((t) => t.permissionCode !== 1001 && t.btnPostion.includes("header")).map((t) => (t.btnAlias && (t.btnName = t.btnAlias), t)).sort((t, a) => t.sort - a.sort);
31
+ };
32
+ q(
33
+ () => D.data,
34
+ (r, t) => {
35
+ L(r.buttons);
36
+ },
37
+ { immediate: !0 }
38
+ );
39
+ const y = (r) => {
40
+ T("operate", r, {});
41
+ };
42
+ return (r, t) => {
43
+ const a = C("a-svg-icon"), p = C("el-button"), c = O("debounce");
44
+ return s(), u("div", G, [
45
+ (s(!0), u(f, null, E(d(h), (e, o) => (s(), u(f, { key: o }, [
46
+ e.isCustomBtn && e.customType == "component" && g(e) ? (s(), i(H(e[e.customComponentName]), {
47
+ key: 0,
48
+ ref_for: !0,
49
+ ref: (n) => d(A)[`${e.customComponentName}-${e.permissionCode}`] = n,
50
+ buttonData: e,
51
+ onRefresh: t[0] || (t[0] = (n) => d(P)())
52
+ }, {
53
+ default: _(() => [
54
+ k((s(), i(p, {
55
+ class: "el-btn",
56
+ type: e.btnColor,
57
+ onClick: (n) => y(e)
58
+ }, {
59
+ default: _(() => [
60
+ e.btnIcon ? (s(), i(a, {
61
+ key: 0,
62
+ class: "mr4",
63
+ name: e.btnIcon,
64
+ width: "12",
65
+ height: "12",
66
+ color: "#fff"
67
+ }, null, 8, ["name"])) : b("", !0),
68
+ B(" " + w(e.btnName), 1)
69
+ ]),
70
+ _: 2
71
+ }, 1032, ["type", "onClick"])), [
72
+ [c]
73
+ ])
74
+ ]),
75
+ _: 2
76
+ }, 1064, ["buttonData"])) : (s(), u(f, { key: 1 }, [
77
+ g(e) ? k((s(), i(p, {
78
+ key: 0,
79
+ class: "el-btn",
80
+ type: e.btnColor,
81
+ loading: e.opeateLoading,
82
+ onClick: (n) => y(e)
83
+ }, {
84
+ default: _(() => [
85
+ e.btnIcon ? (s(), i(a, {
86
+ key: 0,
87
+ class: "mr4",
88
+ name: e.btnIcon,
89
+ width: "12",
90
+ height: "12",
91
+ color: "#fff"
92
+ }, null, 8, ["name"])) : b("", !0),
93
+ B(" " + w(e.opeateLoading ? e.btnName + d(V)("act.loading") + "..." : e.btnName), 1)
94
+ ]),
95
+ _: 2
96
+ }, 1032, ["type", "loading", "onClick"])), [
97
+ [c]
98
+ ]) : b("", !0)
99
+ ], 64))
100
+ ], 64))), 128))
101
+ ]);
102
+ };
103
+ }
104
+ }, Z = /* @__PURE__ */ M(J, [["__scopeId", "data-v-4698b9e6"]]);
105
+ export {
106
+ Z as default
107
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "act-plus",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "private": false,
5
5
  "description": "act config",
6
6
  "main": "act-plus.js",
package/style.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.form-card .el-card__header{font-size:16px;font-weight:700}.rotate180{transform:rotate(180deg)}.cp{cursor:pointer}.cp:hover{opacity:.8}.ml12{margin-left:12px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.ml6{margin-left:6px!important}.ml4{margin-left:4px!important}.mr6{margin-right:6px}.mr2{margin-right:2px}.mr4{margin-right:4px}.el-table{font-size:14px}.el-select,.el-cascader,.el-form--inline .el-form-item{display:block;width:100%}.el-card{height:100%;--el-card-padding: 12px}.el-card__body{height:100%;box-sizing:border-box}.el-date-editor{--el-date-editor-width: 100%}.a-loading[data-v-048c6c03]{display:flex;align-items:center;justify-content:center;width:100%;height:50px;font-size:32px}.a-loading .dot[data-v-048c6c03]{animation:antRotate-048c6c03 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;width:28px;height:28px;box-sizing:border-box}.a-loading .dot i[data-v-048c6c03]{width:12px;height:12px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-048c6c03 1s infinite linear alternate}.a-loading .dot i[data-v-048c6c03]:nth-child(1){top:0;left:0}.a-loading .dot i[data-v-048c6c03]:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.a-loading .dot i[data-v-048c6c03]:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.a-loading .dot i[data-v-048c6c03]:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove-048c6c03{to{opacity:1}}@-webkit-keyframes antSpinMove-048c6c03{to{opacity:1}}[data-v-780a35b0] .el-empty__image{width:100%}.table-link[data-v-780a35b0]{cursor:pointer;color:#409eff;text-decoration:underline}.file-image[data-v-780a35b0]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-780a35b0]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-780a35b0]{padding:0;margin:0;border:none}.page-container[data-v-90872094]{position:relative}.page-container .header-operate[data-v-90872094]{position:sticky;top:0;z-index:999}.page-container .submit-box[data-v-90872094]{display:flex;align-items:center;justify-content:space-between}.page-container .submit-box-r[data-v-90872094]{display:flex;align-items:center}.page-container .submit-box-r .menu-select[data-v-90872094]{width:360px;margin:0 24px}.act-table .table-pagination[data-v-3f4bfffb]{padding:12px 4px;justify-content:flex-end}.tox-tinymce-aux{z-index:99999!important}.tinymce.ui.FloatPanel{z-index:99}.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#a8abb2}.upload-container[data-v-f839bee6]{width:100%}.upload-container[data-v-f839bee6] .el-upload-list--picture-card{display:flex;flex:1}.upload-container[data-v-f839bee6] .el-upload.is-drag{width:100%;height:100%}.upload-container .tip-text[data-v-f839bee6]{margin:0;padding:0;font-size:12px;color:#999}.upload-container .file-list[data-v-f839bee6]{display:flex;align-items:center;justify-content:space-between;margin:6px 0;padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6}.upload-container .file-list[data-v-f839bee6]:hover{cursor:pointer;opacity:.8}.upload-container .file-list:hover .el-file-name[data-v-f839bee6]{text-decoration:underline}.upload-container .file-list-l[data-v-f839bee6]{display:flex;align-items:center;flex:1;width:500px}.upload-container .file-list-image[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px;border-radius:4px}.upload-container .file-list-icon[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px}.upload-container .file-list .el-file-name[data-v-f839bee6]{flex:1;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upload-container .file-list .el-file-operate[data-v-f839bee6]{display:flex;justify-content:flex-end;flex-shrink:0;min-width:82px;margin-left:auto}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]{cursor:pointer;margin-left:12px}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]:hover{opacity:.8}.search-module-container[data-v-5dc94ebf] .el-form-item{margin-bottom:8px}.search-module-container[data-v-5dc94ebf] .el-select__selection{flex-wrap:nowrap}.search-module-container .form-content[data-v-5dc94ebf]{display:grid;grid-template-columns:repeat(var(--table-query-row),1fr);gap:6px;padding:6px 6px 0}.search-module-container .form-content .search-form-btn[data-v-5dc94ebf]{justify-self:end;align-self:start;grid-column-start:var(--table-query-row);grid-column-end:var(--table-query-row)}.search-module-container .expand[data-v-5dc94ebf]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-1cf1f0ce]{display:flex;align-items:center;justify-content:flex-end}.header-operate-container .el-btn[data-v-1cf1f0ce]{margin:6px}.no-config[data-v-92775a28]{line-height:32px;font-weight:700}.no-config-field[data-v-92775a28]{color:red}.card-header[data-v-be1c5be6]{display:flex;align-items:center}.card-header-operate[data-v-be1c5be6]{margin-left:auto}.add-icon-btn[data-v-ada54450]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-ada54450]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-ada54450]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-ada54450]{cursor:pointer;width:12px;height:12px}.card-header[data-v-862782ff]{display:flex;align-items:center}.card-header-operate[data-v-862782ff]{margin-left:auto}.form-list[data-v-862782ff]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-862782ff]:last-child{border:none}.config-list-operate[data-v-862782ff]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-3440b427]{display:flex;align-items:center}.card-header-operate[data-v-3440b427]{margin-left:auto}.form-list[data-v-3440b427]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-3440b427]:last-child{border:none}.config-list-operate[data-v-3440b427]{display:flex;align-items:center;justify-content:flex-end}.submit-operate[data-v-c63f456e]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-c63f456e]{cursor:pointer;width:20px;height:20px}.select-icon-popover .icon-list{display:grid;grid-template-columns:repeat(8,1fr)}.select-icon-popover .icon-list .icon-item{display:flex;align-items:center;justify-content:center;margin:4px 0;border:1px solid transparent}.select-icon-popover .icon-list .icon-item .icon-svg{cursor:pointer}.select-icon-popover .icon-list .icon-item-checked{border:1px solid #000}.select-icon-container .icon-value[data-v-308d02d4]{display:flex;align-items:center}.select-icon-container .icon-value .icon-btn[data-v-308d02d4]{margin-left:12px}.add-icon-btn[data-v-bc91dc45]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-bc91dc45]{display:flex;justify-content:center}.condition-box[data-v-bc91dc45] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-bc91dc45]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-bc91dc45]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-2aab2179]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-2aab2179]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-2aab2179]{cursor:pointer;width:20px;height:20px}
1
+ @charset "UTF-8";.form-card .el-card__header{font-size:16px;font-weight:700}.rotate180{transform:rotate(180deg)}.cp{cursor:pointer}.cp:hover{opacity:.8}.ml12{margin-left:12px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.ml6{margin-left:6px!important}.ml4{margin-left:4px!important}.mr6{margin-right:6px}.mr2{margin-right:2px}.mr4{margin-right:4px}.el-table{font-size:14px}.el-select,.el-cascader,.el-form--inline .el-form-item{display:block;width:100%}.el-card{height:100%;--el-card-padding: 12px}.el-card__body{height:100%;box-sizing:border-box}.el-date-editor{--el-date-editor-width: 100%}.a-loading[data-v-048c6c03]{display:flex;align-items:center;justify-content:center;width:100%;height:50px;font-size:32px}.a-loading .dot[data-v-048c6c03]{animation:antRotate-048c6c03 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;width:28px;height:28px;box-sizing:border-box}.a-loading .dot i[data-v-048c6c03]{width:12px;height:12px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove-048c6c03 1s infinite linear alternate}.a-loading .dot i[data-v-048c6c03]:nth-child(1){top:0;left:0}.a-loading .dot i[data-v-048c6c03]:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.a-loading .dot i[data-v-048c6c03]:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.a-loading .dot i[data-v-048c6c03]:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate-048c6c03{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove-048c6c03{to{opacity:1}}@-webkit-keyframes antSpinMove-048c6c03{to{opacity:1}}[data-v-18a32590] .el-empty__image{width:100%}.table-link[data-v-18a32590]{cursor:pointer;color:#409eff;text-decoration:underline}.file-image[data-v-18a32590]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-18a32590]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-18a32590]{padding:0;margin:0;border:none}.add-icon-btn[data-v-ada54450]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-ada54450]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-ada54450]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-ada54450]{cursor:pointer;width:12px;height:12px}.card-header[data-v-3e5e9347]{display:flex;align-items:center}.card-header -operate[data-v-3e5e9347]{margin-left:auto}.form-list[data-v-3e5e9347]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-3e5e9347]:last-child{border:none}.config-list-operate[data-v-3e5e9347]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-3440b427]{display:flex;align-items:center}.card-header-operate[data-v-3440b427]{margin-left:auto}.form-list[data-v-3440b427]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-3440b427]:last-child{border:none}.config-list-operate[data-v-3440b427]{display:flex;align-items:center;justify-content:flex-end}.submit-operate[data-v-c63f456e]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-c63f456e]{cursor:pointer;width:20px;height:20px}.page-container[data-v-4ec549a6]{position:relative}.page-container .header-operate[data-v-4ec549a6]{position:sticky;top:0;z-index:999}.page-container .submit-box[data-v-4ec549a6]{display:flex;align-items:center;justify-content:space-between}.page-container .submit-box-r[data-v-4ec549a6]{display:flex;align-items:center}.page-container .submit-box-r .menu-select[data-v-4ec549a6]{width:360px;margin:0 24px}.act-table .table-pagination[data-v-92f0fcb4]{padding:12px 4px;justify-content:flex-end}.tox-tinymce-aux{z-index:99999!important}.tinymce.ui.FloatPanel{z-index:99}.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#a8abb2}.upload-container[data-v-f839bee6]{width:100%}.upload-container[data-v-f839bee6] .el-upload-list--picture-card{display:flex;flex:1}.upload-container[data-v-f839bee6] .el-upload.is-drag{width:100%;height:100%}.upload-container .tip-text[data-v-f839bee6]{margin:0;padding:0;font-size:12px;color:#999}.upload-container .file-list[data-v-f839bee6]{display:flex;align-items:center;justify-content:space-between;margin:6px 0;padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6}.upload-container .file-list[data-v-f839bee6]:hover{cursor:pointer;opacity:.8}.upload-container .file-list:hover .el-file-name[data-v-f839bee6]{text-decoration:underline}.upload-container .file-list-l[data-v-f839bee6]{display:flex;align-items:center;flex:1;width:500px}.upload-container .file-list-image[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px;border-radius:4px}.upload-container .file-list-icon[data-v-f839bee6]{flex-shrink:0;width:40px;height:40px}.upload-container .file-list .el-file-name[data-v-f839bee6]{flex:1;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upload-container .file-list .el-file-operate[data-v-f839bee6]{display:flex;justify-content:flex-end;flex-shrink:0;min-width:82px;margin-left:auto}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]{cursor:pointer;margin-left:12px}.upload-container .file-list .el-file-operate>i[data-v-f839bee6]:hover{opacity:.8}.search-module-container[data-v-5dc94ebf] .el-form-item{margin-bottom:8px}.search-module-container[data-v-5dc94ebf] .el-select__selection{flex-wrap:nowrap}.search-module-container .form-content[data-v-5dc94ebf]{display:grid;grid-template-columns:repeat(var(--table-query-row),1fr);gap:6px;padding:6px 6px 0}.search-module-container .form-content .search-form-btn[data-v-5dc94ebf]{justify-self:end;align-self:start;grid-column-start:var(--table-query-row);grid-column-end:var(--table-query-row)}.search-module-container .expand[data-v-5dc94ebf]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-4698b9e6]{display:flex;align-items:center;justify-content:flex-end}.header-operate-container .el-btn[data-v-4698b9e6]{margin:6px}.no-config[data-v-4ec013fe]{line-height:32px;font-weight:700}.no-config-field[data-v-4ec013fe]{color:red}.card-header[data-v-be1c5be6]{display:flex;align-items:center}.card-header-operate[data-v-be1c5be6]{margin-left:auto}.add-icon-btn[data-v-75eab9b4]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-75eab9b4]{display:flex;justify-content:center}.condition-box[data-v-75eab9b4] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-75eab9b4]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-75eab9b4]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-2aab2179]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-2aab2179]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-2aab2179]{cursor:pointer;width:20px;height:20px}.select-icon-popover .icon-list{display:grid;grid-template-columns:repeat(8,1fr)}.select-icon-popover .icon-list .icon-item{display:flex;align-items:center;justify-content:center;margin:4px 0;border:1px solid transparent}.select-icon-popover .icon-list .icon-item .icon-svg{cursor:pointer}.select-icon-popover .icon-list .icon-item-checked{border:1px solid #000}.select-icon-container .icon-value[data-v-308d02d4]{display:flex;align-items:center}.select-icon-container .icon-value .icon-btn[data-v-308d02d4]{margin-left:12px}
@@ -1,155 +0,0 @@
1
- import { inject as S, defineAsyncComponent as T, reactive as W, ref as g, provide as D, watch as j, resolveComponent as m, openBlock as F, createBlock as z, withCtx as d, createElementVNode as I, createVNode as c, unref as i, isRef as E, createTextVNode as x, toDisplayString as P } from "vue";
2
- import { useRoute as H } from "vue-router";
3
- import { _ as K } from "./index-c18badb4.js";
4
- import "js-base64";
5
- import "element-plus";
6
- import "monaco-editor";
7
- const $ = {
8
- __name: "configBtns",
9
- props: {
10
- modelValue: { type: Object, default: () => [] }
11
- },
12
- emits: ["update:modelValue"],
13
- setup(L, { expose: V, emit: G }) {
14
- const _ = H(), h = S("request"), q = T(() => import("./dialogConfigBtn-2a5b29d3.js")), u = L, C = () => ({
15
- sort: 0,
16
- permissionCode: null,
17
- requestUrl: "",
18
- btnName: "",
19
- btnAlias: "",
20
- btnIcon: "",
21
- btnPostion: "",
22
- btnType: "",
23
- btnColor: "",
24
- submitWay: "",
25
- isCustomBtn: !1,
26
- customType: "",
27
- codeStr: "",
28
- customComponentName: "",
29
- customComponentUrl: "",
30
- // isBatchOperate: false,
31
- associationMenuId: "",
32
- submitFields: [],
33
- matchFields: []
34
- });
35
- let n = W((() => ({
36
- tableLoading: !1,
37
- showConfigBtnDialog: !1,
38
- dialogData: {}
39
- }))()), w = g(null), v = 0, y = [], s = g([]), M = [
40
- { prop: "checkbox", width: 60 },
41
- { prop: "serialNumber", width: 80 },
42
- { label: "按钮名称", prop: "btnName", minWidth: 200 },
43
- { label: "权限码", prop: "permissionCode", minWidth: 200 },
44
- { label: "按钮别名", prop: "btnAlias", minWidth: 120 },
45
- { label: "按钮图标", prop: "btnIcon", minWidth: 120 },
46
- { label: "是否自定义", prop: "isCustomBtn", width: 120, render: !0 },
47
- { label: "排序", prop: "sort", width: 180, render: !0 },
48
- { label: "操作", prop: "operate", width: 120, render: !0, fixed: "right" }
49
- ], f = g([]);
50
- const N = (e) => h({ url: "/api/v1/sysMenus/getAllList", method: "post", data: e }), k = (e) => h({ url: "/api/v1/sysMenus/getMenuOfOperate", method: "get", params: e }), R = (e, t) => {
51
- s.value.includes(e.permissionCode) || s.value.push(e.permissionCode), Object.assign(f.value[v], e), t(!0);
52
- }, A = async (e) => {
53
- try {
54
- n.tableLoading = !0;
55
- const t = u.id ? u.id : _.params.id, { data: l } = await k({ id: t });
56
- s.value = (l || []).filter((a) => (e || []).some((r) => r.permissionCode == a.unique)).map((a) => a.unique), f.value = (l || []).map((a, r) => {
57
- let b = C(), p = (e || []).find((o) => o.permissionCode == a.unique) || {};
58
- return { ...b, btnIcon: a.icon || "", ...p, btnName: a.name, permissionCode: a.unique, sort: p.sort ? p.sort : (r + 1) * 10 };
59
- }).sort((a, r) => a.sort - r.sort), n.tableLoading = !1;
60
- } catch (t) {
61
- n.tableLoading = !1, console.error(t);
62
- }
63
- }, U = () => w.value.getSelectionRows() || [];
64
- D("associationMenuList", y), D("createDefaultButtonItem", C), j(
65
- () => u.modelValue,
66
- async (e, t) => {
67
- try {
68
- if (e.length) {
69
- const l = u.id ? u.id : _.params.id;
70
- y = (await N({ dynamicFilters: [{ field: "parentId", operate: "Equal", value: l }] })).data || [], await A(e);
71
- } else
72
- s.value = [], f.value = [];
73
- } catch (l) {
74
- n.tableLoading = !1, console.error(l);
75
- }
76
- },
77
- { deep: !0 }
78
- );
79
- const O = (e) => {
80
- n.dialogData = e.row, v = e.$index, n.showConfigBtnDialog = !0;
81
- };
82
- return V({ getTableSelectionRows: U }), (e, t) => {
83
- const l = m("el-tag"), a = m("el-input-number"), r = m("el-button"), b = m("a-table"), p = m("el-card");
84
- return F(), z(p, {
85
- class: "form-card",
86
- shadow: "hover"
87
- }, {
88
- header: d(() => t[2] || (t[2] = [
89
- I("div", { class: "card-header" }, [
90
- I("div", { class: "card-header-title" }, "按钮配置")
91
- ], -1)
92
- ])),
93
- default: d(() => [
94
- c(b, {
95
- ref_key: "tableRef",
96
- ref: w,
97
- loading: i(n).tableLoading,
98
- rowKey: "permissionCode",
99
- selection: i(s),
100
- "onUpdate:selection": t[0] || (t[0] = (o) => E(s) ? s.value = o : s = o),
101
- headers: i(M),
102
- data: i(f),
103
- showPagination: !1
104
- }, {
105
- isCustomBtn: d(({ scope: o }) => [
106
- c(l, {
107
- type: "primary",
108
- effect: "dark",
109
- size: "small"
110
- }, {
111
- default: d(() => [
112
- x(P(o.row.isCustomBtn ? "是" : "否"), 1)
113
- ]),
114
- _: 2
115
- }, 1024)
116
- ]),
117
- sort: d(({ scope: o }) => [
118
- c(a, {
119
- modelValue: o.row.sort,
120
- "onUpdate:modelValue": (B) => o.row.sort = B,
121
- min: 0
122
- }, null, 8, ["modelValue", "onUpdate:modelValue"])
123
- ]),
124
- operate: d(({ scope: o }) => [
125
- c(r, {
126
- type: "primary",
127
- text: "",
128
- size: "small",
129
- icon: "Aim",
130
- onClick: (B) => O(o)
131
- }, {
132
- default: d(() => t[3] || (t[3] = [
133
- x(" 配置 ")
134
- ])),
135
- _: 2
136
- }, 1032, ["onClick"])
137
- ]),
138
- _: 1
139
- }, 8, ["loading", "selection", "headers", "data"]),
140
- c(i(q), {
141
- visible: i(n).showConfigBtnDialog,
142
- "onUpdate:visible": t[1] || (t[1] = (o) => i(n).showConfigBtnDialog = o),
143
- title: "配置按钮",
144
- data: i(n).dialogData,
145
- onRefresh: R
146
- }, null, 8, ["visible", "data"])
147
- ]),
148
- _: 1
149
- });
150
- };
151
- }
152
- }, oe = /* @__PURE__ */ K($, [["__scopeId", "data-v-862782ff"]]);
153
- export {
154
- oe as default
155
- };
@@ -1,199 +0,0 @@
1
- import { defineAsyncComponent as H, inject as U, reactive as j, ref as B, watch as q, resolveComponent as m, openBlock as c, createBlock as w, withCtx as a, createElementVNode as h, createVNode as d, createTextVNode as i, unref as s, toDisplayString as f, createElementBlock as I, Fragment as K, renderList as O, createCommentVNode as W } from "vue";
2
- import { a as Y } from "./enum-d734222c.js";
3
- import { _ as G } from "./index-c18badb4.js";
4
- import "vue-router";
5
- import "js-base64";
6
- import "element-plus";
7
- import "monaco-editor";
8
- const J = { class: "card-header" }, M = {
9
- __name: "configFileds",
10
- props: {
11
- modelValue: { type: Object, default: () => [] }
12
- },
13
- emits: ["update:modelValue"],
14
- setup(C, { emit: v }) {
15
- const F = H(() => import("./dialogAddField-37d23c28.js")), g = v, b = C, V = U("configData")();
16
- let l = j((() => ({
17
- tableLoading: !1,
18
- showAddFieldDialog: !1,
19
- dialogTitle: "字段配置",
20
- dialogData: {}
21
- }))()), p = 0, D = [
22
- { label: "序号", prop: "serialNumber", width: 60 },
23
- { label: "字段", prop: "fieldName", width: 220 },
24
- { label: "字段Key", prop: "fieldKey", width: 180 },
25
- { label: "字段类型", prop: "fieldType", width: 180, render: !0 },
26
- { label: "使用场景", prop: "useScenes", minWidth: 180, render: !0 },
27
- { label: "是否自定义表头", prop: "customTableHeaderName", width: 140, render: !0 },
28
- { label: "场景自定义", prop: "formCustomComponentes", width: 140, render: !0 },
29
- { label: "排序", prop: "sort", width: 180, render: !0 },
30
- { label: "操作", prop: "operate", width: 180, render: !0, fixed: "right" }
31
- ], r = B([]);
32
- const T = (e) => {
33
- if (!Reflect.has(e, "fieldType"))
34
- return "";
35
- const t = Y.find((n) => n.value == e.fieldType);
36
- return (t == null ? void 0 : t.key) || "";
37
- }, k = (e) => Reflect.has(e, "useScenes") ? [
38
- { btnName: "表格查询", permissionCode: "tableSearch" },
39
- { btnName: "表格展示", permissionCode: "tableShow" },
40
- ...V.value.buttons || []
41
- ].filter((n) => e.useScenes.includes(n.permissionCode)).map((n) => n.btnName) : [], y = (e) => (e.formCustomComponentes || []).filter((t) => t.isFiledCustom).map((t) => `${t.btnName}:是`).join(), x = (e, t) => {
42
- if (p == null) {
43
- const n = r.value.length;
44
- r.value.push({ ...e, sort: (n + 1) * 10 });
45
- } else
46
- r.value[p] = {
47
- ...e,
48
- postRequestParams: [...e.postRequestParams],
49
- useScenes: [...e.useScenes],
50
- formCustomComponentes: [...e.formCustomComponentes]
51
- };
52
- g("update:modelValue", r.value), t(!0);
53
- }, N = async () => {
54
- try {
55
- l.tableLoading = !0, r.value = (b.modelValue || []).map((e) => ({ ...e, sort: e.sort ? e.sort : 0 })).sort((e, t) => e.sort - t.sort), l.tableLoading = !1;
56
- } catch (e) {
57
- l.tableLoading = !1, console.error(e);
58
- }
59
- };
60
- q(
61
- () => b.modelValue,
62
- async (e, t) => {
63
- await N();
64
- },
65
- { deep: !0, immediate: !0 }
66
- );
67
- const S = () => {
68
- p = null, l.dialogData = {}, l.showAddFieldDialog = !0;
69
- }, A = (e) => {
70
- p = e.$index, l.dialogData = e.row, l.showAddFieldDialog = !0;
71
- }, L = () => {
72
- g("update:modelValue", r.value);
73
- }, E = (e) => {
74
- r.value.splice(e.$index, 1), g("update:modelValue", r.value);
75
- };
76
- return (e, t) => {
77
- const n = m("el-button"), _ = m("el-tag"), P = m("el-input-number"), R = m("a-table"), $ = m("el-card");
78
- return c(), w($, {
79
- class: "form-card",
80
- shadow: "hover"
81
- }, {
82
- header: a(() => [
83
- h("div", J, [
84
- t[3] || (t[3] = h("div", { class: "card-header-title" }, "字段配置", -1)),
85
- d(n, {
86
- class: "card-header-operate",
87
- type: "primary",
88
- icon: "Plus",
89
- onClick: t[0] || (t[0] = (o) => S())
90
- }, {
91
- default: a(() => t[2] || (t[2] = [
92
- i("添加字段")
93
- ])),
94
- _: 1
95
- })
96
- ])
97
- ]),
98
- default: a(() => [
99
- d(R, {
100
- loading: s(l).tableLoading,
101
- headers: s(D),
102
- data: s(r),
103
- showPagination: !1
104
- }, {
105
- fieldType: a(({ scope: o }) => [
106
- i(f(T(o.row)), 1)
107
- ]),
108
- useScenes: a(({ scope: o }) => [
109
- (c(!0), I(K, null, O(k(o.row), (u, z) => (c(), w(_, {
110
- style: { margin: "0 4px" },
111
- key: z,
112
- type: "success",
113
- effect: "dark",
114
- size: "small"
115
- }, {
116
- default: a(() => [
117
- i(f(u), 1)
118
- ]),
119
- _: 2
120
- }, 1024))), 128))
121
- ]),
122
- customTableHeaderName: a(({ scope: o }) => [
123
- d(_, {
124
- type: "primary",
125
- effect: "dark",
126
- size: "small"
127
- }, {
128
- default: a(() => [
129
- i(f(o.row.customTableHeaderName ? "是" : "否"), 1)
130
- ]),
131
- _: 2
132
- }, 1024)
133
- ]),
134
- formCustomComponentes: a(({ scope: o }) => [
135
- y(o.row) ? (c(), w(_, {
136
- key: 0,
137
- type: "primary",
138
- effect: "dark",
139
- size: "small"
140
- }, {
141
- default: a(() => [
142
- i(f(y(o.row)), 1)
143
- ]),
144
- _: 2
145
- }, 1024)) : W("", !0)
146
- ]),
147
- sort: a(({ scope: o }) => [
148
- d(P, {
149
- modelValue: o.row.sort,
150
- "onUpdate:modelValue": (u) => o.row.sort = u,
151
- min: 0,
152
- onChange: L
153
- }, null, 8, ["modelValue", "onUpdate:modelValue"])
154
- ]),
155
- operate: a(({ scope: o }) => [
156
- d(n, {
157
- type: "primary",
158
- text: "",
159
- size: "small",
160
- icon: "EditPen",
161
- onClick: (u) => A(o)
162
- }, {
163
- default: a(() => t[4] || (t[4] = [
164
- i(" 编辑 ")
165
- ])),
166
- _: 2
167
- }, 1032, ["onClick"]),
168
- d(n, {
169
- type: "danger",
170
- text: "",
171
- size: "small",
172
- icon: "Delete",
173
- onClick: (u) => E(o)
174
- }, {
175
- default: a(() => t[5] || (t[5] = [
176
- i(" 删除 ")
177
- ])),
178
- _: 2
179
- }, 1032, ["onClick"])
180
- ]),
181
- _: 1
182
- }, 8, ["loading", "headers", "data"]),
183
- d(s(F), {
184
- visible: s(l).showAddFieldDialog,
185
- "onUpdate:visible": t[1] || (t[1] = (o) => s(l).showAddFieldDialog = o),
186
- title: s(l).dialogTitle,
187
- configData: b.data,
188
- data: s(l).dialogData,
189
- onRefresh: x
190
- }, null, 8, ["visible", "title", "configData", "data"])
191
- ]),
192
- _: 1
193
- });
194
- };
195
- }
196
- }, ne = /* @__PURE__ */ G(M, [["__scopeId", "data-v-3440b427"]]);
197
- export {
198
- ne as default
199
- };
@@ -1,129 +0,0 @@
1
- import { ref as _, watch as P, resolveComponent as m, openBlock as i, createBlock as p, withCtx as o, createVNode as e, unref as a, createElementBlock as R, Fragment as W, renderList as F } from "vue";
2
- import { F as O } from "./enum-d734222c.js";
3
- const C = {
4
- __name: "configForm",
5
- props: {
6
- modelValue: { type: Object, default: () => ({}) }
7
- },
8
- emits: ["update:modelValue"],
9
- setup(c, { expose: b, emit: y }) {
10
- const V = c, g = () => ({
11
- formRow: 1,
12
- dialogWidth: 800,
13
- formLabelWidth: 120,
14
- formLabelPosition: "top"
15
- });
16
- let s = _(null), l = _(g());
17
- return P(
18
- () => V.modelValue,
19
- (d, n) => {
20
- d && (l.value = Object.assign(l.value, { ...d }));
21
- },
22
- { deep: !0, immediate: !0 }
23
- ), b({ formRef: s, form: l }), (d, n) => {
24
- const f = m("el-input-number"), r = m("el-form-item"), u = m("el-col"), L = m("el-option"), w = m("el-select"), h = m("el-row"), v = m("el-form"), x = m("el-card");
25
- return i(), p(x, {
26
- class: "form-card",
27
- shadow: "hover",
28
- header: "表单配置"
29
- }, {
30
- default: o(() => [
31
- e(v, {
32
- ref_key: "formRef",
33
- ref: s,
34
- model: a(l),
35
- "label-suffix": ":",
36
- "label-width": "110px"
37
- }, {
38
- default: o(() => [
39
- e(h, null, {
40
- default: o(() => [
41
- e(u, { span: 8 }, {
42
- default: o(() => [
43
- e(r, { label: "弹窗宽度" }, {
44
- default: o(() => [
45
- e(f, {
46
- modelValue: a(l).dialogWidth,
47
- "onUpdate:modelValue": n[0] || (n[0] = (t) => a(l).dialogWidth = t),
48
- min: 800
49
- }, null, 8, ["modelValue"])
50
- ]),
51
- _: 1
52
- })
53
- ]),
54
- _: 1
55
- }),
56
- e(u, { span: 8 }, {
57
- default: o(() => [
58
- e(r, { label: "排版列数" }, {
59
- default: o(() => [
60
- e(f, {
61
- modelValue: a(l).formRow,
62
- "onUpdate:modelValue": n[1] || (n[1] = (t) => a(l).formRow = t),
63
- min: 1,
64
- max: 4
65
- }, null, 8, ["modelValue"])
66
- ]),
67
- _: 1
68
- })
69
- ]),
70
- _: 1
71
- }),
72
- e(u, { span: 8 }, {
73
- default: o(() => [
74
- e(r, { label: "label宽度" }, {
75
- default: o(() => [
76
- e(f, {
77
- modelValue: a(l).formLabelWidth,
78
- "onUpdate:modelValue": n[2] || (n[2] = (t) => a(l).formLabelWidth = t),
79
- min: 80
80
- }, null, 8, ["modelValue"])
81
- ]),
82
- _: 1
83
- })
84
- ]),
85
- _: 1
86
- }),
87
- e(u, { span: 8 }, {
88
- default: o(() => [
89
- e(r, {
90
- label: "label位置",
91
- rules: [{ required: !0, message: "必填项", trigger: ["change"] }],
92
- prop: "formLabelPosition"
93
- }, {
94
- default: o(() => [
95
- e(w, {
96
- modelValue: a(l).formLabelPosition,
97
- "onUpdate:modelValue": n[3] || (n[3] = (t) => a(l).formLabelPosition = t),
98
- placeholder: "请选择"
99
- }, {
100
- default: o(() => [
101
- (i(!0), R(W, null, F(a(O), (t, k) => (i(), p(L, {
102
- key: k + "labelPosition",
103
- label: t.key,
104
- value: t.value
105
- }, null, 8, ["label", "value"]))), 128))
106
- ]),
107
- _: 1
108
- }, 8, ["modelValue"])
109
- ]),
110
- _: 1
111
- })
112
- ]),
113
- _: 1
114
- })
115
- ]),
116
- _: 1
117
- })
118
- ]),
119
- _: 1
120
- }, 8, ["model"])
121
- ]),
122
- _: 1
123
- });
124
- };
125
- }
126
- };
127
- export {
128
- C as default
129
- };