act-plus 1.1.57 → 1.1.59
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 +43 -43
- package/lib/{dialogAddField-60cfebf1.js → dialogAddField-64698c8b.js} +134 -153
- package/lib/{dialogConfigBtn-cd2bc45e.js → dialogConfigBtn-d24ef522.js} +2 -2
- package/lib/{dialogSiteComponentsParams-93e56ef4.js → dialogSiteComponentsParams-919aa886.js} +1 -1
- package/lib/{index-05ace06d.js → index-28e420a3.js} +1 -1
- package/lib/{index-9761529e.js → index-3ffd8e97.js} +1 -1
- package/lib/{index-61ed059b.js → index-4b578a5a.js} +83 -75
- package/lib/{index-b4e44c7a.js → index-54147896.js} +1 -1
- package/lib/{index-5fa8f416.js → index-60458519.js} +2078 -2063
- package/lib/{index-3795bacd.js → index-6a952fcf.js} +2 -2
- package/lib/{index-ee1ece16.js → index-7a420913.js} +4 -4
- package/lib/{index-1a086cf9.js → index-a182cf2c.js} +1 -1
- package/lib/{index-9fcf56d6.js → index-bd8a14bf.js} +36 -34
- package/lib/{index-7c778ce0.js → index-d847c9df.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineAsyncComponent as O, inject as K, ref as N, watch as Te, resolveComponent as _, resolveDirective as le, openBlock as u, createBlock as y, withCtx as D, createElementVNode as ae, createVNode as te, createTextVNode as J, toDisplayString as A, unref as r, withDirectives as oe, createElementBlock as k, Fragment as q, renderList as Q, mergeProps as F, createCommentVNode as se, resolveDynamicComponent as De, toRaw as Ke } from "vue";
|
|
2
|
-
import { _ as we, u as Ne, P as Pe, a as Ue, b as ke } from "./index-
|
|
2
|
+
import { _ as we, u as Ne, P as Pe, a as Ue, b as ke } from "./index-60458519.js";
|
|
3
3
|
import { ElNotification as Se } from "element-plus";
|
|
4
4
|
import "vue-router";
|
|
5
5
|
const Le = { class: "no-config-field" }, Re = { class: "dialog-footer" }, $e = {
|
|
@@ -11,7 +11,7 @@ const Le = { class: "no-config-field" }, Re = { class: "dialog-footer" }, $e = {
|
|
|
11
11
|
},
|
|
12
12
|
emits: ["update:visible", "refresh"],
|
|
13
13
|
setup(P, { emit: ie }) {
|
|
14
|
-
const re = O(() => import("./index-e2f2023d.js")), de = O(() => import("./index-
|
|
14
|
+
const re = O(() => import("./index-e2f2023d.js")), de = O(() => import("./index-a182cf2c.js")), ne = O(() => import("./index-28e420a3.js")), ue = O(() => import("./index-7a420913.js")), { t: b } = Ne(), M = K("request"), ce = K("loadComponents"), w = K("formatDataType"), x = K("globalProps"), fe = K("stringToBoolean"), h = K("getFieldUiProps"), pe = K("disposeRequestData"), X = ie, f = P, S = N(!1), L = N(!1), E = N(null), R = N([]), t = N({}), j = N({}), me = (l) => l.formColumnCol == null ? 24 : l.formColumnCol ? l.formColumnCol : 24 / l.formRow, ye = (l) => ["input", "textarea"].includes(l.fieldType) ? "blur" : (["select", "multipleSelect", "datetimerange", "treeSelect", "provinceCascade"].includes(l.fieldType), "change"), be = async ({ node: l, resolve: p }, a) => {
|
|
15
15
|
const i = h(a), { label: m, value: n, children: g, isLeaf: o } = { ...ke, ...i.treeProps || {} };
|
|
16
16
|
if (l[o])
|
|
17
17
|
return p([]);
|
|
@@ -264,7 +264,7 @@ const le = { style: { height: "100%", overflow: "hidden" } }, Le = {
|
|
|
264
264
|
baseUrl: { type: String, default: "" },
|
|
265
265
|
width: { type: [Number, String], default: "100%" },
|
|
266
266
|
height: { type: Number, default: 500 },
|
|
267
|
-
disabled: { type: Boolean, default: !
|
|
267
|
+
disabled: { type: Boolean, default: !1 },
|
|
268
268
|
editableRoot: { type: Boolean, default: !0 },
|
|
269
269
|
placeholder: { type: String, default: "请输入" },
|
|
270
270
|
plugins: {
|
|
@@ -281,12 +281,12 @@ const le = { style: { height: "100%", overflow: "hidden" } }, Le = {
|
|
|
281
281
|
const i = t, o = e, r = A("vue-tinymce-" + +/* @__PURE__ */ new Date() + ((Math.random() * 1e3).toFixed(0) + "")), c = R({
|
|
282
282
|
selector: "#" + r.value,
|
|
283
283
|
//富文本编辑器的id,
|
|
284
|
-
language_url: "tinymce/langs/zh_CN.js",
|
|
284
|
+
language_url: "/tinymce/langs/zh_CN.js",
|
|
285
285
|
// 语言包的路径,具体路径看自己的项目
|
|
286
286
|
language: "zh_CN",
|
|
287
|
-
skin_url: "tinymce/skins/ui/oxide",
|
|
287
|
+
skin_url: "/tinymce/skins/ui/oxide",
|
|
288
288
|
// skin路径,具体路径看自己的项目
|
|
289
|
-
content_css: "tinymce/skins/content/default/content.css",
|
|
289
|
+
content_css: "/tinymce/skins/content/default/content.css",
|
|
290
290
|
//以css文件方式自定义可编辑区域的css样式,css文件需自己创建并引入
|
|
291
291
|
editable_root: o.editableRoot,
|
|
292
292
|
width: o.width,
|
|
@@ -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-60458519.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,19 +1,19 @@
|
|
|
1
|
-
import { defineAsyncComponent as re, inject as
|
|
2
|
-
import { _ as fe, u as ye, P as me, a as be, b as Ve } from "./index-
|
|
1
|
+
import { defineAsyncComponent as re, inject as _, ref as R, watch as ne, resolveComponent as f, resolveDirective as se, unref as t, openBlock as n, createElementBlock as V, createVNode as ue, normalizeStyle as de, withCtx as g, Fragment as q, renderList as L, createBlock as d, mergeProps as C, withKeys as I, withModifiers as B, createCommentVNode as h, resolveDynamicComponent as pe, createElementVNode as ie, toDisplayString as S, createTextVNode as M, withDirectives as ce } from "vue";
|
|
2
|
+
import { _ as fe, u as ye, P as me, a as be, b as Ve } from "./index-60458519.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
|
-
const
|
|
5
|
+
const Ce = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "search-module-container"
|
|
8
|
-
},
|
|
8
|
+
}, _e = { class: "no-config-field" }, he = {
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
11
11
|
data: { type: Object, default: () => ({}) }
|
|
12
12
|
},
|
|
13
13
|
emits: ["reset", "search"],
|
|
14
14
|
setup(j, { emit: H }) {
|
|
15
|
-
const K = re(() => import("./index-e2f2023d.js")), { t: p } = ye(), W =
|
|
16
|
-
let b =
|
|
15
|
+
const K = re(() => import("./index-e2f2023d.js")), { t: p } = ye(), W = _("request"), O = _("globalProps"), G = _("loadComponents"), y = _("getFieldUiProps"), x = _("formatDataType"), z = _("disposeDate"), J = _("getDefaultQueryValues"), A = H, m = j, X = R({});
|
|
16
|
+
let b = R([]), Y = R([]), T = R(!0);
|
|
17
17
|
const Z = (s) => m.data.tableConfig.isExpandQuery && T.value ? m.data.tableConfig.tableQueryRowWidth > s + 1 : !0, ee = async (s) => {
|
|
18
18
|
b.value = await Promise.all(
|
|
19
19
|
s.filter((l) => l.useScenes.includes("tableSearch")).map(async (l) => {
|
|
@@ -24,8 +24,8 @@ const _e = {
|
|
|
24
24
|
if (l.isQueryFieldCustom = !1, u && u.isFieldCustom) {
|
|
25
25
|
const { isFieldCustom: o, customComponentName: k, customComponentUrl: P } = u;
|
|
26
26
|
if (l.isQueryFieldCustom = !0, o && !l.customQueryComponent) {
|
|
27
|
-
const
|
|
28
|
-
l.customQueryComponent =
|
|
27
|
+
const U = await G(P, k);
|
|
28
|
+
l.customQueryComponent = U;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
return l;
|
|
@@ -35,22 +35,22 @@ const _e = {
|
|
|
35
35
|
const l = (s || []).filter((u) => u.permissionCode === 1001).map((u) => ({ ...u, loading: !1 }));
|
|
36
36
|
Y.value = [...l, { btnName: p("act.reset"), permissionCode: "9999", btnColor: "info", btnIcon: "btn-reset", loading: !1 }];
|
|
37
37
|
}, ae = async ({ node: s, resolve: l }, u) => {
|
|
38
|
-
const o = y(u), { label: k, value: P, children:
|
|
39
|
-
if (s[
|
|
38
|
+
const o = y(u), { label: k, value: P, children: U, isLeaf: $ } = { ...Ve, ...o.treeProps || {} };
|
|
39
|
+
if (s[$])
|
|
40
40
|
return l([]);
|
|
41
|
-
const Q = u.postRequestParams.filter((r) => r.submitType === "default").reduce((r, e) => (r[e.submitName] = x(e.paramsType, e.submitValue), r), {}), D = u.postRequestParams.filter((r) => r.submitType === "match").reduce((r, e) => (r[e.submitName] = x(e.paramsType, O.matchData[e.submitValue][e.submitName]), r), {}),
|
|
41
|
+
const Q = u.postRequestParams.filter((r) => r.submitType === "default").reduce((r, e) => (r[e.submitName] = x(e.paramsType, e.submitValue), r), {}), D = u.postRequestParams.filter((r) => r.submitType === "match").reduce((r, e) => (r[e.submitName] = x(e.paramsType, O.matchData[e.submitValue][e.submitName]), r), {}), w = u.postRequestParams.filter((r) => r.submitType === "dynamic").map((r) => ({
|
|
42
42
|
field: r.submitName,
|
|
43
43
|
operate: r.submitMatchType,
|
|
44
44
|
value: o.loadCode ? s == null ? void 0 : s.data.value : x(r.paramsType, r.submitValue)
|
|
45
45
|
}));
|
|
46
46
|
let c = {};
|
|
47
|
-
Object.keys(Q).length && (c = { ...c, ...Q }), Object.keys(D).length && (c = { ...c, ...D }),
|
|
47
|
+
Object.keys(Q).length && (c = { ...c, ...Q }), Object.keys(D).length && (c = { ...c, ...D }), w.length && (c.dynamicFilters = w), o.loadCode && Reflect.has(c, o.loadCode) && (c[o.loadCode] = s == null ? void 0 : s.data.value);
|
|
48
48
|
const { data: E } = await W({
|
|
49
49
|
url: u.fieldRequestUrl,
|
|
50
50
|
method: u.fieldRequestType || "GET",
|
|
51
51
|
data: c
|
|
52
|
-
}),
|
|
53
|
-
l(
|
|
52
|
+
}), F = (E || []).map((r) => ({ label: r[k], value: r[P], children: [], isLeaf: r[$] }));
|
|
53
|
+
l(F);
|
|
54
54
|
};
|
|
55
55
|
ne(
|
|
56
56
|
() => m.data,
|
|
@@ -63,7 +63,7 @@ const _e = {
|
|
|
63
63
|
switch (s.loading = !0, s.permissionCode) {
|
|
64
64
|
case "9999":
|
|
65
65
|
b.value.forEach((o) => {
|
|
66
|
-
o.tableQueryDefaultValue ? ["date", "dateRange"].includes(o.fieldType) ?
|
|
66
|
+
o.tableQueryDefaultValue ? o.queryValue = ["date", "dateRange"].includes(o.fieldType) ? z(o) : (o == null ? void 0 : o.tableQueryDefaultValue) || void 0 : o.queryValue = o.fieldType.includes("&") ? [] : void 0;
|
|
67
67
|
});
|
|
68
68
|
const l = J();
|
|
69
69
|
A("reset", l, () => {
|
|
@@ -84,8 +84,8 @@ const _e = {
|
|
|
84
84
|
};
|
|
85
85
|
return (s, l) => {
|
|
86
86
|
var r;
|
|
87
|
-
const u = f("el-input"), o = f("el-option"), k = f("el-select"), P = f("el-select-v2"),
|
|
88
|
-
return t(b) && t(b).length ? (n(), V("div",
|
|
87
|
+
const u = f("el-input"), o = f("el-option"), k = f("el-select"), P = f("el-select-v2"), U = f("el-cascader"), $ = f("el-tree-select"), Q = f("el-date-picker"), D = f("el-form-item"), w = f("a-svg-icon"), c = f("el-button"), E = f("el-form"), F = se("debounce");
|
|
88
|
+
return t(b) && t(b).length ? (n(), V("div", Ce, [
|
|
89
89
|
ue(E, {
|
|
90
90
|
style: de({ "--table-query-row": m.data.tableConfig.tableQueryRowWidth }),
|
|
91
91
|
class: "form-content",
|
|
@@ -102,14 +102,16 @@ const _e = {
|
|
|
102
102
|
class: "custom-btn",
|
|
103
103
|
ref_for: !0,
|
|
104
104
|
ref: (a) => X.value.customQueryComponent = a,
|
|
105
|
+
modelValue: e.queryValue,
|
|
106
|
+
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
105
107
|
queryItem: e,
|
|
106
108
|
data: m.data,
|
|
107
|
-
onRefresh: (a) => i(
|
|
108
|
-
}, null, 40, ["
|
|
109
|
+
onRefresh: l[8] || (l[8] = (a) => i({ permissionCode: 1001 }))
|
|
110
|
+
}, null, 40, ["modelValue", "onUpdate:modelValue", "queryItem", "data"])) : (n(), V("div", {
|
|
109
111
|
class: "no-config",
|
|
110
112
|
key: N
|
|
111
113
|
}, [
|
|
112
|
-
ie("span",
|
|
114
|
+
ie("span", _e, "【" + S(e.fieldName) + "】", 1),
|
|
113
115
|
M(S(t(p)("act.fieldCustom")), 1)
|
|
114
116
|
]))
|
|
115
117
|
], 64)) : (n(), d(D, {
|
|
@@ -119,7 +121,7 @@ const _e = {
|
|
|
119
121
|
label: e.fieldName
|
|
120
122
|
}, {
|
|
121
123
|
default: g(() => [
|
|
122
|
-
e.fieldType === "input" || e.fieldType === "editor" ? (n(), d(u,
|
|
124
|
+
e.fieldType === "input" || e.fieldType === "editor" ? (n(), d(u, C({
|
|
123
125
|
key: 0,
|
|
124
126
|
modelValue: e.queryValue,
|
|
125
127
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -130,7 +132,7 @@ const _e = {
|
|
|
130
132
|
onKeyup: l[0] || (l[0] = I(B((a) => i({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"])),
|
|
131
133
|
onClear: oe
|
|
132
134
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : h("", !0),
|
|
133
|
-
e.fieldType === "inputNumber" ? (n(), d(t(K),
|
|
135
|
+
e.fieldType === "inputNumber" ? (n(), d(t(K), C({
|
|
134
136
|
key: 1,
|
|
135
137
|
modelValue: e.queryValue,
|
|
136
138
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -138,7 +140,7 @@ const _e = {
|
|
|
138
140
|
clearable: "",
|
|
139
141
|
onKeyup: l[1] || (l[1] = I(B((a) => i({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"])),
|
|
140
142
|
ref_for: !0
|
|
141
|
-
}, t(y)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (n(), d(k,
|
|
143
|
+
}, t(y)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (n(), d(k, C({
|
|
142
144
|
key: 2,
|
|
143
145
|
modelValue: e.queryValue,
|
|
144
146
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -153,14 +155,14 @@ const _e = {
|
|
|
153
155
|
onChange: l[2] || (l[2] = (a) => i({ permissionCode: 1001 }))
|
|
154
156
|
}), {
|
|
155
157
|
default: g(() => [
|
|
156
|
-
(n(!0), V(q, null, L(e.dataList, (a,
|
|
157
|
-
key:
|
|
158
|
+
(n(!0), V(q, null, L(e.dataList, (a, v) => (n(), d(o, {
|
|
159
|
+
key: v,
|
|
158
160
|
label: a.key,
|
|
159
161
|
value: a.value
|
|
160
162
|
}, null, 8, ["label", "value"]))), 128))
|
|
161
163
|
]),
|
|
162
164
|
_: 2
|
|
163
|
-
}, 1040, ["modelValue", "onUpdate:modelValue", "placeholder", "multiple", "collapse-tags", "collapse-tags-tooltip"])) : ["virtualizedSelect", "virtualizedMultipleSelect"].includes(e.fieldType) ? (n(), d(P,
|
|
165
|
+
}, 1040, ["modelValue", "onUpdate:modelValue", "placeholder", "multiple", "collapse-tags", "collapse-tags-tooltip"])) : ["virtualizedSelect", "virtualizedMultipleSelect"].includes(e.fieldType) ? (n(), d(P, C({
|
|
164
166
|
key: 3,
|
|
165
167
|
modelValue: e.queryValue,
|
|
166
168
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -175,7 +177,7 @@ const _e = {
|
|
|
175
177
|
"collapse-tags-tooltip": e.fieldType === "virtualizedMultipleSelect",
|
|
176
178
|
multiple: e.fieldType === "virtualizedMultipleSelect",
|
|
177
179
|
onChange: l[3] || (l[3] = (a) => i({ permissionCode: 1001 }))
|
|
178
|
-
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder", "collapse-tags", "collapse-tags-tooltip", "multiple"])) : e.fieldType === "provinceCascade" ? (n(), d(
|
|
180
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder", "collapse-tags", "collapse-tags-tooltip", "multiple"])) : e.fieldType === "provinceCascade" ? (n(), d(U, C({
|
|
179
181
|
key: 4,
|
|
180
182
|
modelValue: e.queryValue,
|
|
181
183
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -187,7 +189,7 @@ const _e = {
|
|
|
187
189
|
ref_for: !0
|
|
188
190
|
}, t(y)(e), {
|
|
189
191
|
onChange: l[4] || (l[4] = (a) => i({ permissionCode: 1001 }))
|
|
190
|
-
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder"])) : e.fieldType === "treeSelect" ? (n(), d(
|
|
192
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder"])) : e.fieldType === "treeSelect" ? (n(), d($, C({
|
|
191
193
|
key: 5,
|
|
192
194
|
modelValue: e.queryValue,
|
|
193
195
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -201,11 +203,11 @@ const _e = {
|
|
|
201
203
|
clearable: "",
|
|
202
204
|
filterable: "",
|
|
203
205
|
lazy: "",
|
|
204
|
-
load: (a,
|
|
206
|
+
load: (a, v) => ae({ node: a, resolve: v }, e),
|
|
205
207
|
ref_for: !0
|
|
206
208
|
}, t(y)(e), {
|
|
207
209
|
onChange: l[5] || (l[5] = (a) => i({ permissionCode: 1001 }))
|
|
208
|
-
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "load"])) : e.fieldType === "date" ? (n(), d(Q,
|
|
210
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "load"])) : e.fieldType === "date" ? (n(), d(Q, C({
|
|
209
211
|
key: 6,
|
|
210
212
|
modelValue: e.queryValue,
|
|
211
213
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -216,7 +218,7 @@ const _e = {
|
|
|
216
218
|
ref_for: !0
|
|
217
219
|
}, t(y)(e), {
|
|
218
220
|
onChange: l[6] || (l[6] = (a) => i({ permissionCode: 1001 }))
|
|
219
|
-
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : e.fieldType === "dateRange" ? (n(), d(Q,
|
|
221
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : e.fieldType === "dateRange" ? (n(), d(Q, C({
|
|
220
222
|
key: 7,
|
|
221
223
|
modelValue: e.queryValue,
|
|
222
224
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
@@ -247,7 +249,7 @@ const _e = {
|
|
|
247
249
|
onClick: (a) => i(e)
|
|
248
250
|
}, {
|
|
249
251
|
default: g(() => [
|
|
250
|
-
e.btnIcon ? (n(), d(
|
|
252
|
+
e.btnIcon ? (n(), d(w, {
|
|
251
253
|
key: 0,
|
|
252
254
|
class: "mr6",
|
|
253
255
|
name: e.btnIcon,
|
|
@@ -259,7 +261,7 @@ const _e = {
|
|
|
259
261
|
]),
|
|
260
262
|
_: 2
|
|
261
263
|
}, 1032, ["type", "loading", "onClick"])), [
|
|
262
|
-
[
|
|
264
|
+
[F]
|
|
263
265
|
])), 128))
|
|
264
266
|
]),
|
|
265
267
|
_: 1
|
|
@@ -283,7 +285,7 @@ const _e = {
|
|
|
283
285
|
])) : h("", !0);
|
|
284
286
|
};
|
|
285
287
|
}
|
|
286
|
-
}, Pe = /* @__PURE__ */ fe(he, [["__scopeId", "data-v-
|
|
288
|
+
}, Pe = /* @__PURE__ */ fe(he, [["__scopeId", "data-v-6601c2f4"]]);
|
|
287
289
|
export {
|
|
288
290
|
Pe as default
|
|
289
291
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { _ as M, u as z } from "./index-60458519.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const G = { class: "header-operate-container" }, J = {
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
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-
|
|
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-6ae9c287] .el-empty__image{width:100%}.file-image[data-v-6ae9c287]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-6ae9c287]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-6ae9c287]{padding:0;margin:0;border:none}.add-icon-btn[data-v-193da4b8]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-193da4b8]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-193da4b8]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-193da4b8]{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}.search-module-container[data-v-6601c2f4] .el-form-item{margin-bottom:8px}.search-module-container[data-v-6601c2f4] .el-select__selection{flex-wrap:nowrap}.search-module-container .form-content[data-v-6601c2f4]{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-6601c2f4]{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-6601c2f4]{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}.act-table .table-pagination[data-v-651542d6]{padding:12px 4px;justify-content:flex-end}.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-ca54e816]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-ca54e816]{display:flex;justify-content:center}.condition-box[data-v-ca54e816] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-ca54e816]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-ca54e816]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-6b2ebaa8]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-6b2ebaa8]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-6b2ebaa8]{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}.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}.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}.act-code-mirror[data-v-451d513f]{width:100%}.act-code-mirror .format-code-btn[data-v-451d513f]{margin-bottom:4px}
|