act-plus 1.1.55 → 1.1.56

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,108 +0,0 @@
1
- import { ref as R, inject as l, watch as j, resolveComponent as y, resolveDirective as q, openBlock as r, createElementBlock as u, Fragment as f, renderList as E, unref as d, createBlock as i, resolveDynamicComponent as H, withCtx as b, withDirectives as C, createCommentVNode as _, createTextVNode as k, toDisplayString as B } from "vue";
2
- import { _ as M, u as z } from "./index-2693b9c5.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: ["onOperate"],
13
- setup(w, { emit: x }) {
14
- const N = x, T = w, { t: D } = z();
15
- let h = R([]);
16
- const V = l("globalProps"), v = l("menuPermissionBtns"), F = l("stringToBoolean"), $ = l("matchCondition"), S = l("getTableData"), P = l("tableBtnRefs"), A = (s) => {
17
- if (!s.matchFields.length)
18
- return !0;
19
- const t = s.matchFields.filter((o) => o.matchType != "default"), a = (o) => V.matchData[o.matchType][o.matchFieldName];
20
- let c = t.reduce((o, n, m) => {
21
- const L = a(n);
22
- return o += $(
23
- n.matchCondition,
24
- L,
25
- n.fieldValue == "" ? null : n.fieldValue == "true" || n.fieldValue == "false" ? F(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
- }, I = (s) => v.value.some((t) => t.unique == s.permissionCode) && A(s), O = (s) => {
30
- h.value = (s || []).filter((t) => t.permissionCode !== 1001 && t.btnPostion.includes("header")).sort((t, a) => t.sort - a.sort).map((t) => (t.btnAlias && (t.btnName = t.btnAlias), t));
31
- };
32
- j(
33
- () => T.data,
34
- (s, t) => {
35
- O(s.buttons);
36
- },
37
- { immediate: !0 }
38
- );
39
- const g = (s) => {
40
- N("onOperate", s, {});
41
- };
42
- return (s, t) => {
43
- const a = y("a-svg-icon"), p = y("el-button"), c = q("debounce");
44
- return r(), u("div", G, [
45
- (r(!0), u(f, null, E(d(h), (e, o) => (r(), u(f, { key: o }, [
46
- I(e) ? (r(), u(f, { key: 0 }, [
47
- e.isCustomBtn && e.customType == "component" ? (r(), i(H(e[e.customComponentName]), {
48
- key: 0,
49
- class: "custom-btn",
50
- ref_for: !0,
51
- ref: (n) => d(P)[`${e.customComponentName}-${e.permissionCode}`] = n,
52
- buttonData: e,
53
- onRefresh: t[0] || (t[0] = (n) => d(S)())
54
- }, {
55
- default: b(() => [
56
- C((r(), i(p, {
57
- class: "el-btn",
58
- type: e.btnColor,
59
- onClick: (n) => g(e)
60
- }, {
61
- default: b(() => [
62
- e.btnIcon ? (r(), i(a, {
63
- key: 0,
64
- class: "mr4",
65
- name: e.btnIcon,
66
- width: "12",
67
- height: "12",
68
- color: "#fff"
69
- }, null, 8, ["name"])) : _("", !0),
70
- k(" " + B(e.btnName), 1)
71
- ]),
72
- _: 2
73
- }, 1032, ["type", "onClick"])), [
74
- [c]
75
- ])
76
- ]),
77
- _: 2
78
- }, 1064, ["buttonData"])) : C((r(), i(p, {
79
- key: 1,
80
- class: "el-btn",
81
- type: e.btnColor,
82
- loading: e.opeateLoading,
83
- onClick: (n) => g(e)
84
- }, {
85
- default: b(() => [
86
- e.btnIcon ? (r(), i(a, {
87
- key: 0,
88
- class: "mr4",
89
- name: e.btnIcon,
90
- width: "12",
91
- height: "12",
92
- color: "#fff"
93
- }, null, 8, ["name"])) : _("", !0),
94
- k(" " + B(e.opeateLoading ? e.btnName + d(D)("act.loading") + "..." : e.btnName), 1)
95
- ]),
96
- _: 2
97
- }, 1032, ["type", "loading", "onClick"])), [
98
- [c]
99
- ])
100
- ], 64)) : _("", !0)
101
- ], 64))), 128))
102
- ]);
103
- };
104
- }
105
- }, Z = /* @__PURE__ */ M(J, [["__scopeId", "data-v-6477fb97"]]);
106
- export {
107
- Z as default
108
- };
package/style.css DELETED
@@ -1 +0,0 @@
1
- .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%}.month-range .el-date-range-picker{width:320px}.month-range .el-date-range-picker .el-picker-panel__body{min-width:320px}.month-range .is-left{width:100%}.month-range .el-date-range-picker__header,.month-range .is-right{display:none}.table-link{cursor:pointer;color:#409eff;text-decoration:underline}.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-096c2e4f] .el-empty__image{width:100%}.file-image[data-v-096c2e4f]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-096c2e4f]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-096c2e4f]{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-ca7d3608]{display:flex;align-items:center}.card-header -operate[data-v-ca7d3608]{margin-left:auto}.form-list[data-v-ca7d3608]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-ca7d3608]:last-child{border:none}.config-list-operate[data-v-ca7d3608]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-75e750d2]{display:flex;align-items:center}.card-header-operate[data-v-75e750d2]{margin-left:auto}.form-list[data-v-75e750d2]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-75e750d2]:last-child{border:none}.config-list-operate[data-v-75e750d2]{display:flex;align-items:center;justify-content:flex-end}[data-v-75e750d2] .el-badge__content.is-fixed{transform:translateY(-50%) translate(100%) scale(.7)}.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-651542d6]{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-3c6eb654] .el-form-item{margin-bottom:8px}.search-module-container[data-v-3c6eb654] .el-select__selection{flex-wrap:nowrap}.search-module-container .form-content[data-v-3c6eb654]{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-3c6eb654]{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-3c6eb654]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-6477fb97]{display:flex;align-items:center;justify-content:flex-end}.header-operate-container .el-btn[data-v-6477fb97]{margin:2px}.no-config[data-v-c6e7e23b]{line-height:32px;font-weight:700}.no-config-field[data-v-c6e7e23b]{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-66a03452]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-66a03452]{display:flex;justify-content:center}.condition-box[data-v-66a03452] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-66a03452]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-66a03452]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-7a6069a6]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-7a6069a6]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-7a6069a6]{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}