act-plus 1.1.20 → 1.1.21
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 +440 -440
- package/lib/{configBtns-3772e689.js → configBtns-9d56fe1b.js} +2 -2
- package/lib/{configFileds-d0911c87.js → configFileds-df2b6e7d.js} +3 -3
- package/lib/{configForm-ae4b725e.js → configForm-2212ebfa.js} +1 -1
- package/lib/{configTable-879063d4.js → configTable-8b2a4509.js} +92 -61
- package/lib/{cssMode-6d02ab39.js → cssMode-60916414.js} +1 -1
- package/lib/{dialogAddField-d6b18048.js → dialogAddField-9157d3b5.js} +246 -245
- package/lib/{dialogConfigBtn-75e37dc9.js → dialogConfigBtn-72c02278.js} +3 -3
- package/lib/dialogSiteComponentsParams-63d9dc34.js +71 -0
- package/lib/{enum-cc58b8fe.js → enum-ab7125f9.js} +2 -2
- package/lib/{freemarker2-205877bf.js → freemarker2-7d1ec253.js} +1 -1
- package/lib/{handlebars-2d920faa.js → handlebars-adf29031.js} +1 -1
- package/lib/{html-6b99359b.js → html-58c53b1f.js} +1 -1
- package/lib/{htmlMode-498c17d9.js → htmlMode-9eeb9724.js} +1 -1
- package/lib/{index-aff95ab9.js → index-06fc5662.js} +1 -1
- package/lib/{index-fb2754ee.js → index-0a69613f.js} +1 -1
- package/lib/{index-68063c4c.js → index-3777f35c.js} +1 -1
- package/lib/{index-da0a0bfe.js → index-4ad7a283.js} +40523 -40179
- package/lib/index-58369e5d.js +205 -0
- package/lib/index-d459ee4c.js +327 -0
- package/lib/{javascript-5e40fe11.js → javascript-0b7b04d0.js} +2 -2
- package/lib/{jsonMode-2a821e9e.js → jsonMode-9f14ee23.js} +1 -1
- package/lib/{liquid-dc78aaf7.js → liquid-4f7d6527.js} +1 -1
- package/lib/{python-e55144b2.js → python-009ef2aa.js} +1 -1
- package/lib/{razor-1fb88f53.js → razor-3094e84e.js} +1 -1
- package/lib/{tsMode-8d12d976.js → tsMode-90da8eb5.js} +1 -1
- package/lib/{typescript-97ed77ae.js → typescript-bb20f7ba.js} +1 -1
- package/lib/{xml-e843c667.js → xml-9f4bbbf1.js} +1 -1
- package/lib/{yaml-62bcf3fa.js → yaml-df4caa74.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/index-7c264775.js +0 -192
- package/lib/index-a36b2284.js +0 -304
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineAsyncComponent as O, computed as ae, reactive as te, inject as q, ref as N, watch as oe, resolveComponent as y, openBlock as d, createBlock as m, withCtx as l, createElementVNode as ue, createVNode as e, unref as o, createTextVNode as U, toDisplayString as x, createCommentVNode as C, createElementBlock as b, Fragment as f, renderList as _ } from "vue";
|
|
2
|
-
import { B as ne, b as de, c as re, d as se, e as ie, f as me, g as pe, h as ce, i as be } from "./enum-
|
|
3
|
-
import { _ as fe, f as _e } from "./index-
|
|
2
|
+
import { B as ne, b as de, c as re, d as se, e as ie, f as me, g as pe, h as ce, i as be } from "./enum-ab7125f9.js";
|
|
3
|
+
import { _ as fe, f as _e } from "./index-4ad7a283.js";
|
|
4
4
|
import { useRoute as ge } from "vue-router";
|
|
5
5
|
import "element-plus";
|
|
6
6
|
const Ve = { class: "dialog-footer" }, ye = {
|
|
@@ -12,7 +12,7 @@ const Ve = { class: "dialog-footer" }, ye = {
|
|
|
12
12
|
},
|
|
13
13
|
emits: ["update:visible", "refresh"],
|
|
14
14
|
setup(A, { emit: P }) {
|
|
15
|
-
const E = O(() => import("./index-
|
|
15
|
+
const E = O(() => import("./index-0a69613f.js")), D = O(() => import("./index-4ad7a283.js").then((p) => p.k)), W = ge(), I = P, T = A, R = ae(() => W.params.key);
|
|
16
16
|
let k = te((() => ({
|
|
17
17
|
btnLoading: !1
|
|
18
18
|
}))());
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { defineAsyncComponent as g, ref as y, watch as C, resolveComponent as u, openBlock as h, createBlock as k, withCtx as a, createElementVNode as x, createVNode as s, createTextVNode as c, unref as p, isRef as w } from "vue";
|
|
2
|
+
const S = { class: "dialog-footer" }, N = {
|
|
3
|
+
__name: "dialogSiteComponentsParams",
|
|
4
|
+
props: {
|
|
5
|
+
visible: { type: Boolean, default: !1 },
|
|
6
|
+
title: { type: String, default: "" },
|
|
7
|
+
modelValue: { type: String, default: "" }
|
|
8
|
+
},
|
|
9
|
+
emits: ["update:visible", "refresh", "update:modelValue"],
|
|
10
|
+
setup(m, { emit: f }) {
|
|
11
|
+
const v = g(() => import("./index-4ad7a283.js").then((t) => t.k)), n = f, o = m;
|
|
12
|
+
let e = y();
|
|
13
|
+
C(
|
|
14
|
+
() => o.visible,
|
|
15
|
+
async (t, l) => {
|
|
16
|
+
t && (e.value = o.modelValue);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
const _ = (t) => {
|
|
20
|
+
d(), t();
|
|
21
|
+
}, d = () => {
|
|
22
|
+
e.value = "", n("update:visible", !1);
|
|
23
|
+
}, b = () => {
|
|
24
|
+
n("update:modelValue", e.value), n("update:visible", !1);
|
|
25
|
+
};
|
|
26
|
+
return (t, l) => {
|
|
27
|
+
const r = u("el-button"), V = u("el-dialog");
|
|
28
|
+
return h(), k(V, {
|
|
29
|
+
"model-value": o.visible,
|
|
30
|
+
title: o.title,
|
|
31
|
+
top: "5vh",
|
|
32
|
+
width: "800",
|
|
33
|
+
draggable: "",
|
|
34
|
+
overflow: "",
|
|
35
|
+
"close-on-click-modal": !1,
|
|
36
|
+
"before-close": _
|
|
37
|
+
}, {
|
|
38
|
+
footer: a(() => [
|
|
39
|
+
x("span", S, [
|
|
40
|
+
s(r, { onClick: d }, {
|
|
41
|
+
default: a(() => [
|
|
42
|
+
c("取消")
|
|
43
|
+
]),
|
|
44
|
+
_: 1
|
|
45
|
+
}),
|
|
46
|
+
s(r, {
|
|
47
|
+
type: "primary",
|
|
48
|
+
onClick: l[1] || (l[1] = (i) => b())
|
|
49
|
+
}, {
|
|
50
|
+
default: a(() => [
|
|
51
|
+
c("保存")
|
|
52
|
+
]),
|
|
53
|
+
_: 1
|
|
54
|
+
})
|
|
55
|
+
])
|
|
56
|
+
]),
|
|
57
|
+
default: a(() => [
|
|
58
|
+
s(p(v), {
|
|
59
|
+
modelValue: p(e),
|
|
60
|
+
"onUpdate:modelValue": l[0] || (l[0] = (i) => w(e) ? e.value = i : e = i),
|
|
61
|
+
style: { height: "600px" }
|
|
62
|
+
}, null, 8, ["modelValue"])
|
|
63
|
+
]),
|
|
64
|
+
_: 1
|
|
65
|
+
}, 8, ["model-value", "title"]);
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
export {
|
|
70
|
+
N as default
|
|
71
|
+
};
|
|
@@ -47,9 +47,9 @@ const e = [
|
|
|
47
47
|
{ key: "下拉多选框", value: "multipleSelect" },
|
|
48
48
|
{ key: "虚拟下拉多选框", value: "virtualizedMultipleSelect" },
|
|
49
49
|
{ key: "树形下拉框", value: "treeSelect" },
|
|
50
|
+
{ key: "级联下拉框", value: "provinceCascade" },
|
|
50
51
|
{ key: "时间框", value: "date" },
|
|
51
52
|
{ key: "时间范围框", value: "dateRange" },
|
|
52
|
-
{ key: "省市区级联", value: "provinceCascade" },
|
|
53
53
|
{ key: "上传", value: "upload" },
|
|
54
54
|
{ key: "富文本", value: "editor" },
|
|
55
55
|
{ key: "switch开关", value: "switch" }
|
|
@@ -66,7 +66,7 @@ const e = [
|
|
|
66
66
|
{ key: "左对齐", value: "left" },
|
|
67
67
|
{ key: "右对齐", value: "right" }
|
|
68
68
|
], r = [
|
|
69
|
-
{ key: "
|
|
69
|
+
{ key: "默认", value: "default" },
|
|
70
70
|
{ key: "链接", value: "link" },
|
|
71
71
|
{ key: "标签", value: "tag" }
|
|
72
72
|
], i = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var $e = Object.defineProperty;
|
|
2
2
|
var qe = (e, n, i) => n in e ? $e(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var E = (e, n, i) => (qe(e, typeof n != "symbol" ? n + "" : n, i), i);
|
|
4
|
-
import { m as Qe } from "./index-
|
|
4
|
+
import { m as Qe } from "./index-4ad7a283.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
import "vue-router";
|
|
7
7
|
import "element-plus";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { reactive as m, watch as v, resolveComponent as s, openBlock as b, createBlock as g, withCtx as o, createElementVNode as i, createVNode as x, createTextVNode as y, toDisplayString as h, unref as C } from "vue";
|
|
2
|
-
import { _ as k, u as V } from "./index-
|
|
2
|
+
import { _ as k, u as V } from "./index-4ad7a283.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const w = ["innerHTML"], B = { class: "dialog-footer" }, D = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as h, watch as I, resolveComponent as _, openBlock as a, createElementBlock as d, createVNode as u, unref as p, isRef as b, withCtx as m, createElementVNode as g, createBlock as w, createCommentVNode as C, createTextVNode as N, Fragment as B, renderList as E, normalizeClass as S } from "vue";
|
|
2
|
-
import { _ as z } from "./index-
|
|
2
|
+
import { _ as z } from "./index-4ad7a283.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const A = { class: "select-icon-container" }, F = { class: "icon-list" }, L = ["onClick"], P = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as j, inject as l, watch as q, resolveComponent as C, openBlock as r, createElementBlock as f, Fragment as y, renderList as A, unref as c, createBlock as i, resolveDynamicComponent as O, withCtx as _, createVNode as E, createCommentVNode as u, createTextVNode as B, toDisplayString as k } from "vue";
|
|
2
|
-
import { _ as H, u as M } from "./index-
|
|
2
|
+
import { _ as H, u as M } from "./index-4ad7a283.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const z = { class: "header-operate-container" }, G = {
|