act-plus 1.1.78 → 1.1.80
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 +58 -58
- package/lib/{dialogAddField-6b36374f.js → dialogAddField-356c0203.js} +33 -33
- package/lib/{dialogConfigBtn-bc3654e4.js → dialogConfigBtn-b826fbbd.js} +21 -21
- package/lib/{dialogSiteComponentsParams-50ddae0f.js → dialogSiteComponentsParams-2bd207be.js} +7 -7
- package/lib/{index-07ea7c6f.js → index-07af7560.js} +21 -21
- package/lib/{index-c5b44aa1.js → index-083d66b1.js} +4 -4
- package/lib/{index-c69e0f9a.js → index-0ca10994.js} +1858 -1821
- package/lib/{index-7a82a0bc.js → index-35e3b49c.js} +112 -104
- package/lib/{index-ada2bff9.js → index-5cf4016d.js} +4788 -4535
- package/lib/{index-4b01c50e.js → index-a1576e42.js} +5 -5
- package/lib/{index-7c99a393.js → index-a1929e12.js} +179 -189
- package/lib/{index-9b985e07.js → index-b42134dd.js} +18 -25
- package/lib/{index-96a5d15c.js → index-bb510fb9.js} +67 -64
- package/lib/{index-d37c9fc1.js → index-ddd5b9be.js} +2 -2
- package/package.json +16 -16
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineAsyncComponent as de, inject as h, ref as q, watch as pe, resolveComponent as y, resolveDirective as ce, unref as t, openBlock as r, createElementBlock as _, createVNode as ie, normalizeStyle as fe, withCtx as T, Fragment as k, renderList as M, createBlock as d, mergeProps as m, withKeys as H, withModifiers as K, createCommentVNode as g, resolveDynamicComponent as ye, createElementVNode as me, toDisplayString as R, createTextVNode as O, withDirectives as Ve } from "vue";
|
|
2
|
-
import { _ as be, u as Ce, P as _e, a as he, b as W } from "./index-
|
|
2
|
+
import { _ as be, u as Ce, P as _e, a as he, b as W } from "./index-0ca10994.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const ge = {
|
|
@@ -129,9 +129,8 @@ const ge = {
|
|
|
129
129
|
modelValue: e.queryValue,
|
|
130
130
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
131
131
|
placeholder: `${t(p)("act.inputPlaceholder")}${e.fieldName}`,
|
|
132
|
-
clearable: ""
|
|
133
|
-
|
|
134
|
-
}, t(i)(e), {
|
|
132
|
+
clearable: ""
|
|
133
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
135
134
|
onKeyup: l[0] || (l[0] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"])),
|
|
136
135
|
onClear: se
|
|
137
136
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : g("", !0),
|
|
@@ -141,17 +140,15 @@ const ge = {
|
|
|
141
140
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
142
141
|
placeholder: `${t(p)("act.inputPlaceholder")}${e.fieldName}`,
|
|
143
142
|
clearable: "",
|
|
144
|
-
onKeyup: l[1] || (l[1] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"]))
|
|
145
|
-
|
|
146
|
-
}, t(i)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (r(), d($, m({
|
|
143
|
+
onKeyup: l[1] || (l[1] = H(K((a) => c({ permissionCode: 1001 }), ["prevent"]), ["enter", "native"]))
|
|
144
|
+
}, { ref_for: !0 }, t(i)(e)), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : ["select", "switch", "multipleSelect"].includes(e.fieldType) ? (r(), d($, m({
|
|
147
145
|
key: 2,
|
|
148
146
|
modelValue: e.queryValue,
|
|
149
147
|
"onUpdate:modelValue": (a) => e.queryValue = a,
|
|
150
148
|
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`,
|
|
151
149
|
clearable: "",
|
|
152
|
-
filterable: ""
|
|
153
|
-
|
|
154
|
-
}, t(i)(e), {
|
|
150
|
+
filterable: ""
|
|
151
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
155
152
|
multiple: e.fieldType === "multipleSelect",
|
|
156
153
|
"collapse-tags": e.fieldType === "multipleSelect",
|
|
157
154
|
"collapse-tags-tooltip": e.fieldType === "multipleSelect",
|
|
@@ -173,9 +170,8 @@ const ge = {
|
|
|
173
170
|
props: { ...t(_e) },
|
|
174
171
|
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`,
|
|
175
172
|
clearable: "",
|
|
176
|
-
filterable: ""
|
|
177
|
-
|
|
178
|
-
}, t(i)(e), {
|
|
173
|
+
filterable: ""
|
|
174
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
179
175
|
"collapse-tags": e.fieldType === "virtualizedMultipleSelect",
|
|
180
176
|
"collapse-tags-tooltip": e.fieldType === "virtualizedMultipleSelect",
|
|
181
177
|
multiple: e.fieldType === "virtualizedMultipleSelect",
|
|
@@ -188,9 +184,8 @@ const ge = {
|
|
|
188
184
|
props: { ...t(he) },
|
|
189
185
|
clearable: "",
|
|
190
186
|
filterable: "",
|
|
191
|
-
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}
|
|
192
|
-
|
|
193
|
-
}, t(i)(e), {
|
|
187
|
+
placeholder: `${t(p)("act.selectPlaceholder")}${e.fieldName}`
|
|
188
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
194
189
|
onChange: l[4] || (l[4] = (a) => c({ permissionCode: 1001 }))
|
|
195
190
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "options", "props", "placeholder"])) : e.fieldType === "fullLoadTreeSelect" ? (r(), d(U, m({
|
|
196
191
|
key: 5,
|
|
@@ -208,7 +203,7 @@ const ge = {
|
|
|
208
203
|
"show-checkbox": "",
|
|
209
204
|
clearable: "",
|
|
210
205
|
filterable: ""
|
|
211
|
-
}, t(i)(e), {
|
|
206
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
212
207
|
onChange: l[5] || (l[5] = (a) => c({ permissionCode: 1001 }))
|
|
213
208
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "data", "placeholder", "props"])) : e.fieldType === "treeSelect" ? (r(), d(U, m({
|
|
214
209
|
key: 6,
|
|
@@ -227,7 +222,7 @@ const ge = {
|
|
|
227
222
|
filterable: "",
|
|
228
223
|
lazy: "",
|
|
229
224
|
load: (a, F) => re({ node: a, resolve: F }, e)
|
|
230
|
-
}, t(i)(e), {
|
|
225
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
231
226
|
onChange: l[6] || (l[6] = (a) => c({ permissionCode: 1001 }))
|
|
232
227
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "load"])) : e.fieldType === "date" ? (r(), d(D, m({
|
|
233
228
|
key: 7,
|
|
@@ -236,9 +231,8 @@ const ge = {
|
|
|
236
231
|
type: "date",
|
|
237
232
|
placeholder: `${t(p)("act.selectPlaceholder")}${t(p)("act.time")}`,
|
|
238
233
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
239
|
-
clearable: ""
|
|
240
|
-
|
|
241
|
-
}, t(i)(e), {
|
|
234
|
+
clearable: ""
|
|
235
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
242
236
|
onChange: l[7] || (l[7] = (a) => c({ permissionCode: 1001 }))
|
|
243
237
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder"])) : e.fieldType === "dateRange" ? (r(), d(D, m({
|
|
244
238
|
key: 8,
|
|
@@ -248,9 +242,8 @@ const ge = {
|
|
|
248
242
|
"start-placeholder": t(p)("act.startTime"),
|
|
249
243
|
"end-placeholder": t(p)("act.endTime"),
|
|
250
244
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
251
|
-
clearable: ""
|
|
252
|
-
|
|
253
|
-
}, t(i)(e), {
|
|
245
|
+
clearable: ""
|
|
246
|
+
}, { ref_for: !0 }, t(i)(e), {
|
|
254
247
|
onChange: l[8] || (l[8] = (a) => c({ permissionCode: 1001 }))
|
|
255
248
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "start-placeholder", "end-placeholder"])) : g("", !0)
|
|
256
249
|
]),
|
|
@@ -307,7 +300,7 @@ const ge = {
|
|
|
307
300
|
])) : g("", !0);
|
|
308
301
|
};
|
|
309
302
|
}
|
|
310
|
-
}, Ue = /* @__PURE__ */ be(Te, [["__scopeId", "data-v-
|
|
303
|
+
}, Ue = /* @__PURE__ */ be(Te, [["__scopeId", "data-v-cdf7c817"]]);
|
|
311
304
|
export {
|
|
312
305
|
Ue as default
|
|
313
306
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ref as N, watch as O, resolveComponent as u, resolveDirective as T, openBlock as l, createElementBlock as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { ref as N, watch as O, resolveComponent as u, resolveDirective as T, openBlock as l, createElementBlock as p, withDirectives as j, createBlock as i, mergeProps as D, withCtx as g, createTextVNode as W, toDisplayString as A, unref as y, Fragment as c, renderList as H, renderSlot as w, createCommentVNode as U, nextTick as b } from "vue";
|
|
2
|
+
import { _ as V, u as $ } from "./index-0ca10994.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
|
-
const
|
|
5
|
+
const F = { class: "act-table" }, L = {
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
8
8
|
loading: { type: Boolean, default: !1 },
|
|
@@ -18,69 +18,72 @@ const $ = { class: "act-table" }, F = {
|
|
|
18
18
|
treeProps: { type: Object, default: () => ({ children: "children", hasChildren: "hasChildren" }) },
|
|
19
19
|
tableConfig: { type: Object, default: () => ({}) }
|
|
20
20
|
},
|
|
21
|
-
emits: ["update:tableQuery", "update:selection", "refresh", "onRowClick", "changeExpand"],
|
|
22
|
-
setup(
|
|
23
|
-
const { t:
|
|
24
|
-
let
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
emits: ["update:tableQuery", "update:selection", "changeSelection", "refresh", "onRowClick", "changeExpand"],
|
|
22
|
+
setup(h, { expose: x, emit: _ }) {
|
|
23
|
+
const { t: f } = $(), r = _, t = h;
|
|
24
|
+
let d = N(null);
|
|
25
|
+
const S = (o) => t.showPagination ? o + 1 + (t.tableQuery.pageIndex - 1) * t.tableQuery.pageSize : o + 1, C = (o) => {
|
|
26
|
+
b(() => {
|
|
27
|
+
t.data.forEach((a) => {
|
|
28
|
+
o.includes(a[t.rowKey]) && d.value.toggleRowSelection(a, !0);
|
|
29
29
|
});
|
|
30
30
|
});
|
|
31
|
-
},
|
|
31
|
+
}, k = () => {
|
|
32
|
+
d.value.clearSelection();
|
|
33
|
+
}, m = (o) => d.value.getSelectionRows();
|
|
32
34
|
O(
|
|
33
|
-
() =>
|
|
34
|
-
(
|
|
35
|
-
|
|
35
|
+
() => t.selection,
|
|
36
|
+
(o, a) => {
|
|
37
|
+
o && o.length && C(o);
|
|
36
38
|
},
|
|
37
39
|
{ deep: !0, immediate: !0 }
|
|
38
40
|
);
|
|
39
|
-
const
|
|
40
|
-
r("update:selection",
|
|
41
|
-
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
const v = (o) => {
|
|
42
|
+
r("update:selection", o), r("changeSelection", o);
|
|
43
|
+
}, z = (o, a) => {
|
|
44
|
+
o && b(() => {
|
|
45
|
+
let n = a;
|
|
46
|
+
t.data.forEach((s) => {
|
|
47
|
+
t.rowKey && (n = t.rowKey), t.tableConfig.rowKey && (n = t.tableConfig.rowKey), o.includes(s[n]) && d.value.toggleRowSelection(s, !0);
|
|
45
48
|
});
|
|
46
49
|
});
|
|
47
|
-
},
|
|
48
|
-
r("update:tableQuery", { ...
|
|
49
|
-
},
|
|
50
|
-
r("update:tableQuery", { ...
|
|
51
|
-
},
|
|
52
|
-
r("onRowClick",
|
|
53
|
-
},
|
|
54
|
-
r("changeExpand",
|
|
50
|
+
}, Q = (o) => {
|
|
51
|
+
r("update:tableQuery", { ...t.tableQuery, pageSize: o }), r("refresh", []);
|
|
52
|
+
}, R = (o) => {
|
|
53
|
+
r("update:tableQuery", { ...t.tableQuery, pageIndex: o }), r("refresh", []);
|
|
54
|
+
}, K = (o, a, n) => {
|
|
55
|
+
r("onRowClick", o, a, n);
|
|
56
|
+
}, E = (o, a) => {
|
|
57
|
+
r("changeExpand", o, a);
|
|
55
58
|
};
|
|
56
|
-
return
|
|
57
|
-
const n = u("el-table-column"),
|
|
58
|
-
return l(),
|
|
59
|
-
j((l(), i(
|
|
59
|
+
return x({ getSelectionRows: m, updateSelection: z, clearSelection: k }), (o, a) => {
|
|
60
|
+
const n = u("el-table-column"), s = u("el-table"), I = u("el-pagination"), P = T("loading");
|
|
61
|
+
return l(), p("div", F, [
|
|
62
|
+
j((l(), i(s, D({
|
|
60
63
|
style: { width: "100%" },
|
|
61
64
|
ref_key: "tableRef",
|
|
62
|
-
ref:
|
|
63
|
-
data:
|
|
65
|
+
ref: d,
|
|
66
|
+
data: t.data,
|
|
64
67
|
stripe: "",
|
|
65
68
|
border: "",
|
|
66
69
|
"highlight-current-row": "",
|
|
67
|
-
"max-height":
|
|
68
|
-
"row-key":
|
|
70
|
+
"max-height": t.maxHeight,
|
|
71
|
+
"row-key": t.rowKey,
|
|
69
72
|
"default-expand-all": "",
|
|
70
|
-
"tree-props":
|
|
71
|
-
},
|
|
72
|
-
onSelectionChange:
|
|
73
|
-
onRowClick:
|
|
74
|
-
onExpandChange:
|
|
73
|
+
"tree-props": h.treeProps
|
|
74
|
+
}, t.tableConfig, {
|
|
75
|
+
onSelectionChange: v,
|
|
76
|
+
onRowClick: K,
|
|
77
|
+
onExpandChange: E
|
|
75
78
|
}), {
|
|
76
|
-
empty:
|
|
77
|
-
|
|
79
|
+
empty: g(() => [
|
|
80
|
+
W(A(t.data.length || t.data.length == 0 ? y(f)("act.noData") : ""), 1)
|
|
78
81
|
]),
|
|
79
|
-
default:
|
|
80
|
-
(l(!0),
|
|
82
|
+
default: g(() => [
|
|
83
|
+
(l(!0), p(c, null, H(t.headers, (e) => (l(), p(c, {
|
|
81
84
|
key: e.prop
|
|
82
85
|
}, [
|
|
83
|
-
e.isCustomTableHeader ? w(
|
|
86
|
+
e.isCustomTableHeader ? w(o.$slots, e.prop, { key: 0 }, void 0, !0) : (l(), p(c, { key: 1 }, [
|
|
84
87
|
e.render ? (l(), i(n, {
|
|
85
88
|
key: 0,
|
|
86
89
|
label: e.label,
|
|
@@ -91,11 +94,11 @@ const $ = { class: "act-table" }, F = {
|
|
|
91
94
|
"show-overflow-tooltip": e.prop == "operate" ? !1 : e.showOverflowTooltip,
|
|
92
95
|
fixed: e.fixed
|
|
93
96
|
}, {
|
|
94
|
-
default:
|
|
95
|
-
w(
|
|
97
|
+
default: g((B) => [
|
|
98
|
+
w(o.$slots, e.prop, { scope: B }, void 0, !0)
|
|
96
99
|
]),
|
|
97
100
|
_: 2
|
|
98
|
-
}, 1032, ["label", "align", "width", "minWidth", "sortable", "show-overflow-tooltip", "fixed"])) : (l(),
|
|
101
|
+
}, 1032, ["label", "align", "width", "minWidth", "sortable", "show-overflow-tooltip", "fixed"])) : (l(), p(c, { key: 1 }, [
|
|
99
102
|
e.prop == "checkbox" ? (l(), i(n, {
|
|
100
103
|
key: 0,
|
|
101
104
|
type: "selection",
|
|
@@ -104,11 +107,11 @@ const $ = { class: "act-table" }, F = {
|
|
|
104
107
|
fixed: ""
|
|
105
108
|
}, null, 8, ["width"])) : e.prop == "serialNumber" ? (l(), i(n, {
|
|
106
109
|
key: 1,
|
|
107
|
-
index:
|
|
110
|
+
index: S,
|
|
108
111
|
type: "index",
|
|
109
112
|
align: "center",
|
|
110
113
|
width: e.width,
|
|
111
|
-
label: f
|
|
114
|
+
label: y(f)("act.sort"),
|
|
112
115
|
fixed: ""
|
|
113
116
|
}, null, 8, ["width", "label"])) : (l(), i(n, {
|
|
114
117
|
key: 2,
|
|
@@ -127,26 +130,26 @@ const $ = { class: "act-table" }, F = {
|
|
|
127
130
|
]),
|
|
128
131
|
_: 3
|
|
129
132
|
}, 16, ["data", "max-height", "row-key", "tree-props"])), [
|
|
130
|
-
[P,
|
|
133
|
+
[P, t.loading]
|
|
131
134
|
]),
|
|
132
|
-
|
|
135
|
+
t.showPagination ? (l(), i(I, {
|
|
133
136
|
key: 0,
|
|
134
137
|
class: "table-pagination",
|
|
135
|
-
"current-page":
|
|
136
|
-
"onUpdate:currentPage": a[0] || (a[0] = (e) =>
|
|
137
|
-
"page-size":
|
|
138
|
-
"onUpdate:pageSize": a[1] || (a[1] = (e) =>
|
|
138
|
+
"current-page": t.tableQuery.pageIndex,
|
|
139
|
+
"onUpdate:currentPage": a[0] || (a[0] = (e) => t.tableQuery.pageIndex = e),
|
|
140
|
+
"page-size": t.tableQuery.pageSize,
|
|
141
|
+
"onUpdate:pageSize": a[1] || (a[1] = (e) => t.tableQuery.pageSize = e),
|
|
139
142
|
"page-sizes": [10, 20, 50, 75, 100, 200, 500],
|
|
140
143
|
background: "",
|
|
141
144
|
layout: "total, sizes, prev, pager, next, jumper",
|
|
142
|
-
total:
|
|
143
|
-
onSizeChange:
|
|
144
|
-
onCurrentChange:
|
|
145
|
-
}, null, 8, ["current-page", "page-size", "total"])) :
|
|
145
|
+
total: t.total,
|
|
146
|
+
onSizeChange: Q,
|
|
147
|
+
onCurrentChange: R
|
|
148
|
+
}, null, 8, ["current-page", "page-size", "total"])) : U("", !0)
|
|
146
149
|
]);
|
|
147
150
|
};
|
|
148
151
|
}
|
|
149
|
-
},
|
|
152
|
+
}, X = /* @__PURE__ */ V(L, [["__scopeId", "data-v-b5ec4a41"]]);
|
|
150
153
|
export {
|
|
151
|
-
|
|
154
|
+
X as default
|
|
152
155
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref as U, computed as oe, resolveComponent as w, resolveDirective as ne, openBlock as h, createElementBlock as N, withDirectives as ae, createBlock as C, mergeProps as ie, unref as p, withCtx as D, renderSlot as L, createElementVNode as x, toDisplayString as I, createCommentVNode as z, createVNode as $, createTextVNode as se, Fragment as ce, renderList as re, normalizeClass as ue, nextTick as pe } from "vue";
|
|
2
2
|
import { ElNotification as M } from "element-plus";
|
|
3
|
-
import { _ as de, u as me, z as fe, o as ge, p as _e, q as ye } from "./index-
|
|
3
|
+
import { _ as de, u as me, z as fe, o as ge, p as _e, q as ye } from "./index-0ca10994.js";
|
|
4
4
|
import "vue-router";
|
|
5
5
|
let S;
|
|
6
6
|
const he = new Uint8Array(16);
|
|
@@ -243,7 +243,7 @@ const Te = { class: "upload-container" }, ke = { class: "el-upload__text" }, $e
|
|
|
243
243
|
]);
|
|
244
244
|
};
|
|
245
245
|
}
|
|
246
|
-
}, Ne = /* @__PURE__ */ de(Ue, [["__scopeId", "data-v-
|
|
246
|
+
}, Ne = /* @__PURE__ */ de(Ue, [["__scopeId", "data-v-ba74316a"]]);
|
|
247
247
|
export {
|
|
248
248
|
Ne as default
|
|
249
249
|
};
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "act-plus",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "act config",
|
|
6
|
-
"main": "act-plus.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
-
},
|
|
10
|
-
"keywords": ["act", "act-plus", "vue"],
|
|
11
|
-
"author": "destiny",
|
|
12
|
-
"license": "ISC",
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"registry": "https://registry.npmjs.org/"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "act-plus",
|
|
3
|
+
"version": "1.1.80",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "act config",
|
|
6
|
+
"main": "act-plus.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["act", "act-plus", "vue"],
|
|
11
|
+
"author": "destiny",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"registry": "https://registry.npmjs.org/"
|
|
15
|
+
}
|
|
16
|
+
}
|
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-8aba8e8e] .el-empty__image{width:100%}.file-image[data-v-8aba8e8e]{display:block;width:32px;height:32px;margin:0 auto;border-radius:4px;line-height:32px!important}.no-image[data-v-8aba8e8e]{width:100%;height:100%;font-size:12px;background-color:#f5f7fa}.act-module[data-v-8aba8e8e]{padding:0;margin:0;border:none}.table-opreate-dropdown[data-v-8aba8e8e]{margin:4px 0 0 8px}.table-btn-more[data-v-8aba8e8e]{width:16px;height:16px}.table-btn-more[data-v-8aba8e8e]:hover{cursor:pointer;opacity:.8}.add-icon-btn[data-v-3a00699d]{cursor:pointer;width:24px;height:24px;margin-left:6px}.table-post-params[data-v-3a00699d]{position:relative;margin-bottom:12px}.table-post-params .submit-operate[data-v-3a00699d]{position:absolute;top:-20px;right:-10px;display:flex;align-items:center}.table-post-params .submit-operate .match-opreate[data-v-3a00699d]{cursor:pointer;width:12px;height:12px}.card-header[data-v-05dd44e9]{display:flex;align-items:center}.card-header -operate[data-v-05dd44e9]{margin-left:auto}.form-list[data-v-05dd44e9]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-05dd44e9]:last-child{border:none}.config-list-operate[data-v-05dd44e9]{display:flex;align-items:center;justify-content:flex-end}.card-header[data-v-5ac6753d]{display:flex;align-items:center}.card-header-operate[data-v-5ac6753d]{margin-left:auto}.form-list[data-v-5ac6753d]{margin-bottom:24px;border-bottom:1px solid var(--el-color-primary)}.form-list[data-v-5ac6753d]:last-child{border:none}.config-list-operate[data-v-5ac6753d]{display:flex;align-items:center;justify-content:flex-end}[data-v-5ac6753d] .el-badge__content.is-fixed{transform:translateY(-50%) translate(100%) scale(.7)}.submit-operate[data-v-5c2c8b66]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-5c2c8b66]{cursor:pointer;width:20px;height:20px}.page-container[data-v-8dfa8a8a]{position:relative}.page-container .header-operate[data-v-8dfa8a8a]{position:sticky;top:0;z-index:999}.page-container .submit-box[data-v-8dfa8a8a]{display:flex;align-items:center;justify-content:space-between}.page-container .submit-box-r[data-v-8dfa8a8a]{display:flex;align-items:center}.page-container .submit-box-r .menu-select[data-v-8dfa8a8a]{width:360px;margin:0 24px}.search-module-container[data-v-cdf7c817] .el-form-item{margin-bottom:8px}.search-module-container[data-v-cdf7c817] .el-select__selection{flex-wrap:nowrap;width:100%}.search-module-container .form-content[data-v-cdf7c817]{display:grid;grid-template-columns:repeat(var(--table-query-row),minmax(120px,1fr));gap:6px;padding:6px 6px 0}.search-module-container .form-content .search-form-btn[data-v-cdf7c817]{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-cdf7c817]{display:flex;margin:0 auto;color:#a4a2a2}.header-operate-container[data-v-204fc0b7]{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.header-operate-container .el-btn[data-v-204fc0b7]{margin:2px}.header-operate-container .header-opreate-dropdown[data-v-204fc0b7]{margin:4px 0 0 8px}.header-operate-container .header-btn-more[data-v-204fc0b7]{width:16px;height:16px}.header-operate-container .header-btn-more[data-v-204fc0b7]:hover{cursor:pointer;opacity:.8}.act-table .table-pagination[data-v-b5ec4a41]{padding:12px 4px;justify-content:flex-end}.no-config[data-v-57ab0b30]{line-height:32px;font-weight:700}.no-config-field[data-v-57ab0b30]{color:red}.card-header[data-v-95be1288]{display:flex;align-items:center}.card-header-operate[data-v-95be1288]{margin-left:auto}.add-icon-btn[data-v-1f256e39]{cursor:pointer;width:24px;height:24px;margin-left:6px}.condition-box[data-v-1f256e39]{display:flex;justify-content:center}.condition-box[data-v-1f256e39] .el-form-item__content{flex:0;min-width:300px}.submit-operate[data-v-1f256e39]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-1f256e39]{cursor:pointer;width:20px;height:20px}.add-icon-btn[data-v-f51a212e]{cursor:pointer;width:24px;height:24px;margin-left:6px}.submit-operate[data-v-f51a212e]{display:flex;align-items:center;height:32px;padding-left:12px}.submit-operate .match-opreate[data-v-f51a212e]{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-ba74316a]{width:100%}.upload-container[data-v-ba74316a] .el-upload-list--picture-card{display:flex;flex:1}.upload-container[data-v-ba74316a] .el-upload.is-drag{width:100%;height:100%}.upload-container .tip-text[data-v-ba74316a]{margin:0;padding:0;font-size:12px;color:#999}.upload-container .file-list[data-v-ba74316a]{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-ba74316a]:hover{cursor:pointer;opacity:.8}.upload-container .file-list:hover .el-file-name[data-v-ba74316a]{text-decoration:underline}.upload-container .file-list-l[data-v-ba74316a]{display:flex;align-items:center;flex:1;width:500px}.upload-container .file-list-image[data-v-ba74316a]{flex-shrink:0;width:40px;height:40px;border-radius:4px}.upload-container .file-list-icon[data-v-ba74316a]{flex-shrink:0;width:40px;height:40px}.upload-container .file-list .el-file-name[data-v-ba74316a]{flex:1;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upload-container .file-list .el-file-operate[data-v-ba74316a]{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-ba74316a]{cursor:pointer;margin-left:12px}.upload-container .file-list .el-file-operate>i[data-v-ba74316a]: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-23982507]{width:100%}.act-code-mirror .format-code-btn[data-v-23982507]{margin-bottom:4px}
|